@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/v3/assets/fonts/manrope-latin-var.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("/v3/assets/fonts/sora-latin-var.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("/v3/assets/fonts/space-grotesk-latin-var.woff2") format("woff2");
}

:root {
  --ink: #03070b;
  --ink-soft: #071019;
  --panel: rgba(7, 17, 27, .72);
  --panel-strong: rgba(5, 13, 21, .9);
  --line: rgba(133, 203, 233, .18);
  --line-hot: rgba(0, 174, 239, .68);
  --blue: #00aeef;
  --blue-bright: #4ad4ff;
  --blue-deep: #006d9e;
  --orange: #f27622;
  --text: #f4f8fb;
  --copy: #b5c4cf;
  --muted: #758896;
  --good: #6df8c1;
  --danger: #ff806f;
  --header-h: 78px;
  --shell: min(1320px, calc(100vw - 64px));
  --cut: 18px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Sora", "Space Grotesk", "Manrope", system-ui, sans-serif;
  --font-ui: "Space Grotesk", "Manrope", system-ui, sans-serif;
}

@property --trace-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--text);
  background: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
::selection { color: #001019; background: var(--blue-bright); }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #001019;
  background: var(--blue-bright);
  transform: translateY(-150%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-progress {
  position: fixed;
  z-index: 1300;
  inset: 0 0 auto;
  height: 2px;
  background: rgba(255, 255, 255, .04);
  pointer-events: none;
}
.site-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-deep), var(--blue-bright));
  box-shadow: 0 0 18px rgba(0, 174, 239, .75);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  z-index: 1200;
  inset: 2px 0 auto;
  height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  padding-inline: max(28px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid transparent;
  transition: height .35s var(--ease), background .35s, border-color .35s;
}
.site-header.is-scrolled {
  height: 66px;
  background: rgba(3, 7, 11, .78);
  border-bottom-color: var(--line);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { width: auto; height: 52px; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.4vw, 38px); }
.desktop-nav a,
.header-phone {
  position: relative;
  color: rgba(244, 248, 251, .72);
  font-family: "Space Grotesk", sans-serif;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -9px;
  height: 1px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.header-phone:hover { color: #fff; }
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.menu-toggle { display: none; }

.button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid rgba(74, 212, 255, .62);
  border-radius: 2px;
  color: #ecfbff;
  background: linear-gradient(110deg, rgba(0, 174, 239, .26), rgba(0, 109, 158, .08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03), 0 0 0 rgba(0, 174, 239, 0);
  font-family: "Space Grotesk", sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .25s, transform .25s var(--ease), box-shadow .25s, background .25s;
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, .2), transparent 80%);
  transform: translateX(-120%);
  transition: transform .55s var(--ease);
}
.button:hover,
.button:focus-visible {
  border-color: var(--blue-bright);
  background: linear-gradient(110deg, rgba(0, 174, 239, .4), rgba(0, 109, 158, .14));
  box-shadow: 0 0 28px rgba(0, 174, 239, .18);
  transform: translateY(-2px);
}
.button:hover::before,
.button:focus-visible::before { transform: translateX(120%); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .68rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link::after { content: "↗"; color: var(--blue); transition: transform .2s; }
.text-link:hover::after { transform: translate(3px, -3px); }

.mobile-menu {
  position: fixed;
  z-index: 1150;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
  padding: 110px 8vw 50px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  background: rgba(3, 7, 11, .97);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity .3s, transform .3s, visibility .3s;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu > a {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.4rem, 6vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -.03em;
  text-decoration: none;
}
.mobile-menu > a span { color: var(--blue); font-size: .64rem; letter-spacing: .15em; }
.mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.mobile-menu-actions a { padding: 15px; border: 1px solid var(--line-hot); text-align: center; text-decoration: none; }

.glass-cut {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(13, 29, 43, .72), rgba(5, 12, 19, .62));
  box-shadow: inset 0 1px rgba(255, 255, 255, .04), 0 22px 80px rgba(0, 0, 0, .28);
  clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut));
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
}

.light-trace {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --trace-angle: 0deg;
  --trace-delay: 0s;
  --light-x: 50%;
  --light-y: 50%;
}
.light-trace::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 1px;
  pointer-events: none;
  background: conic-gradient(from var(--trace-angle), transparent 0 70%, rgba(0, 174, 239, .12) 76%, rgba(74, 212, 255, .9) 81%, #e9fbff 82%, rgba(74, 212, 255, .58) 84%, transparent 90% 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: drop-shadow(0 0 8px rgba(74, 212, 255, .85));
  animation: traceOrbit 7.5s linear var(--trace-delay) infinite;
}
.light-trace::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(340px circle at var(--light-x) var(--light-y), rgba(74, 212, 255, .14), transparent 64%);
  transition: opacity .4s ease;
}
.light-trace:hover::after,
.light-trace:focus-within::after,
.light-trace.is-touch-lit::after { opacity: 1; }
.light-trace > * { position: relative; z-index: 1; }
@keyframes traceOrbit { to { --trace-angle: 360deg; } }

.hex-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image:
    linear-gradient(30deg, rgba(0, 174, 239, .18) 1px, transparent 1px),
    linear-gradient(150deg, rgba(0, 174, 239, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 174, 239, .08) 1px, transparent 1px);
  background-size: 64px 111px, 64px 111px, 64px 111px;
  background-position: 0 0, 0 0, 32px 0;
  mask-image: radial-gradient(circle at 70% 52%, #000 0, transparent 72%);
  -webkit-mask-image: radial-gradient(circle at 70% 52%, #000 0, transparent 72%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--blue-bright);
  font-family: "Space Grotesk", sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow > span { width: 34px; height: 1px; background: currentColor; box-shadow: 0 0 10px currentColor; }
.eyebrow-orange { color: #ff9a54; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 650;
  font-variation-settings: "wght" 650;
}
h2 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.3vw, 6.8rem);
  line-height: .92;
  letter-spacing: -.055em;
}
h2 em { color: var(--blue-bright); font-style: normal; font-weight: 560; }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #02060a;
}
.hero-media,
.hero-media picture,
.hero-media img,
.hero-media video,
.hero-shade,
.hero-scan { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -5; }
.hero-media picture { display: block; }
.hero-media img,
.hero-media video { object-fit: cover; object-position: center; transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.055); }
.hero-motion {
  opacity: 0;
  background: #02060a;
  pointer-events: none;
  transition: opacity .8s ease;
}
.hero-media.is-motion-ready .hero-motion { opacity: 1; }
.hero-shade {
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(2, 6, 10, .98) 0, rgba(2, 6, 10, .86) 29%, rgba(2, 6, 10, .34) 56%, rgba(2, 6, 10, .08) 78%),
    linear-gradient(0deg, rgba(2, 6, 10, .9) 0, transparent 35%, rgba(2, 6, 10, .4) 100%);
}
.hero-hex { z-index: -3; opacity: .16; }
.hero-scan {
  z-index: -2;
  width: 2px;
  left: 62%;
  background: linear-gradient(transparent 5%, rgba(74, 212, 255, .9) 48%, transparent 96%);
  box-shadow: 0 0 24px var(--blue), 0 0 80px rgba(0, 174, 239, .25);
  animation: heroScan 5.5s ease-in-out infinite;
}
@keyframes heroScan { 0%, 100% { transform: translateX(-18vw); opacity: 0; } 18%, 80% { opacity: .72; } 55% { transform: translateX(34vw); } }
.hero-content { position: relative; z-index: 2; padding-top: 9vh; }
.hero-content > * { max-width: 700px; }
.hero h1 {
  margin: 0 0 25px;
  font-size: clamp(4.2rem, 9.2vw, 10.2rem);
  font-weight: 720;
  font-variation-settings: "wght" 720;
  line-height: .82;
  letter-spacing: -.064em;
  text-transform: uppercase;
}
.hero-line { display: block; overflow: hidden; padding: .07em .04em .08em 0; }
.hero-line > span { display: block; }
.hero-line-blue { font-size: .4em; letter-spacing: -.02em; }
.hero-line-blue > span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(74, 212, 255, .9);
  text-shadow: 0 0 28px rgba(0, 174, 239, .16);
}
.hero-copy { max-width: 640px; margin-bottom: 30px; color: #c2d1da; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-assurance {
  width: min(680px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 42px;
  padding: 15px 18px;
  --cut: 10px;
}
.hero-assurance span { min-width: 0; padding: 1px 17px; border-left: 1px solid var(--line); }
.hero-assurance span:first-child { padding-left: 0; border-left: 0; }
.hero-assurance span:last-child { padding-right: 0; }
.hero-assurance b,
.hero-assurance small { display: block; }
.hero-assurance b { color: #eefaff; font-family: "Space Grotesk"; font-size: .92rem; letter-spacing: -.025em; text-transform: uppercase; }
.hero-assurance small { margin-top: 3px; color: var(--muted); font-size: .55rem; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
.hero-status {
  position: absolute;
  right: 3vw;
  bottom: 28px;
  left: 3vw;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(181, 196, 207, .52);
  font-family: "Space Grotesk";
  font-size: .58rem;
  letter-spacing: .16em;
}
.hero-status-line { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(0, 174, 239, .34), transparent); }

.js.hero-ready .hero-line > span { animation: heroLineIn .9s var(--ease) both; }
.js.hero-ready .hero-line-blue > span { animation-delay: .1s; }
.js.hero-ready .hero-eyebrow,
.js.hero-ready .hero-actions,
.js.hero-ready .hero-assurance { animation: heroContentIn .72s var(--ease) both; }
.js.hero-ready .hero-actions { animation-delay: .14s; }
.js.hero-ready .hero-assurance { animation-delay: .2s; }
@keyframes heroLineIn { from { transform: translateY(18%); } }
@keyframes heroContentIn { from { opacity: .96; transform: translateY(14px); } }

.quick-trust { position: relative; z-index: 5; padding: 18px 0; border-block: 1px solid rgba(133, 203, 233, .14); background: linear-gradient(90deg, #02070b, #07141d 48%, #02070b); }
.quick-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; align-items: stretch; gap: 1px; background: rgba(133, 203, 233, .13); }
.quick-trust-item { min-width: 0; padding: 18px 20px; color: var(--text); background: rgba(2, 8, 13, .96); text-decoration: none; transition: background .25s, color .25s; }
a.quick-trust-item:hover { color: var(--blue-bright); background: rgba(0, 174, 239, .08); }
.quick-trust-item span,
.quick-trust-item b,
.quick-trust-item small { display: block; }
.quick-trust-item span { color: var(--muted); font-family: "Space Grotesk", sans-serif; font-size: .53rem; letter-spacing: .12em; text-transform: uppercase; }
.quick-trust-item b { margin-top: 7px; font-family: "Space Grotesk", sans-serif; font-size: .86rem; text-transform: uppercase; }
.quick-trust-item small { margin-top: 2px; overflow: hidden; color: #9db2be; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.quick-trust-action { min-height: 100%; clip-path: none; white-space: nowrap; }

.journey { position: relative; height: 800vh; background: #02070b; }
.journey-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.journey-media,
.journey-frame,
.journey-frame picture,
.journey-frame img,
.journey-frame video,
.journey-vignette,
.journey-hex,
.journey-scan { position: absolute; inset: 0; width: 100%; height: 100%; }
.journey-media { z-index: -3; background: #02070b; }
.journey-frame { opacity: 0; will-change: opacity, transform; }
.journey-frame.is-visible { opacity: 1; }
.journey-frame picture { display: block; }
.journey-frame img,
.journey-frame video { object-fit: cover; object-position: center; }
.journey-frame img { will-change: transform; }
.journey-motion {
  opacity: 0;
  background: #02070b;
  pointer-events: none;
  transition: opacity .45s ease;
  will-change: opacity, transform;
}
.journey-frame.is-motion-ready .journey-motion { opacity: 1; }
.journey-vignette {
  background:
    linear-gradient(90deg, rgba(2, 7, 11, .98) 0, rgba(2, 7, 11, .75) 30%, rgba(2, 7, 11, .08) 68%),
    linear-gradient(0deg, rgba(2, 7, 11, .91), transparent 38%, rgba(2, 7, 11, .42));
}
.journey-hex { opacity: .16; }
.journey-scan {
  left: -10%;
  width: 1px;
  background: rgba(74, 212, 255, .85);
  box-shadow: 0 0 12px var(--blue), 0 0 55px rgba(0, 174, 239, .35);
  opacity: .65;
}
.journey-chrome { position: relative; height: 100%; }
.journey-label {
  position: absolute;
  top: calc(var(--header-h) + 18px);
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-family: "Space Grotesk";
  font-size: .59rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.journey-label span { color: var(--good); }
.journey-label b { color: #ddecf4; font-weight: 500; }
.journey-rail {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}
.journey-rail li {
  position: relative;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  color: rgba(181, 196, 207, .35);
  font-family: "Space Grotesk";
  font-size: .56rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .25s;
}
.journey-rail li span { order: 2; width: 8px; height: 8px; border: 1px solid rgba(181, 196, 207, .3); border-radius: 50%; background: var(--ink); transition: all .25s; }
.journey-rail li:not(:last-child)::after { content: ""; position: absolute; right: 3px; top: 25px; width: 1px; height: 30px; background: rgba(181, 196, 207, .16); }
.journey-rail li.is-active { color: #fff; }
.journey-rail li.is-active span { border-color: var(--blue-bright); background: var(--blue); box-shadow: 0 0 14px var(--blue); }
.journey-rail li.is-past span { border-color: rgba(0, 174, 239, .5); background: rgba(0, 174, 239, .42); }

.journey-copy { position: absolute; inset: 16vh auto auto 0; width: min(520px, 43vw); }
.journey-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: clamp(24px, 3vw, 42px);
  visibility: hidden;
  opacity: 0;
  transform: translateY(18px) scale(.99);
  transition: opacity .58s var(--ease), transform .68s var(--ease), visibility .58s;
  --cut: 20px;
}
.journey-card.is-active { visibility: visible; opacity: 1; transform: none; }
.step-tag { margin-bottom: 14px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.journey-card h2 { margin-bottom: 20px; font-size: clamp(2.7rem, 4.9vw, 5.2rem); }
.journey-card > p:not(.step-tag) { max-width: 48ch; margin-bottom: 22px; color: var(--copy); font-size: clamp(.93rem, 1.05vw, 1.05rem); }
.card-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.card-metrics span { padding: 15px 17px; background: rgba(2, 8, 13, .78); }
.card-metrics b,
.card-metrics small { display: block; }
.card-metrics b { color: #fff; font-family: "Space Grotesk"; font-size: 1.8rem; letter-spacing: -.05em; }
.card-metrics small { color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.system-row,
.switch-readout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--copy);
  font-size: .78rem;
}
.system-row b,
.switch-readout b { font-family: "Space Grotesk"; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.status-good { color: var(--good); }
.calibration-bars { display: grid; gap: 11px; }
.calibration-bars div { display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 12px; color: var(--muted); font-size: .64rem; text-transform: uppercase; }
.calibration-bars i { position: relative; height: 4px; background: rgba(255, 255, 255, .08); overflow: hidden; }
.calibration-bars i::after { content: ""; display: block; width: var(--level); height: 100%; background: linear-gradient(90deg, var(--blue-deep), var(--blue-bright)); box-shadow: 0 0 12px var(--blue); transform-origin: left; animation: barBreathe 2.4s ease-in-out infinite alternate; }
@keyframes barBreathe { from { transform: scaleX(.84); } to { transform: scaleX(1); } }
.switch-readout b { display: flex; align-items: center; gap: 9px; color: var(--good); }
.switch-readout b i { position: relative; width: 30px; height: 15px; border: 1px solid var(--good); border-radius: 99px; }
.switch-readout b i::after { content: ""; position: absolute; top: 2px; left: 2px; width: 9px; height: 9px; border-radius: 50%; background: var(--good); box-shadow: 0 0 10px var(--good); }
.limiter-orbit { position: relative; width: 92px; height: 92px; display: grid; place-items: center; margin-top: 8px; border: 1px dashed rgba(74, 212, 255, .55); border-radius: 50%; }
.limiter-orbit span { position: absolute; inset: 7px; border: 1px solid rgba(74, 212, 255, .3); border-radius: 50%; border-top-color: var(--blue-bright); animation: orbit 2.8s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }
.limiter-orbit b { color: var(--good); font-family: "Space Grotesk"; letter-spacing: .12em; }
.gear-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; }
.gear-row span { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); color: var(--muted); font-family: "Space Grotesk"; font-size: .72rem; }
.gear-row span.active { color: #001019; border-color: var(--blue-bright); background: var(--blue-bright); box-shadow: 0 0 18px rgba(0, 174, 239, .42); }
.dyno-live { display: flex; align-items: center; gap: 9px; color: var(--good); font-family: "Space Grotesk"; font-size: .65rem; letter-spacing: .13em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--good); box-shadow: 0 0 12px var(--good); animation: pulse 1s infinite; }
.result-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 22px; }
.result-metrics > div { position: relative; padding: 15px; border: 1px solid var(--line); background: rgba(2, 8, 13, .72); }
.result-metrics small,
.result-metrics b { display: block; }
.result-metrics small { color: var(--muted); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.result-metrics b { margin-top: 3px; font-family: "Space Grotesk"; font-size: 1.45rem; }
.result-metrics em { position: absolute; top: 11px; right: 11px; color: var(--good); font-family: "Space Grotesk"; font-size: .64rem; font-style: normal; }
.journey-card > p.result-note { margin: -8px 0 18px; color: var(--muted); font-size: .61rem; letter-spacing: .025em; line-height: 1.5; }

.dyno-overlay {
  position: absolute;
  right: 6.8vw;
  bottom: 6.5vh;
  width: min(430px, 35vw);
  height: 190px;
  padding: 14px 16px 12px;
  opacity: .9;
  --cut: 12px;
}
.dyno-overlay-head,
.dyno-legend { display: flex; justify-content: space-between; color: var(--muted); font-family: "Space Grotesk"; font-size: .52rem; letter-spacing: .1em; }
.dyno-overlay-head b { color: var(--good); }
#dyno-canvas { display: block; width: 100%; height: 125px; }
.dyno-legend { justify-content: flex-start; gap: 18px; }
.dyno-legend span { display: flex; align-items: center; gap: 5px; }
.dyno-legend i { width: 15px; height: 1px; background: var(--muted); }
.dyno-legend i.tuned { background: var(--blue-bright); box-shadow: 0 0 6px var(--blue); }
.journey-counter { position: absolute; right: 0; bottom: 22px; display: flex; align-items: baseline; gap: 3px; color: var(--muted); font-family: "Space Grotesk"; }
.journey-counter b { color: #fff; font-size: 1.25rem; }
.journey-counter span { font-size: .58rem; }

.package-strip { position: relative; padding: clamp(90px, 12vw, 180px) 0; overflow: hidden; background: linear-gradient(180deg, #03080d, #07121b); }
.package-strip::after { content: ""; position: absolute; top: 0; right: 13%; width: 1px; height: 100%; background: linear-gradient(transparent, rgba(0, 174, 239, .32), transparent); }
.package-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); }
.section-intro h2 { font-size: clamp(3.3rem, 6vw, 6.4rem); }
.section-copy { max-width: 570px; margin: 28px 0 0; color: var(--copy); font-size: 1rem; line-height: 1.75; }
.package-card { padding: clamp(28px, 4vw, 50px); --cut: 24px; }
.package-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.package-title span { max-width: 250px; font-family: "Space Grotesk"; font-size: 1.05rem; font-weight: 600; }
.package-title b { color: var(--blue-bright); font-family: "Space Grotesk"; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.06em; }
.package-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 22px 0; padding: 0; list-style: none; }
.package-card li { position: relative; padding: 10px 0 10px 19px; border-bottom: 1px solid rgba(133, 203, 233, .1); color: #d2dee5; font-size: .86rem; }
.package-card li::before { content: "+"; position: absolute; left: 0; color: var(--blue-bright); }
.package-card > p { margin: 0; color: var(--muted); font-size: .72rem; }
.authority-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(55px, 8vw, 100px); background: rgba(133, 203, 233, .13); }
.authority-card { min-height: 255px; padding: clamp(25px, 3vw, 40px); background: linear-gradient(145deg, rgba(10, 24, 35, .98), rgba(4, 12, 19, .98)); }
.authority-card > b { display: block; margin-bottom: 54px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: 2rem; letter-spacing: -.05em; text-shadow: 0 0 24px rgba(0, 174, 239, .24); }
.authority-card h3 { margin-bottom: 12px; color: #effaff; font-size: 1rem; letter-spacing: -.025em; }
.authority-card p { max-width: 37ch; margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }

.exhaust { position: relative; height: 220vh; background: #03070b; }
.exhaust-stage { position: sticky; top: 0; height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.exhaust-media,
.exhaust-media picture,
.exhaust-media img,
.exhaust-media video,
.exhaust-shade,
.exhaust-laser { position: absolute; inset: 0; width: 100%; height: 100%; }
.exhaust-media { z-index: -4; }
.exhaust-media picture { display: block; }
.exhaust-media img,
.exhaust-media video { object-fit: cover; object-position: center; }
.exhaust-motion { pointer-events: none; will-change: opacity, transform; }
.exhaust-media img { transform: scale(1.08); will-change: transform; }
.exhaust-motion {
  opacity: 0;
  background: #03070b;
  transition: opacity .3s ease;
  will-change: opacity;
}
.exhaust-media.is-motion-ready .exhaust-motion { opacity: 1; }
.exhaust-shade { z-index: -3; background: linear-gradient(90deg, rgba(3, 7, 11, .98) 0, rgba(3, 7, 11, .76) 33%, rgba(3, 7, 11, .1) 72%), linear-gradient(0deg, rgba(3, 7, 11, .78), transparent 45%); }
.exhaust-laser { z-index: -1; overflow: hidden; }
.exhaust-laser::before {
  content: "";
  position: absolute;
  top: var(--exhaust-y, 7%);
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(74, 212, 255, .9);
  box-shadow: 0 0 18px var(--blue), 0 0 90px 18px rgba(0, 174, 239, .16);
}
.exhaust-laser span { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 174, 239, .06), transparent 62%); opacity: .7; }
.exhaust-content { position: relative; }
.exhaust-copy { width: min(570px, 48vw); padding: clamp(28px, 4vw, 50px); }
.exhaust-copy h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.exhaust-copy > p:not(.eyebrow) { color: var(--copy); font-size: 1rem; line-height: 1.75; }
.exhaust-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 25px 0; background: var(--line); }
.exhaust-specs span { padding: 15px; background: rgba(2, 8, 13, .82); }
.exhaust-specs b,
.exhaust-specs small { display: block; }
.exhaust-specs b { color: var(--blue-bright); font-family: "Space Grotesk"; font-size: 1.25rem; }
.exhaust-specs small { color: var(--muted); font-size: .58rem; }

.vehicles { position: relative; padding: clamp(100px, 12vw, 180px) 0; overflow: hidden; background: #061019; }
.vehicles-hex { inset: -15%; opacity: .2; mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.vehicles-heading { max-width: 840px; margin-bottom: 58px; }
.vehicles-heading > p:not(.eyebrow) { max-width: 670px; color: var(--copy); font-size: 1.05rem; }
.vehicle-morph-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(35px, 6vw, 88px);
  margin-bottom: 64px;
  padding: clamp(12px, 1.5vw, 20px);
  border: 1px solid rgba(133, 203, 233, .16);
  background: linear-gradient(135deg, rgba(11, 28, 41, .7), rgba(3, 10, 16, .72));
  box-shadow: 0 36px 120px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .025);
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}
.vehicle-morph-media {
  width: min(100%, 390px);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(74, 212, 255, .24);
  background: #02070b;
  box-shadow: 0 24px 75px rgba(0, 0, 0, .42), 0 0 70px rgba(0, 174, 239, .08);
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  touch-action: pan-y pinch-zoom;
}
.vehicle-morph-motion { display: block; width: 100%; height: 100%; object-fit: cover; background: #02070b; }
.vehicle-morph-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 7, 11, .52), transparent 23%, transparent 67%, rgba(2, 7, 11, .84));
}
.vehicle-morph-hud {
  position: absolute;
  z-index: 3;
  top: 19px;
  right: 19px;
  left: 19px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(222, 239, 247, .86);
  font-family: "Space Grotesk", sans-serif;
  font-size: .5rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vehicle-morph-hud span:last-child { color: var(--blue-bright); }
.vehicle-morph-hud i { display: inline-block; width: 5px; height: 5px; margin: 0 6px 1px 0; border-radius: 50%; background: var(--good); box-shadow: 0 0 10px var(--good); }
.vehicle-morph-rail {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 75px;
  left: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.vehicle-morph-rail span {
  padding: 7px 3px;
  border: 1px solid rgba(74, 212, 255, .2);
  color: rgba(230, 243, 249, .78);
  background: rgba(2, 9, 14, .66);
  font-family: "Space Grotesk", sans-serif;
  font-size: .43rem;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.vehicle-morph-toggle {
  position: absolute;
  z-index: 5;
  right: 17px;
  bottom: 17px;
  min-width: 122px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(74, 212, 255, .38);
  color: #f4fbff;
  background: rgba(2, 9, 14, .8);
  font: 600 .52rem "Space Grotesk", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.vehicle-morph-toggle[hidden] { display: none; }
.vehicle-morph-toggle i { width: 8px; height: 11px; border-right: 2px solid var(--blue-bright); border-left: 2px solid var(--blue-bright); }
.vehicle-morph-toggle[aria-pressed="true"] i { width: 0; height: 0; border: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid var(--blue-bright); }
.vehicle-morph-toggle:hover,
.vehicle-morph-toggle:focus-visible { border-color: var(--blue-bright); background: rgba(0, 32, 46, .9); }
.vehicle-morph-copy { max-width: 650px; padding: clamp(20px, 4vw, 52px) clamp(10px, 3vw, 34px) clamp(20px, 4vw, 52px) 0; }
.vehicle-morph-copy h3 { margin: 0 0 24px; font-size: clamp(2.75rem, 5vw, 5.4rem); line-height: .9; letter-spacing: -.062em; }
.vehicle-morph-copy h3 em { color: var(--blue-bright); font-style: normal; }
.vehicle-morph-copy > p:not(.eyebrow) { max-width: 610px; color: var(--copy); font-size: .94rem; line-height: 1.75; }
.vehicle-morph-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 30px 0 22px; background: rgba(133, 203, 233, .12); }
.vehicle-morph-points span { min-height: 74px; padding: 14px; color: #d7e5ec; background: rgba(4, 13, 20, .9); font-family: "Space Grotesk", sans-serif; font-size: .61rem; line-height: 1.35; text-transform: uppercase; }
.vehicle-morph-points b { display: block; margin-bottom: 9px; color: var(--blue-bright); font-size: .53rem; letter-spacing: .1em; }
.vehicle-morph-copy .vehicle-morph-note { margin: 0 0 26px; padding-left: 15px; border-left: 2px solid var(--blue); color: var(--muted); font-size: .76rem; }
.vehicle-morph-copy .button { min-height: 52px; }
.make-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.make-chip {
  position: relative;
  min-height: 190px;
  padding: 23px;
  border: 1px solid var(--line);
  color: var(--text);
  background: linear-gradient(145deg, rgba(15, 31, 44, .72), rgba(5, 12, 18, .7));
  text-align: left;
  cursor: pointer;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  transition: border-color .25s, transform .3s var(--ease), background .3s;
}
.make-chip::after { content: "↘"; position: absolute; right: 18px; bottom: 15px; color: var(--blue); transition: transform .25s; }
.make-chip:hover,
.make-chip:focus-visible { border-color: var(--line-hot); background: linear-gradient(145deg, rgba(0, 174, 239, .16), rgba(5, 12, 18, .76)); transform: translateY(-5px); }
.make-chip:hover::after { transform: translate(3px, 3px); }
.make-chip > span,
.make-chip > b,
.make-chip > small { display: block; }
.make-chip > span { color: var(--blue); font-family: "Space Grotesk"; font-size: .58rem; }
.make-chip > b { margin: 38px 0 6px; font-family: "Space Grotesk"; font-size: 1.25rem; }
.make-chip > small { max-width: 20ch; color: var(--muted); font-size: .7rem; }
.vehicle-note { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: .75rem; }
.vehicle-guide-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 18px 28px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(133, 203, 233, .12); }
.vehicle-guide-row > span { padding-top: 7px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.vehicle-guide-row nav { display: flex; flex-wrap: wrap; gap: 8px; }
.vehicle-guide-row a { padding: 7px 11px; border: 1px solid rgba(133, 203, 233, .14); color: #b9cbd5; background: rgba(3, 10, 16, .4); font-size: .66rem; text-decoration: none; transition: border-color .25s, color .25s, background .25s; }
.vehicle-guide-row a:hover { border-color: var(--line-hot); color: var(--blue-bright); background: rgba(0, 174, 239, .07); }

.proof { position: relative; padding: clamp(100px, 12vw, 180px) 0; overflow: hidden; background: #03080d; }
.proof-halo { position: absolute; top: -25vw; left: 50%; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(circle, rgba(0, 174, 239, .12), transparent 66%); transform: translateX(-50%); pointer-events: none; animation: proofHalo 7s ease-in-out infinite alternate; }
@keyframes proofHalo { to { opacity: .58; transform: translateX(-50%) scale(1.08); } }
.proof-heading { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: clamp(40px, 8vw, 110px); margin-bottom: 70px; }
.proof-heading h2 { margin-bottom: 0; }
.google-score { width: min(350px, 100%); padding: 30px; text-align: center; }
.google-g { display: grid; width: 34px; height: 34px; place-items: center; margin: 0 auto 8px; border-radius: 50%; color: #4285f4; background: #fff; font-family: Arial, sans-serif; font-size: 1.25rem; font-weight: 700; }
.google-score strong { display: block; font-family: "Space Grotesk"; font-size: 5rem; line-height: 1; letter-spacing: -.08em; }
.stars { display: block; margin: 7px 0; color: #fbbc04; letter-spacing: .08em; }
.google-score small { color: var(--muted); }
.review-viewport { position: relative; overflow: hidden; padding: 2px 2px 34px; margin-inline: -2px; }
.review-grid { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; transform-origin: center; }
.review-grid.is-leaving-next { opacity: 0; transform: translateX(-32px) scale(.992); transition: opacity .24s ease, transform .32s var(--ease); }
.review-grid.is-leaving-prev { opacity: 0; transform: translateX(32px) scale(.992); transition: opacity .24s ease, transform .32s var(--ease); }
.review-grid.is-entering-next { animation: reviewEnterNext .54s var(--ease) both; }
.review-grid.is-entering-prev { animation: reviewEnterPrev .54s var(--ease) both; }
@keyframes reviewEnterNext { from { opacity: 0; transform: translateX(38px) scale(.99); } }
@keyframes reviewEnterPrev { from { opacity: 0; transform: translateX(-38px) scale(.99); } }
.review-card {
  grid-column: span 4;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(12, 28, 40, .65), rgba(4, 11, 17, .7));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 22px 70px rgba(0, 0, 0, .2);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
  transition: border-color .35s, box-shadow .45s var(--ease), background .45s;
}
.review-card:hover { border-color: rgba(74, 212, 255, .44); background: linear-gradient(145deg, rgba(13, 36, 52, .78), rgba(4, 12, 19, .76)); box-shadow: 0 24px 85px rgba(0, 0, 0, .3), 0 0 34px rgba(0, 174, 239, .1); }
.review-card:nth-child(1) { --trace-delay: -.8s; }
.review-card:nth-child(2) { --trace-delay: -2.1s; }
.review-card:nth-child(3) { --trace-delay: -3.4s; }
.review-card:nth-child(4) { --trace-delay: -4.7s; }
.review-card:nth-child(5) { --trace-delay: -5.9s; }
.review-card:nth-child(6) { --trace-delay: -7.2s; }
.review-card:nth-child(2),
.review-card:nth-child(5) { transform: translateY(28px); }
.review-card .stars { margin: 0 0 18px; font-size: .8rem; }
.review-card blockquote { margin: 0; color: #d8e3e9; font-size: .93rem; line-height: 1.72; }
.review-card footer { margin-top: 22px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.review-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); }
.review-status { display: flex; flex-direction: column; color: var(--muted); font-family: "Space Grotesk"; font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; }
.review-status b { color: var(--blue-bright); }
.review-status span:last-child { margin-top: 3px; color: #dbeaf1; }
.review-timer { height: 1px; overflow: hidden; background: rgba(133, 203, 233, .13); }
.review-timer span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--blue-deep), var(--blue-bright)); box-shadow: 0 0 14px rgba(0, 174, 239, .7); transform: scaleX(0); transform-origin: left center; }
.review-timer.is-running span { animation: reviewTimer 8s linear both; }
@keyframes reviewTimer { to { transform: scaleX(1); } }
.review-buttons { display: flex; gap: 6px; }
.review-buttons button { min-height: 38px; padding: 0 13px; border: 1px solid var(--line); color: #c9dbe4; background: rgba(5, 15, 23, .66); font-family: "Space Grotesk"; font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .25s, border-color .25s, background .25s; }
.review-buttons button:hover,
.review-buttons button:focus-visible { color: #fff; border-color: var(--line-hot); background: rgba(0, 174, 239, .1); }
.review-buttons #review-pause[aria-pressed="true"] { color: #001019; border-color: var(--blue-bright); background: var(--blue-bright); }
.proof-actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 48px; }

.services-suite { position: relative; overflow: clip; background: #03080d; }
.services-intro { position: relative; padding: clamp(110px, 13vw, 190px) 0; overflow: hidden; background: linear-gradient(180deg, #03080d, #07131d 68%, #03080d); }
.services-intro-hex { opacity: .2; mask-image: linear-gradient(90deg, transparent, #000 42%, #000 75%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 42%, #000 75%, transparent); }
.services-intro-beam { position: absolute; top: -30%; right: 18%; width: 1px; height: 160%; background: linear-gradient(transparent, rgba(74, 212, 255, .82), transparent); box-shadow: 0 0 24px rgba(0, 174, 239, .72), 0 0 110px 18px rgba(0, 174, 239, .08); transform: rotate(16deg); animation: serviceIntroBeam 6.5s ease-in-out infinite alternate; }
@keyframes serviceIntroBeam { to { right: 58%; opacity: .42; } }
.services-intro-grid { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: clamp(55px, 9vw, 130px); }
.services-intro-copy { max-width: 790px; }
.services-intro-copy h2 { font-size: clamp(3.8rem, 7vw, 7.5rem); }
.services-intro-copy > p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: var(--copy); font-size: 1.04rem; line-height: 1.78; }
.workshop-proof { padding: clamp(27px, 3.5vw, 44px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(13, 31, 45, .84), rgba(4, 12, 19, .78)); clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); }
.workshop-proof > span { display: block; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .61rem; letter-spacing: .15em; text-transform: uppercase; }
.workshop-proof > b { display: block; margin: 28px 0 6px; color: #fff; font-family: "Space Grotesk"; font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.workshop-proof > strong { display: block; color: #cfe0e9; font-family: "Space Grotesk"; font-size: .78rem; letter-spacing: .055em; text-transform: uppercase; }
.workshop-proof > p { margin: 30px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; line-height: 1.65; }
.workshop-proof .vault-link { margin-top: 24px; }

.services-scroll { position: relative; height: 600vh; background: #02070b; }
.services-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; background: #02070b; }
.services-backdrop,
.systems-visual { position: absolute; inset: 0; }
.services-backdrop { z-index: -3; background: radial-gradient(circle at 76% 46%, rgba(0, 174, 239, .13), transparent 33%), linear-gradient(115deg, #02070b 0 38%, #06111a 68%, #02070b); }
.services-hex { opacity: .16; mask-image: linear-gradient(90deg, transparent 25%, #000 62%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent 25%, #000 62%, transparent); }
.services-orbit { position: absolute; border: 1px solid rgba(74, 212, 255, .12); border-radius: 50%; pointer-events: none; }
.services-orbit-one { top: -30vw; right: -12vw; width: 72vw; height: 72vw; box-shadow: 0 0 0 5vw rgba(0, 174, 239, .012), 0 0 0 11vw rgba(0, 174, 239, .009); animation: systemsOrbit 28s linear infinite; }
.services-orbit-two { right: 8vw; bottom: -30vw; width: 48vw; height: 48vw; border-style: dashed; animation: systemsOrbit 20s linear reverse infinite; }
@keyframes systemsOrbit { to { transform: rotate(360deg); } }
.services-sweep { position: absolute; top: 0; bottom: 0; left: var(--service-scan, 38%); width: 1px; background: linear-gradient(transparent 4%, rgba(74, 212, 255, .85) 49%, transparent 96%); box-shadow: 0 0 18px var(--blue), 0 0 75px 12px rgba(0, 174, 239, .1); opacity: .72; }

.systems-visual { z-index: -1; left: 38vw; overflow: hidden; }
#systems-canvas { display: block; width: 100%; height: 100%; }
.systems-hud { position: absolute; top: calc(var(--header-h) + 18px); right: max(4vw, calc((100vw - 1320px) / 2)); left: 24px; display: flex; justify-content: space-between; gap: 20px; color: rgba(181, 196, 207, .48); font-family: "Space Grotesk"; font-size: .54rem; letter-spacing: .12em; text-transform: uppercase; }
.systems-hud b { color: var(--good); font-weight: 600; }
.systems-axis { position: absolute; right: max(4vw, calc((100vw - 1320px) / 2)); bottom: 7vh; left: 5vw; display: flex; align-items: center; gap: 13px; color: rgba(181, 196, 207, .38); font-family: "Space Grotesk"; font-size: .51rem; letter-spacing: .14em; }
.systems-axis i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(74, 212, 255, .14), rgba(74, 212, 255, .74), rgba(74, 212, 255, .14)); box-shadow: 0 0 12px rgba(0, 174, 239, .25); }

.services-interface { position: relative; height: 100%; }
.services-session { position: absolute; top: calc(var(--header-h) + 18px); left: 0; display: flex; align-items: center; gap: 12px; color: var(--muted); font-family: "Space Grotesk"; font-size: .57rem; letter-spacing: .13em; text-transform: uppercase; }
.services-session span { color: var(--blue-bright); }
.services-session b { color: #dbeaf1; font-weight: 500; }
.services-copy { position: absolute; inset: 17vh auto auto 0; width: min(540px, 43vw); }
.service-card { position: absolute; top: 0; left: 0; width: 100%; padding: clamp(25px, 3.2vw, 44px); visibility: hidden; opacity: 0; transform: translateY(18px) scale(.99); transition: opacity .58s var(--ease), transform .68s var(--ease), visibility .58s; --cut: 20px; }
.service-card.is-active { visibility: visible; opacity: 1; transform: none; }
.service-card:not(.is-active)::before { animation-play-state: paused; }
.service-card h2 { margin-bottom: 18px; font-size: clamp(2.65rem, 4.65vw, 5rem); }
.service-card h2 em { color: var(--blue-bright); }
.service-card > p:not(.step-tag) { max-width: 49ch; margin-bottom: 21px; color: var(--copy); font-size: clamp(.9rem, 1vw, 1.02rem); line-height: 1.72; }
.service-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 22px; background: var(--line); }
.service-specs span { padding: 14px 16px; background: rgba(2, 8, 13, .78); }
.service-specs small,
.service-specs b { display: block; }
.service-specs small { color: var(--muted); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.service-specs b { margin-top: 3px; color: #eaf6fb; font-family: "Space Grotesk"; font-size: .72rem; letter-spacing: .025em; text-transform: uppercase; }
.services-rail { position: absolute; z-index: 2; top: 50%; right: 0; display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; transform: translateY(-50%); }
.services-rail li { position: relative; min-height: 48px; display: flex; align-items: center; justify-content: flex-end; gap: 11px; color: rgba(181, 196, 207, .34); font-family: "Space Grotesk"; font-size: .55rem; letter-spacing: .09em; text-transform: uppercase; transition: color .3s; }
.services-rail li span { order: 2; width: 8px; height: 8px; border: 1px solid rgba(181, 196, 207, .3); border-radius: 50%; background: #02070b; transition: border-color .3s, background .3s, box-shadow .3s; }
.services-rail li:not(:last-child)::after { content: ""; position: absolute; top: 28px; right: 3px; width: 1px; height: 34px; background: rgba(181, 196, 207, .14); }
.services-rail li.is-active { color: #fff; }
.services-rail li.is-active span { border-color: var(--blue-bright); background: var(--blue); box-shadow: 0 0 15px var(--blue); }
.services-rail li.is-past span { border-color: rgba(0, 174, 239, .5); background: rgba(0, 174, 239, .35); }
.services-counter { position: absolute; right: 0; bottom: 22px; display: flex; align-items: baseline; gap: 3px; color: var(--muted); font-family: "Space Grotesk"; }
.services-counter b { color: #fff; font-size: 1.25rem; }
.services-counter span { font-size: .58rem; }
.services-vault-launch { position: absolute; right: auto; bottom: 21px; left: 0; display: flex; align-items: center; gap: 13px; padding: 9px 14px 9px 10px; border: 1px solid rgba(74, 212, 255, .22); color: #fff; background: rgba(3, 11, 18, .72); cursor: pointer; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px); transition: border-color .3s, background .3s, transform .3s var(--ease); }
.services-vault-launch::before { content: "↗"; display: grid; width: 29px; height: 29px; place-items: center; color: #001019; background: var(--blue-bright); font-size: .8rem; box-shadow: 0 0 20px rgba(0, 174, 239, .3); }
.services-vault-launch span,
.services-vault-launch b { display: block; text-align: left; font-family: "Space Grotesk"; text-transform: uppercase; }
.services-vault-launch span { color: var(--muted); font-size: .47rem; letter-spacing: .12em; }
.services-vault-launch b { margin-top: 2px; font-size: .59rem; letter-spacing: .05em; }
.services-vault-launch:hover,
.services-vault-launch:focus-visible { border-color: var(--line-hot); background: rgba(0, 174, 239, .12); transform: translateY(-3px); }

.vault-link { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(74, 212, 255, .42); color: var(--blue-bright); background: none; font-family: "Space Grotesk"; font-size: .66rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: color .25s, border-color .25s; }
.vault-link::after { content: "↗"; transition: transform .25s var(--ease); }
.vault-link:hover,
.vault-link:focus-visible { color: #fff; border-color: #fff; }
.vault-link:hover::after { transform: translate(3px, -3px); }
.exhaust-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px 28px; }

.work-invite { position: relative; padding: clamp(110px, 13vw, 190px) 0; overflow: hidden; background: linear-gradient(180deg, #03080d, #07141e 48%, #02070b); isolation: isolate; }
.work-hex { z-index: -2; opacity: .18; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 72%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 72%, transparent); }
.work-laser { position: absolute; z-index: -1; top: -35%; left: 62%; width: 1px; height: 175%; background: linear-gradient(transparent, rgba(74, 212, 255, .9), transparent); box-shadow: 0 0 22px rgba(0, 174, 239, .78), 0 0 110px 18px rgba(0, 174, 239, .08); transform: rotate(17deg); animation: workLaser 8s ease-in-out infinite alternate; }
@keyframes workLaser { to { left: 28%; opacity: .35; } }
.work-heading { display: grid; grid-template-columns: 1.16fr .84fr; align-items: end; gap: clamp(45px, 8vw, 110px); margin-bottom: clamp(55px, 7vw, 92px); }
.work-heading h2 { margin-bottom: 0; font-size: clamp(3.7rem, 7vw, 7.4rem); }
.work-heading-copy p { margin: 0 0 28px; color: var(--copy); font-size: .94rem; line-height: 1.75; }
.work-collections { display: grid; gap: 18px; }
.work-collection { --work-accent: var(--blue-bright); position: relative; min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr); overflow: hidden; border: 1px solid rgba(74, 212, 255, .2); color: #fff; background: linear-gradient(135deg, rgba(7, 24, 35, .97), rgba(2, 8, 13, .99)); clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); box-shadow: 0 40px 120px rgba(0, 0, 0, .2); }
.work-collection::before { content: ""; position: absolute; z-index: 4; top: 0; bottom: 0; left: -15%; width: 1px; opacity: .45; pointer-events: none; background: linear-gradient(transparent, var(--work-accent), transparent); box-shadow: 0 0 30px var(--work-accent), 0 0 120px 18px color-mix(in srgb, var(--work-accent) 12%, transparent); transform: skewX(-12deg); animation: collectionScan 9s ease-in-out infinite; }
.work-collection-sniper { --work-accent: #ff8a3d; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); border-color: rgba(255, 138, 61, .2); }
.work-collection-sniper::before { animation-delay: -4.5s; }
@keyframes collectionScan { 50% { left: 115%; opacity: .18; } 100% { left: 115%; opacity: 0; } }
.work-collection-gallery { position: relative; min-width: 0; min-height: 620px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); grid-template-rows: repeat(3, 1fr); gap: 3px; padding: 3px; overflow: hidden; background: rgba(1, 6, 10, .9); }
.work-collection-sniper .work-collection-gallery { order: 2; }
.work-collection-sniper .work-collection-copy { order: 1; }
.work-collection-gallery::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent 55%, rgba(1, 6, 10, .16)), linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .12)); box-shadow: inset 0 0 80px rgba(0, 0, 0, .18); }
.work-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #061019; }
.work-photo-main { grid-row: 1 / 4; }
.work-photo img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: auto; filter: saturate(1.01) contrast(1.02); transform: scale(1.002); transition: transform 1.15s var(--ease), filter .6s; }
.work-collection:hover .work-photo img { filter: saturate(1.08) contrast(1.03); transform: scale(1.04); }
.work-collection:hover .work-photo:nth-child(2) img { transform: scale(1.055); }
.work-collection:hover .work-photo:nth-child(3) img { transform: scale(1.045); }
.work-collection-copy { position: relative; z-index: 3; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 4.4vw, 72px); background: radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--work-accent) 9%, transparent), transparent 38%), linear-gradient(145deg, rgba(7, 22, 32, .98), rgba(2, 8, 13, .99)); }
.work-collection-copy::before { content: ""; width: 58px; height: 2px; margin-bottom: 28px; background: var(--work-accent); box-shadow: 0 0 24px color-mix(in srgb, var(--work-accent) 65%, transparent); }
.work-collection-brand { margin: 0; color: rgba(234, 246, 251, .68); font: 600 .58rem "Space Grotesk", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.work-collection-brand span { color: var(--work-accent); }
.work-collection-copy h3 { margin: 18px 0 0; font-size: clamp(2.65rem, 4.6vw, 5.3rem); line-height: .91; letter-spacing: -.065em; }
.work-collection-copy h3 em { color: var(--work-accent); }
.work-collection-copy > p:not(.work-collection-brand) { max-width: 48ch; margin: 24px 0 0; color: var(--copy); font-size: .82rem; line-height: 1.75; }
.work-collection-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 30px 0 0; background: rgba(133, 203, 233, .12); }
.work-collection-copy dl div { padding: 13px 14px; background: rgba(2, 9, 14, .82); }
.work-collection-copy dt { color: rgba(234, 246, 251, .5); font: 500 .46rem "Space Grotesk", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.work-collection-copy dd { margin: 6px 0 0; color: #ecf8fc; font: 600 .61rem "Space Grotesk", sans-serif; }
.work-collection-button { width: fit-content; min-height: 50px; margin-top: 32px; }
.work-collection-sniper .work-collection-button { color: #170900; background: linear-gradient(135deg, #ffb36f, #ff7a2f); box-shadow: 0 0 0 1px rgba(255, 168, 102, .25), 0 14px 38px rgba(255, 103, 29, .15); }

.social-showcase { position: relative; padding: clamp(110px, 13vw, 190px) 0; overflow: hidden; background: #02070b; isolation: isolate; }
.social-hex { z-index: -2; opacity: .13; mask-image: radial-gradient(circle at 25% 50%, #000, transparent 67%); -webkit-mask-image: radial-gradient(circle at 25% 50%, #000, transparent 67%); }
.social-orbit { position: absolute; z-index: -1; top: 50%; left: 21%; width: min(50vw, 720px); aspect-ratio: 1; border: 1px solid rgba(74, 212, 255, .1); border-radius: 50%; transform: translate(-50%, -50%); animation: socialOrbit 34s linear infinite; }
.social-orbit::before,
.social-orbit::after { content: ""; position: absolute; border: 1px dashed rgba(74, 212, 255, .08); border-radius: inherit; }
.social-orbit::before { inset: 12%; }
.social-orbit::after { inset: 30%; }
.social-orbit span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 22px var(--blue); }
.social-orbit span:nth-child(1) { top: -3px; left: 50%; }
.social-orbit span:nth-child(2) { right: 8%; bottom: 22%; }
.social-orbit span:nth-child(3) { bottom: 9%; left: 13%; }
@keyframes socialOrbit { to { transform: translate(-50%, -50%) rotate(360deg); } }
.social-shell { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(55px, 8vw, 120px); }
.social-heading { position: sticky; top: 120px; }
.social-heading h2 { font-size: clamp(3.55rem, 6.2vw, 6.7rem); }
.social-heading > p:last-child { max-width: 520px; color: var(--copy); font-size: .96rem; line-height: 1.76; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-card { position: relative; min-height: 315px; display: grid; grid-template-rows: auto 1fr auto; padding: 30px; overflow: hidden; border: 1px solid var(--line); color: #fff; background: linear-gradient(145deg, rgba(12, 29, 42, .72), rgba(3, 10, 16, .84)); text-decoration: none; clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px); transition: transform .42s var(--ease), border-color .35s, box-shadow .4s, background .4s; }
.social-card::after { content: ""; position: absolute; width: 170px; height: 170px; top: -75px; right: -70px; border-radius: 50%; background: var(--social-glow, rgba(0, 174, 239, .2)); filter: blur(32px); opacity: .45; transition: opacity .35s, transform .55s var(--ease); }
.social-card svg { position: relative; z-index: 2; width: 49px; height: 49px; fill: currentColor; filter: drop-shadow(0 0 16px rgba(74, 212, 255, .18)); }
.social-card > div { align-self: end; margin-top: 42px; }
.social-card small,
.social-card b { display: block; }
.social-card small { color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .49rem; letter-spacing: .11em; text-transform: uppercase; }
.social-card b { margin-top: 8px; font-family: "Space Grotesk"; font-size: 2rem; letter-spacing: -.055em; }
.social-card p { margin: 10px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.6; }
.social-card > i { align-self: end; margin-top: 25px; color: rgba(234, 246, 251, .52); font-family: "Space Grotesk"; font-size: .53rem; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.social-facebook { --social-glow: rgba(24, 119, 242, .6); }
.social-instagram { --social-glow: rgba(225, 48, 108, .5); }
.social-tiktok { --social-glow: rgba(37, 244, 238, .45); }
.social-youtube { --social-glow: rgba(255, 0, 0, .48); }
.social-card:hover,
.social-card:focus-visible { transform: translateY(-7px); border-color: rgba(74, 212, 255, .55); background: linear-gradient(145deg, rgba(14, 39, 56, .82), rgba(3, 11, 18, .88)); box-shadow: 0 26px 80px rgba(0, 0, 0, .35), 0 0 35px rgba(0, 174, 239, .07); }
.social-card:hover::after,
.social-card:focus-visible::after { opacity: .72; transform: scale(1.3); }

body.vault-open { overflow: hidden; }
.work-vault { --vault-accent: var(--blue-bright); --vault-accent-deep: var(--blue); position: fixed; z-index: 3000; inset: 0; width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; color: #fff; background: rgba(1, 5, 8, .985); }
.work-vault[data-vault-collection="sniper"] { --vault-accent: #ff9a52; --vault-accent-deep: #ff6723; }
.work-vault::backdrop { background: rgba(0, 3, 6, .94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.work-vault[open] { animation: vaultOpen .45s var(--ease) both; }
@keyframes vaultOpen { from { opacity: 0; transform: scale(.985); } }
.vault-shell { position: relative; height: 100%; display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; overflow: hidden; background: radial-gradient(circle at 72% 38%, color-mix(in srgb, var(--vault-accent) 12%, transparent), transparent 32%), linear-gradient(120deg, #02070b, #07131c 64%, #02070b); }
.vault-shell::before { content: ""; position: absolute; inset: 0; opacity: .13; pointer-events: none; background-image: linear-gradient(30deg, rgba(74,212,255,.2) 12%, transparent 12.5%, transparent 87%, rgba(74,212,255,.2) 87.5%, rgba(74,212,255,.2)), linear-gradient(150deg, rgba(74,212,255,.2) 12%, transparent 12.5%, transparent 87%, rgba(74,212,255,.2) 87.5%, rgba(74,212,255,.2)), linear-gradient(30deg, rgba(74,212,255,.2) 12%, transparent 12.5%, transparent 87%, rgba(74,212,255,.2) 87.5%, rgba(74,212,255,.2)), linear-gradient(150deg, rgba(74,212,255,.2) 12%, transparent 12.5%, transparent 87%, rgba(74,212,255,.2) 87.5%, rgba(74,212,255,.2)), linear-gradient(60deg, rgba(74,212,255,.13) 25%, transparent 25.5%, transparent 75%, rgba(74,212,255,.13) 75%, rgba(74,212,255,.13)); background-size: 42px 74px; background-position: 0 0, 0 0, 21px 37px, 21px 37px, 0 0; mask-image: radial-gradient(circle at 65% 50%, #000, transparent 75%); -webkit-mask-image: radial-gradient(circle at 65% 50%, #000, transparent 75%); }
.vault-header { position: relative; z-index: 4; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 17px max(28px, calc((100vw - 1480px) / 2)); border-bottom: 1px solid rgba(133, 203, 233, .13); background: rgba(2, 7, 11, .74); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.vault-header .eyebrow { margin: 0 0 4px; color: var(--vault-accent); font-size: .51rem; }
.vault-header h2 { margin: 0; font-size: clamp(1.55rem, 2.4vw, 2.6rem); }
.vault-close { position: relative; width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: rgba(3, 10, 16, .58); cursor: pointer; transition: border-color .25s, background .25s, transform .35s var(--ease); }
.vault-close span { position: absolute; top: 22px; left: 13px; width: 18px; height: 1px; background: currentColor; transform: rotate(45deg); }
.vault-close span:last-child { transform: rotate(-45deg); }
.vault-close:hover,
.vault-close:focus-visible { border-color: var(--vault-accent); background: color-mix(in srgb, var(--vault-accent) 12%, transparent); transform: rotate(90deg); }
.vault-navigation { position: relative; z-index: 4; border-bottom: 1px solid rgba(133, 203, 233, .1); background: rgba(2, 8, 13, .72); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.vault-collections { display: grid; grid-template-columns: 1fr 1fr; width: min(780px, calc(100% - 40px)); margin: 10px auto 0; padding: 3px; border: 1px solid rgba(133, 203, 233, .14); background: rgba(1, 6, 10, .75); }
.vault-collections button { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 8px 15px; border: 0; color: #78909d; background: transparent; cursor: pointer; transition: color .25s, background .3s, box-shadow .3s; }
.vault-collections button span,
.vault-collections button b { font-family: "Space Grotesk", sans-serif; text-transform: uppercase; }
.vault-collections button span { font-size: .55rem; letter-spacing: .12em; }
.vault-collections button b { font-size: .61rem; letter-spacing: .02em; }
.vault-collections button[data-vault-collection="atm"][aria-pressed="true"] { color: #001019; background: linear-gradient(135deg, var(--blue-bright), var(--blue)); box-shadow: 0 0 30px rgba(0, 174, 239, .12); }
.vault-collections button[data-vault-collection="sniper"][aria-pressed="true"] { color: #180900; background: linear-gradient(135deg, #ffb36f, #ff7428); box-shadow: 0 0 30px rgba(255, 103, 35, .13); }
.vault-collections button:hover,
.vault-collections button:focus-visible { color: #fff; }
.vault-collections button[aria-pressed="true"]:hover,
.vault-collections button[aria-pressed="true"]:focus-visible { color: #001019; }
.vault-filters { position: relative; display: flex; justify-content: center; gap: 7px; padding: 7px max(20px, calc((100vw - 1480px) / 2)) 9px; overflow-x: auto; scrollbar-width: none; }
.vault-filters::-webkit-scrollbar { display: none; }
.vault-filters button { min-height: 34px; flex: 0 0 auto; padding: 0 13px; border: 1px solid transparent; color: var(--muted); background: transparent; font-family: "Space Grotesk"; font-size: .52rem; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: color .25s, border-color .25s, background .25s; }
.vault-filters button:hover,
.vault-filters button:focus-visible { color: #fff; border-color: var(--line); }
.vault-filters button[aria-pressed="true"] { color: #001019; border-color: var(--vault-accent); background: var(--vault-accent); }
.vault-scroller { position: relative; z-index: 2; min-height: 0; display: flex; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; touch-action: pan-x pinch-zoom; -webkit-overflow-scrolling: touch; scrollbar-width: none; outline: none; }
.vault-scroller::-webkit-scrollbar { display: none; }
.vault-slide { position: relative; min-width: 100%; height: 100%; display: grid; place-items: center; padding: 14px clamp(18px, 4vw, 68px) 18px; overflow: hidden; scroll-snap-align: start; scroll-snap-stop: always; }
.vault-slide::before { content: attr(data-index); position: absolute; z-index: 1; top: 50%; right: 3vw; color: rgba(234, 246, 251, .025); font-family: "Space Grotesk"; font-size: clamp(10rem, 24vw, 24rem); font-weight: 700; letter-spacing: -.12em; line-height: .7; transform: translateY(-50%); }
.vault-slide::after { content: ""; position: absolute; z-index: 0; inset: -55px; opacity: .2; background-image: linear-gradient(rgba(1, 6, 9, .48), rgba(1, 6, 9, .72)), var(--vault-image); background-position: center; background-size: cover; filter: blur(30px) saturate(1.12); transform: scale(1.08); }
.vault-slide picture { position: relative; z-index: 2; width: min(100%, 1120px); height: 100%; display: grid; place-items: center; }
.vault-slide img { width: auto; height: auto; max-width: 100%; max-height: 100%; display: block; object-fit: contain; image-rendering: auto; filter: saturate(1.01) contrast(1.02); box-shadow: 0 28px 100px rgba(0, 0, 0, .36), 0 0 0 1px rgba(255, 255, 255, .035); }
.vault-caption { position: absolute; z-index: 3; right: clamp(22px, 5vw, 76px); bottom: clamp(22px, 4vh, 50px); left: clamp(22px, 5vw, 76px); display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; pointer-events: none; }
.vault-caption > div { max-width: min(580px, 72vw); padding: 20px 24px; border-left: 2px solid var(--vault-accent); background: linear-gradient(90deg, rgba(2, 7, 11, .92), rgba(2, 7, 11, .35), transparent); text-shadow: 0 2px 18px #000; }
.vault-caption small,
.vault-caption b { display: block; }
.vault-caption small { color: var(--vault-accent); font-family: "Space Grotesk"; font-size: .52rem; letter-spacing: .14em; text-transform: uppercase; }
.vault-caption b { margin-top: 5px; font-family: "Space Grotesk"; font-size: clamp(1.35rem, 3vw, 3rem); letter-spacing: -.05em; }
.vault-caption > span { color: rgba(234, 246, 251, .58); font-family: "Space Grotesk"; font-size: .53rem; letter-spacing: .1em; text-transform: uppercase; }
.vault-footer { position: relative; z-index: 4; min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 11px max(28px, calc((100vw - 1480px) / 2)); border-top: 1px solid rgba(133, 203, 233, .14); background: rgba(2, 7, 11, .84); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.vault-count { min-width: 68px; display: flex; align-items: baseline; gap: 5px; color: var(--muted); font-family: "Space Grotesk"; }
.vault-count b { color: #fff; font-size: 1.2rem; }
.vault-count span { font-size: .59rem; }
.vault-progress { height: 1px; overflow: hidden; background: rgba(133, 203, 233, .15); }
.vault-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--vault-accent-deep), var(--vault-accent)); box-shadow: 0 0 13px color-mix(in srgb, var(--vault-accent) 70%, transparent); transform: scaleX(0); transform-origin: left center; transition: transform .4s var(--ease); }
.vault-controls { display: flex; align-items: center; gap: 7px; }
.vault-controls > span { margin-right: 8px; color: var(--muted); font-family: "Space Grotesk"; font-size: .49rem; letter-spacing: .08em; text-transform: uppercase; }
.vault-controls button { width: 38px; height: 38px; border: 1px solid var(--line); color: #fff; background: rgba(4, 14, 21, .7); cursor: pointer; transition: border-color .25s, background .25s, color .25s; }
.vault-controls button:hover,
.vault-controls button:focus-visible { color: #001019; border-color: var(--vault-accent); background: var(--vault-accent); }

.faq { position: relative; padding: clamp(110px, 13vw, 190px) 0; overflow: hidden; background: linear-gradient(180deg, #03080d, #07131d 44%, #03080d); }
.faq-hex { opacity: .13; mask-image: linear-gradient(90deg, transparent, #000 45%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%, transparent); }
.faq-beam { position: absolute; top: -25%; bottom: -25%; left: 47%; width: 1px; background: linear-gradient(transparent, rgba(74, 212, 255, .55), transparent); box-shadow: 0 0 18px rgba(0, 174, 239, .58), 0 0 95px 15px rgba(0, 174, 239, .07); transform: rotate(-9deg); animation: faqBeam 8s ease-in-out infinite alternate; }
@keyframes faqBeam { to { left: 68%; opacity: .45; } }
.faq-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(55px, 8vw, 110px); }
.faq-heading { position: sticky; top: 110px; }
.faq-heading h2 { font-size: clamp(3.7rem, 6.5vw, 6.8rem); }
.faq-heading > p:not(.eyebrow) { max-width: 520px; color: var(--copy); font-size: 1rem; line-height: 1.75; }
.faq-proofline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: var(--line); }
.faq-proofline span { padding: 15px 12px; background: rgba(3, 10, 16, .86); }
.faq-proofline b,
.faq-proofline small { display: block; }
.faq-proofline b { color: var(--blue-bright); font-family: "Space Grotesk"; font-size: 1rem; letter-spacing: -.025em; text-transform: uppercase; }
.faq-proofline small { margin-top: 3px; color: var(--muted); font-size: .51rem; line-height: 1.45; text-transform: uppercase; }
.faq-list { display: grid; gap: 9px; }
.faq-item { border: 1px solid var(--line); background: linear-gradient(145deg, rgba(12, 28, 40, .72), rgba(4, 11, 17, .74)); clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px); transition: border-color .35s, background .35s, box-shadow .35s; }
.faq-item[open] { border-color: rgba(74, 212, 255, .42); background: linear-gradient(145deg, rgba(10, 35, 51, .86), rgba(4, 12, 19, .8)); box-shadow: 0 18px 65px rgba(0, 0, 0, .22), 0 0 30px rgba(0, 174, 239, .07); }
.faq-item::before { animation-duration: 10.5s; animation-play-state: paused; }
.faq-item[open]::before,
.faq-item:hover::before,
.faq-item:focus-within::before { animation-play-state: running; }
.faq-item summary { display: grid; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 16px; min-height: 78px; padding: 17px 22px; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: var(--blue); font-family: "Space Grotesk"; font-size: .57rem; letter-spacing: .12em; }
.faq-item summary > b { color: #e7f1f6; font-family: "Space Grotesk"; font-size: .9rem; font-weight: 600; letter-spacing: -.012em; }
.faq-item summary > i { position: relative; width: 25px; height: 25px; border: 1px solid rgba(74, 212, 255, .35); border-radius: 50%; transition: border-color .3s, background .3s, transform .45s var(--ease); }
.faq-item summary > i::before,
.faq-item summary > i::after { content: ""; position: absolute; top: 11px; left: 7px; width: 9px; height: 1px; background: var(--blue-bright); }
.faq-item summary > i::after { transform: rotate(90deg); transition: transform .35s var(--ease); }
.faq-item[open] summary > i { border-color: var(--blue-bright); background: rgba(0, 174, 239, .13); transform: rotate(180deg); }
.faq-item[open] summary > i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .55s var(--ease), opacity .45s ease; }
.faq-item[open] .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 720px; margin: 0; padding: 0 70px 26px 72px; color: var(--copy); font-size: .82rem; line-height: 1.75; }
.faq-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.faq-action > span { max-width: 240px; color: var(--muted); font-size: .72rem; }

.assessment { position: relative; padding: clamp(90px, 10vw, 145px) 0 80px; overflow: hidden; background: linear-gradient(180deg, #061019, #03070b); }
.assessment-orbit { position: absolute; top: 80px; right: -260px; width: 680px; height: 680px; border: 1px solid rgba(0, 174, 239, .12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(0, 174, 239, .025), 0 0 0 150px rgba(0, 174, 239, .018); }
.assessment-layout { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 6vw, 84px); align-items: start; }
.assessment-copy { position: sticky; top: 120px; }
.assessment-copy h2 { font-size: clamp(3.4rem, 6vw, 6.5rem); }
.assessment-copy > p:not(.eyebrow) { max-width: 545px; color: var(--copy); font-size: clamp(1rem, 1.1vw, 1.1rem); line-height: 1.75; }
.assessment-meta { margin-top: 32px; border-top: 1px solid var(--line); }
.assessment-meta div { display: grid; grid-template-columns: 88px 1fr; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.assessment-meta span { color: var(--muted); }
.assessment-meta b { color: #d9e5eb; font-weight: 600; }
.form-shell { min-height: 0; padding: clamp(28px, 4vw, 50px); --cut: 28px; }
.form-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 13px; padding-bottom: 18px; border-bottom: 1px solid rgba(133, 203, 233, .13); }
.form-topline div span,
.form-topline div b { display: block; }
.form-topline span { color: var(--muted); font-family: var(--font-ui); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; }
.form-topline b { margin-top: 4px; font-family: var(--font-ui); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.form-time { display: inline-flex; flex: none; align-items: center; gap: 8px; color: #bcd2dd !important; white-space: nowrap; }
.form-time i { width: 7px; height: 7px; border-radius: 50%; background: var(--good); box-shadow: 0 0 14px rgba(109, 248, 193, .72); }
.form-intro { max-width: 62ch; margin: 0 0 30px; color: #91a7b4; font-size: .88rem; line-height: 1.65; }
.form-section { min-width: 0; margin: 0; padding: 0 0 30px; border: 0; }
.form-section + .form-section { padding-top: 28px; border-top: 1px solid rgba(133, 203, 233, .13); }
.form-section legend { display: flex; align-items: center; gap: 11px; width: 100%; margin: 0 0 20px; padding: 0; color: #eef8fc; font-family: var(--font-ui); font-size: .92rem; font-weight: 700; letter-spacing: .015em; }
.form-section legend span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(74, 212, 255, .42); border-radius: 50%; color: var(--blue-bright); background: rgba(0, 174, 239, .08); font-size: .57rem; box-shadow: 0 0 22px rgba(0, 174, 239, .08); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.vehicle-fields { grid-template-columns: 1.05fr 1fr .62fr; }
.contact-fields { grid-template-columns: 1.05fr .95fr 1fr; }
.field-wide { grid-column: 1 / -1; }
.field { display: block; }
.field > span,
.choice-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: #c8d8e1; font-family: var(--font-ui); font-size: .86rem; font-weight: 650; letter-spacing: .02em; }
.field > span small { color: #8299a6; font-size: .68rem; font-weight: 650; letter-spacing: .055em; text-transform: uppercase; }
.field input {
  width: 100%;
  height: 60px;
  padding: 0 17px;
  border: 1px solid rgba(133, 203, 233, .2);
  border-radius: 3px;
  outline: none;
  color: #fff;
  background: linear-gradient(135deg, rgba(4, 14, 22, .82), rgba(2, 8, 13, .68));
  font-size: 1rem;
  font-weight: 550;
  letter-spacing: .005em;
  caret-color: var(--blue-bright);
  transition: border-color .2s, box-shadow .2s, background .2s, transform .2s;
}
.field input::placeholder { color: #66808e; opacity: 1; font-weight: 450; }
.field input:hover { border-color: rgba(133, 203, 233, .34); }
.field input:focus { border-color: var(--blue-bright); background: rgba(2, 15, 24, .92); box-shadow: 0 0 0 4px rgba(0, 174, 239, .09), 0 0 24px rgba(0, 174, 239, .07); }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.field-error,
.group-error { display: block; min-height: 17px; padding-top: 5px; color: #ffaca0; font-size: .73rem; }
.choice-label { margin-top: 27px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-button,
.interest-button {
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(3, 10, 16, .66);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
}
.choice-button b,
.choice-button span { display: block; }
.choice-button b { font-family: "Space Grotesk"; font-size: .82rem; }
.choice-button span { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.choice-button[aria-pressed="true"],
.interest-button[aria-pressed="true"] { border-color: var(--blue-bright); background: rgba(0, 174, 239, .14); box-shadow: inset 0 0 22px rgba(0, 174, 239, .06); }
.choice-button:hover,
.interest-button:hover { transform: translateY(-2px); border-color: var(--line-hot); }
.interest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.interest-button { min-height: 58px; text-align: center; font-family: "Space Grotesk"; font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.vehicle-summary { margin-top: 22px; padding: 15px; border-left: 2px solid var(--blue); color: var(--copy); background: rgba(0, 174, 239, .06); font-size: .78rem; }
.vehicle-summary b { color: #fff; }
.consent { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: #bacbd4; font-size: .86rem; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: none; margin: 0; accent-color: var(--blue); }
.form-navigation { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 8px; padding-top: 26px; border-top: 1px solid rgba(133, 203, 233, .13); }
.form-navigation .button { min-width: min(100%, 260px); min-height: 58px; }
.form-navigation > span { max-width: 27ch; color: #78909d; font-size: .72rem; line-height: 1.5; text-align: right; }
.button-back { min-height: 52px; padding: 0 18px; border: 0; color: var(--copy); background: transparent; cursor: pointer; }
.button-back:hover { color: #fff; }
.form-message { margin-top: 18px; padding: 12px 14px; border: 1px solid rgba(255, 128, 111, .5); color: #ffc4ba; background: rgba(255, 128, 111, .08); font-size: .75rem; }
.form-message:empty { display: none; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-success { padding: 26px 0; }
.success-mark { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 28px; border: 1px solid var(--good); border-radius: 50%; color: var(--good); box-shadow: 0 0 35px rgba(109, 248, 193, .16); font-size: 1.5rem; }
.form-success h3 { margin: 0 0 18px; font-size: clamp(3rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; }
.form-success > p:not(.eyebrow) { max-width: 480px; margin-bottom: 25px; color: var(--copy); }
.site-footer { padding: 70px 0 30px; border-top: 1px solid var(--line); background: #020609; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-grid img { width: auto; height: 60px; margin-bottom: 15px; }
.footer-grid p { max-width: 320px; color: var(--muted); font-size: .76rem; }
.footer-grid > div > span { display: block; margin-bottom: 14px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .6rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a { color: #d7e2e8; text-decoration: none; }
.footer-grid a:hover { color: var(--blue-bright); }
.footer-socials { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-top: 14px; }
.footer-socials a { color: var(--muted); font-family: "Space Grotesk"; font-size: .56rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p a,
.privacy-choices-link { display: inline-flex; min-height: 28px; align-items: center; }
.privacy-choices-link { padding: 0; border: 0; color: #d7e2e8; background: transparent; font: inherit; cursor: pointer; }
.privacy-choices-link:hover { color: var(--blue-bright); }
.footer-directory { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(133, 203, 233, .1); }
.footer-directory span { margin-right: 8px; color: var(--blue-bright); font-family: "Space Grotesk", sans-serif; font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-directory a { display: inline-flex; min-height: 30px; align-items: center; padding: 5px 9px; border: 1px solid rgba(133, 203, 233, .13); color: #a9bec9; background: rgba(4, 12, 18, .45); font-size: .62rem; text-decoration: none; }
.footer-directory a:hover { border-color: var(--line-hot); color: var(--blue-bright); }
.footer-base { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(133, 203, 233, .1); color: #718995; font-family: "Space Grotesk"; font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }

.privacy-panel { position: fixed; z-index: 1500; right: 24px; bottom: 24px; left: 24px; width: min(920px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-inline: auto; padding: 25px 27px; opacity: 0; pointer-events: none; transform: translate3d(0, 18px, 0); transition: opacity .25s var(--ease), transform .25s var(--ease); --cut: 14px; }
.privacy-panel[hidden] { display: none; }
.privacy-panel.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.privacy-panel .eyebrow { margin-bottom: 8px; font-size: .54rem; }
.privacy-panel h2 { margin: 0 0 8px; font-size: clamp(1.4rem, 2.4vw, 2.2rem); line-height: 1; letter-spacing: -.04em; }
.privacy-panel p { max-width: 660px; margin-bottom: 7px; color: var(--copy); font-size: .73rem; line-height: 1.55; }
.privacy-panel a { color: var(--blue-bright); font-size: .66rem; }
.privacy-panel-actions { display: flex; gap: 8px; }
.privacy-panel-actions button { min-height: 44px; padding: 10px 15px; border: 1px solid var(--line); color: #dcecf4; background: rgba(4, 13, 20, .9); font: 700 .62rem "Space Grotesk", sans-serif; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.privacy-panel-actions .button { border-color: transparent; color: #001017; background: linear-gradient(135deg, var(--blue-bright), var(--blue)); }
.mobile-action-bar { display: none; }

@supports (content-visibility: auto) {
  .vehicles,
  .proof,
  .work-invite,
  .social-showcase,
  .faq,
  .assessment,
  .site-footer { content-visibility: auto; contain-intrinsic-size: auto 920px; }
  .proof,
  .assessment { contain-intrinsic-size: auto 1250px; }
}

.js .reveal { opacity: 0; transform: translateY(26px); }
.js .reveal.is-revealed { opacity: 1; transform: none; transition: opacity .75s var(--ease), transform .75s var(--ease); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 960px); }
  .quick-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-trust-action { grid-column: 1 / -1; min-height: 52px; }
  .desktop-nav, .header-phone { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 22px; }
  .header-actions { justify-self: end; }
  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    color: #fff;
    background: rgba(3, 8, 13, .5);
    cursor: pointer;
  }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .journey-copy { width: min(530px, 56vw); }
  .journey-rail li b { display: none; }
  .dyno-overlay { width: 340px; right: 36px; }
  .services-copy { width: min(530px, 56vw); }
  .services-rail li b { display: none; }
  .systems-visual { left: 33vw; }
  .authority-grid { grid-template-columns: 1fr 1fr; }
  .authority-card:last-child { grid-column: 1 / -1; }
  .make-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card { grid-column: span 6; }
  .review-card:nth-child(2), .review-card:nth-child(5) { transform: none; }
  .work-heading { grid-template-columns: 1fr; align-items: start; }
  .work-heading-copy { max-width: 680px; }
  .work-collection { min-height: 560px; grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr); }
  .work-collection-sniper { grid-template-columns: minmax(310px, .95fr) minmax(0, 1.05fr); }
  .work-collection-gallery { min-height: 560px; }
  .work-collection-copy { padding: clamp(32px, 4vw, 52px); }
  .social-shell { grid-template-columns: 1fr; }
  .social-heading { position: static; max-width: 820px; }
  .social-heading > p:last-child { max-width: 650px; }
  .social-grid { max-width: 960px; }
  .social-orbit { top: 24%; left: 75%; }
  .assessment-layout { grid-template-columns: 1fr; }
  .assessment-copy { position: static; max-width: 760px; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: static; max-width: 780px; }
  .faq-heading > p:not(.eyebrow) { max-width: 650px; }
  .faq-proofline { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --header-h: 66px; --shell: calc(100% - 30px); --cut: 12px; }
  body { padding-bottom: 58px; }
  a,
  button,
  summary { touch-action: manipulation; }
  .quick-trust { padding: 10px 0; }
  .quick-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-trust-item { padding: 15px 13px; }
  .quick-trust-item b { font-size: .75rem; }
  .quick-trust-item small { font-size: .54rem; }
  .privacy-panel { right: 10px; bottom: 68px; left: 10px; width: auto; grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .privacy-panel-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-directory { gap: 6px; }
  .footer-directory span { width: 100%; margin-bottom: 4px; }
  .site-header { height: 64px; padding-inline: 15px; }
  .site-header.is-scrolled { height: 60px; }
  .brand { min-height: 44px; }
  .brand img { height: 43px; }
  .menu-toggle { width: 48px; height: 48px; }
  .text-link { min-height: 44px; }
  .header-actions .button { display: none; }
  .hero { min-height: 100svh; align-items: flex-end; }
  .hero-media img { object-position: 67% center; }
  .hero-motion, .journey-motion, .exhaust-motion { display: none; }
  html.mobile-cinematic .hero-motion,
  html.mobile-cinematic .journey-motion,
  html.mobile-cinematic .exhaust-motion { display: block; }
  html.mobile-cinematic .hero-motion { object-position: 67% center; }
  html.mobile-cinematic .journey-motion { object-position: 66% center; }
  html.mobile-cinematic .exhaust-motion { object-position: 67% center; }
  .hero,
  .journey-stage,
  .exhaust-stage,
  .services-stage { touch-action: pan-y pinch-zoom; }
  .hero::after,
  .journey-stage::after,
  .exhaust-stage::after,
  .services-stage::after {
    content: "";
    position: absolute;
    z-index: 8;
    inset: 72px 10px 68px;
    pointer-events: none;
    opacity: .62;
    background:
      linear-gradient(90deg, var(--blue-bright) 0 22px, transparent 22px) top left / 42px 1px no-repeat,
      linear-gradient(180deg, var(--blue-bright) 0 22px, transparent 22px) top left / 1px 42px no-repeat,
      linear-gradient(270deg, rgba(74, 212, 255, .72) 0 22px, transparent 22px) top right / 42px 1px no-repeat,
      linear-gradient(180deg, rgba(74, 212, 255, .72) 0 22px, transparent 22px) top right / 1px 42px no-repeat,
      linear-gradient(90deg, rgba(74, 212, 255, .34) 0 18px, transparent 18px) bottom left / 34px 1px no-repeat,
      linear-gradient(0deg, rgba(74, 212, 255, .34) 0 18px, transparent 18px) bottom left / 1px 34px no-repeat,
      linear-gradient(270deg, rgba(74, 212, 255, .34) 0 18px, transparent 18px) bottom right / 34px 1px no-repeat,
      linear-gradient(0deg, rgba(74, 212, 255, .34) 0 18px, transparent 18px) bottom right / 1px 34px no-repeat;
    filter: drop-shadow(0 0 9px rgba(0, 174, 239, .35));
  }
  .hero-hex,
  .journey-hex { opacity: .23; background-size: 48px 83px, 48px 83px, 48px 83px; }
  .hero-shade { background: linear-gradient(0deg, rgba(2, 6, 10, 1) 0, rgba(2, 6, 10, .91) 38%, rgba(2, 6, 10, .12) 75%, rgba(2, 6, 10, .38) 100%); }
  .hero-content { padding: 0 0 12vh; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 6rem); }
  .hero-line-blue { font-size: .47em; }
  .hero-copy { font-size: .91rem; line-height: 1.62; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-assurance { margin-top: 25px; padding: 13px 12px; }
  .hero-assurance span { padding-inline: 9px; }
  .hero-assurance b { font-size: .72rem; }
  .hero-assurance small { font-size: .45rem; letter-spacing: .055em; }
  .hero-status { display: none; }
  .hero-scan { left: 50%; }
  .journey { height: 760vh; }
  .journey-frame img { object-position: 66% center; }
  .journey-vignette { background: linear-gradient(0deg, rgba(2, 7, 11, .99) 0, rgba(2, 7, 11, .92) 46%, rgba(2, 7, 11, .16) 76%, rgba(2, 7, 11, .52) 100%); }
  .journey-label { top: 76px; left: 2px; font-size: .51rem; }
  .journey-rail {
    top: 108px;
    right: 0;
    left: 0;
    flex-direction: row;
    justify-content: space-between;
    transform: none;
  }
  .journey-rail li { min-height: auto; flex: 1; justify-content: center; }
  .journey-rail li b { display: none; }
  .journey-rail li span { order: 0; width: 7px; height: 7px; }
  .journey-rail li:not(:last-child)::after { top: 3px; right: -50%; width: 100%; height: 1px; }
  .journey-copy { inset: auto 0 75px; width: 100%; }
  .journey-card { top: auto; bottom: 0; max-height: 50svh; padding: 20px; overflow-y: auto; overscroll-behavior-y: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; --cut: 14px; }
  .journey-card::-webkit-scrollbar { display: none; }
  .journey-card h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .journey-card > p:not(.step-tag) { margin-bottom: 14px; font-size: .82rem; line-height: 1.55; }
  .journey-card-result { max-height: 60svh; }
  .step-tag { margin-bottom: 9px; font-size: .54rem; }
  .card-metrics b { font-size: 1.4rem; }
  .system-row, .switch-readout { padding: 8px 0; }
  .result-metrics > div { padding: 11px; }
  .journey-card-result .button { min-height: 44px; padding-inline: 14px; }
  .dyno-overlay {
    top: 132px;
    right: 15px;
    bottom: auto;
    width: min(54vw, 210px);
    height: 96px;
    padding: 9px 10px 8px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(10px, 0, 0) scale(.98);
    transition: opacity .45s var(--ease), transform .55s var(--ease), visibility .45s;
    --cut: 8px;
  }
  .dyno-overlay.is-live { visibility: visible; opacity: .88; transform: none; }
  .dyno-overlay-head { font-size: .42rem; letter-spacing: .06em; }
  .dyno-overlay-head span { display: none; }
  #dyno-canvas { height: 58px; }
  .dyno-legend { display: none; }
  .journey-counter { right: 1px; bottom: 22px; }
  .package-strip { padding-block: 85px; }
  .package-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-intro h2 { font-size: 3.2rem; }
  .package-card { padding: 24px 20px; }
  .package-title { align-items: start; flex-direction: column; }
  .package-card ul { grid-template-columns: 1fr; }
  .authority-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .authority-card,
  .authority-card:last-child { min-height: auto; grid-column: auto; }
  .authority-card > b { margin-bottom: 26px; }
  .exhaust { height: 180vh; }
  .exhaust-stage { align-items: flex-end; padding-bottom: 70px; }
  .exhaust-media img { object-position: 67% center; }
  .exhaust-shade { background: linear-gradient(0deg, rgba(3, 7, 11, 1), rgba(3, 7, 11, .89) 48%, rgba(3, 7, 11, .08) 82%); }
  .exhaust-copy { width: 100%; padding: 22px 19px; }
  .exhaust-copy h2 { font-size: 3.2rem; }
  .exhaust-copy > p:not(.eyebrow) { font-size: .84rem; }
  .exhaust-specs span { padding: 10px; }
  .vehicles, .proof, .assessment { padding-block: 90px; }
  .vehicles-heading { margin-bottom: 35px; }
  .vehicles-heading h2, .proof-heading h2, .assessment-copy h2 { font-size: 3.5rem; }
  .vehicle-morph-feature { grid-template-columns: 1fr; gap: 0; margin-bottom: 44px; padding: 8px; }
  .vehicle-morph-media { width: 100%; max-width: 430px; max-height: 76svh; }
  .vehicle-morph-copy { max-width: none; padding: 32px 13px 24px; }
  .vehicle-morph-copy h3 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .vehicle-morph-copy > p:not(.eyebrow) { font-size: .84rem; }
  .vehicle-morph-points { grid-template-columns: 1fr; }
  .vehicle-morph-points span { min-height: 58px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 4px; }
  .vehicle-morph-points b { margin: 0; }
  .vehicle-morph-toggle { min-width: 132px; min-height: 48px; }
  .vehicle-morph-copy .button { width: 100%; min-height: 54px; }
  .make-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .make-chip { min-height: 155px; padding: 17px; }
  .make-chip > b { margin-top: 25px; font-size: 1rem; }
  .make-chip > small { font-size: .62rem; }
  .vehicle-guide-row { grid-template-columns: 1fr; gap: 12px; }
  .vehicle-guide-row > span { padding-top: 0; }
  .vehicle-guide-row a { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 12px; }
  .proof-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 45px; }
  .google-score { order: 2; width: 100%; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px; padding: 18px; text-align: left; }
  .google-g { margin: 0; }
  .google-score strong { font-size: 2.5rem; }
  .google-score .stars { margin: 0; }
  .google-score small { grid-column: 2 / -1; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { grid-column: 1; min-height: 230px; padding: 22px; }
  .review-viewport { padding-bottom: 2px; touch-action: pan-y pinch-zoom; }
  .review-controls { grid-template-columns: 1fr auto; gap: 14px; margin-top: 28px; }
  .review-timer { grid-column: 1 / -1; grid-row: 2; }
  .review-buttons { grid-column: 2; grid-row: 1; }
  .review-buttons button { min-width: 44px; min-height: 44px; padding-inline: 9px; font-size: 0; }
  .review-buttons button::before { font-size: .75rem; }
  .review-buttons #review-prev::before { content: "←"; }
  .review-buttons #review-pause::before { content: "Ⅱ"; }
  .review-buttons #review-pause[aria-pressed="true"]::before { content: "▶"; }
  .review-buttons #review-next::before { content: "→"; }
  .proof-actions { align-items: stretch; flex-direction: column; margin-top: 45px; }
  .services-intro { padding-block: 92px; }
  .services-intro-grid { grid-template-columns: 1fr; gap: 42px; }
  .services-intro-copy h2 { font-size: 3.45rem; }
  .services-intro-copy > p:not(.eyebrow) { font-size: .9rem; }
  .workshop-proof { padding: 25px 21px; }
  .workshop-proof > b { margin-top: 22px; font-size: 2.75rem; }
  .services-scroll { height: 540vh; }
  .systems-visual { left: 0; opacity: .82; }
  .systems-hud { top: 135px; right: 15px; left: 15px; }
  .systems-axis { display: none; }
  .services-session { top: 76px; left: 2px; font-size: .49rem; }
  .services-rail { top: 108px; right: 0; left: 0; flex-direction: row; justify-content: space-between; transform: none; }
  .services-rail li { min-height: auto; flex: 1; justify-content: center; }
  .services-rail li b { display: none; }
  .services-rail li span { order: 0; width: 7px; height: 7px; }
  .services-rail li:not(:last-child)::after { top: 3px; right: -50%; width: 100%; height: 1px; }
  .services-copy { inset: auto 0 72px; width: 100%; }
  .service-card { top: auto; bottom: 0; max-height: 55svh; padding: 21px; overflow-y: auto; overscroll-behavior-y: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; --cut: 14px; }
  .service-card::-webkit-scrollbar { display: none; }
  .service-card h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 10.7vw, 3.35rem); }
  .service-card > p:not(.step-tag) { margin-bottom: 14px; font-size: .81rem; line-height: 1.56; }
  .service-specs { margin-bottom: 15px; }
  .service-specs span { padding: 10px; }
  .service-specs b { font-size: .61rem; }
  .services-counter { right: 1px; bottom: 22px; }
  .services-vault-launch { bottom: 15px; min-height: 44px; padding: 7px 9px 7px 7px; }
  .services-vault-launch::before { width: 27px; height: 27px; }
  .services-vault-launch span { display: none; }
  .services-vault-launch b { margin: 0; font-size: .51rem; }
  .work-invite,
  .social-showcase { padding-block: 92px; }
  .work-heading { gap: 28px; margin-bottom: 42px; }
  .work-heading h2,
  .social-heading h2 { font-size: 3.45rem; }
  .work-heading-copy p,
  .social-heading > p:last-child { font-size: .86rem; }
  .work-collections { gap: 12px; }
  .work-collection,
  .work-collection-sniper { min-height: 0; grid-template-columns: 1fr; }
  .work-collection-gallery,
  .work-collection-sniper .work-collection-gallery { min-height: 430px; order: 1; }
  .work-collection-copy,
  .work-collection-sniper .work-collection-copy { order: 2; padding: 32px 22px 28px; }
  .work-collection-copy::before { margin-bottom: 20px; }
  .work-collection-copy h3 { font-size: clamp(2.65rem, 12vw, 3.75rem); }
  .work-collection-copy > p:not(.work-collection-brand) { margin-top: 18px; font-size: .78rem; }
  .work-collection-copy dl { margin-top: 22px; }
  .work-collection-button { width: 100%; justify-content: center; margin-top: 24px; }
  .social-grid { grid-template-columns: 1fr; }
  .social-card { min-height: 270px; padding: 24px; }
  .social-card > div { margin-top: 28px; }
  .social-orbit { width: 110vw; }
  .vault-header { min-height: 70px; padding: 12px 15px; }
  .vault-header .eyebrow { display: none; }
  .vault-header h2 { font-size: 1.55rem; }
  .vault-close { width: 44px; height: 44px; flex-basis: 44px; }
  .vault-close span { top: 21px; left: 12px; }
  .vault-collections { width: calc(100% - 30px); margin-top: 8px; }
  .vault-collections button { min-height: 52px; flex-direction: column; gap: 2px; padding: 7px 8px; }
  .vault-collections button span { font-size: .51rem; }
  .vault-collections button b { font-size: .48rem; }
  .vault-filters { justify-content: flex-start; padding: 8px 15px; }
  .vault-filters button { min-height: 44px; padding-inline: 12px; font-size: .47rem; }
  .vault-slide { padding: 8px 10px 12px; }
  .vault-slide picture { width: 100%; }
  .vault-slide img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
  .vault-caption { right: 18px; bottom: 18px; left: 18px; }
  .vault-caption > div { max-width: 100%; padding: 14px 15px; }
  .vault-caption b { font-size: 1.35rem; }
  .vault-caption > span { display: none; }
  .vault-footer { min-height: 58px; grid-template-columns: auto 1fr auto; gap: 12px; padding: 9px 15px calc(9px + env(safe-area-inset-bottom)); }
  .vault-controls > span { display: none; }
  .vault-controls button { width: 44px; height: 44px; }
  .vault-scroller { touch-action: pan-x pinch-zoom; }
  .faq { padding-block: 92px; }
  .faq-layout { gap: 45px; }
  .faq-heading h2 { font-size: 3.5rem; }
  .faq-proofline { grid-template-columns: 1fr 1fr 1fr; margin-top: 28px; }
  .faq-proofline span { padding: 12px 9px; }
  .faq-item summary { grid-template-columns: 27px 1fr 25px; gap: 10px; min-height: 70px; padding: 14px 15px; }
  .faq-item summary > b { font-size: .78rem; line-height: 1.45; }
  .faq-answer p { padding: 0 45px 22px 52px; font-size: .76rem; }
  .faq-action { align-items: stretch; flex-direction: column; }
  .faq-action > span { max-width: none; }
  .form-shell { min-height: 0; padding: 25px 18px; }
  .form-topline { align-items: flex-start; flex-direction: column; gap: 11px; }
  .form-time { font-size: .63rem !important; }
  .form-intro { margin-bottom: 26px; font-size: .84rem; }
  .form-section { padding-bottom: 25px; }
  .form-section + .form-section { padding-top: 24px; }
  .form-section legend { margin-bottom: 17px; font-size: .9rem; }
  .field-grid { grid-template-columns: 1fr; gap: 14px; }
  .vehicle-fields,
  .contact-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .field > span { font-size: .9rem; }
  .field input { height: 58px; font-size: 1rem; }
  .consent { align-items: flex-start; font-size: .85rem; line-height: 1.5; }
  .form-navigation { align-items: stretch; flex-direction: column; gap: 12px; padding-top: 22px; }
  .form-navigation .button { width: 100%; min-width: 0; min-height: 58px; }
  .form-navigation > span { max-width: none; font-size: .75rem; text-align: left; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-button { min-height: 48px; }
  .assessment-meta div { grid-template-columns: 80px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-grid > div > a,
  .footer-grid p a,
  .footer-grid p button,
  .footer-socials a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-grid p a,
  .footer-socials a { min-width: 44px; }
  .footer-base { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-directory a { min-height: 44px; display: inline-flex; align-items: center; }
  .vault-link { min-height: 44px; align-items: center; padding-bottom: 0; }
  .mobile-menu > a { min-height: 52px; }
  .work-collection-button:active,
  .social-card:active,
  .make-chip:active,
  .button:active { transform: translateY(1px) scale(.992); }
  .mobile-action-bar {
    position: fixed;
    z-index: 1250;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 58px;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(0, 174, 239, .35);
    background: rgba(3, 8, 13, .94);
    backdrop-filter: blur(16px);
    transform: translateY(110%);
    transition: transform .3s var(--ease);
  }
  .mobile-action-bar.is-visible { transform: none; }
  body.menu-open .mobile-action-bar { transform: translateY(110%); }
  .mobile-action-bar a { display: grid; place-items: center; border-right: 1px solid var(--line); font-family: "Space Grotesk"; font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
  .mobile-action-bar a:last-child { color: #001019; background: var(--blue-bright); }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.45rem; }
  .hero-assurance small { letter-spacing: .025em; }
  .make-grid { grid-template-columns: 1fr; }
  .make-chip { min-height: 135px; }
  .work-collection-gallery,
  .work-collection-sniper .work-collection-gallery { min-height: 350px; }
  .work-collection-copy h3 { font-size: 2.72rem; }
  .work-collection-copy dl { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .journey { height: auto; }
  .journey-stage { position: relative; height: auto; min-height: 100svh; padding: 120px 0 80px; }
  .journey-copy { position: relative; inset: auto; width: min(620px, 100%); }
  .journey-card { position: relative; visibility: visible; opacity: 1; transform: none; margin-bottom: 12px; }
  .journey-card:not(:first-child) { display: none; }
  .journey-rail, .journey-counter, .journey-scan { display: none; }
  .hero-motion, .journey-motion, .exhaust-motion { display: none; }
  .vehicle-morph-toggle { display: none !important; }
  .exhaust { height: auto; }
  .exhaust-stage { position: relative; min-height: 100svh; }
  .services-scroll { height: auto; }
  .services-stage { position: relative; height: auto; min-height: 100svh; padding: 115px 0 80px; }
  .systems-visual,
  .services-rail,
  .services-counter,
  .services-session,
  .services-sweep { display: none; }
  .services-copy { position: relative; inset: auto; width: min(720px, 100%); display: grid; gap: 12px; }
  .service-card { position: relative; max-height: none; visibility: visible; opacity: 1; transform: none; overflow: visible; }
  .services-vault-launch { position: relative; right: auto; bottom: auto; left: auto; width: fit-content; margin-top: 22px; }
  .review-timer { display: none; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Facebook-informed conversion and development proof pass */
.calibration-standard,
.development-proof,
.additional-solutions { scroll-margin-top: calc(var(--header-h) + 24px); }

.calibration-standard {
  position: relative;
  padding: clamp(50px, 5.5vw, 76px) 0;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #02070b 0%, #07141e 52%, #03080d 100%);
}
.standard-hex { z-index: -2; inset: -20%; opacity: .12; mask-image: radial-gradient(circle at 76% 50%, #000, transparent 60%); -webkit-mask-image: radial-gradient(circle at 76% 50%, #000, transparent 60%); }
.standard-orbit { position: absolute; z-index: -1; top: 50%; right: -10vw; width: min(46vw, 680px); aspect-ratio: 1; border: 1px solid rgba(74, 212, 255, .1); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 5vw rgba(0, 174, 239, .014), 0 0 0 10vw rgba(0, 174, 239, .009); }
.standard-orbit span { position: absolute; border: 1px solid rgba(74, 212, 255, .16); border-radius: 50%; }
.standard-orbit span:first-child { inset: 19%; border-style: dashed; }
.standard-orbit span:last-child { inset: 38%; box-shadow: 0 0 55px rgba(0, 174, 239, .12); }
.cinematic-motion .standard-orbit span:first-child { animation: standardOrbit 32s linear infinite; }
@keyframes standardOrbit { to { transform: rotate(360deg); } }
.standard-layout { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(28px, 4vw, 58px); }
.standard-manifesto { min-width: 0; padding: 6px 0 7px 22px; border-left: 1px solid rgba(74, 212, 255, .35); overflow: visible; }
.standard-manifesto::before { inset: -8px auto -8px -1px; width: 1px; padding: 0; background: linear-gradient(transparent, var(--blue-bright), transparent); mask: none; -webkit-mask: none; filter: drop-shadow(0 0 9px rgba(74, 212, 255, .7)); animation: standardEdge 4.8s ease-in-out infinite; }
@keyframes standardEdge { 0%, 100% { opacity: .2; transform: scaleY(.35); } 45%, 60% { opacity: 1; transform: scaleY(1); } }
.standard-manifesto h2 { max-width: 650px; margin-bottom: 18px; font-size: clamp(2.45rem, 3.8vw, 4.15rem); line-height: .94; text-wrap: balance; }
.standard-manifesto > p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: var(--copy); font-size: clamp(.82rem, .95vw, .92rem); line-height: 1.7; }
.standard-exclusions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 24px 0 22px; background: transparent; }
.standard-exclusions > span { min-width: 0; min-height: 82px; padding: 13px 14px; border: 1px solid rgba(133, 203, 233, .13); background: rgba(2, 9, 14, .68); }
.standard-exclusions i,
.standard-exclusions b,
.standard-exclusions small { display: block; }
.standard-exclusions i { margin-bottom: 8px; color: var(--blue); font-family: var(--font-ui); font-size: .47rem; font-style: normal; letter-spacing: .12em; }
.standard-exclusions b { color: #f0f9fd; font-family: var(--font-ui); font-size: .72rem; letter-spacing: -.015em; }
.standard-exclusions small { margin-top: 4px; color: var(--muted); font-size: .54rem; line-height: 1.45; }
.standard-manifesto .text-link { font-size: .66rem; }
.standard-sequence { position: relative; min-width: 0; display: flex; min-height: 286px; flex-direction: column; padding: 22px; border: 1px solid rgba(74, 212, 255, .18); background: linear-gradient(155deg, rgba(6, 20, 30, .9), rgba(2, 8, 13, .93)); box-shadow: 0 25px 75px rgba(0, 0, 0, .26), inset 0 0 55px rgba(0, 174, 239, .022); clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); }
.standard-sequence-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: var(--font-ui); font-size: .46rem; letter-spacing: .12em; }
.standard-sequence-head b { display: flex; align-items: center; gap: 7px; color: #dff8ff; font-size: .49rem; }
.standard-sequence-head i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 13px var(--blue); animation: liveDot 1.4s ease-in-out infinite; }
.standard-steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; }
.standard-steps::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--blue-bright), transparent); transform: translateX(-110%); }
.cinematic-motion .standard-steps::after { animation: standardSweep 5.8s var(--ease) infinite; }
@keyframes standardSweep { 42%, 100% { transform: translateX(110%); } }
.standard-step { position: relative; display: grid; grid-template-columns: 32px 1fr; align-content: start; gap: 10px; min-width: 0; padding: 18px 13px 16px; border-right: 1px solid rgba(133, 203, 233, .1); }
.standard-step:last-child { border-right: 0; }
.standard-step > span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(74, 212, 255, .25); border-radius: 50%; color: var(--blue-bright); background: rgba(0, 174, 239, .055); font-family: var(--font-ui); font-size: .49rem; box-shadow: 0 0 18px rgba(0, 174, 239, .04); }
.cinematic-motion .standard-step > span { animation: standardNode 6.4s ease-in-out infinite; }
.cinematic-motion .standard-step:nth-child(2) > span { animation-delay: .55s; }
.cinematic-motion .standard-step:nth-child(3) > span { animation-delay: 1.1s; }
.cinematic-motion .standard-step:nth-child(4) > span { animation-delay: 1.65s; }
@keyframes standardNode { 0%, 18%, 100% { border-color: rgba(74, 212, 255, .25); box-shadow: 0 0 18px rgba(0, 174, 239, .04); } 8% { border-color: var(--blue-bright); box-shadow: 0 0 22px rgba(0, 174, 239, .28); } }
.standard-step b,
.standard-step small { display: block; }
.standard-step b { padding-top: 5px; color: #f2faff; font-family: var(--font-ui); font-size: .74rem; }
.standard-step small { grid-column: 1 / -1; max-width: 27ch; margin-top: 2px; color: var(--muted); font-size: .57rem; line-height: 1.5; }
.standard-signal { display: flex; align-items: end; gap: 5px; height: 28px; margin-top: auto; padding-top: 10px; }
.standard-signal i { flex: 1; height: 24%; background: linear-gradient(var(--blue-bright), rgba(0, 174, 239, .16)); box-shadow: 0 0 11px rgba(0, 174, 239, .12); transform-origin: bottom; }
.standard-signal i:nth-child(2), .standard-signal i:nth-child(7) { height: 56%; }
.standard-signal i:nth-child(3), .standard-signal i:nth-child(6) { height: 83%; }
.standard-signal i:nth-child(4) { height: 44%; }
.standard-signal i:nth-child(5) { height: 100%; }
.cinematic-motion .standard-signal i { animation: standardSignal 1.8s ease-in-out infinite alternate; }
.cinematic-motion .standard-signal i:nth-child(2n) { animation-delay: -.7s; }
.cinematic-motion .standard-signal i:nth-child(3n) { animation-delay: -1.2s; }
@keyframes standardSignal { 50% { transform: scaleY(.55); opacity: .55; } }

.dyno-handover { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 19px 0 5px; }
.dyno-handover span { display: flex; align-items: center; gap: 7px; color: #c5dce7; font-family: "Space Grotesk"; font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; }
.dyno-handover i { width: 6px; height: 6px; border: 1px solid var(--blue-bright); border-radius: 50%; box-shadow: 0 0 10px rgba(74, 212, 255, .7); }

.development-proof { position: relative; padding: clamp(105px, 13vw, 190px) 0; overflow: hidden; isolation: isolate; background: linear-gradient(180deg, #03080d, #07131d 52%, #02070b); }
.case-hex { z-index: -2; inset: -10%; opacity: .14; mask-image: linear-gradient(100deg, transparent, #000 48%, transparent); -webkit-mask-image: linear-gradient(100deg, transparent, #000 48%, transparent); }
.case-beam { position: absolute; z-index: -1; top: -30%; left: 58%; width: 1px; height: 170%; background: linear-gradient(transparent, rgba(74, 212, 255, .74), transparent); box-shadow: 0 0 20px rgba(0, 174, 239, .65), 0 0 110px 18px rgba(0, 174, 239, .07); transform: rotate(13deg); }
.cinematic-motion .case-beam { animation: caseBeam 7s ease-in-out infinite alternate; }
@keyframes caseBeam { to { transform: translateX(4vw) rotate(13deg); opacity: .48; } }
.case-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: clamp(45px, 8vw, 120px); }
.case-heading h2 { max-width: 900px; font-size: clamp(3.7rem, 7vw, 7.5rem); }
.case-heading > p { max-width: 610px; margin: 0 0 1.2rem; color: var(--copy); font-size: 1rem; line-height: 1.75; }
.case-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 60px; overflow: hidden; background: rgba(133, 203, 233, .14); }
.case-tabs button { position: relative; min-width: 0; min-height: 108px; padding: 21px 22px; border: 0; color: var(--muted); background: rgba(3, 10, 16, .94); cursor: pointer; text-align: left; transition: color .3s, background .3s, box-shadow .3s; }
.case-tabs button::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--blue-bright), transparent); transform: scaleX(0); transition: transform .4s var(--ease); }
.case-tabs button:hover,
.case-tabs button:focus-visible { color: #fff; background: rgba(7, 25, 37, .96); }
.case-tabs button[aria-selected="true"] { color: #fff; background: linear-gradient(145deg, rgba(8, 32, 47, .98), rgba(3, 12, 19, .98)); box-shadow: inset 0 0 32px rgba(0, 174, 239, .06); }
.case-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.case-tabs span,
.case-tabs b,
.case-tabs small { display: block; }
.case-tabs span { color: var(--blue); font-family: "Space Grotesk"; font-size: .49rem; letter-spacing: .1em; }
.case-tabs b { margin-top: 12px; color: inherit; font-family: "Space Grotesk"; font-size: .77rem; }
.case-tabs small { margin-top: 4px; overflow: hidden; color: #859ba8; font-size: .55rem; text-overflow: ellipsis; white-space: nowrap; }
.case-stage { min-height: 680px; margin-top: 1px; background: linear-gradient(145deg, rgba(8, 25, 37, .94), rgba(2, 8, 13, .96)); }
.case-story { display: none; min-height: 680px; grid-template-columns: 1.04fr .96fr; }
.case-story.is-active { display: grid; animation: caseEnter .55s var(--ease); }
@keyframes caseEnter { from { opacity: .15; transform: translateY(18px); } }
.case-story-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(34px, 5.4vw, 76px); }
.case-story-copy h3 { max-width: 780px; margin: 14px 0 23px; color: #f0f9fd; font-size: clamp(2.7rem, 4.6vw, 5.2rem); line-height: .96; letter-spacing: -.065em; }
.case-story-copy h3 em { color: var(--blue-bright); font-style: normal; }
.case-story-copy > p:not(.step-tag) { max-width: 700px; color: var(--copy); font-size: .86rem; line-height: 1.75; }
.case-path { width: 100%; display: grid; gap: 1px; margin: 28px 0 30px; background: rgba(133, 203, 233, .13); }
.case-path span { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 15px 18px; background: rgba(2, 9, 14, .88); }
.case-path small { color: var(--blue); font-family: "Space Grotesk"; font-size: .49rem; letter-spacing: .1em; text-transform: uppercase; }
.case-path b { color: #d9e8ef; font-family: "Space Grotesk"; font-size: .64rem; font-weight: 500; line-height: 1.5; }
.case-story-copy .button { margin-top: auto; }
.case-data { position: relative; display: flex; flex-direction: column; min-width: 0; padding: clamp(30px, 4.4vw, 62px); border-left: 1px solid rgba(74, 212, 255, .17); background: radial-gradient(circle at 70% 32%, rgba(0, 174, 239, .1), transparent 45%), rgba(2, 9, 14, .58); }
.case-data-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: var(--muted); font-family: "Space Grotesk"; font-size: .48rem; letter-spacing: .11em; }
.case-data-head b { display: flex; align-items: center; gap: 7px; color: #dff8ff; }
.case-data-head i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 12px var(--blue); }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 26px; background: rgba(133, 203, 233, .13); }
.case-metrics span { min-width: 0; padding: 20px 16px; background: rgba(3, 12, 18, .92); }
.case-metrics small,
.case-metrics b,
.case-metrics em { display: block; }
.case-metrics small { min-height: 2.7em; color: var(--muted); font-size: .49rem; line-height: 1.35; text-transform: uppercase; }
.case-metrics b { margin-top: 18px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: clamp(1.3rem, 2.2vw, 2rem); letter-spacing: -.045em; }
.case-metrics em { margin-top: 5px; color: #8da3af; font-size: .47rem; font-style: normal; line-height: 1.4; }
.case-graph { position: relative; flex: 1; min-height: 250px; margin-top: 30px; padding: 18px; border: 1px solid rgba(133, 203, 233, .12); background: linear-gradient(rgba(4, 14, 21, .8), rgba(2, 8, 13, .82)); overflow: hidden; }
.case-graph > span { position: absolute; top: 14px; left: 17px; color: var(--muted); font-family: "Space Grotesk"; font-size: .46rem; letter-spacing: .11em; }
.case-graph svg { width: 100%; height: calc(100% - 34px); margin-top: 18px; overflow: visible; }
.case-gridline { fill: none; stroke: rgba(133, 203, 233, .08); stroke-width: 1; }
.case-line { fill: none; stroke-width: 3; vector-effect: non-scaling-stroke; stroke-dasharray: 900; stroke-dashoffset: 0; }
.case-line-before { stroke: rgba(181, 196, 207, .34); }
.case-line-after { stroke: var(--blue-bright); filter: drop-shadow(0 0 7px rgba(0, 174, 239, .65)); }
.case-story.is-active .case-line-after { animation: caseLine 1.25s .18s var(--ease) both; }
@keyframes caseLine { from { stroke-dashoffset: 900; } }
.case-graph > div { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); font-family: "Space Grotesk"; font-size: .49rem; text-transform: uppercase; }
.case-graph > div span { display: flex; align-items: center; gap: 7px; }
.case-graph > div i { width: 17px; height: 2px; }
.case-graph > div i.before { background: rgba(181, 196, 207, .4); }
.case-graph > div i.after { background: var(--blue-bright); box-shadow: 0 0 7px rgba(0, 174, 239, .7); }
.case-disclaimer { max-width: 930px; margin: 22px 0 0; color: var(--muted); font-size: .61rem; line-height: 1.65; }

.valve-demo { margin: 28px 0 25px; padding: 19px; border: 1px solid rgba(74, 212, 255, .2); background: linear-gradient(145deg, rgba(3, 13, 20, .88), rgba(5, 24, 35, .76)); }
.valve-demo-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.valve-demo-head small,
.valve-demo-head b { display: block; }
.valve-demo-head small { color: var(--blue); font-family: "Space Grotesk"; font-size: .46rem; letter-spacing: .11em; text-transform: uppercase; }
.valve-demo-head b { margin-top: 4px; color: #eff9fd; font-family: "Space Grotesk"; font-size: .77rem; }
.valve-demo-head > span { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; color: #a9bcc7; font-family: "Space Grotesk"; font-size: .45rem; letter-spacing: .08em; }
.valve-demo-head > span i { width: 6px; height: 6px; border-radius: 50%; background: #86b8ca; box-shadow: 0 0 10px rgba(74, 212, 255, .42); }
.valve-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 15px; background: rgba(133, 203, 233, .14); }
.valve-controls button { display: grid; grid-template-columns: 25px auto 1fr; align-items: center; gap: 9px; min-height: 51px; padding: 9px 12px; border: 0; color: var(--muted); background: rgba(2, 8, 13, .94); cursor: pointer; text-align: left; transition: color .3s, background .3s, box-shadow .3s; }
.valve-controls button span { color: var(--blue); font-family: "Space Grotesk"; font-size: .45rem; }
.valve-controls button b { color: inherit; font-family: "Space Grotesk"; font-size: .67rem; }
.valve-controls button small { overflow: hidden; font-size: .48rem; text-overflow: ellipsis; white-space: nowrap; }
.valve-controls button.is-active { color: #fff; background: rgba(0, 174, 239, .14); box-shadow: inset 0 0 20px rgba(0, 174, 239, .05); }
.valve-demo > p { min-height: 3.1em; margin: 14px 0 0 !important; color: #aabdc7 !important; font-size: .63rem !important; line-height: 1.55 !important; }
.exhaust-stage.is-valve-open .exhaust-laser { filter: brightness(1.4) saturate(1.25); }
.exhaust-stage.is-valve-open .exhaust-laser::before { opacity: .95; box-shadow: 0 0 35px rgba(0, 174, 239, .95), 0 0 150px 30px rgba(0, 174, 239, .15); }
.exhaust-stage.is-valve-open .valve-demo-head > span { color: var(--blue-bright); }
.exhaust-stage.is-valve-open .valve-demo-head > span i { background: var(--blue-bright); box-shadow: 0 0 15px var(--blue); animation: liveDot 1.2s ease-in-out infinite; }

.platform-proof { margin: clamp(65px, 9vw, 115px) 0; padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid var(--line); }
.platform-proof-head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: clamp(40px, 7vw, 95px); margin-bottom: 28px; }
.platform-proof-head span { color: var(--blue); font-family: "Space Grotesk"; font-size: .5rem; letter-spacing: .13em; }
.platform-proof-head h3 { max-width: 720px; margin: 12px 0 0; color: #effaff; font-size: clamp(1.8rem, 3.5vw, 3.4rem); letter-spacing: -.05em; }
.platform-proof-head p { max-width: 590px; margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.7; }
.platform-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(133, 203, 233, .14); }
.platform-card { position: relative; min-width: 0; min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 0; color: inherit; background: linear-gradient(145deg, rgba(8, 24, 35, .96), rgba(3, 10, 16, .97)); cursor: pointer; text-align: left; transition: background .3s, transform .35s var(--ease), box-shadow .35s; }
.platform-card > span,
.platform-card > b,
.platform-card > small,
.platform-card > em { position: relative; z-index: 1; display: block; }
.platform-card > span { color: var(--blue); font-family: "Space Grotesk"; font-size: .49rem; letter-spacing: .1em; }
.platform-card > b { margin-top: 29px; color: #eff9fd; font-family: "Space Grotesk"; font-size: 1rem; }
.platform-card > small { max-width: 35ch; margin-top: 9px; color: var(--muted); font-size: .6rem; line-height: 1.55; }
.platform-card > em { margin-top: auto; padding-top: 22px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .53rem; font-style: normal; letter-spacing: .04em; text-transform: uppercase; }
.platform-card:hover,
.platform-card:focus-visible { z-index: 2; background: linear-gradient(145deg, rgba(10, 38, 55, .98), rgba(3, 13, 20, .98)); box-shadow: 0 24px 65px rgba(0, 0, 0, .28), inset 0 0 40px rgba(0, 174, 239, .04); transform: translateY(-4px); }
.platform-proof-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: var(--muted); font-size: .58rem; line-height: 1.5; }
.platform-proof-note i { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px rgba(0, 174, 239, .65); }

.additional-solutions { position: relative; padding: clamp(105px, 12vw, 170px) 0; overflow: hidden; background: linear-gradient(180deg, #02070b, #07131d 50%, #03080d); }
.additional-hex { opacity: .13; mask-image: radial-gradient(circle at 80% 50%, #000, transparent 66%); -webkit-mask-image: radial-gradient(circle at 80% 50%, #000, transparent 66%); }
.additional-heading { position: relative; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: clamp(45px, 8vw, 115px); }
.additional-heading h2 { max-width: 830px; font-size: clamp(3.7rem, 6.5vw, 6.8rem); }
.additional-heading > p { max-width: 580px; margin-bottom: 1.2rem; color: var(--copy); font-size: .91rem; line-height: 1.75; }
.solution-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: rgba(133, 203, 233, .14); }
.solution-card { min-height: 235px; display: flex; flex-direction: column; padding: 28px; color: inherit; background: linear-gradient(145deg, rgba(9, 27, 39, .96), rgba(3, 10, 16, .97)); text-decoration: none; transition: background .3s, transform .35s var(--ease), box-shadow .35s; }
.solution-card > span { color: var(--blue); font-family: "Space Grotesk"; font-size: .49rem; letter-spacing: .11em; }
.solution-card > b { margin-top: 34px; color: #eff9fd; font-family: "Space Grotesk"; font-size: 1rem; }
.solution-card > p { max-width: 36ch; margin: 10px 0 0; color: var(--muted); font-size: .64rem; line-height: 1.6; }
.solution-card > i { margin-top: auto; padding-top: 25px; color: var(--blue-bright); font-family: "Space Grotesk"; font-size: .54rem; font-style: normal; letter-spacing: .05em; text-transform: uppercase; }
.solution-card:hover,
.solution-card:focus-visible { z-index: 2; background: linear-gradient(145deg, rgba(10, 39, 56, .98), rgba(3, 13, 20, .98)); box-shadow: 0 24px 65px rgba(0, 0, 0, .26); transform: translateY(-4px); }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.outcome-button { min-height: 82px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 14px 15px; text-align: left; text-transform: none; }
.outcome-button b,
.outcome-button span { display: block; }
.outcome-button b { color: #e5f1f6; font-family: "Space Grotesk"; font-size: .67rem; letter-spacing: -.01em; }
.outcome-button span { margin-top: 5px; color: var(--muted); font-family: "Manrope"; font-size: .52rem; line-height: 1.35; }
.outcome-button[aria-pressed="true"] b { color: #fff; }
.form-subheading { margin-top: 28px !important; }
.form-more-options { margin-top: 11px; border: 1px solid rgba(133, 203, 233, .14); background: rgba(2, 8, 13, .5); }
.form-more-options summary { position: relative; display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 14px; color: #aec2cc; cursor: pointer; list-style: none; font-family: "Space Grotesk"; font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
.form-more-options summary::-webkit-details-marker { display: none; }
.form-more-options summary i { position: relative; width: 20px; height: 20px; border: 1px solid rgba(74, 212, 255, .28); border-radius: 50%; }
.form-more-options summary i::before,
.form-more-options summary i::after { content: ""; position: absolute; top: 9px; left: 5px; width: 8px; height: 1px; background: var(--blue-bright); }
.form-more-options summary i::after { transform: rotate(90deg); transition: transform .3s; }
.form-more-options[open] summary i::after { transform: rotate(0); }
.form-more-options .interest-grid { padding: 0 10px 10px; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav a { font-size: .54rem; }
  .standard-layout { grid-template-columns: 1fr; }
  .standard-manifesto { max-width: 840px; }
  .standard-sequence { min-height: 0; }
  .case-heading,
  .additional-heading { grid-template-columns: 1fr; gap: 20px; }
  .case-heading > p,
  .additional-heading > p { max-width: 720px; }
  .case-story { grid-template-columns: 1fr; }
  .case-data { border-top: 1px solid rgba(74, 212, 255, .17); border-left: 0; }
  .platform-track,
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .calibration-standard { padding: 62px 0 30px; }
  .development-proof,
  .additional-solutions { padding: 88px 0; }
  .standard-orbit { right: -68vw; width: 140vw; }
  .standard-manifesto { padding: 4px 0 5px 16px; }
  .standard-manifesto h2 { font-size: clamp(2.45rem, 11.8vw, 3.35rem); }
  .case-heading h2,
  .additional-heading h2 { font-size: clamp(3.05rem, 15vw, 4.7rem); }
  .standard-exclusions { grid-template-columns: repeat(3, 1fr); gap: 4px; margin: 20px 0 18px; }
  .standard-exclusions > span { min-height: 92px; display: block; padding: 10px 9px; }
  .standard-exclusions i { margin: 0 0 8px; }
  .standard-exclusions b { font-size: .61rem; line-height: 1.25; }
  .standard-exclusions small { margin-top: 4px; font-size: .47rem; }
  .standard-sequence { min-height: 0; padding: 17px 15px; }
  .standard-sequence-head { align-items: center; flex-direction: row; }
  .standard-steps { display: flex; margin-inline: -15px; padding-inline: 15px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pan-y; }
  .standard-steps::-webkit-scrollbar { display: none; }
  .standard-step { min-height: 116px; flex: 0 0 min(46vw, 165px); grid-template-columns: 30px 1fr; padding: 15px 11px; border-right: 1px solid rgba(133, 203, 233, .1); border-bottom: 0; scroll-snap-align: start; }
  .standard-step > span { width: 28px; height: 28px; }
  .case-beam { left: 73%; }
  .case-tabs { display: flex; margin-top: 38px; margin-inline: -18px; padding-inline: 18px; gap: 1px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; background: transparent; }
  .case-tabs::-webkit-scrollbar { display: none; }
  .case-tabs button { flex: 0 0 min(72vw, 270px); scroll-snap-align: start; border: 1px solid rgba(133, 203, 233, .13); }
  .case-stage { min-height: 0; margin-top: 16px; }
  .case-story,
  .case-story.is-active { min-height: 0; }
  .case-story-copy,
  .case-data { padding: 28px 20px; }
  .case-story-copy h3 { font-size: clamp(2.65rem, 12.5vw, 4rem); }
  .case-path span { grid-template-columns: 1fr; gap: 6px; }
  .case-story-copy .button { width: 100%; justify-content: center; }
  .case-metrics { grid-template-columns: 1fr; }
  .case-metrics small { min-height: 0; }
  .case-metrics b { margin-top: 9px; }
  .case-graph { min-height: 245px; padding: 12px; }
  .case-disclaimer { font-size: .58rem; }
  .valve-demo { padding: 15px; }
  .valve-demo-head { flex-direction: column; gap: 11px; }
  .valve-controls button { grid-template-columns: 22px 1fr; min-height: 62px; }
  .valve-controls button small { grid-column: 2; white-space: normal; }
  .exhaust-copy { max-height: calc(100svh - 145px); overflow-y: auto; overscroll-behavior-y: contain; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .exhaust-copy::-webkit-scrollbar { display: none; }
  .mobile-menu { padding: 78px 7vw 82px; }
  .mobile-menu > a { min-height: 48px; padding: 9px 0; font-size: clamp(1.12rem, 5.2vw, 1.8rem); }
  .platform-proof-head { grid-template-columns: 1fr; gap: 18px; }
  .platform-track { display: flex; margin-inline: -18px; padding: 0 18px 12px; gap: 1px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; background: transparent; }
  .platform-track::-webkit-scrollbar { display: none; }
  .platform-card { flex: 0 0 min(82vw, 330px); min-height: 225px; scroll-snap-align: start; border: 1px solid rgba(133, 203, 233, .13); }
  .platform-proof-note { align-items: flex-start; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 210px; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-button { min-height: 70px; }
  .form-more-options .interest-grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .standard-manifesto h2 { font-size: 2.42rem; }
  .case-heading h2,
  .additional-heading h2 { font-size: 3.12rem; }
  .case-story-copy h3 { font-size: 2.75rem; }
  .case-tabs button { flex-basis: 82vw; }
  .valve-controls { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .standard-manifesto::before,
  .standard-orbit span,
  .standard-steps::after,
  .standard-step > span,
  .standard-signal i,
  .case-beam,
  .case-line-after,
  .exhaust-stage.is-valve-open .valve-demo-head > span i { animation: none !important; }
}
