:root{--color-page:#0b0e15;--color-surface:#12161f;--color-surface-hover:#161b26;--color-hero-base:#151b3d;--color-text:#fff;--color-text-muted:#9aa0b5;--color-text-body:#8b90a3;--color-accent:#c2a24a;--color-ink:#0b0b14;--glass-bg:#ffffff12;--glass-bg-strong:#ffffff1f;--glass-border:#ffffff1a;--hairline:#ffffff12;--color-badge-navy:#1b2a6b;--font-display:"Poppins", "Segoe UI", system-ui, sans-serif;--font-body:"Space Grotesk", "Segoe UI", system-ui, sans-serif;--font-logo:"Archivo Black", "Poppins", system-ui, sans-serif;--text-hero:clamp(2.25rem, 4.4vw + .5rem, 3.5rem);--text-section:clamp(1.875rem, 2.6vw + .6rem, 2.75rem);--text-card-title:clamp(1.125rem, .6vw + 1rem, 1.375rem);--text-body:.9375rem;--text-small:.875rem;--text-eyebrow:.75rem;--page-max:1440px;--page-gutter:clamp(1.25rem, 3.5vw, 3rem);--radius-pill:999px;--radius-card:14px;--radius-nav:28px;--ease:cubic-bezier(.2, .7, .3, 1);--dur:.18s}*,:before,:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{background-color:var(--color-page);min-height:100dvh;color:var(--color-text);font-family:var(--font-body);font-size:var(--text-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}img,svg{max-width:100%;display:block}button,input{font:inherit;color:inherit}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.02em;font-weight:600;line-height:1.12}.container{width:100%;max-width:var(--page-max);padding-inline:var(--page-gutter);margin-inline:auto}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}:where(a,button,input):focus-visible{outline-offset:2px;outline:2px solid #7c8cff}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.pill-button{border-radius:var(--radius-pill);color:var(--color-ink);font-family:var(--font-body);font-size:var(--text-small);white-space:nowrap;cursor:pointer;transition:transform var(--dur) var(--ease), background-color var(--dur) var(--ease), opacity var(--dur) var(--ease);background:#fff;border:0;align-items:center;gap:.625rem;padding:.5rem .5rem .5rem 1.125rem;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.pill-button:not(.pill-button--with-arrow){padding:.6875rem 1.25rem}.pill-button:hover:not(:disabled){background:#f0f1f6;transform:translateY(-1px)}.pill-button:active:not(:disabled){transform:translateY(0)}.pill-button:disabled{cursor:not-allowed;opacity:.6}.pill-button__arrow{border-radius:var(--radius-pill);background:var(--color-badge-navy);color:#fff;width:1.5rem;height:1.5rem;transition:transform var(--dur) var(--ease);place-items:center;display:grid}.pill-button:hover .pill-button__arrow{transform:translate(1px,-1px)}.navbar{z-index:10;padding-top:clamp(1rem,2.6vh,1.75rem);position:absolute;inset:0 0 auto}.navbar__bar{border:1px solid var(--glass-border);border-radius:var(--radius-nav);background:var(--glass-bg);-webkit-backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem .875rem .875rem 1.625rem;display:flex}.navbar__logo{font-family:var(--font-logo);letter-spacing:.04em;color:var(--color-text);text-transform:uppercase;font-size:1.5rem;font-weight:400;text-decoration:none}@media (width<=40rem){.navbar{padding-top:.875rem}.navbar__bar{border-radius:20px;padding:.4375rem .4375rem .4375rem 1.0625rem}.navbar__logo{font-size:1.1875rem}.navbar .pill-button{padding:.375rem .375rem .375rem .875rem;font-size:.8125rem}.navbar .pill-button__arrow{width:1.375rem;height:1.375rem}}.waitlist{width:min(100%,25rem)}.waitlist__form{border:1px solid var(--glass-border);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(12px);transition:border-color var(--dur) var(--ease);background:#0c0e248c;align-items:center;gap:.5rem;padding:.375rem .375rem .375rem 1.125rem;display:flex}.waitlist__form:focus-within{border-color:#ffffff47}.waitlist__input{min-width:0;font-size:var(--text-small);color:var(--color-text);background:0 0;border:0;flex:1}.waitlist__input::placeholder{color:#ffffff73}.waitlist__input:focus{outline:none}.waitlist__honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.waitlist__submit{border-radius:var(--radius-pill);color:var(--color-ink);font-size:var(--text-small);white-space:nowrap;cursor:pointer;transition:background-color var(--dur) var(--ease);background:#fff;border:0;flex-shrink:0;padding:.625rem 1.125rem;font-weight:500;line-height:1}.waitlist__submit:hover:not(:disabled){background:#f0f1f6}.waitlist__submit:disabled{cursor:not-allowed;opacity:.7}.waitlist__message{min-height:1.25rem;margin-top:.75rem;font-size:.8125rem;line-height:1.4}.waitlist__message--success{color:#8fe0b0}.waitlist__message--error{color:#ff9d9d}@media (width<=30rem){.waitlist__form{border-radius:1.25rem;flex-direction:column;align-items:stretch;gap:.625rem;padding:.875rem}.waitlist__input{padding-inline:.375rem}.waitlist__submit{padding-block:.75rem}}.hero{isolation:isolate;background-color:var(--color-hero-base);flex-direction:column;justify-content:flex-end;min-height:min(100svh,52.875rem);padding-block:7rem clamp(3rem,7vh,5.5rem);display:flex;position:relative;overflow:hidden}.hero__backdrop{z-index:-1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__backdrop:after{content:"";--veil:.45;background:linear-gradient(115deg, #06081a73 0%, #06081a2e 50%, #06081a00 78%), linear-gradient(0deg, rgb(6 8 26/var(--veil)), rgb(6 8 26/var(--veil)));position:absolute;inset:0}.hero__inner{flex-direction:column;align-items:flex-start;display:flex}.hero__badge{border:1px solid var(--glass-border);border-radius:var(--radius-pill);background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);color:#ffffffeb;align-items:center;gap:.5rem;padding:.4375rem .9375rem;font-size:.8125rem;display:inline-flex}.hero__badge-dot{border-radius:var(--radius-pill);background:currentColor;width:.25rem;height:.25rem}.hero__title{font-size:var(--text-hero);margin-top:1.5rem;font-weight:600}.hero__title-accent{color:var(--color-text-muted);display:block}.hero__lede{color:#ffffffb8;max-width:30rem;font-size:var(--text-small);margin-top:1.25rem;line-height:1.7}.hero__inner>.waitlist{margin-top:2rem}.why{background:var(--color-page);padding-block:clamp(4rem,9vw,6.5rem) clamp(4rem,8vw,6rem)}.why__header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:clamp(2.5rem,5vw,4.5rem);display:flex}.why__eyebrow{color:var(--color-accent);font-size:var(--text-eyebrow);letter-spacing:.14em;text-transform:uppercase;font-weight:500}.why__title{font-size:var(--text-section);margin-top:1.25rem}.why__title span{display:block}.why__lede{max-width:42rem;color:var(--color-text-body);font-size:var(--text-small);margin-top:1rem;line-height:1.7}.why__cta{flex-shrink:0}.why__grid{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.benefit-card{border:1px solid var(--hairline);border-radius:var(--radius-card);background:var(--color-surface);min-height:19rem;transition:background-color var(--dur) var(--ease), border-color var(--dur) var(--ease);flex-direction:column;justify-content:space-between;gap:3rem;padding:1.75rem 1.5rem;display:flex}.benefit-card:hover{background:var(--color-surface-hover);border-color:#ffffff1f}.benefit-card__title{font-size:var(--text-card-title);letter-spacing:-.01em;font-weight:500}.benefit-card__body{color:var(--color-text-body);font-size:var(--text-small);line-height:1.75}@media (width<=48rem){.why__header{flex-direction:column;align-items:flex-start}.benefit-card{gap:1.5rem;min-height:0}}.about{padding-block:clamp(3rem,6vw,5rem) clamp(5rem,11vw,9rem)}.about__header{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:clamp(2rem,4vw,3.25rem);display:flex}.about__eyebrow{color:var(--color-accent);font-size:var(--text-eyebrow);letter-spacing:.14em;text-transform:uppercase;font-weight:500}.about__title{font-size:var(--text-section);margin-top:1.125rem}.about__title span{display:block}.about__lede{max-width:42rem;color:var(--color-text-body);font-size:var(--text-small);margin-top:1rem;line-height:1.7}.about__cta{flex-shrink:0}.about__card{border:1px solid var(--hairline);background:var(--color-surface);border-radius:18px;padding:clamp(1.75rem,3.2vw,2.75rem)}.about__story{--p:1;font-family:var(--font-display);letter-spacing:-.015em;color:#fff;font-size:clamp(1.125rem,1.9vw,1.6875rem);font-weight:500;line-height:1.55}.about__char{opacity:clamp(.26, calc(.26 + (var(--p) * var(--n) - var(--i)) * .74), 1)}@media (width<=48rem){.about__header{flex-direction:column;align-items:flex-start}}.footer{border-top:1px solid var(--hairline);padding-top:clamp(1.5rem,3vw,2.25rem);overflow:hidden}.footer__meta{max-width:64rem;font-size:var(--text-small);color:#ffffffd1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.footer__credit a{color:inherit;text-underline-offset:3px;text-decoration:underline}.footer__wordmark{padding-inline:var(--page-gutter);text-align:center;margin-top:clamp(1.5rem,3.5vw,3rem)}.footer__wordmark span{font-family:var(--font-logo);letter-spacing:.01em;background:linear-gradient(#fff 0%,#d6dae4 42%,#6f7686 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:-.22em;font-size:clamp(4.5rem,19.2vw,17.5rem);font-weight:400;line-height:.78;display:block}
