:root { --ink:#07090d; --paper:#f4f5f5; --muted:#aab1bc; --blue:#9cc9ff; --line:rgba(255,255,255,.16); --pad:clamp(24px,4vw,72px); --font:Inter,"Helvetica Neue","PingFang SC","Noto Sans CJK SC",Arial,sans-serif; --font-size-min:13px; --font-sans:var(--font); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-snap-type:y proximity; }
body { margin:0; overflow-x:hidden; background:var(--ink); color:var(--paper); font-family:var(--font); -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button { color:inherit; font:inherit; }
.page-loader { display:none; }
html.page-loading body { overflow:hidden; }
html.page-loading .site-header,html.page-loading main { visibility:hidden; opacity:0; pointer-events:none; }
html.page-loading.page-revealing .site-header,html.page-loading.page-revealing main { visibility:visible; opacity:1; transition:opacity .7s ease; }
html.page-loading .page-loader { position:fixed; z-index:2000; inset:0; display:flex; visibility:visible; opacity:1; align-items:center; justify-content:center; padding:var(--pad); background:radial-gradient(circle at 50% 42%,rgba(42,73,110,.24),transparent 38%),#07090d; pointer-events:auto; transition:opacity .55s ease; }
html.page-loading.page-revealing .page-loader { opacity:0; pointer-events:none; }
.page-loader::before { content:""; position:absolute; inset:24px; border:1px solid rgba(255,255,255,.12); }
.page-loader-inner { position:relative; width:min(680px,78vw); }
.page-loader-brand { display:flex; align-items:center; gap:12px; margin-bottom:clamp(80px,13vh,150px); font-size:22px; font-weight:650; letter-spacing:-.04em; }
.page-loader-brand .brand-mark { width:34px; color:var(--blue); }
.page-loader-status { display:flex; align-items:end; justify-content:space-between; gap:30px; }
.page-loader-status p { margin:0; color:#c8ced7; font-size:12px; letter-spacing:.16em; }
.page-loader-status > span { font-size:clamp(42px,5vw,76px); line-height:.8; font-weight:500; letter-spacing:-.06em; font-variant-numeric:tabular-nums; }
.page-loader-track { position:relative; height:1px; margin-top:28px; overflow:hidden; background:rgba(255,255,255,.18); }
.page-loader-track i { display:block; width:100%; height:100%; background:var(--blue); box-shadow:0 0 18px rgba(156,201,255,.55); transform:scaleX(0); transform-origin:left; transition:transform .14s linear; }
.page-loader.is-indeterminate .page-loader-track i { width:36%; animation:loaderIndeterminate 1.15s ease-in-out infinite; transform:translateX(-110%); }
.page-loader.is-indeterminate .page-loader-status > span { visibility:hidden; }
.page-loader.has-error .page-loader-status p { color:#ff9f9f; }
.page-loader.has-error .page-loader-track i { background:#ff7777; box-shadow:0 0 18px rgba(255,119,119,.45); }
.page-loader-announcement { position:absolute; width:1px; height:1px; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.page-loader-retry { margin-top:32px; padding:10px 0 8px; border:0; border-bottom:1px solid rgba(255,255,255,.5); background:none; font-size:13px; letter-spacing:.1em; cursor:pointer; }
.page-loader-retry:hover,.page-loader-retry:focus-visible { color:var(--blue); border-color:var(--blue); }
@keyframes loaderIndeterminate { 0% { transform:translateX(-110%); } 60%,100% { transform:translateX(300%); } }
.noise { position:fixed; inset:0; z-index:40; pointer-events:none; opacity:.03; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.device-notice { display:none; }
.site-header { position:fixed; z-index:30; inset:0 0 auto; height:72px; padding:0 var(--pad); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-bottom:1px solid var(--line); transition:background .35s,backdrop-filter .35s; }
.site-header.scrolled { background:rgba(5,7,10,.68); backdrop-filter:blur(16px); }
.brand { display:inline-flex; align-items:center; gap:10px; width:max-content; font-size:20px; font-weight:650; letter-spacing:-.04em; }
.brand-mark,.closing-mark { width:29px; fill:none; stroke:currentColor; stroke-width:1.4; }
.brand-mark circle,.closing-mark circle { fill:currentColor; stroke:none; }
.desktop-nav { display:flex; align-items:center; gap:32px; font-size:16px; }
.desktop-nav a { position:relative; transition:color .2s; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-9px; height:1px; background:var(--blue); transition:right .25s; }
.desktop-nav a:hover,.desktop-nav a.active { color:var(--blue); }
.desktop-nav a:hover::after,.desktop-nav a.active::after { right:0; }
.page-status { justify-self:end; display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.74); font-size:11px; letter-spacing:.12em; }
.page-status i { display:block; width:34px; height:1px; background:rgba(255,255,255,.42); }
.menu-button,.mobile-menu { display:none; }
.story-page { position:relative; min-height:100svh; overflow:hidden; scroll-snap-align:start; background:#080a0e; isolation:isolate; }
.page-background { position:absolute; z-index:-3; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; transform:scale(1.015); transition:opacity .55s ease,transform 1.7s cubic-bezier(.2,.75,.2,1); }
.story-page.is-current .page-background { transform:scale(1); }
.story-page:has([data-media-state="loading"])::after { content:""; position:absolute; z-index:-2; top:-15%; bottom:-15%; left:-60%; width:45%; pointer-events:none; background:linear-gradient(90deg,transparent,rgba(132,185,240,.035) 30%,rgba(177,217,255,.13) 50%,rgba(132,185,240,.035) 70%,transparent); transform:translate3d(0,0,0) skewX(-12deg); will-change:transform; animation:mediaShimmer 1.5s ease-in-out infinite; }
[data-media-state="idle"],img[data-media-state="loading"],img[data-media-state="fallback"] { opacity:0; }
video[data-media-state="loading"] { opacity:.86; }
video[data-media-state="fallback"],[data-media-state="ready"] { opacity:1; }
.page-background[data-video-sequence] { transition:transform 1.7s cubic-bezier(.2,.75,.2,1); }
.page-background[data-video-sequence]:not(.is-active) { opacity:0; }
@keyframes mediaShimmer { to { transform:translate3d(360%,0,0) skewX(-12deg); } }
.page-shade { position:absolute; z-index:-2; inset:0; background:linear-gradient(90deg,rgba(3,5,8,.91) 0%,rgba(3,5,8,.68) 30%,rgba(3,5,8,.18) 63%,rgba(3,5,8,.06) 100%),linear-gradient(0deg,rgba(3,5,8,.68),transparent 42%); }
.page-copy { position:absolute; z-index:2; left:var(--pad); bottom:clamp(100px,12vh,150px); width:min(690px,52vw); }
#spatial .page-background,
#gaze .page-background,
#agent .page-background { left:15%; right:auto; }
#devices .page-background { left:30%; right:auto; }
.eyebrow { margin:0 0 24px; color:#c2c9d3; font-size:12px; line-height:1.2; letter-spacing:.13em; text-transform:uppercase; }
.page-copy h1,.page-copy h2 { margin:0; font-weight:520; letter-spacing:-.055em; text-wrap:balance; }
.page-copy h1 { font-size:clamp(58px,6.1vw,104px); line-height:1.03; }
.page-copy h2 { font-size:clamp(64px,7vw,116px); line-height:.96; }
.lede { max-width:530px; margin:30px 0 0; color:#ced3da; font-size:clamp(16px,1.25vw,20px); line-height:1.75; }
.feature-list { display:flex; gap:0; margin:32px 0 0; padding:0; list-style:none; color:rgba(242,245,248,.82); font-size:12px; letter-spacing:.06em; }
.feature-list li { padding:0 18px; border-left:1px solid rgba(255,255,255,.3); }
.feature-list li:first-child { padding-left:0; border:0; }
.application-index { display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:30px; }
.application-index a { padding-bottom:5px; border-bottom:1px solid rgba(255,255,255,.46); font-size:13px; letter-spacing:.04em; transition:color .2s,border-color .2s; }
.application-index a:hover,.application-index a:focus-visible { color:var(--blue); border-color:var(--blue); }
.page-index { position:absolute; z-index:2; right:var(--pad); bottom:30px; margin:0; color:rgba(240,244,249,.65); font-size:11px; letter-spacing:.12em; }
.scroll-cue { position:absolute; z-index:2; right:var(--pad); bottom:77px; display:flex; align-items:center; gap:24px; padding-bottom:8px; border-bottom:1px solid rgba(255,255,255,.46); font-size:12px; letter-spacing:.08em; }
.scroll-cue i { color:var(--blue); font-style:normal; animation:breathe 1.8s ease-in-out infinite; }
@keyframes breathe { 50% { transform:translateY(5px); } }
.reveal-ready .reveal { opacity:0; transform:translateY(28px); transition:opacity .85s ease,transform .85s cubic-bezier(.2,.75,.2,1); }
.reveal-ready .reveal.visible { opacity:1; transform:none; }
.section-pad { padding:clamp(90px,12vw,190px) var(--pad); }
.section-kicker { display:flex; justify-content:space-between; padding-top:13px; border-top:1px solid currentColor; text-transform:uppercase; font:var(--font-size-min)/1.2 var(--font-sans); letter-spacing:.08em; }
.application-section-kicker { position:absolute; z-index:3; top:clamp(100px,12vh,150px); left:var(--pad); right:var(--pad); border-top:0; color:rgba(240,244,249,.76); }
.application-cursor { position:relative; display:flex; align-items:flex-end; min-height:100svh; isolation:isolate; background:#080a0e; }
.cursor-video-background,.cursor-video-shade { position:absolute; }
.cursor-video-background { z-index:-2; inset:0 0 0 36%; overflow:hidden; background:#080a0e; }
.cursor-background-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transition:opacity .55s ease; }
.cursor-background-video.is-active[data-media-state="ready"],.cursor-background-video.is-active[data-media-state="fallback"] { opacity:1; }
.cursor-video-shade { z-index:-1; inset:0; background:linear-gradient(90deg,#080a0e 0%,#080a0e 31%,rgba(8,10,14,.96) 36%,rgba(8,10,14,.68) 41%,rgba(8,10,14,.18) 47%,transparent 53%),linear-gradient(0deg,rgba(3,5,8,.42),transparent 45%); }
.cursor-video-copy { width:min(680px,50vw); padding-right:0; padding-bottom:clamp(70px,10vh,120px); }
.cursor-video-copy h2 { margin:0; font-size:clamp(22px,5.2vw,84px); line-height:.89; letter-spacing:-.07em; font-weight:550; text-wrap:balance; }
.engine { color:#f7f7f4; }
.engine .cursor-video-background { left:26%; }
.engine .cursor-video-shade { background:linear-gradient(90deg,#080a0e 0%,#080a0e 22%,rgba(8,10,14,.82) 27%,rgba(8,10,14,.44) 33%,rgba(8,10,14,.1) 40%,transparent 46%),linear-gradient(0deg,rgba(3,5,8,.32),transparent 45%); }
.engine-section-kicker { right:auto; flex-direction:column; justify-content:flex-start; gap:12px; }
.engine-features { margin:clamp(14px,1.6vw,24px) 0 0; padding-left:1.1em; color:#d3d6dc; font-size:clamp(18px,1.6vw,25px); line-height:1.75; }
.closing { display:flex; align-items:center; justify-content:center; min-height:100svh; background:radial-gradient(circle at 50% 45%,#182a3e 0%,#0b111a 30%,#06080c 70%); text-align:center; }
.closing::before { content:""; position:absolute; inset:72px var(--pad) 70px; border:1px solid rgba(255,255,255,.12); }
.closing-background { position:absolute; left:50%; top:50%; width:min(1160px,96vw); height:min(660px,76vw); object-fit:cover; object-position:center; transform:translate(-50%,-50%); transition:opacity .55s ease; -webkit-mask-image:radial-gradient(ellipse,#000 42%,transparent 76%); mask-image:radial-gradient(ellipse,#000 42%,transparent 76%); }
.closing-copy { position:relative; z-index:2; padding:0 24px; }
.closing-mark { width:44px; margin-bottom:28px; color:var(--blue); }
.closing-copy p { margin:0 0 28px; color:var(--blue); font-size:12px; letter-spacing:.18em; }
.closing-copy h2 { margin:0; font-size:clamp(48px,6vw,98px); line-height:1.06; letter-spacing:.04em; font-weight:520; }
.closing-copy span { display:block; margin-top:35px; color:#bec7d2; font-size:12px; letter-spacing:.24em; }
.closing > .page-index { bottom:86px; }
footer { position:absolute; z-index:2; left:var(--pad); right:var(--pad); bottom:25px; display:grid; grid-template-columns:1fr 1fr auto; align-items:end; color:#9da6b2; text-align:left; font-size:10px; line-height:1.6; letter-spacing:.12em; }
footer p { margin:0; }
footer a { color:#eff2f5; font-size:12px; }
html.mobile-device body { overflow:hidden; }
html.mobile-device body > :not(.device-notice):not(script) { visibility:hidden; }
html.mobile-device .device-notice { position:fixed; inset:0; z-index:1000; display:flex; visibility:visible; min-height:100svh; padding:32px 24px; flex-direction:column; align-items:center; justify-content:center; background:radial-gradient(circle at 50% 40%,rgba(41,69,104,.28),transparent 42%),#07090d; text-align:center; }
html.mobile-device .device-notice::before { content:""; position:absolute; inset:24px; border:1px solid rgba(255,255,255,.12); }
html.mobile-device .device-notice .brand-mark { width:48px; margin-bottom:44px; color:var(--blue); }
html.mobile-device .device-notice p { margin:0 0 22px; color:#8ba9ce; font-size:11px; letter-spacing:.16em; }
html.mobile-device .device-notice h1 { max-width:8em; margin:0; font-size:clamp(36px,10vw,68px); line-height:1.08; letter-spacing:-.055em; font-weight:520; }
html.mobile-device .device-notice span { max-width:25em; margin-top:26px; color:#aeb5c0; font-size:15px; line-height:1.8; }
@media (max-width:900px) {
  html { scroll-snap-type:none; }
  .site-header { grid-template-columns:1fr auto; height:64px; }
  .desktop-nav,.page-status { display:none; }
  .menu-button { justify-self:end; display:grid; width:38px; height:38px; padding:9px 6px; border:0; background:none; cursor:pointer; }
  .menu-button span { display:block; width:26px; height:1px; margin:auto; background:currentColor; transition:transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform:translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform:translateY(-5px) rotate(-45deg); }
  .mobile-menu { position:fixed; z-index:-1; inset:0; display:flex; padding:100px var(--pad) 50px; flex-direction:column; justify-content:center; gap:24px; background:rgba(5,7,11,.97); opacity:0; pointer-events:none; transition:opacity .25s; }
  .mobile-menu.open { opacity:1; pointer-events:auto; }
  .mobile-menu a { font-size:clamp(30px,9vw,50px); letter-spacing:-.04em; }
  .story-page { min-height:max(720px,100svh); }
  .page-background { object-position:68% center; }
  .page-shade { background:linear-gradient(0deg,rgba(3,5,8,.94) 0%,rgba(3,5,8,.72) 45%,rgba(3,5,8,.16) 82%); }
  .page-copy { left:var(--pad); right:var(--pad); bottom:85px; width:auto; }
  .page-copy h1 { font-size:clamp(46px,12vw,68px); }
  .page-copy h2 { font-size:clamp(52px,14vw,76px); }
  .lede { margin-top:22px; font-size:16px; line-height:1.65; }
  .feature-list { flex-wrap:wrap; row-gap:10px; margin-top:24px; }
  .scroll-cue { display:none; }
  .page-index { left:var(--pad); right:auto; bottom:24px; }
  .closing::before { inset:64px 18px 22px; }
  .closing-copy h2 { font-size:clamp(42px,11vw,62px); }
  footer { left:32px; right:32px; grid-template-columns:1fr auto; }
  footer p:nth-child(2) { display:none; }
  .closing .page-index { display:none; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } .story-page:has([data-media-state="loading"])::after { animation:none; display:none; } .reveal-ready .reveal { opacity:1; transform:none; } }

/* Application detail pages */
.application-page { background:#07090d; }
.application-page .nav-cta { justify-self:end; display:flex; align-items:center; gap:16px; font-size:13px; }
.application-page .section-pad { padding:clamp(90px,12vw,190px) var(--pad); }
.application-page .section-kicker { display:flex; justify-content:space-between; padding-top:13px; border-top:1px solid currentColor; text-transform:uppercase; font:var(--font-size-min)/1.2 var(--font-sans); letter-spacing:.08em; }
.application-page .display-copy { margin:clamp(70px,9vw,140px) 0; font-size:clamp(48px,7.4vw,118px); line-height:.98; letter-spacing:-.065em; font-weight:520; }
.application-page .display-copy em { color:#6e7785; font-style:normal; }
.application-hero { min-height:100svh; position:relative; overflow:hidden; display:flex; align-items:flex-end; background:#080a0e; }
.application-hero-copy { position:relative; z-index:3; width:min(880px,70vw); margin:0 0 12vh var(--pad); }
.application-hero-copy > p { margin:0 0 32px; color:var(--blue); font:var(--font-size-min) var(--font-sans); letter-spacing:.13em; }
.application-hero-copy h1 { margin:0; max-width:960px; font-size:clamp(66px,8.7vw,142px); line-height:.86; letter-spacing:-.075em; font-weight:540; }
.no-break { white-space:nowrap; }
.application-hero-copy > span { display:block; margin-top:34px; color:#c4c9d1; font-size:clamp(16px,1.4vw,21px); }
.application-hero-meta { position:absolute; z-index:4; left:var(--pad); right:var(--pad); bottom:28px; display:flex; justify-content:space-between; color:#8f97a3; font:var(--font-size-min) var(--font-sans); letter-spacing:.1em; }
.application-hero-meta a { color:#d9dde4; }
.image-hero .application-hero-image,.image-hero .application-hero-shade { position:absolute; inset:0; }
.image-hero .application-hero-image { background-repeat:no-repeat; background-size:cover; background-position:center; transform:scale(1.015); animation:detailHeroIn 1.8s cubic-bezier(.2,.8,.2,1) both; }
.application-hero-shade { z-index:1; background:linear-gradient(90deg,rgba(3,5,8,.92) 0%,rgba(3,5,8,.67) 38%,rgba(3,5,8,.06) 73%),linear-gradient(0deg,rgba(3,5,8,.72),transparent 42%); }
@keyframes detailHeroIn { from { opacity:0; transform:scale(1.08); } }
.detail-grid { position:absolute; inset:0; opacity:.2; background-image:linear-gradient(rgba(151,186,235,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(151,186,235,.15) 1px,transparent 1px); background-size:56px 56px; mask-image:linear-gradient(90deg,transparent 10%,black 65%); }
.cursor-stage-art { position:absolute; width:62vw; height:66vh; right:-4vw; top:18vh; perspective:1100px; }
.cursor-screen { position:absolute; inset:0; border:1px solid rgba(255,255,255,.18); border-radius:14px; background:linear-gradient(145deg,rgba(20,27,39,.96),rgba(6,9,14,.88)); box-shadow:-25px 30px 120px rgba(62,108,185,.18); transform:rotateY(-8deg) rotateX(2deg); }
.cursor-screen span { position:absolute; left:20%; height:8px; border-radius:8px; background:#2c3747; }
.cursor-screen span:nth-child(1) { top:32%; width:54%; }
.cursor-screen span:nth-child(2) { top:44%; width:67%; background:#617da6; box-shadow:0 0 22px #8dbdff55; }
.cursor-screen span:nth-child(3) { top:56%; width:42%; }
.cursor-screen i { position:absolute; width:70px; height:70px; left:48%; top:calc(44% - 31px); border:1px solid var(--blue); border-radius:50%; box-shadow:0 0 45px #8dbdff66; }
.cursor-screen i::after { content:""; position:absolute; width:7px; height:7px; left:calc(50% - 3px); top:calc(50% - 3px); border-radius:50%; background:#fff; box-shadow:0 0 16px var(--blue); }
.cursor-beam { position:absolute; z-index:2; width:80%; height:1px; left:-15%; top:46%; background:linear-gradient(90deg,transparent,var(--blue),transparent); transform:rotate(-7deg); box-shadow:0 0 24px var(--blue); }
.detail-intro { background:var(--paper); color:#111318; }
.detail-intro .display-copy { margin-bottom:80px; }
.detail-lede { display:grid; grid-template-columns:1fr 1fr; }
.detail-lede p { grid-column:2; margin:0; max-width:660px; font-size:clamp(18px,1.7vw,26px); line-height:1.65; }
.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding-top:0; padding-bottom:0; background:#111318; }
.capability { min-height:480px; padding:36px clamp(24px,3vw,54px) 48px; display:flex; flex-direction:column; border:1px solid rgba(255,255,255,.16); background:#0b0e13; }
.capability > span { color:var(--blue); font:var(--font-size-min) var(--font-sans); }
.capability h3 { margin:auto 0 20px; font-size:clamp(34px,3vw,52px); letter-spacing:-.05em; font-weight:520; }
.capability p { margin:0; color:#8f96a1; line-height:1.7; }
.detail-statement { min-height:760px; display:flex; flex-direction:column; justify-content:center; background:#c9ff48; color:#0c1008; }
.detail-statement .eyebrow { color:#536228; }
.detail-statement h2 { margin:22px 0 55px; font-size:clamp(62px,9vw,140px); line-height:.87; letter-spacing:-.075em; font-weight:540; }
.detail-statement > p:last-child { align-self:flex-end; width:min(560px,100%); margin:0; font-size:19px; line-height:1.7; }
.command-showcase { background:#0a0d12; }
.command-list { margin:70px 0 0 20%; border-top:1px solid var(--line); }
.command-list p { margin:0; padding:32px 0; display:grid; grid-template-columns:70px 1fr; border-bottom:1px solid var(--line); font-size:clamp(28px,4vw,62px); line-height:1.1; letter-spacing:-.045em; }
.command-list span { padding-top:.7em; color:var(--blue); font:var(--font-size-min) var(--font-sans); }
.device-flow { position:relative; display:grid; grid-template-columns:repeat(3,1fr); gap:8vw; background:#080b10; overflow:hidden; }
.device-flow article { position:relative; z-index:2; min-height:340px; padding-top:80px; }
.device-flow article > span { display:grid; place-items:center; width:38px; height:38px; border:1px solid var(--blue); border-radius:50%; color:var(--blue); font:var(--font-size-min) var(--font-sans); box-shadow:0 0 28px #8dbdff55; }
.device-flow h3 { margin:100px 0 18px; font-size:36px; letter-spacing:-.04em; }
.device-flow p { max-width:320px; color:#8f96a1; line-height:1.7; }
.device-flow > .flow-line { position:absolute; z-index:1; width:82%; height:1px; left:9%; top:28%; background:linear-gradient(90deg,transparent,var(--blue),transparent); transform:rotate(2deg); box-shadow:0 0 24px #8dbdff; }
.os-statement { background:#dfe4e8; color:#101318; }
.os-statement .eyebrow { color:#5e6671; }
.application-next { display:grid; grid-template-columns:1fr 1fr; background:#05070a; }
.application-next a { min-height:250px; padding:46px var(--pad); display:flex; flex-direction:column; justify-content:space-between; border-top:1px solid var(--line); border-right:1px solid var(--line); transition:background .3s; }
.application-next a:last-child { border-right:0; }
.application-next a:hover { background:#10151d; }
.application-next span { color:#7f8792; font:var(--font-size-min) var(--font-sans); letter-spacing:.1em; }
.application-next strong { font-size:clamp(28px,3vw,48px); letter-spacing:-.045em; font-weight:520; }
.application-page footer { position:static; min-height:112px; padding:28px var(--pad); display:grid; grid-template-columns:2fr 1fr 1fr auto; gap:40px; align-items:center; background:#05070a; border-top:1px solid var(--line); color:#8f949d; font:var(--font-size-min)/1.7 var(--font-sans); letter-spacing:.08em; }
.application-page .footer-brand { color:#fff; font-size:28px; }
.application-page .footer-brand .brand-mark { width:36px; }
.application-page footer > a:last-child { color:#fff; }

@media (max-width:900px) {
  .application-page .nav-cta { display:none; }
  .application-hero-copy { width:calc(100% - var(--pad)*2); margin-bottom:12vh; }
  .application-hero-copy h1 { font-size:clamp(62px,12vw,100px); }
  .cursor-stage-art { width:90vw; height:50vh; right:-20vw; top:27vh; opacity:.6; }
  .detail-lede { grid-template-columns:1fr; }
  .detail-lede p { grid-column:1; }
  .capability-grid { grid-template-columns:1fr; }
  .capability { min-height:360px; }
  .command-list { margin-left:0; }
  .device-flow { grid-template-columns:1fr; gap:0; }
  .device-flow article { min-height:270px; padding-top:35px; }
  .device-flow h3 { margin-top:55px; }
  .device-flow > .flow-line { width:1px; height:72%; left:calc(var(--pad) + 19px); top:14%; background:linear-gradient(transparent,var(--blue),transparent); }
  .application-page footer { left:auto; right:auto; grid-template-columns:1fr 1fr; }
  .application-page .footer-brand { grid-column:1/-1; }
  .application-page footer p:nth-child(2) { display:block; }
}

@media (max-width:560px) {
  .application-page .section-pad { padding-top:92px; padding-bottom:92px; }
  .application-page .section-kicker span:first-child { max-width:60%; }
  .application-page .display-copy { font-size:47px; }
  .application-hero { min-height:max(780px,100svh); align-items:flex-start; }
  .application-hero-copy { margin-top:132px; margin-bottom:0; }
  .application-hero-copy > p { margin-bottom:24px; }
  .application-hero-copy h1 { font-size:clamp(56px,17vw,82px); }
  .application-hero-copy > span { max-width:280px; line-height:1.6; }
  .application-hero-meta { bottom:18px; }
  .image-hero .application-hero-image { background-position:62% center; }
  .application-hero-shade { background:linear-gradient(180deg,rgba(3,5,8,.9),rgba(3,5,8,.42) 58%,rgba(3,5,8,.82)); }
  .cursor-stage-art { top:43%; width:112vw; height:38vh; right:-38vw; }
  .detail-intro .display-copy { margin-bottom:55px; }
  .capability { min-height:320px; padding:28px 24px 34px; }
  .detail-statement { min-height:650px; }
  .detail-statement h2 { font-size:58px; }
  .detail-statement > p:last-child { font-size:17px; }
  .command-list p { grid-template-columns:42px 1fr; padding:25px 0; font-size:28px; }
  .command-list span { padding-top:.5em; }
  .application-next { grid-template-columns:1fr; }
  .application-next a { min-height:180px; border-right:0; }
  .application-next strong { font-size:30px; }
  .application-page footer { grid-template-columns:1fr; }
  .application-page .footer-brand { grid-column:auto; }
}
