/* ---------- Theme ---------- */
:root {
    --accent: #BFB7AC;
    --bg: #ffffff;
    --ink: #1a1a1a;
    --muted: #6a6a6a;
    --ring: rgba(0, 0, 0, .08);
    --radius: 18px;
}

* {
    box-sizing: border-box
}

html,
body {
    overflow-x: hidden;
    height: 100%
}

body {
    margin: 0;
    font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.container {
    width: min(1120px, 92%);
    margin-inline: auto
}

/* ---------- Header (Transparent) ---------- */

/* ---------- Header (only logo looks bigger) ---------- */
:root {
    --logo-scale: 2.5;
}

/* 1 = original size, 1.25 = 25% bigger */

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: transparent;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    /* keep your original header padding */
    position: relative;
}

.site-header .container {
    width: min(1500px, 98%);  /* you can tweak 96%, 97%, 98% */
}


/* make the logo grow visually without changing layout height */
.site-header .brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.site-header .brand img {
    height: 70px;
    /* keep the same layout height */
    width: auto;
    display: block;
    transform: scale(var(--logo-scale));
    transform-origin: left center;
    /* grows from the left edge */
}


/* Ghost button (white outline + text) */
.hero-cta .btn-ghost {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.hero-cta .btn-ghost:hover {
    background: #fff;
    color: var(--ink);
    /* switch to dark text when hovered */
}




/* ---------- Center the nav perfectly ---------- */
.main-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.main-nav a {
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    /* visible over hero */
    text-transform: uppercase;
    font-size: .92rem;
    white-space: nowrap;   /* ⬅ ADD THIS */
}

.main-nav a:hover {
    opacity: .85;
}

/* Optional: reset scale on small screens */
@media (max-width: 640px) {
    :root {
        --logo-scale: 1.0;
    }
}



/* ---------- Hero ---------- */
.hero {
    min-height: 100vh;
    display: grid;
    place-items: center;
    position: relative;
    background: url("images/herophoto.jpeg") center/cover no-repeat fixed;
    color: #fff;
}




.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .45));
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    width: min(800px, 92%);
}

.hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    line-height: 1.08;
    margin: 0 0 .5rem;
}

.hero p {
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    color: #f3f3f3;
    margin: 0 0 1.2rem;
}

.hero-cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    border: 2px solid transparent;
    transition: .25s ease;
}

.btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.04)
}

.btn-ghost {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-ghost:hover {
    background: #ffffff20
}



.join-section {
    background: #f9f8f6;
    padding: 48px 0;
    text-align: center;
}

.join-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 12px;
}

.join-section p {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.join-form {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.join-form input[type="email"] {
    padding: 0.8rem 1.2rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 260px;
}

.join-form .btn {
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
}

.studio-info {
    margin-top: 32px;
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.5;
}

.studio-info a {
    color: inherit;
    text-decoration: underline;
}


/* Welcome split section under the ribbon */
.welcome {
    position: relative;
    background: #f2f3ea;
    /* soft studio tint */
    padding: 72px 0;
    overflow: hidden;
}

.welcome-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    /* text bigger than photo */
    align-items: center;
    gap: 40px;
}

.welcome-copy h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4.2vw, 3rem);
    line-height: 1.15;
    margin: 0 0 12px;
    color: #1a6a35;
    /* classy green like reference */
}

.welcome-copy p {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    color: #22683c;
    /* deeper green for body */
    margin: 0 0 24px;
}

/* subtle underline under part of the title */
.underline {
    box-shadow: inset 0 -0.15em 0 0 #cde6d1;
    /* mint underline strip */
}

/* pink-ish pill highlight behind a word (like circled in the ref) */
.pill-highlight {
    position: relative;
    z-index: 0;
}

.pill-highlight::before {
    content: "";
    position: absolute;
    inset: -2px -8px -4px -8px;
    background: #f7c9d3;
    /* soft pink */
    border-radius: 999px;
    z-index: -1;
    opacity: .7;
}


.contact-phone {
    margin: 8px 0;
    /* space above/below phone */
}

/* Welcome split section */
.welcome {
    position: relative;
    background: #f8f7f5;
    padding: 80px 0 140px;
    /* ⬅ more bottom padding */
    overflow: hidden;
    z-index: 2;
    /* sits above the section below */
    /* keep your existing padding/background */
}

.welcome-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 40px;
}

.welcome-copy h2 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin: 0 0 16px;
    color: var(--ink);
    /* dark text */
}

.welcome-copy p {
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    color: var(--muted);
    /* softer text */
    margin: 0 0 24px;
}

/* Subtle underline effect */
.underline {
    box-shadow: inset 0 -0.15em 0 0 #7d746b;
    /* underline in theme color */
}

/* Highlight bubble behind a word */
.pill-highlight {
    position: relative;
    z-index: 0;
}

.pill-highlight::before {
    content: "";
    position: absolute;
    inset: -2px -8px;
    background: var(--accent);
    border-radius: 999px;
    z-index: -1;
    opacity: 0.35;
    /* light neutral highlight */
}

/* CTA button styled in theme */
.welcome-btn {
    background: #7d746b;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 14px 26px;
    border-radius: 999px;
    border: none;
}

.welcome-btn:hover {
    background: var(--accent);
    /* darker shade of accent */
}

/* Image */
.welcome-media img {
    width: 100%;
    height: auto;
    max-width: 420px;
    /* ⬅ adjust size */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    margin-left: auto;
    /* keeps it aligned neatly if on the right */
    margin-right: auto;
    /* centers on mobile */
    display: block;
}

/* Decorative slope at bottom */
.welcome-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 100px;
    /* taller = smoother curve */
    line-height: 0;
    /* removes any gaps */
}

.welcome-wave svg {
    width: 100%;
    height: 100%;
    display: block;
    /* no extra whitespace */
}

.welcome-wave path {
    fill: #fff;
    /* set to the NEXT section’s background color */
}


/* Responsive */
@media (max-width: 920px) {
    .welcome-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .welcome-media {
        order: -1;
    }
}


/* ---- Contact / Location ---- */

.contact {
    background: #f8f7f5;
    /* same cream as above sections */
    padding: clamp(56px, 6vw, 84px) 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 120px 1fr minmax(420px, 560px);
    align-items: center;
    gap: clamp(18px, 3vw, 28px);
}

.contact-logo img {
    width: 100px;
}

.contact-info h3 {
    margin: 0 0 10px;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    color: var(--brand-green);
    letter-spacing: .02em;
}

.contact-info address {
    font-style: normal;
    color: var(--ink);
    margin-bottom: 12px;
}

.contact-email {
    display: inline-block;
    color: var(--brand-green);
    font-weight: 700;
    text-underline-offset: 6px;
    text-decoration: underline;
}

.contact-email:hover {
    opacity: .85;
}

/* Map */
.contact-map iframe {
    width: 100%;
    height: 360px;
    border: 0;
    filter: grayscale(100%) contrast(1.05);
    /* match that black/white look */
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .08);
}




/* Responsive */
@media (max-width: 1100px) {
    .contact-grid {
        grid-template-columns: 90px 1fr;
    }

    .contact-map {
        grid-column: 1 / -1;
        /* map drops below on tablets */
    }
}

@media (max-width: 700px) {
    .contact-grid {
        grid-template-columns: 1fr;
        /* stack on mobile */
        gap: 18px;
    }

    .contact-logo img {
        width: 70px;
    }

    .contact-map iframe {
        height: 300px;
    }
}






/* ---- Contact / Location ---- */
/* ---- Contact / Location (clean merged) ---- */
:root {
    --contact-logo-w: 200px;
}

/* adjust to taste */

.contact {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-top: -70px;
    /* pull up under previous section */
    padding: clamp(56px, 6vw, 84px) 0;
    /* section padding */
    padding-top: calc(84px + 70px);
    /* keep visual spacing after pull-up */
}

.contact-grid {
    display: grid;
    grid-template-columns: var(--contact-logo-w) 1fr minmax(420px, 560px);
    align-items: center;
    gap: clamp(18px, 3vw, 28px);
}

.contact-logo img {
    width: var(--contact-logo-w);
    height: auto;
    display: block;
    filter: none;
}

.contact-info h3 {
    margin: 0 0 10px;
    font-family: "Playfair Display", serif;
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    color: var(--ink);
    letter-spacing: .02em;
}

.contact-info address {
    font-style: normal;
    color: var(--ink);
    margin-bottom: 12px;
    opacity: .9;
}

.contact-email {
    display: inline-block;
    color: var(--ink);
    font-weight: 700;
    text-underline-offset: 6px;
    text-decoration: underline;
    text-decoration-color: var(--accent);
}

.contact-email:hover {
    opacity: .85;
}

/* Map */
.contact-map iframe {
    width: 100%;
    height: 360px;
    border: 0;
    filter: grayscale(100%) contrast(1.05);
    border-radius: 16px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, .08);
    outline: 6px solid #fff;
    outline-offset: -6px;
}

/* Responsive */
@media (max-width: 1100px) {
    .contact-grid {
        grid-template-columns: var(--contact-logo-w) 1fr;
    }

    .contact-map {
        grid-column: 1 / -1;
    }

    /* map drops below */
}

/* Mobile: logo left, burger right */
@media (max-width: 640px) {

    /* if you want it bigger on mobile, keep your scale;
     otherwise reset it so it doesn't overflow */
    :root {
        --logo-scale: 3;
    }

    /* or keep 3 if you really want it huge */

    .site-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* pushes left/right */
    }

    .site-header .brand {
        margin-right: auto;
        /* pin the logo to the left */
        /* ADD THIS BELOW */
        margin-left: -40px;   /* move logo more left */
    }

    .site-header .brand img {
        transform-origin: left center;
        /* grow from the left edge */
        /* optional: if using big scale, cap the height so it doesn't collide */
        max-height: 56px;
    }

      .site-header .container {
        padding-left: 16px;
        padding-right: 30px;
    }
}



@media (min-width: 641px) {
    .burger {
        display: none !important;
    }

    .mobile-menu {
        display: none !important;
    }

    .menu-backdrop {
        display: none !important;
    }
}


/* ---------- Footer ---------- */
.site-footer {
    background: #f7f6f4;
    color: #333;
    padding: 2rem 0 1rem;
    text-align: center;
    border-top: 1px solid #e3e1dd;
    position: relative;
    z-index: 2000;   /* ⬅ put footer on top of everything */
}


.footer-three {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    /* left | center | right */
    margin-bottom: 22px;
    /* tweak 16–28px */
    align-items: center;
}

.footer-tagline {
    font-weight: 500;
    color: var(--muted);
    margin: 0;
    text-align: left;
}

.footer-center {
    text-align: center;
    line-height: 0;
    /* remove inline gaps around the logo */
}

/* base logo layout size (keeps footer height stable) */
.footer-logo {
    height: 50px;
    width: auto;
    display: block;
}

/* visually scale the logo without affecting layout height */
:root {
    --footer-logo-scale: 4;
}

/* tweak 1.1–1.6 to taste */
.footer-center .footer-logo {
    transform: scale(var(--footer-logo-scale));
    transform-origin: center;
    will-change: transform;
    margin-bottom: 16px;
    /* tweak: 12–24px to taste */
    margin-bottom: 18px;
    /* adds breathing room under the logo only */
    display: block;
}

.footer-socials {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.footer-socials a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e9e7e4;
    color: #333;
    transition: .2s;
}

.footer-socials a:hover {
    background: #d6d3ce;
    color: #000;
}

.copy {
    margin-top: 1rem;
    text-align: center;
    font-size: .85rem;
    color: #777;
}




/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .intro-cards {
        grid-template-columns: 1fr 1fr
    }

    .main-nav ul {
        gap: 24px
    }
}

@media (max-width: 640px) {
    .intro-cards {
        grid-template-columns: 1fr
    }

    .brand img {
        height: 38px
    }

    .main-nav {
        display: none;
    }

    /* hide for mobile – add a burger later if you want */
}



/* ---------- Burger (mobile) ---------- */
.burger {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #ffffff80;
    background: transparent;
    backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    cursor: pointer;
    transition: .25s ease;
}

.burger .line {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: .25s ease;
}

.burger:focus-visible {
    outline: 2px solid #fff
}

/* transform to "X" when open */
.burger.is-open .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg)
}

.burger.is-open .line:nth-child(2) {
    opacity: 0
}

.burger.is-open .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg)
}

/* Show burger / hide desktop nav on small screens */
@media (max-width: 640px) {
    .main-nav {
        display: none;
    }

    .burger {
        display: flex;
    }
}

/* ---------- Mobile menu panel ---------- */
.mobile-menu {
    position: fixed;
    inset: 0;
    /* now covers full screen */
    transform: translateY(-100%);
    background: #e6e2dc;
    transition: transform .28s ease;
    z-index: 999;
    /* on top of everything */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* center menu vertically */
    padding: 60px 24px;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 28px;
    text-align: center;
}

.mobile-menu a {
    color: #7d746b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 1.8rem;
    /* bigger text */
    text-decoration: none;
    transition: color .2s;
}

.mobile-menu a:hover {
    color: #5e564f;
}

/* Open state */
.mobile-menu.is-open {
    transform: translateY(0);
}

/* Close (X) button */
.menu-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2.2rem;
    line-height: 1;
    background: none;
    border: none;
    color: #7d746b;
    /* use your theme accent */
    cursor: pointer;
    transition: color .2s;
}

.menu-close:hover {
    color: #aaa49d;
    /* darker on hover */
}

/* Prevent body scroll when menu open */
.body-lock {
    overflow: hidden;
}


/* Ribbon styles */
.ribbon {
    overflow: hidden;
    background: var(--accent);
    color: hsl(0, 0%, 100%);
    padding: 12px 0;
    position: relative;
    white-space: nowrap;
}

.ribbon-track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: ribbon-loop 20s linear infinite;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ribbon-track span {
    display: inline-block;
    margin-right: 2rem;
}

/* Keyframes for smooth infinite loop */
@keyframes ribbon-loop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}




/* ===== Pilates Footer ===== */
.site-footer {
    background: #f7f6f4;
    color: #333;
    padding: 2rem 0 1rem;
    text-align: center;
    border-top: 1px solid #e3e1dd;
}

.footer-simple {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    height: 42px;
    margin-bottom: .5rem;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
}

.footer-nav a {
    color: #555;
    font-weight: 600;
    transition: .2s;
}

.footer-nav a:hover {
    color: #000
}

.footer-socials {
    display: flex;
    gap: 1rem;
}

.footer-socials a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e9e7e4;
    color: #333;
    transition: .2s;
}

.footer-socials a:hover {
    background: #d6d3ce;
    color: #000;
}

.footer-socials svg {
    width: 20px;
    height: 20px;
}

.copy {
    margin-top: 1.5rem;
    font-size: .85rem;
    color: #777;
}

/* Responsive */
@media(min-width:768px) {
    .footer-simple {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}



/* hide nav */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.site-header.hide {
    transform: translateY(-100%);
    opacity: 0;
}

.copy {
    margin-top: 1rem;
    text-align: center;
    font-size: .85rem;
    color: #999;
}

.copy a {
    color: #aaa;
    text-decoration: none;
    margin: 0 4px;
    transition: .2s;
    display: inline-block;   /* ⬅ gives them a proper clickable box */
    position: relative;
    z-index: 2100;           /* ⬅ just to be extra safe */
}

.copy a:hover {
    color: var(--ink);
    text-decoration: underline;
}



.credit {
    text-align: center;
    font-size: 0.8rem;
    color: #aaa;
    /* lighter so it's subtle */
    margin-top: 10px;
    /* tweak to taste */
}

.credit a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.credit a:hover {
    color: #000;
    /* black on hover */
    text-decoration: underline;
    /* underline on hover */
}



/*ABOUT PAGE*/

/* ---------- Base ---------- */


.main-nav a.is-active {
    color: var(--accent);
}

/* Burger (mobile) */
.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 1px solid #fff8;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.burger .line {
    width: 20px;
    height: 2px;
    background: #fff;
    transition: .25s;
}

.burger.is-open .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.burger.is-open .line:nth-child(2) {
    opacity: 0;
}

.burger.is-open .line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Mobile menu */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: #e6e2dc;
    transform: translateY(-100%);
    transition: transform .3s ease;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 24px;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 28px;
    text-align: center;
}

.mobile-menu a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #5e564f;
}

.mobile-menu.is-open {
    transform: translateY(0);
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2rem;
    background: none;
    border: none;
    cursor: pointer;
}

.menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1001;
}

.menu-backdrop[hidden] {
    display: none;
}

/* Show/hide nav based on screen */
@media(max-width:640px) {
    .main-nav {
        display: none;
    }

    .burger {
        display: flex;
    }
}

/* ---------- Page Hero ---------- */


.italic-text {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.8;
    color: #7d746b;
    /* matches your brand secondary */
    text-align: center;
    /* optional: center it */
    max-width: 800px;
    margin: 2rem auto;
    /* centers block */
}



/* --- ABOUT HERO: force same size as Memberships --- */
.page-hero {
    min-height: 90vh !important;
    /* same height */
    background: url("images/aboutpage.jpeg")
        /* your about image */
        center 15% / cover no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}

.page-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .25) 40%, rgba(0, 0, 0, .45));
    /* lighter overlay */
}

.page-hero .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 650px;
    /* match memberships */
}

.page-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.4rem, 6vw, 3.4rem);
    /* match memberships */
    margin: 0 0 .5rem;
}

.page-hero p {
    margin: 0;
    font-size: 1.1rem;
    opacity: .95;
}



/* ---------- About Intro ---------- */
.about-intro {
    padding: 80px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

.about-copy h2 {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    margin-bottom: 16px;
}

.about-copy p {
    margin-bottom: 16px;
    color: var(--muted);
}

/* ---------- Values ---------- */
.values {
    background: #e6e2dc;
    padding: 80px 0;
}

.values h2 {
    text-align: center;
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.value {
    background: #fff;
    padding: 24px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.value h3 {
    margin: 0 0 12px;
}

/* ---------- Instructor ---------- */
.instructor {
    padding: 80px 0;
}

.instructor-card {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
    background: var(--card);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: var(--shadow);
}

.coach-photo {
    width: 100%;
    border-radius: var(--radius);
}

.coach-copy h2 {
    font-family: "Playfair Display", serif;
    margin-top: 0;
}

.coach-bullets {
    padding-left: 20px;
}

.coach-bullets li {
    margin-bottom: 6px;
}

/* ---------- Responsive ---------- */
@media(max-width:920px) {

    .about-grid,
    .instructor-card,
    .approach-grid {
        grid-template-columns: 1fr;
    }
}


.values {
    position: relative;
    background: #f7f6f4;
    /* section background */
    padding: 80px 0;
    text-align: center;
}

.section-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 120px;
    display: block;
}

.section-wave path {
    fill: #f7f6f4;
    /* same as .values background */
}


/*MEMBERSHIP PAGE*?

/* ----- Hero (About Page) ----- */




/* -------- Theme -------- */
:root {
    --accent: #BFB7AC;
    --accent-dark: #7d746b;
    --ink: #1a1a1a;
    --muted: #6a6a6a;
    --card: #ffffff;
    --shell: #f6f4f2;
    --shadow: 0 6px 20px rgba(0, 0, 0, .06);
    --radius: 16px;
}

body {
    margin: 0;
    font-family: Manrope, system-ui, sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.65;
}

h1,
h2,
h3,
h4 {
    font-family: "Playfair Display", serif;
    margin: 0;
}

/* ----- Hero ----- */
.page-hero {
    min-height: 45vh;
    background: url("images/about-studio.jpg") center 45% / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* ----- background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .3)); ----- */
}

.hero-inner {
    position: relative;
    max-width: 600px;
    padding: 0 1rem;
}

.page-hero h1 {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
}

.page-hero p {
    margin-top: .4rem;
    opacity: .95;
    font-size: 1.1rem;
}

/* ----- Pricing ----- */
.pricing {
    padding: 90px 0 60px;
    background: #fff;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.plan {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 32px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: .25s;
}

.plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
}

.plan header h3 {
    font-size: 1.3rem;
    margin-bottom: .5rem;
}

.plan .price {
    margin: 14px 0 18px;
}

.plan .amount {
    font-size: 2rem;
    font-weight: 800;
}

.plan small {
    display: block;
    color: var(--muted);
    font-size: .9rem;
    margin-top: 2px;
}

.features {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    display: grid;
    gap: 10px;
    font-size: .95rem;
    color: #444;
}

.plan--highlight {
    background: linear-gradient(160deg, #f7f6f4, #ffffff);
    border: 1px solid #e4e1dc;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    font-size: .95rem;
    transition: .25s;
}

.btn:hover {
    background: var(--accent-dark);
}

.btn-ghost {
    background: transparent;
    border: 2px solid var(--accent);
    color: var(--accent);
}

.btn-ghost:hover {
    background: var(--accent);
    color: #fff;
}

/* ----- Add-ons ----- */
.add-ons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.add-on {
    background: var(--shell);
    border-radius: var(--radius);
    padding: 20px;
    text-align: center;
}

.add-on h4 {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.add-on-price {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 8px;
}

/* ----- Copy ----- */
.copy-block {
    margin-top: 40px;
    max-width: 700px;
    margin-inline: auto;
    text-align: center;
    color: #464646;
}

.copy-block p {
    margin: 0 0 14px;
}

/* ----- Terms ----- */
.terms {
    margin-top: 50px;
    padding: 20px 24px;
    font-size: .9rem;
    background: #f8f7f6;
    border-radius: 12px;
    color: #555;
}

.terms h3 {
    margin-bottom: .6rem;
    font-size: 1.1rem;
}

/* Responsive tweaks */
@media(max-width:640px) {
    .plan {
        padding: 28px 22px
    }

    .btn {
        padding: 10px 18px;
        font-size: .9rem
    }
}

/* ----- Membership Hero ----- */
.membership-hero {
    min-height: 70vh;
    /* good tall hero */
    background: url("images/herophoto4.jpeg") center 15% / cover no-repeat;
    /* 👆 adjust image focus to show more of subject */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}


.membership-hero .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.membership-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.4rem, 6vw, 3.4rem);
    margin: 0 0 .5rem;
}

.membership-hero p {
    margin: 0;
    font-size: 1.1rem;
    opacity: .95;
}



/* =========================
   BOOKING PAGE POLISH (booking-hero)
   ========================= */

/* 1) Booking hero: taller, crisper overlay, nicer type rhythm */
.booking-hero {
  min-height: 90vh !important;
  background: url("images/Bookings\ \(2\).jpeg") center 40% / cover no-repeat !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
}

.booking-hero .hero-overlay {
  position: absolute;
  inset: 0;
  /* slightly deeper gradient for contrast */
  background: linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.24) 42%, rgba(0,0,0,.48));
}

.booking-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.booking-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  margin: 0 0 .5rem;
}

.booking-hero p {
  margin: 0;
  font-size: 1.12rem;
  opacity: .96;
}

/* Make header links readable over the hero on this page */
.booking-hero,
.booking-hero ~ .intro .container {
  --nav-on-hero: #fff;
}
.site-header .main-nav a { color: var(--nav-on-hero, #fff); }

/* 2) Intro split: cardy, airy, aligned with brand */
.intro {
  background: #f7f6f4;
  padding: clamp(48px, 6vw, 64px) 0;
  border-bottom: 1px solid #eceae7;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(20px, 4vw, 32px);
  align-items: center;
}
.intro-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.9rem, 3.8vw, 2.4rem);
  margin: 0 0 .5rem;
  color: var(--ink);
}
.intro-copy p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.intro-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px 20px;
  border: 1px solid #eceae7;
}
.intro-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.intro-card li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
.intro-card li span { font-size: 20px; line-height: 28px; }
.intro-card strong { font-weight: 700; }

/* 3) Booking section + widget container */
.section.booking {
  padding: clamp(60px, 8vw, 100px) 0;
  background: #f8f7f5;
  text-align: center;
}
.section.booking h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  margin: 0 0 .6rem;
  color: var(--ink);
}
.section.booking p { color: var(--muted); margin: 0 0 1.6rem; font-size: 1.04rem; }

#VA-iframe-container {
  position: relative;
  width: 100% !important;
  min-height: 720px; /* generous room for widget */
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid #eceae7;
  overflow: hidden;
}

/* 3a) Subtle loading shimmer (auto-hides once ClassFit injects the iframe) */
#VA-iframe-container::before {
  content: "Loading booking widget…";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #7d746b;
  background: linear-gradient(90deg,#ffffff 0%,#f7f6f4 50%,#ffffff 100%);
  background-size: 200% 100%;
  animation: vaShimmer 1.6s linear infinite;
}
@keyframes vaShimmer { to { background-position: -200% 0; } }
/* Hide shimmer when iframe is present */
#VA-iframe-container:has(iframe)::before { display: none; }

/* Mobile height tweak */
@media (max-width: 640px){
  .intro-grid { grid-template-columns: 1fr; }
  #VA-iframe-container { min-height: 620px; }
}

/* 4) Header polish while scrolling on this page (keeps transparency over hero) */
.site-header { background: transparent; }

/* 5) Tiny footer tidy for symmetry on this page */
.site-footer .footer-three { align-items: center; }






/* === Booking intro: center copy + horizontal steps === */

/* 1) Center the title + paragraph block */
.booking-hero ~ .intro .intro-grid {
  grid-template-columns: 1fr;         /* single column */
  justify-items: center;              /* center block */
  text-align: center;                 /* center text */
  gap: clamp(16px, 3vw, 22px);
}
.booking-hero ~ .intro .intro-copy {
  max-width: 760px;
  margin: 0 auto;
}

/* 2) Make the three items horizontal */
.booking-hero ~ .intro .intro-card {
  max-width: 1120px;
  margin: 0 auto;
  background: transparent;            /* remove big white card feel */
  box-shadow: none;
  border: 0;
  padding: 0;
}
.booking-hero ~ .intro .intro-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr)); /* 3 across */
  gap: clamp(12px, 2vw, 18px);
  text-align: left;                   /* keep body copy easy to read */
  align-items: stretch;
}
.booking-hero ~ .intro .intro-card li {
  display: grid;
  grid-template-columns: 1fr;         /* drop icon column */
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #eceae7;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  height: 100%;
}

/* Hide the empty <span> placeholders you left for icons */
.booking-hero ~ .intro .intro-card li > span:empty { display: none; }

.booking-hero ~ .intro .intro-card strong {
  display: block;
  font-weight: 800;
  margin-bottom: 2px;
}
.booking-hero ~ .intro .intro-card li div {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.55;
}

/* 3) Responsive: 2-up on tablets, 1-up on phones */
@media (max-width: 900px) {
  .booking-hero ~ .intro .intro-card ul { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .booking-hero ~ .intro .intro-card ul { grid-template-columns: 1fr; }
}

.lead{
  font-size:1.06rem;
  color:var(--muted);
  margin:.15rem 0 .9rem;
}

/* Center under booking hero */
.booking-hero ~ .intro .intro-grid{
  grid-template-columns:1fr;
  justify-items:center;
  text-align:center;
  gap: clamp(16px,3vw,24px);
}
.booking-hero ~ .intro .intro-copy{
  max-width:760px;
  margin:0 auto;
}

/* Steps rail (horizontal, accessible) */
.steps-rail{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns: repeat(3, minmax(220px,1fr));
  gap: clamp(12px,2vw,18px);
  align-items:stretch;
}
.steps-rail li{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:start;
  padding:16px 18px;
  border:1px solid #eceae7;
  border-radius:var(--radius);
  background:#fff;
  box-shadow:var(--shadow);
  height:100%;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.steps-rail li:hover,
.steps-rail li:focus-within{
  transform: translateY(-2px);
  border-color:#e1ded9;
  box-shadow:0 14px 32px rgba(0,0,0,.08);
}

.step-icon{
  width:34px; height:34px;
  border-radius:999px;
  display:grid; place-items:center;
  background: var(--accent);
  color:#fff;
  line-height:0;
  flex-shrink:0;
}
.step-icon .ico{ width:18px; height:18px; }

.steps-rail strong{
  display:block;
  font-weight:800;
  margin:0 0 2px;
}
.steps-rail p{
  margin:0;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.55;
}

/* Responsive */
@media (max-width: 900px){
  .steps-rail{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 560px){
  .steps-rail{ grid-template-columns:1fr; }
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce){
  .steps-rail li{ transition:none; }
}


/* Booking page: remove divider line under the intro */
.booking-hero ~ .intro {
  border-bottom: 0 !important;
}

/* (Optional) also match backgrounds so no seam shows */
.booking-hero ~ .intro { background: #f8f7f5; }      /* same as the booking section */
.section.booking       { background: #f8f7f5; }      /* keep consistent */




/* =========================
   OUR APPROACH PAGE (OVERRIDE)
   ========================= */

.page-hero.approach-hero {
    min-height: 60vh;
    background: url("images/OurApproach.jpeg") center 40% / cover no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}

/* Same black tint as the Home page hero */


.page-hero.approach-hero .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 650px;
}

.page-hero.approach-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    margin: 0;
    color: #fff;
}

/* ------- MAIN CONTENT SECTION ------- */

.approach-section {
    padding: clamp(60px, 6vw, 90px) 0;
    background: #f7f6f3;
}

.approach-container {
    width: min(900px, 90%);
    margin: 0 auto;
}

.approach-container h2 {
    font-family: "Playfair Display", serif;
    font-size: 1.9rem;
    margin-bottom: 14px;
    color: var(--ink);
}

.approach-container p,
.approach-container li {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.7;
}

/* Lists */
.principles-list {
    margin-top: 16px;
    padding-left: 1.4rem;
}

.principles-list li {
    margin-bottom: 6px;
}

/* Subheadings */
.subheading {
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 1.3rem;
    font-family: "Playfair Display", serif;
    color: var(--ink);
}





/* =========================
   CLASS MENU HERO (OVERRIDE)
   ========================= */

.page-hero.classmenu-hero {
    min-height: 60vh;
    background: url("images/herophoto4.jpeg") center 10% / cover no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}

/* Same black tint as home hero */
.page-hero.classmenu-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, .35),
        rgba(0, 0, 0, .25) 40%,
        rgba(0, 0, 0, .45)
    );
    z-index: 0;
}

.page-hero.classmenu-hero .hero-inner {
    position: relative;
    z-index: 1;
}


.page-hero.classmenu-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.4rem, 4vw, 3.2rem);
    margin: 0 0 0.4rem;
    color: #fff;
}

.page-hero.classmenu-hero p {
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: lowercase;
    font-size: 0.95rem;
}

/* ----- CLASS MENU SECTION ----- */
.class-menu-section {
    padding: clamp(70px, 7vw, 90px) 0;
    background: #f8f7f4;
}

.class-menu-inner {
    width: min(980px, 92%);
    margin: 0 auto;
}

.class-menu-header {
    text-align: center;
    margin-bottom: 32px;
}

.class-menu-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--ink);
}

.class-menu-header p {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    max-width: 520px;
    margin-inline: auto;
}

/* Class list - vertical, centered */
.class-bubbles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.class-item {
    width: 100%;
    max-width: 640px;
}

/* Class pill button */
.class-pill {
    border-radius: 999px;
    border: 1px solid #ddd3c6;
    padding: 0.7rem 1.4rem;
    font-size: 0.9rem;
    background: #fff;
    color: var(--ink);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        transform 0.15s ease;
    width: 100%;
    text-align: center;
}

.class-pill:hover {
    border-color: var(--accent);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.class-pill.is-active {
    background: var(--accent);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

/* Class description bubble */
.class-bubble {
    display: none;
    margin-top: 10px;
    background: #ffffff;
    border-radius: 22px;
    border: 1px solid #e7dfd4;
    padding: 24px 22px 22px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.class-bubble::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 36px;
    height: 36px;
    background: radial-gradient(
        circle at top,
        rgba(191, 183, 172, 0.45),
        transparent 70%
    );
    opacity: 0.7;
    pointer-events: none;
}

.class-bubble.is-active {
    display: block;
    animation: fadeInBubble 0.2s ease-out;
}

@keyframes fadeInBubble {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.class-label {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--muted);
    margin-bottom: 4px;
}

.class-bubble h3 {
    margin: 0 0 4px;
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: var(--ink);
}

.class-meta {
    margin: 0 0 14px;
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 600;
}

.class-bubble p {
    margin: 0 0 10px;
    font-size: 0.96rem;
    color: var(--muted);
    line-height: 1.7;
}

/* Mobile tweaks */
@media (max-width: 640px) {
    .class-bubble {
        padding: 18px 16px 18px;
    }

    .class-bubble::before {
        left: 20px;
        width: 30px;
        height: 30px;
    }
}





/* =========================
   MEMBERSHIPS PAGE (OVERRIDE)
   ========================= */

/* Hero with SAME tint as Home hero */
.page-hero.membership-hero {
    min-height: 70vh;
    background: url("images/instructor.jpeg") center 45% / cover no-repeat !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
}

/* Same gradient tint as the Home hero */
.page-hero.membership-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, .35),
        rgba(0, 0, 0, .25) 40%,
        rgba(0, 0, 0, .45)
    );
    z-index: 0;
}

.page-hero.membership-hero .hero-inner {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.page-hero.membership-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(2.6rem, 4.4vw, 3.4rem);
    margin: 0 0 0.6rem;
    letter-spacing: 0.04em;
}

.page-hero.membership-hero p {
  margin: 0;
  font-size: 1.1rem;      /* similar size to others */
  letter-spacing: 0;      /* or just remove this line */
  text-transform: none;   /* or delete this line */
  opacity: 0.95;
}


/* ---------- MAIN MEMBERSHIP SECTION ---------- */

.memberships-section {
    padding: clamp(70px, 7vw, 90px) 0 36px;
    background:
        radial-gradient(circle at top left, rgba(191, 183, 172, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(222, 214, 205, 0.4), #f8f7f4);
}

.memberships-inner {
    width: min(1000px, 92%);
    margin: 0 auto;
}

.memberships-header {
    text-align: center;
    margin-bottom: 40px;
}

.memberships-eyebrow {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--muted);
    margin-bottom: 8px;
}

.memberships-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.1rem;
    margin: 0 0 10px;
    color: var(--ink);
}

.memberships-header p {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    max-width: 540px;
    margin-inline: auto;
}

.memberships-header::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    margin: 20px auto 0;
    background: linear-gradient(to right, transparent, var(--accent), transparent);
    opacity: 0.9;
}

/* Range pill under heading */
.membership-range {
    margin: 26px auto 34px;
    text-align: center;
    font-size: 0.88rem;
    color: var(--muted);
}

.membership-range span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(191, 183, 172, 0.6);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
}

/* ---------- PACK GRID ---------- */

.pack-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 44px;
}

.pack-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e3d9cc;
    padding: 22px 20px 20px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease;
}

.pack-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
    border-color: rgba(191, 183, 172, 0.9);
}

.pack-eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
    margin-bottom: 6px;
}

.pack-card h3 {
    margin: 0 0 6px;
    font-size: 0.96rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: var(--ink);
}

.pack-meta {
    margin: 0 0 16px;
    font-size: 0.86rem;
    color: var(--muted);
}

.pack-price {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--ink);
}

.pack-price span {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--muted);
}

.pack-validity {
    font-size: 0.9rem;
    color: var(--muted);
    margin-bottom: 10px;
    font-weight: 600;
}

.pack-tagline {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.7;
}

/* MOST POPULAR badge */
.pack-popular {
    display: inline-block;
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 999px;
    background: #1a1a1a;
    color: #fff;
}

/* Featured card */
.pack-card.featured {
    border-width: 2px;
    border-color: var(--accent);
    background: radial-gradient(circle at top left, rgba(191, 183, 172, 0.22), #ffffff);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.13);
}

/* Responsive grid for packs */
@media (max-width: 900px) {
    .pack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .pack-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------- TEXT INFO BLOCKS ---------- */

.info-block {
    background: #fff;
    border-radius: 22px;
    border: 1px solid #e6ddd1;
    padding: 24px 22px 20px;
    margin-bottom: 26px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.05);
}

.info-block h3 {
    margin: 0 0 10px;
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    color: var(--ink);
}

.info-block p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.7;
}

.info-block ul {
    margin: 6px 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
    font-size: 0.95rem;
}

.info-block li {
    margin-bottom: 4px;
}

/* ---------- CTA UNDER BLOCKS ---------- */

/* Memberships CTA text + button */
/* Memberships CTA text + button */
.membership-cta {
    text-align: center;
    margin: 40px 0 18px; /* increased top + bottom spacing */
    font-size: 0.95rem;
    color: var(--muted);
}

.membership-cta-btn {
    text-align: center;
    margin-bottom: 40px; /* more space below the button */
}

.membership-cta-btn .btn {
    min-width: 190px;
}





/* =========================
   PRIVATE EVENTS PAGE
   ========================= */

/* HERO */
.page-hero.private-hero {
  min-height: 70vh;
  background: url("images/PrivateEvents.jpeg") center 27% / cover no-repeat !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 1rem;
}

/* Same dark tint as other page heroes */
.page-hero.private-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.45)
  );
  z-index: 0;
}

.page-hero.private-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 650px;
}

.page-hero.private-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  margin: 0 0 0.4rem;
}

.page-hero.classmenu-hero p {
    margin: 0;
    font-size: 1.12rem;         /* same as Booking */
    opacity: .96;               /* same soft white */
    font-weight: 400;
    letter-spacing: 0.01em;     /* slight spacing like all other pages */
    text-transform: none;       /* remove uppercase like you wanted */
    color: #fff;                /* or leave default — opacity handles softness */
}


/* INTRO SECTION */
.private-intro {
  padding: 80px 0 60px;
  background: #ffffff;
}

.private-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.private-intro-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 16px;
}

.private-intro-copy p {
  margin-bottom: 14px;
  color: var(--muted);
}

.private-intro-copy .tagline {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 6px;
}

.private-intro-list {
  margin-top: 10px;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.private-intro-list li {
  margin-bottom: 4px;
}

.private-intro-media img {
  border-radius: 22px;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
  
  width: 90%;
  height: 60%;
  
  object-fit: contain;   /* ⬅ show full body without cropping */
  background: #f8f7f4;   /* ⬅ background behind transparent areas */
  padding: 10px;         /* ⬅ optional breathing room */
}


/* DETAIL BLOCKS */
.events-details {
  padding: 40px 0 20px;
  background: #f8f7f4;
}

.events-details-inner {
  width: min(1000px, 92%);
  margin: 0 auto;
}

.events-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

.event-block {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #e6ddd1;
  padding: 24px 22px 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.05);
}

.event-block h3 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.event-block p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.96rem;
}

.event-block ul {
  padding-left: 1.1rem;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.event-block li {
  margin-bottom: 4px;
}

.event-block.full-width {
  margin-top: 8px;
}

/* ENQUIRY SECTION */
.private-enquiry {
  padding: 50px 0 80px;
  background: #ffffff;
}

.private-enquiry-inner {
  width: min(1000px, 92%);
  margin: 0 auto;
}

.private-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: flex-start;
}

.enquiry-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.enquiry-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.97rem;
}

.enquiry-copy ul {
  padding-left: 1.1rem;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.enquiry-copy li {
  margin-bottom: 4px;
}

.event-form-card {
  background: #f8f7f4;
  border-radius: 22px;
  border: 1px solid #e6ddd1;
  padding: 24px 22px 26px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.event-form-card h3 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.event-form-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.event-form-card .btn {
  margin-top: 8px;
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .private-intro-grid,
  .events-grid,
  .private-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .private-intro {
    padding: 60px 0 40px;
  }

  .private-enquiry {
    padding-bottom: 60px;
  }
}

/* ---------- PRIVATE EVENTS – ENQUIRY SECTION ---------- */

.private-enquiry {
  padding: 70px 0 90px;
  background: #ffffff;
}

.private-enquiry-inner {
  width: min(1040px, 92%);
  margin: 0 auto;
}

/* Centered heading at the top */
.enquiry-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 40px;
}

.enquiry-tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted);
  margin-bottom: 6px;
}

.enquiry-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.9rem;
  margin: 0 0 10px;
}

.enquiry-header p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

/* Two-column layout under the heading */
.enquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: flex-start;
}

/* Left column text */
.enquiry-details p {
  color: var(--muted);
  font-size: 0.95rem;
  margin: 0 0 10px;
}

.enquiry-details ul {
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
  margin: 6px 0 0;
}

.enquiry-details li {
  margin-bottom: 4px;
}

.enquiry-footnote {
  margin-top: 14px;
}

/* Enquiry card on the right */
.event-form-card {
  background: #f8f7f4;
  border-radius: 22px;
  border: 1px solid #e6ddd1;
  padding: 24px 22px 26px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.event-form-card h3 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.event-form-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Make the button fill nicely */
.event-form-card .btn {
  margin-top: 8px;
  display: inline-flex;
  justify-content: center;
}

/* Responsive: stack on mobile */
@media (max-width: 800px) {
  .enquiry-layout {
    grid-template-columns: 1fr;
  }

  .event-form-card {
    max-width: 460px;
    margin: 0 auto;
  }

  .enquiry-header {
    margin-bottom: 28px;
  }
}


.booking-page {
    background: #FAF8F6 !important; /* Same as Momence app */
}




/* App Download Section */
.download-app-section {
  background: #FAF8F6; /* SAME as your website background */
  padding: 60px 0;
  text-align: center;
}

.download-app-section .download-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 8px;
  color: var(--ink);
}

.download-app-section .download-sub {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 25px;
}

.download-app-section .store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.download-app-section .store-btn img {
  height: 55px;
  transition: transform .2s ease, opacity .2s ease;
}

.download-app-section .store-btn:hover img {
  transform: translateY(-3px);
  opacity: .85;
}



/* Gift Card Section */
.giftcard-block {
  text-align: center;
}

.giftcard-values {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 26px; /* <-- NEW: Space before the text below */
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

.giftcard-values span {
  padding: 6px 14px;
  border: 1px solid #d8d5d0;
  border-radius: 8px;
  background: #faf9f7;
}

.giftcard-note {
  margin-top: 0; /* No need anymore */
}
