:root {
  --ink: #151515;
  --muted: #67625b;
  --paper: #f5f1ea;
  --white: #fffaf1;
  --steel: #2f3438;
  --steel-2: #171a1d;
  --red: #df2525;
  --red-dark: #a80f17;
  --amber: #ffb000;
  --line: rgba(21, 21, 21, 0.14);
  --shadow: 0 24px 70px rgba(20, 17, 14, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, rgba(0, 229, 255, 0.16), transparent 26%),
    radial-gradient(circle at 10% 18%, rgba(223, 37, 37, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(21, 21, 21, 0.04) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(22, 23, 23, 0.82);
  color: var(--white);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.brand,
.header-cta,
.nav-links,
.button,
address span {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--red);
}

.brand svg,
.header-cta svg,
.button svg,
article svg,
address svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.3;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-weight: 800;
  letter-spacing: 0;
}

.brand small {
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.75rem;
}

.nav-links {
  justify-content: center;
  gap: 8px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 7px;
  color: rgba(255, 250, 241, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
}

.header-cta {
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 550px);
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  min-height: min(720px, calc(100vh - 92px));
  margin: 18px auto 0;
  overflow: hidden;
  padding: clamp(24px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 74% 20%, rgba(0, 229, 255, 0.18), transparent 26%),
    radial-gradient(circle at 31% 67%, rgba(223, 37, 37, 0.22), transparent 32%),
    linear-gradient(135deg, #080a0d, #16191d 58%, #070809);
  box-shadow: 0 28px 90px rgba(8, 8, 8, 0.32);
}

.hero-content {
  grid-column: 2;
  align-self: center;
  position: relative;
  z-index: 5;
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 11, 14, 0.76), rgba(8, 11, 14, 0.42)),
    radial-gradient(circle at 12% 0%, rgba(0, 229, 255, 0.16), transparent 34%);
  color: var(--white);
  box-shadow: 0 0 44px rgba(0, 229, 255, 0.12), 0 0 70px rgba(223, 37, 37, 0.1);
  backdrop-filter: blur(10px);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 10px;
  border-left: 4px solid var(--red);
  background: rgba(223, 37, 37, 0.13);
  color: var(--red-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  background: rgba(21, 21, 21, 0.06);
  color: var(--steel);
}

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

h1,
h2 {
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.85rem, 5.1vw, 5.45rem);
  text-shadow: 0 0 28px rgba(223, 37, 37, 0.18);
}

h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4vw, 4.15rem);
}

.hero-copy,
.section-copy p {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
  line-height: 1.64;
}

.hero .eyebrow {
  border-color: #ff3030;
  background: rgba(255, 48, 48, 0.2);
  color: #ffe6e6;
  box-shadow: 0 0 28px rgba(255, 48, 48, 0.22);
}

.hero-copy {
  color: rgba(255, 250, 241, 0.82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
}

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tech-stack span {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 229, 255, 0.34);
  border-radius: 7px;
  background: rgba(0, 229, 255, 0.08);
  color: #d8fbff;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(0, 229, 255, 0.12);
}

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

.button {
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 19px;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 0 24px rgba(223, 37, 37, 0.52), 0 16px 34px rgba(223, 37, 37, 0.28);
}

.button.secondary {
  border: 1px solid rgba(255, 250, 241, 0.22);
  background: rgba(255, 250, 241, 0.12);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 36px;
}

.trust-strip span {
  min-height: 76px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(9, 12, 15, 0.58);
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.88rem;
  backdrop-filter: blur(16px);
}

.trust-strip strong {
  display: block;
  color: var(--white);
  font-size: 1.25rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  min-height: auto;
  border-radius: inherit;
  background: #090b0e;
  box-shadow: none;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 8, 0.12) 0 35%, rgba(4, 6, 8, 0.52) 58%, rgba(4, 6, 8, 0.94) 100%),
    radial-gradient(circle at 35% 38%, transparent 0 30%, rgba(0, 0, 0, 0.36) 74%);
  z-index: 1;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 7px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.neon-line {
  position: absolute;
  z-index: 3;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff2323, #00e5ff, transparent);
  filter: drop-shadow(0 0 10px #ff2323) drop-shadow(0 0 16px #00e5ff);
}

.neon-line.top {
  top: 26px;
}

.neon-line.bottom {
  bottom: 26px;
}

.hero-badge {
  position: absolute;
  z-index: 4;
  left: 28px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  max-width: 238px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: 8px;
  background: rgba(7, 10, 13, 0.66);
  color: var(--white);
  box-shadow: 0 0 32px rgba(0, 229, 255, 0.24);
  backdrop-filter: blur(14px);
}

.hero-badge strong {
  font-size: 1.02rem;
}

.hero-badge span {
  color: rgba(255, 250, 241, 0.68);
  font-size: 0.86rem;
}

.scan-beam {
  position: absolute;
  z-index: 3;
  top: -12%;
  bottom: -12%;
  width: 2px;
  background: linear-gradient(transparent, rgba(0, 229, 255, 0.98), rgba(255, 35, 35, 0.86), transparent);
  filter: drop-shadow(0 0 10px #00e5ff) drop-shadow(0 0 18px #ff2323);
  opacity: 0.66;
  transform: rotate(12deg);
  animation: scanSweep 5.6s ease-in-out infinite;
}

.beam-one {
  left: 42%;
}

.beam-two {
  left: 57%;
  animation-delay: 1.7s;
  opacity: 0.42;
}

.garage-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.garage-grid {
  position: absolute;
  inset: 50% -20% -22% -20%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 / 42px 42px;
  transform: perspective(360px) rotateX(62deg);
  transform-origin: top;
}

.lift {
  position: absolute;
  bottom: 18%;
  width: 18px;
  height: 58%;
  background: linear-gradient(#da2727, #7f0d13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.lift.left {
  left: 20%;
}

.lift.right {
  right: 16%;
}

.lift::after {
  content: "";
  position: absolute;
  bottom: 27%;
  width: 150px;
  height: 14px;
  background: #202326;
}

.lift.left::after {
  left: -2px;
}

.lift.right::after {
  right: -2px;
}

.car {
  position: absolute;
  left: 12%;
  right: 7%;
  bottom: 22%;
  height: 180px;
  filter: drop-shadow(0 32px 28px rgba(0, 0, 0, 0.45));
  animation: idleLift 5s ease-in-out infinite;
}

.car::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 0;
  bottom: 34px;
  height: 82px;
  border-radius: 62px 34px 20px 18px;
  background: linear-gradient(92deg, #f7f2e6 0%, #cfd0c9 46%, #8d9192 100%);
}

.hood,
.rear,
.window {
  position: absolute;
  display: block;
}

.hood {
  left: 1%;
  bottom: 72px;
  width: 34%;
  height: 58px;
  border-radius: 80px 12px 0 0;
  background: #fff8e8;
}

.rear {
  right: 3%;
  bottom: 73px;
  width: 30%;
  height: 68px;
  border-radius: 16px 70px 0 0;
  background: #a9adae;
}

.window {
  left: 36%;
  bottom: 90px;
  width: 29%;
  height: 64px;
  border-radius: 20px 24px 7px 7px;
  background: linear-gradient(135deg, #111417, #45515a);
  transform: skewX(-13deg);
}

.wheel {
  position: absolute;
  bottom: 4px;
  width: 66px;
  height: 66px;
  border: 13px solid #121315;
  border-radius: 50%;
  background: radial-gradient(circle, #d8d3c6 0 18%, #6a7174 19% 35%, #1a1d20 36%);
}

.w1 {
  left: 17%;
}

.w2 {
  right: 15%;
}

.brake-glow {
  position: absolute;
  left: 22%;
  bottom: 11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(223, 37, 37, 0.62);
  filter: blur(16px);
  animation: pulseBrake 2.6s ease-in-out infinite;
}

.tool-board {
  position: absolute;
  top: 16%;
  right: 8%;
  display: grid;
  gap: 11px;
  width: 120px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.tool-board span {
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 250, 241, 0.65);
}

.oil-drum {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 74px;
  height: 94px;
  border-radius: 12px 12px 8px 8px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.18) 49% 52%, transparent 53%),
    linear-gradient(#e42a29, #850f16);
  box-shadow: inset 0 8px rgba(255, 255, 255, 0.15);
}

.service-rail,
.visual-proof,
.split-section,
.offer-band,
.contact-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.service-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 26px 0 28px;
}

.service-rail article,
.offers article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.74);
  box-shadow: 0 16px 50px rgba(25, 20, 17, 0.08);
}

.visual-proof {
  display: grid;
  gap: 18px;
  padding: 34px 0 78px;
}

.photo-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #0d1014;
  color: var(--white);
  box-shadow: 0 24px 80px rgba(10, 10, 10, 0.2);
}

.photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 54px rgba(0, 229, 255, 0.13), inset 0 0 92px rgba(223, 37, 37, 0.16);
  pointer-events: none;
  z-index: 2;
}

.photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.photo-panel > div {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(90deg, rgba(13, 16, 20, 0.2), rgba(13, 16, 20, 0.94) 26%),
    radial-gradient(circle at 15% 35%, rgba(223, 37, 37, 0.3), transparent 32%);
}

.oil-panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.oil-panel > div {
  background:
    linear-gradient(270deg, rgba(13, 16, 20, 0.1), rgba(13, 16, 20, 0.96) 28%),
    radial-gradient(circle at 85% 25%, rgba(0, 229, 255, 0.26), transparent 32%);
}

.photo-panel .eyebrow {
  border-color: #00e5ff;
  background: rgba(0, 229, 255, 0.13);
  color: #d8fbff;
}

.photo-panel h2 {
  font-size: clamp(2rem, 4.6vw, 4.55rem);
}

.photo-panel p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 250, 241, 0.72);
  font-size: 1.05rem;
  line-height: 1.62;
}

.service-rail article {
  min-height: 210px;
  padding: 24px;
}

.service-rail svg,
.offers svg {
  width: 28px;
  height: 28px;
  margin-bottom: 26px;
  color: var(--red);
}

.service-rail h2 {
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 1.22rem;
  line-height: 1.1;
  font-weight: 900;
}

.service-rail p,
.timeline p,
.offers p {
  color: var(--muted);
  line-height: 1.5;
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 48px;
  padding: 76px 0;
  border-top: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 8px 18px;
  padding: 22px;
  border-radius: 8px;
  background: var(--steel-2);
  color: var(--white);
}

.timeline span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: var(--red);
  font-weight: 900;
}

.timeline strong {
  font-size: 1.25rem;
}

.timeline p {
  margin-bottom: 0;
  color: rgba(255, 250, 241, 0.68);
}

.offer-band {
  display: grid;
  gap: 28px;
  padding: 68px 38px 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(223, 37, 37, 0.9), rgba(18, 19, 20, 0.96)),
    var(--steel);
  color: var(--white);
  box-shadow: var(--shadow);
}

.offer-band .eyebrow {
  border-color: var(--amber);
  background: rgba(255, 176, 0, 0.16);
  color: var(--white);
}

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

.offers article {
  min-height: 270px;
  padding: 26px;
  background: rgba(255, 250, 241, 0.94);
  color: var(--ink);
}

.offers .featured {
  background: var(--white);
  transform: translateY(-14px);
}

.offers h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.offers strong {
  display: block;
  margin-top: 24px;
  font-size: 1.2rem;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 72px 0 86px;
}

.contact-section address {
  display: grid;
  gap: 10px;
  font-style: normal;
  color: var(--muted);
}

address span {
  gap: 10px;
}

.dark-btn {
  grid-column: 2;
  width: fit-content;
  justify-self: end;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes idleLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes pulseBrake {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@keyframes scanSweep {
  0%,
  100% {
    transform: translateX(-34px) rotate(12deg);
  }
  50% {
    transform: translateX(62px) rotate(12deg);
  }
}

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

  .nav-links {
    display: none;
  }

  .hero,
  .photo-panel,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 720px;
    align-items: end;
  }

  .hero-content {
    grid-column: 1;
    align-self: end;
  }

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

  .hero-media img {
    object-position: 36% center;
  }

  .photo-panel img,
  .photo-panel img {
    min-height: 330px;
  }

  .service-rail,
  .offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-section .button,
  .dark-btn {
    grid-column: auto;
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .service-rail,
  .visual-proof,
  .split-section,
  .offer-band,
  .contact-section {
    width: min(100% - 22px, 1180px);
  }

  .site-header {
    margin-top: 8px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    width: 44px;
    padding: 0;
    font-size: 0;
  }

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

  h1 {
    font-size: clamp(2.45rem, 12.4vw, 4rem);
  }

  .trust-strip,
  .service-rail,
  .offers {
    grid-template-columns: 1fr;
  }

  .hero .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .hero .trust-strip span {
    min-height: 54px;
    padding: 9px 7px;
    font-size: 0.68rem;
  }

  .hero .trust-strip strong {
    font-size: 0.9rem;
  }

  .offer-band {
    padding: 36px 16px 22px;
  }

  .offers .featured {
    transform: none;
  }

  .timeline div {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 14px;
    padding-top: 48px;
    gap: 18px;
    min-height: 720px;
  }

  .hero-content {
    padding: 14px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 10.8vw, 3.1rem);
  }

  .hero-copy {
    font-size: 0.88rem;
    line-height: 1.46;
  }

  .tech-stack {
    gap: 6px;
    margin-top: 14px;
  }

  .tech-stack span {
    min-height: 28px;
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .hero .button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero-badge {
    top: 14px;
    left: 14px;
    right: auto;
    bottom: auto;
    max-width: 200px;
    padding: 12px;
  }

  .neon-line {
    left: 14px;
    right: 14px;
  }

  .photo-panel {
    min-height: auto;
  }

  .photo-panel img {
    min-height: 260px;
  }

  .photo-panel > div {
    padding: 24px 18px 28px;
  }

  .oil-panel img {
    order: -1;
  }
}
