@font-face { font-family: Inter; src: url("/assets/inter-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("/assets/inter-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: Inter; src: url("/assets/inter-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: Lora; src: url("/assets/lora-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: Lora; src: url("/assets/lora-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

:root {
  color-scheme: light;
  font-family: Inter, system-ui, sans-serif;
  color: #111827;
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --canvas: #fdf8ec;
  --surface: #fff;
  --navy: #12304a;
  --teal: #0f5b68;
  --teal-hover: #0b4752;
  --sand: #c79a4a;
  --pale: #eef6f8;
  --text: #111827;
  --muted: #5b6678;
  --border: #d8e2e5;
  --focus: #0b7185;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 18px 45px rgba(18, 48, 74, .09);
  --warn-bg: #fff5d9;
  --warn-border: #e3c875;
  --warn-text: #6e4a08;
  /* Radius scale. Everything rounded resolves to one of these four so a change
     to the shape language is one edit rather than a hunt through the file. */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-pill: 999px;
  /* Motion scale. The dynamic feel of a modern directory comes from many small
     state changes rather than large animations, so these stay short. */
  --motion-fast: 120ms;
  --motion: 200ms;
  --ease: cubic-bezier(.4, 0, .2, 1);
  --lift: 0 14px 32px rgba(18, 48, 74, .12);
}

/* Anyone who asks the operating system for less movement gets none of it. */
@media (prefers-reduced-motion: reduce) {
  :root { --motion-fast: 0ms; --motion: 0ms; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0ms !important; animation-iteration-count: 1 !important; transition-duration: 0ms !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; overflow-x: clip; color: var(--text); background: var(--surface); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.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-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--surface); background: var(--navy); border-radius: 7px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell, .header-inner, .footer-inner, .footer-base, .hero-inner, .evidence-inner, .methodology-inner { width: var(--shell); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-family: Lora, Georgia, serif; letter-spacing: -.035em; }

.site-header { position: relative; z-index: 20; min-height: 82px; background: var(--surface); border-bottom: 1px solid var(--border); }
.header-inner { height: 81px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: none; color: var(--navy); font-family: Lora, Georgia, serif; font-weight: 700; font-size: 19px; letter-spacing: -.025em; text-decoration: none; }
.brand img { width: 70px; height: 70px; object-fit: contain; margin: -3px -1px -3px -17px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(26px, 3.2vw, 48px); margin-left: auto; color: #0d233a; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding-block: 10px; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--sand); transition: right 160ms ease; }
.desktop-nav a:hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; margin-left: auto; color: var(--navy); background: var(--surface); border: 1px solid #c9d4dc; border-radius: 8px; cursor: pointer; font-size: 25px; }
.mobile-nav { display: none; }

.hero { background: radial-gradient(circle at 79% 45%, rgba(199,154,74,.08) 0 220px, transparent 221px), var(--canvas); border-bottom: 1px solid var(--border); }
.hero-inner { min-height: 510px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: center; gap: 48px; }
.hero-copy { padding-block: 68px; position: relative; z-index: 1; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(36px, 3.9vw, 52px); line-height: 1.08; }
.hero-copy > p:not(.eyebrow, .microcopy) { max-width: 670px; margin: 24px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.microcopy { margin: 15px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-search { display: flex; width: min(100%, 680px); min-height: 60px; gap: 8px; }
.search-field { min-width: 0; flex: 1; display: flex; align-items: center; gap: 13px; padding-inline: 18px; color: #687587; background: var(--surface); border: 1px solid #91a2b1; border-radius: 8px; }
.search-field:focus-within { border-color: var(--focus); box-shadow: 0 0 0 3px rgba(11,113,133,.14); }
.search-field input { width: 100%; min-width: 0; padding: 17px 0; color: var(--text); background: transparent; border: 0; outline: 0; }
.hero-art { min-height: 390px; display: grid; place-items: center; position: relative; }
.hero-art img { position: relative; width: min(86%, 390px); height: auto; filter: drop-shadow(0 22px 27px rgba(18,48,74,.12)); }
.art-ring { position: absolute; width: 350px; aspect-ratio: 1; border: 1px solid rgba(199,154,74,.44); border-radius: 50%; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; font-weight: 700; border: 1px solid transparent; border-radius: var(--r-sm); text-decoration: none; cursor: pointer; transition: background var(--motion-fast) var(--ease), transform var(--motion-fast) var(--ease), box-shadow var(--motion) var(--ease); }
.button:not(.button--disabled):hover { transform: translateY(-1px); box-shadow: var(--lift); }
.button:not(.button--disabled):active { transform: translateY(0); box-shadow: none; }
.button--primary { color: var(--surface); background: var(--teal); }
.button--primary:hover { background: var(--teal-hover); }
.button--secondary { color: var(--navy); background: var(--surface); border-color: #9dafbb; }
.button--disabled { color: #536170; background: #e7ecef; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 700; text-decoration: none; transition: gap var(--motion) var(--ease), color var(--motion-fast) var(--ease); }
.text-link:hover { gap: 13px; color: var(--teal-hover); text-decoration: underline; }
.text-link .icon { width: 19px; }
.text-button { padding: 5px; color: var(--teal); background: transparent; border: 0; text-decoration: underline; cursor: pointer; }

.evidence-band { color: var(--surface); background: var(--teal); }
.evidence-inner { min-height: 122px; display: grid; grid-template-columns: repeat(3, 1fr); }
.evidence-inner article { min-width: 0; display: flex; align-items: center; gap: 17px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.2); }
.evidence-inner article:first-child { padding-left: 0; }
.evidence-inner article:last-child { padding-right: 0; border-right: 0; }
.evidence-inner > article > .icon { width: 32px; height: 32px; padding: 5px; color: var(--sand); background: rgba(255,255,255,.1); border-radius: 50%; box-sizing: content-box; }
.evidence-inner h2 { margin: 0 0 5px; color: var(--surface); font-family: Inter, sans-serif; font-size: 14px; letter-spacing: 0; }
.evidence-inner p { margin: 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.45; }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; padding-block: 86px 42px; }
.split-intro h2, .section-heading h2, .cities h2 { margin: 0; font-size: clamp(31px, 4vw, 46px); line-height: 1.12; }
.split-intro > p { margin: 0; color: var(--muted); line-height: 1.75; }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 92px; }
.care-card { min-height: 330px; padding: 42px; background: var(--canvas); border: 1px solid #eadfc8; border-radius: var(--r-lg); transition: transform var(--motion) var(--ease), box-shadow var(--motion) var(--ease); }
.care-card:hover { transform: translateY(-3px); box-shadow: var(--lift); }
.care-card--blue { background: var(--pale); border-color: #d0e3e7; }
.care-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--teal); background: var(--surface); border-radius: 50%; box-shadow: 0 8px 18px rgba(18,48,74,.08); }
.care-icon .icon { width: 29px; height: 29px; }
.care-card h3 { margin: 28px 0 13px; font-size: 28px; }
.care-card p { min-height: 76px; margin: 0 0 24px; color: var(--muted); line-height: 1.65; }

.listing-section { padding-block: 88px; background: #f7fafb; border-block: 1px solid var(--border); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.provider-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.provider-card { min-width: 0; padding: 25px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); box-shadow: 0 6px 20px rgba(18,48,74,.045); transition: transform var(--motion) var(--ease), box-shadow var(--motion) var(--ease), border-color var(--motion) var(--ease); }
.provider-card:hover { transform: translateY(-3px); border-color: var(--teal); box-shadow: var(--lift); }
.provider-card:focus-within { border-color: var(--teal); box-shadow: var(--lift); }
.provider-card[hidden] { display: none; }
.provider-card__top { min-height: 31px; display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; gap: 7px; color: var(--muted); font-size: 12px; }
.location { display: inline-flex; align-items: center; gap: 5px; }
.location .icon { width: 16px; height: 16px; color: var(--teal); }
.paid-label { padding: 4px 9px; color: var(--warn-text); background: var(--warn-bg); border: 1px solid var(--warn-border); border-radius: var(--r-pill); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.provider-card h3 { margin: 16px 0 10px; font-size: 24px; line-height: 1.2; }
.provider-card h3 a { text-decoration: none; }
.provider-card h3 a:hover { text-decoration: underline; }
.provider-card > p { min-height: 68px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.tag-list { min-height: 64px; display: flex; flex-wrap: wrap; align-content: start; gap: 7px; margin: 20px 0; }
.tag-list span { padding: 6px 11px; color: var(--teal); background: var(--pale); border-radius: var(--r-pill); font-size: 11px; font-weight: 600; transition: background var(--motion-fast) var(--ease); }
.provider-card:hover .tag-list span { background: #e2eff2; }
.provider-card__footer { display: flex; flex-direction: column; align-items: start; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border); }
.provider-card__footer > span { color: var(--navy); font-size: 13px; font-weight: 600; }

.cities { padding-block: 90px; }
.city-rail { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.city-link { min-height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: var(--navy); border-right: 1px solid var(--border); text-decoration: none; font-family: Lora, serif; font-weight: 700; }
.city-link:last-child { border-right: 0; }
.city-link { transition: background var(--motion-fast) var(--ease), color var(--motion-fast) var(--ease); }
.city-link:hover { background: var(--canvas); color: var(--teal); }
.city-link .icon { width: 33px; height: 33px; color: var(--teal); }
.methodology { padding-block: 58px; color: var(--surface); background: var(--navy); }
.methodology-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; }
.method-icon { width: 62px; height: 62px; padding: 14px; color: var(--sand); background: rgba(255,255,255,.08); border-radius: 50%; }
.methodology h2 { margin: 0 0 8px; color: var(--surface); font-size: 30px; }
.methodology p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.72); }
.methodology .eyebrow { color: #e7c481; }
.method-links { display: flex; flex-direction: column; gap: 13px; }
.method-links a { display: flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 12px 0; color: var(--surface); border-bottom: 1px solid rgba(255,255,255,.24); font-weight: 700; text-decoration: none; }

.page-hero { padding-block: 82px; background: var(--canvas); border-bottom: 1px solid var(--border); }
.page-hero--compact { padding-block: 62px; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.08; }
.page-hero .section-shell > p:not(.eyebrow), .detail-hero > div > p:not(.eyebrow) { max-width: 740px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--teal); font-size: 14px; font-weight: 700; }

.browse-shell { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 38px; padding-block: 58px 100px; }
.filters { align-self: start; padding: 23px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-md); position: sticky; top: 18px; }
.filter-head, .results-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.filter-head h2 { margin: 0; font-size: 23px; }
.filters fieldset { margin: 21px 0 0; padding: 20px 0 0; border: 0; border-top: 1px solid var(--border); }
.filters legend, .stacked-label { color: var(--navy); font-size: 13px; font-weight: 700; }
.stacked-label { display: grid; gap: 8px; margin-top: 21px; }
.stacked-label input, .results-head select, .intake-form input:not([type=checkbox]):not([type=radio]), .intake-form select, .intake-form textarea { width: 100%; padding: 12px; color: var(--text); background: var(--surface); border: 1px solid #9eacb7; border-radius: 7px; }
.check-row { display: flex; align-items: start; gap: 9px; margin-top: 12px; color: #354254; font-size: 13px; line-height: 1.35; cursor: pointer; transition: color var(--motion-fast) var(--ease); }
.check-row:hover { color: var(--teal); }
.check-row input, .consent input { width: 18px; height: 18px; margin: 0; flex: 0 0 auto; accent-color: var(--teal); }
.filter-apply { display: none; width: 100%; margin-top: 22px; }
.results-head { min-height: 44px; margin-bottom: 22px; }
.results-head p { margin: 0; color: var(--muted); }
.results-head label { display: flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 700; }
.results-head select { width: auto; padding: 9px 32px 9px 10px; }
.results .provider-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.empty-state { padding: 70px 35px; text-align: center; background: var(--pale); border: 1px solid var(--border); border-radius: 12px; }
.empty-state h2 { margin: 0 0 12px; font-size: 28px; }
.empty-state p { color: var(--muted); }
.empty-state .button, .empty-state .text-link { margin: 12px 5px 0; }

.detail-hero { display: grid; grid-template-columns: 1fr 340px; gap: 70px; align-items: end; }
.detail-summary { display: flex; flex-direction: column; gap: 15px; padding: 26px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
.detail-summary strong { color: var(--navy); font-family: Lora, serif; font-size: 22px; }
.detail-summary span { color: var(--muted); font-size: 13px; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 70px; padding-block: 74px 100px; }
.claims { display: grid; gap: 14px; }
.claim { padding: 23px; border: 1px solid var(--border); border-radius: var(--r-md); transition: border-color var(--motion) var(--ease), background var(--motion) var(--ease); }
.claim:hover { border-color: var(--teal); background: #fbfdfd; }
.claim-title { display: flex; gap: 12px; align-items: center; }
.claim-title .icon { color: var(--teal); }
.claim h2 { margin: 0; font-family: Inter, sans-serif; font-size: 16px; letter-spacing: 0; }
.claim-value { margin-bottom: 6px; font-weight: 700; }
.claim > p:not(.claim-value, .provenance) { color: var(--muted); }
.provenance { margin: 16px 0 0; padding-top: 14px; color: var(--muted); border-top: 1px solid var(--border); font-size: 12px; line-height: 1.6; }
.provenance a { color: var(--teal); }
.unknown-box { margin-top: 22px; padding: 24px; background: var(--canvas); border-left: 4px solid var(--sand); }
.unknown-box h2 { margin: 0 0 8px; font-size: 20px; }
.unknown-box p { margin: 0; color: var(--muted); line-height: 1.6; }
.action-panel { align-self: start; display: flex; flex-direction: column; padding: 25px; border: 1px solid var(--border); border-radius: 12px; position: sticky; top: 18px; }
.action-panel h2 { margin: 0 0 13px; font-size: 21px; }
.action-panel a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 14px 0; color: var(--teal); border-bottom: 1px solid var(--border); font-size: 13px; font-weight: 700; text-decoration: none; }
.action-panel a:last-child { border-bottom: 0; }

.market-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-block: 65px 100px; }
.market-card { min-height: 220px; padding: 30px; background: var(--pale); border: 1px solid #d2e4e8; border-radius: var(--r-lg); transition: transform var(--motion) var(--ease), box-shadow var(--motion) var(--ease); }
.market-card:hover { transform: translateY(-3px); box-shadow: var(--lift); }
.market-card > .icon { width: 34px; height: 34px; color: var(--teal); }
.market-card h2 { margin: 24px 0 5px; font-size: 28px; }
.market-card p { margin: 0 0 20px; color: var(--muted); }
.market-card span { color: var(--teal); font-size: 12px; font-weight: 700; }

.prose { max-width: 860px; padding-block: 64px 100px; }
.prose section + section { margin-top: 47px; padding-top: 42px; border-top: 1px solid var(--border); }
.prose h2 { margin: 0 0 15px; font-size: 29px; }
.prose h3 { margin: 28px 0 8px; font-size: 20px; }
.prose p, .prose li { color: #394657; line-height: 1.75; }
.prose a { color: var(--teal); }
.prose .callout { padding: 20px; background: var(--canvas); border-left: 4px solid var(--sand); }

.form-shell { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 60px; max-width: 1040px; padding-block: 65px 100px; }
.intake-form { width: 100%; min-width: 0; display: grid; gap: 22px; }
.form-shell > *, .intake-form > *, .intake-form input, .intake-form select, .intake-form textarea, .intake-form button { min-width: 0; max-width: 100%; }
.intake-form > label:not(.consent) { display: grid; gap: 8px; color: var(--navy); font-size: 14px; font-weight: 700; }
.intake-form textarea { min-height: 155px; resize: vertical; }
.consent { display: flex; align-items: start; gap: 10px; color: #394657; font-size: 13px; line-height: 1.55; }
.consent a { color: var(--teal); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-slot { padding: 13px; color: var(--muted); background: #f5f7f8; border: 1px dashed #acbbc5; border-radius: 7px; font-size: 12px; }
.turnstile-slot p, .form-status { margin: 0; }
.form-status { min-height: 24px; color: var(--teal); font-weight: 600; }
.form-note { align-self: start; padding: 27px; background: var(--pale); border-radius: 12px; }
.form-note h2 { margin-top: 0; font-size: 23px; }
.form-note p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.offer-hero { display: grid; grid-template-columns: 1fr 360px; gap: 70px; align-items: center; }
.price-card { padding: 30px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
.price-card > strong { color: var(--navy); font-family: Lora, serif; font-size: 35px; }
.price-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.price-card .button { width: 100%; }
.notice { padding: 12px 14px; color: #6b4c13; background: #fff6df; border: 1px solid #ead092; border-radius: 6px; font-size: 12px; }

.not-found { min-height: 620px; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.not-found h1 { margin: 0; font-size: clamp(48px, 7vw, 86px); }
.not-found > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

.site-footer { color: var(--surface); background: #0d263b; }
.footer-inner { display: grid; grid-template-columns: minmax(240px, 2fr) repeat(3, 1fr); gap: 55px; padding-block: 62px; }
.site-footer .brand { color: var(--surface); }
.footer-inner > div > p { max-width: 280px; margin: 10px 0 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.6; }
.footer-inner nav { display: flex; flex-direction: column; align-items: start; gap: 12px; font-size: 13px; }
.footer-inner nav strong { margin-bottom: 5px; color: #e8c981; }
.footer-inner nav a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-inner nav a:hover { color: var(--surface); text-decoration: underline; }
.footer-base { display: flex; justify-content: space-between; padding-block: 20px; color: rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr 300px; }
  .provider-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .city-rail { grid-template-columns: repeat(3, 1fr); }
  .city-link { border-bottom: 1px solid var(--border); }
  .evidence-inner article { padding-inline: 18px; }
  .detail-grid, .detail-hero, .offer-hero { grid-template-columns: minmax(0,1fr) 300px; gap: 36px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 660px); }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-nav { display: grid; padding: 8px 16px 16px; background: var(--surface); border-bottom: 1px solid var(--border); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 8px; color: var(--navy); border-bottom: 1px solid var(--border); font-weight: 700; text-decoration: none; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding-block: 60px 28px; }
  .hero h1 { font-size: clamp(42px, 11.5vw, 62px); }
  .hero-art { min-height: 290px; }
  .hero-art img { width: 280px; }
  .art-ring { width: 255px; }
  .evidence-inner { grid-template-columns: 1fr; padding-block: 9px; }
  .evidence-inner article, .evidence-inner article:first-child, .evidence-inner article:last-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .evidence-inner article:last-child { border-bottom: 0; }
  .split-intro, .care-grid { grid-template-columns: 1fr; gap: 22px; }
  .split-intro { padding-block: 65px 25px; }
  .care-grid { padding-bottom: 65px; }
  .provider-grid, .results .provider-grid { grid-template-columns: 1fr; }
  .city-rail { grid-template-columns: repeat(2, 1fr); }
  .methodology-inner { grid-template-columns: auto 1fr; }
  .method-links { grid-column: 1 / -1; }
  .browse-shell { grid-template-columns: 1fr; gap: 26px; }
  .filters { position: static; }
  .filter-apply { display: inline-flex; }
  .detail-hero, .detail-grid, .offer-hero, .form-shell { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .detail-summary, .action-panel { position: static; }
  .market-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-inner > div { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 72px; }
  .site-header { min-height: 73px; }
  .brand { font-size: 17px; }
  .brand img { width: 59px; height: 59px; margin-left: -13px; }
  .hero-search { flex-direction: column; }
  .hero-search .button { width: 100%; }
  .care-card { min-height: 0; padding: 27px; }
  .care-card p { min-height: 0; }
  .listing-section, .cities, .page-hero { padding-block: 58px; }
  .page-hero h1 { font-size: 42px; }
  .section-heading { align-items: start; flex-direction: column; }
  .city-rail { grid-template-columns: 1fr 1fr; }
  .city-link { min-height: 115px; text-align: center; }
  .browse-shell, .detail-grid, .form-shell, .prose { padding-block: 40px 70px; }
  .results-head { align-items: start; flex-direction: column; }
  .market-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner > div { grid-column: auto; }
  .footer-base { align-items: start; flex-direction: column; gap: 8px; }
}

@media (max-width: 340px) {
  .form-shell.section-shell { width: calc(100% - 16px); }
  .turnstile-slot { padding: 0; }
}

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