:root {
  color-scheme: dark;
  --black: #020407;
  --ink: #071017;
  --panel: rgba(12, 19, 27, 0.72);
  --panel-strong: rgba(16, 25, 35, 0.9);
  --line: rgba(130, 205, 255, 0.18);
  --line-bright: rgba(63, 184, 255, 0.62);
  --text: #f4f8fb;
  --muted: #a1adb8;
  --blue: #118dff;
  --cyan: #41e7ff;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 78% 6%, rgba(16, 128, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 8% 36%, rgba(42, 231, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, #010205 0%, #05070b 40%, #020407 100%);
  color: var(--text);
  overflow-x: hidden;
  overflow-x: clip;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(74, 180, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 180, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 16%, black 74%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 74%, transparent);
}

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

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

.site-shell {
  min-height: 100vh;
}

.nav {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  width: min(calc(100% - 32px), var(--max));
  height: 72px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(3, 7, 12, 0.66);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.brand,
.nav-links,
.footer nav,
.socials,
.hero-actions,
.logo-track,
.filters {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: clamp(176px, 18vw, 260px);
  height: 56px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 16px rgba(17, 141, 255, 0.28));
}

.footer-brand .brand-logo {
  width: clamp(190px, 20vw, 290px);
  height: 64px;
}

.brand-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 45%, rgba(65, 231, 255, 0.9) 45% 55%, transparent 55%),
    linear-gradient(rgba(17, 141, 255, 0.9), rgba(17, 141, 255, 0.1));
  box-shadow: 0 0 24px rgba(65, 231, 255, 0.42);
}

.nav-links {
  gap: 22px;
  color: rgba(244, 248, 251, 0.72);
  font-size: 13px;
}

.nav-links a,
.footer a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.footer a:hover {
  color: var(--cyan);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line-bright);
  border-radius: 7px;
  color: white;
  font-size: 13px;
  background: rgba(17, 141, 255, 0.12);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 118px max(24px, calc((100vw - var(--max)) / 2)) 72px;
  overflow: hidden;
  contain: paint;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: translateY(calc(var(--scroll, 0) * 0.08px));
}

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

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.86), rgba(2, 4, 7, 0.48) 48%, rgba(2, 4, 7, 0.66)),
    linear-gradient(180deg, rgba(2, 4, 7, 0.2) 0%, rgba(2, 4, 7, 0.52) 64%, var(--black) 100%);
}

.hero-video-scan,
.contact-grid {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 42%, rgba(65, 231, 255, 0.18), transparent 58% 100%);
  transform: translateX(-65%);
  animation: sweep 7s ease-in-out infinite;
  opacity: 0.4;
}

.road-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12%;
  height: 54%;
  background:
    linear-gradient(90deg, transparent 18%, rgba(65, 231, 255, 0.42), transparent 24% 76%, rgba(65, 231, 255, 0.32), transparent 82%),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(17, 141, 255, 0.18) 45px 46px, transparent 47px 90px);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  opacity: 0.5;
  animation: roadPulse 3.2s ease-in-out infinite;
}

.hud {
  position: absolute;
  width: 240px;
  height: 160px;
  border: 1px solid rgba(65, 231, 255, 0.28);
  opacity: 0.55;
}

.hud::before,
.hud::after {
  position: absolute;
  content: "";
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
}

.hud::before {
  width: 42px;
  height: 1px;
  top: 22px;
  left: 18px;
}

.hud::after {
  width: 1px;
  height: 44px;
  right: 28px;
  bottom: 22px;
}

.hud-left {
  left: 5%;
  bottom: 18%;
  border-right: 0;
  border-bottom: 0;
}

.hud-right {
  right: 7%;
  top: 22%;
  border-left: 0;
  border-top: 0;
}

.hero-content {
  width: min(760px, 100%);
  padding-top: 42px;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 840px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.91;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero p {
  max-width: 690px;
  margin-top: 28px;
  color: rgba(244, 248, 251, 0.78);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 7px;
  overflow: hidden;
  font-weight: 720;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-120%);
  transition: transform 650ms ease;
}

.button:hover::after {
  transform: translateX(120%);
}

.primary {
  border: 1px solid rgba(65, 231, 255, 0.72);
  background: linear-gradient(135deg, rgba(17, 141, 255, 0.96), rgba(35, 221, 255, 0.34));
  box-shadow: 0 0 34px rgba(17, 141, 255, 0.34);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.hero-status {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 112px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-status span,
.question-grid span,
.led-list span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 248, 251, 0.82);
}

.hero-status span {
  padding: 9px 12px;
  font-size: 12px;
}

.trust {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 0 0 46px;
}

.logo-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 214px;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 141, 255, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.78);
  filter: grayscale(1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.logo-track span {
  position: relative;
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(3, 7, 12, 0.42);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, filter 180ms ease;
}

.logo-track span::after {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 15px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(65, 231, 255, 0.46), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.logo-track span:hover {
  transform: translateY(-2px);
  border-color: rgba(65, 231, 255, 0.32);
  background: rgba(17, 141, 255, 0.08);
  filter: brightness(1.14);
}

.logo-track span:hover::after {
  opacity: 1;
}

.logo-track img {
  width: 100%;
  max-width: 116px;
  max-height: 34px;
  object-fit: contain;
  opacity: 0.86;
  filter: drop-shadow(0 0 12px rgba(65, 231, 255, 0.12));
  transition: opacity 180ms ease;
}

.logo-track span:hover img {
  opacity: 1;
}

.credits {
  position: relative;
}

.credits::before {
  position: absolute;
  inset: 42px -10vw auto;
  height: 420px;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(65, 231, 255, 0.12), transparent 58%),
    radial-gradient(ellipse at 80% 32%, rgba(17, 141, 255, 0.16), transparent 62%);
  z-index: -1;
}

.poster-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 260px;
  gap: 14px;
}

.poster-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(4, 8, 13, 0.82);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.poster-feature {
  grid-column: span 2;
  grid-row: span 2;
}

.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
  transform: scale(1.01);
  transition: transform 650ms ease, filter 650ms ease;
}

.poster-card:hover img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.08);
}

.poster-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 48%, rgba(2, 4, 7, 0.82)),
    linear-gradient(115deg, transparent 0 48%, rgba(65, 231, 255, 0.1), transparent 58% 100%);
  pointer-events: none;
  z-index: 1;
}

.poster-card span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  color: rgba(244, 248, 251, 0.84);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.03em;
}

.custom-plates {
  width: min(calc(100% - 48px), var(--max));
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin: 0 auto;
  padding: 14px 0 94px;
}

.custom-plates-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 420px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(84, 204, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(165deg, rgba(11, 18, 27, 0.94), rgba(4, 8, 13, 0.78)),
    radial-gradient(circle at 20% 10%, rgba(33, 163, 255, 0.2), transparent 42%);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
}

.custom-plates-copy::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(65, 231, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 231, 255, 0.07) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(180deg, transparent, black 28%, black);
  mask-image: linear-gradient(180deg, transparent, black 28%, black);
  opacity: 0.45;
  pointer-events: none;
}

.custom-plates-copy h2,
.custom-plates-copy p,
.custom-plates-tags {
  position: relative;
  z-index: 1;
}

.custom-plates-copy h2 {
  max-width: 440px;
  margin: 10px 0 16px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
}

.custom-plates-copy > p:not(.section-label) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.custom-plates-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.custom-plates-tags span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(244, 248, 251, 0.86);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.custom-plates-frame {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(84, 204, 255, 0.22);
  border-radius: 8px;
  background: rgba(4, 8, 13, 0.84);
  box-shadow:
    0 26px 82px rgba(0, 0, 0, 0.42),
    0 0 38px rgba(0, 154, 255, 0.12);
}

.custom-plates-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.38)),
    linear-gradient(180deg, transparent 62%, rgba(1, 4, 8, 0.56));
  pointer-events: none;
}

.custom-plates-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 750ms ease, filter 750ms ease;
}

.custom-plates-frame:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}

.custom-plates-frame figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: rgba(244, 248, 251, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-strip {
  width: min(calc(100% - 48px), var(--max));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 auto 18px;
}

.signal-card {
  position: relative;
  min-height: 118px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 141, 255, 0.14), transparent 58%),
    rgba(255, 255, 255, 0.035);
}

.signal-card::before {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 34px;
  height: 34px;
  content: "";
  border: 1px solid rgba(65, 231, 255, 0.54);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(65, 231, 255, 0.32) 0 16%, transparent 17%),
    conic-gradient(from 90deg, rgba(65, 231, 255, 0.7), transparent 34%, rgba(17, 141, 255, 0.28), transparent 72%, rgba(65, 231, 255, 0.7));
  box-shadow: 0 0 28px rgba(17, 141, 255, 0.26);
}

.signal-card span {
  display: block;
  color: rgba(65, 231, 255, 0.86);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-top: 38px;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0;
}

.section,
.split-section,
.about,
.contact {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 620px;
}

.section-label {
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head > p:not(.section-label),
.split-copy > p,
.about-copy p,
.contact p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.glass {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(14, 22, 31, 0.78), rgba(5, 9, 14, 0.46));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 30px 80px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.tech-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 18px;
}

.tech-copy {
  padding: 28px;
}

.feature-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(244, 248, 251, 0.86);
}

.feature-list span {
  width: 14px;
  height: 14px;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(65, 231, 255, 0.38);
}

.array-diagram {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at center, rgba(17, 141, 255, 0.26), transparent 23rem),
    linear-gradient(rgba(65, 231, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 231, 255, 0.06) 1px, transparent 1px),
    rgba(6, 10, 16, 0.76);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.photo-array {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  min-height: unset;
  background: rgba(6, 10, 16, 0.88);
}

.rig-render {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: unset;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.01);
  transition: transform 900ms ease, filter 900ms ease;
}

.photo-array:hover .rig-render {
  transform: scale(1.01);
  filter: saturate(1.16) contrast(1.1);
}

.photo-array::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 42%, rgba(2, 4, 7, 0.3) 100%);
  mix-blend-mode: screen;
  opacity: 0.38;
}

.lens-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.lens-overlay span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: min(16vw, 168px);
  height: min(7vw, 78px);
  transform: translate(0, -50%) rotate(var(--r));
  transform-origin: 0 50%;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: linear-gradient(90deg, rgba(65, 231, 255, 0.88), rgba(17, 141, 255, 0.28) 42%, transparent 100%);
  filter: drop-shadow(0 0 16px rgba(17, 141, 255, 0.76));
  mix-blend-mode: screen;
  opacity: 0.52;
}

.lens-overlay span::before {
  position: absolute;
  left: -3px;
  top: 50%;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(65, 231, 255, 0.9), 0 0 34px rgba(17, 141, 255, 0.62);
}

.array-assembly {
  position: absolute;
  left: 50%;
  top: 50%;
  --assembly-scale: 1;
  width: 360px;
  height: 420px;
  transform: translate(-50%, -50%) scale(var(--assembly-scale));
  animation: vehicleOrbit 38s linear infinite;
  z-index: 4;
}

.vehicle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 164px;
  height: 286px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(214, 236, 255, 0.28);
  border-radius: 46px 46px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), transparent 18% 82%, rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent 47%, rgba(65, 231, 255, 0.34) 49% 51%, transparent 53%),
    radial-gradient(ellipse at 50% 14%, rgba(185, 217, 255, 0.26), transparent 30%),
    linear-gradient(180deg, #1f2933 0%, #0b1118 48%, #06080c 100%);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.08),
    0 0 76px rgba(17, 141, 255, 0.34);
  z-index: 5;
}

.vehicle::before,
.vehicle::after {
  position: absolute;
  content: "";
}

.vehicle::before {
  inset: 28px -16px 24px;
  border-radius: 44px 44px 30px 30px;
  border-left: 14px solid rgba(175, 211, 242, 0.14);
  border-right: 14px solid rgba(175, 211, 242, 0.14);
  filter: drop-shadow(0 0 10px rgba(65, 231, 255, 0.12));
  z-index: -1;
}

.vehicle::after {
  left: -12px;
  right: -12px;
  top: 76px;
  bottom: 60px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0 12px, transparent 12px calc(100% - 12px), rgba(0, 0, 0, 0.58) calc(100% - 12px)),
    linear-gradient(180deg, transparent, rgba(225, 244, 255, 0.05), transparent);
  z-index: 1;
}

.hood {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  height: 58px;
  border-radius: 34px 34px 16px 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 18% 82%, rgba(255, 255, 255, 0.1)),
    radial-gradient(ellipse at 50% 8%, rgba(202, 228, 255, 0.2), transparent 56%),
    linear-gradient(180deg, #273441, #121a23);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.hood::before {
  position: absolute;
  left: 50%;
  bottom: 8px;
  content: "DENALI";
  transform: translateX(-50%);
  color: rgba(214, 231, 246, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hood::after {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 8px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: repeating-linear-gradient(90deg, rgba(220, 235, 247, 0.38) 0 3px, transparent 3px 8px);
  box-shadow: 0 0 10px rgba(65, 231, 255, 0.14);
}

.windshield {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 68px;
  height: 58px;
  border: 1px solid rgba(225, 244, 255, 0.1);
  border-radius: 20px 20px 10px 10px;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(190, 225, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(65, 231, 255, 0.13), rgba(0, 0, 0, 0.5) 72%, rgba(65, 231, 255, 0.04));
  z-index: 3;
}

.roof-panel {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 132px;
  height: 96px;
  border: 1px solid rgba(225, 244, 255, 0.08);
  border-radius: 16px 16px 18px 18px;
  background:
    linear-gradient(90deg, rgba(65, 231, 255, 0.1), transparent 16% 84%, rgba(65, 231, 255, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.42));
  box-shadow:
    inset 0 0 26px rgba(0, 0, 0, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  z-index: 2;
}

.roof-panel::before,
.roof-panel::after {
  position: absolute;
  top: -58px;
  bottom: -24px;
  width: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(212, 232, 247, 0.24), transparent);
}

.roof-panel::before {
  left: -15px;
}

.roof-panel::after {
  right: -15px;
}

.roof-cam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 72px;
  transform: translate(-50%, -50%);
  background: transparent;
  z-index: 7;
}

.roof-cam::before {
  position: absolute;
  left: 50%;
  top: -86px;
  width: 1px;
  height: 210px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(transparent, rgba(65, 231, 255, 0.7), transparent);
  z-index: -1;
}

.roof-cam::after {
  display: none;
}

.camera-lens,
.camera-body {
  position: absolute;
  display: block;
}

.camera-lens {
  left: 50%;
  top: 0;
  width: 30px;
  height: 32px;
  transform: translateX(-50%);
  border-radius: 50% 50% 38% 38%;
  background:
    linear-gradient(180deg, rgba(255, 60, 46, 0.95) 0 3px, transparent 3px 6px, rgba(255, 60, 46, 0.74) 6px 8px, transparent 8px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 4px),
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.2), transparent 34%),
    linear-gradient(180deg, #202b35, #030509 74%);
  box-shadow:
    inset 0 0 0 1px rgba(215, 230, 244, 0.2),
    0 -2px 12px rgba(65, 231, 255, 0.18);
}

.camera-lens::before,
.camera-lens::after {
  position: absolute;
  content: "";
  left: 3px;
  right: 3px;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.camera-lens::before {
  top: 13px;
}

.camera-lens::after {
  top: 23px;
}

.camera-body {
  left: 50%;
  top: 30px;
  width: 42px;
  height: 42px;
  transform: translateX(-50%);
  border: 1px solid rgba(190, 208, 222, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0 8%, transparent 8% 18%, rgba(255, 255, 255, 0.82) 18% 27%, transparent 27% 38%, rgba(255, 255, 255, 0.78) 38% 47%, transparent 47% 58%, rgba(255, 255, 255, 0.72) 58% 67%, transparent 67% 78%, rgba(255, 255, 255, 0.7) 78% 88%, transparent 88%),
    radial-gradient(circle at 18% 17%, #05070a 0 10%, rgba(220, 231, 240, 0.74) 12% 16%, transparent 18%),
    radial-gradient(circle at 82% 17%, #05070a 0 10%, rgba(220, 231, 240, 0.74) 12% 16%, transparent 18%),
    linear-gradient(180deg, #252b32 0 24%, #05080d 24% 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 24px rgba(65, 231, 255, 0.22);
}

.camera-body::before {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 16px;
  content: "";
  border: 1px solid rgba(176, 206, 232, 0.18);
  border-radius: 3px;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 50, 44, 0.9) 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(17, 141, 255, 0.26), rgba(0, 0, 0, 0.82));
}

.camera-body::after {
  position: absolute;
  right: 3px;
  top: 15px;
  width: 5px;
  height: 20px;
  content: "";
  border-radius: 2px;
  background: repeating-linear-gradient(180deg, rgba(215, 228, 238, 0.62) 0 3px, transparent 3px 6px);
}

.tail-light {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0 10%, rgba(255, 56, 42, 0.96) 16% 38%, transparent 44% 56%, rgba(255, 56, 42, 0.96) 62% 84%, transparent 90%);
  box-shadow: 0 0 16px rgba(255, 92, 64, 0.42);
  z-index: 3;
}

.camera-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 420px;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.camera-ring span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 72px;
  transform: translate(-50%, -50%) translate(var(--x), var(--y)) rotate(var(--r));
  transform-origin: center;
}

.camera-ring span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 128px;
  content: "";
  transform: translateX(-50%) rotate(180deg);
  background: linear-gradient(rgba(225, 244, 255, 0.44), rgba(65, 231, 255, 0.08), transparent);
  transform-origin: top;
  z-index: -1;
}

.camera-ring span::after {
  display: none;
}

.scan-cone {
  position: absolute;
  top: 50%;
  width: 42%;
  height: 44%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(17, 141, 255, 0.22), transparent);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  opacity: 0.58;
}

.cone-a {
  left: 50%;
}

.cone-b {
  right: 50%;
  transform: translateY(-50%) scaleX(-1);
}

.library-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.search-wrap {
  width: min(420px, 100%);
}

input,
select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(5, 9, 14, 0.82);
  color: white;
  padding: 0 14px;
  font: inherit;
  outline: none;
}

input:focus,
select:focus {
  border-color: rgba(65, 231, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(65, 231, 255, 0.1);
}

.filters {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.filters select {
  width: auto;
  min-width: 132px;
  font-size: 13px;
}

.plate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.plate-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #071017;
  cursor: pointer;
  isolation: isolate;
}

.plate-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--thumb), linear-gradient(135deg, #152330, #030609);
  background-size: cover;
  background-position: center;
  transition: transform 600ms ease, filter 600ms ease;
  z-index: -2;
}

.plate-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 28%, rgba(2, 4, 7, 0.88));
  z-index: -1;
}

.plate-card:hover::before {
  transform: scale(1.08);
  filter: saturate(1.2);
}

.plate-body {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
}

.plate-body h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.plate-body p,
.plate-meta {
  color: rgba(244, 248, 251, 0.72);
  font-size: 12px;
}

.plate-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transition: max-height 250ms ease, margin-top 250ms ease;
}

.plate-card:hover .plate-meta {
  max-height: 90px;
  margin-top: 13px;
}

.plate-meta span {
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.34);
}

.gallery {
  position: relative;
}

.gallery::before {
  position: absolute;
  inset: 48px -12vw auto;
  height: 360px;
  content: "";
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(17, 141, 255, 0.16), transparent 68%);
  z-index: -1;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.82fr 0.82fr;
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(4, 8, 13, 0.82);
  isolation: isolate;
}

.gallery-feature {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.05);
  transform: scale(1.01);
  transition: transform 700ms ease, filter 700ms ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.16) contrast(1.1);
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 34%, rgba(2, 4, 7, 0.82)),
    linear-gradient(115deg, transparent 0 46%, rgba(65, 231, 255, 0.14), transparent 58% 100%);
  pointer-events: none;
  z-index: 1;
}

.gallery-item div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.gallery-item span {
  display: block;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-item strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.05;
}

.split-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
  padding: 70px 0;
}

.split-section.led {
  grid-template-columns: 0.88fr 1.12fr;
}

.image-panel,
.before-after {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border-radius: 8px;
}

.image-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.image-panel img,
.before-after img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.image-panel::after,
.before-after::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(2, 4, 7, 0.4));
  pointer-events: none;
}

.split-copy {
  padding: 10px 0;
}

.question-grid,
.led-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}

.question-grid span,
.led-list span {
  padding: 10px 12px;
  font-size: 13px;
}

.before-after {
  height: 540px;
}

.after-layer {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  background:
    linear-gradient(90deg, transparent, rgba(65, 231, 255, 0.22)),
    linear-gradient(rgba(65, 231, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 231, 255, 0.08) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
  mix-blend-mode: screen;
  animation: wipe 5s ease-in-out infinite;
}

.wipe-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  background: var(--cyan);
  box-shadow: 0 0 28px var(--cyan);
  animation: wipeLine 5s ease-in-out infinite;
}

.before-label,
.after-label {
  position: absolute;
  top: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.36);
  font-size: 12px;
  font-weight: 720;
}

.before-label {
  left: 18px;
}

.after-label {
  right: 18px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.spec-grid article {
  position: relative;
  min-height: 142px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(17, 141, 255, 0.1), transparent),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.spec-grid article::before {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 26px;
  border: 1px solid var(--cyan);
  border-radius: 5px;
  content: "";
  box-shadow: inset 0 0 12px rgba(65, 231, 255, 0.3), 0 0 18px rgba(65, 231, 255, 0.2);
}

.spec-grid strong {
  display: block;
  font-size: 18px;
}

.spec-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.about {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 8px;
}

.about-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 7, 0.9), rgba(2, 4, 7, 0.28) 70%),
    url("assets/led-volume.png") center/cover;
  filter: saturate(0.9) contrast(1.04);
  transform: scale(1.04);
}

.about-copy {
  position: relative;
  width: min(620px, calc(100% - 44px));
  margin: 22px;
  padding: 30px;
}

.contact {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 64px 20px;
  margin-top: 70px;
  overflow: hidden;
  contain: paint;
  border: 1px solid rgba(65, 231, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(17, 141, 255, 0.24), transparent 26rem),
    linear-gradient(135deg, rgba(4, 11, 21, 0.92), rgba(5, 8, 12, 0.94));
}

.contact h2 {
  position: relative;
}

.contact p,
.contact .hero-actions {
  position: relative;
  justify-content: center;
}

.footer {
  width: min(calc(100% - 48px), var(--max));
  min-height: 126px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  color: rgba(244, 248, 251, 0.64);
}

.footer nav,
.socials {
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}

.socials {
  justify-content: flex-end;
}

@keyframes sweep {
  0%, 42% { transform: translateX(-72%); }
  72%, 100% { transform: translateX(72%); }
}

@keyframes roadPulse {
  50% { opacity: 0.28; transform: translateY(10px); }
}

@keyframes orbit {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes vehicleOrbit {
  from { transform: translate(-50%, -50%) scale(var(--assembly-scale)) rotate(0deg); }
  to { transform: translate(-50%, -50%) scale(var(--assembly-scale)) rotate(360deg); }
}

@keyframes wipe {
  0%, 100% { width: 36%; }
  50% { width: 62%; }
}

@keyframes wipeLine {
  0%, 100% { left: 64%; }
  50% { left: 38%; }
}

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

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

  .nav {
    gap: 14px;
  }

  .brand-logo {
    width: clamp(168px, 28vw, 230px);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 820px;
  }

  .hero-status {
    left: 24px;
    right: 24px;
    bottom: 96px;
  }

  .logo-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-layout,
  .split-section,
  .split-section.led {
    grid-template-columns: 1fr;
  }

  .custom-plates {
    grid-template-columns: 1fr;
  }

  .custom-plates-copy,
  .custom-plates-frame {
    min-height: 360px;
  }

  .split-section.led .split-copy {
    order: 2;
  }

  .split-section.led .before-after {
    order: 1;
  }

  .plate-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plate-meta {
    max-height: none;
    margin-top: 13px;
  }

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .poster-wall {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(210px, 26vw);
  }

  .gallery-feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .footer {
    grid-template-columns: 1fr;
    padding: 34px 0;
  }

  .footer .brand,
  .socials {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .nav {
    top: 10px;
    width: calc(100% - 20px);
    height: 64px;
    padding: 0 12px;
  }

  .nav-cta {
    display: none;
  }

  .brand-logo {
    width: min(190px, 62vw);
    height: 48px;
  }

  .hero {
    min-height: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 44px);
    line-height: 1;
    text-wrap: wrap;
  }

  .hero p {
    font-size: 17px;
  }

  .trust,
  .section,
  .custom-plates,
  .split-section,
  .about,
  .contact,
  .footer {
    width: calc(100% - 32px);
  }

  .trust {
    margin-top: 0;
    padding-top: 28px;
  }

  .logo-track {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }

  .logo-track span {
    min-height: 64px;
  }

  .signal-strip {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .library-top {
    display: block;
  }

  .search-wrap {
    margin-top: 18px;
  }

  .filters select {
    width: 100%;
    min-width: 0;
  }

  .plate-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .array-diagram,
  .image-panel,
  .before-after {
    min-height: 390px;
  }

  .photo-array {
    min-height: unset;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .poster-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(190px, 62vw);
  }

  .poster-feature {
    grid-column: span 2;
    grid-row: span 2;
  }

  .custom-plates {
    padding-bottom: 70px;
  }

  .custom-plates-copy {
    min-height: 330px;
    padding: 22px;
  }

  .custom-plates-frame {
    min-height: 260px;
  }

  .custom-plates-frame figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .array-assembly {
    --assembly-scale: 0.76;
  }

  .contact .hero-actions,
  .hero-actions {
    align-items: stretch;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-status {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 16px;
  }

  .hero-status span {
    flex: 1 1 calc(50% - 5px);
    text-align: center;
  }

  .trust {
    margin-top: -44px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 680px;
  }

  h1 {
    font-size: clamp(34px, 10.4vw, 40px);
  }

  .section {
    padding: 66px 0;
  }

  .section-head {
    margin-bottom: 24px;
  }

  h2,
  .custom-plates-copy h2 {
    font-size: clamp(30px, 9.2vw, 38px);
  }

  .logo-track {
    gap: 8px;
    padding: 12px;
  }

  .poster-wall {
    gap: 10px;
  }

  .poster-card span {
    font-size: 11px;
  }

  .custom-plates-tags span {
    width: 100%;
    text-align: center;
  }

  .spec-grid article,
  .tech-copy,
  .about-copy {
    padding: 20px;
  }
}
