:root {
            --cream: #FAF8F5; --black: #1A1A1A; --gold: #C9A96E;
            --gold-light: #E8D5B0; --gold-dark: #A07840;
            --grey: #4A4A4A; --border: rgba(201,169,110,0.38);
        }
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { background: var(--cream); color: var(--black); font-family: 'DM Sans', sans-serif; font-weight: 400; line-height: 1.7; overflow-x: hidden; }
        body::after { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9000; }

        nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; display: flex; align-items: center; justify-content: space-between; padding: 1.6rem 4rem; background: rgba(250,248,245,0.88); backdrop-filter: blur(12px); transition: all 0.4s ease; }
        nav.scrolled { background: rgba(250,248,245,0.97); backdrop-filter: blur(20px); padding: 1rem 4rem; border-bottom: 1px solid var(--border); box-shadow: 0 2px 30px rgba(26,26,26,0.07); }
        .logo { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 500; letter-spacing: 0.04em; color: var(--black); text-decoration: none; }
        .logo span { color: var(--gold); }
        .nav-links { display: flex; align-items: center; gap: 2.4rem; list-style: none; }
        .nav-links a { text-decoration: none; color: var(--black); font-size: 0.8rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; position: relative; transition: color 0.3s; }
        .nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.3s ease; }
        .nav-links a:hover::after { width: 100%; }
        .nav-links a.active { color: var(--gold); }
        .nav-links a.active::after { width: 100%; }
        .nav-cta { background: var(--gold) !important; color: var(--black) !important; padding: 0.55rem 1.3rem !important; font-weight: 500 !important; }
        .nav-cta::after { display: none !important; }
        .nav-cta:hover { background: var(--gold-dark) !important; transform: translateY(-1px); }

        /* NAV TOGGLE (mobile) */
        .nav-toggle {
            display: none; width: 44px; height: 44px;
            align-items: center; justify-content: center;
            flex-direction: column; gap: 5px; flex-shrink: 0;
            background: none; border: none; cursor: pointer; z-index: 1001;
        }
        .nav-toggle span { display: block; width: 22px; height: 1px; background: var(--black); transition: transform 0.3s ease, opacity 0.3s ease; }
        .nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
        .nav-toggle.active span:nth-child(2) { opacity: 0; }
        .nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
        .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(26,26,26,0.45); z-index: 998; }
        .nav-overlay.active { display: block; }

        /* PAGE HERO — gold background */
        .page-hero {
            padding: 10rem 4rem 6rem; position: relative; overflow: hidden;
            background-color: var(--gold);
            background-image:
                linear-gradient(to right, rgba(201,169,110,0.98) 0%, rgba(201,169,110,0.90) 38%, rgba(201,169,110,0.45) 62%, transparent 80%),
                url('../images/freebie-banner.png');
            background-size: cover; background-position: right 78px;
        }
        .page-hero::before { display: none; }
        .page-hero-inner { position: relative; z-index: 1; max-width: 700px; }
        .page-hero-inner .s-eye { color: rgba(26,26,26,0.6); }
        .page-hero-inner .s-eye::before { background: rgba(26,26,26,0.4); }
        .page-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.1; margin-bottom: 1.4rem; color: var(--black); }
        .page-title em { font-style: italic; }
        .page-sub { font-size: 1.05rem; color: rgba(26,26,26,0.65); max-width: 500px; line-height: 1.85; }

        .s-eye { font-size: 0.73rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.4rem; }
        .s-eye::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
        .s-eye.center { justify-content: center; }
        .s-eye.center::before { display: none; }
        .s-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.2vw, 3rem); font-weight: 300; line-height: 1.2; }
        .s-title em { font-style: italic; color: var(--gold); }
        .gold-rule { width: 50px; height: 1px; background: var(--gold); margin: 1.8rem 0; }
        .gold-rule.center { margin: 1.8rem auto; }
        section { padding: 6rem 4rem; }

        /* MAIN OPT-IN */
        #optin { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; padding-top: 7rem; }
        .optin-value li { list-style: none; font-size: 0.9rem; color: var(--grey); padding: 0.6rem 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 0.7rem; line-height: 1.6; }
        .optin-value li::before { content: '✓'; color: var(--gold); font-weight: 500; flex-shrink: 0; }
        .optin-form-wrap { background: var(--black); padding: 3rem; }
        .optin-form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--cream); margin-bottom: 0.6rem; }
        .optin-form-sub { font-size: 0.85rem; color: rgba(250,248,245,0.5); margin-bottom: 2rem; line-height: 1.7; }
        .form-group { margin-bottom: 1rem; }
        .form-group input { width: 100%; padding: 0.85rem 1rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(201,169,110,0.2); color: var(--cream); font-family: 'DM Sans', sans-serif; font-size: 0.9rem; outline: none; transition: all 0.3s; }
        .form-group input:focus { border-color: var(--gold); background: rgba(255,255,255,0.09); }
        .form-group input::placeholder { color: rgba(250,248,245,0.35); }
        .btn-gold { background: var(--gold); color: var(--black); border: none; width: 100%; padding: 1rem; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; cursor: pointer; transition: all 0.3s; display: block; text-align: center; text-decoration: none; }
        .btn-gold:hover { background: var(--gold-light); }
        .form-note { font-size: 0.75rem; color: rgba(250,248,245,0.3); text-align: center; margin-top: 0.8rem; }

        /* RESOURCES GRID */
        #resources { background: #F4F1EC; }
        .resources-intro { text-align: center; margin-bottom: 4rem; }
        .resources-intro p { font-size: 0.97rem; color: var(--grey); max-width: 520px; margin: 0 auto; line-height: 1.9; }
        .res-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
        .res-card { background: var(--cream); border: 1px solid var(--border); padding: 2.4rem; transition: all 0.4s; position: relative; overflow: hidden; }
        .res-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform 0.4s; }
        .res-card:hover::after { transform: scaleX(1); }
        .res-card:hover { transform: translateY(-4px); box-shadow: 0 16px 50px rgba(26,26,26,0.08); }
        .res-type { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
        .res-title { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 500; margin-bottom: 0.7rem; }
        .res-desc { font-size: 0.87rem; color: var(--grey); line-height: 1.8; margin-bottom: 1.4rem; }
        .res-count { font-size: 0.78rem; color: rgba(26,26,26,0.4); display: flex; align-items: center; gap: 0.4rem; }
        .res-count::before { content: ''; width: 20px; height: 1px; background: var(--border); }
        .res-tag-free { position: absolute; top: 1.2rem; right: 1.2rem; background: var(--gold); color: var(--black); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.2rem 0.6rem; font-weight: 500; }

        /* WHY FREE */
        #why { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
        #why .s-title em { color: var(--gold); }
        .why-text p { font-size: 0.96rem; color: var(--grey); line-height: 1.9; margin-bottom: 1rem; }
        .why-quote { background: var(--gold); padding: 2.5rem; position: relative; }
        .why-quote::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: rgba(26,26,26,0.12); position: absolute; top: 0; left: 1.5rem; line-height: 1; }
        .why-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; line-height: 1.6; color: var(--black); position: relative; z-index: 1; }
        .why-quote cite { display: block; font-size: 0.78rem; color: rgba(26,26,26,0.55); margin-top: 1rem; font-style: normal; letter-spacing: 0.08em; }

        /* FINAL CTA */
        #final-cta { background: var(--black); color: var(--cream); text-align: center; }
        #final-cta .s-title { color: var(--cream); }
        .final-cta-desc { font-size: 1rem; color: rgba(250,248,245,0.55); max-width: 480px; margin: 0 auto 2rem; line-height: 1.9; }
        .btn-gold-outline { border: 1px solid var(--gold); color: var(--gold); padding: 0.9rem 2.2rem; text-decoration: none; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 400; display: inline-block; transition: all 0.3s; margin-left: 1rem; }
        .btn-gold-outline:hover { background: var(--gold); color: var(--black); }

        footer { background: var(--black); color: var(--cream); padding: 5rem 4rem 2.5rem; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(201,169,110,0.18); margin-bottom: 2rem; }
        .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500; color: var(--cream); text-decoration: none; letter-spacing: 0.04em; display: block; margin-bottom: 1rem; }
        .footer-logo span { color: var(--gold); }
        .footer-tag { font-size: 0.86rem; color: rgba(250,248,245,0.7); line-height: 1.8; max-width: 240px; margin-bottom: 1.5rem; }
        .footer-socials { display: flex; gap: 0.8rem; }
        .soc { width: 34px; height: 34px; border: 1px solid rgba(201,169,110,0.45); display: flex; align-items: center; justify-content: center; color: rgba(250,248,245,0.72); text-decoration: none; transition: all 0.3s; }
        .soc:hover { border-color: var(--gold); color: var(--gold); }
        .soc svg { width: 14px; height: 14px; fill: currentColor; }
        .footer-col-h { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
        .footer-col ul { list-style: none; }
        .footer-col ul li { margin-bottom: 0.65rem; }
        .footer-col ul li a { font-size: 0.86rem; color: rgba(250,248,245,0.72); text-decoration: none; transition: color 0.3s; }
        .footer-col ul li a:hover { color: var(--gold); }
        .footer-bottom { display: flex; justify-content: space-between; }
        .footer-copy { font-size: 0.75rem; color: rgba(250,248,245,0.5); }

        .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
        .reveal.in { opacity: 1; transform: none; }

        @media (max-width: 1100px) {
            nav { padding: 1.5rem 2.5rem; } nav.scrolled { padding: 1rem 2.5rem; }
            section, .page-hero { padding-left: 2.5rem; padding-right: 2.5rem; }
            #optin, #why { grid-template-columns: 1fr; gap: 3rem; }
            .res-grid { grid-template-columns: 1fr 1fr; }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 768px) {
            nav { padding: 1rem 1.5rem; }
            .nav-toggle { display: flex; }
            .nav-links {
                position: fixed; top: 0; right: -85%; width: 80%; max-width: 320px; height: 100vh;
                background: var(--cream); flex-direction: column; align-items: flex-start; justify-content: center;
                gap: 2.2rem; padding: 6rem 2.5rem 2rem; transition: right 0.4s ease; z-index: 999;
                box-shadow: -16px 0 50px rgba(26,26,26,0.12);
            }
            .nav-links.active { right: 0; }
            .nav-links a { font-size: 0.95rem; }
            .page-hero {
                background-image: linear-gradient(to bottom, rgba(201,169,110,0.05) 0%, rgba(201,169,110,0.55) 16%, rgba(201,169,110,0.92) 30%, rgba(201,169,110,0.99) 42%, var(--gold) 100%), url('../images/freebie-banner-mobile.png');
                background-position: center top; background-size: cover;
            }
            section, .page-hero { padding-left: 1.5rem; padding-right: 1.5rem; }
            .res-grid { grid-template-columns: 1fr; }
            .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
            .footer-bottom { flex-direction: column; gap: 0.6rem; align-items: flex-start; }
            .soc { width: 44px; height: 44px; }
        }
        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
        }
