/* ===========================
   CURED CREATIONS — MASTER STYLESHEET
   Consolidated Design System
   =========================== */

/* ===========================
   ACCESSIBILITY & SEO ENHANCEMENTS (added 2026-04-24)
   =========================== */

/* Skip-to-main link — invisible until focused */
.skip-link {
    position: absolute;
    top: -48px;
    left: 0;
    background: #2F3527;
    color: #F7F9F5;
    padding: 0.6rem 1.2rem;
    z-index: 10000;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    border-radius: 0 0 8px 0;
    transition: top 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
    top: 0;
    outline: 2px solid #C4A265;
    outline-offset: 2px;
}

/* Visible focus indicators (WCAG 2.4.7) */
*:focus-visible {
    outline: 2px solid #C4A265;
    outline-offset: 2px;
    border-radius: 2px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
details:focus-visible {
    outline: 2px solid #C4A265;
    outline-offset: 3px;
}

/* Breadcrumb styling on sub-pages */
.breadcrumb {
    position: static !important;
    z-index: auto !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 105px 1.5rem 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #5A6252;
}
.breadcrumb ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0;
    margin: 0;
}
.breadcrumb li { display: flex; align-items: center; }
.breadcrumb li + li::before { content: "›"; color: #7A8B6F; margin-right: 0.5rem; }
.breadcrumb a { color: #7A8B6F; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: #2F3527; font-weight: 500; }

/* H1 accent — a softer italic second clause paired with a keyword-rich H1.
   Scoped by context to respect the design system:
   - Default (light backgrounds): dark-forest @ 65% for a soft-but-readable italic.
   - Hero (dark photographic overlay): cream @ 82% — stays legible on the overlay,
     preserves the "softer second clause" visual intent without washing out.
   Verified WCAG AA contrast in both contexts. */
.h1-accent {
    font-style: italic;
    font-weight: 400;
    color: rgba(47, 53, 39, 0.72);   /* dark-forest at ~72% on cream — WCAG AA passes */
    display: inline-block;
}
.hero .h1-accent,
.corp-hero .h1-accent {
    color: rgba(247, 249, 245, 0.94);
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.4);
}
/* Hero H1 + subtitle + eyebrow — halo for background-independence on any hero photo */
.hero h1,
.corp-hero h1 {
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.35);
}
.hero .subtitle,
.corp-hero .subtitle,
.hero .hero-eyebrow,
.corp-hero .hero-badge {
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.hero-microcopy {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

/* Reduced motion preference (WCAG 2.3.3) */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Screen-reader-only utility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===========================
   PRINCIPLES-DRIVEN DESIGN EDITS (2026-04-24 pass)
   Each block tagged with the principle it serves.
   =========================== */

/* HERO MICROCOPY — Fogg Prompt + Ability. Reduces commitment objection. */
.hero-microcopy {
    margin-top: 1.5rem;
    color: rgba(247, 249, 245, 0.8);
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}
.hero-microcopy a {
    color: #C4A265;
    text-decoration: none;
    border-bottom: 1px dotted rgba(196, 162, 101, 0.5);
}
.hero-microcopy a:hover { border-bottom-style: solid; }

/* QUIET CONTEXT STRIP — subtle, feminine, no checkmarks or corporate feel.
   A whispered line of context, not a sales bar. */
.context-strip {
    background: #EBF0E8;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(196, 162, 101, 0.25);
    border-bottom: 1px solid rgba(196, 162, 101, 0.25);
}
.context-strip p {
    text-align: center;
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 0.95rem;
    color: #5A6252;
    letter-spacing: 0.3px;
}

/* SECTION EYEBROW — Unity-frame tribe language */
.section-eyebrow {
    font-family: 'Dancing Script', cursive;
    color: #C4A265;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

/* PRICING GRID 3-column override (Hick's Law — down from 4) */
.pricing-grid-3 {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 900px) {
    .pricing-grid-3 {
        grid-template-columns: 1fr !important;
    }
}

/* PRICING PETITE-MENTION — honest, low-friction fallback */
.pricing-petite-mention {
    text-align: center;
    color: #5A6252;
    font-size: 0.95rem;
    margin-top: 2.5rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    font-style: italic;
}

/* PRICING FOOTER — quiet Peak-End close */
.pricing-footer {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2.618rem; /* φ² spacing */
    border-top: 1px solid #D6DDD2;
}
.pricing-footer-line {
    max-width: 620px;
    margin: 0 auto 1.618rem;
    color: #3D4437;
    line-height: 1.75;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
}

/* FITTS'S LAW — tap-target minimum for pricing CTAs */
.pricing-cta {
    display: inline-block;
    min-height: 48px;
    min-width: 180px;
    padding: 0.9rem 1.618rem; /* φ horizontal */
    line-height: 1.5;
}

/* BIG CTA for pricing-footer */
.btn-large {
    font-size: 1.05rem;
    padding: 1rem 3rem;
    min-height: 52px;
}

/* FUTURE-PACING STRIP — Peak-End rise before contact form */
.future-pace {
    background: linear-gradient(135deg, rgba(47,53,39,0.92), rgba(47,53,39,0.86)),
                url('Images/hero-index.jpg?v=2') center/cover no-repeat;
    padding: 4.236rem 1.5rem; /* φ³ */
    color: #F7F9F5;
    text-align: center;
}
.future-pace-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    line-height: 1.45;
    max-width: 820px;
    margin: 0 auto;
    color: rgba(247, 249, 245, 0.95);
}
.future-pace-line em {
    color: #C4A265;
    font-style: italic;
}

/* CONTACT LEDE */
.contact-lede {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 2.618rem;  /* φ² */
    color: #3D4437;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* FORM STEP HELPER — reduces Fogg Ability friction */
.form-step-helper {
    font-size: 0.85rem;
    color: #5A6252;
    font-style: italic;
    margin-bottom: 1rem;
}

/* FORM SUCCESS STATE — Peak-End + Variable Reward */
.form-success {
    text-align: center;
    padding: 2.618rem 1.5rem; /* φ² */
    max-width: 540px;
    margin: 0 auto;
}
.success-sparkle {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
    animation: sparkle-in 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes sparkle-in {
    0%   { opacity: 0; transform: scale(0.3) rotate(-20deg); }
    60%  { opacity: 1; transform: scale(1.2) rotate(5deg); }
    100% { opacity: 1; transform: scale(1) rotate(0); }
}
.success-eyebrow {
    font-family: 'Dancing Script', cursive;
    color: #C4A265;
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}
.form-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.3rem);
    color: #2F3527;
    margin-bottom: 1.25rem;
    line-height: 1.2;
}
.success-lede {
    color: #5A6252;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}
.success-timeline {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618rem;
    text-align: left;
    counter-reset: step;
}
.success-timeline li {
    position: relative;
    padding-left: 2.618rem;
    padding-bottom: 1rem;
    color: #3D4437;
    line-height: 1.7;
    font-size: 0.95rem;
}
.success-timeline li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #7A8B6F;
    color: #F7F9F5;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success-timeline strong { color: #2F3527; }
.success-signoff {
    color: #5A6252;
    font-size: 0.95rem;
    margin: 1.618rem 0 0.25rem;
}
.success-signature {
    font-family: 'Dancing Script', cursive;
    color: #2F3527;
    font-size: 1.618rem; /* φ */
    margin-bottom: 1.618rem;
}
.success-phone {
    color: #7A8B6F;
    font-size: 0.9rem;
    padding-top: 1rem;
    border-top: 1px solid #D6DDD2;
}
.success-phone a {
    color: #C4A265;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.success-phone a:hover { border-bottom-color: #C4A265; }

/* GALLERY IG TEASER — Social Proof via Instagram */
.gallery-ig-teaser {
    text-align: center;
    margin-top: 2.618rem;  /* φ² */
    padding-top: 1.618rem;
}
.gallery-ig-teaser p {
    color: #5A6252;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-style: italic;
}
.ig-link {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: #2F3527;
    text-decoration: none;
    padding: 0.4rem 0;
    border-bottom: 2px solid #C4A265;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.ig-link:hover {
    color: #C4A265;
}

/* FIBONACCI ANIMATION STAGGER — natural cascade (replaces arithmetic) */
.fade-in:nth-child(1) { transition-delay: 0s; }
.fade-in:nth-child(2) { transition-delay: 0.1s; }
.fade-in:nth-child(3) { transition-delay: 0.1s; }
.fade-in:nth-child(4) { transition-delay: 0.2s; }
.fade-in:nth-child(5) { transition-delay: 0.3s; }
.fade-in:nth-child(6) { transition-delay: 0.5s; }
.fade-in:nth-child(7) { transition-delay: 0.8s; }

/* End of principles-driven block */

/* ===========================
   DESIGN TOKENS (CSS Custom Properties)
   Unified color, typography, and spacing system
   Based on Golden Ratio (φ ≈ 1.618)
   =========================== */
:root {
    /* ── Colors ── */
    --color-dark: #2F3527;
    --color-sage: #7A8B6F;
    --color-sage-dark: #6A7B5F;
    --color-gold: #C4A265;
    --color-cream: #F7F9F5;
    --color-cream-alt: #EBF0E8;
    --color-text-body: #3D4437;     /* darkened from #5A6252 for WCAG 7:1 contrast on cream */
    --color-text-muted: #5A6252;    /* darkened from #7A8272 for WCAG 4.8:1 contrast on cream */
    --color-border: #D6DDD2;
    --color-white: #FFFFFF;
    --color-leaf: #B5C4AE;

    /* ── Typography — Golden Ratio Scale (base 1rem = 16px) ── */
    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'Inter', sans-serif;
    --font-script: 'Dancing Script', cursive;
    
    --fs-xs: 0.75rem;       /* 12px */
    --fs-sm: 0.875rem;      /* 14px */
    --fs-base: 1rem;        /* 16px */
    --fs-md: 1.125rem;      /* 18px — base × 1.125 */
    --fs-lg: 1.618rem;      /* ~26px — base × φ */
    --fs-xl: 2.618rem;      /* ~42px — base × φ² */
    --fs-2xl: 4.236rem;     /* ~68px — base × φ³ */

    /* ── Spacing — Golden Ratio Scale ── */
    --space-xs: 0.5rem;     /* 8px */
    --space-sm: 1rem;       /* 16px */
    --space-md: 1.618rem;   /* ~26px — base × φ */
    --space-lg: 2.618rem;   /* ~42px — base × φ² */
    --space-xl: 4.236rem;   /* ~68px — base × φ³ */
    --space-2xl: 6.854rem;  /* ~110px — base × φ⁴ */

    /* ── Border Radius ── */
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-pill: 50px;

    /* ── Shadows ── */
    --shadow-sm: 0 2px 8px rgba(47, 53, 39, 0.06);
    --shadow-md: 0 4px 16px rgba(47, 53, 39, 0.08);
    --shadow-lg: 0 12px 32px rgba(47, 53, 39, 0.1);
    --shadow-xl: 0 20px 48px rgba(122, 139, 111, 0.15);

    /* ── Transitions ── */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* ===========================
           GOOGLE FONTS IMPORT
           =========================== */
        /* ===========================
           ROOT & RESET
           =========================== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #F7F9F5;
            color: #2F3527;
            line-height: 1.75;
            font-size: 1rem;
            font-weight: 400;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        button {
            font-family: 'Inter', sans-serif;
            cursor: pointer;
            border: none;
        }

        /* ===========================
           TYPOGRAPHY
           =========================== */
        h1 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2.8rem, 6vw, 5rem);
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: #2F3527;
        }

        h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2rem, 4vw, 3.2rem);
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: #2F3527;
        }

        h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.4rem, 3vw, 1.8rem);
            font-weight: 400;
            margin-bottom: 0.75rem;
            color: #2F3527;
        }

        p {
            font-size: 1rem;
            line-height: 1.75;
            color: #7A8272;
        }

        .subtitle {
            font-size: clamp(1rem, 2vw, 1.25rem);
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.6;
            font-weight: 300;
        }

        /* ===========================
           UTILITIES
           =========================== */
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        /* Golden Ratio spacing: 16px base × φ = 26, 42, 68, 110, 178 */
        section {
            padding: clamp(68px, 11vw, 110px) 0;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-header h2 {
            color: #2F3527;
            position: relative;
            display: inline-block;
        }

        .section-header h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #7A8B6F;
            margin: 0.8rem auto 0;
        }

        .section-header p {
            font-size: 1rem;
            color: #7A8272;
            max-width: 600px;
            margin: 1.5rem auto 0;
            font-weight: 300;
        }

        /* ===========================
           BUTTONS
           =========================== */
        .btn {
            padding: 0.9rem 2.5rem;
            border-radius: 50px;
            font-weight: 500;
            font-size: 1rem;
            transition: all 0.3s ease;
            display: inline-block;
            text-align: center;
            cursor: pointer;
            letter-spacing: 0.5px;
        }

        .btn-primary {
            background-color: #7A8B6F;
            color: #2F3527;
        }

        .btn-primary:hover {
            background-color: #6A7B5F;
            transform: translateY(-6px);
            box-shadow: 0 12px 24px rgba(122, 139, 111, 0.2);
        }

        .btn-secondary {
            background-color: #7A8B6F;
            color: #2F3527;
        }

        .btn-secondary:hover {
            background-color: #6A7B5F;
            transform: translateY(-6px);
            box-shadow: 0 12px 24px rgba(122, 139, 111, 0.2);
        }

        .btn-outline {
            background-color: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-outline:hover {
            background-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-6px);
            box-shadow: 0 12px 24px rgba(255, 255, 255, 0.2);
        }

        .btn-link {
            background-color: transparent;
            color: #7A8B6F;
            padding: 0;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }

        .btn-link:hover {
            color: #6A7B5F;
        }

        /* ===========================
           NAVIGATION
           =========================== */
        body > nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 1.5rem 2rem;
            background-color: transparent;
            transition: all 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        body > nav.scrolled {
            background-color: #F7F9F5;
            box-shadow: 0 2px 12px rgba(47, 53, 39, 0.06);
        }

        .nav-logo {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            font-weight: 500;
            letter-spacing: 0.02em;
            color: #2F3527;
            display: flex;
            align-items: baseline;
            gap: 0.4rem;
        }

        .nav-logo .by-sarah {
            font-family: 'Dancing Script', cursive;
            font-size: 1.1rem;
            font-weight: 500;
            color: #C4A265;
        }

        body > nav:not(.scrolled) .nav-logo {
            color: white;
        }

        .nav-links {
            display: flex;
            gap: 2rem;
            align-items: center;
            list-style: none;
        }

        .nav-links a {
            font-weight: 400;
            font-size: 0.95rem;
            transition: color 0.3s ease;
            color: white;
        }

        body > nav.scrolled .nav-links a {
            color: #2F3527;
        }

        .nav-links a:hover {
            color: #7A8B6F;
        }

        .nav-cta {
            background-color: #7a8b6f;
            color: white;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .nav-cta:hover {
            background-color: #6a7a5f;
            transform: translateY(-3px);
            box-shadow: 0 8px 16px rgba(122, 139, 111, 0.2);
        }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 0.4rem;
            cursor: pointer;
            background: none;
            padding: 0;
        }

        .hamburger span {
            width: 24px;
            height: 2px;
            background-color: white;
            transition: all 0.3s ease;
        }

        body > nav.scrolled .hamburger span {
            background-color: #2F3527;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translateY(10px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translateY(-10px);
        }

        .mobile-menu {
            display: none;
            position: absolute;
            top: 70px;
            left: 0;
            right: 0;
            background-color: #F7F9F5;
            flex-direction: column;
            padding: 2rem;
            gap: 1rem;
            box-shadow: 0 4px 12px rgba(47, 53, 39, 0.08);
        }

        .mobile-menu.active {
            display: flex;
        }

        .mobile-menu a {
            color: #2F3527;
            font-weight: 400;
            padding: 0.75rem 0;
            border-bottom: 1px solid #D6DDD2;
        }

        .mobile-menu a:last-child {
            border-bottom: none;
        }

        @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .nav-links {
                display: none;
            }

            .nav-cta {
                display: none;
            }

            body > nav {
                padding: 1rem 1.2rem;
            }

            .nav-logo {
                font-size: 1.2rem;
            }

            .nav-logo .by-sarah {
                font-size: 0.9rem;
            }
        }

        /* ===========================
           HERO SECTION
           =========================== */
        .hero {
            min-height: 100vh;
            background: linear-gradient(135deg, rgba(47,53,39,0.62) 0%, rgba(58,72,50,0.5) 50%, rgba(47,53,39,0.66) 100%), url('Images/hero-index.jpg?v=2') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            padding-top: 80px;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(47,53,39,0.65) 0%, rgba(122,139,111,0.4) 100%);
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            max-width: 800px;
            color: white;
        }

        .hero-eyebrow {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.15rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 1rem;
        }

        .hero-eyebrow span {
            text-transform: none;
            letter-spacing: 0;
            font-size: 1.3rem;
            color: #B5C4AE;
        }

        .hero h1 {
            color: white;
            font-weight: 400;
            margin-bottom: 1.5rem;
            letter-spacing: 1px;
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            margin-top: 2.5rem;
            flex-wrap: wrap;
        }

        .hero-chevron {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
            animation: bounce 3s infinite;
        }

        .hero-chevron svg {
            width: 32px;
            height: 32px;
            stroke: white;
            stroke-width: 2;
            fill: none;
        }

        @keyframes bounce {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(8px); }
        }

        /* ===========================
           SOCIAL PROOF SECTION
           =========================== */
        .social-proof {
            background-color: #EBF0E8;
            padding: clamp(50px, 8vw, 80px) 0;
        }

        .social-proof-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .proof-card {
            text-align: center;
            padding: 1.5rem;
        }

        .proof-stars {
            color: #7A8B6F;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            letter-spacing: 2px;
        }

        .proof-text {
            font-size: 1rem;
            color: #2F3527;
            font-weight: 500;
        }

        /* ===========================
           SERVICES / PRICING SECTION
           =========================== */
        .services {
            background-color: #F7F9F5;
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .pricing-item {
            background-color: white;
            border-radius: 16px;
            padding: 2.5rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border: 1px solid #D6DDD2;
        }

        .pricing-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background-color: #7A8B6F;
        }

        .pricing-item.featured {
            transform: scale(1.05);
            box-shadow: 0 16px 40px rgba(122, 139, 111, 0.15);
        }

        .pricing-item:hover {
            box-shadow: 0 12px 32px rgba(47, 53, 39, 0.1);
            transform: translateY(-6px);
        }

        .pricing-item.featured:hover {
            box-shadow: 0 20px 48px rgba(122, 139, 111, 0.2);
        }

        .pricing-badge {
            display: inline-block;
            background-color: #7A8B6F;
            color: white;
            padding: 0.4rem 1.2rem;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            text-transform: uppercase;
        }

        .pricing-item h3 {
            margin-bottom: 0.5rem;
        }

        .pricing-description {
            color: #7A8272;
            font-size: 0.95rem;
            margin-bottom: 1.5rem;
            line-height: 1.6;
        }

        .pricing-range {
            color: #7A8B6F;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            font-family: 'Cormorant Garamond', serif;
        }

        .pricing-features {
            list-style: none;
            margin-bottom: 2rem;
        }

        .pricing-features li {
            padding: 0.6rem 0;
            border-bottom: 1px solid #DEE6DA;
            color: #2F3527;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .pricing-features li::before {
            content: '✓';
            color: #7a8b6f;
            font-weight: bold;
            font-size: 1.1rem;
        }

        .pricing-features li:last-child {
            border-bottom: none;
        }

        .pricing-cta {
            color: #7A8B6F;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            transition: all 0.3s ease;
        }

        .pricing-cta:hover {
            color: #6A7B5F;
            gap: 1rem;
        }

        /* ===========================
           GALLERY SECTION
           =========================== */
        .gallery {
            background-color: #EBF0E8;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .gallery-item {
            aspect-ratio: 1;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        .gallery-item p {
            color: #7A8272;
            font-size: 0.95rem;
        }

        /* ===========================
           HOW IT WORKS SECTION
           =========================== */
        .how-it-works {
            background-color: #F7F9F5;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
        }

        .steps-grid::before {
            content: '';
            position: absolute;
            top: 36px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #D6DDD2;
            z-index: 0;
            display: none;
        }

        @media (min-width: 768px) {
            .steps-grid::before {
                display: block;
            }
        }

        .step {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .step-number {
            width: 72px;
            height: 72px;
            background-color: #7a8b6f;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Cormorant Garamond', serif;
            font-size: 2rem;
            font-weight: 400;
            margin: 0 auto 1.5rem;
        }

        .step h3 {
            margin-bottom: 1rem;
        }

        .step p {
            color: #7A8272;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* ===========================
           TESTIMONIALS SECTION
           =========================== */
        .testimonials {
            background-color: #EBF0E8;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .testimonial-card {
            background-color: white;
            padding: 2.5rem;
            border-radius: 16px;
            transition: all 0.3s ease;
            border: 1px solid #D6DDD2;
        }

        .testimonial-card:hover {
            box-shadow: 0 12px 32px rgba(47, 53, 39, 0.1);
            transform: translateY(-6px);
        }

        .testimonial-quote {
            font-size: 3.5rem;
            color: #7A8B6F;
            line-height: 1;
            margin-bottom: 1rem;
            font-family: 'Cormorant Garamond', serif;
            font-style: italic;
        }

        .testimonial-text {
            color: #2F3527;
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 1.5rem;
            font-family: 'Cormorant Garamond', serif;
            font-style: italic;
        }

        .testimonial-author {
            font-weight: 600;
            color: #2F3527;
            font-size: 1rem;
            margin-bottom: 0.25rem;
        }

        .testimonial-event {
            color: #7A8272;
            font-size: 0.85rem;
        }

        /* ===========================
           FAQ SECTION
           =========================== */
        .faq {
            background-color: #F7F9F5;
        }

        .faq-list {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .faq-item {
            margin-bottom: 1.5rem;
            border: 1px solid #D6DDD2;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-item:hover {
            border-color: #B5C4AE;
        }

        .faq-summary {
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            user-select: none;
            transition: all 0.3s ease;
            font-weight: 500;
            color: #2F3527;
        }

        .faq-summary:hover {
            background-color: #DEE6DA;
        }

        .faq-item[open] .faq-summary {
            background-color: #EBF0E8;
            border-left: 4px solid #7A8B6F;
        }

        .faq-summary::after {
            content: '▼';
            color: #7A8B6F;
            transition: transform 0.3s ease;
            font-size: 0.8rem;
        }

        .faq-item[open] .faq-summary::after {
            transform: rotate(180deg);
        }

        .faq-item-content {
            padding: 0 1.5rem 1.5rem;
            color: #7A8272;
            line-height: 1.7;
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* ===========================
           CONTACT SECTION
           =========================== */
        .contact-section {
            background: linear-gradient(135deg, #2F3527 0%, #3d3630 100%);
            color: white;
        }

        .contact-section h2 {
            color: white;
            margin-bottom: 2rem;
        }

        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact-form label {
            font-weight: 500;
            font-size: 0.95rem;
            display: block;
            margin-bottom: 0.5rem;
            color: rgba(255, 255, 255, 0.95);
        }

        .contact-form input,
        .contact-form textarea,
        .contact-form select {
            width: 100%;
            padding: 1rem;
            border: none;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.12);
            color: white;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

        .contact-form input:focus,
        .contact-form textarea:focus,
        .contact-form select:focus {
            outline: none;
            background-color: rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(122, 139, 111, 0.3);
        }

        .contact-form textarea {
            resize: vertical;
            min-height: 150px;
        }

        .contact-form button {
            background-color: #7A8B6F;
            color: #2F3527;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            margin-top: 0.5rem;
        }

        .contact-form button:hover {
            background-color: #6A7B5F;
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(122, 139, 111, 0.3);
        }

        /* Multi-step form */
        .form-step {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            animation: fadeIn 0.3s ease;
        }

        .form-step-label {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.6);
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .btn-next-step {
            background-color: #7A8B6F;
            color: #2F3527;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
            margin-top: 0.5rem;
            border: none;
            font-family: 'Inter', sans-serif;
        }

        .btn-next-step:hover {
            background-color: #6A7B5F;
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(122, 139, 111, 0.3);
        }

        .form-microcopy {
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.5);
            text-align: center;
            margin-top: -0.5rem;
        }

        .form-microcopy a {
            color: rgba(255, 255, 255, 0.6);
            text-decoration: underline;
        }

        .form-microcopy a:hover {
            color: rgba(255, 255, 255, 0.9);
        }

        .optional-label {
            font-weight: 300;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.5);
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
            color: rgba(255, 255, 255, 0.9);
        }

        .contact-info h3 {
            color: white;
            font-weight: 400;
            margin-bottom: 0;
        }

        .contact-info p {
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.7;
            margin: 0;
        }

        .contact-info-item {
            border-left: 2px solid #7A8B6F;
            padding-left: 1.5rem;
        }

        @media (max-width: 768px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
        }

        /* ===========================
           FOOTER
           =========================== */
        footer {
            background-color: #2F3527;
            color: #98A692;
            padding: clamp(50px, 8vw, 80px) 0;
        }

        .footer-content {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .footer-section h4 {
            color: white;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.2rem;
            font-weight: 400;
            margin-bottom: 1rem;
        }

        .footer-section p,
        .footer-section a {
            color: #98A692;
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .footer-section a:hover {
            color: #7A8B6F;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 0.75rem;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .social-circle {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #7A8B6F;
            transition: all 0.3s ease;
        }

        .social-circle:hover {
            background-color: rgba(122, 139, 111, 0.2);
            color: #d4a574;
        }

        .footer-divider {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 2rem;
            text-align: center;
            color: #6B8565;
            font-size: 0.9rem;
        }

        /* ===========================
           RESPONSIVE ADJUSTMENTS
           =========================== */
        @media (max-width: 768px) {
            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }

            .pricing-item.featured {
                transform: scale(1);
            }

            .social-proof-grid {
                grid-template-columns: 1fr;
            }
        }

        /* ===========================
           SCROLLBAR STYLING
           =========================== */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #F7F9F5;
        }

        ::-webkit-scrollbar-thumb {
            background: #7A8B6F;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #6A7B5F;
        }

/* ===========================
   CORPORATE PAGE: HERO SECTION (CORPORATE)
   =========================== */

            background: linear-gradient(135deg, rgba(47,53,39,0.65) 0%, rgba(61,70,50,0.55) 50%, rgba(47,53,39,0.7) 100%), url('Images/hero-corporate.jpg?v=2') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at 30% 50%, rgba(122, 139, 111, 0.08) 0%, transparent 70%);
        }

        .hero-content {
            text-align: center;
            max-width: 800px;
            padding: 0 2rem;
            position: relative;
            z-index: 2;
        }

        .hero-eyebrow {
            font-size: 0.85rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #7A8B6F;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }

        .hero h1 {
            color: white;
            margin-bottom: 1.5rem;
        }

        .hero-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-top: 2.5rem;
            flex-wrap: wrap;
        }

        .hero-chevron {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            animation: float 3s ease-in-out infinite;
        }

        .hero-chevron svg {
            width: 32px;
            height: 32px;
            fill: none;
            stroke: rgba(255, 255, 255, 0.4);
            stroke-width: 2;
        }

        @keyframes float {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(10px); }
        }

/* ===========================
   CORPORATE PAGE — DIFFERENTIATED DESIGN SYSTEM
   Cool slate-steel accent, structured B2B layout
   =========================== */

        /* Corporate custom properties (scoped via body.corporate) */
        body.corporate {
            --corp-accent: #6B7FA3;
            --corp-accent-light: #8FA4C4;
            --corp-accent-muted: #E8EDF4;
            --corp-accent-dark: #4A5F80;
            --corp-bg: #F5F7FA;
            --corp-bg-alt: #EDF0F5;
            --corp-border: #D0D7E2;
            background-color: var(--corp-bg);
        }

        /* Corporate nav accent override */
        body.corporate .nav-logo .by-sarah {
            color: var(--corp-accent-light);
        }
        body.corporate .nav-links .active-link {
            color: var(--corp-accent-light);
        }
        body.corporate .nav-cta {
            background: var(--corp-accent);
        }
        body.corporate .nav-cta:hover {
            background: var(--corp-accent-dark);
        }

        /* Corporate hero — split layout */
        .corp-hero {
            min-height: 100vh;
            background: linear-gradient(135deg, rgba(47,53,39,0.82) 0%, rgba(58,72,50,0.72) 40%, rgba(47,53,39,0.85) 100%),
                        url('Images/hero-corporate.jpg?v=2') center/cover no-repeat;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding-top: 80px;
        }
        .corp-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(35,42,55,0.78) 0%, rgba(47,53,39,0.6) 50%, rgba(42,50,65,0.72) 100%);
            z-index: 1;
        }
        .corp-hero .container {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 4rem;
            align-items: center;
            padding: 4rem 2rem;
        }
        .hero-text { color: white; }
        .hero-text h1 {
            color: #FFFFFF;
            text-shadow: 0 2px 12px rgba(0,0,0,0.3);
        }
        .hero-text p,
        .hero-text .subtitle {
            color: rgba(255,255,255,0.85);
        }
        .hero-badge {
            display: inline-block;
            background: rgba(107,127,163,0.25);
            border: 1px solid rgba(143,164,196,0.4);
            color: var(--corp-accent-light);
            padding: 0.4rem 1rem;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
        }
        .hero-text .subtitle {
            max-width: 540px;
        }
        .hero-stats {
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }
        .hero-stat-card {
            background: rgba(255,255,255,0.08);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 12px;
            padding: 1.5rem 1.75rem;
            color: white;
            transition: all 0.3s ease;
        }
        .hero-stat-card:hover {
            background: rgba(255,255,255,0.12);
            transform: translateX(-4px);
        }
        .stat-number {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.2rem;
            font-weight: 600;
            color: var(--corp-accent-light);
            line-height: 1.1;
        }
        .stat-label {
            font-size: 0.85rem;
            color: rgba(255,255,255,0.7);
            margin-top: 0.25rem;
        }

        /* Corporate btn accent */
        .btn-corp {
            background: var(--corp-accent);
            color: white;
        }
        .btn-corp:hover {
            background: var(--corp-accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(107,127,163,0.3);
        }
        .btn-outline-light {
            background: transparent;
            border: 1.5px solid rgba(255,255,255,0.4);
            color: white;
        }
        .btn-outline-light:hover {
            border-color: white;
            background: rgba(255,255,255,0.08);
        }

        /* Trust logos bar */
        .logo-bar {
            background: white;
            border-bottom: 1px solid var(--corp-border);
            padding: 2rem 0;
        }
        .logo-bar-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .logo-bar-label {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #7A8272;
            font-weight: 500;
            white-space: nowrap;
        }
        .logo-placeholder {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            padding: 0.5rem 1.25rem;
            background: var(--corp-bg);
            border-radius: 8px;
            border: 1px solid var(--corp-border);
            font-size: 0.8rem;
            color: #7A8272;
            font-weight: 500;
        }

        /* Why section — 4-column cards */
        .why-section { background: var(--corp-bg); }
        .why-grid-corp {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }
        .why-card-corp {
            background: white;
            border: 1px solid var(--corp-border);
            border-radius: 12px;
            padding: 2rem 1.75rem;
            transition: all 0.3s;
            position: relative;
            text-align: center;
        }
        .why-card-corp::after {
            content: '';
            position: absolute;
            bottom: 0; left: 50%; transform: translateX(-50%);
            width: 0; height: 3px;
            background: var(--corp-accent);
            border-radius: 3px 3px 0 0;
            transition: width 0.3s;
        }
        .why-card-corp:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 32px rgba(107,127,163,0.12);
            border-color: var(--corp-accent-light);
        }
        .why-card-corp:hover::after { width: 60%; }
        .why-icon-corp {
            width: 56px; height: 56px;
            background: var(--corp-accent-muted);
            border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 1.25rem;
            font-size: 1.5rem;
        }
        .why-card-corp h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
        }
        .why-card-corp p {
            font-size: 0.9rem;
            color: #7A8272;
            line-height: 1.65;
        }

/* ===========================
   CORPORATE PAGE: PACKAGES (B2B per-person pricing)
   =========================== */

        .packages-section { background: white; }
        .packages-grid-corp {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            align-items: start;
        }
        .pkg {
            border: 1px solid var(--corp-border);
            border-radius: 16px;
            padding: 2.5rem 2rem;
            background: var(--corp-bg);
            transition: all 0.3s;
            position: relative;
        }
        .pkg:hover {
            box-shadow: 0 12px 36px rgba(107,127,163,0.12);
            transform: translateY(-4px);
        }
        .pkg.featured {
            background: #2F3527;
            border-color: #2F3527;
            color: white;
        }
        .pkg.featured h3 { color: white; }
        .pkg.featured p { color: rgba(255,255,255,0.75); }
        .pkg.featured .pkg-price { color: var(--corp-accent-light); }
        .pkg.featured .pkg-per-person { color: rgba(255,255,255,0.6); }
        .pkg.featured .pkg-features li { color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.12); }
        .pkg.featured .pkg-features li::before { color: var(--corp-accent-light); }
        .pkg.featured .pkg-cta {
            background: var(--corp-accent);
            color: white;
            border-color: var(--corp-accent);
        }
        .pkg.featured .pkg-cta:hover { background: var(--corp-accent-dark); }
        .pkg-badge {
            position: absolute;
            top: -12px; left: 50%; transform: translateX(-50%);
            background: var(--corp-accent);
            color: white;
            padding: 0.3rem 1.25rem;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            white-space: nowrap;
        }
        .pkg h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        .pkg-desc {
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 1.25rem;
        }
        .pkg-price {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.4rem;
            font-weight: 600;
            color: #2F3527;
            line-height: 1.1;
        }
        .pkg-price span { font-size: 1rem; font-weight: 400; opacity: 0.6; }
        .pkg-per-person {
            font-size: 0.85rem;
            color: #7A8272;
            margin-bottom: 1.5rem;
        }
        .pkg-features {
            list-style: none;
            margin-bottom: 2rem;
        }
        .pkg-features li {
            padding: 0.6rem 0;
            border-bottom: 1px solid var(--corp-border);
            font-size: 0.9rem;
            color: #5A6252;
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
        }
        .pkg-features li:last-child { border-bottom: none; }
        .pkg-features li::before {
            content: '\2713';
            color: var(--corp-accent);
            font-weight: 700;
            flex-shrink: 0;
        }
        .pkg-cta {
            display: block;
            text-align: center;
            padding: 0.85rem 2rem;
            border: 2px solid var(--corp-accent);
            border-radius: 50px;
            font-weight: 500;
            color: var(--corp-accent);
            transition: all 0.3s;
            font-size: 0.95rem;
        }
        .pkg-cta:hover {
            background: var(--corp-accent);
            color: white;
        }

        @media (max-width: 1024px) {
            .packages-grid-corp { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
        }

/* ===========================
   CORPORATE PAGE: DIETARY STRIP
   =========================== */

        .dietary-strip {
            background: var(--corp-accent-muted);
            padding: 3rem 0;
            border-top: 1px solid var(--corp-border);
            border-bottom: 1px solid var(--corp-border);
        }
        .dietary-inner {
            display: flex;
            align-items: center;
            gap: 3rem;
        }
        .dietary-label { flex-shrink: 0; }
        .dietary-label h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.4rem;
            margin-bottom: 0.25rem;
        }
        .dietary-label p { font-size: 0.88rem; color: #7A8272; }
        .dietary-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; }
        .dietary-tag {
            background: white;
            border: 1px solid var(--corp-border);
            border-radius: 50px;
            padding: 0.45rem 1.15rem;
            font-size: 0.82rem;
            color: #5A6252;
            font-weight: 500;
        }

/* ===========================
   CORPORATE PAGE: PROCESS TIMELINE
   =========================== */

        .process-section { background: var(--corp-bg); }
        .process-timeline {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            position: relative;
        }
        .process-timeline::before {
            content: '';
            position: absolute;
            top: 36px;
            left: 12.5%;
            right: 12.5%;
            height: 2px;
            background: var(--corp-border);
        }
        .step {
            text-align: center;
            padding: 0 1rem;
            position: relative;
        }
        .step-num {
            width: 72px; height: 72px;
            background: white;
            border: 2px solid var(--corp-accent);
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 1.25rem;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--corp-accent);
            position: relative;
            z-index: 2;
        }
        .step h3 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }
        .step p { font-size: 0.88rem; color: #7A8272; line-height: 1.6; }
        .step-time {
            display: inline-block;
            margin-top: 0.75rem;
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--corp-accent);
            background: var(--corp-accent-muted);
            padding: 0.25rem 0.75rem;
            border-radius: 50px;
        }

        @media (max-width: 768px) {
            .process-timeline { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
            .process-timeline::before { display: none; }
        }
        @media (max-width: 480px) {
            .process-timeline { grid-template-columns: 1fr; }
        }


/* ===========================
   CORPORATE PAGE: TESTIMONIALS
   =========================== */

        .testimonials-section { background: white; }
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        .testimonial-card {
            background: var(--corp-bg);
            border: 1px solid var(--corp-border);
            border-radius: 12px;
            padding: 2rem;
            position: relative;
        }
        .testimonial-card::before {
            content: '\201C';
            font-family: 'Cormorant Garamond', serif;
            font-size: 4rem;
            color: var(--corp-accent-light);
            position: absolute;
            top: 0.5rem;
            left: 1.5rem;
            line-height: 1;
            opacity: 0.4;
        }
        .testimonial-text {
            font-size: 0.95rem;
            font-style: italic;
            color: #5A6252;
            line-height: 1.7;
            margin-bottom: 1.25rem;
            position: relative;
            z-index: 1;
        }
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .testimonial-avatar {
            width: 44px; height: 44px;
            border-radius: 50%;
            background: var(--corp-accent-muted);
            display: flex; align-items: center; justify-content: center;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--corp-accent);
        }
        .testimonial-name {
            font-weight: 600;
            font-size: 0.9rem;
            color: #2F3527;
        }
        .testimonial-role {
            font-size: 0.8rem;
            color: #7A8272;
        }

        @media (max-width: 1024px) {
            .testimonials-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
        }

/* ===========================
   CORPORATE PAGE: QUOTE FORM
   =========================== */

        .quote-section {
            background: #2F3527;
            color: white;
            padding: 5rem 0;
        }
        .quote-inner {
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 4rem;
            align-items: start;
        }
        .quote-text h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2rem, 4vw, 2.8rem);
            color: white;
            margin-bottom: 1rem;
        }
        .quote-text p {
            color: rgba(255,255,255,0.7);
            font-size: 1.05rem;
            line-height: 1.7;
            margin-bottom: 2rem;
        }
        .quote-guarantees {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        .guarantee-item {
            display: flex; align-items: center; gap: 0.75rem;
            font-size: 0.95rem;
            color: rgba(255,255,255,0.85);
        }
        .guarantee-check {
            width: 24px; height: 24px;
            border-radius: 50%;
            background: rgba(107,127,163,0.25);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
            color: var(--corp-accent-light);
            font-size: 0.75rem;
            font-weight: 700;
        }
        .quote-form {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: 2.5rem;
        }
        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin-bottom: 1rem;
        }
        .form-group { margin-bottom: 1rem; }
        .form-group:last-of-type { margin-bottom: 1.5rem; }
        .form-group label {
            display: block;
            font-size: 0.82rem;
            font-weight: 500;
            color: rgba(255,255,255,0.7);
            margin-bottom: 0.4rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 0.75rem 1rem;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 8px;
            color: white;
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            transition: border-color 0.3s;
        }
        .form-group input::placeholder,
        .form-group textarea::placeholder { color: rgba(255,255,255,0.35); }
        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus { outline: none; border-color: var(--corp-accent-light); }
        .form-group select option { background: #2F3527; color: white; }
        .form-group textarea { resize: vertical; min-height: 80px; }
        .form-submit {
            width: 100%;
            padding: 1rem;
            background: var(--corp-accent);
            color: white;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
        .form-submit:hover {
            background: var(--corp-accent-dark);
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(107,127,163,0.3);
        }
        .form-note {
            text-align: center;
            font-size: 0.78rem;
            color: rgba(255,255,255,0.45);
            margin-top: 0.75rem;
        }

        @media (max-width: 1024px) {
            .quote-inner { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .form-row { grid-template-columns: 1fr; }
        }

/* ===========================
   CORPORATE PAGE: FAQ (clean line style)
   =========================== */

        .faq-section { background: var(--corp-bg); }
        .faq-grid-corp { max-width: 780px; margin: 0 auto; }
        .faq-item-corp { border-bottom: 1px solid var(--corp-border); }
        .faq-q {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.25rem 0;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 500;
            color: #2F3527;
            transition: color 0.3s;
        }
        .faq-q:hover { color: var(--corp-accent); }
        .faq-q .toggle {
            width: 28px; height: 28px;
            border-radius: 50%;
            background: var(--corp-accent-muted);
            display: flex; align-items: center; justify-content: center;
            font-size: 1.1rem;
            color: var(--corp-accent);
            flex-shrink: 0;
        }
        .faq-a {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }
        .faq-a.open { max-height: 300px; padding-bottom: 1.25rem; }
        .faq-a p { font-size: 0.95rem; color: #7A8272; line-height: 1.7; }

/* ===========================
   CORPORATE PAGE: RESPONSIVE OVERRIDES
   =========================== */

        @media (max-width: 1024px) {
            .why-grid-corp { grid-template-columns: repeat(2, 1fr); }
            .dietary-inner { flex-direction: column; text-align: center; }
        }
        @media (max-width: 768px) {
            .corp-hero .container { grid-template-columns: 1fr; gap: 2.5rem; }
            .hero-stats { flex-direction: row; flex-wrap: wrap; }
            .hero-stat-card { flex: 1 1 140px; padding: 1rem; }
            .stat-number { font-size: 1.6rem; }
            .why-grid-corp { grid-template-columns: 1fr; }
        }

/* ===========================
   CORPORATE PAGE: FOOTER ACCENT OVERRIDE
   =========================== */

        body.corporate footer .by-sarah-footer {
            color: var(--corp-accent-light) !important;
        }


        .cta-buttons {
            margin-top: 2rem;
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

/* ===========================
   CORPORATE PAGE: ANIMATIONS
   =========================== */

        .fade-in {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

/* ===========================
   CORPORATE PAGE: SCROLLBAR
   =========================== */

        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #F7F9F5;
        }

        ::-webkit-scrollbar-thumb {
            background: #7A8B6F;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #6A7B5F;
        }

/* ===========================
   CORPORATE PAGE: RESPONSIVE
   =========================== */

        @media (max-width: 768px) {
            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }
            .cta-guarantee {
                gap: 1.5rem;
            }
        }

/* ===========================
   ABOUT PAGE: HERO SECTION (ABOUT)
   =========================== */

            background: linear-gradient(135deg, rgba(47,53,39,0.6) 0%, rgba(58,72,50,0.55) 50%, rgba(47,53,39,0.65) 100%), url('Images/hero-about.jpg?v=2') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at 30% 50%, rgba(122, 139, 111, 0.08) 0%, transparent 70%);
        }

        .hero-content {
            text-align: center;
            max-width: 780px;
            padding: 0 2rem;
            position: relative;
            z-index: 2;
        }

        .hero-eyebrow {
            font-size: 0.85rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #7A8B6F;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }

        .hero h1 {
            color: white;
            margin-bottom: 1.5rem;
        }

        .hero-chevron {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            animation: float 3s ease-in-out infinite;
        }

        .hero-chevron svg {
            width: 32px;
            height: 32px;
            fill: none;
            stroke: rgba(255, 255, 255, 0.4);
            stroke-width: 2;
        }

        @keyframes float {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(10px); }
        }

/* ===========================
   ABOUT PAGE: ORIGIN STORY SECTION
   =========================== */

            background: linear-gradient(135deg, #B5C4AE 0%, #D6DDD2 50%, #EBF0E8 100%);
            border-radius: 16px;
            max-height: 400px;
            position: relative;
            overflow: hidden;
        }

        .origin-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #7A8B6F, #B5C4AE, #7A8B6F);
        }

        .origin-text h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #7A8B6F;
            margin: 0.8rem 0 0;
        }

        .origin-text p {
            margin-bottom: 1.25rem;
            font-size: 1.05rem;
            line-height: 1.85;
        }

        .origin-text p:first-of-type::first-letter {
            font-family: 'Cormorant Garamond', serif;
            font-size: 3.5rem;
            float: left;
            line-height: 1;
            padding-right: 0.5rem;
            color: #7A8B6F;
            font-weight: 400;
        }

        .origin-signature {
            font-family: 'Dancing Script', cursive;
            font-size: 1.8rem;
            color: #7A8B6F;
            margin-top: 1.5rem;
        }

        @media (max-width: 768px) {
            .origin-grid {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }
            .origin-image {
                max-height: 320px;
            }
        }

/* ===========================
   ABOUT PAGE: VALUES SECTION
   =========================== */

        .values-section {
            background-color: #EBF0E8;
        }

        .values-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2.5rem;
        }

        .value-card {
            background: white;
            border-radius: 16px;
            padding: 2.5rem 2rem;
            text-align: center;
            border: 1px solid #D6DDD2;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .value-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #7A8B6F, #B5C4AE);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .value-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(47, 53, 39, 0.08);
        }

        .value-card:hover::before {
            opacity: 1;
        }

        .value-icon {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background-color: #EBF0E8;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.25rem;
            font-size: 1.6rem;
        }

        .value-card h3 {
            margin-bottom: 0.5rem;
            font-size: 1.4rem;
        }

        .value-card p {
            font-size: 0.95rem;
        }

        @media (max-width: 768px) {
            .values-grid {
                grid-template-columns: 1fr;
            }
        }

/* ===========================
   ABOUT PAGE: BEHIND THE SCENES
   =========================== */

        .behind-scenes {
            background-color: #F7F9F5;
        }

        .scenes-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .scene-item {
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            height: 280px;
            background: linear-gradient(135deg, #B5C4AE 0%, #D6DDD2 50%, #EBF0E8 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #7A8272;
            font-size: 0.85rem;
            text-align: center;
            padding: 1.5rem;
            transition: all 0.3s ease;
        }

        .scene-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(47, 53, 39, 0.1);
        }

        .scene-item.tall {
            grid-row: span 2;
            height: 100%;
        }

        @media (max-width: 768px) {
            .scenes-grid {
                grid-template-columns: 1fr;
            }
            .scene-item {
                height: 220px;
            }
            .scene-item.tall {
                height: 220px;
                grid-row: span 1;
            }
        }

/* ===========================
   ABOUT PAGE: THE PROMISE SECTION
   =========================== */

        .promise-section {
            background-color: #2F3527;
            position: relative;
            overflow: hidden;
        }

        .promise-section::before {
            content: '';
            position: absolute;
            top: -30%;
            left: -10%;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(122, 139, 111, 0.06) 0%, transparent 70%);
        }

        .promise-content {
            max-width: 750px;
            margin: 0 auto;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .promise-content h2 {
            color: white;
        }

        .promise-content h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #7A8B6F;
            margin: 0.8rem auto 0;
        }

        .promise-content p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.1rem;
            line-height: 1.85;
            margin-top: 1.5rem;
        }

        .promise-list {
            list-style: none;
            margin: 2.5rem 0;
            text-align: left;
            max-width: 550px;
            margin-left: auto;
            margin-right: auto;
        }

        .promise-list li {
            padding: 0.75rem 0;
            color: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
            position: relative;
            padding-left: 2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .promise-list li::before {
            content: '♡';
            position: absolute;
            left: 0;
            color: #7A8B6F;
        }

        .promise-signature {
            font-family: 'Dancing Script', cursive;
            font-size: 2rem;
            color: #7A8B6F;
            margin-top: 2rem;
        }

/* ===========================
   ABOUT PAGE: BY THE NUMBERS
   =========================== */

        .numbers-section {
            background-color: #EBF0E8;
        }

        .numbers-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            text-align: center;
        }

        .number-item {
            padding: 1.5rem;
        }

        .number-big {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 600;
            color: #2F3527;
            line-height: 1.2;
        }

        .number-label {
            font-size: 0.9rem;
            color: #7A8272;
            margin-top: 0.5rem;
            font-weight: 400;
        }

        @media (max-width: 768px) {
            .numbers-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

/* ===========================
   ABOUT PAGE: PRESS & FEATURES
   =========================== */

        .press-section {
            background-color: #F7F9F5;
        }

        .press-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4rem;
            flex-wrap: wrap;
            margin-top: 2rem;
        }

        .press-logo {
            font-size: 0.8rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #98A692;
            padding: 1rem 2rem;
            border: 1px solid #D6DDD2;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .press-logo:hover {
            border-color: #7A8B6F;
            color: #7A8B6F;
        }

/* ===========================
   ABOUT PAGE: ABOUT CTA
   =========================== */

        .about-cta {
            background: linear-gradient(135deg, #2F3527 0%, #3A4832 50%, #2F3527 100%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .about-cta::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 600px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(122, 139, 111, 0.06) 0%, transparent 60%);
        }

        .about-cta-content {
            position: relative;
            z-index: 1;
        }

        .about-cta h2 {
            color: white;
        }

        .about-cta h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #7A8B6F;
            margin: 0.8rem auto 0;
        }

        .about-cta p {
            color: rgba(255, 255, 255, 0.85);
            max-width: 580px;
            margin: 1.5rem auto 0;
        }

        .cta-buttons {
            margin-top: 2rem;
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

/* ===========================
   ABOUT PAGE: ANIMATIONS
   =========================== */

        .fade-in {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

/* ===========================
   ABOUT PAGE: SCROLLBAR
   =========================== */

        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #F7F9F5;
        }

        ::-webkit-scrollbar-thumb {
            background: #7A8B6F;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #6A7B5F;
        }

/* ===========================
   ABOUT PAGE: RESPONSIVE
   =========================== */

        @media (max-width: 768px) {
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
        }

/* ===========================
   PLANNERS PAGE: HERO
   =========================== */

        .hero {
            min-height: 80vh;
            background: linear-gradient(135deg, rgba(47,53,39,0.65) 0%, rgba(61,70,50,0.55) 50%, rgba(47,53,39,0.7) 100%), url('Images/hero-planners.jpg?v=2') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(ellipse at 30% 50%, rgba(122, 139, 111, 0.08) 0%, transparent 70%);
        }
        .hero-content {
            text-align: center;
            max-width: 800px;
            padding: 0 2rem;
            position: relative;
            z-index: 2;
        }
        .hero-eyebrow {
            font-size: 0.85rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #C4A265;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }
        .hero h1 { color: white; margin-bottom: 1.5rem; }
        .hero-buttons {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-top: 2.5rem;
            flex-wrap: wrap;
        }
        .hero-chevron {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            animation: float 3s ease-in-out infinite;
        }
        .hero-chevron svg {
            width: 32px; height: 32px;
            fill: none;
            stroke: rgba(255, 255, 255, 0.4);
            stroke-width: 2;
        }
        @keyframes float {
            0%, 100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(10px); }
        }

/* ===========================
   PLANNERS PAGE: PAIN POINTS
   =========================== */

        .pain-points { background-color: #EBF0E8; }
        .pain-intro {
            max-width: 700px;
            margin: 0 auto 3rem;
            text-align: center;
        }
        .pain-intro p {
            font-size: 1.1rem;
            font-style: italic;
            font-family: 'Cormorant Garamond', serif;
            color: #2F3527;
            line-height: 1.7;
        }
        .pain-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        .pain-card {
            background: white;
            border-radius: 16px;
            padding: 2rem;
            border: 1px solid #D6DDD2;
            transition: all 0.3s ease;
        }
        .pain-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(47, 53, 39, 0.08);
        }
        .pain-icon {
            font-size: 1.6rem;
            margin-bottom: 1rem;
        }
        .pain-problem {
            font-size: 0.9rem;
            color: #a09080;
            text-decoration: line-through;
            margin-bottom: 0.75rem;
            font-style: italic;
        }
        .pain-solution h3 { font-size: 1.2rem; margin-bottom: 0.4rem; }
        .pain-solution p { font-size: 0.9rem; }
        @media (max-width: 768px) {
            .pain-grid { grid-template-columns: 1fr; }
        }

/* ===========================
   PLANNERS PAGE: PARTNERSHIP MODEL
   =========================== */

        .partnership { background-color: #F7F9F5; }
        .partner-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        .partner-image {
            background: linear-gradient(135deg, #B5C4AE 0%, #D6DDD2 50%, #EBF0E8 100%);
            border-radius: 16px;
            height: 440px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #7A8272;
            font-size: 0.85rem;
            text-align: center;
            padding: 2rem;
        }
        .partner-text h2::after {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #C4A265;
            margin: 0.8rem 0 0;
        }
        .partner-text p {
            margin-bottom: 1.25rem;
            font-size: 1.05rem;
            line-height: 1.85;
        }
        .partner-perks {
            list-style: none;
            margin: 1.5rem 0;
        }
        .partner-perks li {
            padding: 0.5rem 0;
            font-size: 0.95rem;
            color: #7A8272;
            position: relative;
            padding-left: 1.8rem;
        }
        .partner-perks li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #7a8b6f;
            font-weight: 600;
        }
        @media (max-width: 768px) {
            .partner-grid { grid-template-columns: 1fr; gap: 2.5rem; }
            .partner-image { height: 300px; }
        }

/* ===========================
   PLANNERS PAGE: WHAT YOU GET
   =========================== */

        .planner-benefits { background-color: #EBF0E8; }
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2.5rem;
        }
        .benefit-card {
            background: white;
            border-radius: 16px;
            paddi

/* ===========================
   FADE-IN SAFETY NET
   If JS fails to run or IntersectionObserver is blocked, elements still appear.
   Runs a 2-second-delayed reveal animation. JS-triggered .visible class takes priority.
   =========================== */
.fade-in {
    animation: fade-in-safety 0.9s 2s forwards ease;
}
@keyframes fade-in-safety {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fade-in.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: none;
}
@media (prefers-reduced-motion: reduce) {
    .fade-in {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

/* ===========================
   SUBPAGE NAV — cream bg + dark text by default
   On home, nav is transparent over dark hero → white text.
   On subpages, nav sits over cream content → needs dark text on cream bg.
   =========================== */
body.subpage > nav,
body.subpage > nav:not(.scrolled) {
    background-color: #F7F9F5 !important;
    box-shadow: 0 2px 12px rgba(47, 53, 39, 0.08) !important;
}
body.subpage > nav .nav-logo,
body.subpage > nav:not(.scrolled) .nav-logo {
    color: #2F3527 !important;
}
body.subpage > nav .nav-logo .by-sarah,
body.subpage > nav:not(.scrolled) .nav-logo .by-sarah {
    color: #C4A265 !important;
}
body.subpage > nav .nav-links a,
body.subpage > nav:not(.scrolled) .nav-links a {
    color: #2F3527 !important;
}
body.subpage > nav .nav-links a:hover,
body.subpage > nav:not(.scrolled) .nav-links a:hover {
    color: #7A8B6F !important;
}
body.subpage > nav .nav-links a.active-link,
body.subpage > nav:not(.scrolled) .nav-links a.active-link {
    color: #6A7B5F !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #C4A265;
    padding-bottom: 2px;
}
body.subpage > nav .hamburger span,
body.subpage > nav:not(.scrolled) .hamburger span {
    background-color: #2F3527 !important;
}
body.subpage > nav .nav-cta {
    color: #FFFFFF !important;
}
/* Corporate subpage overrides */
body.corporate.subpage > nav .nav-links a.active-link,
body.corporate.subpage > nav:not(.scrolled) .nav-links a.active-link {
    color: #4A5F80 !important;
    border-bottom-color: #6B7FA3;
}
body.corporate.subpage > nav .nav-logo .by-sarah,
body.corporate.subpage > nav:not(.scrolled) .nav-logo .by-sarah {
    color: #6B7FA3 !important;
}


/* ===========================
   BRAND ICON SYSTEM
   Thin-stroke SVG line icons in sage/gold. Replaces emojis site-wide.
   =========================== */
.brand-icon {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s ease;
}
.pain-icon, .benefit-icon, .value-icon, .why-icon-corp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem;
    background: #EBF0E8;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.pain-card:hover .brand-icon,
.benefit-card:hover .brand-icon,
.value-card:hover .brand-icon,
.why-card-corp:hover .brand-icon {
    transform: scale(1.08) rotate(-2deg);
}
.pain-card:hover .pain-icon,
.benefit-card:hover .benefit-icon,
.value-card:hover .value-icon,
.why-card-corp:hover .why-icon-corp {
    background: #F7F9F5;
    box-shadow: 0 4px 16px rgba(196, 162, 101, 0.15);
}
/* Corporate uses cooler accent */
body.corporate .why-icon-corp {
    background: #EDF0F5;
}
body.corporate .why-icon-corp .brand-icon {
    stroke: #6B7FA3;
}
