/* ============================================================
   First Light Motors — Design System
   Brand: sunrise gold over midnight navy · Kaneshie, Accra
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --navy-900: #060d1a;
  --navy-800: #0a1628;
  --navy-700: #0e2036;
  --navy-600: #14304f;
  --navy-500: #1d4373;
  --steel-400: #4a6a92;
  --ink: #14213d;

  --gold-600: #d98a1a;
  --gold-500: #f5a623;
  --gold-400: #ffb347;
  --gold-300: #ffd27a;
  --gold-100: #fff3dc;

  --paper: #f7f5f1;
  --paper-2: #efece5;
  --white: #ffffff;
  --line: #e4e0d7;

  --text: #1a2231;
  --text-soft: #556074;
  --text-faint: #8a93a3;
  --on-dark: #eaf0f8;
  --on-dark-soft: #a9b7cc;

  --success: #2f9e6f;
  --danger: #d24b4b;

  --radius-s: 8px;
  --radius: 14px;
  --radius-l: 22px;
  --shadow-s: 0 2px 8px rgba(10, 22, 40, 0.06);
  --shadow-m: 0 12px 30px rgba(10, 22, 40, 0.10);
  --shadow-l: 0 26px 60px rgba(10, 22, 40, 0.18);

  --maxw: 1200px;
  --gutter: clamp(18px, 4vw, 48px);

  --font-head: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.15; color: var(--ink); margin: 0 0 .5em; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding: clamp(56px, 8vw, 110px) 0; }
.section--tight { padding: clamp(40px, 5vw, 64px) 0; }

/* ---------- Utility ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: .72rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold-600);
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.eyebrow--light { color: var(--gold-300); }
.eyebrow--center { justify-content: center; }

.section-head { max-width: 640px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.section-sub { color: var(--text-soft); font-size: 1.06rem; margin: 0; }

.grid { display: grid; gap: clamp(18px, 2.4vw, 28px); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--gold-500); --btn-fg: var(--navy-900);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  padding: .82rem 1.5rem; border-radius: 999px; border: none; cursor: pointer;
  background: var(--btn-bg); color: var(--btn-fg);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  box-shadow: 0 8px 22px rgba(245, 166, 35, 0.28);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(245, 166, 35, 0.38); }
.btn:active { transform: translateY(0); }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--on-dark);
  border: 1.5px solid rgba(255,255,255,.28); box-shadow: none;
}
.btn--ghost:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.btn--outline {
  --btn-bg: transparent; --btn-fg: var(--ink);
  border: 1.5px solid var(--line); box-shadow: none;
}
.btn--outline:hover { border-color: var(--gold-500); color: var(--gold-600); box-shadow: none; background: transparent; }
.btn--sm { padding: .55rem 1.05rem; font-size: .85rem; }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-900); color: var(--on-dark-soft);
  font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: var(--on-dark-soft); }
.topbar a:hover { color: var(--gold-300); }
.topbar-info { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.topbar-info span { display: inline-flex; align-items: center; gap: .4rem; }
.topbar-social { display: flex; gap: .9rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}
.site-header.scrolled { box-shadow: var(--shadow-s); }
.site-header.menu-open { backdrop-filter: none; background: rgba(255,255,255,.98); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-mark { width: 42px; height: 42px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-head); font-weight: 700; font-size: 1.12rem; color: var(--ink); letter-spacing: -0.01em; }
.brand-sub { font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-600); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: .3rem; }
.nav-links a {
  font-family: var(--font-head); font-weight: 500; font-size: .93rem; color: var(--text);
  padding: .5rem .85rem; border-radius: 8px; position: relative; transition: color .2s;
}
.nav-links a:hover { color: var(--gold-600); }
.nav-links a.active { color: var(--gold-600); }
.nav-links a.active::after {
  content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .1rem; height: 2px;
  background: var(--gold-500); border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: .7rem; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer; padding: 8px;
  width: 44px; height: 44px; border-radius: 10px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px auto; border-radius: 2px; transition: .3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw);
    flex-direction: column; align-items: stretch; gap: .2rem;
    background: var(--white); padding: 90px 22px 30px; box-shadow: var(--shadow-l);
    transform: translateX(100%); transition: transform .35s var(--ease); z-index: 90;
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: .8rem 1rem; font-size: 1.05rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-links a.active::after { display: none; }
  .nav-cta .btn:not(.nav-cta-call) { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--on-dark);
  background: radial-gradient(120% 90% at 78% 8%, #1d3f6e 0%, var(--navy-800) 45%, var(--navy-900) 100%);
  overflow: hidden; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; right: -6%; top: -18%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(255,179,71,.55), rgba(255,179,71,0) 62%);
  filter: blur(6px); z-index: -1;
}
.hero-sun {
  position: absolute; right: 8%; top: 12%; width: 190px; height: 190px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #ffd27a, #ffb347 55%, #f5a623 100%);
  box-shadow: 0 0 90px 20px rgba(255,179,71,.35); z-index: -1;
}
.hero-rays { position: absolute; inset: 0; z-index: -1; opacity: .5;
  background: repeating-linear-gradient(100deg, transparent 0 46px, rgba(255,210,122,.04) 46px 48px); }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px,5vw,64px); align-items: center;
  padding: clamp(60px, 9vw, 120px) 0 clamp(70px, 10vw, 130px); }
.hero h1 { color: var(--white); font-size: clamp(2.3rem, 5.6vw, 4rem); line-height: 1.06; margin-bottom: 1rem; }
.hero h1 .accent { color: var(--gold-300); }
.hero-lead { color: var(--on-dark-soft); font-size: clamp(1.05rem, 1.6vw, 1.22rem); max-width: 34ch; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.hero-stats { display: flex; gap: clamp(1.4rem, 4vw, 3rem); flex-wrap: wrap; }
.hero-stat .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--white); }
.hero-stat .lbl { font-size: .82rem; color: var(--on-dark-soft); letter-spacing: .02em; }

.hero-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-l); padding: 14px; backdrop-filter: blur(6px); box-shadow: var(--shadow-l);
}
.hero-card .vehicle-art { border-radius: 16px; }
.hero-card-media, .hero-card .vmedia { border-radius: 16px; overflow: hidden; }
.hero-card-meta { display: flex; justify-content: space-between; align-items: center; padding: 14px 12px 6px; }
.hero-card-meta h3 { color: var(--white); margin: 0; font-size: 1.1rem; }
.hero-card-meta .price { color: var(--gold-300); font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; }
.hero-card-tags { display: flex; gap: .5rem; flex-wrap: wrap; padding: 4px 12px 10px; }
.hero-card-tags span { font-size: .72rem; color: var(--on-dark-soft); background: rgba(255,255,255,.08); padding: .25rem .6rem; border-radius: 999px; }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-sun { width: 130px; height: 130px; top: 4%; right: 6%; }
  .hero-card { max-width: 460px; }
}

/* ---------- Quick search bar ---------- */
.quicksearch {
  position: relative; z-index: 5; margin-top: -46px;
}
.quicksearch-inner {
  background: var(--white); border-radius: var(--radius-l); box-shadow: var(--shadow-l);
  padding: 20px; display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 14px; align-items: end;
  border: 1px solid var(--line);
}
.qs-field { display: flex; flex-direction: column; gap: .35rem; }
.qs-field label { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-faint); }
.qs-field select, .field select, .field input, .field textarea {
  font-family: var(--font-body); font-size: .95rem; color: var(--text);
  padding: .7rem .8rem; border: 1.5px solid var(--line); border-radius: var(--radius-s);
  background: var(--white); width: 100%; transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.qs-field 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='%23556074' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .8rem center; padding-right: 2rem; cursor: pointer; }
.qs-field select:focus, .field select:focus, .field input:focus, .field textarea:focus {
  outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(245,166,35,.16); }
@media (max-width: 900px) { .quicksearch-inner { grid-template-columns: repeat(2, 1fr); } .quicksearch-inner .btn { grid-column: 1 / -1; } }
@media (max-width: 520px) { .quicksearch-inner { grid-template-columns: 1fr; } }

/* ---------- Vehicle cards ---------- */
.vehicles-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.vcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
}
.vcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-m); border-color: transparent; }
.vcard-media { position: relative; }
.vcard-media .vehicle-art { aspect-ratio: 540 / 240; width: 100%; }

/* real-photo media with SVG fallback underneath */
.vmedia { position: relative; aspect-ratio: 540 / 240; width: 100%; background: var(--navy-800); overflow: hidden; }
.vmedia-fallback { position: absolute; inset: 0; }
.vmedia-fallback .vehicle-art { width: 100%; height: 100%; }
.vmedia .vphoto {
  position: relative; z-index: 1; width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .6s var(--ease);
}
.vcard:hover .vmedia .vphoto { transform: scale(1.05); }
.vmedia.noimg { background: transparent; }
.vcard-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: .4rem; }
.badge {
  font-family: var(--font-head); font-size: .68rem; font-weight: 600; letter-spacing: .04em;
  padding: .3rem .6rem; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ink);
  backdrop-filter: blur(4px);
}
.badge--new { background: var(--gold-500); color: var(--navy-900); }
.badge--featured { background: var(--navy-800); color: var(--gold-300); }
.vcard-fav {
  position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.92); border: none; cursor: pointer; display: grid; place-items: center;
  transition: transform .2s, background .2s;
}
.vcard-fav:hover { transform: scale(1.1); }
.vcard-fav svg { width: 18px; height: 18px; fill: none; stroke: var(--text-soft); stroke-width: 1.8; }
.vcard-fav.on svg { fill: var(--danger); stroke: var(--danger); }

.vcard-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.vcard-title { font-size: 1.16rem; margin-bottom: .15rem; }
.vcard-sub { font-size: .82rem; color: var(--text-faint); margin-bottom: .9rem; }
.vcard-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem .9rem; margin-bottom: 1rem; padding: .9rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vcard-spec { display: flex; align-items: center; gap: .5rem; font-size: .84rem; color: var(--text-soft); }
.vcard-spec svg { width: 16px; height: 16px; color: var(--gold-600); flex: none; }
.vcard-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.vcard-price .amt { font-family: var(--font-head); font-weight: 700; font-size: 1.32rem; color: var(--ink); }
.vcard-price .cur { font-size: .8rem; color: var(--text-faint); }
.vcard-foot .btn { flex: none; }

/* ---------- Feature strip ---------- */
.features { grid-template-columns: repeat(4, 1fr); }
.feature { text-align: center; padding: 8px; }
.feature-ic {
  width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--gold-300), var(--gold-500)); color: var(--navy-900);
  box-shadow: 0 10px 24px rgba(245,166,35,.28);
}
.feature-ic svg { width: 30px; height: 30px; }
.feature h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.feature p { font-size: .9rem; color: var(--text-soft); margin: 0; }
@media (max-width: 860px) { .features { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Split / About ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media { position: relative; }
.about-visual {
  border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-l);
  background: radial-gradient(120% 100% at 80% 10%, #1d3f6e, var(--navy-800));
  aspect-ratio: 4/3; position: relative; display: grid; place-items: center; color: var(--on-dark);
}
.about-visual .lg-mark { width: 120px; height: 120px; opacity: .95; }
.about-badge {
  position: absolute; bottom: -22px; left: -22px; background: var(--white); border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow-m); display: flex; align-items: center; gap: 12px;
}
.about-badge .n { font-family: var(--font-head); font-weight: 700; font-size: 1.8rem; color: var(--gold-600); }
.about-badge .t { font-size: .8rem; color: var(--text-soft); line-height: 1.3; }
.checklist { display: grid; gap: .7rem; margin: 1.4rem 0 2rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; font-size: .98rem; }
.checklist li svg { width: 22px; height: 22px; color: var(--gold-600); flex: none; margin-top: 1px; }
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } .split--reverse .split-media { order: 0; } .about-badge { left: 12px; } }

/* ---------- Section variants ---------- */
.bg-paper2 { background: var(--paper-2); }
.bg-navy { background: var(--navy-800); color: var(--on-dark); }
.bg-navy h2, .bg-navy h3 { color: var(--white); }
.bg-navy .section-sub { color: var(--on-dark-soft); }

/* ---------- Steps ---------- */
.steps { grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.step { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-l); padding: 30px 26px; position: relative; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--font-head); font-weight: 700; font-size: 2.4rem; color: var(--gold-300); opacity: .5; display: block; margin-bottom: .6rem;
}
.step h3 { font-size: 1.15rem; }
.step p { color: var(--on-dark-soft); font-size: .92rem; margin: 0; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.tgrid { grid-template-columns: repeat(3, 1fr); }
.tcard { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 28px; box-shadow: var(--shadow-s); }
.tstars { color: var(--gold-500); letter-spacing: .15em; margin-bottom: 1rem; font-size: 1rem; }
.tcard p { font-size: .98rem; color: var(--text); font-style: italic; }
.tperson { display: flex; align-items: center; gap: 12px; margin-top: 1.2rem; }
.tavatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; color: var(--white); background: linear-gradient(145deg, var(--navy-500), var(--navy-700)); }
.tperson .nm { font-weight: 600; font-size: .92rem; }
.tperson .rl { font-size: .8rem; color: var(--text-faint); }
@media (max-width: 860px) { .tgrid { grid-template-columns: 1fr; } }

/* ---------- Brand marquee ---------- */
.brands-row { display: flex; flex-wrap: wrap; gap: clamp(1.2rem, 4vw, 3rem); justify-content: center; align-items: center; }
.brands-row span { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.1rem,2.4vw,1.6rem); color: var(--text-faint); opacity: .7; letter-spacing: .02em; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-l); padding: clamp(40px, 6vw, 72px); text-align: center;
  background: linear-gradient(120deg, var(--navy-700), var(--navy-800)); color: var(--on-dark); }
.cta-band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,179,71,.4), transparent 65%); }
.cta-band h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 2.6rem); position: relative; }
.cta-band p { color: var(--on-dark-soft); max-width: 52ch; margin: 0 auto 1.8rem; position: relative; }
.cta-band .hero-actions { justify-content: center; position: relative; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: var(--on-dark-soft); padding-top: clamp(50px, 7vw, 80px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: clamp(28px,4vw,48px); padding-bottom: 48px; }
.footer-brand .brand-name { color: var(--white); }
.footer-about { font-size: .92rem; margin: 1rem 0 1.4rem; max-width: 34ch; }
.footer h4 { color: var(--white); font-size: .95rem; letter-spacing: .04em; margin-bottom: 1.1rem; text-transform: uppercase; }
.footer-links li { margin-bottom: .6rem; }
.footer-links a { font-size: .92rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold-300); }
.footer-contact li { display: flex; gap: .7rem; font-size: .92rem; margin-bottom: .8rem; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold-400); flex: none; margin-top: 2px; }
.footer-social { display: flex; gap: .7rem; margin-top: 1rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.06); transition: background .2s, transform .2s; }
.footer-social a:hover { background: var(--gold-500); color: var(--navy-900); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .84rem; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { background: radial-gradient(110% 120% at 80% 0%, #1d3f6e, var(--navy-800) 55%, var(--navy-900)); color: var(--on-dark); padding: clamp(48px, 7vw, 96px) 0 clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.page-hero::after { content:""; position:absolute; right:-40px; top:-40px; width:220px; height:220px; border-radius:50%; background: radial-gradient(circle, rgba(255,179,71,.35), transparent 65%); }
.page-hero h1 { color: var(--white); font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: .6rem; position: relative; }
.page-hero p { color: var(--on-dark-soft); max-width: 56ch; margin: 0; font-size: 1.08rem; position: relative; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .82rem; color: var(--on-dark-soft); margin-bottom: 1.2rem; position: relative; }
.breadcrumb a:hover { color: var(--gold-300); }
.breadcrumb span { opacity: .5; }

/* ---------- Inventory layout ---------- */
.inv-wrap { display: grid; grid-template-columns: 288px 1fr; gap: clamp(24px, 3vw, 40px); align-items: start; }
.filters {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l);
  padding: 24px; position: sticky; top: 96px;
}
.filters h3 { font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; }
.filters h3 button { background: none; border: none; color: var(--gold-600); font-size: .8rem; cursor: pointer; font-family: var(--font-body); }
.filter-group { padding: 18px 0; border-top: 1px solid var(--line); }
.filter-group:first-of-type { border-top: none; }
.filter-group > label { font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; color: var(--text-soft); display: block; margin-bottom: .8rem; }
.check { display: flex; align-items: center; gap: .6rem; font-size: .92rem; padding: .28rem 0; cursor: pointer; color: var(--text-soft); }
.check input { width: 17px; height: 17px; accent-color: var(--gold-500); cursor: pointer; }
.check:hover { color: var(--text); }
.check .count { margin-left: auto; font-size: .78rem; color: var(--text-faint); }

.inv-main-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 22px; flex-wrap: wrap; }
.inv-count { font-size: .95rem; color: var(--text-soft); }
.inv-count b { color: var(--ink); }
.inv-tools { display: flex; gap: .7rem; align-items: center; }
.inv-tools select { padding: .55rem .7rem; border: 1.5px solid var(--line); border-radius: var(--radius-s); font-family: var(--font-body); font-size: .88rem; background: var(--white); cursor: pointer; }
.filter-toggle { display: none; }
.chips { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 18px; }
.chip { display: inline-flex; align-items: center; gap: .4rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: .3rem .75rem; font-size: .82rem; color: var(--text-soft); }
.chip button { background: none; border: none; cursor: pointer; color: var(--text-faint); font-size: 1rem; line-height: 1; padding: 0; }
.chip button:hover { color: var(--danger); }
.empty { text-align: center; padding: 60px 20px; color: var(--text-soft); }
.empty svg { width: 64px; height: 64px; color: var(--text-faint); margin: 0 auto 1rem; }

@media (max-width: 860px) {
  .inv-wrap { grid-template-columns: 1fr; }
  .filter-toggle { display: inline-flex; }
  .filters {
    position: fixed; inset: 0 auto 0 0; width: min(340px, 88vw); z-index: 120; border-radius: 0;
    transform: translateX(-100%); transition: transform .35s var(--ease); overflow-y: auto; top: 0;
  }
  .filters.open { transform: none; }
  .filters-close { display: block !important; }
}
.filters-close { display: none; position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--text-soft); }
.scrim { position: fixed; inset: 0; background: rgba(6,13,26,.5); z-index: 110; opacity: 0; pointer-events: none; transition: opacity .3s; }
.scrim.on { opacity: 1; pointer-events: auto; }

/* ---------- Vehicle detail ---------- */
.detail { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px, 4vw, 56px); align-items: start; }
.detail-media { border-radius: var(--radius-l); overflow: hidden; box-shadow: var(--shadow-m); border: 1px solid var(--line); }
.detail-media .vehicle-art { width: 100%; aspect-ratio: 540/240; }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.thumb { border-radius: var(--radius-s); overflow: hidden; border: 2px solid transparent; cursor: pointer; background: var(--navy-800); aspect-ratio: 4/3; }
.thumb.active { border-color: var(--gold-500); }
.detail-title { font-size: clamp(1.6rem, 3.5vw, 2.3rem); margin-bottom: .3rem; }
.detail-sub { color: var(--text-soft); margin-bottom: 1.2rem; }
.detail-price { display: flex; align-items: baseline; gap: .6rem; margin-bottom: 1.4rem; }
.detail-price .amt { font-family: var(--font-head); font-weight: 700; font-size: 2.2rem; color: var(--gold-600); }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 1.4rem 0; }
.spec-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; display: flex; gap: 12px; align-items: center; }
.spec-item svg { width: 22px; height: 22px; color: var(--gold-600); flex: none; }
.spec-item .k { font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-faint); }
.spec-item .v { font-weight: 600; font-size: .95rem; }
.feature-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1rem 0 1.6rem; }
.feature-tags span { background: var(--paper-2); border: 1px solid var(--line); border-radius: 999px; padding: .4rem .85rem; font-size: .85rem; color: var(--text-soft); }
.detail-cta { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 24px; box-shadow: var(--shadow-s); position: sticky; top: 96px; }
.detail-cta h3 { font-size: 1.15rem; }
.detail-cta .adviser { display: flex; align-items: center; gap: 12px; margin-bottom: 1.2rem; }
.detail-cta .adviser .av { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(145deg,var(--navy-500),var(--navy-700)); color: #fff; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; }
.detail-actions { display: grid; gap: .7rem; }
@media (max-width: 820px) { .detail { grid-template-columns: 1fr; } .detail-cta { position: static; } }

/* ---------- Forms / contact ---------- */
.field { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.1rem; }
.field label { font-size: .84rem; font-weight: 600; color: var(--text); }
.field textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-s); }
.form-note { font-size: .82rem; color: var(--text-faint); margin-top: .5rem; }
.form-success { background: #eaf7f0; border: 1px solid #bfe6d2; color: #1d6b47; border-radius: var(--radius); padding: 14px 16px; font-size: .92rem; display: none; margin-bottom: 1rem; }
.form-success.show { display: block; }

.contact-cards { grid-template-columns: repeat(3, 1fr); }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 26px; text-align: center; }
.contact-card .ic { width: 56px; height: 56px; margin: 0 auto 1rem; border-radius: 16px; background: var(--navy-800); color: var(--gold-300); display: grid; place-items: center; }
.contact-card .ic svg { width: 26px; height: 26px; }
.contact-card h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.contact-card p { font-size: .9rem; color: var(--text-soft); margin: 0; }
.contact-card a { color: var(--gold-600); font-weight: 600; }
@media (max-width: 760px) { .contact-cards { grid-template-columns: 1fr; } }
.map-embed { border-radius: var(--radius-l); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-s); height: 100%; min-height: 320px; background: #dfe6ee; }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Financing calculator ---------- */
.calc { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: clamp(24px,4vw,36px); box-shadow: var(--shadow-m); }
.calc-row { margin-bottom: 1.4rem; }
.calc-row label { display: flex; justify-content: space-between; font-weight: 600; font-size: .9rem; margin-bottom: .6rem; }
.calc-row label span { color: var(--gold-600); font-family: var(--font-head); }
.calc-row input[type=range] { width: 100%; accent-color: var(--gold-500); height: 6px; }
.calc-result { background: var(--navy-800); color: var(--on-dark); border-radius: var(--radius); padding: 24px; text-align: center; margin-top: 1.4rem; }
.calc-result .big { font-family: var(--font-head); font-weight: 700; font-size: clamp(2rem,5vw,2.8rem); color: var(--gold-300); }
.calc-result .sub { color: var(--on-dark-soft); font-size: .88rem; }
.calc-breakdown { display: flex; justify-content: space-around; margin-top: 1.4rem; gap: 1rem; flex-wrap: wrap; }
.calc-breakdown div { text-align: center; }
.calc-breakdown .k { font-size: .78rem; color: var(--on-dark-soft); }
.calc-breakdown .v { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--white); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 0; font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q svg { width: 22px; height: 22px; color: var(--gold-600); transition: transform .3s; flex: none; }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 0 20px; color: var(--text-soft); margin: 0; }

/* ---------- Value props (financing) ---------- */
.vp-grid { grid-template-columns: repeat(3,1fr); }
.vp { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-l); padding: 26px; }
.vp .ic { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(145deg,var(--gold-300),var(--gold-500)); color: var(--navy-900); display: grid; place-items: center; margin-bottom: 1rem; }
.vp .ic svg { width: 26px; height: 26px; }
.vp h3 { font-size: 1.08rem; }
.vp p { font-size: .92rem; color: var(--text-soft); margin: 0; }
@media (max-width: 820px) { .vp-grid { grid-template-columns: 1fr; } }

/* ---------- Misc ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.stat-band { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; text-align: center; }
.stat-band .num { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.8rem,4vw,2.6rem); color: var(--gold-300); }
.stat-band .lbl { color: var(--on-dark-soft); font-size: .88rem; }
@media (max-width: 620px) { .stat-band { grid-template-columns: repeat(2,1fr); gap: 1.6rem; } }

/* ---------- Full-screen video hero ---------- */
.hero-video {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; overflow: hidden; isolation: isolate;
  color: var(--on-dark); background: var(--navy-900);
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: -2; animation: heroZoom 22s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1.06); } to { transform: scale(1.18); } }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(6,13,26,.92) 0%, rgba(6,13,26,.6) 42%, rgba(6,13,26,.25) 100%),
    linear-gradient(to top, rgba(6,13,26,.8) 0%, transparent 34%);
}
.hero-video-inner { padding: clamp(90px, 12vh, 160px) 0 clamp(120px, 16vh, 180px); max-width: 720px; }
.hero-video h1 {
  color: var(--white); font-size: clamp(2.4rem, 6.4vw, 4.6rem); line-height: 1.02;
  margin-bottom: 1.1rem; letter-spacing: -0.02em;
}
.hero-video h1 .accent { color: var(--gold-300); }
.hero-video .hero-lead { color: var(--on-dark-soft); font-size: clamp(1.05rem, 1.7vw, 1.28rem); max-width: 46ch; margin-bottom: 2rem; }
.hero-video .eyebrow { margin-bottom: 1.2rem; }
.hero-scroll {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: clamp(70px, 12vh, 96px);
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.5); border-radius: 14px; z-index: 2;
}
.hero-scroll span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 2px;
  background: var(--gold-300); transform: translateX(-50%); animation: heroScroll 1.6s var(--ease) infinite;
}
@keyframes heroScroll { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 80% { opacity: 0; top: 22px; } 100% { opacity: 0; } }
@media (max-width: 600px) { .hero-scroll { display: none; } }

/* ---------- Reviews placeholder ---------- */
.reviews-placeholder {
  background: var(--white); border: 2px dashed var(--line); border-radius: var(--radius-l);
  padding: clamp(40px, 7vw, 72px); text-align: center; max-width: 720px; margin-inline: auto;
}
.reviews-placeholder [data-icon] { display: block; width: 40px; height: 40px; margin: 0 auto 1rem; color: var(--gold-500); }
.reviews-placeholder p { font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: var(--text-soft); margin: 0; }

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg { animation: none; transform: scale(1.06); }
  .hero-scroll span { animation: none; }
}
