.shell{position:relative;min-height:100dvh;display:flex;flex-direction:column;background:var(--c-bg);color:var(--c-ink);transition:background .4s ease,color .4s ease;overflow-x:hidden}.shell-bar{position:fixed;inset:0 0 auto 0;height:3px;z-index:62;pointer-events:none}.shell-bar__fill{height:100%;background:var(--c-accent);transition:width 1s linear,background .4s ease}.shell-static{position:fixed;inset:0;z-index:59;pointer-events:none;mix-blend-mode:overlay;background-size:240px 240px;transition:opacity .09s linear}.canvas{flex:1 1;display:flex;align-items:center;padding:7rem 0 5rem}.canvas-inner{width:100%;max-width:60rem;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,3rem);animation:canvas-in .5s ease both}@keyframes canvas-in{0%{opacity:0;transform:translateY(10px)}}.canvas-eyebrow{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent);margin:0 0 1rem}.canvas-title{font-family:var(--c-display);font-size:clamp(2.4rem,8vw,5rem);line-height:1.03;letter-spacing:-.02em;margin:0 0 1.4rem;max-width:18ch;color:var(--c-ink)}.canvas-lead{font-size:clamp(1.05rem,2.2vw,1.35rem);line-height:1.55;color:var(--c-muted);max-width:44ch;margin:0 0 2rem}.canvas-cta{display:inline-block;font-family:var(--font-frame);font-weight:700;font-size:1rem;padding:.85rem 1.6rem;border-radius:var(--c-radius);background:var(--c-accent);color:var(--c-accent-ink);transition:background .4s ease,border-radius .4s ease}.canvas-note{margin:2.5rem 0 0;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--c-muted);opacity:.75}.canvas-note,.module{font-family:var(--font-mono)}.module{position:fixed;top:.75rem;left:.9rem;z-index:60;display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.45rem .9rem;border-radius:30px;font-size:.7rem;background:rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px) saturate(1.3);backdrop-filter:blur(10px) saturate(1.3);border:1px solid rgba(255,255,255,.14)}.shell[data-ink=light] .module{background:rgba(14,14,16,.05);border-color:rgba(14,14,16,.14)}.module-logo{font-family:var(--font-frame);font-weight:700;font-size:1.4rem;letter-spacing:-.015em;display:inline-flex;align-items:baseline;line-height:1;color:rgba(255,255,255,.92);-webkit-font-smoothing:antialiased}.shell[data-ink=light] .module-logo{color:#0e0e10}.module-logo__epi{font-weight:500;color:rgba(255,255,255,.5)}.shell[data-ink=light] .module-logo__epi{color:rgba(14,14,16,.55)}.module-logo__cell{display:inline-block;width:.74em;height:.82em;line-height:.82em;background:#ff5a4d;border-radius:3px;margin:0 .02em;text-align:center;overflow:hidden;vertical-align:baseline}.module-logo__c{font-size:1em;color:#f4f3f0;position:relative;top:.02em}.module-line{width:1px;height:18px;background:rgba(255,255,255,.16)}.shell[data-ink=light] .module-line{background:rgba(14,14,16,.2)}.module-btn{font:inherit;display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:30px;padding:.4rem .75rem;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;color:#fff;transition:background .2s ease}.module-btn:hover{background:rgba(255,255,255,.16)}.shell[data-ink=light] .module-btn{color:#0e0e10;border-color:rgba(14,14,16,.24);background:rgba(14,14,16,.05)}.shell[data-ink=light] .module-btn:hover{background:rgba(14,14,16,.1)}.module-dots{display:flex;align-items:center;gap:.5rem}.module-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:transparent;padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease,border-color .2s ease}.module-dot:hover{transform:scale(1.25)}.module-dot[data-on=true]{background:#fff;border-color:#fff}.shell[data-ink=light] .module-dot{border-color:rgba(14,14,16,.42)}.shell[data-ink=light] .module-dot[data-on=true]{background:#0e0e10;border-color:#0e0e10}.module-name{color:rgba(255,255,255,.92);min-width:8.5em}.shell[data-ink=light] .module-name{color:#0e0e10}.module-count{letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45)}.shell[data-ink=light] .module-count{color:rgba(14,14,16,.55)}.module-count__n{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(255,255,255,.85)}.shell[data-ink=light] .module-count__n{color:#0e0e10}.shell-foot{position:relative;z-index:58;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;padding:1.25rem clamp(1.25rem,5vw,3rem) 1.75rem;font-family:var(--font-mono);font-size:.82rem;border-top:1px solid rgba(255,255,255,.12)}.shell[data-ink=light] .shell-foot{border-top-color:rgba(14,14,16,.12)}.shell-foot__soon{color:var(--c-muted);letter-spacing:.06em;text-transform:uppercase}.shell-foot__link{color:var(--c-ink);text-decoration:none;border-bottom:1px solid var(--c-accent);padding-bottom:1px}.shell-foot__link:hover{color:var(--c-accent)}.shell :focus-visible{outline:2px solid var(--c-accent);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion:reduce){.shell,.shell *,.shell :after,.shell :before{transition-duration:.01ms!important;animation-duration:.01ms!important}.shell-static{display:none}}@media (max-width:720px){.module{left:.5rem;right:.5rem;display:flex;max-width:calc(100vw - 1rem);gap:.5rem .6rem;padding:.45rem .7rem;font-size:.66rem}.module-logo{font-size:1.15rem}.module-line{display:none}.module-name{min-width:0}.canvas{padding-top:9rem}}@media (max-width:380px){.module-count{display:none}}