/* RightCare MN v2 — server-rendered public pages.
   Care.com-inspired: cream ground, deep pine green, generous air, soft cards.
   Dashboards keep the legacy styles.css; this file is public pages only. */

:root {
  --pine-900: #1E3A32;
  --pine-700: #2A4C41;
  --pine-500: #3E7863;
  --green: #3E8E6A;          /* "open / accepting" signal */
  --sage-200: #DCE8DF;
  --sage-100: #EBF1EC;
  --cream: #FBF9F3;          /* warmer ground */
  --paper: #FFFFFF;
  --sand: #F0EADA;           /* tinted fill for secondary tiles */
  --ink: #22302B;
  --muted: #54655E;
  --muted-2: #8B968F;        /* metadata, counts */
  --line: #E6E1D6;
  --gold: #C98A3D;           /* primary accent — headline emphasis, CTAs on dark */
  --gold-200: #E0B476;       /* gold on dark backgrounds */
  --coral: #D97757;
  --amber: #F59E0B;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(30,58,50,.06), 0 8px 24px rgba(30,58,50,.07);
  --font-d: 'Instrument Serif', Georgia, serif;
  --font-b: 'Schibsted Grotesk', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-b);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pine-500); }
/* Instrument Serif ships a single 400 weight — never ask for bold here or the
   browser synthesises a smeared faux-bold. Scale and colour carry emphasis. */
h1, h2 { font-family: var(--font-d); font-weight: 400; color: var(--pine-900); letter-spacing: -0.01em; line-height: 1.06; }
h1 { font-size: clamp(34px, 5vw, 56px); }
h2 { font-size: clamp(25px, 3vw, 35px); }
h3, h4 { font-family: var(--font-b); font-weight: 600; color: var(--pine-900); letter-spacing: -0.01em; line-height: 1.25; }
h3 { font-size: 17px; }
/* Gold italic phrase inside a serif headline — the signature brand move. */
h1 em, h2 em { font-style: italic; color: var(--gold); }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.lede { font-size: 18px; color: var(--muted); max-width: 56ch; }

/* Buttons */
.btn-solid, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-d); font-weight: 700; font-size: 14.5px;
  padding: 11px 20px; border-radius: 999px; text-decoration: none;
  border: 1.5px solid transparent; cursor: pointer; transition: all .15s ease;
}
.btn-solid { background: var(--pine-900); color: #fff; }
.btn-solid:hover { background: var(--pine-700); }
.btn-solid.lg { padding: 14px 28px; font-size: 16px; }
.btn-ghost { border-color: var(--pine-900); color: var(--pine-900); background: transparent; }
.btn-ghost:hover { background: var(--sage-100); }

/* Header */
.site-header { background: var(--cream); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 60; }
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 66px; }
.brand {
  font-family: var(--font-d); font-weight: 400; font-size: 24px; color: var(--pine-900);
  text-decoration: none; display: inline-flex; align-items: center; gap: 9px;
  letter-spacing: -0.01em;
}
.brand-mn { color: var(--gold); font-style: italic; margin-left: 3px; }
.brand-mark {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, var(--pine-500), var(--pine-900));
  position: relative;
}
.brand-mark::after {
  content: ''; position: absolute; inset: 9px;
  background: var(--cream); border-radius: 3px;
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
}
.main-nav { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 18px; }
.nav-group { display: flex; gap: 4px; flex-wrap: wrap; }
.nav-group a {
  color: var(--ink); text-decoration: none; font-size: 14.5px; font-weight: 500;
  padding: 7px 11px; border-radius: 8px;
}
.nav-group a:hover { background: var(--sage-100); }
.nav-muted { color: var(--muted) !important; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2.5px; background: var(--pine-900); margin: 4.5px 0; border-radius: 2px; }

/* Hero */
.hero { padding: 56px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.hero-copy h1 { max-width: 19ch; margin-bottom: 14px; }
.hero-copy .lede { margin-bottom: 26px; }
/* Asymmetric corner — one oversized radius keeps the photo from reading as a
   generic stock rectangle. */
.hero-art img {
  border-radius: 20px 76px 20px 20px;
  box-shadow: 0 22px 44px -20px rgba(30,58,50,.42);
  aspect-ratio: 16/10; object-fit: cover;
}

/* Trust pill — live counts above the headline */
.trust-pill {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid rgba(30,58,50,.18); border-radius: 999px;
  padding: 5px 13px; margin-bottom: 16px;
  font-size: 12.5px; font-weight: 600; color: var(--pine-900);
}
.trust-pill::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); flex: none;
}
.hero-links { margin-top: 16px; font-size: 14px; color: var(--muted); display: flex; gap: 14px; flex-wrap: wrap; }
.hero-links a { font-weight: 600; }

/* Search bar */
.searchbar {
  display: flex; gap: 0; background: var(--paper); border: 1.5px solid var(--line);
  border-radius: 18px; padding: 8px; box-shadow: var(--shadow); align-items: stretch;
  flex-wrap: wrap;
}
.sb-field { display: flex; flex-direction: column; padding: 6px 14px; border-right: 1px solid var(--line); min-width: 170px; flex: 1; }
.sb-field:last-of-type { border-right: 0; }
.sb-grow { flex: 1.4; }
.sb-label { font-size: 11.5px; font-weight: 700; color: var(--pine-700); text-transform: uppercase; letter-spacing: .04em; }
.sb-label .opt { text-transform: none; font-weight: 500; color: var(--muted); }
.sb-field input, .sb-field select {
  border: 0; outline: none; font: 500 15px var(--font-b); color: var(--ink);
  background: transparent; padding: 4px 0 2px; width: 100%;
}
.sb-btn {
  background: var(--pine-900); color: #FBF9F3; font: 600 15.5px var(--font-b);
  border: 0; border-radius: 12px; padding: 0 30px; margin-left: 8px; cursor: pointer;
  transition: background .15s ease; align-self: stretch; min-height: 52px;
}
.sb-btn:hover { background: var(--pine-700); }

/* Category tiles */
.cats { padding: 26px 0 60px; }
.cats h2 { margin-bottom: 22px; }
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-tile {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease;
}
.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cat-tile img { aspect-ratio: 4/3; object-fit: cover; }
.cat-name { font: 700 15.5px var(--font-d); color: var(--pine-900); padding: 12px 14px 2px; }
.cat-count { font-size: 13px; color: var(--muted); padding: 0 14px 14px; }
.support-row { margin-top: 22px; font-size: 14px; color: var(--muted); display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.support-row a { font-weight: 600; }
.support-row em { font-style: normal; color: var(--muted); font-weight: 400; }

/* How it works — dark band, the one heavy moment on an otherwise light page */
.how { background: var(--pine-900); color: #FBF9F3; padding: 60px 0; }
.how h2 { color: #FBF9F3; }
.how-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 18px; flex-wrap: wrap; margin-bottom: 26px;
}
.how-note {
  font-size: 11.5px; font-weight: 600; letter-spacing: .08em;
  color: var(--gold-200); text-transform: uppercase;
}
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; counter-reset: step; }
.how-grid li {
  background: rgba(251,249,243,.06); border: 1px solid rgba(251,249,243,.14);
  border-radius: var(--radius); padding: 22px 20px;
  font-size: 14px; line-height: 1.6; color: rgba(251,249,243,.68);
  counter-increment: step;
}
.how-grid li::before {
  content: counter(step);
  display: inline-flex; width: 34px; height: 34px; border-radius: 999px;
  border: 1px solid var(--gold); background: transparent; color: var(--gold-200);
  font: 400 17px var(--font-d);
  align-items: center; justify-content: center; margin-bottom: 14px;
}
/* Final step reads as the destination — filled instead of outlined. */
.how-grid li:last-child::before { background: var(--gold); color: #1E2420; border-color: var(--gold); }
.how-grid strong { display: block; color: #FBF9F3; font-size: 15px; font-weight: 600; margin-bottom: 5px; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 18px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-media { position: relative; display: block; }
.card-media img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.media-tag {
  position: absolute; bottom: 8px; left: 8px; background: rgba(34,48,44,.72); color: #fff;
  font-size: 10.5px; font-weight: 600; padding: 3px 8px; border-radius: 999px; letter-spacing: .02em;
}
.card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card-meta { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.chip {
  font-size: 11.5px; font-weight: 700; color: var(--pine-700); background: var(--sage-100);
  padding: 3px 9px; border-radius: 999px; white-space: nowrap;
}
.rating { font-size: 13px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.rating .star { color: var(--amber); }
.rating .count { color: var(--muted); font-weight: 400; }
.rating.none { color: var(--muted); font-weight: 400; font-size: 12.5px; }
.card-title { font-size: 16.5px; line-height: 1.25; }
.card-title a { color: var(--pine-900); text-decoration: none; }
.card-title a:hover { text-decoration: underline; }
.card-loc { font-size: 13px; color: var(--muted); }
.card-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; padding-top: 6px; }
.badge {
  font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px;
}
.badge.verified { background: var(--sage-200); color: var(--pine-700); }
.badge.accepting { background: #FEF3EC; color: var(--coral); }

/* Featured / rows */
.featured { padding: 56px 0; }
.row-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; gap: 14px; flex-wrap: wrap; }
.more { font-weight: 700; text-decoration: none; }

/* Provider CTA */
.cta-provider { background: var(--pine-900); color: #fff; padding: 56px 0; }
.cta-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.cta-grid img { border-radius: var(--radius); }
.cta-provider h2 { color: #fff; margin-bottom: 10px; }
.cta-provider p { color: var(--sage-200); margin-bottom: 22px; max-width: 52ch; }
/* The default .btn-solid is pine-on-pine here — invisible. Gold is the
   accent that reads on the dark band. Applies to any solid button placed on
   a dark section. */
.cta-provider .btn-solid, .how .btn-solid {
  background: var(--gold); color: #1E2420;
}
.cta-provider .btn-solid:hover, .how .btn-solid:hover { background: var(--gold-200); }
.cta-provider .btn-ghost, .how .btn-ghost {
  border-color: rgba(251,249,243,.5); color: #FBF9F3;
}
.cta-provider .btn-ghost:hover, .how .btn-ghost:hover { background: rgba(251,249,243,.1); }

/* Category pages */
.cat-hero { padding: 40px 0 30px; }
.cat-hero-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: center; }
.cat-hero-art { border-radius: var(--radius); box-shadow: var(--shadow); }
.crumbs { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--muted); }
.cat-stat { margin-top: 14px; color: var(--muted); }
.listings { padding: 20px 0 50px; }
.listings .searchbar { margin-bottom: 30px; }
.bycity { padding: 10px 0 50px; }
.bycity h2 { margin-bottom: 18px; }
.city-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.city-cloud a {
  background: var(--paper); border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 15px; font-size: 14px; font-weight: 600; text-decoration: none; color: var(--pine-900);
}
.city-cloud a:hover { border-color: var(--pine-500); }
.city-cloud em { font-style: normal; color: var(--muted); font-weight: 400; }
.city-cloud.small a { font-size: 13px; padding: 5px 12px; }

/* FAQs */
.faqs { background: var(--sage-100); padding: 50px 0 60px; }
.faqs h2 { margin-bottom: 20px; }
.faq {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm);
  margin-bottom: 10px; padding: 0 20px;
}
.faq summary { cursor: pointer; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font: 700 20px var(--font-d); color: var(--pine-500); }
.faq[open] summary::after { content: '–'; }
.faq summary h3 { font-size: 15.5px; }
.faq p { padding: 0 0 18px; color: var(--muted); font-size: 14.5px; max-width: 75ch; }

/* Search page */
.search-head { padding: 30px 0 8px; }
.search-head h1 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 18px; }
.filter-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin: 16px 0 4px; }
.fchip {
  border: 1.5px solid var(--line); background: var(--paper); border-radius: 999px;
  font-size: 13.5px; font-weight: 600; color: var(--ink); padding: 7px 15px; text-decoration: none;
}
.fchip.on { background: var(--pine-900); border-color: var(--pine-900); color: #fff; }
.result-count { margin-left: auto; font-size: 14px; color: var(--muted); }
.results { padding: 22px 0 60px; }
.results-grid { display: grid; grid-template-columns: 1fr 320px; gap: 26px; align-items: start; }
.results-list .card-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.results-side { position: sticky; top: 86px; display: flex; flex-direction: column; gap: 18px; }
.results-map { height: 340px; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; }
.side-block { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.side-block h3 { margin-bottom: 12px; }
.empty { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 48px 30px; text-align: center; }
.empty h2 { margin-bottom: 8px; }
.empty p { color: var(--muted); margin-bottom: 18px; }

/* Pager */
.pager { display: flex; gap: 6px; justify-content: center; align-items: center; margin-top: 30px; flex-wrap: wrap; }
.pg {
  min-width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper);
  text-decoration: none; font-weight: 600; font-size: 14px; color: var(--pine-900);
}
.pg:hover { border-color: var(--pine-500); }
.pg.on { background: var(--pine-900); border-color: var(--pine-900); color: #fff; }
.pg.nav { font-weight: 700; }
.gap { color: var(--muted); padding: 0 2px; }

/* Profile */
.profile-hero { padding: 30px 0 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
.profile-head { display: flex; justify-content: space-between; gap: 26px; align-items: flex-end; flex-wrap: wrap; }
.profile-head h1 { font-size: clamp(26px, 3.4vw, 38px); margin: 8px 0 8px; }
.profile-meta { display: flex; gap: 10px; flex-wrap: wrap; color: var(--muted); font-size: 14.5px; align-items: center; }
.profile-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.profile-body { padding: 30px 0 70px; }
.profile-grid { display: grid; grid-template-columns: 1fr 340px; gap: 26px; align-items: start; }
.profile-media { position: relative; margin-bottom: 18px; }
.profile-media img { border-radius: var(--radius); aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; margin-bottom: 18px; }
.gallery img { border-radius: var(--radius-sm); aspect-ratio: 4/3; object-fit: cover; }
.pcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; margin-bottom: 18px;
}
.pcard h2 { font-size: 19px; margin-bottom: 14px; }
.pcard h3 { font-size: 13.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin: 12px 0 8px; }
.tag-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tag-list li {
  background: var(--sage-100); color: var(--pine-700); font-size: 13.5px; font-weight: 600;
  border-radius: 999px; padding: 6px 13px;
}
.opening { display: flex; flex-direction: column; gap: 2px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.opening:last-child { border-bottom: 0; }
.opening .when { color: var(--pine-500); font-weight: 600; font-size: 13px; }
.profile-map { height: 260px; border-radius: var(--radius-sm); border: 1px solid var(--line); }
.addr { margin-top: 10px; font-size: 14px; color: var(--muted); }
.facts dl div { display: grid; grid-template-columns: 110px 1fr; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.facts dl div:last-child { border-bottom: 0; }
.facts dt { color: var(--muted); }
.claim-card { background: var(--sage-100); border-color: var(--sage-200); }
.claim-card p { font-size: 14px; color: var(--muted); margin-bottom: 14px; }

/* Forms */
form label { display: flex; flex-direction: column; gap: 5px; font-size: 13px; font-weight: 600; color: var(--pine-700); margin-bottom: 12px; flex: 1; }
form input, form select, form textarea {
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: 11px 13px;
  font: 500 15px var(--font-b); color: var(--ink); background: var(--cream); outline: none; width: 100%;
}
form input:focus, form select:focus, form textarea:focus { border-color: var(--pine-500); background: #fff; }
.frow { display: flex; gap: 14px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 10px; }
.form-msg { margin-top: 12px; padding: 12px 14px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; }
.form-msg.ok { background: var(--sage-100); color: var(--pine-700); }
.form-msg.err { background: #FDF0EC; color: #B4441F; }

/* Footer */
.site-footer { background: var(--pine-900); color: var(--sage-200); margin-top: 40px; }
.site-footer .grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding: 48px 22px 30px; }
.site-footer .brand { color: #fff; margin-bottom: 10px; }
.site-footer .brand-mark::after { background: var(--pine-900); }
.site-footer p { font-size: 14px; opacity: .8; max-width: 34ch; }
.site-footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.site-footer nav a { display: block; color: var(--sage-200); text-decoration: none; font-size: 14px; padding: 4px 0; }
.site-footer nav a:hover { color: #fff; }
.site-footer .legal { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; padding-bottom: 24px; font-size: 13px; opacity: .7; }
.site-footer .legal a { color: inherit; }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid, .cat-hero-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-art { display: none; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid { grid-template-columns: 1fr; }
  .results-grid, .profile-grid { grid-template-columns: 1fr; }
  .results-side { position: static; order: -1; }
  .site-footer .grid { grid-template-columns: 1fr 1fr; }
  .main-nav {
    display: none; position: absolute; top: 66px; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 14px 20px 20px; gap: 8px;
  }
  .main-nav.open { display: flex; }
  .nav-group { flex-direction: column; gap: 2px; }
  .nav-cta { flex-direction: column; align-items: stretch; }
  .nav-toggle { display: block; margin-left: auto; }
  .searchbar { flex-direction: column; }
  .sb-field { border-right: 0; border-bottom: 1px solid var(--line); }
  .sb-btn { margin: 8px 0 0; min-height: 48px; }
  .frow { flex-direction: column; gap: 0; }
}

/* Nav dropdowns (Find care / For providers / Resources) */
.nav-drop { position: relative; }
.nav-drop > button {
  background: none; border: 0; cursor: pointer;
  font: 500 14.5px var(--font-b); color: var(--ink);
  padding: 7px 11px; border-radius: 8px;
}
.nav-drop > button:hover { background: var(--sage-100); }
.drop-panel {
  display: none; position: absolute; top: calc(100% + 6px); left: 0;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow); padding: 8px; min-width: 230px; z-index: 70;
}
.nav-drop:hover .drop-panel,
.nav-drop:focus-within .drop-panel,
.nav-drop.open .drop-panel { display: block; }
.drop-panel a {
  display: block; padding: 8px 12px; border-radius: 8px;
  color: var(--ink); text-decoration: none; font-size: 14px;
}
.drop-panel a:hover { background: var(--sage-100); }
.drop-sep { height: 1px; background: var(--line); margin: 6px 4px; }

@media (max-width: 960px) {
  .nav-drop > button { display: none; }
  .drop-panel {
    display: block; position: static; border: 0; box-shadow: none;
    padding: 0; min-width: 0; background: transparent;
  }
  .nav-drop { border-bottom: 1px solid var(--line); padding: 6px 0; }
}

/* Stat strip — same card look as .how-grid but without the step counters,
   for figures rather than sequential steps. */
.stat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none;
}
.stat-grid > div {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 22px;
}
.stat-grid .v {
  font: 800 30px var(--font-d); color: var(--pine-900); line-height: 1.05;
  letter-spacing: -0.02em;
}
.stat-grid .l { font-size: 13.5px; color: var(--muted); margin-top: 7px; line-height: 1.45; }
@media (max-width: 900px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .stat-grid { grid-template-columns: 1fr; } }
