@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600;700&display=swap");:root{--gold:#b8973a;--gold-light:#d4af5a;--gold-pale:#f5edd8;--navy:#0d1b2a;--navy-mid:#1a2d42;--slate:#2e3f52;--warm-white:#faf8f4;--off-white:#f0ece6;--muted:#6b7280;--border:rgba(184,151,58,.22);--red:#c0392b}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--warm-white);color:#1c1c1c;overflow-x:hidden}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.pre-header{background:var(--navy);padding:1.1rem 1.5rem;text-align:center;border-bottom:2px solid var(--gold)}.pre-header p{font-size:1rem;letter-spacing:.04em;color:hsla(0,0%,100%,.88)}.pre-header strong{color:var(--gold-light);font-weight:600}nav{background:rgba(13,27,42,.98);padding:1rem 2.5rem;justify-content:space-between;position:relative;border-bottom:1px solid rgba(184,151,58,.15);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-logo,nav{display:flex;align-items:center}.nav-logo{gap:.7rem;text-decoration:none}.nav-logo-text{letter-spacing:.14em;color:#fff;font-weight:500}.nav-btn,.nav-logo-text{font-size:.78rem;text-transform:uppercase}.nav-btn{background:var(--gold);color:var(--navy);font-weight:700;letter-spacing:.08em;padding:.6rem 1.5rem;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s;white-space:nowrap}.nav-btn:hover{background:var(--gold-light);transform:translateY(-1px)}.hero{background:var(--navy);padding:4rem 2.5rem 3rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 75% 30%,rgba(184,151,58,.07) 0,transparent 60%);pointer-events:none}.hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}.hero-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(184,151,58,.12);border:1px solid rgba(184,151,58,.3);padding:.4rem 1rem;border-radius:2px;margin-bottom:1.5rem}.hero-badge span{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-light);font-weight:500}.hero-headline{font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,3.8vw,3.4rem);font-weight:400;line-height:1.1;color:#fff;margin-bottom:1rem;max-width:760px;margin-left:auto;margin-right:auto}.hero-headline em{font-style:italic;color:var(--gold-light)}.hero-disclaimer{font-size:.75rem;color:hsla(0,0%,100%,.38);font-style:italic;margin-top:1.5rem}.video-section{background:var(--navy-mid);padding:2rem 2.5rem 2.5rem;border-bottom:1px solid rgba(184,151,58,.12)}.video-inner{max-width:760px;margin:0 auto}.video-label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem;gap:.5rem}.video-box,.video-label{display:flex;align-items:center}.video-box{width:100%;aspect-ratio:16/9;background:#070f18;border:1.5px solid rgba(184,151,58,.2);flex-direction:column;justify-content:center;gap:1rem;position:relative;overflow:hidden;cursor:pointer}.video-box:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(184,151,58,.05) 0,transparent 70%)}.video-play{width:68px;height:68px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:background .2s,transform .2s}.video-play:hover{background:rgba(184,151,58,.18);transform:scale(1.06)}.video-caption{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:hsla(0,0%,100%,.42);position:relative;z-index:1}.cta-wrap{text-align:center;padding:2.25rem 1.5rem}.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;background:var(--gold);color:var(--navy);font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.85rem 2.25rem;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 24px rgba(184,151,58,.25)}.cta-btn:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 32px rgba(184,151,58,.38)}.cta-btn.xl{font-size:1.1rem;padding:1rem 2.75rem}.cta-note{font-size:.76rem;color:var(--muted);margin-top:.65rem;font-style:italic}.cta-note strong{color:var(--gold);font-style:normal}.cta-note-light{color:hsla(0,0%,100%,.3)}.cta-note-light strong{color:var(--gold-light)}.icon-strip{background:var(--off-white);padding:2rem 2.5rem;border-bottom:1px solid var(--border)}.icon-strip-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem}.icon-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;padding:2rem 1.5rem;border:1px solid var(--border);background:#fff;transition:border-color .2s,box-shadow .2s}.icon-block:hover{border-color:var(--gold);box-shadow:0 4px 16px rgba(184,151,58,.1)}.icon-block p{font-size:.95rem;font-weight:500;color:var(--navy);line-height:1.45}.social-section{background:var(--warm-white);padding:4.5rem 2.5rem}.social-inner{max-width:900px;margin:0 auto}.section-eyebrow{font-size:.67rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem}.section-eyebrow:before{content:"";width:20px;height:1px;background:var(--gold)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:300;line-height:1.1;color:var(--navy);margin-bottom:2rem}.section-title em{font-style:italic;color:var(--gold)}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.social-card{background:#fff;border-top:3px solid var(--gold);padding:2rem 1.75rem}.stars{color:var(--gold);font-size:.85rem;margin-bottom:.75rem;letter-spacing:.1em}.social-text{font-size:1rem;line-height:1.75;color:var(--muted);font-style:italic;margin-bottom:1.25rem}.social-name{font-size:.76rem;font-weight:600;color:var(--navy);text-transform:uppercase;letter-spacing:.05em}.social-role{font-size:.7rem;color:var(--gold);margin-top:.2rem}.who-section{background:var(--navy);padding:5rem 2.5rem 2.5rem}.who-inner{max-width:820px;margin:0 auto;text-align:center}.who-section .section-eyebrow{color:var(--gold-light)}.who-section .section-eyebrow:before{background:var(--gold-light)}.who-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.8vw,3.2rem);font-weight:300;line-height:1.1;color:#fff;margin-bottom:1.75rem}.who-title em{font-style:italic;color:var(--gold-light)}.who-lead{font-size:1.1rem;line-height:1.9;color:hsla(0,0%,100%,.72);font-weight:300;border-left:3px solid var(--gold);padding-left:1.5rem;margin-bottom:2rem}.who-intro-text{font-size:1.05rem;line-height:1.8;color:hsla(0,0%,100%,.5);font-weight:300;margin-bottom:1.5rem}.objections{display:grid;grid-template-columns:1fr 1fr;grid-gap:.85rem;gap:.85rem;margin:1.5rem 0 2rem}.obj{display:flex;gap:.75rem;align-items:flex-start;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);padding:1rem 1.2rem}.obj-x{color:var(--red);font-weight:700;flex-shrink:0;margin-top:1px}.obj p,.obj-x{font-size:.95rem}.obj p{color:hsla(0,0%,100%,.43);font-style:italic;line-height:1.5}.truth-box{background:rgba(184,151,58,.1);border-left:4px solid var(--gold);padding:1.4rem 1.75rem;margin:2rem 0}.truth-box p{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:400;color:#fff;line-height:1.6}.truth-box strong{color:var(--gold-light)}.who-close{font-size:1.1rem;font-weight:500;color:hsla(0,0%,100%,.78);margin-bottom:.75rem}.nadine-section{background:var(--warm-white);padding:5rem 2.5rem}.nadine-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:340px 1fr;grid-gap:4rem;gap:4rem;align-items:start}.nadine-photo-col{position:-webkit-sticky;position:sticky;top:90px}.nadine-photo-wrap{position:relative;overflow:hidden}.nadine-photo-wrap img{width:100%;display:block;object-fit:cover;object-position:center top}.nadine-bar{background:var(--navy);padding:.9rem 1.25rem;position:relative}.nadine-bar:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gold)}.nadine-bar-name{font-size:.8rem;font-weight:600;color:#fff;letter-spacing:.08em;text-transform:uppercase;position:relative;z-index:1}.nadine-bar-role{font-size:.7rem;color:hsla(0,0%,100%,.45);margin-top:.2rem;position:relative;z-index:1}.nadine-text .section-title{margin-bottom:1.75rem}.nadine-bio{font-size:1rem;line-height:1.9;color:var(--muted);font-weight:300;margin-bottom:1.5rem}.nadine-quote{background:var(--gold-pale);border-left:3px solid var(--gold);padding:1.2rem 1.5rem;margin:1.75rem 0}.nadine-quote p{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;color:var(--navy);line-height:1.55}.cred-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.cred{font-size:.67rem;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .85rem;background:var(--navy);color:hsla(0,0%,100%,.55);border-radius:1px}.urgency-section{background:var(--navy-mid);padding:4.5rem 2.5rem;border-top:1px solid rgba(184,151,58,.12);border-bottom:1px solid rgba(184,151,58,.12)}.urgency-inner{max-width:820px;margin:0 auto}.urgency-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(192,57,43,.15);border:1px solid rgba(192,57,43,.35);padding:.35rem .85rem;margin-bottom:1.5rem}.urgency-badge span{font-size:.67rem;letter-spacing:.15em;text-transform:uppercase;color:#e74c3c;font-weight:600}.urgency-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;line-height:1.15;color:#fff;margin-bottom:2rem}.urgency-title em{font-style:italic;color:var(--gold-light)}.urgency-points{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.u-point{display:flex;gap:1rem;align-items:flex-start;background:hsla(0,0%,100%,.03);padding:1.1rem 1.25rem;border-left:3px solid var(--gold)}.u-point p{font-size:1rem;line-height:1.7;color:hsla(0,0%,100%,.65);font-weight:300}.u-point strong{color:#fff;font-weight:500}.urgency-body{font-size:1rem;line-height:1.88;color:hsla(0,0%,100%,.55);font-weight:300;margin-bottom:2.5rem}.urgency-body strong{color:#fff}.how-section{background:var(--off-white);padding:5rem 2.5rem}.how-inner{max-width:820px;margin:0 auto}.how-steps{margin-top:3rem;display:flex;flex-direction:column;gap:0}.how-step{display:grid;grid-template-columns:72px 1fr;grid-gap:2rem;gap:2rem;padding:2.5rem 0;border-bottom:1px solid var(--border);align-items:start}.how-step:last-child{border-bottom:none}.step-num{font-family:Cormorant Garamond,serif;font-size:4rem;font-weight:300;color:var(--gold);line-height:1;opacity:.55}.step-title{font-size:1.05rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.step-body{font-size:1rem;line-height:1.82;color:var(--muted);font-weight:300}.price-chip{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--navy);font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:.3rem .8rem;border-radius:1px;margin-top:.75rem}.price-old{font-size:.7rem;color:var(--muted);text-decoration:line-through;margin-left:.25rem}.results-section{background:var(--warm-white);padding:5rem 2.5rem}.results-inner{max-width:900px;margin:0 auto}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.result-card{background:var(--navy);padding:2rem 1.75rem;border-bottom:3px solid var(--gold)}.result-type{font-size:.63rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.result-name{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:#fff;margin-bottom:.5rem}.result-detail{font-size:.95rem;color:hsla(0,0%,100%,.42);line-height:1.65}.result-outcome{margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.07);font-size:.78rem;color:var(--gold-light);font-weight:500}.why-section{background:var(--navy);padding:5rem 2.5rem}.why-inner{max-width:820px;margin:0 auto}.why-section .section-eyebrow{color:var(--gold-light)}.why-section .section-eyebrow:before{background:var(--gold-light)}.why-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.8vw,3rem);font-weight:300;line-height:1.1;color:#fff;margin-bottom:2.5rem}.why-title em{font-style:italic;color:var(--gold-light)}.why-points{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:3rem}.why-point{display:flex;gap:1.25rem;align-items:flex-start;padding:1.2rem 1.5rem;background:hsla(0,0%,100%,.03);border-left:3px solid rgba(184,151,58,.35);transition:border-color .2s}.why-point:hover{border-color:var(--gold)}.why-icon{flex-shrink:0;margin-top:2px}.wp-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.3rem}.wp-text{font-size:.97rem;color:hsla(0,0%,100%,.48);line-height:1.7;font-weight:300}.why-body{font-size:1rem;line-height:1.88;color:hsla(0,0%,100%,.55);font-weight:300;margin-bottom:2.5rem}.close-section{background:var(--gold-pale);padding:5rem 2.5rem;border-top:4px solid var(--gold);text-align:center}.close-inner{max-width:640px;margin:0 auto}.close-tag{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.close-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;line-height:1.08;color:var(--navy);margin-bottom:1.25rem}.close-title em{font-style:italic;color:var(--gold)}.close-sub{font-size:1.05rem;line-height:1.85;color:var(--muted);font-weight:300;margin-bottom:2.5rem}.close-bullets{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:2.5rem}.cb{display:flex;align-items:center;gap:.5rem;font-size:.92rem;font-weight:500;color:var(--navy);background:#fff;border:1px solid var(--border);padding:.5rem 1rem;border-radius:1px}.cb svg{color:var(--gold);flex-shrink:0}footer{background:var(--navy);padding:2.5rem;border-top:2px solid rgba(184,151,58,.18)}.footer-inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;align-items:flex-start}.footer-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:.75rem}.footer-brand-name{font-size:.76rem;font-weight:500;letter-spacing:.14em;color:hsla(0,0%,100%,.65);text-transform:uppercase}.footer-addr{font-size:.76rem;color:hsla(0,0%,100%,.28);line-height:1.85;font-weight:300}.footer-addr a{color:var(--gold-light);text-decoration:none}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.75rem;color:hsla(0,0%,100%,.3);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.footer-disc{font-size:.68rem;color:hsla(0,0%,100%,.18);line-height:1.65;max-width:900px;margin:1.75rem auto 0;font-style:italic;padding-top:1.25rem;border-top:1px solid hsla(0,0%,100%,.06);text-align:center}@media (max-width:768px){.icon-strip-inner{grid-template-columns:repeat(2,1fr)}.nadine-inner,.objections,.social-grid{grid-template-columns:1fr}.nadine-photo-col{position:static}.results-grid{grid-template-columns:1fr}.close-section,.hero,.how-section,.nadine-section,.results-section,.social-section,.urgency-section,.video-section,.who-section,.why-section{padding:2.5rem 1.25rem}.icon-strip{padding:2rem 1.25rem}.nav-logo-text,nav{display:none}}