/* ============================================================
   STABLE TRANSPORT — SITE STYLES
   Cormorant Garamond + Inter, dark base, rose accents
============================================================ */

/* Public pricing card — used on fleet pages, self-drive, per-vehicle */
.price-card { background: #1B2224; border: 1px solid rgba(193,154,146,0.22); padding: 32px 36px; margin-top: 32px; }
.price-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: #E8E4DC; margin: 0 0 6px; }
.price-card h4 em { color: #C19A92; font-style: italic; }
.price-card .eyebrow { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(232,228,220,0.5); margin-bottom: 20px; }
.price-rows { display: grid; grid-template-columns: 1fr auto; gap: 4px 24px; align-items: baseline; margin: 0; }
.price-rows dt { color: rgba(232,228,220,0.75); font-size: 14px; font-weight: 400; padding: 10px 0; border-bottom: 1px dashed rgba(193,154,146,0.15); }
.price-rows dt .hint { display: block; font-size: 11px; color: rgba(232,228,220,0.45); margin-top: 2px; letter-spacing: 0.02em; }
.price-rows dd { color: #E8E4DC; font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; margin: 0; padding: 10px 0; text-align: right; border-bottom: 1px dashed rgba(193,154,146,0.15); }
.price-rows dt:last-of-type, .price-rows dd:last-of-type { border-bottom: none; }
.price-card .footnote { margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(193,154,146,0.15); font-size: 12px; color: rgba(232,228,220,0.6); line-height: 1.6; }
.price-card .footnote strong { color: #C19A92; font-weight: 500; }
.price-grid-three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
@media (max-width: 900px) { .price-grid-three { grid-template-columns: 1fr; } }


:root {
  --cream: #E8E4DC;
  --bone: #F5F1E9;
  --slate: #3F5052;
  --slate-deep: #2A3739;
  --rose: #C19A92;
  --rose-light: #D9BFB7;
  --amber: #B97432;
  --amber-deep: #8E5824;
  --ink: #14191A;
  --ink-soft: #1E2627;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--ink);
  color: var(--cream);
  line-height: 1.6;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, .display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.narrow { max-width: 920px; margin: 0 auto; padding: 0 40px; }

/* ============================================================
   TOP UTILITY BAR
============================================================ */
.topbar {
  background: var(--ink-soft);
  border-bottom: 1px solid rgba(193, 154, 146, 0.12);
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rose-light);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: var(--rose-light); text-decoration: none; margin-left: 24px; }
.topbar a:hover { color: var(--rose); }

/* ============================================================
   PRIMARY NAVIGATION
============================================================ */
nav.main {
  background: var(--ink);
  padding: 18px 0;
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(193, 154, 146, 0.08);
}
nav.main .container { display: flex; justify-content: space-between; align-items: center; }
.logo-link { display: flex; align-items: center; text-decoration: none; }
.logo-img-long { height: 54px; width: auto; }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--rose); }
.btn-book {
  background: transparent;
  color: var(--rose);
  border: 1px solid var(--rose);
  padding: 11px 26px;
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-book:hover,
.nav-links a.btn-book:hover { background: var(--rose); color: var(--ink); border-color: var(--rose); }

/* Mobile menu toggle */
.menu-toggle { display: none; background: transparent; border: none; color: var(--cream); cursor: pointer; }

/* ============================================================
   STICKY FLOATING BOOKING CTA (Pill, bottom-right)
============================================================ */
.sticky-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 90;
  background: var(--rose);
  color: var(--ink);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  height: 64px;
  width: 64px;
  padding: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255,255,255,0.06) inset;
  transition: width 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
              padding 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
              background 0.3s ease,
              gap 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
  white-space: nowrap;
  line-height: 0;
}
.sticky-cta .icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.sticky-cta .icon svg {
  display: block;
  width: 22px;
  height: 22px;
}
.sticky-cta .label {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  transition: opacity 0.2s ease, max-width 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.sticky-cta:hover {
  width: 280px;
  padding: 0 28px;
  justify-content: flex-start;
  gap: 12px;
  background: var(--bone);
}
.sticky-cta:hover .label {
  opacity: 1;
  max-width: 240px;
}

/* ============================================================
   STICKY WHATSAPP (second floating button, left of Reserve)
============================================================ */
.sticky-wa {
  position: fixed;
  bottom: 28px;
  right: 108px;
  z-index: 90;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  height: 64px;
  width: 64px;
  padding: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.08) inset;
  transition: width 0.4s cubic-bezier(0.2,0.8,0.2,1),
              padding 0.4s cubic-bezier(0.2,0.8,0.2,1),
              gap 0.4s cubic-bezier(0.2,0.8,0.2,1);
  overflow: hidden;
  white-space: nowrap;
}
.sticky-wa .icon {
  width: 26px; height: 26px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  line-height: 0;
}
.sticky-wa .icon svg { display: block; width: 26px; height: 26px; }
.sticky-wa .label {
  opacity: 0; max-width: 0;
  overflow: hidden; display: inline-block; line-height: 1;
  transition: opacity 0.2s ease, max-width 0.4s cubic-bezier(0.2,0.8,0.2,1);
}
.sticky-wa:hover { width: 260px; padding: 0 26px; justify-content: flex-start; gap: 12px; background: #128C7E; }
.sticky-wa:hover .label { opacity: 1; max-width: 220px; }

/* Legacy sticky-wa mobile block removed — handled in the main responsive section below. */

/* ============================================================
   COOKIE CONSENT BANNER
============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 200;
  background: var(--ink-soft);
  border-top: 1px solid var(--rose);
  padding: 22px 32px;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.4);
}
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex; align-items: center; gap: 30px; flex-wrap: wrap;
}
.cookie-banner .copy {
  flex: 1; min-width: 280px;
  font-family: 'Inter', sans-serif;
  font-size: 13px; line-height: 1.6;
  color: rgba(232,228,220,0.85);
}
.cookie-banner .copy strong {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--bone);
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
.cookie-banner .copy a { color: var(--rose); text-decoration: underline; }
.cookie-banner .actions { display: flex; gap: 12px; }
.cookie-banner button {
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 26px;
  cursor: pointer;
  transition: all 0.3s;
}
.cookie-banner .btn-accept {
  background: var(--rose); color: var(--ink);
}
.cookie-banner .btn-accept:hover { background: var(--bone); }
.cookie-banner .btn-decline {
  background: transparent; color: var(--cream);
  border: 1px solid rgba(232,228,220,0.3);
}
.cookie-banner .btn-decline:hover { border-color: var(--rose); color: var(--rose); }

@media (max-width: 600px) {
  .cookie-banner { padding: 18px 20px; }
  .cookie-banner-inner { gap: 18px; }
  .cookie-banner .copy { font-size: 12px; }
}

/* ============================================================
   GALLERY (tight masonry, no gaps)
============================================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  gap: 8px;
}
.gallery-grid .g-item {
  background-size: cover;
  background-position: center;
  background-color: var(--ink-soft);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s, filter 0.3s;
}
.gallery-grid .g-item::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,25,26,0) 55%, rgba(20,25,26,0.6));
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-grid .g-item:hover { filter: brightness(1.05); }
.gallery-grid .g-item:hover::after { opacity: 1; }

/* Size variants — let dense flow fill the gaps */
.gallery-grid .g-item.wide { grid-column: span 2; }
.gallery-grid .g-item.tall { grid-row: span 2; }
.gallery-grid .g-item.big  { grid-column: span 2; grid-row: span 2; }

@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; }
}
@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }
  .gallery-grid .g-item.big { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-grid .g-item.wide,
  .gallery-grid .g-item.tall,
  .gallery-grid .g-item.big { grid-column: span 1; grid-row: span 1; }
}

/* Lightbox modal */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(20,25,26,0.96);
  z-index: 300;
  display: none;
  align-items: center; justify-content: center;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.3s;
}
.lightbox.visible { display: flex; opacity: 1; }
.lightbox img {
  max-width: 100%; max-height: 100%;
  display: block;
  border: 1px solid rgba(193,154,146,0.25);
}
.lightbox .close {
  position: absolute; top: 24px; right: 30px;
  background: transparent; border: 1px solid rgba(232,228,220,0.3);
  color: var(--cream); font-family: 'Cormorant Garamond', serif; font-size: 24px;
  width: 48px; height: 48px; border-radius: 50%;
  cursor: pointer; transition: all 0.3s;
  display: flex; align-items: center; justify-content: center;
}
.lightbox .close:hover { border-color: var(--rose); color: var(--rose); }
.lightbox .nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: transparent; border: 1px solid rgba(232,228,220,0.3);
  color: var(--cream); font-size: 24px;
  width: 54px; height: 54px; border-radius: 50%;
  cursor: pointer; transition: all 0.3s;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
}
.lightbox .nav:hover { border-color: var(--rose); color: var(--rose); }
.lightbox .prev { left: 30px; }
.lightbox .next { right: 30px; }
.lightbox .caption {
  position: absolute; bottom: 30px; left: 0; right: 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--rose);
}

/* ============================================================
   BUTTONS
============================================================ */
.btn-primary {
  background: var(--rose);
  color: var(--ink);
  border: none;
  padding: 18px 40px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-primary:hover { background: var(--bone); }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(232,228,220,0.3);
  padding: 18px 40px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-ghost:hover { border-color: var(--rose); color: var(--rose); }
.btn-rose-on-rose {
  background: var(--ink);
  color: var(--rose-light);
  border: 1px solid var(--ink);
}

/* ============================================================
   HERO (full-bleed image, dark gradient overlay)
============================================================ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero.shorter { min-height: 72vh; }
.hero.compact { min-height: 50vh; }
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(20,25,26,0.85) 0%, rgba(20,25,26,0.45) 60%, rgba(20,25,26,0.85) 100%);
}
/* Video hero — same treatment as .hero-bg, plus a full-cover <video> underneath. */
.hero-video {
  position: absolute; inset: 0;
  overflow: hidden;
  background: var(--ink);
}
.hero-video video {
  position: absolute;
  top: 50%; left: 50%;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}
.hero-video::after {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(20,25,26,0.85) 0%, rgba(20,25,26,0.45) 60%, rgba(20,25,26,0.85) 100%);
  pointer-events: none;
}
/* Respect users who prefer reduced motion — freeze on the poster frame. */
@media (prefers-reduced-motion: reduce) {
  .hero-video video { display: none; }
  .hero-video { background-image: var(--hero-poster, url('images/homepage-hero.jpeg')); background-size: cover; background-position: center; }
}
.hero::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--ink));
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 760px;
}
.hero-eyebrow {
  color: var(--rose);
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 16px;
}
.hero-eyebrow::before {
  content: ''; width: 40px; height: 1px; background: var(--rose);
}
h1.hero-title {
  font-size: clamp(48px, 7vw, 88px);
  line-height: 1.02;
  margin-bottom: 28px;
  color: var(--bone);
  font-weight: 300;
}
h1.hero-title em {
  font-style: italic;
  color: var(--rose);
  font-weight: 400;
}
.hero-sub {
  font-size: 18px;
  color: rgba(232, 228, 220, 0.78);
  max-width: 560px;
  margin-bottom: 44px;
  line-height: 1.7;
}
.hero-ctas { display: flex; gap: 18px; flex-wrap: wrap; }

/* ============================================================
   TRUST STRIP
============================================================ */
.trust {
  background: var(--ink);
  padding: 32px 0;
  border-top: 1px solid rgba(193, 154, 146, 0.1);
  border-bottom: 1px solid rgba(193, 154, 146, 0.1);
}
.trust .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(232,228,220,0.6);
  line-height: 1.3;
}
.trust-item svg { width: 20px; height: 20px; stroke: var(--rose); fill: none; stroke-width: 1.5; flex-shrink: 0; }

/* ============================================================
   SECTIONS
============================================================ */
section { padding: 120px 0; position: relative; }
section.compact { padding: 80px 0; }
.section-label {
  color: var(--rose);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: flex; align-items: center; gap: 14px;
}
.section-label::before { content: ''; width: 32px; height: 1px; background: var(--rose); }
h2.section-title {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.1;
  color: var(--bone);
  margin-bottom: 22px;
  max-width: 760px;
  font-weight: 300;
}
h2.section-title em { font-style: italic; color: var(--rose); }
.section-lead {
  max-width: 620px;
  color: rgba(232,228,220,0.72);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 70px;
}

/* ============================================================
   SERVICES GRID
============================================================ */
.services { background: var(--ink); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(193,154,146,0.15);
  border: 1px solid rgba(193,154,146,0.15);
}
.service {
  background: var(--ink-soft);
  padding: 56px 48px;
  transition: background 0.4s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: block;
}
.service:hover { background: var(--slate-deep); }
.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  color: var(--rose);
  letter-spacing: 0.2em;
}
.service h3 {
  font-size: 32px;
  color: var(--bone);
  margin: 18px 0 14px;
  font-weight: 400;
}
.service h3 em { font-style: italic; color: var(--rose); }
.service p {
  color: rgba(232,228,220,0.7);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.service .arrow {
  color: var(--rose);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}

/* ============================================================
   FLEET INDEX GRID
============================================================ */
.fleet-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.fleet-card {
  background: var(--ink-soft);
  border: 1px solid rgba(193,154,146,0.15);
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
  display: flex; flex-direction: column;
}
.fleet-card:hover {
  border-color: rgba(193,154,146,0.4);
  transform: translateY(-4px);
}
.fleet-card-image {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  position: relative;
}
.fleet-card-image::before {
  content: ''; position: absolute; inset: 16px;
  border: 1px solid rgba(232,228,220,0.18);
  pointer-events: none;
}
.fleet-card-body { padding: 36px 32px; }
.fleet-card-eyebrow {
  color: var(--rose);
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  margin-bottom: 10px;
}
.fleet-card h3 {
  font-size: 32px;
  color: var(--bone);
  font-weight: 400;
  margin-bottom: 10px;
}
.fleet-card h3 em { font-style: italic; color: var(--rose); }
.fleet-card p { color: rgba(232,228,220,0.7); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.fleet-card .meta {
  display: flex; gap: 18px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(232,228,220,0.55);
  border-top: 1px solid rgba(193,154,146,0.18);
  padding-top: 20px;
}
.fleet-card .meta strong { color: var(--cream); font-weight: 500; }

/* ============================================================
   FLEET DETAIL (LUXURY)
============================================================ */
.fleet-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
  overflow: hidden;
}
.fleet-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.fleet-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,25,26,0.4) 0%, rgba(20,25,26,0.2) 50%, rgba(20,25,26,0.95) 100%);
}
.fleet-hero-inner { position: relative; z-index: 2; max-width: 720px; }
.fleet-hero .eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--rose);
  font-size: 22px;
  margin-bottom: 16px;
}
.fleet-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(64px, 9vw, 132px);
  line-height: 0.94;
  color: var(--bone);
  font-weight: 300;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.fleet-hero p {
  font-size: 19px;
  line-height: 1.6;
  color: rgba(232,228,220,0.85);
  max-width: 560px;
}

.fleet-quickfacts {
  background: var(--ink);
  padding: 60px 0;
  border-bottom: 1px solid rgba(193,154,146,0.12);
}
.fleet-quickfacts .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.qf-item { text-align: left; padding-right: 20px; border-right: 1px solid rgba(193,154,146,0.18); }
.qf-item:last-child { border-right: none; }
.qf-item .label {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 8px;
}
.qf-item .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  color: var(--bone);
  font-weight: 400;
}
.qf-item .value em { font-style: italic; color: var(--rose); }

.fleet-section {
  padding: 120px 0;
  position: relative;
}
.fleet-section.dark { background: var(--ink); }
.fleet-section.deep { background: var(--slate-deep); }
.fleet-pullquote {
  background: var(--ink);
  text-align: center;
  padding: 90px 0;
}
.pullquote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  color: var(--rose);
  line-height: 0.5;
  margin-bottom: 30px;
  font-style: italic;
}
.pullquote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  font-style: italic;
  color: var(--bone);
  max-width: 920px;
  margin: 0 auto 30px;
  line-height: 1.3;
}
.pullquote-author {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose);
}

/* Two-col with image + copy */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.two-col.image-right { grid-template-columns: 1fr 1.1fr; }
.two-col .image-block {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  position: relative;
}
.two-col .image-block::before {
  content: ''; position: absolute; inset: 20px;
  border: 1px solid rgba(232,228,220,0.18);
  pointer-events: none;
}

/* Spec table */
.spec-table {
  display: grid;
  grid-template-columns: minmax(120px, 0.6fr) 1fr;
  gap: 0;
  border-top: 1px solid rgba(193,154,146,0.22);
}
.spec-row {
  display: contents;
}
.spec-row > div {
  /* Fixed row height keeps bottom-borders aligned across separate spec-tables
     that sit side-by-side (e.g. Vehicle | Horse Area on fleet detail pages). */
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(193,154,146,0.18);
  box-sizing: border-box;
}
.spec-row > div:first-child {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rose);
  padding-right: 16px;
}
.spec-row > div:last-child {
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
}

/* Video block */
.video-block {
  position: relative;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.video-block::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,25,26,0.1), rgba(20,25,26,0.55));
}
.video-play {
  position: relative; z-index: 2;
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--rose);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.video-block:hover .video-play { transform: scale(1.08); background: var(--bone); }
.video-play::before {
  content: '';
  width: 0; height: 0;
  border-left: 22px solid var(--ink);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}

/* Gallery grid */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 600px;
}
.gallery > div {
  background-size: cover;
  background-position: center;
}
.gallery > div:nth-child(1) { grid-row: 1 / 3; }

/* Pricing grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pricing-card {
  background: var(--ink);
  border: 1px solid rgba(193,154,146,0.2);
  padding: 50px 40px;
  text-align: center;
  transition: all 0.3s;
}
.pricing-card.featured { border-color: var(--rose); position: relative; }
.pricing-card.featured::before {
  content: 'Most Booked';
  position: absolute;
  top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--rose);
  color: var(--ink);
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  padding: 6px 16px;
  font-weight: 600;
}
.pricing-card:hover { border-color: var(--rose); }
.pricing-card .pname {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--bone);
  margin-bottom: 6px;
}
.pricing-card .phours {
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(232,228,220,0.55);
  margin-bottom: 28px;
}
.pricing-card .pprice {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  font-style: italic;
  color: var(--rose);
  line-height: 1;
  margin-bottom: 8px;
}
.pricing-card .pprice small { font-size: 18px; vertical-align: super; }
.pricing-card .punit { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,228,220,0.55); margin-bottom: 32px; }
.pricing-card .included { text-align: left; font-size: 13px; line-height: 2; color: rgba(232,228,220,0.7); list-style: none; margin-bottom: 32px;}
.pricing-card .included li::before { content: '— '; color: var(--rose); }

/* ============================================================
   FLEET LIST / CREDENTIALS / BOOKING (homepage)
============================================================ */
.fleet { background: linear-gradient(180deg, var(--ink) 0%, var(--slate-deep) 100%); }
.fleet-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.fleet-image {
  aspect-ratio: 4/5;
  background:
    linear-gradient(180deg, rgba(20,25,26,0.0), rgba(20,25,26,0.5)),
    url('images/gallery-06.jpeg') center/cover;
  position: relative;
}
.fleet-image::before { content: ''; position: absolute; inset: 20px; border: 1px solid rgba(193,154,146,0.3); pointer-events: none; }
.fleet-spec {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin: 50px 0 40px;
}
.spec-item { border-top: 1px solid rgba(193,154,146,0.25); padding-top: 18px; }
.spec-item .label {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 6px;
}
.spec-item .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--bone);
}

.credentials {
  background: var(--slate-deep);
  padding: 80px 0;
  border-top: 1px solid rgba(193,154,146,0.12);
  border-bottom: 1px solid rgba(193,154,146,0.12);
}
.creds-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px;
  text-align: center;
}
.cred .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 64px;
  color: var(--rose);
  line-height: 1;
  margin-bottom: 10px;
}
.cred .num small { font-size: 28px; vertical-align: super; opacity: 0.7; }
.cred .label {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(232,228,220,0.75);
}

.booking { background: var(--ink); position: relative; }
.booking-card {
  background: var(--ink-soft);
  border: 1px solid rgba(193,154,146,0.18);
  padding: 60px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: start;
}
.booking-options { display: flex; flex-direction: column; gap: 22px; }
.booking-option {
  padding: 24px;
  border: 1px solid rgba(193,154,146,0.2);
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.booking-option:hover { border-color: var(--rose); background: rgba(193,154,146,0.04); }
.booking-option .title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; color: var(--bone);
}
.booking-option .hours { font-size: 12px; color: rgba(232,228,220,0.6); margin-top: 4px; }
.booking-option .price {
  color: var(--rose);
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
}

/* Form fields */
.form-field, .form-textarea, .form-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(193,154,146,0.3);
  padding: 14px 0;
  color: var(--cream);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  width: 100%;
}
.form-field:focus, .form-textarea:focus, .form-select:focus { border-color: var(--rose); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 8px;
}
.form-group { margin-bottom: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }

/* Testimonial */
.testimonial {
  background: var(--ink);
  text-align: center;
  padding: 140px 0;
}
.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  color: var(--rose);
  line-height: 0.5;
  margin-bottom: 30px;
  font-style: italic;
}
.quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  font-style: italic;
  color: var(--bone);
  max-width: 880px;
  margin: 0 auto 40px;
  line-height: 1.35;
}
.quote-author {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose);
}

/* ============================================================
   PAGE BANNER (subpage hero)
============================================================ */
.page-banner {
  padding: 130px 0 90px;
  background: var(--ink);
  border-bottom: 1px solid rgba(193,154,146,0.12);
  position: relative;
}
.page-banner .container { display: flex; flex-direction: column; align-items: flex-start; }
.page-banner .eyebrow {
  color: var(--rose);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: flex; align-items: center; gap: 14px;
}
.page-banner .eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--rose); }
.page-banner h1 {
  font-size: clamp(48px, 6vw, 92px);
  line-height: 1.0;
  color: var(--bone);
  max-width: 920px;
  font-weight: 300;
  margin-bottom: 22px;
}
.page-banner h1 em { font-style: italic; color: var(--rose); }
.page-banner p.lead {
  max-width: 620px;
  color: rgba(232,228,220,0.78);
  font-size: 18px;
  line-height: 1.65;
}

/* ============================================================
   PROSE / EDITORIAL BLOCKS
============================================================ */
.prose {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(232,228,220,0.85);
}
.legal-page { padding: 80px 0 120px; }
.legal-page .container { max-width: 920px; }
.legal-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--bone);
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.legal-page h1 em { font-style: italic; color: var(--rose); }
.legal-page .meta {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 48px;
}
.legal-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: var(--bone);
  font-weight: 400;
  margin: 50px 0 14px;
  letter-spacing: -0.01em;
}
.legal-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--bone);
  font-weight: 400;
  margin: 32px 0 10px;
}
.legal-page p, .legal-page ul, .legal-page ol {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(232,228,220,0.85);
  margin-bottom: 18px;
}
.legal-page ul, .legal-page ol { padding-left: 22px; }
.legal-page li { margin-bottom: 8px; }
.legal-page strong { color: var(--bone); font-weight: 500; }
.legal-page a { color: var(--rose); }
.prose p { margin-bottom: 24px; }
.prose h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--bone);
  margin: 50px 0 16px;
  font-weight: 400;
}
.prose h3 em { font-style: italic; color: var(--rose); }
.prose blockquote {
  border-left: 2px solid var(--rose);
  padding-left: 28px;
  margin: 40px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-style: italic;
  color: var(--bone);
  line-height: 1.45;
}

/* Steps */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px;
}
.step .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 64px;
  color: var(--rose);
  line-height: 0.8;
  margin-bottom: 20px;
  opacity: 0.85;
}
.step h3 {
  font-size: 28px;
  color: var(--bone);
  margin-bottom: 14px;
  font-weight: 400;
}
.step h3 em { font-style: italic; color: var(--rose); }
.step p { color: rgba(232,228,220,0.72); font-size: 15px; line-height: 1.75; }

/* FAQ */
.faq-item {
  border-top: 1px solid rgba(193,154,146,0.2);
  padding: 32px 0;
}
.faq-item:last-child { border-bottom: 1px solid rgba(193,154,146,0.2); }
.faq-item summary {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--bone);
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 28px;
  color: var(--rose);
  font-weight: 300;
  transition: transform 0.3s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p {
  margin-top: 18px;
  color: rgba(232,228,220,0.78);
  font-size: 15px;
  line-height: 1.75;
  max-width: 800px;
}

/* Journal placeholder grid */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.journal-card {
  border: 1px solid rgba(193,154,146,0.18);
  padding: 36px;
  transition: all 0.3s;
}
.journal-card:hover { border-color: rgba(193,154,146,0.4); }
.journal-card .date {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 18px;
}
.journal-card h3 {
  font-size: 26px; color: var(--bone); margin-bottom: 14px; font-weight: 400;
}
.journal-card p { color: rgba(232,228,220,0.7); font-size: 14px; line-height: 1.7; }
.journal-empty {
  text-align: center;
  padding: 80px 40px;
  border: 1px solid rgba(193,154,146,0.2);
}
.journal-empty .mark { font-family: 'Cormorant Garamond', serif; font-size: 120px; font-style: italic; color: var(--rose); line-height: 0.5; margin-bottom: 30px; }
.journal-empty h3 { font-size: 36px; font-weight: 300; color: var(--bone); margin-bottom: 18px; }
.journal-empty p { color: rgba(232,228,220,0.7); max-width: 520px; margin: 0 auto 32px; }

/* Map placeholder */
.map-block {
  background: var(--slate-deep);
  height: 320px;
  position: relative;
  border: 1px solid rgba(193,154,146,0.18);
  display: flex; align-items: center; justify-content: center;
  background-image:
    linear-gradient(rgba(193,154,146,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(193,154,146,0.06) 1px, transparent 1px);
  background-size: 36px 36px;
}
.map-block .pin {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--rose);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 8px rgba(193,154,146,0.18), 0 12px 30px rgba(0,0,0,0.4);
}
.map-block .pin::after {
  content: '';
  width: 14px; height: 14px;
  background: var(--ink);
  border-radius: 50%;
}

/* Contact details list */
.contact-list { display: flex; flex-direction: column; gap: 28px; }
.contact-list dt {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 4px;
}
.contact-list dd {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--bone);
}

/* ============================================================
   FOOTER
============================================================ */
footer {
  background: var(--slate-deep);
  padding: 80px 0 30px;
  border-top: 1px solid rgba(193,154,146,0.15);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}
.logo-img-stacked { height: 120px; width: auto; margin-bottom: 24px; }
footer h4 {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 24px; font-family: 'Inter', sans-serif;
}
footer p, footer a {
  color: rgba(232,228,220,0.7);
  font-size: 14px;
  text-decoration: none;
  line-height: 2;
  display: block;
}
footer a:hover { color: var(--rose); }
.footer-bottom {
  border-top: 1px solid rgba(193,154,146,0.15);
  padding-top: 30px;
  display: flex; justify-content: space-between;
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(232,228,220,0.4);
}

/* ============================================================
   RESPONSIVE
   Approach: mobile-first overrides at 1024, 900, 768, 600.
   Uses attribute selectors + !important where inline styles
   need overriding (only place we resort to it).
============================================================ */
@media (max-width: 1024px) {
  .fleet-index-grid, .journal-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .fleet-quickfacts .container { grid-template-columns: repeat(3, 1fr); }
  .qf-item:nth-child(3) { border-right: none; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  section { padding: 100px 0; }
  .container, .narrow { padding: 0 32px; }
}

@media (max-width: 900px) {
  /* Trust strip → 2x2 rather than 4 columns of tiny type */
  .trust .container { grid-template-columns: 1fr 1fr; gap: 22px 30px; }

  /* Homepage 9-item "Why" grid (inline 3-col) → 2 col */
  section.services > .container > div[style*="grid-template-columns: repeat(3"] {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  /* --- Base --- */
  .container, .narrow { padding: 0 22px; }

  /* --- Mobile mega menu --- */
  .nav-links { display: none; }
  .menu-toggle {
    display: block;
    background: transparent;
    border: 1px solid rgba(193,154,146,0.35);
    color: var(--cream);
    font-size: 20px;
    line-height: 1;
    padding: 8px 12px;
    cursor: pointer;
    position: relative;
    z-index: 210;
    transition: border-color 0.2s, color 0.2s;
  }
  .menu-toggle:hover { border-color: var(--rose); color: var(--rose); }
  .nav-links.open {
    display: flex;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw; height: 100vh;
    background: var(--ink);
    z-index: 200;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 96px 26px 40px;
    gap: 0;
    overflow-y: auto;
    animation: nav-fade-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  @keyframes nav-fade-in {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .nav-links.open a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 300;
    color: var(--bone);
    text-transform: none;
    letter-spacing: -0.01em;
    padding: 20px 4px;
    border-bottom: 1px solid rgba(193,154,146,0.15);
    text-align: left;
    line-height: 1.2;
    display: block;
  }
  .nav-links.open a:hover,
  .nav-links.open a.active { color: var(--rose); }
  .nav-links.open a.btn-book {
    background: var(--rose);
    color: var(--ink);
    text-align: center;
    padding: 20px;
    margin-top: 32px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 500;
  }
  .nav-links.open a.btn-book:hover { background: var(--bone); color: var(--ink); }
  body.menu-open { overflow: hidden; }
  section { padding: 70px 0; }
  .topbar { font-size: 10px; padding: 8px 0; }
  .topbar .container { justify-content: center; }
  .topbar .container span:first-child { display: none; }
  .topbar a { margin-left: 14px; }

  /* --- Nav --- */
  nav.main { padding: 14px 0; }
  .logo-img-long { height: 44px; }

  /* --- Hero --- */
  .hero { min-height: 78vh; }
  .hero.shorter { min-height: 62vh; }
  h1.hero-title { font-size: clamp(36px, 9vw, 56px); margin-bottom: 22px; }
  .hero-sub { font-size: 16px; margin-bottom: 32px; }
  .hero-eyebrow { font-size: 11px; margin-bottom: 20px; }
  .hero-ctas { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-ctas .btn-primary, .hero-ctas .btn-ghost { text-align: center; }

  /* --- Section titles + leads --- */
  h2.section-title { font-size: clamp(32px, 7vw, 44px); }
  .section-lead { font-size: 15px; margin-bottom: 40px; }

  /* --- Every grid we want to collapse to one column --- */
  .fleet-grid, .booking-card, .services-grid, .footer-grid,
  .two-col, .fleet-index-grid, .journal-grid, .pricing-grid,
  .form-row {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  /* Two-col with an image — put text first, image below, both full width */
  .two-col { align-items: stretch; }
  .two-col > .image-block,
  .two-col > div[class*="image"] { order: 2; }
  .two-col > *:not(.image-block):not([class*="image"]) { order: 1; }
  .two-col .image-block { aspect-ratio: 3/2; margin: 0 -22px; width: calc(100% + 44px); }
  .two-col .image-block::before { inset: 12px; }

  /* --- Credentials strip → 2x2 stacked, centred --- */
  .creds-grid { grid-template-columns: 1fr 1fr !important; gap: 40px 24px; }
  .cred .num { font-size: 48px; }
  .cred .label { font-size: 10px; }

  /* --- Fleet spec quick items → 2 col --- */
  .fleet-spec { grid-template-columns: 1fr 1fr; gap: 22px; }
  .spec-item .value { font-size: 22px; }

  /* --- Quickfacts (fleet detail pages) --- */
  .fleet-quickfacts .container { grid-template-columns: 1fr 1fr; }
  .qf-item { border-right: none; border-bottom: 1px solid rgba(193,154,146,0.18); padding: 18px 0; }
  .qf-item:nth-last-child(-n+2) { border-bottom: none; }

  /* --- Inline grids in HTML (Hire Occasions, Documents, Docs FAQs) --- */
  section > .container > div[style*="grid-template-columns: repeat(2"],
  section > .container > div[style*="grid-template-columns: repeat(3"],
  section > .container > div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  /* Split-hero style "heading L / content R" 2-col sections (FAQs, Cancellation, etc) */
  section > .container > div[style*="grid-template-columns: 1fr 1.4fr"],
  section > .container > div[style*="grid-template-columns: 1.4fr 1fr"],
  section > .container > div[style*="grid-template-columns: 1fr 1.6fr"],
  section > .container > div[style*="grid-template-columns: 1.6fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  /* Nested 2-col grids inside sections (e.g. pricing.html deposit tiers, self-drive payment cards) */
  section > .container > div[style*="grid-template-columns: 1fr 1fr"][class*="two-col"] {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Pricing card on mobile — tighten padding */
  .price-card { padding: 24px 22px; margin-top: 20px; }
  .price-card h4 { font-size: 20px; }
  .price-rows dt { font-size: 13px; }
  .price-rows dd { font-size: 20px; }

  /* Pricing page big deposit numbers */
  .price-card [style*="font-size: 56px"] { font-size: 42px !important; }

  /* Admin nav tabs — allow horizontal scroll if they overflow */
  .admin-tabs { overflow-x: auto; white-space: nowrap; padding: 0 16px; }
  .admin-tabs a { padding: 12px 4px; font-size: 11px; }

  /* --- Booking card / callout blocks --- */
  .booking-card { padding: 32px 22px; }

  /* --- Testimonial block --- */
  .testimonial .quote { font-size: 22px; }

  /* --- Reserve page (in-page CSS covers most; belt-and-braces here) --- */
  .reserve-card { padding: 28px 22px !important; }
  .reserve-step { padding: 26px 0 !important; }
  .reserve-step-num { font-size: 30px; }
  .reserve-step-title { font-size: 22px; }
  .vehicle-options { grid-template-columns: 1fr !important; }
  .duration-options { grid-template-columns: 1fr 1fr !important; }
  .summary { padding: 28px 22px !important; position: static !important; }
  .form-row { grid-template-columns: 1fr !important; gap: 20px; }
  .reserve-layout { grid-template-columns: 1fr !important; gap: 36px !important; }

  /* --- Enquire page form contact aside --- */
  .contact-list, .contact-block { padding: 22px !important; }

  /* --- Sticky floating CTAs — visible, tappable, no hover-to-expand on touch --- */
  .sticky-cta, .sticky-wa {
    height: 56px; width: 56px;
    padding: 0;
    box-shadow: 0 6px 22px rgba(0,0,0,0.45);
  }
  .sticky-cta { bottom: 18px; right: 18px; }
  .sticky-wa { bottom: 18px; right: 88px; }
  .sticky-cta .icon svg { width: 22px; height: 22px; }
  .sticky-wa .icon svg { width: 22px; height: 22px; }
  /* No hover on mobile — labels always hidden */
  .sticky-cta .label, .sticky-wa .label { display: none; }

  /* --- Gallery already responsive --- */
  .gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery > div { aspect-ratio: 1; }
  .gallery > div:nth-child(1) { grid-column: 1 / 3; }

  /* --- Spec table on fleet pages --- */
  .spec-row > div { padding: 16px 20px; }

  /* --- Footer: stack, centre, remove per-row heading gap --- */
  .footer-grid { text-align: center; gap: 42px; }
  .footer-grid > div { display: flex; flex-direction: column; align-items: center; }
  .logo-img-stacked { height: 90px; margin-bottom: 18px; }
  footer p, footer a { text-align: center; }
  footer h4 { margin-bottom: 16px; }
  .footer-bottom {
    flex-direction: column; gap: 10px; text-align: center;
    padding-top: 26px; font-size: 10px;
  }

  /* --- Journal cards --- */
  .journal-card { padding: 32px 22px; }

  /* --- Cookie banner --- */
  .cookie-banner { padding: 16px 18px; }
  .cookie-banner-inner { flex-direction: column; align-items: stretch; gap: 14px; }
  .cookie-banner .actions { justify-content: flex-end; }

  /* --- Inline oversized padding on sections → tighter on mobile --- */
  section[style*="padding: 130px 0"],
  section[style*="padding: 140px 0"],
  section[style*="padding: 150px 0"],
  section[style*="padding: 130px 0 100px"],
  section[style*="padding: 140px 0 100px"] {
    padding: 60px 0 !important;
  }
  .fleet-pullquote { padding: 60px 0 !important; }
  .pullquote-mark { font-size: 80px; margin-bottom: 20px; }
  .pullquote-text { font-size: 20px !important; line-height: 1.5 !important; }
}

@media (max-width: 480px) {
  h1.hero-title { font-size: clamp(30px, 10vw, 44px); }
  .hero { min-height: 68vh; }
  .hero-sub { font-size: 15px; }
  .container, .narrow { padding: 0 18px; }
  section { padding: 56px 0; }
  h2.section-title { font-size: clamp(28px, 8vw, 38px); }
  .creds-grid { gap: 32px 18px; }
  .footer-grid { gap: 34px; }
}
