/* Mitchell's Towing & Recovery — dark industrial design system */

:root {
  --bg: #0e0f12;
  --bg-2: #14161b;
  --surface: #1a1d23;
  --surface-2: #22262e;
  --line: rgba(255, 255, 255, .09);
  --line-2: rgba(255, 255, 255, .15);
  --text: #eaedf1;
  --muted: #9aa1ab;
  --dim: #8b95a1;
  --steel: #bfccde;
  --red: #e23b2e;
  --red-d: #bf2f24;
  --amber: #f5a623;
  --amber-d: #d5891a;
  --ok: #a5cc4d;
  --star: #ffc23d;
  --blue: #2e6fae;
  --font-display: 'Saira Condensed', 'Arial Narrow', system-ui, sans-serif;
  --font-body: 'Barlow', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --wrap: 1180px;
  --radius: 3px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: .01em;
  text-transform: uppercase;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.5rem; }
p { color: var(--muted); }
strong { color: var(--text); font-weight: 600; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section--tight { padding: 48px 0; }
.eyebrow {
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .16em; font-size: .82rem; color: var(--amber);
  display: inline-block; margin-bottom: 14px;
}
.lede { font-size: 1.18rem; color: var(--muted); max-width: 60ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .04em; font-size: 1.05rem;
  padding: 15px 26px; border-radius: var(--radius); border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--call { background: var(--red); color: #fff; box-shadow: 0 6px 20px rgba(226, 59, 46, .32); }
.btn--call:hover { background: var(--red-d); }
.btn--quote { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn--quote:hover { border-color: var(--amber); color: #fff; background: rgba(245, 166, 35, .08); }
.btn--amber { background: var(--amber); color: #1a1205; box-shadow: 0 6px 20px rgba(245, 166, 35, .22); }
.btn--amber:hover { background: var(--amber-d); }
.btn--amber-outline, .nav__cta .btn--amber-outline { background: transparent; color: var(--amber); border-color: rgba(245, 166, 35, .5); box-shadow: none; }
.btn--amber-outline:hover, .nav__cta .btn--amber-outline:hover { background: var(--amber); color: #1a1205; border-color: var(--amber); }
.btn--ghost { background: rgba(255,255,255,.05); border-color: var(--line); color: var(--text); }
.btn--ghost:hover { border-color: var(--line-2); }
.btn--sm { padding: 11px 18px; font-size: .95rem; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(14, 15, 18, .82); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 24px; height: 74px; }
.nav__logo { order: 3; margin-left: auto; }
.nav__logo img { height: 46px; width: auto; }
.brand-logo { display: block; width: auto; }
.nav__logo .brand-logo { height: 52px; }
.footer-grid .brand-logo { height: 46px; }
@media (max-width: 600px) { .nav__logo .brand-logo { height: 42px; } }
.nav__links { display: flex; align-items: center; gap: 26px; order: 2; }
.nav__home { display: inline-flex; align-items: center; color: var(--text); }
.nav__home:hover { color: var(--amber); }
.nav__links a.is-active { color: var(--amber); box-shadow: inset 0 -2px 0 var(--amber); }
.megamenu a.is-active { color: var(--amber) !important; box-shadow: none; }
.nav__links a { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .96rem; color: var(--text); }
.nav__links a:hover { color: var(--amber); }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__phone { order: 1; margin-right: auto; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; letter-spacing: .02em; white-space: nowrap; padding: 11px 20px; border-radius: var(--radius); background: var(--red); color: #fff !important; box-shadow: 0 3px 12px rgba(0,0,0,.4); transition: background .15s ease, transform .12s ease; }
.nav__phone::before { content: ""; width: 1.02em; height: 1.02em; flex: none; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center/contain no-repeat; }
.nav__phone:hover { background: var(--red-d); }
.nav__phone:active { transform: translateY(1px); }
.nav__toggle { display: none; background: none; border: 0; color: var(--text); font-size: 1.7rem; cursor: pointer; margin-left: auto; font-family: inherit; }

/* mega menu */
.has-menu { position: relative; }
.megamenu {
  position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--surface); border: 1px solid var(--line-2); border-radius: 3px;
  padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; width: 560px;
  opacity: 0; visibility: hidden; transition: .16s ease; box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.has-menu:hover .megamenu, .has-menu:focus-within .megamenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.megamenu .menu-h { display: block; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: .82rem !important; letter-spacing: .12em; color: var(--amber) !important; margin-bottom: 12px; }
.megamenu .menu-h:hover { color: var(--text) !important; }
.megamenu a { display: block; padding: 7px 0; font-size: .92rem; letter-spacing: .02em; color: var(--muted); }
.megamenu a:hover { color: var(--text); }

/* ---------- hero ---------- */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; }
.hero__bg { position: absolute; inset: 0; z-index: -2; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(9,10,12,.94) 0%, rgba(9,10,12,.8) 45%, rgba(9,10,12,.42) 78%, rgba(9,10,12,.28) 100%),
    linear-gradient(0deg, rgba(9,10,12,.5) 0%, rgba(9,10,12,0) 40%);
}
.hero__inner { padding: 90px 0; max-width: 760px; }
.hero h1 { color: #fff; text-shadow: 0 2px 22px rgba(0,0,0,.6); }
.hero h1 .steel { color: var(--steel); }
.hero__sub { font-size: 1.28rem; color: #eef1f5; margin: 20px 0 30px; max-width: 54ch; text-shadow: 0 1px 14px rgba(0,0,0,.55); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__eta { margin-top: 22px; font-size: .96rem; color: var(--muted); }
.hero__eta b { color: var(--ok); }

/* ---------- trust bar ---------- */
.trustbar { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustbar__row { display: flex; flex-wrap: wrap; gap: 14px 38px; padding: 20px 0; align-items: center; justify-content: center; text-align: center; }
.trust-item { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .95rem; color: var(--text); }
.trust-item .ico { color: var(--amber); }
.trust-item .stars { color: var(--star); letter-spacing: 2px; }

/* ---------- services / two tiers ---------- */
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.tier { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; overflow: hidden; transition: border-color .18s ease; }
.tier:hover { border-color: var(--blue); }
.tier__photo { height: 210px; position: relative; }
.tier__photo img { width: 100%; height: 100%; object-fit: cover; }
.tier__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(20,22,27,.9)); }
.tier__badge { position: absolute; left: 0; right: 0; bottom: 16px; z-index: 2; text-align: center; padding: 0 14px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: clamp(1.6rem, 3.4vw, 2.1rem); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.tier__body { padding: 24px 24px 28px; }
.tier__body ul { list-style: none; margin: 14px 0 22px; }
.tier__body li { padding: 9px 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 11px; font-size: 1rem; color: var(--muted); }
.tier__body li:last-child { border-bottom: 0; }
.tier__body li .ico { color: var(--amber); font-size: 1.1rem; }
.tier__body li a { color: var(--muted); }
.tier__body li a:hover { color: var(--text); }

/* ---------- why us / stats ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.split img { width: 100%; max-height: 480px; object-fit: cover; object-position: center 30%; }
.why-list { list-style: none; margin-top: 22px; }
.why-list li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line); }
.why-list li:first-child { border-top: 0; }
.why-list .n { font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: var(--amber); line-height: 1; min-width: 30px; }
.why-list h3 { text-transform: none; font-size: 1.12rem; font-weight: 600; font-family: var(--font-body); color: var(--text); margin-bottom: 3px; }
.why-list p { font-size: .98rem; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 24px; }
.stat .num { font-family: var(--font-display); font-weight: 700; font-size: 2.6rem; color: var(--steel); line-height: 1; }
.stat .lbl { font-size: .92rem; color: var(--muted); margin-top: 6px; }

/* ---------- gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid figure { position: relative; border-radius: 3px; overflow: hidden; aspect-ratio: 4/3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 12px 9px; font-size: .82rem; color: #dfe3e8; background: linear-gradient(transparent, rgba(0,0,0,.8)); }

/* ---------- reviews ---------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 26px; }
.review .stars { color: var(--star); letter-spacing: 2px; margin-bottom: 12px; }
.review p { color: var(--text); font-size: 1rem; }
.review .who { margin-top: 16px; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-size: .9rem; }

/* ---------- service area ---------- */
.towns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.towns a { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 9px 15px; font-size: .95rem; color: var(--muted); }
.towns a:hover { border-color: var(--amber); color: var(--text); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--surface-2), var(--bg-2)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .hero__cta { justify-content: center; margin-top: 26px; }

/* ---------- footer ---------- */
.site-footer { background: #0a0b0d; border-top: 1px solid var(--line); padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-grid img.f-logo { height: 52px; margin-bottom: 16px; }
.footer-grid .f-h { display: block; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: .9rem; color: var(--text); margin-bottom: 14px; }
a.f-h:hover { color: var(--amber); }
.footer-grid a, .footer-grid p { display: block; color: var(--muted); font-size: .95rem; padding: 4px 0; }
.footer-grid a:hover { color: var(--amber); }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .85rem; color: var(--dim); }

/* ---------- sticky mobile call bar ---------- */
.callbar { display: flex; position: fixed; right: 20px; bottom: 20px; z-index: 70; gap: 10px; }
.callbar a { text-align: center; padding: 13px 22px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 3px; box-shadow: 0 6px 22px rgba(0,0,0,.45); }
.callbar .c-call { background: var(--red); color: #fff; }
.callbar .c-quote { background: var(--surface-2); color: var(--text); border: 1px solid var(--line-2); }

/* ---------- inner pages ---------- */
.hero--sub { min-height: 46vh; }
.hero--sub .hero__inner { padding: 56px 0; max-width: 800px; }
.hero--sub h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
.breadcrumb { padding: 18px 0 0; font-size: .84rem; color: var(--dim); letter-spacing: .02em; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--amber); }
.two-col { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: start; }
.prose { max-width: 68ch; }
.prose > p { margin-bottom: 18px; }
.prose h3, .prose h2, .h-inline { margin: 32px 0 12px; color: var(--text); font-size: 1.42rem; text-transform: none; letter-spacing: .015em; }
.prose ul { list-style: none; margin: 0 0 22px; }
.prose ul li { position: relative; padding: 9px 0 9px 26px; color: var(--muted); border-bottom: 1px solid var(--line); }
.prose ul li::before { content: "\25B8"; position: absolute; left: 4px; color: var(--amber); }
.aside-card { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 26px; position: sticky; top: 96px; }
.aside-card .aside-h { text-transform: none; font-family: var(--font-body); font-weight: 600; font-size: 1.15rem; margin-bottom: 8px; }
.aside-card .btn { width: 100%; justify-content: center; margin-top: 12px; }
.strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 26px 0 8px; }
.strip figure { border-radius: 3px; overflow: hidden; aspect-ratio: 4/3; }
.strip img { width: 100%; height: 100%; object-fit: cover; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 18px 0; font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; color: var(--text); list-style: none; display: flex; justify-content: space-between; gap: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--amber); font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 0 18px; max-width: 74ch; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .nav { gap: 10px; justify-content: space-between; }
  .nav__phone { order: 1; margin-right: 0; font-size: 1.02rem; padding: 9px 14px; }
  .nav__logo { order: 2; margin-left: 0; }
  .nav__toggle { order: 3; margin-left: 0; }
  .nav__links { display: none; }
  .nav__toggle { display: block; }
  .nav.open .nav__links { display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--surface); border-bottom: 1px solid var(--line-2); padding: 8px 22px 18px; }
  .nav.open .nav__links > * { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav.open .megamenu { position: static; opacity: 1; visibility: visible; transform: none; width: 100%; grid-template-columns: 1fr; box-shadow: none; border: 0; padding: 0 0 8px; background: transparent; }
  .nav__cta .btn--quote { display: none; }
  .tiers, .split, .reviews-grid, .two-col { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 32px; }
  .callbar { left: 0; right: 0; bottom: 0; gap: 1px; background: var(--line); }
  .callbar a { flex: 1; padding: 15px 8px; border-radius: 0; box-shadow: none; }
  .callbar .c-quote { border: 0; }
  body { padding-bottom: 56px; }
  .hero { min-height: 78vh; }
  .hero::after { background: linear-gradient(180deg, rgba(9,10,12,.7) 0%, rgba(9,10,12,.92) 100%); }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .trustbar__row { justify-content: flex-start; }
}

/* ---------- SVG + type logo lockup ---------- */
.logo-lockup { display: inline-flex; align-items: center; gap: 11px; }
.logo-mark { flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: var(--font-display); font-weight: 700; display: inline-block; transform: skewX(-7deg); text-transform: uppercase; font-size: 1.55rem; letter-spacing: .015em; color: #eef1f4; background: linear-gradient(176deg,#f6f8fa 0%,#cdd3db 30%,#8b929c 54%,#dfe3e8 74%,#f6f8fa 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.logo-tag { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: .62rem; letter-spacing: .34em; color: var(--steel); margin-top: 3px; }
@media (max-width: 600px) { .logo-tag { display: none; } .logo-name { font-size: 1.35rem; } }

/* ---------- a11y focus ---------- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--amber); outline-offset: 2px; border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-grid figure:hover img { transform: none; }
}

/* ---------- "When you call" steps ---------- */
.callsteps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.callstep { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 22px 22px 24px; }
.callstep__n { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-display); font-weight: 700; display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.callstep h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.05rem; letter-spacing: .02em; margin: 3px 0 6px; color: var(--text); }
.callstep p { color: var(--dim); font-size: .95rem; line-height: 1.5; }
@media (max-width: 720px) { .callsteps { grid-template-columns: 1fr; } }

/* ---------- Google review badge ---------- */
.reviews-badge { display: inline-flex; align-items: center; gap: 15px; background: var(--surface); border: 1px solid var(--line-2); border-radius: 3px; padding: 11px 20px; margin: 18px 0 4px; text-decoration: none; transition: border-color .15s; }
.reviews-badge:hover { border-color: var(--amber); }
.rb-stars { color: var(--star); font-size: 1.25rem; letter-spacing: 2px; line-height: 1; }
.rb-meta { display: inline-flex; align-items: center; gap: 9px; padding-left: 15px; border-left: 1px solid var(--line-2); }
.rb-google { flex: none; }
.rb-text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.rb-text strong { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--text); }
.rb-text span { font-size: .8rem; color: var(--dim); white-space: nowrap; }

/* ---------- review carousel (3-up, responsive) ---------- */
.carousel { --pv: 3; margin-top: 26px; }
.carousel__viewport { overflow: hidden; }
.carousel__track { display: flex; gap: 20px; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.carousel__slide { flex: 0 0 auto; width: calc((100% - (var(--pv) - 1) * 20px) / var(--pv)); padding: clamp(22px,2.4vw,30px); background: var(--surface); border: 1px solid var(--line); border-radius: 3px; display: flex; flex-direction: column; }
.carousel__slide .stars { color: var(--star); letter-spacing: 3px; font-size: 1.05rem; }
.carousel__slide blockquote { font-size: clamp(1rem,1.25vw,1.1rem); line-height: 1.55; color: var(--text); margin: 14px 0 18px; }
.carousel__slide .who { margin-top: auto; font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--steel); font-size: .9rem; }
.carousel__controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 22px; }
.carousel__arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--surface); color: var(--text); font-size: 1.6rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: border-color .15s, color .15s; }
.carousel__arrow:hover { border-color: var(--amber); color: var(--amber); }
.carousel__dots { display: flex; gap: 10px; }
.carousel__dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--line-2); cursor: pointer; padding: 0; transition: background .15s, transform .15s; }
.carousel__dots button.is-active { background: var(--amber); transform: scale(1.25); }

/* ---------- coverage map ---------- */
.covermap { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 18px; margin: 28px 0; }
.covermap__cap { margin: 12px 4px 2px; font-size: .9rem; color: var(--dim); }
#area-map { height: clamp(360px, 52vw, 560px); border-radius: 3px; overflow: hidden; background: #101218; z-index: 0; }
#area-map .leaflet-container { background: #101218; font-family: var(--font-body, "Barlow", sans-serif); }
#area-map .leaflet-popup-content { margin: 10px 14px; font-family: var(--font-body, "Barlow", sans-serif); font-weight: 600; }
#area-map .leaflet-control-zoom a { background: var(--surface); color: var(--text); border-color: var(--line-2); }
#area-map .leaflet-control-zoom a:hover { background: var(--bg-2); }
#area-map .leaflet-control-attribution { background: rgba(14,15,18,.72); color: var(--dim); }
#area-map .leaflet-control-attribution a { color: var(--steel); }

/* ---------- native Google review cards (auto-updated from the live feed) ---------- */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.rev-card { background: var(--surface); border: 1px solid var(--line); border-radius: 3px; padding: 22px 22px 20px; display: flex; flex-direction: column; }
.rev-card__stars { color: var(--star); letter-spacing: 2px; font-size: 1.05rem; line-height: 1; margin-bottom: 12px; }
.rev-card__body { color: var(--muted); font-size: .99rem; margin: 0 0 18px; }
.rev-card__foot { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.rev-card__avatar { width: 34px; height: 34px; flex: none; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--line-2); color: var(--steel); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: .82rem; letter-spacing: .03em; }
.rev-card__who { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: .92rem; color: var(--text); }
.rev-card__src { margin-left: auto; flex: none; opacity: .95; }
@media (max-width: 900px) { .rev-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .rev-grid { grid-template-columns: 1fr; } }
