:root {
  --black: #050506;
  --black-soft: #0a0a0c;
  --surface: #101013;
  --white: #f5f5f7;
  --white-soft: #c5c5ca;
  --muted: #8c8c95;
  --muted-soft: #5b5b63;
  --line: rgba(255,255,255,.14);
  --line-soft: rgba(255,255,255,.08);
  --glass: rgba(18,18,22,.58);
  --display: 'Tektur', sans-serif;
  --body: 'Manrope', sans-serif;
  --mono: 'JetBrains Mono', monospace;
  --wordmark: 'Archivo', sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --cyan-100: #d7fbff;
  --cyan-200: #a8f3ff;
  --cyan-400: #69d9ee;
  --cyan-600: #167f93;
  --cyan-700: #0c6676;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 0; }
html { scrollbar-color: var(--cyan-400) #090a0d; scrollbar-width: thin; }
html::-webkit-scrollbar { width: 11px; }
html::-webkit-scrollbar-track { background: #090a0d; }
html::-webkit-scrollbar-thumb { border: 3px solid #090a0d; border-radius: 999px; background: linear-gradient(180deg,var(--cyan-200),var(--cyan-600)); }
html::-webkit-scrollbar-thumb:hover { background: var(--cyan-200); }
/* No overflow-x here: it computes to `overflow: hidden auto` and silently
   breaks `position: sticky` in descendants. html already clips overflow-x. */
body { min-width: 0; margin: 0; background: var(--black); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
.site-galaxy { position: fixed; z-index: 0; inset: 0; overflow: hidden; background: radial-gradient(circle at 50% 38%,rgba(41,180,214,.1),transparent 48%),var(--black); pointer-events: none; }
.site-galaxy canvas { display: block; width: 100%; height: 100%; }
main, footer { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button, summary { touch-action: manipulation; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; text-wrap: balance; }
p { line-height: 1.7; text-wrap: pretty; }
.page-width { width: min(calc(100% - 64px), 1240px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 18px; min-height: 44px; padding: 10px 14px; transform: translateY(-160%); background: var(--white); color: var(--black); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--white); outline-offset: 4px; border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.glass { background: rgba(14,14,18,.48); backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%); }
.header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; display: flex; justify-content: center; padding: 16px max(16px,env(safe-area-inset-right)) 0 max(16px,env(safe-area-inset-left)); padding-top: max(16px,env(safe-area-inset-top)); pointer-events: none; isolation: isolate; transition: padding-top .4s ease; }
.header.is-scrolled { padding-top: max(10px,env(safe-area-inset-top)); }
.navbar { display: flex; align-items: center; gap: clamp(14px,2vw,26px); width: min(100%, 1180px); margin: auto; padding: 10px 10px 10px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; box-shadow: inset 0 1px rgba(255,255,255,.1), 0 10px 30px rgba(0,0,0,.4); pointer-events: auto; transition: background .4s ease, border-color .4s ease; }
.navbar.glass { background: rgba(10,11,14,.55); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.header.is-scrolled .navbar { border-color: rgba(255,255,255,.1); }
.header.is-scrolled .navbar.glass { background: rgba(8,9,12,.82); }
.nav-spacer { flex: 1; }
.nav-divider { flex: 0 0 auto; width: 1px; height: 22px; background: rgba(255,255,255,.14); }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; width: max-content; font-size: 13px; font-weight: 700; }
.gt-plate { position: relative; display: grid; flex: 0 0 auto; place-items: center; border: 1.3px solid rgba(255,255,255,.55); border-radius: 7px; }
.gt-plate__mark { font-family: var(--display); font-weight: 700; line-height: 1; }
.gt-plate__bar { position: absolute; left: 50%; height: 1.5px; background: var(--cyan-400); box-shadow: 0 0 8px rgba(105,217,238,.8); transform: translateX(-50%); }
.gt-plate--nav { width: 37px; height: 26px; }
.gt-plate--nav .gt-plate__mark { font-size: .8rem; }
.gt-plate--nav .gt-plate__bar { bottom: 3.25px; width: 9px; }
.gt-plate--footer { width: 44px; height: 31px; border-width: 1.3px; }
.gt-plate--footer .gt-plate__mark { font-size: .95rem; }
.gt-plate--footer .gt-plate__bar { bottom: 4px; width: 11px; }
.gt-plate--lg { width: 52px; height: 37px; border-width: 1.4px; }
.gt-plate--lg .gt-plate__mark { font-size: 1.1rem; }
.gt-plate--lg .gt-plate__bar { bottom: 4.5px; width: 12px; }
.gt-plate--invert { border-color: rgba(5,5,6,.55); }
.gt-plate--invert .gt-plate__mark { color: #050506; }
.gt-plate--invert .gt-plate__bar { background: var(--cyan-600); box-shadow: none; }
.brand-word { font-family: var(--wordmark); font-weight: 800; letter-spacing: .14em; font-size: 13px; text-transform: uppercase; }
.nav-links { position: relative; z-index: 1; display: flex; align-items: center; gap: clamp(16px,2vw,28px); }
.nav-links > a { position: relative; color: var(--white-soft); font-size: 13px; font-weight: 600; transition: color .3s ease; }
.nav-links > a::after { position: absolute; right: 100%; bottom: -6px; left: 0; height: 1px; background: var(--cyan-400); transition: right .35s var(--ease); content: ''; }
.nav-links > a:hover, .nav-links > a[aria-current="page"] { color: var(--white); }
.nav-links > a:hover::after, .nav-links > a[aria-current="page"]::after { right: 0; }
.projects-menu { position: relative; }
.projects-menu summary { position: relative; display: flex; align-items: center; gap: 6px; color: var(--white-soft); font-size: 13px; font-weight: 600; cursor: pointer; list-style: none; transition: color .3s ease; }
.projects-menu summary::after { position: absolute; right: 100%; bottom: -6px; left: 0; height: 1px; background: var(--cyan-400); transition: right .35s var(--ease); content: ''; }
.projects-menu summary:hover::after, .projects-menu[open] summary::after { right: 0; }
.projects-menu summary::-webkit-details-marker { display: none; }
.projects-menu summary:hover, .projects-menu[open] summary { color: var(--white); }
.menu-chevron { display: inline-block; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .25s var(--ease); }
.projects-menu[open] .menu-chevron { transform: translateY(2px) rotate(225deg); }
.projects-dropdown { position: absolute; right: 50%; top: calc(100% + 22px); width: 230px; padding: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(11,11,14,.94); box-shadow: 0 8px 8px rgba(0,0,0,.34); transform: translateX(50%); backdrop-filter: blur(22px) saturate(125%); }
.projects-dropdown::after { position: absolute; bottom: 100%; right: 0; left: 0; height: 24px; content: ''; }
.projects-dropdown a, .projects-dropdown .project-coming { display: grid; gap: 3px; padding: 11px 12px; border-radius: 8px; }
.projects-dropdown a:hover, .projects-dropdown a[aria-current="page"] { background: rgba(255,255,255,.08); }
.projects-dropdown strong { color: var(--white); font-size: 12px; }
.projects-dropdown small { color: var(--muted); font-size: 9px; font-weight: 500; }
.projects-dropdown .project-coming { opacity: .58; cursor: default; }
.nav-links .nav-product { color: #69d9ee; }
.nav-links .nav-product:hover { color: #b9f5ff; }
.nav-cta { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 40px; padding: 0 20px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(255,255,255,.1); color: var(--white); font-size: 12.5px; font-weight: 700; white-space: nowrap; transition: transform .3s var(--ease), background .3s ease; }
.nav-cta:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); }
.menu-button { display: none; width: 44px; min-height: 44px; padding: 0; border: 0; background: none; cursor: pointer; }
.menu-button__icon { position: relative; display: block; width: 20px; height: 14px; }
.menu-button__line { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: top .3s var(--ease), bottom .3s var(--ease), transform .3s var(--ease); }
.menu-button__line:first-child { top: 3px; }
.menu-button__line:last-child { bottom: 3px; }
.menu-button[aria-expanded="true"] .menu-button__line:first-child { top: 6.5px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-button__line:last-child { bottom: 6.5px; transform: rotate(-45deg); }

/* Top padding clears the fixed navbar so the grid centres in the space that is
   actually visible; both paddings match to keep the content optically centred. */
.hero { position: relative; display: flex; min-height: 100svh; min-height: 100dvh; padding: clamp(140px,17vh,190px) 0 clamp(56px,8vh,90px); overflow: hidden; flex-direction: column; justify-content: center; background: var(--black); isolation: isolate; }
.galaxy-container { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.galaxy-container canvas { display: block; width: 100%; height: 100%; }
.hero-vignette { position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 50% 42%,rgba(41,180,214,.16),transparent 46%), radial-gradient(ellipse at 50% 118%,rgba(5,5,6,.92),transparent 58%); pointer-events: none; }
.hero-grain { position: absolute; z-index: 1; inset: 0; opacity: .05; mix-blend-mode: overlay; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; flex: 1; gap: 20px; }
.hero-copy { padding: 0; }
.hero h1 { max-width: 820px; margin-bottom: 31px; font-size: clamp(3.3rem, 6.7vw, 6rem); line-height: .98; letter-spacing: -.04em; }
.hero h1 em { display: block; color: #9b9ba3; font-style: normal; }
.hero-lede { max-width: 610px; margin-bottom: 38px; color: var(--white-soft); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 19px; border-radius: 999px; font-size: 12px; font-weight: 700; transition: transform .3s var(--ease), background .3s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: var(--white); box-shadow: inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(16px) saturate(120%); }
.button-primary:hover { background: rgba(255,255,255,.17); }
.button-ghost { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); color: var(--white-soft); backdrop-filter: blur(14px); }
.button-ghost:hover { background: rgba(255,255,255,.09); color: var(--white); }

.spatial-stage { position: relative; height: min(620px,calc(100dvh - 175px),58vw); min-height: 430px; perspective: 820px; perspective-origin: 50% 48%; transform-style: preserve-3d; touch-action: pan-y; user-select: none; cursor: grab; }
.spatial-stage:focus-visible { outline: 0; }
.spatial-stage:focus-visible .kinetic-core { box-shadow: inset -12px -16px 26px rgba(0,0,0,.28),inset 8px 8px 22px rgba(255,255,255,.08),0 0 0 2px #a8f3ff,0 0 28px rgba(168,243,255,.26); }
.spatial-stage.is-dragging { cursor: grabbing; }
.kinetic-sculpture { position: absolute; top: 50%; left: 50%; width: min(36vw,470px); aspect-ratio: 1; transform: translate(-50%,-50%); transform-style: preserve-3d; transform-origin: 50% 50%; filter: drop-shadow(0 24px 38px rgba(0,0,0,.52)); will-change: transform; }
.kinetic-canvas { position: absolute; z-index: 8; inset: -10%; display: none; width: 120%; height: 120%; }
.spatial-stage.is-canvas-3d .kinetic-canvas { display: block; }
.spatial-stage.is-canvas-3d .kinetic-sculpture { filter: none; transform: translate(-50%,-50%) !important; }
.spatial-stage.is-canvas-3d .kinetic-sculpture::before,.spatial-stage.is-canvas-3d .kinetic-sculpture::after,.spatial-stage.is-canvas-3d .kinetic-ring,.spatial-stage.is-canvas-3d .kinetic-shard,.spatial-stage.is-canvas-3d .kinetic-core,.spatial-stage.is-canvas-3d .kinetic-node { display: none; }
.spatial-stage.is-canvas-3d:focus-visible .kinetic-canvas { filter: drop-shadow(0 0 9px rgba(168,243,255,.25)); }
.kinetic-sculpture::before { position: absolute; z-index: -1; top: 50%; left: 50%; width: 35%; aspect-ratio: 1; border: 1px solid rgba(168,243,255,.62); border-radius: 50%; opacity: 0; transform: translate(-50%,-50%) scale(.75); content: ''; }
.kinetic-sculpture::after { position: absolute; z-index: -2; top: 50%; left: 50%; width: 74%; aspect-ratio: 1; border: 1px solid rgba(168,243,255,.08); border-radius: 50%; background: radial-gradient(circle,rgba(168,243,255,.035),transparent 66%); box-shadow: inset 0 0 38px rgba(168,243,255,.025); transform: translate(-50%,-50%) translateZ(-125px); content: ''; }
.kinetic-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; transform-style: preserve-3d; }
.kinetic-ring::before { position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ''; }
.kinetic-ring i { position: absolute; top: 8%; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 22px rgba(255,255,255,.95); }
.ring-one { width: 92%; height: 92%; animation: ring-one 18s linear infinite; }
.ring-two { width: 70%; height: 70%; animation: ring-two 13s linear infinite reverse; }
.ring-three { width: 48%; height: 48%; animation: ring-three 10s linear infinite; }
.kinetic-shard { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.11); backdrop-filter: blur(7px); transform-style: preserve-3d; }
.shard-one { width: 42%; height: 20%; animation: shard-one 7s ease-in-out infinite alternate; }
.shard-two { width: 28%; height: 38%; animation: shard-two 8.5s ease-in-out infinite alternate; }
.shard-three { width: 24%; height: 18%; animation: shard-three 6.5s ease-in-out infinite alternate; }
.kinetic-core { position: absolute; top: 50%; left: 50%; width: 116px; height: 116px; border: 1px solid rgba(255,255,255,.38); border-radius: 44% 56% 51% 49%; background: radial-gradient(circle at 38% 32%,rgba(255,255,255,.29),rgba(255,255,255,.055) 48%,rgba(8,8,10,.34)); box-shadow: inset -12px -16px 26px rgba(0,0,0,.28), inset 8px 8px 22px rgba(255,255,255,.08); transform: translate(-50%,-50%) translateZ(95px) rotate(16deg); backdrop-filter: blur(12px); animation: core-breathe 4.8s ease-in-out infinite alternate; }
.kinetic-core span { position: absolute; inset: 37%; border-radius: 50%; background: #fff; box-shadow: 0 0 34px rgba(255,255,255,.92); }
.kinetic-core i { position: absolute; inset: -18%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.kinetic-node { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #fff; box-shadow: 0 0 17px rgba(255,255,255,.9); animation: node-pulse 2.8s ease-in-out infinite alternate; }
.node-one { --node-depth: 135px; top: 17%; left: 28%; }.node-two { --node-depth: -75px; top: 67%; right: 13%; animation-delay: -.9s; }.node-three { --node-depth: 58px; bottom: 12%; left: 21%; animation-delay: -1.7s; }
.kinetic-control-hint { position: absolute; right: 6%; bottom: 9%; display: flex; align-items: center; gap: 8px; color: rgba(197,197,202,.68); font-size: 9px; letter-spacing: .04em; opacity: .72; transition: color .2s ease,opacity .2s ease; }
.kinetic-control-hint i { width: 17px; height: 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.kinetic-control-hint i::after { display: block; width: 3px; height: 3px; margin: 6px; border-radius: 50%; background: #a8f3ff; box-shadow: 0 0 7px rgba(168,243,255,.8); content: ''; }
.spatial-stage:hover .kinetic-control-hint,.spatial-stage:focus-visible .kinetic-control-hint { color: #a8f3ff; opacity: 1; }
.kinetic-sculpture.is-pulsing::before { animation: kinetic-command-pulse .7s cubic-bezier(.22,1,.36,1); }
.kinetic-sculpture.is-pulsing .kinetic-core span { animation: kinetic-core-flash .55s cubic-bezier(.22,1,.36,1); }
.kinetic-sculpture.is-alternate .shard-one { animation: none; transform: translate(-50%,-210%) translateZ(65px) rotateX(62deg) rotateZ(4deg); }
.kinetic-sculpture.is-alternate .shard-two { animation: none; transform: translate(68%,-18%) translateZ(46px) rotateY(67deg) rotateZ(-16deg); }
.kinetic-sculpture.is-alternate .shard-three { animation: none; transform: translate(-142%,96%) translateZ(74px) rotateX(58deg) rotateZ(52deg); }
@keyframes ring-one { from { transform: translate(-50%,-50%) translateZ(-70px) rotateX(68deg) rotateZ(0); } to { transform: translate(-50%,-50%) translateZ(-70px) rotateX(68deg) rotateZ(360deg); } }
@keyframes ring-two { from { transform: translate(-50%,-50%) translateZ(16px) rotateY(67deg) rotateZ(20deg); } to { transform: translate(-50%,-50%) translateZ(16px) rotateY(67deg) rotateZ(380deg); } }
@keyframes ring-three { from { transform: translate(-50%,-50%) translateZ(82px) rotateX(58deg) rotateY(42deg) rotateZ(0); } to { transform: translate(-50%,-50%) translateZ(82px) rotateX(58deg) rotateY(42deg) rotateZ(360deg); } }
@keyframes shard-one { from { transform: translate(-92%,-170%) translateZ(40px) rotateX(58deg) rotateZ(-24deg); } to { transform: translate(-72%,-145%) translateZ(78px) rotateX(63deg) rotateZ(-8deg); } }
@keyframes shard-two { from { transform: translate(24%,-34%) translateZ(18px) rotateY(58deg) rotateZ(22deg); } to { transform: translate(11%,-20%) translateZ(64px) rotateY(69deg) rotateZ(8deg); } }
@keyframes shard-three { from { transform: translate(-116%,80%) translateZ(52px) rotateX(62deg) rotateZ(31deg); } to { transform: translate(-94%,61%) translateZ(86px) rotateX(55deg) rotateZ(44deg); } }
@keyframes core-breathe { from { transform: translate(-50%,-50%) translateZ(88px) rotate(10deg) scale(.96); } to { transform: translate(-50%,-50%) translateZ(108px) rotate(23deg) scale(1.04); } }
@keyframes node-pulse { from { opacity: .35; transform: translateZ(var(--node-depth)) scale(.65); } to { opacity: 1; transform: translateZ(var(--node-depth)) scale(1.3); } }
@keyframes kinetic-command-pulse { 0% { opacity: .8; transform: translate(-50%,-50%) scale(.75); } 100% { opacity: 0; transform: translate(-50%,-50%) scale(3.5); } }
@keyframes kinetic-core-flash { 0%,100% { transform: scale(1); } 35% { background: #dffcff; box-shadow: 0 0 58px rgba(168,243,255,1); transform: scale(1.38); } }

.manifesto { position: relative; z-index: 1; padding: clamp(90px,14vw,190px) clamp(24px,4vw,48px); border-top: 1px solid var(--line-soft); background: var(--black); }
.manifesto-layout { width: min(100%,1080px); margin-inline: auto; }
.manifesto-headline { margin: 0; max-width: 20ch; font-size: clamp(1.9rem,4.6vw,4rem); line-height: 1.05; letter-spacing: -.04em; }
.manifesto-headline span { display: inline; }
.manifesto-headline .is-accent { color: var(--cyan-400); }
.manifesto-principles { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); margin-top: clamp(50px,8vw,80px); border-radius: 2px; }

.capabilities { position: relative; z-index: 1; min-height: 300vh; border-top: 1px solid var(--line-soft); background: var(--black); }
.capabilities-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; }
/* Same 1240px content column as .page-width, so the section lines up with the
   rest of the page instead of stretching edge to edge. */
.capabilities-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; width: min(calc(100% - 64px),1240px); height: 100%; margin-inline: auto; gap: clamp(20px,4vw,60px); }
.capabilities-glow { position: absolute; inset: 0; background: radial-gradient(circle at 68% 50%,rgba(41,180,214,.1),transparent 46%); pointer-events: none; }
.capabilities-copy { position: relative; z-index: 2; }
.capabilities-copy h2 { margin: 0 0 30px; font-size: clamp(1.8rem,3.8vw,3.4rem); line-height: 1.05; letter-spacing: -.04em; }
.capabilities-core { position: relative; z-index: 2; display: grid; height: min(70vh,620px); place-items: center; }
.capabilities-core canvas { display: block; width: 100%; height: 100%; }
.capability-list { display: flex; flex-direction: column; gap: 2px; }
.capability-list article { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 16px; padding: 20px 0; border-top: 1px solid var(--line); border-left: 2px solid transparent; opacity: 1; transition: opacity .4s ease, padding-left .4s ease, border-color .4s ease; }
.capability-list article:last-child { border-bottom: 1px solid var(--line); }
.capabilities.is-scroll-enhanced .capability-list article { opacity: .32; }
.capabilities.is-scroll-enhanced .capability-list article.is-active { padding-left: 18px; border-left-color: var(--cyan-400); opacity: 1; }
.capability-list article > span { font-family: var(--mono); font-size: 11px; color: var(--cyan-400); }
.capability-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.1rem,1.8vw,1.4rem); font-weight: 500; letter-spacing: -.02em; }
.capability-list p { max-width: 46ch; max-height: none; margin: 8px 0 0; overflow: hidden; color: var(--muted); font-size: 13px; line-height: 1.6; opacity: 1; transition: max-height .45s var(--ease), opacity .35s ease, margin .45s var(--ease); }
.capabilities.is-scroll-enhanced .capability-list p { max-height: 0; margin-top: 0; opacity: 0; }
.capabilities.is-scroll-enhanced .capability-list article.is-active p { max-height: 120px; margin-top: 8px; opacity: 1; }
@media (prefers-reduced-motion:reduce) {
  .capabilities { min-height: auto; }
  .capabilities-sticky { position: relative; height: auto; min-height: 100svh; padding-block: clamp(70px,10vw,110px); }
  .capabilities-inner { height: auto; min-height: calc(100svh - clamp(140px,20vw,220px)); }
  .capability-list article { padding-left: 0; border-left-color: transparent; opacity: 1; }
  .capability-list p { max-height: none; margin-top: 8px; opacity: 1; }
}

.projects { position: relative; z-index: 1; padding: clamp(105px,12vw,165px) 0 clamp(120px,15vw,210px); border-block: 1px solid var(--line-soft); background: var(--black); }
.projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: clamp(70px,9vw,118px); }
.projects-heading h2 { margin: 0; font-size: clamp(2.7rem,5vw,4.4rem); line-height: .98; letter-spacing: -.04em; }
.projects-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 14px; }
/* Cada tarjeta se ancla y la siguiente se apila encima dejando ver su franja
   de acento: cada top baja 22px y la altura mengua 22px, asi que los bordes
   inferiores coinciden. El recorrido sticky de Master lo da el ::after (un
   elemento real): el padding-bottom no sirve, porque el bloque contenedor de
   un sticky es la caja de CONTENIDO del grid y el relleno queda fuera. */
.project-archive { display: grid; gap: 18vh; }
.project-archive::after { height: min(14vh,120px); content: ''; }
.project-case { --project-accent: var(--cyan-400); position: sticky; z-index: 2; top: 112px; display: grid; --case-h: clamp(600px,60vh,640px); min-height: calc(var(--case-h) + 66px); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #08090c; grid-template-columns: minmax(0,.88fr) minmax(380px,1.12fr); box-shadow: 0 24px 70px rgba(0,0,0,.46),inset 0 1px rgba(255,255,255,.055); isolation: isolate; }
.project-case::before { position: absolute; z-index: 4; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg,var(--project-accent),transparent 72%); content: ''; }
.project-case::after { position: absolute; z-index: 5; inset: 0; border: 1px solid transparent; border-radius: inherit; content: ''; pointer-events: none; transition: border-color .4s ease,box-shadow .4s ease; }
.project-case:hover::after { border-color: color-mix(in srgb,var(--project-accent) 38%,transparent); box-shadow: inset 0 0 32px color-mix(in srgb,var(--project-accent) 5%,transparent); }
.project-case--calaix { --project-accent: #f0923f; }
.project-case--kaza { --project-accent: #69d9ee; z-index: 3; top: 134px; min-height: calc(var(--case-h) + 44px); background: #070b0e; }
.project-case--vantia { --project-accent: #9fb8ff; z-index: 4; top: 156px; min-height: calc(var(--case-h) + 22px); background: #080a10; }
.project-case--master { --project-accent: #76a8ff; z-index: 5; top: 178px; min-height: var(--case-h); background: #07090e; }
.is-keyboard-navigation .project-case { position: relative; top: auto; }
.project-case__body { position: relative; z-index: 2; display: flex; min-width: 0; padding: clamp(32px,4.5vw,62px); flex-direction: column; }
.project-case__topline { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.project-case__topline span:first-child { color: var(--project-accent); }
.project-case__copy { margin-block: auto; padding-block: 50px; }
.project-case__copy h3 { margin: 0 0 22px; font-size: clamp(3.2rem,6vw,5.8rem); line-height: .86; letter-spacing: -.06em; }
.project-case__copy h3 em { display: block; margin-top: 11px; color: var(--muted); font-family: var(--mono); font-size: clamp(.72rem,1.1vw,.9rem); font-style: normal; font-weight: 500; letter-spacing: .05em; }
.project-case__copy p { max-width: 510px; margin: 0; color: var(--white-soft); font-size: 14px; }
.project-case__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; }
.project-case__meta li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.project-case__link,.project-case__availability { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; gap: 12px; color: var(--white-soft); font-size: 12px; font-weight: 700; }
.project-case__link { border-bottom: 1px solid color-mix(in srgb,var(--project-accent) 60%,transparent); transition: color .25s ease,gap .35s var(--ease); }
.project-case__link:hover { gap: 18px; color: var(--white); }
.project-case__availability { color: var(--muted); font-family: var(--mono); font-size: 10px; font-weight: 500; }
.project-case__visual { position: relative; display: grid; min-width: 0; overflow: hidden; border-left: 1px solid rgba(255,255,255,.1); place-items: center; background: radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--project-accent) 16%,transparent),transparent 49%); }
.project-case__visual::before { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 52px 52px; content: ''; -webkit-mask-image: radial-gradient(circle,#000,transparent 72%); mask-image: radial-gradient(circle,#000,transparent 72%); }
.project-preview-window { position: relative; z-index: 2; display: flex; width: min(84%,650px); height: 76%; min-height: 340px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: #08090b; box-shadow: 0 22px 54px rgba(0,0,0,.42); transform: rotateY(-5deg) rotateX(2deg); transform-style: preserve-3d; flex-direction: column; transition: transform .7s var(--ease),border-color .35s ease; }
.project-case:hover .project-preview-window { border-color: color-mix(in srgb,var(--project-accent) 46%,rgba(255,255,255,.2)); transform: rotateY(-1deg) rotateX(0) translateY(-4px); }
.project-preview-bar { display: grid; min-height: 36px; padding: 0 12px; border-bottom: 1px solid rgba(255,255,255,.1); align-items: center; gap: 10px; grid-template-columns: 42px minmax(0,1fr) 42px; font-family: var(--mono); }
.project-preview-bar > span { display: flex; gap: 5px; }.project-preview-bar > span i { width: 6px; height: 6px; border-radius: 50%; background: #4c4d50; }.project-preview-bar > span i:first-child { background: var(--project-accent); }
.project-preview-bar b { overflow: hidden; padding: 4px 8px; border: 1px solid rgba(255,255,255,.1); color: var(--muted); font-size: 7px; font-weight: 500; text-align: center; text-overflow: ellipsis; white-space: nowrap; }.project-preview-bar small { color: var(--project-accent); font-size: 6px; text-align: right; }
.project-preview-calaix { display: grid; min-height: 0; flex: 1; padding: clamp(18px,3vw,34px); background: #080808; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto 1fr auto; gap: 14px; }
.project-preview-calaix header { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid #292929; }.project-preview-calaix header strong { color: #ff6400; font: 700 14px var(--mono); }.project-preview-calaix header small { color: #8e8e88; font: 6px var(--mono); letter-spacing: .12em; }
.project-preview-calaix__amount { align-self: center; }.project-preview-calaix__amount small { display: block; color: #9b9b95; font: 7px var(--mono); }.project-preview-calaix__amount strong { display: block; margin-top: 7px; color: #ffd928; font: 600 clamp(1.55rem,3vw,2.6rem) var(--mono); letter-spacing: -.05em; }.project-preview-calaix__amount i { display: block; width: 64%; height: 3px; margin-top: 16px; background: linear-gradient(90deg,#ffd928 72%,#292929 72%); }
.project-preview-calaix__metrics { display: grid; align-content: center; gap: 8px; }.project-preview-calaix__metrics span { padding: 9px 11px; border: 1px solid #292929; color: #efefe9; font: 500 8px var(--mono); }
.project-preview-calaix__chart { display: flex; height: 70px; grid-column: 1 / -1; align-items: end; gap: 9px; padding-top: 10px; border-top: 1px solid #292929; }.project-preview-calaix__chart i { width: 100%; height: 35%; background: #ff6400; opacity: .7; transform-origin: bottom; animation: preview-bar 4s ease-in-out infinite alternate; }.project-preview-calaix__chart i:nth-child(2) { height: 58%; animation-delay: -.5s; }.project-preview-calaix__chart i:nth-child(3) { height: 44%; animation-delay: -1s; }.project-preview-calaix__chart i:nth-child(4) { height: 74%; animation-delay: -1.5s; }.project-preview-calaix__chart i:nth-child(5) { height: 62%; animation-delay: -2s; }.project-preview-calaix__chart i:nth-child(6) { height: 86%; animation-delay: -2.5s; }
.project-preview-window--kaza { background: #e7eae5; }.project-preview-window--kaza .project-preview-bar { border-color: #d3d9d3; background: #101613; }
.project-preview-kaza { display: grid; min-height: 0; flex: 1; padding: clamp(16px,2.5vw,28px); background: #e7eae5; color: #0c1512; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto auto 1fr; gap: 12px; }
.project-preview-kaza header { display: flex; grid-column: 1 / -1; align-items: center; gap: 8px; padding-bottom: 10px; border-bottom: 1px solid #cbd2cc; }.project-preview-kaza header > span { display: grid; width: 24px; height: 24px; border: 1px solid #0f4a3c; border-radius: 5px; color: #0f4a3c; font-size: 9px; font-weight: 700; place-items: center; }.project-preview-kaza header strong { font-size: 12px; }.project-preview-kaza header small { margin-left: auto; color: #5a665f; font: 6px var(--mono); letter-spacing: .08em; }
.project-preview-kaza__search { display: flex; grid-column: 1 / -1; height: 34px; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid #cbd2cc; border-radius: 6px; background: #fcfdfb; }.project-preview-kaza__search i { width: 11px; height: 11px; border: 1px solid #0f4a3c; border-radius: 50%; }.project-preview-kaza__search b { width: 42%; height: 3px; background: #cbd2cc; }
.project-preview-kaza__trades { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }.project-preview-kaza__trades span { display: grid; min-height: 66px; border-radius: 6px; background: #fcfdfb; color: #0f4a3c; font: 700 8px var(--mono); place-items: center; }
.project-preview-kaza__profile { display: flex; grid-column: 1; align-items: center; gap: 10px; padding: 10px; border: 1px solid #cbd2cc; border-radius: 6px; background: #fcfdfb; }.project-preview-kaza__profile > i { width: 34px; height: 34px; border-radius: 10px; background: #cddfd6; }.project-preview-kaza__profile div { display: grid; width: 55%; gap: 5px; }.project-preview-kaza__profile b { height: 3px; background: #9ba59e; }.project-preview-kaza__profile b:nth-child(2) { width: 80%; }.project-preview-kaza__profile b:nth-child(3) { width: 60%; background: #c59a38; }
.project-preview-kaza__agreement { display: grid; grid-row: 3 / span 2; padding: 12px; border-radius: 6px; background: #0f4a3c; align-content: start; gap: 9px; }.project-preview-kaza__agreement small { width: 48%; height: 3px; background: #8fafa4; }.project-preview-kaza__agreement b { width: 72%; height: 5px; margin-bottom: 4px; background: #f4f7f3; }.project-preview-kaza__agreement i { height: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.project-preview-window--vantia { background: #05070a; }.project-preview-vantia { position: relative; display: grid; min-height: 0; flex: 1; overflow: hidden; place-items: center; background: radial-gradient(circle,rgba(105,217,238,.15),transparent 52%); }.project-preview-vantia > small { position: absolute; top: 18px; left: 20px; color: #83deef; font: 7px var(--mono); letter-spacing: .14em; }.project-preview-vantia > span { position: absolute; right: 18px; bottom: 16px; color: var(--muted); font: 6px var(--mono); letter-spacing: .1em; }
.project-preview-vantia > div { position: relative; display: grid; width: min(56%,240px); aspect-ratio: 1; border: 1px solid rgba(105,217,238,.28); border-radius: 50%; place-items: center; animation: preview-orbit 18s linear infinite; }.project-preview-vantia > div::before,.project-preview-vantia > div > i { position: absolute; border: 1px solid rgba(105,217,238,.16); border-radius: 50%; content: ''; }.project-preview-vantia > div::before { inset: 16%; }.project-preview-vantia > div > i { inset: 31%; }.project-preview-vantia > div > b { display: grid; width: 42%; aspect-ratio: 1; border: 1px solid rgba(105,217,238,.3); border-radius: 50%; background: #06101b; box-shadow: 0 0 38px rgba(42,197,226,.2); place-items: center; animation: preview-orbit 18s linear reverse infinite; }
.project-preview-window--master { background: #f4f7fb; }
.project-preview-master { display: grid; min-height: 0; flex: 1; overflow: hidden; background: #f4f7fb; color: #142039; grid-template-columns: 58px 1fr; grid-template-rows: 38px 1fr; }
.project-preview-master header { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; padding: 0 16px; background: #101a30; }.project-preview-master header strong { color: #fff; font: 700 10px var(--wordmark); letter-spacing: .07em; }.project-preview-master header small { color: #a9bee8; font: 6px var(--mono); letter-spacing: .08em; }
.project-preview-master aside { display: flex; align-items: center; gap: 13px; padding: 14px 10px; border-right: 1px solid #dce3ed; background: #fff; flex-direction: column; }.project-preview-master aside b { display: grid; width: 28px; height: 28px; margin-bottom: 5px; border-radius: 5px; background: #101a30; color: #fff; font: 700 7px var(--mono); place-items: center; }.project-preview-master aside i { width: 26px; height: 6px; border-radius: 2px; background: #dbe3ef; }.project-preview-master aside i:first-of-type { height: 20px; background: #dce9ff; box-shadow: inset 2px 0 #3273ef; }
.project-preview-master__workspace { min-width: 0; padding: clamp(16px,2.5vw,28px); }.project-preview-master__title { display: flex; align-items: center; justify-content: space-between; }.project-preview-master__title strong { font-size: clamp(12px,1.5vw,18px); }.project-preview-master__title span { padding: 5px 8px; border-radius: 999px; background: #fff; color: #71819a; font-size: 7px; }
.project-preview-master__metrics { display: grid; margin-top: 16px; grid-template-columns: repeat(3,1fr); gap: 9px; }.project-preview-master__metrics span { min-width: 0; padding: 13px; border: 1px solid #dfe5ed; border-radius: 6px; background: #fff; }.project-preview-master__metrics small { display: block; overflow: hidden; color: #7b8ba4; font-size: 6px; font-weight: 700; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.project-preview-master__metrics b { display: block; margin-top: 7px; font-size: clamp(16px,2vw,25px); }
.project-preview-master__board { margin-top: 12px; padding: 14px; border: 1px solid #dfe5ed; border-radius: 6px; background: #fff; }.project-preview-master__board > strong { font-size: 8px; }.project-preview-master__board > div { display: grid; height: 100px; margin-top: 12px; grid-template-columns: repeat(3,1fr); gap: 8px; }.project-preview-master__board i { border: 1px solid #dce3ed; border-radius: 5px; background: linear-gradient(#f1f5fa 24px,transparent 24px); }.project-preview-master__board i:last-child { border-style: dashed; }
@keyframes preview-bar { from { transform: scaleY(.9); opacity: .55; } to { transform: scaleY(1.06); opacity: 1; } }
@keyframes preview-orbit { to { transform: rotate(360deg); } }


body.contact-modal-open { overflow: hidden; }
.contact-modal { z-index: 70; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; background: transparent; color: var(--white); }
.contact-modal:not([open]) { display: none; }
.contact-modal[open] { display: block; }
.contact-modal::backdrop { background: rgba(1,2,4,.78); backdrop-filter: blur(20px) saturate(115%); -webkit-backdrop-filter: blur(20px) saturate(115%); }
.contact-experience { position: relative; display: grid; grid-template-columns: minmax(290px,.74fr) minmax(520px,1.26fr); align-items: center; width: 100%; min-height: 100%; padding: clamp(36px,5vw,78px); gap: clamp(48px,7vw,118px); overflow: auto; background: radial-gradient(circle at 74% 46%,rgba(46,186,216,.1),transparent 28%),rgba(4,5,7,.95); isolation: isolate; }
.contact-experience__grid { position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 72px 72px; -webkit-mask-image: radial-gradient(circle at 72% 50%,#000,transparent 72%); mask-image: radial-gradient(circle at 72% 50%,#000,transparent 72%); pointer-events: none; }
.contact-modal__close { position: fixed; z-index: 6; top: max(22px,env(safe-area-inset-top)); right: max(24px,env(safe-area-inset-right)); display: inline-flex; min-height: 44px; align-items: center; gap: 12px; padding: 0; border: 0; background: none; color: var(--white-soft); font-size: 11px; cursor: pointer; }
.contact-modal__close i { position: relative; display: grid; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; place-items: center; color: var(--white); font-style: normal; transition: border-color .2s ease,transform .3s var(--ease); }
.contact-modal__close i::before,.contact-modal__close i::after { position: absolute; width: 14px; height: 1px; background: currentColor; content: ''; }
.contact-modal__close i::before { transform: rotate(45deg); }
.contact-modal__close i::after { transform: rotate(-45deg); }
.contact-modal__close:hover i { border-color: rgba(255,255,255,.58); transform: rotate(90deg); }
.contact-modal__close:focus-visible { outline: 0; }
.contact-modal__close:focus-visible i { outline: 2px solid #a8f3ff; outline-offset: 3px; }
.contact-modal__intro { position: relative; z-index: 2; max-width: 590px; }
.contact-modal__index { display: block; margin-bottom: 26px; color: #79deef; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-modal__intro h2 { margin: 0 0 28px; font-size: clamp(3.35rem,6.2vw,6rem); line-height: .94; letter-spacing: -.04em; }
.contact-modal__intro > p { max-width: 520px; margin: 0 0 29px; color: var(--white-soft); font-size: 14px; }
.contact-modal__timing { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; }
.contact-modal__timing i { width: 6px; height: 6px; border-radius: 50%; background: #79deef; box-shadow: 0 0 10px rgba(121,222,239,.65); }
.contact-paper-stage { position: relative; display: grid; min-height: min(790px,calc(100dvh - 64px)); place-items: center; perspective: 1500px; }
.contact-sheet { position: relative; z-index: 3; width: min(100%,690px); padding: clamp(28px,3vw,48px); border-radius: 4px; background: #efefec; color: #0d0d10; box-shadow: 0 8px 8px rgba(0,0,0,.32); transform-origin: 50% 72%; }
.contact-sheet::after { position: absolute; right: 14px; bottom: 12px; width: 38px; height: 4px; background: #167f93; content: ''; }
.contact-sheet__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid #b8b8b4; }
.contact-sheet__header > div { display: grid; gap: 4px; }
.contact-sheet__header span { color: #525258; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-sheet__header strong { font-family: var(--display); font-size: 16px; font-weight: 600; }
.contact-sheet__header img { display: block; width: 40px; height: 40px; border-radius: 50%; }
.contact-sheet__lead { max-width: 520px; margin: 0 0 27px; color: #34343a; font-family: var(--display); font-size: clamp(1.35rem,2.2vw,1.8rem); line-height: 1.2; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; margin-bottom: 17px; }
.form-field label { margin-bottom: 5px; color: #37373c; font-size: 10px; font-weight: 700; }
.form-field input,.form-field select,.form-field textarea { width: 100%; border: 0; border-bottom: 1px solid #a3a3a0; border-radius: 0; background: transparent; color: #0d0d10; font: 600 13px/1.5 var(--body); transition: border-color .2s ease,background .2s ease,box-shadow .2s ease; }
.form-field input,.form-field select { min-height: 43px; padding: 0 2px; }
.form-field textarea { min-height: 104px; padding: 10px 2px; resize: vertical; }
.form-field select { color-scheme: light; cursor: pointer; }
.form-field select option { background: #efefec; color: #0d0d10; }
.form-field select option:disabled { color: #65656b; }
.form-field input::placeholder,.form-field textarea::placeholder { color: #626269; opacity: 1; }
.form-field input:hover,.form-field select:hover,.form-field textarea:hover { border-color: #66666b; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { outline: 0; border-color: #0c6676; background: rgba(12,102,118,.045); box-shadow: inset 0 -2px #0c6676; }
.form-field [aria-invalid="true"] { border-color: #9d3340; box-shadow: inset 0 -1px #9d3340; }
.field-error { min-height: 15px; padding-top: 4px; color: #8f2633; font-size: 9px; }
.field-meta { display: flex; justify-content: space-between; gap: 16px; color: #55555b; font-size: 9px; }
.consent { display: grid; grid-template-columns: 18px 1fr; min-height: 38px; align-items: center; gap: 9px; color: #505057; font-size: 9px; line-height: 1.5; cursor: pointer; }
.consent input { width: 16px; height: 16px; margin: 0; accent-color: #0d0d10; }
.contact-sheet .consent a { color: #151519; text-decoration-color: #77777b; }
.consent-error { display: block; margin-bottom: 8px; }
.form-actions { display: flex; align-items: center; gap: 16px; margin-top: 5px; }
.form-actions .button { flex: 0 0 auto; cursor: pointer; }
.contact-submit { border: 0; background: #0d0d10; color: #fff; }
.contact-submit:hover { background: #24242a; }
.form-actions .button:disabled { cursor: wait; opacity: .62; transform: none; }
.form-status { margin: 0; color: #4f4f55; font-size: 9px; line-height: 1.4; }
.form-status a { color: #0b6171; font-weight: 700; text-underline-offset: 2px; }
.form-status a:hover { color: #083e48; }
.form-status a:focus-visible { border-radius: 2px; outline: 2px solid #0c6676; outline-offset: 2px; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-envelope { position: absolute; z-index: 4; top: 50%; left: 50%; width: min(48vw,390px); aspect-ratio: 1.56; opacity: 0; transform: translate(-50%,-42%) scale(.88); transform-style: preserve-3d; pointer-events: none; contain: layout paint; }
.contact-envelope > span,.contact-envelope__body > span,.contact-envelope__letter > span { position: absolute; display: block; }
.contact-envelope__body { position: absolute; inset: 0; transform-style: preserve-3d; }
.contact-envelope__aura { inset: -34%; border-radius: 50%; background: radial-gradient(circle,rgba(92,218,240,.18),rgba(92,218,240,.035) 43%,transparent 70%); opacity: 0; filter: blur(8px); }
.contact-envelope__shadow { right: 10%; bottom: -13%; left: 10%; height: 18%; border-radius: 50%; background: rgba(0,0,0,.72); filter: blur(16px); transform: rotate(-2deg); }
.contact-envelope__back { z-index: 0; inset: 0; border-radius: 7px; background: linear-gradient(145deg,#1b232b,#0b0f14 74%); box-shadow: inset 0 0 0 1px rgba(147,235,249,.22),inset 0 1px rgba(255,255,255,.08),0 7px 8px rgba(0,0,0,.28); }
.contact-envelope__lining { z-index: 1; inset: 2px 2px 38%; background: linear-gradient(135deg,rgba(121,222,239,.13),transparent 48%),#121920; clip-path: polygon(0 0,100% 0,50% 100%); }
.contact-envelope__letter { z-index: 2; top: -23%; right: 8.5%; bottom: 16%; left: 8.5%; padding: 8% 8%; overflow: hidden; border-radius: 2px; background: #f0f0ec; color: #101217; box-shadow: 0 4px 7px rgba(0,0,0,.28); transform: translateY(-9%); }
.contact-envelope__letter::after { position: absolute; right: 7%; bottom: 7%; width: 20%; height: 3px; background: #167f93; content: ''; }
.contact-envelope__letter-head { position: relative !important; display: flex !important; align-items: center; justify-content: space-between; padding-bottom: 7%; border-bottom: 1px solid #b7bab8; }
.contact-envelope__letter-head b,.contact-envelope__letter-head i { font-size: clamp(5px,.55vw,8px); font-style: normal; letter-spacing: .08em; }
.contact-envelope__letter-head i { color: #686b6e; }
.contact-envelope__letter-title { top: 37%; left: 8%; width: 48%; height: 5%; background: #15191d; }
.contact-envelope__letter-line { top: 50%; left: 8%; width: 78%; height: 2px; background: #a8acab; }
.contact-envelope__letter-line.is-short { top: 59%; width: 57%; }
.contact-envelope__letter-mark { right: 8%; bottom: 16%; display: grid !important; width: 13%; aspect-ratio: 1; border: 1px solid #167f93; border-radius: 50%; place-items: center; color: #0c6676; font-family: var(--display); font-size: clamp(6px,.7vw,10px); }
.contact-envelope__fold { z-index: 3; inset: 0; }
.contact-envelope__fold.is-left { background: linear-gradient(135deg,#182027,#0d1217); clip-path: polygon(0 0,54% 54%,0 100%); }
.contact-envelope__fold.is-right { background: linear-gradient(225deg,#151c23,#090d11); clip-path: polygon(100% 0,46% 54%,100% 100%); }
.contact-envelope__front { z-index: 4; inset: 0; border-radius: 0 0 7px 7px; background: linear-gradient(165deg,#141b21,#080b0f 74%); clip-path: polygon(0 100%,0 83%,50% 43%,100% 83%,100% 100%); box-shadow: inset 0 -1px rgba(255,255,255,.04); }
.contact-envelope__flap { z-index: 5; inset: 0; background: linear-gradient(160deg,#29333d,#11171e 72%); clip-path: polygon(0 0,100% 0,50% 59%); transform: rotateX(180deg); transform-origin: 50% 0; backface-visibility: hidden; filter: drop-shadow(0 4px 3px rgba(0,0,0,.28)); }
.contact-envelope__seal { z-index: 6; top: 49%; left: 50%; display: grid !important; width: clamp(42px,5vw,56px); aspect-ratio: 1; border-radius: 50%; place-items: center; background: radial-gradient(circle at 38% 30%,#d7fbff,#69d9ee 45%,#167f93 100%); opacity: 0; box-shadow: 0 2px 4px rgba(0,0,0,.42),inset 0 0 0 4px rgba(7,16,20,.12); transform: translate(-50%,-50%) scale(.82); }
.contact-envelope__seal::before { position: absolute; inset: 7px; border: 1px solid rgba(4,24,30,.42); border-radius: inherit; content: ''; }
.contact-envelope__seal i { color: #071014; font-family: var(--display); font-size: clamp(8px,.8vw,11px); font-style: normal; font-weight: 700; }
.contact-envelope__trail { top: 55%; right: 88%; left: auto; display: flex !important; align-items: center; gap: 13px; opacity: 0; transform: translateY(-50%); }
.contact-envelope__trail i { display: block; width: 34px; height: 1px; background: linear-gradient(90deg,transparent,rgba(121,222,239,.74)); }
.contact-envelope__trail i:nth-child(2) { width: 62px; }.contact-envelope__trail i:nth-child(3) { width: 96px; }
.contact-success { position: absolute; z-index: 5; inset: 0; display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; text-align: center; flex-direction: column; }
.contact-success > span { margin-bottom: 19px; color: #79deef; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-success h2 { max-width: 660px; margin: 0 0 23px; font-size: clamp(3.1rem,6vw,5.8rem); line-height: .95; letter-spacing: -.04em; }
.contact-success p { max-width: 470px; margin: 0 0 31px; color: var(--white-soft); font-size: 13px; }
.contact-success__close { border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.contact-modal[open]::backdrop { animation: contact-backdrop-in .45s ease-out both; }
.contact-modal[open] .contact-experience { animation: contact-experience-in .5s ease-out both; }
.contact-modal[open] .contact-modal__intro { animation: contact-intro-in .75s .12s var(--ease) both; }
.contact-modal[open] .contact-sheet { animation: contact-sheet-in .82s .08s var(--ease) both; }
.contact-modal.is-closing .contact-experience { animation: contact-experience-out .28s ease-in both; }
.contact-modal.is-submitting .contact-submit,.contact-page-shell.is-submitting .contact-submit { cursor: wait; }
/* The send animation is shared: `.contact-page-shell` is the standalone page's
   equivalent of the dialog, so both play the same envelope sequence. */
.contact-modal.is-sent,.contact-modal.is-sent .contact-experience { overflow: hidden; }
.contact-modal.is-sent .contact-modal__intro,.contact-page-shell.is-sent .contact-modal__intro { animation: contact-intro-out .45s ease-in both; pointer-events: none; }
.contact-modal.is-sent .contact-sheet,.contact-page-shell.is-sent .contact-sheet { animation: contact-paper-pack .62s cubic-bezier(.22,1,.36,1) both; pointer-events: none; }
.contact-modal.is-sent .contact-envelope,.contact-page-shell.is-sent .contact-envelope { animation: contact-envelope-flight 2.35s .2s cubic-bezier(.77,0,.175,1) both; }
.contact-modal.is-sent .contact-envelope__body,.contact-page-shell.is-sent .contact-envelope__body { animation: contact-envelope-body 2.35s .2s cubic-bezier(.77,0,.175,1) both; }
.contact-modal.is-sent .contact-envelope__aura,.contact-page-shell.is-sent .contact-envelope__aura { animation: contact-envelope-aura 1.45s .22s ease-out both; }
.contact-modal.is-sent .contact-envelope__letter,.contact-page-shell.is-sent .contact-envelope__letter { animation: contact-letter-in .58s .52s cubic-bezier(.22,1,.36,1) both; }
.contact-modal.is-sent .contact-envelope__flap,.contact-page-shell.is-sent .contact-envelope__flap { animation: contact-flap-close .42s 1s cubic-bezier(.77,0,.175,1) both; }
.contact-modal.is-sent .contact-envelope__seal,.contact-page-shell.is-sent .contact-envelope__seal { animation: contact-seal-in .32s 1.31s cubic-bezier(.22,1,.36,1) both; }
.contact-modal.is-sent .contact-envelope__trail,.contact-page-shell.is-sent .contact-envelope__trail { animation: contact-trail 1s 1.46s ease-out both; }
.contact-modal.is-sent .contact-success,.contact-page-shell.is-sent .contact-success { visibility: visible; animation: contact-success-in .65s 2.55s cubic-bezier(.22,1,.36,1) both; }

/* Standalone contact page: a centred, brand-native evolution of the old dialog. */
.contact-page { background: var(--black); }
.contact-page-shell { position: relative; z-index: 1; width: min(100%,960px); margin-inline: auto; padding: clamp(140px,17vh,190px) clamp(24px,4vw,48px) clamp(90px,10vw,130px); isolation: isolate; }
.contact-page-glow { position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 50% 34%,rgba(46,186,216,.11),transparent 38%); pointer-events: none; }
.contact-page .contact-experience__grid { opacity: .16; background-size: 64px 64px; -webkit-mask-image: radial-gradient(circle at 50% 38%,#000,transparent 72%); mask-image: radial-gradient(circle at 50% 38%,#000,transparent 72%); }
.contact-page .contact-modal__intro { max-width: 760px; margin: 0 auto clamp(48px,7vw,72px); text-align: center; }
.contact-page .contact-modal__index { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; font-family: var(--mono); font-weight: 500; letter-spacing: .16em; }
.contact-page .contact-modal__index::before { width: 32px; height: 1px; background: currentColor; content: ''; }
.contact-page .contact-modal__intro h1 { max-width: 13ch; margin: 0 auto 26px; font-family: var(--display); font-weight: 600; font-size: clamp(3rem,6.2vw,5.4rem); line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.contact-page .contact-modal__intro > p { max-width: 610px; margin-inline: auto; font-size: clamp(14px,1.25vw,17px); line-height: 1.7; }
.contact-page .contact-modal__timing { justify-content: center; font-family: var(--mono); letter-spacing: .02em; }
.contact-page .contact-paper-stage { width: min(100%,760px); min-height: min(760px,calc(100dvh - 80px)); margin-inline: auto; }
.contact-page .contact-sheet { width: 100%; padding: clamp(30px,4vw,48px); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: radial-gradient(circle at 92% 0,rgba(105,217,238,.055),transparent 34%),rgba(10,11,14,.94); color: var(--white); box-shadow: inset 0 1px rgba(255,255,255,.05),0 28px 90px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.contact-page .contact-sheet::after { right: 22px; bottom: 0; width: 54px; height: 1px; background: var(--cyan-400); }
.contact-page .contact-sheet__header { border-color: rgba(255,255,255,.12); }
.contact-page .contact-sheet__header span { color: var(--muted); font-family: var(--mono); font-weight: 500; }
.contact-page .contact-sheet__header strong { color: var(--white); }
.contact-page .contact-sheet__lead { color: var(--white); }
.contact-page .form-field label { color: var(--white-soft); font-family: var(--mono); font-weight: 500; }
.contact-page .form-field input,.contact-page .form-field select,.contact-page .form-field textarea { border-color: rgba(255,255,255,.2); color: var(--white); font-weight: 500; color-scheme: dark; }
.contact-page .form-field select option { background: #0a0b0e; color: var(--white); }
.contact-page .form-field select option:disabled { color: var(--muted); }
.contact-page .form-field input::placeholder,.contact-page .form-field textarea::placeholder { color: var(--muted); }
.contact-page .form-field input:hover,.contact-page .form-field select:hover,.contact-page .form-field textarea:hover { border-color: rgba(255,255,255,.42); }
.contact-page .form-field input:focus,.contact-page .form-field select:focus,.contact-page .form-field textarea:focus { border-color: var(--cyan-400); background: rgba(105,217,238,.035); box-shadow: inset 0 -1px var(--cyan-400); }
.contact-page .field-meta { color: var(--muted); }
.contact-page .field-error { color: #ff8b98; }
.contact-page .consent { color: var(--muted); }
.contact-page .consent input { accent-color: var(--cyan-400); }
.contact-page .contact-sheet .consent a { color: var(--white-soft); text-decoration-color: rgba(105,217,238,.56); }
.contact-page .form-status { color: var(--muted); }
.contact-page .contact-submit { border: 1px solid rgba(105,217,238,.48); background: rgba(105,217,238,.1); color: var(--cyan-100); }
.contact-page .contact-submit:hover { background: rgba(105,217,238,.18); }
.contact-page .contact-envelope { position: fixed; z-index: 66; top: 50%; bottom: auto; left: 50%; width: min(48vw,350px); }
.contact-page .contact-success { position: fixed; z-index: 65; inset: 0; padding: 96px 24px 48px; background: radial-gradient(circle at 50% 48%,rgba(46,186,216,.11),transparent 38%),rgba(4,5,7,.97); }
.contact-page .contact-success h2,.contact-page .contact-success p { margin-inline: auto; }
.contact-page-shell.is-sent .contact-modal__intro { animation-name: contact-intro-out-centered; }

@media (max-width: 900px) {
  .contact-page-shell { padding-top: clamp(120px,15vh,150px); }
  .contact-page .contact-paper-stage { min-height: 0; }
}
@media (max-width: 620px) {
  .contact-page-shell { padding: 112px 18px 76px; }
  .contact-page .contact-modal__intro { margin-bottom: 42px; padding-inline: 4px; }
  .contact-page .contact-modal__index { margin-bottom: 20px; font-size: 9px; letter-spacing: .12em; }
  .contact-page .contact-modal__index::before { width: 24px; }
  .contact-page .contact-modal__intro h1 { margin-bottom: 22px; font-size: clamp(2.65rem,12vw,3.5rem); }
  .contact-page .contact-modal__intro > p { font-size: 14px; line-height: 1.65; }
  .contact-page .contact-modal__timing { align-items: flex-start; font-size: 10px; text-align: left; }
  .contact-page .contact-sheet { padding: 26px 20px 30px; border-radius: 12px; }
  .contact-page .contact-sheet__header { margin-bottom: 20px; padding-bottom: 15px; }
  .contact-page .contact-sheet__lead { margin-bottom: 22px; font-size: 1.3rem; }
  .contact-page .contact-envelope { width: min(76vw,270px); }
  .contact-page .contact-success { padding: 86px 22px 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-page-shell.is-sent .contact-modal__intro,.contact-page-shell.is-sent .contact-sheet { opacity: 0; animation: none !important; }
  .contact-page-shell.is-sent .contact-envelope { display: none; animation: none !important; }
  .contact-page-shell.is-sent .contact-success { visibility: visible; opacity: 1; animation: none !important; }
}
@keyframes contact-backdrop-in { from { opacity: 0; } }
@keyframes contact-experience-in { from { opacity: 0; filter: blur(10px); } }
@keyframes contact-experience-out { to { opacity: 0; filter: blur(8px); } }
@keyframes contact-intro-in { from { opacity: 0; transform: translateX(-32px); } }
@keyframes contact-sheet-in { from { opacity: 0; transform: translateY(54px) rotateX(-9deg) scale(.96); } }
@keyframes contact-intro-out { to { opacity: 0; transform: translateX(-28px); filter: blur(8px); } }
@keyframes contact-intro-out-centered { to { opacity: 0; transform: translateY(-16px); filter: blur(8px); } }
@keyframes contact-paper-pack { 0% { opacity: 1; transform: none; filter: blur(0); } 55% { opacity: .65; transform: translateY(4%) scale(.9); filter: blur(1px); } 100% { opacity: 0; transform: translateY(10%) scale(.78); filter: blur(7px); } }
@keyframes contact-letter-in { 0%,18% { transform: translateY(-9%); } 100% { transform: translateY(31%); } }
@keyframes contact-flap-close { from { transform: rotateX(180deg); } to { transform: rotateX(0); } }
@keyframes contact-seal-in { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.82); } 70% { opacity: 1; transform: translate(-50%,-50%) scale(1.06); } 100% { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes contact-envelope-aura { 0% { opacity: 0; transform: scale(.82); } 35%,76% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.2); } }
@keyframes contact-envelope-body { 0%,58% { transform: rotateX(0) rotateZ(0); } 70% { transform: rotateX(-3deg) rotateZ(-2deg); } 100% { transform: rotateX(7deg) rotateZ(5deg); } }
@keyframes contact-envelope-flight { 0% { opacity: 0; transform: translate(-50%,-35%) scale(.88); } 13% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 62% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 72% { opacity: 1; transform: translate(-58%,-46%) scale(.98); } 100% { opacity: 0; transform: translate(calc(-50% + 58vw),calc(-50% - 42vh)) scale(.5); } }
@keyframes contact-trail { 0%,20% { opacity: 0; transform: translate(50px,-50%) scaleX(.5); } 46% { opacity: .8; transform: translate(0,-50%) scaleX(1); } 100% { opacity: 0; transform: translate(-80px,-50%) scaleX(1.4); } }
@keyframes contact-success-in { from { opacity: 0; transform: translateY(22px); filter: blur(10px); } to { opacity: 1; transform: none; filter: blur(0); } }

.legal-page { min-height: 100dvh; padding: 105px 0 120px; background: radial-gradient(circle at 75% 12%,rgba(38,166,202,.08),transparent 30%),rgba(5,5,6,.82); }
.legal-shell { display: grid; grid-template-columns: minmax(220px,.36fr) minmax(0,1fr); align-items: start; gap: clamp(55px,9vw,130px); }
.legal-intro { position: sticky; top: 48px; }
.legal-kicker { display: block; margin-bottom: 22px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-intro h1 { max-width: 620px; margin: 0 0 24px; font-size: clamp(3.4rem,7vw,6.4rem); line-height: .95; letter-spacing: -.05em; }
.legal-intro p { max-width: 390px; margin: 0; color: var(--white-soft); font-size: 14px; }
.legal-back { display: inline-flex; min-height: 44px; margin-top: 24px; align-items: center; color: var(--white-soft); font-size: 11px; font-weight: 700; }
.legal-back:hover { color: var(--white); }
.legal-content { max-width: 760px; }
.legal-alert { margin-bottom: 46px; padding: 20px 22px; border: 1px solid rgba(243,160,160,.36); border-radius: 12px; background: rgba(123,42,42,.12); color: #f3c0c0; font-size: 12px; line-height: 1.65; }
.legal-section { padding: 0 0 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line-soft); }
.legal-section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin: 0 0 19px; font-size: clamp(1.55rem,3vw,2.15rem); letter-spacing: -.025em; }
.legal-section h3 { margin: 27px 0 10px; font-size: 15px; }
.legal-section p, .legal-section li { color: var(--white-soft); font-size: 13px; line-height: 1.75; }
.legal-section p { margin: 0 0 13px; }
.legal-section ul { margin: 0; padding-left: 19px; }
.legal-section a, .consent a { color: var(--white); text-decoration: underline; text-decoration-color: rgba(255,255,255,.32); text-underline-offset: 3px; }
.legal-data { display: grid; grid-template-columns: 170px 1fr; margin: 0; }
.legal-data dt, .legal-data dd { padding: 13px 0; border-bottom: 1px solid var(--line-soft); font-size: 12px; }
.legal-data dt { color: var(--muted); }
.legal-data dd { margin: 0; color: var(--white-soft); }
.legal-pending { color: #f3c0c0; }

.vantia-page { overflow: hidden; background: #05070a; }
.vantia-hero { position: relative; display: grid; min-height: 100dvh; padding: 110px 0 120px; place-items: center; isolation: isolate; }
.vantia-glow { position: absolute; inset: 0; background: radial-gradient(circle at 72% 42%,rgba(40,196,226,.15),transparent 27%),radial-gradient(circle at 30% 78%,rgba(24,92,122,.12),transparent 30%); pointer-events: none; }
.vantia-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); align-items: center; gap: clamp(55px,8vw,120px); }
.vantia-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: #83deef; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.vantia-kicker::before { width: 24px; height: 1px; background: currentColor; content: ''; }
.vantia-copy h1 { margin: 0 0 29px; font-size: clamp(4.7rem,11vw,9.5rem); line-height: .83; letter-spacing: -.065em; }
.vantia-copy > p { max-width: 590px; margin-bottom: 37px; color: var(--white-soft); font-size: 16px; }
.vantia-actions { display: flex; align-items: center; gap: 12px; }
.vantia-visual { position: relative; display: grid; aspect-ratio: 1; place-items: center; }
.vantia-orbit { position: absolute; width: 88%; aspect-ratio: 1; border: 1px solid rgba(105,217,238,.2); border-radius: 50%; animation: vantia-turn 18s linear infinite; }
.vantia-orbit::before, .vantia-orbit::after { position: absolute; border: 1px solid rgba(105,217,238,.13); border-radius: 50%; content: ''; }
.vantia-orbit::before { inset: 13%; }
.vantia-orbit::after { inset: 29%; }
.vantia-mark { position: relative; width: 54%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(105,217,238,.35); border-radius: 50%; background: #06101b; box-shadow: 0 0 90px rgba(42,197,226,.18), inset 0 0 40px rgba(42,197,226,.08); }
.vantia-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); }
.vantia-state { position: absolute; right: 3%; bottom: 12%; padding: 11px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(8,12,17,.72); color: var(--white-soft); font-size: 10px; backdrop-filter: blur(14px); }
.vantia-intro { padding: clamp(100px,13vw,180px) 0; border-top: 1px solid var(--line-soft); background: rgba(8,10,14,.74); }
.vantia-intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,10vw,150px); }
.vantia-intro h2 { margin: 0; font-size: clamp(2.5rem,5vw,4.5rem); line-height: 1.04; letter-spacing: -.04em; }
.vantia-intro-copy > p { max-width: 630px; color: var(--white-soft); font-size: 15px; }
.vantia-points { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.vantia-points article { padding: 27px 20px 0 0; }
.vantia-points article + article { padding-left: 20px; border-left: 1px solid var(--line-soft); }
.vantia-points span { display: block; margin-bottom: 13px; color: #69d9ee; font-size: 10px; }
.vantia-points h3 { margin: 0 0 10px; font-size: 18px; }
.vantia-points p { margin: 0; color: var(--muted); font-size: 11px; }
.vantia-cta { padding: clamp(105px,14vw,185px) 0; text-align: center; }
.vantia-cta h2 { max-width: 850px; margin: 0 auto 27px; font-size: clamp(3rem,7vw,6rem); line-height: .95; letter-spacing: -.05em; }
.vantia-cta p { max-width: 550px; margin: 0 auto 35px; color: var(--white-soft); font-size: 14px; }
.vantia-cta .button { margin: auto; }
@keyframes vantia-turn { to { transform: rotate(360deg); } }
.site-footer { position: relative; overflow: hidden; padding: clamp(60px,8vw,100px) 0 0; border-top: 1px solid var(--line-soft); background: rgba(3,3,4,.72); backdrop-filter: blur(18px); contain: paint; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(24px,4vw,50px); }
.site-footer__brand p { max-width: 34ch; margin: 22px 0 0; color: var(--muted); font-size: 13.5px; line-height: 1.7; }
.site-footer__label { display: block; margin-bottom: 20px; color: var(--cyan-400); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__col { display: flex; flex-direction: column; gap: 13px; font-size: 13.5px; color: var(--white-soft); }
.site-footer__col a, .site-footer__col span { display: inline-flex; min-height: 20px; align-items: center; }
.site-footer__col a { transition: color .3s ease; }
.site-footer__col a:hover { color: var(--white); }
.site-footer__mono { font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--muted); }
.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: clamp(48px,6vw,80px); padding: 26px 0; border-top: 1px solid var(--line-soft); font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; color: var(--muted-soft); }
.site-footer__totop { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--muted-soft); transition: color .3s ease; }
.site-footer__totop:hover { color: var(--white-soft); }
.site-footer__totop span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
/* The wordmark is sized so one line always spans the viewport width without
   spilling: "PROYECTO GT" is ~7.5em wide in Archivo 900, so 100/7.5 ≈ 13.3vw
   keeps it flush edge-to-edge at every width instead of clipping sideways. */
/* The wordmark is sized so one line always spans the viewport width without
   spilling: "PROYECTO GT" is ~7.5em wide in Archivo 900, so 13.3vw keeps it
   flush edge-to-edge at every width instead of clipping sideways. The box is
   a fixed share of that size, so the same slice of the glyphs shows anywhere. */
/* Height is in `em` of the wordmark's own font-size, so the glyph tops always
   clear the box by the same margin at any width: only the bottom is cropped,
   which is the intended effect. `font-size: 13.3vw` makes one line span the
   viewport ("PROYECTO GT" is ~7.5em wide in Archivo 900). */
.site-footer__word { position: relative; margin-top: clamp(20px,4vw,40px); height: .82em; font-size: 13.3vw; overflow: hidden; pointer-events: none; }
.site-footer__word span { position: absolute; bottom: 0; left: 50%; transform: translate(-50%,18%); white-space: nowrap; font-family: var(--wordmark); font-weight: 900; font-size: 1em; line-height: .8; letter-spacing: -.03em; background: linear-gradient(180deg,rgba(245,245,247,.12),rgba(245,245,247,.01)); -webkit-background-clip: text; background-clip: text; color: transparent; }

@media (max-width: 960px) {
  .page-width { width: min(calc(100% - 40px),1240px); }
  .navbar { gap: 10px; }
  .navbar .brand { min-width: 44px; min-height: 44px; }
  .nav-divider { display: none; }
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: absolute; top: 73px; right: 20px; left: 20px; display: flex; max-height: min(68dvh,560px); align-items: stretch; padding: 12px 22px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,10,12,.96); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-9px) scale(.985); transform-origin: top center; flex-direction: column; gap: 0; backdrop-filter: blur(22px) saturate(125%); transition: opacity .2s ease, transform .3s var(--ease), visibility 0s linear .3s; }
  .nav-links > a::after, .projects-menu summary::after { display: none; }
  .nav-links.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }.nav-links > a { display: flex; min-height: 44px; padding: 10px 0; align-items: center; }
  .projects-menu summary { min-height: 45px; }
  .projects-dropdown { position: static; width: 100%; padding: 3px 0 8px 12px; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; backdrop-filter: none; }
  .projects-dropdown::after { display: none; }
  .projects-dropdown a, .projects-dropdown .project-coming { padding: 9px 11px; }
  .hero-grid { grid-template-columns: minmax(0,1fr); }
  .hero-grid > * { min-width: 0; }
  .hero-copy { padding-bottom: 10px; }
  .spatial-stage { height: 460px; }.kinetic-sculpture { width: min(66vw,440px); }
  .capabilities { min-height: 0; }
  .capabilities-sticky { position: static; height: auto; padding-block: clamp(70px,12vw,110px); overflow: visible; }
  .capabilities-inner { display: grid; height: auto; align-items: stretch; gap: 0; grid-template-areas: "cap-kicker" "cap-title" "cap-core" "cap-list"; grid-template-columns: 1fr; }
  .capabilities-copy { display: contents; }
  .capabilities-copy > .hud-kicker { grid-area: cap-kicker; }
  .capabilities-copy > h2 { grid-area: cap-title; margin-bottom: 12px; }
  .capability-list { grid-area: cap-list; }
  .capabilities-core { position: relative; z-index: 3; width: min(100%,420px); height: clamp(220px,48vw,310px); margin: 18px auto 26px; border: 1px solid rgba(105,217,238,.12); border-radius: 16px; background: radial-gradient(circle,rgba(41,180,214,.1),transparent 68%),var(--black); box-shadow: 0 20px 48px rgba(0,0,0,.58); grid-area: cap-core; }
  .capabilities.is-mobile-scroll .capabilities-core { position: sticky; top: 82px; }
  .capabilities.is-scroll-enhanced .capability-list article { min-height: 150px; padding: 28px 0; border-left-color: transparent; opacity: .42; transition: opacity .4s ease,padding-left .4s var(--ease),border-left-color .4s ease; }
  .capabilities.is-scroll-enhanced .capability-list article.is-active { padding-left: 16px; border-left-color: var(--cyan-400); opacity: 1; }
  .capabilities.is-scroll-enhanced .capability-list p,.capabilities.is-scroll-enhanced .capability-list article.is-active p { max-height: none; margin-top: 8px; opacity: .72; }
  .capabilities.is-scroll-enhanced .capability-list article.is-active p { opacity: 1; }
  .project-case { position: relative; top: auto; min-height: 0; grid-template-columns: 1fr; }
  .project-archive { gap: 24px; padding-bottom: 0; }
  .project-case__visual { min-height: 390px; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .contact-experience { grid-template-columns: minmax(260px,.66fr) minmax(470px,1.34fr); gap: 45px; }
  .legal-shell { grid-template-columns: 1fr; }.legal-intro { position: static; }.legal-content { max-width: none; }
  .vantia-hero-grid { grid-template-columns: 1fr; }.vantia-copy { padding-top: 35px; }.vantia-visual { width: min(70vw,500px); margin: auto; }.vantia-intro-grid { grid-template-columns: 1fr; }
}

@media (min-width: 961px) and (max-height: 800px) {
  .hero { padding-top: 130px; padding-bottom: 44px; }
  .hero h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(3.2rem,5.4vw,5.15rem); }
  .hero-lede { margin-bottom: 26px; }
  .spatial-stage { height: calc(100svh - 135px); min-height: 390px; max-height: 540px; }
  .kinetic-sculpture { width: min(31vw,390px); }
  .contact-experience { padding: 28px 44px; gap: 42px; }
  .contact-modal__intro h2 { font-size: clamp(3rem,5.4vw,4.8rem); }
  .contact-sheet { padding: 23px 28px; }
  .contact-sheet__header { margin-bottom: 18px; padding-bottom: 13px; }
  .contact-sheet__lead { margin-bottom: 17px; }
  .contact-sheet .form-field { margin-bottom: 9px; }
  .contact-sheet .form-field textarea { min-height: 76px; padding-block: 7px; }
  .contact-sheet .field-error { min-height: 10px; padding-top: 1px; }
  .contact-sheet .consent-error { margin-bottom: 3px; }
  /* Pantallas bajas: se acorta la pila y su relleno para que Master quepa entera. */
  .project-case { --case-h: clamp(470px,68vh,510px); top: 88px; }
  .project-case--kaza { top: 110px; }
  .project-case--vantia { top: 132px; }
  .project-case--master { top: 154px; }
  .project-case__body { padding: 34px; }
  .project-case__copy { padding-block: 24px; }
}

@media (max-width: 620px) {
  .page-width { width: calc(100% - 36px); }
  .header { padding: max(11px,env(safe-area-inset-top)) max(11px,env(safe-area-inset-right)) 0 max(11px,env(safe-area-inset-left)); }.header.is-scrolled { padding-top: max(8px,env(safe-area-inset-top)); }.navbar { gap: 10px; padding: 8px 12px; }.navbar .brand { min-height: 44px; }.brand-word { display: inline; font-size: 10px; letter-spacing: .1em; }.nav-cta { display: none; }.gt-plate--nav { width: 35px; height: 25px; }.gt-plate--nav .gt-plate__mark { font-size: .76rem; }.gt-plate--nav .gt-plate__bar { bottom: 3px; width: 8px; }
  .nav-links { top: 66px; right: 11px; left: 11px; max-height: min(66dvh,500px); padding: 10px 18px; }
  .hero { padding: 150px 0 56px; }.hero h1 { margin-bottom: 24px; font-size: clamp(2.5rem,10.5vw,3rem); line-height: 1.02; }.hero-lede { margin-bottom: 28px; font-size: 15px; line-height: 1.62; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; min-height: 50px; font-size: 13px; }
  .spatial-stage { height: clamp(250px,68vw,290px); min-height: 250px; margin-inline: -6px; }.kinetic-sculpture { width: min(72vw,290px); }.kinetic-core { width: 76px; height: 76px; }.kinetic-control-hint { display: none; }
  .manifesto,.capabilities,.landing-cta { padding-block: 84px; }
  .projects { padding-block: 84px 104px; }
  .manifesto-headline,.capabilities-copy h2,.projects-heading h2 { font-size: clamp(2.25rem,10.5vw,3.2rem); line-height: 1.06; }
  .capability-list p,.projects-heading p,.project-case__copy p { font-size: 14px; }
  .landing-cta h2 { font-size: clamp(2.1rem,9.5vw,2.9rem); }
  .landing-cta__actions { align-items: stretch; flex-direction: column; }
  .landing-cta__primary,.landing-cta__mail { justify-content: center; }
  .projects-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 42px; }
  .project-archive { display: flex; padding-bottom: 0; flex-direction: column; gap: clamp(88px,15vh,128px); }
  .project-archive::after { display: block; flex: 0 0 calc(96px + min(52svh,440px)); content: ''; }
  .project-case { position: sticky; top: 78px; height: calc(min(720px,calc(100svh - 104px)) + 18px); min-height: 0; border-radius: 12px; grid-template-rows: minmax(350px,1.08fr) minmax(300px,.92fr); transform-origin: center top; }
  .project-case--kaza { top: 84px; height: calc(min(720px,calc(100svh - 104px)) + 12px); }
  .project-case--vantia { top: 90px; height: calc(min(720px,calc(100svh - 104px)) + 6px); }
  .project-case--master { top: 96px; height: min(720px,calc(100svh - 104px)); grid-template-rows: minmax(390px,1.2fr) minmax(260px,.8fr); }
  .project-case__body { min-height: 0; padding: 20px; }
  .project-case__topline { align-items: flex-start; flex-direction: column; gap: 7px; }
  .project-case__copy { padding-block: 16px; }
  .project-case__copy h3 { margin-bottom: 14px; font-size: clamp(3rem,14vw,4.1rem); }
  .project-case--master .project-case__copy { padding-block: 15px; }
  .project-case--master .project-case__copy h3 { font-size: clamp(2.45rem,12vw,3.35rem); line-height: .94; }
  .project-case--master .project-case__copy p { font-size: 12.5px; line-height: 1.55; }
  .project-case__meta { margin-bottom: 18px; }
  .project-case--master .project-case__meta { margin-bottom: 12px; }
  .project-case__visual { min-height: 0; }
  .project-preview-window { width: calc(100% - 32px); height: calc(100% - 34px); min-height: 250px; transform: rotateY(-2deg) rotateX(1deg); }
  .project-preview-calaix,.project-preview-kaza { padding: 15px; gap: 9px; }
  .project-preview-calaix__chart { height: 52px; }
  .project-preview-kaza__trades span { min-height: 48px; }
  .capability-list article { padding: 22px 0; }.capability-list h3 { font-size: 1.25rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.form-actions { align-items: stretch; flex-direction: column; }.form-status { min-height: 15px; text-align: center; }
  .legal-page { padding: 64px 0 88px; }.legal-shell { gap: 56px; }.legal-intro h1 { font-size: clamp(2.9rem,14vw,4.2rem); line-height: .98; letter-spacing: -.04em; }.legal-content { min-width: 0; }.legal-data { grid-template-columns: 1fr; }.legal-data dt { padding-bottom: 3px; border-bottom: 0; }.legal-data dd { padding-top: 0; overflow-wrap: anywhere; }.legal-section p,.legal-section li { font-size: 14px; }.legal-alert { padding: 18px; font-size: 13px; }
  .vantia-hero { padding: 72px 0 92px; }.vantia-hero-grid { gap: 28px; }.vantia-copy h1 { font-size: clamp(4.2rem,21vw,5.2rem); letter-spacing: -.04em; }.vantia-copy > p { margin-bottom: 29px; font-size: 15px; }.vantia-actions { align-items: stretch; flex-direction: column; }.vantia-visual { width: min(100%,360px); margin: 0 auto; }.vantia-state { right: 0; bottom: 5%; }.vantia-intro,.vantia-cta { padding-block: 84px; }.vantia-intro h2,.vantia-cta h2 { font-size: clamp(2.45rem,11vw,3.35rem); letter-spacing: -.04em; }.vantia-intro-copy > p,.vantia-cta p { font-size: 14px; }.vantia-points { grid-template-columns: 1fr; }.vantia-points article, .vantia-points article + article { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line-soft); }.vantia-points p { font-size: 13px; }
}

@media (max-width: 620px) and (max-height: 700px), (max-width: 620px) and (prefers-reduced-motion: reduce) {
  .project-archive { gap: 18px; padding-bottom: 0; }
  .project-archive::after { display: none; }
  .project-case,.project-case--master { position: relative; top: auto; height: auto; min-height: 0; grid-template-rows: auto auto; }
  .project-case__visual { min-height: 300px; }
}

@media (max-width: 400px) {
  .navbar { gap: 10px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.75rem; }
}

@media (max-width: 900px) {
  .contact-modal { overflow: auto; }
  .contact-experience { display: block; min-height: 100dvh; padding: 92px 20px 36px; overflow: visible; }
  .contact-modal__intro { max-width: 680px; margin: 0 auto 48px; }
  .contact-modal__intro h2 { max-width: 620px; font-size: clamp(3rem,12vw,5rem); }
  .contact-paper-stage { min-height: 0; }
  .contact-sheet { width: min(100%,680px); }
  .contact-envelope { bottom: 28%; width: min(62vw,280px); }
  .contact-success { position: fixed; padding: 72px 24px 36px; }
}

@media (max-width: 620px) {
  .contact-modal__close { top: max(13px,env(safe-area-inset-top)); right: max(14px,env(safe-area-inset-right)); }
  .contact-modal__close > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .contact-experience { padding: 72px max(12px,env(safe-area-inset-right)) max(24px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left)); }
  .contact-modal__intro { margin-bottom: 32px; padding-inline: 7px; }
  .contact-modal__index { margin-bottom: 18px; }
  .contact-modal__intro h2 { margin-bottom: 20px; font-size: clamp(2.45rem,11.5vw,3.2rem); line-height: 1; }
  .contact-modal__intro > p { font-size: 14px; }
  .contact-modal__timing { font-size: 11px; line-height: 1.5; }
  .contact-sheet { padding: 21px 17px 25px; }
  .contact-sheet__header { margin-bottom: 17px; }
  .contact-sheet__lead { font-size: 1.28rem; }
  .contact-sheet .form-field { margin-bottom: 11px; }
  .contact-sheet .form-field input,.contact-sheet .form-field select { min-height: 44px; font-size: 16px; }
  .contact-sheet .form-field textarea { min-height: 104px; font-size: 16px; }
  .contact-sheet .form-field label,.consent,.form-status { font-size: 11px; }
  .field-error,.field-meta { font-size: 10px; }
  .contact-sheet .button { width: 100%; }
  .contact-envelope { bottom: 33%; width: min(76vw,270px); }
  .contact-success h2 { font-size: clamp(3rem,14vw,4.4rem); }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 900px) and (max-height: 480px) and (orientation: landscape) {
  .page-width { width: auto; margin-left: max(20px,env(safe-area-inset-left)); margin-right: max(20px,env(safe-area-inset-right)); }
  .header { padding-top: max(6px,env(safe-area-inset-top)); }
  .navbar { height: 52px; }
  .nav-links { max-height: calc(100dvh - 78px); }
  .hero { min-height: 100dvh; padding: 104px 0 32px; }
  .hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr); gap: 18px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(2.55rem,6vw,3.1rem); }
  .hero-lede { margin-bottom: 18px; font-size: 13px; line-height: 1.48; }
  .spatial-stage { height: 290px; min-height: 260px; }
  .kinetic-sculpture { width: min(42vw,340px); }
  .contact-sheet .form-field input,.contact-sheet .form-field select,.contact-sheet .form-field textarea { font-size: 16px; }
  .vantia-hero { min-height: 100dvh; padding: 34px 0 68px; }
  .vantia-hero-grid { grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); gap: 28px; }
  .vantia-copy h1 { font-size: clamp(3.6rem,9vw,4.8rem); }
  .vantia-visual { width: min(36vw,290px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .galaxy-container canvas { opacity: .58; }
}

/* Hero scroll hint: mono label with a cyan gradient tick, per Landing spec. */
.hero-scroll-hint { display: inline-flex; align-items: center; gap: 12px; margin-top: clamp(30px,5vh,48px); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.hero-scroll-hint i { display: block; width: 1px; height: 26px; background: linear-gradient(var(--cyan-400),transparent); animation: hero-scroll-tick 1.8s ease-in-out infinite; }
@keyframes hero-scroll-tick { 0%,100% { opacity: .58; transform: translateY(-2px); } 50% { opacity: 1; transform: translateY(3px); } }

/* Layered edge blur: native adaptation of React Bits GradualBlur. */
.gradual-blur { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: clamp(78px,10vw,140px); pointer-events: none; isolation: isolate; }
.gradual-blur__layer { position: absolute; inset: 0; -webkit-backdrop-filter: blur(var(--blur)); backdrop-filter: blur(var(--blur)); -webkit-mask-image: linear-gradient(to bottom,transparent var(--blur-start),#000 var(--blur-mid),transparent var(--blur-end)); mask-image: linear-gradient(to bottom,transparent var(--blur-start),#000 var(--blur-mid),transparent var(--blur-end)); }
@supports not (backdrop-filter:blur(1px)) { .gradual-blur { background: linear-gradient(to bottom,transparent,rgba(5,5,6,.78)); } }

/* Pointer-following specular edge, used on real interactive resources. */
[data-specular] { --specular-x: 50%; --specular-y: 50%; position: relative; isolation: isolate; }
[data-specular]::before { position: absolute; z-index: 3; inset: 0; border-radius: inherit; padding: 1px; background: radial-gradient(150px circle at var(--specular-x) var(--specular-y),rgba(164,241,255,.95),rgba(105,217,238,.34) 24%,transparent 62%); opacity: 0; transition: opacity 180ms ease; content: ''; pointer-events: none; -webkit-mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
[data-specular] > * { position: relative; z-index: 4; }
@media (hover:hover) and (pointer:fine) { [data-specular]:hover::before,[data-specular]:focus-visible::before { opacity: 1; } }
.button:active,.nav-cta:active,[data-specular]:active { transform: scale(.97); }
@media (hover:none) {
  .button:hover:not(:active),.nav-cta:hover:not(:active) { transform: none; }
  .project-case:hover::after { border-color: transparent; box-shadow: none; }
}

footer { padding: 34px 0 44px; border-top: 1px solid var(--line-soft); background: rgba(3,3,4,.72); backdrop-filter: blur(18px); contain: paint; }

@media (max-width:1040px) {
  footer { padding-bottom: 104px; }
}

@media (prefers-reduced-motion:reduce) {
  [data-specular]::before { display: none; }
  .gradual-blur { background: linear-gradient(to bottom,transparent,rgba(5,5,6,.86)); }
  .gradual-blur__layer { display: none; }
}

/* Estudio — ported from the Estudio brand mockup. */
.team-page { overflow: hidden; background: transparent; }
.team-hero { position: relative; display: flex; min-height: 100dvh; padding: clamp(130px,17vh,190px) clamp(24px,4vw,64px) clamp(60px,8vh,90px); flex-direction: column; justify-content: center; overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.team-glow { position: absolute; top: 5%; right: -8%; width: 66vw; height: 66vw; max-width: 820px; max-height: 820px; background: radial-gradient(circle,rgba(41,180,214,.12),transparent 64%); pointer-events: none; }
.team-hero__gridlines { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 72px 72px; pointer-events: none; -webkit-mask-image: radial-gradient(circle at 73% 48%,#000,transparent 58%); mask-image: radial-gradient(circle at 73% 48%,#000,transparent 58%); }
.team-hero-grid { position: relative; z-index: 2; display: grid; width: min(100%,1180px); margin-inline: auto; align-items: center; gap: clamp(44px,6vw,88px); grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); }
.team-kicker { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 36px; color: var(--cyan-400); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.team-kicker::before { width: 40px; height: 1px; background: currentColor; content: ''; }
.team-copy h1 { max-width: 12ch; margin: 0; font-family: var(--display); font-weight: 600; font-size: clamp(2.8rem,5.6vw,5.35rem); line-height: .95; letter-spacing: -.045em; text-wrap: balance; }
.team-copy h1 em { color: var(--cyan-400); font-style: normal; }
.team-copy > p { max-width: 55ch; margin: 32px 0 0; color: var(--white-soft); font-size: clamp(15px,1.35vw,18px); line-height: 1.7; }
.team-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 38px; }
.team-system { position: relative; width: min(100%,500px); aspect-ratio: 1; justify-self: end; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: radial-gradient(circle at 50% 50%,rgba(41,180,214,.12),transparent 42%),rgba(8,10,13,.62); box-shadow: inset 0 1px rgba(255,255,255,.06),0 30px 80px rgba(0,0,0,.34); backdrop-filter: blur(14px); isolation: isolate; }
.team-system::before,.team-system::after { position: absolute; content: ''; pointer-events: none; }
.team-system::before { inset: 0; opacity: .36; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 44px 44px; }
.team-system::after { top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent,rgba(105,217,238,.32),transparent); animation: team-system-scan 5s ease-in-out infinite alternate; }
.team-system__label { position: absolute; z-index: 4; top: 22px; left: 24px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .16em; }
.team-system__corner { position: absolute; z-index: 4; width: 18px; height: 18px; border: 0 solid rgba(105,217,238,.58); }
.team-system__corner--a { top: 18px; right: 18px; border-top-width: 1px; border-right-width: 1px; }
.team-system__corner--b { bottom: 18px; left: 18px; border-bottom-width: 1px; border-left-width: 1px; }
.team-system__routes { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.team-system__routes path { fill: none; stroke: rgba(255,255,255,.16); stroke-width: 1; vector-effect: non-scaling-stroke; }
.team-system__routes .is-signal { stroke: rgba(105,217,238,.52); stroke-dasharray: 3 12; animation: team-system-route 12s linear infinite; }
.team-system__core { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 132px; height: 132px; place-items: center; border: 1px solid rgba(105,217,238,.38); border-radius: 50%; background: rgba(5,7,10,.9); box-shadow: 0 0 56px rgba(41,180,214,.18),inset 0 0 28px rgba(41,180,214,.08); transform: translate(-50%,-50%); }
.team-system__core::before,.team-system__core::after { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; content: ''; }
.team-system__core::before { inset: -18px; }
.team-system__core::after { inset: 14px; }
.team-system__step { position: absolute; z-index: 3; display: grid; min-width: 112px; gap: 4px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(7,8,11,.88); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.team-system__step small { color: var(--cyan-400); font-family: var(--mono); font-size: 9px; letter-spacing: .14em; }
.team-system__step strong { color: var(--white-soft); font-family: var(--display); font-size: 13px; font-weight: 500; }
.team-system__step--one { top: 17%; left: 8%; }
.team-system__step--two { top: 23%; right: 7%; }
.team-system__step--three { right: 14%; bottom: 9%; }
@keyframes team-system-route { to { stroke-dashoffset: -120; } }
@keyframes team-system-scan { from { transform: translateX(-82px); opacity: .25; } to { transform: translateX(82px); opacity: .75; } }

/* Trajectory: a cyan line drawn as you scroll, with a dot per stop. */
.team-track-section { position: relative; z-index: 1; padding: clamp(90px,13vw,180px) clamp(24px,4vw,64px); background: rgba(5,5,6,.78); }
.team-track-inner { width: min(100%,1080px); margin-inline: auto; }
.team-track-grid { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: clamp(16px,3vw,44px); }
.team-stops { --track-gap: clamp(48px,7vw,90px); display: flex; flex-direction: column; gap: var(--track-gap); }
.team-stop { position: relative; }
.team-stop__segment { position: absolute; top: 13px; left: calc(-1 * clamp(16px,3vw,44px) - 32px); width: 1px; height: calc(100% + var(--track-gap)); overflow: hidden; background: rgba(255,255,255,.12); transform: translateX(-50%); }
.team-stop__segment i { position: absolute; inset: 0; display: block; background: var(--cyan-400); box-shadow: 0 0 5px rgba(105,217,238,.48); transform: scaleY(0); transform-origin: 50% 0; will-change: transform; }
.team-stop__dot { position: absolute; z-index: 2; top: 8px; left: calc(-1 * clamp(16px,3vw,44px) - 32px); width: 11px; height: 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: var(--black-soft); box-shadow: 0 0 0 3px var(--black); transform: translateX(-50%); transition: border-color .28s ease,background .28s ease,box-shadow .28s ease; }
.team-stop__dot.is-reached { border-color: var(--cyan-400); background: var(--cyan-400); box-shadow: 0 0 0 3px var(--black),0 0 10px rgba(105,217,238,.42); }
.team-stop__index { color: var(--cyan-400); font-family: var(--mono); font-size: 11px; letter-spacing: .16em; }
.team-stop h3 { margin: 14px 0 12px; font-family: var(--display); font-weight: 500; font-size: clamp(1.6rem,3.4vw,2.6rem); letter-spacing: -.03em; }
.team-stop p { max-width: 60ch; margin: 0 0 14px; color: var(--white-soft); font-size: 15px; line-height: 1.7; }
.team-stop p:last-child { margin-bottom: 0; }

/* Founders */
.team-dossier { position: relative; z-index: 1; padding: clamp(80px,11vw,150px) clamp(24px,4vw,64px); border-top: 1px solid var(--line-soft); background: rgba(5,5,6,.82); }
.team-dossier__inner { width: min(100%,1180px); margin-inline: auto; }
.team-dossier__head { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 56px; }
.team-dossier__head h2 { margin: 0; font-family: var(--display); font-weight: 500; font-size: clamp(1.8rem,4vw,3.2rem); line-height: 1; letter-spacing: -.04em; }
.team-dossier__head span { color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .14em; }
.team-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.team-card { position: relative; overflow: hidden; padding: clamp(28px,3vw,40px); border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 82% 8%,rgba(41,180,214,.08),transparent 50%),var(--black-soft); }
.team-card__ghost { position: absolute; top: -30px; right: -14px; color: rgba(255,255,255,.03); font-family: var(--display); font-weight: 700; font-size: 9rem; line-height: 1; pointer-events: none; }
.team-card__head { position: relative; display: flex; align-items: center; gap: 16px; }
.team-card__avatar { display: grid; width: 64px; height: 64px; flex: 0 0 64px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: linear-gradient(140deg,#15161b,var(--black-soft)); color: var(--cyan-400); font-family: var(--display); font-weight: 700; font-size: 1.4rem; }
.team-card__name { font-family: var(--display); font-weight: 600; font-size: 1.4rem; letter-spacing: -.02em; }
.team-card__role { margin-top: 5px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.team-card p { position: relative; margin: 26px 0 0; color: var(--white-soft); font-size: 14px; line-height: 1.75; }
.team-card a { position: relative; display: inline-flex; align-items: center; min-height: 44px; margin-top: 10px; color: var(--white-soft); font-size: 12px; font-weight: 700; transition: color .3s ease; }
.team-card a:hover { color: var(--white); }
.team-balance { max-width: 460px; margin-top: 28px; }
.team-balance__track { position: relative; height: 1px; background: rgba(255,255,255,.16); }
.team-balance__fill { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(105,217,238,.28),var(--cyan-400)); transform: scaleX(.5); transform-origin: 0 50%; }
.team-balance__thumb { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border: 1px solid var(--black); border-radius: 50%; background: var(--cyan-200); box-shadow: 0 0 8px rgba(168,243,255,.38); transform: translate(-50%,-50%); }
.team-balance__labels { display: flex; justify-content: space-between; margin-top: 12px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width:1040px) {
  .team-hero-grid { grid-template-columns: 1fr; }
  .team-copy { text-align: center; }
  .team-copy h1,.team-copy > p { margin-inline: auto; }
  .team-hero__actions { justify-content: center; }
  .team-system { width: min(76vw,470px); margin: 12px auto 0; justify-self: center; }
  .team-dossier__head { flex-direction: column; align-items: flex-start; }
  .team-cards { grid-template-columns: 1fr; }
}

@media (max-width:700px) {
  .team-hero { padding: 120px 18px 72px; }
  .team-copy h1 { font-size: clamp(2.7rem,13vw,3.6rem); }
  .team-hero__actions { align-items: stretch; flex-direction: column; }
  .team-hero__actions .button { width: 100%; }
  .team-kicker { margin-bottom: 28px; font-size: 9px; letter-spacing: .16em; }
  .team-kicker::before { width: 26px; }
  .team-copy > p { margin-top: 26px; font-size: 15px; }
  .team-system { width: min(100%,360px); margin-top: 34px; border-radius: 14px; }
  .team-system__step { min-width: 94px; padding: 8px 9px; }
  .team-system__step strong { font-size: 11px; }
  .team-system__core { width: 104px; height: 104px; }
}

/* ===== Instrument / HUD system (Sistema de marca v1) ===== */
.hud-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--cyan-400); }
.hud-kicker::before { width: 40px; height: 1px; background: currentColor; content: ''; }
.hud-kicker span { color: var(--muted); }
.hud-corners { position: absolute; inset: clamp(16px,3vw,24px); z-index: 3; pointer-events: none; }
.hud-corners i { position: absolute; width: 16px; height: 16px; border: 0 solid rgba(105,217,238,.5); }
.hud-corners i:nth-child(1) { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.hud-corners i:nth-child(2) { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.hud-corners i:nth-child(3) { bottom: 0; left: 0; border-bottom-width: 1px; border-left-width: 1px; }
.hud-corners i:nth-child(4) { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }
.hud-grain { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .045; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hud-chip { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-family: var(--mono); font-size: 11px; color: var(--white-soft); }
.hud-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 10px var(--cyan-400); }

.button-technical { border: 1px solid rgba(105,217,238,.5); background: rgba(105,217,238,.08); color: var(--cyan-200); font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.button-technical:hover { background: rgba(105,217,238,.16); }

/* Closing CTA — mirrors the Landing "¿Tienes una idea difícil?" section. */
.landing-cta { position: relative; z-index: 1; padding: clamp(90px,13vw,180px) clamp(24px,4vw,48px); overflow: hidden; border-top: 1px solid var(--line-soft); background: var(--black); }
.landing-cta__glow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 120%,rgba(41,180,214,.14),transparent 55%); pointer-events: none; }
.landing-cta__inner { position: relative; z-index: 1; width: min(100%,860px); margin-inline: auto; text-align: center; }
.landing-cta h2 { margin: 0; font-family: var(--display); font-weight: 600; font-size: clamp(2.2rem,6vw,4.8rem); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.landing-cta h2 span { color: var(--cyan-400); }
.landing-cta > .landing-cta__inner > p { max-width: 48ch; margin: 26px auto 0; color: var(--white-soft); font-size: clamp(15px,1.4vw,18px); line-height: 1.65; }
.landing-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 40px; }
.landing-cta__primary { display: inline-flex; align-items: center; min-height: 54px; padding: 0 30px; border: 1px solid rgba(105,217,238,.5); border-radius: 999px; background: rgba(105,217,238,.1); color: var(--cyan-100); font-size: 14.5px; font-weight: 700; transition: transform .3s var(--ease), background .3s ease; }
.landing-cta__primary:hover { background: rgba(105,217,238,.2); transform: translateY(-3px); }
.landing-cta__mail { display: inline-flex; align-items: center; min-height: 54px; padding: 0 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: var(--white-soft); font-family: var(--mono); font-size: 12.5px; letter-spacing: .04em; transition: color .3s ease; }
.landing-cta__mail:hover { color: var(--white); }

/* Projects marquee — mirrors the Landing "carrusel minimalista". */
.marquee-viewport { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); mask-image: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); }
/* Two identical halves side by side. Each item carries its own trailing gap as
   margin (not flex `gap`), so the track's width is exactly 2x one half and
   translating -50% lands on the seam — a seamless, jump-free loop. */
.marquee-track { display: flex; width: max-content; align-items: center; animation: marquee-scroll 32s linear infinite; will-change: transform; }
.marquee-viewport:hover .marquee-track { animation-play-state: paused; }
.marquee-item { flex: none; margin-right: clamp(80px,11vw,170px); color: var(--muted-soft); white-space: nowrap; transition: color .3s ease; }
.marquee-item:hover { color: var(--white); }
@keyframes marquee-scroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

.hud-grid { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); }
.hud-panel { padding: 34px 30px; background: var(--black); transition: box-shadow .35s ease; }
.hud-panel__index { display: block; margin-bottom: 16px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; color: var(--cyan-400); }
.hud-panel h3 { margin: 0 0 10px; font-size: 1.4rem; letter-spacing: -.02em; }
.hud-panel p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.7; }
@media (hover:hover) and (pointer:fine) { .hud-panel:hover { box-shadow: inset 0 0 0 1px rgba(105,217,238,.38),0 0 22px rgba(105,217,238,.05); } }

.hud-list { display: flex; flex-direction: column; gap: 2px; }
.hud-list__item { display: flex; align-items: baseline; gap: 16px; padding: 20px 2px; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.3rem; letter-spacing: -.02em; transition: padding-left .3s ease, border-color .3s ease, background .3s ease; }
.hud-list__item:last-child { border-bottom: 1px solid var(--line); }
.hud-list__item span { flex: 0 0 auto; font-family: var(--mono); font-size: 11px; color: var(--cyan-400); }
.hud-list__item:hover { padding-left: 16px; background: rgba(255,255,255,.03); }

/* Splash / loader — placa GT + aro de progreso, una vez por sesión. */
.gt-splash { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: var(--black); transition: opacity .6s ease; }
.gt-splash[hidden] { display: none; }
.gt-splash__inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.gt-splash__ring { position: relative; display: grid; width: 98px; height: 98px; place-items: center; }
.gt-splash__ring svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.gt-splash__track { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 2; }
.gt-splash__arc { fill: none; stroke: var(--cyan-400); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 270; stroke-dashoffset: 270; filter: drop-shadow(0 0 6px rgba(105,217,238,.8)); }
.gt-splash__word { font-family: var(--wordmark); font-weight: 800; font-size: 12px; letter-spacing: .24em; color: var(--white-soft); }
.gt-splash__pct { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--cyan-400); }
.gt-splash.is-hiding { opacity: 0; }

@keyframes gt-spin { to { transform: rotate(360deg); } }

@media (max-width: 700px) {
  .hud-grid { grid-template-columns: 1fr !important; }
}

/* 404 — a missing coordinate in the GT system. */
.not-found-page { min-height: 100dvh; background: var(--black); }
.not-found { position: relative; display: grid; min-height: 100dvh; padding: clamp(126px,17vh,176px) clamp(24px,4vw,64px) clamp(54px,8vh,82px); align-items: center; overflow: hidden; isolation: isolate; }
.not-found::before { position: absolute; z-index: -1; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 72px 72px; content: ''; pointer-events: none; -webkit-mask-image: radial-gradient(circle at 72% 50%,#000,transparent 60%); mask-image: radial-gradient(circle at 72% 50%,#000,transparent 60%); }
.not-found::after { position: absolute; z-index: -1; top: 12%; right: -12%; width: min(72vw,900px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(41,180,214,.13),transparent 66%); content: ''; pointer-events: none; }
.not-found__inner { display: grid; width: min(100%,1180px); margin-inline: auto; align-items: center; gap: clamp(44px,7vw,96px); grid-template-columns: minmax(0,.88fr) minmax(480px,1.12fr); }
.not-found__copy { position: relative; z-index: 3; }
.not-found__kicker { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 30px; color: var(--cyan-400); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.not-found__kicker::before { width: 40px; height: 1px; background: currentColor; content: ''; }
.not-found__copy h1 { max-width: 10ch; margin: 0; font-family: var(--display); font-size: clamp(3.2rem,6.2vw,5.8rem); font-weight: 600; line-height: .94; letter-spacing: -.05em; text-wrap: balance; }
.not-found__copy > p { max-width: 50ch; margin: 30px 0 0; color: var(--white-soft); font-size: clamp(15px,1.3vw,17px); line-height: 1.7; }
.not-found__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.not-found__visual { position: relative; display: grid; width: 100%; min-height: 430px; aspect-ratio: 1.18; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: radial-gradient(circle at 50% 50%,rgba(41,180,214,.09),transparent 43%),rgba(7,8,11,.54); box-shadow: inset 0 1px rgba(255,255,255,.06),0 30px 80px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.not-found__visual::before { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px); background-size: 44px 44px; content: ''; }
.not-found__visual::after { position: absolute; top: 50%; left: 50%; width: 1px; height: 64%; background: linear-gradient(transparent,rgba(105,217,238,.6),transparent); content: ''; transform: translate(-50%,-50%); }
.not-found__code { position: relative; z-index: 1; color: transparent; font-family: var(--display); font-size: clamp(10rem,20vw,18rem); font-weight: 700; line-height: .75; letter-spacing: -.12em; -webkit-text-stroke: 1px rgba(210,231,236,.2); transform: translateX(-.06em); user-select: none; }
.not-found__target { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 112px; height: 112px; place-items: center; border: 1px solid rgba(105,217,238,.44); background: rgba(5,7,10,.92); box-shadow: 0 0 0 14px rgba(5,7,10,.48),0 0 44px rgba(41,180,214,.2); transform: translate(-50%,-50%) rotate(45deg); animation: not-found-target 4.8s ease-in-out infinite; }
.not-found__target::before,.not-found__target::after { position: absolute; width: 18px; height: 18px; border: 0 solid var(--cyan-400); content: ''; }
.not-found__target::before { top: -1px; left: -1px; border-top-width: 1px; border-left-width: 1px; }
.not-found__target::after { right: -1px; bottom: -1px; border-right-width: 1px; border-bottom-width: 1px; }
.not-found__target .gt-plate { transform: rotate(-45deg); }
.not-found__coordinate { position: absolute; z-index: 3; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .16em; }
.not-found__coordinate--a { top: 24px; left: 26px; }
.not-found__coordinate--b { right: 26px; bottom: 24px; }
.not-found__scan { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; width: 18%; background: linear-gradient(90deg,transparent,rgba(105,217,238,.06),transparent); border-right: 1px solid rgba(105,217,238,.18); animation: not-found-scan 6s ease-in-out infinite alternate; }
.not-found__corner { position: absolute; z-index: 3; width: 24px; height: 24px; border: 0 solid rgba(105,217,238,.5); }
.not-found__corner--a { top: 18px; right: 18px; border-top-width: 1px; border-right-width: 1px; }
.not-found__corner--b { bottom: 18px; left: 18px; border-bottom-width: 1px; border-left-width: 1px; }
@keyframes not-found-target { 0%,100% { box-shadow: 0 0 0 14px rgba(5,7,10,.48),0 0 36px rgba(41,180,214,.14); } 50% { box-shadow: 0 0 0 18px rgba(5,7,10,.34),0 0 62px rgba(41,180,214,.28); } }
@keyframes not-found-scan { from { transform: translateX(-105%); } to { transform: translateX(555%); } }

@media (max-width: 960px) {
  .not-found { padding-top: 116px; }
  .not-found__inner { width: min(100%,680px); grid-template-columns: 1fr; gap: 34px; }
  .not-found__copy { text-align: center; }
  .not-found__kicker { margin-bottom: 24px; }
  .not-found__copy h1,.not-found__copy > p { margin-inline: auto; }
  .not-found__actions { justify-content: center; }
  .not-found__visual { order: -1; min-height: 280px; aspect-ratio: 1.8; }
  .not-found__code { font-size: clamp(9rem,32vw,14rem); }
}

@media (max-width: 620px) {
  .not-found { min-height: 100svh; padding: 102px 18px 48px; }
  .not-found__inner { gap: 30px; }
  .not-found__visual { min-height: 220px; aspect-ratio: 1.42; border-radius: 14px; }
  .not-found__code { font-size: clamp(7.8rem,40vw,10.6rem); }
  .not-found__target { width: 84px; height: 84px; box-shadow: 0 0 0 10px rgba(5,7,10,.48),0 0 34px rgba(41,180,214,.18); }
  .not-found__copy h1 { font-size: clamp(2.7rem,13vw,3.55rem); }
  .not-found__copy > p { margin-top: 22px; font-size: 14px; }
  .not-found__actions { align-items: stretch; margin-top: 28px; flex-direction: column; }
  .not-found__actions .button { width: 100%; }
  .not-found__kicker { gap: 10px; font-size: 8.5px; letter-spacing: .13em; }
  .not-found__kicker::before { width: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .not-found__target,.not-found__scan { animation: none; }
  .not-found__scan { left: 41%; }
}
