@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700;900&display=swap");:root{--navy-950:#03111d;--navy-900:#061622;--navy-800:#0c2336;--navy-700:#133049;--gold:#c9a84c;--gold-light:#e2c97e;--gold-muted:rgba(201,168,76,0.18);--white:#ffffff;--paper:#f5f7f9;--paper-2:#eef1f5;--ink:#0d1f2d;--ink-mid:#3a5166;--ink-soft:#6b8298;--line:#dde4ec;--radius:10px;--radius-lg:18px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(6,22,34,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.15)}.header-inner{max-width:1200px;height:72px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;flex-direction:column;gap:2px}.brand-name,.footer-brand{font-family:Playfair Display,Georgia,serif;font-size:19px;font-weight:700;color:var(--white)}.brand-byline{font-size:12px;color:var(--gold-light);font-weight:400;letter-spacing:.04em}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;cursor:pointer;font-family:DM Sans,sans-serif;font-weight:600;transition:background .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn:focus-visible,.faq-q:focus-visible,.submit-btn:focus-visible,input:focus-visible{outline:2px solid var(--gold-light);outline-offset:3px}.btn-gold{background:var(--gold);color:var(--navy-950);padding:13px 26px;font-size:14px;white-space:nowrap}.btn-gold-lg:hover,.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-gold-lg{background:var(--gold);color:var(--navy-950);padding:17px 34px;font-size:16px;font-weight:700}.btn-gold-lg:hover{box-shadow:0 8px 32px rgba(201,168,76,.4)}.dark-stage{background:radial-gradient(ellipse 60% 50% at 80% 50%,rgba(201,168,76,.07) 0,transparent 70%),radial-gradient(ellipse 40% 60% at 10% 80%,rgba(19,48,73,.8) 0,transparent 60%),var(--navy-900)}.hero{max-width:1200px;margin:0 auto;padding:96px 32px 100px;display:grid;grid-template-columns:1fr 420px;grid-gap:64px;gap:64px}.hero,.hero-pill{align-items:center}.hero-pill{display:inline-flex;gap:8px;border:1px solid rgba(201,168,76,.4);border-radius:999px;padding:7px 16px;color:var(--gold-light);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:28px}.hero-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero h1,.thank-you-card h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(40px,5.5vw,68px);font-weight:900;line-height:1.01;color:var(--white);margin:0 0 24px;letter-spacing:-.02em}.hero-sub{max-width:580px;margin:0 0 40px;font-size:18px;line-height:1.75;color:#a8bfcf}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.hero-note{font-size:14px;color:#6d8fa5;font-style:italic}.hero-img-wrap,.hero-visual{position:relative}.hero-img-wrap{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--navy-800);border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 80px rgba(3,17,29,.6),0 0 0 1px rgba(201,168,76,.1)}.bio-photo,.hero-img{width:100%;height:100%;object-fit:cover}.bio-photo{object-position:center top}.hero-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(3,17,29,.5)),linear-gradient(90deg,rgba(201,168,76,.14),transparent 45%)}.hero-accent{position:absolute;left:-20px;top:40px;width:3px;height:80px;background:linear-gradient(to bottom,var(--gold),transparent);border-radius:2px}.section{max-width:1200px;margin:0 auto;padding:80px 32px}.section-label{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.section-label.inline{display:inline-block}.section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(30px,3.5vw,44px);font-weight:700;line-height:1.08;color:var(--ink);letter-spacing:-.02em;margin:0}.section-title.light{color:var(--white)}.section-center{text-align:center}.audience-strip{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:48px}.aud-card,.prod-card{position:relative;border-radius:var(--radius-lg)}.aud-card{background:var(--white);border:1px solid var(--line);padding:32px 28px;transition:box-shadow .2s,transform .2s}.aud-card:hover{box-shadow:0 12px 40px rgba(13,31,45,.1);transform:translateY(-2px)}.aud-card-num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--gold);margin-bottom:16px}.aud-card h3,.prod-card h3{font-family:Playfair Display,Georgia,serif;font-weight:700;color:var(--ink);line-height:1.2;margin:0}.aud-card h3{font-size:20px;margin-bottom:12px}.aud-card p,.prod-card p{font-size:15px;line-height:1.65;color:var(--ink-mid);margin:0}.aud-card-bar{position:absolute;top:0;left:28px;right:28px;height:2px;background:linear-gradient(to right,var(--gold),transparent);border-radius:0 0 2px 2px}.route-section{background:var(--navy-950)}.bio-inner,.form-inner,.route-inner{max-width:1200px;margin:0 auto;padding:80px 32px;display:grid;align-items:center}.route-inner{grid-template-columns:1fr 1fr;gap:80px}.route-copy p{font-size:17px;line-height:1.8;color:#8fafc5;margin:20px 0 0}.route-copy p+p{margin-top:16px}.route-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.stat-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:28px 24px;transition:border-color .2s}.stat-card:hover{border-color:rgba(201,168,76,.3)}.stat-icon{width:36px;height:36px;border-radius:8px;background:var(--gold-muted);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.stat-icon svg{width:18px;height:18px;stroke:var(--gold);fill:none;stroke-width:1.8}.stat-label{font-size:13px;color:#5d7d92;font-weight:500;margin-bottom:6px}.stat-value{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:var(--white);line-height:1.2}.products-section{background:var(--white);border-top:1px solid var(--line)}.product-grid{margin-top:48px}.prod-card{background:var(--paper);border:1px solid var(--line);padding:36px 30px;display:flex;flex-direction:column;gap:14px;overflow:hidden;transition:box-shadow .2s}.prod-card:hover{box-shadow:0 16px 48px rgba(13,31,45,.08)}.prod-card h3{font-size:22px}.prod-card p{flex:1 1}.prod-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(201,168,76,.35);border-radius:999px;padding:5px 12px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);width:-moz-fit-content;width:fit-content}.prod-number{position:absolute;bottom:20px;right:24px;font-family:Playfair Display,Georgia,serif;font-size:80px;font-weight:900;color:rgba(13,31,45,.04);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bio-section{background:var(--paper);border-top:1px solid var(--line)}.bio-inner{grid-template-columns:1fr 300px;gap:72px}.bio-copy .section-title{margin-bottom:20px}.bio-copy p{max-width:560px;font-size:18px;line-height:1.8;color:var(--ink-mid);margin:0}.bio-cta{margin-top:32px}.bio-photo-bg,.bio-photo-wrap{position:relative}.bio-photo-bg{width:300px;height:380px;background:var(--navy-800);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line);box-shadow:0 20px 60px rgba(13,31,45,.12)}.bio-accent-box{position:absolute;bottom:-14px;left:-14px;width:60px;height:60px;background:var(--gold);border-radius:var(--radius);z-index:-1}.form-section{background:radial-gradient(ellipse 60% 70% at 90% 50%,rgba(201,168,76,.06) 0,transparent 70%),var(--navy-900)}.form-inner{grid-template-columns:minmax(0,1fr) minmax(420px,500px);gap:72px;align-items:start}.light-gold{color:var(--gold-light)}.form-copy .section-title{margin-bottom:16px}.form-copy p{font-size:17px;line-height:1.75;color:#7a9baf;margin:0 0 32px}.form-trust{display:flex;flex-direction:column;gap:14px}.trust-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#89a6b8}.trust-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0}.form-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:40px 36px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form-card-title{font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:700;color:var(--white);margin-bottom:30px}.form-fields{gap:24px}.field-group,.form-fields{display:flex;flex-direction:column}.field-group{gap:10px}.field-group label{font-size:14px;font-weight:700;color:#9ab2c2;letter-spacing:.08em;text-transform:uppercase}.field-group input[type=email],.field-group input[type=tel],.field-group input[type=text]{width:100%;height:56px;border:1.5px solid rgba(154,178,194,.24);border-radius:var(--radius);padding:0 18px;background:rgba(255,255,255,.06);color:var(--white);font-family:DM Sans,sans-serif;font-size:16px;transition:border-color .2s,background .2s}.field-group input:focus{border-color:rgba(201,168,76,.5);background:rgba(255,255,255,.09)}.field-group input::placeholder{color:rgba(255,255,255,.34)}.checkbox-label{display:flex;align-items:flex-start;gap:14px;cursor:pointer;margin-top:2px}.checkbox-label input[type=checkbox]{width:20px;height:20px;flex-shrink:0;margin-top:3px;accent-color:var(--gold);cursor:pointer}.checkbox-text{font-size:15px;line-height:1.65;color:#9ab2c2}.form-error{margin:0;font-size:14px;line-height:1.5;color:#ffd2c9}.submit-btn{width:100%;height:58px;border:none;border-radius:999px;background:var(--gold);color:var(--navy-950);font-size:16px;font-weight:700;font-family:DM Sans,sans-serif;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s,opacity .2s;margin-top:4px}.submit-btn:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px);box-shadow:0 8px 28px rgba(201,168,76,.35)}.submit-btn:disabled{cursor:wait;opacity:.72}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.faq-section{background:var(--white);border-top:1px solid var(--line)}.faq-title{margin-top:12px}.faq-grid{max-width:780px;margin:48px auto 0}.faq-item{border-bottom:1px solid var(--line)}.faq-item:first-child{border-top:1px solid var(--line)}.faq-q{width:100%;background:none;border:none;cursor:pointer;text-align:left;padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;color:var(--ink);transition:color .2s}.faq-item.open .faq-q,.faq-q:hover{color:var(--gold)}.faq-icon{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .2s,background .2s}.faq-icon svg{width:12px;height:12px;stroke:var(--ink-soft);stroke-width:2.5;transition:transform .25s,stroke .2s}.faq-item.open .faq-icon{border-color:var(--gold);background:var(--gold-muted)}.faq-item.open .faq-icon svg{transform:rotate(45deg);stroke:var(--gold)}.faq-a{padding:0 0 22px;font-size:15px;line-height:1.75;color:var(--ink-mid);max-width:660px}.site-footer{background:var(--navy-950);border-top:1px solid rgba(255,255,255,.06);padding:40px 32px;text-align:center}.footer-brand{font-size:18px;margin-bottom:6px}.footer-sub{font-size:13px;color:#5d7d92}.gold-divider{width:40px;height:2px;background:var(--gold);margin:20px 0;border-radius:2px}.thank-you-page{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(ellipse 55% 50% at 75% 30%,rgba(201,168,76,.09) 0,transparent 70%),radial-gradient(ellipse 40% 60% at 15% 85%,rgba(19,48,73,.85) 0,transparent 60%),var(--navy-900)}.thank-you-card{width:min(100%,720px);padding:56px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);background:rgba(255,255,255,.04);box-shadow:0 32px 90px rgba(3,17,29,.45)}.thank-you-brand{margin-bottom:48px}.thank-you-card h1{font-size:clamp(44px,7vw,76px)}.thank-you-card p{max-width:560px;margin:0 0 34px;color:#a8bfcf;font-size:19px;line-height:1.7}@media (max-width:900px){.hero{grid-template-columns:1fr;padding:60px 24px 64px;gap:40px}.hero-img-wrap{aspect-ratio:16/9}.hero-accent{display:none}.cards-3{grid-template-columns:1fr;gap:14px}.bio-inner,.form-inner,.route-inner{grid-template-columns:1fr;gap:48px;padding:60px 24px}.route-stats{grid-template-columns:1fr 1fr}.section{padding:60px 24px}.bio-photo-wrap{display:flex;justify-content:center}.header-inner{padding:0 20px}}@media (max-width:600px){.header-inner{height:68px;gap:14px}.brand-name{font-size:16px}.brand-byline{font-size:11px}.btn-gold{padding:11px 16px;font-size:13px}.hero h1{font-size:clamp(38px,12vw,48px)}.hero-sub{font-size:17px}.btn-gold-lg{width:100%;padding:16px 22px}.route-stats{grid-template-columns:1fr}.form-card{padding:28px 20px}.bio-photo-bg{width:min(100%,300px)}.thank-you-card{padding:34px 24px}}