:root {
  --paper: #f5f0e8;
  --paper-2: #e9e0d3;
  --paper-3: #ddd0c1;
  --ink: #202521;
  --ink-soft: #313832;
  --muted: #5e665e;
  --line: rgba(32, 37, 33, 0.16);
  --line-strong: rgba(32, 37, 33, 0.28);
  --white: #fffdf8;
  --moss: #496b5b;
  --moss-dark: #2f4d40;
  --moss-pale: #dce9df;
  --terra: #c36f55;
  --terra-dark: #9e503d;
  --terra-pale: #f0d6cb;
  --sun: #e6b965;
  --sun-pale: #f4e5bd;
  --sky: #8aa8aa;
  --sky-dark: #345460;
  --sky-pale: #dce8e9;
  --shadow: 0 26px 70px rgba(45, 39, 32, 0.12);
  --shadow-soft: 0 15px 40px rgba(45, 39, 32, 0.08);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}

[hidden] { display: none !important; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; color: inherit; }
button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--terra); outline-offset: 4px; }

.skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-180%);
}
.skip:focus { transform: none; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-sm { width: 16px; height: 16px; }
.icon-lg { width: 29px; height: 29px; }
.icon-xl { width: 36px; height: 36px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(18px);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 780;
  letter-spacing: -0.025em;
  text-decoration: none;
}
.mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  color: var(--moss-dark);
  box-shadow: 0 5px 15px rgba(45, 39, 32, 0.07);
}
.mark .icon { width: 23px; height: 23px; stroke-width: 2.2; }
.brand small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.navlinks { display: flex; align-items: center; gap: 21px; font-size: 14px; font-weight: 700; }
.navlinks a { position: relative; text-decoration: none; }
.navlinks a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.navlinks a:hover::after { transform: scaleX(1); }
.navlinks a:last-child {
  padding: 9px 15px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
}
.menu {
  display: none;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--white);
  font-weight: 750;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--moss-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.eyebrow.has-icon::before { display: none; }
.eyebrow-icon {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.46);
}
.eyebrow-icon .icon { width: 17px; height: 17px; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.038em;
}
h1 { font-size: clamp(54px, 7.3vw, 104px); }
h2 { font-size: clamp(40px, 5vw, 70px); }
h3 { font-size: clamp(25px, 3vw, 34px); line-height: 1.05; }

.hero { padding: 66px 0 48px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  gap: clamp(38px, 5vw, 68px);
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; }
.hero-copy p, .page-hero p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}
.hero-art {
  position: relative;
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 37, 33, 0.08);
  border-radius: 42px 42px 104px 42px;
  background: #d9c7b1;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(255,255,255,.18), transparent 33%, transparent 72%, rgba(32,37,33,.08));
}
.hero-art img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.hero-art figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 15px 17px;
  border: 1px solid rgba(32, 37, 33, 0.11);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 12px 34px rgba(45, 39, 32, 0.1);
  backdrop-filter: blur(12px);
}
.hero-route {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
}
.hero-route span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }
.hero-route i { height: 1px; background: var(--line-strong); }
.hero-route .icon { width: 16px; height: 16px; color: var(--moss-dark); }
.hero-caption-note { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }

.search-wrap { position: relative; z-index: 10; margin-top: -8px; }
.search-panel {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.search-title { display: flex; align-items: center; gap: 11px; margin-bottom: 11px; font-weight: 800; }
.search-title .icon-box { color: var(--moss-dark); }
.icon-box {
  width: 39px;
  height: 39px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 13px;
  background: var(--moss-pale);
}
.icon-box.sun { background: var(--sun-pale); color: #6d511f; }
.icon-box.sky { background: var(--sky-pale); color: var(--sky-dark); }
.icon-box.terra { background: var(--terra-pale); color: var(--terra-dark); }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-row input {
  min-height: 62px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fbf8f2;
  font-size: 17px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.search-row input:focus { border-color: var(--moss); box-shadow: 0 0 0 4px rgba(73,107,91,.11); outline: 0; }
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.btn:hover { border-color: var(--moss-dark); background: var(--moss-dark); transform: translateY(-1px); }
.btn.alt { background: transparent; color: var(--ink); }
.btn.alt:hover { background: var(--ink); color: var(--white); }
.hint, .small { color: var(--muted); font-size: 13px; }
.hint { margin: 10px 0 0; }
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.trust-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 37px 1fr;
  gap: 11px;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }
.trust-item .icon-box { width: 37px; height: 37px; border-radius: 12px; }
.trust-item strong { display: block; color: var(--ink); }

.section { padding: 92px 0; }
.section.muted { background: var(--paper-2); }
.section.dark { background: var(--ink); color: var(--paper); }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}
.section-title-lockup { display: grid; gap: 16px; }
.section-head p { max-width: 540px; margin: 0; color: var(--muted); }
.dark .section-head p { color: #c9c9c1; }
.dark .eyebrow { color: #a8c6b5; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}
.chip:hover { border-color: var(--line-strong); background: rgba(255,253,248,.6); }
.chip[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.chip .icon { width: 15px; height: 15px; }
.result-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.result-note { padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; background: #fbf8f2; color: var(--muted); }

.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card {
  position: relative;
  min-height: 346px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
  border-radius: 0 0 0 78px;
  background: var(--moss-pale);
  opacity: 0.55;
  transform: translate(25px, -25px);
}
.card[data-access="clinician"]::after { background: var(--sky-pale); }
.card[data-access="contact"]::after { background: var(--sun-pale); }
.card:hover { z-index: 2; border-color: var(--line-strong); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.card[hidden] { display: none; }
.place {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.place .icon { color: var(--terra-dark); }
.card h3 { position: relative; z-index: 1; margin: 15px 0 9px; font-size: 27px; }
.org { position: relative; z-index: 1; margin: 0 0 14px; color: var(--muted); font-size: 14px; }
.summary { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.badge {
  position: relative;
  z-index: 1;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}
.badge .icon { width: 14px; height: 14px; }
.badge.self { background: var(--moss-pale); color: #244f3d; }
.badge.clinician { background: var(--sky-pale); color: var(--sky-dark); }
.badge.contact { background: var(--sun-pale); color: #6d511f; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; }
.card-foot a { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; text-decoration: none; }
.card-foot a:hover { color: var(--moss-dark); }
.card-foot a .icon { transition: transform 160ms ease; }
.card-foot a:hover .icon { transform: translateX(3px); }
.empty { display: none; grid-column: 1 / -1; padding: 38px; border: 1px dashed var(--line-strong); border-radius: 24px; text-align: center; }
.empty.show { display: block; }
.empty p { color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step {
  counter-increment: step;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.24);
}
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.step-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  color: #f2c06e;
}
.step-number { font-family: var(--serif); font-size: 38px; line-height: 1; color: var(--terra); }
.step h3 { color: var(--white); }
.step p { color: #c9c9c1; }

.editorial { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; }
.big-note { font: 500 clamp(35px, 4.5vw, 58px) / 1.04 var(--serif); letter-spacing: -0.04em; }
.big-note.with-icon { display: grid; gap: 24px; }
.big-note.with-icon .statement-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  color: var(--terra-dark);
  box-shadow: var(--shadow-soft);
}
.prose { color: var(--muted); font-size: 18px; }
.prose h2 { margin: 40px 0 14px; color: var(--ink); font-size: 42px; }
.prose h2:first-child { margin-top: 0; }
.prose a { color: var(--moss-dark); font-weight: 750; }
.callout { margin-top: 28px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.callout strong { display: block; margin-bottom: 7px; color: var(--ink); font: 500 27px/1.1 var(--serif); }
.callout-icon { display: flex; align-items: flex-start; gap: 16px; }
.callout-icon .icon-box { margin-top: 2px; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.stat { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 24px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat .icon-box { width: 46px; height: 46px; border-radius: 15px; }
.stat b { display: block; font: 500 45px/1 var(--serif); }
.stat span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; }
.state-head { margin-top: 60px; }
.state-list { display: flex; flex-wrap: wrap; gap: 10px; }
.state-list a { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-weight: 730; text-decoration: none; transition: transform 150ms ease, border-color 150ms ease; }
.state-list a:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.state-list a .icon { width: 15px; height: 15px; color: var(--terra-dark); }

.cta {
  display: grid;
  grid-template-columns: auto 1.2fr auto;
  align-items: center;
  gap: 26px;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
  background: var(--terra);
  color: var(--ink);
}
.cta-graphic {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 25px;
  background: rgba(255,253,248,.82);
  color: var(--terra-dark);
  transform: rotate(-3deg);
}
.cta p { max-width: 640px; margin-bottom: 0; }

.page-hero { padding: 82px 0 58px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 960px; font-size: clamp(48px, 7vw, 88px); }
.breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.detail-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 55px; }
.actions { height: fit-content; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.actions .big-note { font-size: 30px; }
.actions .btn { width: 100%; margin-top: 10px; }
.info { padding: 0; list-style: none; }
.info li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info li .icon-box { width: 40px; height: 40px; border-radius: 13px; }
.info strong { display: block; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.checklist { padding: 0; list-style: none; counter-reset: item; }
.checklist li { counter-increment: item; display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.checklist li::before { content: counter(item); width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-weight: 800; }

.footer { padding: 54px 0 30px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 40px; }
.footer-grid h2 { font-size: 30px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a, .footer-links button { color: var(--muted); text-align: left; text-decoration: none; }
.text-button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.footer-links .text-button { text-decoration: none; }
.footer-links a:hover, .footer-links button:hover { color: var(--ink); }
.footer-meta { display: flex; justify-content: space-between; gap: 18px; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 500;
  width: min(460px, calc(100% - 40px));
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 30px 90px rgba(15,18,15,.38);
}
.consent-head { display: flex; align-items: flex-start; gap: 13px; }
.consent-head .icon-box { background: rgba(255,255,255,.1); color: #f2c06e; }
.analytics-consent h2 { margin-top: 3px; font: 500 28px/1.05 var(--serif); letter-spacing: -0.03em; }
.analytics-consent p { margin: 12px 0 0; color: #d5d8d3; font-size: 14px; }
.analytics-consent a { color: var(--white); }
.consent-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.analytics-consent .btn { border-color: var(--white); background: var(--white); color: var(--ink); }
.analytics-consent .btn.alt { background: transparent; color: var(--white); }
.analytics-consent .btn:hover { border-color: #f2c06e; background: #f2c06e; color: var(--ink); }

@media (max-width: 980px) {
  .hero-grid, .editorial, .detail-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 40px; }
  .hero-art { min-height: 420px; }
  .hero-art img { min-height: 420px; }
  .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial { gap: 38px; }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 24px, 1180px); }
  .nav { min-height: 66px; }
  .brand { font-size: 14px; }
  .mark { width: 36px; height: 36px; }
  .menu { display: block; }
  .navlinks {
    position: absolute;
    top: 70px;
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 10px; }
  .navlinks a:last-child { margin-top: 4px; text-align: center; }
  .hero { padding-top: 44px; }
  .hero-grid { gap: 34px; }
  h1 { font-size: clamp(50px, 15.8vw, 76px); }
  .hero-art { min-height: 360px; border-radius: 32px 32px 78px 32px; }
  .hero-art img { min-height: 360px; object-position: center; }
  .hero-art figcaption { right: 14px; bottom: 14px; left: 14px; padding: 13px; }
  .hero-route { grid-template-columns: auto 1fr auto 1fr auto; gap: 6px; }
  .hero-route span { gap: 4px; font-size: 10px; }
  .hero-route span .icon { display: none; }
  .hero-caption-note { font-size: 11px; }
  .search-panel { padding: 18px; }
  .search-row, .trust, .grid, .steps, .stats, .footer-grid { grid-template-columns: 1fr; }
  .search-row .btn { width: 100%; }
  .trust { gap: 12px; }
  .trust-item { padding: 0; border-right: 0; }
  .section { padding: 64px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .grid { gap: 12px; }
  .card { min-height: 0; }
  .step { padding-bottom: 8px; }
  .step-top { margin-bottom: 22px; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .cta { grid-template-columns: 1fr; }
  .cta-graphic { width: 62px; height: 62px; border-radius: 20px; }
  .cta .btn { width: 100%; }
  .footer-meta { display: block; }
  .footer-meta span { display: block; margin-top: 8px; }
  .analytics-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); }
}

@media (max-width: 420px) {
  .hero-route span { font-size: 9px; }
  .filters { gap: 6px; }
  .chip { padding: 8px 10px; }
  .card-foot { align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
