.landing-page{scroll-behavior:smooth;height:100dvh;position:relative;overflow:hidden auto}.landing-page__grid{background-image:linear-gradient(var(--accent-glow-faint) 1px, transparent 1px), linear-gradient(90deg, var(--accent-glow-faint) 1px, transparent 1px);opacity:.55;pointer-events:none;z-index:0;background-size:64px 64px;position:fixed;inset:0}.landing-particles{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.landing-particle{background:var(--accent);will-change:transform, opacity;animation:landing-particle-float var(--dur) linear infinite, landing-particle-drift var(--drift-dur) ease-in-out infinite, landing-particle-fade var(--dur) ease-in-out infinite;animation-delay:var(--delay);border-radius:50%;position:absolute}.landing-particle--glow{filter:blur(1px);box-shadow:0 0 6px #e8a87c4d}@keyframes landing-particle-float{0%{transform:translateY(0)}to{transform:translateY(calc(-100vh - 20px))}}@keyframes landing-particle-drift{0%,to{margin-left:0}25%{margin-left:var(--drift-x)}75%{margin-left:calc(var(--drift-x) * -1)}}@keyframes landing-particle-fade{0%{opacity:0}10%{opacity:var(--max-opacity)}50%{opacity:var(--max-opacity,.15)}90%{opacity:var(--max-opacity)}to{opacity:0}}@media (max-width:768px){.landing-particle:nth-child(n+20){display:none}}.landing-ambient{pointer-events:none;z-index:0;opacity:0;border-radius:50%;animation:40s ease-in-out infinite landing-ambient-drift;position:fixed}.landing-ambient--1{opacity:.05;background:radial-gradient(circle,#e8a87c0f 0%,#0000 70%);width:700px;height:700px;animation-duration:45s;top:5%;left:20%}.landing-ambient--2{opacity:.04;background:radial-gradient(circle,#e8a87c0d 0%,#0000 70%);width:500px;height:500px;animation-duration:55s;animation-delay:-15s;top:50%;right:10%}.landing-ambient--3{opacity:.04;background:radial-gradient(circle,#e8a87c0d 0%,#0000 70%);width:600px;height:600px;animation-duration:50s;animation-delay:-30s;bottom:5%;left:30%}@keyframes landing-ambient-drift{0%,to{opacity:.04;transform:translate(0)scale(1)}25%{opacity:.06;transform:translate(30px,-20px)scale(1.05)}50%{opacity:.04;transform:translate(-20px,30px)scale(.95)}75%{opacity:.05;transform:translate(15px,15px)scale(1.03)}}.landing-reveal{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(30px)}.landing-reveal.landing-visible{opacity:1;transform:translateY(0)}.landing-reveal-child{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(20px)}.landing-reveal-child.landing-visible{opacity:1;transform:translateY(0)}.landing-nav{z-index:100;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:.875rem 2rem;transition:background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav.landing-nav--scrolled{-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border);background:#101014bf}.landing-nav__left{cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;padding:0;display:flex}.landing-nav__logo{object-fit:contain;border-radius:12px;width:64px;height:64px}.landing-nav__brand{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text);letter-spacing:.04em;font-size:1.2rem;font-weight:600}.landing-nav__links{align-items:center;gap:4rem;display:flex}.landing-nav__link{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-muted);letter-spacing:.01em;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .2s}.landing-nav__link:hover{color:var(--accent)}.landing-nav__cta{isolation:isolate;cursor:pointer;font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.05em;color:var(--accent);background:linear-gradient(#1e1713b3,#0b0908d9);border:none;border-radius:9px;align-items:center;gap:.35rem;padding:.5rem 1.15rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .3s .1s,box-shadow .4s,transform .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffebd70f}.landing-nav__cta:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:2;filter:brightness(.92);background:linear-gradient(#ffe0c44d,#e8a87c21 45%,#e8a87c0d);padding:1px;transition:filter .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-nav__cta:hover{color:#fff1e6;transform:translateY(-1px);box-shadow:inset 0 1px #ffebd71f,0 3px 14px #e8a87c29}.landing-nav__cta:hover:before{filter:brightness(1.9)}.landing-hero{z-index:2;justify-content:center;align-items:flex-end;min-height:100vh;padding:0 3rem 5rem;display:flex;position:relative;overflow:visible}.landing-hero__orb-stage{z-index:1;position:absolute;top:37.5%;left:50%;transform:translate(-50%,-50%)}.landing-hero__text{z-index:3;text-align:center;max-width:1050px;position:relative}.landing-hero__headline{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text);letter-spacing:-.015em;text-shadow:0 2px 30px #09090b80;margin-bottom:1.25rem;font-size:clamp(2rem,3.4vw,2.9rem);font-weight:400;line-height:1.2}.landing-hero__word{opacity:0;will-change:transform, opacity;margin-right:.26em;display:inline-block}.landing-hero__sub{font-family:var(--font-body), "Outfit", sans-serif;opacity:0;color:var(--text-secondary);text-shadow:0 1px 18px #09090b73;max-width:540px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.7}.landing-hero__actions{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.landing-hero__orb-wrap{opacity:0;will-change:transform, opacity;width:500px;height:500px;animation:8s ease-in-out infinite landing-orb-float;position:relative}@keyframes landing-orb-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing-hero__orb-glow{filter:blur(60px);background:radial-gradient(circle,#e8a87c40 0%,#d4956b1f 25%,#b87a550d 45%,#0000 65%);border-radius:50%;animation:6s ease-in-out infinite landing-gentle-pulse;position:absolute;inset:-100%}.landing-hero__orb-solid{pointer-events:none;z-index:1;background:radial-gradient(circle at 35% 35%,#fad7af8c 0%,#e8a87c66 15%,#d291644d 30%,#b87a5533 50%,#643c1e1a 70%,#0000 85%);border-radius:50%;width:370px;height:370px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset -20px -20px 50px #00000059,inset 8px 8px 25px #fad7af1a,0 0 80px #e8a87c33,0 0 160px #e8a87c1f}.landing-hero__orb-canvas{z-index:2;display:block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.landing-btn-primary,.landing-btn-large{isolation:isolate;cursor:pointer;font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.05em;color:var(--accent);background:linear-gradient(#241c1899,#0e0b0ad1);border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:color .3s,box-shadow .4s,transform .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000080,inset 0 1px #ffebd70d}.landing-btn-primary:before,.landing-btn-large:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:2;background:linear-gradient(#ffe0c461,#e8a87c26 45%,#e8a87c0d);padding:1px;transition:filter .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-btn-primary:hover:before,.landing-btn-large:hover:before{filter:brightness(1.9)}.landing-btn-primary svg,.landing-btn-large svg{z-index:1;transition:transform .35s cubic-bezier(.22,.8,.32,1);position:relative}.landing-btn-primary:hover svg,.landing-btn-large:hover svg{transform:translate(4px)}.landing-btn-primary:hover,.landing-btn-large:hover{color:#fff1e6;transform:translateY(-1px);box-shadow:0 5px 18px #e8a87c26,inset 0 1px #ffebd71a}.landing-btn__spark{pointer-events:none;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}.landing-btn__label{z-index:1;align-items:center;gap:.4rem;display:inline-flex;position:relative}.landing-btn-primary{border-radius:10px;gap:.45rem;padding:.7rem 1.7rem;font-size:.92rem}.landing-btn-secondary{isolation:isolate;cursor:pointer;font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.05em;color:var(--text-secondary);background:linear-gradient(#1a151280,#0b0908a6);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;padding:.7rem 1.7rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:color .3s,box-shadow .4s,transform .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffebd70a}.landing-btn-secondary:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:2;filter:brightness(.85);background:linear-gradient(#e8a87c38,#784a2e1f 60%,#503e341f);padding:1px;transition:filter .35s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-btn-secondary:hover:before{filter:brightness(1.6)}.landing-btn-secondary:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;z-index:-1;background:radial-gradient(105% 130% at 50% 140%,#e8a87c33,#0000 66%);transition:opacity .45s;position:absolute;inset:0}.landing-btn-secondary:hover:after{opacity:1}.landing-btn-secondary:hover{color:#f2e0d0;transform:translateY(-1px);box-shadow:0 5px 18px #e8a87c1a}.landing-sim{z-index:2;flex-direction:column;justify-content:center;max-width:1320px;min-height:90vh;margin:0 auto;padding:6rem 2.5rem 3rem;display:flex;position:relative}.landing-sim__inner{grid-template-columns:.8fr 1.2fr;align-items:center;gap:4rem;display:grid}@media (max-width:900px){.landing-sim__inner{grid-template-columns:1fr;gap:2.5rem}}.landing-sim__eyebrow{font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.landing-sim__title{font-family:var(--font-display), "Urbanist", sans-serif;letter-spacing:-.015em;color:var(--text);margin-bottom:1rem;font-size:clamp(1.75rem,2.6vw,2.4rem);font-weight:400;line-height:1.15}.landing-sim__lead{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);max-width:42ch;font-size:1rem;line-height:1.7}.landing-sim__panel{flex-direction:column;display:flex}.landing-sim__window{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);box-shadow:0 30px 80px #00000073, 0 0 60px var(--accent-glow-faint);background:#101014cc;border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.landing-sim__bar{border-bottom:1px solid var(--border);background:#ffffff05;align-items:center;gap:.4rem;padding:.75rem 1rem;display:flex}.landing-sim__dot{background:var(--border-input);border-radius:50%;width:10px;height:10px}.landing-sim__bar-label{font-family:var(--font-display), "Urbanist", sans-serif;letter-spacing:.08em;color:var(--text-muted);margin-left:auto;font-size:.8rem}.landing-sim__body{opacity:0;flex-direction:column;flex:1;gap:.85rem;min-height:0;padding:0 1.5rem;transition:min-height .55s cubic-bezier(.22,.8,.32,1),opacity .45s ease-out .1s,padding .5s;display:flex;overflow:hidden}.landing-sim__window--open .landing-sim__body{opacity:1;min-height:420px;padding:1.5rem}.landing-sim__window--booted .landing-sim__body{overflow-y:auto}.landing-sim__boot-in{animation:.4s ease-out both landing-sim-boot-in}.landing-sim__greet-in{animation:.4s ease-out both landing-sim-boot-in;display:inline-block}@keyframes landing-sim-boot-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.landing-sim__body{transition:none}.landing-sim__boot-in,.landing-sim__greet-in{animation:none}}.landing-sim__msg{border-radius:14px;max-width:88%;padding:.7rem 1rem;font-size:.95rem;line-height:1.5}.landing-sim__msg--user{background:linear-gradient(135deg, var(--accent), var(--accent-deep));color:var(--bg);border-bottom-right-radius:4px;align-self:flex-end}.landing-sim__msg--val{background:var(--bg-surface);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px;align-self:flex-start;align-items:center;gap:.6rem;display:flex}.landing-sim__typing{flex-shrink:0;gap:3px;display:inline-flex}.landing-sim__typing i{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite landing-sim-typing}.landing-sim__typing i:nth-child(2){animation-delay:.2s}.landing-sim__typing i:nth-child(3){animation-delay:.4s}@keyframes landing-sim-typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.landing-sim__note{color:var(--text-muted);align-self:flex-start;font-size:.8rem;font-style:italic}.landing-sim__chips{flex-wrap:wrap;gap:.5rem;margin-top:.15rem;display:flex}.landing-sim__chip{border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-body), "Outfit", sans-serif;cursor:pointer;background:#ffffff08;border-radius:999px;padding:.45rem .85rem;font-size:.82rem;transition:border-color .2s,color .2s,background .2s,transform .2s}.landing-sim__chip:hover{border-color:var(--border-input-focus);color:var(--text);background:var(--accent-glow-faint);transform:translateY(-1px)}.landing-sim__composer{border-top:1px solid var(--border);background:#ffffff04;align-items:center;gap:.5rem;padding:.7rem .8rem;transition:box-shadow .25s;display:flex}.landing-sim__composer:focus-within{box-shadow:0 -12px 32px var(--accent-glow-faint)}.landing-sim__composer-input{min-width:0;color:var(--text);font-family:var(--font-body), "Outfit", sans-serif;background:0 0;border:none;outline:none;flex:1;padding:.4rem .5rem;font-size:.98rem}.landing-sim__composer-input::placeholder{color:var(--text-muted)}.landing-sim__composer-send{background:linear-gradient(135deg, var(--accent), var(--accent-deep));width:40px;height:40px;color:var(--bg);cursor:pointer;border:none;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;transition:box-shadow .25s,transform .25s;display:inline-flex}.landing-sim__composer-send:hover{box-shadow:0 0 24px var(--accent-glow-strong);transform:translateY(-1px)}.landing-sim__bar-logo{object-fit:contain;mix-blend-mode:screen;filter:contrast(1.5)brightness(1.12)saturate(1.15);width:auto;height:26px;margin-left:auto}.landing-sim__row{align-self:flex-start;align-items:flex-start;gap:.55rem;max-width:90%;display:flex}.landing-sim__row .landing-sim__msg--val{max-width:100%}.landing-sim__avatar{width:28px;height:28px;font-family:var(--font-display), "Urbanist", sans-serif;color:var(--accent);background:var(--accent-glow-faint);border:1px solid var(--border);border-radius:50%;flex-shrink:0;place-items:center;margin-top:2px;font-size:.85rem;font-weight:600;display:grid}.landing-sim__reset{border:1px solid var(--border);color:var(--text-secondary);font-family:var(--font-body), "Outfit", sans-serif;cursor:pointer;background:0 0;border-radius:999px;align-self:flex-start;margin-top:.35rem;padding:.35rem .8rem;font-size:.8rem;transition:border-color .2s,color .2s,background .2s}.landing-sim__reset:hover{border-color:var(--border-input-focus);color:var(--text);background:var(--accent-glow-faint)}.landing-sim__beats{flex-direction:column;flex:1;align-items:flex-start;gap:.55rem;min-width:0;display:flex}.landing-sim__plan{border:1px solid var(--border);background:var(--bg-surface);border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:100%;padding:.85rem 1rem}.landing-sim__plan-chip{font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-glow-faint);border:1px solid var(--border);border-radius:999px;margin-bottom:.7rem;padding:.2rem .6rem;font-size:.68rem;font-weight:600;display:inline-block}.landing-sim__plan-steps{color:var(--text);flex-direction:column;gap:.42rem;margin:0;padding-left:1.15rem;font-size:.9rem;line-height:1.45;display:flex}.landing-sim__plan-steps li::marker{color:var(--accent);font-weight:600}.landing-sim__plan-steps--lenses{padding-left:0;list-style:none}.landing-sim__plan-steps--lenses li{padding-left:.9rem;position:relative}.landing-sim__plan-steps--lenses li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.landing-sim__cta{flex-wrap:wrap;gap:.5rem}.landing-sim__cta-link{color:var(--accent);white-space:nowrap;font-weight:600;text-decoration:none}.landing-sim__cta-link:hover{text-decoration:underline}.landing-section{z-index:2;max-width:1100px;margin:0 auto;padding:6rem 2rem;position:relative}.landing-section--kept{padding-bottom:3rem}.landing-section--wide{max-width:1200px}.landing-section__title{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text);letter-spacing:-.01em;text-align:center;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400}.landing-section__title--accent{color:var(--accent)}.landing-section__sub{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);text-align:center;max-width:640px;margin:0 auto 3rem;font-size:1rem;line-height:1.7}.landing-pain__cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.landing-pain__card{background:var(--bg-raised);border:1px solid var(--border);border-left:2px solid var(--accent);border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.landing-pain__card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;opacity:0;background:linear-gradient(135deg,#e8a87c1f,#ffffff08);border-radius:16px;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-pain__card:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff0a,0 0 30px #e8a87c0d}.landing-pain__card:hover:before{opacity:1}.landing-pain__quote{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text);font-size:.95rem;font-style:italic;line-height:1.7}.landing-pain__quote:before{content:"“";color:var(--accent);vertical-align:-.3em;margin-right:.15em;font-size:1.5rem;line-height:0}.landing-pain__stat{text-align:center;color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:1rem;line-height:1.7}.landing-pain__stat strong{color:var(--text);font-weight:600}.landing-thoughts{z-index:2;padding:2vh 2rem 4vh;position:relative}.landing-thoughts:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0505078c 20%,#05050799 55%,#05050740 85%,#0000 100%);position:absolute;inset:0}.landing-thoughts__voicebox{z-index:1;min-height:5.5rem;position:relative}.landing-thoughts__voicebox--top{margin-bottom:-2.1rem}.landing-thoughts__voicebox--bottom{margin-top:-2.1rem}.landing-thoughts__voice{text-align:left;opacity:0;pointer-events:none;will-change:opacity, transform;flex-direction:column;gap:.4rem;display:flex;position:absolute}.landing-thoughts__voice--bl{top:0;left:28%;right:4%}.landing-thoughts__voice--br{top:0;left:48%;right:0}.landing-thoughts__voice--al{bottom:0;left:28%;right:4%}.landing-thoughts__voice--ar{bottom:0;left:48%;right:0}.landing-thoughts__voice-time{font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.2em;color:var(--accent);font-variant-numeric:tabular-nums;font-size:.62rem;font-weight:500}.landing-thoughts__voice-text{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);font-size:1rem;font-style:italic;font-weight:300;line-height:1.55}.landing-thoughts__voice-text:before{content:"“";color:var(--accent);opacity:.55;margin-right:.1em}.landing-thoughts__closer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;min-height:90vh;padding-top:5rem;padding-bottom:6vh;display:flex;position:relative}.landing-thoughts__statwrap,.landing-thoughts__verdict{opacity:0;transition:opacity 1.1s ease-out,transform 1.1s ease-out;transform:translateY(14px)}.landing-thoughts__closer--on .landing-thoughts__statwrap{opacity:1;transition-delay:.1s;transform:none}.landing-thoughts__closer--on .landing-thoughts__verdict{opacity:1;transform:none}.landing-thoughts__closer--on .landing-thoughts__verdict:first-child{transition-delay:1.5s}.landing-thoughts__closer--on .landing-thoughts__verdict:nth-child(2){transition-delay:1.95s}.landing-thoughts__closer--on .landing-thoughts__verdict:nth-child(3){transition-delay:2.4s}.landing-thoughts__stat{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);max-width:36ch;margin:0;font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.7}.landing-thoughts__statwrap{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(3rem,6vw,5.5rem);width:100%;max-width:1120px;display:grid}.landing-thoughts__statcol{text-align:left;flex-direction:column;gap:1.4rem;display:flex}.landing-thoughts__bignum{font-family:var(--font-display), "Urbanist", sans-serif;letter-spacing:-.03em;color:var(--accent);font-variant-numeric:tabular-nums;text-shadow:0 0 44px #e8a87c29;align-items:flex-start;font-size:clamp(5.4rem,8.5vw,8rem);font-weight:200;line-height:.95;display:flex}.landing-thoughts__bignum i{opacity:.75;margin-top:.3em;margin-left:.07em;font-size:.32em;font-style:normal;font-weight:300}.landing-thoughts__stat{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text-secondary);text-wrap:balance;max-width:24ch;margin:0;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:300;line-height:1.5}.landing-thoughts__stat em{color:var(--accent);font-style:normal}.landing-thoughts__world{flex-direction:column;justify-self:center;gap:0;width:min(clamp(400px,42vw,560px),60vh);display:flex}.landing-thoughts__sphere{aspect-ratio:1;width:100%;position:relative}.landing-thoughts__sphere:before{content:"";filter:blur(30px);background:radial-gradient(circle,#e8a87c12 0%,#e8a87c08 45%,#0000 70%);border-radius:50%;position:absolute;inset:-10%}.landing-thoughts__verdicts{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;justify-content:flex-start;gap:1.5rem;margin:.4rem 0 0;font-size:.8rem;font-weight:500;display:flex}.landing-sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.landing-thoughts{padding:2vh 1.25rem 3vh}.landing-thoughts__voicebox{min-height:7rem}.landing-thoughts__voicebox--top{margin-bottom:-.8rem}.landing-thoughts__voicebox--bottom{margin-top:-.8rem}.landing-thoughts__voice--bl,.landing-thoughts__voice--al{left:8%;right:0}.landing-thoughts__voice--br,.landing-thoughts__voice--ar{left:38%;right:0}.landing-thoughts__voice-text{font-size:.86rem}.landing-thoughts__statwrap{grid-template-columns:1fr;gap:2.5rem}.landing-thoughts__world{width:min(330px,84vw,56vh)}.landing-thoughts__bignum{font-size:4.2rem}.landing-thoughts__stat{font-size:1.2rem}}@media (prefers-reduced-motion:reduce){.landing-thoughts__statwrap,.landing-thoughts__verdict{transition:none}}.landing-section--journey{padding-top:3.5rem}.landing-section--journey .landing-section__title{text-align:right;max-width:78%;margin:0 2% 1rem auto}.landing-section--journey .landing-section__sub{text-align:right;max-width:46ch;margin:0 2% 0 auto}.landing-journey{max-width:1200px;height:540px;margin:40px auto 0;position:relative}.landing-journey canvas{width:100%;height:100%;display:block}.landing-journey__note{text-align:left;opacity:0;pointer-events:none;will-change:opacity, transform;flex-direction:column;gap:.3rem;max-width:24ch;display:flex;position:absolute}.landing-journey__note--n1{top:-4%;left:11%}.landing-journey__note--n2{top:43%;left:0}.landing-journey__note--n3{top:24%;left:49%}.landing-journey__note--n4{top:60%;left:56%}.landing-journey__note--n5{top:83%;left:85%}.landing-journey__note-title{font-family:var(--font-display), "Urbanist", sans-serif;letter-spacing:-.01em;color:var(--accent);font-size:1.1rem;font-weight:500;line-height:1.25}.landing-journey__note-text{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);font-size:.93rem;font-weight:300;line-height:1.55}.landing-section--lens{padding-top:4rem}.landing-section--lens .landing-section__title{text-align:left;max-width:56%;margin:0 auto 1rem 2%}.landing-section--lens .landing-section__sub{text-align:left;max-width:46ch;margin:0 auto 0 2%}.landing-lens{max-width:1200px;height:520px;margin:24px auto 0;position:relative}.landing-lens canvas{width:100%;height:100%;display:block}.landing-lens__zone{z-index:2;width:30%;position:absolute;top:0;bottom:0}.landing-lens__zone--l{left:0}.landing-lens__zone--r{right:0}.landing-lens__note{text-align:left;opacity:0;pointer-events:none;will-change:opacity, transform;flex-direction:column;gap:.35rem;max-width:26ch;display:flex;position:absolute}.landing-lens__note--n1{top:34%;left:0}.landing-lens__note--n2{top:33%;left:80%}.landing-lens__note-step{font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);opacity:.8;font-size:.66rem;font-weight:600}.landing-lens__note-name{font-family:var(--font-display), "Urbanist", sans-serif;letter-spacing:.01em;color:var(--text);font-size:clamp(1.45rem,1.9vw,1.85rem);font-weight:300;line-height:1.1;transition:color .6s,text-shadow .6s}.landing-lens__note-glyph{opacity:.5;margin:.2rem 0 .25rem;transition:opacity .6s;display:block}.landing-lens__note-text{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);max-width:28ch;font-size:.92rem;font-weight:300;line-height:1.55}.landing-lens__note--on .landing-lens__note-name{color:#ffe2c3;text-shadow:0 0 26px #e8a87c59}.landing-lens__note--on .landing-lens__note-glyph{opacity:.95}.landing-lens__hint{font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.04em;color:var(--text-muted);opacity:0;pointer-events:none;white-space:nowrap;font-size:.74rem;font-weight:300;transition:opacity 1.2s;position:absolute;bottom:-1.6rem;left:50%;transform:translate(-50%)}.landing-section--orbit{padding-top:2rem;padding-bottom:4.5rem}.landing-orbit{--orbit-radius:260px;width:calc(var(--orbit-radius) * 2 + 140px);height:calc(var(--orbit-radius) * 2 + 140px);margin:0 auto 1.5rem;position:relative}.landing-orbit__ring{width:calc(var(--orbit-radius) * 2);height:calc(var(--orbit-radius) * 2);pointer-events:none;border:1px solid #e8a87c26;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-orbit__ring:before{content:"";border:1px solid #e8a87c0f;border-radius:50%;position:absolute;inset:30px}.landing-orbit__ring:after{content:"";border:1px solid #e8a87c0f;border-radius:50%;position:absolute;inset:-25px}.landing-orbit__band{pointer-events:none;z-index:1;position:absolute;inset:0;width:100%!important;height:100%!important}.landing-orbit__center{text-align:center;z-index:2;width:260px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-orbit__default{flex-direction:column;align-items:center;gap:.35rem;display:flex}.landing-orbit__default-num{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--accent);opacity:.7;font-size:4.5rem;font-weight:300;line-height:1}.landing-orbit__default-title{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text);letter-spacing:.02em;font-size:1.35rem;font-weight:500}.landing-orbit__default-sub{color:var(--text-muted);margin-top:.3rem;font-size:.9rem;line-height:1.5}.landing-orbit__detail{animation:.2s ease-out orbitFadeIn}@keyframes orbitFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.landing-orbit__detail-index{font-family:var(--font-display), "Urbanist", sans-serif;color:#e8a87c33;margin-bottom:.35rem;font-size:1.5rem;font-weight:700;display:block}.landing-orbit__detail-name{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--accent);margin:0 0 .5rem;font-size:1.4rem;font-weight:600}.landing-orbit__detail-desc{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.6}.landing-orbit__node{transform:translate(calc(var(--orbit-x) * var(--orbit-radius) - 50%), calc(var(--orbit-y) * var(--orbit-radius) - 50%));z-index:3;cursor:pointer;transition:transform .3s;position:absolute;top:50%;left:50%}.landing-orbit__node-name{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text-secondary);white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#09090bcc;border:1px solid #e8a87c26;border-radius:20px;padding:.45rem 1rem;font-size:.8rem;font-weight:500;transition:all .3s;display:block;box-shadow:0 0 12px #e8a87c0a}.landing-orbit__node:hover .landing-orbit__node-name,.landing-orbit__node--active .landing-orbit__node-name{color:var(--accent);background:#e8a87c14;border-color:#e8a87c73;box-shadow:0 0 24px #e8a87c26}.landing-orbit__domains{text-align:center;opacity:0;pointer-events:none;will-change:opacity, transform;z-index:2;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;top:99%;left:0;right:0}.landing-orbit__domains-step{font-family:var(--font-body), "Outfit", sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);opacity:.8;font-size:.66rem;font-weight:600}.landing-orbit__domains-text{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text-secondary);white-space:nowrap;font-size:.85rem;font-weight:300;line-height:1.6}.landing-kept{width:100%;max-width:1160px;height:560px;margin:1.5rem auto 0;position:relative}.landing-kept canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.landing-kept__note{opacity:0;pointer-events:none;position:absolute}.landing-kept__note--n1{text-align:left;max-width:24rem;top:36%;left:3%}.landing-kept__note--n2{text-align:left;max-width:21rem;top:12%;left:68%}.landing-kept__note--n3{text-align:left;max-width:23rem;top:78%;left:56%}.landing-kept__text{font-family:var(--font-body), "Outfit", sans-serif;color:var(--text);opacity:.92;font-size:1.18rem;font-style:italic;font-weight:300;line-height:1.65}.landing-kept__text em{color:var(--accent);font-style:normal;font-weight:400}.landing-kept__source{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-top:.6rem;font-size:.68rem;font-style:normal;font-weight:500}.landing-cta{z-index:2;text-align:center;padding:4rem 2rem 8rem;position:relative;overflow:hidden}.landing-cta__glow{pointer-events:none;filter:blur(40px);opacity:0;background:radial-gradient(#e8a87c1f 0%,#e8a87c0a 40%,#0000 70%);width:700px;height:500px;position:absolute;top:200px;left:50%;transform:translate(-50%,-50%)}.landing-cta__stage{max-width:1000px;margin:0 auto;position:relative}.landing-cta__stage canvas{pointer-events:none;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.landing-cta__orbspace{height:400px}.landing-cta__content{z-index:2;position:relative}.landing-cta__headline{font-family:var(--font-display), "Urbanist", sans-serif;color:var(--text);letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400}.landing-cta__sub{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.landing-btn-large{border-radius:11px;gap:.5rem;padding:.82rem 2.1rem;font-size:1rem}.landing-cta__footer{color:var(--text-muted);margin-top:1.25rem;font-size:.85rem}.landing-footer{z-index:2;border-top:1px solid var(--border);max-width:1160px;margin:0 auto;padding:3.5rem 2.5rem 2rem;position:relative}.landing-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.landing-footer__brand{max-width:320px}.landing-footer__logo{object-fit:contain;border-radius:9px;width:44px;height:44px}.landing-footer__desc{color:var(--text-muted);margin-top:.9rem;font-size:.85rem;line-height:1.65}.landing-footer__cols{flex-wrap:wrap;gap:4rem;display:flex}.landing-footer__col{flex-direction:column;gap:.55rem;display:flex}.landing-footer__head{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);opacity:.8;margin-bottom:.25rem;font-size:.66rem;font-weight:500}.landing-footer__col a,.landing-footer__col button{text-align:left;cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;text-decoration:none;transition:color .25s}.landing-footer__col a:hover,.landing-footer__col button:hover{color:var(--text)}.landing-footer__base{border-top:1px solid var(--border);color:var(--text-muted);opacity:.8;margin-top:3rem;padding-top:1.5rem;font-size:.75rem}.landing-gather{z-index:200;background:var(--bg);pointer-events:auto;transition:background-color .55s;animation:.6s 4.2s forwards landing-gather-failsafe;position:fixed;inset:0}.landing-gather canvas{width:100%;height:100%;display:block;position:absolute;inset:0}.landing-gather--release{pointer-events:none;background-color:#0000}.landing-gather--gone{visibility:hidden}@keyframes landing-gather-failsafe{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.landing-gather{animation-delay:.25s}}.landing-btn-primary:focus-visible,.landing-btn-secondary:focus-visible,.landing-btn-large:focus-visible,.landing-nav__cta:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.landing-stat-accent{color:var(--accent);letter-spacing:-.01em;font-size:1.15em;font-weight:700}.landing-page::-webkit-scrollbar{width:6px}.landing-page::-webkit-scrollbar-track{background:0 0}.landing-page::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.landing-page::-webkit-scrollbar-thumb:hover{background:#ffffff1a}@keyframes landing-gentle-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}@media (max-width:1199px){.landing-orbit{--orbit-radius:220px}.landing-orbit__node-name{padding:.3rem .7rem;font-size:.72rem}}@media (max-width:960px){.landing-hero__text{text-align:center;max-width:100%}.landing-hero__sub{margin-left:auto;margin-right:auto}.landing-hero__actions{justify-content:center}.landing-hero__orb-wrap{width:350px;height:350px}.landing-hero__orb-solid{width:200px;height:200px}.landing-orbit{--orbit-radius:180px}.landing-orbit__node-name{padding:.25rem .6rem;font-size:.7rem}.landing-orbit__center{width:180px}.landing-orbit__detail-name{font-size:1.1rem}.landing-orbit__detail-desc{font-size:.8rem}}@media (max-width:768px){.landing-nav{padding:.75rem 1.25rem}.landing-nav__links{display:none}.landing-nav__brand{font-size:1rem}.landing-nav__logo{width:40px;height:40px}.landing-hero{align-items:flex-end;min-height:100svh;padding:0 1.25rem 3rem}.landing-hero__text{text-align:center;max-width:100%}.landing-hero__sub{margin-left:auto;margin-right:auto}.landing-hero__actions{flex-direction:column;justify-content:center;gap:.75rem}.landing-hero__orb-wrap{width:300px;height:300px}.landing-hero__orb-solid{width:220px;height:220px}.landing-hero__headline{font-size:clamp(2rem,7vw,2.75rem)}.landing-hero__sub{font-size:.95rem}.landing-btn-primary,.landing-btn-secondary{justify-content:center;width:100%}.landing-section{padding:4rem 1.25rem}.landing-section__title{font-size:clamp(1.5rem,5vw,2rem)}.landing-pain__cards{grid-template-columns:1fr}.landing-section--journey .landing-section__title,.landing-section--journey .landing-section__sub{text-align:center;max-width:none;margin-left:auto;margin-right:auto}.landing-section--journey .landing-section__sub{max-width:640px;margin-bottom:2rem}.landing-journey{height:500px;margin-top:.5rem}.landing-journey__note{max-width:15ch}.landing-journey__note--n1{top:0;left:12%}.landing-journey__note--n2{top:40%;left:0}.landing-journey__note--n3{top:22%;left:50%}.landing-journey__note--n4{top:58%;left:52%}.landing-journey__note--n5{top:83%;left:74%}.landing-journey__note-title{font-size:.98rem}.landing-journey__note-text{font-size:.8rem}.landing-section--lens .landing-section__title,.landing-section--lens .landing-section__sub{text-align:center;max-width:none;margin-left:auto;margin-right:auto}.landing-section--lens .landing-section__sub{max-width:640px}.landing-lens{height:480px;margin-top:.75rem}.landing-lens__note{max-width:16ch}.landing-lens__note--n1{top:1%;left:0}.landing-lens__note--n2{top:86%;left:54%}.landing-lens__note-text{font-size:.78rem}.landing-lens__note-name{font-size:1.3rem}.landing-lens__hint{display:none}.landing-orbit{--orbit-radius:130px}.landing-orbit__node-name{padding:.2rem .5rem;font-size:.65rem}.landing-orbit__center{width:140px}.landing-orbit__default-num{font-size:2.5rem}.landing-orbit__detail-name{font-size:1rem}.landing-orbit__detail-desc{font-size:.75rem}.landing-orbit__domains-text{white-space:normal;padding:0 1rem;font-size:.78rem}.landing-kept{height:620px;margin-top:.5rem}.landing-kept__note--n1{max-width:88%;top:18%;left:6%}.landing-kept__note--n2{max-width:88%;top:46%;left:6%}.landing-kept__note--n3{max-width:88%;top:74%;left:6%}.landing-kept__text{font-size:1.02rem;line-height:1.6}.landing-cta{padding:5rem 1.25rem}.landing-cta__orbspace{height:280px}.landing-cta__glow{top:140px}.landing-footer{padding:2.5rem 1.25rem 1.5rem}.landing-footer__cols{gap:2.25rem}.landing-btn-large{justify-content:center;width:100%;padding:.78rem 1.8rem;font-size:.98rem}}@media (max-width:480px){.landing-hero__orb-stage{display:none}}
