:root {
  --paper: #f4f1ea;
  --ink: #111111;
  --line: #d7d1c4;
  --panel: #ffffff;
  --shadow: rgba(17, 17, 17, 0.08);
  --display-font: "Arial Narrow", "Avenir Next Condensed", "Franklin Gothic Medium",
    Impact, sans-serif;
  --body-font: Baskerville, "Palatino Linotype", "Book Antiqua", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 47px,
      var(--line) 48px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 47px,
      var(--line) 48px
    ),
    var(--paper);
  font-family: var(--body-font);
}

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

a {
  color: inherit;
}

.page-shell {
  width: min(1400px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 3rem;
}

.hero,
.grid-band,
.detail-grid {
  display: grid;
  gap: 1rem;
}

.hero {
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.4fr);
  align-items: stretch;
  min-height: 100vh;
}

.hero-copy,
.hero-visual,
.panel,
.detail-card,
.quote-strip {
  border: 2px solid var(--ink);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}

.hero-copy {
  padding: clamp(1.5rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(1.1rem, 2vw, 2rem);
}

.eyebrow,
.panel-label,
.aside {
  font-family: var(--display-font);
  letter-spacing: 0.08em;
}

.eyebrow,
.panel-label {
  font-size: 1rem;
  margin: 0 0 0.5rem;
}

.hero h1,
.panel h2,
.detail-card h2 {
  margin: 0;
  font-weight: 400;
  line-height: 0.9;
}

.hero h1 {
  font-size: clamp(4rem, 11vw, 8.8rem);
  text-transform: uppercase;
  font-family: var(--display-font);
  margin-left: -0.08em;
}

.hero h1 span {
  display: block;
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  line-height: 1.05;
  margin-top: 1rem;
}

.intro,
.panel p,
.detail-card p,
.detail-card li {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border: 2px solid var(--ink);
  text-decoration: none;
  font-family: var(--display-font);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translate(-4px, -4px);
}

.button-dark {
  color: #ffffff;
  background: var(--ink);
}

.button-light {
  color: var(--ink);
  background: transparent;
}

.aside {
  margin: 1rem 0 0;
  font-size: 1rem;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.9), transparent 42%),
    linear-gradient(180deg, #0a0a0a, #1b1b1b 55%, #050505);
}

.car-stage {
  position: absolute;
  inset: 0;
}

.car {
  position: absolute;
  left: 50%;
  bottom: 2%;
  width: min(1150px, 120%);
  transform: translateX(-48%);
  user-select: none;
  pointer-events: none;
}

.car-base {
  filter: grayscale(1) contrast(1.1) brightness(1.04);
}

.car-lights {
  clip-path: polygon(
    1% 45%,
    9% 38%,
    11% 49%,
    9% 52%,
    4% 49%,
    78% 46%,
    86% 43%,
    87.5% 48%,
    84% 49.5%,
    79% 49%,
    92.5% 42.5%,
    95.5% 43%,
    95% 46%,
    92.5% 46%
  );
}

.grid-band,
.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.panel,
.detail-card {
  padding: 1.5rem;
}

.panel-dark,
.detail-card-accent {
  background: var(--ink);
  color: #ffffff;
}

.panel h2,
.detail-card h2 {
  font-size: clamp(2.6rem, 5vw, 4rem);
  margin-bottom: 1rem;
}

.quote-strip {
  margin-top: 1rem;
  padding: 1.2rem 1.5rem;
  background: rgba(255, 255, 255, 0.92);
}

.quote-strip p {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.detail-card ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.detail-card li + li {
  margin-top: 0.65rem;
}

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

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 26rem;
  }

  .car {
    width: min(900px, 165%);
    transform: translateX(-54%);
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 1rem, 1400px);
    padding-bottom: 1rem;
  }

  .hero-copy,
  .panel,
  .detail-card,
  .quote-strip {
    padding: 1.15rem;
  }

  .hero-visual {
    min-height: 18rem;
  }

  .car {
    width: 185%;
    left: 49%;
    bottom: 6%;
  }
}
