:root {
  --black: #0d0e10;
  --panel: #161820;
  --steel: #2a2d35;
  --white: #e8eaf0;
  --orange: #f06000;
  --muted: #a7aab3;
  --line: rgba(232, 234, 240, 0.16);
  --line-strong: rgba(232, 234, 240, 0.32);
  --shell: min(1240px, calc(100% - 48px));
  --display: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--black);
  font-family: var(--body);
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3.65rem, 7.5vw, 7.6rem);
}

h1 em {
  color: var(--orange);
  font-style: normal;
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.75rem, 5.6vw, 5.8rem);
}

h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.45rem);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: clamp(5.5rem, 10vw, 10rem);
}

.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: 200;
  top: 12px;
  left: 12px;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  color: var(--black);
  background: var(--white);
  font-weight: 900;
}

.skip-link:focus {
  transform: none;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.demo-notice {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0.45rem 1rem;
  color: var(--black);
  background: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.demo-notice a {
  border-bottom: 2px solid currentColor;
}

.capture-mode .demo-notice {
  display: none !important;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(13, 14, 16, 0.94);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  color: var(--white);
  background: var(--panel);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand-mark i {
  position: absolute;
  width: 62px;
  height: 9px;
  transform: rotate(-45deg);
  background: var(--orange);
}

.brand-mark b {
  position: relative;
}

.brand-copy strong,
.brand-copy small {
  display: block;
  line-height: 1.08;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand-copy small {
  margin-top: 0.24rem;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-left: auto;
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links a {
  padding-block: 0.55rem;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  border-color: var(--orange);
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.65rem 0.9rem;
  color: var(--black);
  background: var(--orange);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-cta span {
  padding-right: 0.7rem;
  border-right: 1px solid rgba(13, 14, 16, 0.4);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button-primary:hover,
.button-primary:focus-visible {
  color: var(--black);
  background: #ff751a;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 18%, rgba(240, 96, 0, 0.12), transparent 28%),
    var(--black);
}

.hero-grid-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(232, 234, 240, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 234, 240, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.hero-layout {
  min-height: min(820px, calc(100svh - 116px));
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.82fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  padding-block: clamp(5rem, 9vw, 8rem);
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.kicker span {
  padding: 0.32rem 0.52rem;
  color: var(--black);
  background: var(--orange);
  letter-spacing: 0.04em;
}

.hero-lead {
  max-width: 650px;
  margin: 1.7rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 1.1rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.button-primary {
  color: var(--black);
  background: var(--orange);
}

.button-outline {
  border-color: var(--line-strong);
  color: var(--white);
  background: rgba(13, 14, 16, 0.45);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--white);
  background: var(--panel);
}

.hero-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 3rem 0 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero-specs div {
  min-width: 0;
  padding: 1rem;
  border-right: 1px solid var(--line);
}

.hero-specs div:first-child {
  padding-left: 0;
}

.hero-specs div:last-child {
  border-right: 0;
}

.hero-specs dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-specs dd {
  margin: 0.25rem 0 0;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--panel);
  box-shadow: 28px 28px 0 rgba(42, 45, 53, 0.5);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(13, 14, 16, 0.92), transparent 45%),
    linear-gradient(135deg, rgba(240, 96, 0, 0.13), transparent 36%);
  pointer-events: none;
}

.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.12);
}

.media-index {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.scan-beam {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  opacity: 0;
  background: var(--orange);
  box-shadow: 0 0 18px 3px rgba(240, 96, 0, 0.72), 0 20px 60px 22px rgba(240, 96, 0, 0.13);
  animation: scan-once 2.25s cubic-bezier(0.2, 0.75, 0.2, 1) 0.45s 1 forwards;
}

@keyframes scan-once {
  0% { top: 0; opacity: 0; }
  8% { opacity: 1; }
  88% { opacity: 1; }
  100% { top: calc(100% - 3px); opacity: 0; }
}

.media-caption {
  position: absolute;
  z-index: 3;
  right: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.media-caption span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--orange);
  font-weight: 900;
}

.media-caption i,
.panel-status i {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(240, 96, 0, 0.16);
}

.media-caption strong {
  max-width: 22ch;
  text-align: right;
}

.hero-rail {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--panel);
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-rail span::before {
  content: "/";
  margin-right: 1rem;
  color: var(--orange);
}

.diagnostic {
  background: var(--white);
  color: var(--black);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.section-heading > p {
  margin: 0;
  color: #555a65;
}

.diagnostic-heading .kicker,
.pricing .kicker {
  color: #646975;
}

.diagnostic-console {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.65fr);
  border: 1px solid var(--steel);
  background: var(--black);
  color: var(--white);
  box-shadow: 18px 18px 0 #cfd1d6;
}

.vehicle-panel {
  min-width: 0;
  border-right: 1px solid var(--line-strong);
}

.panel-bar,
.output-index {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.panel-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--orange);
}

.vehicle-canvas {
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.vehicle-svg {
  width: 100%;
  height: auto;
}

.datum-line {
  fill: none;
  stroke: #2a2d35;
  stroke-dasharray: 6 8;
  stroke-width: 1;
}

.car-shadow {
  fill: none;
  stroke: rgba(240, 96, 0, 0.35);
  stroke-width: 10;
  filter: blur(8px);
}

.car-body {
  fill: url(#body-fill);
  stroke: #e8eaf0;
  stroke-width: 3;
}

.car-roof {
  fill: #101116;
  stroke: #e8eaf0;
  stroke-width: 3;
}

.window {
  fill: #090a0c;
  stroke: #737781;
  stroke-width: 2;
}

.detail-line,
.bumper {
  fill: none;
  stroke: #737781;
  stroke-width: 2;
}

.orange-detail {
  fill: none;
  stroke: var(--orange);
  stroke-width: 4;
}

.wheel circle:first-child {
  fill: #08090b;
  stroke: #e8eaf0;
  stroke-width: 4;
}

.wheel circle:nth-child(2) {
  fill: #202229;
  stroke: #777b85;
  stroke-width: 3;
}

.wheel path {
  fill: none;
  stroke: #777b85;
  stroke-width: 3;
}

.measurements {
  fill: #777b85;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 13px;
}

.vehicle-hotspots {
  position: absolute;
  inset: 0;
}

.hotspot {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: rgba(13, 14, 16, 0.82);
  box-shadow: 0 0 0 8px rgba(13, 14, 16, 0.5);
  cursor: pointer;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hotspot::after {
  content: "";
  position: absolute;
  inset: -13px;
  border: 1px solid rgba(232, 234, 240, 0.22);
  border-radius: 50%;
}

.hotspot:hover,
.hotspot:focus-visible,
.hotspot.is-active {
  color: var(--black);
  background: var(--orange);
  box-shadow: 0 0 0 9px rgba(240, 96, 0, 0.18), 0 0 24px rgba(240, 96, 0, 0.48);
  transform: translate(-50%, -50%) scale(1.08);
}

.mobile-system-list {
  display: none;
}

.diagnostic-output {
  position: relative;
  min-width: 0;
  padding: 0 1.6rem 1.7rem;
  background: var(--panel);
}

.diagnostic-output::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--orange);
}

.output-index {
  margin-inline: -1.6rem;
  padding-inline: 1.6rem;
}

.output-index span:first-child {
  color: var(--orange);
}

.output-symbol {
  margin-top: 1.7rem;
  color: var(--orange);
  font-family: var(--display);
  font-size: clamp(3.5rem, 6vw, 6.2rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
  opacity: 0.25;
}

.output-label {
  margin: 2rem 0 0.65rem;
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.diagnostic-output h3 {
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}

.output-description {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.diagnostic-output dl {
  margin: 1.6rem 0 0;
  border-top: 1px solid var(--line);
}

.diagnostic-output dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.diagnostic-output dt {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.diagnostic-output dd {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: right;
}

.output-note {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 0.65rem;
  margin: 1.3rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.output-note span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-weight: 950;
}

.no-script-fallback {
  margin-top: 2rem;
  padding: 1.3rem;
  border: 2px solid var(--black);
  background: #dfe1e6;
}

.no-script-fallback > p {
  margin: 0 0 1rem;
}

.no-script-fallback > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--steel);
}

.no-script-fallback article {
  padding: 1rem;
  background: var(--white);
}

.no-script-fallback article span {
  color: var(--orange);
  font-weight: 900;
}

.no-script-fallback article h3 {
  margin-top: 0.4rem;
  font-size: 1.3rem;
}

.no-script-fallback article p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

.service-story {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.story-heading > p {
  color: var(--muted);
}

.story-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.js .story-layout {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 0.78fr);
  align-items: start;
}

.story-visual {
  display: none;
}

.js .story-visual {
  position: sticky;
  top: 112px;
  display: block;
}

.story-frame {
  position: relative;
  height: min(70vh, 710px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--panel);
}

.story-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 14, 16, 0.9), transparent 52%);
  pointer-events: none;
}

.story-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.72) contrast(1.1);
  transform: scale(1.025);
  transition: opacity 360ms ease, transform 700ms ease;
}

.story-frame > img.is-active {
  opacity: 1;
  transform: scale(1);
}

.story-hud {
  position: absolute;
  z-index: 3;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.69rem;
  letter-spacing: 0.08em;
}

.story-hud span {
  color: var(--orange);
}

.story-hud strong {
  max-width: 24ch;
  text-align: right;
}

.story-mobile-image {
  margin: 0 0 1.7rem;
  border: 1px solid var(--line);
}

.story-mobile-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.1);
}

.js .story-mobile-image {
  display: none;
}

.js .story-static .story-visual {
  display: none;
}

.js .story-static .story-mobile-image {
  display: block;
}

.js .story-static .story-step {
  min-height: auto;
  display: block;
  opacity: 1;
}

.story-step {
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid var(--line);
}

.js .story-step {
  min-height: min(72vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.46;
  transition: opacity 260ms ease;
}

.js .story-step.is-active {
  opacity: 1;
}

.story-step:last-child {
  border-bottom: 1px solid var(--line);
}

.story-number {
  color: var(--orange);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.story-tag {
  margin: 1.2rem 0 0.7rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-step h3 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
}

.story-step > p:last-of-type {
  max-width: 590px;
  margin: 1.3rem 0 0;
  color: var(--muted);
}

.story-step ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.story-step li {
  padding: 0.38rem 0.55rem;
  border: 1px solid var(--line);
  color: #c6c9d0;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.process {
  color: var(--white);
  background: var(--panel);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(3rem, 9vw, 9rem);
}

.process-layout header > p:last-child {
  max-width: 480px;
  margin-top: 1.4rem;
  color: var(--muted);
}

.process-layout ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.process-layout li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-strong);
}

.process-layout li > span {
  color: var(--orange);
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
}

.process-layout li h3 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
}

.process-layout li p {
  margin: 0.5rem 0 0;
  color: var(--muted);
}

.pricing {
  color: var(--black);
  background: var(--white);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.pricing-layout header > p:last-child {
  max-width: 520px;
  margin-top: 1.4rem;
  color: #5b606b;
}

.price-table {
  overflow-x: auto;
  border-top: 4px solid var(--black);
  scrollbar-color: var(--orange) #cdd0d6;
}

.price-table table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
}

.price-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.price-table th,
.price-table td {
  padding: 1.2rem 0.9rem;
  border-bottom: 1px solid #c5c8ce;
}

.price-table thead th {
  color: #656a74;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table tbody th {
  font-family: var(--display);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.price-table tbody td {
  color: #4e535d;
  font-size: 0.88rem;
}

.price-table tbody td:last-child {
  color: var(--black);
  font-weight: 900;
}

.contact {
  color: var(--black);
  background: var(--orange);
}

.contact .kicker {
  color: rgba(13, 14, 16, 0.7);
}

.contact .kicker span {
  color: var(--white);
  background: var(--black);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.contact-layout h2 {
  max-width: 12ch;
}

.contact-panel {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 2px solid var(--black);
  background: rgba(232, 234, 240, 0.1);
}

.contact-panel > p {
  margin: 0;
}

.contact-panel > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.contact .button-primary {
  color: var(--white);
  background: var(--black);
}

.contact .button-primary:hover,
.contact .button-primary:focus-visible {
  color: var(--black);
  background: var(--white);
}

.text-link {
  border-bottom: 2px solid currentColor;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer {
  background: #090a0c;
}

.footer-layout {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-layout div strong,
.footer-layout div span {
  display: block;
}

.footer-layout div strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 0.95rem;
}

.footer-layout a {
  color: var(--white);
  font-weight: 850;
}

.footer-layout a:hover,
.footer-layout a:focus-visible {
  color: var(--orange);
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
    gap: 3rem;
  }

  .diagnostic-console {
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
  }

  .js .story-layout {
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 0.8fr);
    gap: 3.5rem;
  }
}

@media (max-width: 900px) {
  .hero-layout,
  .section-heading,
  .process-layout,
  .pricing-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-media {
    width: min(100%, 720px);
    aspect-ratio: 4 / 3;
    box-shadow: 16px 16px 0 rgba(42, 45, 53, 0.5);
  }

  .diagnostic-console {
    grid-template-columns: 1fr;
  }

  .vehicle-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .js .story-layout {
    display: block;
  }

  .js .story-visual {
    display: none;
  }

  .js .story-mobile-image {
    display: block;
  }

  .js .story-step {
    min-height: auto;
    display: block;
    opacity: 1;
  }

  .story-step {
    padding-block: 3.2rem;
  }

  .process-layout,
  .pricing-layout,
  .contact-layout {
    gap: 3.5rem;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 28px, 1240px);
  }

  .section {
    padding-block: 5.5rem;
  }

  .demo-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.15rem;
  }

  .nav {
    min-height: 68px;
    gap: 0.8rem;
  }

  .brand-mark {
    width: 43px;
    height: 43px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0.55rem 0.7rem;
    font-size: 0.68rem;
  }

  .nav-cta span {
    display: none;
  }

  .hero-layout {
    padding-block: 4.6rem 5rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.6rem, 12vw, 4.4rem);
  }

  .hero-specs {
    grid-template-columns: 1fr;
  }

  .hero-specs div,
  .hero-specs div:first-child {
    padding: 0.85rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-specs div:last-child {
    border-bottom: 0;
  }

  .hero-media {
    aspect-ratio: 3 / 4;
  }

  .media-caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-caption strong {
    text-align: left;
  }

  .hero-rail {
    justify-content: flex-start;
    padding-inline: 1rem;
  }

  .hero-rail span:nth-child(n + 3) {
    display: none;
  }

  .section-heading {
    gap: 1.5rem;
    margin-bottom: 2.7rem;
  }

  .diagnostic-console {
    box-shadow: 8px 8px 0 #cfd1d6;
  }

  .vehicle-hotspots {
    display: none;
  }

  .mobile-system-list {
    display: grid;
    border-top: 1px solid var(--line);
  }

  .mobile-system-list button {
    min-height: 76px;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 22px;
    gap: 0.75rem;
    align-items: center;
    padding: 0.8rem 0.9rem;
    border-bottom: 1px solid var(--line);
    color: var(--white);
    background: var(--black);
    text-align: left;
    cursor: pointer;
  }

  .mobile-system-list button > span:first-child {
    color: var(--orange);
    font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
    font-size: 0.7rem;
    font-weight: 900;
  }

  .mobile-system-list button strong,
  .mobile-system-list button small {
    display: block;
  }

  .mobile-system-list button strong {
    font-family: var(--display);
    font-size: 0.95rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  .mobile-system-list button small {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.68rem;
  }

  .mobile-system-list button i {
    color: var(--muted);
    font-style: normal;
  }

  .mobile-system-list button:hover,
  .mobile-system-list button:focus-visible,
  .mobile-system-list button.is-active {
    box-shadow: inset 4px 0 var(--orange);
    background: var(--panel);
  }

  .mobile-system-list button.is-active i {
    color: var(--orange);
  }

  .diagnostic-output {
    padding-inline: 1.2rem;
  }

  .output-index {
    margin-inline: -1.2rem;
    padding-inline: 1.2rem;
  }

  .no-script-fallback > div {
    grid-template-columns: 1fr;
  }

  .story-step h3 {
    font-size: clamp(2.15rem, 11vw, 3.5rem);
  }

  .price-table {
    width: calc(100vw - 28px);
  }

  .footer-layout {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding-block: 1.5rem;
  }
}

@media (max-width: 430px) {
  .brand-copy small {
    display: none;
  }

  .brand-copy strong {
    font-size: 0.85rem;
  }

  .nav-cta {
    max-width: 118px;
  }

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

  .kicker {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .vehicle-svg {
    min-height: 175px;
    object-fit: cover;
  }

  .output-index {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .diagnostic-output dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .diagnostic-output dd {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .scan-beam {
    display: none;
  }
}

@media (forced-colors: active) {
  .hotspot,
  .mobile-system-list button,
  .button,
  .nav-cta {
    border: 2px solid ButtonText;
  }

  .hotspot.is-active,
  .mobile-system-list button.is-active {
    outline: 3px solid Highlight;
  }
}
