/* =============================================================
   Home Source Roofing — pages2.css
   FRESH component layer for the non-service pages (Solar, Financing,
   Reviews, Service Areas, City). Builds on the kit + tokens but
   introduces new section types so these pages do NOT look like the
   card-grid service pages. White still leads · green accents · camo
   for contrast moments only.
   ============================================================= */
@import url('styles.css');

/* ---------- shared scaffolding ---------- */
.pg { font-family: var(--hs-font-body); color: var(--hs-fg); }
.pg .wrap { max-width: 1180px; margin: 0 auto; padding: 0 44px; }
.pg .wrap-narrow { max-width: 920px; margin: 0 auto; padding: 0 44px; }
.section { padding: 84px 0; }
.section.tight { padding: 56px 0; }
.section.band { background: var(--hs-surface-subtle); }
.section.mint { background: linear-gradient(180deg, #F2FBF6, #FAFEFC); }
.rule-top { border-top: 1px solid var(--hs-border-subtle); }

/* kicker / index markers */
.kicker { display: inline-flex; align-items: center; gap: 10px; font-family: var(--hs-font-mono); font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--hs-green-hover); }
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--hs-green); }
.eyebrow2 { font-family: var(--hs-font-body); font-weight: 800; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--hs-green); }

/* big editorial headline (Oswald) */
.h-xl { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; line-height: 1.04; letter-spacing: .01em; font-size: clamp(36px, 4.4vw, 58px); }
.h-lg { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; line-height: 1.05; letter-spacing: .01em; font-size: clamp(30px, 3.6vw, 48px); }
.h-md { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; line-height: 1.1; font-size: clamp(22px, 2.4vw, 30px); }
/* marketing-voice (Montserrat Black) */
.display-xl { font-family: var(--hs-font-body); font-weight: 900; text-transform: uppercase; line-height: .92; letter-spacing: -.01em; font-size: clamp(40px, 6vw, 84px); }
.display-lg { font-family: var(--hs-font-body); font-weight: 900; text-transform: uppercase; line-height: .96; letter-spacing: -.01em; font-size: clamp(30px, 4vw, 54px); }
.slash { color: var(--hs-green); }
.prose { font-size: 16.5px; line-height: 1.75; color: var(--hs-fg-muted); }
.prose p + p { margin-top: 16px; }
.prose b, .prose strong { color: var(--hs-fg); }
.lede2 { font-size: 19px; line-height: 1.6; color: var(--hs-fg-muted); }

/* trust ribbon (slim, replaces the cert cards) */
.ribbon { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 30px; }
.ribbon .rb-label { font-style: italic; font-size: 13px; color: var(--hs-fg-subtle); }
.ribbon .rb-item { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 13px; letter-spacing: .02em; }
.ribbon .rb-item .ri { width: 30px; height: 30px; border-radius: 8px; background: var(--hs-green-tint); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; }
.ribbon .rb-item .ri svg { width: 17px; height: 17px; }
.ribbon.on-dark .rb-item { color: #fff; }
.ribbon.on-dark .rb-item .ri { background: rgba(255,255,255,.1); color: var(--hs-green); }
.ribbon.on-dark .rb-label { color: rgba(255,255,255,.5); }

/* rating chips reused from kit (.rchip) + a dark variant */
.rchip.on-dark { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); }
.rchip.on-dark .rc-src { color: #fff; }
.rchip.on-dark .rc-num { color: rgba(255,255,255,.6); }

/* ---------- hero: editorial split (Direction A) ---------- */
.hero-split { padding: 64px 0 76px; }
.hero-split .grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.hero-split h1 { margin: 18px 0 0; }
.hero-split .sub { font-family: var(--hs-font-wordmark); font-weight: 500; font-size: 22px; color: var(--hs-fg-muted); margin-top: 16px; }
.ticks { display: flex; flex-direction: column; gap: 12px; margin: 26px 0; }
.ticks .t { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 16px; }
.ticks .t .ck { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--hs-green); color: #fff; display: flex; align-items: center; justify-content: center; }
.ticks .t .ck svg { width: 14px; height: 14px; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.hero-figure { position: relative; }
.hero-figure .shot { border-radius: var(--hs-radius-xl); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--hs-shadow-lg); }
.hero-figure .fig-cap { position: absolute; left: 18px; bottom: 18px; right: 18px; }
.figtag { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border-radius: 999px; padding: 8px 14px; font-size: 12px; font-weight: 700; box-shadow: var(--hs-shadow-md); }
.figtag svg { width: 15px; height: 15px; color: var(--hs-green-hover); }

/* ---------- hero: dark/camo photo (Direction B) ---------- */
.hero-dark { position: relative; background: #0b0c0d; color: #fff; overflow: hidden; }
.hero-dark .bg { position: absolute; inset: 0; }
.hero-dark .camo-tex { position: absolute; inset: 0; background-image: url('textures/blackout-camo.png'); background-size: 540px; opacity: .5; }
.hero-dark .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,.82)); }
.hero-dark .wrap { position: relative; padding: 92px 44px 80px; }
.hero-dark h1 { margin: 20px 0 0; color: #fff; }
.hero-dark .sub { font-family: var(--hs-font-wordmark); font-weight: 500; font-size: 22px; color: rgba(255,255,255,.78); margin-top: 16px; }
.hero-dark .ticks .t { color: #fff; }
.hero-dark .hero-cols { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }

/* ---------- hero: soft panel (Direction C) ---------- */
.hero-panel { background: linear-gradient(180deg, #EAF7F0 0%, #F6FBF8 60%, #fff 100%); padding: 64px 0 0; }
.hero-panel .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero-panel .card-shot { background: #fff; border-radius: var(--hs-radius-xl); padding: 14px; box-shadow: var(--hs-shadow-lg); }
.hero-panel .card-shot .shot { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; }
.hero-panel h1 { margin: 16px 0 0; }
.hero-panel .sub { font-family: var(--hs-font-wordmark); font-weight: 500; font-size: 21px; color: var(--hs-fg-muted); margin-top: 14px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.pillchip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: 999px; padding: 9px 16px; font-size: 13.5px; font-weight: 600; box-shadow: var(--hs-shadow-sm); }
.pillchip svg { width: 15px; height: 15px; color: var(--hs-green-hover); }

/* ---------- editorial split block (text + sticky media) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.split.media-left { direction: rtl; }
.split.media-left > * { direction: ltr; }
.split .media .shot { border-radius: var(--hs-radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--hs-shadow-lg); }
.split .media.tall .shot { aspect-ratio: 4/5; }
.split .media.sticky { position: sticky; top: 96px; }
.split h2 { margin: 14px 0 18px; }

/* pull stat (oversized number lifted from copy) */
.pullstat { display: flex; align-items: baseline; gap: 16px; margin: 24px 0; padding: 20px 0; border-top: 1px solid var(--hs-border); border-bottom: 1px solid var(--hs-border); }
.pullstat .num { font-family: var(--hs-font-body); font-weight: 900; font-size: 52px; line-height: 1; color: var(--hs-green); }
.pullstat .lab { font-size: 14px; line-height: 1.45; color: var(--hs-fg-muted); max-width: 260px; }

/* ---------- numbered editorial rows (replaces feature cards) ---------- */
.rows { display: flex; flex-direction: column; }
.feat-row { display: grid; grid-template-columns: 88px 1fr; gap: 30px; padding: 34px 0; border-top: 1px solid var(--hs-border-subtle); align-items: start; }
.feat-row:last-child { border-bottom: 1px solid var(--hs-border-subtle); }
.feat-row .idx { font-family: var(--hs-font-display); font-weight: 700; font-size: 40px; line-height: 1; color: var(--hs-green); }
.feat-row .icn { width: 46px; height: 46px; border-radius: 12px; background: var(--hs-green-tint); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; }
.feat-row .icn svg { width: 24px; height: 24px; }
.feat-row h3 { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; font-size: 24px; margin-bottom: 8px; line-height: 1.08; }
.feat-row p { font-size: 15.5px; line-height: 1.7; color: var(--hs-fg-muted); max-width: 760px; }

/* ---------- feature trio: soft panels (Direction C) ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.panel { background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: var(--hs-radius-xl); padding: 32px; box-shadow: var(--hs-shadow-sm); transition: transform .15s ease, box-shadow .15s ease; }
.panel:hover { transform: translateY(-3px); box-shadow: var(--hs-shadow-lg); }
.panel .pic { width: 54px; height: 54px; border-radius: 14px; background: var(--hs-green-tint); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.panel .pic svg { width: 28px; height: 28px; }
.panel h3 { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; font-size: 21px; margin-bottom: 10px; line-height: 1.1; }
.panel p { font-size: 15px; line-height: 1.66; color: var(--hs-fg-muted); }

/* ---------- feature trio: dark band (Direction B) ---------- */
.trio.on-dark .panel { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); box-shadow: none; }
.trio.on-dark .panel h3 { color: #fff; }
.trio.on-dark .panel p { color: rgba(255,255,255,.7); }
.trio.on-dark .panel .pic { background: rgba(28,190,114,.16); color: var(--hs-green); }

/* ---------- statement band (centered) ---------- */
.statement { text-align: center; max-width: 880px; margin: 0 auto; }
.statement .uline { margin: 0 auto 22px; }
.statement h2 { margin-bottom: 16px; }

/* ---------- big captioned photo ---------- */
.figure-wide { border-radius: var(--hs-radius-xl); overflow: hidden; box-shadow: var(--hs-shadow-lg); position: relative; }
.figure-wide .shot { aspect-ratio: 21/9; }
.figure-wide .cap { position: absolute; left: 22px; bottom: 18px; }

/* photo grid (solar gallery) */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.photo-grid .shot { border-radius: var(--hs-radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--hs-shadow-sm); }
.photo-grid .shot.span2 { grid-column: span 2; aspect-ratio: 8/3; }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 900px; margin: 0 auto; }
.faq .q { border-top: 1px solid var(--hs-border-subtle); }
.faq .q:last-child { border-bottom: 1px solid var(--hs-border-subtle); }
.faq button.qbtn { width: 100%; background: none; border: 0; text-align: left; padding: 24px 4px; display: flex; align-items: center; gap: 18px; cursor: pointer; }
.faq .qbtn .qt { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; font-size: 19px; line-height: 1.2; flex: 1; transition: color .15s; }
.faq .qbtn:hover .qt { color: var(--hs-green-hover); }
.faq .qbtn .qi { flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--hs-border); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; transition: transform .2s, background .2s, border-color .2s; }
.faq .qbtn .qi svg { width: 16px; height: 16px; }
.faq .q.open .qbtn .qi { background: var(--hs-green); border-color: var(--hs-green); color: #fff; }
.faq .ans { overflow: hidden; max-height: 0; transition: max-height .28s ease; }
.faq .ans .inner { padding: 0 48px 26px 48px; font-size: 15.5px; line-height: 1.7; color: var(--hs-fg-muted); }
@media (prefers-reduced-motion: reduce) { .faq .ans { transition: none; } }

/* ---------- reviews wall (masonry-ish columns) ---------- */
.rev-summary-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.rev-bigscore { display: flex; align-items: center; gap: 16px; }
.rev-bigscore .score { font-family: var(--hs-font-body); font-weight: 900; font-size: 60px; line-height: 1; color: var(--hs-fg); }
.rev-bigscore .meta .stars { color: var(--hs-green); letter-spacing: 2px; font-size: 18px; }
.rev-bigscore .meta .cnt { font-size: 14px; color: var(--hs-fg-subtle); margin-top: 4px; }
.rev-wall { columns: 3; column-gap: 20px; }
.rev-wall .rcard { break-inside: avoid; margin-bottom: 20px; background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: var(--hs-radius-lg); padding: 24px; box-shadow: var(--hs-shadow-sm); }
.rev-wall .rcard .stars { color: var(--hs-green); letter-spacing: 2px; font-size: 15px; }
.rev-wall .rcard p { font-size: 14px; line-height: 1.62; color: var(--hs-fg-muted); margin-top: 12px; }
.rev-wall .rcard .who { display: flex; align-items: center; gap: 11px; margin-top: 16px; }
.rev-wall .rcard .av { width: 38px; height: 38px; border-radius: 50%; background: var(--hs-green-tint); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; flex: 0 0 auto; }
.rev-wall .rcard .nm { font-weight: 700; font-size: 13.5px; }
.rev-wall .rcard .mt { font-size: 12px; color: var(--hs-fg-subtle); }
.rev-wall .rcard .src { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--hs-fg-subtle); }
.rcard.clamp p { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
.more-btn-wrap { text-align: center; margin-top: 34px; }

/* featured quote (large) */
.feat-quote { background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: var(--hs-radius-xl); padding: 44px; box-shadow: var(--hs-shadow-md); position: relative; }
.feat-quote .qmark { color: var(--hs-green); opacity: .25; }
.feat-quote .qmark svg { width: 56px; height: 56px; }
.feat-quote p { font-family: var(--hs-font-display); font-weight: 500; text-transform: none; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.32; margin: 12px 0 22px; color: var(--hs-fg); }
.feat-quote .by { display: flex; align-items: center; gap: 12px; }

/* filter chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1px solid var(--hs-border); background: #fff; border-radius: 999px; padding: 9px 18px; font-size: 13px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: all .14s; }
.chip:hover { border-color: var(--hs-green); color: var(--hs-green-hover); }
.chip.active { background: var(--hs-green); border-color: var(--hs-green); color: #fff; }

/* ---------- service-areas: directory + map ---------- */
.area-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.map-card { border-radius: var(--hs-radius-xl); overflow: hidden; box-shadow: var(--hs-shadow-lg); border: 1px solid var(--hs-border-subtle); position: sticky; top: 96px; }
.map-card .map-shot { aspect-ratio: 4/3; background: #e8efe9; }
.map-card .map-foot { padding: 16px 20px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--hs-fg-muted); background: #fff; }
.city-search { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--hs-border); border-radius: 12px; padding: 12px 16px; background: #fff; margin-bottom: 22px; max-width: 420px; }
.city-search svg { width: 18px; height: 18px; color: var(--hs-fg-subtle); }
.city-search input { border: 0; outline: 0; font-family: inherit; font-size: 15px; width: 100%; background: none; }
.city-cols { columns: 2; column-gap: 28px; }
.city-li { break-inside: avoid; display: flex; align-items: center; gap: 12px; padding: 13px 6px; border-bottom: 1px solid var(--hs-border-subtle); font-size: 15px; font-weight: 600; transition: background .12s, padding .12s; }
.city-li:hover { background: var(--hs-green-tint); padding-left: 12px; }
.city-li .mp { color: var(--hs-green-hover); display: flex; }
.city-li .mp svg { width: 17px; height: 17px; }
.city-li .go { margin-left: auto; color: var(--hs-fg-subtle); display: flex; opacity: 0; transition: opacity .12s; }
.city-li:hover .go { opacity: 1; }
.city-li.nolink { color: var(--hs-fg-subtle); font-weight: 500; }
.city-li.nolink .mp { color: var(--hs-fg-subtle); }

/* areas grid (Direction A/B) */
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area-tile { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: 12px; padding: 16px 18px; font-size: 14.5px; font-weight: 600; transition: all .14s; }
.area-tile:hover { border-color: var(--hs-green); box-shadow: var(--hs-shadow-sm); transform: translateY(-2px); }
.area-tile .st { margin-left: auto; font-family: var(--hs-font-mono); font-size: 11px; color: var(--hs-fg-subtle); }
.area-tile svg { width: 16px; height: 16px; color: var(--hs-green-hover); }

/* ---------- financing: estimate form + payment options ---------- */
.fin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: var(--hs-radius-xl); padding: 36px; box-shadow: var(--hs-shadow-lg); }
.form-card.on-dark { background: #fff; }
.form-steps { display: flex; gap: 8px; margin-bottom: 24px; }
.form-steps .dot { height: 6px; flex: 1; border-radius: 999px; background: var(--hs-border); }
.form-steps .dot.on { background: var(--hs-green); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--hs-fg-subtle); margin-bottom: 7px; }
.field input, .field select { width: 100%; border: 1.5px solid var(--hs-border); border-radius: 10px; padding: 13px 14px; font-family: inherit; font-size: 15px; outline: 0; transition: border-color .14s, box-shadow .14s; background: #fff; }
.field input:focus, .field select:focus { border-color: var(--hs-green); box-shadow: 0 0 0 3px rgba(28,190,114,.14); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.seg { display: flex; gap: 8px; flex-wrap: wrap; }
.seg .opt { flex: 1; min-width: 90px; text-align: center; border: 1.5px solid var(--hs-border); border-radius: 10px; padding: 12px 8px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: all .14s; }
.seg .opt.sel, .seg .opt:hover { border-color: var(--hs-green); background: var(--hs-green-tint); color: var(--hs-green-hover); }

.pay-options { display: flex; flex-direction: column; gap: 14px; }
.pay-opt { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--hs-border-subtle); border-radius: var(--hs-radius-lg); padding: 22px 24px; box-shadow: var(--hs-shadow-sm); }
.pay-opt .pi { width: 48px; height: 48px; border-radius: 12px; background: var(--hs-green-tint); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.pay-opt .pi svg { width: 24px; height: 24px; }
.pay-opt h3 { font-family: var(--hs-font-display); font-weight: 600; text-transform: uppercase; font-size: 20px; margin-bottom: 6px; }
.pay-opt p { font-size: 14.5px; line-height: 1.6; color: var(--hs-fg-muted); }
.zero-badge { display: inline-flex; align-items: baseline; gap: 6px; }
.zero-badge .big { font-family: var(--hs-font-body); font-weight: 900; font-size: 30px; color: var(--hs-green); line-height: 1; }

/* ---------- city page extras ---------- */
.svc-accordion .q .qbtn .qt { font-size: 22px; }
.list-check { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-top: 14px; }
.list-check li { list-style: none; display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--hs-fg-muted); }
.list-check li .ck { flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; background: var(--hs-green-tint); color: var(--hs-green-hover); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.list-check li .ck svg { width: 13px; height: 13px; }

.local-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.local-stat { text-align: center; padding: 22px; }
.local-stat .n { font-family: var(--hs-font-body); font-weight: 900; font-size: 38px; color: var(--hs-green); line-height: 1; }
.local-stat .l { font-size: 13px; color: var(--hs-fg-muted); margin-top: 8px; letter-spacing: .02em; }

/* ---------- stat counter band (Direction B) ---------- */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.statband .s { padding: 8px 26px; border-left: 1px solid rgba(255,255,255,.14); }
.statband .s:first-child { border-left: 0; padding-left: 0; }
.statband .s .n { font-family: var(--hs-font-body); font-weight: 900; font-size: clamp(34px, 4vw, 52px); line-height: 1; color: var(--hs-green); }
.statband .s .l { font-size: 13.5px; color: rgba(255,255,255,.72); margin-top: 10px; line-height: 1.4; }
.statband.light .s { border-color: var(--hs-border-subtle); }
.statband.light .s .l { color: var(--hs-fg-muted); }

/* ---------- closing camo CTA (reused, plus a light variant) ---------- */
.cta-band { position: relative; background: #000; color: #fff; overflow: hidden; border-radius: 0; }
.cta-band .camo-tex { position: absolute; inset: 0; background-image: url('textures/blackout-camo.png'); background-size: 520px; opacity: .8; }
.cta-band .wrap { position: relative; padding: 66px 44px; text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.8); max-width: 720px; margin: 0 auto 26px; line-height: 1.7; }

.section-head { max-width: 720px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { margin: 14px 0 0; }
.section-head .lede2 { margin-top: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-split .grid, .hero-panel .grid, .hero-dark .hero-cols, .split, .fin-grid, .area-layout { grid-template-columns: 1fr; gap: 36px; }
  .split.media-left { direction: ltr; }
  .split .media.sticky, .map-card { position: static; }
  .trio, .photo-grid, .area-grid { grid-template-columns: 1fr 1fr; }
  .rev-wall { columns: 2; }
  .statband, .local-strip { grid-template-columns: 1fr 1fr; gap: 24px; }
  .statband .s { border-left: 0; padding-left: 0; }
}
@media (max-width: 620px) {
  .pg .wrap, .pg .wrap-narrow { padding: 0 22px; }
  .cta-band .wrap { padding: 56px 22px; }
  .section { padding: 56px 0; }
  .trio, .photo-grid, .area-grid, .rev-wall, .city-cols, .list-check { grid-template-columns: 1fr; columns: 1; }
  .field-row { grid-template-columns: 1fr; }
  .feat-row { grid-template-columns: 1fr; gap: 14px; }
  /* hero-split: center-align everything on mobile */
  .hero-split { text-align: center; }
  .hero-split .ticks { align-items: center; }
  .hero-split .hero-actions { justify-content: center; flex-wrap: wrap; }
  .hero-split .ratings { justify-content: center; }
  .hero-split .kicker { display: flex; justify-content: center; }
  .hero-split .kicker::before { display: none; }
  /* Info/rating chips centered */
  .rchip { justify-content: center; }
  /* Area grid centered on service pages */
  .area-grid { justify-items: center; }
  /* Map card full-width on mobile */
  .map-card { margin: 0 auto; }
  .area-map { margin: 0 auto; }
}

/* tighter 2-col cities footer */
.footer .cities{display:grid;grid-template-columns:1fr 1fr;column-gap:22px;row-gap:7px;}
.footer .cities li{padding:0;}
