@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@600;700;800&display=swap";:root{--bg:#fdfcf7;--surface:#fffc;--text:#0a0a0a;--muted:#3a3a3a;--border:#14141426;--hero-glow:#e7e3d6;--director-accent:#c4a17b;--director-accent-strong:#b58c60;--director-ghost:#ece7df;--director-shadow:#c4a17b40;--director-mist:#fdfcf7f0;--journey-accent:#2368e8;--journey-accent-bright:#69a7ff;--journey-dot:#2368e8;--journey-rail:#b7c4d7;--journey-rail-soft:#dbe4f0;--journey-mist:#eef3f8;--journey-glow:#b9d7ff5c;--journey-glow-strong:#2368e88f;--journey-card-shadow:#60708326;--journey-card-shadow-strong:#2368e838;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#050505;--surface:#121212d9;--text:#f4f4f4;--muted:#bbb;--border:#ffffff2b;--hero-glow:#1a1a1a;--director-accent:#d9b48b;--director-accent-strong:#e3c49e;--director-ghost:#15110d;--director-shadow:#00000073;--director-mist:#050505eb;--journey-accent:#8fb8ff;--journey-accent-bright:#d7e8ff;--journey-dot:#8fb8ff;--journey-rail:#48566a;--journey-rail-soft:#1c2430;--journey-mist:#090d12;--journey-glow:#1d4f9c66;--journey-glow-strong:#8fb8ff8c;--journey-card-shadow:#00000075;--journey-card-shadow-strong:#234e8c75;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{scrollbar-width:none;-ms-overflow-style:none;width:100%;min-height:100vh;margin:0}html::-webkit-scrollbar{width:0;height:0;display:none}body::-webkit-scrollbar{width:0;height:0;display:none}#root::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar{width:0;height:0;display:none}*{scrollbar-width:none;-ms-overflow-style:none}body{background:var(--bg);color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,Avenir Next,Segoe UI,sans-serif}.site-header{z-index:60;pointer-events:none;will-change:opacity, filter, transform;width:fit-content;max-width:min(96vw,1100px);transition:opacity .18s cubic-bezier(.65,0,.35,1),filter .18s cubic-bezier(.65,0,.35,1),transform .18s cubic-bezier(.65,0,.35,1);position:fixed;top:clamp(.75rem,1.5vw,1.25rem);left:50%;transform:translate(-50%)}.site-header.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(calc(-100% - clamp(.9rem,2vw,1.5rem)))}:root[data-transitioning=true] .site-header{opacity:0;filter:blur(12px);pointer-events:none;transform:translate(-50%)translateY(-6px)}.site-header__pill{pointer-events:auto;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2rem);width:max-content;max-width:96vw;min-height:56px;padding:.55rem .65rem .55rem 1.4rem;display:flex;overflow:hidden}.site-header__logo{object-fit:contain;border-radius:5px;flex-shrink:0;width:clamp(22px,2.2vw,28px);height:clamp(22px,2.2vw,28px)}.site-header__brand{color:var(--lg-text);letter-spacing:-.01em;align-items:center;gap:.4rem;font-weight:600;text-decoration:none;display:inline-flex}.site-header__brand-mark{letter-spacing:.04em;font-size:clamp(.95rem,1.1vw,1.05rem);font-weight:700}.site-header__brand-name{opacity:.85;font-size:clamp(.9rem,1vw,1rem);font-weight:500}.site-header__nav{align-items:center;gap:clamp(.5rem,1.4vw,1.5rem);display:flex}.site-header__link{color:var(--lg-text);opacity:.85;border-radius:999px;padding:.35rem .55rem;font-size:clamp(.85rem,1vw,.95rem);font-weight:500;text-decoration:none;transition:opacity .2s,background .2s;position:relative}.site-header__link:hover{opacity:1;background:#ffffff2e}:root[data-theme=dark] .site-header__link:hover{background:#ffffff14}.site-header__cta{letter-spacing:.01em;white-space:nowrap;align-items:center;padding:.6rem 1.1rem;font-size:clamp(.82rem,.95vw,.92rem);font-weight:600;text-decoration:none;display:inline-flex}.site-header__hamburger{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:none}.hamburger-icon{width:18px;height:14px;display:inline-block;position:relative}.hamburger-icon span{background:var(--lg-text);border-radius:2px;width:100%;height:2px;transition:transform .28s cubic-bezier(.65,0,.35,1),opacity .2s,top .28s cubic-bezier(.65,0,.35,1);position:absolute;left:0}.hamburger-icon span:first-child{top:0}.hamburger-icon span:nth-child(2){top:6px}.hamburger-icon span:nth-child(3){top:12px}.hamburger-icon.is-open span:first-child{top:6px;transform:rotate(45deg)}.hamburger-icon.is-open span:nth-child(2){opacity:0}.hamburger-icon.is-open span:nth-child(3){top:6px;transform:rotate(-45deg)}.mobile-drawer__scrim{-webkit-backdrop-filter:blur(6px);z-index:70;background:#00000073;position:fixed;inset:0}.mobile-drawer{z-index:80;width:min(82vw,360px);height:100dvh;padding:clamp(1.25rem,4vw,1.75rem);padding-top:max(env(safe-area-inset-top), 1.5rem);padding-bottom:max(env(safe-area-inset-bottom), 1.5rem);-webkit-backdrop-filter:blur(32px)saturate(180%);background:linear-gradient(160deg,#ffffffd1 0%,#ffffffad 100%);border-left:1px solid #ffffff8c;border-radius:24px 0 0 24px;flex-direction:column;gap:1.25rem;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 40px #0000001f}:root[data-theme=dark] .mobile-drawer{background:linear-gradient(160deg,#1c1c20d1 0%,#141418b8 100%);border-left:1px solid #ffffff1a;box-shadow:-8px 0 40px #00000073}.mobile-drawer__head{border-bottom:1px solid var(--lg-border,#ffffff26);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.mobile-drawer__brand{color:var(--lg-text);letter-spacing:-.01em;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-flex}.mobile-drawer__logo{object-fit:contain;border-radius:6px;width:26px;height:26px}.mobile-drawer__close{width:36px;min-width:36px;height:36px;color:var(--lg-text);cursor:pointer;background:#0000000f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s;display:flex}.mobile-drawer__close:hover,.mobile-drawer__close:active{background:#0000001f}:root[data-theme=dark] .mobile-drawer__close{background:#ffffff14}:root[data-theme=dark] .mobile-drawer__close:hover,:root[data-theme=dark] .mobile-drawer__close:active{background:#ffffff24}.mobile-drawer__nav{flex-direction:column;flex:1;gap:.25rem;margin-top:.5rem;display:flex}.mobile-drawer__link{color:var(--lg-text);letter-spacing:-.01em;opacity:.92;border-radius:10px;align-items:center;min-height:48px;padding:.85rem .25rem;font-size:clamp(1.25rem,5.5vw,1.6rem);font-weight:500;text-decoration:none;transition:opacity .2s,background .2s,padding-left .2s;display:flex}.mobile-drawer__link:hover,.mobile-drawer__link.active{opacity:1;background:#ffffff0f;padding-left:.6rem}.mobile-drawer__footer{border-top:1px solid var(--lg-border,#ffffff26);padding-top:.75rem}.mobile-drawer__cta{width:100%;color:var(--lg-text);letter-spacing:.01em;background:#0000000f;border:1px solid #0000001a;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:.95rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .18s;display:flex}.mobile-drawer__cta:hover,.mobile-drawer__cta:active{background:#0000001c}:root[data-theme=dark] .mobile-drawer__cta{background:#ffffff14;border-color:#ffffff1f}:root[data-theme=dark] .mobile-drawer__cta:hover,:root[data-theme=dark] .mobile-drawer__cta:active{background:#ffffff21}@media (width<=1024px){.site-header__pill{gap:1rem;padding-left:1.1rem}.site-header__nav{gap:.4rem}}@media (width<=768px){.site-header{width:96vw;max-width:96vw}.site-header__pill{justify-content:space-between;width:100%;max-width:100%;min-height:50px;padding:.5rem .5rem .5rem 1rem}.site-header__brand-name{font-size:.95rem;display:inline}.site-header__brand-mark,.site-header__nav,.site-header__cta{display:none}.site-header__hamburger{display:inline-flex}}@media (width<=480px){.site-header__pill{padding-left:.85rem}.site-header__brand-name{font-size:.9rem}}.site-footer{width:100%;padding:clamp(2rem,4vw,3.5rem) clamp(1rem,4vw,2rem)}.site-footer__inner{max-width:1100px;margin:0 auto;padding:clamp(2rem,3vw,2.5rem) clamp(1.5rem,3vw,2.5rem)}.site-footer__top{justify-content:space-between;align-items:flex-start;gap:clamp(2rem,4vw,4rem);display:flex}.site-footer__brand{flex-direction:column;gap:.5rem;max-width:22ch;display:flex}.site-footer__brand-mark{letter-spacing:.04em;color:var(--lg-text);font-size:clamp(1.15rem,1.4vw,1.3rem);font-weight:700}.site-footer__brand-name{opacity:.75;color:var(--lg-text);margin-left:.3rem;font-size:clamp(.9rem,1vw,1rem);font-weight:500;display:inline}.site-footer__brand>:first-child:after{content:" "}.site-footer__brand-mark,.site-footer__brand-name{display:inline}.site-footer__brand>p{margin:.5rem 0 0}.site-footer__tagline{opacity:.55;color:var(--lg-text);margin:0;font-size:clamp(.78rem,1vw,.88rem);line-height:1.5}.site-footer__nav{gap:clamp(2rem,4vw,4rem);display:flex}.site-footer__nav-group{flex-direction:column;gap:.75rem;display:flex}.site-footer__nav-group ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav-label{letter-spacing:.1em;text-transform:uppercase;opacity:.45;color:var(--lg-text);font-size:.7rem;font-weight:700}.site-footer__link{color:var(--lg-text);opacity:.7;font-size:clamp(.82rem,.9vw,.9rem);text-decoration:none;transition:opacity .15s}.site-footer__link:hover{opacity:1}.site-footer__divider{background:var(--lg-border);height:1px;margin:clamp(1.5rem,2.5vw,2rem) 0}.site-footer__bottom{opacity:.5;color:var(--lg-text);justify-content:space-between;align-items:center;gap:1rem;font-size:clamp(.72rem,.85vw,.8rem);display:flex}.site-footer__bottom-links{gap:1.25rem;display:flex}@media (width<=1024px){.site-footer__top{gap:2rem}}@media (width<=768px){.site-footer__top{flex-direction:column;gap:2rem}.site-footer__brand{max-width:none}.site-footer__nav{gap:2rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=480px){.site-footer{padding:1.5rem 1rem}.site-footer__nav{flex-wrap:wrap;gap:1.5rem}}.future-scroll-reveal{--future-reveal-bg:#fdfcf8;--future-reveal-text:var(--text);--future-reveal-muted:var(--muted);--future-reveal-panel:#f1eee6;--future-reveal-panel-text:#111;--future-reveal-accent:#607083;--future-reveal-accent-strong:#7f8fa3;--future-reveal-line:color-mix(in srgb, var(--text) 14%, transparent);z-index:2;background:var(--future-reveal-bg);height:380vh;color:var(--future-reveal-text);margin-top:-1px;padding:0 32px;position:relative;overflow:clip visible}.future-scroll-reveal *{box-sizing:border-box}.future-scroll-reveal__sticky{background:var(--future-reveal-bg);place-items:center;height:100vh;display:grid;position:sticky;top:0;overflow:hidden}.future-scroll-reveal__field,.future-scroll-reveal__grid-stage,.future-dark-card-layer,.future-reveal-copy{position:absolute;inset:0}.future-scroll-reveal__field{z-index:1;background:radial-gradient(circle at 50% 52%, #ffffffb8, transparent 48%), var(--future-reveal-panel);clip-path:polygon(18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px),0 18px);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--future-reveal-text) 9%, transparent);will-change:opacity;inset-block:64px}.future-scroll-reveal__grid-stage{z-index:2;isolation:isolate;transform-origin:100% 0;will-change:opacity, transform;overflow:visible}.future-scroll-reveal__grid-stage:before{content:"";z-index:0;background-image:linear-gradient(var(--future-reveal-line) 1px, transparent 1px), linear-gradient(90deg, var(--future-reveal-line) 1px, transparent 1px);background-size:var(--future-grid-size,48px 48px);background-position:var(--future-grid-position,0 24px);clip-path:var(--future-grid-clip,inset(0));pointer-events:none;will-change:clip-path, background-position, background-size;position:absolute;inset:0}.future-scroll-reveal__grid-stage>*{z-index:1}.future-dark-card-layer{z-index:5;pointer-events:none;color:var(--future-reveal-panel-text);perspective:1100px;will-change:opacity, transform}.future-meta-card,.future-transaction-pill,.future-alert-card,.future-mini-chart-card{border:1px solid color-mix(in srgb, var(--future-reveal-text) 18%, transparent);box-shadow:0 14px 38px color-mix(in srgb, var(--future-reveal-text) 7%, transparent);transform-style:preserve-3d;will-change:transform, opacity, filter;background:#fdfdfa;font-family:SFMono-Regular,Consolas,monospace;position:absolute}.future-meta-card{min-width:210px;color:color-mix(in srgb, var(--future-reveal-text) 60%, transparent);border-radius:4px;padding:18px 22px}.future-meta-card.is-back{opacity:.74;transform-origin:50%}.future-meta-card.is-deep{opacity:.58}.future-transaction-pill.is-front{box-shadow:0 18px 46px color-mix(in srgb, var(--future-reveal-text) 10%, transparent)}.future-meta-card span,.future-grid-note span{color:color-mix(in srgb, var(--future-reveal-accent) 86%, transparent);letter-spacing:.18em;margin-bottom:10px;font-size:.66rem;font-weight:900;display:block}.future-meta-card span:before,.future-grid-note span:before{content:"▸";color:var(--future-reveal-accent-strong);margin-right:8px}.future-meta-card b,.future-grid-note b{color:inherit;letter-spacing:.12em;font-size:.68rem;font-weight:900;line-height:1.42;display:block}.future-meta-card--top{top:13%;left:34%}.future-meta-card--left{top:27%;left:21%}.future-meta-card--right{top:27%;right:17%}.future-meta-card--bottom-left{bottom:18%;left:17%}.future-meta-card--bottom-right{bottom:27%;right:9%}.future-transaction-pill{width:min(390px,31vw);min-height:62px;color:var(--future-reveal-panel-text);border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;display:grid}.future-transaction-pill i{background:color-mix(in srgb, var(--future-reveal-accent) 22%, white 78%);width:32px;height:32px;color:var(--future-reveal-text);border-radius:5px;place-items:center;font-size:.9rem;font-style:normal;display:grid}.future-transaction-pill b,.future-transaction-pill span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.future-transaction-pill b{letter-spacing:-.04em;font-size:.82rem;font-weight:900}.future-transaction-pill span{color:color-mix(in srgb, var(--future-reveal-text) 70%, transparent);margin-top:3px;font-size:.68rem;font-weight:900}.future-transaction-pill strong{letter-spacing:-.06em;font-size:.92rem;font-weight:900}.future-transaction-pill--left{top:57%;left:15%}.future-transaction-pill--top{top:14%;left:54%}.future-transaction-pill--right{bottom:14%;right:20.5%}.future-alert-card{border-radius:7px;width:min(300px,23vw);padding:14px 16px;top:47%;right:15%}.future-alert-card span,.future-mini-chart-card span{color:color-mix(in srgb, var(--future-reveal-accent) 86%, transparent);letter-spacing:.16em;font-size:.62rem;font-weight:900;display:block}.future-alert-card b,.future-mini-chart-card b{color:var(--future-reveal-panel-text);letter-spacing:.02em;margin-top:8px;font-size:.8rem;font-weight:900;display:block}.future-alert-card p{color:color-mix(in srgb, var(--future-reveal-text) 70%, transparent);margin:8px 0 0;font-size:.7rem;font-weight:700;line-height:1.3}.future-mini-chart-card{border-radius:7px;width:min(260px,21vw);padding:14px 14px 12px;top:42%;left:18%}.future-mini-chart-card div{align-items:end;gap:4px;min-height:34px;margin-top:8px;display:flex}.future-mini-chart-card i{background:color-mix(in srgb, var(--future-reveal-accent-strong) 80%, white 20%);border-radius:3px;width:7px}.future-mini-chart-card i:first-child{height:12px}.future-mini-chart-card i:nth-child(2){height:20px}.future-mini-chart-card i:nth-child(3){height:15px}.future-mini-chart-card i:nth-child(4){height:26px}.future-mini-chart-card i:nth-child(5){height:18px}.future-mini-chart-card i:nth-child(6){height:30px}.future-mini-chart-card i:nth-child(7){height:21px}.future-mini-chart-card i:nth-child(8){height:28px}.future-mini-chart-card i:nth-child(9){height:24px}.future-mini-chart-card i:nth-child(10){height:32px}.future-meta-card--product{width:min(300px,23vw);margin-left:max(-150px,-11vw);inset:auto auto 5% 50%}.future-code-card,.future-api-card,.future-latency-card,.future-device-card,.future-grid-note{border:1px solid color-mix(in srgb, var(--future-reveal-text) 58%, transparent);background:color-mix(in srgb, var(--bg) 88%, white 12%);box-shadow:0 18px 56px color-mix(in srgb, var(--text) 10%, transparent)}.future-code-card{will-change:transform, opacity;width:min(390px,33vw);height:270px;font-family:SFMono-Regular,Consolas,monospace;position:absolute;top:clamp(42px,6.5vh,72px);left:clamp(28px,4.6vw,78px);overflow:hidden}.future-card-bar{border-bottom:1px solid color-mix(in srgb, var(--future-reveal-text) 14%, transparent);align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.future-card-bar span{background:var(--future-reveal-accent-strong);border-radius:999px;width:7px;height:7px}.future-card-bar b,.future-card-bar i{border:1px solid color-mix(in srgb, var(--future-reveal-text) 18%, transparent);min-width:24px;min-height:24px;color:var(--future-reveal-text);border-radius:3px;place-items:center;margin-left:auto;font-size:.7rem;font-style:normal;font-weight:800;display:grid}.future-card-bar i{border-color:#0000;min-width:18px;margin-left:2px;font-size:.95rem}.future-code-card pre{color:color-mix(in srgb, var(--future-reveal-text) 82%, var(--future-reveal-muted));white-space:pre-wrap;margin:0;padding:16px 22px 24px;font-size:.72rem;font-weight:800;line-height:1.58}.future-api-stack{will-change:transform, opacity;gap:36px;width:min(386px,34vw);display:grid;position:absolute;top:60vh;left:clamp(28px,4.6vw,78px)}.future-api-card{gap:14px;min-height:88px;padding:20px 14px 10px;display:grid}.future-api-card span,.future-latency-card span,.future-latency-card b{color:var(--future-reveal-muted);letter-spacing:.02em;font-family:SFMono-Regular,Consolas,monospace;font-size:.7rem;font-weight:900}.future-api-card b{border:1px solid color-mix(in srgb, var(--future-reveal-text) 16%, transparent);width:100%;color:var(--future-reveal-text);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:12px 14px;font-family:SFMono-Regular,Consolas,monospace;font-size:.68rem;display:block;overflow:hidden}.future-latency-card{min-height:62px;box-shadow:none;border-left:0;border-right:0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 14px;display:grid}.future-latency-card div{justify-content:flex-end;gap:3px;display:flex}.future-latency-card i{background:var(--future-reveal-accent-strong);width:4px;height:14px;opacity:calc(.2 + var(--i,1) * .055)}.future-latency-card i:first-child{--i:1}.future-latency-card i:nth-child(2){--i:2}.future-latency-card i:nth-child(3){--i:3}.future-latency-card i:nth-child(4){--i:4}.future-latency-card i:nth-child(5){--i:5}.future-latency-card i:nth-child(6){--i:6}.future-latency-card i:nth-child(7){--i:7}.future-latency-card i:nth-child(8){--i:8}.future-latency-card i:nth-child(9){--i:9}.future-latency-card i:nth-child(10){--i:10}.future-latency-card i:nth-child(11){--i:11}.future-latency-card i:nth-child(12){--i:12}.future-grid-note{will-change:opacity, transform;min-width:265px;padding:22px 24px;font-family:SFMono-Regular,Consolas,monospace;position:absolute;overflow:visible}.future-grid-note span{color:color-mix(in srgb, var(--future-reveal-muted) 86%, transparent)}.future-grid-note b{color:var(--future-reveal-text)}.future-grid-note--merchant{top:18%;right:18%}.future-grid-note--location{top:32%;right:10%}.future-grid-note--category{bottom:14%;right:14%}.future-device-card{border-color:color-mix(in srgb, var(--future-reveal-text) 16%, transparent);will-change:transform, opacity;border-radius:34px 34px 0 0;width:min(330px,28vw);min-height:360px;padding:46px 14px 18px;position:absolute;top:64vh;left:50%}.future-device-card__screen{background:var(--future-reveal-panel);min-height:158px;color:var(--future-reveal-panel-text);grid-template-columns:38px 1fr auto;align-items:end;gap:12px;padding:22px 20px;display:grid}.future-device-card__screen span{background:var(--future-reveal-panel-text);width:34px;height:34px;color:var(--future-reveal-panel);border-radius:5px;align-self:start;place-items:center;font-family:SFMono-Regular,Consolas,monospace;font-size:.78rem;font-weight:900;display:grid}.future-device-card__screen b,.future-device-card__screen small{font-family:SFMono-Regular,Consolas,monospace;display:block}.future-device-card__screen b{font-size:.72rem}.future-device-card__screen small{color:color-mix(in srgb, var(--future-reveal-panel-text) 76%, transparent);margin-top:4px;font-size:.68rem}.future-device-card__screen strong{letter-spacing:-.02em;align-self:end;font-family:SFMono-Regular,Consolas,monospace;font-size:.72rem;font-weight:900}.future-device-card__lines{gap:12px;margin-top:34px;display:grid}.future-device-card__map{background:linear-gradient(30deg, transparent 0 48%, color-mix(in srgb, var(--future-reveal-accent-strong) 72%, transparent) 49% 51%, transparent 52%), linear-gradient(120deg, transparent 0 48%, color-mix(in srgb, var(--future-reveal-accent-strong) 48%, transparent) 49% 51%, transparent 52%), color-mix(in srgb, var(--future-reveal-accent) 58%, var(--bg));background-size:70px 70px,96px 96px,auto;height:88px;margin-top:10px;position:relative;overflow:hidden}.future-device-card__map i{border-left:5px solid #0000;border-right:5px solid #0000;border-top:12px solid var(--future-reveal-panel);width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.future-device-card__table{grid-template-columns:1fr 1fr;gap:10px 14px;padding:14px 16px 0;font-family:SFMono-Regular,Consolas,monospace;font-size:.62rem;display:grid}.future-device-card__table span{color:var(--future-reveal-muted)}.future-device-card__table b{color:var(--future-reveal-text);font-weight:900}.future-device-card__lines i{background:color-mix(in srgb, var(--future-reveal-text) 10%, transparent);border-radius:999px;height:12px;display:block}.future-device-card__lines i:nth-child(2){width:76%}.future-device-card__lines i:nth-child(3){width:58%}.future-reveal-copy{z-index:3;pointer-events:none;text-align:center;will-change:transform, opacity;justify-content:center;align-items:center;padding:48px;display:flex}.future-reveal-copy p{letter-spacing:-.085em;margin:0;font-size:clamp(2.9rem,3.35vw,4rem);font-weight:680;line-height:1.02}.future-reveal-copy--first p{max-width:760px;color:var(--future-reveal-panel-text)}.future-reveal-copy--first span{color:var(--future-reveal-accent)}.future-desktop-break{display:block}.future-reveal-copy--second{z-index:4}.future-reveal-copy--second p{max-width:850px;color:var(--future-reveal-text)}@media (width<=960px){.future-scroll-reveal{padding:0 20px}.future-reveal-copy p{font-size:clamp(2.35rem,7vw,3.6rem)}.future-code-card,.future-api-stack{width:min(320px,42vw)}.future-device-card{width:min(280px,34vw)}.future-meta-card--right,.future-meta-card--bottom-right,.future-transaction-pill--right,.future-alert-card,.future-meta-card--product,.future-grid-note--location,.future-grid-note--category{display:none}.future-mini-chart-card{width:min(240px,34vw)}.future-transaction-pill{width:min(330px,44vw)}}@media (width<=640px){.future-scroll-reveal{height:330vh;padding:0 12px}.future-scroll-reveal__field{inset-block:64px}.future-reveal-copy{padding:28px}.future-reveal-copy p{font-size:clamp(2.15rem,10.6vw,3.25rem);line-height:1.04}.future-desktop-break{display:none}.future-reveal-copy--second{align-items:start;padding-top:14vh}.future-reveal-copy--second p{max-width:360px;font-size:clamp(1.86rem,7.2vw,2.35rem);line-height:1.08}.future-code-card,.future-api-stack,.future-grid-note{display:none}.future-meta-card{min-width:170px;padding:14px 16px}.future-mini-chart-card{width:min(210px,58vw);top:34%;left:4%}.future-meta-card--top{top:17%;left:28%}.future-meta-card--left{top:28%;left:5%}.future-meta-card--bottom-left{bottom:13%;left:6%}.future-transaction-pill{width:min(310px,78vw);min-height:58px}.future-transaction-pill--left{top:60%;left:7%}.future-transaction-pill--top{top:21%;left:24%}.future-device-card{width:min(270px,72vw);min-height:286px;padding:30px 12px 16px;top:58vh}.future-device-card__screen{grid-template-columns:34px 1fr auto;min-height:112px;padding:16px 14px}.future-device-card__lines{margin-top:24px}}.home-journey{--journey-card-width:clamp(15rem, 23vw, 19rem);--journey-text-lift:clamp(5.75rem, 8vw, 7.25rem);z-index:2;background:var(--bg);height:300vh;min-height:92rem;color:var(--text);padding:0;position:relative;overflow:clip visible}.home-journey *{box-sizing:border-box}.home-journey__sticky{grid-template-rows:auto 1fr;align-items:center;min-height:100vh;padding:clamp(5.5rem,10vh,8rem) 0 clamp(3rem,7vh,5rem);display:grid;position:sticky;top:0;overflow:hidden}.home-journey__header{z-index:4;text-align:center;position:relative}.home-journey__eyebrow{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:0 0 clamp(.75rem,1.4vw,1rem);font-size:clamp(.72rem,.85vw,.86rem);font-weight:800}.home-journey__title{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(2.25rem,5.6vw,5.9rem);font-weight:700;line-height:.98}.home-journey__title span{color:var(--journey-accent);background:linear-gradient(120deg, var(--journey-accent), var(--journey-accent-bright));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home-journey__stage{--journey-rail-bottom:clamp(3rem, 7vh, 5.75rem);--journey-rail-width:112vw;--journey-rail-height:clamp(9rem, 18vw, 15rem);width:100vw;min-height:clamp(32rem,58vh,42rem);margin:clamp(2rem,5vh,4rem) auto 0;position:relative}.home-journey__rail{left:50%;bottom:var(--journey-rail-bottom);width:var(--journey-rail-width);height:var(--journey-rail-height);color:var(--journey-rail);position:absolute;overflow:visible;transform:translate(-50%)}.home-journey__rail-path{fill:none;stroke:currentColor;stroke-width:1.2px;opacity:.8}.home-journey__rail-path--ghost{stroke:var(--journey-rail-soft);stroke-width:16px;opacity:.28}.home-journey__rail-ticks line{stroke:currentColor;stroke-width:1px;opacity:.5;stroke-linecap:round}.home-journey__rail-checkpoint path,.home-journey__rail-bead path{fill:none;stroke:var(--journey-dot);stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;opacity:.38;transition:opacity .18s,stroke-width .18s}.home-journey__rail-checkpoint.is-active path{opacity:.95;stroke-width:5px}.home-journey__rail-bead path{stroke:var(--journey-accent);stroke-width:6px;opacity:1;filter:drop-shadow(0 0 .85rem var(--journey-glow-strong))}.home-journey__cards{left:50%;bottom:var(--journey-rail-bottom);width:var(--journey-rail-width);height:var(--journey-rail-height);perspective:1100px;pointer-events:none;position:absolute;transform:translate(-50%)}.home-journey__card{top:0;left:calc(50% - (var(--journey-card-width) / 2));width:var(--journey-card-width);min-height:0;color:var(--text);font:inherit;text-align:center;transform-origin:bottom;cursor:pointer;will-change:transform, opacity;pointer-events:auto;appearance:none;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:0;flex-direction:column;align-items:center;padding:0;display:flex;position:absolute}.home-journey__card:focus-visible{outline:2px solid var(--journey-accent);outline-offset:clamp(.5rem, 1.2vw, .9rem)}.home-journey__icon{color:color-mix(in srgb, var(--journey-accent) 82%, var(--text));letter-spacing:0;margin-bottom:clamp(.65rem,1.2vw,.9rem);font-size:clamp(.74rem,.95vw,.96rem);font-weight:900;display:block}.home-journey__kicker{color:var(--journey-accent);letter-spacing:0;font-size:clamp(.72rem,.85vw,.86rem);font-weight:850}.home-journey__card strong{color:var(--text);letter-spacing:0;margin-top:clamp(.45rem,.9vw,.65rem);font-size:clamp(1.15rem,1.55vw,1.45rem);font-weight:760;line-height:1.08;display:block}.home-journey__body{color:var(--muted);margin-top:clamp(.7rem,1.2vw,.9rem);font-size:clamp(.82rem,.95vw,.98rem);font-weight:620;line-height:1.55;display:block}@media (width<=1024px){.home-journey{--journey-card-width:clamp(14.5rem, 32vw, 18rem);--journey-text-lift:clamp(5.5rem, 9vw, 7rem);height:310vh;min-height:88rem}.home-journey__sticky{padding-top:clamp(5rem,9vh,7rem)}.home-journey__stage{--journey-rail-width:122vw;width:min(100%,68rem);min-height:clamp(31rem,58vh,39rem)}}@media (width<=768px){.home-journey{--journey-card-width:min(78vw, 20rem);--journey-text-lift:clamp(5.15rem, 15vw, 6.5rem);height:325vh;min-height:92rem}.home-journey__sticky{padding:clamp(4.75rem,9vh,6rem) 0 clamp(2.5rem,6vh,4rem)}.home-journey__title{font-size:clamp(2.05rem,10vw,4.1rem)}.home-journey__stage{--journey-rail-bottom:clamp(4.2rem, 9vh, 6.3rem);--journey-rail-width:210vw;--journey-rail-height:clamp(10rem, 32vw, 14rem);min-height:clamp(36rem,68vh,43rem);margin-top:clamp(1.75rem,4vh,3rem)}}@media (width<=480px){.home-journey{--journey-card-width:min(84vw, 19rem);--journey-text-lift:clamp(4.85rem, 21vw, 6rem);min-height:88rem}.home-journey__eyebrow{font-size:clamp(.68rem,3.2vw,.78rem)}.home-journey__title{font-size:clamp(1.85rem,11vw,3.2rem)}.home-journey__stage{min-height:clamp(35rem,70vh,41rem)}.home-journey__card{min-height:0}.home-journey__rail{width:245vw}}@media (prefers-reduced-motion:reduce){.home-journey__rail-checkpoint path,.home-journey__card{transition:none}}.home-magic-search{--magic-row-height:clamp(3.45rem, 5.3vw, 4rem);z-index:2;background:var(--bg);min-height:clamp(38rem,86svh,52rem);color:var(--text);isolation:isolate;place-items:center;padding:clamp(4.75rem,8vw,7rem) clamp(1rem,4vw,3rem);display:grid;position:relative;overflow:hidden}.home-magic-search *{box-sizing:border-box}.home-magic-search__background{z-index:-1;pointer-events:none;background:var(--bg);position:absolute;inset:0}.home-magic-search__background-frame{width:min(90rem,112vw);height:min(100%,50.5rem);position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.home-magic-search__background-image{object-fit:cover;opacity:1;width:100%;max-width:none;height:100%;position:absolute;inset:0}.home-magic-search__background:before,.home-magic-search__background:after{content:"";pointer-events:none;position:absolute;inset:0}.home-magic-search__background:before{z-index:1;background:radial-gradient(at 10% 51%,#2368e86b 0%,#69a7ff4d 25%,#0000 52%),radial-gradient(at 90% 51%,#2368e875 0%,#69a7ff52 25%,#0000 53%)}.home-magic-search__background:after{z-index:2;background:linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 78%, transparent) 10%, transparent 24%, transparent 76%, color-mix(in srgb, var(--bg) 78%, transparent) 90%, var(--bg) 100%), radial-gradient(ellipse at 50% 51%, #ffffffeb 0%, #ffffffc7 35%, #ffffff5c 58%, transparent 78%)}.home-magic-search__fade{z-index:3;pointer-events:none;width:clamp(10rem,18vw,16rem);height:100%;position:absolute;top:0}.home-magic-search__fade--left{background:linear-gradient(90deg, var(--bg) 0%, #ffffffeb 18%, #ffffff8a 56%, transparent 100%);left:0}.home-magic-search__fade--right{background:linear-gradient(270deg, var(--bg) 0%, #ffffffeb 18%, #ffffff8a 56%, transparent 100%);right:0}.home-magic-search__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;width:min(100%,72rem);display:flex;position:relative}.home-magic-search__copy{flex-direction:column;align-items:center;gap:clamp(1rem,2vw,1.25rem);display:flex}.home-magic-search__copy h2{color:var(--text);letter-spacing:0;margin:0;font-size:clamp(2.1rem,3.2vw,2.75rem);font-weight:740;line-height:1.05}.home-magic-search__copy p{width:min(100%,38rem);color:color-mix(in srgb, var(--muted) 86%, var(--text));margin:0;font-size:clamp(.95rem,1.15vw,1.06rem);font-weight:640;line-height:1.42}.home-magic-search__link{background:var(--journey-accent);color:#fff;min-height:2.65rem;box-shadow:0 1rem 2.4rem color-mix(in srgb, var(--journey-accent) 28%, transparent);border-radius:999px;place-items:center;padding:0 1.2rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .22s,box-shadow .22s;display:inline-grid;position:relative;overflow:hidden;transform:translateZ(0)}.home-magic-search__link:before{content:"";background:linear-gradient(180deg, var(--journey-accent-bright), var(--journey-accent));opacity:0;transition:opacity .22s;position:absolute;inset:0}.home-magic-search__link span{z-index:1;position:relative}.home-magic-search__link:hover{box-shadow:0 1.25rem 3rem color-mix(in srgb, var(--journey-accent) 36%, transparent);transform:translateY(-2px)}.home-magic-search__link:hover:before{opacity:1}.home-magic-search__component{width:min(100%,56rem);padding-top:clamp(1.6rem,3vw,2.2rem);padding-bottom:clamp(1.25rem,2.8vw,2rem)}.home-magic-search__prompt-stage{width:100%;min-height:calc(var(--magic-row-height) * 4 + 4.75rem);position:relative;overflow:hidden}.home-magic-search__prompt-stack{color:#99a0aa;text-align:left;will-change:transform;flex-direction:column;align-items:flex-start;width:min(100%,42rem);margin:0;padding:0;list-style:none;animation:15s cubic-bezier(.76,0,.24,1) infinite home-magic-search-roll;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-magic-search__prompt-stack li{width:100%;min-height:var(--magic-row-height);color:#9ca3ad;opacity:.88;align-items:center;font-size:clamp(1rem,1.35vw,1.2rem);font-weight:700;line-height:1.2;display:flex}.home-magic-search__search-wrap{left:50%;top:calc(var(--magic-row-height) * 2);width:min(100%,55rem);box-shadow:none;background:0 0;border-radius:999px;padding:0;transition:transform .26s;position:absolute;transform:translate(-50%)}.home-magic-search__search-wrap:hover,.home-magic-search__search-wrap:focus-within{transform:translate(-50%)translateY(-3px)}.home-magic-search__search-inner{border-radius:inherit;background:color-mix(in srgb, white 92%, var(--bg));min-height:clamp(3.75rem,5.4vw,4rem);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--border) 82%, transparent);justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .7rem;display:flex}.home-magic-search__icon-button{color:#111;cursor:pointer;appearance:none;border:0;border-radius:999px;flex:none;place-items:center;width:3rem;height:3rem;transition:transform .21s;display:grid;position:relative;overflow:hidden}.home-magic-search__icon-button:focus-visible{outline:2px solid var(--journey-accent);outline-offset:3px}.home-magic-search__icon-button--add{background:#f0f2f5}.home-magic-search__icon-button--add span,.home-magic-search__icon-button--add span:after{content:"";background:currentColor;border-radius:99px;width:.9rem;height:2px;transition:transform .24s;position:absolute}.home-magic-search__icon-button--add span:after{top:0;left:0;transform:rotate(90deg)}.home-magic-search__icon-button--add:hover span{transform:rotate(90deg)}.home-magic-search__icon-button--send{background:var(--journey-accent);color:#fff;box-shadow:0 .8rem 1.7rem color-mix(in srgb, var(--journey-accent) 34%, transparent)}.home-magic-search__icon-button--send:before{content:"";background:linear-gradient(180deg, var(--journey-accent-bright), var(--journey-accent));opacity:0;transition:opacity .22s;position:absolute;inset:0}.home-magic-search__icon-button--send span{z-index:1;place-items:center;width:1.25rem;height:1.25rem;transition:transform .22s;display:grid;position:relative}.home-magic-search__icon-button--send svg{width:100%;height:100%}.home-magic-search__icon-button--send path{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.home-magic-search__icon-button--send:hover:before{opacity:1}.home-magic-search__icon-button--send:hover span{transform:translateY(-3px)}.home-magic-search__icon-button:active{transform:scale(.96)}.home-magic-search__active-prompt{min-width:0;height:var(--magic-row-height);color:var(--journey-accent);text-align:left;flex:auto;font-size:clamp(1rem,1.25vw,1.12rem);font-weight:800;line-height:1.2;overflow:hidden}.home-magic-search__active-prompt ul{transform:translateY(calc(var(--magic-row-height) * -2));will-change:transform;flex-direction:column;align-items:flex-start;margin:0;padding:0;list-style:none;animation:15s cubic-bezier(.76,0,.24,1) infinite home-magic-search-active-roll;display:flex}.home-magic-search__active-prompt li{width:100%;height:var(--magic-row-height);text-overflow:ellipsis;white-space:nowrap;align-items:center;display:flex;overflow:hidden}@keyframes home-magic-search-roll{0%,10%{transform:translate(-50%)translateY(0)}14%,24%{transform:translateX(-50%) translateY(calc(var(--magic-row-height) * -1))}28%,38%{transform:translateX(-50%) translateY(calc(var(--magic-row-height) * -2))}42%,52%{transform:translateX(-50%) translateY(calc(var(--magic-row-height) * -3))}56%,66%{transform:translateX(-50%) translateY(calc(var(--magic-row-height) * -4))}70%,84%{transform:translateX(-50%) translateY(calc(var(--magic-row-height) * -5))}to{transform:translateX(-50%) translateY(calc(var(--magic-row-height) * -5))}}@keyframes home-magic-search-active-roll{0%,10%{transform:translateY(calc(var(--magic-row-height) * -2))}14%,24%{transform:translateY(calc(var(--magic-row-height) * -3))}28%,38%{transform:translateY(calc(var(--magic-row-height) * -4))}42%,52%{transform:translateY(calc(var(--magic-row-height) * -5))}56%,66%{transform:translateY(calc(var(--magic-row-height) * -6))}70%,84%{transform:translateY(calc(var(--magic-row-height) * -7))}to{transform:translateY(calc(var(--magic-row-height) * -7))}}@media (width<=768px){.home-magic-search{--magic-row-height:3.5rem;min-height:auto;padding-top:clamp(4.5rem,12vw,6rem);padding-bottom:clamp(4.5rem,12vw,6rem)}.home-magic-search__copy h2{font-size:clamp(2rem,8.5vw,3rem)}.home-magic-search__component{padding-top:clamp(2rem,7vw,2.6rem);padding-bottom:clamp(1.5rem,5vw,2rem)}.home-magic-search__prompt-stage{min-height:calc(var(--magic-row-height) * 4 + 4.45rem)}.home-magic-search__prompt-stack{width:min(100%,36rem)}.home-magic-search__prompt-stack li{min-height:3.5rem;font-size:.94rem}.home-magic-search__search-inner{gap:.5rem;min-height:4rem;padding:.5rem}.home-magic-search__icon-button{width:2.75rem;height:2.75rem}}@media (width<=480px){.home-magic-search{--magic-row-height:3rem;padding-inline:1rem}.home-magic-search__component{width:calc(100vw - 2rem)}.home-magic-search__copy p{font-size:.94rem}.home-magic-search__prompt-stage{min-height:calc(var(--magic-row-height) * 4 + 4rem)}.home-magic-search__prompt-stack{width:calc(100vw - 5rem)}.home-magic-search__prompt-stack li{min-height:3rem;font-size:.8rem}.home-magic-search__search-wrap{border-radius:2rem;top:6rem}.home-magic-search__search-inner{border-radius:inherit}.home-magic-search__active-prompt{font-size:.78rem}}@media (prefers-reduced-motion:reduce){.home-magic-search__link,.home-magic-search__search-wrap,.home-magic-search__icon-button,.home-magic-search__icon-button--send span,.home-magic-search__icon-button--add span{transition:none}}.offmenu-gallery{background:var(--bg,#fdfcf7);width:100%;height:1000vh;min-height:100vh;color:var(--text,#0a0a0a);position:relative}.offmenu-gallery__stage{background:var(--bg,#fdfcf7);isolation:isolate;justify-content:flex-start;align-items:flex-end;width:100%;height:100vh;padding:2rem;display:flex;position:sticky;top:0;overflow:hidden}.offmenu-gallery__stage:before,.offmenu-gallery__stage:after{content:"";z-index:35;pointer-events:none;height:clamp(7rem,16vh,12rem);position:absolute;left:0;right:0}.offmenu-gallery__stage:before{background:linear-gradient(to bottom, var(--bg) 0%, color-mix(in srgb, var(--bg) 72%, transparent) 46%, transparent 100%);top:0}.offmenu-gallery__stage:after{background:linear-gradient(to top, var(--bg) 0%, color-mix(in srgb, var(--bg) 72%, transparent) 46%, transparent 100%);bottom:0}.offmenu-gallery__sphere-layer{z-index:10;position:absolute;inset:0;overflow:hidden}.offmenu-gallery__sphere-center{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.offmenu-gallery__sphere-container{width:min(400vw,100vh);height:min(400vw,100vh);transform:scale(var(--container-scale,1)) translateX(calc(var(--zoom-offset,0cqmin) + var(--tilt-offset-x,0%))) translateY(var(--tilt-offset-y,0%));will-change:transform;position:relative;container-type:inline-size}.offmenu-gallery__sphere-grid{grid-template-areas:"layer";place-items:center;display:grid;position:absolute;inset:0}.offmenu-gallery__sphere{width:calc(clamp(120px, 25vw, 300px) * var(--sphere-size-scale,1));aspect-ratio:1;backface-visibility:hidden;cursor:pointer;will-change:transform;border-radius:999px;grid-area:layer;height:auto;display:block;position:relative;overflow:hidden}.offmenu-gallery__sphere-image{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:110%;height:110%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.offmenu-gallery__intro{z-index:0;pointer-events:none;justify-content:center;align-items:center;padding:0 1.5rem;display:flex;position:absolute;inset:0}.offmenu-gallery__intro-heading{max-width:30ch;color:var(--text,#0a0a0a);letter-spacing:0;text-align:center;margin:0;font-size:clamp(.75rem,1vw,1rem);font-weight:500;line-height:1.25}.offmenu-gallery__word-clip{margin:-.15em 0;padding:.15em 0;display:inline-block;overflow:hidden}.offmenu-gallery__word{display:inline-block}.offmenu-gallery__titles{z-index:40;width:100%;height:100%;color:var(--bg,#fdfcf7);mix-blend-mode:exclusion;pointer-events:none;background:0 0;transition:opacity .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.offmenu-gallery__titles-wrap{padding:0 2rem;position:absolute;bottom:1rem;left:0;right:0}.offmenu-gallery__title-stack{justify-content:center;padding:.75rem 0;display:flex;position:relative;overflow:hidden}.offmenu-gallery__title-item{justify-content:center;width:100%;display:flex}.offmenu-gallery__title-item--stacked{position:absolute;top:.75rem;left:0}.offmenu-gallery__title{color:currentColor;letter-spacing:0;text-align:center;white-space:nowrap;margin:0;font-size:clamp(2rem,4.6vw,2.7rem);font-weight:500;line-height:1;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .3s cubic-bezier(.16,1,.3,1);display:inline-block}.offmenu-gallery__dots{z-index:50;width:45px;height:45px;color:var(--text,#0a0a0a);pointer-events:none;position:absolute;bottom:1.5rem;right:1.5rem}.offmenu-gallery__dots-inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.offmenu-gallery__dot{border-radius:999px;position:absolute}@media (width<=1024px){.offmenu-gallery__stage:before,.offmenu-gallery__stage:after{height:clamp(6rem,14vh,10rem)}}@media (width<=768px){.offmenu-gallery__stage{padding:1.25rem}.offmenu-gallery__stage:before,.offmenu-gallery__stage:after{height:clamp(5.25rem,13vh,8.5rem)}.offmenu-gallery__titles-wrap{padding:0 1.25rem;bottom:1.25rem}.offmenu-gallery__title{font-size:clamp(1.75rem,9vw,2.3rem)}.offmenu-gallery__dots{bottom:1rem;right:1rem}}@media (width<=480px){.offmenu-gallery__stage{padding:1rem}.offmenu-gallery__stage:before,.offmenu-gallery__stage:after{height:clamp(4.5rem,12vh,7rem)}.offmenu-gallery__titles-wrap{padding:0 1rem;bottom:1rem}.offmenu-gallery__title{font-size:clamp(1.5rem,10vw,2rem)}}.expertise-showcase{--expertise-bg:var(--bg);--expertise-bg-soft:var(--bg);--expertise-hero-text:var(--text);--expertise-hero-muted:color-mix(in srgb, var(--text) 72%, var(--bg) 28%);--expertise-card-text:color-mix(in srgb, var(--text) 70%, var(--muted) 30%);--expertise-card-muted:color-mix(in srgb, var(--muted) 78%, var(--text) 22%);--expertise-line:color-mix(in srgb, var(--muted) 48%, transparent);--expertise-card-shell:color-mix(in srgb, var(--bg) 58%, var(--muted) 42%);--expertise-card-panel:color-mix(in srgb, var(--bg) 82%, var(--surface) 18%);--expertise-card-panel-alt:color-mix(in srgb, var(--bg) 74%, var(--surface) 26%);--expertise-visual-bg:color-mix(in srgb, var(--bg) 72%, var(--hero-glow) 28%);--expertise-visual-line:color-mix(in srgb, var(--text) 14%, transparent);z-index:2;isolation:isolate;background:var(--bg);color:var(--expertise-hero-text);margin-top:-1px;padding-bottom:clamp(4rem,7vw,8rem);position:relative;overflow-x:clip}:root[data-theme=dark] .expertise-showcase{--expertise-bg:color-mix(in srgb, var(--bg) 82%, var(--surface) 18%);--expertise-bg-soft:color-mix(in srgb, var(--bg) 72%, var(--surface) 28%);--expertise-hero-text:var(--text);--expertise-hero-muted:color-mix(in srgb, var(--text) 82%, var(--muted) 18%);--expertise-card-text:color-mix(in srgb, var(--text) 82%, var(--muted) 18%);--expertise-card-muted:color-mix(in srgb, var(--muted) 78%, var(--text) 22%);--expertise-card-shell:color-mix(in srgb, var(--surface) 72%, var(--bg) 28%);--expertise-card-panel:color-mix(in srgb, var(--surface) 84%, var(--bg) 16%);--expertise-card-panel-alt:color-mix(in srgb, var(--surface) 76%, var(--bg) 24%);--expertise-visual-bg:color-mix(in srgb, var(--surface) 78%, var(--hero-glow) 22%)}.expertise-showcase:before{content:"";z-index:-1;background-image:linear-gradient(var(--expertise-visual-line) .0625rem, transparent .0625rem), linear-gradient(90deg, var(--expertise-visual-line) .0625rem, transparent .0625rem);opacity:.8;pointer-events:none;background-size:clamp(3.5rem,6vw,6.5rem) clamp(3.5rem,6vw,6.5rem);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,currentColor 18% 72%,#0000 100%);mask-image:linear-gradient(#0000 0%,currentColor 18% 72%,#0000 100%)}.expertise-showcase__top{z-index:1;pointer-events:none;min-height:100vh;position:sticky;top:0}.expertise-showcase__top-inner{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:clamp(5.2rem,8vw,8.5rem) clamp(1.5rem,5vw,5rem) clamp(9rem,24vh,15rem);display:flex}.expertise-showcase__eyebrow{color:var(--expertise-hero-text);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:clamp(.72rem,1vw,1rem);font-weight:800;line-height:1.3}.expertise-showcase__title{max-width:min(86vw,20ch);color:var(--expertise-hero-text);letter-spacing:0;margin:clamp(1.1rem,1.7vw,1.6rem) auto 0;font-size:clamp(3.6rem,7vw,6.4rem);font-weight:500;line-height:1.07}.expertise-showcase__title em{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400}.expertise-showcase__intro{max-width:54ch;color:var(--expertise-hero-muted);margin:clamp(1.5rem,3vw,3.4rem) auto 0;font-size:clamp(1rem,1.45vw,1.65rem);font-weight:500;line-height:1.45}.expertise-showcase__cards{z-index:3;margin-top:calc(-1*clamp(12rem,28vh,18rem));padding:0 clamp(1.25rem,6.25vw,7.5rem) clamp(3rem,8vw,8rem);position:relative}.expertise-showcase__cards-container{flex-direction:column;gap:0;width:min(100%,104rem);margin:0 auto;display:flex}.expertise-showcase .expertise-card{--lg-radius-card:clamp(1.25rem, 1.8vw, 1.9rem);--lg-blur:14px;--lg-tint-edge:color-mix(in srgb, var(--surface) 66%, transparent);--lg-tint:color-mix(in srgb, var(--surface) 44%, transparent);--lg-tint-bottom:color-mix(in srgb, var(--bg) 34%, transparent);--lg-border:color-mix(in srgb, var(--surface) 58%, transparent);width:100%;height:min(78vh,clamp(28rem,42vw,44rem));color:var(--expertise-card-text);background:var(--expertise-card-shell);box-shadow:0 clamp(.9rem, 2.2vw, 1.8rem) clamp(1.4rem, 3.8vw, 3.4rem) color-mix(in srgb, var(--text) 5%, transparent);transform-origin:top;will-change:transform, opacity;margin:0 0 clamp(3.4rem,5.5vw,6.2rem);position:sticky;top:clamp(4.5rem,10vh,7rem);overflow:hidden}.expertise-card:before{opacity:.22}.expertise-card:after{opacity:.24}.expertise-showcase .expertise-card:nth-child(2n){--expertise-card-panel:color-mix(in srgb, var(--bg) 88%, var(--surface) 12%);--expertise-card-shell:color-mix(in srgb, var(--bg) 64%, var(--muted) 36%);--expertise-visual-bg:color-mix(in srgb, var(--hero-glow) 38%, var(--bg) 62%)}.expertise-showcase .expertise-card:nth-child(3n){--expertise-card-panel:color-mix(in srgb, var(--bg) 78%, var(--surface) 22%);--expertise-card-shell:color-mix(in srgb, var(--bg) 72%, var(--muted) 28%);--expertise-visual-bg:color-mix(in srgb, var(--surface) 70%, var(--hero-glow) 30%)}:root[data-theme=dark] .expertise-card:nth-child(2n),:root[data-theme=dark] .expertise-card:nth-child(3n){--expertise-card-panel:color-mix(in srgb, var(--surface) 82%, var(--bg) 18%);--expertise-card-shell:color-mix(in srgb, var(--surface) 68%, var(--bg) 32%);--expertise-visual-bg:color-mix(in srgb, var(--surface) 72%, var(--hero-glow) 28%)}.expertise-card__surface{border-radius:inherit;background:var(--expertise-card-panel);flex-direction:column;height:100%;transition:transform .42s cubic-bezier(.22,1,.36,1),background .24s;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.expertise-card__surface:after{content:"";pointer-events:none;background:linear-gradient(180deg, transparent 0%, var(--expertise-card-panel) 58%, var(--expertise-card-panel) 100%);height:clamp(3.5rem,8vh,5.5rem);position:absolute;bottom:0;left:0;right:0}.expertise-card:hover .expertise-card__surface,.expertise-card:focus-within .expertise-card__surface{transform:translateY(-.45rem)}.expertise-card__top{flex-shrink:0;justify-content:space-between;align-items:center;min-height:clamp(9rem,16vw,18.6rem);padding-left:clamp(2.2rem,4.6vw,5rem);display:flex}.expertise-card__top h3{min-width:0;color:var(--expertise-card-text);letter-spacing:0;align-items:flex-end;gap:clamp(.8rem,1.5vw,2rem);margin:0;font-size:clamp(3.75rem,6vw,7.4rem);font-weight:400;line-height:.78;transition:transform .42s cubic-bezier(.22,1,.36,1);display:flex}.expertise-card:hover .expertise-card__top h3,.expertise-card:focus-within .expertise-card__top h3{transform:translate(.45rem)}.expertise-card__number{color:var(--expertise-card-muted);flex:none;margin-bottom:.08em;font-size:clamp(1rem,2.1vw,2.5rem);line-height:1}.expertise-card__title-text{min-width:0}.expertise-card__action{border-style:solid;border-width:0 0 .0625rem .0625rem;border-color:var(--expertise-line);width:clamp(7rem,15vw,15.5rem);height:calc(100% - clamp(.9rem,1.6vw,1.35rem));color:var(--expertise-card-text);background:0 0;border-radius:0 0 0 clamp(1.1rem,2vw,2.2rem);flex:none;align-self:flex-start;place-items:center;margin-top:clamp(.55rem,1vw,.85rem);text-decoration:none;display:grid;position:relative;overflow:hidden}.expertise-card__action:after{opacity:0}.expertise-card__action-hover{z-index:2;color:var(--expertise-card-text);background:color-mix(in srgb, var(--surface) 82%, var(--bg) 18%);letter-spacing:.08em;opacity:0;text-transform:uppercase;border-radius:clamp(1rem,2vw,2rem);place-items:center;font-size:clamp(.78rem,1vw,1rem);font-weight:800;transition:opacity .26s,transform .32s cubic-bezier(.22,1,.36,1);display:grid;position:absolute;inset:clamp(.7rem,1.25vw,1.25rem);transform:translateY(.35rem)scale(.94)}.expertise-card__action-arrow{z-index:1;color:currentColor;width:clamp(2.4rem,4.4vw,5rem);height:clamp(2.4rem,4.4vw,5rem);transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .26s;position:relative}.expertise-card__action-arrow:before,.expertise-card__action-arrow:after{content:"";display:block;position:absolute;top:22%;right:16%}.expertise-card__action-arrow:before{transform-origin:100%;border-top:.12rem solid;width:78%;transform:rotate(-45deg)}.expertise-card__action-arrow:after{border-top:.12rem solid;border-right:.12rem solid;width:54%;height:54%}.expertise-card__action:hover .expertise-card__action-hover,.expertise-card__action:focus-visible .expertise-card__action-hover,.expertise-card:focus-within .expertise-card__action-hover{opacity:1;transform:translateY(0)scale(1)}.expertise-card__action:hover .expertise-card__action-arrow,.expertise-card__action:focus-visible .expertise-card__action-arrow,.expertise-card:focus-within .expertise-card__action-arrow{opacity:0;transform:translate(.4rem,-.4rem)scale(.82)}.expertise-card__middle{border-top:.0625rem solid var(--expertise-line);border-left:.0625rem solid var(--expertise-line);border-top-left-radius:clamp(1.2rem,2.3vw,2.6rem);flex:auto;grid-template-columns:minmax(0,.82fr) minmax(18rem,.88fr);align-items:start;gap:clamp(1.4rem,3.2vw,4rem);margin-top:-.0625rem;margin-left:clamp(2.2rem,4.6vw,5rem);padding:clamp(1.6rem,3vw,3.2rem) clamp(1.4rem,2.2vw,2.5rem) clamp(4.5rem,9vh,6rem) clamp(2.2rem,4.6vw,5rem);display:grid}.expertise-card__copy{flex-direction:column;align-items:flex-start;gap:clamp(1.6rem,2.2vw,2.4rem);max-width:45rem;padding-bottom:0;display:flex}.expertise-card__copy p{color:var(--expertise-card-text);letter-spacing:0;margin:0;font-size:clamp(1.12rem,1.75vw,2.25rem);font-weight:500;line-height:1.38}.expertise-card__text-link{min-height:44px;color:var(--expertise-card-text);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;padding:clamp(.75rem,1vw,.95rem) clamp(1.2rem,1.5vw,1.6rem);font-size:clamp(.82rem,.95vw,.96rem);font-weight:800;text-decoration:none;display:inline-flex}.expertise-card__visual{border:.0625rem solid var(--expertise-line);background:linear-gradient(145deg, color-mix(in srgb, var(--surface) 28%, transparent), transparent 58%), var(--expertise-visual-bg);border-radius:clamp(1rem,2vw,2rem);align-self:stretch;min-height:clamp(17rem,28vw,29rem);transition:transform .52s cubic-bezier(.22,1,.36,1),filter .42s;position:relative;overflow:hidden;transform:translateZ(0)}.expertise-card:hover .expertise-card__visual,.expertise-card:focus-within .expertise-card__visual{filter:saturate(1.08)contrast(1.03);transform:translateY(-.4rem)scale(1.015)}.expertise-visual__frame{background:linear-gradient(var(--expertise-visual-line) .0625rem, transparent .0625rem), linear-gradient(90deg, var(--expertise-visual-line) .0625rem, transparent .0625rem), color-mix(in srgb, var(--bg) 56%, transparent);background-size:clamp(2.4rem,4vw,4rem) clamp(2.4rem,4vw,4rem);border-radius:clamp(.75rem,1.5vw,1.45rem);position:absolute;inset:clamp(.85rem,1.45vw,1.4rem);overflow:hidden}.expertise-visual__header{color:var(--expertise-card-muted);letter-spacing:.16em;justify-content:space-between;align-items:center;font-family:SFMono-Regular,Consolas,monospace;font-size:clamp(.7rem,.8vw,.82rem);font-weight:900;display:flex;position:absolute;top:clamp(1rem,1.8vw,1.6rem);left:clamp(1rem,1.8vw,1.6rem);right:clamp(1rem,1.8vw,1.6rem)}.expertise-visual__header strong{color:var(--expertise-card-text);letter-spacing:0;font-size:clamp(1rem,1.8vw,2rem)}.expertise-visual__matrix{grid-template-columns:repeat(3,1fr);gap:clamp(.55rem,1vw,.95rem);width:min(58%,24rem);display:grid;position:absolute;top:28%;left:clamp(1rem,2vw,2rem)}.expertise-visual__matrix span{aspect-ratio:1;border:.0625rem solid var(--expertise-line);background:color-mix(in srgb, var(--surface) 42%, transparent);border-radius:clamp(.35rem,.8vw,.7rem);transition:transform .52s cubic-bezier(.22,1,.36,1),background .42s;transform:translateY(0)}.expertise-card:hover .expertise-visual__matrix span:nth-child(2n),.expertise-card:focus-within .expertise-visual__matrix span:nth-child(2n){background:color-mix(in srgb, var(--surface) 64%, transparent);transform:translateY(-.35rem)}.expertise-visual__bars{align-items:end;gap:clamp(.35rem,.8vw,.75rem);width:min(40%,16rem);height:38%;display:flex;position:absolute;bottom:clamp(1rem,2vw,2rem);right:clamp(1rem,2vw,2rem)}.expertise-visual__bars span{background:color-mix(in srgb, var(--text) 34%, transparent);transform-origin:bottom;border-radius:999px 999px 0 0;width:100%;min-height:18%;transition:transform .52s cubic-bezier(.22,1,.36,1),background .42s}.expertise-visual__bars span:first-child{height:32%}.expertise-visual__bars span:nth-child(2){height:58%}.expertise-visual__bars span:nth-child(3){height:42%}.expertise-visual__bars span:nth-child(4){height:76%}.expertise-visual__bars span:nth-child(5){height:64%}.expertise-card:hover .expertise-visual__bars span,.expertise-card:focus-within .expertise-visual__bars span{background:color-mix(in srgb, var(--text) 48%, transparent);transform:scaleY(1.12)}.expertise-visual__route{align-items:center;gap:clamp(.5rem,1vw,.9rem);display:flex;position:absolute;top:48%;left:54%;transform:translate(-50%,-50%)}.expertise-visual__route span{border:.12rem solid color-mix(in srgb, var(--text) 42%, transparent);background:var(--expertise-card-panel);border-radius:50%;width:clamp(.75rem,1.2vw,1.2rem);height:clamp(.75rem,1.2vw,1.2rem);transition:transform .42s cubic-bezier(.22,1,.36,1);display:block}.expertise-visual__route span:nth-child(2){background:color-mix(in srgb, var(--text) 36%, transparent);border:0;border-radius:999px;width:clamp(4rem,7vw,7rem);height:.12rem}.expertise-card:hover .expertise-visual__route span:first-child,.expertise-card:focus-within .expertise-visual__route span:first-child{transform:translate(-.35rem)}.expertise-card:hover .expertise-visual__route span:last-child,.expertise-card:focus-within .expertise-visual__route span:last-child{transform:translate(.35rem)}@media (width<=1024px){.expertise-showcase__top-inner{padding:clamp(5rem,10vw,7.5rem) clamp(1.4rem,4vw,3rem) clamp(9rem,23vh,13rem)}.expertise-showcase__title{max-width:min(90vw,15ch);font-size:clamp(3.2rem,8.8vw,5.8rem)}.expertise-showcase__cards{margin-top:calc(-1*clamp(8rem,20vh,11.5rem));padding-left:clamp(1.2rem,4vw,3rem);padding-right:clamp(1.2rem,4vw,3rem)}.expertise-card{height:min(76vh,clamp(27rem,52vw,40rem));top:clamp(4rem,9vh,5.75rem)}.expertise-card__top h3{font-size:clamp(3.35rem,7vw,5.9rem)}.expertise-card__middle{grid-template-columns:minmax(0,.82fr) minmax(16rem,.9fr);gap:clamp(1rem,2.6vw,2rem)}}@media (width<=768px){.expertise-showcase{padding-bottom:clamp(3.5rem,10vw,5.5rem)}.expertise-showcase__top-inner{min-height:92vh;padding:clamp(5rem,14vw,7rem) clamp(1rem,5vw,1.5rem) clamp(8rem,20vh,11rem)}.expertise-showcase__eyebrow{font-size:clamp(.68rem,2.4vw,.8rem)}.expertise-showcase__title{max-width:11ch;font-size:clamp(2.85rem,12vw,4.6rem);line-height:1.08}.expertise-showcase__intro{max-width:30ch;font-size:clamp(.95rem,3.8vw,1.2rem)}.expertise-showcase__cards{margin-top:calc(-1*clamp(4.5rem,14vh,7rem));padding:0 clamp(1rem,4vw,1.5rem) clamp(2.5rem,8vw,4rem)}.expertise-card{--lg-radius-card:clamp(1.1rem, 5vw, 1.8rem);height:min(78vh,clamp(34rem,74vh,42rem));margin-bottom:clamp(3rem,8vw,4rem);top:clamp(3rem,8vh,4.5rem)}.expertise-card__top{min-height:clamp(9rem,27vw,12rem);padding-left:clamp(1.2rem,7vw,2.4rem)}.expertise-card__top h3{flex-wrap:wrap;gap:clamp(.55rem,2.5vw,.95rem);font-size:clamp(2.6rem,8.8vw,3.7rem);line-height:.96}.expertise-card__number{font-size:clamp(.9rem,4vw,1.15rem)}.expertise-card__action{visibility:hidden;width:0;min-width:0;height:clamp(7rem,24vw,10rem)}.expertise-card__middle{flex-direction:column-reverse;align-items:stretch;gap:0;margin-left:clamp(1.2rem,7vw,2.4rem);padding:0;display:flex}.expertise-card__copy{flex:auto;justify-content:center;max-width:none;padding:clamp(1.3rem,6vw,2.2rem)}.expertise-card__copy p{font-size:clamp(1rem,4.4vw,1.35rem)}.expertise-card__visual{align-self:flex-end;width:calc(100% - clamp(.9rem,4vw,1.4rem));min-height:clamp(15rem,42vh,22rem);margin:clamp(.9rem,4vw,1.4rem) clamp(.9rem,4vw,1.4rem) 0 0}}@media (width<=480px){.expertise-showcase__top-inner{min-height:90vh;padding:clamp(4.5rem,16vw,5.8rem) clamp(.9rem,4vw,1.2rem) clamp(7rem,18vh,9rem)}.expertise-showcase__title{max-width:10ch;font-size:clamp(2.55rem,13vw,3.55rem)}.expertise-showcase__intro{max-width:27ch;font-size:clamp(.9rem,4.2vw,1.05rem)}.expertise-showcase__cards{margin-top:calc(-1*clamp(4rem,12vh,6rem));padding-left:clamp(.8rem,3.6vw,1rem);padding-right:clamp(.8rem,3.6vw,1rem)}.expertise-card{height:min(80vh,clamp(31rem,70vh,38rem));margin-bottom:clamp(2.5rem,9vw,3.2rem);top:clamp(2.75rem,8vh,4rem)}.expertise-card__top{min-height:clamp(8.5rem,33vw,10rem);padding-left:clamp(1rem,6vw,1.5rem)}.expertise-card__top h3{font-size:clamp(2.15rem,8.8vw,2.85rem);line-height:1}.expertise-card__middle{margin-left:clamp(1rem,6vw,1.5rem)}.expertise-card__copy{gap:clamp(1.1rem,5vw,1.5rem);padding:clamp(1.1rem,5vw,1.6rem)}.expertise-card__text-link{width:100%}.expertise-card__visual{min-height:clamp(13.5rem,39vh,18rem)}.expertise-visual__matrix{width:54%}.expertise-visual__bars{width:34%}}@media (prefers-reduced-motion:reduce){.expertise-card,.expertise-card__surface,.expertise-card__top h3,.expertise-card__action-hover,.expertise-card__action-arrow,.expertise-card__visual,.expertise-visual__matrix span,.expertise-visual__bars span,.expertise-visual__route span{transition:none}.expertise-card:hover .expertise-card__surface,.expertise-card:focus-within .expertise-card__surface,.expertise-card:hover .expertise-card__top h3,.expertise-card:focus-within .expertise-card__top h3,.expertise-card:hover .expertise-card__visual,.expertise-card:focus-within .expertise-card__visual{transform:none}}.team-section{flex-direction:column;align-items:center;gap:clamp(40px,6vw,72px);max-width:1280px;margin:0 auto;padding:clamp(64px,9vw,120px) clamp(20px,5vw,64px);display:flex}.team-section__head{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:720px;display:flex}.team-section__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:color-mix(in srgb, var(--text) 55%, transparent);font-size:clamp(.7rem,1.1vw,.78rem);font-weight:600}.team-section__title{letter-spacing:-.02em;color:var(--text);font-size:clamp(2rem,4.4vw,3.2rem);font-weight:600;line-height:1.05}.team-section__lead{color:color-mix(in srgb, var(--text) 70%, transparent);font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.55}.team-stack-wrap{perspective:760px;justify-content:center;align-items:flex-start;width:100%;min-height:clamp(30px,38vw,0px);display:flex}.team-stack{transform-style:preserve-3d;width:100%;max-width:760px;height:340px;margin:0;padding:0;list-style:none;transition:height .42s cubic-bezier(.22,1,.36,1);position:relative}.team-stack.is-hovered{height:500px}.team-card{cursor:pointer;will-change:transform, opacity, filter;transform-origin:50%;background:#fff;border:1px solid #0003;border-radius:26px;align-items:center;gap:24px;list-style:none;transition:transform .62s cubic-bezier(.2,.8,.2,1),opacity .52s cubic-bezier(.2,.8,.2,1),filter .52s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:0;left:0;right:0;height:110px!important;padding:15px!important}.team-card:focus-visible{outline:2px solid var(--text);outline-offset:4px}:root[data-theme=dark] .team-card{background:#14161a;border-color:#ffffff0f;box-shadow:0 0 12px #0006,0 18px 44px #0000008c}.team-card--slot-0{opacity:.48;filter:blur(4px);z-index:1;transform:translateY(0)translateZ(-150px)scale(.92)}.team-card--slot-1{opacity:.72;filter:blur(2px);z-index:2;transform:translateY(64px)translateZ(-70px)scale(.96)}.team-card--slot-2{opacity:.95;filter:blur(.6px);z-index:3;transform:translateY(128px)translateZ(65px)scale(.99)}.team-card--slot-3{opacity:1;filter:blur();z-index:4;transform:translateY(192px)translateZ(190px)scale(1.02)}.team-card--out{opacity:0;filter:blur(1.5px);z-index:5;pointer-events:none;transform:translateY(252px)translateZ(280px)scale(1.04)}.team-stack.is-hovered .team-card{filter:blur();opacity:1}.team-stack.is-hovered .team-card--slot-0{transform:translateY(0)translateZ(0)scale(1)}.team-stack.is-hovered .team-card--slot-1{transform:translateY(124px)translateZ(0)scale(1)}.team-stack.is-hovered .team-card--slot-2{transform:translateY(248px)translateZ(0)scale(1)}.team-stack.is-hovered .team-card--slot-3{transform:translateY(372px)translateZ(0)scale(1)}.team-stack.is-hovered .team-card--out{opacity:0;transform:translateY(0)translateZ(0)scale(.9)}.team-card__avatar{object-fit:cover;border-radius:14px;flex-shrink:0;width:84px;height:84px}.team-card__content{flex-direction:column;min-width:0;display:flex;gap:1px!important}.team-card__content h3{color:#0a0a0a;font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:600;line-height:0}:root[data-theme=dark] .team-card__content h3{color:#f4f4f4}.team-card__quote{color:#0000007a;font-size:clamp(.78rem,1.05vw,.9rem);font-style:italic;line-height:0}:root[data-theme=dark] .team-card__quote{color:#ffffff80}.team-card__content p:not(.team-card__quote){color:#0000008c;font-size:clamp(.85rem,1.2vw,.95rem);line-height:0}:root[data-theme=dark] .team-card__content p:not(.team-card__quote){color:#ffffff8c}@media (width<=1024px){.team-stack{max-width:640px}}@media (width<=768px){.team-section{gap:32px;padding:clamp(48px,10vw,80px) clamp(16px,5vw,32px)}.team-stack-wrap{perspective:760px;min-height:340px}.team-stack{height:270px}.team-stack.is-hovered{height:440px;position:cursor}.team-card{border-radius:14px;gap:14px;height:110px;padding:16px}.team-card__avatar{width:68px;height:68px}.team-card--slot-0{transform:translateY(0)translateZ(-115px)scale(.93)}.team-card--slot-1{transform:translateY(48px)translateZ(-56px)scale(.96)}.team-card--slot-2{transform:translateY(96px)translateZ(52px)scale(.99)}.team-card--slot-3{transform:translateY(144px)translateZ(132px)scale(1.01)}.team-card--out{transform:translateY(190px)translateZ(190px)scale(1.03)}.team-stack.is-hovered .team-card--slot-1{transform:translateY(118px)translateZ(0)scale(1)}.team-stack.is-hovered .team-card--slot-2{transform:translateY(236px)translateZ(0)scale(1)}.team-stack.is-hovered .team-card--slot-3{transform:translateY(354px)translateZ(0)scale(1)}}@media (width<=480px){.team-card{height:100px;padding:14px}.team-card__avatar{width:60px;height:60px}.team-stack{height:240px}.team-stack.is-hovered{height:400px}.team-card--slot-1{transform:translateY(42px)translateZ(-48px)scale(.96)}.team-card--slot-2{transform:translateY(84px)translateZ(44px)scale(.99)}.team-card--slot-3{transform:translateY(126px)translateZ(112px)scale(1.01)}.team-stack.is-hovered .team-card--slot-1{transform:translateY(106px)translateZ(0)}.team-stack.is-hovered .team-card--slot-2{transform:translateY(212px)translateZ(0)}.team-stack.is-hovered .team-card--slot-3{transform:translateY(318px)translateZ(0)}}.team-modal__backdrop{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#0000008c;justify-content:center;align-items:center;padding:clamp(16px,4vw,48px);display:flex;position:fixed;inset:0}.team-modal{transform-origin:50%;text-align:center;background:#fff;border:1px solid #0000000f;border-radius:32px;flex-direction:column;align-items:center;gap:18px;width:min(560px,100%);max-height:90vh;padding:1.2em;display:flex;position:relative;overflow-y:auto;box-shadow:0 0 24px #0003,0 30px 60px #00000059}:root[data-theme=dark] .team-modal{background:#14161a;border-color:#ffffff14}.team-modal__close{width:36px;height:36px;color:inherit;cursor:pointer;background:#fff;border:none;border-radius:50%;place-items:center;font-size:22px;line-height:1;transition:background .2s,transform .2s;display:grid;position:absolute;top:1.4em;right:1.4em}.team-modal__close:hover{background:#fff;transform:scale(1.05)}:root[data-theme=dark] .team-modal__close,:root[data-theme=dark] .team-modal__close:hover{background:#fff}.team-modal__avatar{object-fit:cover;border-radius:24px;flex-shrink:0;width:100%;height:100%;margin-bottom:1em}.team-modal__content{flex-direction:column;align-items:center;gap:6px;display:flex}.team-modal__content h3{color:#0a0a0a;margin:0;font-size:clamp(1.4rem,2.4vw,1.7rem);font-weight:600;line-height:1.15}:root[data-theme=dark] .team-modal__content h3{color:#f4f4f4}.team-modal__quote{color:#0000008c;margin:0;font-size:clamp(.9rem,1.35vw,1rem);font-style:italic;line-height:1.35}:root[data-theme=dark] .team-modal__quote{color:#ffffff9e}.team-modal__role{color:#0000008c;margin:0;font-size:clamp(.9rem,1.4vw,1rem);line-height:1.3}:root[data-theme=dark] .team-modal__role{color:#fff9}.team-modal__bio{color:#000000b8;max-width:460px;font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.6}:root[data-theme=dark] .team-modal__bio{color:#ffffffb8}.team-modal__skills{flex-wrap:wrap;justify-content:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.team-modal__skills li{color:#000000b3;background:#0000000f;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:500}:root[data-theme=dark] .team-modal__skills li{color:#ffffffc7;background:#ffffff14}@media (width<=480px){.team-modal__avatar{width:110px;height:110px}}.lets-talk-page{background:var(--bg);width:min(100% - 2rem,68rem);min-height:100svh;color:var(--text);grid-template-columns:minmax(15rem,.82fr) minmax(18rem,1fr);align-items:center;gap:clamp(2.25rem,5.4vw,4.5rem);margin:0 auto;padding:clamp(4.75rem,6.2vw,5.65rem) clamp(2rem,4.2vw,3.5rem) clamp(2rem,3.4vw,2.75rem);display:grid;overflow:hidden}.lets-talk-page *{box-sizing:border-box}.lets-talk-page__media{width:min(100%,22.8rem);box-shadow:0 1.25rem 3rem color-mix(in srgb, var(--text) 10%, transparent);border-radius:clamp(1.7rem,2.5vw,2.7rem);justify-self:end;overflow:hidden}.lets-talk-page__media img{aspect-ratio:.68;object-fit:cover;object-position:center;width:100%;display:block}.lets-talk-page__panel{text-align:center;flex-direction:column;justify-self:start;align-items:center;width:min(100%,21.5rem);display:flex}.lets-talk-page__logo{object-fit:contain;width:clamp(2.65rem,3.6vw,3.45rem);height:clamp(2.65rem,3.6vw,3.45rem);margin-bottom:clamp(.55rem,1.3vw,1rem)}.lets-talk-page__panel h1{color:var(--text);letter-spacing:0;white-space:nowrap;margin:0;font-size:clamp(2.35rem,3.6vw,3.35rem);font-weight:500;line-height:.9}.lets-talk-page__panel p{color:var(--text);margin:clamp(.75rem,1.5vw,1.3rem) 0 0;font-size:clamp(.58rem,.82vw,.86rem);font-weight:400;line-height:1.35}.lets-talk-page__panel strong{font-weight:800}.lets-talk-page__divider{background:color-mix(in srgb, var(--text) 42%, transparent);width:100%;height:1px;margin:clamp(1.1rem,2.1vw,1.75rem) 0 clamp(1.05rem,2vw,1.7rem)}.lets-talk-form{flex-direction:column;align-items:stretch;width:100%;display:flex}.lets-talk-form__field{width:100%;display:block}.lets-talk-form__field span{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lets-talk-form input{border:1px solid color-mix(in srgb, var(--journey-accent) 64%, transparent);width:100%;min-height:clamp(2.55rem,3.7vw,3.05rem);color:var(--text);font:inherit;background:0 0;border-radius:clamp(.35rem,.6vw,.5rem);outline:none;padding:0 clamp(.8rem,1.35vw,1.1rem);font-size:clamp(.74rem,.92vw,.9rem);font-weight:300;line-height:1;transition:border-color .18s,box-shadow .18s}.lets-talk-form input::placeholder{color:color-mix(in srgb, var(--text) 42%, transparent)}.lets-talk-form input:focus{border-color:var(--journey-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--journey-accent) 16%, transparent)}.lets-talk-form__or{color:var(--text);text-align:center;margin:clamp(.72rem,1.45vw,1.1rem) 0;font-size:clamp(.95rem,1.5vw,1.35rem);font-weight:600;line-height:1;display:block}.lets-talk-form button{background:var(--journey-accent);width:100%;min-height:clamp(2.65rem,3.8vw,3.1rem);color:var(--bg);font:inherit;letter-spacing:0;cursor:pointer;border:0;border-radius:clamp(.35rem,.6vw,.5rem);margin-top:clamp(1.25rem,2.25vw,1.8rem);font-size:clamp(.92rem,1.22vw,1.1rem);font-weight:700;line-height:1;transition:transform .18s,background .18s}.lets-talk-form button:hover{background:color-mix(in srgb, var(--journey-accent) 88%, var(--text));transform:translateY(-1px)}.lets-talk-form button:active{transform:translateY(0)scale(.99)}.lets-talk-form button:focus-visible{outline:2px solid var(--text);outline-offset:4px}@media (width<=1024px){.lets-talk-page{grid-template-columns:minmax(13rem,.82fr) minmax(17rem,1fr);gap:clamp(2rem,4vw,3.5rem);width:min(100% - 2rem,58rem);padding:clamp(4.75rem,8vw,5.5rem) clamp(1.5rem,4vw,2.5rem) clamp(2rem,5vw,3rem)}.lets-talk-page__media{width:min(100%,20rem)}.lets-talk-page__panel h1{font-size:clamp(2.2rem,4.3vw,3rem)}}@media (width<=768px){.lets-talk-page{grid-template-columns:1fr;gap:clamp(1.5rem,5vw,2.4rem);padding:clamp(4.75rem,14vw,6rem) clamp(1rem,5vw,1.75rem) clamp(2rem,6vw,3rem);overflow:visible}.lets-talk-page__media{border-radius:clamp(1.4rem,6vw,2.35rem);justify-self:center;width:min(100%,21rem);max-height:34svh}.lets-talk-page__media img{aspect-ratio:1.18;object-position:center 72%}.lets-talk-page__panel{justify-self:center}.lets-talk-page__logo{width:clamp(2.5rem,9vw,3.35rem);height:clamp(2.5rem,9vw,3.35rem)}.lets-talk-page__panel h1{white-space:normal;font-size:clamp(2.25rem,10vw,3.25rem)}.lets-talk-page__panel p{font-size:clamp(.72rem,2.8vw,.95rem)}.lets-talk-page__divider{margin:clamp(1rem,4vw,1.55rem) 0}.lets-talk-form input,.lets-talk-form button{min-height:clamp(2.75rem,8vw,3.2rem)}}@media (width<=480px){.lets-talk-page{padding-inline:1rem}.lets-talk-page__media{max-height:30svh}.lets-talk-page__panel h1{font-size:clamp(2.15rem,12vw,2.9rem)}.lets-talk-form input{padding-inline:.9rem;font-size:clamp(.82rem,3.8vw,.95rem)}.lets-talk-form__or{margin:clamp(.85rem,4vw,1.2rem) 0;font-size:clamp(1rem,4.4vw,1.2rem)}.lets-talk-form button{margin-top:clamp(1.25rem,5vw,1.75rem);font-size:clamp(.95rem,4.2vw,1.1rem)}}.director-page{--director-page-bg:color-mix(in srgb, var(--bg) 94%, var(--director-accent) 6%);background:var(--director-page-bg);min-height:100vh;padding-top:0;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;position:relative;overflow:clip visible}.page-live:has(.director-page){background:color-mix(in srgb, var(--bg) 94%, var(--director-accent) 6%)}body:has(.director-page){background:color-mix(in srgb, var(--bg) 94%, var(--director-accent) 6%)}body:has(.director-page) .site-footer{background:color-mix(in srgb, var(--bg) 94%, var(--director-accent) 6%)}.director-page__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.director-section{background:var(--director-page-bg);width:min(100%,120rem);margin:0 auto;padding:clamp(1rem,2vw,1.5rem) clamp(1.25rem,4vw,3rem) clamp(6rem,9vw,9rem);position:relative}.director-section__mist{z-index:4;background:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--director-page-bg) 34%, transparent) 58%, var(--director-page-bg) 100%);pointer-events:none;height:clamp(4rem,8vw,6.75rem);position:absolute;bottom:0;left:0;right:0}.director-hero .director-section__mist{height:clamp(4.5rem,7vw,6.25rem)}.director-hero{min-height:var(--director-hero-height,calc(100vh - 7rem));isolation:isolate;overflow:hidden}.director-hero__name,.director-hero__about-title,.director-overview__ghost,.director-story__statement{font-family:Montserrat,Manrope,Avenir Next,Segoe UI,sans-serif}.director-hero__name{z-index:1;width:100%;font-size:var(--director-hero-name-size,clamp(6.912rem, 24.48vw, 18.72rem));letter-spacing:var(--director-hero-letter-spacing,-.04em);text-transform:uppercase;white-space:nowrap;color:var(--director-accent);pointer-events:none;margin:0;font-weight:800;line-height:.88;position:absolute;left:0}.director-hero__name--first{top:var(--director-hero-first-top,clamp(3rem, 6vw, 5rem));padding-left:var(--director-hero-text-inset,10%);text-align:left}.director-hero__name--last{top:var(--director-hero-last-top,clamp(14.75rem, 21.6vw, 19.2rem));padding-right:var(--director-hero-text-inset,10%);text-align:right}.director-hero__about-anchor{z-index:1;padding:var(--director-about-title-top,30vh) clamp(1rem, 4vw, 3rem) 0;pointer-events:none;place-items:start center;display:grid;position:absolute;inset:0}.director-hero__about-title{letter-spacing:.025em;text-align:center;text-transform:uppercase;text-wrap:balance;max-width:min(96vw,72rem);color:color-mix(in srgb, var(--director-accent) 72%, var(--bg) 28%);opacity:0;will-change:transform, opacity;margin:0;font-size:clamp(3.2rem,11vw,9.25rem);font-weight:800;line-height:.9}.director-hero__copy{z-index:3;pointer-events:none;width:min(44vw,37rem);position:absolute;bottom:clamp(2.75rem,7vh,4.75rem);right:clamp(1.25rem,2.8vw,3rem)}.director-story__statement.director-hero__statement{text-align:left;will-change:transform, opacity, clip-path;max-width:none;margin:0;font-size:clamp(1.45rem,2.1vw,2.25rem);line-height:1.08}.director-hero__statement-word-clip{vertical-align:bottom;margin-right:.16em;display:inline-block;overflow:hidden}.director-hero__statement-word{will-change:transform, opacity;display:inline-block}.director-portrait{z-index:2;isolation:isolate;position:relative}.director-portrait:before{content:"";z-index:-1;background:radial-gradient(circle, color-mix(in srgb, var(--director-accent) 36%, transparent) 0%, transparent 72%);filter:blur(clamp(34px,5vw,72px));border-radius:999px;position:absolute;inset:10% 12% 22%}.director-portrait img{object-fit:cover;object-position:center top;width:100%;height:auto;filter:drop-shadow(0 2rem 3.25rem var(--director-shadow));display:block;-webkit-mask-image:linear-gradient(#000 0% 72%,#0000 100%);mask-image:linear-gradient(#000 0% 72%,#0000 100%)}.director-portrait--hero{width:var(--director-hero-image-width,min(46vw, 33rem));margin:0 0 0 var(--director-hero-image-offset,-16.5rem);position:absolute;bottom:0;left:50%}.director-portrait--hero:before{inset:10% 18% 8%}.director-portrait--hero img{object-fit:contain;object-position:center bottom;-webkit-mask-image:none;mask-image:none}.director-story{grid-template-columns:minmax(0,.86fr) minmax(0,1fr);align-items:end;gap:clamp(2rem,6vw,6rem);min-height:clamp(35rem,58vw,49rem);padding-top:clamp(.5rem,3vw,2rem);display:grid}.director-portrait--story{justify-self:start;width:min(30vw,22rem)}.director-story__copy{max-width:42rem;padding-bottom:clamp(1rem,3vw,3rem)}.director-story__eyebrow{letter-spacing:.24em;text-transform:uppercase;color:color-mix(in srgb, var(--text) 52%, transparent);margin:0 0 1rem;font-size:clamp(.72rem,.95vw,.84rem);font-weight:700}.director-story__statement{letter-spacing:-.05em;text-wrap:balance;margin:0;font-size:clamp(1.7rem,3.8vw,4rem);font-weight:700;line-height:1.02}.director-story__accent{color:var(--director-accent-strong)}.director-story__muted{color:color-mix(in srgb, var(--text) 22%, var(--bg) 78%)}.director-story__narrative{max-width:34rem;color:color-mix(in srgb, var(--text) 68%, transparent);margin:clamp(1.25rem,2vw,1.75rem) 0 0;font-size:clamp(.98rem,1.35vw,1.14rem);line-height:1.72}.director-page--aviraj .director-hero{padding-bottom:clamp(2rem,4vw,3.25rem)}.director-linkedin-feed{padding:clamp(2.75rem,5vw,5rem) clamp(1.25rem,4vw,3rem) clamp(1.25rem,3vw,2rem)}.director-linkedin-feed__shell{width:min(100%,82rem);margin:0 auto}.director-linkedin-feed__widget{width:100%;min-height:clamp(26rem,54vw,42rem)}.director-linkedin-feed__widget>[class^=elfsight-app-]{min-height:inherit;display:block}@media (width<=1024px){.director-section{padding-inline:clamp(1rem,4vw,2rem)}.director-hero__copy{width:min(50vw,35rem);bottom:clamp(3rem,7vh,4.75rem);right:clamp(1rem,2.5vw,2rem)}.director-story__statement.director-hero__statement{font-size:clamp(1.25rem,2.55vw,2rem)}.director-story{text-align:center;grid-template-columns:1fr;justify-items:center;min-height:auto}.director-portrait--story{justify-self:center;width:min(42vw,20rem)}.director-story__copy{max-width:44rem;padding-bottom:0}.director-linkedin-feed__widget{min-height:clamp(24rem,66vw,38rem)}.director-story__narrative{margin-left:auto;margin-right:auto}}@media (width<=768px){.director-section{padding:clamp(.75rem,3vw,1rem) clamp(1rem,5vw,1.5rem) clamp(4.75rem,13vw,6.5rem)}.director-hero__copy{width:min(88vw,28rem);inset:auto auto clamp(5rem,14vh,7rem) 50%;transform:translate(-50%)}.director-story__statement.director-hero__statement{text-align:center;font-size:clamp(1.15rem,5.4vw,1.8rem);line-height:1.12}.director-hero__statement-word-clip{margin-right:.14em}.director-story{gap:clamp(1.5rem,5vw,2rem);padding-top:0}.director-portrait--story{width:min(68vw,18rem)}.director-story__copy{text-align:left}.director-story__statement{font-size:clamp(1.5rem,8vw,2.8rem)}.director-story__narrative{max-width:none;margin-left:0;margin-right:0;font-size:clamp(.96rem,3.6vw,1.05rem)}.director-linkedin-feed{padding:clamp(2rem,8vw,3.5rem) clamp(1rem,5vw,1.5rem) clamp(1rem,4vw,1.5rem)}.director-linkedin-feed__widget{min-height:clamp(22rem,92vw,34rem)}.director-section__mist{height:clamp(4.5rem,16vw,6rem)}}@media (width<=480px){.director-hero__copy{width:min(94vw,24rem);bottom:clamp(4.5rem,11vh,5.75rem)}.director-story__statement.director-hero__statement{font-size:clamp(1rem,5.1vw,1.45rem);line-height:1.16}.director-portrait--story{width:min(72vw,15rem)}.director-story__statement{font-size:clamp(1.32rem,8.8vw,2rem)}.director-story__narrative{line-height:1.64}}:root{--lg-radius:999px;--lg-radius-card:18px;--lg-blur:22px;--lg-blur-strong:32px;--lg-saturation:180%;--lg-tint:#ffffff8c;--lg-tint-edge:#ffffffd9;--lg-tint-bottom:#ffffff2e;--lg-border:#ffffff8c;--lg-highlight:#ffffffd9;--lg-text:#0a0a0a}:root[data-theme=dark]{--lg-tint:#1c1c2073;--lg-tint-edge:#ffffff2e;--lg-tint-bottom:#00000047;--lg-border:#ffffff24;--lg-highlight:#ffffff59;--lg-text:#f4f4f4}.liquid-glass{isolation:isolate;border-radius:var(--lg-radius);color:var(--lg-text);background:linear-gradient(180deg, var(--lg-tint-edge) 0%, var(--lg-tint) 22%, var(--lg-tint) 78%, var(--lg-tint-bottom) 100%);border:1px solid var(--lg-border);-webkit-backdrop-filter:blur(var(--lg-blur)) saturate(var(--lg-saturation));transition:transform .2s cubic-bezier(.2,.8,.2,1),background .2s;position:relative}.liquid-glass:before{content:"";z-index:-1;border-radius:inherit;-webkit-backdrop-filter:blur(2px);pointer-events:none;opacity:.9;position:absolute;inset:0}.liquid-glass:after{content:"";border-radius:inherit;filter:blur(6px);pointer-events:none;mix-blend-mode:screen;opacity:.85;background:linear-gradient(#ffffff8c 0%,#ffffff0d 100%);height:45%;position:absolute;top:1px;left:8%;right:8%}:root[data-theme=dark] .liquid-glass:after{opacity:.6;background:linear-gradient(#ffffff38 0%,#ffffff05 100%)}.liquid-glass--card{border-radius:var(--lg-radius-card)}.liquid-glass--circle{border-radius:50%}.liquid-glass--strong{-webkit-backdrop-filter:blur(var(--lg-blur-strong)) saturate(var(--lg-saturation))}.liquid-glass-button{cursor:pointer;-webkit-user-select:none;user-select:none;font:inherit;appearance:none;-webkit-tap-highlight-color:transparent}.liquid-glass-button:hover{transform:translateY(-1px)}.liquid-glass-button:active{transform:translateY(0)scale(.97)}.liquid-glass-button:focus-visible{outline:2px solid var(--lg-text);outline-offset:3px}@keyframes liquid-shimmer{0%{background-position:0 0}to{background-position:200% 0}}.liquid-glass--animated:after{filter:blur(8px);background:linear-gradient(100deg,#fff0 0%,#ffffff73 30%,#ffffff0d 55%,#ffffff59 75%,#fff0 100%) 0 0/200% 100%;animation:6s ease-in-out infinite liquid-shimmer}@media (width<=768px){.liquid-glass-button{min-width:44px;min-height:44px}:root{--lg-tint:#ffffffc7;--lg-tint-edge:#fffffff2;--lg-tint-bottom:#dce0e699;--lg-border:#ffffffbf}:root[data-theme=dark]{--lg-tint:#46484ed9;--lg-tint-edge:#dce0e68c;--lg-tint-bottom:#14161ab3;--lg-border:#ffffff47}.liquid-glass:before{display:none}}.home-page{min-height:100vh}.page-live{width:100%}.hero-section{isolation:isolate;background:radial-gradient(circle at 50% 10%, var(--hero-glow), transparent 55%), #fdfcf8;width:100%;height:100vh;position:relative;overflow:hidden}.hero-section.is-loading .hero-canvas-wrap,.hero-section.is-loading .hero-overlay{opacity:0;pointer-events:none}.loading-screen{z-index:40;background:radial-gradient(circle at 50% 20%, var(--hero-glow), transparent 54%), var(--bg);text-align:center;place-content:center;place-items:center;gap:.55rem;display:grid;position:absolute;inset:0}.loading-brand{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.72rem}.loading-screen h2{color:var(--text);margin:0;font-size:clamp(1.3rem,2.5vw,2.1rem);line-height:1.15}.loading-label,.loading-pct{color:var(--muted);margin:0;font-size:.9rem}.loading-track{background:color-mix(in srgb, var(--muted) 15%, transparent);border-radius:999px;width:min(70vw,340px);height:6px;overflow:hidden}.loading-fill{background:var(--text);border-radius:999px;height:100%;transition:width .24s}.hero-canvas-wrap{cursor:grab;touch-action:pan-y;will-change:transform;backface-visibility:hidden;contain:layout paint size style;width:100vw;height:100vh;position:absolute;top:0;left:0;transform:translateZ(0)}.hero-canvas-wrap:active{cursor:grabbing}.hero-canvas-wrap canvas{will-change:transform;transform:translateZ(0);width:100%!important;height:100%!important}.hero-overlay{z-index:15;text-align:center;pointer-events:none;background:linear-gradient(#fdfcf800 0%,#fdfcf8b8 66%,#fdfcf8 100%);padding:9rem 2rem 3rem;position:absolute;bottom:0;left:0;right:0}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.74rem}.hero-overlay h1{letter-spacing:-.03em;max-width:18ch;color:var(--text);margin:.65rem auto 0;font-size:clamp(1.5rem,3vw,3.4rem);font-weight:500;line-height:1.05}.tagline{max-width:52ch;color:var(--muted);margin:.8rem auto 0;font-size:clamp(.85rem,1.1vw,1.1rem);line-height:1.6}@media (width<=1024px){.hero-overlay{padding:8rem 2.5rem 2.5rem}.hero-overlay h1{font-size:clamp(1.65rem,3.8vw,3.6rem)}.tagline{font-size:clamp(.88rem,1.4vw,1.05rem)}}@media (width<=768px){.hero-overlay{background:linear-gradient(#fdfcf800 0%,#fdfcf8c2 60%,#fdfcf8 100%);padding:6rem 1.2rem 2rem}.hero-overlay h1{max-width:16ch;font-size:clamp(1.55rem,6.5vw,2.6rem);line-height:1.1}.tagline{max-width:36ch;font-size:clamp(.82rem,3.2vw,1rem)}.loading-screen h2{font-size:clamp(1.1rem,5vw,1.6rem)}.loading-track{width:min(80vw,280px)}}@media (width<=480px){.hero-overlay{background:linear-gradient(#fdfcf800 0%,#fdfcf8cc 56%,#fdfcf8 100%);padding:5rem 1rem 1.75rem}.hero-overlay h1{max-width:14ch;font-size:clamp(1.4rem,7.5vw,2.2rem)}.tagline{max-width:30ch;font-size:clamp(.78rem,3.6vw,.95rem)}.eyebrow{font-size:.65rem}}
