:root {
  --ink: #101820;
  --graphite: #25313a;
  --muted: #66727c;
  --line: #d8dee4;
  --paper: #f6f4ef;
  --white: #ffffff;
  --copper: #c8924b;
  --green: #2f5d46;
  --body-color: #b71924;
  --seat-color: #8c5b34;
  --roof-color: #15191d;
  --wheel-accent: #c8924b;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(148px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 0;
}

.brand img {
  width: clamp(148px, 13vw, 214px);
  height: auto;
}

.main-nav {
  min-width: 0;
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--graphite);
  font-size: clamp(13px, 0.9vw, 14px);
  font-weight: 700;
}

.main-nav a,
.nav-cta {
  padding: 8px 0;
  white-space: nowrap;
}

.nav-cta {
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 2px solid var(--copper);
}

.hero {
  position: relative;
  min-height: calc(92vh - 76px);
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.82), rgba(7, 12, 16, 0.42), rgba(7, 12, 16, 0.12)),
    url("assets/images/ant-signature-lifestyle-front.jpg") center / cover;
  transform: scale(1.02);
}

.hero-copy {
  position: relative;
  width: min(720px, calc(100% - 36px));
  margin: 0 0 clamp(34px, 7vh, 72px) clamp(18px, 6vw, 86px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(44px, 5.8vw, 82px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--copper);
  color: var(--ink);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.button.secondary.dark {
  border-color: rgba(255, 255, 255, 0.42);
}

.button.wide {
  width: 100%;
}
.checkout-secondary {
  border-color: rgba(16, 24, 32, 0.34);
  color: var(--ink);
  background: var(--white);
}

.payment-disclosure {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-strip div {
  padding: 28px clamp(18px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip span,
.summary-bar span,
.price-badge span,
.site-footer span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-strip strong,
.summary-bar strong {
  display: block;
  margin-top: 8px;
  line-height: 1.35;
}


.section {
  padding: clamp(64px, 10vw, 116px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.vehicle-section {
  padding: clamp(28px, 5vw, 54px) clamp(18px, 4vw, 56px);
  background: #f2f4f5;
}

.brand-section {
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background: var(--white);
}

.brand-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 5vw, 72px);
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto;
}

.brand-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(16, 24, 32, 0.12);
  background: #f7f7f4;
}

.brand-intro-copy h2 {
  max-width: 10ch;
}

.brand-intro-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--graphite);
  font-size: 18px;
  line-height: 1.65;
}

.brand-values {
  display: grid;
  gap: 0;
  margin-top: clamp(26px, 4vw, 42px);
  border-top: 1px solid rgba(16, 24, 32, 0.14);
}

.brand-values div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.14);
}

.brand-values span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
}

.brand-values strong {
  font-size: 16px;
  line-height: 1.35;
}

.brand-hero-card {
  position: relative;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.brand-hero-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.brand-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 12, 16, 0), rgba(6, 12, 16, 0.08) 48%, rgba(6, 12, 16, 0.78));
}

.brand-hero-card:hover img {
  transform: scale(1.025);
}

.brand-hero-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 24px;
  color: var(--white);
}

.brand-hero-card span,
.contact-direct span {
  display: block;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-hero-card strong {
  display: block;
  max-width: 520px;
  margin-top: 8px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.05;
}

.vehicle-showcase {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
  align-items: stretch;
  max-width: 1480px;
  margin: 0 auto;
}

.vehicle-copy-panel {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: clamp(26px, 3vw, 38px);
  background: var(--ink);
  color: var(--white);
}

.vehicle-copy-panel h2 {
  max-width: none;
  font-size: clamp(34px, 3.05vw, 48px);
  line-height: 1.02;
}

.vehicle-copy-panel p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.55;
}

.signature-points {
  display: grid;
  gap: 0;
  margin: 16px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.signature-points div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.signature-points span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.signature-points strong {
  font-size: 15px;
  line-height: 1.35;
}

.vehicle-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.single-showcase {
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
}

.single-feature {
  height: clamp(560px, 49vw, 640px);
}

.single-feature img {
  object-position: center 58%;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.model-card {
  display: grid;
  grid-template-rows: 360px auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.model-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--paper);
}

.model-card div {
  padding: 24px;
}

.model-card p {
  color: var(--muted);
  line-height: 1.55;
}

.feature-card {
  position: relative;
  display: block;
  height: clamp(580px, 49vw, 640px);
  min-height: 0;
  overflow: hidden;
  border: 0;
  background: var(--ink);
}

.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 260ms ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 12, 16, 0.04), rgba(6, 12, 16, 0.2) 42%, rgba(6, 12, 16, 0.86));
}

.feature-card:hover img {
  transform: scale(1.035);
}

.feature-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 26px;
  color: var(--white);
}

.feature-card h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.feature-card p:not(.model-meta) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
}

.feature-card .text-button {
  color: var(--white);
}

.model-meta {
  margin: 0 0 10px;
  color: var(--copper) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  border-bottom: 2px solid var(--copper);
}

.two-up {
  max-width: 1180px;
}

.signature-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 10vw, 116px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #101820;
  color: var(--white);
}

.signature-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.65;
}

.front-mark-panel {
  display: grid;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.front-mark-panel img {
  width: min(210px, 64vw);
  margin: 0 auto;
  filter: invert(1);
}

.front-mark-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.front-mark-panel li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.vehicle-stage {
  display: grid;
  place-items: center;
  min-height: 300px;
  overflow: hidden;
}

.vehicle-preview-frame {
  --preview-body-color: #f4f1e8;
  position: relative;
  width: min(820px, 94%);
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 32, 0.12);
  box-shadow: 0 30px 70px rgba(16, 24, 32, 0.18);
  background: #11191f;
}

.vehicle-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.studio {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  min-height: 100vh;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #eef1f2;
}

.studio-render {
  position: sticky;
  top: 76px;
  display: grid;
  grid-template-rows: auto minmax(280px, 1fr) auto;
  height: calc(100vh - 76px);
  min-height: 640px;
  padding: clamp(20px, 3vw, 38px);
}

.render-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 22px;
}

.studio-render h2 {
  max-width: none;
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 1;
}

.price-badge {
  min-width: 172px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--white);
}

.price-badge strong {
  display: block;
  margin-top: 6px;
  font-size: 30px;
}

.cart-stage {
  display: grid;
  place-items: center;
  min-height: 410px;
  overflow: hidden;
}

.cart-visual {
  position: relative;
  width: min(760px, 88vw);
  aspect-ratio: 16 / 9;
}

.cart-roof {
  position: absolute;
  left: 21%;
  top: 14%;
  width: 60%;
  height: 12%;
  background: var(--roof-color);
  border-radius: 22px 28px 8px 8px;
  box-shadow: inset 0 8px 0 rgba(255, 255, 255, 0.18);
}

.cart-post {
  position: absolute;
  top: 22%;
  width: 1.6%;
  height: 41%;
  background: #20282e;
  border-radius: 99px;
}

.post-front {
  left: 70%;
  transform: rotate(-6deg);
}

.post-rear {
  left: 30%;
  transform: rotate(6deg);
}

.cart-body {
  position: absolute;
  left: 17%;
  top: 47%;
  width: 66%;
  height: 24%;
  background: var(--body-color);
  border-radius: 28% 18% 18% 22%;
  box-shadow:
    inset 0 13px 0 rgba(255, 255, 255, 0.22),
    inset 0 -18px 0 rgba(0, 0, 0, 0.16);
}

.cart-fender {
  position: absolute;
  top: 61%;
  width: 19%;
  height: 11%;
  background: #101820;
  border-radius: 999px 999px 0 0;
}

.fender-front {
  left: 63%;
}

.fender-rear {
  left: 18%;
}

.cart-seat {
  position: absolute;
  width: 15%;
  height: 26%;
  background: var(--seat-color);
  border-radius: 16px 16px 8px 8px;
  box-shadow: inset 0 7px 0 rgba(255, 255, 255, 0.22);
}

.seat-front {
  left: 50%;
  top: 29%;
}

.seat-rear {
  left: 35%;
  top: 31%;
}

.cart-basket {
  position: absolute;
  left: 72%;
  top: 43%;
  width: 13%;
  height: 12%;
  border: 4px solid #101820;
  border-top-width: 7px;
  border-radius: 4px;
  opacity: 0;
}

.has-basket .cart-basket {
  opacity: 1;
}

.cart-led {
  position: absolute;
  top: 58%;
  width: 8%;
  height: 2.2%;
  background: var(--wheel-accent);
  border-radius: 999px;
  box-shadow: 0 0 18px var(--wheel-accent);
  opacity: 0;
}

.has-led .cart-led {
  opacity: 1;
}

.led-left {
  left: 34%;
}

.led-right {
  left: 56%;
}

.cart-wheel {
  position: absolute;
  top: 65%;
  width: 16%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  border: 8px solid #202a30;
  box-shadow: inset 0 0 0 7px #050607;
}

.cart-wheel span {
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--wheel-accent);
  background:
    radial-gradient(circle, #2c343a 0 28%, transparent 29%),
    conic-gradient(from 0deg, transparent 0 8deg, rgba(255, 255, 255, 0.72) 8deg 12deg, transparent 12deg 28deg);
}

.wheel-front {
  left: 64%;
}

.wheel-rear {
  left: 22%;
}

.cart-shadow {
  position: absolute;
  left: 18%;
  top: 84%;
  width: 65%;
  height: 5%;
  background: rgba(16, 24, 32, 0.2);
  border-radius: 50%;
  filter: blur(8px);
}

.summary-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.summary-bar div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.summary-bar div:last-child {
  border-right: 0;
}

.config-panel {
  border-left: 1px solid var(--line);
  background: var(--white);
  padding: 28px;
  overflow: auto;
}

fieldset {
  margin: 0 0 26px;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 900;
}

.segmented,
.option-list,
.checkbox-grid {
  display: grid;
  gap: 10px;
}

.option-button,
.check-option {
  position: relative;
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--graphite);
  cursor: pointer;
  text-align: left;
}

.option-button.active {
  border-color: var(--ink);
  box-shadow: inset 4px 0 0 var(--copper);
}

.option-button strong,
.check-option strong {
  font-size: 15px;
}

.option-button span,
.check-option span {
  color: var(--muted);
  font-size: 13px;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.swatch {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 84px;
  padding: 12px 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
  color: var(--graphite);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}

.swatch i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(16, 24, 32, 0.18);
  background: var(--swatch);
}

.swatch.active {
  border-color: var(--ink);
  box-shadow: inset 0 -4px 0 var(--copper);
}

.check-option {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.check-option input {
  margin-top: 4px;
  accent-color: var(--copper);
}

.order-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(26px, 5vw, 72px);
  padding: clamp(64px, 10vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.order-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.order-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-direct {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.contact-direct div {
  padding: 16px;
  border: 1px solid rgba(16, 24, 32, 0.14);
  background: rgba(255, 255, 255, 0.58);
}

.contact-direct a {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 900;
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  min-height: calc(88vh - 76px);
  background: var(--ink);
  color: var(--white);
}

.product-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 86px);
}

.product-hero-copy h1 {
  max-width: 12ch;
}

.product-hero-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.product-hero-image {
  min-height: 560px;
  overflow: hidden;
}

.product-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-detail-section,
.faq-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(64px, 10vw, 116px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.product-options-section {
  background: #f2f4f5;
}

.product-detail-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.spec-grid,
.option-table,
.faq-list {
  display: grid;
  gap: 12px;
}

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

.spec-grid div,
.option-table div,
.faq-list details {
  padding: 18px;
  border: 1px solid rgba(16, 24, 32, 0.14);
  background: var(--white);
}

.product-options-section .option-table div {
  background: rgba(255, 255, 255, 0.72);
}

.spec-grid span,
.option-table span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.spec-grid strong,
.option-table strong {
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.6;
}

.not-found-section {
  display: grid;
  align-items: center;
  min-height: calc(78vh - 76px);
  padding: clamp(64px, 10vw, 116px) clamp(18px, 6vw, 86px);
  background:
    linear-gradient(90deg, rgba(7, 12, 16, 0.88), rgba(7, 12, 16, 0.56), rgba(7, 12, 16, 0.2)),
    url("assets/images/ant-signature-lifestyle-front.jpg") center / cover;
  color: var(--white);
}

.not-found-section > div {
  max-width: 720px;
}

.not-found-section p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.65;
}

.order-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.16);
}

.order-line span {
  color: var(--muted);
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
}

.order-form label {
  display: grid;
  gap: 8px;
  color: var(--graphite);
  font-weight: 800;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--white);
}

.order-form select {
  min-height: 48px;
}

.order-form textarea,
.order-form .wide,
.form-status {
  grid-column: 1 / -1;
}

.build-actions {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.save-status {
  min-height: 20px;
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 28px;
  align-items: center;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 160px;
}

.site-footer p {
  margin: 6px 0 0;
  color: var(--muted);
}

.site-footer a {
  display: block;
  margin-top: 6px;
  font-weight: 900;
}

@media (max-width: 1040px) {
  .signature-section,
  .brand-intro,
  .vehicle-showcase,
  .single-showcase {
    grid-template-columns: 1fr;
  }

  .brand-hero-card {
    min-height: 480px;
  }

  .vehicle-copy-panel {
    min-height: 460px;
  }

  .feature-card {
    height: 460px;
  }

  .main-nav {
    display: none;
  }

  .studio,
  .product-hero,
  .product-detail-section,
  .faq-section,
  .order-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .config-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .model-grid,
  .vehicle-card-grid,
  .contact-direct,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .summary-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .summary-bar div:nth-child(2) {
    border-right: 0;
  }

  .summary-bar div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .brand img {
    width: 148px;
  }

  .hero-copy {
    margin-left: 18px;
    margin-right: 18px;
  }

  h1 {
    font-size: 48px;
  }

  .render-toolbar,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .swatches,
  .spec-grid,
  .order-form,
  .summary-bar {
    grid-template-columns: 1fr;
  }

  .product-hero-copy {
    padding: 42px 22px;
  }

  .product-hero-image {
    min-height: 360px;
  }

  .brand-intro-copy {
    padding: 28px 22px;
  }

  .brand-hero-card {
    min-height: 320px;
  }

  .summary-bar div,
  .summary-bar div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .summary-bar div:last-child {
    border-bottom: 0;
  }

  .model-card {
    grid-template-rows: 280px auto;
  }

  .vehicle-copy-panel {
    min-height: 430px;
  }

  .feature-card {
    height: 420px;
  }

  .vehicle-copy-panel h2 {
    max-width: 11ch;
  }

  .studio-render {
    position: static;
    height: auto;
    min-height: 620px;
  }
}






.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 10px;
  color: var(--graphite);
  font-size: 13px;
  font-weight: 800;
}

.policy-main {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(58px, 9vw, 104px) clamp(18px, 5vw, 72px);
}

.policy-main h1 {
  max-width: 16ch;
  font-size: clamp(42px, 6vw, 72px);
}

.policy-main h2 {
  margin-top: 36px;
  font-size: clamp(24px, 3vw, 34px);
}

.policy-main p,
.policy-main li {
  color: var(--graphite);
  font-size: 17px;
  line-height: 1.7;
}

.policy-main ul {
  padding-left: 22px;
}
