:root {
  --bg: #f2ede3;
  --surface: rgba(255, 248, 240, 0.84);
  --surface-strong: #fffaf4;
  --surface-accent: #f7eee2;
  --ink: #1e1b18;
  --muted: #655c53;
  --line: rgba(52, 39, 25, 0.12);
  --accent: #8a5a2b;
  --accent-deep: #57381d;
  --shadow: 0 20px 60px rgba(54, 39, 23, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(164, 121, 67, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(71, 55, 34, 0.14), transparent 28%),
    linear-gradient(180deg, #f7f1e6 0%, var(--bg) 100%);
}

body.directory-body {
  background:
    radial-gradient(circle at top left, rgba(23, 58, 94, 0.14), transparent 34%),
    radial-gradient(circle at top right, rgba(122, 63, 31, 0.12), transparent 30%),
    linear-gradient(180deg, #f7f1e6 0%, var(--bg) 100%);
}

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

.utility-bar,
.utility-item,
.page-shell,
.detail-shell {
  width: min(1180px, calc(100% - 32px));
}

.page-shell,
.detail-shell {
  margin: 0 auto;
  padding: 24px 0 64px;
}

.directory-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.directory-hero {
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 251, 246, 0.92), rgba(232, 220, 201, 0.86)),
    linear-gradient(120deg, rgba(23, 58, 94, 0.16), rgba(122, 63, 31, 0.12));
  border: 1px solid rgba(52, 39, 25, 0.08);
  box-shadow: var(--shadow);
}

.directory-hero-copy {
  max-width: 760px;
}

.directory-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
}

.directory-intro {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.directory-main {
  margin-top: 28px;
}

.directory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.dealer-directory-card {
  --card-accent: var(--accent);
  border-radius: 28px;
  background: rgba(255, 249, 242, 0.92);
  border: 1px solid rgba(52, 39, 25, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dealer-directory-link {
  display: block;
  padding: 24px;
}

.dealer-directory-top {
  display: flex;
  gap: 16px;
  align-items: center;
}

.dealer-directory-logo,
.dealer-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(54, 39, 23, 0.16);
}

.dealer-logo-badge {
  width: 56px;
  height: 56px;
}

.dealer-directory-kicker {
  display: block;
  margin: 0 0 4px;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.dealer-directory-name {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.dealer-directory-summary {
  margin: 18px 0;
  color: var(--muted);
  line-height: 1.75;
}

.dealer-directory-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.92rem;
}

.dealer-directory-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(52, 39, 25, 0.08);
}

.dealer-directory-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
}

.dealer-directory-button {
  background: linear-gradient(135deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 72%, #000 28%));
  color: #fff;
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0 auto 14px;
  padding: 14px 18px;
  color: #efe5d8;
  background: linear-gradient(90deg, #241710, #3b281a);
  border-radius: 18px;
}

.utility-item {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.utility-label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 238, 220, 0.68);
}

.utility-item a {
  font-weight: 700;
}

.hero {
  padding: 32px 32px 36px;
  border: 1px solid rgba(52, 39, 25, 0.1);
  border-radius: calc(var(--radius-lg) + 10px);
  background:
    linear-gradient(
      120deg,
      rgba(247, 241, 232, 0.82) 0%,
      rgba(232, 218, 196, 0.6) 55%,
      rgba(200, 183, 155, 0.42) 100%
    ),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=85")
      center 40% / cover;
  box-shadow:
    0 24px 64px rgba(54, 39, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
}

.topbar,
.hero-content,
.inventory-header,
.hero-actions,
.dealer-meta,
.detail-spec-grid {
  display: flex;
}

.topbar,
.inventory-header {
  justify-content: space-between;
  align-items: center;
}

.topbar {
  margin-bottom: 60px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 251, 246, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.brand-mark,
.hero-copy,
.hero-panel,
.vehicle-card,
.detail-card {
  display: flex;
  flex-direction: column;
}

.brand-mark {
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.brand-kicker,
.eyebrow,
.panel-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--muted);
}

.brand-name,
.hero h1,
.inventory-header h2,
.detail-title {
  font-family: "Cormorant Garamond", serif;
}

.brand-name {
  font-size: 1.4rem;
}

.topbar-link,
.button,
.inventory-pill,
.badge,
.back-link {
  border-radius: var(--radius-sm);
}

.topbar-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

.topbar-link {
  padding: 9px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  background: rgba(255, 250, 244, 0.5);
  border: 1px solid rgba(52, 39, 25, 0.1);
  transition: background 160ms, border-color 160ms;
}

.topbar-link:hover {
  background: rgba(255, 250, 244, 0.9);
  border-color: rgba(52, 39, 25, 0.18);
}

.button,
.back-link {
  padding: 13px 22px;
  font-size: 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(25, 20, 16, 0.56);
  color: white;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 200ms ease, transform 160ms ease, box-shadow 200ms ease;
}

.button:hover {
  transform: scale(1.02);
}

.hero-content {
  gap: 32px;
  align-items: flex-end;
}

.hero-copy {
  gap: 20px;
  flex: 1;
  max-width: 620px;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}

.hero-highlights li {
  padding: 13px 16px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--surface-accent) 72%, #fff 28%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 3px solid color-mix(in srgb, var(--accent) 50%, #fff 50%);
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.4;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.01em;
  max-width: 18ch;
}

.hero-text,
.hero-summary,
.dealer-meta,
.vehicle-specs,
.detail-description {
  color: var(--muted);
  line-height: 1.7;
}

.hero-summary {
  margin: 0;
  max-width: 740px;
}

body[data-dealer="stevenagemotorcentre"] .utility-bar {
  background: linear-gradient(90deg, #0f2237, #173a5e);
}

body[data-dealer="stevenagemotorcentre"] .hero {
  background:
    linear-gradient(120deg, rgba(240, 246, 252, 0.86), rgba(213, 226, 240, 0.62)),
    url("https://images.unsplash.com/photo-1494976388531-d1058494cdd8?auto=format&fit=crop&w=1800&q=85")
      center 42% / cover;
}

body[data-dealer="stevenagemotorcentre"] .hero-panel {
  background: rgba(243, 248, 253, 0.88);
  border-radius: 18px;
}

body[data-dealer="stevenagemotorcentre"] .dealer-logo-badge {
  border-radius: 14px;
}

body[data-dealer="stevenagemotorcentre"] .vehicle-card,
body[data-dealer="stevenagemotorcentre"] .trust-card,
body[data-dealer="stevenagemotorcentre"] .contact-card {
  border-radius: 18px;
}

body[data-dealer="stevenagemotorcentre"] .vehicle-fact {
  background: rgba(23, 58, 94, 0.06);
  border-color: rgba(23, 58, 94, 0.12);
}

body[data-dealer="poundavenuecarsales"] .utility-bar {
  background: linear-gradient(90deg, #4a2410, #7a3f1f);
}

body[data-dealer="poundavenuecarsales"] .hero {
  background:
    linear-gradient(120deg, rgba(252, 245, 238, 0.88), rgba(244, 226, 213, 0.7)),
    url("https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&w=1800&q=85")
      center 38% / cover;
}

body[data-dealer="poundavenuecarsales"] .topbar {
  border-radius: 28px;
}

body[data-dealer="poundavenuecarsales"] .hero-panel,
body[data-dealer="poundavenuecarsales"] .vehicle-card,
body[data-dealer="poundavenuecarsales"] .trust-card,
body[data-dealer="poundavenuecarsales"] .contact-card {
  border-radius: 30px;
}

body[data-dealer="poundavenuecarsales"] .vehicle-description-block {
  background: rgba(255, 248, 242, 0.92);
}

body[data-dealer="poundavenuecarsales"] .vehicle-fact {
  background: rgba(122, 63, 31, 0.06);
  border-color: rgba(122, 63, 31, 0.12);
}

.hero-panel,
.vehicle-card,
.detail-card,
.empty-state {
  background: var(--surface);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: var(--shadow);
}

.hero-panel {
  min-width: 300px;
  padding: 26px;
  border-radius: var(--radius-lg);
  gap: 10px;
  background: rgba(255, 251, 246, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 24px 60px rgba(54, 39, 23, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.hero-panel-note {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.dealer-meta {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  gap: 10px;
  flex-direction: column;
}

.button {
  font-weight: 700;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 4px 16px rgba(138, 90, 43, 0.36);
  border-color: transparent;
}

.button-primary:hover {
  box-shadow: 0 6px 24px rgba(138, 90, 43, 0.5);
}

.button-secondary {
  background: rgba(255, 250, 244, 0.55);
  color: var(--ink);
  border-color: rgba(52, 39, 25, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button-secondary:hover {
  background: rgba(255, 250, 244, 0.9);
}

.inventory-header {
  margin: 42px 0 24px;
}

.inventory-header h2,
.detail-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.inventory-pill {
  padding: 14px 20px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  gap: 10px;
  align-items: center;
  box-shadow: var(--shadow);
}

.inventory-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.trust-card,
.contact-card {
  padding: 22px;
  border-radius: 24px;
  background: color-mix(in srgb, var(--surface-accent) 70%, #fff 30%);
  border: 1px solid rgba(52, 39, 25, 0.1);
  box-shadow: var(--shadow);
}

.trust-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.trust-title {
  font-weight: 800;
  font-size: 1rem;
}

/* ─── Vehicle Card ─────────────────────────────────────────── */

@keyframes cardIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.vehicle-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  animation: cardIn 0.42s ease both;
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.vehicle-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 72px rgba(54, 39, 23, 0.18),
    0 8px 24px rgba(54, 39, 23, 0.1);
}

.vehicle-card-shell {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 300px;
}

/* ── Image panel ── */

.vehicle-image-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1e5d4, #d3bea1);
}

.vehicle-image-link {
  display: block;
  height: 100%;
}

.vehicle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vehicle-card:hover .vehicle-image {
  transform: scale(1.06);
}

.vehicle-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(18, 12, 6, 0.62) 0%,
    rgba(18, 12, 6, 0.1) 45%,
    transparent 72%
  );
  pointer-events: none;
}

.vehicle-overlay {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.vehicle-chip {
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(18, 12, 6, 0.72);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.vehicle-reg {
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

/* ── Content panel ── */

.vehicle-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 26px 20px;
}

.vehicle-topline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.vehicle-price {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.vehicle-year {
  flex-shrink: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(52, 39, 25, 0.07);
  border: 1px solid rgba(52, 39, 25, 0.1);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
}

.vehicle-title {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.15;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: var(--ink);
}

.vehicle-specs {
  margin: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 700;
}

.vehicle-description {
  margin: 0;
  flex: 1;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.9rem;
}

/* 3x2 fact grid */
.vehicle-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.vehicle-fact {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(138, 90, 43, 0.05);
  border: 1px solid rgba(138, 90, 43, 0.1);
}

.vehicle-fact-label {
  display: block;
  margin-bottom: 3px;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.vehicle-fact-value {
  font-weight: 700;
  font-size: 0.86rem;
  color: var(--ink);
}

.vehicle-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(52, 39, 25, 0.08);
  margin-top: auto;
}

.vehicle-meta-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.vehicle-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.vehicle-detail-link,
.vehicle-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background 200ms ease, box-shadow 200ms ease, transform 160ms ease;
}

.vehicle-detail-link:hover,
.vehicle-contact-link:hover {
  transform: scale(1.03);
}

.vehicle-detail-link {
  background: var(--surface-strong);
  border: 1px solid rgba(52, 39, 25, 0.14);
  color: var(--ink);
}

.vehicle-detail-link:hover {
  background: #fff;
}

.vehicle-contact-link {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  border: none;
  color: #fff;
  box-shadow: 0 4px 14px rgba(138, 90, 43, 0.32);
}

.vehicle-contact-link:hover {
  box-shadow: 0 6px 22px rgba(138, 90, 43, 0.46);
}

/* detail image */
.detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}


.detail-body {
  min-height: 100vh;
}

.back-link {
  display: inline-flex;
  margin-bottom: 20px;
}

.detail-card {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) + 6px);
}

.detail-media {
  aspect-ratio: 16 / 8;
  background: linear-gradient(135deg, #f1e5d4, #d3bea1);
}

.detail-copy {
  padding: 28px;
}

.detail-price {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 800;
}

.detail-description {
  margin: 20px 0 24px;
}

.detail-spec-grid {
  flex-wrap: wrap;
  gap: 14px;
}

.detail-spec {
  min-width: 140px;
  padding: 14px;
  border-radius: var(--radius-md);
  background: rgba(255, 250, 244, 0.55);
  border: 1px solid var(--line);
}

.detail-spec strong {
  display: block;
  margin-bottom: 4px;
}

.empty-state {
  margin-top: 24px;
  padding: 32px;
  border-radius: var(--radius-lg);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 28px auto 0;
  max-width: 980px;
}

.pagination-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pagination-button {
  min-width: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(52, 39, 25, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.92);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(54, 39, 23, 0.08);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.pagination-button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #fff;
}

.pagination-button:disabled {
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
}

.pagination-number.is-active {
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff;
  border-color: transparent;
}

.contact-section {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.contact-copy h2 {
  margin: 8px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.contact-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-row + .contact-row {
  margin-top: 18px;
}

.contact-label {
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.hidden {
  display: none;
}

/* Tablet */
@media (max-width: 900px) {
  .directory-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .vehicle-card-shell {
    grid-template-columns: 260px 1fr;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .directory-shell,
  .utility-bar,
  .hero-content,
  .topbar,
  .inventory-header,
  .contact-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .directory-grid,
  .trust-strip,
  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-panel {
    min-width: 0;
    width: 100%;
  }

  .topbar-links,
  .button,
  .back-link {
    width: 100%;
  }

  .topbar-links {
    flex-direction: column;
    align-items: stretch;
  }

  .dealer-directory-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

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

  .vehicle-image-wrap {
    min-height: 220px;
  }

  .vehicle-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .vehicle-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .vehicle-actions {
    width: 100%;
  }

  .vehicle-detail-link,
  .vehicle-contact-link {
    flex: 1;
    justify-content: center;
  }
}
