:root {
  color: #20231f;
  background: #f3f0e9;
  font-family:
    Inter, "Hiragino Sans", "Yu Gothic", system-ui, -apple-system, sans-serif;
  font-synthesis: none;
  line-height: 1.5;
  --ink: #20231f;
  --muted: #6f7169;
  --paper: #f3f0e9;
  --paper-soft: #faf8f3;
  --line: #cfcbc0;
  --sage: #dce5d7;
  --forest: #24362f;
  --coral: #df7258;
  --coral-dark: #a94d3b;
  --lavender: #e8e1ed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 92% 2%, rgb(223 114 88 / 14%), transparent 28rem),
    var(--paper);
}

button,
input,
select {
  font: inherit;
}

button,
a,
select,
input {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 3px solid rgb(223 114 88 / 48%);
  outline-offset: 3px;
}

.site-shell {
  overflow: hidden;
}

.site-header,
.hero,
.boundary-notice,
.catalog-section,
.site-footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--line);
}

.brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.site-header nav {
  display: flex;
  gap: 30px;
}

.site-header nav a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.site-header nav a:hover {
  color: var(--coral-dark);
}

.preview-pill {
  justify-self: end;
  padding: 7px 12px;
  border: 1px solid #c99484;
  border-radius: 999px;
  color: #8d4435;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(330px, 0.6fr);
  gap: 70px;
  align-items: center;
  min-height: 690px;
  padding: 82px 0 72px;
}

.hero-copy {
  max-width: 810px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
.section-heading h2,
.result-title,
.detail-panel h3,
.source-card h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", Georgia, serif;
}

h1 {
  max-width: 810px;
  margin-bottom: 28px;
  font-size: clamp(3.5rem, 7.2vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.99;
}

.lede {
  max-width: 690px;
  margin-bottom: 38px;
  color: #585c56;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.95;
}

.primary-link {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  padding: 15px 22px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.primary-link:hover {
  color: white;
  background: var(--ink);
}

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 448px;
  padding: 30px;
  overflow: hidden;
  background: var(--forest);
  color: white;
}

.hero-panel::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 48%;
  background: var(--coral);
  content: "";
}

.panel-orbit {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 50%;
}

.orbit-one {
  top: -62px;
  right: -70px;
  width: 310px;
  height: 310px;
}

.orbit-two {
  top: 14px;
  right: 10px;
  width: 150px;
  height: 150px;
}

.hero-number {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #c4cfc9;
  font-family: Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.hero-panel > p {
  position: relative;
  max-width: 310px;
  margin-bottom: 34px;
  color: #d6ddd9;
  font-size: 0.9rem;
  line-height: 1.8;
}

.hero-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 22px;
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.hero-metrics div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-metrics strong {
  font-family: Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.hero-metrics span {
  color: #aebbb4;
  font-size: 0.65rem;
}

.boundary-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-bottom: 100px;
  padding: 22px 26px;
  border: 1px solid #d2a89d;
  background: rgb(255 250 246 / 60%);
}

.notice-icon {
  display: grid;
  width: 26px;
  height: 26px;
  border: 1px solid var(--coral-dark);
  border-radius: 50%;
  color: var(--coral-dark);
  font-family: Georgia, serif;
  place-items: center;
}

.boundary-notice h2 {
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.boundary-notice p {
  margin-bottom: 0;
  color: #645f59;
  font-size: 0.84rem;
  line-height: 1.7;
}

.catalog-section {
  padding-bottom: 110px;
  scroll-margin-top: 20px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.65fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.section-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.section-heading > p {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

.catalog-controls {
  margin-bottom: 30px;
  border: 1px solid var(--line);
  background: var(--paper-soft);
}

.view-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}

.view-tabs button {
  display: flex;
  justify-content: space-between;
  padding: 22px 26px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.view-tabs button:last-child {
  border-right: 0;
}

.view-tabs button.active {
  color: white;
  background: var(--forest);
}

.view-tabs button span {
  display: grid;
  min-width: 28px;
  height: 28px;
  padding-inline: 6px;
  border: 1px solid currentcolor;
  border-radius: 50%;
  font-family: Georgia, serif;
  place-items: center;
}

.search-field {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.search-input-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #8e8f88;
  color: var(--coral-dark);
  font-size: 1.4rem;
}

.search-input-wrap input {
  width: 100%;
  padding: 8px 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.search-input-wrap input::placeholder {
  color: #aaa79f;
}

.filter-row {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  padding: 20px 26px;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-group button {
  padding: 9px 15px;
  border: 1px solid #b9b5ac;
  border-radius: 999px;
  background: transparent;
  color: #62655f;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
}

.chip-group button.active {
  border-color: var(--coral);
  background: #fae1da;
  color: #883e2f;
}

.select-field {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.select-field select {
  max-width: 240px;
  padding: 9px 32px 9px 12px;
  border: 1px solid #b9b5ac;
  border-radius: 0;
  background: white;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.8rem;
}

.results-summary {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.78rem;
}

.results-summary strong {
  margin-right: 5px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.result-card {
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.result-card:hover {
  border-color: #9d998f;
  box-shadow: 0 12px 32px rgb(35 40 36 / 8%);
  transform: translateY(-2px);
}

.result-card.is-selected {
  border-color: var(--coral);
  box-shadow: inset 4px 0 0 var(--coral);
}

.card-topline,
.card-meta,
.card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-topline {
  margin-bottom: 34px;
}

.badge-cluster {
  display: flex;
  gap: 7px;
  align-items: center;
  flex-wrap: wrap;
}

.type-badge {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
}

.type-badge.medical {
  background: var(--sage);
  color: #34513f;
}

.type-badge.nonmedical {
  background: var(--lavender);
  color: #604a6d;
}

.origin-badge {
  display: inline-flex;
  padding: 5px 8px;
  border: 1px solid #d5d0c5;
  border-radius: 999px;
  color: #77736a;
  font-size: 0.58rem;
  font-weight: 800;
}

.origin-badge.public-source {
  border-color: #d4976e;
  background: #fff3e8;
  color: #925538;
}

.place-label {
  color: var(--muted);
  font-size: 0.72rem;
}

.result-title {
  display: block;
  margin-bottom: 13px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.45;
}

.result-summary {
  display: block;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.75;
}

.card-meta {
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #dedbd3;
  color: #7c7c75;
  font-size: 0.65rem;
}

.card-action {
  margin-top: 15px;
  color: var(--coral-dark);
  font-size: 0.74rem;
  font-weight: 800;
}

.detail-panel {
  position: sticky;
  top: 16px;
  min-height: 500px;
  background: var(--forest);
  color: white;
}

.detail-empty {
  display: flex;
  min-height: 500px;
  padding: 42px;
  flex-direction: column;
  justify-content: center;
}

.detail-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 42px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  color: #c7d2cb;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  place-items: center;
}

.detail-panel h3 {
  margin-bottom: 15px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.detail-empty p,
.detail-summary {
  color: #c4cec8;
  font-size: 0.86rem;
  line-height: 1.85;
}

.detail-content {
  position: relative;
  padding: 42px;
}

.detail-close {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 1.2rem;
  place-items: center;
}

.detail-kicker {
  margin-bottom: 16px;
  color: #aec0b6;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.detail-summary {
  margin-bottom: 30px;
}

.detail-panel h4 {
  margin: 28px 0 13px;
  color: #e1e6e3;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.compare-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-list li {
  position: relative;
  padding: 11px 0 11px 24px;
  border-top: 1px solid rgb(255 255 255 / 13%);
  color: #d9dfdb;
  font-size: 0.8rem;
}

.compare-list li::before {
  position: absolute;
  left: 2px;
  color: var(--coral);
  content: "—";
}

.metadata-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0;
  background: rgb(255 255 255 / 12%);
}

.metadata-grid div {
  padding: 12px;
  background: #2d4138;
}

.metadata-grid .wide {
  grid-column: 1 / -1;
}

.metadata-grid dt {
  margin-bottom: 4px;
  color: #9eaea5;
  font-size: 0.62rem;
}

.metadata-grid dd {
  margin: 0;
  color: #f4f6f5;
  font-size: 0.78rem;
}

.source-boundary {
  margin: 22px 0 0;
  padding-left: 12px;
  border-left: 2px solid var(--coral);
  color: #aebdb5;
  font-size: 0.7rem;
  line-height: 1.65;
}

.state-card {
  display: flex;
  min-height: 300px;
  padding: 48px;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.state-card h3 {
  margin: 18px 0 8px;
  font-family: "Yu Mincho", serif;
  font-size: 1.4rem;
}

.state-card p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.state-symbol {
  display: grid;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--coral-dark);
  font-family: Georgia, serif;
  place-items: center;
}

.loader {
  width: 38px;
  height: 38px;
  border: 2px solid #ddd9d0;
  border-top-color: var(--coral);
  border-radius: 50%;
  animation: spin 900ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.sources-section {
  padding: 100px max(24px, calc((100vw - 1240px) / 2)) 80px;
  scroll-margin-top: 20px;
  background: #1f2b27;
  color: white;
}

.section-heading.light .eyebrow {
  color: #df8a74;
}

.section-heading.light > p {
  color: #adb8b1;
}

.source-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgb(255 255 255 / 22%);
  border-left: 1px solid rgb(255 255 255 / 22%);
}

.source-card {
  min-height: 270px;
  padding: 26px;
  overflow: hidden;
  border-right: 1px solid rgb(255 255 255 / 22%);
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.source-index {
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
  color: #8fa097;
  font-family: ui-monospace, monospace;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.source-card h3 {
  margin: 28px 0 26px;
  font-size: 1.25rem;
  font-weight: 500;
}

.source-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 0 22px;
}

.source-card dt {
  color: #8fa097;
  font-size: 0.58rem;
}

.source-card dd {
  margin: 4px 0 0;
  color: #dce2de;
  font-size: 0.74rem;
}

.source-links {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.source-links a {
  color: #e8b39f;
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(232 179 159 / 45%);
  text-underline-offset: 4px;
}

.synthetic-source-note {
  color: #87978e;
  font-size: 0.66rem;
}

.source-card .origin-badge {
  border-color: rgb(255 255 255 / 25%);
  color: #c5cec9;
}

.source-card .origin-badge.public-source {
  border-color: #cb856a;
  background: rgb(203 133 106 / 12%);
  color: #f0b49e;
}

.source-preview-note {
  margin: 22px 0 0;
  color: #87978e;
  font-size: 0.7rem;
}

.site-footer {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-block: 28px;
  color: var(--muted);
}

.site-footer > span {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.site-footer p {
  margin: 0;
  font-size: 0.68rem;
  text-align: right;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 68px;
  }

  .hero-panel {
    min-height: 360px;
  }

  .results-layout {
    grid-template-columns: 1fr;
  }

  .detail-panel {
    position: relative;
    top: 0;
    min-height: auto;
  }

  .detail-empty {
    min-height: 300px;
  }

  .source-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .boundary-notice,
  .catalog-section,
  .site-footer {
    width: min(100% - 28px, 1240px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 58px 0 52px;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

  .hero-panel {
    min-height: 390px;
    padding: 24px;
  }

  .boundary-notice {
    margin-bottom: 72px;
    padding: 18px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 2.55rem;
  }

  .view-tabs button {
    padding: 18px 16px;
    font-size: 0.82rem;
  }

  .search-field {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 20px;
  }

  .filter-row {
    align-items: stretch;
    padding: 18px 20px;
    flex-direction: column;
  }

  .select-field {
    justify-content: space-between;
  }

  .select-field select {
    width: 62%;
  }

  .result-list {
    grid-template-columns: 1fr;
  }

  .result-card {
    min-height: 265px;
  }

  .detail-content,
  .detail-empty {
    padding: 30px 24px;
  }

  .sources-section {
    padding: 72px 14px 60px;
  }

  .source-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}

.directory-section {
  padding-top: 26px;
  padding-bottom: 56px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.breadcrumbs li { display: inline-flex; align-items: baseline; gap: 12px; }
.breadcrumbs a, .back-link { color: var(--coral-dark); text-underline-offset: 4px; }
.breadcrumbs [aria-current="page"] { color: var(--ink); font-weight: 700; }
.breadcrumb-separator { color: var(--muted); }
.directory-heading h1 {
  max-width: 720px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  letter-spacing: -0.025em;
  line-height: 1.35;
  margin-bottom: 10px;
}
.facility-heading h1 {
  max-width: 1040px;
  font-size: clamp(1.9rem, 4vw, 3.25rem);
  letter-spacing: -0.04em;
  line-height: 1.4;
  margin-bottom: 16px;
}
.directory-heading .lede { max-width: none; margin-bottom: 20px; font-size: 0.88rem; }
.directory-heading .eyebrow { margin-bottom: 8px; }
.directory-step { padding: 22px 26px 26px; }
.directory-step h2 { font-size: 1.05rem; margin-bottom: 8px; }
.directory-step > p { color: var(--muted); font-size: 0.78rem; line-height: 1.8; }
.directory-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.directory-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: white;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
}
.directory-options a:hover { border-color: var(--coral); background: #fff5ef; }
.option-count { color: var(--muted); font-size: 0.72rem; font-weight: 400; white-space: nowrap; }
.directory-results .result-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.directory-results .result-card { min-height: 260px; text-decoration: none; }
.directory-results .card-topline { gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.type-badge.facility-kind { border-color: #b8c8be; background: #eef4ef; color: var(--forest); }
.type-badge.nonmedical { border-color: #d6b98f; background: #fff6e7; color: #6b451b; }
.directory-results .place-label { margin-bottom: 8px; }
.directory-results .card-action { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.geography-pending { cursor: default; }
.directory-shell .boundary-notice { margin-bottom: 48px; }
.directory-shell .sources-section { padding-top: 40px; padding-bottom: 40px; }
.directory-shell .source-list { margin-top: 24px; grid-template-columns: minmax(0, 1fr); }
.directory-shell .source-card { min-height: auto; }
.directory-shell .source-card h3 { margin: 0 0 18px; }
.demo-explanation { margin-top: 28px; color: #cad4ce; font-size: 0.8rem; line-height: 1.9; }
.demo-explanation summary { cursor: pointer; }
.demo-explanation p { max-width: 850px; margin: 12px 0 0; }
.back-link { display: inline-block; margin-bottom: 24px; font-size: 0.82rem; }
.facility-heading { display: flex; align-items: flex-start; gap: 24px; justify-content: space-between; }
.facility-heading > .origin-badge { flex-shrink: 0; }
.facility-heading .lede { margin-bottom: 24px; font-size: 1rem; }
.facility-detail-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; margin-bottom: 24px; }
.information-card { border: 1px solid var(--line); background: var(--paper-soft); padding: 28px; }
.information-card h2 { font-size: 1.1rem; margin-bottom: 22px; }
.information-card dl { margin: 0; }
.information-card dl > div { display: grid; grid-template-columns: 150px 1fr; padding-block: 12px; border-bottom: 1px solid var(--line); gap: 16px; font-size: 0.88rem; }
.information-card dt { color: var(--muted); }
.information-card dd { margin: 0; }
.scope-note { font-size: 0.8rem; color: var(--muted); line-height: 1.9; margin: 22px 0 0; }
.facility-page > .source-card { background: var(--forest); color: white; }
.directory-shell .state-card h1 { font-size: 1.8rem; line-height: 1.5; }
.state-card .primary-link, .state-card button { margin-top: 22px; }
.state-card button { padding: 10px 18px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }

@media (max-width: 980px) {
  .directory-results .result-list, .directory-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facility-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .directory-shell .site-header { grid-template-columns: 1fr; gap: 8px; padding-block: 16px; }
  .directory-shell .preview-pill { justify-self: start; }
  .directory-options, .directory-results .result-list { grid-template-columns: 1fr; }
  .directory-step { padding: 20px; }
  .facility-heading { flex-direction: column-reverse; gap: 18px; }
  .information-card { padding: 20px; }
  .information-card dl > div { grid-template-columns: 1fr; gap: 6px; }
  .breadcrumbs ol { margin-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.contact-facts { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line, #dfe4df); }
.contact-facts h3, .offering-list h3 { font-size: 1rem; line-height: 1.65; }
.official-link { display: inline-block; margin: 0.75rem 0; }
.fact-evidence { display: flex; flex-wrap: wrap; gap: 0.35rem 0.8rem; margin-top: 0.65rem; font-size: 0.75rem; line-height: 1.7; color: #53665f; }
.fact-evidence a { text-underline-offset: 3px; }
.offering-list { list-style: none; padding: 0; margin: 1rem 0; }
.offering-list li { padding: 1rem 0; border-bottom: 1px solid #e4e9e5; }
.offering-list h3 { margin: 0; overflow-wrap: anywhere; }
.pending-price { font-size: 0.85rem; line-height: 1.8; }
.participation-info { margin-top: 2rem; padding: 1.5rem; background: #f0f4f0; border: 1px solid #dfe7df; border-radius: 16px; }
.participation-info h2 { font-size: 1.15rem; }
.participation-info p { font-size: 0.875rem; line-height: 1.9; }
.participation-info details { border-top: 1px solid #d4dfd6; padding: 1rem 0; }
.participation-info summary { cursor: pointer; font-size: 0.9rem; font-weight: 600; }
.more-results { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem; padding: 1.5rem 0; }
.more-results p { color: var(--muted); font-size: 0.85rem; }
.more-results button { border: 1px solid var(--forest); border-radius: 8px; background: var(--forest); color: white; padding: 0.75rem 1.5rem; cursor: pointer; }
.directory-search { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 10px; }
.directory-search .search-field { min-width: 0; }
.directory-search button { min-height: 46px; padding: 0 20px; border: 1px solid var(--forest); background: var(--forest); color: white; cursor: pointer; font: inherit; font-weight: 700; }
.more-results .primary-link { min-width: 120px; text-align: center; }
@media (max-width: 560px) {
  .directory-search { grid-template-columns: 1fr; }
  .directory-search button { width: 100%; }
}
