:root {
  --text: #171a20;
  --muted: #5c5e62;
  --line: #d0d1d2;
  --white: #fff;
  --soft: rgba(244, 244, 244, 0.86);
  --dark-button: rgba(23, 26, 32, 0.88);
  --light-button: rgba(244, 244, 244, 0.78);
  --carousel-gutter: clamp(96px, 10.5vw, 190px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-size: 14px;
  letter-spacing: 0;
}

section[id],
div[id] {
  scroll-margin-top: 74px;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 56px;
  padding: 0 32px;
  color: var(--text);
  font-weight: 600;
  transform: translateZ(0);
  transition: color 180ms ease, background 180ms ease, backdrop-filter 180ms ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  width: 180px;
  display: flex;
  align-items: center;
}

.logo-brand img {
  width: auto;
  height: 46px;
  display: block;
}

.brand svg {
  width: 118px;
  height: auto;
  fill: currentColor;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.desktop-nav a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background 140ms ease;
}

.desktop-nav a:hover {
  background: rgba(0, 0, 0, 0.06);
}

.header-spacer {
  justify-self: end;
  width: 180px;
}

.panel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero .media {
  background-position: center 42%;
}

.interior .media {
  background-position: center;
}

.interior {
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  background: #000;
}

.interior .media {
  height: auto;
}

.scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 36%, rgba(0, 0, 0, 0.24));
}

.interior-scrim {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 50% 12%, rgba(0, 0, 0, 0.54), transparent 42%);
}

.top-copy,
.bottom-copy,
.order-stack {
  position: relative;
  z-index: 2;
  width: min(100% - 32px, 1180px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.top-copy {
  margin-top: 95px;
}

.interior-copy {
  width: min(100% - 32px, 780px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.interior-copy .subline {
  opacity: 0.96;
  font-size: 17px;
  font-weight: 500;
}

.interior-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 56px 48px 68px;
  background: #f5f5f5;
}

.interior-feature-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  color: #fff;
}

.interior-feature-card::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.interior-feature-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.interior-feature-card div {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.interior-feature-card h3 {
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.02;
}

.interior-feature-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.38;
}

.bottom-copy {
  margin-top: auto;
  margin-bottom: 46px;
}

.order-stack {
  margin-top: auto;
  margin-bottom: 46px;
}

.order-stack .cta-row {
  margin-top: 26px;
}

.dark-panel {
  color: #fff;
}

.dark-text {
  color: var(--text);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-size: clamp(42px, 5vw, 56px);
  line-height: 1.02;
  font-weight: 600;
}

.headline {
  margin-top: 8px;
  font-size: clamp(17px, 2.1vw, 24px);
  font-weight: 600;
}

.hero-mobile-img {
  display: none;
}

.hero-price {
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  font-size: 0.82em;
  padding: 2px 0;
  cursor: pointer;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.55);
  transition: border-color 150ms ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero-price::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 3l5 5-5 5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  transition: opacity 150ms ease, transform 150ms ease;
}

.hero-price:hover {
  border-color: #fff;
}

.hero-price:hover::after {
  opacity: 1;
  transform: translateX(2px);
}

.subline {
  max-width: 520px;
  margin: 12px auto 0;
  color: currentColor;
  opacity: 0.78;
  line-height: 1.45;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  border-bottom: 2px solid currentColor;
  font-size: 15px;
  font-weight: 600;
}

.metrics {
  width: min(540px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  color: #fff;
  text-align: center;
}

.metrics--two {
  grid-template-columns: repeat(2, 1fr);
  width: min(380px, 100%);
}

.metrics strong,
.feature-stats strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
}

.metrics span,
.feature-stats span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
}

.cta-row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.button {
  width: 264px;
  min-height: 40px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  font-weight: 600;
  transition: transform 140ms ease, background 140ms ease;
}

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

.button.primary,
.button.dark {
  background: var(--dark-button);
  color: #fff;
  border: none;
}

.button.secondary,
.button.pale {
  background: #eeeeed;
  color: var(--text);
  border: none;
}

.button.outline {
  width: 220px;
  border-color: var(--text);
  color: var(--text);
}

.promo-strip {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 18px 24px;
  background: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 1.35;
}

.promo-strip button {
  border: 0;
  background: transparent;
  border-bottom: 2px solid currentColor;
  font: inherit;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
}

.faq-head h2 {
  font-size: clamp(38px, 4.8vw, 58px);
}

.meet-model {
  overflow: hidden;
  padding: 58px 0 76px;
  background: #fff;
  color: var(--text);
}

.meet-copy {
  width: min(100% - 32px, 900px);
  margin: 0 auto 58px;
  text-align: center;
}

.meet-copy h2 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
}

.meet-kicker {
  margin-top: 12px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.1;
  font-weight: 600;
}

.meet-copy p:last-child {
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.35;
}

.tile-scroll {
  display: flex;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  /* padding-inline-start lives inside the scroll container so it scrolls away naturally */
  padding-inline-start: 50px;
  scroll-padding-inline-start: 50px;
  padding-inline-end: var(--carousel-gutter);
  scrollbar-width: none;
}

.tile-scroll::-webkit-scrollbar {
  display: none;
}

.feature-tile {
  position: relative;
  /* padding-inline-start is 50px, end is --carousel-gutter; fit 3 tiles in between */
  flex: 0 0 calc((100vw - 50px - var(--carousel-gutter) - 2 * 16px) / 3);
  aspect-ratio: 4/5;
  min-height: 340px;
  overflow: hidden;
  border-radius: 12px;
  background: #d9d9d9;
  scroll-snap-align: start;
}

.feature-tile::after {
  content: "";
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.68));
}

.feature-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-tile button {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 140ms ease;
}

.feature-tile button:hover {
  background: #fff;
}

.feature-tile h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 72px;
  z-index: 2;
  color: #fff;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.04;
  font-weight: 600;
}

.tile-sub {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 28px;
  z-index: 2;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.42;
  margin: 0;
}

/* ── Carousel outer + overlay nav ───────────────────────────────────────── */
.carousel-outer {
  position: relative;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.22);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.carousel-nav:hover {
  background: #fff;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.32);
  transform: translateY(-50%) scale(1.08);
}

.carousel-nav[hidden] {
  display: none;
}

.prev-nav {
  left: calc(var(--carousel-gutter) - 20px);
}

.next-nav {
  right: calc(var(--carousel-gutter) - 20px);
}

/* ── Carousel progress bar (desktop) ────────────────────────────────────── */
.carousel-progress {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 50px 0;
}

.carousel-track {
  flex: 1;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.carousel-fill {
  height: 100%;
  width: 100%;
  background: var(--text);
  transform-origin: left;
  transform: scaleX(0);
  border-radius: 2px;
  will-change: transform;
}


/* ── Carousel dots (mobile only) ────────────────────────────────────────── */
.carousel-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #ccc;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}

.dot.active {
  background: var(--text);
  transform: scale(1.3);
}

@media (max-width: 900px) {
  .carousel-progress {
    display: none;
  }

  .carousel-dots {
    display: flex;
  }
}

/* grab cursor on desktop only */
@media (hover: hover) {
  .tile-scroll {
    cursor: grab;
  }

  .tile-scroll.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
}

.centered {
  min-height: auto;
  display: block;
  padding: 0 0 56px;
  background: #f6f6f6;
}

.centered .media {
  position: relative;
  inset: auto;
  width: 100%;
  height: clamp(360px, 52vw, 760px);
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f6f6f6;
  transform: none;
}

.centered .order-stack {
  width: min(100%, 760px);
  margin: 56px auto 0;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  min-height: 760px;
  background: #fff;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px;
}

.eyebrow {
  margin-bottom: 8px;
  color: inherit;
  font-size: 17px;
  font-weight: 600;
}

.feature-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.reev-points {
  display: grid;
  gap: 1px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.reev-points div {
  padding: 16px 18px;
  background: #fff;
}

.reev-points strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.reev-points span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.feature-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 30px 0 34px;
}

.specs {
  overflow: hidden;
  padding: 82px 32px 78px;
  background: linear-gradient(180deg, #f7f7f7 0%, #efefef 100%);
  color: var(--text);
}

.specs-head {
  width: min(100%, 1120px);
  margin: 0 auto 38px;
  text-align: center;
}

.specs-head h2 {
  font-size: clamp(44px, 5.6vw, 72px);
  line-height: 1;
  font-weight: 600;
}

.specs-head p {
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.4;
}

.colour-stage {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
}

.colour-gallery img {
  width: 100%;
  height: clamp(330px, 38vw, 560px);
  display: block;
  object-fit: contain;
  object-position: center bottom;
  padding: 0 24px;
}

/* ── Trim image gallery ─────────────────────────────────────────────────── */
.trim-gallery {
  position: relative;
}

.trim-gallery-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 12px 0 4px;
}

.tg-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.tg-dot.active {
  background: var(--text);
  transform: scale(1.3);
}

.tg-arrow {
  position: absolute;
  top: calc(50% - 11px);
  transform: translateY(-50%);
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
  color: var(--text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.tg-arrow:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.32);
  transform: translateY(-50%) scale(1.08);
}

.tg-arrow.prev { left: 15%; }
.tg-arrow.next { right: 15%; }

.tg-arrow[hidden] { display: none; }

.trim-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1120px);
  margin: 44px auto 0;
}

.trim-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
  min-height: 260px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.trim-card--featured {
  border-color: rgba(23, 26, 32, 0.22);
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.12);
}

.trim-currency {
  font-size: 0.5em;
  font-weight: 600;
  vertical-align: middle;
  opacity: 0.6;
}

.trim-card-head {
  display: flex;
  flex-direction: column;
}

.trim-card-head h3 {
  margin: 6px 0 0;
  color: var(--text);
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
}

.trim-card-head p:not(.eyebrow) {
  margin: 10px 0 12px;
  font-size: 17px;
  font-weight: 600;
  color: var(--muted);
}

.qualify-btn {
  display: inline-block;
  margin-top: auto;
  padding-top: 24px;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  white-space: nowrap;
}

.specs-link-row {
  text-align: center;
  margin-top: 24px;
}

.specs-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.7;
  transition: opacity 140ms ease;
}

.specs-link:hover {
  opacity: 1;
}

.trim-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.trim-feature-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.faq-section {
  padding: 84px 32px 92px;
  background: #fff;
  color: var(--text);
}

.faq-head {
  width: min(100%, 900px);
  margin: 0 auto 34px;
  text-align: center;
}

.faq-list {
  width: min(100%, 860px);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  cursor: pointer;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #f0f0f0;
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
  background: var(--text);
  color: #fff;
}

.faq-list p {
  max-width: 720px;
  padding: 0 52px 24px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.footer {
  padding: 24px 24px 34px;
  color: #5c5e62;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.footer p {
  max-width: 680px;
  margin: 0 auto 18px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 18px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: #fff;
  transition: transform 140ms ease, background 140ms ease, color 140ms ease;
}

.footer-social a:hover {
  transform: translateY(-1px);
  background: var(--text);
  color: #fff;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 600;
}

.sticky-lead {
  display: none;
}

dialog {
  width: min(560px, calc(100% - 32px));
  border: 0;
  border-radius: 0;
  padding: 40px;
  color: var(--text);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.48);
}

dialog h2 {
  font-size: 30px;
}

dialog h3 {
  margin-top: 28px;
}

dialog p {
  margin: 16px 0;
  line-height: 1.5;
  color: var(--muted);
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  color: var(--text);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 140ms ease;
}

.close:hover {
  background: rgba(0, 0, 0, 0.14);
}

.close:focus {
  outline: none;
}

.close:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 2px;
}

/* ── Finance dialog ─────────────────────────────────────────────────────── */
.finance-models {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 28px;
}

.finance-model {
  padding: 16px 24px 16px 0;
}

.finance-model--dark {
  padding: 16px 0 16px 24px;
  border-left: 1px solid var(--line);
}

.finance-model-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.finance-model--dark .finance-model-name {
  color: var(--muted);
}

.finance-model-total {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
  line-height: 1.1;
  white-space: nowrap;
  color: var(--text);
}

.finance-model-month {
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}

.finance-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0;
}

.finance-terms {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.finance-terms li {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
}

.finance-terms li:first-child {
  border-top: 1px solid var(--line);
}

.finance-footer {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 0 18px;
  }

  .header-spacer {
    display: none;
  }

  .desktop-nav {
    justify-self: end;
    font-size: 12px;
    gap: 0;
  }

  .desktop-nav a {
    padding: 6px 8px;
  }

  .top-copy {
    margin-top: 82px;
  }

  .feature-split {
    grid-template-columns: 1fr;
  }

  .interior-features {
    grid-template-columns: 1fr;
    padding: 32px 24px 48px;
  }

  .interior-feature-card {
    min-height: 460px;
  }

  .meet-model {
    padding: 46px 0 62px;
  }

  .meet-copy {
    margin-bottom: 36px;
  }

  .tile-scroll {
    gap: 12px;
    padding-inline-start: 24px;
    scroll-padding-inline-start: 24px;
    padding-inline-end: 24px;
  }

  .feature-tile {
    flex: 0 0 min(72vw, 460px);
    border-radius: 10px;
    aspect-ratio: auto;
    height: 500px;
  }

  .carousel-nav {
    display: none;
  }

  .feature-split {
    min-height: auto;
  }

  .feature-copy {
    padding: 42px 24px 56px;
  }

  .feature-image {
    display: none;
  }

  .specs {
    padding-top: 58px;
  }

  .faq-section {
    padding: 62px 24px 72px;
  }

  .trim-compare {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
  }

  .panel {
    min-height: 100svh;
  }

  .hero .media,
  .hero .scrim {
    display: none;
  }

  .hero {
    display: block;
    position: relative;
    background: #1a1b1f;
    color: #fff;
    min-height: 0;
    padding: 0;
  }

  .hero .top-copy {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    z-index: 2;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .hero .top-copy h1 {
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1;
  }

  .hero .top-copy .headline {
    margin-top: 8px;
    font-size: 19px;
    font-weight: 500;
  }

  .hero .bottom-copy {
    position: absolute;
    top: 178px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    z-index: 2;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .bottom-copy .button.secondary {
    display: none;
  }

  .hero .bottom-copy .button.primary {
    width: min(100%, 280px);
    min-height: 34px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0 32px;
  }

  .hero .metrics {
    display: none;
  }

  .hero-mobile-img-wrap {
    position: relative;
    width: 100%;
    height: 112vw;
    overflow: hidden;
  }

  .hero-mobile-img-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 36%, rgba(0, 0, 0, 0.24));
    z-index: 1;
  }

  .hero-mobile-img {
    display: block;
    width: 100%;
    height: auto;
    transform: none;
  }

  h1,
  h2 {
    font-size: 34px;
  }

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

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

  .desktop-nav {
    font-size: 11px;
  }

  .desktop-nav a {
    padding: 5px 5px;
  }

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

  .metrics strong {
    font-size: 22px;
  }

  .cta-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .button {
    width: min(100%, 330px);
  }

  .promo-strip {
    display: block;
    font-size: 15px;
  }

  .promo-strip button {
    margin-top: 8px;
  }

  .meet-copy h2 {
    font-size: 40px;
  }

  .meet-kicker {
    font-size: 26px;
  }

  .meet-copy p:last-child {
    font-size: 17px;
  }

  .tile-scroll {
    padding-inline-start: 16px;
    scroll-padding-inline-start: 16px;
    padding-inline-end: 16px;
  }

  .feature-tile {
    flex: 0 0 84vw;
    height: 430px;
  }

  .feature-tile h3 {
    left: 24px;
    right: 24px;
    bottom: 82px;
    font-size: 31px;
  }

  .tile-sub {
    left: 24px;
    right: 24px;
    bottom: 30px;
    font-size: 14px;
    line-height: 1.42;
  }

  .feature-tile button {
    top: 22px;
    right: 22px;
    width: 48px;
    height: 48px;
    font-size: 32px;
  }

  .interior-features {
    padding: 24px 16px 38px;
  }

  .interior-feature-card {
    min-height: 390px;
  }

  .interior-feature-card div {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .specs-head h2 {
    font-size: 46px;
  }

  .specs-head {
    margin-bottom: 28px;
  }

  .colour-gallery img {
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    padding: 0;
  }

  .trim-compare {
    margin-top: 32px;
  }

  .trim-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 24px;
  }

  .trim-card-head h3 {
    font-size: 24px;
  }

  .color-picker {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .tg-arrow {
    width: 36px;
    height: 36px;
  }

  .tg-arrow.prev { left: 10px; }
  .tg-arrow.next { right: 10px; }

  .centered {
    padding: 0 0 44px;
  }

  .centered .media {
    height: clamp(260px, 72vw, 420px);
    background-position: center;
    background-size: cover;
  }

  .centered .order-stack {
    width: min(100% - 32px, 760px);
    margin-top: 44px;
  }

  .faq-section {
    padding: 52px 20px 58px;
  }

  .faq-list summary {
    min-height: 66px;
    align-items: flex-start;
    padding: 18px 0;
  }

  .faq-list p {
    padding-right: 0;
  }
}

/* ── Header on-dark (transparent over hero) ─────────────────────────────── */
.site-header.on-dark:not(.scrolled) {
  color: #fff;
}

/* Default: show dark logo, hide white */
.logo-brand .logo-light { display: none; }
.logo-brand .logo-dark  { display: block; }

/* On dark hero: swap to white logo */
.site-header.on-dark:not(.scrolled) .logo-brand .logo-light { display: block; }
.site-header.on-dark:not(.scrolled) .logo-brand .logo-dark  { display: none; }

.site-header.on-dark:not(.scrolled) .desktop-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.site-header.on-dark:not(.scrolled) .desktop-nav a.nav-active {
  background: rgba(255, 255, 255, 0.14);
}

/* ── Hamburger button ───────────────────────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 220ms ease, opacity 220ms ease;
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Mobile navigation ──────────────────────────────────────────────────── */
.mobile-nav {
  display: none;
  position: fixed;
  top: 56px;
  inset-inline: 0;
  z-index: 19;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(18px);
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms ease;
}

.mobile-nav.open {
  max-height: 320px;
}

.mobile-nav-link {
  display: block;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--line);
}

.mobile-nav-link:last-child {
  border-bottom: 0;
}

/* ── Scroll reveal ──────────────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.62s ease, transform 0.62s ease;
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── Interior feature card hover ────────────────────────────────────────── */
.interior-feature-card {
  transition: transform 320ms ease;
}

.interior-feature-card:hover {
  transform: scale(1.025);
  z-index: 1;
}

/* ── Trim image transition ──────────────────────────────────────────────── */
.trim-car-img {
  transition: opacity 220ms ease;
}

/* ── Color picker ───────────────────────────────────────────────────────── */
.color-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 28px;
}

.color-swatch {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--sb);
  background-color: var(--sw);
  outline: 2px solid transparent;
  outline-offset: 2.5px;
  cursor: pointer;
  transition: outline-color 150ms ease, transform 150ms ease;
  padding: 0;
}

.color-swatch:hover {
  transform: scale(1.15);
}

.color-swatch.active {
  outline-color: var(--text);
}

.color-label {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 10px;
  margin-top: 14px;
}

.picker-group-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.picker-group-sep {
  display: block;
  width: 1px;
  height: 20px;
  background: var(--line);
  margin: 0 4px;
}

/* ── Active nav link ────────────────────────────────────────────────────── */
.desktop-nav a.nav-active {
  background: rgba(0, 0, 0, 0.06);
}

/* ── Order / contact section ────────────────────────────────────────────── */
.order-section {
  padding: 88px 32px 104px;
  background: #fafafa;
  border-top: 1px solid var(--line);
}

.order-inner {
  width: min(100%, 780px);
  margin: 0 auto;
}

.order-split {
  width: min(100%, 1200px);
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: start;
}

/* ── Showroom column ────────────────────────────────────────────────────── */
.showroom-col {
  position: sticky;
  top: 88px;
}

.showroom-photo {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 26px;
}

.showroom-details h3 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  font-weight: 600;
}

.showroom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.showroom-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.showroom-list li:first-child {
  border-top: 1px solid var(--line);
}

.showroom-list svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--text);
}

.showroom-list a {
  color: var(--text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 150ms ease;
}

.showroom-list a:hover {
  text-decoration-color: currentColor;
}

.showroom-list .whatsapp-cta,
.showroom-list .whatsapp-cta:hover {
  color: #fff;
  text-decoration: none;
}

.showroom-list span {
  color: var(--muted);
}

@media (max-width: 900px) {
  .order-split {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .showroom-col {
    position: static;
  }
}

.order-head {
  text-align: left;
  margin-bottom: 30px;
}

.order-head p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
  max-width: 520px;
}

.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0;
  padding: 8px 14px;
  background: var(--dark-button);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background 140ms ease;
}

.whatsapp-cta svg {
  color: #1aa84e;
  flex-shrink: 0;
}

.whatsapp-cta:hover {
  background: #2a2d36;
}

.or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
}

.form-group label span {
  color: #b00;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 4px;
  font: inherit;
  font-size: 15px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235c5e62' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--text);
  box-shadow: 0 0 0 3px rgba(23, 26, 32, 0.08);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.form-group.has-error input,
.form-group.has-error select {
  border-color: #b00;
}

.field-error {
  display: none;
  font-size: 12px;
  font-weight: 600;
  color: #b00;
}

.form-group.has-error .field-error {
  display: block;
}

.form-actions {
  margin-top: 8px;
}

.form-actions .button {
  width: auto;
  min-width: 220px;
  padding: 0 32px;
}

/* ── Order success state ────────────────────────────────────────────────── */
.order-success {
  text-align: center;
  padding: 52px 24px;
}

.order-success[hidden] {
  display: none;
}

.success-checkmark {
  width: 60px;
  height: 60px;
  margin: 0 auto 24px;
  color: var(--text);
}

.success-checkmark svg {
  width: 100%;
  height: 100%;
}

.order-success h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.order-success p {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 28px;
}

/* ── Feature dialogs ────────────────────────────────────────────────────── */
.feature-dialog {
  width: min(600px, calc(100% - 32px));
  border-radius: 12px;
  padding: 44px 40px 40px;
}

@media (max-width: 768px) {
  .hero .media {
    background-image: url('assets/mobile/forthing-front.jpg') !important;
  }
  .interior .media {
    background-image: url('assets/mobile/forthing-interior-wide.jpg') !important;
  }
}

@media (max-width: 620px) {
  .feature-dialog[open] {
    position: fixed;
    top: 10vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 90vh;
    border-radius: 20px 20px 0 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp 300ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .feature-dialog[open]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 1;
  }

  .feature-dialog .close {
    position: relative;
    top: auto;
    right: auto;
    align-self: flex-end;
    flex-shrink: 0;
    margin: 20px 20px 0;
    z-index: 3;
    width: 44px;
    height: 44px;
  }

  .feature-dialog .dialog-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    flex: 1;
    padding: 12px 24px 48px;
  }

  .finance-models {
    grid-template-columns: 1fr;
  }

  .finance-model {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .finance-model--dark {
    padding: 16px 0;
    border-left: none;
    border-bottom: none;
  }

  .finance-model-total {
    font-size: 18px;
    white-space: normal;
  }

  @keyframes slideUp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
  }
}

.dialog-eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}

.feature-dialog h2 {
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 0;
  line-height: 1.1;
}

.dialog-intro {
  margin-top: 14px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.dialog-stats {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.dialog-stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  background: #fafafa;
}

.dialog-stats strong {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}

.dialog-stats span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.dialog-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dialog-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.dialog-features li:first-child {
  border-top: 1px solid var(--line);
}

.dialog-features li::before {
  content: "—";
  flex-shrink: 0;
  font-weight: 600;
  color: var(--text);
  margin-top: 1px;
}

/* ── Whole tile is clickable ────────────────────────────────────────────── */
.feature-tile {
  cursor: pointer;
}

/* ── Mobile overrides for new elements ──────────────────────────────────── */
@media (max-width: 680px) {
  .hamburger {
    display: flex;
  }

  .mobile-nav {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .desktop-nav {
    display: none;
  }

  .header-spacer {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .order-section {
    padding: 64px 20px 80px;
  }

  .dialog-stats {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-lead {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 14px;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 6px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  .sticky-lead a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    background: #1a1b1f;
    border: none;
  }

  .sticky-lead a.sticky-whatsapp svg {
    color: #1aa84e;
    flex-shrink: 0;
  }

  .sticky-lead a:last-child {
    background: rgba(245, 245, 245, 0.98);
    color: var(--text);
    border: none;
  }
}

@media (max-width: 480px) {
  .dialog-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .color-picker {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
}
