:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #070505;--background-soft: #10090b;--surface: rgba(25, 17, 18, .72);--surface-strong: rgba(33, 22, 24, .88);--border: rgba(225, 188, 128, .18);--border-soft: rgba(246, 235, 218, .1);--text-primary: #f7eddf;--text-secondary: #c9b7a2;--text-muted: #947f70;--gold: #d8b16f;--gold-bright: #f0d49a;--burgundy: #5a1020;--burgundy-soft: #2a0d14;--shadow: 0 24px 80px rgba(0, 0, 0, .42);--serif: "Cormorant Garamond", "EB Garamond", "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif}*{box-sizing:border-box}.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}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(115deg,rgba(83,14,29,.26),transparent 31rem),radial-gradient(circle at 78% 8%,rgba(216,177,111,.11),transparent 22rem),linear-gradient(180deg,#0b0507 0%,var(--background) 38%,#050303 100%);color:var(--text-primary);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#root{min-height:100vh}.page-shell{position:relative;overflow:hidden;min-height:100vh}.page-shell:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(216,177,111,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(216,177,111,.025) 1px,transparent 1px);background-size:90px 90px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.56),transparent 58%);mask-image:linear-gradient(180deg,rgba(0,0,0,.56),transparent 58%)}.site-header,.hero,.section,.auth-callback-page,.legal-header,.legal-page,.site-footer{position:relative;z-index:1;width:min(1180px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:.65rem;z-index:10;padding-top:.65rem}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:3.72rem;padding:.55rem .62rem .55rem .95rem;border:1px solid rgba(225,188,128,.13);border-radius:1.1rem;background:#08050585;box-shadow:0 14px 36px #0003;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.nav-link,.eyebrow,.card-number{letter-spacing:.18em;text-transform:uppercase}.brand img{width:clamp(8.5rem,12vw,10.6rem);height:auto}.nav-links{display:flex;align-items:center;justify-content:center;gap:clamp(.9rem,2vw,1.7rem);flex:1 1 auto}.nav-link{color:#f7eddfb8;font-size:.68rem;font-weight:650;transition:color .16s ease}.nav-link:hover{color:var(--gold-bright)}.nav-cta{min-height:2.55rem;padding-inline:1.2rem}.nav-legal{margin-top:1rem}.hero{padding:.9rem 0 3rem}.hero-stage{position:relative;min-height:clamp(34rem,76vh,44rem);overflow:hidden;border:1px solid rgba(225,188,128,.16);border-radius:2rem;background:#090505;box-shadow:var(--shadow)}.hero-stage:before,.hero-stage:after{position:absolute;z-index:1;pointer-events:none;content:""}.hero-stage:before{top:7%;right:7%;width:25rem;height:25rem;border-radius:999px;background:radial-gradient(circle,rgba(240,212,154,.18),rgba(90,16,32,.1) 42%,transparent 68%);filter:blur(28px);opacity:.68}.hero-stage:after{inset:auto 0 0;height:26%;background:linear-gradient(180deg,transparent,var(--background))}.hero-picture,.hero-image,.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:82% center}.hero-gradient{background:linear-gradient(90deg,#070505fa,#070505f0 24%,#070505b3 42%,#0705052e 70%),radial-gradient(circle at 82% 22%,rgba(240,212,154,.18),transparent 20rem),radial-gradient(circle at 12% 52%,rgba(90,16,32,.5),transparent 28rem),linear-gradient(180deg,#07050529,#0705050f 48%,#070505e6)}.hero-copy{position:relative;z-index:1;display:flex;min-height:inherit;width:min(44rem,52%);flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem)}.eyebrow{margin:0;color:var(--gold-bright);font-size:.68rem;font-weight:700}h1,h2,h3{margin:0;font-family:var(--serif);font-weight:500;letter-spacing:-.03em}h1{max-width:8em;margin-top:1rem;font-size:clamp(3.9rem,6.2vw,6.05rem);line-height:.94}.lede{max-width:36rem;margin:1.5rem 0 0;color:var(--text-secondary);font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.75}.supporting-copy{margin:1.25rem 0 0;color:var(--text-muted);font-size:1rem}.cta-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2.25rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:3.24rem;padding:0 1.55rem;border-radius:999px;font-size:.88rem;font-weight:650;letter-spacing:.035em;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:default;opacity:.84;transform:none}.button-primary{border:1px solid rgba(240,212,154,.42);background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:#13090a;box-shadow:0 16px 42px #d8b16f2e}.button-secondary{border:1px solid rgba(225,188,128,.22);background:#f7eddf0b;color:var(--text-primary)}.button-secondary:hover{border-color:#f0d49a75;color:var(--gold-bright)}.section{padding:clamp(4rem,8vw,7rem) 0}.editorial-pause{position:relative;z-index:1;width:min(980px,calc(100% - 2rem));margin:0 auto;padding:clamp(5rem,11vw,9rem) 0 clamp(4rem,8vw,7rem);text-align:center}.editorial-pause:before{position:absolute;top:50%;left:50%;width:min(42rem,86vw);height:min(42rem,86vw);border-radius:999px;background:radial-gradient(circle,rgba(90,16,32,.28),transparent 62%);transform:translate(-50%,-50%);pointer-events:none;content:""}.editorial-pause p{position:relative;margin:0;font-family:var(--serif);font-size:clamp(3.2rem,8vw,7rem);font-weight:500;letter-spacing:-.035em;line-height:.96}.editorial-pause span{position:relative;display:block;margin-top:1.5rem;color:var(--text-muted);font-size:clamp(1rem,1.5vw,1.18rem)}.split-section{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(2rem,6vw,5rem);align-items:center}.split-section-top{align-items:start}.section-heading h2,.final-cta h2{max-width:13ch;margin-top:.75rem;color:var(--text-primary);font-size:clamp(2.8rem,5.4vw,5.2rem);line-height:.96}.centered-heading{max-width:52rem;margin:0 auto clamp(2rem,5vw,3.6rem);text-align:center}.centered-heading h2{max-width:none}.editorial-copy{max-width:38rem;color:var(--text-secondary);font-size:clamp(1.1rem,1.6vw,1.28rem);line-height:1.9}.editorial-copy p{margin:0}.editorial-copy p+p,.editorial-copy .line-list+p{margin-top:1.35rem}.line-list{display:grid;gap:.7rem;margin-top:1.5rem;padding:1.2rem 0;border-top:1px solid rgba(225,188,128,.16);border-bottom:1px solid rgba(225,188,128,.16);color:var(--text-primary);font-family:var(--serif);font-size:clamp(1.45rem,2.5vw,2.15rem);line-height:1.08}.asymmetric-section{padding-top:clamp(3rem,6vw,5rem)}.asymmetric-section .split-section{position:relative}.asymmetric-section .split-section:before{position:absolute;top:-2.4rem;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(216,177,111,.48),transparent);content:""}.glass-panel,.step-card{border:1px solid var(--border);background:linear-gradient(180deg,#ffffff12,#ffffff06),var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.experiences-section{width:min(1280px,calc(100% - 2rem))}.experiences-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(18rem,.6fr);gap:clamp(1.5rem,5vw,4rem);align-items:end;margin-bottom:clamp(1.8rem,4vw,3rem)}.experiences-heading .eyebrow{grid-column:1 / -1}.experiences-heading h2{max-width:14ch}.experiences-heading p{margin:0;color:var(--text-secondary);font-size:1.05rem;line-height:1.78}.experience-rail{display:grid;grid-template-columns:repeat(6,minmax(16rem,1fr));gap:1rem;overflow-x:auto;padding:.15rem 0 1.15rem;scroll-snap-type:x proximity;scrollbar-color:rgba(216,177,111,.35) rgba(255,255,255,.04)}.experience-card{position:relative;min-height:clamp(26rem,38vw,34rem);overflow:hidden;border:1px solid rgba(225,188,128,.2);border-radius:1.2rem;background:#12090c;box-shadow:0 22px 70px #00000059;scroll-snap-align:start}.experience-card img,.experience-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.experience-card img{object-fit:cover;transition:transform .7s ease}.experience-card:hover img{transform:scale(1.035)}.experience-card-overlay{background:linear-gradient(180deg,#07050505,#0705056b 42%,#070505eb),radial-gradient(circle at 50% 18%,rgba(216,177,111,.14),transparent 16rem)}.experience-card-copy{position:absolute;right:1.1rem;bottom:1.1rem;left:1.1rem}.experience-card-copy span,.experience-meta{color:var(--gold-bright);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.experience-card-copy h3{margin-top:.65rem;font-size:clamp(1.7rem,2.6vw,2.55rem);line-height:.98}.experience-card-copy p{margin:.7rem 0 0;color:#f7eddfc2;font-size:.94rem;line-height:1.55}.experience-card-copy .experience-meta{margin-top:.7rem;color:#f0d49ac7}.step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(225,188,128,.16);border-bottom:1px solid rgba(225,188,128,.16)}.step-card{min-height:15rem;padding:clamp(1.4rem,3vw,2.2rem);border:0;border-right:1px solid rgba(225,188,128,.13);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.step-card:last-child{border-right:0}.card-number{color:var(--gold-bright);font-size:.72rem;font-weight:900}.step-card h3,.feature-card h3,.faq-list h3{margin-top:1rem;font-size:clamp(1.45rem,2.2vw,2.05rem);line-height:1.02}.step-card p,.feature-card p,.faq-list p,.final-cta-panel p,.footer-copy{color:var(--text-secondary)}.step-card p,.feature-card p,.faq-list p{margin:.85rem 0 0;line-height:1.75}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(225,188,128,.16)}.feature-card{min-height:11rem;padding:1.45rem 1.35rem 1.55rem 0;border:0;border-bottom:1px solid rgba(225,188,128,.16);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.feature-card:first-child{grid-column:auto}.feature-icon{display:none}.feature-card h3{margin-top:0;color:var(--gold-bright);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;font-weight:760;letter-spacing:.16em;text-transform:uppercase}.faq-section{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}.faq-list{display:grid;gap:0;border-top:1px solid rgba(225,188,128,.16)}.faq-list article{padding:1.5rem 0;border-bottom:1px solid rgba(225,188,128,.16)}.faq-list h3{margin-top:0}.final-cta{padding-bottom:4rem}.final-cta-panel{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(20rem,.65fr);gap:clamp(2rem,5vw,4rem);align-items:center;overflow:hidden;border-radius:1.6rem;padding:clamp(1.5rem,5vw,3.4rem);background:linear-gradient(120deg,#070505e6,#2a0d14c2),radial-gradient(circle at 88% 22%,rgba(216,177,111,.18),transparent 18rem)}.final-cta-panel:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#070505f0,#070505c2),url(/hero.png) 82% center / cover;opacity:.28;content:""}.final-cta-panel h2{max-width:12ch}.final-cta-panel p{max-width:38rem;margin:1rem 0 0;font-size:1.04rem;line-height:1.78}.waitlist-form{min-width:min(100%,26rem)}.waitlist-row{display:flex;gap:.75rem}.waitlist-input{flex:1 1 15rem;min-width:0;min-height:3.35rem;padding:0 1rem;border:1px solid rgba(225,188,128,.22);border-radius:999px;background:#f7eddf0e;color:var(--text-primary);font:inherit}.waitlist-input::placeholder{color:#c9b7a2c7}.waitlist-input:focus{outline:none;border-color:#f0d49a94;box-shadow:0 0 0 3px #d8b16f1f}.waitlist-button{flex:0 0 auto}.waitlist-message{margin:.7rem 0 0;font-size:.92rem;line-height:1.6}.waitlist-message-idle,.waitlist-message-submitting{color:var(--text-secondary)}.waitlist-message-success{color:var(--gold-bright)}.waitlist-message-error{color:#efb2a9}.auth-callback-page{min-height:100vh;display:grid;place-items:center;padding:2rem 0}.auth-callback-card{width:min(34rem,calc(100% - 2rem));padding:clamp(2rem,6vw,3.5rem);text-align:center}.auth-callback-title{max-width:none;margin-top:.8rem;font-size:clamp(2.8rem,8vw,4.8rem);line-height:.96}.auth-callback-copy{max-width:28rem;margin:1rem auto 0;color:var(--text-secondary);font-size:1.02rem}.auth-callback-status,.auth-callback-help{margin:1.5rem auto 0;color:var(--text-muted);font-size:.95rem}.auth-callback-button{min-width:13rem;margin-top:1.6rem}.legal-header{padding-top:.5rem}.legal-page{padding:2rem 0 3rem}.legal-card{padding:clamp(1.5rem,4vw,3rem);border-radius:1.6rem}.legal-title{max-width:none;margin-top:.8rem;font-size:clamp(2.7rem,5vw,4.4rem);line-height:.95}.legal-intro,.legal-updated{color:var(--text-secondary)}.legal-intro{max-width:44rem;margin:1rem 0 0;font-size:1.05rem;line-height:1.85}.legal-updated{margin:1rem 0 0;font-size:.95rem}.legal-sections{display:grid;gap:1.8rem;margin-top:2rem}.legal-section h2{margin:0;font-size:clamp(1.5rem,3vw,2.05rem);line-height:1.05}.legal-section p{margin:.85rem 0 0;max-width:54rem;color:var(--text-secondary);line-height:1.85;white-space:pre-line}.site-footer{padding:0 0 2.5rem}.site-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding-top:1rem;border-top:1px solid rgba(225,188,128,.14)}.footer-copy{margin:.55rem 0 0;max-width:28rem;font-size:.95rem}.footer-logo{width:9.8rem;height:auto}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:1rem 1.25rem}.footer-links a{color:var(--text-secondary);font-size:.92rem}.footer-links-legal{flex:0 1 auto}@media (max-width: 980px){.site-header{top:0;width:100%;padding:0}.nav{border-radius:0;border-right:0;border-left:0}.nav-links{display:none}.hero{padding-top:.85rem}.hero-stage{min-height:auto}.hero-stage:before{top:2rem;right:-4rem;width:18rem;height:18rem}.hero-picture{position:relative;display:block;height:clamp(21rem,48vw,32rem)}.hero-gradient{background:linear-gradient(180deg,#07050514,#070505f2),radial-gradient(circle at 74% 12%,rgba(240,212,154,.14),transparent 18rem),linear-gradient(90deg,#0705056b,#0705051a)}.hero-copy{width:100%;min-height:0;padding:clamp(1.6rem,6vw,3rem)}h1{max-width:10ch;font-size:clamp(3.6rem,11vw,6.4rem)}.split-section,.faq-section,.final-cta-panel,.experiences-heading,.feature-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr;border-bottom:0}.step-card{min-height:auto;border-right:0;border-bottom:1px solid rgba(225,188,128,.13)}.experience-rail{grid-template-columns:repeat(6,minmax(15.5rem,18rem));margin-right:-1rem;padding-right:1rem}.site-footer-inner{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}}@media (max-width: 680px){.hero,.section,.editorial-pause,.legal-header,.legal-page,.site-footer{width:min(100% - 1.2rem,42rem)}.nav{min-height:3.8rem;padding:.58rem .65rem}.brand img{width:8.3rem}.nav-cta{min-height:2.65rem;padding-inline:.95rem;font-size:.86rem}.hero-stage{border-radius:1.25rem}.hero-picture{height:24rem}.hero-image{object-position:73% center}h1{font-size:clamp(3rem,15vw,4.7rem)}.section{padding:3.4rem 0}.editorial-pause{padding:4.4rem 0 3.2rem}.section-heading h2,.final-cta h2{max-width:none;font-size:clamp(2.45rem,12vw,4rem)}.centered-heading{text-align:left}.line-list{font-size:clamp(1.35rem,8vw,1.9rem)}.step-card,.final-cta-panel,.legal-card{border-radius:1rem}.experience-card{min-height:27rem}.feature-grid{grid-template-columns:1fr}.waitlist-row{flex-direction:column}.waitlist-button,.cta-row .button{width:100%}.nav-legal{align-items:flex-start;flex-direction:column;border-radius:1rem}.footer-links-legal{justify-content:flex-start}}
