/* ============================================================
   Bridges Enterprises Autoplex — storefront
   One accent (brand red). One light theme with dark brand
   chrome (header / hero / footer). Radius scale: cards 16,
   controls 10, pills full. Motion is subtle and reduced-motion
   aware. No external fonts (strict CSP), heavy system display.
   ============================================================ */
:root {
  --red: #d81f2a;
  --red-600: #bf1a25;
  --red-700: #9d1119;
  --ink: #101216;
  --ink-soft: #1b1e26;
  --ink-line: #2a2e38;
  /* Graphite showroom: dark base, silver surfaces + hairlines, red accent. */
  --paper: #16181d;         /* page background */
  --card: #1e2127;          /* raised surfaces */
  --card-2: #14161b;        /* inset surfaces (inputs) */
  --line: #333842;          /* silver hairline border */
  --line-strong: #454b57;   /* hover / stronger border */
  --text: #e8eaed;          /* silver-white */
  --silver: #c7ccd4;        /* headings / bright silver */
  --muted: #99a1af;         /* muted silver-gray */
  --muted-2: #7c8492;
  --sheen: inset 0 1px 0 rgba(255, 255, 255, .05);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);
  --shadow: 0 2px 8px rgba(0, 0, 0, .35), 0 14px 32px rgba(0, 0, 0, .35);
  --shadow-lg: 0 20px 55px rgba(0, 0, 0, .5);
  --r-card: 16px;
  --r-ctrl: 10px;
  --display: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3 { font-family: var(--display); margin: 0; }

.wrap { width: min(1200px, 100% - 2.75rem); margin-inline: auto; }
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }

/* ── Wordmark ─────────────────────────────────────────── */
.brand { display: inline-flex; align-items: center; gap: .7rem; min-width: 0; }
.brand .logo-b {
  width: 42px; height: 42px; border-radius: 11px; flex: none;
  background: var(--red); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 900; font-style: italic;
  font-size: 1.4rem; letter-spacing: -.03em;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .18);
}
.brand .wordmark { line-height: 1; display: flex; flex-direction: column; gap: .18rem; }
.brand .wordmark b {
  font-family: var(--display); font-weight: 900; font-style: italic;
  font-size: 1.28rem; letter-spacing: -.02em; text-transform: uppercase; color: #fff;
}
.brand .wordmark b .dot { color: var(--red); }
.brand .wordmark span {
  font-size: .66rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted-2);
}

/* ── Header ───────────────────────────────────────────── */
.site-header {
  background: var(--ink);
  color: #fff; position: sticky; top: 0; z-index: 50;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 72px; }
.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav a { color: #cfd4dd; font-weight: 600; font-size: .95rem; transition: color .15s; }
.nav a:hover { color: #fff; }
.header-cta {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--red); color: #fff; font-weight: 800; letter-spacing: .01em;
  padding: .62rem 1.1rem; border-radius: 999px; font-size: .95rem; white-space: nowrap;
  transition: transform .12s, background .15s;
}
.header-cta:hover { background: var(--red-600); }
.header-cta:active { transform: translateY(1px); }
.nav-toggle { display: none; }

/* ── Hero ─────────────────────────────────────────────── */
.hero {
  background:
    radial-gradient(900px 500px at 78% -8%, rgba(216, 31, 42, .28), transparent 62%),
    linear-gradient(180deg, var(--ink), var(--ink-soft));
  color: #fff; position: relative; overflow: hidden;
}
.hero .wrap {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center;
  padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(2.4rem, 5vw, 3.4rem);
  min-height: min(76vh, 640px);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  color: #ffd0d3; background: rgba(216, 31, 42, .16);
  border: 1px solid rgba(216, 31, 42, .4);
  padding: .35rem .75rem; border-radius: 999px; margin-bottom: 1.3rem;
}
.hero h1 {
  font-size: clamp(2.2rem, 5.2vw, 3.7rem); font-weight: 900; letter-spacing: -.03em;
  line-height: 1.02; margin-bottom: 1rem;
}
.hero h1 .accent { color: var(--red); }
.hero p { color: #c3c9d3; font-size: clamp(1rem, 1.4vw, 1.12rem); max-width: 44ch; margin: 0 0 1.7rem; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.btn-lg { padding: .85rem 1.4rem; font-size: 1rem; border-radius: var(--r-ctrl); }
.hero-trust { display: flex; gap: 2.2rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-trust b { display: block; font-family: var(--display); font-size: 1.5rem; font-weight: 800; letter-spacing: -.01em; }
.hero-trust span { color: var(--muted-2); font-size: .82rem; }

.hero-figure {
  position: relative; align-self: center; justify-self: center;
  display: flex; align-items: flex-end; justify-content: center;
  border-radius: 20px; overflow: hidden;
  width: 100%; max-width: 440px; aspect-ratio: 1320 / 1785;
  /* Sized to the salesman image's aspect ratio so the panel IS the image,
     with no surrounding gap or visible seam. */
  background: linear-gradient(to top right, #90d1db 0%, #cfe5e4 46%, #fce7e0 100%);
  box-shadow: var(--shadow-lg);
}
.hero-figure .hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: bottom center; }
.hero-figure .hero-fallback {
  display: none; flex-direction: column; align-items: center; justify-content: center; gap: .6rem;
  padding: 2rem; text-align: center; color: var(--ink); width: 100%; height: 100%;
}
.hero-figure.no-photo { background: linear-gradient(180deg, var(--ink-soft), #23272f); border-color: var(--ink-line); }
.hero-figure.no-photo .hero-photo { display: none; }
.hero-figure.no-photo .hero-fallback { display: flex; color: #fff; }
.hero-fallback .big { font-family: var(--display); font-weight: 900; font-size: 2.6rem; letter-spacing: -.02em; color: var(--red); }
.hero-fallback .sub { color: #c3c9d3; font-weight: 600; }

/* ── Buttons ──────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--red); color: #fff; font-weight: 800; letter-spacing: .01em;
  padding: .8rem 1.2rem; border: none; border-radius: var(--r-ctrl); font-size: 1rem;
  transition: transform .12s, background .15s; text-align: center;
}
.btn:hover { background: var(--red-600); }
.btn:active { transform: translateY(1px); }
.btn.full { width: 100%; }
.btn.ghost { background: rgba(255, 255, 255, .08); color: #fff; border: 1px solid rgba(255, 255, 255, .22); }
.btn.ghost:hover { background: rgba(255, 255, 255, .16); }
.btn.light { background: var(--silver); color: var(--ink); border: 1px solid var(--silver); }
.btn.light:hover { background: #fff; }

/* ── Inventory section head ───────────────────────────── */
.section-head { margin-bottom: 1.6rem; }
.section-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 800; letter-spacing: -.02em; }
.section-head p { color: var(--muted); margin: .4rem 0 0; }

/* ── Filter toolbar ───────────────────────────────────── */
.toolbar {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  box-shadow: var(--shadow-sm); padding: 1rem; margin-bottom: 1.6rem;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: .8rem;
}
.toolbar .tb-search { grid-column: span 2; }
.toolbar label { display: block; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: .35rem; }
.toolbar select, .toolbar input {
  width: 100%; border: 1px solid var(--line); background: var(--card-2); border-radius: var(--r-ctrl);
  padding: .62rem .7rem; font-size: .95rem; color: var(--text); font-family: inherit;
}
.toolbar select option { background: var(--card); color: var(--text); }
.toolbar select:focus, .toolbar input:focus { outline: 2px solid var(--red); outline-offset: -1px; }
.result-count { color: var(--muted); font-size: .92rem; font-weight: 600; margin-bottom: 1.1rem; }

/* ── Car grid ─────────────────────────────────────────── */
.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)); gap: 1.4rem;
  transition: opacity .18s ease;
}
.grid.is-refreshing { opacity: .45; pointer-events: none; }
.card {
  background: linear-gradient(180deg, #23262d, #1b1e24); border: 1px solid var(--line); border-radius: var(--r-card);
  overflow: hidden; box-shadow: var(--sheen), var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--sheen), var(--shadow-lg); border-color: var(--line-strong); }
.card .photo { aspect-ratio: 4 / 3; background: #262a31; position: relative; overflow: hidden; }
.card .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.card:hover .photo img { transform: scale(1.04); }
.card .photo .noimg { width: 100%; height: 100%; display: grid; place-items: center; color: #7c8492; font-size: .85rem; }
.badge {
  position: absolute; top: .75rem; left: .75rem;
  background: rgba(255, 255, 255, .12); color: #fff; border: 1px solid rgba(255, 255, 255, .18);
  font-size: .68rem; font-weight: 800; letter-spacing: .04em; padding: .3rem .6rem;
  border-radius: 999px; text-transform: uppercase; backdrop-filter: blur(4px);
}
.card .body { padding: 1rem 1.05rem 1.15rem; display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.card .title { font-family: var(--display); font-weight: 800; font-size: 1.04rem; letter-spacing: -.01em; }
.card .price { color: var(--red); font-family: var(--display); font-weight: 800; font-size: 1.32rem; letter-spacing: -.01em; }
.card .meta { color: var(--muted); font-size: .86rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.card .desc { color: var(--muted); font-size: .89rem; margin-top: .15rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .view { margin-top: .75rem; font-weight: 800; color: var(--silver); font-size: .9rem; display: inline-flex; align-items: center; gap: .35rem; transition: gap .15s, color .15s; }
.card:hover .view { color: var(--red); gap: .55rem; }

.empty { grid-column: 1 / -1; text-align: center; padding: 4rem 1rem; color: var(--muted); }
.empty b { display: block; font-family: var(--display); font-size: 1.2rem; color: var(--text); margin-bottom: .3rem; }

/* skeletons (first paint only) */
.skeleton { background: linear-gradient(90deg, #202329 25%, #2a2e36 50%, #202329 75%); background-size: 200% 100%; animation: sk 1.2s infinite; }
@keyframes sk { to { background-position: -200% 0; } }
.card.loading .photo { aspect-ratio: 4 / 3; }
.card.loading .line { height: 13px; border-radius: 6px; margin: .55rem 1.05rem; }

/* ── About / team ─────────────────────────────────────── */
.about { background: transparent; }
.about .wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: center; }
.about-media { border-radius: var(--r-card); overflow: hidden; box-shadow: var(--shadow); background: #262a31; border: 1px solid var(--line); }
.about-media img { width: 100%; height: auto; display: block; }
.about-media.no-photo { display: none; }
.about .wrap:has(.about-media.no-photo) { grid-template-columns: 1fr; }
.about h2 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 1rem; }
.about p { color: #b3bac6; margin: 0 0 1rem; max-width: 56ch; }
.about-points { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .7rem; }
.about-points li { display: flex; align-items: flex-start; gap: .65rem; font-weight: 600; color: var(--text); }
.about-points li .tick { color: var(--red); font-weight: 900; flex: none; }

/* ── Contact ──────────────────────────────────────────── */
.contact { background: var(--paper); }
.contact .wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; align-items: start; }
.contact h2 { font-size: clamp(1.6rem, 3.2vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: .5rem; }
.contact-lead { color: var(--muted); margin-bottom: 1.4rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.contact-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 1.1rem; box-shadow: var(--sheen), var(--shadow-sm); }
.contact-card .k { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: .3rem; }
.contact-card .v { font-family: var(--display); font-weight: 800; font-size: 1.12rem; letter-spacing: -.01em; }
.contact-card .v a { color: var(--red); }
.contact-card.wide { grid-column: 1 / -1; }
.staff { display: grid; gap: .7rem; }
.staff-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: .8rem 1rem; }
.staff-row .name { font-weight: 800; }
.staff-row .num { color: var(--red); font-weight: 800; }

/* ── Footer ───────────────────────────────────────────── */
.site-footer { background: var(--ink); color: #aab1bd; padding: 2.6rem 0 2rem; margin-top: auto; }
.site-footer .wrap { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.site-footer .brand { margin-bottom: .9rem; }
.site-footer a { color: #e6e9ee; }
.site-footer a:hover { color: #fff; }
.site-footer .cols { display: flex; gap: 3rem; flex-wrap: wrap; }
.site-footer .cols h4 { color: #fff; font-family: var(--display); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 .7rem; }
.site-footer .cols a, .site-footer .cols div { display: block; font-size: .92rem; margin-bottom: .45rem; color: #aab1bd; }
.site-footer .legal {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  border-top: 1px solid var(--ink-line); margin-top: 1.8rem; padding-top: 1.2rem; font-size: .82rem; color: #7b828f;
}

/* ── Detail page ──────────────────────────────────────── */
.back-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); font-weight: 700; font-size: .92rem; margin: 1.6rem 0 .8rem; }
.back-link:hover { color: var(--red); }
.detail { display: grid; grid-template-columns: 1.45fr 1fr; gap: 2rem; padding-bottom: 3.4rem; align-items: start; }
.gallery .main { aspect-ratio: 4 / 3; background: #262a31; border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--line); }
.gallery .main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: flex; gap: .6rem; margin-top: .7rem; flex-wrap: wrap; }
.thumbs img { width: 88px; height: 66px; object-fit: cover; border-radius: 9px; border: 2px solid transparent; cursor: pointer; transition: border-color .15s; }
.thumbs img:hover { border-color: var(--line-strong); }
.thumbs img.active { border-color: var(--red); }
.spec-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: var(--shadow); padding: 1.5rem; position: sticky; top: 92px; }
.spec-card h1 { font-family: var(--display); font-size: 1.55rem; font-weight: 800; letter-spacing: -.02em; }
.spec-card .price { color: var(--red); font-family: var(--display); font-weight: 800; font-size: 2.1rem; letter-spacing: -.02em; margin: .4rem 0 1.1rem; }
.specs { list-style: none; margin: 0 0 1.3rem; padding: 0; border-top: 1px solid var(--line); }
.specs li { display: flex; justify-content: space-between; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.specs li span { color: var(--muted); }
.specs li b { font-weight: 800; }
.desc-block { color: #b3bac6; white-space: pre-wrap; margin: 1rem 0 0; }
.detail-desc { grid-column: 1 / -1; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.detail-desc h2 { font-size: 1.15rem; margin-bottom: .5rem; }
.call-btn { margin-top: .9rem; }
.contact-form { display: grid; gap: .7rem; margin-top: 1rem; }
.contact-form[hidden] { display: none; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: .72rem; font-size: .95rem; font-family: inherit; background: var(--card-2); color: var(--text); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--muted-2); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--red); outline-offset: -1px; }
.contact-form textarea { min-height: 92px; resize: vertical; }
.form-note { font-size: .88rem; padding: .65rem .85rem; border-radius: 8px; }
.form-note.ok { background: #e7f6ec; color: #1b7a3d; }
.form-note.err { background: #fdeaea; color: #b3261e; }

/* ── Utility bar ──────────────────────────────────────── */
.utility-bar { background: #0c0e12; color: #aab1bd; font-size: .82rem; }
.utility-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 38px; }
.utility-bar .util-msg { font-weight: 600; color: #cfd4dd; }
.utility-bar .util-msg:hover { color: #ff9ba1; }
.utility-bar .util-phone { font-weight: 800; color: #fff; white-space: nowrap; }
.utility-bar .util-phone:hover { color: #ffd0d3; }

/* ── Shop by style chips ──────────────────────────────── */
.style-chips { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.1rem; }
.style-chips .chip {
  border: 1px solid var(--line); background: var(--card); color: var(--text);
  padding: .5rem .95rem; border-radius: 999px; font-weight: 700; font-size: .88rem;
  display: inline-flex; align-items: center; gap: .4rem; transition: border-color .15s, background .15s, color .15s;
}
.style-chips .chip span { color: var(--muted); font-weight: 600; font-size: .78rem; }
.style-chips .chip:hover { border-color: var(--line-strong); }
.style-chips .chip.active { background: var(--red); color: #fff; border-color: var(--red); }
.style-chips .chip.active span { color: rgba(255, 255, 255, .78); }

/* card + detail spec extras */
.card .title .trim, .spec-card h1 .trim { color: var(--muted); font-weight: 600; }
.card .spec-row { color: #8b93a1; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; margin-top: .15rem; }

/* ── Financing / trade-in section ─────────────────────── */
.finance { background: transparent; }
.finance-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.finance-copy h2 { font-size: clamp(1.6rem, 3.2vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: .7rem; }
.finance-copy > p { color: #b3bac6; max-width: 52ch; margin: 0 0 1rem; }
.finance-points { list-style: none; padding: 0; margin: 1.1rem 0; display: grid; gap: .6rem; }
.finance-points li { display: flex; gap: .6rem; font-weight: 600; color: var(--text); }
.finance-points .tick { color: var(--red); font-weight: 900; flex: none; }
.finance-call { font-size: .95rem; color: var(--muted); }
.finance-call a { color: var(--red); font-weight: 800; }
.finance-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 1.4rem; box-shadow: var(--sheen), var(--shadow); }
.ff-row { margin-bottom: .8rem; }
.ff-row label { display: block; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: .3rem; }
.ff-row input, .ff-row select, .ff-row textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--r-ctrl); padding: .7rem; font-size: .95rem; font-family: inherit; background: var(--card-2); color: var(--text); }
.ff-row input::placeholder, .ff-row textarea::placeholder { color: var(--muted-2); }
.ff-row select option { background: var(--card); color: var(--text); }
.ff-row input:focus, .ff-row select:focus, .ff-row textarea:focus { outline: 2px solid var(--red); outline-offset: -1px; }
.ff-row textarea { min-height: 84px; resize: vertical; }
.ff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.ff-fine { font-size: .78rem; color: var(--muted); margin: .7rem 0 0; }

/* ── The lot ──────────────────────────────────────────── */
.lot-gallery { display: grid; gap: 1.1rem; }
.lot-photo { margin: 0; border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sheen), var(--shadow); background: #262a31; }
.lot-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.lot-photo:hover img { transform: scale(1.03); }
.lot-feature { aspect-ratio: 2 / 1; }
.lot-feature img { object-position: center 62%; }
.lot-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.lot-row .lot-photo { aspect-ratio: 4 / 3; }

/* ── Motion / responsive ──────────────────────────────── */
.reveal { opacity: 0; transform: translateY(16px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, .card, .grid, .reveal { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; min-height: 0; gap: 1.6rem; }
  .hero-figure { order: -1; max-width: 260px; }
  .hero-fallback .big { font-size: 1.7rem; }
  .about .wrap, .contact .wrap { grid-template-columns: 1fr; }
  .about-media { max-width: 460px; margin-inline: auto; }
  .detail { grid-template-columns: 1fr; }
  .spec-card { position: static; }
  .finance-wrap { grid-template-columns: 1fr; }
  .lot-row { grid-template-columns: repeat(2, 1fr); }
  .lot-feature { aspect-ratio: 16 / 10; }
  .toolbar { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nav { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .toolbar { grid-template-columns: 1fr; }
  .toolbar .tb-search { grid-column: auto; }
  .ff-grid { grid-template-columns: 1fr; }
  .utility-bar { font-size: .76rem; }
  .utility-bar .util-msg { display: none; }
  .utility-bar .wrap { justify-content: center; }
  .hero-trust { gap: 1.4rem; }
  .brand .wordmark span { display: none; }
  .header-cta { font-size: .85rem; padding: .55rem .85rem; }
  .header-cta .cta-label { display: none; }
  .site-header .wrap { height: 64px; }
}

/* ── Legal / policy pages ─────────────────────────────── */
.legal-page { max-width: 760px; margin: 0 auto; padding: clamp(2.4rem, 5vw, 3.4rem) 0 5rem; }
.legal-page h1 { font-size: clamp(1.8rem, 3.6vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: .5rem; }
.legal-page .updated { color: var(--muted); font-size: .9rem; margin-bottom: 2.2rem; }
.legal-page h2 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.01em; margin: 2.2rem 0 .8rem; }
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page p { color: #c3c9d3; line-height: 1.7; margin: 0 0 1rem; }
.legal-page ul, .legal-page ol { color: #c3c9d3; line-height: 1.7; margin: 0 0 1rem; padding-left: 1.3rem; }
.legal-page li { margin-bottom: .4rem; }
.legal-page a { color: var(--red); font-weight: 600; }
.legal-page strong { color: var(--text); }
.legal-toc { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 1.1rem 1.4rem; margin-bottom: 2rem; box-shadow: var(--sheen), var(--shadow-sm); }
.legal-toc div { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: .6rem; }
.legal-toc ol { margin: 0; padding-left: 1.2rem; color: var(--text); }
.legal-toc a { color: var(--text); font-weight: 600; }
.legal-toc a:hover { color: var(--red); }
.legal-page .contact-box { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 1.2rem 1.4rem; margin-top: 1rem; box-shadow: var(--sheen), var(--shadow-sm); }
.legal-page .contact-box p { margin: 0; }
.legal-footer-nav { display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: .84rem; }
.legal-footer-nav a { color: #aab1bd; }
.legal-footer-nav a:hover { color: #fff; }
