/* ---------- DEALERS PAGE ---------- */
.page-head { padding-top: calc(var(--section-y) * 0.8 + 60px); padding-bottom: 0; }
.page-head h1 { font-size: clamp(38px, 6.5vw, 92px); }

.dealers.no-map { grid-template-columns: 1fr; }
.dealers { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.map-stage {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
  background: radial-gradient(80% 70% at 50% 40%, var(--bg-2) 0%, var(--bg-1) 55%, var(--bg) 100%);
  aspect-ratio: 4 / 3;
}
.map-stage svg { width: 100%; height: 100%; display: block; }
.map-land { fill: oklch(0.255 0.007 60); stroke: var(--line-2); stroke-width: 0.8; }
.map-pin-halo { fill: var(--accent); opacity: 0.16; transition: opacity .35s var(--ease), r .35s var(--ease); }
.map-pin-dot { fill: var(--accent); stroke: var(--bg); stroke-width: 1.4; transition: r .35s var(--ease); }
.map-pin-label {
  font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase;
  fill: var(--muted); transition: fill .3s;
}
.map-pin { cursor: pointer; }
.map-pin.on .map-pin-halo { opacity: 0.34; }
.map-pin.on .map-pin-label { fill: var(--fg); }
.map-note { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); margin-top: 16px; }

.dealer-list { display: flex; flex-direction: column; gap: 18px; }
.dealer-empty { color: var(--muted); font-size: clamp(17px, 1.6vw, 22px); max-width: 52ch; text-wrap: pretty; margin: 0; }
.dealer-empty-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.dealer {
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px;
  background: linear-gradient(160deg, var(--bg-1), var(--bg));
  transition: border-color .4s, transform .4s var(--ease);
}
.dealer.on, .dealer:hover { border-color: var(--line-2); transform: translateY(-3px); }
.dealer header { display: flex; flex-direction: column; gap: 10px; }
.dealer-state { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.22em; color: var(--accent); }
.dealer-name { font-size: clamp(20px, 2.2vw, 27px); text-transform: uppercase; font-stretch: 100%; margin: 0; }
.dealer-addr { color: var(--muted); font-size: 15.5px; margin: 14px 0 0; }
.dealer-links { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.dealer-links a { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: 9px; transition: color .25s; }
.dealer-links a:hover { color: var(--accent); }
.dealer-links a:hover .arr { transform: translateX(4px); }
.dealer-links .arr { transition: transform .4s var(--ease); }

/* ---------- TRADE ENQUIRY ---------- */
.trade { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.trade-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field input {
  font-family: var(--font-body); font-size: 15.5px; color: var(--fg);
  background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 15px 16px; transition: border-color .3s, background .3s;
}
.field input::placeholder { color: var(--faint); }
.field input:focus { outline: none; border-color: var(--accent); background: var(--bg-2); }
.field input:user-invalid { border-color: oklch(0.62 0.17 25); }
.trade-actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 6px; }
.trade-status { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); }

@media (max-width: 900px) {
  .dealers, .trade { grid-template-columns: 1fr; }
  .trade-form { grid-template-columns: 1fr; }
}

/* ---------- CONTACT PAGE ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.contact-details { display: flex; flex-direction: column; gap: 30px; }
.contact-block { display: flex; flex-direction: column; gap: 10px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.contact-block:last-child { border-bottom: none; padding-bottom: 0; }
.contact-line { font-size: clamp(17px, 1.6vw, 21px); color: var(--fg); margin: 0; }
a.contact-line:hover { color: var(--accent); }
.contact-line-sm { font-size: 15.5px; color: var(--muted); margin: 0; }
.contact-socials { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.contact-socials a { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); transition: color .25s; }
.contact-socials a:hover { color: var(--accent); }
.field select, .field textarea {
  font-family: var(--font-body); font-size: 15.5px; color: var(--fg);
  background: var(--bg-1); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 15px 16px; transition: border-color .3s, background .3s; width: 100%;
}
.field textarea { resize: vertical; min-height: 140px; }
.field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: var(--bg-2); }
@media (max-width: 900px) { .contact { grid-template-columns: 1fr; } }
