/* Turnkey Auto Solutions — site styles
   Brand: charcoal #282828 · teal #33B3B0 → #6DD4D0 · light grey #E6E6E6 */

:root {
  --bg: #161719;
  --bg-2: #1d1e21;
  --surface: #232428;
  --surface-2: #2b2d31;
  --border: #36383d;
  --text: #f3f5f6;
  --text-muted: #b3b9be;
  --teal: #33b3b0;
  --teal-light: #6dd4d0;
  --teal-dark: #208c89;
  --on-teal: #0d1a1a;
  --whatsapp: #25d366;
  --on-whatsapp: #07210f;
  --light-bg: #f1f3f4;
  --light-text: #1d1e21;
  --light-muted: #50565c;
  --star: #f5b83d;
  --alert: #ffc21a;
  --siren: #ff4d4f;
  --siren-text: #ff7a7a;
  --text-strong: #ffffff;
  --header-bg: rgba(22, 23, 25, .88);
  --header-border: rgba(255, 255, 255, .06);
  --panel-bg: #1e1f22;
  --panel-shadow: 0 24px 60px rgba(0, 0, 0, .55);
  --mobilebar-bg: rgba(22, 23, 25, .96);
  --icon-circle-bg: #1f3b3b;
  --prose: #dfe3e6;
  --error-text: #ffab9f;
  --ok-text: #d8f5f4;
  --err-text: #ffd6d1;
  --footer-bg: #111214;
  color-scheme: dark;

  --font-display: "Saira", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1180px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(64px, 9vw, 112px);
  --header-h: 72px;
  --ease: cubic-bezier(.2, .7, .2, 1);

  --z-header: 50;
  --z-mobilebar: 60;
  --z-menu: 70;
  --z-lightbox: 100;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal-light); text-underline-offset: 3px; }
a:hover { color: var(--text-strong); }
button { font: inherit; }
svg { flex-shrink: 0; }
:where(svg[aria-hidden="true"]) { width: 1.25em; height: 1.25em; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.1;
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5.6vw, 4.1rem); font-weight: 800; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.75rem); font-weight: 800; }
h3 { font-size: 1.3rem; font-weight: 700; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--teal-light); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--teal); color: var(--on-teal); padding: 10px 16px;
  border-radius: var(--radius-sm); font-weight: 700; text-decoration: none;
}
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.section--alt { background: var(--bg-2); }
.section--tight-bottom { padding-bottom: clamp(32px, 4.5vw, 56px); }
.section--tight-top { padding-top: clamp(32px, 4.5vw, 56px); }
.section--snug-bottom { padding-bottom: clamp(20px, 3vw, 38px); }
.section--snug-top { padding-top: clamp(20px, 3vw, 38px); }
.section--flush-top { padding-top: 0; }
/* Gap above the "Locked out or lost your keys?" box: half the usual */
.section--cta { padding-top: clamp(32px, 4.5vw, 56px); }
.section:not(.section--alt) + .section--cta { padding-top: 0; }
/* Gap above "Rated 5 stars by local drivers": half the usual */
.section--reviews { padding-top: clamp(32px, 4.5vw, 56px); }
.section--alt + .section--reviews, .section--alt + dialog + .section--reviews { padding-top: 0; }
.section--light { background: var(--light-bg); color: var(--light-text); }
.section--light .section-lead, .section--light p { color: var(--light-muted); }
.section--light h2, .section--light h3 { color: var(--light-text); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .14em; color: var(--teal-light);
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.section--light .eyebrow { color: var(--teal-dark); }
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::after { content: ""; width: 22px; height: 2px; background: currentColor; }
.section-lead { font-size: 1.125rem; color: var(--text-muted); }
.accent { color: var(--teal-light); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 24px;
  border-radius: 999px; border: 2px solid transparent;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: .01em;
  text-decoration: none; cursor: pointer; touch-action: manipulation;
  transition: background-color .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease), transform .12s var(--ease);
}
.btn:active { transform: scale(.97); }
.btn svg { width: 20px; height: 20px; }
.btn--primary { background: var(--teal); color: var(--on-teal); }
.btn--primary:hover { background: var(--teal-light); color: var(--on-teal); }
.btn--whatsapp { background: var(--whatsapp); color: var(--on-whatsapp); }
.btn--whatsapp:hover { background: #4be083; color: var(--on-whatsapp); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--teal-light); color: var(--text-strong); }
.section--light .btn--ghost { color: var(--light-text); border-color: #c9cfd3; }
.section--light .btn--ghost:hover { border-color: var(--teal-dark); color: var(--light-text); }
.btn--sm { min-height: 44px; padding: 8px 18px; font-size: .95rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: var(--z-header);
  background: var(--header-bg);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid var(--header-border);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); flex-shrink: 0; white-space: nowrap; }
.brand:hover { color: var(--text); }
.brand-mark { width: 40px; height: 40px; color: var(--teal); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-style: italic; font-size: 1.45rem; letter-spacing: .01em; }
.brand-sub { font-family: var(--font-body); font-weight: 600; font-size: .62rem; letter-spacing: .2em; color: var(--text-muted); margin-top: 4px; }
.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.main-nav .dd-top > a, .main-nav > ul > li > a {
  display: block; padding: 10px 12px; border-radius: 999px; white-space: nowrap;
  color: var(--text-muted); text-decoration: none; font-weight: 500; font-size: .95rem;
  transition: color .15s, background-color .15s;
}
.main-nav .dd-top > a:hover, .main-nav > ul > li > a:hover { color: var(--text); background: var(--surface); }
.main-nav .dd-top > a[aria-current="page"], .main-nav > ul > li > a[aria-current="page"] { color: var(--text); background: var(--surface-2); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { white-space: nowrap; }
@media (max-width: 1340px) { .header-cta .btn--whatsapp { display: none; } }
.header-phone { font-variant-numeric: tabular-nums; }
.menu-toggle {
  display: none; margin-left: auto;
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--surface); border: 1px solid var(--border); color: var(--text);
  align-items: center; justify-content: center; cursor: pointer;
}
.menu-toggle svg { width: 24px; height: 24px; }

@media (max-width: 1120px) {
  .main-nav, .header-cta .btn--whatsapp { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-cta { margin-left: auto; }
  .menu-toggle { margin-left: 0; }
}
@media (max-width: 560px) {
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .brand-name { font-size: 1.25rem; }
  .brand-mark { width: 34px; height: 34px; }
}

/* Drop-down menus (desktop) */
.main-nav > ul > li { position: relative; }
.dd-top { display: flex; align-items: center; }
.has-dd .dd-top > a { padding-right: 4px; }
.dd-toggle {
  display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 32px; margin-left: -2px;
  border: 0; border-radius: 8px; background: transparent; color: var(--text-muted); cursor: pointer;
}
.dd-toggle svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.dd-toggle:hover, .has-dd.is-open .dd-toggle { color: var(--teal-light); }
.has-dd.is-open .dd-toggle svg { transform: rotate(180deg); }
.has-dd.is-open .dd-top > a { color: var(--text); background: var(--surface); }
.dd-panel {
  position: absolute; top: calc(100% + 12px); left: -8px; z-index: 80; min-width: 280px;
  padding: 10px; border-radius: 16px; background: var(--panel-bg); border: 1px solid rgba(109, 212, 208, .22);
  box-shadow: var(--panel-shadow);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s linear .18s;
}
.dd-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; } /* hover bridge */
.has-dd.is-open .dd-panel { opacity: 1; visibility: visible; transform: none; transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s; }
.dd-panel--mega { width: 600px; padding: 12px; }
.dd-panel--about { left: auto; right: -40px; width: 300px; }
.dd-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.dd-list--grid { grid-template-columns: 1fr 1fr; }
.dd-list a { display: flex; gap: 12px; align-items: flex-start; padding: 10px 12px; border-radius: 12px; color: var(--text); text-decoration: none; white-space: normal; }
.dd-list a:hover, .dd-list a:focus-visible { background: var(--surface-2); }
.dd-list strong { display: block; font-size: .95rem; font-weight: 600; line-height: 1.3; }
.dd-list small { display: block; font-size: .8rem; color: var(--text-muted); line-height: 1.35; margin-top: 2px; }
.dd-ico { flex-shrink: 0; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: rgba(51, 179, 176, .14); color: var(--teal-light); }
.dd-ico svg { width: 18px; height: 18px; }
.dd-list a:hover .dd-ico { background: var(--teal); color: var(--on-teal); }
.dd-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin: 8px 4px 2px; padding: 12px 8px 4px; border-top: 1px solid var(--border); font-size: .88rem; color: var(--text-muted); }
.dd-foot a { display: inline-flex; align-items: center; gap: 6px; color: var(--teal-light); font-weight: 600; text-decoration: none; }
.dd-foot a:hover { color: var(--text-strong); }
.dd-foot svg { width: 16px; height: 16px; }
.dd-foot a:last-child { margin-left: auto; }
.dd-panel--areas { width: 340px; }
.dd-title { margin: 4px 8px 6px; font-family: var(--font-display); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-muted); }
.dd-towns { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.dd-towns a { display: flex; justify-content: space-between; align-items: center; padding: 8px 10px; border-radius: 10px; color: var(--text); text-decoration: none; font-size: .93rem; }
.dd-towns a span { font-size: .75rem; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.dd-towns a:hover, .dd-towns a:focus-visible { background: var(--surface-2); color: var(--teal-light); }
.dd-panel--areas .dd-foot a:last-child { margin-left: 0; }
@media (prefers-reduced-motion: reduce) { .dd-panel, .has-dd.is-open .dd-panel { transition: none; transform: none; } }

/* Mobile menu sub-sections */
.m-row { display: flex; align-items: center; border-bottom: 1px solid var(--border); }
.m-row > a { flex: 1; border-bottom: 0 !important; }
.m-sub-toggle { width: 48px; height: 48px; flex-shrink: 0; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); cursor: pointer; display: grid; place-items: center; }
.m-plus { position: relative; width: 16px; height: 16px; }
.m-plus::before, .m-plus::after { content: ""; position: absolute; left: 0; right: 0; top: 7px; height: 2px; border-radius: 2px; background: var(--teal-light); transition: transform .2s var(--ease); }
.m-plus::after { transform: rotate(90deg); }
.m-sub-toggle[aria-expanded="true"] .m-plus::after { transform: rotate(0deg); }
.mobile-menu .m-sub { list-style: none; margin: 0; padding: 6px 0 12px 12px; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.mobile-menu .m-sub[hidden] { display: none; }
.mobile-menu .m-sub a { display: block; padding: 10px 4px; border: 0; font-family: var(--font-body); font-size: 1rem; font-weight: 500; color: var(--text-muted); }
.mobile-menu .m-sub a:hover { color: var(--teal-light); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-menu);
  background: var(--bg); padding: 16px var(--gutter) 32px;
  display: flex; flex-direction: column; overflow-y: auto;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; height: calc(var(--header-h) - 16px); }
.mobile-menu nav ul { list-style: none; margin: 16px 0 24px; padding: 0; }
.mobile-menu nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 4px; border-bottom: 1px solid var(--border);
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  color: var(--text); text-decoration: none;
}
.mobile-menu nav a[aria-current="page"] { color: var(--teal-light); }
.mobile-menu nav a svg { width: 22px; height: 22px; color: var(--text-muted); }
.mobile-menu .btn { width: 100%; }
.mobile-menu .btn-row { flex-direction: column; margin-top: auto; }
.mobile-menu .menu-toggle { display: inline-flex; margin: 0; }
@media (prefers-reduced-motion: no-preference) {
  .mobile-menu:not([hidden]) { animation: menu-in .22s var(--ease); }
  @keyframes menu-in { from { opacity: 0; transform: translateY(-8px); } }
}

/* Mobile sticky action bar */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  .mobile-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-mobilebar);
    display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: var(--mobilebar-bg); border-top: 1px solid var(--border);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  }
  .mobile-bar .btn { min-height: 48px; padding: 8px 10px; font-size: .95rem; gap: 6px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
}

/* Hero */
.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 8vw, 96px) clamp(56px, 8vw, 104px); }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 500px at 85% 10%, rgba(51, 179, 176, .20), transparent 60%),
    radial-gradient(700px 400px at 0% 100%, rgba(51, 179, 176, .08), transparent 60%);
}
.hero-hex { position: absolute; right: -120px; top: -80px; width: 560px; color: rgba(109, 212, 208, .06); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero-lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); color: var(--text-muted); max-width: 560px; margin-bottom: 32px; }
.hero .btn-row { margin-bottom: 36px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; list-style: none; padding: 0; margin: 0; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-weight: 500; font-size: .95rem; }
.hero-points svg { width: 20px; height: 20px; color: var(--teal-light); }
.hero-media { position: relative; }
.hero-photo {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5;
  border: 1px solid var(--border); background: var(--surface);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -28px; bottom: 36px; max-width: 260px;
  display: flex; gap: 12px; align-items: flex-start;
  padding: 16px 18px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
}
.hero-badge .icon-circle { width: 42px; height: 42px; }
.hero-badge strong { display: block; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.2; }
.hero-badge span { font-size: .85rem; color: var(--text-muted); }
.hero-badge--top { left: auto; right: -20px; top: 28px; bottom: auto; }
.hero-badge--top strong { font-size: 1.6rem; color: var(--teal-light); }

@media (max-width: 560px) {
  .hero .btn-row .btn { flex: 1 1 100%; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 480px; }
  .hero-badge { left: 12px; }
  .hero-badge--top { right: 12px; left: auto; }
}

/* Hero: emergency-services touches */
.hero--emergency::before { background: radial-gradient(900px 500px at 85% 10%, rgba(51, 179, 176, .08), transparent 60%); }

/* Moving, pulsing "emergency lights" behind the hero */
.hero-lights { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.orb {
  position: absolute; border-radius: 50%; will-change: transform, opacity;
  transition: translate 1.2s cubic-bezier(.2, .7, .2, 1);
}
.orb--amber {
  width: 620px; height: 620px; left: -160px; top: -220px;
  background: radial-gradient(circle, rgba(255, 58, 58, .30) 0%, rgba(255, 58, 58, .10) 38%, transparent 68%);
  translate: calc(var(--mx, 0) * -36px) calc(var(--my, 0) * -26px);
}
.orb--teal {
  width: 760px; height: 760px; right: -220px; top: -260px;
  background: radial-gradient(circle, rgba(51, 179, 176, .34) 0%, rgba(51, 179, 176, .12) 40%, transparent 68%);
  translate: calc(var(--mx, 0) * 28px) calc(var(--my, 0) * 22px);
}
.orb--blue {
  width: 560px; height: 560px; left: 38%; bottom: -300px;
  background: radial-gradient(circle, rgba(64, 140, 230, .26) 0%, rgba(64, 140, 230, .09) 40%, transparent 68%);
  translate: calc(var(--mx, 0) * 48px) calc(var(--my, 0) * -34px);
}
@media (prefers-reduced-motion: no-preference) {
  .orb--amber { animation: orb-drift-a 26s ease-in-out infinite alternate, orb-pulse 4.2s ease-in-out infinite; }
  .orb--teal  { animation: orb-drift-b 32s ease-in-out infinite alternate, orb-pulse 5.6s ease-in-out -1.4s infinite; }
  .orb--blue  { animation: orb-drift-c 22s ease-in-out infinite alternate, orb-pulse 3.4s ease-in-out -2.1s infinite; }
  .hero-lights.is-paused .orb { animation-play-state: paused; }
  @keyframes orb-drift-a { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(18vw, 14vh) scale(1.12); } 100% { transform: translate(6vw, 34vh) scale(.95); } }
  @keyframes orb-drift-b { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-22vw, 20vh) scale(.9); } 100% { transform: translate(-8vw, 42vh) scale(1.08); } }
  @keyframes orb-drift-c { 0% { transform: translate(0, 0) scale(1); } 50% { transform: translate(-26vw, -30vh) scale(1.15); } 100% { transform: translate(14vw, -18vh) scale(1); } }
  @keyframes orb-pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
}
@media (prefers-reduced-motion: reduce) { .orb { opacity: .8; translate: none; } }
.hero--emergency > .container { position: relative; }
.alert-pill {
  display: inline-flex; flex-wrap: wrap; white-space: nowrap; align-items: center; gap: 6px 10px;
  padding: 8px 16px 8px 12px; margin-bottom: 20px; border-radius: 999px;
  background: rgba(255, 77, 79, .12); border: 1px solid rgba(255, 90, 90, .5);
  font-family: var(--font-display); font-size: .85rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); line-height: 1.3;
}
.alert-pill strong { color: var(--siren-text); font-weight: 800; }
.alert-pill-sep { opacity: .5; }
.pulse-dot { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--siren); flex-shrink: 0; }
.pulse-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--siren); }
.response-tag {
  position: absolute; top: 16px; left: 16px; z-index: 1;
  display: inline-flex; align-items: center; gap: 8px; overflow: hidden;
  padding: 8px 14px; border-radius: 8px; border: 1px solid rgba(255, 194, 26, .45);
  background: rgba(22, 23, 25, .88); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  font-family: var(--font-display); font-weight: 800; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: #fff;
}
.response-tag svg { width: 18px; height: 18px; color: var(--alert); }
.hero-photo { position: relative; }
.hero--emergency .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr); gap: clamp(32px, 4vw, 56px); }
.hero--emergency h1 { font-size: clamp(2.3rem, 4.4vw, 3.5rem); }
.hero--emergency .alert-pill { font-size: .78rem; letter-spacing: .07em; }
.hero-photo--van { aspect-ratio: 4 / 3; box-shadow: 0 30px 60px rgba(0, 0, 0, .5); }
.hero-photo--van img { object-position: 60% 50%; }
/* badges sit over the tarmac, clear of the van signwriting */
.hero--emergency .hero-badge { bottom: -26px; left: -24px; }
.hero--emergency .hero-badge--top { top: -22px; bottom: auto; left: auto; right: -18px; padding: 12px 16px; }
@media (max-width: 900px) {
  .hero--emergency .hero-grid { grid-template-columns: 1fr; }
  .hero--emergency .hero-media { max-width: 640px; margin-bottom: 28px; }
  .hero--emergency .hero-badge { left: 12px; }
  .hero--emergency .hero-badge--top { left: auto; right: 12px; }
}
@media (max-width: 560px) {
  .hero--emergency .hero-media { margin-bottom: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero--emergency .hero-photo { grid-column: 1 / -1; }
  .hero--emergency .hero-badge { position: static; max-width: none; box-shadow: none; padding: 12px 14px; }
  .hero--emergency .hero-badge .icon-circle { display: none; }
  .hero--emergency .hero-badge strong { font-size: 1rem; }
  .hero--emergency .hero-badge--top strong { font-size: 1.25rem; }
}
.hero--emergency { padding-top: clamp(24px, 4vw, 48px); }
@media (max-width: 640px) {
  .alert-pill { flex-wrap: wrap; white-space: normal; border-radius: 16px; }
  .alert-pill-sep { display: none; }
  .alert-pill > span:last-child { flex-basis: 100%; padding-left: 16px; }
}
@media (prefers-reduced-motion: no-preference) {
  .pulse-dot::after { animation: siren-ping 1.6s cubic-bezier(0, 0, .2, 1) infinite; }
  .btn--pulse { animation: call-pulse 2.2s ease-out infinite; }
  .btn--pulse:hover, .btn--pulse:focus-visible { animation: none; }
  @keyframes siren-ping { 0% { transform: scale(1); opacity: .8; } 80%, 100% { transform: scale(2.6); opacity: 0; } }
  @keyframes call-pulse {
    0% { box-shadow: 0 0 0 0 rgba(51, 179, 176, .55); }
    70%, 100% { box-shadow: 0 0 0 14px rgba(51, 179, 176, 0); }
  }
}
@media (max-width: 900px) { .hero-media { margin-top: 8px; } }

/* Page hero (inner pages) */
.page-hero { position: relative; overflow: hidden; padding-block: clamp(48px, 7vw, 88px) clamp(40px, 6vw, 72px); border-bottom: 1px solid var(--border); }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(800px 380px at 90% 0%, rgba(51, 179, 176, .18), transparent 60%);
}
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); max-width: 820px; }
.page-hero p { font-size: 1.15rem; color: var(--text-muted); max-width: 680px; }
.breadcrumb { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0 0 18px; font-size: .9rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; opacity: .6; }

/* Attribute ticker */
.ticker {
  position: relative; display: flex; align-items: center;
  background: var(--teal); color: var(--on-teal); overflow: hidden;
}
.ticker-viewport {
  flex: 1; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.ticker-track { display: flex; width: max-content; }
.ticker-list { display: flex; flex-shrink: 0; list-style: none; margin: 0; padding: 0; }
.ticker-list li {
  display: inline-flex; align-items: center; gap: 22px; padding: 7px 0 7px 22px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 600; font-size: .9rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em;
}
.ticker-sep { color: #0d2b2a; opacity: .55; font-weight: 400; }
.ticker-toggle {
  flex-shrink: 0; align-self: stretch; width: 40px; min-height: 32px; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--teal-dark); color: #fff; transition: background-color .15s;
}
.ticker-toggle:hover { background: #1a7572; }
.ticker-toggle:focus-visible { outline-offset: -4px; outline-color: #fff; }
.ticker-toggle svg { width: 15px; height: 15px; }
.ticker-toggle [hidden] { display: none; }
@media (prefers-reduced-motion: no-preference) {
  .ticker-track { animation: ticker-scroll 55s linear infinite; }
  .ticker:hover .ticker-track, .ticker:focus-within .ticker-track, .ticker.is-paused .ticker-track { animation-play-state: paused; }
  @keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
}
/* Reduced motion: a static, wrapping list instead */
@media (prefers-reduced-motion: reduce) {
  .ticker-toggle, .ticker-list[aria-hidden="true"] { display: none; }
  .ticker-viewport { -webkit-mask-image: none; mask-image: none; }
  .ticker-track { width: auto; }
  .ticker-list { flex-wrap: wrap; justify-content: center; padding: 6px 16px; }
  .ticker-list li { padding: 4px 10px; gap: 10px; font-size: .8rem; }
}
@media (max-width: 560px) {
  .ticker-list li { font-size: .82rem; gap: 18px; padding-left: 18px; }
}

/* Trust bar */
.trust-bar { border-block: 1px solid var(--border); background: var(--bg-2); }
.ticker + .trust-bar { border-top: 0; }
.trust-list {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  list-style: none; margin: 0; padding: 0;
}
.trust-list li {
  display: flex; align-items: center; gap: 12px; padding: 22px 16px;
  font-weight: 600; font-size: .95rem; line-height: 1.3;
}
.trust-list li + li { border-left: 1px solid var(--border); }
.trust-list svg { width: 26px; height: 26px; color: var(--teal-light); }
.trust-list small { display: block; font-weight: 400; color: var(--text-muted); font-size: .82rem; }
.trust-list a { color: inherit; text-decoration: none; }
.trust-list a:hover small { color: var(--teal-light); }
.stars { display: inline-flex; gap: 1px; color: var(--star); }
.stars svg { width: 16px; height: 16px; color: var(--star); }
@media (max-width: 1000px) {
  .trust-list { grid-template-columns: repeat(2, 1fr); }
  .trust-list li { border-left: 0 !important; border-top: 1px solid var(--border); }
  .trust-list li:nth-child(-n+2) { border-top: 0; }
  .trust-list li:nth-child(even) { border-left: 1px solid var(--border) !important; }
  .trust-list li:last-child { grid-column: 1 / -1; border-left: 0 !important; }
}

/* Icon circle */
.icon-circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(51, 179, 176, .14); color: var(--teal-light);
}
.icon-circle svg { width: 26px; height: 26px; }
.section--light .icon-circle { background: rgba(32, 140, 137, .12); color: var(--teal-dark); }

/* Service cards */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .cards-3 { grid-template-columns: 1fr; max-width: 620px; } }
.service-card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.service-card:hover { border-color: rgba(109, 212, 208, .5); }
@media (prefers-reduced-motion: no-preference) { .service-card:hover { transform: translateY(-3px); } }
.service-card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--surface-2); }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; }
.service-card-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.service-card-body .icon-circle { margin-top: -52px; margin-bottom: 16px; border: 4px solid var(--surface); background: var(--icon-circle-bg); width: 60px; height: 60px; border-radius: 16px; }
.service-card p { color: var(--text-muted); }
.service-card ul { list-style: none; padding: 0; margin: 0 0 20px; display: grid; gap: 8px; }
.service-card li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.service-card li svg { width: 18px; height: 18px; margin-top: 4px; color: var(--teal-light); }
.card-link {
  margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; text-decoration: none; color: var(--teal-light);
  min-height: 44px;
}
.card-link svg { width: 18px; height: 18px; transition: transform .18s var(--ease); }
.card-link:hover svg { transform: translateX(4px); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; margin: 0; padding: 0; counter-reset: step; }
.step {
  position: relative; padding: 28px 24px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border);
}
.step-num {
  font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--teal); margin-bottom: 18px; display: block;
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--text-muted); margin: 0; font-size: .95rem; }
.step { transition: border-color .25s var(--ease), background-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
.step-num { transition: color .25s var(--ease), -webkit-text-stroke-color .25s var(--ease); }
.step-tag { transition: background-color .25s var(--ease), color .25s var(--ease); }
.step:hover {
  border-color: rgba(109, 212, 208, .7);
  background: linear-gradient(160deg, rgba(51, 179, 176, .16), var(--surface) 70%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35), 0 0 0 1px rgba(109, 212, 208, .25);
}
.step:hover .step-num { color: var(--teal); -webkit-text-stroke-color: var(--teal); }
.step:hover .step-tag { background: var(--teal); color: var(--on-teal); }
@media (prefers-reduced-motion: no-preference) { .step:hover { transform: translateY(-4px); } }
.step-tag { display: inline-block; margin-top: 14px; font-size: .8rem; font-weight: 600; color: var(--teal-light); background: rgba(51, 179, 176, .12); padding: 4px 10px; border-radius: 999px; }
@media (max-width: 960px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

/* Dealer comparison */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
@media (max-width: 900px) { .compare { grid-template-columns: 1fr; } }
.compare-big { font-family: var(--font-display); font-weight: 800; font-size: clamp(4rem, 10vw, 7.5rem); line-height: .9; color: var(--teal-light); margin-bottom: 10px; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.compare-table th, .compare-table td { padding: 14px 16px; text-align: left; font-size: .95rem; border-bottom: 1px solid var(--border); }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table thead th { font-family: var(--font-display); font-size: 1rem; background: var(--surface-2); }
.compare-table thead th:nth-child(2) { color: var(--teal-light); }
.compare-table td:first-child { color: var(--text-muted); }
.compare-table .yes, .compare-table .no { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.compare-table .yes svg, .compare-table .no svg { width: 18px; height: 18px; }
.compare-table .yes { color: var(--teal-light); }
.compare-table .no { color: var(--text-muted); font-weight: 500; }
@media (max-width: 480px) { .compare-table th, .compare-table td { padding: 12px 10px; font-size: .88rem; } }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; list-style: none; padding: 0; margin: 0; }
.gallery-grid--preview { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery-grid, .gallery-grid--preview { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
.gallery-item button {
  position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in;
  border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; background: var(--surface);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--ease); }
.gallery-item button:hover img { transform: scale(1.04); }
.gallery-item .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 12px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, .82));
  color: #fff; font-size: .85rem; font-weight: 600; text-align: left; line-height: 1.3;
}
.gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip-btn {
  min-height: 44px; padding: 8px 18px; border-radius: 999px; cursor: pointer;
  background: var(--surface); color: var(--text-muted); border: 1px solid var(--border); font-weight: 600;
  transition: background-color .15s, color .15s, border-color .15s;
}
.chip-btn:hover { color: var(--text); border-color: var(--teal); }
.chip-btn[aria-pressed="true"] { background: var(--teal); color: var(--on-teal); border-color: var(--teal); }

.lightbox { padding: 0; border: 0; background: transparent; max-width: min(92vw, 960px); width: 100%; color: var(--text); }
.lightbox::backdrop { background: rgba(8, 9, 10, .9); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: var(--radius); background: #000; }
.lightbox figcaption { margin-top: 12px; text-align: center; font-weight: 600; }
.lightbox-controls { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.icon-btn {
  width: 48px; height: 48px; border-radius: 999px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface); color: var(--text); border: 1px solid var(--border);
}
.icon-btn:hover { border-color: var(--teal-light); }
.icon-btn svg { width: 22px; height: 22px; }

/* Reviews */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px;
  display: flex; flex-direction: column; gap: 14px; margin: 0;
}
.review blockquote { margin: 0; font-size: 1.02rem; }
.review figcaption { margin-top: auto; font-weight: 600; font-size: .92rem; color: var(--text-muted); }
.google-card {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(24px, 4vw, 40px); border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(51, 179, 176, .16), rgba(51, 179, 176, .04));
  border: 1px solid rgba(109, 212, 208, .3);
}
.google-card h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin-bottom: 6px; }
.google-card p { color: var(--text-muted); margin: 0; }
.google-card .stars svg { width: 24px; height: 24px; }

/* Areas */
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0 0 28px; }
.area-chips li {
  padding: 8px 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border);
  font-weight: 500; font-size: .95rem;
}
.area-chips li.primary { background: rgba(51, 179, 176, .16); border-color: rgba(109, 212, 208, .45); color: var(--teal-light); font-weight: 700; }
.areas-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 900px) { .areas-layout { grid-template-columns: 1fr; } }
.radius-visual { position: relative; aspect-ratio: 1; max-width: 460px; width: 100%; margin-inline: auto; }
.radius-visual svg { width: 100%; height: 100%; }
.region-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 640px) { .region-grid { grid-template-columns: 1fr; } }
.region {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px;
}
.region h3 { font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.region h3 svg { width: 20px; height: 20px; color: var(--teal-light); }
.region ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 16px; }
.region li { padding: 4px 0; color: var(--text-muted); break-inside: avoid; }
.region li.base { color: var(--teal-light); font-weight: 700; }

/* Areas page: interactive map */
.page-hero--tight-bottom { padding-bottom: clamp(20px, 3vw, 36px); }
.page-hero--compact { padding-block: clamp(24px, 3.5vw, 44px) clamp(20px, 3vw, 36px); }
.areas-section { padding-top: clamp(32px, 4.5vw, 56px); }
.area-map-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.area-map-col { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: 16px; }
@media (max-width: 960px) {
  .area-map-layout { grid-template-columns: 1fr; }
  .area-map-col { position: static; scroll-margin-top: calc(var(--header-h) + 8px); }
}
.area-map-wrap { position: relative; isolation: isolate; z-index: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(109, 212, 208, .28); background: #141617; box-shadow: 0 24px 50px rgba(0, 0, 0, .45); }
.area-map-wrap::after { content: ""; position: absolute; inset: 0; z-index: 450; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 80px 10px rgba(12, 14, 15, .75); }
.area-map { height: clamp(360px, 52vh, 520px); width: 100%; background: #141617; }
@media (max-width: 960px) { .area-map { height: 380px; } }
.map-fallback { margin: 0; padding: 24px; color: var(--text-muted); }
/* charcoal base map with a teal tint, from standard OpenStreetMap tiles */
.area-map .leaflet-tile-pane { filter: grayscale(1) invert(1) sepia(.9) hue-rotate(128deg) saturate(.45) brightness(.62) contrast(1.15); }
.area-map.leaflet-container { font-family: var(--font-body); background: #141617; }
.area-map .leaflet-control-zoom a { background: rgba(22, 23, 25, .92); color: var(--teal-light); border-color: rgba(109, 212, 208, .25); width: 38px; height: 38px; line-height: 36px; font-weight: 400; }
.area-map .leaflet-control-zoom a:hover { background: var(--teal); color: var(--on-teal); }
.area-map .leaflet-bar { border: 1px solid rgba(109, 212, 208, .25); border-radius: 10px; overflow: hidden; box-shadow: none; }
.area-map .leaflet-control-zoom { margin: 14px; }
.area-map .leaflet-control-attribution { background: rgba(22, 23, 25, .8); color: var(--text-muted); font-size: 11px; }
.area-map .leaflet-control-attribution a { color: var(--teal-light); }
/* hexagon town pins (echo the Turnkey logo) */
.hex-pin { cursor: pointer; }
.hex-pin svg { width: 18px; height: 18px; display: block; overflow: visible; transition: transform .18s var(--ease); }
.hex-pin path { fill: var(--teal); stroke: #0c1414; stroke-width: 2; }
.hex-pin.is-far path { fill: rgba(217, 169, 58, .25); stroke: #d9a93a; stroke-width: 2.2; }
.hex-pin:hover svg, .hex-pin:focus-visible svg { transform: scale(1.3); }
.hex-pin:focus-visible { outline: none; }
.hex-pin:focus-visible path { stroke: #fff; }
.hex-pin.is-selected svg { transform: scale(1.65); filter: drop-shadow(0 0 6px rgba(109, 212, 208, .9)); }
.hex-pin.is-selected path { fill: var(--teal-light); stroke: #fff; stroke-width: 2; }
.area-map .map-radius { filter: drop-shadow(0 0 6px rgba(109, 212, 208, .55)); }
.ring-label { display: flex; justify-content: center; align-items: center; pointer-events: none; }
.ring-label span { font-family: var(--font-display); font-weight: 700; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(109, 212, 208, .75); background: rgba(20, 22, 23, .75); padding: 1px 6px; border-radius: 999px; }
.ring-label.is-edge span { color: var(--on-teal); background: var(--teal); }
.area-map .map-tip { background: var(--surface); color: var(--text); border: 1px solid var(--border); border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,.4); font-weight: 600; font-size: 13px; padding: 4px 8px; }
.area-map .map-tip::before { display: none; }
.area-map .map-tip--label { background: transparent; border: 0; box-shadow: none; padding: 0 2px; font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #cfe9e8; text-shadow: 0 1px 2px #000, 0 0 6px rgba(0,0,0,.9); }
.area-map .map-tip--base { border-color: var(--teal); color: var(--teal-light); }
.area-map .map-tip--you { background: #ff4d4f; color: #fff; border-color: #ff4d4f; }
.area-map.labels-hidden .map-tip--label { display: none; }
.base-pin { position: relative; }
.base-pin-dot { position: absolute; inset: 0; display: grid; place-items: center; border-radius: 50%; background: var(--teal); color: var(--on-teal); border: 3px solid #fff; box-shadow: 0 4px 14px rgba(0,0,0,.5); }
.base-pin-dot svg { width: 18px; height: 18px; }
.base-pin-pulse { position: absolute; inset: -6px; border-radius: 50%; background: rgba(51, 179, 176, .45); }
@media (prefers-reduced-motion: no-preference) {
  .base-pin-pulse { animation: siren-ping 2s cubic-bezier(0, 0, .2, 1) infinite; }
}
.map-legend { position: absolute; left: 12px; bottom: 12px; z-index: 500; display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 8px 12px; border-radius: 10px; background: rgba(22, 23, 25, .88); font-size: .8rem; color: var(--text-muted); pointer-events: none; }
.map-legend span { display: inline-flex; align-items: center; gap: 6px; }
.lg { width: 12px; height: 13px; display: inline-block; clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); }
.lg-base { background: #fff; box-shadow: inset 0 0 0 3px var(--teal); border-radius: 50%; clip-path: none; width: 12px; height: 12px; }
.lg-in { background: var(--teal); }
.lg-far { background: #d9a93a; }
@media (max-width: 560px) { .map-legend { font-size: .72rem; left: 8px; bottom: 26px; right: 8px; } }

.town-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 24px; }
.town-card-empty p, .town-card-copy { color: var(--text-muted); margin: 0 0 16px; }
.town-card-empty p { margin: 0; }
.town-card-title { font-size: 1.5rem; margin: 0 0 6px; }
.town-card-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 10px 16px; margin-bottom: 6px; }
.town-card-region { display: block; font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); margin-bottom: 4px; }
.town-card-dist { margin: 0 0 8px; color: var(--text); }
.town-card-dist strong { color: var(--teal-light); font-family: var(--font-display); font-size: 1.1rem; }
.cover-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 999px; font-size: .82rem; font-weight: 600; }
.cover-badge svg { width: 16px; height: 16px; }
.cover-badge.is-in { background: rgba(51, 179, 176, .16); color: var(--teal-light); border: 1px solid rgba(109, 212, 208, .4); }
.cover-badge.is-far { background: rgba(217, 169, 58, .14); color: #f0c465; border: 1px solid rgba(217, 169, 58, .45); }
@media (prefers-reduced-motion: no-preference) { .town-card-body { animation: menu-in .25s var(--ease); } }

.town-search { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; position: relative; margin-bottom: 8px; }
.town-search input {
  flex: 1 1 220px; min-height: 48px; padding: 10px 14px 10px 42px; border-radius: 999px;
  background: var(--surface); color: var(--text); border: 1.5px solid var(--border); font: inherit; font-size: 1rem;
}
.town-search input:focus { outline: none; border-color: var(--teal-light); box-shadow: 0 0 0 3px rgba(109, 212, 208, .25); }
.town-search-icon { position: absolute; left: 14px; top: 14px; width: 20px; height: 20px; color: var(--text-muted); pointer-events: none; }
.town-search .btn { min-height: 48px; }
.town-filter-status { min-height: 1.4em; margin: 0 0 12px; font-size: .9rem; color: var(--text-muted); }
.areas-section .region-grid { gap: 12px; grid-template-columns: 1fr; }
.areas-section .region { padding: 18px 18px 14px; }
.areas-section .region[hidden] { display: none; }
.town-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; columns: auto !important; }
.town-list li[hidden] { display: none; }
.town-btn {
  display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 6px 10px 6px 12px; border-radius: 999px; cursor: pointer;
  background: var(--bg-2); color: var(--text); border: 1px solid var(--border); font-weight: 500; font-size: .9rem;
  transition: background-color .15s, border-color .15s, color .15s;
}
.town-btn:hover { border-color: var(--teal); }
.town-dist { font-size: .74rem; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.town-btn.is-far .town-dist { color: #d9a93a; }
.town-btn.is-base { border-color: rgba(109, 212, 208, .5); color: var(--teal-light); font-weight: 700; }
.town-btn[aria-pressed="true"] { background: var(--teal); border-color: var(--teal); color: var(--on-teal); }
.town-btn[aria-pressed="true"] .town-dist { color: #0d2b2a; }
.area-note { margin-top: 18px; color: var(--text-muted); font-size: .92rem; }
.area-hours { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (max-width: 860px) { .area-hours { grid-template-columns: 1fr; } }
.area-chips a { color: inherit; text-decoration: none; }
.area-chips li:has(a:hover) { border-color: var(--teal); }

/* Blog */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 960px) { .post-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-list > li[hidden] { display: none; }
.post-list > li:first-child { grid-column: 1 / -1; }
@media (max-width: 960px) { .post-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .post-list { grid-template-columns: 1fr; } }
.post-card { height: 100%; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: border-color .2s var(--ease), transform .2s var(--ease); }
.post-card:hover { border-color: rgba(109, 212, 208, .5); }
@media (prefers-reduced-motion: no-preference) { .post-card:hover { transform: translateY(-3px); } }
.post-card-img { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface-2); }
.post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.post-card:hover .post-card-img img { transform: scale(1.04); }
.post-card-body { padding: 22px 24px 20px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.2rem; margin: 10px 0 8px; }
.post-card h3 a { color: var(--text); text-decoration: none; }
.post-card h3 a:hover { color: var(--teal-light); }
.post-card h3 a::after { content: ""; position: absolute; inset: 0; }
.post-card { position: relative; }
.post-card p { color: var(--text-muted); font-size: .95rem; margin-bottom: 14px; }
.post-card .card-link { position: relative; z-index: 1; pointer-events: none; }
.post-card--featured { flex-direction: row; }
.post-card--featured .post-card-img { flex: 1.2; aspect-ratio: auto; min-height: 320px; }
.post-card--featured .post-card-body { flex: 1; padding: clamp(24px, 3.5vw, 40px); justify-content: center; }
.post-card--featured h3 { font-size: clamp(1.4rem, 2.6vw, 2rem); }
@media (max-width: 760px) { .post-card--featured { flex-direction: column; } .post-card--featured .post-card-img { aspect-ratio: 16 / 9; min-height: 0; } }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font-size: .82rem; color: var(--text-muted); }
.post-tag { display: inline-block; padding: 3px 10px; border-radius: 999px; background: rgba(51, 179, 176, .14); color: var(--teal-light); font-weight: 600; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.post-hero { position: relative; overflow: hidden; padding-block: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 32px); }
.post-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(800px 380px at 90% 0%, rgba(51, 179, 176, .16), transparent 60%); }
.post-hero .container { position: relative; }
.post-container { max-width: 820px; }
.post-hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); margin: 14px 0 12px; }
.post-byline { color: var(--text-muted); font-size: .95rem; margin: 0; }
.post-cover { margin: 0 0 clamp(28px, 4vw, 44px); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); aspect-ratio: 16 / 9; background: var(--surface); }
.post-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.prose { font-size: 1.08rem; line-height: 1.75; color: var(--prose); }
.prose h2 { font-size: clamp(1.45rem, 2.6vw, 1.85rem); margin: 1.8em 0 .6em; }
.prose h3 { font-size: 1.25rem; margin: 1.6em 0 .5em; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.15em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose li::marker { color: var(--teal-light); }
.prose strong { color: var(--text-strong); }
.prose a { color: var(--teal-light); }
.prose blockquote { margin: 1.4em 0; padding: 14px 20px; border-left: 3px solid var(--teal); background: var(--surface); border-radius: 0 10px 10px 0; }
.prose figure { margin: 1.6em 0; }
.prose img { border-radius: var(--radius); }
.post-cta { margin: clamp(36px, 5vw, 56px) 0 clamp(56px, 7vw, 88px); padding: clamp(22px, 3.5vw, 34px); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(51, 179, 176, .18), rgba(51, 179, 176, .04)); border: 1px solid rgba(109, 212, 208, .35); }
.post-cta h2 { font-size: 1.5rem; margin-bottom: 6px; }
.post-cta p { color: var(--text-muted); }

/* FAQ */
.faq { max-width: 860px; margin-inline: auto; display: grid; gap: 12px; }
.faq details {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  transition: border-color .2s;
}
.faq details[open] { border-color: rgba(109, 212, 208, .45); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px;
  padding: 20px 22px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; min-height: 60px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .num { font-size: .9rem; color: var(--teal-light); font-variant-numeric: tabular-nums; min-width: 24px; }
.faq summary .chev { margin-left: auto; width: 22px; height: 22px; color: var(--text-muted); transition: transform .2s var(--ease); }
.faq details[open] .chev { transform: rotate(180deg); color: var(--teal-light); }
.faq .answer { padding: 0 22px 22px 62px; color: var(--text-muted); }
.faq .answer p:last-child { margin: 0; }
@media (max-width: 560px) { .faq .answer { padding-left: 22px; } }
.faq-more { text-align: center; margin-top: 28px; color: var(--text-muted); }

/* CTA band */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, #1f6f6d 0%, var(--teal) 55%, var(--teal-light) 100%);
  color: var(--on-teal); border-radius: var(--radius-lg);
  padding: clamp(32px, 5vw, 56px);
  display: grid; grid-template-columns: 1.3fr auto; gap: 28px; align-items: center;
}
.cta-band h2 { color: #07201f; margin-bottom: 8px; }
.cta-band p { margin: 0; color: #0d2b2a; font-size: 1.1rem; font-weight: 500; }
.cta-band .btn--dark { background: #161719; color: #fff; }
.cta-band .btn--dark:hover { background: #000; color: #fff; }
.cta-band .btn--outline-dark { border-color: rgba(7, 32, 31, .6); color: #07201f; background: transparent; }
.cta-band .btn--outline-dark:hover { background: rgba(255, 255, 255, .25); color: #07201f; }
.cta-band-hex { position: absolute; right: -40px; bottom: -80px; width: 280px; color: rgba(255, 255, 255, .12); pointer-events: none; }
.cta-band > *:not(.cta-band-hex) { position: relative; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; } }

/* Split / about */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split--top { align-items: start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--reverse > :first-child { order: 0; } }
.split-media { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media--portrait { aspect-ratio: 15 / 16; }
.split-media--portrait img { object-position: center 30%; }
/* Gentle downward parallax on the Thomas & Humphrey photo */
@media (prefers-reduced-motion: no-preference) {
  [data-parallax] img { transform: translate3d(0, var(--py, 0px), 0) scale(1.12); will-change: transform; }
}
.check-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list svg { width: 22px; height: 22px; margin-top: 2px; color: var(--teal-light); }
.section--light .check-list svg { color: var(--teal-dark); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 800px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.stat strong { display: block; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 800; color: var(--teal-light); line-height: 1; margin-bottom: 8px; }
.stat span { color: var(--text-muted); font-size: .95rem; }
.stat strong span { color: inherit; font-size: inherit; }
.stat [data-count] { font-variant-numeric: tabular-nums; }
.section--stats { padding-block: clamp(22px, 3.2vw, 40px); }

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .values { grid-template-columns: 1fr; } }
.value { padding: 28px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.value .icon-circle { margin-bottom: 16px; }
.value p { color: var(--text-muted); margin: 0; }

.van-wrap { text-align: center; }
.van-showcase { display: grid; grid-template-columns: 1.65fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.van-shot { margin: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); background: var(--surface); }
.van-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.van-shot:hover img { transform: scale(1.03); }
.van-shot--main { grid-row: 1 / span 2; }
@media (max-width: 860px) {
  .van-showcase { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .van-shot--main { grid-row: auto; grid-column: 1 / -1; aspect-ratio: 16 / 10; }
  .van-shot { aspect-ratio: 4 / 3; }
}
.van-wrap img { margin-inline: auto; width: 100%; max-width: 1000px; mix-blend-mode: multiply; }

/* Service detail */
.service-detail + .service-detail { margin-top: clamp(64px, 9vw, 104px); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 28px; }
@media (max-width: 560px) { .feature-grid { grid-template-columns: 1fr; } }
.feature { display: flex; gap: 12px; padding: 16px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--border); }
.feature svg { width: 22px; height: 22px; color: var(--teal-light); margin-top: 2px; }
.feature strong { display: block; font-size: .98rem; }
.feature span { font-size: .88rem; color: var(--text-muted); }
.key-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .key-types { grid-template-columns: repeat(2, 1fr); } }
.key-type { padding: 24px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.key-type .icon-circle { margin-bottom: 14px; }
.key-type p { color: var(--text-muted); font-size: .92rem; margin: 0; }

/* Contact / Quote */
.quote-layout { display: grid; grid-template-columns: 1.35fr .9fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
@media (max-width: 960px) { .quote-layout { grid-template-columns: 1fr; } }
.form-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 40px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: .95rem; }
.field .req { color: var(--teal-light); }
.field .hint { display: block; font-size: .84rem; color: var(--text-muted); margin-top: 6px; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 50px; padding: 12px 14px; border-radius: 10px;
  background: var(--bg); color: var(--text); border: 1.5px solid var(--border);
  font: inherit; font-size: 1rem; transition: border-color .15s, box-shadow .15s;
}
.field textarea { min-height: 120px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23b3b9be' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--teal-light); box-shadow: 0 0 0 3px rgba(109, 212, 208, .25); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #ff8a80; }
.field .error { display: none; color: var(--error-text); font-size: .88rem; margin-top: 6px; font-weight: 500; }
.field .error:not(:empty) { display: block; }
.reg-input { text-transform: uppercase; font-family: var(--font-display) !important; font-weight: 700; letter-spacing: .08em; background: #f5c518 !important; color: #111 !important; border-color: #d9a900 !important; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 24px; }
.form-note { font-size: .88rem; color: var(--text-muted); margin: 0; }
.form-status { margin-top: 18px; padding: 14px 16px; border-radius: 10px; font-weight: 500; }
.form-status[hidden] { display: none; }
.form-status.ok { background: rgba(51, 179, 176, .16); border: 1px solid var(--teal); color: var(--ok-text); }
.form-status.err { background: rgba(255, 138, 128, .12); border: 1px solid #ff8a80; color: var(--err-text); }
.btn[aria-busy="true"] { opacity: .7; pointer-events: none; }
.hp { position: absolute; left: -9999px; }

.contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.contact-card + .contact-card { margin-top: 20px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .icon-circle { width: 44px; height: 44px; border-radius: 12px; }
.contact-list .icon-circle svg { width: 22px; height: 22px; }
.contact-list small { display: block; color: var(--text-muted); font-size: .85rem; }
.contact-list a, .contact-list strong { font-weight: 600; color: var(--text); text-decoration: none; word-break: break-word; }
.contact-list a:hover { color: var(--teal-light); }
.hours { width: 100%; border-collapse: collapse; }
.hours th, .hours td { padding: 10px 0; border-bottom: 1px solid var(--border); text-align: left; font-weight: 500; }
.hours td { text-align: right; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.hours tr:last-child th, .hours tr:last-child td { border-bottom: 0; }
.hours-note { margin: 14px 0 0; font-size: .9rem; color: var(--text-muted); }
.open-status { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 600; padding: 4px 12px; border-radius: 999px; background: var(--surface-2); margin-bottom: 14px; }
.open-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--text-muted); }
.open-status.is-open { color: var(--teal-light); }
.open-status.is-open::before { background: var(--teal-light); box-shadow: 0 0 0 4px rgba(109, 212, 208, .2); }

/* Payments */
.pay-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.pay-list li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--border); font-weight: 600; font-size: .9rem; }
.pay-list svg { width: 18px; height: 18px; color: var(--teal-light); }

/* Footer */
.site-footer { background: var(--footer-bg); border-top: 1px solid var(--border); padding-top: clamp(48px, 7vw, 80px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 48px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-about p { color: var(--text-muted); margin: 18px 0; font-size: .95rem; max-width: 340px; }
.site-footer h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text); margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.footer-links a { display: inline-block; padding: 6px 0; color: var(--text-muted); text-decoration: none; font-size: .95rem; }
.footer-links a:hover { color: var(--teal-light); }
.footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: .95rem; }
.footer-contact li { display: flex; gap: 10px; color: var(--text-muted); }
.footer-contact svg { width: 18px; height: 18px; margin-top: 4px; color: var(--teal-light); }
.footer-contact a { color: var(--text); text-decoration: none; }
.footer-contact a:hover { color: var(--teal-light); }
.footer-bottom { border-top: 1px solid var(--border); padding-block: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; color: var(--text-muted); font-size: .85rem; }
.footer-bottom p { margin: 0; }

/* Reveal on scroll */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
  .js .reveal.is-visible { opacity: 1; transform: none; }
}

/* 404 */
.notfound { min-height: 60vh; display: grid; place-items: center; text-align: center; }


/* =========================================================
   Phones: full-screen hero with the van photo as the background,
   and only the essentials on top (tag, headline, emergency call).
   WhatsApp / Quote live in the sticky bar at the bottom.
   ========================================================= */
@media (max-width: 760px) {
  .hero--emergency {
    display: flex; flex-direction: column; justify-content: flex-end;
    min-height: calc(100svh - var(--header-h) - 76px - env(safe-area-inset-bottom));
    padding-block: 32px 28px;
  }
  .hero--emergency > .container { position: static; }
  .hero--emergency .hero-grid { position: static; display: block; }
  .hero--emergency .hero-grid > div:first-child { position: relative; z-index: 2; }
  .hero--emergency .hero-hex { display: none; }
  .hero--emergency .hero-lights { z-index: 1; opacity: .7; }
  .hero--emergency .hero-media { position: absolute; left: 0; right: 0; top: -7.3%; height: 62%; z-index: 0; max-width: none; margin: 0; display: block; }
  .hero--emergency .hero-photo {
    height: 100%; aspect-ratio: auto; border: 0; border-radius: 0; box-shadow: none;
  }
  .hero--emergency .hero-photo img { object-position: 52% 55%; }
  .hero--emergency .hero-photo::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(22, 23, 25, .25) 0%, rgba(22, 23, 25, 0) 20%, rgba(22, 23, 25, 0) 55%, rgba(22, 23, 25, .75) 82%, #161719 100%);
  }
  .hero--emergency .hero-badge, .hero--emergency .response-tag,
  .hero--emergency .hero-lead, .hero--emergency .hero-points,
  .hero--emergency .btn-row .btn--whatsapp, .hero--emergency .btn-row .btn--ghost { display: none; }
  .hero--emergency h1 { font-size: clamp(2.3rem, 10.5vw, 3rem); margin-bottom: 22px; text-shadow: 0 2px 18px rgba(0, 0, 0, .55); }
  .hero--emergency .alert-pill { background: rgba(22, 23, 25, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
  .hero--emergency .btn-row { margin-bottom: 0; }
  .hero--emergency .btn-row .btn--primary { flex: 1 1 100%; min-height: 58px; font-size: 1.12rem; }
}
.mobile-bar .btn { white-space: nowrap; }
@media (max-width: 400px) {
  .hero--emergency .btn-row .btn--primary { white-space: nowrap; font-size: 1rem; padding-inline: 14px; gap: 8px; }
  .mobile-bar { gap: 6px; padding-inline: 10px; }
  .mobile-bar .btn { font-size: .9rem; padding-inline: 8px; gap: 5px; }
  .mobile-bar .btn svg { width: 18px; height: 18px; }
}

/* =========================================================
   Get help fast: "What's happened?" helper + postcode checker
   ========================================================= */
.quick-help { padding-top: clamp(48px, 6vw, 80px); }
.qh-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 960px) { .qh-grid { grid-template-columns: minmax(0, 1fr); } }
.qh-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(18px, 3vw, 28px); }
.qh-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px; }
@media (max-width: 1100px) and (min-width: 961px), (max-width: 640px) { .qh-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.qh-tab {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px; text-align: left; cursor: pointer;
  padding: 14px; border-radius: 14px; border: 1.5px solid var(--border); background: var(--bg-2); color: var(--text);
  transition: border-color .2s var(--ease), background-color .2s var(--ease), transform .15s var(--ease);
}
.qh-tab:hover { border-color: rgba(109, 212, 208, .55); }
.qh-tab:active { transform: scale(.98); }
.qh-tab[aria-selected="true"] { border-color: var(--teal); background: linear-gradient(160deg, rgba(51, 179, 176, .22), rgba(51, 179, 176, .05)); }
.qh-tab-text { min-width: 0; overflow-wrap: anywhere; }
.qh-tab strong { display: block; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.2; }
.qh-tab small { display: block; font-size: .8rem; color: var(--text-muted); margin-top: 2px; }
.qh-ico { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(51, 179, 176, .14); color: var(--teal-light); flex-shrink: 0; }
.qh-ico svg { width: 20px; height: 20px; }
.qh-tab[aria-selected="true"] .qh-ico { background: var(--teal); color: var(--on-teal); }
.qh-ico--lg { width: 52px; height: 52px; border-radius: 14px; margin-bottom: 14px; }
.qh-ico--lg svg { width: 26px; height: 26px; }
.qh-panel h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; color: var(--teal-light); margin-bottom: 12px; }
.qh-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; }
@media (max-width: 640px) { .qh-cols { grid-template-columns: minmax(0, 1fr); } }
.qh-panel .check-list { margin-bottom: 8px; gap: 10px; }
.qh-panel .check-list li, .qh-ready li { font-size: .95rem; }
.qh-ready { list-style: none; padding: 0; margin: 0 0 8px; display: grid; gap: 10px; }
.qh-ready li { display: flex; gap: 12px; align-items: flex-start; }
.qh-ready svg { width: 20px; height: 20px; margin-top: 2px; color: var(--text-muted); }
.qh-we { margin: 8px 0 18px; padding: 14px 16px; border-radius: 12px; background: var(--bg-2); border-left: 3px solid var(--teal); color: var(--text-muted); font-size: .95rem; }
.qh-we strong { color: var(--text); }
@media (prefers-reduced-motion: no-preference) { .qh-panel:not([hidden]) { animation: menu-in .25s var(--ease); } }

.pc-card { display: flex; flex-direction: column; background: linear-gradient(160deg, rgba(51, 179, 176, .14), var(--surface) 55%); border-color: rgba(109, 212, 208, .3); }
.pc-card h3 { font-size: 1.5rem; margin-bottom: 4px; }
.pc-card > p { color: var(--text-muted); margin-bottom: 16px; }
.pc-form { display: flex; gap: 8px; }
.pc-form input {
  flex: 1; min-width: 0; min-height: 52px; padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--border);
  background: var(--bg); color: var(--text); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: .08em; text-transform: uppercase;
}
.pc-form input::placeholder { text-transform: none; letter-spacing: 0; font-weight: 500; color: #7f878d; }
.pc-form input:focus { outline: none; border-color: var(--teal-light); box-shadow: 0 0 0 3px rgba(109, 212, 208, .25); }
.pc-form .btn { flex-shrink: 0; }
.pc-result:empty { display: none; }
.pc-result { margin-top: 16px; padding: 16px; border-radius: 14px; background: var(--bg-2); border: 1px solid var(--border); }
.pc-result h4 { font-family: var(--font-display); font-size: 1.2rem; margin: 0 0 6px; display: flex; align-items: center; gap: 8px; }
.pc-result h4 svg { width: 22px; height: 22px; }
.pc-result p { margin: 0 0 12px; color: var(--text-muted); font-size: .95rem; }
.pc-result.is-yes { border-color: rgba(109, 212, 208, .5); }
.pc-result.is-yes h4 { color: var(--teal-light); }
.pc-result.is-maybe { border-color: rgba(217, 169, 58, .5); }
.pc-result.is-maybe h4 { color: #f0c465; }
.pc-result .btn-row { gap: 8px; }
.pc-note { margin: auto 0 0; padding-top: 16px; font-size: .78rem; color: var(--text-muted); }
@media (prefers-reduced-motion: no-preference) { .pc-result:not(:empty) { animation: menu-in .25s var(--ease); } }

/* =========================================================
   App-like polish
   ========================================================= */
/* Smooth cross-fade between pages (supporting browsers) */
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .28s; animation-timing-function: var(--ease); }
.site-header { view-transition-name: site-header; }
@media (prefers-reduced-motion: reduce) { @view-transition { navigation: none; } }

/* Soft teal glow that follows the cursor over cards */
.spot { background-image: radial-gradient(420px circle at var(--sx, -999px) var(--sy, -999px), rgba(109, 212, 208, .11), transparent 45%); }

/* Reading progress bar (blog posts) */
.read-progress { position: fixed; left: 0; right: 0; top: 0; height: 3px; z-index: 90; pointer-events: none; }
.read-progress span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--teal), var(--teal-light)); transform-origin: left center; transform: scaleX(var(--read, 0)); }

/* Back to top */
.to-top {
  position: fixed; right: 18px; bottom: 18px; z-index: 55; width: 48px; height: 48px; border-radius: 14px; cursor: pointer;
  display: grid; place-items: center; background: rgba(35, 36, 40, .92); color: var(--teal-light); border: 1px solid rgba(109, 212, 208, .35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s linear .2s, background-color .15s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s, background-color .15s; }
.to-top:hover { background: var(--teal); color: var(--on-teal); }
.to-top svg { width: 22px; height: 22px; transform: rotate(-90deg); }
@media (max-width: 760px) { .to-top { bottom: calc(86px + env(safe-area-inset-bottom)); right: 12px; width: 44px; height: 44px; } }
