.vehicle-page {
  background: var(--cream);
}

.vehicle-header {
  color: var(--ink);
  border-color: rgba(5, 5, 5, 0.12);
  background: rgba(255, 250, 242, 0.9);
}

.vehicle-header .brand img {
  filter: none;
}

.vehicle-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: 42px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 38px;
  overflow: hidden;
  color: var(--ivory);
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #050505 0%, #171717 54%, #373632 100%);
}

.vehicle-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.5), rgba(5, 5, 5, 0.08) 60%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0) 44%);
}

.vehicle-hero-copy,
.vehicle-hero-visual,
.vehicle-stat-strip {
  position: relative;
  z-index: 1;
}

.vehicle-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vehicle-back-link svg {
  width: 16px;
  height: 16px;
}

.vehicle-hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(54px, 7vw, 104px);
  line-height: 0.9;
  letter-spacing: 0;
}

.vehicle-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.58;
}

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

.vehicle-hero-visual {
  align-self: center;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.vehicle-hero-glow {
  position: absolute;
  width: min(46vw, 620px);
  aspect-ratio: 1.35;
  background: radial-gradient(circle, rgba(255, 253, 248, 0.18), transparent 68%);
}

.vehicle-hero-visual img {
  position: relative;
  width: min(720px, 56vw);
  max-width: none;
  filter: drop-shadow(0 34px 36px rgba(0, 0, 0, 0.52));
}

.vehicle-stat-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 250, 242, 0.14);
  background: rgba(255, 253, 248, 0.07);
  backdrop-filter: blur(18px);
}

.vehicle-stat-strip div {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.vehicle-stat-strip div + div {
  border-left: 1px solid rgba(255, 250, 242, 0.12);
}

.vehicle-stat-strip span,
.vehicle-feature-panel h3 {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-stat-strip span {
  color: var(--champagne);
}

.vehicle-stat-strip strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.vehicle-intro,
.vehicle-feature-panel,
.vehicle-testimonials,
.vehicle-book {
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
}

.vehicle-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 58px;
  padding-top: 112px;
  padding-bottom: 82px;
  background: var(--ivory);
}

.vehicle-intro h2,
.vehicle-book h2 {
  margin: 0;
  color: var(--espresso);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.02;
}

.vehicle-intro-copy {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.vehicle-intro-copy p {
  margin: 0;
}

.vehicle-intro-copy p + p {
  margin-top: 18px;
}

.vehicle-feature-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 112px;
  background: var(--ivory);
}

.vehicle-feature-panel article {
  min-height: 240px;
  padding: 30px;
  background: #ebe8e1;
}

.vehicle-feature-card-with-image {
  display: grid;
  padding: 0;
  overflow: hidden;
}

.vehicle-feature-card-with-image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  filter: contrast(1.03) saturate(1.04);
}

.vehicle-feature-card-with-image div {
  padding: 30px;
}

.vehicle-feature-panel svg {
  width: 34px;
  height: 34px;
  color: var(--copper);
}

.vehicle-feature-panel h3 {
  margin: 26px 0 12px;
  color: var(--copper);
}

.vehicle-feature-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.vehicle-testimonials {
  display: grid;
  grid-template-columns: 0.78fr 1.35fr;
  gap: 42px;
  align-items: center;
  padding: 112px max(24px, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(135deg, rgba(5, 5, 5, 0.08), transparent 42%),
    #ebe8e1;
}

.vehicle-testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.vehicle-quote-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  align-items: center;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 18px 46px rgba(5, 5, 5, 0.08);
}

.vehicle-quote-card.featured {
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0)),
    var(--espresso);
  transform: translateX(-24px);
}

.vehicle-quote-card img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border: 3px solid rgba(255, 253, 248, 0.72);
  filter: contrast(1.03) saturate(1.06);
}

.vehicle-quote-card .vehicle-quote-img-rich {
  object-position: center 32%;
}

.vehicle-quote-card blockquote {
  margin: 0;
  color: inherit;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.18;
}

.vehicle-quote-card figcaption {
  margin-top: 13px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vehicle-quote-card.featured figcaption {
  color: var(--champagne);
}

.vehicle-book {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding-top: 96px;
  padding-bottom: 96px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94) 0%, rgba(255, 253, 248, 0.82) 46%, rgba(255, 253, 248, 0.34) 100%),
    linear-gradient(0deg, rgba(255, 253, 248, 0.9), rgba(255, 253, 248, 0.18)),
    url("assets/cadillac/cta-fleetwood-internet.jpg") right 48% / min(820px, 58vw) auto no-repeat,
    var(--ivory);
}

.vehicle-book > div {
  max-width: 760px;
}

.vehicle-book p:not(.eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.vehicle-book .button {
  min-width: max-content;
}

@media (max-width: 900px) {
  .vehicle-hero,
  .vehicle-intro,
  .vehicle-feature-panel,
  .vehicle-testimonials {
    grid-template-columns: 1fr;
  }

  .vehicle-hero {
    min-height: auto;
    padding-top: 130px;
  }

  .vehicle-hero-visual {
    min-height: 300px;
    order: -1;
  }

  .vehicle-hero-visual img {
    width: min(760px, 112vw);
  }

  .vehicle-stat-strip {
    grid-template-columns: 1fr;
  }

  .vehicle-stat-strip div + div {
    border-top: 1px solid rgba(255, 250, 242, 0.12);
    border-left: 0;
  }

  .vehicle-book {
    display: grid;
  }

  .vehicle-quote-card.featured {
    transform: none;
  }
}

@media (max-width: 680px) {
  .vehicle-hero {
    padding: 112px 20px 28px;
  }

  .vehicle-hero h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .vehicle-hero-actions {
    flex-direction: column;
  }

  .vehicle-intro,
  .vehicle-feature-panel,
  .vehicle-testimonials,
  .vehicle-book {
    padding-inline: 20px;
  }

  .vehicle-intro,
  .vehicle-testimonials {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .vehicle-feature-panel {
    padding-bottom: 78px;
  }

  .vehicle-book {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .vehicle-quote-card {
    grid-template-columns: 74px 1fr;
    gap: 16px;
    padding: 18px;
  }

  .vehicle-quote-card img {
    width: 74px;
    height: 74px;
  }
}
