/* ============================================================
   EZGI MÜZİK — premium.css
   Editorial / boutique premium overrides on top of styles.css
   Inspired by premium-pitch-prep.lovable.app aesthetic
   ============================================================ */

:root {
    /* Refined boutique palette */
    --ink:          oklch(0.13 0.018 60);
    --ink-soft:     oklch(0.19 0.022 60);
    --ink-light:    oklch(0.32 0.022 60);
    --cream:        oklch(0.975 0.012 78);
    --cream-soft:   oklch(0.95 0.018 78);
    --bone:         oklch(0.91 0.018 78);
    --amber:        oklch(0.74 0.13 60);
    --amber-soft:   oklch(0.82 0.10 68);
    --amber-deep:   oklch(0.52 0.13 52);
    --hair:         oklch(0.85 0.010 72);
    --hair-dark:    oklch(0.32 0.018 60 / .35);

    --font-serif: 'Instrument Serif', 'Times New Roman', Georgia, serif;
}

/* ── Global type refinements ─────────────────────────────── */
body {
    color: var(--ink);
    font-feature-settings: "ss01", "kern", "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Subtler scrollbar */
html::-webkit-scrollbar { width: 6px; }
html::-webkit-scrollbar-track { background: transparent; }
html::-webkit-scrollbar-thumb { background: var(--hair); border-radius: 3px; }

/* ── Section eyebrow label (editorial) ───────────────────── */
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--amber-deep);
    margin-bottom: 18px;
    text-decoration: none;
}
.section-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor;
    opacity: .8;
}
.section-eyebrow--center {
    display: flex;
    justify-content: center;
}
.section-eyebrow--center::before {
    width: 22px;
}
.section-eyebrow--light {
    color: var(--amber-soft);
}

/* Section headers — calmer, tighter */
.section-header {
    margin-bottom: 48px;
}
.section-header h2 {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
    font-size: clamp(2rem, 4.4vw, 3rem);
    text-wrap: balance;
}
.section-header h2 em {
    font-family: var(--font-serif);
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.01em;
    color: var(--amber-deep);
}
.section-header p {
    font-size: 1.05rem;
    color: var(--ink-light);
    text-wrap: balance;
    line-height: 1.6;
}
.section-header--editorial {
    text-align: left;
    max-width: 1120px;
    margin-inline: auto;
}
.section-header--editorial h2 {
    max-width: 16ch;
}

/* ── Navbar refinements ──────────────────────────────────── */
.navbar { padding-top: 6px; padding-bottom: 6px; }
.nav-content { padding: 16px 0; }

.logo-text {
    font-weight: 700;
    letter-spacing: -.02em;
    font-size: 22px;
}
.logo-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .04em;
    padding: 5px 12px 5px 10px;
    text-transform: none;
}
.logo-tagline-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--amber);
    box-shadow: 0 0 8px var(--amber);
}
.navbar.scrolled {
    background: oklch(0.08 0.018 60 / .88);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    box-shadow: none;
}

.phone-link {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .01em;
    opacity: .92;
}
.phone-link .lucide-icon { color: var(--amber-soft); }

/* Refine WhatsApp button to match boutique tone (slightly smaller, less shadow) */
.btn-whatsapp {
    background: oklch(0.65 0.16 152) !important;
    padding: 9px 16px !important;
    font-size: 13.5px !important;
    box-shadow: 0 6px 18px oklch(0.50 0.14 152 / .26) !important;
    letter-spacing: .005em !important;
}
.btn-whatsapp:hover {
    background: oklch(0.58 0.18 152) !important;
}

/* ── Hero refinements ────────────────────────────────────── */
.hero::before {
    background:
        radial-gradient(circle at 80% 50%, transparent 0%, oklch(0.04 0.012 60 / .26) 50%, oklch(0.025 0.008 60 / .80) 100%),
        linear-gradient(95deg, oklch(0.04 0.010 60 / .96) 0%, oklch(0.04 0.010 60 / .88) 38%, oklch(0.05 0.012 60 / .48) 60%, oklch(0.05 0.012 60 / .18) 100%),
        linear-gradient(180deg, oklch(0.03 0.008 60 / .38), transparent 38%, oklch(0.03 0.008 60 / .62));
}

/* Hero eyebrow: simpler, more refined */
.eyebrow-text {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .82);
    text-transform: none;
    letter-spacing: .04em;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 14px;
}
.eyebrow-text::before {
    width: 6px;
    height: 6px;
    background: var(--amber);
    box-shadow: 0 0 12px var(--amber);
    margin-right: 2px;
}

/* Editorial hero headline */
.hero-headline-editorial {
    font-family: var(--font-display) !important;
    font-size: clamp(2.4rem, 5.2vw, 4.6rem) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.045em !important;
    color: var(--cream) !important;
    text-shadow: 0 2px 30px rgba(0, 0, 0, .35) !important;
    text-wrap: balance;
    max-width: 12ch;
    margin: 0 0 1.1rem !important;
}
.hero-headline-editorial em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-soft);
    letter-spacing: -0.02em;
    padding-right: 0.08em;
}

.hero-subtitle {
    color: rgba(255, 255, 255, .80);
    font-weight: 400;
    font-size: clamp(1rem, 1.3vw, 1.075rem);
    line-height: 1.62;
    max-width: 54ch;
}

/* Refined social proof bar — softer, more elegant */
.social-proof-bar {
    background:
        linear-gradient(180deg,
            oklch(0.10 0.018 60 / .50),
            oklch(0.06 0.012 60 / .60));
    border: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 14px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .04),
        0 14px 40px oklch(0.02 0.01 60 / .35);
}
.proof-icon {
    background: transparent;
    color: var(--amber-soft);
    filter: none;
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .08);
}
.proof-rating,
.proof-number {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -.01em;
    color: var(--cream);
}
.proof-reviews,
.proof-label {
    font-weight: 500;
    color: rgba(255, 255, 255, .55);
    font-size: .7rem;
    letter-spacing: .01em;
}
.proof-divider {
    background: rgba(255, 255, 255, .08);
}

/* Hero CTA — editorial button */
.btn-hero-cta {
    background: var(--cream);
    color: var(--ink);
    border-radius: 999px;
    padding: 18px 28px;
    box-shadow: 0 14px 40px oklch(0.05 0.01 60 / .45);
    flex-direction: row;
    align-items: center;
    gap: 14px;
}
.btn-hero-cta:hover {
    background: #fff;
    color: var(--ink);
    box-shadow: 0 18px 50px oklch(0.05 0.01 60 / .55);
}
.btn-hero-cta::after {
    content: "→";
    font-family: var(--font-serif);
    font-size: 22px;
    line-height: 1;
    color: var(--amber-deep);
    margin-left: auto;
    transition: transform .25s ease;
}
.btn-hero-cta:hover::after {
    transform: translateX(4px);
}
.cta-main {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.cta-sub {
    display: none;
}

/* FUDs */
.fud-item {
    color: rgba(255, 255, 255, .72);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .005em;
}
.fud-item .lucide-icon {
    color: var(--amber-soft);
}

/* Hide hero testimonial stack — too cluttered for editorial feel */
.hero-testimonial-stack { display: none !important; }

/* ── About section refinements ──────────────────────────── */
.about-section {
    padding: 84px 0 56px;
    background: var(--cream);
}
.about-section .section-eyebrow {
    margin-bottom: 18px;
}
.about-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.6vw, 2.6rem) !important;
    font-weight: 700 !important;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: var(--ink) !important;
    margin-bottom: 1.2rem !important;
    text-wrap: balance;
    max-width: 18ch;
    margin-left: auto !important;
    margin-right: auto !important;
}
.about-section p {
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    color: var(--ink-light) !important;
    max-width: 640px !important;
    text-align: center !important;
}
.about-section p strong { color: var(--ink); font-weight: 600; }

/* ── Brands marquee refinements ─────────────────────────── */
.trusted-brands {
    background: var(--cream);
    padding: 36px 0 72px;
    border-top: 1px solid var(--hair);
}
.brands-header { margin-bottom: 36px; }
.brands-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.4vw, 2.4rem) !important;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: var(--ink);
}
.brands-header p {
    color: var(--ink-light);
    font-size: .98rem;
}

.brand-item {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 6px 18px;
    min-width: 0;
    text-align: center;
    box-shadow: none;
    position: relative;
}
.brand-item:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
}
.brand-item:hover .brand-name { color: var(--amber-deep); }
.brand-name {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: .04em;
    color: var(--ink-soft);
    margin-bottom: 0;
    transition: color .2s ease;
}
.brand-category { display: none; }

.brands-marquee {
    gap: 18px;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.brands-track { gap: 0; }
.brand-item + .brand-item::before {
    content: "·";
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-55%);
    color: var(--hair);
    font-size: 1.5rem;
    line-height: 1;
}

.brands-note {
    margin-top: 36px;
    color: var(--ink-light);
    font-size: .82rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 600;
}
.brands-note .lucide-icon { color: var(--amber-deep); font-size: 16px; }

/* ── PAS section refinements ────────────────────────────── */
.pas-section {
    background:
        radial-gradient(circle at 88% 8%, oklch(0.55 0.12 56 / .12), transparent 38%),
        linear-gradient(170deg, oklch(0.09 0.015 60) 0%, oklch(0.12 0.022 56) 60%, oklch(0.16 0.035 50) 100%);
}
.pas-section .section-header h2 {
    color: var(--cream);
    max-width: 18ch;
}
.pas-section .section-header h2 em {
    color: var(--amber-soft);
}
.pas-section .section-header p {
    color: rgba(255, 255, 255, .68);
    max-width: 580px;
}

.pas-content {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .07);
    background: oklch(0.08 0.014 60 / .65);
    box-shadow:
        0 40px 100px oklch(0.02 0.005 60 / .45),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    backdrop-filter: blur(4px);
}
.pas-column {
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, .06);
    padding: clamp(34px, 4vw, 48px) clamp(26px, 3vw, 36px);
}
.pas-column:hover { background: oklch(0.13 0.025 56 / .55); }
.pas-column::before {
    content: "0" counter(pas-step);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 1.4rem;
    color: var(--amber-soft);
    letter-spacing: 0;
    margin-bottom: 14px;
    opacity: .85;
}
.pas-column-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 10px;
}
.pas-icon { display: none; }
.pas-column h3 {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 1.9vw, 1.45rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--cream);
    line-height: 1.2;
    margin-bottom: 28px;
    max-width: 22ch;
}
.pas-point {
    color: rgba(255, 255, 255, .68);
    font-size: .96rem;
    border-bottom-color: rgba(255, 255, 255, .07);
    padding: 14px 0;
}
.pas-problem .pas-point .lucide-icon,
.pas-agitation .pas-point .lucide-icon,
.pas-solution .pas-point .lucide-icon {
    color: var(--amber-soft);
}
.pas-cta .btn-secondary {
    border-color: var(--amber-soft);
    color: var(--cream);
    background: transparent;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 14px;
}
.pas-cta .btn-secondary:hover {
    background: var(--amber-soft);
    color: var(--ink);
}

/* ── Love Wall refinements ───────────────────────────────── */
.love-wall-section {
    background: var(--cream);
    background-image: none;
}
.love-wall-section .section-header h2 {
    color: var(--ink);
    max-width: 16ch;
    margin-inline: auto;
}
.love-wall-metrics { margin-top: 4px; }
.metric-pill {
    background: transparent;
    border: 1px solid var(--hair);
    color: var(--ink-light);
    font-weight: 500;
    font-size: .82rem;
    padding: 8px 16px;
}
.metric-pill strong {
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 700;
}
.metric-pill .lucide-icon { color: var(--amber-deep); }

.testimonial-card {
    background: #fff;
    border: 1px solid var(--hair);
    border-radius: 16px;
    box-shadow: 0 1px 0 var(--hair), 0 24px 60px oklch(0.20 0.02 60 / .04);
    padding: 28px 26px;
}
.testimonial-card::before {
    color: var(--ink-light);
    font-size: 10.5px;
    letter-spacing: .22em;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .65;
}
.testimonial-card:hover {
    transform: translateY(-3px);
    border-color: var(--amber-soft);
    box-shadow: 0 1px 0 var(--hair), 0 30px 70px oklch(0.20 0.02 60 / .10);
}
.testimonial-quote {
    font-family: var(--font-display);
    color: var(--ink);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.testimonial-card-featured {
    background:
        radial-gradient(circle at 8% 6%, oklch(0.55 0.12 56 / .25), transparent 42%),
        linear-gradient(160deg, oklch(0.12 0.020 60) 0%, oklch(0.18 0.040 52) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
}
.testimonial-card-featured::before {
    color: var(--amber-soft);
    opacity: 1;
}
.testimonial-card-featured .testimonial-quote {
    font-family: var(--font-display);
    color: var(--cream);
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    letter-spacing: -0.03em;
}
.testimonial-card-featured .testimonial-text {
    color: rgba(255, 255, 255, .80);
}

.testimonial-text {
    color: var(--ink-light);
    font-style: normal;
    font-size: .95rem;
    line-height: 1.65;
}

.testimonial-avatar {
    background: var(--ink);
    color: var(--cream);
    font-family: var(--font-display);
    font-weight: 700;
}
.testimonial-card-featured .testimonial-avatar {
    background: var(--amber);
    color: var(--ink);
}
.testimonial-author { border-top-color: var(--hair); }
.testimonial-info strong {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
}
.testimonial-source .lucide-icon { color: var(--amber-deep); }
.testimonial-card-featured .testimonial-info strong { color: var(--cream); }

/* ── How It Works (Process) refinements ─────────────────── */
.how-it-works {
    background: var(--cream);
    background-image: none;
    border-top: 1px solid var(--hair);
}
.how-it-works .section-header h2 {
    color: var(--ink);
    max-width: 14ch;
    margin-inline: auto;
}
.steps-container {
    border: 1px solid var(--hair);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 60px oklch(0.20 0.02 60 / .05);
    overflow: hidden;
}
.step-card {
    background: #fff;
    border-right: 1px solid var(--hair);
    padding: clamp(32px, 3.6vw, 44px) clamp(26px, 3vw, 36px);
}
.step-card:hover {
    background: var(--cream-soft);
}
.step-icon { display: none; }
.step-number {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 2.4rem;
    color: var(--amber-deep);
    margin: 0 0 18px;
    text-transform: none;
    letter-spacing: 0;
    background: transparent;
    line-height: 1;
}
.step-number::before { content: none; }
.step-number {
    font-size: 0 !important;
}
.step-number[data-roman]::after {
    content: attr(data-roman);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 2.4rem;
    color: var(--amber-deep);
    line-height: 1;
    letter-spacing: 0;
}
.step-card h3 {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 1.9vw, 1.4rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 12px;
    max-width: 18ch;
}
.step-card p {
    color: var(--ink-light);
    font-size: .98rem;
    line-height: 1.65;
}
.step-time {
    background: transparent;
    color: var(--amber-deep);
    border: 1px solid var(--amber-soft);
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-top: 20px;
}
.how-it-works-cta { margin-top: 8px; }
.how-it-works-cta .btn-primary {
    background: var(--ink);
    border-radius: 999px;
    padding: 16px 28px;
    font-weight: 600;
    box-shadow: 0 12px 36px oklch(0.05 0.01 60 / .25);
}
.how-it-works-cta .btn-primary:hover {
    background: var(--amber-deep);
    box-shadow: 0 16px 44px oklch(0.50 0.13 52 / .35);
}

/* ── Value Slider refinements ──────────────────────────── */
.value-slider-section { background: var(--cream); }
.value-slider-section .section-header h2 { color: var(--ink); }
.value-slider-viewport {
    border-radius: 22px;
    border-color: var(--hair);
    box-shadow: 0 30px 80px oklch(0.18 0.02 60 / .08);
}
.value-slide-eyebrow {
    background: oklch(0.12 0.02 60 / .55);
    border-color: rgba(255, 255, 255, .12);
    color: var(--amber-soft);
    font-family: var(--font-body);
    letter-spacing: .22em;
    font-weight: 600;
}
.value-slide-body {
    border-radius: 18px;
    background: oklch(0.10 0.018 60 / .82);
    border-color: rgba(255, 255, 255, .08);
}
.value-slide-body h3 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.03em;
}
.value-slider-dot { background: var(--hair); }
.value-slider-dot.is-active { background: var(--amber-deep); }
.value-slider-nav {
    background: #fff;
    border-color: var(--hair);
    color: var(--ink);
    box-shadow: 0 14px 30px oklch(0.20 0.02 60 / .12);
}
.value-slider-nav:hover {
    border-color: var(--amber-deep);
    color: var(--amber-deep);
    background: #fff;
}

/* ── FAQ refinements ─────────────────────────────────────── */
.faq-section {
    background: var(--cream);
    background-image: none;
    border-top: 1px solid var(--hair);
}
.faq-section .section-header h2 {
    color: var(--ink);
    max-width: 16ch;
    margin-inline: auto;
}
.faq-container {
    max-width: 880px;
    border-top: 1px solid var(--hair);
}
.faq-item { border-bottom: 1px solid var(--hair); }
.faq-question { padding: 24px 4px; }
.faq-question h3 {
    font-family: var(--font-display);
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--ink);
    font-size: clamp(1.02rem, 1.4vw, 1.12rem);
}
.faq-toggle {
    background: transparent;
    border: 1px solid var(--hair);
    color: var(--ink-light);
    width: 30px;
    height: 30px;
    font-weight: 400;
}
.faq-item.active .faq-toggle {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--cream);
}
.faq-answer p {
    color: var(--ink-light);
    line-height: 1.7;
    font-size: .97rem;
}

/* ── Closing section refinements ─────────────────────────── */
.closing-section {
    background:
        radial-gradient(circle at 30% 50%, oklch(0.55 0.12 56 / .14) 0%, transparent 56%),
        radial-gradient(circle at 78% 22%, oklch(0.45 0.10 42 / .14) 0%, transparent 48%),
        linear-gradient(160deg, oklch(0.09 0.015 60) 0%, oklch(0.13 0.025 54) 50%, oklch(0.10 0.020 56) 100%);
}
.closing-content h2 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.04em;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 1.04;
    color: var(--cream);
    max-width: 14ch;
    margin-inline: auto;
}
.closing-content h2 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-soft);
    letter-spacing: -0.02em;
}
.closing-subtitle {
    color: rgba(255, 255, 255, .72);
    font-size: 1.05rem;
    text-wrap: balance;
    max-width: 48ch;
    margin-inline: auto;
}
.closing-benefit {
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    font-weight: 500;
}
.closing-benefit .lucide-icon { color: var(--amber-soft); }
.closing-social-proof { color: rgba(255, 255, 255, .55); font-size: .82rem; letter-spacing: .03em; }
.closing-social-proof .lucide-icon { color: var(--amber); }
.closing-cta .btn-primary {
    background: var(--cream);
    color: var(--ink);
    border-radius: 999px;
    padding: 16px 30px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 16px 44px oklch(0.04 0.01 60 / .45) !important;
}
.closing-cta .btn-primary:hover {
    background: #fff;
    color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 22px 56px oklch(0.04 0.01 60 / .55) !important;
}
.closing-cta .btn-primary.cta-glow { box-shadow: 0 16px 44px oklch(0.04 0.01 60 / .45) !important; }

/* ── Contact refinements ─────────────────────────────────── */
.contact-section {
    background: var(--cream);
    background-image: none;
    border-top: 1px solid var(--hair);
    padding: 72px 0 88px;
}
.contact-section .section-header { margin-bottom: 36px; }
.contact-section .section-header h2 {
    color: var(--ink);
    max-width: 14ch;
}
.contact-urgency {
    background: transparent;
    border: 1px solid var(--hair);
    color: var(--ink-light);
    font-weight: 500;
    padding: 6px 14px;
}
.contact-cards {
    border-radius: 22px;
    border-color: var(--hair);
    box-shadow: 0 24px 60px oklch(0.20 0.02 60 / .06);
}
.contact-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
}
.contact-card:first-child {
    background:
        radial-gradient(circle at 8% 8%, oklch(0.55 0.12 56 / .22), transparent 40%),
        linear-gradient(155deg, oklch(0.09 0.015 60) 0%, oklch(0.16 0.035 50) 100%);
}
.contact-icon { background: var(--cream-soft); }
.contact-icon .lucide-icon { color: var(--amber-deep); }
.contact-card:first-child .contact-icon {
    background: rgba(255, 255, 255, .06);
}
.contact-card:first-child .contact-icon .lucide-icon { color: var(--amber-soft); }
.contact-map { border-radius: 22px; border-color: var(--hair); }
.contact-map h3 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
}
.contact-note {
    background: var(--cream-soft);
    border: 1px solid var(--hair);
    color: var(--ink-light);
    font-weight: 500;
    font-size: 12px;
}

/* ── Primary buttons globally — rounded pill, refined ───── */
.btn-primary {
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 600;
    letter-spacing: -0.005em;
    background: var(--amber-deep);
    box-shadow: 0 10px 28px oklch(0.50 0.13 52 / .28);
}
.btn-primary:hover {
    background: var(--ink);
    color: var(--cream);
    box-shadow: 0 14px 36px oklch(0.05 0.01 60 / .35);
}
.btn-secondary {
    border-radius: 999px;
    padding: 11px 22px;
    border-width: 1px;
    border-color: var(--hair);
    font-weight: 600;
    background: transparent;
}
.btn-secondary:hover {
    background: var(--ink);
    color: var(--cream);
    border-color: var(--ink);
    transform: none;
}
.btn-large { padding: 15px 32px; font-size: 16px; }

/* Make hero CTA stay light-on-dark */
.btn-hero-cta { background: var(--cream); color: var(--ink); box-shadow: 0 14px 40px oklch(0.05 0.01 60 / .45); }

/* ── Local SEO section — quieter ──────────────────────── */
.local-content-section {
    background: var(--cream-soft);
    border-top: 1px solid var(--hair);
    padding: 72px 0;
}
.local-content-header h2 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--ink);
}
.local-content-grid {
    border-color: var(--hair);
    border-radius: 18px;
    background: #fff;
}
.local-area-card { border-right-color: var(--hair); }
.local-area-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
}
.local-features li::before { color: var(--amber-deep); }
.local-cta {
    background: #fff;
    border-color: var(--hair);
    border-radius: 18px;
}
.local-cta h3 {
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.02em;
}

/* ── Footer refinements ─────────────────────────────────── */
.footer {
    background: oklch(0.07 0.012 60);
    padding: 80px 0 32px;
}
.footer-logo .logo-text { font-weight: 700; letter-spacing: -.02em; }
.footer-tagline { color: rgba(255, 255, 255, .55); font-size: .9rem; }
.footer-column h4 {
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: .22em;
    font-weight: 600;
    color: var(--amber-soft);
}
.footer-links li,
.footer-contact p { color: rgba(255, 255, 255, .60); font-size: .88rem; }
.footer-links a, .footer-contact a { color: rgba(255, 255, 255, .85); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-bottom p, .footer-trust { color: rgba(255, 255, 255, .40); }
.footer-trust .lucide-icon { color: var(--amber-soft); }
.social-link {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .75);
}
.social-link:hover {
    background: var(--amber-deep);
    border-color: var(--amber-deep);
    color: var(--cream);
}

/* Back to top */
.back-to-top {
    background: var(--ink);
    box-shadow: 0 10px 28px oklch(0.04 0.01 60 / .4);
}
.back-to-top:hover { background: var(--amber-deep); }

/* ── Print / accessibility focus ─────────────────────────── */
:focus-visible {
    outline: 2px solid var(--amber);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ── Responsive tweaks ──────────────────────────────────── */
@media (max-width: 1024px) {
    .brand-name { font-size: 1.2rem; }
    .pas-content { border-radius: 20px; }
    .pas-column { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .06); }
    .pas-column:last-child { border-bottom: 0; }
    .section-header h2 { font-size: clamp(1.8rem, 4.2vw, 2.6rem); }
}

@media (max-width: 768px) {
    .hero-headline-editorial {
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: clamp(2rem, 8.2vw, 3.2rem) !important;
    }
    .hero-subtitle { text-align: center; margin-inline: auto; }
    .eyebrow-text { margin-inline: auto; }
    .btn-hero-cta { justify-content: center; }
    .btn-hero-cta::after { margin-left: 8px; }
    .section-header { text-align: center; }
    .section-eyebrow { justify-content: center; display: flex; }
    .section-header--editorial { text-align: center; }
    .section-header--editorial h2 { margin-inline: auto; }
    .brand-name { font-size: 1.05rem; }
    .pas-column-label { font-size: 10px; }
    .contact-section .section-header { text-align: center; }
}


/* ============================================================
   FULL SITE DARK MODE
   Override light sections (about, brands, love wall, how-it-works,
   value slider, FAQ, contact, local SEO) to match the dark editorial
   tone of hero / PAS / closing.
   ============================================================ */

:root {
    --dark-bg-1: oklch(0.085 0.014 60);
    --dark-bg-2: oklch(0.115 0.020 58);
    --dark-bg-3: oklch(0.145 0.024 56);
    --dark-surface: oklch(0.13 0.022 58);
    --dark-surface-2: oklch(0.16 0.028 56);
    --dark-hair: rgba(255, 255, 255, .08);
    --dark-hair-strong: rgba(255, 255, 255, .12);
    --text-hi: oklch(0.96 0.010 78);
    --text-mid: rgba(255, 255, 255, .76);
    --text-low: rgba(255, 255, 255, .56);
}

html, body {
    background: var(--dark-bg-1);
    color: var(--text-hi);
}

/* ── About ──────────────────────────────────────────────── */
.about-section {
    background: var(--dark-bg-1);
    border-bottom: 1px solid var(--dark-hair);
}
.about-section h2 { color: var(--text-hi) !important; }
.about-section p { color: var(--text-mid) !important; }
.about-section p strong { color: var(--text-hi); }

/* ── Brands ─────────────────────────────────────────────── */
.trusted-brands {
    background: var(--dark-bg-1);
    border-top: 1px solid var(--dark-hair);
}
.brands-header h2 { color: var(--text-hi); }
.brands-header p { color: var(--text-mid); }
.brand-name { color: rgba(255, 255, 255, .72); }
.brand-item:hover .brand-name { color: var(--amber-soft); }
.brand-item + .brand-item::before { color: rgba(255, 255, 255, .15); }
.brands-note { color: var(--text-low); }
.brands-note .lucide-icon { color: var(--amber-soft); }
.brands-marquee {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}

/* ── Love Wall ──────────────────────────────────────────── */
.love-wall-section {
    background:
        radial-gradient(circle at 12% 10%, oklch(0.55 0.10 70 / .10), transparent 36%),
        radial-gradient(circle at 88% 6%, oklch(0.50 0.12 52 / .10), transparent 38%),
        linear-gradient(180deg, var(--dark-bg-1), var(--dark-bg-2));
    border-top: 1px solid var(--dark-hair);
}
.love-wall-section .section-header h2 { color: var(--text-hi); }
.love-wall-section .section-header p { color: var(--text-mid); }
.metric-pill {
    background: rgba(255, 255, 255, .03);
    border-color: var(--dark-hair-strong);
    color: var(--text-mid);
}
.metric-pill strong { color: var(--text-hi); }
.metric-pill .lucide-icon { color: var(--amber-soft); }

.testimonial-card {
    background: var(--dark-surface);
    border: 1px solid var(--dark-hair-strong);
    box-shadow: 0 24px 60px oklch(0.02 0.005 60 / .35);
}
.testimonial-card::before { color: var(--text-low); }
.testimonial-card:hover {
    background: var(--dark-surface-2);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: 0 30px 70px oklch(0.02 0.005 60 / .50);
}
.testimonial-quote { color: var(--text-hi); }
.testimonial-text { color: var(--text-mid); }
.testimonial-author { border-top-color: var(--dark-hair); }
.testimonial-info strong { color: var(--text-hi); }
.testimonial-info span,
.testimonial-source { color: var(--text-low); }

/* Featured card stays elevated but with deeper warm tone */
.testimonial-card-featured {
    background:
        radial-gradient(circle at 8% 6%, oklch(0.55 0.13 56 / .32), transparent 42%),
        linear-gradient(160deg, oklch(0.16 0.030 58) 0%, oklch(0.22 0.055 50) 100%);
    border: 1px solid rgba(255, 255, 255, .12);
}

/* ── How It Works ───────────────────────────────────────── */
.how-it-works {
    background: var(--dark-bg-1);
    background-image: none;
    border-top: 1px solid var(--dark-hair);
}
.how-it-works .section-header h2 { color: var(--text-hi); }
.how-it-works .section-header p { color: var(--text-mid); }
.steps-container {
    background: var(--dark-surface);
    border: 1px solid var(--dark-hair-strong);
    box-shadow: 0 30px 80px oklch(0.02 0.005 60 / .45);
}
.step-card {
    background: transparent;
    border-right-color: var(--dark-hair);
}
.step-card:hover { background: rgba(255, 255, 255, .025); }
.step-card h3 { color: var(--text-hi); }
.step-card p { color: var(--text-mid); }
.step-time {
    color: var(--amber-soft);
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .03);
}
.how-it-works-cta .btn-primary {
    background: var(--cream);
    color: var(--ink);
}
.how-it-works-cta .btn-primary:hover {
    background: #fff;
    color: var(--ink);
}

/* ── Value Slider ───────────────────────────────────────── */
.value-slider-section {
    background: var(--dark-bg-2);
    border-top: 1px solid var(--dark-hair);
}
.value-slider-section .section-header h2 { color: var(--text-hi); }
.value-slider-section .section-header p { color: var(--text-mid); }
.value-slider-viewport {
    background: var(--dark-surface);
    border-color: var(--dark-hair-strong);
    box-shadow: 0 30px 80px oklch(0.02 0.005 60 / .50);
}
.value-slider-dot { background: rgba(255, 255, 255, .18); }
.value-slider-dot.is-active { background: var(--amber); }
.value-slider-nav {
    background: var(--dark-surface);
    border-color: var(--dark-hair-strong);
    color: var(--text-hi);
    box-shadow: 0 14px 30px oklch(0.02 0.005 60 / .50);
}
.value-slider-nav:hover {
    background: var(--dark-surface-2);
    border-color: var(--amber-soft);
    color: var(--amber-soft);
}

/* ── FAQ ────────────────────────────────────────────────── */
.faq-section {
    background: var(--dark-bg-1);
    background-image: none;
    border-top: 1px solid var(--dark-hair);
}
.faq-section .section-header h2 { color: var(--text-hi); }
.faq-section .section-header p { color: var(--text-mid); }
.faq-container { border-top-color: var(--dark-hair); }
.faq-item { border-bottom-color: var(--dark-hair); }
.faq-question h3 { color: var(--text-hi); }
.faq-toggle {
    background: transparent;
    border-color: var(--dark-hair-strong);
    color: var(--text-mid);
}
.faq-item.active .faq-toggle {
    background: var(--cream);
    border-color: var(--cream);
    color: var(--ink);
}
.faq-answer p { color: var(--text-mid); }
.faq-answer .btn-secondary {
    border-color: var(--dark-hair-strong);
    color: var(--text-hi);
}
.faq-answer .btn-secondary:hover {
    background: var(--cream);
    color: var(--ink);
    border-color: var(--cream);
}

/* ── Contact ────────────────────────────────────────────── */
.contact-section {
    background: var(--dark-bg-2);
    background-image: none;
    border-top: 1px solid var(--dark-hair);
}
.contact-section .section-header h2 { color: var(--text-hi); }
.contact-urgency {
    background: rgba(255, 255, 255, .04);
    border-color: var(--dark-hair-strong);
    color: var(--text-mid);
}
.contact-cards {
    background: var(--dark-surface);
    border-color: var(--dark-hair-strong);
    box-shadow: 0 24px 60px oklch(0.02 0.005 60 / .40);
}
.contact-card {
    background: transparent;
    border-bottom-color: var(--dark-hair);
}
.contact-card:hover { background: rgba(255, 255, 255, .025); }
.contact-card h3 { color: var(--text-hi); }
.contact-card p { color: var(--text-mid); }
.contact-card p a { color: var(--amber-soft); }
.contact-card:first-child {
    background:
        radial-gradient(circle at 10% 8%, oklch(0.55 0.13 56 / .28), transparent 42%),
        linear-gradient(155deg, oklch(0.15 0.028 58) 0%, oklch(0.22 0.055 48) 100%);
}
.contact-card:nth-child(2) { background: transparent; }
.contact-card:nth-child(2):hover { background: rgba(255, 255, 255, .025); }
.contact-icon {
    background: rgba(255, 255, 255, .05);
    border: 1px solid var(--dark-hair-strong);
}
.contact-icon .lucide-icon { color: var(--amber-soft); }
.contact-note {
    background: rgba(255, 255, 255, .04);
    border-color: var(--dark-hair-strong);
    color: var(--text-mid);
}
.contact-card .btn-secondary {
    border-color: var(--dark-hair-strong);
    color: var(--text-hi);
    background: transparent;
}
.contact-card .btn-secondary:hover {
    background: var(--cream);
    color: var(--ink);
    border-color: var(--cream);
}
.contact-card:first-child .btn-secondary {
    color: var(--amber-soft);
    border-color: rgba(255, 220, 180, .26);
}
.contact-map {
    background: var(--dark-surface);
    border-color: var(--dark-hair-strong);
}
.contact-map h3 {
    color: var(--text-hi);
    border-bottom-color: var(--dark-hair);
}

/* ── Local SEO ──────────────────────────────────────────── */
.local-content-section {
    background: var(--dark-bg-1);
    border-top: 1px solid var(--dark-hair);
}
.local-content-header h2 { color: var(--text-hi); }
.local-content-header p { color: var(--text-mid); }
.local-content-grid {
    background: var(--dark-surface);
    border-color: var(--dark-hair-strong);
}
.local-area-card {
    background: transparent;
    border-right-color: var(--dark-hair);
}
.local-area-card:hover { background: rgba(255, 255, 255, .025); }
.local-area-card h3 { color: var(--text-hi); }
.local-area-card p { color: var(--text-mid); }
.local-area-card p strong { color: var(--text-hi); }
.local-features li { color: var(--text-mid); }
.local-features li::before { color: var(--amber-soft); }
.local-keywords-section h3 { color: var(--text-hi); }
.keyword-category h4 { color: var(--text-hi); }
.keyword-category p { color: var(--text-low); }
.local-cta {
    background: var(--dark-surface);
    border-color: var(--dark-hair-strong);
}
.local-cta h3 { color: var(--text-hi); }
.local-cta p { color: var(--text-mid); }
.local-cta-buttons .btn-secondary {
    border-color: var(--dark-hair-strong);
    color: var(--text-hi);
}
.local-cta-buttons .btn-secondary:hover {
    background: var(--cream);
    color: var(--ink);
    border-color: var(--cream);
}
@media (max-width: 1024px) {
    .local-area-card,
    .local-area-card:last-child { border-bottom: 1px solid var(--dark-hair); }
    .local-area-card:last-child { border-bottom: 0; }
}

/* ── Buttons (dark mode aware) ──────────────────────────── */
.btn-secondary {
    border-color: var(--dark-hair-strong);
    color: var(--text-hi);
}
.btn-secondary:hover {
    background: var(--cream);
    color: var(--ink);
    border-color: var(--cream);
}

/* ── Section eyebrow stays warm but slightly lighter ────── */
.section-eyebrow { color: var(--amber-soft); }

/* ── PAS column borders – brighten slightly so they read on near-black ─ */
.pas-content { background: oklch(0.10 0.018 60 / .80); }
.pas-column { border-right-color: var(--dark-hair); }
@media (max-width: 1024px) {
    .pas-column,
    .pas-column:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--dark-hair);
    }
    .pas-column:last-child { border-bottom: 0; }
}

/* ── Footer already dark; just tighten contrast ──────── */
.footer { background: var(--dark-bg-1); border-top: 1px solid var(--dark-hair); }
.footer-bottom { border-top-color: var(--dark-hair); }

/* ── Misc text fallbacks ─────────────────────────────── */
.section-header h2 em { color: var(--amber-soft); }
.contact-section .section-header h2 em,
.faq-section .section-header h2 em,
.how-it-works .section-header h2 em,
.value-slider-section .section-header h2 em,
.love-wall-section .section-header h2 em { color: var(--amber-soft); }

/* Back-to-top button */
.back-to-top {
    background: var(--cream);
    color: var(--ink);
}
.back-to-top:hover { background: var(--amber); color: var(--ink); }


/* ============================================================
   VERTICAL RHYTHM & SPACING
   Unified spacing scale so every section breathes consistently.
   ============================================================ */

:root {
    /* Spacing scale (8pt base) */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 24px;
    --space-6: 32px;
    --space-7: 48px;
    --space-8: 64px;
    --space-9: 96px;
    --space-10: 128px;

    /* Section rhythm */
    --section-py: clamp(80px, 9vw, 128px);
    --section-px: 24px;

    /* Container-internal rhythm */
    --header-mb: clamp(48px, 6vw, 72px);
    --header-eyebrow-mb: 20px;
    --header-h2-mb: 18px;
    --content-mt: clamp(40px, 5vw, 64px);
}

/* Reset every section to the unified rhythm */
.about-section,
.trusted-brands,
.pas-section,
.love-wall-section,
.value-slider-section,
.how-it-works,
.faq-section,
.closing-section,
.contact-section,
.local-content-section {
    padding-top: var(--section-py);
    padding-bottom: var(--section-py);
}

/* About sits tighter — it's a short intro */
.about-section {
    padding-top: clamp(72px, 7vw, 96px);
    padding-bottom: clamp(56px, 6vw, 80px);
}

/* Brands marquee gets a balanced rhythm */
.trusted-brands {
    padding-top: clamp(56px, 6vw, 80px);
    padding-bottom: clamp(80px, 8vw, 112px);
}

/* Section headers — consistent vertical rhythm */
.section-header,
.brands-header,
.about-section,
.local-content-header {
    /* shared header rhythm anchor */
}
.section-header {
    margin-bottom: var(--header-mb);
}
.brands-header { margin-bottom: var(--header-mb); }
.local-content-header { margin-bottom: var(--header-mb); }

.section-eyebrow {
    margin-bottom: var(--header-eyebrow-mb);
}

.section-header h2,
.brands-header h2,
.about-section h2,
.local-content-header h2 {
    margin-bottom: var(--header-h2-mb);
    line-height: 1.05;
}

.section-header p,
.brands-header p,
.about-section p,
.local-content-header p {
    margin-top: 0;
    margin-bottom: 0;
}

/* About section h2 + p tighter coupling */
.about-section h2 {
    margin-bottom: var(--space-4) !important;
}
.about-section p {
    margin-top: 0 !important;
}

/* Closing section vertical rhythm */
.closing-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.closing-content .section-eyebrow { margin-bottom: var(--header-eyebrow-mb); }
.closing-content h2 { margin: 0 auto var(--space-5); }
.closing-subtitle { margin: 0 auto var(--space-7); }
.closing-benefits { margin: 0 0 var(--space-6); }
.closing-social-proof { margin: 0 0 var(--space-6); }
.closing-cta { margin: 0; }

/* Contact section: header sits left, cards aligned */
.contact-section .section-header { margin-bottom: var(--space-7); }
.contact-section .container { gap: var(--space-6); }
.contact-card { padding: var(--space-6) var(--space-6); }
.contact-card h3 { margin-bottom: var(--space-3); }
.contact-card p { margin-bottom: var(--space-4); }
.contact-buttons { margin-top: var(--space-3); gap: var(--space-2); }

/* Steps grid rhythm */
.steps-container { margin-bottom: var(--space-7); }
.step-card { padding: clamp(36px, 4vw, 52px) clamp(28px, 3vw, 40px); }
.step-card h3 { margin-bottom: var(--space-3); }
.step-card p { margin-bottom: var(--space-2); }
.step-time { margin-top: var(--space-5); }

/* PAS rhythm */
.pas-content { margin-bottom: var(--space-7); }
.pas-column { padding: clamp(36px, 4vw, 52px) clamp(28px, 3vw, 40px); }
.pas-column-label { margin-bottom: var(--space-3); }
.pas-column::before { margin-bottom: var(--space-4); }
.pas-column h3 { margin-bottom: var(--space-6); }
.pas-points { margin-bottom: var(--space-6); }
.pas-point { padding: var(--space-3) 0; }
.pas-cta { margin-top: var(--space-5); }

/* Love wall: more breathing room around metrics + grid */
.love-wall-metrics { margin: 0 0 var(--space-6); }
.testimonial-grid { gap: var(--space-4); }
.testimonial-card { padding: var(--space-6) var(--space-5); }
.testimonial-card::before { margin-bottom: var(--space-4); }
.testimonial-quote { margin-bottom: var(--space-3); }
.testimonial-text { margin-bottom: var(--space-5); }
.testimonial-author { padding-top: var(--space-4); }

/* Local SEO grid rhythm */
.local-content-grid { margin-bottom: var(--space-6); }
.local-area-card { padding: var(--space-6); }
.local-area-card h3 { margin-bottom: var(--space-4); }
.local-area-card p { margin-bottom: var(--space-3); }
.local-keywords-section { margin-bottom: var(--space-7); }
.local-keywords-section h3 { margin-bottom: var(--space-4); }
.keywords-grid { gap: var(--space-3) var(--space-6); }

/* Value slider rhythm */
.value-slider-dots { margin-top: var(--space-5); }

/* FAQ rhythm */
.faq-question { padding: var(--space-5) var(--space-1); }
.faq-item.active .faq-answer { padding: 0 var(--space-7) var(--space-5) var(--space-1); }
.faq-answer p { margin-bottom: var(--space-3); }

/* Hero rhythm fine-tune */
.hero-content { gap: clamp(28px, 4vw, 48px); }
.hero-top-section { margin-bottom: var(--space-5); }
.hero-headline-editorial { margin-bottom: var(--space-5) !important; }
.hero-subtitle { margin-bottom: var(--space-5); }
.hero-social-proof { margin: 0 0 var(--space-5); }
.hero-cta-fuds-group { margin-top: var(--space-5); }

/* Navbar — slightly taller for premium feel */
.nav-content { padding: 18px 0; }

/* Footer rhythm */
.footer { padding: var(--section-py) 0 var(--space-6); }
.footer-content { margin-bottom: var(--space-7); gap: clamp(28px, 3vw, 48px); }
.footer-tagline { margin-bottom: var(--space-4); }
.footer-column h4 { margin-bottom: var(--space-4); }
.footer-links { gap: var(--space-2); }
.footer-bottom { padding-top: var(--space-5); }

/* Unify italic serif emphasis on every section h2 */
.section-header h2 em,
.about-section h2 em,
.brands-header h2 em,
.hero-headline-editorial em,
.closing-content h2 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-soft);
    letter-spacing: -0.015em;
    padding-right: 0.04em;
}

/* Mobile rhythm */
@media (max-width: 768px) {
    :root {
        --section-py: clamp(64px, 10vw, 88px);
        --header-mb: clamp(36px, 7vw, 52px);
    }
    .step-card { padding: var(--space-6) var(--space-5); }
    .pas-column { padding: var(--space-6) var(--space-5); }
    .testimonial-card { padding: var(--space-5); }
    .contact-card { padding: var(--space-5); }
}


/* ============================================================
   LOCAL SEO SECTION — Editorial refinement
   ============================================================ */

.local-content-section {
    padding: var(--section-py) 0;
    background: var(--dark-bg-2);
    border-top: 1px solid var(--dark-hair);
}

.local-content-header {
    text-align: left;
    margin-bottom: var(--space-7);
    max-width: 1120px;
}
.local-content-header .section-eyebrow {
    margin-bottom: var(--header-eyebrow-mb);
}
.local-content-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3.6vw, 2.6rem) !important;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
    color: var(--text-hi) !important;
    max-width: 22ch;
    margin: 0 0 var(--header-h2-mb) !important;
}
.local-content-header h2 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-soft);
    letter-spacing: -0.02em;
}
.local-content-header p {
    font-size: 1.02rem !important;
    color: var(--text-mid) !important;
    max-width: 60ch !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.local-content-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: var(--space-7);
    border-radius: 20px;
    background: var(--dark-surface);
    border: 1px solid var(--dark-hair-strong);
    overflow: hidden;
    box-shadow: 0 24px 60px oklch(0.02 0.005 60 / .40);
}

.local-area-card {
    padding: var(--space-6) var(--space-6) calc(var(--space-6) + 4px) !important;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--dark-hair);
    position: relative;
    transition: background .25s ease;
}
.local-area-card:last-child { border-right: 0; }
.local-area-card:hover { background: rgba(255, 255, 255, .02); }

.local-area-distance {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--amber-soft);
    background: rgba(255, 220, 180, .06);
    border: 1px solid rgba(255, 220, 180, .14);
    border-radius: 999px;
    padding: 4px 10px;
    margin-bottom: var(--space-4);
}
.local-area-card h3 {
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--text-hi);
    margin: 0 0 var(--space-2);
}
.local-area-meta {
    font-size: .82rem !important;
    color: var(--text-low) !important;
    margin: 0 0 var(--space-4) !important;
    letter-spacing: .005em;
}
.local-area-body {
    font-size: .93rem !important;
    color: var(--text-mid) !important;
    line-height: 1.62 !important;
    margin: 0 0 var(--space-5) !important;
}
.local-features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.local-features li {
    color: var(--text-mid);
    font-size: .88rem;
    padding-left: 18px;
    line-height: 1.5;
    position: relative;
}
.local-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 1px;
    background: var(--amber-soft);
    opacity: .8;
}

/* ── Directory (replaces keyword grid) ──────────────── */
.local-directory {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
    background: var(--dark-surface);
    border: 1px solid var(--dark-hair-strong);
    border-radius: 20px;
    padding: clamp(28px, 3.5vw, 48px);
    margin-bottom: var(--space-7);
}
.local-directory-intro .section-eyebrow {
    margin-bottom: 14px;
}
.local-directory-intro h3 {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 700;
    color: var(--text-hi);
    letter-spacing: -0.025em;
    line-height: 1.18;
    margin: 0 0 var(--space-3);
    max-width: 18ch;
}
.local-directory-intro p {
    font-size: .94rem;
    color: var(--text-mid);
    line-height: 1.62;
    margin: 0;
    max-width: 38ch;
}

.local-directory-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.local-directory-row {
    display: grid;
    grid-template-columns: minmax(110px, 140px) minmax(0, 1fr);
    gap: clamp(16px, 2.5vw, 32px);
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--dark-hair);
    align-items: baseline;
}
.local-directory-row:first-child { padding-top: 0; }
.local-directory-row:last-child { border-bottom: 0; padding-bottom: 0; }
.local-directory-row dt {
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--amber-soft);
    margin: 0;
}
.local-directory-row dd {
    margin: 0;
    font-size: .95rem;
    color: var(--text-mid);
    line-height: 1.65;
}
.local-directory-row dd a {
    color: var(--text-hi);
    text-decoration: none;
    border-bottom: 1px solid var(--dark-hair-strong);
    transition: border-color .2s ease, color .2s ease;
}
.local-directory-row dd a:hover {
    color: var(--amber-soft);
    border-bottom-color: var(--amber-soft);
}

/* Hide the old keywords-section if any leftovers */
.local-keywords-section { display: none; }

/* ── Local CTA refine ────────────────────────────────── */
.local-cta {
    background: var(--dark-surface);
    border: 1px solid var(--dark-hair-strong);
    border-radius: 20px;
    padding: clamp(28px, 3.5vw, 44px) clamp(28px, 3.5vw, 48px);
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) auto;
    gap: clamp(24px, 3vw, 48px);
    align-items: center;
}
.local-cta-text .section-eyebrow {
    margin-bottom: 12px;
}
.local-cta h3 {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.4vw, 1.8rem) !important;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--text-hi) !important;
    margin: 0 0 var(--space-3) !important;
    line-height: 1.16;
    max-width: 22ch;
}
.local-cta h3 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--amber-soft);
    letter-spacing: -0.015em;
}
.local-cta p {
    font-size: .98rem !important;
    color: var(--text-mid) !important;
    line-height: 1.65 !important;
    max-width: 56ch !important;
    margin: 0 !important;
}
.local-cta-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}
.local-cta-buttons .btn-primary {
    background: var(--cream);
    color: var(--ink);
    border-radius: 999px;
    box-shadow: 0 12px 36px oklch(0.04 0.01 60 / .35);
}
.local-cta-buttons .btn-primary:hover {
    background: #fff;
    color: var(--ink);
}

/* ============================================================
   FOOTER — Refined editorial footer with SEO-friendly structure
   ============================================================ */

.footer {
    background: var(--dark-bg-1);
    padding: var(--section-py) 0 var(--space-6);
    color: var(--text-mid);
    border-top: 1px solid var(--dark-hair);
}

.footer-content { display: none; }

.footer-top {
    display: grid;
    grid-template-columns: minmax(260px, 1.05fr) minmax(0, 2fr);
    gap: clamp(40px, 5vw, 88px);
    margin-bottom: var(--space-8);
    align-items: start;
}

.footer-brand {
    min-width: 0;
}
.footer-brand .logo-text {
    color: var(--text-hi);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.footer-tagline {
    margin: var(--space-4) 0 var(--space-5);
    font-size: .92rem;
    color: var(--text-mid);
    line-height: 1.65;
    max-width: 36ch;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-social .social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid var(--dark-hair-strong);
    border-radius: 999px;
    color: var(--text-mid);
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s ease;
}
.footer-social .social-link:hover {
    background: rgba(255, 220, 180, .08);
    border-color: var(--amber-soft);
    color: var(--amber-soft);
}
.footer-social .social-icon { width: 14px; height: 14px; }

.footer-nav {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(28px, 3vw, 56px);
}
.footer-nav .footer-column { min-width: 0; }
.footer-column h4 {
    font-family: var(--font-body);
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--amber-soft);
    margin: 0 0 var(--space-4);
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}
.footer-links li {
    font-size: .9rem;
    color: var(--text-mid);
    line-height: 1.55;
}
.footer-links a {
    color: var(--text-hi);
    text-decoration: none;
    transition: color .2s ease;
}
.footer-links a:hover { color: var(--amber-soft); }

.footer-column--contact { font-size: .9rem; }
.footer-address {
    font-style: normal;
    color: var(--text-mid);
    line-height: 1.65;
    margin: 0 0 var(--space-4);
    font-size: .9rem;
}
.footer-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 var(--space-3);
    color: var(--text-mid);
    font-size: .9rem;
    line-height: 1.55;
}
.footer-line:last-child { margin-bottom: 0; }
.footer-label {
    display: inline-block;
    flex-shrink: 0;
    min-width: 56px;
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--text-low);
    padding-top: 4px;
}
.footer-line a {
    color: var(--text-hi);
    text-decoration: none;
    font-weight: 500;
}
.footer-line a:hover { color: var(--amber-soft); }
.footer-line-spacer { display: inline-block; width: 0; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--space-5);
    border-top: 1px solid var(--dark-hair);
    gap: var(--space-4);
    flex-wrap: wrap;
}
.footer-bottom p {
    margin: 0;
    font-size: 12.5px;
    color: var(--text-low);
}
.footer-bottom-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-low);
    font-size: 12.5px;
}
.footer-trust {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text-low);
}
.footer-trust .lucide-icon {
    color: var(--amber-soft);
    font-size: 14px;
}
.footer-bottom-sep { opacity: .4; }
.footer-bottom-region { letter-spacing: .04em; }

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 1024px) {
    .local-content-grid { grid-template-columns: 1fr; }
    .local-area-card,
    .local-area-card:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--dark-hair);
    }
    .local-area-card:last-child { border-bottom: 0; }

    .local-directory { grid-template-columns: 1fr; gap: var(--space-5); }
    .local-cta { grid-template-columns: 1fr; }
    .local-cta-buttons { justify-content: flex-start; }

    .footer-top { grid-template-columns: 1fr; gap: var(--space-7); }
    .footer-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .local-content-header h2 { font-size: clamp(1.6rem, 6vw, 2.2rem) !important; }
    .local-directory-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: var(--space-3) 0;
    }
    .footer-nav { grid-template-columns: 1fr; gap: var(--space-6); }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* ============================================================
   NAV LOGO — Stacked with italic serif tagline
   ============================================================ */

.nav-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    line-height: 1.1;
}
.logo-text {
    line-height: 1.1;
}
.logo-tagline {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .58);
    white-space: nowrap;
    transition: color .25s ease;
}
.logo-tagline:hover {
    background: transparent;
    color: var(--amber-soft);
}
.logo-tagline-dot { display: none; }

@media (max-width: 768px) {
    .logo-tagline { display: none; }
}


/* ── Hero top: push eyebrow further from navbar ─────────── */
.hero-top-section {
    margin-top: clamp(72px, 11vh, 132px) !important;
    margin-bottom: var(--space-5);
}
@media (max-width: 768px) {
    .hero-top-section {
        margin-top: clamp(56px, 9vh, 88px) !important;
    }
}


/* ── Logo/tagline alignment fix ─────────────────────────── */
.nav-logo {
    gap: 4px;
}
.logo-tagline {
    /* Align under the brand text, not under the logo mark */
    padding-left: 46px; /* 36px mark + 10px gap */
    font-size: 12.5px;
    color: rgba(255, 255, 255, .52);
    letter-spacing: 0.002em;
}
