* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #1f1f1f;
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

/* =========================
   LEGACY TOPBAR / HEADER
========================= */

.topbar {
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  z-index: 100;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  color: #222222;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.topbar .brand {
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.topbar .brand > span:first-child {
  color: #d60000;
  font-weight: 900;
  font-size: 1.28em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact,
.contact-header {
  color: #666666;
  font-size: 0.95rem;
}

/* =========================
   FLOATING DYNAMIC NAV (LEGACY)
========================= */

.has-floating-nav #site-nav-shell {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 95;
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.has-floating-nav.nav-shell-hidden #site-nav-shell {
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
}

.has-floating-nav.nav-shell-hidden .nav-shell {
  pointer-events: none;
}

body.has-cookie-banner.has-floating-nav #site-nav-shell {
  top: 144px;
}

.nav-shell-wrap {
  padding-top: 8px;
}

.nav-shell {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px) saturate(1.04);
  -webkit-backdrop-filter: blur(10px) saturate(1.04);
  overflow: hidden;
}

.nav-shell-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.nav-shell-row::-webkit-scrollbar {
  display: none;
}

.nav-shell-row + .nav-shell-row {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.nav-shell-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(30, 30, 30, 0.88);
  transition:
    background 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.nav-shell-link:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #d60000;
}

.nav-shell-link.is-active {
  background: rgba(17, 17, 17, 0.92);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
}

.nav-shell-link-small {
  min-height: 23px;
  padding: 3px 7px;
  font-size: 0.79rem;
}

.nav-shell-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  padding: 3px 10px 5px;
  font-size: 0.73rem;
  color: rgba(40, 40, 40, 0.66);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-shell-breadcrumb a {
  color: #d60000;
  font-weight: 700;
}

.nav-shell-sep {
  color: rgba(40, 40, 40, 0.42);
}

/* =========================
   NEW GLOBAL HEADER
========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #ececec;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.26s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    top 0.22s ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  position: relative;
}

.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  flex: 0 0 auto;
  white-space: nowrap;
}

.site-header .brand-logo {
  width: 2rem;
  height: 2rem;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  transform: translateY(-1px);
  margin-right: 0.04rem;
}

.site-header .brand-mark {
  color: #d60000;
  font-weight: 900;
  font-size: 1.34rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.site-header .brand-sep {
  color: #222222;
  font-weight: 700;
  font-size: 1.18rem;
}

.site-header .brand-text {
  color: #222222;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
}

.site-footer .brand-logo {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.site-footer .brand-mark {
  color: #d60000;
  font-weight: 900;
  font-size: 1.14rem;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.site-footer .brand-sep {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
}

.site-footer .brand-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  text-transform: none;
}

.main-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.main-nav-surface {
  width: 100%;
}

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.main-nav-item {
  position: relative;
}

.main-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 72px;
  color: #1a1a1a;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.18s ease;
}

.main-nav-link:hover,
.main-nav-item.is-active > .main-nav-link,
.main-nav-item.is-open > .main-nav-link {
  color: #d60000;
}

.main-nav-caret {
  width: 7px;
  height: 7px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

.main-nav-item.is-open > .main-nav-link .main-nav-caret {
  transform: rotate(-135deg) translateY(-1px);
}

.dropdown-panel {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0.18s ease;
}

.main-nav-item:nth-last-child(-n + 2) .dropdown-panel {
  left: auto;
  right: 0;
}

.dropdown-panel::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 18px;
}

.main-nav-item.is-open > .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-surface {
  background: rgba(10, 10, 12, 0.97);
  border-radius: 22px;
  padding: 10px 0;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.dropdown-link {
  display: block;
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.35;
  transition:
    color 0.16s ease,
    background 0.16s ease;
}

.dropdown-link:hover,
.dropdown-link.is-active {
  color: #d60000;
  background: rgba(255, 255, 255, 0.04);
}

.header-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.header-toggle:hover {
  background: #f7f7f7;
  border-color: #cfcfcf;
}

.header-toggle-bars {
  position: relative;
  display: block;
  width: 22px;
  height: 16px;
}

.header-toggle-bars::before,
.header-toggle-bars::after,
.header-toggle-bars span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.header-toggle-bars::before {
  top: 0;
}

.header-toggle-bars span {
  top: 7px;
}

.header-toggle-bars::after {
  bottom: 0;
}

.site-header.is-menu-open .header-toggle-bars::before {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .header-toggle-bars span {
  opacity: 0;
}

.site-header.is-menu-open .header-toggle-bars::after {
  transform: translateY(-7px) rotate(-45deg);
}

/* =========================
   NEW GLOBAL FOOTER
========================= */

.site-footer {
  margin-top: 0;
}

.footer-main {
  background: #0f1114;
  color: #ffffff;
  padding: 52px 0 42px;
}

.footer-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
}

.footer-brand {
  max-width: 460px;
}

.footer-brandline {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  margin-bottom: 24px;
}

.footer-brandline .brand-text,
.footer-brandline .brand-sep {
  color: #ffffff;
}

.footer-follow {
  margin-bottom: 14px;
  font-size: 0.98rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.social-circle {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d60000;
  color: #ffffff;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.social-circle:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(214, 0, 0, 0.22);
  background: #b80000;
}

.social-circle svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-contact {
  min-width: 260px;
}

.footer-contact h3 {
  margin: 0 0 16px;
  font-size: 1.08rem;
  line-height: 1.2;
  color: #ffffff;
}

.footer-contact-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.footer-contact-list li + li {
  margin-top: 8px;
}

.footer-contact-list a,
.footer-address {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.6;
}

.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-address {
  margin-top: 10px;
}

.footer-sub {
  background: #161a20;
  color: rgba(255, 255, 255, 0.76);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 15px 0;
}

.footer-sub-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}

.footer-copyline {
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-legal a {
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  transition: color 0.18s ease;
}

.footer-legal a:hover {
  color: #ffffff;
}

.footer-sub-spacer {
  min-height: 1px;
}

/* =========================
   HERO UNDER FLOATING NAV (LEGACY)
========================= */

.has-floating-nav .hero {
  margin-top: -94px;
  padding-top: 94px;
}

.has-floating-nav .vehicle-hero {
  margin-top: -94px;
  padding-top: 94px;
}

/* =========================
   GLOBAL BUTTONS
========================= */

.btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: 0.2s ease;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
}

.btn-primary {
  background: #d60000;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(214, 0, 0, 0.18);
}

.btn-primary:hover {
  background: #b80000;
}

.btn-secondary {
  border: 1px solid #cfcfcf;
  background: rgba(255, 255, 255, 0.9);
  color: #222222;
}

.btn-secondary:hover {
  background: #f5f5f5;
}

/* =========================
   MAIN PAGE HERO
========================= */

.hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.28) 45%, rgba(255, 255, 255, 0.12) 100%),
    var(--hero-bg-image, url("../img/site/hero-bg.jpg")) center center / cover no-repeat;
  min-height: 78vh;
  display: flex;
  align-items: center;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  flex-wrap: wrap;
  width: 100%;
  padding: 90px 0 80px;
}

.hero-text {
  max-width: 720px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid #efc4c4;
  border-radius: 999px;
  color: #9f0000;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  font-size: 0.98rem;
}

.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  color: #111111;
  max-width: 760px;
  letter-spacing: -0.03em;
}

.hero p {
  max-width: 720px;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
}

.hero-lead-bubble {
  max-width: 760px;
  margin-top: 22px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-box {
  max-width: 420px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
}

.hero-box h2 {
  margin: 0 0 16px;
  color: #d60000;
  font-size: 1.8rem;
}

.hero-box ul {
  margin: 0;
  padding-left: 20px;
}

.hero-box li {
  margin-bottom: 10px;
  color: #2d2d2d;
}

/* =========================
   GLOBAL SECTION LAYOUT
========================= */

.section {
  padding: 88px 0;
}

.light-section {
  background: #f8f8f8;
}

.section-header {
  margin-bottom: 34px;
}

.section-header h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  color: #111111;
  letter-spacing: -0.02em;
}

.section-header p {
  margin: 0;
  color: #666666;
  font-size: 1.08rem;
}

.section-header p + p {
  margin-top: 10px;
}

/* =========================
   MAIN PAGE VEHICLE CARDS
========================= */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  background: #f2f2f2;
}

.card-body {
  padding: 24px;
}

.card-body h3 {
  margin: 0 0 14px;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #111111;
}

.card-body p {
  color: #666666;
  line-height: 1.65;
  margin: 0 0 16px;
}

.card-body a {
  font-weight: 700;
  color: #d60000;
  display: inline-block;
}

.card-body a:hover {
  color: #a90000;
}

/* =========================
   FEATURE BLOCKS
========================= */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-box {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
}

.feature-box h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #111111;
}

.feature-box p {
  margin: 0;
  color: #666666;
  line-height: 1.65;
}

/* =========================
   CONTACT BLOCK (LEGACY)
========================= */

.contact-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.contact-box h2 {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.1;
  color: #111111;
}

.contact-left p,
.contact-right p {
  margin: 0 0 10px;
  color: #333333;
}

.social-row {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-label {
  font-weight: 700;
  color: #333333;
  margin-right: 4px;
}

.social-badge {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.social-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 0.95;
}

.social-facebook {
  background: #1877f2;
}

.social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-icon-link {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.social-icon-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
}

.social-icon-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* =========================
   LEGACY FOOTER
========================= */

.footer {
  border-top: 1px solid #e7e7e7;
  padding: 28px 0 40px;
  background: #ffffff;
  color: #666666;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  font-size: 0.96rem;
}

.footer-copy {
  display: grid;
  gap: 8px;
}

.footer-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-legal a {
  color: #555555;
  font-weight: 700;
}

.footer-legal a:hover {
  color: #d60000;
}

/* =========================
   GLOBAL VEHICLE SUBPAGES
========================= */

.vehicle-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vehicle-hero-overlay {
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0.10) 100%);
}

.vehicle-hero-inner {
  padding: 72px 0 64px;
  max-width: 760px;
}

.breadcrumb {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: #d60000;
  font-weight: 700;
}

.vehicle-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #111111;
  max-width: 720px;
}

.vehicle-hero p {
  margin: 0;
  max-width: 720px;
  font-size: 1.08rem;
  color: #333333;
  line-height: 1.7;
}

.vehicle-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.vehicle-section {
  padding: 80px 0;
}

.vehicle-section-light {
  background: #f8f8f8;
}

.vehicle-detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
}

.vehicle-card,
.vehicle-spec-card,
.vehicle-gallery-card,
.vehicle-video-card,
.vehicle-cta-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.vehicle-card h2,
.vehicle-spec-card h2,
.vehicle-gallery-card h2,
.vehicle-video-card h2,
.vehicle-cta-card h2 {
  margin: 0 0 18px;
  font-size: 2rem;
  line-height: 1.1;
  color: #111111;
}

.vehicle-card p,
.vehicle-video-card p,
.vehicle-cta-card p {
  margin: 0 0 14px;
  color: #444444;
  line-height: 1.75;
}

.vehicle-spec-list {
  display: grid;
  gap: 14px;
}

.vehicle-spec-item {
  padding: 14px 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fcfcfc;
}

.vehicle-spec-item strong {
  display: block;
  color: #111111;
  margin-bottom: 4px;
}

.vehicle-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vehicle-gallery-item {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #f3f3f3;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.vehicle-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.vehicle-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.vehicle-video-wrap video {
  width: 100%;
  border-radius: 18px;
  border: 1px solid #ececec;
  background: #000000;
}

.vehicle-cta-card {
  text-align: center;
}

.vehicle-price-line {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 14px;
}

.vehicle-status {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
}

.vehicle-status-new {
  background: #edf8ed;
  color: #187a2f;
  border: 1px solid #cfe9d3;
}

.vehicle-status-used {
  background: #fff5e8;
  color: #a45a00;
  border: 1px solid #f1d7b3;
}

/* =========================
   LIGHTBOX
========================= */

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 2000;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: min(1200px, 100%);
  max-height: 100%;
}

.lightbox-image {
  max-width: 100%;
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* =========================
   LEGAL PAGES
========================= */

.legal-page {
  padding: 72px 0 88px;
}

.legal-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.legal-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.legal-card h1 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.legal-card h2 {
  margin: 32px 0 14px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #111111;
}

.legal-card p,
.legal-card li,
.legal-card .legal-note {
  color: #444444;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-word;
}

.legal-card ul {
  margin: 0;
  padding-left: 22px;
}

.legal-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff8e8;
  border: 1px solid #f1deae;
  color: #6d5400;
}

/* =========================
   COOKIE CONSENT
========================= */

body.has-cookie-banner .topbar,
body.has-cookie-banner .site-header {
  top: 88px;
}

.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  background: #111111;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.cookie-banner-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.cookie-banner-text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.cookie-banner-text a {
  color: #f1d600;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.cookie-btn {
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.96rem;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    background 0.18s ease;
}

.cookie-btn:hover {
  transform: translateY(-1px);
}

.cookie-btn-primary {
  background: #f1d600;
  color: #111111;
}

.cookie-btn-primary:hover {
  background: #ffea3d;
}

.cookie-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* =========================
   CONTACT FORM + MAP
========================= */

.contact-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.contact-panel {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.contact-panel-form {
  padding: 34px;
}

.contact-form-intro h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  color: #111111;
}

.contact-form-intro p {
  margin: 0 0 24px;
  color: #555555;
  font-size: 1.04rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-grid {
  display: grid;
  gap: 16px;
}

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field label {
  font-weight: 700;
  color: #222222;
  font-size: 0.95rem;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 14px;
  background: #ffffff;
  color: #1f1f1f;
  font: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #d60000;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.08);
}

.form-field textarea {
  min-height: 160px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #444444;
  font-size: 0.95rem;
}

.checkbox-field input {
  margin-top: 3px;
}

.checkbox-field a {
  color: #d60000;
  font-weight: 700;
}

.form-actions {
  padding-top: 6px;
}

.form-note {
  margin: 14px 0 0;
  color: #666666;
  font-size: 0.94rem;
}

.form-alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 700;
}

.form-alert.is-success {
  background: #edf8ef;
  color: #116b2d;
  border: 1px solid #cde9d4;
}

.form-alert.is-error {
  background: #fff1f1;
  color: #8e1b1b;
  border: 1px solid #f0c9c9;
}

.input-error {
  border-color: #d60000 !important;
  box-shadow: 0 0 0 4px rgba(214, 0, 0, 0.08) !important;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-panel-map {
  display: flex;
  flex-direction: column;
}

.contact-map-frame {
  min-height: 380px;
  background: #f2f2f2;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.contact-info {
  padding: 28px 30px 30px;
}

.contact-info h3 {
  margin: 0 0 18px;
  font-size: 1.35rem;
  color: #111111;
}

.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-info-list li {
  margin-bottom: 12px;
  color: #333333;
}

.contact-info-list a {
  color: #1f1f1f;
}

.contact-info-actions {
  margin-top: 22px;
}

.contact-social-row {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.social-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f6f6f6;
  border: 1px solid #e3e3e3;
  font-weight: 700;
  transition: 0.2s ease;
}

.social-pills a:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .main-nav-list {
    gap: 22px;
  }

  .site-header .brand-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 1080px) {
  .header-row {
    min-height: 66px;
  }

  .header-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0.18s ease;
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav-surface {
    background: #ffffff;
    border-top: 1px solid #ececec;
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
  }

  .main-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0;
  }

  .main-nav-item {
    width: 100%;
    border-top: 1px solid #f1f1f1;
  }

  .main-nav-item:first-child {
    border-top: 0;
  }

  .main-nav-link {
    min-height: 0;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    width: 100%;
  }

  .main-nav-item[data-has-dropdown="false"] .main-nav-link {
    justify-content: flex-start;
  }

  .dropdown-panel {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px 0;
    transition:
      max-height 0.22s ease,
      padding 0.22s ease;
  }

  .dropdown-panel::before {
    display: none;
  }

  .main-nav-item.is-open > .dropdown-panel {
    max-height: 420px;
    padding: 0 24px 16px;
  }

  .dropdown-surface {
    border-radius: 18px;
    padding: 8px 0;
    box-shadow: none;
  }

  .dropdown-link {
    padding: 13px 16px;
  }

  .hero-inner,
  .contact-box,
  .vehicle-detail-grid,
  .contact-split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 72px 0 64px;
    gap: 32px;
  }

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

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

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

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

  .has-floating-nav #site-nav-shell {
    top: 52px;
  }

  body.has-cookie-banner.has-floating-nav #site-nav-shell {
    top: 158px;
  }

  .nav-shell {
    width: min(100%, calc(100% - 28px));
    border-radius: 15px;
  }

  .nav-shell-row {
    padding: 5px 8px;
    gap: 6px;
  }

  .nav-shell-link {
    min-height: 25px;
    padding: 3px 8px;
    font-size: 0.83rem;
  }

  .nav-shell-link-small {
    min-height: 22px;
    padding: 2px 6px;
    font-size: 0.77rem;
  }

  .nav-shell-breadcrumb {
    padding: 3px 9px 5px;
    font-size: 0.71rem;
  }

  .has-floating-nav .hero,
  .has-floating-nav .vehicle-hero {
    margin-top: -88px;
    padding-top: 88px;
  }

  .footer-main-inner {
    flex-direction: column;
    gap: 34px;
  }

  .footer-contact {
    min-width: 0;
  }

  .footer-sub-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }

  .contact-panel-form {
    padding: 24px;
  }

  .contact-info {
    padding: 24px;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 320px;
  }

  body.has-cookie-banner .topbar,
  body.has-cookie-banner .site-header {
    top: 104px;
  }

  .cookie-banner-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1200px);
  }

  .topbar-inner {
    padding: 8px 0;
  }

  .site-header .brand {
    gap: 0.42rem;
  }

  .site-header .brand-logo {
    width: 1.55rem;
    height: 1.55rem;
  }

  .site-header .brand-mark {
    font-size: 1.08rem;
  }

  .site-header .brand-sep {
    font-size: 0.98rem;
  }

  .site-header .brand-text {
    font-size: 0.98rem;
  }

  .header-row {
    min-height: 62px;
  }

  .hero-inner {
    padding: 52px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero-box {
    padding: 24px;
  }

  .hero-lead-bubble {
    padding: 16px 18px;
    border-radius: 18px;
  }

  .section,
  .vehicle-section,
  .legal-page {
    padding: 64px 0;
  }

  .has-floating-nav #site-nav-shell {
    top: 64px;
  }

  body.has-cookie-banner.has-floating-nav #site-nav-shell {
    top: 190px;
  }

  .nav-shell {
    width: min(100%, calc(100% - 20px));
    border-radius: 14px;
  }

  .nav-shell-row {
    padding: 4px 7px;
    gap: 5px;
  }

  .nav-shell-link {
    min-height: 24px;
    padding: 3px 7px;
    font-size: 0.79rem;
  }

  .nav-shell-link-small {
    min-height: 21px;
    padding: 2px 6px;
    font-size: 0.73rem;
  }

  .nav-shell-breadcrumb {
    padding: 3px 8px 5px;
    font-size: 0.68rem;
  }

  .has-floating-nav .hero,
  .has-floating-nav .vehicle-hero {
    margin-top: -82px;
    padding-top: 82px;
  }

  .card-grid,
  .feature-grid,
  .vehicle-gallery-grid,
  .offers-grid {
    grid-template-columns: 1fr;
  }

  .card img {
    height: 220px;
  }

  .card-body,
  .feature-box,
  .contact-box,
  .vehicle-card,
  .vehicle-spec-card,
  .vehicle-gallery-card,
  .vehicle-video-card,
  .vehicle-cta-card,
  .legal-card {
    padding: 22px;
  }

  .section-header h2 {
    font-size: 2.2rem;
  }

  .feature-box h3 {
    font-size: 1.25rem;
  }

  .contact-box h2,
  .vehicle-card h2,
  .vehicle-spec-card h2,
  .vehicle-gallery-card h2,
  .vehicle-video-card h2,
  .vehicle-cta-card h2 {
    font-size: 1.8rem;
  }

  .legal-card p,
  .legal-card li,
  .legal-card .legal-note {
    text-align: left;
  }

  .social-row {
    gap: 8px;
  }

  .social-badge {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
  }

  .vehicle-hero-inner {
    padding: 52px 0 46px;
  }

  .vehicle-hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .footer-main {
    padding: 42px 0 34px;
  }

  .footer-brandline {
    flex-wrap: wrap;
  }

  .footer-legal {
    gap: 14px 18px;
  }

  body.has-cookie-banner .topbar,
  body.has-cookie-banner .site-header {
    top: 132px;
  }

  .cookie-banner-inner {
    width: min(100% - 24px, 1200px);
    min-height: auto;
    gap: 14px;
  }

  .cookie-banner-text {
    font-size: 0.94rem;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
  }
}


/* =========================
   FAMILY HUB HERO SYSTEM
========================= */

.hero.hero-hub {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0.28) 45%, rgba(255,255,255,0.12) 100%),
    var(--hero-bg-image, var(--family-hero-bg, url("../img/site/hero-bg.jpg"))) var(--family-hero-position, center center) / cover no-repeat;
  min-height: 78vh;
  display: flex;
  align-items: center;
}

.hero.hero-hub .hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
  padding: 90px 0 80px;
}

.hero.hero-hub .hero-text,
.hero.hero-hub .hero-copy,
.hero.hero-hub .hero-family-copy {
  max-width: 720px;
}

.hero.hero-hub .breadcrumb {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 18px;
}

.hero.hero-hub .breadcrumb a {
  color: #d60000;
  font-weight: 700;
}

.hero.hero-hub .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid #efc4c4;
  border-radius: 999px;
  color: #9f0000;
  background: rgba(255,255,255,0.72);
  font-weight: 700;
  font-size: 0.98rem;
}

.hero.hero-hub h1 {
  margin: 0 0 20px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.98;
  color: #111111;
  max-width: 640px;
  letter-spacing: -0.03em;
}

.hero.hero-hub .hero-lead-bubble {
  max-width: 700px;
  margin: 0;
  padding: 16px 20px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero.hero-hub .hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero.hero-hub .hero-family-model-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero.hero-hub .family-model-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #d60000;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(214,0,0,0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.hero.hero-hub .family-model-pill:hover {
  background: #b80000;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(214,0,0,0.22);
}

/* =========================
   FAMILY HUB CONTENT MEDIA
========================= */

.family-band-figure {
  margin: 34px 0 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.family-band-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.family-figure-caption {
  padding: 14px 18px;
  color: #5a5a5a;
  font-size: 0.96rem;
  line-height: 1.65;
  background: #ffffff;
  border-top: 1px solid #ededed;
}

.family-visual-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.family-visual-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.family-visual-card.is-technical img {
  object-fit: contain;
  background: linear-gradient(180deg, #f8f9fb, #ffffff);
  padding: 18px;
}

.family-kv-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.family-kv-item {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #ececec;
  background: #fcfcfc;
  color: #454545;
  line-height: 1.7;
}

.family-kv-item strong {
  display: block;
  color: #111111;
  margin-bottom: 4px;
}

/* =========================
   FAMILY HERO BACKGROUNDS
========================= */

body[data-family="n-series"] {
  --family-hero-bg: url("/assets/img/n-series/hub/n-series-hero-jobsite-lifestyle.webp");
  --family-hero-position: center center;
}

@media (max-width: 1000px) {
  .hero.hero-hub {
    min-height: auto;
  }

  .hero.hero-hub .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 72px 0 64px;
  }
}

@media (max-width: 680px) {
  .hero.hero-hub .hero-inner {
    padding: 52px 0 48px;
  }

  .hero.hero-hub h1 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .hero.hero-hub .hero-lead-bubble {
    max-width: 100%;
    padding: 14px 16px;
  }

  .hero.hero-hub .hero-family-model-links {
    gap: 8px;
  }

  .hero.hero-hub .family-model-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.85rem;
  }

  .family-band-figure {
    margin-top: 24px;
  }

  .family-visual-card img {
    min-height: 220px;
  }

  .family-figure-caption {
    padding: 12px 14px;
    font-size: 0.92rem;
  }
}


/* =========================
   N-SERIES PACKAGE PATCH
========================= */

.vehicle-hero.is-generic {
  min-height: clamp(440px, 64vh, 680px);
  background-image: var(--hero-bg-image, url("../img/site/hero-bg.jpg"));
}

.vehicle-hero.is-generic:not(.family-hero) .vehicle-hero-overlay {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.54) 44%, rgba(255, 255, 255, 0.18) 100%);
}

.vehicle-hero.is-generic:not(.family-hero) .vehicle-hero-inner {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
  padding: 84px 0 70px;
}

.hero-model-nav {
  align-self: start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-model-nav h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.15;
  color: #111111;
}

.hero-model-nav p {
  margin: 0 0 14px;
  color: #555555;
  font-size: 0.98rem;
  line-height: 1.6;
}

.hero-model-list {
  display: grid;
  gap: 10px;
}

.hero-model-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.72);
  color: #111111;
  font-weight: 700;
  line-height: 1.25;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hero-model-link small {
  display: block;
  color: #666666;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-model-link:hover {
  color: #d60000;
  border-color: #efcaca;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.hero-model-link.is-active {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.hero-model-link.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

.hero-model-link::after {
  content: "→";
  color: currentColor;
  font-size: 1rem;
  line-height: 1;
}

.vehicle-section {
  padding: 68px 0;
}

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

.model-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.model-card h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.15;
  color: #111111;
}

.model-card p {
  margin: 0 0 14px;
  color: #4a4a4a;
  line-height: 1.72;
}

.model-card .meta {
  display: grid;
  gap: 8px;
  margin: 18px 0 18px;
}

.model-card .meta-item {
  padding: 12px 14px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fcfcfc;
  color: #333333;
}

.model-card .meta-item strong {
  display: block;
  color: #111111;
  margin-bottom: 3px;
}

.model-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.info-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.info-band-item {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 22px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035);
}

.info-band-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
  color: #111111;
}

.info-band-item span {
  color: #4d4d4d;
  line-height: 1.65;
}

.note-card {
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid #f0e1e1;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(253,249,249,0.96));
  box-shadow: 0 12px 26px rgba(0,0,0,0.03);
}

.note-card h3 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 1.3rem;
}

.note-card p {
  margin: 0;
  color: #4b4b4b;
  line-height: 1.75;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.simple-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  background: #fcfcfc;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 14px 16px;
  color: #444444;
}

.simple-list li strong {
  color: #111111;
}

.offer-link-list {
  display: grid;
  gap: 16px;
}

.offer-link-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.035);
}

.offer-link-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.offer-link-card p {
  margin: 0 0 12px;
  color: #4d4d4d;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .site-header .brand-mark {
    font-size: 1.18rem;
  }

  .site-header .brand-sep {
    font-size: 1.06rem;
  }

  .site-header .brand-text {
    font-size: 1.08rem;
  }

  .main-nav-list {
    gap: 18px;
  }
}

@media (max-width: 1080px) {
  .vehicle-hero.is-generic:not(.family-hero) .vehicle-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 72px 0 62px;
  }

  .hero-model-nav {
    max-width: 720px;
  }

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

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

@media (max-width: 720px) {
  .model-grid,
  .info-band {
    grid-template-columns: 1fr;
  }

  .model-card,
  .info-band-item,
  .note-card,
  .offer-link-card {
    padding: 22px 20px;
  }
}



/* =========================
   HOMEPAGE HERO + RHYTHM PATCH 2026-04-16
========================= */

body[data-page="home"] .hero {
  min-height: clamp(540px, 68vh, 680px);
}

body[data-page="home"] .hero-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 68px 0 60px;
  gap: 32px;
}

body[data-page="home"] .hero-text,
body[data-page="home"] .hero-copy {
  max-width: 760px;
}

body[data-page="home"] .eyebrow {
  margin-bottom: 14px;
}

body[data-page="home"] .hero h1 {
  max-width: 700px;
  margin-bottom: 16px;
}

body[data-page="home"] .hero-lead-bubble {
  max-width: 640px;
  margin-top: 18px;
  padding: 16px 20px;
}

body[data-page="home"] .hero-buttons {
  margin-top: 22px;
}

body[data-page="home"] .hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

body[data-page="home"] .hero-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  color: #222222;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
}

body[data-page="home"] .section {
  padding: 74px 0;
}

body[data-page="home"] .section-header {
  margin-bottom: 28px;
}

body[data-page="home"] .section-header h2 {
  margin-bottom: 10px;
}

body[data-page="home"] .contact-box,
body[data-page="home"] .contact-cta-box {
  padding: 30px;
}

@media (max-width: 1080px) {
  body[data-page="home"] .hero {
    min-height: auto;
  }

  body[data-page="home"] .hero-inner {
    padding: 56px 0 50px;
    gap: 26px;
  }

  body[data-page="home"] .section {
    padding: 66px 0;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .hero-inner {
    width: min(100% - 24px, 1200px);
    padding: 44px 0 40px;
    gap: 22px;
  }

  body[data-page="home"] .hero-lead-bubble {
    max-width: 100%;
    margin-top: 16px;
    padding: 14px 16px;
  }

  body[data-page="home"] .hero-buttons {
    margin-top: 18px;
  }

  body[data-page="home"] .hero-trust-row {
    gap: 8px;
    margin-top: 16px;
  }

  body[data-page="home"] .hero-trust-row span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.85rem;
  }

  body[data-page="home"] .section {
    padding: 58px 0;
  }

  body[data-page="home"] .contact-box,
  body[data-page="home"] .contact-cta-box {
    padding: 22px;
  }
}
