/* Brazos desk: SpatialChat parchment + one burnt-orange ring.
   Redesign-preserve (taste-skill): Outfit self-host, no Inter, no AI-purple.
   Dials: variance 4 / motion 3 / density 5. YMYL trust-first. */
@font-face {
  font-family: Outfit;
  src: url("../fonts/outfit.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --tint: #f0ddd0;
  --ink: #241c18;
  --graphite: #3a312c;
  --slate: #5c534d;
  --mid: #5c534d;
  --steel: #7a716a;
  --mist: #d9d2cb;
  --fog: #e6dfd7;
  --cloud: #f4efe8;
  --paper: #fffaf4;
  --parchment: #f6f0e8;
  --ember: #b85c38;
  --ember-dark: #93482c;
  --ember-soft: rgba(184, 92, 56, 0.12);
  --font: Outfit, "Segoe UI", "Helvetica Neue", ui-sans-serif, system-ui, sans-serif;
  --max: 1180px;
  --r-btn: 10px;
  --r-card: 14px;
  --r-badge: 4px;
  --shadow-btn: 0 1px 2px rgba(184, 92, 56, 0.18);
  --shadow-card: 0 8px 22px rgba(36, 28, 24, 0.06);
  --z-mast: 40;
  --z-drop: 50;
  --z-skip: 60;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font: 400 17px/1.58 var(--font);
  color: var(--slate);
  background:
    radial-gradient(1200px 480px at 100% -80px, rgba(184, 92, 56, 0.07), transparent 58%),
    var(--cloud);
}
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}
.skip, .mast, .sheet, .colophon, .dock-call {
  position: relative;
  z-index: 1;
}
a { color: var(--ink); }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 2px;
}
img { max-width: 100%; }
.skip {
  position: absolute;
  left: 12px;
  top: -56px;
  z-index: var(--z-skip);
  background: var(--ink);
  color: var(--paper);
  padding: 8px 14px;
  border-radius: var(--r-badge);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.skip:focus {
  top: 12px;
}
.colophon .announce {
  max-width: var(--max);
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--fog);
  font-size: 14px;
  line-height: 1.45;
  color: var(--steel);
  text-align: left;
}
.colophon .announce a { color: var(--ink); }

.mast {
  position: relative;
  z-index: var(--z-mast);
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 8px 28px;
  background: var(--paper);
  border-bottom: 1px solid var(--fog);
  box-shadow: inset 0 -3px 0 var(--ember);
}
.mast .helpline { margin-left: auto; }
.helpline-mini {
  width: auto;
  max-width: none;
  flex-shrink: 0;
  gap: 8px;
  padding: 4px 12px 4px 5px;
  box-shadow: 0 4px 14px rgba(184, 92, 56, 0.22);
  white-space: nowrap;
}
.helpline-mini .helpline-ico {
  width: 32px;
  height: 32px;
}
.helpline-mini .helpline-ico .phone-ico { width: 15px; height: 15px; }
.helpline-mini .helpline-copy {
  flex: none;
  gap: 1px;
}
.helpline-mini .helpline-copy b { font-size: 12px; font-weight: 600; }
.helpline-mini .helpline-copy small { font-size: 14px; font-weight: 700; opacity: 1; }
.wordmark {
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.045em;
  flex-shrink: 0;
}
.mast-links {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-wrap: nowrap;
}
.mast-links > a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  padding: 8px 10px;
  border-radius: var(--r-badge);
  white-space: nowrap;
}
.mast-links > a:hover,
.mast-links > a[aria-current="page"] {
  background: var(--tint);
  color: var(--ember-dark);
}
.mast-drop {
  position: relative;
}
.mast-drop summary {
  list-style: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  padding: 8px 10px;
  border-radius: var(--r-badge);
  white-space: nowrap;
}
.mast-drop summary::-webkit-details-marker { display: none; }
.mast-drop summary::marker { content: ""; }
.mast-drop summary::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 6px;
  margin-bottom: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.mast-drop[open] > summary,
.mast-drop:hover > summary {
  background: var(--tint);
  color: var(--ember-dark);
}
.mast-drop-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 8px;
  background: var(--parchment);
  border: 1px solid var(--fog);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  padding: 10px;
  z-index: var(--z-drop);
}
.mast-drop-panel a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding: 8px 10px;
  border-radius: var(--r-badge);
}
.mast-drop-panel a:hover,
.mast-drop-panel a:focus-visible,
.mast-drop-panel a[aria-current="page"] {
  background: var(--paper);
  color: var(--ember-dark);
}
.mast-toggle {
  display: none;
  border: 1px solid var(--ink);
  background: var(--paper);
  border-radius: var(--r-btn);
  padding: 12px 20px;
  font: 500 16px var(--font);
  color: var(--ink);
}
.ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ember);
  color: #fff;
  text-decoration: none;
  border-radius: var(--r-btn);
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: var(--shadow-btn);
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}
.ring:hover { background: var(--ember-dark); color: #fff; }
.ring:active { transform: scale(0.98); }

.phone-ico {
  width: 18px;
  height: 18px;
  display: block;
}
.helpline {
  display: inline-flex;
  align-items: center;
  background: var(--ember);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  transition: background 180ms ease, transform 180ms ease;
}
.helpline:hover { background: var(--ember-dark); color: #fff; }
.helpline:active { transform: scale(0.98); }
.helpline-band .helpline {
  gap: 16px;
  width: min(760px, 100%);
  padding: 14px 32px 14px 14px;
  box-shadow: 0 10px 28px rgba(184, 92, 56, 0.24);
}
.helpline-ico {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: helpline-beat 1.6s ease-in-out infinite;
}
.helpline-ico::before,
.helpline-ico::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  animation: helpline-ring 1.8s ease-out infinite;
}
.helpline-ico::after { animation-delay: 0.7s; }
.helpline-ico .phone-ico { width: 22px; height: 22px; }
.helpline-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  gap: 4px;
  flex: 1;
  text-align: left;
}
.helpline-copy b {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.helpline-copy small {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.92;
}
@keyframes helpline-beat {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.08); }
  60% { transform: scale(1); }
}
@keyframes helpline-ring {
  0% { transform: scale(1); opacity: 0.65; }
  100% { transform: scale(1.9); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .helpline-ico,
  .helpline-ico::before,
  .helpline-ico::after { animation: none; }
  .ring,
  .helpline,
  .care-tile { transition: none; }
  .ring:active,
  .helpline:active,
  .care-tile:hover,
  .care-tile:active { transform: none; }
}
.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  border: 1px solid var(--ink);
  border-radius: var(--r-btn);
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  transition: background 180ms ease, color 180ms ease;
}
.ghost:hover { background: var(--tint); color: var(--ember-dark); }

.sheet { max-width: var(--max); margin: 0 auto; padding: 36px 28px 88px; }
.hero {
  text-align: left;
  max-width: 820px;
  margin: 0 0 48px;
}
.eyebrow {
  display: inline-block;
  max-width: 100%;
  border: 1px solid var(--fog);
  border-radius: var(--r-badge);
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ember-dark);
  background: var(--tint);
  margin: 0 0 16px;
}
.trail {
  font-size: 14px;
  color: var(--steel);
  margin: 0 0 24px;
}
.trail a { color: var(--steel); text-decoration: none; }
h1 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 3.6vw, 3.35rem);
  font-weight: 700;
  line-height: 1.12;
  padding-bottom: 0.08em;
  color: var(--ink);
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.desk-stamp,
.hero .desk-stamp {
  margin: -8px 0 16px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--steel);
}
.desk-stamp time { font-variant-numeric: tabular-nums; }
.hero p { margin: 0 0 16px; }
.hero p:last-of-type { margin-bottom: 28px; }
.hero-shot {
  margin: 8px 0 0;
  border: 1px solid var(--fog);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--parchment);
}
.hero-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 675;
  object-fit: cover;
}
.cta-pair {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.metrics {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 0;
  margin: 0 0 56px;
  text-align: left;
  border-top: 1px solid var(--fog);
  border-bottom: 1px solid var(--fog);
}
.metrics > div {
  padding: 22px 28px 22px 0;
  border-right: 1px solid var(--fog);
}
.metrics > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.metrics strong {
  display: block;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.metrics > div:first-child strong {
  font-size: clamp(2rem, 3vw, 2.85rem);
  color: var(--ember-dark);
}
.metrics span { font-size: 14px; color: var(--slate); display: block; margin-top: 6px; max-width: 22ch; }

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin: 0 0 40px;
}
.chips a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid var(--fog);
  background: var(--paper);
  border-radius: var(--r-badge);
  padding: 6px 12px;
}
.chips a:hover {
  border-color: var(--ember);
  color: var(--ember-dark);
  background: var(--tint);
}

.chamber { margin: 0 0 56px; }
.chamber h2 {
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.chamber p { margin: 0 0 16px; max-width: 65ch; }
.chamber p:last-child { margin-bottom: 0; }
.chamber.faq h3 {
  margin: 28px 0 10px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.35;
  color: var(--ink);
}
.chamber.faq h3:first-of-type { margin-top: 8px; }

.center-list { margin: 0 0 56px; }
.center-list > h2 {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.38;
  color: var(--ink);
}
.listing {
  background: var(--paper);
  border: 1px solid var(--fog);
  border-radius: var(--r-card);
  box-shadow: var(--shadow-card);
  padding: 28px 28px 24px;
  margin: 0 0 20px;
}
.listing h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ink);
}
.listing .where {
  margin: 0 0 14px;
  font-size: 15px;
  color: var(--steel);
}
.listing > p { margin: 0 0 16px; }
.listing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
  margin: 0 0 16px;
}
.listing-block h4 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--steel);
}
.listing-block ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.listing-block li {
  margin: 0 0 4px;
  font-size: 16px;
  color: var(--graphite);
}
.listing-contact {
  margin: 0;
  font-size: 15px;
  color: var(--graphite);
}

.split-room {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
  margin: 0 0 64px;
}
.note-card {
  background: var(--paper);
  border: 1px solid var(--fog);
  border-radius: var(--r-card);
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.note-card strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 8px;
}
.note-card p { margin: 0 0 12px; font-size: 16px; }
.note-card p:last-child { margin-bottom: 0; }
.bullets { list-style: none; margin: 16px 0 0; padding: 0; }
.bullets li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 12px;
  font-size: 16px;
}
.bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ember);
}

.basin {
  background: var(--paper);
  border: 1px solid var(--fog);
  border-radius: var(--r-card);
  padding: 24px;
  box-shadow: var(--shadow-card);
  margin: 0 0 32px;
}
.basin h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
}
.basin .count {
  font-size: 14px;
  color: var(--steel);
  margin: 0 0 16px;
}
.az { margin: 0 0 64px; }
.az h3 {
  margin: 24px 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
}
.az a { text-decoration: none; }

.folio-wrap { overflow-x: auto; margin: 24px 0 48px; }
table.folio {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  font-size: 14px;
  line-height: 1.4;
  font-variant-numeric: tabular-nums;
}
table.folio th,
table.folio td {
  border-bottom: 1px solid var(--fog);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
table.folio th {
  font-weight: 600;
  color: var(--ink);
  background: var(--tint);
}
table.folio .print { color: var(--steel); }

.neighbors { margin: 48px 0 0; }
.neighbors h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--ink);
}

.related-topics,
.topic-rail {
  margin: 40px 0 0;
  padding: 16px 0 4px;
  border-top: 1px solid var(--fog);
}
.related-kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--steel);
}
.related-links,
.topic-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.related-links a,
.topic-rail a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  border: 1px solid var(--fog);
  background: var(--paper);
  border-radius: var(--r-badge);
  padding: 6px 12px;
}
.related-links a:hover,
.topic-rail a:hover {
  border-color: var(--ember);
  color: var(--ember-dark);
  background: var(--tint);
}
.topic-rail {
  margin: 32px 0 8px;
  padding: 12px 0;
  border-bottom: 1px solid var(--fog);
}

.colophon {
  background: var(--paper);
  border-top: 1px solid var(--fog);
  padding: 48px 24px;
}
.colophon-brand {
  max-width: var(--max);
  margin: 0 auto 28px;
  font-size: 15px;
  color: var(--steel);
}
.colophon-brand strong {
  display: inline;
  color: var(--ink);
  margin-right: 8px;
}
.colophon-brand p { margin: 8px 0 0; }
.colophon-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  font-size: 15px;
}
.colophon strong { display: block; color: var(--ink); margin-bottom: 8px; }
.colophon a { text-decoration: none; }
.colophon p { margin: 0 0 8px; }

.hero-jump {
  margin: 8px 0 0;
  font-size: 16px;
}
.hero-jump a { color: var(--steel); }

.helpline-sentinel { height: 1px; margin: 0; padding: 0; }
.helpline-band {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
  padding: 8px 0 12px;
}
.helpline-band.is-stuck {
  background: rgba(244, 239, 232, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--fog);
  margin-left: -28px;
  margin-right: -28px;
  padding-left: 28px;
  padding-right: 28px;
}

.dock-call { display: none; }

.hero-wide {
  display: block;
  text-align: left;
  max-width: 820px;
  margin: 0 0 40px;
}
.hero-wide .cta-pair { justify-content: flex-start; }
@media (min-width: 901px) {
  .hero-wide:has(.hero-shot) {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.88fr);
    gap: 12px 48px;
    align-items: start;
    max-width: none;
  }
  .hero-wide:has(.hero-shot) > .eyebrow,
  .hero-wide:has(.hero-shot) > h1,
  .hero-wide:has(.hero-shot) > p {
    grid-column: 1;
  }
  .hero-wide:has(.hero-shot) .hero-shot {
    grid-column: 2;
    grid-row: 1 / span 8;
    margin: 0;
    align-self: stretch;
  }
  .hero-wide:has(.hero-shot) .hero-shot img {
    height: 100%;
    min-height: 280px;
    object-fit: cover;
  }
}

.care-board,
.region-board,
.listings {
  margin: 0 0 56px;
}
.care-board h2,
.region-board h2,
.listings h2 {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.care-board > p,
.region-board > p,
.listings > p {
  margin: 0 0 20px;
  color: var(--slate);
}
.care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.care-tile {
  display: block;
  background: var(--paper);
  border: 1px solid var(--fog);
  border-radius: var(--r-card);
  padding: 22px 20px 20px;
  text-decoration: none;
  box-shadow: var(--shadow-card);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.care-tile:nth-child(3n) { background: var(--parchment); }
.care-tile:nth-child(4n) {
  background: linear-gradient(165deg, var(--tint) 0%, var(--paper) 62%);
}
.care-tile:hover {
  transform: translateY(-2px);
  border-color: var(--ember);
  box-shadow: 0 10px 24px rgba(184, 92, 56, 0.14);
}
.care-tile:active {
  transform: scale(0.99);
}
.care-tile--lead {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px 32px;
  align-items: end;
  padding: 28px 28px 24px;
  background: var(--ink);
  border-color: var(--ink);
  color: #f6efe8;
}
.care-tile--lead strong {
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.care-tile--lead span { color: rgba(255, 250, 244, 0.82); font-size: 16px; }
.care-tile--lead:hover {
  background: var(--graphite);
  border-color: var(--graphite);
}
.care-tile strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  margin-bottom: 8px;
}
.care-tile span { font-size: 15px; color: var(--slate); }
.region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.region-col {
  background: var(--paper);
  border: 1px solid var(--fog);
  border-radius: var(--r-card);
  padding: 16px 18px;
}
.region-col:nth-child(odd) { background: var(--parchment); }
.region-col:first-child {
  grid-column: span 2;
  background: var(--paper);
  border-color: var(--mist);
}
.region-col h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: var(--ink);
}
.region-col ul { margin: 0; padding: 0 0 0 18px; }
.region-col li { margin: 0 0 6px; font-size: 15px; }
.region-col a { text-decoration: none; }

@media (max-width: 1080px) and (min-width: 801px) {
  .care-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .region-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .region-col:first-child { grid-column: span 2; }
}
@media (max-width: 800px) {
  h1 { font-size: 32px; }
  .sheet { padding: 40px 16px 96px; }
  .mast-toggle { display: inline-flex; }
  .mast-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--fog);
    padding: 12px 16px 16px;
    gap: 4px;
  }
  .mast-links[data-open="1"] { display: flex; }
  .mast-drop { width: 100%; }
  .mast-drop-panel {
    position: static;
    min-width: 0;
    grid-template-columns: 1fr;
    box-shadow: none;
    margin-top: 4px;
  }
  .split-room { grid-template-columns: 1fr; gap: 24px; }
  .listing-grid { grid-template-columns: 1fr; }
  .listing { padding: 20px 16px 18px; }
  .metrics {
    grid-template-columns: 1fr;
  }
  .metrics > div {
    border-right: 0;
    border-bottom: 1px solid var(--fog);
    padding: 16px 0;
  }
  .metrics > div:last-child { border-bottom: 0; }
  .hero-shot { margin: 12px 0 20px; }
  .care-tile--lead {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
  .care-grid,
  .region-grid { grid-template-columns: 1fr; }
  .care-tile--lead,
  .region-col:first-child { grid-column: auto; }
  .colophon-grid { grid-template-columns: 1fr 1fr; }
  .helpline-band { top: 12px; margin-bottom: 32px; }
  .helpline-band.is-stuck {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .helpline-band .helpline { width: 100%; padding: 12px 18px 12px 10px; gap: 12px; }
  .helpline-band .helpline-ico { width: 40px; height: 40px; }
  .helpline-band .helpline-copy b { font-size: 17px; }
  .helpline-band .helpline-copy small { font-size: 11px; }
  .helpline-mini .helpline-copy b { display: none; }
  .helpline-mini .helpline-copy small { font-size: 13px; }
}
@media (max-width: 520px) {
  .colophon-grid { grid-template-columns: 1fr; }
}
