/* ============================================================
   Stan's Place — Classic Packard & Tractor Collection
   Elegant showroom aesthetic · cream, burgundy, gold, charcoal
   ============================================================ */

:root {
  --cream: #f5efe3;
  --cream-dark: #e8dfc8;
  --ivory: #faf7f0;
  --charcoal: #1a1814;
  --charcoal-soft: #2a2620;
  --ink: #0f0e0c;
  --burgundy: #6b1f2a;
  --burgundy-deep: #4a1520;
  --gold: #c4a35a;
  --gold-soft: #d4b978;
  --gold-dim: rgba(196, 163, 90, 0.35);
  --steel: #8a8378;
  --muted: #6e675c;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(15, 14, 12, 0.35);
  --radius: 4px;
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
  --max: 1180px;
  --nav-h: 76px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--cream);
  background: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* ---------- Typography ---------- */
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 400;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
}

h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
}

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--cream-dark);
  max-width: 38rem;
}

.section {
  padding: clamp(4.5rem, 9vw, 7.5rem) 1.5rem;
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-header {
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  max-width: 40rem;
}

.section-header p {
  margin-top: 1rem;
  color: var(--steel);
}

.gold-rule {
  width: 56px;
  height: 1px;
  background: var(--gold);
  margin: 1.1rem 0 0;
  border: none;
}

/* ---------- Nav ---------- */
.site-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.site-nav.scrolled {
  background: rgba(15, 14, 12, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(196, 163, 90, 0.18);
}

.nav-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--cream);
  line-height: 1;
}

.brand-sub {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.nav-links a {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cream-dark);
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  border: 1px solid var(--gold-dim);
  padding: 0.55rem 1rem;
  color: var(--gold) !important;
  transition: background 0.2s ease, border-color 0.2s ease !important;
}

.nav-cta:hover {
  background: rgba(196, 163, 90, 0.12);
  border-color: var(--gold);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-dim);
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--cream);
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  padding: 0 1.5rem 5.5rem;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.04);
  animation: hero-zoom 18s ease-out forwards;
}

@keyframes hero-zoom {
  to {
    transform: scale(1);
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 14, 12, 0.55) 0%, rgba(15, 14, 12, 0.2) 35%, rgba(15, 14, 12, 0.88) 100%),
    linear-gradient(90deg, rgba(15, 14, 12, 0.65) 0%, transparent 55%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
}

.hero-content .eyebrow {
  margin-bottom: 1rem;
}

.hero h1 {
  color: var(--ivory);
  max-width: 14ch;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-soft);
  font-weight: 400;
}

.hero-lead {
  margin-top: 1.35rem;
  max-width: 34rem;
  color: rgba(245, 239, 227, 0.88);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--gold);
  color: var(--ink);
}

.btn-primary:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
}

.btn-ghost {
  border-color: rgba(245, 239, 227, 0.35);
  color: var(--cream);
  background: rgba(15, 14, 12, 0.25);
  backdrop-filter: blur(6px);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(196, 163, 90, 0.25);
  max-width: 36rem;
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
}

.stat span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
}

/* ---------- About ---------- */
.about {
  background: var(--charcoal);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.about-copy .eyebrow {
  margin-bottom: 0.75rem;
}

.about-copy h2 {
  margin-bottom: 0.25rem;
}

.about-copy p {
  color: var(--steel);
  margin-top: 1.15rem;
}

.about-copy p strong {
  color: var(--cream-dark);
  font-weight: 600;
}

.about-quote {
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  border-left: 2px solid var(--gold);
  background: rgba(196, 163, 90, 0.06);
}

.about-quote p {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--cream);
  margin: 0;
  line-height: 1.4;
}

.about-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-style: normal;
  font-family: var(--font-body);
}

.about-photo {
  position: relative;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(196, 163, 90, 0.2);
  box-shadow: var(--shadow);
}

.about-photo-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(15, 14, 12, 0.78);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--cream-dark);
  border: 1px solid rgba(196, 163, 90, 0.2);
}

/* ---------- Featured Packards ---------- */
.packards {
  background:
    radial-gradient(ellipse at top, rgba(107, 31, 42, 0.18), transparent 55%),
    var(--ink);
}

.vehicle-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(3.5rem, 7vw, 6rem);
}

.vehicle {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.vehicle:nth-child(even) {
  grid-template-columns: 0.85fr 1.15fr;
}

.vehicle:nth-child(even) .vehicle-media {
  order: 2;
}

.vehicle:nth-child(even) .vehicle-info {
  order: 1;
}

.vehicle-media {
  position: relative;
  overflow: hidden;
  background: var(--charcoal-soft);
  border: 1px solid rgba(196, 163, 90, 0.15);
  min-height: 340px;
}

.vehicle-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.vehicle:hover .vehicle-media img {
  transform: scale(1.03);
}

.vehicle-year {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: rgba(15, 14, 12, 0.8);
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  backdrop-filter: blur(6px);
}

.vehicle-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0;
}

.vehicle-info .eyebrow {
  margin-bottom: 0.55rem;
}

.vehicle-info h3 {
  margin-bottom: 0.35rem;
}

.vehicle-model {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-soft);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.vehicle-info p {
  color: var(--steel);
  font-size: 0.98rem;
}

.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1.25rem;
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(196, 163, 90, 0.18);
}

.spec dt {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.spec dd {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--cream);
}

.thumb-row {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.35rem;
  flex-wrap: wrap;
}

.thumb {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border: 1px solid rgba(196, 163, 90, 0.2);
  opacity: 0.85;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.thumb:hover,
.thumb.active {
  opacity: 1;
  border-color: var(--gold);
  transform: translateY(-2px);
}

/* ---------- Mercedes 190SL ---------- */
.mercedes {
  background:
    radial-gradient(ellipse at 20% top, rgba(90, 140, 180, 0.12), transparent 50%),
    var(--charcoal);
}

.vehicle-source {
  margin-top: 1.25rem;
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.vehicle-source a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vehicle-source a:hover {
  color: var(--gold-soft);
}

.mercedes-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.mercedes-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(196, 163, 90, 0.15);
  cursor: pointer;
  aspect-ratio: 4 / 3;
  background: var(--ink);
}

.mercedes-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.mercedes-shot:hover img {
  transform: scale(1.05);
}

.mercedes-shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 0.75rem 0.65rem;
  background: linear-gradient(transparent, rgba(15, 14, 12, 0.9));
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-dark);
}

.vehicle-info p + p {
  margin-top: 0.85rem;
  color: var(--steel);
  font-size: 0.98rem;
}

@media (max-width: 960px) {
  .mercedes-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .mercedes-gallery {
    grid-template-columns: 1fr;
  }
}

/* ---------- Collection grids ---------- */
.collection {
  background: var(--charcoal);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2rem;
}

.filter-btn {
  padding: 0.55rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(196, 163, 90, 0.22);
  color: var(--steel);
  transition: all 0.2s ease;
}

.filter-btn:hover,
.filter-btn.active {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

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

.card {
  background: var(--ink);
  border: 1px solid rgba(196, 163, 90, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 163, 90, 0.4);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.card-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--charcoal-soft);
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.card:hover .card-media img {
  transform: scale(1.06);
}

.card-body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.card-tag {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.card-body h3 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.card-body p {
  font-size: 0.9rem;
  color: var(--steel);
}

.card[hidden] {
  display: none;
}

/* ---------- Tour ---------- */
.tour {
  background:
    linear-gradient(180deg, var(--ink), var(--burgundy-deep) 160%),
    var(--ink);
  position: relative;
}

.tour-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}

.video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(196, 163, 90, 0.25);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tour-copy .eyebrow {
  margin-bottom: 0.75rem;
}

.tour-copy p {
  color: var(--steel);
  margin-top: 1rem;
}

.tour-copy .btn {
  margin-top: 1.75rem;
}

.tour-highlights {
  margin-top: 2rem;
  display: grid;
  gap: 0.85rem;
}

.highlight {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(196, 163, 90, 0.15);
}

.highlight:last-child {
  border-bottom: 1px solid rgba(196, 163, 90, 0.15);
}

.highlight-num {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.15rem;
  min-width: 1.6rem;
}

.highlight strong {
  display: block;
  color: var(--cream);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.highlight span {
  font-size: 0.88rem;
  color: var(--steel);
}

/* ---------- Gallery strip ---------- */
.moments {
  background: var(--charcoal);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.moments-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 0.75rem;
}

.moments-grid .moment {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(196, 163, 90, 0.12);
  cursor: pointer;
}

.moments-grid .moment:first-child {
  grid-row: 1 / span 2;
}

.moments-grid .moment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.moments-grid .moment:hover img {
  transform: scale(1.05);
}

.moment-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1rem 0.9rem;
  background: linear-gradient(transparent, rgba(15, 14, 12, 0.9));
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--cream);
}

/* ---------- Contact / Visit ---------- */
.visit {
  background: var(--ink);
  border-top: 1px solid rgba(196, 163, 90, 0.12);
}

.visit-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(196, 163, 90, 0.22);
  overflow: hidden;
}

.visit-copy {
  padding: clamp(2rem, 5vw, 3.5rem);
  background: var(--charcoal);
}

.visit-copy .eyebrow {
  margin-bottom: 0.75rem;
}

.visit-copy p {
  color: var(--steel);
  margin-top: 1rem;
}

.visit-note {
  margin-top: 1.75rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(196, 163, 90, 0.2);
  background: rgba(196, 163, 90, 0.05);
  font-size: 0.92rem;
  color: var(--cream-dark);
}

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

/* ---------- Footer ---------- */
.site-footer {
  padding: 2.5rem 1.5rem 2rem;
  background: var(--ink);
  border-top: 1px solid rgba(196, 163, 90, 0.12);
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-end;
}

.footer-brand .brand-mark {
  font-size: 1.3rem;
}

.footer-meta {
  font-size: 0.78rem;
  color: var(--muted);
  text-align: right;
}

.footer-meta a {
  color: var(--gold);
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 9, 8, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border: 1px solid rgba(196, 163, 90, 0.3);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border: 1px solid var(--gold-dim);
  color: var(--cream);
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.lightbox-close:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.lightbox-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--steel);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 90vw;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .about-grid,
  .vehicle,
  .vehicle:nth-child(even),
  .tour-layout,
  .visit-panel {
    grid-template-columns: 1fr;
  }

  .vehicle:nth-child(even) .vehicle-media,
  .vehicle:nth-child(even) .vehicle-info {
    order: initial;
  }

  .vehicle-media {
    min-height: 280px;
    aspect-ratio: 16 / 10;
  }

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

  .moments-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 200px 200px;
  }

  .moments-grid .moment:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 260px;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    inset: var(--nav-h) 0 auto 0;
    background: rgba(15, 14, 12, 0.97);
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1.5rem 1.75rem;
    gap: 0;
    border-bottom: 1px solid rgba(196, 163, 90, 0.2);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 0.95rem 0;
    border-bottom: 1px solid rgba(196, 163, 90, 0.1);
  }

  .nav-cta {
    margin-top: 0.75rem;
    text-align: center;
  }

  .hero {
    padding-bottom: 3.5rem;
    min-height: 92vh;
  }

  .hero-stats {
    gap: 1.25rem;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .moments-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .moments-grid .moment {
    min-height: 220px;
  }

  .footer-inner,
  .footer-meta {
    text-align: left;
  }

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

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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