:root {
  color-scheme: dark;
  --bg: #050607;
  --bg-soft: #0b0d10;
  --surface: rgba(232, 236, 242, 0.07);
  --surface-strong: rgba(245, 247, 250, 0.12);
  --border: rgba(232, 236, 242, 0.16);
  --border-strong: rgba(245, 247, 250, 0.34);
  --text: #f4f6f8;
  --muted: #aeb6c2;
  --soft: #d9dee6;
  --silver: #d8dde5;
  --chrome: #f5f7fa;
  --metal: #1c2127;
  --cyan: #68d8ff;
  --green: #74f3b6;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --container: 1120px;
  --transition: 180ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#main,
section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 15% 8%, rgba(245, 247, 250, 0.09), transparent 26rem),
    radial-gradient(circle at 82% 6%, rgba(104, 216, 255, 0.065), transparent 25rem),
    linear-gradient(180deg, #0a0d10 0%, var(--bg) 46%, #070809 100%);
  color: var(--text);
  font-family: "Courier New", Courier, monospace;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(245, 247, 250, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 247, 250, 0.038) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.9));
}

@keyframes rail-scan {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.82);
  }

  50% {
    opacity: 0.9;
    transform: scale(1);
  }
}

@keyframes proof-sweep {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes compiler-scan {
  0%,
  100% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }
}

@keyframes artifact-drift {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.32;
    transform: translate3d(-10px, 4px, 0);
  }
}

@keyframes focal-breathe {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(216, 221, 229, 0.92);
  outline-offset: 4px;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  color: var(--muted);
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.site-shell {
  overflow: hidden;
}

.motion-region {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 16%, rgba(232, 236, 242, 0.085), transparent 34rem),
    radial-gradient(circle at 72% 46%, rgba(104, 216, 255, 0.055), transparent 38rem),
    linear-gradient(180deg, rgba(5, 6, 7, 0.18), rgba(5, 6, 7, 0.56) 72%, #050607 100%);
}

.motion-region::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: min(900px, 48%);
  background:
    linear-gradient(180deg, transparent 0%, rgba(5, 6, 7, 0.62) 34%, rgba(5, 6, 7, 0.94) 66%, #050607 100%),
    radial-gradient(ellipse at 50% 28%, rgba(5, 6, 7, 0.2), rgba(5, 6, 7, 0.92) 70%);
  content: "";
  pointer-events: none;
}

.page-motion-substrate,
.page-motion-substrate::before,
.page-motion-substrate::after {
  position: absolute;
  pointer-events: none;
}

.page-motion-substrate {
  inset: 0 0 auto;
  z-index: 0;
  height: min(100%, calc(100vh + 1120px));
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(84, 92, 106, 0.34), transparent 36rem),
    radial-gradient(circle at 54% 46%, rgba(40, 45, 52, 0.42), transparent 42%),
    #020303;
  opacity: 1;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 44%, rgba(0, 0, 0, 0.34) 68%, transparent 88%);
}

.page-motion-substrate::before,
.page-motion-substrate::after {
  inset: 0;
  content: "";
}

.page-motion-substrate::before {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 18%, rgba(245, 247, 250, 0.12), transparent 0 13rem, transparent 30rem),
    radial-gradient(circle at 50% 42%, rgba(232, 236, 242, 0.07), transparent 0 20rem, transparent 42rem),
    radial-gradient(circle at 62% 40%, rgba(104, 216, 255, 0.1), transparent 0 24rem, transparent 47rem),
    linear-gradient(90deg, rgba(5, 6, 7, 0.24) 0%, rgba(5, 6, 7, 0.22) 27%, rgba(5, 6, 7, 0.12) 58%, rgba(5, 6, 7, 0.44) 100%),
    linear-gradient(180deg, transparent 0%, rgba(5, 6, 7, 0.1) 44%, rgba(5, 6, 7, 0.74) 100%);
}

.page-motion-substrate::after {
  z-index: 2;
  background:
    radial-gradient(ellipse at center, transparent 0%, transparent 54%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, transparent, transparent 26%, rgba(5, 6, 7, 0.38) 60%, rgba(5, 6, 7, 0.98) 90%, #050607 100%);
}

.page-motion-video,
.page-motion-poster {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: clamp(760px, 108vh, 1040px);
  object-fit: cover;
  object-position: center center;
}

.page-motion-video {
  z-index: 0;
}

.page-motion-video-main {
  filter: brightness(1.08) contrast(1.1) saturate(1.04);
  opacity: 0.92;
}

.page-motion-poster {
  display: none;
  opacity: 0.82;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 30;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--text);
  color: #0b0d10;
  padding: 10px 14px;
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(245, 247, 250, 0.12);
  background: rgba(5, 6, 7, 0.78);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(232, 236, 242, 0.34);
  border-radius: 10px;
  background:
    linear-gradient(rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.08)),
    url("assets/autonomax-orbit-logo.png") center / 88% auto no-repeat,
    rgba(5, 6, 7, 0.88);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(226, 181, 91, 0.08);
  filter: brightness(1.32) contrast(1.18) saturate(1.12);
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: brightness(1.32) contrast(1.18) saturate(1.12);
}

.brand-name,
.brand-label {
  display: block;
}

.brand-name {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.brand-label {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  border-radius: var(--radius);
  color: var(--soft);
  font-size: 0.94rem;
  font-weight: 650;
  padding: 10px 12px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.site-nav a:hover {
  background: rgba(232, 236, 242, 0.08);
  color: var(--text);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(232, 236, 242, 0.06);
  color: var(--text);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.section {
  padding: 92px 0;
}

.hero {
  position: relative;
  z-index: 1;
  --hero-x: 50%;
  --hero-y: 60%;
  min-height: min(720px, calc(100vh - 78px));
  display: grid;
  align-items: start;
  padding: clamp(44px, 5.8vh, 64px) 0 0;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  display: none;
}

.hero-glow {
  position: absolute;
  z-index: 0;
  inset: -7% auto auto 50%;
  width: min(1160px, 108vw);
  height: 740px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 30%, rgba(245, 247, 250, 0.14), transparent 27%),
    radial-gradient(circle at 50% 78%, rgba(232, 236, 242, 0.18), transparent 31%),
    radial-gradient(circle at 66% 60%, rgba(104, 216, 255, 0.13), transparent 45%),
    radial-gradient(circle at 58% 88%, rgba(116, 243, 182, 0.07), transparent 32%);
  filter: blur(20px);
  opacity: 0.42;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-code-field,
.hero-pointer-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-code-field {
  width: 100%;
  height: 100%;
  opacity: 0.86;
  mix-blend-mode: screen;
}

.hero-pointer-glow {
  background:
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(245, 247, 250, 0.2), transparent 0 5.8rem, transparent 14rem),
    radial-gradient(circle at var(--hero-x) var(--hero-y), rgba(104, 216, 255, 0.17), transparent 0 10rem, transparent 22rem);
  opacity: 0;
  transition: opacity 220ms ease;
}

.hero.is-code-field-active .hero-pointer-glow {
  opacity: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(520px, calc(100vh - 78px));
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-items: center;
  padding-bottom: clamp(74px, 10vh, 110px);
}

.hero-copy {
  position: relative;
  isolation: isolate;
  display: grid;
  justify-items: center;
  width: min(100%, 930px);
  max-width: 930px;
  text-align: center;
}

.hero-copy::before {
  position: absolute;
  inset: -42px max(-7vw, -86px) -32px;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(5, 6, 7, 0.92) 0%, rgba(5, 6, 7, 0.72) 43%, rgba(5, 6, 7, 0.28) 68%, transparent 100%),
    linear-gradient(90deg, transparent 0%, rgba(5, 6, 7, 0.64) 26%, rgba(5, 6, 7, 0.74) 50%, rgba(5, 6, 7, 0.64) 74%, transparent 100%);
  content: "";
  filter: blur(8px);
  opacity: 0.92;
  pointer-events: none;
}

.hero-focal {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(232, 236, 242, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.12), rgba(232, 236, 242, 0.035)),
    rgba(9, 12, 15, 0.5);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 6px 14px 6px 6px;
  backdrop-filter: blur(18px);
}

.hero-focal::before {
  position: absolute;
  inset: -20px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(104, 216, 255, 0.11), transparent 64%),
    radial-gradient(circle, rgba(245, 247, 250, 0.1), transparent 58%);
  content: "";
  opacity: 0.6;
  pointer-events: none;
  z-index: -1;
  animation: focal-breathe 6.8s ease-in-out infinite;
}

.hero-emblem {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(245, 247, 250, 0.42);
  border-radius: 12px;
  background:
    linear-gradient(rgba(5, 6, 7, 0.08), rgba(5, 6, 7, 0.08)),
    url("assets/autonomax-orbit-logo.png") center / 88% auto no-repeat,
    rgba(5, 6, 7, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 28px rgba(226, 181, 91, 0.1);
  filter: brightness(1.32) contrast(1.18) saturate(1.12);
  overflow: hidden;
}

.hero-emblem img {
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: brightness(1.32) contrast(1.18) saturate(1.12);
}

.hero-focal-label {
  display: grid;
  gap: 2px;
  justify-items: start;
  text-align: left;
}

.hero-focal-label span {
  color: #eef2f6;
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.1;
}

.hero-focal-label strong {
  color: #aeb6c2;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.eyebrow {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.eyebrow span,
.section-kicker,
.card-label,
.compiler-index,
.compiler-label,
.compiler-artifact,
.portfolio-lanes span,
.portfolio-label,
.portfolio-meta dt,
.company-disambiguation p,
.mini-label,
.pill,
.status-dot {
  color: #d9dee6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  border: 1px solid rgba(232, 236, 242, 0.2);
  border-radius: 999px;
  background: rgba(232, 236, 242, 0.055);
  padding: 7px 10px;
}

.hero h1 {
  max-width: 840px;
  margin-bottom: 18px;
  font-size: clamp(2.7rem, 4.9vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 640px;
  margin-bottom: 24px;
  color: #c5ccd5;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.hero-text-link {
  color: #d9dee6;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: rgba(104, 216, 255, 0.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: color var(--transition), text-decoration-color var(--transition);
}

.hero-text-link:hover,
.hero-text-link:focus-visible {
  color: #f5f7fa;
  text-decoration-color: rgba(116, 243, 182, 0.56);
}

.proof-strip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -138px;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
  padding: 12px 0 38px;
}

.proof-strip::before {
  display: none;
}

.proof-band {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  border: 1px solid rgba(232, 236, 242, 0.095);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(245, 247, 250, 0.035), transparent 48%),
    linear-gradient(135deg, rgba(245, 247, 250, 0.018), transparent 58%, rgba(116, 243, 182, 0.018)),
    rgba(5, 6, 7, 0.9);
  box-shadow:
    0 18px 70px rgba(0, 0, 0, 0.26),
    0 0 44px rgba(104, 216, 255, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(8px) brightness(0.64);
  clip-path: none;
  padding-top: 48px;
}

.proof-band::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.54), rgba(5, 6, 7, 0.66)),
    radial-gradient(ellipse at 50% 0%, rgba(245, 247, 250, 0.02), transparent 42%);
  content: "";
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.proof-band::after {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: min(330px, 42%);
  border: 1px solid rgba(104, 216, 255, 0.13);
  border-top-color: rgba(232, 236, 242, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.18), rgba(24, 30, 34, 0.25), rgba(5, 6, 7, 0.18));
  color: rgba(104, 216, 255, 0.76);
  content: "AUTONOMAX BUILD SURFACE";
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 9px 14px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.proof-item {
  position: relative;
  z-index: 2;
  min-width: 0;
  border-left: 1px solid rgba(232, 236, 242, 0.055);
  padding: 20px 26px 24px;
  background: rgba(5, 6, 7, 0.46);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.84), 0 0 22px rgba(5, 6, 7, 0.5);
}

.proof-item:first-child {
  border-left: 0;
}

.proof-item-wide {
  background:
    radial-gradient(ellipse at 50% 60%, rgba(116, 243, 182, 0.045), transparent 74%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.46), rgba(8, 14, 11, 0.58));
}

.proof-item:last-child {
  border-right: 1px solid rgba(232, 236, 242, 0.055);
}

.proof-item:not(:last-child)::after {
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: rgba(104, 216, 255, 0.52);
  content: "->";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.proof-item span {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 9px;
  color: #b7c0ca;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.proof-item span em {
  display: inline-grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(104, 216, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(104, 216, 255, 0.07), rgba(232, 236, 242, 0.018)),
    rgba(4, 8, 10, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 16px rgba(104, 216, 255, 0.05);
  color: rgba(147, 240, 238, 0.92);
  font-style: normal;
  font-size: 1.05rem;
}

.proof-item strong {
  display: block;
  color: #eef2f6;
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.35;
}

.proof-item small {
  display: block;
  max-width: 240px;
  margin-top: 5px;
  color: #9fa9b7;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.45;
}

.proof-item-status strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.proof-item-status strong::after {
  display: none;
}

.proof-item-development strong::after {
  display: none;
}

.proof-item-wide span em {
  border-color: rgba(116, 243, 182, 0.42);
  color: rgba(154, 249, 194, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 20px rgba(116, 243, 182, 0.1);
}

.proof-item-wide strong,
.proof-item-wide small {
  color: #aef6c8;
}

.fit-section {
  position: relative;
  z-index: 1;
  padding: 48px 0 32px;
}

.fit-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(24px, 4.5vw, 52px);
  align-items: start;
  border-top: 1px solid rgba(232, 236, 242, 0.13);
  border-bottom: 1px solid rgba(232, 236, 242, 0.08);
  background:
    radial-gradient(circle at 18% 0%, rgba(232, 236, 242, 0.06), transparent 24rem),
    linear-gradient(90deg, rgba(232, 236, 242, 0.035), transparent 44%, rgba(116, 243, 182, 0.018));
  padding: clamp(28px, 4.5vw, 44px) 0;
}

.fit-copy {
  position: sticky;
  top: 112px;
}

.fit-copy h2 {
  max-width: 500px;
  margin-bottom: 18px;
}

.fit-copy p:last-child {
  margin-bottom: 0;
  color: #c5ccd5;
  font-size: 1.05rem;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fit-card {
  min-width: 0;
  border: 1px solid rgba(232, 236, 242, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.07), rgba(232, 236, 242, 0.025)),
    rgba(8, 10, 12, 0.78);
  padding: 22px;
}

.fit-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--silver);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fit-card h3 {
  margin-bottom: 12px;
  color: #eef2f6;
  font-size: 1.1rem;
}

.fit-card p {
  margin-bottom: 0;
  color: #aeb8c5;
  font-size: 0.9rem;
  line-height: 1.55;
}

.examples-section {
  position: relative;
  z-index: 1;
  padding: 22px 0 50px;
}

.examples-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(26px, 4.5vw, 54px);
  align-items: start;
  border: 1px solid rgba(232, 236, 242, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.055), transparent 36%),
    rgba(7, 9, 11, 0.62);
  padding: clamp(26px, 4vw, 42px);
}

.examples-heading h2 {
  max-width: 520px;
  margin-bottom: 16px;
}

.examples-heading p:last-child {
  margin-bottom: 0;
  color: #c5ccd5;
  font-size: 1.02rem;
}

.examples-grid {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(232, 236, 242, 0.1);
  border-radius: calc(var(--radius) - 2px);
  background: rgba(232, 236, 242, 0.08);
  overflow: hidden;
}

.example-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(232, 236, 242, 0.045), rgba(5, 6, 7, 0.82)),
    rgba(5, 6, 7, 0.9);
  padding: 20px;
}

.example-item span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(104, 216, 255, 0.22);
  border-radius: 8px;
  background: rgba(104, 216, 255, 0.045);
  color: rgba(147, 240, 238, 0.88);
  font-size: 0.72rem;
  font-weight: 850;
}

.example-item h3 {
  margin-bottom: 8px;
  color: #eef2f6;
  font-size: 1.08rem;
}

.example-item p {
  margin-bottom: 0;
  color: #aeb8c5;
  font-size: 0.9rem;
  line-height: 1.55;
}

.operating-section {
  position: relative;
  z-index: 1;
  padding: 108px 0 76px;
  isolation: isolate;
}

.operating-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.82) 0%, rgba(5, 6, 7, 0.5) 48%, rgba(5, 6, 7, 0.72) 100%),
    radial-gradient(circle at 78% 22%, rgba(232, 236, 242, 0.075), transparent 28rem),
    radial-gradient(circle at 74% 68%, rgba(116, 243, 182, 0.045), transparent 24rem);
  content: "";
  pointer-events: none;
}

.operating-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(270px, 0.66fr) minmax(0, 1.34fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
  border-top: 1px solid rgba(232, 236, 242, 0.18);
  border-bottom: 1px solid rgba(232, 236, 242, 0.12);
  padding: clamp(34px, 5vw, 58px) 0;
}

.operating-copy {
  position: sticky;
  top: 112px;
}

.operating-copy h2 {
  max-width: 580px;
  margin-bottom: 18px;
}

.operating-copy > p {
  max-width: 520px;
  margin-bottom: 24px;
  color: #c5ccd5;
  font-size: 1.06rem;
}

.operating-note {
  display: grid;
  gap: 9px;
  max-width: 460px;
}

.operating-note span {
  border-left: 1px solid rgba(232, 236, 242, 0.22);
  background: linear-gradient(90deg, rgba(232, 236, 242, 0.052), transparent 86%);
  color: #eef2f6;
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.35;
  padding: 10px 0 10px 13px;
}

.compiler-track {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 8px 0 8px 64px;
  list-style: none;
}

.compiler-track::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 20px;
  width: 2px;
  background:
    linear-gradient(180deg, rgba(232, 236, 242, 0.24), rgba(104, 216, 255, 0.22), rgba(116, 243, 182, 0.58), rgba(245, 247, 250, 0.36));
  background-size: 100% 220%;
  content: "";
  animation: compiler-scan 12s ease-in-out infinite;
}

.compiler-track::after {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 16px;
  width: 10px;
  background: linear-gradient(180deg, transparent, rgba(116, 243, 182, 0.12), transparent);
  content: "";
  filter: blur(8px);
  pointer-events: none;
}

.compiler-step {
  position: relative;
  min-width: 0;
}

.compiler-index {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: -64px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(232, 236, 242, 0.34);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.12), rgba(10, 13, 16, 0.96)),
    rgba(10, 13, 16, 0.98);
  box-shadow: 0 0 0 8px rgba(5, 6, 7, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: #edf1f5;
  font-size: 0.68rem;
}

.compiler-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 236, 242, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.058), rgba(232, 236, 242, 0.018)),
    rgba(8, 11, 13, 0.46);
  padding: 22px 24px;
  backdrop-filter: blur(8px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.compiler-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.18), rgba(104, 216, 255, 0.24), rgba(245, 247, 250, 0.1));
  content: "";
}

.compiler-card:hover,
.compiler-step:focus-within .compiler-card {
  border-color: rgba(245, 247, 250, 0.26);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.072), rgba(232, 236, 242, 0.026)),
    rgba(10, 13, 16, 0.56);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.compiler-step-judgment .compiler-index {
  border-color: rgba(116, 243, 182, 0.58);
  color: var(--green);
}

.compiler-step-judgment .compiler-card {
  border-color: rgba(116, 243, 182, 0.24);
}

.compiler-step-judgment .compiler-card::before {
  background: linear-gradient(180deg, rgba(116, 243, 182, 0.76), rgba(116, 243, 182, 0.2));
  box-shadow: 0 0 24px rgba(116, 243, 182, 0.16);
}

.compiler-step-output .compiler-index {
  border-color: rgba(116, 243, 182, 0.66);
  color: var(--green);
}

.compiler-step-output .compiler-card {
  border-color: rgba(245, 247, 250, 0.34);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.1), rgba(116, 243, 182, 0.072)),
    rgba(10, 13, 16, 0.64);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.compiler-step-output .compiler-card::before {
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.44), rgba(116, 243, 182, 0.72));
}

.compiler-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--silver);
  font-size: 0.68rem;
}

.compiler-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 1.9vw, 1.48rem);
}

.compiler-card p {
  max-width: 620px;
  margin-bottom: 16px;
  color: #c5ccd5;
  font-size: 0.98rem;
  line-height: 1.45;
}

.compiler-artifact {
  display: block;
  width: fit-content;
  max-width: 100%;
  border-left: 1px solid rgba(232, 236, 242, 0.26);
  background: linear-gradient(90deg, rgba(232, 236, 242, 0.05), transparent 84%);
  padding: 7px 0 7px 10px;
  color: #d9dee6;
  font-size: 0.66rem;
  line-height: 1.4;
}

.compiler-glimpse {
  position: absolute;
  top: 18px;
  right: 18px;
  max-width: min(42%, 260px);
  overflow: hidden;
  color: rgba(216, 221, 229, 0.42);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: nowrap;
  animation: artifact-drift 9s ease-in-out infinite;
}

.compiler-step:nth-child(2) .compiler-glimpse {
  animation-delay: -2s;
}

.compiler-step:nth-child(3) .compiler-glimpse {
  animation-delay: -4s;
}

.compiler-step:nth-child(4) .compiler-glimpse {
  animation-delay: -6s;
}

.compiler-step:nth-child(5) .compiler-glimpse {
  animation-delay: -8s;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.button:hover,
.card:hover {
  transform: translateY(-2px);
}

.button-primary {
  border: 1px solid rgba(245, 247, 250, 0.56);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.96), rgba(174, 182, 194, 0.86) 58%, rgba(118, 127, 138, 0.92));
  color: #070809;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

.button-secondary {
  border: 1px solid var(--border);
  background: rgba(232, 236, 242, 0.075);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(245, 247, 250, 0.32);
  background: rgba(232, 236, 242, 0.12);
}

.operating-cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 16px;
  border-top: 1px solid rgba(232, 236, 242, 0.16);
  border-bottom: 1px solid rgba(232, 236, 242, 0.09);
  background:
    linear-gradient(90deg, rgba(232, 236, 242, 0.05), transparent 68%),
    rgba(10, 13, 16, 0.22);
  padding: 22px 0;
}

.operating-cta p {
  max-width: 640px;
  margin: 0;
  color: #d9dee6;
  font-size: 1.04rem;
}

.operating-cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.card {
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.095), rgba(232, 236, 242, 0.045)),
    rgba(12, 15, 18, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--silver);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.26rem;
  line-height: 1.25;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  min-height: 100%;
  border-radius: var(--radius);
  padding: 26px;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.card:hover {
  border-color: rgba(245, 247, 250, 0.24);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.12), rgba(232, 236, 242, 0.06)),
    rgba(14, 17, 20, 0.72);
}

.card-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--silver);
}

.text-link {
  color: #f1f4f7;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(104, 216, 255, 0.44);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.pill {
  align-self: flex-start;
  border: 1px solid rgba(232, 236, 242, 0.22);
  border-radius: 999px;
  background: rgba(232, 236, 242, 0.07);
  padding: 8px 11px;
  color: #e5e9ee;
}

.portfolio-section {
  position: relative;
  z-index: 1;
  padding-top: 54px;
}

.portfolio-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.32), rgba(5, 6, 7, 0.92) 34%, #050607 100%),
    radial-gradient(circle at 18% 6%, rgba(232, 236, 242, 0.058), transparent 26rem);
  content: "";
  pointer-events: none;
}

.portfolio-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  border: 1px solid rgba(232, 236, 242, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(245, 247, 250, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(232, 236, 242, 0.065), rgba(232, 236, 242, 0.028)),
    rgba(12, 15, 18, 0.78);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 54px);
}

.portfolio-statement {
  position: sticky;
  top: 112px;
}

.portfolio-statement h2 {
  max-width: 430px;
  margin-bottom: 20px;
}

.portfolio-statement > p:not(.section-kicker) {
  max-width: 430px;
  margin-bottom: 24px;
  color: #c5ccd5;
  font-size: 1.05rem;
}

.portfolio-lanes {
  display: grid;
  gap: 9px;
  max-width: 430px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-lanes li {
  border-left: 1px solid rgba(232, 236, 242, 0.2);
  background: linear-gradient(90deg, rgba(232, 236, 242, 0.048), transparent 82%);
  padding: 11px 0 11px 13px;
}

.portfolio-lanes span {
  display: block;
  margin-bottom: 3px;
  color: #aeb6c2;
  font-size: 0.66rem;
}

.portfolio-lanes strong {
  display: block;
  color: #eef2f6;
  font-size: 0.9rem;
  line-height: 1.35;
}

.portfolio-list {
  display: grid;
  gap: 12px;
}

.portfolio-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 24px;
  align-items: start;
  border: 1px solid rgba(232, 236, 242, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(245, 247, 250, 0.06), rgba(232, 236, 242, 0.026)),
    rgba(7, 9, 11, 0.72);
  padding: 22px;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.portfolio-row::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(245, 247, 250, 0.2), rgba(116, 243, 182, 0.56), rgba(104, 216, 255, 0.18));
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.portfolio-row:hover,
.portfolio-row:focus-within {
  border-color: rgba(245, 247, 250, 0.25);
  background:
    linear-gradient(90deg, rgba(232, 236, 242, 0.085), rgba(245, 247, 250, 0.032)),
    rgba(10, 13, 16, 0.42);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.portfolio-row:hover::before,
.portfolio-row:focus-within::before {
  opacity: 1;
}

.portfolio-row:hover .portfolio-meta div,
.portfolio-row:focus-within .portfolio-meta div {
  border-left-color: rgba(245, 247, 250, 0.32);
}

.portfolio-row:hover .portfolio-meta dt,
.portfolio-row:focus-within .portfolio-meta dt {
  color: var(--silver);
}

.portfolio-label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--silver);
}

.portfolio-row h3 {
  margin-bottom: 8px;
}

.portfolio-row p {
  margin-bottom: 0;
}

.portfolio-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

.portfolio-meta div {
  border-left: 1px solid rgba(232, 236, 242, 0.2);
  padding-left: 12px;
  transition: border-color 180ms ease;
}

.portfolio-meta dt {
  margin-bottom: 2px;
  color: #aeb6c2;
  font-size: 0.68rem;
  transition: color 180ms ease;
}

.portfolio-meta dd {
  margin: 0;
  color: #eef2f6;
  font-size: 0.92rem;
  line-height: 1.35;
}

.portfolio-proof {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  margin-top: 18px;
  border-top: 1px solid rgba(232, 236, 242, 0.12);
  border-bottom: 1px solid rgba(232, 236, 242, 0.08);
  background:
    linear-gradient(90deg, rgba(232, 236, 242, 0.04), transparent 52%, rgba(116, 243, 182, 0.012)),
    rgba(5, 6, 7, 0.28);
  padding: 18px 0;
}

.portfolio-proof > p {
  margin: 0;
  color: var(--silver);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.portfolio-proof ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(232, 236, 242, 0.08);
  list-style: none;
}

.portfolio-proof li {
  background: rgba(5, 6, 7, 0.82);
  padding: 15px 16px;
}

.portfolio-proof span {
  display: block;
  margin-bottom: 7px;
  color: #aeb6c2;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-proof strong {
  display: block;
  margin-bottom: 7px;
  color: #eef2f6;
  font-size: 0.95rem;
  line-height: 1.3;
}

.portfolio-proof small {
  display: block;
  color: #aeb8c5;
  font-size: 0.78rem;
  line-height: 1.45;
}

.company-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.76fr);
  gap: clamp(30px, 5vw, 58px);
  align-items: center;
  border-top: 1px solid rgba(232, 236, 242, 0.16);
  border-bottom: 1px solid rgba(232, 236, 242, 0.1);
  background:
    linear-gradient(90deg, rgba(232, 236, 242, 0.055), transparent 32%, rgba(245, 247, 250, 0.018)),
    rgba(10, 13, 16, 0.24);
  padding: clamp(30px, 5vw, 46px) 0;
}

.company-copy h2 {
  max-width: 700px;
  margin-bottom: 18px;
}

.company-copy p:last-child,
.contact-context p {
  margin-bottom: 0;
  color: #c5ccd5;
  font-size: 1.08rem;
}

.company-credibility {
  margin-top: 18px;
  border-left: 1px solid rgba(116, 243, 182, 0.42);
  padding-left: 14px;
  color: #eef2f6;
  font-weight: 720;
}

.company-disambiguation {
  display: grid;
  gap: 14px;
}

.company-disambiguation p {
  margin: 0;
  color: #b7c0ca;
  font-size: 0.7rem;
}

.disambiguation-list,
.contact-recap,
.contact-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.disambiguation-list li,
.contact-recap li,
.contact-prompts li {
  border: 1px solid rgba(232, 236, 242, 0.14);
  border-radius: 999px;
  background: rgba(232, 236, 242, 0.052);
  color: #d9dee6;
  font-size: 0.88rem;
  line-height: 1.25;
  padding: 8px 10px;
}

.disambiguation-list li {
  color: #aab7ca;
}

.contact-recap {
  margin-top: 24px;
}

.contact-recap li {
  border-radius: var(--radius);
  border-color: rgba(232, 236, 242, 0.12);
  background: rgba(232, 236, 242, 0.048);
  color: #eef2f6;
}

.contact-section {
  padding-top: 24px;
}

.contact-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  align-items: center;
  gap: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(232, 236, 242, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.9), rgba(17, 20, 24, 0.68)),
    radial-gradient(circle at 12% 20%, rgba(116, 243, 182, 0.075), transparent 22rem),
    rgba(12, 15, 18, 0.74);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 52px);
}

.contact-gate::before {
  display: block;
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(116, 243, 182, 0.76), rgba(232, 236, 242, 0.18));
  content: "";
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.contact-context h2 {
  max-width: 620px;
  margin-bottom: 16px;
}

.contact-prompts {
  margin-top: 12px;
}

.contact-prompts li {
  border-color: rgba(232, 236, 242, 0.2);
  background: rgba(232, 236, 242, 0.06);
  color: #eef2f6;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.contact-prompts li:hover {
  border-color: rgba(245, 247, 250, 0.3);
  background: rgba(232, 236, 242, 0.092);
  color: var(--chrome);
  transform: translateY(-1px);
}

.contact-fit {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  border: 1px solid rgba(232, 236, 242, 0.12);
  border-radius: var(--radius);
  background: rgba(232, 236, 242, 0.08);
  overflow: hidden;
}

.contact-fit div {
  background:
    linear-gradient(90deg, rgba(232, 236, 242, 0.055), rgba(5, 6, 7, 0.72)),
    rgba(5, 6, 7, 0.82);
  padding: 15px 16px;
}

.contact-fit span {
  display: block;
  margin-bottom: 6px;
  color: var(--silver);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-fit p {
  margin-bottom: 0;
  color: #b7c0ca;
  font-size: 0.88rem;
  line-height: 1.5;
}

.contact-gate .contact-form {
  justify-self: end;
}

.contact-form {
  display: grid;
  width: min(100%, 330px);
  flex: 0 0 min(38%, 330px);
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form label span {
  color: #d9dee6;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form small {
  color: #8fa0b8;
  font-size: 0.84rem;
  line-height: 1.35;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(232, 236, 242, 0.15);
  border-radius: var(--radius);
  background: rgba(5, 6, 7, 0.48);
  color: var(--text);
  font: inherit;
  padding: 12px 14px;
}

.contact-form textarea {
  min-height: 126px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(245, 247, 250, 0.54);
  outline: 3px solid rgba(232, 236, 242, 0.16);
}

.contact-form input.is-invalid {
  border-color: rgba(255, 147, 147, 0.72);
}

.contact-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
  color: #c5ccd5;
  font-size: 0.92rem;
}

.form-status.is-success {
  color: var(--green);
}

.form-status.is-error {
  color: #ffb4b4;
}

.site-footer {
  border-top: 1px solid rgba(232, 236, 242, 0.1);
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-inner div {
  display: grid;
  gap: 4px;
}

.footer-inner div:last-child {
  justify-items: end;
}

.footer-inner strong {
  color: var(--text);
}

.footer-inner a {
  color: #eef2f6;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.legal-hero {
  min-height: calc(100vh - 78px);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.78fr);
  gap: 44px;
  align-items: start;
}

.legal-summary {
  position: sticky;
  top: 112px;
}

.legal-summary h1 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.legal-summary p {
  max-width: 420px;
}

.legal-document {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.088), rgba(232, 236, 242, 0.046)),
    rgba(12, 15, 18, 0.68);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 52px);
}

.legal-document h2 {
  margin: 36px 0 12px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.legal-document h2:first-of-type {
  margin-top: 28px;
}

.legal-document p,
.legal-document li {
  color: #c5ccd5;
}

.legal-document a {
  color: #eef2f6;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(104, 216, 255, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.legal-document ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .proof-item-status strong::after,
  .proof-strip::before,
  .compiler-track::before,
  .compiler-glimpse,
  .hero-focal::before {
    animation: none !important;
  }

  .page-motion-video {
    display: none;
  }

  .page-motion-poster {
    display: block;
  }

  .hero-code-field,
  .hero-pointer-glow {
    display: none;
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding: 82px 0 72px;
  }

  .hero-grid,
  .operating-shell,
  .fit-panel,
  .examples-panel,
  .portfolio-panel,
  .company-band,
  .contact-gate {
    grid-template-columns: 1fr;
  }

  .operating-copy,
  .fit-copy,
  .portfolio-statement {
    position: static;
  }

  .operating-copy h2,
  .operating-copy > p {
    max-width: 720px;
  }

  .fit-copy h2,
  .fit-copy > p {
    max-width: 720px;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .examples-heading h2,
  .examples-heading > p {
    max-width: 720px;
  }

  .portfolio-statement h2,
  .portfolio-statement > p:not(.section-kicker),
  .portfolio-lanes {
    max-width: 720px;
  }

  .hero-grid {
    min-height: 640px;
    align-items: start;
  }

  .page-motion-substrate {
    height: min(100%, calc(100vh + 780px));
  }

  .page-motion-video,
  .page-motion-poster {
    height: clamp(680px, 96vh, 900px);
    object-position: center center;
  }

  .page-motion-substrate::before {
    background:
      radial-gradient(circle at 50% 28%, rgba(245, 247, 250, 0.12), transparent 0 12rem, transparent 24rem),
      radial-gradient(circle at 58% 44%, rgba(104, 216, 255, 0.08), transparent 0 16rem, transparent 30rem),
      linear-gradient(90deg, rgba(5, 6, 7, 0.72) 0%, rgba(5, 6, 7, 0.54) 48%, rgba(5, 6, 7, 0.72) 100%),
      linear-gradient(180deg, rgba(5, 6, 7, 0.18) 0%, transparent 32%, rgba(5, 6, 7, 0.84) 100%);
  }

  .proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-item:nth-child(odd) {
    border-left: 1px solid rgba(232, 236, 242, 0.055);
  }

  .proof-item:nth-child(even) {
    border-right: 1px solid rgba(232, 236, 242, 0.055);
  }

  .proof-item:nth-child(n + 3) {
    border-top: 1px solid rgba(232, 236, 242, 0.055);
  }

  .three-column {
    grid-template-columns: 1fr;
  }

  .operating-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .operating-cta-actions {
    justify-content: flex-start;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-gate .contact-form {
    justify-self: start;
    width: min(100%, 420px);
  }

  .footer-inner div:last-child {
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .header-inner {
    min-height: 70px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background:
      linear-gradient(180deg, rgba(14, 17, 20, 0.99), rgba(5, 6, 7, 0.99)),
      rgba(5, 6, 7, 0.99);
    padding: 10px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    margin: 0;
    padding: 12px;
  }

  .section {
    padding: 68px 0;
  }

  .page-motion-substrate {
    height: min(100%, calc(100vh + 300px));
    background:
      radial-gradient(circle at 50% 19%, rgba(84, 92, 106, 0.26), transparent 19rem),
      radial-gradient(circle at 50% 45%, rgba(104, 216, 255, 0.055), transparent 20rem),
      linear-gradient(180deg, #020303 0%, #050607 78%);
    opacity: 1;
    mask-image: linear-gradient(to bottom, #000 0%, #000 56%, rgba(0, 0, 0, 0.38) 78%, transparent 100%);
  }

  .page-motion-video,
  .page-motion-poster {
    height: 760px;
    object-position: center center;
  }

  .page-motion-video {
    display: none;
  }

  .page-motion-poster {
    display: none;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-code-field,
  .hero-pointer-glow {
    display: none;
  }

  .hero-grid {
    min-height: 560px;
    padding-bottom: 150px;
  }

  .hero-copy {
    align-self: start;
    padding-top: 18px;
  }

  .hero-focal {
    gap: 10px;
    margin-bottom: 18px;
    padding: 7px 13px 7px 7px;
  }

  .hero-emblem {
    width: 52px;
    height: 52px;
    border-radius: 12px;
  }

  .hero-focal-label span {
    font-size: 0.8rem;
  }

  .hero-focal-label strong {
    font-size: 0.62rem;
  }

  .eyebrow {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 10.5vw, 3.35rem);
    line-height: 1.04;
  }

  .hero-subtitle {
    font-size: 0.96rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-text-link {
    font-size: 0.86rem;
  }

  .two-column {
    grid-template-columns: 1fr;
  }

  .operating-section {
    padding: 74px 0 46px;
  }

  .operating-shell {
    padding: 32px 0;
  }

  .compiler-track {
    padding-left: 52px;
  }

  .compiler-index {
    left: -52px;
    width: 39px;
    height: 39px;
  }

  .compiler-track::before {
    left: 19px;
  }

  .compiler-card {
    padding: 20px;
  }

  .compiler-glimpse {
    position: static;
    display: block;
    max-width: 100%;
    margin-top: 12px;
  }

  .portfolio-section {
    padding-top: 48px;
  }

  .examples-section {
    padding: 8px 0 42px;
  }

  .examples-panel {
    padding: 22px;
  }

  .example-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .example-item span {
    width: 34px;
    height: 34px;
  }

  .proof-band {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item:nth-child(even),
  .proof-item:last-child {
    border-right: 1px solid rgba(232, 236, 242, 0.055);
  }

  .proof-item + .proof-item {
    border-top: 1px solid rgba(232, 236, 242, 0.055);
  }

  .portfolio-panel {
    padding: 24px;
  }

  .company-band {
    gap: 24px;
    padding: 28px 0;
  }

  .contact-gate {
    padding: 24px;
  }

  .contact-gate::before {
    margin-bottom: -10px;
  }

  .portfolio-row {
    grid-template-columns: 1fr;
  }

  .portfolio-meta {
    grid-template-columns: 1fr;
  }

  .portfolio-proof {
    grid-template-columns: 1fr;
  }

  .portfolio-proof ul {
    grid-template-columns: 1fr;
  }

  .operating-cta {
    margin-top: 34px;
    padding: 20px 0;
  }
}

@media (max-width: 460px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    font-size: 0.95rem;
  }

  .brand-label {
    font-size: 0.7rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }
}
