/* ============================================================
   THE BOUJEE BLONDE AESTHETICS — Design System
   Luxe glam: warm ivory, champagne gold, rose gold, charcoal.
   Built by NorthCore Labs.
   ============================================================ */

/* Keep Marissa's credentialed name on a single line on every viewport */
.name-marissa { white-space: nowrap; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    /* Brand palette — luxe blonde glam: ivory, champagne, gold, rose-gold, charcoal.
       Refresh 2026-06-02: deepened pinks + new tan/brown for "Skims" warmth per Marissa. */
    --bb-cream:       #F8F3EB;
    --bb-cream-deep:  #F0E7D9;
    --bb-sand:        #E7D9C3;
    --bb-champagne:   #E5CFA6;
    --bb-gold:        #C2A05B;
    --bb-gold-deep:   #A07E36;
    --bb-rose:        #E3BBA8;
    --bb-rose-deep:   #B97E6A;
    --bb-blush:       #F1DBD0;
    --bb-blush-soft:  #F7E9E0;
    /* NEW: Skims-pink + tan + brown — sampled from the wall behind Marissa's sign photo */
    --bb-pink:        #E8B4A8;
    --bb-pink-deep:   #BE8676;
    --bb-tan:         #D9B79C;
    --bb-tan-deep:    #B68B6A;
    --bb-brown:       #8C6E5A;
    --bb-brown-deep:  #5E483A;
    --bb-ink:         #221C19;
    --bb-ink-soft:    #3C332E;
    --bb-taupe:       #7E7064;
    --bb-white:       #FFFFFF;
    --bb-line:        rgba(34, 28, 25, 0.12);

    --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
    --font-body:    'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    /* 2026-06-02 sweep #2: real cursive again — Allura (elegant, readable). Cormorant italic was too stock. */
    --font-script:  'Allura', 'Sacramento', cursive;

    --radius-sm: 6px;
    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-pill: 999px;

    --shadow-soft: 0 6px 24px rgba(34, 28, 25, 0.07), 0 2px 8px rgba(34, 28, 25, 0.04);
    --shadow-lift: 0 18px 50px rgba(34, 28, 25, 0.12), 0 4px 14px rgba(34, 28, 25, 0.07);
    --shadow-frame: 0 26px 64px rgba(34, 28, 25, 0.16), 0 8px 22px rgba(34, 28, 25, 0.09);
    --shadow-gold: 0 16px 40px rgba(194, 160, 91, 0.34), 0 4px 12px rgba(34,28,25,0.12);
    --shadow-pink: 0 16px 40px rgba(232, 180, 168, 0.42), 0 4px 12px rgba(34,28,25,0.10);

    --container: 1220px;
}

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
    font-family: var(--font-body);
    background: var(--bb-cream);
    color: var(--bb-ink);
    line-height: 1.7;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 26px; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.005em; line-height: 1.12; }
h1 { font-size: clamp(2.8rem, 6.4vw, 5.6rem); font-weight: 400; }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.6rem); font-weight: 400; }
h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }

.eyebrow {
    font-family: var(--font-body);
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--bb-gold-deep);
    margin-bottom: 18px;
}

/* .script — sweep #2 2026-06-02: switched to Allura cursive.
   Allura is a single-weight upright connected script. Drop italic + weight tweaks; bump size 1.42em so it reads at parity with surrounding serif. */
.script {
    font-family: var(--font-script);
    font-weight: 400;
    color: var(--bb-rose-deep);
    font-size: 1.42em;
    line-height: 0.95;
    letter-spacing: 0;
}
.script-gold { color: var(--bb-gold-deep); }
.gold { color: var(--bb-gold-deep); }
.rose { color: var(--bb-rose-deep); }
.pink { color: var(--bb-pink-deep); }
.tan  { color: var(--bb-tan-deep); }
.brown { color: var(--bb-brown); }
.italic { font-style: italic; }

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    border-radius: var(--radius-pill);
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1.5px solid transparent;
}
.btn-gold {
    /* 2026-06-05 sweep: gold buttons swapped to pink per Will. Class name kept so
       HTML across 14 pages cascades without edits. */
    background: linear-gradient(135deg, var(--bb-pink) 0%, var(--bb-pink-deep) 100%);
    color: var(--bb-white);
    box-shadow: var(--shadow-pink);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(232,180,168,0.50); filter: brightness(1.05); }
.btn-ink {
    background: var(--bb-ink);
    color: var(--bb-cream);
}
.btn-ink:hover { background: var(--bb-ink-soft); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn-ghost-dark {
    background: transparent;
    color: var(--bb-ink);
    border-color: var(--bb-ink);
}
.btn-ghost-dark:hover { background: var(--bb-ink); color: var(--bb-cream); transform: translateY(-2px); }
.btn-ghost-light {
    background: transparent;
    color: var(--bb-cream);
    border-color: rgba(248, 243, 235, 0.7);
}
.btn-ghost-light:hover { background: var(--bb-cream); color: var(--bb-ink); transform: translateY(-2px); }
.btn-ghost-gold {
    /* 2026-06-05 sweep: ghost-gold → ghost-pink */
    background: transparent;
    color: var(--bb-pink-deep);
    border-color: var(--bb-pink);
}
.btn-ghost-gold:hover { background: var(--bb-pink); color: var(--bb-white); transform: translateY(-2px); box-shadow: var(--shadow-pink); }

/* NEW 2026-06-02: rose / tan button variants for the Skims-pink CTA Marissa asked for */
.btn-rose {
    background: linear-gradient(135deg, var(--bb-pink) 0%, var(--bb-pink-deep) 100%);
    color: var(--bb-white);
    box-shadow: 0 14px 36px rgba(190, 134, 118, 0.30), 0 4px 10px rgba(34,28,25,0.10);
}
.btn-rose:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(190, 134, 118, 0.42); filter: brightness(1.05); }
.btn-tan {
    background: linear-gradient(135deg, var(--bb-tan) 0%, var(--bb-tan-deep) 100%);
    color: var(--bb-white);
    box-shadow: 0 14px 36px rgba(182, 139, 106, 0.28), 0 4px 10px rgba(34,28,25,0.10);
}
.btn-tan:hover { transform: translateY(-2px); box-shadow: 0 22px 50px rgba(182, 139, 106, 0.40); filter: brightness(1.05); }
.btn-ghost-rose {
    background: transparent;
    color: var(--bb-pink-deep);
    border-color: var(--bb-pink);
}
.btn-ghost-rose:hover { background: var(--bb-pink); color: var(--bb-white); transform: translateY(-2px); }

/* ===== NAV ===== */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: linear-gradient(180deg, rgba(20,15,13,0.5) 0%, rgba(20,15,13,0.05) 100%);
    backdrop-filter: blur(6px) saturate(120%);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.nav.scrolled {
    background: rgba(248, 243, 235, 0.82);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    box-shadow: 0 4px 26px rgba(34, 28, 25, 0.07);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 26px;
    max-width: var(--container);
    margin: 0 auto;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 13px;
}
.nav-logo-mark {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--bb-blush-soft) center/cover no-repeat;
    background-image: url('./logo-badge.png');
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
    border: 2px solid rgba(248, 243, 235, 0.95);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
    flex-shrink: 0;
}
.nav.scrolled .nav-logo-mark { border-color: var(--bb-gold); box-shadow: var(--shadow-soft); }
.nav-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.nav-logo-text .top {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.32rem;
    letter-spacing: 0.005em;
    color: var(--bb-cream);
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    transition: color 0.35s ease, text-shadow 0.35s ease;
    margin-bottom: 1px;
}
.nav-logo-text .sub {
    font-family: var(--font-body);
    font-size: 0.6rem;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(248,243,235,0.82);
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
    transition: color 0.35s ease, text-shadow 0.35s ease;
}
.nav.scrolled .nav-logo-text .top { color: var(--bb-ink); text-shadow: none; }
.nav.scrolled .nav-logo-text .sub { color: var(--bb-gold-deep); text-shadow: none; }

.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(248, 243, 235, 0.9);
    transition: color 0.25s ease;
    position: relative;
    text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}
.nav-links a:hover, .nav-links a.active { color: var(--bb-white); }
.nav.scrolled .nav-links a { color: var(--bb-taupe); text-shadow: none; }
.nav.scrolled .nav-links a:hover, .nav.scrolled .nav-links a.active { color: var(--bb-ink); }
.nav-links a.active::after {
    content: '';
    position: absolute; bottom: -7px; left: 0; right: 0;
    height: 2px; background: var(--bb-gold); border-radius: 2px;
}
.nav-cta {
    padding: 11px 24px !important;
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%);
    color: var(--bb-white) !important;
    border-radius: var(--radius-pill);
    font-size: 0.72rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.16em !important;
    text-shadow: none !important;
    box-shadow: 0 6px 18px rgba(194,160,91,0.4);
    transition: all 0.3s ease;
}
.nav-cta:hover { transform: translateY(-1px); filter: brightness(1.06); }
.nav-cta::after { display: none !important; }

.nav-toggle { display: none; font-size: 1.5rem; color: var(--bb-cream); text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.nav.scrolled .nav-toggle { color: var(--bb-ink); text-shadow: none; }

.nav-mobile {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(248, 243, 235, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    flex-direction: column;
    padding: 24px 26px 30px;
    gap: 16px;
    border-bottom: 1px solid var(--bb-line);
    box-shadow: var(--shadow-lift);
}
.nav-mobile a {
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bb-ink);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--bb-line);
}
.nav-mobile a:last-child { border-bottom: none; }

@media (max-width: 1160px) {
    .nav-links { display: none; }
    .nav-toggle { display: block; }
    .nav-mobile.open { display: flex; }
}
@media (min-width: 1161px) and (max-width: 1340px) {
    .nav-links { gap: 17px; }
    .nav-links a { letter-spacing: 0.07em; font-size: 0.73rem; }
    .nav-cta { padding: 10px 18px !important; letter-spacing: 0.1em !important; }
}

/* ===== HERO (full-screen video) ===== */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    color: var(--bb-cream);
    isolation: isolate;
    /* sweep #4 2026-06-02 — bottom padding 110px → 0 to kill the white space under the hero video */
    padding: 150px 0 0;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: -2;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    /* sweep #4 2026-06-02 — overlay darkened (0.52/0.34/0.74 → 0.66/0.52/0.82) so hero text reads cleanly over the video */
    background:
        linear-gradient(180deg, rgba(20,14,12,0.66) 0%, rgba(20,14,12,0.52) 42%, rgba(20,14,12,0.82) 100%),
        radial-gradient(ellipse at 50% 58%, rgba(194,160,91,0.12) 0%, transparent 62%);
}
.hero-inner {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 26px;
    width: 100%;
}
.hero-hi {
    /* sweep #3 2026-06-02 — Allura cursive for "hi gorgeous,", was stock Cormorant italic */
    font-family: var(--font-script);
    font-style: normal;
    font-weight: 400;
    color: var(--bb-pink);
    font-size: clamp(3rem, 5.4vw, 4.2rem);
    line-height: 0.95;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: 0;
    text-shadow: 0 3px 22px rgba(0,0,0,0.45);
}
.hero h1 {
    color: var(--bb-cream);
    margin: 6px 0 8px;
    line-height: 1.02;
    text-shadow: 0 4px 34px rgba(0,0,0,0.45);
}
.hero h1 .brandline {
    display: block;
    font-style: italic;
}
.hero h1 .sub {
    display: block;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 0.22em;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--bb-champagne);
    margin-top: 18px;
}
.hero p.lede {
    font-size: clamp(1.02rem, 1.5vw, 1.2rem);
    color: rgba(248, 243, 235, 0.9);
    max-width: 600px;
    margin: 22px auto 36px;
    line-height: 1.75;
    font-weight: 300;
}
.hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 54px;
}
.hero-meta {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.82rem;
    color: rgba(248, 243, 235, 0.78);
    letter-spacing: 0.04em;
    padding-top: 34px;
    border-top: 1px solid rgba(248, 243, 235, 0.2);
    max-width: 760px;
    margin: 0 auto;
}
.hero-meta strong {
    color: var(--bb-champagne);
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.66rem;
}
.hero-meta a { border-bottom: 1px solid transparent; transition: border-color .2s; }
.hero-meta a:hover { border-color: var(--bb-champagne); }

/* 2026-06-05 sweep — beefed up scroll cue per Will (round 2 — bigger, more attention).
   Larger pill, bolder chevron, ambient rose glow + dual-stage bounce. */
.hero-scroll-cue {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 34px 22px;
    border-radius: 999px;
    background: rgba(20,14,12,0.38);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid rgba(248,243,235,0.36);
    color: var(--bb-cream);
    text-decoration: none;
    transition: background 0.35s, border-color 0.35s, box-shadow 0.35s, transform 0.35s;
    box-shadow:
        0 14px 38px rgba(0,0,0,0.34),
        0 0 0 0 rgba(232,180,168,0);
    animation: hscBounce 2.0s ease-in-out infinite, hscGlow 3.4s ease-in-out infinite;
    will-change: transform, box-shadow;
}
.hero-scroll-cue:hover {
    background: rgba(232,180,168,0.36);
    border-color: var(--bb-pink);
    box-shadow:
        0 18px 46px rgba(232,180,168,0.42),
        0 0 0 6px rgba(232,180,168,0.18);
}
.hero-scroll-cue .hsc-label {
    font-family: var(--font-body);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.44em;
    text-transform: uppercase;
    color: rgba(248,243,235,0.96);
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.hero-scroll-cue .hsc-chev {
    display: block;
    width: 30px;
    height: 30px;
    border-right: 4px solid var(--bb-pink);
    border-bottom: 4px solid var(--bb-pink);
    transform: rotate(45deg);
    margin-top: 4px;
    filter: drop-shadow(0 3px 8px rgba(0,0,0,0.42));
}
@keyframes hscBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(11px); }
}
@keyframes hscGlow {
    0%, 100% { box-shadow: 0 14px 38px rgba(0,0,0,0.34), 0 0 0 0 rgba(232,180,168,0); }
    50%      { box-shadow: 0 16px 44px rgba(0,0,0,0.36), 0 0 0 10px rgba(232,180,168,0.16); }
}

@media (max-width: 700px) {
    .hero-meta { gap: 22px; }
    .hero-scroll-cue { bottom: 22px; padding: 15px 26px 17px; gap: 9px; }
    .hero-scroll-cue .hsc-label { font-size: 0.78rem; letter-spacing: 0.36em; }
    .hero-scroll-cue .hsc-chev { width: 24px; height: 24px; border-width: 3px; }
}

/* ===== PAGE HERO (inner pages — shorter, image bg) ===== */
.page-hero {
    position: relative;
    min-height: 56vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--bb-cream);
    overflow: hidden;
    isolation: isolate;
    /* sweep #4 2026-06-02 — bottom padding 90px → 0 so inner-page hero flows into next section without a dead band */
    padding: 170px 0 0;
}
.page-hero-bg {
    position: absolute;
    inset: -8% 0 -8% 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    will-change: transform;
}
.page-hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    /* 2026-06-02 sweep #1: darker bottom (0.72 -> 0.84) so body copy stays
       legible on lighter hero photos (e.g., the boujee-sign-hero on about.html). */
    background: linear-gradient(180deg, rgba(20,14,12,0.66) 0%, rgba(20,14,12,0.5) 45%, rgba(20,14,12,0.84) 100%);
}
.page-hero-inner { position: relative; z-index: 1; max-width: 820px; padding: 0 26px; }
.page-hero .eyebrow { color: var(--bb-champagne); }
.page-hero h1 { color: var(--bb-cream); text-shadow: 0 4px 30px rgba(0,0,0,0.4); }
/* 2026-06-02 sweep #1: pink script bumped from --bb-pink (#E8B4A8, too light)
   to --bb-pink-deep (#BE8676) + drop-shadow so it reads on cream-toned hero photos.
   Marissa flagged "white background, light pink, can't read it." */
.page-hero h1 .script { color: var(--bb-pink-deep); display: block; font-size: 1.18em; font-weight: 400; text-shadow: 0 2px 14px rgba(0,0,0,0.45); line-height: 0.92; margin-top: 4px; }
.page-hero p { color: rgba(248,243,235,0.94); max-width: 600px; margin: 22px auto 0; font-weight: 300; text-shadow: 0 1px 10px rgba(0,0,0,0.42); }

/* ===== TRUST STRIP ===== */
.trust-strip { background: var(--bb-ink); color: var(--bb-cream); padding: 22px 0; overflow: hidden; }
.trust-inner {
    display: flex;
    justify-content: center;
    gap: 52px;
    flex-wrap: wrap;
    padding: 0 26px;
    font-size: 0.74rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--bb-cream);
    opacity: 0.94;
}
.trust-inner span { display: flex; align-items: center; gap: 11px; }
.trust-inner span::before { content: '✦'; color: var(--bb-gold); }

/* ===== SECTION BASE ===== */
/* sweep #5 2026-06-02 — section-blend strips removed at Will's ask. Restoring natural
   section flow with consistent padding. Color transitions handled by section backgrounds
   alternating cream / cream-deep / blush-soft / ink — no more gradient bridge strips. */
section { padding: 96px 0; position: relative; }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-header p { color: var(--bb-taupe); font-size: 1.06rem; margin-top: 18px; font-weight: 300; }
.section-header h2 .script { display: block; font-size: 1.32em; line-height: 0.95; margin: 8px 0 0; transform: none; }

/* ===== DARK IMAGE SECTION (moody photographic background) ===== */
.dark-section { position: relative; color: var(--bb-cream); overflow: hidden; isolation: isolate; }
.dark-section .section-bg {
    position: absolute; inset: -8% 0 -8% 0;
    background-size: cover; background-position: center; z-index: -2; will-change: transform;
}
.dark-section .section-bg::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(20,14,12,0.86) 0%, rgba(20,14,12,0.74) 50%, rgba(20,14,12,0.9) 100%),
        radial-gradient(ellipse at 50% 40%, rgba(194,160,91,0.12) 0%, transparent 64%);
}
.dark-section .section-header h2 { color: var(--bb-cream); }
.dark-section .section-header h2 .script { color: var(--bb-rose); }
.dark-section .section-header p { color: rgba(248,243,235,0.82); }
.dark-section .eyebrow { color: var(--bb-champagne); }
.dark-section .section-cta .note { color: rgba(248,243,235,0.82); }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }
.reveal-d5 { transition-delay: 0.40s; }
.reveal-d6 { transition-delay: 0.48s; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ===== ABOUT / THE PROVIDER ===== */
.about { position: relative; background: var(--bb-ink); color: var(--bb-cream); overflow: hidden; isolation: isolate; padding: 138px 0; }
.about-bg {
    position: absolute; inset: -10% 0 -10% 0;
    background: url('./about-facial.jpg') center 30% / cover no-repeat;
    z-index: -2; will-change: transform;
}
.about-bg::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(20,14,12,0.84) 0%, rgba(20,14,12,0.7) 40%, rgba(20,14,12,0.88) 100%),
        linear-gradient(90deg, rgba(20,14,12,0.5) 0%, transparent 60%);
}
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.about-img-wrap { position: relative; display: flex; justify-content: center; padding: 16px; }
.about-img-wrap::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(227,187,168,0.26) 0%, transparent 66%);
}
.about-img-wrap img {
    position: relative; z-index: 1; width: 100%; max-width: 460px; height: auto;
    border-radius: var(--radius-lg);
    border: 3px solid rgba(248,243,235,0.9);
    box-shadow: var(--shadow-frame);
    transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.about-img-wrap img:hover { transform: translateY(-6px); }
.about-img-badge {
    position: absolute; bottom: 0; right: 6%;
    z-index: 2;
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%);
    color: var(--bb-white);
    padding: 14px 22px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-gold);
    text-align: center;
    transform: rotate(-3deg);
}
.about-img-badge strong { display: block; font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; line-height: 1; }
.about-img-badge span { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; }
.about-text .eyebrow { color: var(--bb-champagne); }
.about-text h2 { color: var(--bb-cream); margin-bottom: 4px; }
/* sweep #3 2026-06-02 — migrated .signature from Cormorant italic (stock-looking) to Allura cursive */
.about-text .signature {
    font-family: var(--font-script); font-style: normal; font-weight: 400;
    color: var(--bb-champagne); font-size: 2.4rem;
    margin: 4px 0 22px; line-height: 1.05; display: inline-block; letter-spacing: 0.005em;
    text-shadow: 0 1px 10px rgba(0,0,0,0.42);
}
.about-text p { color: rgba(248, 243, 235, 0.84); margin-bottom: 18px; font-size: 1.04rem; line-height: 1.78; font-weight: 300; }
.about-tags {
    display: flex; flex-wrap: wrap; gap: 6px 16px; margin-bottom: 24px;
    font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--bb-rose); line-height: 1.35;
}
.about-tags span:not(:last-child)::after { content: '·'; margin-left: 16px; color: var(--bb-champagne); opacity: 0.6; }
.about-quick {
    margin-top: 30px; padding-top: 26px; border-top: 1px solid rgba(248, 243, 235, 0.2);
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.about-quick div { font-size: 0.9rem; color: rgba(248, 243, 235, 0.8); }
.about-quick strong { display: block; color: var(--bb-champagne); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 4px; font-weight: 500; }

@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about { padding: 96px 0; }
}

/* Mobile fix 2026-06-06 — keep FNP-C badge proportional + image sized correctly
   on /about The Story section (and anywhere about-img-wrap stacks) */
@media (max-width: 720px) {
    .about-img-wrap img {
        max-width: 100% !important;
        width: 100%;
    }
    .about-img-badge {
        padding: 8px 14px;
        right: 8%;
        bottom: 6px;
        transform: rotate(-2deg);
    }
    .about-img-badge strong { font-size: 1.05rem; }
    .about-img-badge span { font-size: 0.55rem; letter-spacing: 0.16em; }
}
@media (max-width: 480px) {
    .about-img-badge {
        padding: 6px 11px;
        right: 6%;
    }
    .about-img-badge strong { font-size: 0.92rem; }
    .about-img-badge span { font-size: 0.5rem; }
}

/* ===== FEATURED / SIGNATURE TREATMENTS =====
   Scope cream background to the SECTION only — fixes 2026-06-02 contrast bug
   where the inline `<span class="signature">` (used for "family nurse practitioner
   & founder" on the dark Meet-Your-Injector block) inherited a cream background
   and became unreadable champagne-on-cream. */
section.signature { background: var(--bb-cream-deep); }
.about-text .signature { background: transparent; color: var(--bb-champagne); padding: 0; }
.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.featured-card {
    background: var(--bb-white); border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-soft); transition: all 0.4s cubic-bezier(.2,.8,.2,1);
    position: relative; display: flex; flex-direction: column;
    /* 2026-06-02: bumped from 1px blush to 2px rose for visible pink framing */
    border: 2px solid var(--bb-rose);
}
.featured-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.featured-card .fc-img { aspect-ratio: 4/3; overflow: hidden; border-bottom: 1px solid var(--bb-blush); }
.featured-card .fc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.featured-card:hover .fc-img img { transform: scale(1.06); }
.featured-card .fc-body { padding: 28px 26px 30px; text-align: center; display: flex; flex-direction: column; flex: 1; }
.featured-card.flag .fc-img::after {
    content: 'Most Booked'; position: absolute; top: 16px; left: 16px;
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%); color: #fff;
    padding: 7px 14px; border-radius: var(--radius-pill); font-size: 0.62rem; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase; box-shadow: var(--shadow-gold);
}
.featured-card h3 { color: var(--bb-ink); margin-bottom: 10px; }
.featured-card p { color: var(--bb-taupe); font-size: 0.95rem; margin-bottom: 22px; flex: 1; font-weight: 300; }
.featured-card .btn { width: 100%; }

@media (max-width: 900px) { .featured-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }

/* ===== TREATMENTS GRID (image tiles) ===== */
.treatments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.treatment-tile {
    position: relative; border-radius: var(--radius-lg); overflow: hidden;
    aspect-ratio: 4/5; box-shadow: var(--shadow-soft); display: block;
    transition: transform 0.5s cubic-bezier(.2,.8,.2,1), box-shadow 0.5s, border-color 0.4s;
    /* 2026-06-02: bumped from pale blush to rose for the "more pink" Marissa asked for */
    border: 2px solid var(--bb-rose);
}
.treatment-tile:hover { border-color: var(--bb-rose-deep); }
.treatment-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.treatment-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(.2,.8,.2,1); }
.treatment-tile:hover img { transform: scale(1.07); }
.treatment-tile .t-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20,14,12,0) 38%, rgba(20,14,12,0.82) 100%);
}
.treatment-tile .t-meta { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px 22px; z-index: 2; color: var(--bb-cream); }
.treatment-tile .t-meta .num { font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bb-champagne); margin-bottom: 6px; font-weight: 500; }
.treatment-tile .t-meta h3 { font-style: italic; font-size: 1.5rem; color: var(--bb-cream); line-height: 1.05; margin-bottom: 6px; }
.treatment-tile .t-meta p { font-size: 0.85rem; color: rgba(248,243,235,0.84); line-height: 1.45; font-weight: 300; }
.treatment-tile .t-arrow {
    position: absolute; top: 16px; right: 16px; z-index: 3;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(248,243,235,0.92); color: var(--bb-ink);
    display: flex; align-items: center; justify-content: center; font-size: 1rem;
    transition: all .3s ease;
}
.treatment-tile:hover .t-arrow { background: var(--bb-gold); color: #fff; transform: rotate(-45deg); }

@media (max-width: 900px) { .treatments-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
@media (max-width: 560px) { .treatments-grid { grid-template-columns: 1fr; } }

/* ===== SERVICE DETAIL ROWS (services page) ===== */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 96px; scroll-margin-top: 110px; }
.svc-row:last-child { margin-bottom: 0; }
.svc-row:nth-child(even) .svc-row-img { order: 2; }
.svc-row-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-frame); aspect-ratio: 5/4; position: relative; border: 3px solid var(--bb-rose); background: var(--bb-blush-soft); }
.svc-row-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-row-text .eyebrow { color: var(--bb-gold-deep); }
.svc-row-text h2 { color: var(--bb-ink); margin-bottom: 14px; }
.svc-row-text p { color: var(--bb-taupe); margin-bottom: 16px; font-weight: 300; }
.svc-row-text .svc-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 26px; }
.svc-row-text .svc-tags span {
    font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--bb-gold-deep); background: var(--bb-blush-soft);
    padding: 7px 14px; border-radius: var(--radius-pill); font-weight: 400;
}
.svc-num {
    font-family: var(--font-display); font-size: 1rem; color: var(--bb-gold);
    letter-spacing: 0.2em; margin-bottom: 8px;
}
@media (max-width: 900px) {
    .svc-row { grid-template-columns: 1fr; gap: 28px; margin-bottom: 64px; }
    .svc-row:nth-child(even) .svc-row-img { order: 0; }
}

/* ===== MEMBERSHIP / GOLD CTA BAND ===== */
.gold-band { background: linear-gradient(135deg, #2a221d 0%, #221c19 100%); color: var(--bb-cream); position: relative; overflow: hidden; isolation: isolate; }
.gold-band::before {
    content: ''; position: absolute; top: -30%; right: -8%; width: 460px; height: 460px; border-radius: 50%;
    background: radial-gradient(circle, rgba(194,160,91,0.22) 0%, transparent 70%); z-index: -1;
}
.gold-band::after {
    content: ''; position: absolute; bottom: -30%; left: -8%; width: 420px; height: 420px; border-radius: 50%;
    background: radial-gradient(circle, rgba(227,187,168,0.16) 0%, transparent 70%); z-index: -1;
}
.member-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.member-text .eyebrow { color: var(--bb-champagne); }
.member-text h2 { color: var(--bb-cream); margin-bottom: 8px; }
.member-text h2 .script { color: var(--bb-gold); }
.member-text p { color: rgba(248,243,235,0.85); margin-bottom: 22px; font-weight: 300; }
.member-perks { list-style: none; margin: 24px 0 30px; display: grid; gap: 14px; }
.member-perks li { display: flex; align-items: flex-start; gap: 13px; color: rgba(248,243,235,0.9); font-size: 0.98rem; font-weight: 300; }
.member-perks li::before { content: '✦'; color: var(--bb-gold); margin-top: 2px; }
.member-card {
    background: rgba(248,243,235,0.06); border: 1px solid rgba(248,243,235,0.16);
    border-radius: var(--radius-lg); padding: 40px 36px; text-align: center;
    backdrop-filter: blur(8px); box-shadow: var(--shadow-frame);
}
.member-card .badge { display: inline-block; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bb-champagne); margin-bottom: 14px; }
.member-card h3 { color: var(--bb-cream); font-style: italic; font-size: 2rem; margin-bottom: 10px; }
.member-card p { color: rgba(248,243,235,0.78); font-size: 0.95rem; margin-bottom: 26px; font-weight: 300; }
/* 2026-06-02 sweep #1: pink frame on members-card image to match the body-content
   image framing Marissa asked for. */
.member-card img { border-radius: var(--radius-md); margin-bottom: 22px; box-shadow: var(--shadow-lift); border: 2px solid var(--bb-rose); }
@media (max-width: 900px) { .member-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ===== PHILOSOPHY / SOCIAL PROOF ===== */
.philosophy { background: var(--bb-blush-soft); text-align: center; position: relative; overflow: hidden; }
/* 2026-06-02 sweep #1: pink-deep eyebrow accent on the rose-blush section
   so pink shows through more than just the buttons. */
.philosophy .eyebrow { color: var(--bb-pink-deep); }
.philosophy::before {
    content: ''; position: absolute; top: 10%; left: -120px; width: 340px; height: 340px; border-radius: 50%;
    background: radial-gradient(circle, rgba(227,187,168,0.4) 0%, transparent 70%); pointer-events: none;
}
.philosophy-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; }
.philosophy .stars { color: var(--bb-gold); letter-spacing: 0.2em; font-size: 1.1rem; margin-bottom: 18px; }
.philosophy blockquote {
    font-family: var(--font-display); font-style: italic; font-size: clamp(1.6rem, 3.4vw, 2.6rem);
    line-height: 1.3; color: var(--bb-ink); font-weight: 400; margin-bottom: 22px;
}
.philosophy blockquote .gold { font-style: normal; }
.philosophy cite { font-style: normal; color: var(--bb-taupe); font-size: 0.86rem; letter-spacing: 0.16em; text-transform: uppercase; }
.philosophy cite strong { color: var(--bb-gold-deep); font-weight: 500; }
.philosophy .ph-actions { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== GALLERY ===== */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px; }
/* 2026-06-02 sweep #1: gallery border bumped from pale blush -> visible rose
   so the clinic + about gallery tiles read as framed (Marissa: "more borders"). */
.gallery-item { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-soft); position: relative; background: var(--bb-sand); border: 2px solid var(--bb-rose); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(.2,.8,.2,1); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-ig {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
    background: linear-gradient(135deg, var(--bb-rose) 0%, var(--bb-gold) 100%); color: #fff; text-align: center; padding: 20px;
}
.gallery-ig .handle { font-family: var(--font-display); font-size: 1.4rem; font-style: italic; }
.gallery-ig .cta { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; } .gallery-item.wide { grid-column: span 2; } }

/* ===== VISIT / CONTACT ===== */
.visit-grid { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 50px; align-items: start; }
.visit-info .eyebrow { color: var(--bb-gold-deep); }
.visit-info h2 { color: var(--bb-ink); margin-bottom: 6px; }
.visit-info .signature { font-family: var(--font-script); font-style: normal; font-weight: 400; font-size: 2.3rem; line-height: 1.05; color: var(--bb-pink-deep); margin: 10px 0 28px; display: inline-block; letter-spacing: 0.005em; }
.visit-blocks { display: grid; gap: 26px; }
.visit-block strong { display: block; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bb-gold-deep); margin-bottom: 7px; font-weight: 500; }
.visit-block p, .visit-block a { color: var(--bb-ink-soft); font-weight: 300; }
.visit-block a { border-bottom: 1px solid var(--bb-gold); transition: color .2s; }
.visit-block a:hover { color: var(--bb-gold-deep); }
.visit-hours { background: var(--bb-ink); color: var(--bb-cream); border-radius: var(--radius-lg); padding: 36px 32px; box-shadow: var(--shadow-frame); }
.visit-hours h3 { color: var(--bb-cream); font-style: italic; margin-bottom: 22px; }
.visit-hours ul { list-style: none; }
.visit-hours li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(248,243,235,0.14); font-size: 0.92rem; font-weight: 300; }
.visit-hours li:last-child { border-bottom: none; }
.visit-hours li.closed .time { color: rgba(248,243,235,0.5); }
.visit-hours li .day { color: rgba(248,243,235,0.86); letter-spacing: 0.04em; }
.visit-hours li .time { color: var(--bb-champagne); }
.visit-hours .appt-only { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(248,243,235,0.14); text-align: center; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bb-gold); }
@media (max-width: 900px) { .visit-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ===== MAP ===== */
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-frame); border: 1px solid var(--bb-line); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; filter: grayscale(0.2) contrast(1.02); }

/* ===== CONTACT FORM ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-form { background: var(--bb-white); border-radius: var(--radius-lg); padding: 40px 36px; box-shadow: var(--shadow-frame); }
.contact-form h3 { color: var(--bb-ink); margin-bottom: 8px; font-style: italic; }
.contact-form > p { color: var(--bb-taupe); font-size: 0.96rem; margin-bottom: 26px; font-weight: 300; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bb-ink-soft); margin-bottom: 8px; font-weight: 400; }
.form-field input, .form-field select, .form-field textarea {
    width: 100%; padding: 13px 16px; border: 1.5px solid var(--bb-line); border-radius: var(--radius-sm);
    font-family: var(--font-body); font-size: 0.96rem; color: var(--bb-ink); background: var(--bb-cream); font-weight: 300;
    transition: border-color .2s, box-shadow .2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
    outline: none; border-color: var(--bb-gold); box-shadow: 0 0 0 3px rgba(194,160,91,0.16);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-hint { font-size: 0.78rem; color: var(--bb-taupe); margin-top: 6px; font-weight: 300; }
.form-success {
    display: none; background: var(--bb-blush-soft); border: 1px solid var(--bb-rose);
    border-radius: var(--radius-md); padding: 18px 20px; color: var(--bb-ink); margin-bottom: 20px; font-size: 0.95rem;
}
.form-success.show { display: block; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } }

/* ===== PAYMENT PLANS ===== */
.pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pay-card {
    background: var(--bb-white); border-radius: var(--radius-lg); padding: 40px 36px;
    box-shadow: var(--shadow-soft); transition: all 0.4s cubic-bezier(.2,.8,.2,1);
    display: flex; flex-direction: column; border-top: 4px solid var(--bb-gold);
}
.pay-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.pay-card .pay-name { font-family: var(--font-display); font-size: 2rem; color: var(--bb-ink); margin-bottom: 4px; }
.pay-card .pay-tag { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bb-gold-deep); margin-bottom: 18px; font-weight: 500; }
.pay-card p { color: var(--bb-taupe); margin-bottom: 18px; font-weight: 300; flex: 1; }
.pay-card ul { list-style: none; margin-bottom: 26px; display: grid; gap: 11px; }
.pay-card ul li { display: flex; gap: 11px; color: var(--bb-ink-soft); font-size: 0.95rem; font-weight: 300; }
.pay-card ul li::before { content: '✦'; color: var(--bb-gold); }
.pay-card .btn { width: 100%; }
@media (max-width: 760px) { .pay-grid { grid-template-columns: 1fr; } }

/* ===== EPICUTIS / RETAIL BAND ===== */
.retail { background: var(--bb-cream-deep); }
.retail-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.retail-img { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-frame); aspect-ratio: 4/5; border: 3px solid var(--bb-blush); background: var(--bb-blush-soft); }
.retail-img img { width: 100%; height: 100%; object-fit: cover; }
.retail-text .eyebrow { color: var(--bb-gold-deep); }
.retail-text h2 { color: var(--bb-ink); margin-bottom: 14px; }
.retail-text p { color: var(--bb-taupe); margin-bottom: 18px; font-weight: 300; }
@media (max-width: 900px) { .retail-grid { grid-template-columns: 1fr; gap: 32px; } .retail-img { max-width: 360px; margin: 0 auto; } }

/* ===== BOOK CTA ===== */
.book { background: var(--bb-cream); text-align: center; }
.book-frame {
    max-width: 660px; margin: 0 auto; background: var(--bb-white); border-radius: var(--radius-lg);
    padding: 48px 44px; box-shadow: var(--shadow-frame); border: 1px solid var(--bb-line); position: relative;
}
.book-frame .badge { display: inline-block; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bb-gold-deep); margin-bottom: 14px; }
.book-frame h3 { color: var(--bb-ink); font-style: italic; margin-bottom: 12px; }
.book-frame p { color: var(--bb-taupe); margin-bottom: 28px; font-weight: 300; }
.book-fallback { margin-top: 28px; color: var(--bb-taupe); font-size: 0.92rem; font-weight: 300; }
.book-fallback a { color: var(--bb-gold-deep); border-bottom: 1px solid var(--bb-gold); }

/* ===== FOOTER ===== */
.footer { background: var(--bb-ink); color: var(--bb-cream); padding: 76px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 50px; }
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.footer-brand-logo { display: flex; align-items: center; gap: 12px; }
.footer-brand-mark { width: 52px; height: 52px; border-radius: 50%; background: url('./logo-badge.png') center/cover; border: 2px solid var(--bb-gold); flex-shrink: 0; }
.footer-brand-name { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 1.5rem; color: var(--bb-cream); line-height: 1.15; letter-spacing: 0.005em; }
.footer-brand-name small { display: block; font-family: var(--font-body); font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--bb-gold); margin-top: 2px; }
.footer-brand p { color: rgba(248,243,235,0.7); font-size: 0.92rem; font-weight: 300; max-width: 320px; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a {
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(248,243,235,0.24);
    display: flex; align-items: center; justify-content: center; transition: all .25s ease; color: var(--bb-cream);
}
.footer-socials a:hover { background: var(--bb-gold); border-color: var(--bb-gold); transform: translateY(-2px); }
.footer-socials svg { width: 17px; height: 17px; fill: currentColor; }
.footer-col h4 { font-family: var(--font-body); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bb-gold); margin-bottom: 18px; font-weight: 500; }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a, .footer-col p { color: rgba(248,243,235,0.74); font-size: 0.92rem; font-weight: 300; transition: color .2s; }
.footer-col a:hover { color: var(--bb-champagne); }
.footer-payments { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.footer-payments span { font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(248,243,235,0.6); border: 1px solid rgba(248,243,235,0.18); padding: 4px 10px; border-radius: var(--radius-pill); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 28px; border-top: 1px solid rgba(248,243,235,0.14); font-size: 0.8rem; color: rgba(248,243,235,0.6); font-weight: 300; }
.footer-bottom a { color: var(--bb-champagne); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq details {
    background: var(--bb-white); border: 1px solid var(--bb-line); border-radius: var(--radius-md);
    padding: 2px 24px; box-shadow: var(--shadow-soft); transition: box-shadow .25s;
}
.faq details[open] { box-shadow: var(--shadow-lift); }
.faq summary {
    cursor: pointer; list-style: none; padding: 20px 0;
    font-family: var(--font-display); font-size: 1.18rem; color: var(--bb-ink);
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--bb-gold-deep); font-size: 1.5rem; line-height: 1; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--bb-taupe); font-weight: 300; padding: 0 0 22px; margin: 0; line-height: 1.7; }

/* ===== HOW IT WORKS (numbered steps) ===== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step-card { text-align: center; padding: 8px 18px; }
.step-card .step-num {
    width: 58px; height: 58px; margin: 0 auto 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-size: 1.5rem; color: var(--bb-white);
    background: linear-gradient(135deg, var(--bb-gold) 0%, var(--bb-gold-deep) 100%);
    box-shadow: var(--shadow-gold);
}
.step-card h3 { color: var(--bb-ink); margin-bottom: 10px; font-style: italic; }
.step-card p { color: var(--bb-taupe); font-weight: 300; font-size: 0.98rem; }
@media (max-width: 860px) { .steps-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; gap: 36px; } }

/* ===== GUIDES — LEAD MAGNET CARDS ===== */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.guide-card {
    background: var(--bb-white); border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-soft); transition: all 0.4s cubic-bezier(.2,.8,.2,1);
    display: flex; flex-direction: column; position: relative; border-top: 4px solid var(--bb-gold);
}
.guide-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.guide-card .gc-img { aspect-ratio: 16/10; overflow: hidden; position: relative; background: var(--bb-ink); }
.guide-card .gc-img img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.guide-card:hover .gc-img img { transform: scale(1.06); }
.guide-card .gc-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,14,12,0.1) 40%, rgba(20,14,12,0.66) 100%); }
.guide-card .gc-badge {
    position: absolute; top: 14px; left: 14px; z-index: 2;
    background: rgba(248,243,235,0.94); color: var(--bb-gold-deep);
    font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
    padding: 6px 12px; border-radius: var(--radius-pill);
}
.guide-card .gc-kicker { position: absolute; bottom: 14px; left: 18px; right: 18px; z-index: 2; color: var(--bb-champagne); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; }
.guide-card .gc-body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.guide-card h3 { color: var(--bb-ink); font-style: italic; margin-bottom: 10px; }
.guide-card .gc-desc { color: var(--bb-taupe); font-size: 0.95rem; margin-bottom: 18px; font-weight: 300; }
.guide-card ul { list-style: none; display: grid; gap: 9px; margin-bottom: 24px; flex: 1; }
.guide-card ul li { display: flex; gap: 10px; color: var(--bb-ink-soft); font-size: 0.9rem; font-weight: 300; }
.guide-card ul li::before { content: '✦'; color: var(--bb-gold); }
.guide-card .btn { width: 100%; }
@media (max-width: 900px) { .guide-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; } }

/* ===== QUIZ TEASER BAND ===== */
.quiz-tease { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.quiz-tease .qt-card {
    background: rgba(248,243,235,0.06); border: 1px solid rgba(248,243,235,0.18);
    border-radius: var(--radius-lg); padding: 38px 34px; text-align: center; backdrop-filter: blur(8px); box-shadow: var(--shadow-frame);
}
.quiz-tease .qt-card .qt-icon { font-size: 2.4rem; margin-bottom: 12px; }
.quiz-tease .qt-card h3 { color: var(--bb-cream); font-style: italic; margin-bottom: 10px; }
.quiz-tease .qt-card p { color: rgba(248,243,235,0.8); font-size: 0.95rem; margin-bottom: 24px; font-weight: 300; }
.quiz-tease .qt-stats { display: flex; justify-content: center; gap: 30px; margin-bottom: 26px; }
.quiz-tease .qt-stats div { text-align: center; }
.quiz-tease .qt-stats strong { display: block; font-family: var(--font-display); font-size: 1.7rem; color: var(--bb-champagne); line-height: 1; }
.quiz-tease .qt-stats span { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(248,243,235,0.65); }
@media (max-width: 900px) { .quiz-tease { grid-template-columns: 1fr; gap: 34px; } }

/* ===== LEAD-MAGNET MODAL (gated download + quiz) ===== */
.lm-modal {
    position: fixed; inset: 0; z-index: 1000; display: none;
    align-items: center; justify-content: center; padding: 20px;
    background: rgba(20,14,12,0.66); backdrop-filter: blur(6px);
    opacity: 0; transition: opacity 0.3s ease;
}
.lm-modal.open { display: flex; opacity: 1; }
.lm-shell {
    background: var(--bb-cream); border-radius: var(--radius-lg); width: 100%; max-width: 560px;
    max-height: 92vh; overflow: hidden; display: flex; flex-direction: column;
    box-shadow: var(--shadow-frame); transform: translateY(20px) scale(0.98); transition: transform 0.35s cubic-bezier(.2,.8,.2,1);
}
.lm-modal.open .lm-shell { transform: translateY(0) scale(1); }
.lm-head {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 22px 26px; background: var(--bb-ink); color: var(--bb-cream); flex-shrink: 0;
}
.lm-head .lm-title { font-family: var(--font-display); font-size: 1.35rem; font-style: italic; line-height: 1.1; }
.lm-head .lm-title .script-sm { font-family: var(--font-display); font-style: italic; font-weight: 500; color: var(--bb-rose); font-size: 1.05em; }
.lm-close { width: 34px; height: 34px; border-radius: 50%; background: rgba(248,243,235,0.12); color: var(--bb-cream); font-size: 1.4rem; line-height: 1; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.lm-close:hover { background: rgba(248,243,235,0.24); }
.lm-progress { height: 3px; background: var(--bb-sand); flex-shrink: 0; }
.lm-progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--bb-gold), var(--bb-gold-deep)); transition: width 0.4s ease; }
.lm-body { padding: 30px 30px 8px; overflow-y: auto; }
.lm-foot { padding: 18px 30px 26px; display: flex; gap: 12px; justify-content: space-between; align-items: center; flex-shrink: 0; }
.lm-foot .lm-back { color: var(--bb-taupe); font-size: 0.84rem; letter-spacing: 0.06em; }
.lm-foot .lm-back:hover { color: var(--bb-ink); }
.lm-foot .btn { padding: 14px 30px; }
.lm-foot.center { justify-content: center; }

/* gated form fields inside modal */
.lm-intro { margin-bottom: 22px; }
.lm-intro .eyebrow { color: var(--bb-gold-deep); margin-bottom: 10px; }
.lm-intro h3 { color: var(--bb-ink); font-style: italic; margin-bottom: 8px; }
.lm-intro p { color: var(--bb-taupe); font-size: 0.95rem; font-weight: 300; }
.lm-cover-row { display: flex; gap: 16px; align-items: center; margin-bottom: 22px; padding: 14px; background: var(--bb-white); border: 1px solid var(--bb-line); border-radius: var(--radius-md); }
.lm-cover-row img { width: 74px; height: 96px; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); flex-shrink: 0; }
.lm-cover-row .lm-cover-meta strong { display: block; font-family: var(--font-display); font-size: 1.15rem; color: var(--bb-ink); font-style: italic; line-height: 1.15; margin-bottom: 4px; }
.lm-cover-row .lm-cover-meta span { font-size: 0.8rem; color: var(--bb-taupe); }
.lm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lm-field { margin-bottom: 16px; }
.lm-field label { display: block; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bb-ink-soft); margin-bottom: 7px; font-weight: 400; }
.lm-field input {
    width: 100%; padding: 13px 15px; border: 1.5px solid var(--bb-line); border-radius: var(--radius-sm);
    font-family: var(--font-body); font-size: 0.96rem; color: var(--bb-ink); background: var(--bb-white); font-weight: 300;
    transition: border-color .2s, box-shadow .2s;
}
.lm-field input:focus { outline: none; border-color: var(--bb-gold); box-shadow: 0 0 0 3px rgba(194,160,91,0.16); }
.lm-field .hint { font-size: 0.74rem; color: var(--bb-taupe); margin-top: 6px; font-weight: 300; }
.lm-check { display: flex; gap: 11px; align-items: flex-start; margin: 4px 0 14px; cursor: pointer; }
.lm-check input { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--bb-gold-deep); flex-shrink: 0; }
.lm-check .lm-check-text strong { display: block; font-size: 0.86rem; color: var(--bb-ink); font-weight: 500; }
.lm-check .lm-check-text span { font-size: 0.76rem; color: var(--bb-taupe); font-weight: 300; line-height: 1.5; }
.lm-error { display: none; color: #b3402e; font-size: 0.84rem; margin: 2px 0 12px; font-weight: 400; }
.lm-error.show { display: block; }
.lm-disclaimer { font-size: 0.74rem; color: var(--bb-taupe); font-weight: 300; line-height: 1.5; margin-top: 6px; }

/* quiz steps */
.lm-step { display: none; }
.lm-step.active { display: block; animation: lmStepIn 0.35s cubic-bezier(.2,.8,.2,1); }
@keyframes lmStepIn { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
.lm-step-meta { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bb-gold-deep); margin-bottom: 10px; font-weight: 500; }
.lm-step h3 { color: var(--bb-ink); margin-bottom: 6px; }
.lm-step .sub { color: var(--bb-taupe); font-size: 0.92rem; margin-bottom: 22px; font-weight: 300; }
.lm-opts { display: grid; gap: 11px; }
.lm-opt {
    display: flex; gap: 14px; align-items: center; text-align: left; width: 100%;
    padding: 16px 18px; border: 1.5px solid var(--bb-line); border-radius: var(--radius-md);
    background: var(--bb-white); transition: all 0.2s ease;
}
.lm-opt:hover { border-color: var(--bb-champagne); transform: translateX(2px); }
.lm-opt.selected { border-color: var(--bb-gold); background: var(--bb-blush-soft); box-shadow: 0 0 0 3px rgba(194,160,91,0.14); }
.lm-opt .dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--bb-sand); flex-shrink: 0; position: relative; transition: all 0.2s; }
.lm-opt.selected .dot { border-color: var(--bb-gold-deep); }
.lm-opt.selected .dot::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--bb-gold-deep); }
.lm-opt .lm-opt-text strong { display: block; font-size: 0.96rem; color: var(--bb-ink); font-weight: 500; }
.lm-opt .lm-opt-text span { font-size: 0.82rem; color: var(--bb-taupe); font-weight: 300; }

/* quiz + download success result */
.lm-result { text-align: center; }
.lm-result .lm-result-tag { display: inline-block; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--bb-gold-deep); background: var(--bb-blush-soft); padding: 6px 16px; border-radius: var(--radius-pill); margin-bottom: 16px; }
.lm-result h3 { color: var(--bb-ink); margin-bottom: 6px; }
.lm-result h3 .script-sm { font-family: var(--font-script); color: var(--bb-rose-deep); display: block; font-size: 1.3em; line-height: 1; }
.reco-card { background: var(--bb-white); border: 1px solid var(--bb-line); border-top: 4px solid var(--bb-gold); border-radius: var(--radius-md); padding: 26px 24px; margin: 20px 0; text-align: left; box-shadow: var(--shadow-soft); }
.reco-card .label { font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bb-gold-deep); margin-bottom: 6px; font-weight: 500; }
.reco-card .name { font-family: var(--font-display); font-size: 1.7rem; font-style: italic; color: var(--bb-ink); margin-bottom: 14px; line-height: 1.1; }
.reco-card .why { color: var(--bb-taupe); font-size: 0.92rem; font-weight: 300; margin-bottom: 16px; }
.reco-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--bb-line); padding-top: 16px; }
.reco-meta div strong { display: block; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bb-gold-deep); margin-bottom: 3px; font-weight: 500; }
.reco-meta div span { font-size: 0.9rem; color: var(--bb-ink-soft); font-weight: 300; }
.lm-result .reco-also { font-size: 0.86rem; color: var(--bb-taupe); font-weight: 300; margin-top: 8px; }
.lm-result .reco-also a { color: var(--bb-gold-deep); border-bottom: 1px solid var(--bb-gold); }
.lm-dl-icon { font-size: 2.6rem; margin-bottom: 8px; }

@media (max-width: 520px) { .lm-row { grid-template-columns: 1fr; } .reco-meta { grid-template-columns: 1fr; } }

/* ===== UTILITIES ===== */
.center { text-align: center; }
.section-cta { text-align: center; margin-top: 52px; }
.section-cta .note { color: var(--bb-taupe); margin-bottom: 18px; font-size: 0.98rem; font-weight: 300; }
.disclaimer { font-size: 0.82rem; color: var(--bb-taupe); font-weight: 300; max-width: 760px; margin: 0 auto; line-height: 1.7; }

/* ============================================================
   SWEEP #6 — 2026-06-02
   Dropdown nav · scroll-hide header · legal pages · treatment
   sub-pages · consent block · related-card · FAQ accordion.
   ============================================================ */

/* --- Header hide on scroll-down, show on scroll-up --- */
.nav {
    transform: translate3d(0, 0, 0);
    transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, transform 0.36s cubic-bezier(.2,.7,.3,1);
    will-change: transform;
}
.nav.nav-hidden { transform: translate3d(0, -110%, 0); }

/* --- Nav dropdown (Treatments) --- */
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown-trigger { cursor: pointer; }
.nav-dropdown-menu {
    position: absolute;
    top: 100%; left: 50%;
    transform: translate(-50%, 8px);
    min-width: 248px;
    background: rgba(248, 243, 235, 0.985);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid var(--bb-line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lift);
    padding: 10px 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -16px; left: 0; right: 0;
    height: 16px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.nav-dropdown-menu a {
    display: block;
    padding: 10px 16px;
    color: var(--bb-ink) !important;
    text-shadow: none !important;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-radius: var(--radius-sm);
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
}
.nav-dropdown-menu a:hover {
    background: var(--bb-cream-deep);
    color: var(--bb-gold-deep) !important;
    padding-left: 22px;
}
.nav-dropdown-menu a:first-child {
    border-bottom: 1px solid var(--bb-line);
    margin-bottom: 4px;
    padding-bottom: 12px;
    font-weight: 500;
    color: var(--bb-gold-deep) !important;
}
.nav-dropdown-menu a::after { display: none !important; }

.nav-mobile a.mobile-sub {
    padding-left: 18px;
    font-size: 0.76rem;
    letter-spacing: 0.10em;
    color: var(--bb-taupe);
    border-bottom: 1px dashed var(--bb-line);
}

/* --- Treatment subpage hero --- */
.treatment-hero { min-height: 64vh; }
.treatment-hero .page-hero-inner { color: var(--bb-cream); padding-top: 110px; padding-bottom: 60px; max-width: 880px; }
.treatment-hero .page-hero-inner h1 { color: var(--bb-cream); }
.treatment-hero .page-hero-inner h1 .brandline { display: block; font-size: clamp(2.4rem, 5.2vw, 4.4rem); }
.treatment-hero .page-hero-inner h1 .sub { display: block; font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--bb-pink); margin-top: 4px; font-weight: 400; }
.treatment-hero .page-hero-inner .lede { color: var(--bb-cream); opacity: 0.96; max-width: 720px; margin-top: 18px; }
.treatment-hero .page-hero-inner .eyebrow { color: var(--bb-champagne); }
.treatment-hero .hero-ctas { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.treatment-hero .hero-trust { margin-top: 22px; font-size: 0.86rem; color: var(--bb-cream); opacity: 0.82; font-weight: 300; }

/* --- What-it-is / process / good-for --- */
.what-is { padding: 96px 0; background: var(--bb-cream); }
.what-is .container.narrow { max-width: 820px; }
.what-is h2 { margin: 14px 0 22px; color: var(--bb-ink); font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.what-is p { color: var(--bb-ink-soft); font-size: 1.06rem; line-height: 1.85; font-weight: 300; }
.cream-deep-bg { background: var(--bb-cream-deep); padding: 96px 0; }
.blush-soft-bg { background: var(--bb-blush-soft); padding: 96px 0; }

.good-for h2 { color: var(--bb-ink); margin-bottom: 36px; }
.good-for-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px 28px;
    margin-bottom: 38px;
}
.good-for-grid li {
    color: var(--bb-ink-soft);
    font-weight: 300;
    font-size: 1.02rem;
    padding-left: 26px;
    position: relative;
    line-height: 1.55;
}
.good-for-grid li::before {
    content: "";
    position: absolute;
    left: 0; top: 0.55em;
    width: 14px; height: 1px;
    background: var(--bb-rose-deep);
}
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }

.process { padding: 96px 0; background: var(--bb-cream); }
.process h2 { color: var(--bb-ink); margin-bottom: 40px; }

/* --- FAQ accordion --- */
.faq-section h2 { color: var(--bb-ink); margin-bottom: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
    background: var(--bb-cream);
    border: 1px solid var(--bb-line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.faq-item[open] {
    border-color: var(--bb-rose);
    box-shadow: var(--shadow-lift);
}
.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 500;
    color: var(--bb-ink);
    user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark {
    font-size: 1.4rem;
    color: var(--bb-rose-deep);
    transition: transform 0.25s ease;
    flex-shrink: 0;
}
.faq-item[open] .faq-mark { transform: rotate(45deg); }
.faq-a {
    padding: 0 28px 24px;
    color: var(--bb-ink-soft);
    font-weight: 300;
    line-height: 1.75;
}

/* --- Related treatments grid --- */
.related { padding: 96px 0; background: var(--bb-cream-deep); }
.related h2 { color: var(--bb-ink); margin-bottom: 36px; }
.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 26px;
}
.related-card {
    background: var(--bb-cream);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 2px solid var(--bb-rose);
    display: flex;
    flex-direction: column;
}
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--bb-rose-deep); }
.related-img {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.related-card h3 {
    padding: 22px 22px 8px;
    color: var(--bb-ink);
    font-size: 1.4rem;
}
.related-link {
    padding: 0 22px 22px;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bb-gold-deep);
    font-weight: 500;
}

/* --- Consent / TCPA block --- */
.consent-block {
    background: var(--bb-cream);
    border: 1px solid var(--bb-line);
    border-radius: var(--radius-md);
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.consent-row {
    display: flex !important;
    gap: 11px;
    align-items: flex-start;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 0.84rem !important;
    color: var(--bb-taupe) !important;
    font-weight: 300 !important;
    line-height: 1.55;
}
.consent-row input[type="checkbox"] {
    width: auto !important;
    margin-top: 4px;
    flex-shrink: 0;
    accent-color: var(--bb-rose-deep);
}
.consent-row a { color: var(--bb-gold-deep); border-bottom: 1px solid var(--bb-gold); }
.consent-row strong { color: var(--bb-ink-soft); font-weight: 500; }

/* --- Legal pages (Privacy / Terms) --- */
.legal-section { padding: 60px 0 100px; background: var(--bb-cream); }
.legal-container { max-width: 880px; }
.legal-meta {
    background: var(--bb-cream-deep);
    border-left: 3px solid var(--bb-gold);
    padding: 22px 26px;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    margin-bottom: 40px;
    color: var(--bb-ink-soft);
    font-size: 0.96rem;
}
.legal-meta p { margin-bottom: 8px; font-weight: 300; line-height: 1.7; }
.legal-meta p:last-child { margin-bottom: 0; }
.legal-body h2 {
    font-size: 1.8rem;
    color: var(--bb-ink);
    margin: 42px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bb-line);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 {
    font-size: 1.3rem;
    color: var(--bb-gold-deep);
    margin: 28px 0 10px;
    font-style: italic;
}
.legal-body p, .legal-body ul { color: var(--bb-ink-soft); font-weight: 300; line-height: 1.8; font-size: 1.02rem; margin-bottom: 18px; }
.legal-body ul { padding-left: 28px; }
.legal-body li { margin-bottom: 10px; }
.legal-body a { color: var(--bb-gold-deep); border-bottom: 1px solid var(--bb-gold); }
.legal-body strong { color: var(--bb-ink); font-weight: 500; }
.legal-footer-bottom { padding: 22px 0; }

/* --- Mobile tuning --- */
@media (max-width: 720px) {
    .treatment-hero { min-height: 60vh; }
    .treatment-hero .page-hero-inner h1 .brandline { font-size: 2.4rem; }
    .treatment-hero .page-hero-inner h1 .sub { font-size: 1.6rem; }
    .what-is, .cream-deep-bg, .blush-soft-bg, .process, .related, .legal-section { padding: 64px 0; }
    .faq-item summary { padding: 18px 20px; font-size: 1.05rem; }
    .faq-a { padding: 0 20px 20px; }
    .tps-grid { grid-template-columns: 1fr !important; }
    .tps-tall img { height: 320px !important; }
}

/* ======================================================
   SWEEP #7 — 2026-06-02 21:36 EDT
   Nav chevron right-aligned · bigger centered subpage hero ·
   treatment-hero background image rendering ·
   treatment photo strip · less bland subpages
   ====================================================== */

/* 1) Nav: chevron sits to the right of "Treatments" inline, NEVER wraps below */
.nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.nav-chev {
    display: inline-block;
    font-size: 0.72em;
    line-height: 1;
    transform: translateY(1px);
    transition: transform 0.2s ease;
    opacity: 0.85;
}
.nav-dropdown:hover .nav-chev,
.nav-dropdown:focus-within .nav-chev {
    transform: translateY(1px) rotate(180deg);
    opacity: 1;
}
/* hide the chevron's underline-on-active-link pseudo */
.nav-chev::after { display: none !important; }

/* 2) Page hero: bigger AND properly centered (no bottom-heavy text) */
.page-hero {
    min-height: 72vh;            /* was 56vh */
    padding: 60px 0;             /* was 170px 0 0 — symmetric so flex-centering works */
}
.treatment-hero { min-height: 78vh; }
.treatment-hero .page-hero-inner {
    padding-top: 96px;           /* clears fixed nav so H1 isn't cut off */
    padding-bottom: 24px;
}
@media (max-width: 720px) {
    .treatment-hero .page-hero-inner { padding-top: 110px; padding-bottom: 16px; }
}

/* 3) The treatment-hero background image (.section-bg) was UNSTYLED outside .dark-section
      so the hero photo wasn't rendering. Fix: style .section-bg inside .page-hero with
      absolute fill + tinted overlay so the photo shows behind centered text. */
.page-hero .section-bg {
    position: absolute;
    inset: -8% 0 -8% 0;
    background-size: cover;
    background-position: center;
    z-index: -2;
    will-change: transform;
}
.page-hero .section-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
        rgba(20,14,12,0.66) 0%,
        rgba(20,14,12,0.50) 45%,
        rgba(20,14,12,0.84) 100%);
}

/* 4) Treatment photo strip — three editorial photos, middle taller */
.treatment-photo-strip { padding: 96px 0; }
.tps-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 20px;
    align-items: center;
}
.tps-card {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 2px solid var(--bb-rose);
    background: var(--bb-cream);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.tps-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lift);
    border-color: var(--bb-rose-deep);
}
.tps-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.tps-tall img { height: 380px; }


/* ============================================================================
   SWEEP #8 — Treatment page facelift
   Meet Your Injector, Why Boujee, Deep Body (SEO), Editorial Strip B, Areas Served
   ============================================================================ */

/* --- Meet Your Injector --- */
.meet-injector { padding: 96px 0; }
.mi-grid {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 56px;
    align-items: center;
}
.mi-photo {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-lift);
    border: 2px solid var(--bb-rose);
    aspect-ratio: 4 / 5;
    background: var(--bb-cream);
}
.mi-photo img {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
}
.mi-body .eyebrow { color: var(--bb-gold-deep); }
.mi-body h2 {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3.6vw, 3.4rem);
    line-height: 1.05;
    margin: 10px 0 14px;
    color: var(--bb-ink);
}
.mi-specialty {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--bb-gold-deep);
    font-size: 1.05rem;
    margin-bottom: 22px;
}
.mi-quote {
    border-left: 3px solid var(--bb-rose);
    padding: 6px 0 6px 22px;
    margin: 0 0 22px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.5;
    color: var(--bb-taupe);
}
.mi-cred {
    font-size: 0.92rem;
    color: var(--bb-taupe);
    line-height: 1.6;
    margin-bottom: 24px;
}
.mi-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

@media (max-width: 860px) {
    .mi-grid { grid-template-columns: 1fr; gap: 32px; }
    .mi-photo { max-width: 360px; margin: 0 auto; }
}

/* --- Why Boujee — 4-card grid --- */
.why-boujee { padding: 96px 0; }
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 44px;
}
.why-card {
    background: var(--bb-cream);
    border: 1px solid rgba(194, 160, 91, 0.20);
    border-radius: var(--radius-md);
    padding: 30px 24px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.why-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lift);
    border-color: var(--bb-rose);
}
.why-num {
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--bb-gold);
    line-height: 1;
    margin-bottom: 12px;
}
.why-card h3 {
    font-family: var(--font-display);
    font-size: 1.22rem;
    line-height: 1.2;
    margin: 0 0 12px;
    color: var(--bb-ink);
}
.why-card p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--bb-taupe);
    margin: 0;
}
@media (max-width: 1080px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .why-grid { grid-template-columns: 1fr; }
}

/* --- Deep Body (SEO text) --- */
.deep-body { padding: 96px 0; }
.deep-body h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 2.6vw, 2.4rem);
    line-height: 1.18;
    color: var(--bb-ink);
    margin: 42px 0 14px;
}
.deep-body h2:first-of-type { margin-top: 18px; }
.deep-body h3 {
    font-family: var(--font-display);
    font-size: 1.32rem;
    line-height: 1.25;
    color: var(--bb-gold-deep);
    margin: 28px 0 10px;
}
.deep-body p {
    font-size: 1rem;
    line-height: 1.78;
    color: var(--bb-taupe);
    margin: 0 0 14px;
}
.deep-body p strong { color: var(--bb-ink); font-weight: 500; }
.deep-body p em { color: var(--bb-gold-deep); font-style: italic; }

/* --- Editorial Strip B (two photos, asymmetric) --- */
.editorial-strip { padding: 0 0 96px; }
.es-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 22px;
}
.es-card {
    margin: 0;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 2px solid var(--bb-rose);
    position: relative;
    background: var(--bb-ink);
}
.es-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
    opacity: 0.92;
    transition: transform 0.6s ease, opacity 0.35s ease;
}
.es-card:hover img { transform: scale(1.04); opacity: 1; }
.es-card figcaption {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 22px 24px;
    color: var(--bb-cream);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(20,14,12,0.78) 100%);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.es-card figcaption .eyebrow {
    color: var(--bb-pink);
    font-size: 0.72rem;
}
.es-card figcaption strong {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.3;
    font-weight: 400;
    color: var(--bb-cream);
}
@media (max-width: 760px) {
    .es-grid { grid-template-columns: 1fr; }
    .es-card img { min-height: 260px; }
}

/* --- Areas Served --- */
.areas-served { padding: 88px 0; }
.areas-served h2 { font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.8rem); }
.areas-grid {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 18px;
}
.areas-grid li {
    background: var(--bb-cream);
    border: 1px solid var(--bb-rose);
    border-radius: 999px;
    padding: 10px 18px;
    text-align: center;
    font-size: 0.86rem;
    color: var(--bb-ink);
    font-weight: 400;
    letter-spacing: 0.02em;
}
@media (max-width: 760px) {
    .areas-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===================================================================
   SWEEP #9 — What-it-helps split layout + Reviews marquee
   =================================================================== */

/* ─── What it helps: 2-col text + photo right ──────────────────────── */
.good-for-split { padding: 96px 0; }
.gfs-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
}
.gfs-text .eyebrow { margin-bottom: 12px; }
.gfs-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    line-height: 1.05;
    color: var(--bb-ink);
    margin: 0 0 28px;
    letter-spacing: -0.01em;
}
.gfs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.gfs-list li {
    position: relative;
    padding: 14px 18px 14px 44px;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(194, 160, 91, 0.22);
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.45;
    color: var(--bb-ink);
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.gfs-list li::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--bb-pink, #d99fa5), var(--bb-rose, #b86a73));
    box-shadow: 0 0 0 3px rgba(217, 159, 165, 0.25);
}
.gfs-list li:hover {
    background: rgba(255,255,255,0.85);
    border-color: var(--bb-rose, #b86a73);
    transform: translateX(2px);
}
.gfs-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 14px;
    border: 2px solid var(--bb-rose, #b86a73);
    box-shadow: 0 30px 70px rgba(60, 30, 35, 0.18);
}
.gfs-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .gfs-grid { grid-template-columns: 1fr; gap: 36px; }
    .gfs-photo { aspect-ratio: 5 / 4; max-height: 460px; }
}

/* ─── Reviews marquee (homepage + treatment pages) ─────────────────── */
.reviews-marquee-sect,
.treatment-reviews {
    padding: 96px 0 110px;
    background: var(--bb-cream, #f7efe6);
    position: relative;
    overflow: hidden;
}
.treatment-reviews { background: var(--bb-blush-soft, #f6dadd); }
.reviews-marquee-sect .section-header,
.treatment-reviews .section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}
.reviews-marquee-sect .section-header h2,
.treatment-reviews .section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.95rem, 3.2vw, 2.8rem);
    color: var(--bb-ink);
    margin: 6px 0 12px;
    line-height: 1.05;
}
.reviews-marquee-sect .section-header p,
.treatment-reviews .section-header p {
    color: rgba(60, 30, 35, 0.7);
    font-size: 1rem;
}

.rv-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 12px 0 24px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
            mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.rv-track {
    display: flex;
    gap: 28px;
    width: max-content;
    padding: 0 14px;
    animation: rvScroll 75s linear infinite;
    will-change: transform;
}
.rv-marquee:hover .rv-track { animation-play-state: paused; }
@keyframes rvScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-33.3333%); }
}

.review-card {
    flex: 0 0 auto;
    width: 360px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(194, 160, 91, 0.18);
    box-shadow: 0 18px 40px rgba(60, 30, 35, 0.08);
    padding: 26px 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 56px rgba(60, 30, 35, 0.16);
    border-color: var(--bb-rose, #b86a73);
}
.rv-stars {
    display: inline-flex;
    gap: 2px;
}
.rv-stars svg {
    width: 18px;
    height: 18px;
    fill: #E8B43A;
}
.rv-title {
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 600;
    color: var(--bb-ink);
    margin: 0;
    line-height: 1.2;
}
.rv-body {
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(60, 30, 35, 0.84);
    margin: 0;
    /* clamp to 6 lines so cards stay uniform height */
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rv-foot {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(60, 30, 35, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.82rem;
}
.rv-author {
    color: var(--bb-ink);
    font-weight: 500;
    letter-spacing: 0.02em;
}
.rv-tx { display: none; }
.rv-foot { justify-content: flex-start; }
@media (max-width: 600px) {
    .review-card { width: 300px; padding: 22px 20px 18px; }
    .rv-body { -webkit-line-clamp: 6; }
}
@media (prefers-reduced-motion: reduce) {
    .rv-track { animation: none; }
    .rv-marquee {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    .review-card { scroll-snap-align: start; }
}

/* ============================================================
   2026-06-05 Will sweep — All Treatments hover-bg grid,
   Membership preview, Memberships page,
   Pop-up A/B variants, Savings calculator, TikTok card, FAQ.
   ============================================================ */

section.treatments-hover {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    color: var(--bb-cream);
    padding: 110px 0 96px;
    min-height: 100vh;
}
.treatments-hover .th-bg-layer {
    position: absolute;
    inset: -6% -6% -6% -6%;
    z-index: -2;
    background-size: cover;
    background-position: center;
    transition: background-image 0.6s ease, opacity 0.6s ease, transform 1.4s ease;
    will-change: background-image, transform;
}
.treatments-hover .th-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(20,14,12,0.78) 0%, rgba(20,14,12,0.68) 45%, rgba(20,14,12,0.86) 100%),
        radial-gradient(ellipse at 50% 40%, rgba(232,180,168,0.10) 0%, transparent 64%);
}
.treatments-hover .section-header { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.treatments-hover .section-header h2 { color: var(--bb-cream); }
.treatments-hover .section-header p  { color: rgba(248,243,235,0.86); }
.treatments-hover .eyebrow           { color: var(--bb-pink); }

.th-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1100px;
    margin: 0 auto;
}
.th-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 26px 18px 22px;
    border-radius: var(--radius-lg);
    background: rgba(20,14,12,0.42);
    border: 1px solid rgba(248,243,235,0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: var(--bb-cream);
    text-decoration: none;
    min-height: 168px;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), border-color 0.4s, background 0.4s, box-shadow 0.4s;
    cursor: pointer;
}
.th-tile:hover, .th-tile:focus {
    transform: translateY(-4px);
    border-color: var(--bb-pink);
    background: rgba(232,180,168,0.18);
    box-shadow: 0 18px 44px rgba(0,0,0,0.32);
}
.th-tile .th-icon { font-size: 1.5rem; color: var(--bb-pink); margin-bottom: 10px; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.th-tile h3 { font-family: var(--font-display); font-size: 1.18rem; font-weight: 500; color: var(--bb-cream); margin: 0 0 6px; line-height: 1.2; text-shadow: 0 1px 8px rgba(0,0,0,0.45); }
.th-tile p { font-size: 0.82rem; color: rgba(248,243,235,0.82); line-height: 1.45; margin: 0; font-weight: 300; text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.th-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 44px; }
@media (max-width: 900px) {
    section.treatments-hover { padding: 88px 0 72px; }
    .th-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 540px; }
    .th-tile { min-height: 140px; padding: 22px 14px 18px; }
    .th-tile h3 { font-size: 1.06rem; }
    .th-tile p  { font-size: 0.76rem; }
}
@media (max-width: 460px) {
    .th-grid { gap: 10px; }
    .th-tile { min-height: 124px; padding: 18px 12px 16px; }
    .th-tile .th-icon { font-size: 1.2rem; margin-bottom: 6px; }
}

/* ===== HOME MEMBERSHIP PREVIEW (4-tier picker) ===== */
.mem-preview { background: var(--bb-cream-deep); padding: 90px 0 100px; position: relative; overflow: hidden; }
.mem-preview::before { content:''; position: absolute; top: -25%; right: -8%; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(232,180,168,0.22) 0%, transparent 70%); pointer-events: none; z-index: 0; }
.mp-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 54px; align-items: center; }
.mp-text .eyebrow { color: var(--bb-pink-deep); }
.mp-text h2 { color: var(--bb-ink); margin-bottom: 14px; }
.mp-text p { color: var(--bb-taupe); margin-bottom: 18px; font-weight: 300; }
.mp-bullets { list-style: none; margin: 16px 0 28px; padding: 0; display: grid; gap: 12px; }
.mp-bullets li { position: relative; padding-left: 26px; color: var(--bb-ink-soft); font-size: 0.98rem; line-height: 1.55; font-weight: 300; }
.mp-bullets li::before { content:'✦'; color: var(--bb-pink-deep); position: absolute; left: 0; top: 0; }
.mp-bullets li strong { color: var(--bb-ink); font-weight: 500; }
.mp-cta-stack { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.mp-pick { display: flex; flex-direction: column; gap: 18px; }
.mp-card { position: relative; background: var(--bb-white); border: 2px solid var(--bb-pink); border-radius: var(--radius-lg); padding: 30px 28px 28px; box-shadow: var(--shadow-lift); text-align: left; }
.mp-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--bb-pink) 0%, var(--bb-pink-deep) 100%); color: var(--bb-white); padding: 6px 18px; border-radius: 999px; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; box-shadow: var(--shadow-pink); white-space: nowrap; }
.mp-tier { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; color: var(--bb-ink); margin: 8px 0 6px; line-height: 1.1; }
.mp-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.mp-amt { font-family: var(--font-display); font-size: 2.6rem; font-weight: 500; color: var(--bb-pink-deep); line-height: 1; }
.mp-per { font-size: 0.92rem; color: var(--bb-taupe); }
.mp-tagline { color: var(--bb-taupe); font-size: 0.94rem; font-weight: 300; margin: 6px 0 14px; line-height: 1.45; }
.mp-features { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.mp-features li { position: relative; padding-left: 22px; font-size: 0.92rem; color: var(--bb-ink-soft); font-weight: 300; line-height: 1.45; }
.mp-features li::before { content:'✓'; color: var(--bb-pink-deep); position: absolute; left: 0; top: 0; font-weight: 600; }
.mp-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-start; }
.mp-chip { background: var(--bb-white); color: var(--bb-ink); border: 1px solid var(--bb-line); border-radius: 999px; padding: 8px 14px; font-size: 0.74rem; font-weight: 500; letter-spacing: 0.04em; cursor: pointer; transition: all 0.25s ease; }
.mp-chip:hover { border-color: var(--bb-pink); color: var(--bb-pink-deep); }
.mp-chip.is-active { background: var(--bb-pink-deep); color: var(--bb-white); border-color: var(--bb-pink-deep); box-shadow: 0 6px 18px rgba(190,134,118,0.32); }
@media (max-width: 900px) { .mp-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ===== MEMBERSHIPS PAGE ===== */
.mt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 30px; }
.mt-card { position: relative; background: var(--bb-white); border: 2px solid var(--bb-pink); border-radius: var(--radius-lg); padding: 38px 26px 28px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s; }
.mt-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--bb-pink-deep); }
.mt-card.is-popular { background: linear-gradient(180deg, #FFFBF7 0%, #FBEEE7 100%); border-color: var(--bb-pink-deep); box-shadow: var(--shadow-pink); }
.mt-popular-tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--bb-pink) 0%, var(--bb-pink-deep) 100%); color: var(--bb-white); padding: 6px 18px; border-radius: 999px; font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; box-shadow: var(--shadow-pink); white-space: nowrap; }
.mt-tier-name { font-family: var(--font-display); font-size: 1.36rem; font-weight: 500; color: var(--bb-ink); line-height: 1.15; margin-bottom: 8px; }
.mt-tier-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 8px; }
.mt-tier-price .amt { font-family: var(--font-display); font-size: 2.2rem; font-weight: 500; color: var(--bb-pink-deep); line-height: 1; }
.mt-tier-price .per { font-size: 0.86rem; color: var(--bb-taupe); }
.mt-tier-tagline { color: var(--bb-taupe); font-size: 0.92rem; font-weight: 300; line-height: 1.45; margin-bottom: 14px; }
.mt-tier-features { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 8px; flex: 1; }
.mt-tier-features li { position: relative; padding-left: 22px; font-size: 0.88rem; color: var(--bb-ink-soft); font-weight: 300; line-height: 1.45; }
.mt-tier-features li::before { content:'✓'; color: var(--bb-pink-deep); position: absolute; left: 0; top: 0; font-weight: 600; }
.mt-cta-stack { display: grid; gap: 8px; margin-top: 6px; }
.mt-cta-stack .btn { width: 100%; font-size: 0.74rem; padding: 13px 18px; }
.mt-expand-link { margin-top: 14px; text-align: center; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bb-pink-deep); font-weight: 500; cursor: pointer; padding: 8px; border-top: 1px dashed var(--bb-pink); }
.mt-expanded { display: none; margin-top: 12px; padding-top: 14px; border-top: 1px solid var(--bb-line); }
.mt-expanded p { color: var(--bb-taupe); font-size: 0.88rem; line-height: 1.55; font-weight: 300; }
.mt-expanded .sub-link { display: inline-block; margin-top: 8px; font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bb-pink-deep); font-weight: 500; border-bottom: 1px solid var(--bb-pink); }
.mt-card.is-expanded .mt-expanded { display: block; }
.mt-card.is-expanded .mt-expand-link { color: var(--bb-ink); }
@media (max-width: 1100px) { .mt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .mt-grid { grid-template-columns: 1fr; } }

/* ===== COMPARISON MATRIX ===== */
.mt-compare { background: var(--bb-white); border-radius: var(--radius-lg); overflow-x: auto; box-shadow: var(--shadow-soft); border: 1px solid var(--bb-line); }
.mt-compare-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; gap: 0; align-items: center; border-bottom: 1px solid var(--bb-line); min-width: 760px; }
.mt-compare-row:last-child { border-bottom: none; }
.mt-compare-row.head { background: var(--bb-pink-deep); color: var(--bb-white); position: sticky; top: 0; z-index: 2; }
.mt-compare-row.head > div { padding: 16px 14px; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; text-align: center; font-weight: 500; }
.mt-compare-row.head > div:first-child { text-align: left; }
.mt-compare-row.head .col-tier { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 14px 12px; }
.mt-compare-row.head .col-tier.is-popular { background: rgba(255,255,255,0.16); }
.mt-compare-row.head .col-price { font-size: 0.72rem; font-weight: 400; opacity: 0.86; letter-spacing: 0.06em; text-transform: none; }
.mt-compare-row > div { padding: 14px 14px; font-size: 0.86rem; color: var(--bb-ink-soft); font-weight: 300; text-align: center; }
.mt-compare-row > div.feat { text-align: left; color: var(--bb-ink); font-weight: 500; font-size: 0.86rem; background: rgba(241,219,208,0.22); }
.mt-compare-row > div.check { display: flex; align-items: center; justify-content: center; min-height: 50px; }
.mt-compare-row > div.check.yes { color: var(--bb-pink-deep); font-size: 1.2rem; font-weight: 700; }
.mt-compare-row > div.check.no  { color: var(--bb-taupe); opacity: 0.5; }
.mt-compare-row > div.check.txt { color: var(--bb-ink); font-size: 0.78rem; font-weight: 400; padding: 8px; }

/* ===== SAVINGS CALCULATOR ===== */
.mt-calc { background: linear-gradient(135deg, #2a221d 0%, #221c19 100%); color: var(--bb-cream); border-radius: var(--radius-lg); padding: 38px 32px; box-shadow: var(--shadow-frame); border: 1px solid rgba(232,180,168,0.22); max-width: 860px; margin: 0 auto; }
.mt-calc h3 { font-style: italic; color: var(--bb-cream); margin-bottom: 6px; }
.mt-calc p.sub { color: rgba(248,243,235,0.78); font-size: 0.94rem; margin-bottom: 22px; font-weight: 300; }
.mt-calc-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 24px; }
.mt-calc-field label { display: block; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--bb-pink); margin-bottom: 8px; font-weight: 500; }
.mt-calc-field select, .mt-calc-field input { width: 100%; background: rgba(248,243,235,0.10); border: 1px solid rgba(248,243,235,0.25); color: var(--bb-cream); padding: 12px 14px; border-radius: 10px; font-family: var(--font-body); font-size: 0.94rem; }
.mt-calc-field select option { background: var(--bb-ink); color: var(--bb-cream); }
.mt-calc-result { background: rgba(248,243,235,0.06); border: 1px solid rgba(248,243,235,0.16); border-radius: 14px; padding: 22px 22px; display: grid; gap: 12px; }
.mt-calc-result .out { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 6px 0; border-bottom: 1px solid rgba(248,243,235,0.08); }
.mt-calc-result .out:last-of-type { border-bottom: none; }
.mt-calc-result .out .lbl { color: rgba(248,243,235,0.74); font-size: 0.82rem; letter-spacing: 0.04em; }
.mt-calc-result .out .val { color: var(--bb-cream); font-weight: 500; font-size: 1.04rem; }
.mt-calc-result .out.big .val { font-family: var(--font-display); font-size: 1.7rem; color: var(--bb-pink); }
.mt-calc-result .verdict { margin-top: 6px; padding-top: 12px; border-top: 1px solid rgba(248,243,235,0.18); font-size: 0.92rem; color: rgba(248,243,235,0.86); line-height: 1.5; }
.mt-calc-result .verdict strong { color: var(--bb-pink); }
@media (max-width: 600px) { .mt-calc-controls { grid-template-columns: 1fr; } .mt-calc { padding: 28px 22px; } }

/* ===== STICKY CTA (memberships page) ===== */
.mt-sticky-cta { position: fixed; bottom: 22px; right: 22px; z-index: 80; background: linear-gradient(135deg, var(--bb-pink) 0%, var(--bb-pink-deep) 100%); color: var(--bb-white); padding: 14px 22px; border-radius: 999px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; box-shadow: var(--shadow-pink); text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; }
.mt-sticky-cta:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(190,134,118,0.42); }
@media (max-width: 600px) { .mt-sticky-cta { bottom: 14px; right: 14px; padding: 12px 16px; font-size: 0.7rem; letter-spacing: 0.1em; } }

/* ===== POP-UP A/B ===== */
.boujee-popup { position: fixed; inset: 0; background: rgba(20,14,12,0.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 18px; z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.35s ease; }
.boujee-popup.is-open { opacity: 1; pointer-events: auto; }
.boujee-popup .bp-shell { position: relative; display: grid; grid-template-columns: 0.85fr 1.05fr; background: var(--bb-cream); border-radius: var(--radius-lg); width: 100%; max-width: 880px; max-height: 92vh; overflow: hidden; box-shadow: 0 40px 90px rgba(0,0,0,0.55); transform: translateY(20px) scale(0.96); transition: transform 0.45s cubic-bezier(.2,.8,.2,1); }
.boujee-popup.is-open .bp-shell { transform: translateY(0) scale(1); }
.boujee-popup .bp-close { position: absolute; top: 10px; right: 12px; z-index: 4; width: 38px; height: 38px; border-radius: 50%; background: rgba(248,243,235,0.96); color: var(--bb-ink); font-size: 1.6rem; font-weight: 300; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.18); transition: transform 0.25s, background 0.25s; }
.boujee-popup .bp-close:hover { transform: rotate(90deg); background: var(--bb-pink); color: var(--bb-white); }
.boujee-popup .bp-image { position: relative; background: url('./boujee-glove-brand.jpg') center / cover no-repeat; min-height: 320px; display: flex; align-items: flex-end; }
.boujee-popup.variant-b .bp-image { background-image: url('./boujee-injecting.jpg'); }
.boujee-popup .bp-image::after { content:''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,14,12,0.05) 0%, rgba(20,14,12,0.55) 60%, rgba(20,14,12,0.85) 100%); }
.boujee-popup .bp-headline { position: relative; z-index: 2; padding: 24px 22px; color: var(--bb-cream); }
.boujee-popup .bp-eyebrow { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--bb-pink); margin-bottom: 8px; font-weight: 500; }
.boujee-popup .bp-headline h3 { font-family: var(--font-display); font-style: italic; font-size: 1.7rem; line-height: 1.1; color: var(--bb-cream); margin: 0; text-shadow: 0 2px 14px rgba(0,0,0,0.4); }
.boujee-popup .bp-body { padding: 30px 28px; overflow-y: auto; background: var(--bb-cream); }
.boujee-popup .bp-sub { color: var(--bb-taupe); font-size: 0.94rem; line-height: 1.5; margin-bottom: 18px; font-weight: 300; }
.boujee-popup .bp-field { margin-bottom: 14px; }
.boujee-popup .bp-field label { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bb-ink); margin-bottom: 6px; font-weight: 500; }
.boujee-popup .bp-field input, .boujee-popup .bp-field select, .boujee-popup .bp-field textarea { width: 100%; padding: 11px 14px; background: var(--bb-white); border: 1px solid var(--bb-line); border-radius: 10px; font-family: var(--font-body); font-size: 0.94rem; color: var(--bb-ink); transition: border-color 0.25s, box-shadow 0.25s; }
.boujee-popup .bp-field input:focus, .boujee-popup .bp-field select:focus, .boujee-popup .bp-field textarea:focus { outline: none; border-color: var(--bb-pink-deep); box-shadow: 0 0 0 3px rgba(232,180,168,0.32); }
.boujee-popup .bp-field textarea { resize: vertical; min-height: 56px; }
.boujee-popup .bp-consent { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 18px; font-size: 0.78rem; color: var(--bb-taupe); line-height: 1.45; font-weight: 300; cursor: pointer; }
.boujee-popup .bp-consent input { margin-top: 3px; accent-color: var(--bb-pink-deep); }
.boujee-popup .bp-submit { width: 100%; }
.boujee-popup .bp-finetag { margin-top: 12px; font-size: 0.7rem; color: var(--bb-taupe); opacity: 0.74; text-align: center; font-weight: 300; }
.boujee-popup .bp-success { display: none; padding: 40px 28px; text-align: center; background: var(--bb-cream); grid-column: 1 / -1; }
.boujee-popup .bp-success.show { display: block; }
.boujee-popup .bp-success-icon { font-size: 2.6rem; color: var(--bb-pink-deep); margin-bottom: 12px; }
.boujee-popup .bp-success h3 { font-family: var(--font-display); font-style: italic; color: var(--bb-ink); margin-bottom: 8px; }
.boujee-popup .bp-success p  { color: var(--bb-taupe); font-size: 0.96rem; line-height: 1.55; margin-bottom: 18px; font-weight: 300; max-width: 460px; margin-left: auto; margin-right: auto; }
.boujee-popup .bp-success .btn { margin-top: 8px; }
@media (max-width: 720px) {
    .boujee-popup .bp-shell { grid-template-columns: 1fr; max-height: 96vh; }
    .boujee-popup .bp-image { min-height: 180px; }
    .boujee-popup .bp-headline h3 { font-size: 1.35rem; }
    .boujee-popup .bp-body { padding: 22px 20px; }
}

/* ===== TIKTOK gallery card ===== */
.gallery-grid .gallery-tiktok { background: linear-gradient(135deg, #25F4EE 0%, #000000 55%, #FE2C55 100%); color: var(--bb-cream); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 26px; gap: 10px; border-radius: var(--radius-lg); text-decoration: none; transition: transform 0.35s, box-shadow 0.35s; box-shadow: var(--shadow-soft); }
.gallery-grid .gallery-tiktok:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.gallery-grid .gallery-tiktok .handle { font-family: var(--font-display); font-style: italic; font-size: 1.4rem; color: var(--bb-cream); line-height: 1.1; }
.gallery-grid .gallery-tiktok .cta    { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(248,243,235,0.92); font-weight: 500; }
.gallery-grid .gallery-tiktok .tt-icon svg { width: 38px; height: 38px; fill: var(--bb-cream); margin-bottom: 4px; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4)); }
.gallery-grid .gallery-tiktok .tt-icon  { display: flex; }

/* ===== FAQ ===== */
.faq { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq details { background: var(--bb-white); border: 1px solid var(--bb-line); border-radius: var(--radius-md); padding: 16px 22px; transition: border-color 0.25s, box-shadow 0.25s; }
.faq details[open] { border-color: var(--bb-pink); box-shadow: var(--shadow-soft); }
.faq summary { cursor: pointer; font-family: var(--font-display); font-size: 1.05rem; color: var(--bb-ink); font-weight: 500; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.faq summary::after { content: '+'; color: var(--bb-pink-deep); font-size: 1.3rem; font-weight: 300; transition: transform 0.3s; }
.faq details[open] summary::after { content: '−'; }
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin-top: 12px; color: var(--bb-taupe); font-size: 0.94rem; line-height: 1.6; font-weight: 300; }

/* ===== nav-cta — gold gradient swapped to pink ===== */
.nav-cta { background: linear-gradient(135deg, var(--bb-pink) 0%, var(--bb-pink-deep) 100%) !important; box-shadow: 0 6px 18px rgba(232,180,168,0.42) !important; }
.nav.nav-hidden { transform: translateY(-100%); }


/* === SWEEP-20: about story mobile fix === */
/* On mobile, The Story section: ensure photo + text stack cleanly without
   FNP-C badge dominating, and headshot stays readable. */
@media (max-width: 760px) {
    .about-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
    .about-grid .about-img-wrap {
        padding: 8px !important;
        max-width: 360px;
        margin: 0 auto;
    }
    .about-grid .about-img-wrap img {
        max-width: 320px !important;
        width: 100% !important;
        height: auto !important;
    }
    .about-img-badge {
        padding: 8px 12px !important;
        bottom: 14px !important;
        right: 14px !important;
    }
    .about-img-badge strong {
        font-size: 0.95rem !important;
    }
    .about-img-badge span {
        font-size: 0.52rem !important;
        letter-spacing: 0.14em !important;
    }
    .about-story p { font-size: 0.94rem !important; line-height: 1.7 !important; }
    .about-story h2 { font-size: 1.7rem !important; }
    .about-quick { grid-template-columns: 1fr 1fr !important; gap: 14px !important; }
    .about-quick > div { font-size: 0.78rem !important; }
}
@media (max-width: 440px) {
    .about-quick { grid-template-columns: 1fr !important; }
    .about-grid .about-img-wrap img { max-width: 260px !important; }
}

/* 2026-06-08: Keep "Marissa Hartman, FNP-C" on a single line on mobile (Meet Your Injector) */
@media (max-width: 600px) {
    .mi-body h2 {
        font-size: clamp(1.15rem, 5.2vw, 1.85rem) !important;
        white-space: nowrap !important;
        letter-spacing: -0.015em !important;
        overflow: visible !important;
    }
    .mi-body h2 .script.italic { white-space: nowrap !important; }
}
@media (max-width: 380px) {
    .mi-body h2 { font-size: 1.05rem !important; }
}
