:root {
  color-scheme: dark;
  --black: #050505;
  --white: #f4f4f2;
  --silver: #bfc2c5;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--black);
  color: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.is-intro-active { overflow: hidden; }
body.is-menu-open { overflow: hidden; }
body.is-dialog-open { overflow: hidden; }
/* Explicit project actions. */
.work .project-card i { padding: .85rem 1.1rem; background: #f1f2ee; color: #111; border: 1px solid #fff; font-size: .65rem; font-weight: 700; letter-spacing: .09em; }
.work .work__controls { gap: .7rem; }
.work .work__controls button { width: auto; min-height: 48px; height: auto; padding: .85rem 1rem; border-radius: 3px; background: #e8e8e3; color: #202124; border-color: #7f8085; font-size: .8rem; }
.work .work__controls button span { font-size: .62rem; font-weight: 650; letter-spacing: .06em; }
.work .work__controls .work__open { background: #111217; color: #fff; border-color: #111217; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.work .work__controls button:focus-visible { outline: 3px solid #5261ad; outline-offset: 4px; }
@media(max-width:700px) {
  .work .work__controls { display: grid; grid-template-columns: 1fr 1fr; }
  .work .work__controls .work__open { grid-column: 1 / -1; grid-row: 1; min-height: 54px; }
  .work { padding-bottom: 9rem; }
  .work .work__controls button { padding: .8rem .5rem; }
}

/* Project identity changes with every active card. */
.work .work__glow {
  background: radial-gradient(circle, color-mix(in srgb, var(--active-project-accent, #9ba7ff) 32%, transparent), rgba(175,181,221,.07) 40%, transparent 70%);
  transition: background 800ms ease;
}
.work .project-card__shade {
  background: linear-gradient(0deg,rgba(4,4,6,.94),rgba(4,4,6,.04) 67%), linear-gradient(115deg,color-mix(in srgb,var(--project-accent,#9ba7ff) 24%,transparent),transparent 48%);
}
.work .project-card strong { text-wrap: balance; }

.site-content {
  min-height: 100svh;
  opacity: 1;
  background: #050505;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #050505;
  isolation: isolate;
}
.hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 24% 43%, rgba(198,203,210,.1), transparent 30%);
  pointer-events: none;
}
.hero__scene { position: absolute; z-index: 0; inset: -3%; overflow: hidden; }
.depth { transform: translate3d(var(--move-x, 0), var(--move-y, 0), 0); transition: transform 900ms cubic-bezier(.16,1,.3,1); will-change: transform; }
.hero__screen { position: absolute; inset: 0; background: radial-gradient(circle at 68% 18%, rgba(129,137,255,.27), transparent 29%), #050505; }
.hero__photo { position: absolute; inset: -2% -2% -2% 38%; overflow: hidden; }
.hero__photo img {
  width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 20%;
  filter: saturate(.72) contrast(1.16) brightness(.78); transform: scale(1.01); animation: hero-breathe 12s ease-in-out infinite alternate;
}
@keyframes hero-breathe { to { transform: scale(1.085) translate3d(-.6%, -.35%, 0); filter: saturate(.82) contrast(1.19) brightness(.84); } }
.hero__foreground { position: absolute; inset: 68% -10% -15% 45%; background: radial-gradient(ellipse at 50% 20%, rgba(0,0,0,.18), #020202 68%); filter: blur(12px); }
.hero__veil {
  position: absolute; z-index: 1; inset: 0;
  background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 31%, rgba(5,5,5,.69) 52%, rgba(5,5,5,.08) 79%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 35%);
}
.hero__grid { position: absolute; z-index: 1; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.11) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, #000, transparent 63%); }
.hero__neural { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; opacity: .68; pointer-events: none; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.85) 50%, transparent 90%); }
.hero__scan { position: absolute; z-index: 2; top: -25%; left: 0; width: 62%; height: 22%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(154,171,255,.11), rgba(226,231,255,.38), transparent); filter: blur(7px); transform: skewY(-5deg); animation: scan 5.5s cubic-bezier(.5,0,.5,1) infinite; }
@keyframes scan { 0% { top: -28%; opacity: 0; } 15% { opacity: 1; } 75% { opacity: .75; } 100% { top: 115%; opacity: 0; } }
.cursor-light { position: absolute; z-index: 2; width: 420px; height: 420px; left: -210px; top: -210px; border-radius: 50%; pointer-events: none; opacity: 0; background: radial-gradient(circle, rgba(152,167,255,.16), rgba(111,129,231,.05) 33%, transparent 67%); mix-blend-mode: screen; transform: translate3d(var(--cursor-x,50vw),var(--cursor-y,50vh),0); transition: opacity 350ms ease; }
.hero:hover .cursor-light { opacity: 1; }
.hero__nav { position: absolute; z-index: 5; top: 0; right: 0; left: 0; height: 88px; padding: 0 clamp(1.4rem, 4.7vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: flex; align-items: center; gap: .85rem; color: #fff; text-decoration: none; text-transform: uppercase; }
.brand span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; font-size: .63rem; letter-spacing: .06em; }
.brand b { font-size: .68rem; letter-spacing: .21em; font-weight: 650; }
.hero__navlinks { display: flex; align-items:center; gap:clamp(.65rem,1.25vw,1.35rem); }
.hero__navlinks a { position: relative; color: rgba(255,255,255,.66); font-size: .64rem; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.hero__navlinks a::after { position: absolute; right: 100%; bottom: -.6rem; left: 0; height: 1px; content: ''; background: #fff; transition: right 250ms ease; }
.hero__navlinks a:hover { color: #fff; }.hero__navlinks a:hover::after { right: 0; }
.hero__navlinks .nav-cta{margin-left:.3rem;padding:.75rem .9rem;border:1px solid rgba(255,255,255,.45);color:#fff}.hero__navlinks .nav-cta::after{display:none}.hero__navlinks .nav-cta:hover{background:#fff;color:#090a0d}
.menu-button { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(5,5,5,.3); }
.menu-button i { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; transition: transform 300ms ease; }
.hero__content { position: relative; z-index: 2; width: min(810px, 58vw); margin-left: clamp(1.4rem, 7vw, 8rem); padding: 9rem 0 8rem; }
.hero__eyebrow {
  margin: 0 0 1rem;
  color: #c8cbd0;
  font-size: clamp(.68rem, .9vw, .8rem);
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.hero__eyebrow span { display: inline-block; width: 6px; height: 6px; margin: 0 .7rem .08rem 0; border-radius: 50%; background: #dfe3ff; box-shadow: 0 0 16px #8e9cff; animation: signal 1.8s ease-in-out infinite; }
@keyframes signal { 50% { opacity: .35; box-shadow: 0 0 4px #8e9cff; } }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 5.6vw, 6.2rem);
  font-weight: 320;
  letter-spacing: -.055em;
  line-height: .94;
  text-wrap: balance;
}
.hero h1 { background: linear-gradient(105deg, #fff 28%, #bfc7ff 45%, #fff 62%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: title-light 7s ease-in-out infinite; }
@keyframes title-light { 0%,30% { background-position: 100% 50%; } 70%,100% { background-position: 0 50%; } }
.hero__lead {
  max-width: 590px; margin: 1.6rem 0 0; color: rgba(244,244,242,.78);
  font-size: clamp(1.05rem, 1.5vw, 1.4rem); line-height: 1.55;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 2px;
  color: #f7f7f5; font-size: .72rem; font-weight: 650; letter-spacing: .13em;
  text-decoration: none; text-transform: uppercase;
  transform: translate3d(var(--mag-x,0), var(--mag-y,0), 0); transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 500ms cubic-bezier(.16,1,.3,1);
}
.button span { pointer-events: none; }.button i { margin-left: 1.3rem; font-style: normal; font-size: 1rem; }
.button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.button--primary { background: #e8e9e7; color: #0b0b0b; }
.button--primary:hover { background: #fff; }
.button--ghost { border-color: rgba(255,255,255,.32); background: rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.button--ghost:hover { border-color: rgba(255,255,255,.72); }
.hero__role {
  position: absolute; z-index: 2; right: clamp(1.2rem, 3vw, 3.5rem); bottom: 2.2rem; margin: 0;
  display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.6);
  font-size: .64rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
}
.hero__role span { width: 3px; height: 3px; border-radius: 50%; background: #d9dadd; }
.hero__scroll {
  position: absolute; z-index: 2; left: clamp(1.4rem, 7vw, 8rem); bottom: 2rem; display: flex;
  align-items: center; gap: .75rem; color: rgba(255,255,255,.55); font-size: .62rem;
  letter-spacing: .18em; text-decoration: none; text-transform: uppercase;
}
.hero__scroll i { position: relative; width: 42px; height: 1px; background: rgba(255,255,255,.42); }
.hero__scroll i::after {
  position: absolute; top: -2px; right: 0; width: 5px; height: 5px; content: "";
  border-right: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid rgba(255,255,255,.6); transform: rotate(-45deg);
}
.orb { position: absolute; z-index: 2; display: block; border: 1px solid rgba(205,211,255,.42); border-radius: 45% 55% 63% 37% / 48% 33% 67% 52%; background: radial-gradient(circle at 30% 25%, rgba(238,241,255,.25), rgba(105,118,190,.06) 45%, transparent 70%); box-shadow: inset 0 0 24px rgba(180,190,255,.12), 0 0 40px rgba(127,139,218,.08); backdrop-filter: blur(2px); animation: morph 8s ease-in-out infinite alternate; }
.orb--one { top: 21%; right: 5%; width: 110px; height: 84px; }.orb--two { right: 32%; bottom: 13%; width: 48px; height: 58px; animation-delay: -3s; }.orb--three { top: 34%; left: 48%; width: 22px; height: 22px; animation-delay: -5s; }
@keyframes morph { to { border-radius: 62% 38% 34% 66% / 37% 61% 39% 63%; transform: translate3d(var(--move-x,0), calc(var(--move-y,0) - 12px), 0) rotate(8deg); } }
.routes { --route-accent: #d5dcff; position: relative; min-height: 100svh; overflow: hidden; padding: clamp(5rem,8vw,8rem) clamp(1.4rem,5vw,5.8rem) 2.2rem; display: grid; grid-template-rows: auto 1fr auto auto; background: #07080b; color: #f4f4f1; isolation: isolate; transition: --route-accent 500ms ease; }
.routes[data-active="1"] { --route-accent: #d9c9ff; }.routes[data-active="2"] { --route-accent: #c8e8eb; }.routes[data-active="3"] { --route-accent: #ffd0b9; }
.routes__media, .routes__wash { position: absolute; z-index: -3; inset: 0; }
.route-bg { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: grayscale(1) contrast(1.22) brightness(.42); transform: scale(1.13) rotate(.6deg); transition: opacity 800ms ease, transform 1.5s cubic-bezier(.16,1,.3,1), filter 900ms ease; }
.route-bg.is-active { opacity: .72; filter: grayscale(.8) contrast(1.18) brightness(.55); transform: scale(1.02) rotate(0); }
.routes__wash { z-index: -2; background: linear-gradient(90deg, rgba(5,6,9,.96), rgba(5,6,9,.55) 52%, rgba(5,6,9,.18)), linear-gradient(0deg, #07080b 0%, transparent 50%, rgba(5,6,9,.68)); }
.routes__wash::after { position: absolute; inset: 0; content: ''; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,#000,transparent 80%); }
.routes__signal { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .72; pointer-events: none; }
.routes__signal path { fill: none; stroke: var(--route-accent); stroke-width: 1.15; stroke-dasharray: 9 17; filter: drop-shadow(0 0 7px var(--route-accent)); animation: signal-flow 18s linear infinite; }
.routes__signal circle { fill: #fff; filter: drop-shadow(0 0 12px var(--route-accent)); animation: node-pulse 2s ease-in-out infinite; }
@keyframes signal-flow { to { stroke-dashoffset: -520; } }@keyframes node-pulse { 50% { r: 11px; opacity: .3; } }
.routes__header { position: relative; z-index: 1; max-width: 840px; }
.routes__header p { margin: 0 0 1.1rem; color: rgba(255,255,255,.56); font-size: .66rem; font-weight: 650; letter-spacing: .25em; text-transform: uppercase; }.routes__header p span { margin-right: 1rem; color: var(--route-accent); }
.routes__header h2 { margin: 0; font-size: clamp(3rem,6.4vw,7rem); font-weight: 320; line-height: .9; letter-spacing: -.062em; text-wrap: balance; }
.routes__statement { position: relative; align-self: center; width: min(560px,42vw); min-height: 5rem; margin-left: auto; }
.route-copy { position: absolute; inset: 0; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.1rem,1.65vw,1.55rem); line-height: 1.45; opacity: 0; transform: translateY(24px); filter: blur(8px); transition: opacity 500ms ease, transform 700ms cubic-bezier(.16,1,.3,1), filter 650ms ease; }.route-copy.is-active { opacity: 1; transform: none; filter: none; }
.routes__track { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.22); }
.route { position: relative; min-height: 185px; padding: 1.15rem 1.25rem 1.3rem; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.45); text-decoration: none; overflow: hidden; transition: color 450ms ease, background 450ms ease; }.route:last-child{border-right:0}.route::before { position:absolute;inset:100% 0 0;content:'';background:linear-gradient(0deg,color-mix(in srgb,var(--route-accent) 20%,transparent),transparent);transition:inset 600ms cubic-bezier(.16,1,.3,1); }.route.is-active::before{inset:0}.route.is-active{color:#fff}.route__number{position:relative;font-size:.62rem;letter-spacing:.15em}.route strong{position:relative;margin-top:auto;font-size:clamp(1.25rem,1.9vw,1.75rem);font-weight:400;line-height:1.02;letter-spacing:-.035em}.route i{position:absolute;right:1.1rem;bottom:1.25rem;font-size:.58rem;font-style:normal;letter-spacing:.14em;text-transform:uppercase;opacity:0;transform:translateX(-10px);transition:opacity 350ms ease,transform 450ms ease}.route.is-active i{opacity:1;transform:none}
.routes__progress { display:none; }.routes__hint{display:none}
.work { position:relative;min-height:110svh;overflow:hidden;padding:clamp(5rem,8vw,8rem) clamp(1.4rem,6vw,7rem);display:grid;grid-template-columns:minmax(320px,.8fr) minmax(460px,1.2fr);align-items:center;gap:clamp(2rem,7vw,8rem);background:#e8e8e3;color:#0b0c0e;isolation:isolate; }
.work::before{position:absolute;z-index:-2;inset:0;content:'';background-image:linear-gradient(rgba(0,0,0,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 1px);background-size:70px 70px;mask-image:radial-gradient(circle at 75% 50%,#000,transparent 72%)}
.work__glow{position:absolute;z-index:-1;right:-12vw;top:18%;width:52vw;height:52vw;border-radius:50%;background:radial-gradient(circle,rgba(130,145,255,.24),rgba(175,181,221,.07) 40%,transparent 70%);filter:blur(25px);animation:work-glow 8s ease-in-out infinite alternate}@keyframes work-glow{to{transform:translate(-8%,5%) scale(1.12);filter:blur(45px)}}
.work__header{align-self:center}.work__header>p{margin:0 0 1.25rem;color:#65666a;font-size:.66rem;font-weight:650;letter-spacing:.24em;text-transform:uppercase}.work__header>p span{margin-right:1rem;color:#333c75}.work__header h2{margin:0;font-size:clamp(3.1rem,5.5vw,6.2rem);font-weight:330;line-height:.91;letter-spacing:-.065em}.work__header h2 em{color:#5e6067;font-style:normal}.work__counter{margin-top:3.5rem;display:flex;align-items:center;gap:1rem}.work__counter b{font-size:1.2rem;font-weight:450}.work__counter span{width:100px;height:1px;background:linear-gradient(90deg,#151619,#9d9da1)}.work__counter small{color:#84858a;font-size:.68rem}
.work__stage{--tilt-x:0deg;--tilt-y:0deg;position:relative;width:min(42vw,650px);aspect-ratio:4/5;margin-left:auto;perspective:1300px;touch-action:pan-y;cursor:grab}.work__stage:active{cursor:grabbing}
.project-card{--stack:0;position:absolute;inset:0;padding:0;border:0;overflow:hidden;background:#111;color:#fff;text-align:left;box-shadow:0 35px 80px rgba(12,12,18,.24);opacity:calc(1 - var(--stack)*.24);transform:translate3d(calc(var(--stack)*-30px + var(--float-x,0px)),calc(var(--stack)*-22px + var(--float-y,0px)),calc(var(--stack)*-100px)) rotateZ(calc(var(--stack)*-2deg)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transition:transform 850ms cubic-bezier(.16,1,.3,1),opacity 500ms ease,filter 500ms ease;z-index:calc(10 - var(--stack));filter:saturate(calc(1 - var(--stack)*.25));cursor:pointer}.project-card[aria-hidden="true"]{pointer-events:none;opacity:0}.project-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.05);transition:transform 1.2s cubic-bezier(.16,1,.3,1),filter 800ms ease}.project-card.is-active:hover img{transform:scale(1.11);filter:brightness(1.08)}.project-card__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,4,6,.94),rgba(4,4,6,.04) 67%),linear-gradient(90deg,rgba(4,4,6,.25),transparent)}.project-card__index,.project-card__meta,.project-card strong,.project-card i{position:absolute;z-index:2}.project-card__index{top:1.5rem;left:1.5rem;width:39px;height:39px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-size:.62rem}.project-card__meta{left:1.7rem;bottom:10rem;color:rgba(255,255,255,.68);font-size:.62rem;letter-spacing:.17em;text-transform:uppercase}.project-card strong{left:1.6rem;right:1.6rem;bottom:3.3rem;font-size:clamp(2.7rem,4.5vw,5.2rem);font-weight:350;line-height:.83;letter-spacing:-.06em}.project-card i{right:1.5rem;bottom:1.25rem;font-size:.57rem;font-style:normal;letter-spacing:.14em;text-transform:uppercase}.work__controls{position:absolute;right:clamp(1.4rem,6vw,7rem);bottom:2rem;display:flex;align-items:center;gap:1rem}.work__controls button{width:46px;height:46px;border:1px solid rgba(0,0,0,.25);border-radius:50%;background:rgba(255,255,255,.24);font-size:1.05rem;cursor:pointer;transition:background 250ms ease,transform 250ms ease}.work__controls button:hover{background:#0c0d10;color:#fff;transform:scale(1.08)}.work__controls p{margin:0;color:#777;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase}
.project-dialog{width:100vw;max-width:none;height:100svh;max-height:none;margin:0;padding:0;border:0;background:#090a0d;color:#f3f3ef;overflow:hidden}.project-dialog[open]{display:grid;grid-template-columns:1.15fr .85fr;animation:dialog-in 700ms cubic-bezier(.16,1,.3,1)}.project-dialog::backdrop{background:#050505}@keyframes dialog-in{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}.project-dialog__visual{overflow:hidden}.project-dialog__visual img{width:100%;height:100%;object-fit:cover;filter:grayscale(.45) contrast(1.15);animation:dialog-image 1.4s cubic-bezier(.16,1,.3,1)}@keyframes dialog-image{from{transform:scale(1.2)}to{transform:scale(1.02)}}.project-dialog__body{position:relative;padding:clamp(5rem,9vw,10rem) clamp(2rem,6vw,6rem);display:flex;flex-direction:column;justify-content:center}.project-dialog__label{color:#aeb7eb;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase}.project-dialog h2{margin:.8rem 0 1.7rem;font-size:clamp(3rem,6vw,6rem);font-weight:330;line-height:.87;letter-spacing:-.06em}.project-dialog__text{max-width:520px;margin:0;color:rgba(255,255,255,.68);font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.6}.project-dialog__body a{width:max-content;margin-top:2.2rem;padding:.95rem 0;border-bottom:1px solid rgba(255,255,255,.4);color:#fff;font-size:.66rem;letter-spacing:.14em;text-decoration:none;text-transform:uppercase}.project-dialog__body a span{margin-left:2rem}.project-dialog__close{position:absolute;z-index:5;right:1.3rem;top:1.3rem;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(0,0,0,.35);color:#fff;font:inherit;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(8px);cursor:pointer}
.mobile-menu { position: fixed; z-index: 10000; inset: 0; padding: 8rem 1.4rem 2rem; display: flex; flex-direction: column; justify-content: center; background: #080808; opacity: 0; visibility: hidden; transform: translateY(-100%); transition: transform 650ms cubic-bezier(.77,0,.18,1), opacity 300ms ease, visibility 650ms; }
.mobile-menu p { margin: 0 0 2rem; color: #858585; font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; }
.mobile-menu a { display: flex; justify-content: space-between; padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #f5f5f2; font-size: clamp(2.4rem, 12vw, 4rem); letter-spacing: -.055em; text-decoration: none; }
.mobile-menu a span { padding-top: .6rem; color: #777; font-size: .65rem; letter-spacing: .1em; }
.mobile-menu .mobile-menu__cta{margin-top:1.1rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.6);font-size:clamp(1.2rem,6vw,1.8rem);letter-spacing:-.025em}.mobile-menu .mobile-menu__cta span{color:#fff}
.is-menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.is-menu-open .menu-button { position: fixed; z-index: 10001; right: 1.15rem; top: 1.15rem; }.is-menu-open .menu-button i:first-child { transform: translateY(3px) rotate(45deg); }.is-menu-open .menu-button i:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero__content > *, .hero__role, .hero__scroll { opacity: 0; transform: translateY(22px); transition: opacity 800ms ease, transform 900ms cubic-bezier(.16,1,.3,1); }
.hero.is-entered .hero__content > *, .hero.is-entered .hero__role, .hero.is-entered .hero__scroll { opacity: 1; transform: translateY(0); }
.hero.is-entered .hero__content > :nth-child(2) { transition-delay: 100ms; }.hero.is-entered .hero__content > :nth-child(3) { transition-delay: 220ms; }.hero.is-entered .hero__content > :nth-child(4) { transition-delay: 340ms; }

.intro {
  position: fixed;
  z-index: 99999;
  inset: 0;
  overflow: hidden;
  background: #000;
  opacity: 1;
  visibility: visible;
  transition: opacity 900ms ease, visibility 900ms ease;
}

.intro.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.06) brightness(.86);
  transform: scale(1.01);
}

.intro__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.38), transparent 42%, rgba(0,0,0,.08)),
    linear-gradient(0deg, rgba(0,0,0,.32), transparent 35%);
  pointer-events: none;
}

.intro__grain {
  position: absolute;
  inset: -50%;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  animation: grain 450ms steps(2) infinite;
}

@keyframes grain {
  0% { transform: translate(0, 0); }
  25% { transform: translate(2%, -3%); }
  50% { transform: translate(-3%, 2%); }
  75% { transform: translate(3%, 4%); }
  100% { transform: translate(-2%, -2%); }
}

.phrase,
.keywords {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(.2,.75,.2,1), filter 800ms ease;
  pointer-events: none;
}

.phrase.is-visible,
.keywords.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.phrase span,
.phrase strong {
  display: block;
  text-transform: uppercase;
}

.phrase span {
  margin-bottom: .45rem;
  color: rgba(235,236,237,.72);
  font-size: clamp(.68rem, 1.25vw, 1rem);
  font-weight: 500;
  letter-spacing: .32em;
}

.phrase strong {
  font-size: clamp(2rem, 5.4vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
  text-shadow: 0 4px 30px rgba(0,0,0,.42);
}

.phrase--center {
  top: 50%;
  left: 50%;
  width: min(950px, 88vw);
  text-align: center;
  transform: translate(-50%, calc(-50% + 18px));
}
.phrase--center.is-visible { transform: translate(-50%, -50%); }

.phrase--left {
  left: clamp(1.5rem, 8vw, 8rem);
  bottom: clamp(5.5rem, 14vh, 9rem);
  width: min(700px, 80vw);
}

.keywords {
  right: clamp(1.5rem, 7vw, 7rem);
  bottom: clamp(5.5rem, 13vh, 8rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .15em;
  font-size: clamp(1.65rem, 4.1vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .9;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0,0,0,.6);
}

.keywords span { opacity: .35; transition: opacity 450ms ease, color 450ms ease; }
.keywords span.is-active { opacity: 1; color: #fff; }

.intro__skip {
  position: absolute;
  z-index: 4;
  top: max(1.2rem, env(safe-area-inset-top));
  right: max(1.2rem, env(safe-area-inset-right));
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(0,0,0,.24);
  color: rgba(255,255,255,.82);
  font: inherit;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.intro__skip:hover,
.intro__skip:focus-visible { border-color: #fff; color: #fff; outline: none; }

.intro__play {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  min-height: 48px;
  padding: .85rem 1.3rem;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(0,0,0,.52);
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.intro__progress {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(255,255,255,.08);
}
.intro__progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #74777a, #fff);
  box-shadow: 0 0 12px rgba(255,255,255,.5);
}

.build{--build-accent:#aeb7ff;--cursor-x:50%;--cursor-y:50%;position:relative;min-height:115svh;padding:clamp(5rem,8vw,8rem) clamp(1.3rem,6vw,7rem);display:grid;grid-template-columns:minmax(310px,.72fr) minmax(500px,1.15fr);grid-template-rows:auto 1fr;gap:2rem clamp(2rem,5vw,6rem);overflow:hidden;background:#07080b;color:#f4f4f1;isolation:isolate;transition:--build-accent 500ms ease}.build::before{position:absolute;z-index:-3;inset:0;content:'';background:radial-gradient(circle at var(--cursor-x) var(--cursor-y),color-mix(in srgb,var(--build-accent) 19%,transparent),transparent 27%),linear-gradient(135deg,#07080b,#0b0d13 58%,#050505)}.build__grid{position:absolute;z-index:-2;inset:0;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:68px 68px;mask-image:radial-gradient(circle at var(--cursor-x) var(--cursor-y),#000,transparent 72%)}.build__cursor{position:absolute;z-index:-1;left:var(--cursor-x);top:var(--cursor-y);width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 18px 5px var(--build-accent);transform:translate(-50%,-50%);pointer-events:none}.build__header{position:relative;z-index:2;align-self:start}.build__header>p:first-child{margin:0 0 1.2rem;color:rgba(255,255,255,.5);font-size:.66rem;font-weight:650;letter-spacing:.23em;text-transform:uppercase}.build__header>p:first-child span{margin-right:1rem;color:var(--build-accent)}.build__header h2{margin:0;font-size:clamp(3rem,5vw,5.8rem);font-weight:320;line-height:.91;letter-spacing:-.064em}.build__header h2 em{color:rgba(255,255,255,.46);font-style:normal}.build__intro{max-width:520px;margin:1.8rem 0 0;color:rgba(255,255,255,.59);font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.55}.build__experience{--system-x:0deg;--system-y:0deg;position:relative;grid-column:2;grid-row:1/3;width:min(52vw,720px);aspect-ratio:1;margin:auto;perspective:1200px;transform:rotateX(var(--system-x)) rotateY(var(--system-y));transition:transform 350ms ease;transform-style:preserve-3d}.build__connections{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.build__connections path,.build__connections circle{fill:none;stroke:rgba(255,255,255,.13);stroke-width:1}.build__connections path{stroke:var(--build-accent);stroke-dasharray:3 13;animation:build-signal 16s linear infinite;filter:drop-shadow(0 0 5px var(--build-accent))}.build__connections circle:last-child{stroke-dasharray:2 15;animation:build-orbit 30s linear infinite;transform-origin:center}@keyframes build-signal{to{stroke-dashoffset:-320}}@keyframes build-orbit{to{transform:rotate(360deg)}}.build__core{position:absolute;left:50%;top:50%;width:180px;height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--build-accent) 55%,transparent);border-radius:50%;background:rgba(8,9,13,.72);box-shadow:inset 0 0 45px color-mix(in srgb,var(--build-accent) 15%,transparent),0 0 50px color-mix(in srgb,var(--build-accent) 13%,transparent);transform:translate(-50%,-50%) translateZ(55px);backdrop-filter:blur(13px)}.build__core span{position:absolute;inset:20px;border:1px dashed rgba(255,255,255,.25);border-radius:50%;animation:build-orbit 18s linear infinite reverse}.build__core b{font-size:1.3rem;font-weight:420;letter-spacing:-.03em}.build__core small{margin-top:.45rem;color:rgba(255,255,255,.45);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase}.build-choice{position:absolute;left:var(--x);top:var(--y);width:25%;min-height:120px;padding:1rem;border:1px solid rgba(255,255,255,.16);background:rgba(10,11,16,.54);color:rgba(255,255,255,.52);text-align:left;backdrop-filter:blur(12px);cursor:pointer;transform:translateZ(25px);transition:color 350ms ease,border-color 350ms ease,background 350ms ease,transform 500ms cubic-bezier(.16,1,.3,1),box-shadow 350ms ease}.build-choice::after{position:absolute;right:1rem;top:1rem;content:'↗';color:var(--choice);opacity:0;transform:translate(-7px,7px);transition:all 350ms ease}.build-choice:hover,.build-choice:focus-visible,.build-choice.is-active{color:#fff;border-color:var(--choice);background:color-mix(in srgb,var(--choice) 11%,rgba(10,11,16,.76));box-shadow:0 16px 45px rgba(0,0,0,.35),inset 0 0 28px color-mix(in srgb,var(--choice) 8%,transparent);transform:translateZ(55px) scale(1.035);outline:none}.build-choice:is(:hover,:focus-visible,.is-active)::after{opacity:1;transform:none}.build-choice span{display:block;margin-bottom:2rem;color:var(--choice);font-size:.58rem;letter-spacing:.16em}.build-choice strong{font-size:clamp(.9rem,1.15vw,1.08rem);font-weight:410;line-height:1.08}.build__decision{position:relative;z-index:2;align-self:end;max-width:540px;padding:1.6rem 0 0;border-top:1px solid rgba(255,255,255,.2)}.build__decision>p:first-child{margin:0;color:var(--build-accent);font-size:.6rem;letter-spacing:.17em;text-transform:uppercase}.build__decision h3{min-height:2.4em;margin:.8rem 0 .75rem;font-size:clamp(1.65rem,2.4vw,2.7rem);font-weight:350;line-height:1.05;letter-spacing:-.045em}.build__decision>p:nth-of-type(2){max-width:490px;min-height:3.2em;margin:0;color:rgba(255,255,255,.58);font-size:.95rem;line-height:1.5}.build__decision a{width:100%;max-width:480px;min-height:58px;margin-top:1.4rem;padding:1rem 1.15rem;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--build-accent);background:var(--build-accent);color:#08090c;font-size:.68rem;font-weight:750;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;transition:transform 300ms ease,box-shadow 300ms ease}.build__decision a:hover,.build__decision a:focus-visible{transform:translateY(-4px);box-shadow:0 14px 36px color-mix(in srgb,var(--build-accent) 28%,transparent);outline:2px solid #fff;outline-offset:4px}.build__decision a span{font-size:1rem}.build__decision small{display:block;margin-top:1rem;color:rgba(255,255,255,.32);font-size:.53rem;letter-spacing:.16em;text-transform:uppercase}

.profile{--profile-accent:#3348bb;--portrait-x:50%;--portrait-y:35%;--portrait-scale:1.04;position:relative;min-height:115svh;padding:clamp(5rem,8vw,8rem) clamp(1.3rem,6vw,7rem);display:grid;grid-template-columns:minmax(280px,.72fr) minmax(360px,.82fr) minmax(330px,.72fr);align-items:center;gap:clamp(1.6rem,4vw,5rem);overflow:hidden;background:#e9e9e4;color:#0b0c0f;isolation:isolate}.profile::before{position:absolute;z-index:-3;inset:0;content:'';background-image:linear-gradient(rgba(0,0,0,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.055) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.5) 58%,transparent)}.profile__word{position:absolute;z-index:-2;left:2%;top:49%;width:96%;color:color-mix(in srgb,var(--profile-accent) 15%,transparent);font-size:clamp(7rem,16vw,17rem);font-weight:700;line-height:.72;letter-spacing:-.09em;white-space:nowrap;transform:translateY(-50%);transition:color 500ms ease}.profile__scan{position:absolute;z-index:4;top:0;bottom:0;width:1px;background:linear-gradient(transparent,var(--profile-accent),transparent);box-shadow:0 0 22px 4px color-mix(in srgb,var(--profile-accent) 35%,transparent);opacity:.6;pointer-events:none;animation:profile-scan 7s ease-in-out infinite}@keyframes profile-scan{0%,100%{left:18%;opacity:0}15%,85%{opacity:.62}50%{left:82%}}.profile__header{align-self:start;position:relative;z-index:3}.profile__header>p:first-child{margin:0 0 1.2rem;color:#686970;font-size:.64rem;font-weight:650;letter-spacing:.23em;text-transform:uppercase}.profile__header>p:first-child span{margin-right:1rem;color:var(--profile-accent)}.profile__header h2{margin:0;font-size:clamp(3rem,4.8vw,5.6rem);font-weight:330;line-height:.9;letter-spacing:-.064em}.profile__header>p:last-child{max-width:420px;margin:1.5rem 0 0;color:#66676d;font-size:clamp(1rem,1.35vw,1.2rem);line-height:1.45}.profile__portrait{--photo-rx:0deg;--photo-ry:0deg;position:relative;width:100%;max-width:510px;aspect-ratio:3/4;margin:auto;perspective:1100px}.profile__portrait figure{position:absolute;inset:5%;margin:0;overflow:hidden;background:#111;clip-path:polygon(10% 0,100% 6%,92% 100%,0 91%);box-shadow:0 35px 70px rgba(0,0,0,.25);transform:rotateX(var(--photo-rx)) rotateY(var(--photo-ry));transition:transform 400ms ease,clip-path 700ms cubic-bezier(.16,1,.3,1)}.profile__portrait img{width:100%;height:100%;object-fit:cover;object-position:var(--portrait-x) var(--portrait-y);filter:grayscale(.72) contrast(1.14) brightness(.83);transform:scale(var(--portrait-scale));transition:object-position 800ms ease,transform 900ms cubic-bezier(.16,1,.3,1),filter 600ms ease}.profile__portrait figure span{position:absolute;inset:0;background:linear-gradient(150deg,color-mix(in srgb,var(--profile-accent) 26%,transparent),transparent 42%),linear-gradient(0deg,rgba(0,0,0,.62),transparent 45%);mix-blend-mode:screen;pointer-events:none}.profile__rings{position:absolute;inset:-7%;pointer-events:none}.profile__rings i{position:absolute;inset:0;border:1px solid color-mix(in srgb,var(--profile-accent) 34%,transparent);border-radius:50%;animation:profile-ring 18s linear infinite}.profile__rings i:nth-child(2){inset:9%;border-style:dashed;animation-duration:24s;animation-direction:reverse}.profile__rings i:nth-child(3){inset:18%;border-color:rgba(0,0,0,.15);animation-duration:12s}@keyframes profile-ring{to{transform:rotate(360deg)}}.profile__coordinates{position:absolute;right:-1rem;bottom:2%;padding:.7rem;border-left:1px solid var(--profile-accent);color:#66676d;font-size:.5rem;line-height:1.6;letter-spacing:.13em}.profile__interface{position:relative;z-index:3}.profile__facets{display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.22)}.profile__facets button{position:relative;min-height:50px;padding:.8rem 2.4rem .8rem .2rem;display:flex;align-items:center;gap:1rem;border:0;border-bottom:1px solid rgba(0,0,0,.15);background:transparent;color:#85868a;font:inherit;font-size:.72rem;letter-spacing:.08em;text-align:left;text-transform:uppercase;cursor:pointer;transition:color 300ms ease,padding 400ms cubic-bezier(.16,1,.3,1),background 300ms ease}.profile__facets button::after{position:absolute;right:.3rem;content:'↗';color:var(--profile-accent);opacity:0;transform:translateX(-9px);transition:all 300ms ease}.profile__facets button:hover,.profile__facets button:focus-visible,.profile__facets button.is-active{padding-left:1rem;background:rgba(255,255,255,.38);color:#0d0e11;outline:none}.profile__facets button:is(:hover,:focus-visible,.is-active)::after{opacity:1;transform:none}.profile__facets button span{color:var(--profile-accent);font-size:.52rem}.profile__detail{margin-top:1.7rem}.profile__detail>p:first-child{margin:0;color:var(--profile-accent);font-size:.58rem;letter-spacing:.14em;text-transform:uppercase}.profile__detail h3{min-height:2.5em;margin:.75rem 0;font-size:clamp(1.7rem,2.35vw,2.7rem);font-weight:360;line-height:1.04;letter-spacing:-.045em}.profile__detail>p:nth-of-type(2){min-height:4.5em;margin:0;color:#62636a;font-size:.92rem;line-height:1.55}.profile__detail button{width:100%;min-height:54px;margin-top:1.2rem;padding:.9rem 1rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #111;background:#111;color:#fff;font:inherit;font-size:.66rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;transition:background 300ms ease,color 300ms ease,transform 300ms ease}.profile__detail button:hover,.profile__detail button:focus-visible{background:var(--profile-accent);color:#fff;transform:translateY(-4px);outline:2px solid var(--profile-accent);outline-offset:4px}.story-dialog{width:100vw;max-width:none;height:100svh;max-height:none;margin:0;padding:0;border:0;overflow:hidden;background:#08090c;color:#f4f4f1}.story-dialog[open]{display:grid;place-items:center;animation:story-in 750ms cubic-bezier(.16,1,.3,1)}.story-dialog::backdrop{background:#050505}@keyframes story-in{from{opacity:0;clip-path:circle(0 at 50% 50%)}to{opacity:1;clip-path:circle(100% at 50% 50%)}}.story-dialog__number{position:absolute;left:50%;top:50%;color:rgba(255,255,255,.035);font-size:45vw;font-weight:800;line-height:.7;letter-spacing:-.13em;transform:translate(-53%,-50%)}.story-dialog__content{position:relative;z-index:2;width:min(1100px,88vw);display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,7vw,8rem);align-items:end}.story-dialog__content>p{align-self:start;margin:.4rem 0 0;color:#8e91a8;font-size:.63rem;letter-spacing:.2em;text-transform:uppercase}.story-dialog h2{grid-column:2;margin:0;font-size:clamp(4rem,8.5vw,9rem);font-weight:310;line-height:.82;letter-spacing:-.075em}.story-dialog__copy{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:2rem;color:rgba(255,255,255,.62);font-size:1rem;line-height:1.6}.story-dialog__copy p{margin:0}.story-dialog__content>a{grid-column:2;width:max-content;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.45);color:#fff;font-size:.66rem;letter-spacing:.14em;text-decoration:none;text-transform:uppercase}.story-dialog__content>a span{margin-left:2rem}.story-dialog__close{position:absolute;z-index:5;right:1.4rem;top:1.4rem;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(0,0,0,.3);color:#fff;font:inherit;font-size:.6rem;letter-spacing:.13em;text-transform:uppercase;cursor:pointer}

@media (max-width: 700px) {
  .hero { min-height: 100svh; align-items: flex-end; }
  .hero__scene { inset: -2%; }
  .hero__photo { inset: 0; }
  .hero__photo img { object-position: 47% 20%; filter: saturate(.7) contrast(1.12) brightness(.68); }
  .hero__foreground { inset: 65% -10% -10% 0; }
  .hero__veil { background: linear-gradient(0deg, #050505 2%, rgba(5,5,5,.98) 28%, rgba(5,5,5,.6) 57%, rgba(5,5,5,.06) 82%); }
  .hero__grid { background-size: 44px 44px; mask-image: linear-gradient(0deg, #000, transparent 70%); }
  .hero__neural { opacity: .58; mask-image: linear-gradient(0deg, #000 10%, rgba(0,0,0,.8) 60%, transparent 96%); }
  .hero__scan { width: 100%; }
  .hero__nav { height: 72px; padding: 0 1.15rem; }
  .brand b, .hero__navlinks { display: none; }
  .menu-button { display: block; }
  .hero__content { width: auto; margin: 0; padding: 50svh 1.3rem 7.3rem; }
  .hero__eyebrow { margin-bottom: .8rem; font-size: .62rem; letter-spacing: .2em; }
  .hero h1 { max-width: 95%; font-size: clamp(2.45rem, 11.2vw, 4.2rem); line-height: .92; }
  .hero__lead { margin-top: 1.15rem; font-size: .98rem; line-height: 1.45; }
  .hero__actions { margin-top: 1.45rem; }
  .button { width: 100%; min-height: 48px; }
  .hero__role, .hero__scroll { display: none; }
  .orb--one { top: 17%; right: -7%; width: 84px; height: 68px; }.orb--two { right: auto; left: 5%; bottom: 36%; }.orb--three { left: 13%; top: 32%; }
  .intro__video { object-position: 50% center; }
  .phrase--left { left: 1.35rem; bottom: 5.25rem; width: calc(100vw - 2.7rem); }
  .phrase strong { font-size: clamp(2rem, 11vw, 3.2rem); }
  .phrase span { letter-spacing: .22em; }
  .keywords { right: 1.35rem; bottom: 5.25rem; font-size: clamp(1.8rem, 9.5vw, 3rem); }
  .routes { min-height: 100svh; padding: 5.5rem 0 1.6rem; grid-template-rows: auto 1fr auto auto auto; }
  .routes__header { padding: 0 1.3rem; }
  .routes__header h2 { font-size: clamp(2.75rem,13.2vw,4.6rem); line-height: .91; }
  .routes__statement { align-self: end; width: auto; min-height: 5.2rem; margin: 2rem 1.3rem .8rem; }
  .route-copy { font-size: 1.05rem; }
  .routes__media { bottom: 30%; }
  .route-bg { object-position: center; }
  .routes__wash { background: linear-gradient(0deg,#07080b 0%,rgba(5,6,9,.75) 40%,rgba(5,6,9,.2) 70%),linear-gradient(90deg,rgba(5,6,9,.82),transparent); }
  .routes__signal { height: 72%; }
  .routes__track { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-top-color: rgba(255,255,255,.28); overscroll-behavior-x: contain; }
  .routes__track::-webkit-scrollbar { display: none; }
  .route { flex: 0 0 78vw; min-height: 175px; scroll-snap-align: center; padding: 1rem 1.3rem 1.25rem; }
  .route:first-child { margin-left: 11vw; }.route:last-child { margin-right: 11vw; border-right:1px solid rgba(255,255,255,.16); }
  .route strong { font-size: clamp(1.55rem,7vw,2rem); }.route i { opacity:1;transform:none; }
  .routes__progress { display:block; height:2px; margin: 1.1rem 1.3rem 0; background:rgba(255,255,255,.13); }.routes__progress span{display:block;width:25%;height:100%;background:var(--route-accent);box-shadow:0 0 10px var(--route-accent);transition:width 450ms cubic-bezier(.16,1,.3,1);}
  .routes__hint { display:block;margin:.8rem 1.3rem 0;color:rgba(255,255,255,.42);font-size:.56rem;letter-spacing:.18em;text-transform:uppercase; }
  .work{min-height:110svh;padding:5.5rem 1.25rem 6rem;display:block}.work::before{background-size:44px 44px}.work__header h2{font-size:clamp(2.75rem,12vw,4.3rem)}.work__counter{margin-top:1.7rem}.work__stage{width:82vw;max-width:420px;margin:3.3rem auto 0;aspect-ratio:4/5}.project-card{transform:translate3d(calc(var(--stack)*-12px + var(--float-x,0px)),calc(var(--stack)*-16px + var(--float-y,0px)),calc(var(--stack)*-75px)) rotateZ(calc(var(--stack)*-1.5deg))}.project-card__meta{bottom:8.2rem;font-size:.54rem}.project-card strong{bottom:2.9rem;font-size:clamp(2.8rem,13vw,4rem)}.work__controls{right:1.25rem;bottom:1.5rem;left:1.25rem;justify-content:space-between}.work__controls p{font-size:.52rem}.project-dialog[open]{display:block;overflow:auto}.project-dialog__visual{height:42svh}.project-dialog__body{min-height:58svh;padding:3rem 1.4rem 4rem}.project-dialog h2{font-size:clamp(3rem,15vw,5rem)}
  .build{min-height:100svh;padding:5.5rem 1.2rem 4rem;display:block}.build__cursor{display:none}.build__grid{background-size:42px 42px}.build__header h2{font-size:clamp(2.7rem,12.5vw,4.2rem)}.build__intro{margin-top:1.25rem;font-size:.96rem}.build__experience{width:100%;height:auto;aspect-ratio:1/1.2;margin:2.2rem 0 1.5rem;transform:none!important}.build__connections{top:8%;height:84%}.build__core{width:116px;height:116px}.build__core span{inset:13px}.build__core b{font-size:1.05rem}.build__core small{max-width:80px;text-align:center;line-height:1.3}.build-choice{width:42%;min-height:104px;padding:.8rem}.build-choice:nth-child(1),.build-choice:nth-child(4){left:0!important}.build-choice:nth-child(2),.build-choice:nth-child(3){left:58%!important}.build-choice:nth-child(1),.build-choice:nth-child(2){top:2%!important}.build-choice:nth-child(3),.build-choice:nth-child(4){top:76%!important}.build-choice span{margin-bottom:1.2rem}.build-choice strong{font-size:.82rem}.build__decision{padding-top:1.3rem}.build__decision h3{min-height:0;font-size:clamp(1.65rem,7.5vw,2.35rem)}.build__decision>p:nth-of-type(2){min-height:0}.build__decision a{max-width:none;min-height:58px}.build__decision small{text-align:center}
}

@media (min-width: 701px) and (max-width: 1100px) {
  .routes__header h2 { font-size: clamp(3.8rem,7vw,5rem); }
  .route { min-height: 165px; }.route strong{font-size:1.25rem}.route i{display:none}
  .build{grid-template-columns:.75fr 1.25fr}.build__experience{width:min(57vw,650px)}.build-choice{width:28%}.build__header h2{font-size:clamp(3.4rem,6vw,4.8rem)}
}

@media (prefers-reduced-motion: reduce) {
  .intro { display: none; }
  .site-content { opacity: 1; }
  .button { transition: none; }
  .depth, .orb, .hero__photo img, .hero__scan, .hero h1 { animation: none; transition: none; }
  .hero__neural { display: none; }
  .routes__signal path, .routes__signal circle, .route-bg { animation:none;transition:none; }
  .project-card, .work__glow, .project-dialog__visual img { animation:none;transition:none; }
  .build__connections path,.build__connections circle,.build__core span{animation:none}.build__cursor{display:none}.build__experience{transform:none!important}
  .hero__content > *, .hero__role, .hero__scroll { opacity: 1; transform: none; }
}

@media (max-width:700px){.profile{min-height:100svh;padding:5.5rem 1.2rem 4rem;display:block}.profile::before{background-size:44px 44px}.profile__scan{display:none}.profile__word{top:41%;left:-3%;font-size:28vw;opacity:.75}.profile__header h2{font-size:clamp(2.8rem,12.7vw,4.3rem)}.profile__header>p:last-child{margin-top:1.1rem}.profile__portrait{width:82vw;max-width:390px;margin:2rem auto 2.6rem}.profile__coordinates{right:0}.profile__interface{display:flex;flex-direction:column}.profile__facets{order:1;margin:0 -1.2rem;padding:0 1.2rem;display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-top:0}.profile__facets::-webkit-scrollbar{display:none}.profile__facets button{flex:0 0 auto;min-width:150px;min-height:48px;padding:.8rem;border:1px solid rgba(0,0,0,.15);scroll-snap-align:center}.profile__facets button:hover,.profile__facets button:focus-visible,.profile__facets button.is-active{padding-left:.8rem}.profile__detail{order:2;margin-top:1.7rem}.profile__detail h3,.profile__detail>p:nth-of-type(2){min-height:0}.profile__detail h3{font-size:clamp(1.75rem,8vw,2.5rem)}.story-dialog[open]{display:block;overflow:auto}.story-dialog__content{width:auto;min-height:100svh;padding:7rem 1.3rem 4rem;display:block}.story-dialog__content>p{margin-bottom:2rem}.story-dialog h2{font-size:clamp(3.5rem,16vw,5.5rem)}.story-dialog__copy{margin-top:2.5rem;display:block}.story-dialog__copy p+p{margin-top:1.25rem}.story-dialog__content>a{display:block;width:100%;margin-top:2.5rem}.story-dialog__number{font-size:75vw}}

@media (min-width:701px) and (max-width:1100px){.profile{grid-template-columns:minmax(250px,.65fr) minmax(330px,.8fr)}.profile__header{grid-column:1}.profile__portrait{grid-column:2;grid-row:1/3}.profile__interface{grid-column:1}.profile__word{font-size:19vw}}

@media (prefers-reduced-motion:reduce){.profile__scan,.profile__rings i{animation:none}.profile__portrait figure{transform:none!important}.story-dialog[open]{animation:none}}

.speaking-teaser{position:relative;min-height:92svh;padding:clamp(5rem,8vw,8rem) clamp(1.3rem,6vw,7rem);display:flex;align-items:center;overflow:hidden;background:#050506;color:#fff;isolation:isolate}.speaking-teaser__media{position:absolute;z-index:-3;inset:0 0 0 42%;overflow:hidden}.speaking-teaser__media img{width:100%;height:100%;object-fit:cover;object-position:48% 32%;filter:grayscale(.65) contrast(1.18) brightness(.58);transform:scale(1.08);transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.speaking-teaser:hover .speaking-teaser__media img{transform:scale(1.02)}.speaking-teaser__veil{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#050506 15%,rgba(5,5,6,.96) 43%,rgba(5,5,6,.35) 72%,rgba(5,5,6,.62)),linear-gradient(0deg,#050506,transparent 35%)}.speaking-teaser__veil::after{position:absolute;inset:0;content:'';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:68px 68px;mask-image:linear-gradient(90deg,#000,transparent 75%)}.speaking-teaser__content{width:min(760px,58vw)}.speaking-teaser__content>p:first-child{margin:0 0 1.2rem;color:rgba(255,255,255,.55);font-size:.65rem;font-weight:650;letter-spacing:.23em;text-transform:uppercase}.speaking-teaser__content>p:first-child span{margin-right:1rem;color:#aeb7ff}.speaking-teaser h2{margin:0;font-size:clamp(3.5rem,6.3vw,7.5rem);font-weight:310;line-height:.88;letter-spacing:-.068em}.speaking-teaser h2 em{color:rgba(255,255,255,.48);font-style:normal}.speaking-teaser__content>p:nth-of-type(2){max-width:570px;margin:1.7rem 0 0;color:rgba(255,255,255,.62);font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.55}.speaking-teaser__content>a{width:min(100%,450px);min-height:58px;margin-top:2rem;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.58);background:rgba(5,5,6,.45);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;backdrop-filter:blur(10px);transition:background 300ms ease,color 300ms ease,transform 300ms ease}.speaking-teaser__content>a:hover,.speaking-teaser__content>a:focus-visible{background:#fff;color:#08090b;transform:translateY(-4px);outline:2px solid #aeb7ff;outline-offset:4px}.speaking-teaser__signal{position:absolute;z-index:-1;right:8%;top:12%;width:36vw;height:36vw;border:1px solid rgba(174,183,255,.26);border-radius:50%;animation:teaser-orbit 18s linear infinite}.speaking-teaser__signal i{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 22px 5px #aeb7ff}.speaking-teaser__signal i:nth-child(1){left:13%;top:20%}.speaking-teaser__signal i:nth-child(2){right:6%;top:48%}.speaking-teaser__signal i:nth-child(3){left:35%;bottom:2%}@keyframes teaser-orbit{to{transform:rotate(360deg)}}

@media(max-width:700px){.mobile-menu{padding:5.5rem 1.2rem 1.5rem;justify-content:flex-start;overflow:auto}.mobile-menu p{margin-bottom:1rem}.mobile-menu a{padding:.52rem 0;font-size:clamp(1.8rem,8.8vw,3rem)}.speaking-teaser{min-height:100svh;padding:5.5rem 1.2rem 4rem;align-items:flex-end}.speaking-teaser__media{inset:0}.speaking-teaser__media img{object-position:48% 18%;filter:grayscale(.7) contrast(1.16) brightness(.48)}.speaking-teaser__veil{background:linear-gradient(0deg,#050506 8%,rgba(5,5,6,.95) 40%,rgba(5,5,6,.18) 76%),linear-gradient(90deg,rgba(5,5,6,.65),transparent)}.speaking-teaser__content{width:100%}.speaking-teaser h2{font-size:clamp(2.9rem,12.8vw,4.5rem)}.speaking-teaser__content>p:nth-of-type(2){font-size:.95rem}.speaking-teaser__content>a{width:100%;margin-top:1.5rem}.speaking-teaser__signal{right:-25%;top:5%;width:78vw;height:78vw}}

@media(prefers-reduced-motion:reduce){.speaking-teaser__signal{animation:none}.speaking-teaser__media img{transition:none}}

.speaking-teaser{--speaking-accent:#aeb7ff}.speaking-teaser__content>p:first-child span{color:var(--speaking-accent)}.speaking-teaser__signal{border-color:color-mix(in srgb,var(--speaking-accent) 30%,transparent);transition:border-color 450ms ease}.speaking-teaser__signal i{box-shadow:0 0 22px 5px var(--speaking-accent);transition:box-shadow 450ms ease}.speaking-teaser__categories{width:min(100%,680px);margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.15)}.speaking-teaser__categories button{min-height:46px;padding:.7rem;border:0;border-right:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);background:rgba(5,5,6,.34);color:rgba(255,255,255,.43);font:inherit;font-size:.56rem;letter-spacing:.1em;text-align:left;text-transform:uppercase;cursor:pointer;transition:background 300ms,color 300ms}.speaking-teaser__categories button:hover,.speaking-teaser__categories button:focus-visible,.speaking-teaser__categories button.is-active{background:color-mix(in srgb,var(--speaking-accent) 18%,rgba(5,5,6,.55));color:#fff;outline:none}.speaking-teaser__content>a{border-color:var(--speaking-accent)}

@media(max-width:700px){.speaking-teaser__categories{display:flex;width:calc(100vw - 1.2rem);margin-right:-1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.speaking-teaser__categories::-webkit-scrollbar{display:none}.speaking-teaser__categories button{flex:0 0 42%;scroll-snap-align:start}.speaking-teaser__content>p:nth-of-type(2){min-height:5.6em}.speaking-teaser h2{font-size:clamp(2.7rem,12vw,4.2rem)}}
