/* Queensberry proposal B: conversion-first, navy + royal blue, serif headings */
:root {
  --navy: #12295a;
  --navy-900: #0c1d42;
  --royal: #1f4fb5;
  --royal-700: #183f93;
  --ink: #18223a;
  --muted: #4b566b;
  --line: #d6deea;
  --surface: #f3f6fb;
  --surface-2: #e8eef8;
  --white: #ffffff;
  --ok: #1c7a4c;
  --err: #b42318;
  --berry: #8e1f52;
  --focus: #f2b632;

  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --s1: 4px; --s2: 8px; --s3: 12px; --s4: 16px; --s5: 24px; --s6: 32px; --s7: 48px; --s8: 64px; --s9: 96px;
  --r: 6px;
  --r-lg: 10px;
  --shadow: 0 1px 2px rgb(12 29 66 / .06), 0 8px 24px rgb(12 29 66 / .08);
  --shadow-lg: 0 2px 4px rgb(12 29 66 / .08), 0 24px 48px rgb(12 29 66 / .18);
  --wrap: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body { margin: 0; font-family: var(--sans); font-size: 1rem; line-height: 1.6; color: var(--ink); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--royal); text-underline-offset: 3px; }
a:hover { color: var(--royal-700); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; border-radius: 2px; }
h1, h2, h3 { font-family: var(--serif); color: var(--navy); line-height: 1.15; margin: 0 0 var(--s3); font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 1.3rem + 3.4vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.35rem); }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 var(--s4); }
ul, ol { margin: 0; padding: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--s4); }
@media (min-width: 768px) { .wrap { padding-inline: var(--s6); } }
.narrow { max-width: 760px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: var(--s4); top: -60px; background: var(--navy); color: #fff; padding: var(--s2) var(--s4); z-index: 100; border-radius: var(--r); }
.skip:focus { top: var(--s2); color: #fff; }
.icon { width: 20px; height: 20px; flex: none; }
.muted { color: var(--muted); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: var(--s2); min-height: 44px; padding: 10px 20px; border-radius: var(--r); border: 2px solid transparent; font: 600 1rem/1.2 var(--sans); text-decoration: none; cursor: pointer; transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.btn .icon { width: 18px; height: 18px; transition: transform .15s ease; }
.btn:hover .icon { transform: translateX(2px); }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--royal); color: #fff; }
.btn-primary:hover { background: var(--royal-700); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-900); color: #fff; }
.btn-lg { min-height: 52px; padding: 14px 28px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; text-decoration: none; min-height: 44px; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 18px; height: 18px; }

/* Proposal bar */
.proposal-bar { background: #eef1f5; color: #3d4757; font-size: .8125rem; border-bottom: 1px solid var(--line); }
.proposal-bar .wrap { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; justify-content: center; min-height: 32px; }
.proposal-bar a { color: #22407f; font-weight: 600; padding: 4px 2px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: var(--s5); min-height: 72px; }
.brand { display: flex; align-items: center; min-height: 44px; }
.brand img { width: 190px; }
.main-nav { display: none; margin-left: auto; }
.main-nav ul { display: flex; list-style: none; gap: 2px; }
.main-nav a { display: flex; align-items: center; min-height: 44px; padding: 0 12px; color: var(--ink); text-decoration: none; font-size: .95rem; font-weight: 500; border-radius: var(--r); }
.main-nav a:hover { color: var(--royal); background: var(--surface); }
.main-nav a[aria-current="page"] { color: var(--royal); box-shadow: inset 0 -2px 0 var(--royal); border-radius: 0; }
.header-actions { display: flex; align-items: center; gap: var(--s3); margin-left: auto; }
.header-phone { display: none; align-items: center; gap: 6px; font-weight: 700; color: var(--navy); text-decoration: none; min-height: 44px; white-space: nowrap; }
.header-phone .icon { width: 18px; height: 18px; }
.header-cta { display: none; white-space: nowrap; }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: var(--r); color: var(--navy); cursor: pointer; }
.nav-toggle .nav-toggle-close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle-open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle-close { display: inline-flex; }
.nav-toggle span { display: inline-flex; }
.mobile-nav { border-top: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.mobile-nav nav { padding-block: var(--s3) var(--s5); }
.mobile-nav ul { list-style: none; margin-bottom: var(--s4); }
.mobile-nav li a { display: flex; align-items: center; min-height: 48px; color: var(--ink); text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--surface-2); }
.mobile-nav li a[aria-current="page"] { color: var(--royal); }
.mobile-phone { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; margin-top: var(--s2); font-weight: 700; color: var(--navy); text-decoration: none; }
@media (min-width: 560px) { .header-cta { display: inline-flex; } }
@media (min-width: 1140px) {
  .main-nav { display: block; }
  .header-actions { margin-left: 0; }
  .nav-toggle, .mobile-nav { display: none !important; }
  .header-inner { gap: var(--s4); }
}
@media (min-width: 1280px) { .header-phone { display: inline-flex; } }

/* Missing image fallback (generated photos pending) */
.ph { background-color: #c9d6e8; }
img.img-missing { opacity: 0; }

/* Hero */
.hero { position: relative; isolation: isolate; background: #dbe5f1; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #cfdcee 0%, #e4ebf4 55%, #9fb28f 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(255 255 255 / .88) 0%, rgb(255 255 255 / .64) 40%, rgb(255 255 255 / .06) 66%, rgb(255 255 255 / 0) 100%); }
.hero-grid { display: grid; gap: var(--s6); padding-block: var(--s7) var(--s7); }
.hero-copy { display: flex; flex-direction: column; }
.hero-copy h1 { max-width: 24ch; text-wrap: balance; margin-bottom: var(--s4); }
.hero-sub { font-size: clamp(1.05rem, 1rem + .3vw, 1.2rem); color: #1f2a40; max-width: 44ch; margin-bottom: var(--s6); }
.facts-card { list-style: none; display: grid; gap: var(--s3); background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow); padding: var(--s4) var(--s5); margin-top: auto; align-self: start; }
.facts-card li { display: flex; align-items: center; gap: var(--s3); font-size: .9rem; color: var(--muted); line-height: 1.35; }
.facts-card strong { display: block; color: var(--navy); font-size: 1rem; }
.facts-card .icon { width: 28px; height: 28px; color: var(--royal); }
@media (max-width: 767px) {
  .hero-media::after { background: linear-gradient(180deg, rgb(255 255 255 / .9) 0%, rgb(255 255 255 / .78) 50%, rgb(255 255 255 / .5) 100%); }
}
@media (min-width: 768px) {
  .facts-card { grid-auto-flow: column; grid-auto-columns: 1fr; gap: 0; }
  .facts-card li { padding-inline: var(--s4); }
  .facts-card li + li { border-left: 1px solid var(--line); }
  .facts-card li:first-child { padding-left: 0; }
}
@media (min-width: 1024px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 400px; align-items: stretch; padding-block: var(--s8) var(--s7); min-height: 600px; }
  .hero-copy { padding-top: var(--s4); }
}

/* Quote card */
.quote-card { background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: var(--s5); border-top: 4px solid var(--navy); }
.quote-title { font-size: 1.5rem; margin-bottom: var(--s1); }
.quote-sub { font-size: .9rem; color: var(--muted); margin-bottom: var(--s4); }
.quote-form .field { margin-bottom: var(--s3); }
.field-row { display: grid; gap: 0 var(--s3); }
@media (min-width: 420px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field label { display: block; font-weight: 600; font-size: .875rem; color: var(--ink); margin-bottom: 4px; }
.opt { font-weight: 400; color: var(--muted); }
.hint { font-size: .8125rem; color: var(--muted); margin: -2px 0 6px; }
.field input, .field select, .field textarea { width: 100%; min-height: 44px; padding: 10px 12px; font: 400 1rem/1.4 var(--sans); color: var(--ink); background: #fff; border: 1px solid #9aa7bb; border-radius: var(--r); transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312295a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; background-size: 18px; padding-right: 36px; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--navy); }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: none; border-color: var(--royal); box-shadow: 0 0 0 3px rgb(31 79 181 / .3); }
.field [aria-invalid="true"] { border-color: var(--err); background-color: #fff8f7; }
.field-error { display: flex; gap: 6px; color: var(--err); font-size: .8125rem; font-weight: 600; margin: 4px 0 0; }
.field-error::before { content: "!"; display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--err); color: #fff; font-size: .7rem; flex: none; margin-top: 1px; }
.form-foot { font-size: .8125rem; color: var(--muted); margin: var(--s3) 0 0; }
.form-success { background: #eef8f2; border: 1px solid #b7dcc6; border-radius: var(--r); padding: var(--s5); }
.form-success:focus { outline: 3px solid var(--focus); outline-offset: 2px; }
.success-title { display: flex; gap: var(--s3); align-items: flex-start; font-family: var(--serif); font-weight: 700; font-size: 1.2rem; color: var(--navy); margin-bottom: var(--s2); }
.success-title .icon { color: var(--ok); width: 26px; height: 26px; margin-top: 2px; }
.success-note { font-size: .875rem; color: var(--muted); margin: 0; }

/* Sections */
.section { padding-block: var(--s8); }
@media (min-width: 1024px) { .section { padding-block: var(--s9); } }
.sec-head { margin-bottom: var(--s6); max-width: 62ch; }
.sec-head p { color: var(--muted); font-size: 1.05rem; margin: 0; }
.sec-head.center { text-align: center; margin-inline: auto; }
.more-link { text-align: center; margin: var(--s6) 0 0; }
.more-link a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; min-height: 44px; text-decoration: none; }
.more-link a:hover { text-decoration: underline; }
.more-link .icon { width: 18px; height: 18px; }
.note { color: var(--muted); font-size: .95rem; }

/* Service cards */
.svc-grid { list-style: none; display: grid; gap: var(--s4); grid-template-columns: 1fr; }
@media (min-width: 600px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .svc-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s5); } }
.svc-card { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: var(--navy); transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.svc-card:hover { box-shadow: var(--shadow); border-color: #b9c6da; color: var(--navy); }
.svc-img { display: block; aspect-ratio: 16 / 9; background: #c9d6e8; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.svc-card:hover .svc-img img { transform: scale(1.03); }
.svc-title { display: flex; justify-content: space-between; align-items: center; gap: var(--s3); padding: var(--s4) var(--s5); font-weight: 700; font-size: 1.05rem; line-height: 1.3; }
.svc-arrow { color: var(--royal); transition: transform .2s ease; }
.svc-card:hover .svc-arrow { transform: translateX(3px); }

/* Who we help */
.who-panel { background: var(--surface); border: 1px solid var(--surface-2); border-radius: var(--r-lg); padding: var(--s6) var(--s4); text-align: center; }
.who-panel h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 1.9rem); margin-bottom: var(--s5); }
.who-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s2); }
@media (min-width: 600px) { .who-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .who-grid { grid-template-columns: repeat(6, 1fr); } }
.who-grid a { display: flex; flex-direction: column; align-items: center; gap: var(--s2); padding: var(--s4) var(--s2); min-height: 44px; border-radius: var(--r); color: var(--ink); text-decoration: none; font-weight: 600; font-size: .95rem; transition: background-color .15s ease; }
.who-grid a:hover { background: #fff; color: var(--royal); }
.who-icon { width: 36px; height: 36px; color: var(--royal); }

/* Area */
.area { padding-bottom: 0; }
.area-grid { display: grid; gap: var(--s6); align-items: center; }
.area-copy h2 { max-width: 16ch; }
.area-copy p { color: var(--muted); }
.checklist { list-style: none; display: grid; gap: var(--s2); margin-bottom: var(--s4); }
.checklist li { display: flex; align-items: center; gap: var(--s2); font-weight: 500; }
.checklist .icon { color: var(--ok); width: 20px; height: 20px; padding: 2px; border: 1.5px solid currentColor; border-radius: 50%; }
.checklist .is-partial .icon { color: #5d7fb9; }
.checklist span { color: var(--muted); font-weight: 400; font-size: .875rem; }
.checklist.cols-2 { grid-template-columns: 1fr 1fr; }
.area-map { max-width: 460px; width: 100%; margin-inline: auto; }
.area-photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: linear-gradient(180deg, #e9c79a, #9a8a52 60%, #6f7a45); }
.area-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1024px) {
  .area-grid { grid-template-columns: 1fr 1.05fr .95fr; gap: var(--s5); }
  .area-photo { aspect-ratio: 3 / 4; }
}

/* Map */
.county-map { width: 100%; height: auto; display: block; }
.cty { stroke-width: .8; stroke-linejoin: round; transition: fill .15s ease; }
.cty-served { fill: var(--navy); stroke: #fff; }
.cty-served:hover { fill: var(--royal); }
.cty-partial { fill: #a9bfe3; stroke: #fff; }
.cty-partial:hover { fill: #8eaad9; }
.cty-context { fill: #f1f4f8; stroke: #c3cddb; }
.cty-iowa { fill: #f7f8fa; stroke: #d5dbe4; stroke-dasharray: 2 2; }
.lbl { font: 600 10.5px var(--sans); pointer-events: none; }
.lbl-served { fill: #fff; }
.lbl-partial { fill: var(--navy); }
.city circle { fill: var(--berry); stroke: #fff; stroke-width: 1.2; }
.city text { font: 700 9.5px var(--sans); fill: var(--ink); paint-order: stroke; stroke: #fff; stroke-width: 3px; stroke-linejoin: round; pointer-events: none; }
.map-legend { list-style: none; display: flex; flex-wrap: wrap; gap: var(--s4); justify-content: center; font-size: .85rem; color: var(--muted); margin-top: var(--s3); }
.map-legend li { display: flex; align-items: center; gap: 6px; }
.sw { width: 14px; height: 14px; border-radius: 3px; display: inline-block; }
.sw-served { background: var(--navy); }
.sw-partial { background: #a9bfe3; }

/* Process */
.process { background: linear-gradient(180deg, #fff, var(--surface)); }
.steps { list-style: none; display: grid; gap: var(--s5); counter-reset: s; position: relative; }
.steps li { display: flex; gap: var(--s4); align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5); }
.steps p { color: var(--muted); margin: 0; }
.step-n { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font: 700 1.1rem var(--serif); }
@media (min-width: 900px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: var(--s6); }
  .steps::before { content: ""; position: absolute; top: 20px; left: 16%; right: 16%; height: 2px; background: var(--line); z-index: 0; }
  .steps li { flex-direction: column; align-items: center; text-align: center; background: transparent; border: 0; padding: 0; position: relative; z-index: 1; }
  .step-n { box-shadow: 0 0 0 8px var(--surface); }
}

/* Reviews */
.rev-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s2) var(--s5); margin-bottom: var(--s5); }
.rev-head h2 { margin: 0; }
.rev-meta { margin: 0; color: var(--muted); font-weight: 500; }
.rev-head .text-link { margin-left: auto; }
.rev-grid { display: grid; gap: var(--s4); }
@media (min-width: 900px) { .rev-grid { grid-template-columns: repeat(3, 1fr); gap: var(--s5); } }
@media (min-width: 900px) { .rev-grid-all { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .rev-grid-all { grid-template-columns: repeat(3, 1fr); } }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5); display: flex; flex-direction: column; gap: var(--s4); }
.review blockquote { margin: 0; }
.review blockquote p { margin: 0; font-size: 1rem; line-height: 1.6; color: var(--ink); }
.review figcaption { margin-top: auto; display: flex; flex-wrap: wrap; gap: 4px var(--s3); align-items: center; font-size: .875rem; color: var(--muted); }
.rev-name { font-weight: 700; color: var(--navy); }
.rev-tag { background: var(--surface-2); color: var(--navy); border-radius: 999px; padding: 2px 10px; font-size: .78rem; font-weight: 600; }
.rev-src { width: 100%; font-size: .8rem; }

/* CTA band */
.cta-band { background: var(--surface-2); border-top: 1px solid var(--line); }
.cta-inner { display: flex; flex-wrap: wrap; gap: var(--s5); align-items: center; justify-content: space-between; padding-block: var(--s7); }
.cta-inner h2 { margin-bottom: var(--s2); }
.cta-inner p { margin: 0; color: var(--muted); max-width: 56ch; }

/* Footer */
.site-footer { background: var(--navy); color: #d5def0; font-size: .95rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #fff; }
.footer-grid { display: grid; gap: var(--s6); padding-block: var(--s8) var(--s6); }
.footer-brand img { width: 240px; margin-bottom: var(--s4); }
.footer-brand p { max-width: 36ch; }
.footer-h { font: 700 .95rem var(--sans); color: #fff; letter-spacing: .02em; margin-bottom: var(--s3); }
.site-footer ul { list-style: none; display: grid; gap: 2px; }
.site-footer li a { display: inline-flex; align-items: center; min-height: 40px; gap: var(--s2); }
.footer-contact li { display: flex; align-items: center; gap: var(--s2); min-height: 40px; }
.footer-contact .icon { width: 18px; height: 18px; color: #9fb6e6; }
.footer-base { display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5); justify-content: space-between; border-top: 1px solid rgb(255 255 255 / .15); padding-block: var(--s4) var(--s5); font-size: .85rem; color: #b8c5de; }
.footer-base p { margin: 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.3fr; } }

/* Inner page head */
.page-head { background: linear-gradient(180deg, var(--surface), #fff); border-bottom: 1px solid var(--line); padding-block: var(--s7) var(--s6); }
.page-head h1 { font-size: clamp(2rem, 1.4rem + 2.4vw, 3rem); max-width: 22ch; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; margin: 0; }
.crumb { font-size: .9rem; color: var(--muted); margin-bottom: var(--s3); }
.crumb a { font-weight: 600; }
.jump { display: flex; flex-wrap: wrap; gap: var(--s2); padding-block: var(--s5) 0; }
.jump a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .9rem; color: var(--navy); }
.jump a:hover { border-color: var(--royal); color: var(--royal); }

/* Services page */
.svc-section { padding-block: var(--s7); border-bottom: 1px solid var(--line); }
.svc-split { display: grid; gap: var(--s5); align-items: center; }
.svc-split-img { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: #c9d6e8; }
.svc-split-img img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) {
  .svc-split { grid-template-columns: 5fr 6fr; gap: var(--s7); }
  .svc-section:nth-of-type(even) .svc-split-img { order: 2; }
}
.pill-list { list-style: none; display: flex; flex-wrap: wrap; gap: var(--s2); margin-bottom: var(--s5); }
.pill-list li { background: var(--surface); border: 1px solid var(--surface-2); border-radius: 999px; padding: 4px 12px; font-size: .9rem; color: var(--navy); font-weight: 500; }
.facts-dl { display: grid; gap: var(--s3); margin: 0; }
.facts-dl div { border-left: 3px solid var(--navy); padding-left: var(--s3); }
.facts-dl dt { font-weight: 700; color: var(--navy); font-size: .9rem; }
.facts-dl dd { margin: 0; color: var(--muted); }
.advisory { background: var(--surface); }
.adv-grid { list-style: none; display: grid; gap: var(--s4); margin-bottom: var(--s5); }
@media (min-width: 640px) { .adv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .adv-grid { grid-template-columns: repeat(4, 1fr); } }
.adv-grid li { background: #fff; border-radius: var(--r-lg); padding: var(--s5); border: 1px solid var(--line); scroll-margin-top: 110px; }
.adv-grid li:target { border-color: var(--royal); box-shadow: 0 0 0 3px rgb(31 79 181 / .2); }
.adv-grid h3 { font-size: 1.1rem; }
.adv-grid p { margin: 0; color: var(--muted); font-size: .95rem; }
.consult-grid { display: grid; gap: var(--s5); }
.consult-grid p { color: var(--muted); }
@media (min-width: 900px) { .consult-grid { grid-template-columns: 1fr 1fr; } .consult-grid .checklist { grid-template-columns: 1fr 1fr; } }
.approaches { background: var(--navy); color: #d9e2f3; }
.approaches h2, .approaches h3 { color: #fff; }
.approaches .sec-head p { color: #c3cfe6; }
.approach-list { list-style: none; display: grid; gap: var(--s5); counter-reset: a; }
@media (min-width: 900px) { .approach-list { grid-template-columns: repeat(3, 1fr); } }
.approach-list li { counter-increment: a; border-top: 2px solid rgb(255 255 255 / .25); padding-top: var(--s4); }
.approach-list li::before { content: counter(a); font: 700 2rem var(--serif); color: #9fb6e6; display: block; margin-bottom: var(--s2); }
.approach-list p { margin: 0; }
.approaches .more-link a { color: #fff; }
.fees-grid { display: grid; gap: var(--s5); }
@media (min-width: 900px) { .fees-grid { grid-template-columns: 1fr 1fr; } }
.fee-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s6); }
.fee-card p:last-child { margin: 0; }

/* Who we serve page */
.who-list { display: grid; gap: var(--s4); padding-block: var(--s6) var(--s8); }
.who-item { display: grid; gap: var(--s4); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5); scroll-margin-top: 110px; }
.who-item:target { border-color: var(--royal); box-shadow: 0 0 0 3px rgb(31 79 181 / .2); }
.who-item-head { display: flex; align-items: center; gap: var(--s3); }
.who-item-head h2 { margin: 0; font-size: 1.6rem; }
.who-item-body p { color: var(--muted); font-size: 1.05rem; }
.link-list { list-style: none; display: flex; flex-wrap: wrap; gap: 0 var(--s5); }
.link-list a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-weight: 600; text-decoration: none; }
.link-list a:hover { text-decoration: underline; }
.link-list .icon { width: 16px; height: 16px; }
.review-inline { background: var(--surface); border-color: var(--surface-2); }
@media (min-width: 900px) {
  .who-item { grid-template-columns: 220px 1fr 1fr; align-items: start; padding: var(--s6); }
  .who-item-head { flex-direction: column; align-items: flex-start; }
}

/* About */
.story-grid { display: grid; gap: var(--s6); align-items: center; }
.story-grid p { font-size: 1.1rem; color: var(--muted); max-width: 62ch; }
.story-mark { width: 140px; opacity: .9; }
@media (min-width: 900px) { .story-grid { grid-template-columns: 1fr auto; } .story-mark { width: 180px; } }
.team { background: var(--surface); }
.team-grid { display: grid; gap: var(--s5); }
@media (min-width: 900px) { .team-grid { grid-template-columns: 1fr 1fr; } }
.person { display: grid; gap: var(--s5); background: #fff; border-radius: var(--r-lg); padding: var(--s5); border: 1px solid var(--line); }
.person img { width: 100%; max-width: 240px; aspect-ratio: 512 / 614; object-fit: cover; border-radius: var(--r); background: #ddd; }
.person h3 { font-size: 1.5rem; margin-bottom: 2px; }
.role { color: var(--royal); font-weight: 600; margin-bottom: var(--s3); }
.focus { font-size: .95rem; }
.person p:last-child { color: var(--muted); margin: 0; }
@media (min-width: 560px) { .person { grid-template-columns: 180px 1fr; } }
.diff-grid { display: grid; gap: var(--s5); margin: 0; }
@media (min-width: 640px) { .diff-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .diff-grid { grid-template-columns: repeat(4, 1fr); } }
.diff-grid div { border-top: 3px solid var(--navy); padding-top: var(--s4); }
.diff-grid dt { font: 700 1.25rem var(--serif); color: var(--navy); margin-bottom: var(--s2); }
.diff-grid dd { margin: 0; color: var(--muted); }
.reviews { background: #fff; }
#reviews { background: var(--surface); }

/* Service area page */
.sa-grid { display: grid; gap: var(--s6); align-items: start; }
.sa-map { max-width: 560px; width: 100%; margin-inline: auto; }
@media (min-width: 960px) { .sa-grid { grid-template-columns: 1.15fr 1fr; gap: var(--s7); } }
.county-dl { display: grid; gap: 0; margin: 0 0 var(--s5); }
.county-dl div { display: grid; grid-template-columns: 160px 1fr; gap: var(--s3); padding-block: var(--s3); border-bottom: 1px solid var(--line); }
.county-dl dt { font-weight: 700; color: var(--navy); }
.county-dl dd { margin: 0; color: var(--muted); }
.mt { margin-top: var(--s5); font-size: 1.5rem; }
.local { background: var(--surface); }
.local-grid { display: grid; gap: var(--s6); align-items: center; }
.local-grid img { border-radius: var(--r-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.local-grid p { color: var(--muted); }
@media (min-width: 900px) { .local-grid { grid-template-columns: 1fr 1fr; gap: var(--s7); } }

/* Contact */
.contact-grid { display: grid; gap: var(--s6); align-items: start; }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: 1.7fr 1fr; gap: var(--s7); } }
.form-panel { border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s5); box-shadow: var(--shadow); scroll-margin-top: 100px; }
@media (min-width: 768px) { .form-panel { padding: var(--s6); } }
.form-panel h2 { margin-bottom: var(--s1); }
fieldset { border: 0; padding: 0; margin: 0 0 var(--s5); min-width: 0; }
legend { font: 700 1.05rem var(--sans); color: var(--navy); padding: 0; margin-bottom: var(--s3); }
.grid-2 { display: grid; gap: 0 var(--s4); }
.grid-2 .field { margin-bottom: var(--s4); }
@media (min-width: 640px) { .grid-2 { grid-template-columns: 1fr 1fr; } .field-full { grid-column: 1 / -1; } }
.contact-aside h2 { font-size: 1.5rem; }
.contact-list { list-style: none; display: grid; gap: var(--s4); margin-bottom: var(--s5); }
.contact-list li { display: flex; gap: var(--s3); align-items: flex-start; }
.contact-list .icon { color: var(--royal); margin-top: 3px; }
.contact-list .k { display: block; font-size: .8rem; font-weight: 700; color: var(--muted); letter-spacing: .03em; }
.contact-list a { display: inline-block; padding-block: 10px; margin-block: -8px; font-weight: 600; word-break: break-word; }
.aside-box { background: var(--surface); border-radius: var(--r-lg); padding: var(--s5); }
.aside-box h3 { font-size: 1.15rem; }
.aside-box p { color: var(--muted); font-size: .95rem; }
.aside-box p:last-child { margin: 0; }
.faq { background: var(--surface); }
.faq-wrap { max-width: 860px; }
details { background: #fff; border: 1px solid var(--line); border-radius: var(--r); margin-bottom: var(--s3); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: var(--s3); min-height: 56px; padding: var(--s3) var(--s5); font-weight: 700; color: var(--navy); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font: 400 1.5rem/1 var(--sans); color: var(--royal); }
details[open] summary::after { content: "\2212"; }
details p { padding: 0 var(--s5) var(--s4); margin: 0; color: var(--muted); }

/* Insights */
.post-grid { list-style: none; display: grid; gap: var(--s5); }
@media (min-width: 900px) { .post-grid { grid-template-columns: repeat(3, 1fr); } }
.post-card { display: flex; flex-direction: column; height: 100%; padding: var(--s6) var(--s5); border: 1px solid var(--line); border-radius: var(--r-lg); text-decoration: none; color: var(--ink); transition: box-shadow .2s ease, border-color .2s ease; }
.post-card:hover { box-shadow: var(--shadow); border-color: #b9c6da; color: var(--ink); }
.post-card h2 { font-size: 1.35rem; }
.post-card p { color: var(--muted); }
.post-card .text-link { margin-top: auto; color: var(--royal); }
.post-cat { font-size: .8rem; font-weight: 700; color: var(--royal); margin-bottom: var(--s2); }
.prose { padding-block: var(--s7) var(--s8); font-size: 1.075rem; }
.prose h2 { font-size: 1.6rem; margin-top: var(--s6); }
.prose ul, .prose ol { padding-left: 1.3em; margin-bottom: var(--s4); display: grid; gap: var(--s2); }
.post-cta { margin-top: var(--s7); background: var(--surface); border-radius: var(--r-lg); padding: var(--s6); }
.post-cta h2 { margin-top: 0; font-size: 1.4rem; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Mobile hero order: headline, form, then facts */
@media (max-width: 1023px) {
  .hero-grid { gap: 0; }
  .hero-copy { display: contents; }
  .hero-sub { margin-bottom: var(--s5); }
  .quote-card { order: 1; }
  .facts-card { order: 2; margin-top: var(--s5); }
}
.nowrap { white-space: nowrap; }
