/* ============================================================
   Dalton Pressure Washing — site styles
   Adapted from design mockup for real responsive web.
   Tokens, base, nav, footer, shared components, per-page blocks.
   ============================================================ */

:root {
  --orange: #EA7A2B;
  --orange-dark: #C55E14;
  --orange-soft: #F8E9DB;
  --navy: #1E2A4A;
  --navy-deep: #141C33;
  --navy-soft: #2C3A62;
  --paper: #F5F1EA;
  --paper-2: #EDE7DC;
  --ink: #0E1426;
  --muted: #6B7184;
  --line: rgba(30, 42, 74, .14);
  --container: 1197px;
  --pad-x: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(ellipse 70vw 60vh at 12% -8vh, rgba(234, 122, 43, .18), transparent 60%) no-repeat,
    radial-gradient(ellipse 55vw 50vh at 100% 60vh, rgba(120, 145, 200, .14), transparent 65%) no-repeat,
    radial-gradient(circle at center, rgba(255, 255, 255, .16) 1.2px, transparent 1.8px) 0 0 / 20px 20px,
    var(--navy);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: var(--orange); }

.skip {
  position: absolute; left: -9999px;
  background: var(--navy); color: #fff; padding: 10px 14px;
  z-index: 1000; border-radius: 4px;
}
.skip:focus { left: 16px; top: 16px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--pad-x); }

/* ---------- Typography helpers ---------- */
.kicker {
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase; letter-spacing: .26em;
  font-size: 12px; color: var(--orange); font-weight: 700;
  display: inline-block;
}
.hd, h2.hd {
  font-family: 'Anton', sans-serif; font-weight: 400;
  text-transform: uppercase; letter-spacing: .01em;
  margin: 0; color: var(--navy);
}

/* ---------- Buttons ---------- */
.btn, a.btn, button.btn {
  display: inline-block;
  background: var(--orange); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 14px 24px; border-radius: 4px;
  font-size: 14px; text-decoration: none;
  border: none; cursor: pointer;
  transition: background-color .15s ease, transform .15s ease;
}
.btn:hover { background: var(--orange-dark); }
.btn.ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .45);
}
.btn.ghost:hover { background: rgba(255, 255, 255, .08); }
.btn.ghost-dark {
  background: transparent; color: var(--navy);
  border: 1.5px solid var(--line);
}
.btn.navy { background: var(--navy); }
.btn.navy:hover { background: var(--navy-deep); }

/* ---------- Placeholder "photo" tiles ---------- */
.photo {
  background:
    repeating-linear-gradient(135deg, rgba(30, 42, 74, .06) 0 10px, rgba(30, 42, 74, .02) 10px 20px),
    linear-gradient(180deg, #C8D2E0, #8E9BB5);
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase; letter-spacing: .2em;
  font-size: 11px; font-weight: 600;
}
.photo.dark {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 10px, rgba(255, 255, 255, .02) 10px 20px),
    linear-gradient(180deg, #2F3E66, #1A2440);
  color: var(--paper);
}
.photo.orange {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .12) 0 10px, rgba(255, 255, 255, .04) 10px 20px),
    linear-gradient(180deg, #F39050, #C55E14);
  color: #fff;
}
/* Real image applied via CSS custom property --bg */
.photo--img {
  background: #0F1524 var(--bg) center / cover no-repeat !important;
  color: transparent;
}
.hero-photo.photo--img::after { content: none; }

/* ============================================================
   NAV — full-width sticky bar
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 40;
  padding: 0 var(--pad-x);
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(20, 28, 51, .08);
}
.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 62px; gap: 16px;
}
.nav .logo {
  display: flex; align-items: center; text-decoration: none;
  padding: 8px 0;
}
.nav .logo img {
  height: 56px; width: auto; display: block;
}
.nav .logo-txt { display: none; }

.nav nav {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.nav ul {
  list-style: none; display: flex; gap: 22px;
  margin: 0; padding: 0;
}
.nav a {
  color: var(--navy); text-decoration: none;
  font-size: 14px; font-weight: 500;
}
.nav a:hover { color: var(--orange); }
.nav a.active { color: var(--orange); }

.nav-right {
  position: relative; z-index: 2;
  display: flex; gap: 14px; align-items: center;
}
.nav .phone {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: .08em;
  color: var(--navy); font-size: 14px;
  text-decoration: none;
}
.icon-phone { vertical-align: -2px; margin-right: 2px; }
.nav .cta {
  background: var(--orange); color: #fff;
  padding: 10px 20px; border-radius: 999px;
  font-weight: 700; font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .12em; text-transform: uppercase;
  font-size: 13px; text-decoration: none;
}
.nav .cta:hover { background: var(--orange-dark); color: #fff; }

.nav .burger {
  display: none; flex-direction: column; gap: 4px;
  background: transparent; border: 0; padding: 8px; cursor: pointer;
}
.nav .burger span {
  width: 22px; height: 2px; background: var(--navy); display: block;
}

/* mobile drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 60;
  background: var(--navy); color: #fff;
  padding: 80px 24px 24px;
  display: flex; flex-direction: column; gap: 12px;
  overflow-y: auto;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu__close {
  position: absolute; top: 18px; right: 18px;
  background: transparent; border: 0; padding: 8px;
  color: #fff; cursor: pointer; line-height: 0;
  border-radius: 4px;
}
.mobile-menu__close:hover { color: var(--orange); }
.mobile-menu__close:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
.mobile-menu ul {
  list-style: none; padding: 0; margin: 0 0 auto;
  display: grid; gap: 2px;
}
.mobile-menu a {
  display: block; padding: 14px 0;
  color: #fff; text-decoration: none;
  font-family: 'Anton', sans-serif; font-size: 24px;
  text-transform: uppercase; letter-spacing: .02em;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.mobile-menu > a.btn { text-align: center; margin-top: 8px; }

/* ============================================================
   FOOTER
   ============================================================ */
footer.site {
  background: var(--navy-deep); color: #fff;
  padding: 72px var(--pad-x) 28px;
}
footer.site .cols {
  max-width: var(--container); margin: 0 auto 40px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
footer.site h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 15px; text-transform: uppercase; letter-spacing: .18em;
  color: #fff; margin: 0 0 16px;
}
footer.site a {
  color: rgba(245, 241, 234, .65); text-decoration: none;
  font-size: 13px; display: block; padding: 4px 0;
}
footer.site a:hover { color: var(--orange); }
footer.site p {
  color: rgba(245, 241, 234, .55);
  font-size: 13px; line-height: 1.6; margin: 8px 0 14px;
}
footer.site .logo { text-decoration: none; display: inline-block; margin-bottom: 12px; }
footer.site .logo img { width: 120px; height: auto; display: block; }
footer.site .logo-txt {
  font-family: 'Anton', sans-serif; font-size: 20px;
  line-height: 1; letter-spacing: .03em;
}
footer.site .logo-txt small {
  display: block; font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; letter-spacing: .28em; margin-top: 3px; font-weight: 600;
}
footer.site .copy {
  max-width: var(--container); margin: 0 auto;
  padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px; color: rgba(245, 241, 234, .5);
  display: flex; justify-content: space-between; gap: 16px;
}
footer.site .copy a { display: inline; padding: 0; color: rgba(245, 241, 234, .5); }
footer.site .copy a:hover { color: #fff; }

/* ============================================================
   PAGE SHELLS — sections, heroes, CTA bands
   ============================================================ */
.section {
  padding: 72px var(--pad-x);
  background: var(--paper);
}
.section.alt { background: var(--paper-2); }
.section.dark { background: var(--navy); color: #fff; }
.section__inner { max-width: var(--container); margin: 0 auto; }
.section h2.hd { font-size: 46px; margin-bottom: 8px; }
.section .lede {
  color: var(--muted); max-width: 560px; margin: 0 0 36px;
  font-size: 15px; line-height: 1.55;
}
.section.dark .lede { color: rgba(245, 241, 234, .75); }

.cta-band {
  background: var(--orange); color: #fff;
  padding: 40px max(var(--pad-x), calc((100% - var(--container)) / 2));
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.cta-band h3 {
  font-family: 'Anton', sans-serif; font-size: 32px;
  margin: 0; text-transform: uppercase; letter-spacing: .01em;
  line-height: 1.05; font-weight: 400; white-space: nowrap;
}
.cta-band .btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ============================================================
   HOME — hero + stats
   ============================================================ */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding-top: 60px;
}
.hero-inner {
  max-width: calc(var(--container) + 2 * var(--pad-x));
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 520px;
}
.hero-copy {
  padding: 80px 0 60px;
  display: flex; flex-direction: column; justify-content: center;
  gap: 20px; position: relative; z-index: 2;
}
.hero-copy h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .92; margin: 0;
  text-transform: uppercase; letter-spacing: .005em; font-weight: 400;
}
.hero-copy h1 em {
  font-style: normal; color: var(--orange); display: block;
}
.hero-copy p {
  font-size: 17px; line-height: 1.55;
  color: rgba(245, 241, 234, .78); max-width: 480px; margin: 0;
}
.hero-ctas { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }

.hero-photo {
  background:
    linear-gradient(180deg, rgba(20, 28, 51, .2) 0%, rgba(20, 28, 51, 0) 40%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .06) 0 12px, rgba(255, 255, 255, .02) 12px 24px),
    linear-gradient(180deg, #4A5E89, #1E2A4A);
  position: relative; display: flex; align-items: flex-end; padding: 28px;
  min-height: 320px;
}
.hero-photo::after {
  content: "before / after — driveway wash";
  color: rgba(255, 255, 255, .7);
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase; letter-spacing: .22em;
  font-size: 11px; font-weight: 600;
}
.hero-slash {
  position: absolute; left: 42%; top: 0; bottom: 0;
  width: 2px; transform: rotate(8deg);
  background: linear-gradient(180deg, transparent, rgba(234, 122, 43, .6), transparent);
}
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--navy-deep);
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 0 max(var(--pad-x), calc((100% - var(--container)) / 2));
}
.stat {
  padding: 22px 28px; color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .08);
}
.stat:last-child { border-right: none; }
.stat b {
  font-family: 'Anton', sans-serif; font-size: 32px;
  color: var(--orange); display: block; line-height: 1; font-weight: 400;
}
.stat span {
  font-size: 12px; color: rgba(245, 241, 234, .7);
  letter-spacing: .08em; text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
}

/* Service cards (home grid + featured) */
.svc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.svc {
  background: #fff; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.svc:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -24px rgba(20, 28, 51, .25); }
.svc .thumb { height: 170px; }
.svc .body {
  padding: 20px 22px; display: flex; flex-direction: column;
  gap: 6px; flex: 1;
}
.svc h3 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 22px; text-transform: uppercase; letter-spacing: .02em;
  margin: 0; color: var(--navy);
}
.svc p {
  margin: 0; font-size: 13px; color: var(--muted);
  line-height: 1.5; flex: 1;
}
.svc .learn {
  margin-top: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase; letter-spacing: .18em;
  font-size: 12px; color: var(--orange); font-weight: 700;
}

/* Why row */
.why {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: center;
  max-width: var(--container); margin: 0 auto;
}
.why .copy h2.hd { font-size: 44px; margin-bottom: 16px; }
.why ul {
  list-style: none; padding: 0; margin: 20px 0 0;
  display: grid; gap: 14px;
}
.why li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 14px; line-height: 1.5; color: var(--ink);
}
.why li b { display: block; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.why .tick {
  flex: 0 0 28px; height: 28px; border-radius: 50%;
  background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.why .photo { height: 380px; border-radius: 8px; }

/* Testimonials */
.testimonials {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.quote {
  background: #fff; border: 1px solid var(--line);
  border-radius: 8px; padding: 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.quote p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--navy); }
.quote .who { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.quote .av {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--orange-soft); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.quote .who b { font-size: 13px; color: var(--navy); display: block; }
.quote .who span {
  font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .1em;
}
.stars { color: var(--orange); letter-spacing: 2px; font-size: 14px; }

/* ============================================================
   PAGE HERO (About, Services, Contact, Quote, Gallery, Reviews, FAQ, Areas)
   ============================================================ */
.page-hero {
  color: #fff;
  padding: 100px var(--pad-x) 72px;
  position: relative; overflow: hidden;
}
.page-hero .page-hero__inner { max-width: var(--container); margin: 0 auto; position: relative; z-index: 2; }
.page-hero .crumbs {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .22em; text-transform: uppercase;
  font-size: 11px; color: var(--orange); font-weight: 700;
  margin-bottom: 14px;
}
.page-hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  margin: 0; text-transform: uppercase;
  letter-spacing: .005em; line-height: .95;
  max-width: 840px; font-weight: 400;
}
.page-hero h1.wide { max-width: none; }
.page-hero h1 em { font-style: normal; color: var(--orange); display: block; }
.page-hero p {
  max-width: 620px; margin: 16px 0 0;
  color: rgba(245, 241, 234, .78);
  font-size: 16px; line-height: 1.55;
}
.page-hero .splat {
  position: absolute; right: -80px; bottom: -80px;
  width: 300px; height: 300px;
  background: var(--orange); border-radius: 50%; opacity: .14;
}

/* ============================================================
   ABOUT — story, values, team
   ============================================================ */
.story {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
}
.story .photo { height: 440px; border-radius: 8px; }
.story .txt p { font-size: 15px; line-height: 1.65; color: var(--ink); margin: 0 0 14px; }

.values {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
@media (min-width: 981px) {
  .values--4up { grid-template-columns: repeat(4, 1fr); }
}
.val {
  background: #fff; border: 1px solid var(--line);
  border-radius: 8px; padding: 28px;
}
.val .n {
  font-family: 'Anton', sans-serif; font-size: 44px;
  color: var(--orange); line-height: 1; margin-bottom: 10px; font-weight: 400;
}
.val h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 22px; margin: 0 0 6px;
  text-transform: uppercase; letter-spacing: .02em; color: var(--navy);
}
.val p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; }

.team {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.mem {
  background: #fff; border: 1px solid var(--line);
  border-radius: 8px; overflow: hidden;
}
.mem .photo { height: 220px; }
.mem .body { padding: 16px 18px; }
.mem b {
  display: block; font-family: 'Anton', sans-serif;
  font-size: 18px; text-transform: uppercase; letter-spacing: .02em;
  color: var(--navy); font-weight: 400;
}
.mem span {
  font-size: 12px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .12em;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
}

/* ============================================================
   SERVICES — big card rows
   ============================================================ */
.svc-big {
  max-width: var(--container); margin: 0 auto 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.svc-big.wide { grid-template-columns: 1fr; }
.svc-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 10px; overflow: hidden;
  display: grid; grid-template-columns: 240px 1fr;
  text-decoration: none; color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
@media (min-width: 981px) {
  .svc-card--wide-thumb { grid-template-columns: 320px 1fr; }
}
.svc-card:hover { transform: translateY(-2px); box-shadow: 0 24px 48px -28px rgba(20, 28, 51, .25); }
.svc-card .thumb { min-height: 220px; }
.svc-card .body {
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.svc-card h3 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 26px; margin: 0;
  text-transform: uppercase; letter-spacing: .01em; color: var(--navy);
}
.svc-card .price {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; color: var(--orange);
  letter-spacing: .14em; text-transform: uppercase; font-size: 13px;
}
.svc-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; }
.svc-card ul {
  margin: 4px 0 0; padding: 0; list-style: none;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.svc-card li {
  font-size: 11px; background: var(--paper-2); color: var(--navy);
  padding: 4px 10px; border-radius: 20px; font-weight: 600;
}

/* ============================================================
   CONTACT — form + info + map
   ============================================================ */
.contact-grid {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.contact-grid > * { min-width: 0; }
.contact-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 28px;
  min-width: 0;
}
.contact-card h3 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 24px; margin: 0 0 18px;
  text-transform: uppercase; letter-spacing: .02em; color: var(--navy);
}
.field { display: block; margin-bottom: 14px; }
.field label {
  display: block; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--navy);
  margin-bottom: 6px; font-weight: 600;
  font-family: 'Barlow Condensed', sans-serif;
}
.field input, .field textarea, .field select {
  width: 100%; padding: 11px 14px;
  border: 1px solid var(--line); border-radius: 4px;
  font-family: inherit; font-size: 14px;
  background: #fff; color: var(--ink);
  min-width: 0;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 2px solid var(--orange); outline-offset: 2px;
}
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.info-row {
  display: flex; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
  align-items: center;
}
.info-row:last-child { border-bottom: none; }
.info-row .ic {
  width: 36px; height: 36px; border-radius: 6px;
  background: var(--orange-soft); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; flex-shrink: 0;
}
.info-row .ic svg { width: 18px; height: 18px; display: block; }
.info-row b {
  display: block; font-size: 11px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--muted);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
}
.info-row span, .info-row a { font-size: 15px; color: var(--navy); font-weight: 500; text-decoration: none; }

.contact-card .areas-map { margin-top: 16px; }

/* ============================================================
   BLOG — index + post template
   ============================================================ */
.blog-hero {
  background: var(--paper-2); padding: 60px var(--pad-x);
}
body:has(.blog-hero) { background: var(--paper-2); }
.blog-hero__inner { max-width: var(--container); margin: 0 auto; }
.blog-hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(40px, 5vw, 56px);
  margin: 0 0 10px; text-transform: uppercase;
  color: var(--navy); letter-spacing: .01em; font-weight: 400;
}
.blog-hero p { margin: 0; color: var(--muted); max-width: 620px; }

.pill-row {
  display: flex; gap: 8px; margin-top: 22px; flex-wrap: wrap;
}
.pill {
  background: #fff; color: var(--navy);
  padding: 6px 14px; border-radius: 20px;
  font-size: 12px; font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .14em; font-weight: 700; text-transform: uppercase;
  border: 1px solid var(--line); text-decoration: none;
}
.pill.sel, .pill:hover {
  background: var(--navy); color: #fff; border-color: var(--navy);
}

.blog-grid {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.post {
  background: #fff; border: 1px solid var(--line);
  border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.post:hover { transform: translateY(-2px); box-shadow: 0 24px 48px -28px rgba(20, 28, 51, .25); }
.post.feature { grid-column: 1 / -1; flex-direction: row; }
.post .thumb { height: 220px; }
.post.feature .thumb {
  flex: 0 0 58%; height: auto; min-height: 360px;
}
.post .body {
  padding: 22px; display: flex; flex-direction: column;
  gap: 8px; flex: 1;
}
.post.feature .body { padding: 40px; justify-content: center; gap: 12px; }
.post .tag {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .18em; text-transform: uppercase;
  font-size: 11px; color: var(--orange); font-weight: 700;
}
.post h3 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 22px; margin: 0;
  text-transform: uppercase; color: var(--navy);
  letter-spacing: .01em; line-height: 1.1;
}
.post.feature h3 { font-size: 32px; }
.post p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; flex: 1; }
.post .meta {
  font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .12em;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; margin-top: 6px;
}

/* Blog post template */
.article-hero {
  color: #fff;
  padding: 96px var(--pad-x) 56px;
  position: relative; overflow: hidden;
}
.article-hero__inner { max-width: var(--container); margin: 0 auto; position: relative; z-index: 2; }
.article-hero .tag {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .22em; text-transform: uppercase;
  font-size: 11px; color: var(--orange); font-weight: 700;
  margin-bottom: 14px; display: block;
}
.article-hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  margin: 0; max-width: 840px;
  text-transform: uppercase; letter-spacing: .005em; line-height: .98; font-weight: 400;
}
.article-hero .meta {
  margin-top: 22px; font-size: 13px; color: rgba(245, 241, 234, .75);
}
.article-hero .splat {
  position: absolute; right: -100px; top: -60px;
  width: 280px; height: 280px;
  background: var(--orange); border-radius: 50%; opacity: .12;
}

.article-body {
  background: var(--paper);
  padding: 56px var(--pad-x);
}
.article-body__inner {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 300px; gap: 56px;
}
.prose p { font-size: 16px; line-height: 1.75; color: var(--ink); margin: 0 0 18px; }
.prose h2 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 28px; color: var(--navy);
  text-transform: uppercase; letter-spacing: .01em; margin: 32px 0 12px;
}
.prose blockquote {
  border-left: 4px solid var(--orange);
  margin: 22px 0; padding: 6px 0 6px 20px;
  font-family: 'Anton', sans-serif; font-size: 22px;
  color: var(--navy); letter-spacing: .01em;
  text-transform: uppercase; line-height: 1.2; font-weight: 400;
}
.prose .big-photo { height: 360px; border-radius: 8px; margin: 10px 0 24px; }
.prose ul { padding-left: 20px; }
.prose li { margin-bottom: 8px; font-size: 15px; line-height: 1.6; }
.prose a { color: var(--orange); font-weight: 600; }

.side { position: sticky; top: 100px; align-self: start; }
.side-card {
  background: var(--paper-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 22px; margin-bottom: 16px;
}
.side-card.dark {
  background: var(--navy); color: #fff; border-color: transparent;
}
.side-card.dark h4 { color: #fff; }
.side-card.dark p { color: rgba(245, 241, 234, .7); }
.side-card h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 18px; margin: 0 0 12px;
  text-transform: uppercase; letter-spacing: .02em; color: var(--navy);
}
.side-card ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 10px;
}
.side-card li {
  font-size: 13px; color: var(--navy);
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.side-card li:last-child { border-bottom: none; padding-bottom: 0; }
.side-card p {
  color: rgba(245, 241, 234, .7);
  font-size: 13px; line-height: 1.55; margin: 0 0 14px;
}
.side-card .btn { width: 100%; text-align: center; box-sizing: border-box; }

/* ============================================================
   QUOTE FORM
   ============================================================ */
.quote-wrap {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 360px; gap: 36px;
}
.steps { display: flex; gap: 8px; margin-bottom: 24px; }
.step {
  flex: 1; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 6px; background: #fff;
  font-size: 12px; font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase; letter-spacing: .14em;
  font-weight: 700; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.step b {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--paper-2); color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.step.active { border-color: var(--orange); color: var(--navy); }
.step.active b { background: var(--orange); color: #fff; }

.quote-form {
  background: #fff; border: 1px solid var(--line);
  border-radius: 10px; padding: 32px;
}
.quote-form h3 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 26px; margin: 0 0 20px;
  text-transform: uppercase; letter-spacing: .01em; color: var(--navy);
}
.svc-pick {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.svc-pick label {
  border: 1.5px solid var(--line); border-radius: 8px;
  padding: 16px; cursor: pointer;
  font-size: 13px; font-weight: 600; color: var(--navy);
  display: flex; flex-direction: column; gap: 6px;
}
.svc-pick label.sel, .svc-pick input:checked + label {
  border-color: var(--orange); background: var(--orange-soft);
}
.svc-pick label small { color: var(--muted); font-size: 11px; font-weight: 500; }
.svc-pick input { position: absolute; opacity: 0; pointer-events: none; }

.summary {
  background: var(--navy); color: #fff;
  border-radius: 10px; padding: 28px;
  position: sticky; top: 100px; align-self: start;
}
.summary h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 22px; margin: 0 0 14px;
  text-transform: uppercase; letter-spacing: .02em;
}
.summary .row {
  display: flex; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 13px;
}
.summary .row span:first-child {
  color: rgba(245, 241, 234, .6);
  text-transform: uppercase; letter-spacing: .12em;
  font-size: 11px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
}
.summary .row span:last-child { color: #fff; font-weight: 600; }
.summary .total {
  margin-top: 14px; padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  display: flex; justify-content: space-between; align-items: baseline;
}
.summary .total b {
  font-family: 'Anton', sans-serif; font-size: 30px;
  color: var(--orange); font-weight: 400;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-filter {
  max-width: var(--container); margin: 0 auto 28px;
  display: flex; gap: 8px; flex-wrap: wrap;
}
.gallery-filter span, .gallery-filter a {
  background: #fff; color: var(--navy);
  padding: 8px 16px; border-radius: 20px;
  font-size: 12px; font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .14em; font-weight: 700; text-transform: uppercase;
  border: 1px solid var(--line); cursor: pointer;
  text-decoration: none;
}
.gallery-filter span.sel, .gallery-filter a.sel {
  background: var(--navy); color: #fff; border-color: var(--navy);
}
.gallery-grid {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.ba-card {
  background: #fff; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
}
.ba-card[hidden] { display: none; }
.ba-split {
  display: grid; grid-template-columns: 1fr 1fr;
  height: 260px; position: relative;
}
.ba-split .half { position: relative; overflow: hidden; }
.ba-split .half .lbl {
  position: absolute; top: 10px; left: 10px;
  background: var(--navy); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .2em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 2px;
  font-size: 10px; font-weight: 700;
}
.ba-split .half.after .lbl { background: var(--orange); }
.ba-card .meta { padding: 16px 18px; }
.ba-card .meta h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 18px;
  margin: 0 0 4px; color: var(--navy); letter-spacing: .02em;
}
.ba-card .meta p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
.ba-card .meta .tag-row { margin-top: 8px; display: flex; gap: 6px; flex-wrap: wrap; }
.ba-card .meta .tag-row span {
  background: var(--paper-2); color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .14em; text-transform: uppercase;
  font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 3px;
}
.ba-feature { grid-column: 1 / -1; }
.ba-feature .ba-split { height: 420px; }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-top {
  max-width: var(--container); margin: 0 auto 44px;
  display: grid; grid-template-columns: 260px 1fr;
  gap: 40px; align-items: center;
  padding: 32px; background: #fff;
  border-radius: 10px; border: 1px solid var(--line);
}
.rev-score b {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 82px; line-height: .85;
  color: var(--navy); display: block;
}
.rev-score .stars-big { color: var(--orange); font-size: 22px; letter-spacing: 4px; margin-top: 4px; }
.rev-score small {
  display: block; margin-top: 6px;
  font-size: 12px; color: var(--muted);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .16em; text-transform: uppercase; font-weight: 700;
}
.rev-bars { display: grid; gap: 10px; }
.rev-bar {
  display: grid; grid-template-columns: 80px 1fr 40px;
  gap: 12px; align-items: center;
  font-size: 13px; color: var(--muted);
}
.rev-bar .track {
  height: 8px; background: var(--paper-2);
  border-radius: 4px; overflow: hidden;
}
.rev-bar .fill { height: 100%; background: var(--orange); border-radius: 4px; }
.rev-bar b {
  text-align: right; color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 14px;
}
.rev-src { display: flex; gap: 12px; margin-top: 14px; }
.rev-src div {
  flex: 1; padding: 10px 12px;
  background: var(--paper); border-radius: 6px;
  font-size: 12px; color: var(--muted);
}
.rev-src div b {
  color: var(--navy); display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 14px;
}

.review-grid {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.review {
  background: #fff; border-radius: 8px;
  padding: 24px; border: 1px solid var(--line);
}
.review .stars { color: var(--orange); letter-spacing: 3px; font-size: 14px; margin-bottom: 10px; }
.review h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 18px;
  margin: 0 0 8px; color: var(--navy); letter-spacing: .02em;
}
.review p { margin: 0 0 14px; font-size: 14px; line-height: 1.55; color: var(--ink); }
.review .who {
  display: flex; gap: 12px; align-items: center;
  padding-top: 14px; border-top: 1px solid var(--line);
}
.review .who .av {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.review .who b { display: block; font-size: 13px; color: var(--navy); }
.review .who span {
  display: block; font-size: 11px; color: var(--muted);
  text-transform: uppercase; letter-spacing: .14em;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
}
.review .src {
  margin-left: auto; font-size: 10px; color: var(--muted);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
  background: var(--paper-2); padding: 4px 8px; border-radius: 3px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-layout {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 260px 1fr;
  gap: 40px; align-items: start;
}
.faq-nav { position: sticky; top: 100px; align-self: start; }
.faq-nav h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 18px; margin: 0 0 10px;
  text-transform: uppercase; color: var(--navy); letter-spacing: .02em;
}
.faq-nav ul { list-style: none; padding: 0; margin: 0; }
.faq-nav li {
  font-size: 13px; padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.faq-nav li a { color: inherit; text-decoration: none; display: block; }
.faq-nav li.on, .faq-nav li a:hover { color: var(--orange); font-weight: 600; }

.faq-group { margin-bottom: 40px; }
.faq-group h3 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 26px; margin: 0 0 4px;
  text-transform: uppercase; color: var(--navy); letter-spacing: .02em;
}
.faq-group .label {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--orange); font-size: 12px; font-weight: 700;
  margin-bottom: 18px; display: block;
}
.qa {
  background: #fff; border: 1px solid var(--line);
  border-radius: 8px; margin-bottom: 10px; overflow: hidden;
}
.qa summary {
  list-style: none; padding: 18px 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 17px;
  color: var(--navy); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  letter-spacing: .01em;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+"; color: var(--orange);
  font-size: 22px; font-weight: 300; font-family: 'Anton', sans-serif;
}
.qa[open] summary::after { content: "−"; }
.qa[open] { border-color: var(--orange); }
.qa[open] summary { border-bottom: 1px solid var(--line); color: var(--orange); }
.qa .ans { padding: 18px 22px; font-size: 14px; color: var(--ink); line-height: 1.6; }
.qa .ans p { margin: 0 0 10px; }
.qa .ans p:last-child { margin-bottom: 0; }

/* ============================================================
   SERVICE AREAS — map + list
   ============================================================ */
.areas-split {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 40px; align-items: start;
}
.areas-map {
  background: var(--navy); border-radius: 10px;
  height: 540px; position: relative; overflow: hidden;
  padding: 28px; color: #fff;
}
.areas-map::before {
  content: ""; position: absolute; inset: 0; opacity: .22;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 30px 30px;
}
.areas-map .rd1 {
  position: absolute; top: 20%; left: -10%; right: -10%;
  height: 2px; background: rgba(255, 255, 255, .25); transform: rotate(-6deg);
}
.areas-map .rd2 {
  position: absolute; top: 55%; left: -10%; right: -10%;
  height: 2px; background: rgba(255, 255, 255, .18); transform: rotate(4deg);
}
.areas-map .rd3 {
  position: absolute; top: 0; bottom: 0; left: 38%;
  width: 2px; background: rgba(255, 255, 255, .2); transform: rotate(14deg);
}
.areas-map .cent {
  position: absolute; left: 48%; top: 46%;
  width: 130px; height: 130px; border-radius: 50%;
  border: 2px solid var(--orange);
  transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: center;
  background: rgba(234, 122, 43, .12);
}
.areas-map .cent b {
  font-family: 'Anton', sans-serif; font-size: 24px;
  color: var(--orange); letter-spacing: .02em;
  text-transform: uppercase; font-weight: 400; text-align: center; line-height: 1;
}
.areas-map .pin {
  position: absolute; width: 12px; height: 12px;
  border-radius: 50%; background: var(--orange);
  box-shadow: 0 0 0 4px rgba(234, 122, 43, .3);
  transform: translate(-50%, -50%);
}
.areas-map .pin-lbl {
  position: absolute; background: #fff; color: var(--navy);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 11px;
  padding: 3px 8px; border-radius: 3px;
  letter-spacing: .12em; text-transform: uppercase;
  transform: translate(-50%, -140%); white-space: nowrap;
}
.areas-map .ring {
  position: absolute; left: 48%; top: 46%;
  width: 380px; height: 380px; border-radius: 50%;
  border: 1.5px dashed rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%);
}
.areas-map--compact { height: 340px; padding: 18px; }
.areas-map--compact .cent { width: 90px; height: 90px; }
.areas-map--compact .cent b { font-size: 17px; }
.areas-map--compact .ring { width: 260px; height: 260px; }
.areas-map--compact .pin { width: 10px; height: 10px; box-shadow: 0 0 0 3px rgba(234, 122, 43, .3); }
.areas-map--compact .pin-lbl { font-size: 10px; padding: 2px 6px; letter-spacing: .08em; }
.area-list { display: grid; gap: 10px; }
.area-card {
  background: #fff; border-radius: 8px;
  padding: 18px 22px; border: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr auto;
  align-items: center; gap: 14px;
  text-decoration: none; color: inherit;
}
.area-card:hover { border-color: var(--orange); }
.area-card h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: 19px; margin: 0 0 4px;
  text-transform: uppercase; color: var(--navy); letter-spacing: .02em;
}
.area-card p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.4; }
.area-card .dist {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--orange);
  font-size: 12px; text-align: right;
}
.area-card .dist b {
  display: block; font-family: 'Anton', sans-serif;
  font-size: 22px; color: var(--navy);
  font-weight: 400; letter-spacing: .02em;
}
.area-card.main {
  background: var(--navy); color: #fff; border-color: transparent;
}
.area-card.main h4 { color: #fff; }
.area-card.main p { color: rgba(245, 241, 234, .7); }
.area-card.main .dist b { color: var(--orange); }
.area-card.dashed { background: var(--paper-2); border-style: dashed; }

/* ============================================================
   THANK YOU
   ============================================================ */
.ty-wrap {
  padding: 120px var(--pad-x);
  text-align: center;
  color: #fff;
  position: relative; overflow: hidden;
}
.ty-wrap__inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
.ty-wrap__bg1 {
  position: absolute; right: -120px; top: -80px;
  width: 340px; height: 340px;
  background: var(--orange); border-radius: 50%; opacity: .14;
}
.ty-wrap__bg2 {
  position: absolute; left: -100px; bottom: -100px;
  width: 300px; height: 300px;
  border: 2px dashed rgba(234, 122, 43, .25); border-radius: 50%;
}
.ty-wrap .check {
  width: 92px; height: 92px; border-radius: 50%;
  background: var(--orange);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 44px; margin-bottom: 24px;
  font-family: 'Anton', sans-serif;
  box-shadow: 0 0 0 14px rgba(234, 122, 43, .15);
}
.ty-wrap h1 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  font-size: clamp(52px, 8vw, 88px);
  text-transform: uppercase; margin: 0 0 12px;
  letter-spacing: .01em; line-height: .95;
}
.ty-wrap h1 em { font-style: normal; color: var(--orange); }
.ty-wrap .lede {
  max-width: 640px; margin: 0 auto 32px;
  font-size: 17px; color: rgba(245, 241, 234, .75); line-height: 1.55;
}
.ty-wrap .btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

.ty-next {
  max-width: var(--container); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.ty-next .step {
  background: #fff; padding: 26px;
  border-radius: 8px; border: 1px solid var(--line);
  display: block;
}
.ty-next .step .n {
  font-family: 'Anton', sans-serif; font-size: 36px;
  color: var(--orange); line-height: 1; margin-bottom: 6px; font-weight: 400;
}
.ty-next .step h4 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: 20px;
  margin: 0 0 8px; color: var(--navy); letter-spacing: .02em;
}
.ty-next .step p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ============================================================
   404
   ============================================================ */
.fof {
  padding: 120px var(--pad-x);
  text-align: center;
  background: var(--paper);
  position: relative; overflow: hidden;
  min-height: 620px;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
}
.fof__bg1 {
  position: absolute; right: -60px; top: -40px;
  width: 240px; height: 240px;
  background: var(--orange); border-radius: 50%; opacity: .1;
}
.fof__bg2 {
  position: absolute; left: -80px; bottom: -60px;
  width: 220px; height: 220px;
  border: 2px dashed rgba(30, 42, 74, .08); border-radius: 50%;
}
.fof .big {
  font-family: 'Anton', sans-serif;
  font-size: clamp(140px, 22vw, 280px);
  color: var(--orange); line-height: .85;
  letter-spacing: -.03em; font-weight: 400; position: relative;
}
.fof h2 {
  font-family: 'Anton', sans-serif; font-weight: 400;
  text-transform: uppercase; font-size: clamp(28px, 5vw, 46px);
  margin: 10px 0 12px; color: var(--navy); letter-spacing: .02em;
}
.fof p {
  max-width: 540px; margin: 0 0 28px;
  color: var(--muted); font-size: 15px; line-height: 1.55;
}
.fof .links {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
  position: relative;
}
.fof .links a {
  background: #fff; border: 1px solid var(--line);
  color: var(--navy); padding: 10px 18px;
  border-radius: 4px; text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; font-size: 12px;
}
.fof .links a:hover { border-color: var(--orange); color: var(--orange); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav__inner { gap: 8px; }
  .nav .logo img { height: 44px; width: auto; }
  .nav nav { display: none; }
  .nav .phone { display: none; }
  .nav .cta { display: none; }
  .nav .burger { display: flex; }
  .nav .nav-right { margin-left: auto; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 30px 0 60px; }
  .hero-photo { min-height: 220px; }
  .hero-slash { display: none; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .stat { border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .stat:nth-child(2) { border-right: none; }

  .svc-grid { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .why { grid-template-columns: 1fr; gap: 24px; }
  .why .photo { height: 260px; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .cta-band h3 { font-size: 26px; white-space: normal; }

  .story { grid-template-columns: 1fr; gap: 28px; }
  .story .photo { height: 280px; }
  .values { grid-template-columns: 1fr; }
  .team { grid-template-columns: repeat(2, 1fr); }

  .svc-big { grid-template-columns: 1fr; }
  .svc-card { grid-template-columns: 1fr; }
  .svc-card .thumb { height: 200px; min-height: 0; }

  .contact-grid { grid-template-columns: 1fr; }
  .two { grid-template-columns: 1fr; }

  .blog-grid { grid-template-columns: 1fr; }
  .post.feature { flex-direction: column; }
  .post.feature .thumb { flex: none; min-height: 0; height: 260px; }
  .post.feature .body { padding: 22px; justify-content: flex-start; }

  .article-body { padding-top: 32px; }
  .article-body__inner { grid-template-columns: 1fr; gap: 32px; }
  .side { position: static; }

  .quote-wrap { grid-template-columns: 1fr; }
  .summary { position: static; }
  .svc-pick { grid-template-columns: 1fr 1fr; }
  .quote-form { padding: 22px; }
  .steps { gap: 6px; }
  .step {
    min-width: 0; overflow: hidden;
    padding: 10px 10px; gap: 6px;
    font-size: 11px; letter-spacing: .04em;
  }
  .step b { width: 20px; height: 20px; font-size: 11px; flex: 0 0 auto; }

  .gallery-grid { grid-template-columns: 1fr; }

  .reviews-top { grid-template-columns: 1fr; gap: 24px; padding: 24px; text-align: center; }
  .rev-src { flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }

  .faq-layout { grid-template-columns: 1fr; }
  .faq-nav { position: static; }
  .faq-nav ul { display: flex; gap: 6px; flex-wrap: wrap; }
  .faq-nav li { border: 1px solid var(--line); padding: 6px 12px; border-radius: 20px; font-size: 12px; }

  .areas-split { grid-template-columns: 1fr; }
  .areas-map { height: 380px; }

  .ty-next { grid-template-columns: 1fr; }

  footer.site .cols { grid-template-columns: 1fr 1fr; }

  .section { padding: 56px var(--pad-x); }
  .section h2.hd { font-size: 34px; }
}

@media (max-width: 560px) {
  .team { grid-template-columns: 1fr; }
  footer.site .cols { grid-template-columns: 1fr; gap: 28px; }
  footer.site .copy { flex-direction: column; gap: 6px; text-align: center; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 16px 20px; }
  .stat b { font-size: 26px; }
  .page-hero { padding: 72px var(--pad-x) 48px; }
  .pill-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .pill { flex: 0 0 auto; }
  .gallery-filter { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .gallery-filter span, .gallery-filter a { flex: 0 0 auto; }
}

/* print-friendly-ish */
@media print {
  .nav, footer.site, .mobile-menu, .cta-band { display: none !important; }
}
