/* ==========================================================================
   JP Air Conditioning & Heating — site.css
   Shared stylesheet for every page. Built by Untamed Web Design.
   ========================================================================== */

:root {
  /* Brand — pulled from the JP logo (red-orange → deep blue) */
  --navy: #14204a;
  --navy-deep: #0c1330;
  --navy-soft: #1f2d63;
  --red: #d8361a;
  --ember: #f05a28;
  --ember-dark: #d44a1c;

  /* Neutrals, cool-biased toward the navy */
  --ground: #f3f5fa;
  --paper: #ffffff;
  --ink: #171d33;
  --muted: #5b6480;
  --line: #d8ddea;
  --line-strong: #b9c1d6;

  /* Type */
  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Barlow", "Helvetica Neue", Arial, sans-serif;

  /* Scale & rhythm */
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(56px, 8vw, 104px);
  --radius: 6px;
  --shadow: 0 10px 30px rgba(20, 32, 74, 0.10);
}

/* --------------------------------------------------------------------------
   Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }
h1, h2, h3, h4 {
  font-family: var(--display);
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
  color: var(--navy);
}
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 700; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 700; }
h3 { font-size: 1.45rem; font-weight: 600; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--ground { background: var(--ground); }
.section--navy { background: var(--navy); color: #e6eaf6; }
.section--navy h2, .section--navy h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.section--navy .eyebrow { color: #ffb08e; }
.lede { font-size: 1.15rem; color: var(--muted); max-width: 62ch; }
.section--navy .lede { color: #c4cce6; }
.section-head { max-width: 720px; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head--center { margin-inline: auto; text-align: center; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px;
  font-family: var(--display); font-weight: 600; font-size: 1.1rem; letter-spacing: 0.04em; text-transform: uppercase;
  text-decoration: none; border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; transition: background 0.15s, color 0.15s, transform 0.15s, border-color 0.15s;
  white-space: nowrap;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--ember { background: var(--ember); color: #fff; }
.btn--ember:hover { background: var(--ember-dark); transform: translateY(-1px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-soft); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--block { width: 100%; }

/* --------------------------------------------------------------------------
   Utility strip + header
   -------------------------------------------------------------------------- */
.topbar {
  background: var(--navy-deep); color: #c9d1ea;
  font-size: 0.9rem;
}
.topbar .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px 24px; min-height: 38px; }
.topbar ul { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: #ffb08e; }
.topbar .lic { font-family: var(--display); letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.85rem; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(20,32,74,0.06);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand { display: block; flex: none; }
.brand img { height: 52px; width: auto; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav > li { position: relative; }
.nav a, .nav button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  font-family: var(--display); font-weight: 600; font-size: 1.15rem; letter-spacing: 0.03em; text-transform: uppercase;
  color: var(--navy); text-decoration: none; background: none; border: 0; cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
}
.nav a:hover, .nav button:hover, .nav a[aria-current="page"] { color: var(--red); }
.nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--red); border-radius: 0; }
.nav .caret { width: 14px; height: 14px; transition: transform 0.15s; }
.nav li.open > button .caret { transform: rotate(180deg); }

.submenu {
  position: absolute; left: 0; top: calc(100% + 6px);
  min-width: 260px; padding: 8px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: none;
}
.nav li.open > .submenu { display: block; }
/* invisible bridge so the pointer can cross the gap between the button and the menu */
.submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.submenu a {
  display: block; padding: 10px 12px;
  font-family: var(--body); font-weight: 600; font-size: 1rem; text-transform: none; letter-spacing: 0;
  border-radius: 4px;
}
.submenu a:hover { background: var(--ground); color: var(--navy); }
.submenu a small { display: block; font-weight: 400; color: var(--muted); font-size: 0.85rem; }

.header .btn { padding: 12px 20px; font-size: 1rem; }
.nav-toggle {
  display: none; flex: none;
  width: 48px; height: 48px; border: 2px solid var(--navy); border-radius: var(--radius);
  background: none; cursor: pointer; align-items: center; justify-content: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 22px; height: 3px; background: var(--navy); border-radius: 2px; position: relative; transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span::after { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); min-height: 560px; }
.hero__copy { padding: clamp(48px, 7vw, 96px) 0; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.hero__copy .eyebrow { color: #ffb08e; }
.hero h1 { color: #fff; max-width: 14ch; }
.hero h1 em { font-style: normal; color: #ff9d78; }
.hero__lede { font-size: 1.2rem; color: #d4dbf0; max-width: 52ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 6px; font-size: 0.95rem; color: #b6c0e2; }
.hero__proof li { display: flex; align-items: center; gap: 8px; }
.hero__proof svg { width: 18px; height: 18px; color: #ff9d78; flex: none; }
.hero__media { position: relative; min-height: 320px; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, var(--navy) 0%, rgba(20,32,74,0.55) 18%, rgba(20,32,74,0) 55%);
}
.hero__tag {
  position: absolute; z-index: 2; right: clamp(16px, 3vw, 32px); bottom: clamp(16px, 3vw, 32px);
  background: var(--paper); color: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 14px 18px; display: grid; gap: 2px; max-width: 260px;
}
.hero__tag strong { font-family: var(--display); font-size: 2.2rem; line-height: 1; color: var(--red); }
.hero__tag span { font-size: 0.9rem; color: var(--muted); }

/* Capability ticker */
.capstrip { background: var(--ember); color: #fff; }
.capstrip ul {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 0;
  font-family: var(--display); font-weight: 600; font-size: 1.05rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 12px 0;
}
.capstrip li { padding: 0 18px; position: relative; }
.capstrip li + li::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.7); transform: translate(-50%, -50%); }

/* --------------------------------------------------------------------------
   Services
   -------------------------------------------------------------------------- */
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
.service:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-strong); }
.service__img { aspect-ratio: 4 / 3; overflow: hidden; }
.service__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.service:hover .service__img img { transform: scale(1.04); }
.service__body { padding: 20px 22px 22px; display: grid; gap: 8px; flex: 1; align-content: start; }
.service__body p { color: var(--muted); font-size: 0.98rem; }
.service__more { margin-top: auto; padding-top: 6px; font-family: var(--display); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 6px; }
.service__more svg { width: 16px; height: 16px; transition: transform 0.15s; }
.service:hover .service__more svg { transform: translateX(3px); }

/* --------------------------------------------------------------------------
   Expertise split (commercial focus)
   -------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(32px, 5vw, 72px); align-items: center; }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.split__media .stamp {
  position: absolute; left: -12px; bottom: 28px;
  background: var(--red); color: #fff; padding: 14px 18px; border-radius: var(--radius);
  font-family: var(--display); font-weight: 700; font-size: 1.15rem; line-height: 1.1; letter-spacing: 0.04em; text-transform: uppercase;
  box-shadow: var(--shadow);
}
.split__media .stamp small { display: block; font-weight: 500; letter-spacing: 0.1em; font-size: 0.8rem; opacity: 0.9; }
.checks { display: grid; gap: 12px; margin-top: 22px; }
.checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.checks svg { width: 26px; height: 26px; color: var(--ember); }
.checks strong { display: block; font-family: var(--display); font-size: 1.2rem; font-weight: 600; color: var(--navy); }
.checks span { color: var(--muted); font-size: 0.98rem; }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin-top: clamp(32px, 5vw, 56px); }
.stat { background: var(--paper); padding: 24px 20px; display: grid; gap: 4px; }
.stat strong { font-family: var(--display); font-size: 2.6rem; font-weight: 700; line-height: 1; color: var(--red); font-variant-numeric: tabular-nums; }
.stat span { font-size: 0.95rem; color: var(--muted); }

/* --------------------------------------------------------------------------
   PM plans band
   -------------------------------------------------------------------------- */
.pm { background: linear-gradient(100deg, var(--red), var(--ember)); color: #fff; }
.pm .wrap { display: grid; grid-template-columns: minmax(0, 1.4fr) auto; gap: 32px; align-items: center; }
.pm h2 { color: #fff; }
.pm p { color: rgba(255,255,255,0.9); max-width: 60ch; }
.pm .btn--ghost { border-color: rgba(255,255,255,0.8); }
.pm .btn--ghost:hover { background: #fff; color: var(--red); }

/* --------------------------------------------------------------------------
   Gallery / recent work
   -------------------------------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 14px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--navy); }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 28px 14px 12px;
  background: linear-gradient(0deg, rgba(12,19,48,0.85), rgba(12,19,48,0));
  color: #fff; font-family: var(--display); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.95rem;
}

/* --------------------------------------------------------------------------
   Service areas
   -------------------------------------------------------------------------- */
.areas { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.cities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 20px; }
.cities li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--navy); padding: 10px 0; border-bottom: 1px solid var(--line); }
.cities svg { width: 18px; height: 18px; color: var(--red); flex: none; }
.areas__note { margin-top: 20px; color: var(--muted); font-size: 0.98rem; }

/* --------------------------------------------------------------------------
   Request service (form)
   -------------------------------------------------------------------------- */
.request { background: var(--navy); color: #e6eaf6; }
.request .wrap { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.request h2 { color: #fff; }
.request .lede { color: #c4cce6; }
.contact-list { display: grid; gap: 16px; margin-top: 28px; }
.contact-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; }
.contact-list .ico { width: 44px; height: 44px; border-radius: var(--radius); background: rgba(255,255,255,0.08); display: grid; place-items: center; }
.contact-list svg { width: 22px; height: 22px; color: #ff9d78; }
.contact-list strong { display: block; font-family: var(--display); font-size: 1.2rem; font-weight: 600; color: #fff; }
.contact-list a { color: #fff; text-decoration: none; }
.contact-list a:hover { color: #ffb08e; text-decoration: underline; }
.contact-list span { color: #b6c0e2; font-size: 0.95rem; }

.form { background: var(--paper); color: var(--ink); border-radius: var(--radius); padding: clamp(22px, 3vw, 36px); box-shadow: var(--shadow); }
.form h3 { font-size: 1.7rem; margin-bottom: 4px; }
.form > p { color: var(--muted); font-size: 0.95rem; margin-bottom: 18px; }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: 0.92rem; color: var(--navy); }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line-strong); border-radius: 4px; background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); outline: none; box-shadow: 0 0 0 3px rgba(20,32,74,0.12); }
.field textarea { min-height: 120px; resize: vertical; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-row label { white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1.5px solid var(--line-strong); border-radius: 4px; cursor: pointer; font-weight: 600; font-size: 0.95rem; }
.radio-row label:has(input:checked) { border-color: var(--navy); background: var(--ground); }
.radio-row input { accent-color: var(--red); margin: 0; }
.form__foot { grid-column: 1 / -1; display: grid; gap: 10px; margin-top: 4px; }
.form__foot small { color: var(--muted); font-size: 0.85rem; }
.form__success { display: none; padding: 18px; border-radius: 4px; background: #eaf6ee; border: 1px solid #b7dfc3; color: #1d5c34; font-weight: 600; grid-column: 1 / -1; }
.form.is-sent .form__grid > *:not(.form__success) { display: none; }
.form.is-sent .form__success { display: block; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer { background: var(--navy-deep); color: #aeb7d6; font-size: 0.95rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; padding-block: 56px 40px; }
.footer h4 { color: #fff; font-size: 1.15rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.footer a { color: #dfe4f5; text-decoration: none; }
.footer a:hover { color: #ffb08e; }
.footer ul { display: grid; gap: 8px; }
.footer__brand img { height: 46px; width: auto; margin-bottom: 14px; background: #fff; padding: 8px 12px; border-radius: 4px; }
.footer__brand p { max-width: 36ch; }
.footer ul.footer__lic { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.footer__lic li { border: 1px solid rgba(255,255,255,0.25); border-radius: 4px; padding: 4px 10px; font-family: var(--display); letter-spacing: 0.06em; font-size: 0.9rem; color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-block: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; font-size: 0.85rem; }
.footer__bottom a { color: #aeb7d6; }

/* Sticky mobile call bar */
.callbar { display: none; }

.split > *, .areas > *, .request .wrap > *, .pm .wrap > *, .map-wrap > *, .hero__grid > * { min-width: 0; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 190px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .header .wrap { min-height: 72px; }
  .brand img { height: 42px; }
  .header .btn--ember { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    padding: 8px var(--gutter) 16px; max-height: calc(100vh - 72px); overflow-y: auto;
  }
  .nav-open .nav { display: flex; }
  .nav a, .nav button { width: 100%; justify-content: space-between; padding: 14px 6px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a[aria-current="page"] { box-shadow: none; color: var(--red); }
  .submenu { position: static; box-shadow: none; border: 0; padding: 0 0 0 14px; min-width: 0; }
  .submenu a { border-bottom: 0; padding: 10px 6px; }
  .nav .nav__cta { margin-top: 12px; }
  .nav .nav__cta a { justify-content: center; border: 0; }

  .hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .hero__media { order: -1; min-height: 0; width: 100%; aspect-ratio: 16 / 9; }
  .hero__media::before { background: linear-gradient(0deg, var(--navy) 0%, rgba(20,32,74,0) 40%); }
  .hero__copy { padding-top: 12px; }
  .hero__tag { display: none; }
  .split, .areas, .request .wrap, .pm .wrap { grid-template-columns: 1fr; }
  .split__media .stamp { left: 12px; }
  .cities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .btn { white-space: normal; text-align: center; }
  .hero__actions .btn, .page-hero .btn { width: 100%; }
  .topbar .lic { display: none; }
  .services { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; }
  .gallery figure:first-child { grid-column: span 2; grid-row: span 1; }
  .form__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .capstrip li { padding: 0 12px; font-size: 0.95rem; }
  .callbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: var(--ember); color: #fff; text-decoration: none;
    justify-content: center; align-items: center; gap: 10px; padding: 14px;
    font-family: var(--display); font-weight: 700; font-size: 1.2rem; letter-spacing: 0.06em; text-transform: uppercase;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.2);
    transition: transform 0.25s ease;
  }
  .callbar.is-hidden { transform: translateY(110%); }
  .callbar svg { width: 22px; height: 22px; }
  body { padding-bottom: 58px; }
}

/* --------------------------------------------------------------------------
   Inner pages — page hero, prose, coverage grid, steps, FAQ, CTA band
   -------------------------------------------------------------------------- */
.page-hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; isolation: isolate; }
.page-hero__bg { position: absolute; inset: 0; z-index: -1; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.page-hero__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 30%, rgba(20,32,74,0.55) 100%); }
.page-hero .wrap { padding-block: clamp(48px, 7vw, 88px); }
.page-hero__inner { max-width: 820px; display: grid; gap: 18px; }
.page-hero .eyebrow { color: #ffb08e; margin: 0; }
.page-hero h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.8rem); }
.page-hero p { font-size: 1.15rem; color: #d4dbf0; max-width: 58ch; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.9rem; color: #aeb7d6; }
.crumbs a { color: #dfe4f5; text-decoration: none; }
.crumbs a:hover { color: #ffb08e; }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: 0.6; }

.prose { max-width: 66ch; }
.prose p { color: var(--ink); }
.prose p + p { margin-top: 0.4em; }
.prose h3 { margin: 1.4em 0 0.4em; }

.coverage { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cov {
  padding: 22px 20px 24px; border: 1px solid var(--line); border-top: 4px solid var(--ember); border-radius: var(--radius); background: var(--paper);
  display: grid; gap: 8px; align-content: start;
}
.cov svg { width: 34px; height: 34px; color: var(--navy); }
.cov h3 { font-size: 1.3rem; }
.cov p { color: var(--muted); font-size: 0.95rem; }

.clients { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.clients li { padding: 9px 16px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line-strong); font-weight: 600; font-size: 0.95rem; color: var(--navy); }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 26px 22px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); display: grid; gap: 8px; align-content: start; }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--display); font-weight: 700; font-size: 2.4rem; line-height: 1; color: var(--red);
}
.step h3 { font-size: 1.3rem; }
.step p { color: var(--muted); font-size: 0.95rem; }

.symptoms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 28px; margin-top: 8px; }
.symptoms li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.symptoms svg { width: 22px; height: 22px; color: var(--ember); margin-top: 3px; }
.symptoms strong { display: block; color: var(--navy); }
.symptoms span { color: var(--muted); font-size: 0.95rem; }

.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 16px 0; font-family: var(--display); font-weight: 600; font-size: 1.25rem; color: var(--navy); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--red); line-height: 1; flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding-bottom: 18px; color: var(--muted); }

.cta-band { background: var(--navy-deep); color: #fff; }
.cta-band .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px 32px; padding-block: 36px; }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.cta-band p { color: #b6c0e2; margin: 4px 0 0; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }

.photo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: clamp(28px, 4vw, 48px); }
.photo-row figure { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--navy); }
.photo-row img { width: 100%; height: 100%; object-fit: cover; }

.related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.related a { display: grid; gap: 4px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; background: var(--paper); transition: border-color 0.15s, transform 0.15s; }
.related a:hover { border-color: var(--navy); transform: translateY(-2px); }
.related strong { font-family: var(--display); font-size: 1.25rem; color: var(--navy); }
.related span { color: var(--muted); font-size: 0.92rem; }

@media (max-width: 1024px) {
  .coverage, .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .coverage, .steps, .symptoms, .photo-row, .related { grid-template-columns: 1fr; }
}

/* About-page helpers */
.section--tight { padding-block: clamp(36px, 5vw, 56px); }
.stats--flush { margin-top: 0; }
a.cov { text-decoration: none; color: inherit; transition: transform 0.18s, box-shadow 0.18s; }
a.cov:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.licenses { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.contact-list--light .ico { background: var(--ground); }
.contact-list--light svg { color: var(--red); }
.contact-list--light strong, .contact-list--light a { color: var(--navy); }
.contact-list--light span { color: var(--muted); }
.photo-row--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
.photo-row--tall figure { aspect-ratio: 3 / 4; }
@media (max-width: 1024px) { .licenses { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .photo-row--2 { grid-template-columns: 1fr 1fr; } }

/* Service-areas page */
.county + .county { margin-top: clamp(28px, 4vw, 40px); }
.county__name { font-size: 1.1rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.city svg { color: var(--red); }
.city h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.city__tag { font-family: var(--body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--navy); padding: 2px 8px; border-radius: 999px; }

/* Contact page */
.contact-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.ccard { display: grid; gap: 6px; align-content: start; padding: 24px 22px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--ember); border-radius: var(--radius); text-decoration: none; color: var(--muted); transition: transform 0.18s, box-shadow 0.18s; }
a.ccard:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ccard__ico { width: 44px; height: 44px; border-radius: var(--radius); background: var(--ground); display: grid; place-items: center; color: var(--red); margin-bottom: 6px; }
.ccard__ico svg { width: 22px; height: 22px; }
.ccard__label { font-family: var(--display); font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }
.ccard strong { font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--navy); line-height: 1.1; }
.ccard span:last-child { font-size: 0.95rem; }
.ccard a { color: var(--navy); font-weight: 600; }
.map-wrap { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(28px, 4vw, 56px); align-items: center; }
.map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--line); aspect-ratio: 16 / 10; }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 1024px) { .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .map-wrap { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .contact-cards { grid-template-columns: 1fr; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}
