.automotive-page {
  background: var(--white);
}

.automotive-header-inner {
  grid-template-columns: 1fr auto 1fr;
}

.auto-hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 30%, rgba(38, 183, 172, .2), transparent 26%),
    radial-gradient(circle at 15% 90%, rgba(255, 107, 53, .12), transparent 30%),
    var(--navy-deep);
  border-top: 5px solid var(--orange);
}

.auto-hero-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.auto-hero::after {
  content: "AUTOMOTIVE";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.025);
  font-size: clamp(100px, 16vw, 250px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .7;
  white-space: nowrap;
  pointer-events: none;
}

.auto-hero-layout {
  position: relative;
  z-index: 2;
  min-height: 730px;
  padding-top: 148px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, .95fr);
  align-items: center;
  gap: 54px;
}

.auto-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 5.6vw, 84px);
  line-height: 1.02;
  letter-spacing: -.052em;
}

.auto-hero-text {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.65;
}

.auto-tags {
  margin: 30px 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.auto-tags span {
  padding: 8px 12px;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.auto-hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.auto-hero-visual img {
  position: relative;
  z-index: 3;
  width: min(100%, 680px);
  filter: drop-shadow(0 38px 50px rgba(0,0,0,.45));
  animation: autoFloat 5.8s ease-in-out infinite;
}

.auto-halo {
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.halo-one {
  width: 420px;
  height: 420px;
}

.halo-two {
  width: 520px;
  height: 520px;
  border-color: rgba(38,183,172,.22);
}

.auto-signal {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(38,183,172,.45);
  border-radius: 50%;
  animation: signalPulse 3s ease-out infinite;
}

.signal-one {
  width: 220px;
  height: 220px;
  left: 20%;
  bottom: 18%;
}

.signal-two {
  width: 300px;
  height: 300px;
  left: 12%;
  bottom: 10%;
  animation-delay: .7s;
}

.auto-proof {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.auto-proof > div {
  min-height: 130px;
  padding: 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border-right: 1px solid rgba(255,255,255,.1);
}

.auto-proof > div:last-child {
  border-right: 0;
}

.auto-proof strong {
  color: var(--orange);
  font-size: 34px;
  line-height: 1;
}

.auto-proof span {
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.4;
}

.auto-value {
  background: var(--paper);
}

.auto-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.auto-value-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(14,27,61,.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.auto-value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.auto-value-image {
  aspect-ratio: 1 / .88;
  padding: 16px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(38,183,172,.12), transparent 55%),
    var(--navy-deep);
}

.auto-value-image img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.auto-value-copy {
  padding: 30px 30px 34px;
}

.auto-value-copy > span,
.auto-flow article > span,
.auto-solution-card > span {
  color: var(--orange);
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.auto-value-copy h3,
.auto-flow h3,
.auto-tech-item h3,
.auto-solution-card h3 {
  margin: 14px 0 0;
  font-size: 26px;
  line-height: 1.15;
}

.auto-value-copy p,
.auto-flow p,
.auto-tech-item p,
.auto-solution-card p {
  margin: 12px 0 0;
  color: var(--slate);
}

.auto-system {
  color: var(--white);
  background: var(--navy);
}

.auto-system-intro {
  max-width: 850px;
  margin-bottom: 58px;
}

.auto-system-intro h2 {
  margin: 0;
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.auto-system-intro > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 18px;
}

.auto-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, auto));
  align-items: center;
  gap: 12px;
}

.auto-flow article {
  min-width: 0;
  min-height: 390px;
  padding: 26px 20px 24px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
}

.auto-flow article > span {
  display: block;
}

.auto-flow h3 {
  color: var(--white);
  font-size: 23px;
}

.auto-flow p {
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.auto-flow-image,
.auto-flow-symbol {
  height: 190px;
  margin: 24px 0 8px;
  display: grid;
  place-items: center;
}

.auto-flow-image img {
  width: 100%;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(0,0,0,.22));
}

.auto-flow-laptop img {
  transform: scale(1.15);
}

.auto-flow-symbol svg {
  width: 92px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-arrow {
  color: var(--orange);
  font-size: 26px;
}

.auto-tech {
  background: var(--white);
}

.auto-tech-layout {
  display: grid;
  grid-template-columns: minmax(330px, .84fr) minmax(0, 1.16fr);
  gap: 80px;
  align-items: center;
}

.auto-tech-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
}

.auto-tech-visual img {
  position: relative;
  z-index: 2;
  width: 95%;
  filter: drop-shadow(0 30px 30px rgba(14,27,61,.22));
}

.tech-orbit {
  position: absolute;
  border: 1px solid rgba(14,27,61,.12);
  border-radius: 50%;
}

.tech-orbit-a {
  width: 380px;
  height: 380px;
}

.tech-orbit-b {
  width: 470px;
  height: 470px;
  border-color: rgba(38,183,172,.28);
}

.auto-tech-list {
  display: grid;
  gap: 14px;
}

.auto-tech-item {
  padding: 28px 30px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 4px solid var(--navy);
}

.auto-tech-item:nth-child(2) {
  border-left-color: var(--teal);
}

.auto-tech-item:nth-child(3) {
  border-left-color: var(--orange);
}

.auto-tech-item > span {
  color: var(--orange);
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.auto-tech-item h3 {
  margin-top: 0;
}

.auto-specs {
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.auto-specs div {
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
}

.auto-specs dt {
  color: var(--muted);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.auto-specs dd {
  margin: 3px 0 0;
  color: var(--navy);
  font-weight: 700;
}

.auto-solutions {
  background: var(--paper);
}

.auto-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.auto-solution-card {
  position: relative;
  min-height: 440px;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--navy);
}

.auto-solution-card:nth-child(2) {
  border-top-color: var(--teal);
}

.auto-solution-card:nth-child(3) {
  border-top-color: var(--orange);
}

.auto-solution-card h3 {
  margin-top: 38px;
}

.auto-solution-card ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.auto-solution-card li {
  position: relative;
  padding: 11px 0 11px 22px;
  color: var(--slate);
  border-top: 1px solid var(--line);
}

.auto-solution-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 7px;
  background: var(--teal);
  border-radius: 50%;
}

.auto-closing {
  padding-top: 0;
  background: var(--paper);
}

.auto-closing-card {
  padding: 60px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 60px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 30%, rgba(38,183,172,.15), transparent 30%),
    var(--navy-deep);
  border-top: 4px solid var(--orange);
}

.auto-closing-card h2 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

@keyframes autoFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

@keyframes signalPulse {
  0% { transform: scale(.75); opacity: 0; }
  35% { opacity: .75; }
  100% { transform: scale(1.2); opacity: 0; }
}

@media (max-width: 1080px) {
  .auto-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-arrow {
    display: none;
  }

  .auto-flow article {
    min-height: 350px;
  }
}

@media (max-width: 980px) {
  .automotive-header-inner {
    grid-template-columns: 1fr auto;
  }

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

  .auto-hero-layout {
    grid-template-columns: 1fr;
    padding-top: 138px;
    padding-bottom: 20px;
  }

  .auto-hero-copy {
    max-width: 820px;
  }

  .auto-hero-visual {
    min-height: 460px;
  }

  .auto-proof {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
  }

  .auto-proof > div:nth-child(2) {
    border-right: 0;
  }

  .auto-proof > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .auto-value-grid,
  .auto-solution-grid {
    grid-template-columns: 1fr;
  }

  .auto-value-card {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  }

  .auto-value-image {
    aspect-ratio: auto;
    min-height: 340px;
  }

  .auto-tech-layout,
  .auto-closing-card {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .auto-tech-visual {
    min-height: 480px;
  }

  .auto-closing-card .button {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .automotive-home-link {
    font-size: 11px;
  }

  .auto-hero-layout {
    padding-top: 118px;
  }

  .auto-hero-copy h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .auto-tags {
    margin-bottom: 24px;
  }

  .auto-hero-visual {
    min-height: 350px;
  }

  .halo-one { width: 290px; height: 290px; }
  .halo-two { width: 350px; height: 350px; }

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

  .auto-proof > div,
  .auto-proof > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .auto-proof > div:last-child {
    border-bottom: 0;
  }

  .auto-value-card {
    display: block;
  }

  .auto-value-image {
    min-height: 280px;
  }

  .auto-value-copy {
    padding: 26px 24px 30px;
  }

  .auto-flow {
    grid-template-columns: 1fr;
  }

  .auto-flow article {
    min-height: auto;
  }

  .auto-tech-visual {
    min-height: 350px;
  }

  .tech-orbit-a { width: 280px; height: 280px; }
  .tech-orbit-b { width: 340px; height: 340px; }

  .auto-tech-item {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

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

  .auto-solution-card,
  .auto-closing-card {
    padding: 32px 24px;
  }

  .auto-solution-card {
    min-height: auto;
  }
}
