﻿:root {
  --bg: #061018;
  --bg-soft: #0d1823;
  --panel: rgba(12, 24, 35, 0.84);
  --panel-soft: rgba(255, 255, 255, 0.035);
  --panel-strong: #102334;
  --line: rgba(190, 213, 232, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #edf4fb;
  --muted: #9cb0c3;
  --accent: #d8ff48;
  --accent-ink: #111900;
  --warm: #f1bf79;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 14px 32px rgba(0, 0, 0, 0.16);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #111827;
  background: #ffffff;
  min-height: 100vh;
}

body::before {
  display: none;
}

img {
  display: block;
  width: 100%;
}

iframe {
  width: 100%;
  border: 0;
}

a,
button {
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, opacity 0.24s ease, box-shadow 0.24s ease;
}

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

button {
  font: inherit;
  cursor: pointer;
}

.page-shell {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 72px;
  position: relative;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin-top: 18px;
  padding: 14px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(22px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  width: min(calc(100% - 32px), var(--max-width));
  margin-left: auto;
  margin-right: auto;
}

.compact-header {
  position: relative;
  top: 0;
}

.site-header-home {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-header-home .brand-logo img {
  filter: brightness(0) invert(1);
}

.site-header-home .site-nav a,
.site-header-home .button-ghost,
.site-header-home .nav-toggle {
  color: #ffffff;
}

.site-header-home .site-nav a:hover,
.site-header-home .site-nav a.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.site-header-home .button-ghost,
.site-header-home .nav-toggle {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.site-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-header-start {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.brand-logo {
  min-width: 132px;
}

.brand-logo img {
  width: auto;
  height: 26px;
  display: block;
  filter: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 40px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
}

.brand-copy {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.site-header-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.site-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-nav a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #475569;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #111827;
  background: rgba(15, 23, 42, 0.06);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 15px 24px;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(216, 255, 72, 0.16);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-secondary,
.button-ghost {
  background: transparent;
  color: #111827;
  border: 1px solid rgba(15, 23, 42, 0.14);
  box-shadow: none;
}

.button-white {
  background: rgba(255, 255, 255, 0.92);
  color: #0c1117;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.12);
}

main > section {
  margin-top: 56px;
}

main > section:not(.hero-cover) {
  width: min(calc(100% - 32px), var(--max-width));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 38px;
  padding-top: 46px;
}

.hero-config {
  margin-top: 28px;
  align-items: stretch;
}

.hero-secondary-title {
  margin: 12px 0 18px;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-cover {
  position: relative;
  overflow: hidden;
  min-height: min(100vh, 940px);
  margin-top: 0;
  border-radius: 0 0 36px 36px;
  border: 0;
  box-shadow: none;
  background: #0a131b;
}

.hero-cover-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-cover-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.72) 0%, rgba(5, 9, 14, 0.3) 42%, rgba(5, 9, 14, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 9, 14, 0.12), rgba(5, 9, 14, 0.44));
}

.hero-cover-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(100vh, 940px);
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 160px 32px 48px;
}

.hero-cover-kicker {
  margin: 0 0 10px;
  color: rgba(237, 244, 251, 0.76);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
}

.hero-cover h1 {
  margin: 0;
  max-width: 7ch;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(4rem, 7vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.hero-cover-lead {
  max-width: 54ch;
  margin: 18px 0 0;
  color: rgba(237, 244, 251, 0.78);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-cover-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-top: 36px;
}

.hero-cover-price {
  display: block;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  color: #ffffff;
  font-size: clamp(2.6rem, 4vw, 4.1rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-cover-actions {
  margin-top: 0;
}

.hero-copy h1,
.inner-hero h1 {
  margin: 12px 0 18px;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-lead,
.inner-hero p,
.section-subcopy {
  max-width: 62ch;
  color: #4b5563;
  font-size: 1.08rem;
  line-height: 1.75;
}

.eyebrow {
  margin: 0;
  color: #6b7280;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.hero-actions,
.footer-links,
.spec-pills,
.hero-notes,
.finance-grid,
.story-grid,
.key-facts,
.gallery-grid,
.price-grid,
.trim-top-grid,
.footer-contact-grid,
.feature-story-grid,
.page-links-grid,
.contacts-layout,
.safety-grid,
.design-grid {
  display: grid;
}

.hero-actions {
  grid-auto-flow: column;
  justify-content: start;
  gap: 14px;
  margin-top: 30px;
}

.hero-notes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.hero-notes li,
.fact-card,
.feature-card,
.trim-preview article,
.price-card,
.trim-card,
.finance-grid article,
.cta-band,
.spec-callout,
.panel-section,
.site-footer,
.modal-dialog,
.comparison-table-wrap,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder,
.feature-story-card,
.gallery-card,
.story-block,
.inner-hero {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,1)),
    #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.hero-notes li,
.fact-card,
.feature-card,
.trim-preview article,
.finance-grid article,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.utp-preview {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.utp-preview img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.utp-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 12, 18, 0.02), rgba(6, 12, 18, 0.72));
}

.utp-preview-copy,
.gallery-card-copy {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

.utp-preview-copy span,
.gallery-card-copy span,
.media-copy span,
.fact-card span,
.price-badge,
.color-stage .media-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(216, 255, 72, 0.15);
  color: var(--accent);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.price-badge {
  padding: 8px 14px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: linear-gradient(135deg, #111827, #263244);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  font-weight: 800;
}

.trim-card.accent .price-badge {
  border-color: rgba(216, 255, 72, 0.95);
  background: linear-gradient(135deg, var(--accent), #f4ff9f);
  color: var(--accent-ink);
  box-shadow: 0 14px 30px rgba(216, 255, 72, 0.34);
}

.utp-preview-copy strong {
  display: block;
  max-width: 26ch;
  font-size: 1.42rem;
  line-height: 1.2;
}

.utp-preview-copy p,
.gallery-card-copy p {
  margin: 10px 0 0;
  color: rgba(237, 244, 251, 0.84);
  line-height: 1.58;
}

.panel-glow {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.panel-glow::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% 30%;
  height: 240px;
  background: radial-gradient(circle, rgba(216, 255, 72, 0.18), transparent 60%);
  pointer-events: none;
}

.media-placeholder,
.color-stage,
.media-video {
  position: relative;
  min-height: 640px;
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 255, 72, 0.16), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(241, 191, 121, 0.12), transparent 20%),
    linear-gradient(180deg, #112131 0%, #0b1520 100%);
}

.media-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 28px;
}

.color-stage::before {
  content: "";
  position: absolute;
  inset: auto 7% 72px 7%;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.35), transparent 70%);
  filter: blur(12px);
}

.media-copy {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  max-width: 380px;
}

.media-copy strong,
.hero-stats strong,
.fact-card strong,
.price-main,
.trim-preview strong,
.trim-card h2,
.cta-band h2,
.section-head h2,
.story-block h2,
.spec-callout h2,
.video-copy h2,
.split-copy h2,
.page-link-card strong,
.contact-card strong,
.safety-card strong,
.design-card strong {
  display: block;
}

.media-copy strong {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.1;
}

.media-copy p,
.hero-stats span,
.price-sub,
.footer-label,
.modal-text,
.feature-card p,
.fact-card p,
.split-copy p,
.video-copy p,
.cta-band p,
.footer-legal p,
.footer-brand p,
.footer-contacts p,
.trim-card li,
.price-card li,
.finance-grid p,
.page-link-card p,
.contact-card p,
.safety-card p,
.design-card p,
.map-placeholder p,
.feature-story-copy p {
  color: #4b5563;
}

.color-carrier {
  position: absolute;
  inset: 96px 28px 104px 28px;
  display: grid;
  place-items: center;
}

.color-image {
  position: absolute;
  width: min(100%, 1050px);
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.color-image.is-active,
.interior-image.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.color-selector {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.color-chip,
.interior-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 14, 21, 0.78);
  color: var(--text);
  backdrop-filter: blur(10px);
}

.color-chip.is-active,
.interior-chip.is-active {
  border-color: rgba(216, 255, 72, 0.52);
  box-shadow: 0 0 0 3px rgba(216, 255, 72, 0.12);
}

.color-dot {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.color-dot-white { background: linear-gradient(135deg, #ffffff, #d9d9d9); }
.color-dot-gray { background: linear-gradient(135deg, #8a9199, #424850); }
.color-dot-pink { background: linear-gradient(135deg, #f5d8ee, #c49ab9); }
.color-dot-silver { background: linear-gradient(135deg, #eef6f9, #aebdc5); }
.color-dot-green { background: linear-gradient(135deg, #7b8f5b, #23351d); }
.color-dot-black { background: linear-gradient(135deg, #272727, #020202); }
.color-dot-blue-black { background: linear-gradient(135deg, #22456e 0 48%, #0b0f16 52% 100%); }
.color-dot-red { background: linear-gradient(135deg, #e3262f, #7d1018); }
.color-dot-matte-blue { background: linear-gradient(135deg, #677684, #273747); }
.color-dot-sand { background: linear-gradient(135deg, #e9d6b8, #b99565); }
.color-dot-terracotta { background: linear-gradient(135deg, #cb8854, #7f4428); }
.color-dot-light { background: linear-gradient(135deg, #f5f5f1, #c9c8c2); }
.color-name { font-size: 0.94rem; }

.color-chip[data-color-target="matte-blue"] {
  justify-content: flex-start;
}

.color-chip[data-color-target="matte-blue"] .color-name {
  text-align: left;
}

.color-chip-pending {
  opacity: 0.72;
  border-style: dashed;
  cursor: default;
}

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

.color-list-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.color-list-card h3 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: 1.25rem;
}

.color-list-card ul {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.hero-stats {
  position: absolute;
  inset: auto 18px 18px 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stats article {
  padding: 18px;
  border-radius: 20px;
  background: rgba(4, 10, 16, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stats strong { font-size: 1.6rem; }

.key-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fact-card strong {
  margin-bottom: 12px;
  font-size: 1.55rem;
}

.story-block,
.panel-section,
.spec-callout,
.gallery-section,
.site-footer,
.price-card,
.trim-card,
.comparison-table-wrap,
.cta-band,
.inner-hero {
  border-radius: var(--radius-xl);
}

.story-block {
  padding: 34px;
}

.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.feature-card {
  background: var(--panel-soft);
}

.feature-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: -10px 0 20px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center center;
  background: #071019;
}

.feature-card h3,
.split-copy h2,
.video-copy h2,
.story-block h2,
.section-head h2,
.spec-callout h2,
.inner-hero h1,
.trim-card h2,
.price-card h2 {
  margin-top: 0;
}

.feature-story-section { margin-top: 56px; }

.feature-story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-story-card {
  overflow: hidden;
}

.feature-story-card img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.feature-story-copy {
  padding: 24px;
}

.feature-story-copy strong {
  margin-bottom: 12px;
  font-size: 1.32rem;
  line-height: 1.24;
}

.split-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
}

.split-copy,
.trim-preview { border-radius: var(--radius-xl); }

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

.trim-preview article {
  min-height: 260px;
}

.trim-preview span {
  color: var(--warm);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.trim-preview strong,
.price-main {
  margin: 14px 0;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--accent);
}

.button-link {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
}

.section-head {
  margin-bottom: 26px;
  text-align: center;
}

.section-head.left { text-align: left; }

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

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 13, 20, 0.04), rgba(6, 13, 20, 0.82));
}

.gallery-card-copy strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1.3;
}

.video-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
  align-items: center;
}

.video-embed iframe,
.media-video { min-height: 420px; }

.promo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(6, 12, 18, 0.08), rgba(6, 12, 18, 0.74));
}

.interior-stage {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.interior-frame {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #0f1c29 0%, #08121a 100%);
  box-shadow: var(--shadow);
}

.interior-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(4, 10, 16, 0.44));
  pointer-events: none;
}

.interior-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.interior-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px;
  background:
    radial-gradient(circle at left center, rgba(216, 255, 72, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    var(--panel);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.05fr;
  gap: 22px;
  padding: 32px;
  margin-top: 56px;
}

.site-footer,
.footer-brand p,
.footer-legal p,
.footer-contacts p,
.footer-links a,
.footer-label {
  color: #4b5563;
}

.footer-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.footer-links {
  grid-auto-flow: column;
  justify-content: start;
  gap: 12px;
}

.footer-links a:hover,
.footer-contacts a:hover,
.text-link:hover {
  color: var(--accent);
}

.inner-page {
  display: grid;
  gap: 0;
}

.inner-hero,
.panel-section,
.spec-callout {
  padding: 30px;
}

.price-grid,
.trim-top-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.price-card,
.trim-card {
  padding: 30px;
}

.price-card ul,
.trim-card ul,
.design-card ul,
.safety-list,
.contact-list {
  padding-left: 18px;
  line-height: 1.8;
}

.price-card.featured,
.trim-card.accent {
  background:
    linear-gradient(180deg, rgba(216, 255, 72, 0.14), rgba(9, 21, 33, 0.86)),
    var(--panel);
}

.finance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison-table th {
  color: var(--text);
  font-size: 0.94rem;
}

.spec-callout { display: grid; gap: 18px; }

.spec-pills {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.spec-pills span {
  display: inline-flex;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.ttx-section {
  display: grid;
  gap: 22px;
}

.ttx-diff-checkbox {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.ttx-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--muted);
  font-weight: 700;
}

.ttx-diff-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.ttx-switch-dot {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  transition: background 0.2s ease;
}

.ttx-switch-dot::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
}

.ttx-diff-checkbox:checked + .ttx-toolbar .ttx-switch-dot {
  background: var(--accent);
}

.ttx-diff-checkbox:checked + .ttx-toolbar .ttx-switch-dot::after {
  transform: translateX(20px);
}

.ttx-table-wrap {
  overflow-x: auto;
  border-radius: 26px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(255, 255, 255, 0.72);
}

.ttx-table {
  min-width: 760px;
}

.ttx-table-head,
.ttx-row {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(2, minmax(170px, 0.8fr));
}

.ttx-table-head {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(248, 250, 252, 0.98);
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
}

.ttx-table-head > div,
.ttx-row > span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 18px;
  border-right: 1px solid rgba(226, 232, 240, 0.72);
}

.ttx-table-head > div:last-child,
.ttx-row > span:last-child {
  border-right: 0;
}

.ttx-table-head strong {
  display: block;
  color: var(--text);
  font-size: 1.08rem;
}

.ttx-table-head span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.92rem;
}

.ttx-group {
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
}

.ttx-group:last-child {
  border-bottom: 0;
}

.ttx-group summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px 58px 18px 18px;
  color: var(--text);
  font-weight: 800;
  font-size: 1.08rem;
  cursor: pointer;
  list-style: none;
  background: #fff;
}

.ttx-group summary::-webkit-details-marker {
  display: none;
}

.ttx-group summary::after {
  content: "";
  position: absolute;
  right: 22px;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.ttx-group[open] summary::after {
  transform: rotate(225deg);
}

.ttx-row {
  border-top: 1px solid rgba(226, 232, 240, 0.72);
  color: var(--muted);
}

.ttx-row:nth-child(odd) {
  background: rgba(248, 250, 252, 0.72);
}

.ttx-row > span:first-child {
  color: var(--muted);
}

.ttx-row > span:not(:first-child) {
  justify-content: center;
  color: var(--text);
  font-weight: 700;
  text-align: center;
}

.ttx-plus,
.ttx-minus,
.ttx-state {
  font-size: 1.25rem;
  line-height: 1;
}

.ttx-row > span.ttx-plus {
  color: #05070a;
}

.ttx-row > span.ttx-minus {
  color: rgba(148, 163, 184, 0.72);
}

.ttx-state::before {
  content: "●";
  display: inline-block;
  color: #05070a;
}

.ttx-state[data-available="false"]::before {
  color: rgba(148, 163, 184, 0.72);
}

.ttx-diff-checkbox:checked ~ .ttx-table-wrap .ttx-row.is-same {
  display: none;
}

.seat-comfort-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 26px;
  align-items: stretch;
}

.seat-comfort-media {
  min-height: 420px;
  overflow: hidden;
  border-radius: 22px;
  background: #0b0f16;
}

.seat-comfort-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.seat-comfort-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 34px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
}

.seat-comfort-copy h2 {
  margin: 0 0 16px;
  max-width: 12ch;
  font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  hyphens: auto;
}

.seat-comfort-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.ambient-light-section .seat-comfort-copy {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(148, 83, 214, 0.2), rgba(6, 12, 20, 0.94)),
    #0b0f16;
  border-color: rgba(255, 255, 255, 0.12);
}

.ambient-light-section .seat-comfort-copy .eyebrow {
  color: rgba(232, 217, 255, 0.78);
}

.ambient-light-section .seat-comfort-copy h2 {
  color: #fff;
}

.ambient-light-section .seat-comfort-copy p:not(.eyebrow) {
  color: rgba(237, 244, 251, 0.78);
}

.characteristics-page {
  gap: 0;
}

.characteristics-hero {
  min-height: 320px;
}

.spec-source-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.spec-source-note h2 {
  margin: 0 0 10px;
}

.spec-source-note p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.spec-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 30px;
}

.spec-mini-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.spec-mini-card span {
  display: block;
  min-height: 40px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.spec-mini-card strong {
  display: block;
  margin-top: 12px;
  color: var(--text);
  font-size: 1.04rem;
}

.characteristics-trims {
  padding: 0 30px 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.characteristics-trims .trim-card {
  padding: 22px;
}

.characteristics-trims .trim-card h2 {
  margin: 14px 0 8px;
  font-size: 1.15rem;
}

.characteristics-trims .trim-card p {
  min-height: 46px;
  color: var(--muted);
}

.full-spec-section {
  display: grid;
  gap: 22px;
}

.full-spec-groups {
  display: grid;
  gap: 14px;
}

.full-spec-group {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.full-spec-group summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 18px 58px 18px 20px;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.full-spec-group summary::-webkit-details-marker {
  display: none;
}

.full-spec-group summary::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.full-spec-group[open] summary::after {
  transform: rotate(225deg);
}

.full-spec-scroll {
  overflow-x: auto;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
}

.full-spec-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
}

.full-spec-table th,
.full-spec-table td {
  padding: 14px 16px;
  border-right: 1px solid rgba(226, 232, 240, 0.82);
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
  vertical-align: middle;
  text-align: center;
}

.full-spec-table th:first-child,
.full-spec-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 300px;
  text-align: left;
  background: #fff;
}

.full-spec-table th {
  color: var(--text);
  background: rgba(248, 250, 252, 0.98);
}

.full-spec-table th:first-child {
  z-index: 2;
}

.full-spec-table th strong,
.full-spec-table td span {
  display: block;
}

.full-spec-table th span,
.full-spec-table td small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.full-spec-table tbody tr:nth-child(even) td,
.full-spec-table tbody tr:nth-child(even) td:first-child {
  background: rgba(248, 250, 252, 0.72);
}

.full-spec-table tbody tr:last-child td {
  border-bottom: 0;
}

.spec-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.spec-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.spec-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 999px;
  vertical-align: middle;
}

.spec-dot-yes {
  background: #05070a;
}

.spec-dot-no {
  background: rgba(148, 163, 184, 0.62);
}

.spec-dot-option {
  border: 2px solid #05070a;
  background: transparent;
}

.spec-option-text {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
}

.page-links-grid,
.contacts-layout,
.safety-grid,
.design-grid {
  gap: 18px;
}

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

.page-link-card strong,
.contact-card strong,
.safety-card strong,
.design-card strong,
.map-placeholder strong {
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.contacts-layout {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
}

.map-placeholder {
  min-height: 420px;
  background:
    radial-gradient(circle at 25% 25%, rgba(216, 255, 72, 0.14), transparent 20%),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    linear-gradient(180deg, #112235 0%, #0a1520 100%);
}

.map-embed-wrap {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow:
    0 12px 30px rgba(15, 23, 42, 0.08),
    0 24px 54px rgba(148, 163, 184, 0.12);
  background: #edf2f7;
}

.map-embed-frame {
  display: block;
  width: 100%;
  min-height: 360px;
}

.map-preview-link {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  color: #0f172a;
}

.map-preview-link img {
  border-radius: 24px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow:
    0 10px 26px rgba(15, 23, 42, 0.06),
    0 20px 44px rgba(148, 163, 184, 0.12);
}

.map-preview-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.92);
  font-weight: 700;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    0 18px 38px rgba(148, 163, 184, 0.12);
}

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

.design-grid {
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
}

.design-card img {
  border-radius: 20px;
  margin-bottom: 16px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-link-card img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 20px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.safety-card img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 20px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 50;
}

.modal.is-open { display: grid; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 7, 11, 0.74);
  backdrop-filter: blur(10px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 24px), 560px);
  padding: 30px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  font-size: 0.92rem;
  color: var(--muted);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(216, 255, 72, 0.56);
  box-shadow: 0 0 0 4px rgba(216, 255, 72, 0.12);
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(216, 255, 72, 0.95);
  color: var(--accent-ink);
  font-weight: 800;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero,
  .split-block,
  .video-section,
  .site-footer,
  .price-grid,
  .trim-top-grid,
  .key-facts,
  .story-grid,
  .finance-grid,
  .gallery-grid,
  .spec-pills,
  .page-links-grid,
  .contacts-layout,
  .safety-grid,
  .design-grid,
  .feature-story-grid {
    grid-template-columns: 1fr;
  }

  .trim-preview,
  .hero-stats,
  .footer-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header,
  .cta-band,
  .hero-actions {
    border-radius: 28px;
  }

  .site-header,
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header-home {
    position: absolute;
  }

  .site-header {
    border-radius: 28px;
  }

  .site-header-main {
    width: 100%;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-header-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line-strong);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }

  .site-header.is-menu-open .site-header-panel {
    display: flex;
  }

  .site-header-panel .site-nav,
  .site-header-panel .site-header-actions {
    width: 100%;
  }

  .site-header-panel .site-nav {
    display: grid;
    gap: 8px;
  }

  .site-header-panel .site-nav a {
    padding: 12px 14px;
    background: rgba(15, 23, 42, 0.03);
  }

  .site-header-panel .site-header-actions {
    margin-top: 8px;
  }

  .media-placeholder,
  .color-stage,
  .media-video {
    min-height: 520px;
  }

  .hero-cover,
  .hero-cover-content {
    min-height: 760px;
  }

  .hero-cover-content {
    padding: 120px 32px 32px;
  }

  .hero-cover-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .color-carrier {
    inset: 120px 16px 116px 16px;
  }

  .interior-frame {
    min-height: 440px;
  }

  .gallery-card-wide {
    grid-row: span 1;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 18px), var(--max-width));
  }

  .site-header {
    padding: 16px;
  }

  .site-header-home {
    top: 14px;
  }

  .hero-actions,
  .footer-links {
    grid-auto-flow: row;
  }

  .hero-notes,
  .hero-stats,
  .trim-preview,
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .media-placeholder,
  .color-stage,
  .video-embed iframe,
  .media-video {
    min-height: 340px;
  }

  .color-carrier {
    inset: 130px 10px 124px 10px;
  }

  .color-selector {
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-chip,
  .interior-chip {
    justify-content: center;
  }

  .interior-frame {
    min-height: 300px;
  }

  .interior-selector {
    display: grid;
    grid-template-columns: 1fr;
  }

  .story-block,
  .panel-section,
  .spec-callout,
  .cta-band,
  .site-footer,
  .price-card,
  .trim-card,
  .inner-hero,
  .modal-dialog {
    padding: 20px;
  }

  .button,
  .button-secondary,
  .button-ghost,
  .button-white {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-cover,
  .hero-cover-content {
    min-height: 620px;
  }

  .hero-cover-content {
    width: min(calc(100% - 18px), var(--max-width));
    padding: 110px 0 22px;
  }

  .hero-cover-actions {
    width: 100%;
  }

  .hero-secondary-title {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .brand-logo {
    min-width: 110px;
  }

  .brand-logo img {
    height: 22px;
  }

  .utp-preview-copy,
  .gallery-card-copy,
  .media-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    top: auto;
  }

  .media-copy {
    top: 18px;
    bottom: auto;
    max-width: calc(100% - 32px);
  }
}

/* Liquid Glass refresh */
:root {
  --bg: #f6f8fb;
  --bg-soft: #eef3f8;
  --panel: rgba(255, 255, 255, 0.66);
  --panel-soft: rgba(255, 255, 255, 0.48);
  --panel-strong: rgba(255, 255, 255, 0.82);
  --line: rgba(148, 163, 184, 0.18);
  --line-strong: rgba(255, 255, 255, 0.52);
  --text: #0f172a;
  --muted: #64748b;
  --warm: #c67a34;
  --shadow: 0 28px 80px rgba(148, 163, 184, 0.18);
  --shadow-soft: 0 14px 36px rgba(148, 163, 184, 0.14);
}

body {
  background:
    radial-gradient(circle at top left, rgba(216, 255, 72, 0.12), transparent 22%),
    radial-gradient(circle at top right, rgba(160, 196, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 55%, #f3f6fa 100%);
}

main > section {
  margin-top: 72px;
}

.site-header {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.52));
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 16px 40px rgba(148, 163, 184, 0.18);
}

.site-header-home {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 60px rgba(2, 6, 23, 0.14);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.button {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 14px 30px rgba(216, 255, 72, 0.2);
}

.button-secondary,
.button-ghost {
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 10px 22px rgba(148, 163, 184, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button-white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 16px 34px rgba(15, 23, 42, 0.12);
}

.hero-cover {
  border-radius: 0 0 42px 42px;
}

.hero-cover-overlay {
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.76) 0%, rgba(5, 9, 14, 0.34) 42%, rgba(5, 9, 14, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 9, 14, 0.1), rgba(5, 9, 14, 0.5));
}

.hero-config {
  position: relative;
  z-index: 2;
  margin-top: -84px;
}

.hero-notes li,
.fact-card,
.feature-card,
.trim-preview article,
.price-card,
.trim-card,
.finance-grid article,
.cta-band,
.spec-callout,
.panel-section,
.site-footer,
.modal-dialog,
.comparison-table-wrap,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder,
.feature-story-card,
.gallery-card,
.story-block,
.inner-hero {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(26px) saturate(155%);
  -webkit-backdrop-filter: blur(26px) saturate(155%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 44px rgba(148, 163, 184, 0.14);
}

.hero-notes li::before,
.fact-card::before,
.feature-card::before,
.trim-preview article::before,
.price-card::before,
.trim-card::before,
.finance-grid article::before,
.cta-band::before,
.spec-callout::before,
.panel-section::before,
.site-footer::before,
.modal-dialog::before,
.comparison-table-wrap::before,
.page-link-card::before,
.contact-card::before,
.safety-card::before,
.design-card::before,
.map-placeholder::before,
.feature-story-card::before,
.gallery-card::before,
.story-block::before,
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 34%);
  pointer-events: none;
}

.utp-preview {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
}

.panel-glow {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.56));
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 44px rgba(148, 163, 184, 0.16);
}

.panel-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 30%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 28%);
  pointer-events: none;
}

.panel-glow::after {
  background: radial-gradient(circle, rgba(216, 255, 72, 0.22), transparent 60%);
}

.media-placeholder,
.color-stage,
.media-video {
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 255, 72, 0.18), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(160, 196, 255, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(241, 246, 252, 0.9) 100%);
}

.media-placeholder::before {
  border: 1px dashed rgba(148, 163, 184, 0.18);
}

.color-stage::before {
  background: radial-gradient(circle, rgba(100, 116, 139, 0.22), transparent 70%);
  filter: blur(20px);
}

.color-chip,
.interior-chip {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.54));
  color: #0f172a;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 22px rgba(148, 163, 184, 0.12);
}

.color-chip.is-active,
.interior-chip.is-active {
  border-color: rgba(216, 255, 72, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(216, 255, 72, 0.16),
    0 12px 26px rgba(216, 255, 72, 0.1);
}

.hero-stats article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 10px 28px rgba(15, 23, 42, 0.12);
}

.feature-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.52);
}

.trim-preview span {
  color: #946026;
}

.trim-preview strong,
.price-main,
.comparison-table th {
  color: #0f172a;
}

.text-link {
  color: #4f46e5;
  font-weight: 700;
}

.gallery-card {
  min-height: 420px;
}

.interior-frame {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at top left, rgba(216, 255, 72, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 244, 250, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 42px rgba(148, 163, 184, 0.16);
}

.interior-frame::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.1));
}

.cta-band {
  background:
    radial-gradient(circle at left center, rgba(216, 255, 72, 0.16), transparent 28%),
    radial-gradient(circle at right top, rgba(160, 196, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.56));
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(216, 255, 72, 0.1), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.58));
}

.price-card.featured,
.trim-card.accent {
  background:
    radial-gradient(circle at top left, rgba(216, 255, 72, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 250, 232, 0.72));
}

.spec-pills span {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.56));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 8px 18px rgba(148, 163, 184, 0.1);
}

.map-placeholder {
  background:
    radial-gradient(circle at 25% 25%, rgba(216, 255, 72, 0.16), transparent 20%),
    radial-gradient(circle at 75% 18%, rgba(160, 196, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 244, 250, 0.9) 100%);
}

.modal-close {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  color: #0f172a;
}

.lead-form span {
  color: #64748b;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  border: 1px solid rgba(203, 213, 225, 0.72);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
  .site-header-panel {
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 18px 40px rgba(148, 163, 184, 0.16);
  }

  .hero-config {
    margin-top: 40px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: 100%;
  }

  .hero-config {
    margin-top: 28px;
  }
}

/* Readability and layout cleanup */
.hero-cover h1 {
  max-width: 8.5ch;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(3.8rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-wrap: balance;
  color: #ffffff;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.32);
}

.hero-cover-kicker,
.hero-cover-lead,
.hero-cover-price {
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
}

.hero-cover-overlay {
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.78) 0%, rgba(5, 9, 14, 0.42) 34%, rgba(5, 9, 14, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 9, 14, 0.06), rgba(5, 9, 14, 0.58));
}

.hero-config {
  margin-top: 44px;
  align-items: start;
}

.hero,
.split-block,
.design-grid,
.contacts-layout {
  gap: 28px;
}

.hero-copy,
.hero-visual,
.split-copy,
.trim-preview,
.design-card,
.contact-card,
.safety-card,
.page-link-card,
.fact-card,
.feature-card,
.feature-story-card,
.story-block,
.panel-section,
.inner-hero,
.site-footer,
.cta-band,
.price-card,
.trim-card,
.comparison-table-wrap,
.map-placeholder {
  isolation: isolate;
}

.hero-notes li::before,
.fact-card::before,
.feature-card::before,
.trim-preview article::before,
.price-card::before,
.trim-card::before,
.finance-grid article::before,
.cta-band::before,
.spec-callout::before,
.panel-section::before,
.site-footer::before,
.modal-dialog::before,
.comparison-table-wrap::before,
.page-link-card::before,
.contact-card::before,
.safety-card::before,
.design-card::before,
.map-placeholder::before,
.feature-story-card::before,
.gallery-card::before,
.story-block::before,
.inner-hero::before,
.panel-glow::before {
  display: none;
}

.hero-notes li,
.fact-card,
.feature-card,
.trim-preview article,
.price-card,
.trim-card,
.finance-grid article,
.spec-callout,
.panel-section,
.site-footer,
.modal-dialog,
.comparison-table-wrap,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder,
.feature-story-card,
.story-block,
.inner-hero,
.cta-band {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(230, 236, 245, 0.96);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  box-shadow:
    0 16px 34px rgba(15, 23, 42, 0.06),
    0 32px 70px rgba(148, 163, 184, 0.12);
}

.fact-card,
.feature-card,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.hero-notes li {
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.05),
    0 26px 54px rgba(148, 163, 184, 0.14);
}

.fact-card strong,
.feature-card h3,
.feature-story-copy strong,
.page-link-card strong,
.contact-card strong,
.safety-card strong,
.design-card strong,
.story-block h2,
.section-head h2,
.split-copy h2,
.hero-secondary-title,
.inner-hero h1,
.trim-card h2,
.price-card h2 {
  color: #0f172a;
}

.hero-lead,
.section-subcopy,
.media-copy p,
.fact-card p,
.feature-card p,
.page-link-card p,
.contact-card p,
.safety-card p,
.design-card p,
.split-copy p,
.footer-legal p,
.footer-brand p,
.footer-contacts p,
.feature-story-copy p,
.hero-stats span,
.trim-card li,
.price-card li {
  color: #475569;
}

.utp-preview::after,
.gallery-card::after,
.interior-frame::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.56));
}

.utp-preview-copy strong,
.gallery-card-copy strong {
  color: #ffffff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}

.utp-preview-copy p,
.gallery-card-copy p {
  color: rgba(255, 255, 255, 0.92);
}

.hero-visual.panel-glow,
.interior-section.panel-section {
  overflow: visible;
}

.color-stage,
.interior-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(216, 255, 72, 0.12), transparent 24%),
    radial-gradient(circle at 82% 14%, rgba(160, 196, 255, 0.1), transparent 22%),
    rgba(255, 255, 255, 0.72);
}

.color-stage {
  min-height: 760px;
}

.media-copy {
  max-width: 440px;
}

.color-carrier {
  inset: 118px 30px 210px 30px;
}

.hero-stats {
  left: 22px;
  right: 22px;
  bottom: 22px;
  gap: 16px;
}

.hero-stats article {
  padding: 20px 22px;
  border-radius: 24px;
}

.hero-visual.panel-glow::after,
.interior-section.panel-section::after,
.fact-card::after,
.feature-card::after,
.page-link-card::after {
  display: none;
}

.fact-card span,
.utp-preview-copy span,
.gallery-card-copy span,
.media-copy span,
.color-stage .media-copy span {
  background: rgba(216, 255, 72, 0.22);
  color: #6b7d12;
}

.hero-stats strong {
  color: #0f172a;
  font-size: 1.75rem;
}

.color-selector {
  left: 22px;
  right: 22px;
  bottom: 132px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.color-chip,
.interior-chip {
  justify-content: center;
  min-height: 54px;
  white-space: nowrap;
}

.interior-section {
  padding: 36px;
}

.interior-stage {
  gap: 22px;
}

.interior-frame {
  min-height: 640px;
}

.key-facts,
.feature-story-grid,
.gallery-grid,
.story-grid,
.page-links-grid,
.safety-grid {
  gap: 20px;
}

.gallery-card {
  min-height: 380px;
}

.gallery-grid {
  align-items: stretch;
}

.comparison-table th,
.comparison-table td {
  color: #334155;
}

.site-footer {
  gap: 26px;
}

@media (max-width: 1100px) {
  .hero-config {
    margin-top: 36px;
  }

  .color-stage {
    min-height: 700px;
  }

  .color-carrier {
    inset: 128px 22px 218px 22px;
  }

  .color-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    bottom: 148px;
  }
}

@media (max-width: 720px) {
  .hero-cover h1 {
    max-width: 7ch;
    font-size: clamp(3rem, 12vw, 4.4rem);
    line-height: 0.96;
  }

  .hero-cover-content {
    padding: 112px 0 26px;
  }

  .hero-config {
    margin-top: 28px;
  }

  .hero-secondary-title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.02;
  }

  .color-stage {
    min-height: 680px;
  }

  .color-carrier {
    inset: 150px 12px 230px 12px;
  }

  .color-selector {
    left: 16px;
    right: 16px;
    bottom: 154px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
  }

  .hero-stats article {
    min-height: auto;
  }

  .interior-section {
    padding: 22px;
  }

  .interior-frame {
    min-height: 320px;
  }
}

/* Radius system */
:root {
  --radius-hero: 42px;
  --radius-section: 34px;
  --radius-card: 28px;
  --radius-media: 32px;
  --radius-control: 22px;
  --radius-pill: 999px;
}

.site-header,
.button,
.button-secondary,
.button-ghost,
.button-white,
.nav-toggle,
.color-chip,
.interior-chip,
.spec-pills span,
.site-nav a,
.utp-preview-copy span,
.gallery-card-copy span,
.media-copy span,
.fact-card span,
.price-badge,
.color-stage .media-copy span {
  border-radius: var(--radius-pill);
}

.hero-cover {
  border-radius: 0 0 var(--radius-hero) var(--radius-hero);
}

.hero-visual.panel-glow,
.interior-section.panel-section,
.story-block,
.site-footer,
.cta-band,
.inner-hero,
.panel-section,
.spec-callout,
.comparison-table-wrap,
.split-copy,
.trim-preview {
  border-radius: var(--radius-section);
}

.fact-card,
.feature-card,
.price-card,
.trim-card,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder,
.feature-story-card,
.gallery-card,
.trim-preview article,
.hero-notes li,
.finance-grid article,
.hero-stats article,
.modal-dialog {
  border-radius: var(--radius-card);
}

.utp-preview,
.interior-frame,
.page-link-card img,
.safety-card img,
.design-card img,
.feature-story-card img,
.gallery-card img {
  border-radius: var(--radius-media);
}

.lead-form input,
.lead-form select,
.lead-form textarea,
.color-chip,
.interior-chip {
  border-radius: var(--radius-control);
}

.gallery-card {
  overflow: hidden;
}

.feature-story-card {
  overflow: hidden;
}

.design-card img,
.feature-story-card img,
.gallery-card img {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  :root {
    --radius-hero: 30px;
    --radius-section: 26px;
    --radius-card: 22px;
    --radius-media: 24px;
    --radius-control: 18px;
  }
}

/* Hero and configurator final pass */
.hero-cover.panel-glow {
  width: 100%;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #091018;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-cover.panel-glow::before,
.hero-cover.panel-glow::after {
  display: none;
}

.hero-cover {
  min-height: 100svh;
}

.hero-cover-content {
  min-height: 100svh;
  width: min(calc(100% - 48px), var(--max-width));
  padding: 168px 24px 56px;
}

.hero-cover-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.hero-cover h1 {
  max-width: 8.2ch;
  color: #f8fbff;
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: clamp(4.4rem, 7vw, 6.8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.hero-cover-lead {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-cover-price {
  color: #ffffff;
}

.hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 32px;
}

.hero-config {
  margin-top: 56px;
  align-items: start;
}

.hero-copy {
  padding-top: 10px;
}

.hero-secondary-title {
  max-width: 10.5ch;
  font-size: clamp(2.6rem, 4.2vw, 4.4rem);
  line-height: 0.96;
}

.hero-lead {
  max-width: 34rem;
}

.hero-notes {
  margin-top: 28px;
}

.hero-visual {
  overflow: hidden;
}

.color-stage {
  min-height: 1040px;
  padding: 34px;
  background:
    radial-gradient(circle at 14% 14%, rgba(216, 255, 72, 0.1), transparent 18%),
    radial-gradient(circle at 86% 12%, rgba(180, 205, 255, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(248,250,253,0.98) 100%);
}

.media-copy {
  position: relative;
  top: auto;
  left: auto;
  max-width: 420px;
  margin-bottom: 12px;
}

.media-copy strong {
  font-size: 2.15rem;
  line-height: 1.02;
}

.color-carrier {
  inset: 148px 44px 354px 44px;
}

.color-image {
  width: min(100%, 980px);
}

.color-selector {
  left: 32px;
  right: 32px;
  bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  z-index: 3;
}

.color-chip {
  min-height: 58px;
  padding: 14px 16px;
  justify-content: center;
}

.hero-stats {
  left: 32px;
  right: 32px;
  bottom: 190px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  z-index: 2;
}

.hero-stats article {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 24px;
}

.hero-stats span {
  font-size: 0.98rem;
  line-height: 1.4;
}

.fact-card,
.feature-card,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.hero-notes li {
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.06),
    0 30px 70px rgba(148, 163, 184, 0.16);
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-cover-content {
    width: min(calc(100% - 40px), var(--max-width));
    padding: 152px 0 48px;
  }

  .color-stage {
    min-height: 960px;
  }

  .color-carrier {
    inset: 164px 28px 354px 28px;
  }

  .hero-stats {
    bottom: 198px;
  }
}

@media (max-width: 720px) {
  .hero-cover {
    min-height: 88svh;
  }

  .hero-cover-content {
    min-height: 88svh;
    width: min(calc(100% - 24px), var(--max-width));
    padding: 124px 0 28px;
  }

  .hero-cover h1 {
    max-width: 6.4ch;
    font-size: clamp(3.2rem, 12vw, 4.8rem);
    line-height: 0.94;
  }

  .hero-cover-bottom {
    gap: 18px;
  }

  .hero-config {
    margin-top: 36px;
  }

  .hero-secondary-title {
    max-width: none;
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .color-stage {
    min-height: 760px;
    padding: 22px;
  }

  .media-copy {
    max-width: none;
    margin-bottom: 6px;
  }

  .media-copy strong {
    font-size: 1.7rem;
  }

  .color-carrier {
    inset: 146px 8px 276px 8px;
  }

  .hero-stats {
    left: 16px;
    right: 16px;
    bottom: 98px;
    grid-template-columns: 1fr;
  }

  .hero-stats article {
    min-height: auto;
    padding: 18px 20px;
  }

  .color-selector {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .color-chip {
    min-height: 52px;
    padding: 12px 14px;
  }
}

/* Spacing and typography system */
:root {
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 56px;
  --space-9: 72px;
  --shadow-card:
    0 10px 26px rgba(15, 23, 42, 0.05),
    0 24px 54px rgba(148, 163, 184, 0.14);
  --shadow-section:
    0 14px 34px rgba(15, 23, 42, 0.05),
    0 30px 72px rgba(148, 163, 184, 0.12);
  --shadow-floating:
    0 12px 28px rgba(15, 23, 42, 0.08),
    0 24px 60px rgba(15, 23, 42, 0.12);
}

body {
  font-family: "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  color: #111827;
}

main > section {
  margin-top: var(--space-9);
}

main > section:not(.hero-cover) {
  width: min(calc(100% - 40px), var(--max-width));
}

.site-header {
  padding: 14px 22px;
}

.site-nav a {
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.button,
.button-secondary,
.button-ghost,
.button-white {
  min-height: 54px;
  padding: 15px 26px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.eyebrow,
.hero-cover-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero-cover h1,
.hero-copy h1,
.inner-hero h1,
.hero-secondary-title,
.section-head h2,
.story-block h2,
.split-copy h2,
.trim-card h2,
.price-card h2,
.cta-band h2,
.spec-callout h2 {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  color: #0f172a;
}

.hero-secondary-title,
.section-head h2,
.story-block h2,
.split-copy h2,
.trim-card h2,
.price-card h2,
.cta-band h2,
.spec-callout h2 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 0.98;
}

.hero-cover-lead,
.hero-lead,
.inner-hero p,
.section-subcopy,
.split-copy p,
.feature-story-copy p,
.fact-card p,
.feature-card p,
.page-link-card p,
.contact-card p,
.safety-card p,
.design-card p,
.footer-legal p,
.footer-brand p,
.footer-contacts p,
.media-copy p {
  font-size: 1.04rem;
  line-height: 1.72;
}

.media-copy strong,
.utp-preview-copy strong,
.feature-story-copy strong,
.page-link-card strong,
.contact-card strong,
.safety-card strong,
.design-card strong {
  letter-spacing: -0.03em;
}

.media-copy strong {
  font-size: 1.95rem;
  line-height: 1.04;
}

.utp-preview-copy strong {
  font-size: 1.6rem;
  line-height: 1.08;
}

.fact-card strong,
.hero-stats strong,
.trim-preview strong,
.price-main {
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.fact-card strong {
  margin-bottom: 14px;
  font-size: 1.75rem;
  line-height: 1;
}

.feature-card h3 {
  margin: 0 0 12px;
  font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-size: 1.48rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-notes li,
.fact-card,
.feature-card,
.trim-preview article,
.price-card,
.trim-card,
.finance-grid article,
.spec-callout,
.panel-section,
.site-footer,
.comparison-table-wrap,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder,
.feature-story-card,
.story-block,
.inner-hero,
.cta-band {
  box-shadow: var(--shadow-section);
}

.fact-card,
.feature-card,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.hero-notes li,
.finance-grid article,
.trim-preview article,
.hero-stats article {
  box-shadow: var(--shadow-card);
}

.site-header,
.hero-stats article,
.color-chip,
.interior-chip,
.button-white,
.button-ghost {
  box-shadow: var(--shadow-floating);
}

.hero {
  gap: var(--space-6);
  padding-top: var(--space-7);
}

.hero-config,
.feature-story-section,
.gallery-section {
  margin-top: var(--space-8);
}

.hero-notes {
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.hero-notes li,
.fact-card,
.feature-card,
.trim-preview article,
.finance-grid article,
.page-link-card,
.contact-card,
.safety-card,
.design-card,
.map-placeholder {
  padding: 26px;
}

.story-block,
.panel-section,
.spec-callout,
.cta-band,
.site-footer,
.inner-hero,
.price-card,
.trim-card,
.modal-dialog {
  padding: 34px;
}

.feature-story-copy,
.split-copy,
.comparison-table-wrap {
  padding: 28px;
}

.section-head {
  margin-bottom: var(--space-6);
}

.story-grid,
.key-facts,
.feature-story-grid,
.gallery-grid,
.page-links-grid,
.safety-grid,
.finance-grid,
.trim-preview,
.price-grid,
.trim-top-grid,
.footer-contact-grid {
  gap: var(--space-5);
}

.feature-story-card img {
  aspect-ratio: 16 / 10.5;
}

.gallery-card-copy,
.utp-preview-copy {
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.gallery-card-copy strong {
  font-size: 1.26rem;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.hero-stats article {
  padding: 22px 24px;
}

.hero-stats strong {
  font-size: 1.85rem;
}

.color-selector,
.interior-selector {
  gap: var(--space-3);
}

.comparison-table th,
.comparison-table td {
  padding: 18px 16px;
}

.footer-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a {
  font-weight: 600;
}

@media (max-width: 1100px) {
  main > section:not(.hero-cover) {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .hero,
  .split-block,
  .design-grid,
  .contacts-layout {
    gap: var(--space-5);
  }

  .story-block,
  .panel-section,
  .spec-callout,
  .cta-band,
  .site-footer,
  .inner-hero,
  .price-card,
  .trim-card,
  .modal-dialog {
    padding: 28px;
  }
}

@media (max-width: 720px) {
  :root {
    --space-5: 20px;
    --space-6: 24px;
    --space-7: 28px;
    --space-8: 40px;
    --space-9: 52px;
  }

  main > section:not(.hero-cover) {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-header {
    padding: 14px 16px;
  }

  .hero-cover h1,
  .hero-secondary-title,
  .section-head h2,
  .story-block h2,
  .split-copy h2,
  .trim-card h2,
  .price-card h2,
  .cta-band h2,
  .spec-callout h2 {
    letter-spacing: -0.045em;
  }

  .hero-cover-lead,
  .hero-lead,
  .inner-hero p,
  .section-subcopy,
  .split-copy p,
  .feature-story-copy p,
  .fact-card p,
  .feature-card p,
  .page-link-card p,
  .contact-card p,
  .safety-card p,
  .design-card p,
  .footer-legal p,
  .footer-brand p,
  .footer-contacts p,
  .media-copy p {
    font-size: 0.98rem;
    line-height: 1.66;
  }

  .hero-notes li,
  .fact-card,
  .feature-card,
  .trim-preview article,
  .finance-grid article,
  .page-link-card,
  .contact-card,
  .safety-card,
  .design-card,
  .map-placeholder {
    padding: 22px;
  }

  .story-block,
  .panel-section,
  .spec-callout,
  .cta-band,
  .site-footer,
  .price-card,
  .trim-card,
  .inner-hero,
  .modal-dialog,
  .feature-story-copy,
  .split-copy,
  .comparison-table-wrap {
    padding: 22px;
  }

  .map-embed-frame {
    min-height: 300px;
  }
}

/* Mobile-first hero and menu stabilization */
body.menu-open {
  overflow: hidden;
}

.hero-cover h1 {
  color: var(--accent);
}

@media (max-width: 720px) {
  .site-header-home {
    top: 12px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    background: rgba(22, 29, 38, 0.72);
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
  }

  .site-header-home .site-header-panel {
    position: fixed;
    top: 86px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: none;
    padding: 20px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 26px;
    box-shadow: 0 20px 70px rgba(15, 23, 42, 0.26);
    overflow: auto;
    z-index: 120;
  }

  .site-header-home.is-menu-open .site-header-panel {
    display: flex;
  }

  .site-header-home .site-header-panel .site-nav {
    display: grid;
    gap: 10px;
  }

  .site-header-home .site-header-panel .site-nav a {
    color: #0f172a;
    background: #f6f8fb;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 18px;
  }

  .site-header-home .site-header-panel .site-nav a.is-active,
  .site-header-home .site-header-panel .site-nav a:hover {
    color: #0f172a;
    background: #edf2f7;
  }

  .site-header-home .site-header-panel .site-header-actions {
    margin-top: 14px;
  }

  .site-header-home .site-header-panel .button-ghost {
    color: #0f172a;
    border-color: rgba(203, 213, 225, 0.9);
    background: #ffffff;
    width: 100%;
    justify-content: center;
  }

  .hero-cover {
    min-height: 94svh;
  }

  .hero-cover-content {
    min-height: 94svh;
    width: min(calc(100% - 24px), var(--max-width));
    padding: 118px 0 28px;
  }

  .hero-cover h1 {
    max-width: 6.1ch;
    font-size: clamp(3.3rem, 12vw, 4.9rem);
    line-height: 0.92;
    color: var(--accent);
    text-shadow: 0 10px 34px rgba(0, 0, 0, 0.34);
  }

  .hero-cover-lead {
    max-width: 22rem;
    font-size: 1rem;
  }

  .hero-cover-bottom {
    gap: 16px;
  }

  .hero-cover-actions {
    width: 100%;
  }

  .hero-cover-actions .button,
  .hero-cover-actions .button-white {
    width: 100%;
  }

  .hero-config {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-visual {
    order: -1;
  }

  .hero-copy {
    order: 2;
  }

  .color-stage {
    min-height: calc(100svh - 24px);
    padding: 20px 16px 18px;
    display: grid;
    align-content: start;
  }

  .media-copy {
    margin-bottom: 0;
    max-width: none;
  }

  .media-copy strong {
    font-size: 1.85rem;
    line-height: 1.02;
  }

  .color-carrier {
    position: relative;
    inset: auto;
    height: 250px;
    margin: 18px 0 18px;
  }

  .color-image {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    inset: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
  }

  .hero-stats article {
    min-height: 112px;
    padding: 18px;
  }

  .hero-stats article:first-child {
    grid-column: 1 / -1;
  }

  .hero-stats strong {
    font-size: 1.7rem;
  }

  .hero-stats span {
    font-size: 0.96rem;
  }

  .color-selector {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
  }

  .color-chip {
    min-height: 54px;
    padding: 12px 14px;
    font-size: 0.96rem;
  }

  .color-name {
    font-size: 0.94rem;
  }

  .hero-secondary-title {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    line-height: 0.96;
  }

  .utp-preview-copy strong {
    max-width: 9.5ch;
    font-size: 1.45rem;
    line-height: 1.02;
  }

  .utp-preview-copy p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* Design page color showcase */
body[data-page="design"] .design-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body[data-page="design"] .design-color-showcase {
  width: min(calc(100% - 40px), 1480px);
  margin: 28px auto 0;
}

body[data-page="design"] .design-color-stage {
  min-height: 760px;
  padding: 36px 44px 28px;
}

body[data-page="design"] .design-color-stage .media-copy {
  max-width: 460px;
}

body[data-page="design"] .design-color-stage .color-carrier {
  inset: 132px 72px 138px 72px;
}

body[data-page="design"] .design-color-stage .color-image {
  width: min(100%, 1160px);
}

body[data-page="design"] .design-color-stage .color-selector {
  left: 50%;
  right: auto;
  bottom: 34px;
  width: min(720px, calc(100% - 88px));
  transform: translateX(-50%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body[data-page="design"] .design-color-stage .color-chip {
  min-height: 56px;
}

@media (max-width: 1100px) {
  body[data-page="design"] .design-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="design"] .design-color-showcase {
    width: min(calc(100% - 32px), var(--max-width));
  }

  body[data-page="design"] .design-color-stage {
    min-height: 700px;
    padding: 28px 24px 24px;
  }

  body[data-page="design"] .design-color-stage .color-carrier {
    inset: 150px 28px 136px 28px;
  }

  body[data-page="design"] .design-color-stage .color-selector {
    width: min(620px, calc(100% - 48px));
    bottom: 26px;
  }
}

@media (max-width: 720px) {
  body[data-page="design"] .design-color-showcase {
    width: min(calc(100% - 20px), var(--max-width));
    margin-top: 20px;
  }

  body[data-page="design"] .design-color-stage {
    min-height: auto;
    padding: 22px 16px 18px;
  }

  body[data-page="design"] .design-color-stage .media-copy {
    max-width: none;
  }

  body[data-page="design"] .design-color-stage .color-carrier {
    position: relative;
    inset: auto;
    height: 240px;
    margin: 18px 0 12px;
  }

  body[data-page="design"] .design-color-stage .color-image {
    width: 100%;
  }

  body[data-page="design"] .design-color-stage .color-selector {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
  }
}

/* Mobile adaptive hardening */
@media (max-width: 1100px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header,
  .site-header-home,
  .compact-header {
    position: sticky;
    top: 10px;
    z-index: 200;
    width: min(calc(100% - 20px), var(--max-width));
    margin: 10px auto 0;
    padding: 12px 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(226, 232, 240, 0.95);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-header-home {
    position: absolute;
    top: 10px;
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(255, 255, 255, 0.2);
  }

  .site-header-main {
    width: 100%;
    min-height: 46px;
    gap: 12px;
  }

  .brand-logo {
    min-width: 0;
  }

  .brand-logo img {
    max-width: 128px;
    height: 24px;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: #0f172a;
    border-color: rgba(15, 23, 42, 0.14);
    background: rgba(15, 23, 42, 0.04);
    z-index: 221;
  }

  .site-header-home .nav-toggle {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
  }

  .site-header.is-menu-open .nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.is-menu-open .nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .nav-toggle span {
    transition: transform 0.2s ease;
  }

  .site-header-panel,
  .site-header-home .site-header-panel {
    position: fixed;
    top: 74px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 220;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(226, 232, 240, 0.96);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 72px rgba(15, 23, 42, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    overflow-y: auto;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-header.is-menu-open .site-header-panel,
  .site-header-home.is-menu-open .site-header-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header-panel .site-nav,
  .site-header-home .site-header-panel .site-nav {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .site-header-panel .site-nav a,
  .site-header-home .site-header-panel .site-nav a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 18px;
    color: #0f172a;
    background: #f6f8fb;
    font-size: 1.05rem;
    font-weight: 800;
  }

  .site-header-panel .site-nav a.is-active,
  .site-header-panel .site-nav a:hover,
  .site-header-home .site-header-panel .site-nav a.is-active,
  .site-header-home .site-header-panel .site-nav a:hover {
    color: #0f172a;
    background: #eaf0f7;
  }

  .site-header-panel .site-header-actions,
  .site-header-home .site-header-panel .site-header-actions {
    width: 100%;
    margin-top: auto;
  }

  .site-header-panel .button,
  .site-header-panel .button-ghost,
  .site-header-home .site-header-panel .button,
  .site-header-home .site-header-panel .button-ghost {
    width: 100%;
    justify-content: center;
    color: var(--accent-ink);
    border-color: rgba(216, 255, 72, 0.9);
    background: var(--accent);
  }

  main > section:not(.hero-cover),
  body[data-page="design"] .design-color-showcase {
    width: min(calc(100% - 24px), var(--max-width));
    margin-top: 24px;
  }

  .hero,
  .split-block,
  .video-section,
  .site-footer,
  .price-grid,
  .trim-top-grid,
  .key-facts,
  .story-grid,
  .finance-grid,
  .gallery-grid,
  .spec-pills,
  .page-links-grid,
  .contacts-layout,
  .safety-grid,
  .design-grid,
  .feature-story-grid,
  body[data-page="design"] .design-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-notes li,
  .fact-card,
  .feature-card,
  .trim-preview article,
  .finance-grid article,
  .page-link-card,
  .contact-card,
  .safety-card,
  .design-card,
  .map-placeholder,
  .price-card,
  .trim-card {
    padding: 22px;
  }

  .story-block,
  .panel-section,
  .spec-callout,
  .cta-band,
  .site-footer,
  .inner-hero,
  .modal-dialog,
  .comparison-table-wrap {
    padding: 24px;
  }
}

@media (max-width: 720px) {
  :root {
    --radius-xl: 24px;
  }

  body {
    font-size: 16px;
  }

  .page-shell {
    padding-bottom: 44px;
  }

  .site-header,
  .site-header-home,
  .compact-header {
    top: 8px;
    width: calc(100% - 16px);
    padding: 10px 12px;
    border-radius: 22px;
  }

  .site-header-panel,
  .site-header-home .site-header-panel {
    top: 70px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 16px;
    border-radius: 22px;
  }

  .brand-logo img {
    max-width: 112px;
    height: 22px;
  }

  .button {
    min-height: 48px;
    padding: 14px 18px;
    white-space: normal;
    text-align: center;
  }

  .hero-cover {
    min-height: 100svh;
    border-radius: 0 0 28px 28px;
  }

  .hero-cover-content {
    min-height: 100svh;
    width: calc(100% - 24px);
    padding: 112px 0 24px;
  }

  .hero-cover h1 {
    max-width: 7ch;
    font-size: clamp(3rem, 15vw, 4.6rem);
    line-height: 0.92;
    overflow-wrap: normal;
  }

  .hero-cover-lead,
  .hero-lead,
  .inner-hero p,
  .section-subcopy,
  .split-copy p,
  .feature-story-copy p,
  .fact-card p,
  .feature-card p,
  .page-link-card p,
  .contact-card p,
  .safety-card p,
  .design-card p,
  .footer-legal p,
  .footer-brand p,
  .footer-contacts p,
  .media-copy p,
  .modal-text {
    color: #475569;
    font-size: 1rem;
    line-height: 1.62;
  }

  .inner-hero h1,
  .section-head h2,
  .story-block h2,
  .split-copy h2,
  .trim-card h2,
  .price-card h2,
  .cta-band h2,
  .spec-callout h2,
  .media-copy strong {
    color: #0f172a;
    font-size: clamp(2rem, 9vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  main > section:not(.hero-cover),
  body[data-page="design"] .design-color-showcase {
    width: calc(100% - 16px);
    margin-top: 18px;
  }

  .story-block,
  .panel-section,
  .spec-callout,
  .cta-band,
  .site-footer,
  .inner-hero,
  .modal-dialog,
  .comparison-table-wrap,
  .price-card,
  .trim-card {
    padding: 20px;
    border-radius: 22px;
  }

  .hero-notes li,
  .fact-card,
  .feature-card,
  .trim-preview article,
  .finance-grid article,
  .page-link-card,
  .contact-card,
  .safety-card,
  .design-card,
  .map-placeholder {
    padding: 18px;
    border-radius: 22px;
  }

  .page-link-card img,
  .safety-card img,
  .design-card img,
  .feature-story-card img,
  .gallery-card img {
    aspect-ratio: 4 / 3;
    margin-bottom: 14px;
  }

  .color-stage,
  body[data-page="design"] .design-color-stage,
  .interior-section {
    min-height: auto;
    padding: 20px 16px;
  }

  .color-carrier,
  body[data-page="design"] .design-color-stage .color-carrier {
    position: relative;
    inset: auto;
    height: clamp(190px, 54vw, 270px);
    margin: 16px 0;
  }

  .color-selector,
  body[data-page="design"] .design-color-stage .color-selector,
  .interior-selector {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    transform: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .color-chip,
  .interior-chip {
    min-height: 50px;
    padding: 11px 12px;
  }

  .interior-frame {
    min-height: clamp(230px, 66vw, 360px);
  }

  .hero-stats,
  .trim-preview,
  .footer-contact-grid,
  .spec-pills {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-wide {
    min-height: 320px;
  }

  .ttx-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .ttx-table {
    min-width: 640px;
  }

  .spec-source-note,
  .spec-mini-grid {
    grid-template-columns: 1fr;
  }

  .seat-comfort-section {
    grid-template-columns: 1fr;
  }

  .seat-comfort-media,
  .seat-comfort-media img,
  .seat-comfort-copy {
    min-height: 320px;
  }

  .spec-source-note {
    align-items: flex-start;
  }

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

  .ttx-table-head,
  .ttx-row {
    grid-template-columns: minmax(250px, 1.15fr) repeat(2, minmax(130px, 0.7fr));
  }

  .comparison-table-wrap {
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 620px;
  }

  .full-spec-table {
    min-width: 980px;
  }

  .full-spec-table th:first-child,
  .full-spec-table td:first-child {
    width: 250px;
  }

  .modal {
    padding: 10px;
  }

  .modal-dialog {
    width: min(100%, 540px);
    max-height: calc(100svh - 20px);
    overflow-y: auto;
  }

  .lead-form {
    gap: 12px;
  }
}

/* Final mobile fixes for real devices */
@media (max-width: 720px) {
  .site-header-home:not(.is-menu-open) .site-header-panel,
  .site-header:not(.is-menu-open) .site-header-panel {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .site-header.is-menu-open .site-header-panel,
  .site-header-home.is-menu-open .site-header-panel {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 76px !important;
    left: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    max-height: calc(100svh - 92px);
    z-index: 999 !important;
    overflow-y: auto;
  }

  .site-header-home.is-menu-open {
    background: rgba(15, 23, 42, 0.94);
  }

  .site-header.is-menu-open::after,
  .site-header-home.is-menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(2, 6, 12, 0.38);
  }

  .hero-cover-content {
    padding-top: 126px;
  }

  .hero-cover-kicker {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .hero-cover h1 {
    font-size: clamp(3.25rem, 14vw, 4.7rem);
  }

  .hero-actions,
  .hero-cover-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-actions .button,
  .hero-cover-actions .button {
    width: 100%;
  }

  .hero-config,
  .section-grid,
  .key-facts,
  .story-block,
  .feature-story-section,
  .split-block,
  .page-links-grid,
  .gallery-section,
  .cta-band,
  .interior-section,
  .panel-section,
  .spec-callout,
  .site-footer {
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }

  .hero-copy,
  .hero-visual,
  .split-copy,
  .feature-story-card,
  .page-link-card,
  .safety-card,
  .design-card,
  .fact-card,
  .feature-card,
  .trim-card,
  .price-card {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .hero-notes {
    gap: 12px;
  }

  .hero-notes li {
    min-height: auto;
    padding: 18px 20px;
    line-height: 1.45;
  }

  .utp-preview {
    display: grid;
    overflow: hidden;
    background: #0f172a;
  }

  .utp-preview img {
    width: 100%;
    min-height: 240px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    opacity: 0.72;
  }

  .utp-preview::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.82));
  }

  .utp-preview-copy {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    max-height: calc(100% - 36px);
    overflow: visible;
  }

  .utp-preview-copy strong {
    max-width: 100%;
    font-size: clamp(1.45rem, 7vw, 2.15rem);
    line-height: 1.03;
  }

  .utp-preview-copy p {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .color-stage {
    gap: 14px;
  }

  .color-carrier,
  body[data-page="design"] .design-color-stage .color-carrier {
    height: clamp(170px, 47vw, 250px);
  }

  .hero-stats article {
    min-height: auto;
    padding: 20px;
  }

  .hero-stats strong {
    font-size: 2rem;
  }

  .hero-stats span {
    color: #475569;
    font-size: 1rem;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .page-link-card strong,
  .safety-card strong,
  .design-card strong,
  .feature-card h3,
  .fact-card strong {
    font-size: clamp(1.18rem, 5vw, 1.6rem);
    line-height: 1.12;
  }

  .spec-source-note,
  .spec-mini-grid,
  .characteristics-trims {
    padding-inline: 18px;
  }

  .seat-comfort-section {
    padding: 18px;
    gap: 14px;
  }

  .seat-comfort-media,
  .seat-comfort-media img {
    min-height: 260px;
  }

  .seat-comfort-copy {
    min-height: 0;
    padding: 22px;
  }

  .seat-comfort-copy h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  .characteristics-trims {
    grid-template-columns: 1fr;
  }

  .color-list-grid {
    grid-template-columns: 1fr;
  }

  .spec-mini-card span,
  .characteristics-trims .trim-card p {
    min-height: 0;
  }

  .full-spec-group summary {
    min-height: 56px;
    padding: 15px 48px 15px 16px;
  }

  .full-spec-table {
    min-width: 860px;
  }

  .full-spec-table th,
  .full-spec-table td {
    padding: 12px;
    font-size: 0.9rem;
  }

  .full-spec-table th:first-child,
  .full-spec-table td:first-child {
    width: 220px;
  }
}

/* Mobile hero polish */
@media (max-width: 720px) {
  .hero-cover {
    min-height: 100svh;
    background: #06080d;
  }

  .hero-cover-video {
    object-position: 43% center;
  }

  .hero-cover-overlay {
    background:
      linear-gradient(180deg, rgba(3, 7, 12, 0.66) 0%, rgba(3, 7, 12, 0.22) 34%, rgba(3, 7, 12, 0.9) 100%),
      linear-gradient(90deg, rgba(3, 7, 12, 0.72) 0%, rgba(3, 7, 12, 0.2) 58%, rgba(3, 7, 12, 0.08) 100%);
  }

  .hero-cover-content {
    justify-content: flex-end;
    gap: 14px;
    padding-top: 104px;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .hero-cover-kicker,
  .hero-cover-lead,
  .hero-cover-price {
    color: #ffffff;
  }

  .hero-cover-kicker {
    max-width: 19rem;
    margin-bottom: 4px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
  }

  .hero-cover h1 {
    max-width: 7.2ch;
    color: var(--accent);
    font-size: clamp(3rem, 13.4vw, 4.45rem);
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
  }

  .hero-cover-lead {
    max-width: 21rem;
    font-size: 1.02rem;
    line-height: 1.52;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
  }

  .hero-cover-bottom {
    width: 100%;
    gap: 14px;
  }

  .hero-cover-price {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
    line-height: 1;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
  }

  .hero-cover-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-cover-actions .button {
    min-height: 50px;
    border-radius: 16px;
  }
}

@media (max-width: 380px) {
  .hero-cover-content {
    width: calc(100% - 20px);
    padding-top: 96px;
  }

  .hero-cover h1 {
    font-size: clamp(2.65rem, 13vw, 3.35rem);
  }

  .hero-cover-lead {
    max-width: 19.5rem;
    font-size: 0.96rem;
    line-height: 1.48;
  }
}

/* Color selectors with full dealer palette */
@media (min-width: 721px) {
  .color-stage {
    min-height: 1080px;
  }

  .color-carrier {
    inset: 148px 44px 368px 44px;
  }

  .hero-stats {
    bottom: 204px;
  }

  .color-selector {
    bottom: 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .color-chip {
    min-width: 0;
    padding-inline: 14px;
  }

  .color-name {
    overflow-wrap: anywhere;
    line-height: 1.25;
  }

  body[data-page="design"] .design-color-stage {
    min-height: 840px;
  }

  body[data-page="design"] .design-color-stage .color-carrier {
    inset: 132px 72px 184px 72px;
  }

  body[data-page="design"] .design-color-stage .color-selector {
    width: min(940px, calc(100% - 88px));
    bottom: 34px;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .color-stage {
    min-height: 980px;
  }

  .color-carrier {
    inset: 164px 28px 372px 28px;
  }

  .hero-stats {
    bottom: 210px;
  }

  body[data-page="design"] .design-color-stage {
    min-height: 780px;
  }

  body[data-page="design"] .design-color-stage .color-carrier {
    inset: 150px 28px 182px 28px;
  }
}

/* iOS mobile card centering */
@media (max-width: 720px) {
  html,
  body,
  .page-shell {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main > section:not(.hero-cover),
  body[data-page="design"] .design-color-showcase {
    width: auto !important;
    max-width: var(--max-width);
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .site-header,
  .compact-header {
    width: auto;
    max-width: none;
    margin-left: 14px;
    margin-right: 14px;
    box-sizing: border-box;
  }

  .interior-section,
  .panel-section,
  .story-block,
  .spec-callout,
  .cta-band,
  .inner-hero,
  .site-footer {
    box-sizing: border-box;
    overflow: hidden;
  }

  .interior-stage,
  .interior-frame,
  .seat-comfort-section,
  .seat-comfort-media,
  .seat-comfort-copy {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }

  .interior-selector {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr !important;
    justify-items: stretch;
    overflow: visible;
  }

  .interior-chip {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    white-space: normal;
    text-align: left;
  }

  .interior-chip .color-name {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }

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

  .color-chip {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .color-chip .color-name {
    min-width: 0;
    line-height: 1.2;
  }

  body[data-page="salon"] .interior-selector {
    gap: 10px;
    margin-top: 16px;
  }

  body[data-page="salon"] .interior-frame img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .section-head,
  .section-head.left,
  .split-copy,
  .hero-copy,
  .seat-comfort-copy,
  .feature-story-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .section-head h1,
  .section-head h2,
  .inner-hero h1,
  .split-copy h2,
  .seat-comfort-copy h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .page-links-grid,
  .safety-grid,
  .design-grid,
  .feature-story-grid,
  .gallery-grid,
  .trim-top-grid,
  .price-grid,
  .key-facts,
  .story-grid,
  .finance-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .page-link-card,
  .safety-card,
  .design-card,
  .feature-story-card,
  .gallery-card,
  .fact-card,
  .feature-card,
  .trim-card,
  .price-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }

  .page-link-card {
    padding: 16px;
  }

  .page-link-card img,
  .safety-card img,
  .design-card img,
  .feature-story-card img,
  .gallery-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 18px;
  }

  .page-link-card strong,
  .page-link-card p {
    padding-left: 2px;
    padding-right: 2px;
  }

  body[data-page="salon"] .page-links-grid {
    gap: 18px;
  }
}

@media (max-width: 390px) {
  main > section:not(.hero-cover),
  body[data-page="design"] .design-color-showcase {
    width: auto !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .page-link-card {
    padding: 14px;
  }
}

/* GAC GS8 landing overrides */
.page-gs8 .hero-cover,
.page-gs8 .hero-cover-content {
  min-height: min(100vh, 880px);
}

.page-gs8 .hero-gs8-cover {
  background:
    radial-gradient(circle at 70% 42%, rgba(216, 255, 72, 0.12), transparent 28%),
    linear-gradient(180deg, #03070b, #0a1119 58%, #05080d);
}

.page-gs8 .hero-gs8-cover .hero-cover-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.96;
}

.page-gs8 .hero-gs8-cover .hero-cover-overlay {
  background:
    linear-gradient(90deg, rgba(2, 6, 12, 0.86) 0%, rgba(2, 6, 12, 0.46) 42%, rgba(2, 6, 12, 0.12) 100%),
    linear-gradient(180deg, rgba(2, 6, 12, 0.34), rgba(2, 6, 12, 0.76));
}

.page-gs8 .hero-cover h1 {
  max-width: 8ch;
}

.page-gs8 .gs8-color-stage {
  min-height: 760px;
}

.page-gs8 .gs8-color-stage .color-carrier {
  inset: 112px 28px 196px 28px;
}

.page-gs8 .gs8-color-stage .color-image {
  width: min(100%, 1180px);
}

.page-gs8 .gs8-color-stage .hero-stats {
  bottom: 112px;
}

.page-gs8 .gs8-preview {
  background: #071019;
}

.page-gs8 .gs8-preview img,
.page-gs8 .gallery-card img {
  object-fit: contain;
  background:
    radial-gradient(circle at center 74%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #060b11, #0d1823);
}

.page-gs8 .gallery-section .gallery-card img {
  object-fit: cover;
  object-position: center center;
  background: #071019;
}

.page-gs8 .feature-story-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center center;
  background: #eef2f6;
}

.slider-mode-switch {
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(3, 8, 14, 0.62);
  backdrop-filter: blur(12px);
}

.mode-chip {
  min-height: 38px;
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(237, 244, 251, 0.82);
  font-weight: 800;
}

.mode-chip.is-active {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 10px 24px rgba(216, 255, 72, 0.22);
}

[data-mode-panel]:not(.is-active) {
  display: none !important;
}

.color-carrier[data-mode-panel].is-active {
  display: grid;
}

.color-selector[data-mode-panel].is-active {
  display: flex;
}

.page-gs8 .interior-color-carrier {
  overflow: hidden;
  border-radius: 26px;
  background: #070d14;
}

.page-gs8 .interior-color-carrier .color-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 26px;
}

.interior-selector-panel .color-chip {
  padding-inline: 12px;
}

.interior-selector-panel .color-name {
  min-width: 0;
  font-size: 0.88rem;
  line-height: 1.15;
}

.page-gs8 .interior-design-stage .interior-color-carrier {
  inset: 132px 44px 150px 44px;
}

.color-dot-green-black {
  background: linear-gradient(135deg, #264f43 0 46%, #090d12 50% 100%);
}

.color-dot-brown {
  background: linear-gradient(135deg, #c9864d, #6f3a1f);
}

.page-gs8 .gallery-card::after,
.page-gs8 .utp-preview::after {
  background: linear-gradient(180deg, rgba(6, 13, 20, 0.02), rgba(6, 13, 20, 0.78));
}

@media (min-width: 721px) {
  .page-gs8 .color-selector {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .page-gs8 .hero-gs8-cover .hero-cover-video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
  }

  .page-gs8 .hero-cover h1 {
    max-width: 8ch;
  }

  .page-gs8 .gs8-color-stage .color-carrier {
    height: clamp(150px, 42vw, 230px);
  }

  .page-gs8 .gs8-color-stage .hero-stats {
    position: relative;
    inset: auto;
    margin-top: 12px;
  }

  .slider-mode-switch {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mode-chip {
    width: 100%;
  }

  .color-selector[data-mode-panel].is-active {
    display: grid;
  }

  .page-gs8 .interior-design-stage .interior-color-carrier {
    inset: auto;
  }

  .page-gs8 .interior-color-carrier {
    height: clamp(170px, 45vw, 240px);
    margin-bottom: 10px;
  }

  .page-gs8 .interior-color-carrier .color-image {
    border-radius: 18px;
  }

  .interior-selector-panel .color-chip {
    gap: 8px;
    padding-inline: 10px;
  }

  .interior-selector-panel .color-name {
    font-size: 0.82rem;
  }
}

/* GS8 home selector: keep controls, image and specs in separate rows. */
.page-gs8 .gs8-color-stage {
  min-height: auto;
  padding: clamp(22px, 3vw, 36px);
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: clamp(16px, 2vw, 24px);
}

.page-gs8 .gs8-color-stage::before {
  inset: auto 10% 150px 10%;
  height: 90px;
}

.page-gs8 .gs8-color-stage .media-copy {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "eyebrow switch"
    "title switch"
    "text text";
  align-items: center;
  column-gap: 20px;
  row-gap: 8px;
}

.page-gs8 .gs8-color-stage .media-copy span {
  grid-area: eyebrow;
}

.page-gs8 .gs8-color-stage .media-copy strong {
  grid-area: title;
  margin: 0;
  max-width: 760px;
  color: #0f172a;
  font-size: clamp(2rem, 3.2vw, 3.65rem);
  line-height: 0.98;
}

.page-gs8 .gs8-color-stage .media-copy p {
  grid-area: text;
  max-width: 620px;
  margin: 0;
  color: #536174;
  font-size: clamp(1rem, 1.25vw, 1.28rem);
}

.page-gs8 .gs8-color-stage .slider-mode-switch {
  grid-area: switch;
  align-self: center;
  margin: 0;
  z-index: 4;
  background: rgba(15, 23, 42, 0.78);
}

.page-gs8 .gs8-color-stage .color-carrier {
  position: relative;
  inset: auto;
  z-index: 1;
  height: clamp(360px, 37vw, 520px);
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
}

.page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] {
  background:
    radial-gradient(circle at center 82%, rgba(255, 255, 255, 0.75), transparent 26%),
    linear-gradient(180deg, #070d14, #111d29);
}

.page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image {
  width: min(94%, 1120px);
  max-height: 88%;
  object-fit: contain;
}

.page-gs8 .gs8-color-stage .interior-color-carrier {
  height: clamp(410px, 40vw, 560px);
}

.page-gs8 .gs8-color-stage .interior-color-carrier .color-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.page-gs8 .gs8-color-stage .hero-stats {
  position: relative;
  inset: auto;
  z-index: 2;
  margin: 0;
}

.page-gs8 .gs8-color-stage[data-active-mode="interior"] .hero-stats {
  display: none;
}

.page-gs8 .gs8-color-stage .hero-stats article {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(226, 232, 240, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.page-gs8 .gs8-color-stage .hero-stats strong {
  color: #0f172a;
}

.page-gs8 .gs8-color-stage .hero-stats span {
  color: #536174;
}

.page-gs8 .gs8-color-stage .color-selector {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.page-gs8 .gs8-color-stage .color-chip {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(226, 232, 240, 0.9);
  color: #253044;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.page-gs8 .gs8-color-stage .color-chip.is-active {
  border-color: rgba(216, 255, 72, 0.86);
  box-shadow: 0 0 0 3px rgba(216, 255, 72, 0.22), 0 16px 36px rgba(15, 23, 42, 0.1);
}

@media (max-width: 900px) {
  .page-gs8 .gs8-color-stage .media-copy {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "switch"
      "text";
  }

  .page-gs8 .gs8-color-stage .slider-mode-switch {
    width: min(100%, 360px);
  }

  .page-gs8 .gs8-color-stage .color-carrier,
  .page-gs8 .gs8-color-stage .interior-color-carrier {
    height: clamp(260px, 56vw, 420px);
  }

  .page-gs8 .gs8-color-stage .hero-stats {
    grid-template-columns: 1fr;
  }

  .page-gs8 .gs8-color-stage .color-selector[data-mode-panel].is-active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .page-gs8 .gs8-color-stage {
    padding: 18px;
    border-radius: 28px;
  }

  .page-gs8 .gs8-color-stage .media-copy strong {
    font-size: clamp(1.9rem, 11vw, 2.8rem);
  }

  .page-gs8 .gs8-color-stage .color-carrier,
  .page-gs8 .gs8-color-stage .interior-color-carrier {
    height: clamp(230px, 70vw, 330px);
    border-radius: 20px;
  }

  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image {
    width: 112%;
  }

  .page-gs8 .gs8-color-stage .color-selector[data-mode-panel].is-active {
    grid-template-columns: 1fr;
  }

  .page-gs8 .gs8-color-stage .color-chip {
    justify-content: center;
  }
}

/* Design page interior selector: no overlapping text/image layers. */
body[data-page="design"] .interior-design-stage {
  min-height: auto;
  padding: clamp(24px, 3vw, 44px);
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
}

body[data-page="design"] .interior-design-stage::before {
  inset: auto 12% 92px 12%;
  height: 92px;
}

body[data-page="design"] .interior-design-stage .media-copy {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  max-width: 780px;
  padding: 0;
}

body[data-page="design"] .interior-design-stage .media-copy strong {
  max-width: 720px;
  margin: 8px 0 14px;
  color: #0f172a;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.02;
}

body[data-page="design"] .interior-design-stage .media-copy p {
  max-width: 620px;
  margin: 0;
  color: #536174;
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.65;
}

body[data-page="design"] .interior-design-stage .interior-color-carrier {
  position: relative;
  inset: auto;
  z-index: 1;
  width: 100%;
  height: clamp(420px, 41vw, 620px);
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #071019;
}

body[data-page="design"] .interior-design-stage .interior-color-carrier .color-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
}

body[data-page="design"] .interior-design-stage .interior-selector-panel {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  transform: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body[data-page="design"] .interior-design-stage .interior-selector-panel .color-chip {
  justify-content: center;
  min-height: 58px;
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(226, 232, 240, 0.92);
  color: #253044;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body[data-page="design"] .interior-design-stage .interior-selector-panel .color-chip.is-active {
  border-color: rgba(216, 255, 72, 0.88);
  box-shadow: 0 0 0 3px rgba(216, 255, 72, 0.2), 0 16px 36px rgba(15, 23, 42, 0.1);
}

@media (max-width: 900px) {
  body[data-page="design"] .interior-design-stage .interior-color-carrier {
    height: clamp(300px, 56vw, 460px);
  }

  body[data-page="design"] .interior-design-stage .interior-selector-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body[data-page="design"] .interior-design-stage {
    padding: 18px;
  }

  body[data-page="design"] .interior-design-stage .interior-color-carrier {
    height: clamp(240px, 70vw, 340px);
    border-radius: 20px;
  }

  body[data-page="design"] .interior-design-stage .interior-color-carrier .color-image {
    border-radius: 20px;
  }

  body[data-page="design"] .interior-design-stage .interior-selector-panel {
    grid-template-columns: 1fr;
  }
}

/* Complectation page: dark technical table in GS8 colors. */
body[data-page="complectation"] .trim-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

body[data-page="complectation"] .trim-intro h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.03;
}

body[data-page="complectation"] .trim-intro > p {
  margin: 0;
  color: #536174;
  font-size: 1.08rem;
  line-height: 1.8;
}

body[data-page="complectation"] .trim-version-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="complectation"] .trim-version-grid .trim-card {
  min-height: 100%;
}

body[data-page="complectation"] .trim-version-grid .trim-card p {
  margin: 14px 0 0;
  color: #536174;
  line-height: 1.7;
}

.gs8-spec-table-section {
  width: min(calc(100% - 40px), 1480px);
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 54px);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 10%, rgba(216, 255, 72, 0.14), transparent 26%),
    linear-gradient(180deg, #151316 0%, #211d1f 100%);
  color: #f8fafc;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.gs8-spec-table-section .section-head {
  margin-bottom: 26px;
}

.gs8-spec-table-section .eyebrow {
  color: rgba(216, 255, 72, 0.82);
}

.gs8-spec-table-section .section-head h2 {
  color: #fff;
}

.gs8-spec-table-section .section-subcopy {
  color: rgba(226, 232, 240, 0.76);
}

.gs8-spec-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 8, 12, 0.18);
}

.gs8-spec-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.gs8-spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 18px 22px;
  color: #fff;
  font-size: 1.04rem;
  text-align: left;
  background: rgba(24, 22, 24, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.gs8-spec-table th,
.gs8-spec-table td {
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}

.gs8-spec-table td:first-child {
  width: 36%;
  color: rgba(226, 232, 240, 0.82);
  font-weight: 700;
}

.gs8-spec-table td:last-child {
  color: #fff;
  font-weight: 800;
}

.gs8-spec-table tbody tr:not(.spec-group-row):nth-child(odd) {
  background: rgba(255, 255, 255, 0.025);
}

.gs8-spec-table .spec-group-row th {
  padding-top: 30px;
  color: #d8ff48;
  font-size: 1.28rem;
  text-transform: none;
  background: rgba(255, 255, 255, 0.035);
}

@media (max-width: 1180px) {
  body[data-page="complectation"] .trim-version-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="complectation"] .trim-intro {
    grid-template-columns: 1fr;
  }

  body[data-page="complectation"] .trim-version-grid {
    grid-template-columns: 1fr;
  }

  .gs8-spec-table-section {
    width: min(calc(100% - 20px), var(--max-width));
    padding: 22px 14px;
    overflow: hidden;
  }

  .gs8-spec-table-wrap {
    overflow-x: hidden;
    border-radius: 16px;
  }

  .gs8-spec-table {
    min-width: 0;
  }

  .gs8-spec-table thead {
    display: none;
  }

  .gs8-spec-table,
  .gs8-spec-table tbody,
  .gs8-spec-table tr,
  .gs8-spec-table th,
  .gs8-spec-table th,
  .gs8-spec-table td {
    display: block;
    width: 100%;
  }

  .gs8-spec-table tr:not(.spec-group-row) {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .gs8-spec-table th,
  .gs8-spec-table td {
    padding: 0;
    border-bottom: 0;
  }

  .gs8-spec-table td:first-child {
    width: 100%;
    margin-bottom: 6px;
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.9rem;
  }

  .gs8-spec-table td:last-child {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }

  .gs8-spec-table .spec-group-row th {
    padding: 18px 16px;
    font-size: 1.08rem;
    line-height: 1.25;
    text-align: left;
  }
}

/* Mobile overlay fixes: modal must sit above sticky headers and browser UI-safe spacing. */
.modal {
  z-index: 5000;
}

@media (max-width: 720px) {
  .modal {
    z-index: 5000 !important;
    align-items: start;
    padding: max(14px, env(safe-area-inset-top)) 12px max(18px, env(safe-area-inset-bottom));
  }

  .modal-dialog {
    position: relative;
    z-index: 5001 !important;
    width: min(100%, 560px);
    max-height: calc(100svh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow-y: auto;
    margin: 0 auto;
  }

  body:has(.modal.is-open) .site-header,
  body:has(.modal.is-open) .site-header-home,
  body:has(.modal.is-open) .compact-header {
    z-index: 1 !important;
    pointer-events: none;
  }
}

/* GS8 home selector: larger vehicle scene and swatch-style controls */
.page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] {
  height: clamp(430px, 44vw, 640px);
}

.page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image.is-active {
  transform: translateY(0) scale(1.26);
}

.page-gs8 .gs8-color-stage .color-selector[data-mode-panel].is-active {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(16px, 2.2vw, 30px);
}

.page-gs8 .gs8-color-stage .color-chip,
.page-gs8 .gs8-color-stage .interior-selector-panel .color-chip {
  min-width: 78px;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #142033;
}

.page-gs8 .gs8-color-stage .color-chip:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.page-gs8 .gs8-color-stage .color-chip.is-active {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.page-gs8 .gs8-color-stage .color-dot {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 4px solid #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .18), 0 0 0 1px rgba(15, 23, 42, .12);
  transition: transform .2s ease, box-shadow .2s ease, outline-color .2s ease;
}

.page-gs8 .gs8-color-stage .color-chip.is-active .color-dot {
  outline: 4px solid #d8ff48;
  outline-offset: 4px;
  transform: scale(1.03);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .22), 0 0 0 1px rgba(15, 23, 42, .16);
}

.page-gs8 .gs8-color-stage .color-name {
  max-width: 112px;
  color: #253044;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  white-space: normal;
}

.page-gs8 .gs8-color-stage .color-chip.is-active .color-name {
  color: #0f172a;
}

@media (max-width: 900px) {
  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] {
    height: clamp(340px, 68vw, 500px);
  }

  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image {
    width: 100%;
    max-height: none;
  }

  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image.is-active {
    transform: translateY(0) scale(1.45);
  }

  .page-gs8 .gs8-color-stage .color-selector[data-mode-panel].is-active {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px 6px 14px;
    margin-inline: -6px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .page-gs8 .gs8-color-stage .color-selector[data-mode-panel].is-active::-webkit-scrollbar {
    display: none;
  }

  .page-gs8 .gs8-color-stage .color-chip,
  .page-gs8 .gs8-color-stage .interior-selector-panel .color-chip {
    min-width: 88px;
    scroll-snap-align: start;
  }
}

@media (max-width: 520px) {
  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] {
    height: clamp(300px, 82vw, 390px);
  }

  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image {
    width: 100%;
  }

  .page-gs8 .gs8-color-stage .color-carrier[data-mode-panel="body"] .color-image.is-active {
    transform: translateY(0) scale(1.58);
  }

  .page-gs8 .gs8-color-stage .color-dot {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .page-gs8 .gs8-color-stage .color-name {
    max-width: 96px;
    font-size: 14px;
  }
}
