:root {
  --black: #0d0d0d;
  --black-soft: #151515;
  --blue: #0f3d75;
  --blue-bright: #0872d9;
  --white: #ffffff;
  --silver: #b8bec5;
  --muted: #8f969e;
  --line: rgba(184, 190, 197, 0.24);
  --panel: rgba(255, 255, 255, 0.055);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 8%, rgba(8, 114, 217, 0.16), transparent 24rem),
    linear-gradient(180deg, #090909 0%, var(--black) 46%, #111 100%);
  color: var(--white);
  font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(8, 8, 8, 0.76);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 13rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.brand-mark {
  width: 2.2rem;
  height: 1.2rem;
  border-top: 2px solid var(--white);
  border-bottom: 3px solid var(--blue-bright);
  transform: skewX(-24deg);
}

.brand strong,
.brand span span {
  display: block;
  font-size: 0.72rem;
  line-height: 1.1;
}

.brand span span {
  color: var(--blue-bright);
  margin-top: 0.2rem;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 3vw, 2rem);
  color: var(--silver);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

nav a:hover,
nav a:focus-visible {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(18rem, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 8rem clamp(1rem, 5vw, 5rem) 4rem;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.95) 0%, rgba(8, 8, 8, 0.7) 45%, rgba(8, 8, 8, 0.35) 100%),
    url("assets/poster-car-hero.png") center / cover;
  filter: saturate(1.08) contrast(1.04);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 11rem;
  z-index: -1;
  background: linear-gradient(0deg, var(--black), transparent);
}

.hero-content {
  max-width: 48rem;
}

.eyebrow {
  margin: 0 0 0.95rem;
  color: var(--blue-bright);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "League Spartan", Inter, ui-sans-serif, system-ui, sans-serif;
  text-transform: uppercase;
}

h1 {
  max-width: 56rem;
  margin-bottom: 1.1rem;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.9;
  text-wrap: balance;
}

h1 span,
.section-heading h2,
.and-up {
  color: var(--blue-bright);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
  text-wrap: balance;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.02rem;
  letter-spacing: 0.06rem;
}

.hero-copy,
.section-copy p,
.section-heading p,
.work-copy p,
.contact p {
  max-width: 42rem;
  color: var(--silver);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button.primary {
  background: var(--blue-bright);
  border-color: var(--blue-bright);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.06);
}

.hero-card {
  align-self: end;
  border: 1px solid var(--line);
  background: rgba(10, 10, 10, 0.72);
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 1.48;
  object-fit: cover;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: #101010;
}

.trust-band div {
  min-height: 8rem;
  padding: clamp(1rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
}

.trust-band div:last-child {
  border-right: 0;
}

.trust-band strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.92rem;
  letter-spacing: 0.11rem;
  text-transform: uppercase;
}

.trust-band span,
.service-grid p,
.price-card li {
  color: var(--muted);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.service-grid article {
  min-height: 16rem;
  padding: 1.4rem;
  border-right: 1px solid var(--line);
}

.service-grid article:last-child {
  border-right: 0;
}

.line-icon {
  display: block;
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 1.8rem;
  border: 2px solid var(--blue-bright);
}

.line-icon.shield {
  border-radius: 0.35rem 0.35rem 1.2rem 1.2rem;
}

.line-icon.wash {
  border: 0;
}

.line-icon.wash::before,
.line-icon.wash::after {
  content: "";
  position: absolute;
  border: 2px solid var(--blue-bright);
}

.line-icon.wash::before {
  left: 0.3rem;
  right: 0.3rem;
  top: 0.85rem;
  height: 0.95rem;
  border-radius: 1rem;
}

.line-icon.wash::after {
  left: 0.75rem;
  top: 0.1rem;
  width: 1rem;
  height: 1.75rem;
  border-top: 0;
  border-left: 0;
  transform: rotate(28deg);
}

.line-icon.vacuum {
  height: 2rem;
  border-radius: 0.8rem 0.8rem 0.25rem 0.25rem;
}

.line-icon.vacuum::after {
  content: "";
  position: absolute;
  right: -0.65rem;
  top: 0.45rem;
  width: 0.75rem;
  height: 1.3rem;
  border: 2px solid var(--blue-bright);
  border-left: 0;
  border-radius: 0 0.8rem 0.8rem 0;
}

.line-icon.polisher {
  border-radius: 50%;
}

.line-icon.polisher::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0.55rem;
  width: 1.25rem;
  height: 0.5rem;
  border: 2px solid var(--blue-bright);
  border-left: 0;
  transform: rotate(-16deg);
}

.line-icon.drop {
  border-radius: 55% 55% 55% 10%;
  transform: rotate(-45deg);
}

.line-icon.sparkle {
  border: 0;
}

.line-icon.sparkle::before,
.line-icon.sparkle::after {
  content: "";
  position: absolute;
  inset: 0.45rem 1.15rem;
  background: var(--blue-bright);
}

.line-icon.sparkle::after {
  transform: rotate(90deg);
}

.line-icon.car {
  height: 1.6rem;
  margin-top: 0.65rem;
  border-radius: 0.7rem 0.7rem 0.2rem 0.2rem;
}

.line-icon.pin {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.line-icon.pin::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 2px solid var(--blue-bright);
  border-radius: 50%;
}

.pricing {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #101010;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

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

.price-card {
  position: relative;
  min-height: 25rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(3, 5, 8, 0.82);
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.22rem;
  background: linear-gradient(90deg, transparent, var(--blue-bright), transparent);
  opacity: 0.82;
}

.price-card.featured {
  border-color: rgba(8, 114, 217, 0.72);
  background: linear-gradient(180deg, rgba(15, 61, 117, 0.3), rgba(255, 255, 255, 0.045));
}

.badge {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.3rem 0.55rem;
  background: var(--blue-bright);
  border-radius: 3px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.price {
  margin-bottom: 0.2rem;
  color: var(--blue-bright);
  font-size: clamp(3.2rem, 7vw, 5.2rem);
  font-weight: 800;
  line-height: 0.9;
}

.price small {
  font-size: 0.48em;
  vertical-align: super;
}

.and-up {
  margin: 0 0 1.2rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.work {
  display: grid;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.work-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.work-gallery img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  border: 1px solid var(--line);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.6fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(8, 114, 217, 0.22), transparent 38rem),
    #090909;
  border-top: 1px solid var(--line);
}

.contact-panel {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  padding: 1.2rem;
  border-left: 2px solid var(--blue-bright);
  background: rgba(255, 255, 255, 0.045);
}

.contact-panel a,
.contact-panel span {
  overflow-wrap: anywhere;
  color: var(--silver);
}

.contact-panel a:hover,
.contact-panel a:focus-visible {
  color: var(--white);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 5vw, 5rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .work,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-card {
    align-self: auto;
    max-width: 36rem;
  }

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

  .service-grid article {
    border-bottom: 1px solid var(--line);
  }

  .service-grid article:nth-child(2n) {
    border-right: 0;
  }

  .price-grid,
  .trust-band {
    grid-template-columns: 1fr;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.78) 52%, rgba(8, 8, 8, 0.92) 100%),
      url("assets/poster-car-hero.png") 60% top / cover;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  .hero-actions {
    display: grid;
  }

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

  .service-grid article {
    min-height: auto;
    border-right: 0;
  }

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

  footer {
    display: grid;
  }
}
