@import url("/styles/warnings.css");

:root {
  color-scheme: light;
  --bg: #f6f1e8;
  --bg-strong: #ece3d5;
  --panel: rgba(255, 252, 248, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.97);
  --panel-muted: rgba(245, 238, 229, 0.88);
  --border: rgba(22, 45, 57, 0.12);
  --border-strong: rgba(22, 45, 57, 0.18);
  --ink: #10232d;
  --ink-soft: #284555;
  --muted: #5c7380;
  --river: #1e7397;
  --river-deep: #104a68;
  --sand: #a8712f;
  --good: #23825a;
  --warn: #ad752c;
  --bad: #bb5840;
  --shadow: 0 18px 45px rgba(35, 45, 56, 0.08);
  --shadow-soft: 0 10px 24px rgba(35, 45, 56, 0.06);
  --radius: 28px;
  --radius-sm: 18px;
  --max-width: 1280px;
  --sans: "Avenir Next", "Trebuchet MS", "Gill Sans", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

* {
  box-sizing: border-box;
}

.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;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(30, 115, 151, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(168, 113, 47, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 16%),
    repeating-linear-gradient(
      -12deg,
      rgba(16, 74, 104, 0.03) 0,
      rgba(16, 74, 104, 0.03) 1px,
      transparent 1px,
      transparent 34px
    ),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-strong) 100%);
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  padding-bottom: 3rem;
}

.site-header,
.main-shell {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 0 0.75rem;
}

.app-download-prompt {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto 0.75rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.64rem 0.7rem;
  border: 1px solid rgba(16, 35, 45, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow-soft);
}

.app-download-prompt[hidden] {
  display: none;
}

.app-download-prompt__icon {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.8rem;
  background: rgba(233, 245, 250, 0.92);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.app-download-prompt__icon img {
  width: 2.15rem;
  height: 2.15rem;
  object-fit: contain;
  display: block;
}

.app-download-prompt__copy {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

.app-download-prompt__copy strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.app-download-prompt__copy span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.25;
}

.app-download-prompt__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.34rem 0.78rem;
  border-radius: 999px;
  background: var(--river-deep);
  color: #fff;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.app-download-prompt__cta:focus-visible,
.app-download-prompt__dismiss:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.26);
  outline-offset: 2px;
}

.app-download-prompt__dismiss {
  width: 2rem;
  height: 2rem;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.app-download-prompt__dismiss:hover {
  background: rgba(16, 35, 45, 0.06);
  color: var(--ink);
}

.brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
  min-width: 0;
}

.brand__logo {
  width: min(180px, 36vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(16, 35, 45, 0.08));
}

.brand__logo--mark {
  width: 3.4rem;
  min-width: 3.4rem;
  height: 3.4rem;
  filter: none;
}

.brand__copy {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.brand__eyebrow,
.eyebrow,
.river-card__state,
.hero-call__state,
.summary-metric__label,
.snapshot-card__label {
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand__title {
  font-family: var(--serif);
  font-size: 1.12rem;
  line-height: 1.05;
  color: var(--ink);
  max-width: 24ch;
}

.site-header__meta {
  display: grid;
  gap: 0.4rem;
  justify-items: end;
  max-width: 30rem;
  align-self: center;
}

.site-header__topline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem 0.7rem;
}

.site-header__nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem;
}

.site-header__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.36rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.site-header__nav-link--primary {
  background: rgba(255, 255, 255, 0.84);
}

.site-header__nav-link:hover {
  border-color: rgba(30, 115, 151, 0.28);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
  transform: translateY(-1px);
}

.site-header__nav-link:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.22);
  outline-offset: 2px;
}

.site-header__nav-link span {
  white-space: nowrap;
}

.site-header__nav-label--short,
.site-header__search-label--short,
.site-header__action-label--short {
  display: none;
}

.site-header__search {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2.1rem;
  padding: 0.36rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.14);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  cursor: pointer;
}

.site-header__search span {
  white-space: nowrap;
}

.site-header__search:hover {
  border-color: rgba(30, 115, 151, 0.28);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
  transform: translateY(-1px);
}

.site-header__search:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.22);
  outline-offset: 2px;
}

.site-header__action {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.38rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.22);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 8px 18px rgba(30, 115, 151, 0.08);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.site-header__action:hover {
  border-color: rgba(30, 115, 151, 0.34);
  background: rgba(225, 241, 248, 0.98);
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 10px 20px rgba(30, 115, 151, 0.1);
}

.site-header__action:focus-visible,
.site-footer__link:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.22);
  outline-offset: 2px;
}

.site-header__pill,
.stat-chip,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.88rem;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.site-header__pill {
  border-color: rgba(30, 115, 151, 0.18);
  color: var(--river-deep);
  background: rgba(233, 245, 250, 0.92);
}

.site-header__blurb,
.muted,
.river-card__copy,
.river-detail__summary,
.hero-call__summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.route-seo-intro {
  max-width: 44rem;
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.site-header__freshness {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 0.6rem;
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--muted);
}

.site-header__freshness-item {
  display: inline-flex;
  flex: 0 0 auto;
  white-space: nowrap;
}

.site-header__freshness-item--updated {
  color: var(--river-deep);
  font-weight: 600;
}

.main-shell {
  display: grid;
  gap: 1rem;
  padding: 0.35rem 0 0;
}

.site-footer {
  width: min(100% - 2rem, var(--max-width));
  margin: 1.35rem auto 0;
  padding: 0.85rem 0 0.2rem;
}

.site-footer__nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.site-footer__nav--states {
  display: flex;
  margin-top: 0.45rem;
  font-size: 0.78rem;
}

.site-footer__label {
  color: var(--ink-soft);
  font-weight: 800;
}

.site-footer__link {
  color: var(--muted);
  text-decoration: none;
  transition: color 160ms ease;
}

.site-footer__link:hover {
  color: var(--river-deep);
}

body.site-search-open {
  overflow: hidden;
}

.site-search-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: start center;
  padding: 4.5rem 1rem 1rem;
}

.site-search-dialog[hidden] {
  display: none;
}

.site-search-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 27, 34, 0.36);
  backdrop-filter: blur(10px);
}

.site-search-dialog__panel {
  position: relative;
  width: min(100%, 46rem);
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background:
    linear-gradient(180deg, rgba(250, 252, 253, 0.98), rgba(245, 249, 250, 0.96)),
    var(--panel);
  box-shadow: 0 28px 72px rgba(16, 35, 45, 0.2);
}

.site-search-dialog__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
}

.site-search-dialog__title-wrap {
  display: grid;
  gap: 0.18rem;
}

.site-search-dialog__title {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--ink);
}

.site-search-dialog__field {
  display: block;
}

.site-search-dialog__input {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.site-search-dialog__hint {
  margin: -0.25rem 0 0;
  font-size: 0.84rem;
}

.site-search-dialog__results {
  display: grid;
  gap: 0.5rem;
  max-height: min(60vh, 34rem);
  overflow-y: auto;
  padding-right: 0.1rem;
}

.site-search-dialog__result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.82rem 0.88rem;
  border-radius: 20px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 251, 252, 0.74)),
    rgba(255, 255, 255, 0.82);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 22px rgba(16, 35, 45, 0.05);
}

.site-search-dialog__result:hover {
  border-color: rgba(30, 115, 151, 0.22);
  background: rgba(236, 246, 250, 0.92);
  transform: translateY(-1px);
}

.site-search-dialog__result-kind {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.4rem;
  padding: 0.08rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-search-dialog__result-kind--river {
  border-color: rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
}

.site-search-dialog__result-kind--route {
  border-color: rgba(168, 113, 47, 0.18);
  background: rgba(249, 239, 226, 0.92);
  color: #855620;
}

.site-search-dialog__result-body {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.site-search-dialog__result-title,
.site-search-dialog__result-subtitle,
.site-search-dialog__result-meta {
  margin: 0;
}

.site-search-dialog__result-title {
  color: var(--ink);
  font-size: 1rem;
}

.site-search-dialog__result-subtitle {
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.3;
}

.site-search-dialog__result-meta {
  color: var(--muted);
  font-size: 0.8rem;
}

.site-search-dialog__empty {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0.2rem 0.4rem;
}

.site-search-dialog__empty strong,
.site-search-dialog__empty p {
  margin: 0;
}

.hero,
.river-card,
.river-detail__hero,
.river-detail__panel,
.river-detail__factors,
.river-detail__sources,
.info-hero,
.info-card,
.info-panel,
.request-card,
.status-banner,
.conditions-overview,
.summary-metrics,
.mvp-note,
.hero-call {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.65)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero {
  padding: 1.05rem;
}

.info-hero,
.info-card,
.info-panel,
.request-card {
  padding: 1.05rem;
}

.info-grid,
.request-layout {
  display: grid;
  gap: 1rem;
}

.info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-grid--about-scores {
  grid-template-columns: minmax(0, 1.65fr) minmax(18rem, 0.95fr);
  align-items: start;
}

.request-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.request-layout--single {
  grid-template-columns: minmax(0, 1fr);
}

.contribute-layout {
  align-items: start;
}

.contribute-card {
  min-width: 0;
}

.contribute-sidebar {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.contribute-sidebar--inline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.contribute-sidebar--inline > .eyebrow,
.contribute-sidebar--inline > h2 {
  grid-column: 1 / -1;
}

.contribute-sidebar--inline > h2 {
  margin-bottom: -0.1rem;
}

.contribute-sidebar__links {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.1rem;
}

.contribute-sidebar__links + .contribute-sidebar__links {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
}

.contribute-sidebar--inline .contribute-sidebar__links + .contribute-sidebar__links {
  padding-top: 0.1rem;
  padding-left: 1rem;
  border-top: 0;
  border-left: 1px solid rgba(16, 35, 45, 0.08);
}

.route-photo-form__checkbox--quiet {
  opacity: 0.88;
}

.contribute-upload-list {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 249, 252, 0.96), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.88);
}

.contribute-upload-list__head {
  display: grid;
  gap: 0.35rem;
}

.contribute-upload-list__kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.contribute-upload-list__title {
  margin: 0;
  font-size: 1.05rem;
}

.contribute-upload-list__note {
  margin: 0;
  max-width: 42rem;
}

.contribute-upload-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.85rem;
}

.contribute-upload-card {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.contribute-upload-card__media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  background: rgba(225, 233, 238, 0.55);
}

.contribute-upload-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contribute-upload-card__meta {
  display: grid;
  gap: 0.18rem;
}

.contribute-upload-card__name {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.contribute-upload-card__size {
  margin: 0;
}

.contribute-upload-card__caption {
  display: grid;
  gap: 0.35rem;
}

.contribute-upload-card__caption span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

@media (max-width: 760px) {

  .page-home .home-location-bar {
    max-width: none;
    gap: 0.62rem;
    padding: 0.82rem;
    border-radius: 24px;
    background:
      radial-gradient(circle at top right, rgba(109, 176, 196, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(252, 250, 245, 0.98), rgba(244, 248, 250, 0.95)),
      rgba(255, 255, 255, 0.95);
    box-shadow:
      0 14px 32px rgba(16, 35, 45, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .page-home .home-location-bar__current {
    gap: 0.56rem;
    padding: 0.08rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .page-home .home-location-bar__icon {
    width: 1.92rem;
    height: 1.92rem;
    box-shadow: none;
  }

  .page-home .home-location-bar__value {
    font-size: 0.98rem;
    line-height: 1.18;
  }

  .page-home .home-location-bar__helper {
    margin-top: 0.12rem;
    font-size: 0.72rem;
    line-height: 1.32;
    color: rgba(68, 89, 101, 0.92);
  }

  .page-home .home-location-bar__form {
    gap: 0.42rem;
  }

  .page-home .home-location-bar__search .filter-search__input,
  .page-home .home-location-bar__search-input,
  .page-home .home-location-bar .filter-chip {
    min-height: 2.62rem;
    border-radius: 16px;
  }

  .page-home .home-location-bar__search .filter-search__input,
  .page-home .home-location-bar__search-input {
    padding-inline: 0.92rem;
    font-size: 0.94rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  }

  .page-home .home-location-bar__use {
    width: 2.72rem;
    min-width: 2.72rem;
    min-height: 2.62rem;
    border-radius: 16px;
  }

  .page-home .home-location-bar__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.46rem;
  }

  .page-home .home-location-bar__search-button,
  .page-home .home-location-bar__clear {
    min-height: 2.62rem;
  }

  .page-home .home-location-bar__refine {
    gap: 0.56rem;
    padding-top: 0.56rem;
    border-top-color: rgba(30, 115, 151, 0.1);
  }

  .page-home .home-recommendations__map-block {
    gap: 0.78rem;
    padding: 0.78rem;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(246, 250, 251, 0.97), rgba(242, 246, 248, 0.94)),
      rgba(255, 255, 255, 0.94);
  }

  .page-home .summary-map-shell--home .summary-map-mobile-switch {
    display: none !important;
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    width: auto;
    margin-inline: 0;
    min-height: auto;
    border-radius: 22px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(240, 248, 250, 0.98), rgba(225, 237, 242, 0.9)),
      rgba(234, 243, 246, 0.92);
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-copy {
    display: none;
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame {
    min-height: 23rem;
    border: 0;
    border-radius: 0;
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: 23rem;
    border: 0;
    border-radius: 0;
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-footer {
    display: none;
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-frame {
    display: block;
  }

  .page-home .home-results-rail {
    gap: 0.72rem;
  }
}

@media (max-width: 540px) {

  .app-download-prompt {
    gap: 0.58rem;
    padding: 0.58rem;
    border-radius: 16px;
  }

  .app-download-prompt__icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.72rem;
  }

  .app-download-prompt__icon img {
    width: 1.92rem;
    height: 1.92rem;
  }

  .app-download-prompt__copy span {
    font-size: 0.72rem;
  }

  .app-download-prompt__cta {
    padding-inline: 0.68rem;
  }

  .app-download-prompt__dismiss {
    width: 1.8rem;
    height: 1.8rem;
  }

  .page-home .home-location-bar {
    padding: 0.72rem;
    border-radius: 20px;
  }

  .page-home .home-location-bar__current {
    padding: 0;
  }

  .page-home .home-location-bar__icon {
    width: 1.78rem;
    height: 1.78rem;
  }

  .page-home .home-location-bar__helper {
    font-size: 0.68rem;
  }

  .page-home .home-location-bar__search .filter-search__input,
  .page-home .home-location-bar__search-input,
  .page-home .home-location-bar .filter-chip,
  .page-home .home-location-bar__use {
    min-height: 2.48rem;
  }

  .page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  .page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: 20.5rem;
  }
}
  .contribute-sidebar--inline {
    grid-template-columns: 1fr;
  }

  .contribute-sidebar--inline .contribute-sidebar__links + .contribute-sidebar__links {
    padding-top: 0.9rem;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(16, 35, 45, 0.08);
  }
}

.info-card {
  padding: 1rem;
}

.info-hero__actions {
  margin-top: 0.8rem;
}

.request-form {
  display: grid;
  gap: 0.78rem;
  margin-top: 1rem;
}

.request-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
}

.request-form input:focus-visible,
.request-form select:focus-visible,
.request-form textarea:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.2);
  outline-offset: 1px;
  border-color: rgba(30, 115, 151, 0.32);
}

.request-form textarea {
  resize: vertical;
}

.request-form [aria-invalid="true"] {
  border-color: rgba(187, 88, 64, 0.48);
  background: rgba(255, 246, 244, 0.94);
  box-shadow: 0 0 0 3px rgba(187, 88, 64, 0.08);
}

.request-form__hint {
  font-size: 0.78rem;
  color: var(--muted);
}

.request-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.request-form__status {
  min-height: 1.25rem;
}

.request-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hero--home {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 0.7rem;
  align-items: stretch;
}

.hero__main {
  display: grid;
  gap: 0.78rem;
}

.hero__kicker {
  margin: 0;
  color: var(--river);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

.hero h1,
.section-title,
.river-card__title,
.river-detail__title,
.hero-call__title {
  font-family: var(--serif);
}

.hero h1 {
  margin: 0;
  max-width: 15ch;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 0.94;
  color: var(--ink);
}

.hero__lede {
  margin: 0;
  max-width: 47ch;
  color: var(--ink-soft);
  line-height: 1.42;
  font-size: 1rem;
}

.hero__location {
  margin: -0.04rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.4;
}

.hero__location-link {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.hero__location-link:hover,
.hero__location-link:focus-visible {
  text-decoration: underline;
}

.hero__snapshot {
  margin: 0;
  display: inline-flex;
  align-self: start;
  padding: 0.56rem 0.8rem;
  border-radius: 16px;
  border: 1px solid rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: var(--river-deep);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  order: 6;
}

.hero__freshness {
  display: none;
}

.hero__call-mix {
  margin: 0.08rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.62rem;
  order: 5;
}

.hero__call-mix-item {
  display: grid;
  gap: 0.12rem;
  padding: 0.72rem 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.hero__call-mix-button {
  all: unset;
  display: grid;
  gap: 0.12rem;
  width: 100%;
  min-height: 100%;
  cursor: pointer;
}

.hero__call-mix-button:focus-visible {
  outline: 3px solid rgba(30, 115, 151, 0.28);
  outline-offset: 0.32rem;
  border-radius: 14px;
}

.hero__call-mix-item:has(.hero__call-mix-button--active) {
  transform: translateY(-1px);
  box-shadow:
    0 16px 32px rgba(16, 35, 45, 0.12),
    inset 0 0 0 2px rgba(30, 115, 151, 0.24);
}

.hero__call-mix-item strong {
  font-family: var(--serif);
  font-size: 1.3rem;
  line-height: 1;
  color: var(--ink);
}

.hero__call-mix-item span {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero__call-mix-item--strong {
  border-color: rgba(23, 116, 72, 0.34);
  background: rgba(225, 249, 236, 0.96);
}

.hero__call-mix-item--good {
  border-color: rgba(28, 119, 112, 0.32);
  background: rgba(226, 246, 242, 0.94);
}

.hero__call-mix-item--mixed {
  border-color: rgba(185, 122, 32, 0.34);
  background: rgba(255, 240, 213, 0.95);
}

.hero__call-mix-item--no-go {
  border-color: rgba(190, 72, 48, 0.32);
  background: rgba(255, 231, 224, 0.95);
}

.hero__note {
  margin: 0;
  margin-top: auto;
  padding-top: 0.78rem;
  max-width: 48ch;
  font-size: 0.84rem;
  line-height: 1.45;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
  order: 9;
}

.hero__note a {
  color: var(--river-deep);
  font-weight: 700;
  text-decoration: none;
}

.hero__note a:hover {
  text-decoration: underline;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
}

.hero__overview-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  order: 4;
}

.hero__project-label {
  margin: 0;
  padding-top: 0.28rem;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  order: 7;
}

.hero__support {
  max-width: 42ch;
  font-size: 0.88rem;
  line-height: 1.4;
}

.hero p {
  font-size: 1.02rem;
}

.hero__meta,
.river-card__signal-row,
.river-card__footer,
.river-detail__meta-row,
.hero-call__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero__meta {
  order: 8;
}

.river-detail__gauge-note {
  display: grid;
  gap: 0.28rem;
  margin-top: 0.85rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(16, 74, 104, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.4;
}

.river-detail__gauge-note p {
  margin: 0;
}

.river-detail__gauge-note-label {
  color: var(--river-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.icon {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-principle {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.09);
  background:
    linear-gradient(180deg, rgba(239, 246, 249, 0.96), rgba(247, 249, 250, 0.88)),
    rgba(245, 248, 249, 0.82);
  box-shadow: var(--shadow-soft);
}

.hero-principle::after {
  content: "";
  position: absolute;
  inset: auto -12% -56% auto;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 115, 151, 0.12), transparent 68%);
  pointer-events: none;
}

.hero-principle__label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--river);
}

.hero-principle strong {
  font-size: 0.96rem;
  line-height: 1.4;
  color: var(--ink);
}

.hero-principle--compact {
  gap: 0.3rem;
  padding: 0.82rem 0.9rem;
}

.hero-principle--compact strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-principle--compact .icon {
  width: 1.85rem;
  height: 1.85rem;
  padding: 0.34rem;
  border-radius: 999px;
  background: rgba(30, 115, 151, 0.12);
  color: var(--river-deep);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-call {
  display: grid;
  gap: 0.55rem;
  align-content: start;
  padding: 0.92rem;
  position: relative;
  overflow: hidden;
}

.hero-call::after,
.river-card::after,
.river-call-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -50% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 115, 151, 0.12), transparent 65%);
  pointer-events: none;
}

.hero-call__title {
  margin: 0;
  font-size: 1.55rem;
  line-height: 0.98;
}

.title-link {
  color: inherit;
  text-decoration: none;
}

.title-link:hover,
.title-link:focus-visible {
  color: var(--river-deep);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.title-link--hero {
  display: inline-block;
}

.hero-call__reach {
  margin: -0.18rem 0 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.hero-call__scoreline {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.hero-call__meta {
  align-content: flex-start;
}

.hero-call__score-meta {
  display: grid;
  gap: 0.38rem;
  align-content: start;
}

.hero-call__verdict,
.recommendation-card__verdict {
  margin: 0;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.14;
}

.hero-call__reason,
.recommendation-card__summary {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-call__signal-line {
  margin: 0;
  color: rgba(40, 69, 85, 0.82);
  font-size: 0.77rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem 1rem;
  align-items: center;
  min-height: 1.5rem;
}

.hero-call__summary {
  font-size: 0.88rem;
  line-height: 1.34;
  max-width: 48ch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.hero-call__summary--expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.hero-call__toggle {
  justify-self: start;
  margin-top: -0.1rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--river-deep);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
}

.hero-call__toggle:hover {
  color: var(--river);
}

.hero-call__toggle:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.22);
  outline-offset: 3px;
}

.hero-call__condition {
  margin: -0.08rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.hero-call__condition-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.hero-call__condition-text {
  min-width: 0;
}

.hero-call__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-call__reasons {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.28rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.board-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 0.6rem;
}

.summary-map-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1.64fr);
  gap: 0.8rem;
  align-items: stretch;
  width: 100%;
}

.summary-map-copy,
.summary-map-frame {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.65)),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.summary-map-copy {
  display: grid;
  gap: 0.58rem;
  padding: 0.8rem 0.85rem;
  align-content: start;
  min-width: 0;
}

.summary-map-copy__intro {
  display: grid;
  gap: 0.58rem;
}

.summary-map-copy__lede {
  font-size: 0.94rem;
  line-height: 1.5;
  max-width: 24ch;
}

.summary-map-results-head {
  display: grid;
  gap: 0.18rem;
}

.summary-map-results-head__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.summary-map-results__title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.summary-map-results__note,
.summary-map-results__empty {
  margin: 0;
}

.summary-map-results {
  display: grid;
  gap: 0.42rem;
  max-height: 22rem;
  overflow-y: auto;
  padding-right: 0.15rem;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.summary-map-results-panel {
  display: grid;
  gap: 0.42rem;
  min-height: 0;
}

.summary-map-results__back {
  display: none;
  min-height: 2.1rem;
  white-space: nowrap;
}

.summary-map-results__back[hidden],
.summary-map__toggle[hidden],
.summary-map-mobile-switch[hidden] {
  display: none !important;
}

.summary-map-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  width: 100%;
  padding: 0.62rem 0.68rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.summary-map-result:hover {
  border-color: rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.82);
}

.summary-map-result--active {
  border-color: rgba(30, 115, 151, 0.22);
  background: rgba(233, 245, 250, 0.88);
  box-shadow: inset 0 0 0 1px rgba(30, 115, 151, 0.08);
}

.summary-map-result__score {
  width: 2rem;
  height: 2rem;
  font-size: 0.76rem;
  box-shadow: none;
}

.summary-map-result__body {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.summary-map-result__name {
  font-size: 0.92rem;
}

.summary-map-result__route,
.summary-map-result__meta {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.3;
}

.summary-map-copy .section-title {
  margin-top: 0;
}

.summary-map-frame {
  display: grid;
  gap: 0.65rem;
  padding: 0.65rem;
  min-width: 0;
}

.summary-map {
  min-height: 22.5rem;
  border-radius: calc(var(--radius) - 6px);
  overflow: visible;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    radial-gradient(circle at 20% 20%, rgba(30, 115, 151, 0.1), transparent 35%),
    linear-gradient(180deg, rgba(230, 240, 245, 0.85), rgba(237, 232, 223, 0.88));
}

.summary-map .maplibregl-canvas-container,
.summary-map .maplibregl-canvas,
.summary-map .maplibregl-map {
  border-radius: inherit;
}

.summary-map__status {
  padding: 0;
  flex: 0 0 auto;
}

.summary-map__toggle {
  justify-self: start;
}

.summary-map-mobile-switch {
  display: none;
}

@media (min-width: 761px) {
  .page-explore .summary-map-shell--explore-workspace .summary-map-results-panel {
    display: none;
  }
}

@media (min-width: 761px) {
  .summary-map__toggle,
  .river-group-page__map-toggle,
  .river-launch-plan__map-toggle {
    display: none !important;
  }
}

.summary-map-shell--collapsed {
  grid-template-columns: 1fr;
}

.summary-map-shell--collapsed .summary-map-frame {
  display: none;
}

.summary-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  padding: 0;
}

.summary-map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1rem;
  flex-wrap: wrap;
  padding: 0 0.15rem 0.05rem;
}

.summary-map-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.summary-map-legend__marker,
.score-map-marker {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.82rem;
  border: 2px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(16, 35, 45, 0.16);
}

.summary-map-legend__marker--great,
.score-map-marker--great {
  background: linear-gradient(180deg, rgba(212, 244, 228, 0.98), rgba(244, 251, 247, 0.96));
  border-color: rgba(35, 130, 90, 0.5);
}

.summary-map-legend__marker--good,
.score-map-marker--good {
  background: linear-gradient(180deg, rgba(209, 242, 237, 0.98), rgba(240, 250, 248, 0.96));
  border-color: rgba(28, 119, 112, 0.52);
}

.summary-map-legend__marker--marginal,
.score-map-marker--marginal {
  background: linear-gradient(180deg, rgba(255, 226, 178, 0.98), rgba(255, 247, 232, 0.96));
  border-color: rgba(185, 122, 32, 0.54);
}

.score-map-marker--no-go {
  background: linear-gradient(180deg, rgba(255, 213, 204, 0.98), rgba(255, 241, 237, 0.96));
  border-color: rgba(190, 72, 48, 0.56);
}

.summary-map-legend__marker--low-confidence {
  background: linear-gradient(180deg, rgba(252, 244, 242, 0.98), rgba(255, 250, 249, 0.96));
  border-color: rgba(187, 88, 64, 0.3);
  box-shadow: 0 0 0 4px rgba(187, 88, 64, 0.1), 0 8px 20px rgba(16, 35, 45, 0.16);
}

.score-map-marker--confidence-high {
  box-shadow: 0 0 0 4px rgba(35, 130, 90, 0.12), 0 8px 20px rgba(16, 35, 45, 0.16);
}

.score-map-marker--confidence-medium {
  box-shadow: 0 0 0 4px rgba(173, 117, 44, 0.12), 0 8px 20px rgba(16, 35, 45, 0.16);
}

.score-map-marker--confidence-low {
  box-shadow: 0 0 0 4px rgba(187, 88, 64, 0.1), 0 8px 20px rgba(16, 35, 45, 0.16);
}

.score-map-marker {
  cursor: pointer;
}

.score-map-marker--selected {
  transform: translateY(-1px) scale(1.06);
  box-shadow: 0 0 0 5px rgba(30, 115, 151, 0.14), 0 12px 26px rgba(16, 35, 45, 0.2);
  z-index: 2;
}

.score-map-marker--hovered {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 0 0 4px rgba(30, 115, 151, 0.1), 0 10px 22px rgba(16, 35, 45, 0.18);
  z-index: 1;
}

.score-map-marker--pending {
  background: linear-gradient(180deg, rgba(231, 238, 240, 0.98), rgba(249, 251, 252, 0.96));
  border-color: rgba(103, 128, 137, 0.28);
  color: rgba(16, 35, 45, 0.72);
  box-shadow: 0 8px 20px rgba(16, 35, 45, 0.12);
}

.score-map-marker span {
  line-height: 1;
}

.score-map-popup {
  display: grid;
  gap: 0.28rem;
  color: var(--ink);
}

.score-map-popup h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.12;
}

.score-map-popup__state,
.score-map-popup__meta {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.score-map-popup__reach,
.score-map-popup__summary {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.32;
}

.score-map-popup__reach {
  font-size: 0.84rem;
}

.score-map-popup__summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.82rem;
}

.score-map-popup__scoreline {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.score-map-popup__scorebadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
}

.score-map-popup__scorebadge--great {
  background: linear-gradient(180deg, rgba(212, 244, 228, 0.98), rgba(244, 251, 247, 0.96));
  border-color: rgba(35, 130, 90, 0.5);
}

.score-map-popup__scorebadge--good {
  background: linear-gradient(180deg, rgba(209, 242, 237, 0.98), rgba(240, 250, 248, 0.96));
  border-color: rgba(28, 119, 112, 0.52);
}

.score-map-popup__scorebadge--marginal {
  background: linear-gradient(180deg, rgba(255, 226, 178, 0.98), rgba(255, 247, 232, 0.96));
  border-color: rgba(185, 122, 32, 0.54);
}

.score-map-popup__scorebadge--no-go {
  background: linear-gradient(180deg, rgba(255, 213, 204, 0.98), rgba(255, 241, 237, 0.96));
  border-color: rgba(190, 72, 48, 0.56);
}

.score-map-popup__verdict {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.score-map-popup__support {
  margin: -0.12rem 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.35;
}

.score-map-popup__link {
  margin-top: 0.15rem;
  color: var(--river-deep);
  text-decoration: none;
  font-weight: 700;
}

.score-map-popup__link--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 1.95rem;
  padding: 0.36rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 0.83rem;
}

.maplibregl-popup-content {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  box-shadow: 0 16px 36px rgba(16, 35, 45, 0.14);
  padding: 0.72rem 0.78rem;
  max-width: min(15.5rem, calc(100vw - 1.5rem));
  overflow: visible;
}

.maplibregl-popup {
  z-index: 9999;
}

.maplibregl-popup-close-button {
  top: 0.28rem;
  right: 0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 35, 45, 0.08);
  cursor: pointer;
}

.maplibregl-popup-close-button:hover {
  background: rgba(233, 245, 250, 0.96);
  color: var(--river-deep);
}

.maplibregl-popup-tip {
  border-top-color: rgba(255, 255, 255, 0.98) !important;
}

.conditions-overview,
.summary-metrics,
.mvp-note {
  padding: 0.82rem 0.95rem;
}

.status-banner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.88rem 1rem;
}

.status-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9rem;
  min-height: 2.1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
}

.status-banner__body {
  display: grid;
  gap: 0.3rem;
}

.status-banner__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.status-banner--compact {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.72rem 0.9rem;
}

.status-banner--hidden {
  display: none;
}

.status-banner[hidden] {
  display: none !important;
}

.status-banner__grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.status-banner__item {
  display: grid;
  gap: 0.32rem;
  padding: 0.9rem 0.95rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.68);
}

.status-banner__label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.status-banner__item strong {
  color: var(--ink);
}

.status-banner__body strong {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--ink);
}

.status-banner--compact .status-banner__body p {
  margin: 0;
}

.status-banner--compact .status-banner__grid {
  display: none;
}

.status-banner--live {
  border-color: rgba(35, 130, 90, 0.22);
  background:
    linear-gradient(180deg, rgba(241, 250, 246, 0.95), rgba(255, 255, 255, 0.88)),
    var(--panel);
}

.status-banner--live .status-banner__eyebrow {
  color: var(--good);
  background: rgba(232, 246, 238, 0.94);
}

.status-banner--degraded {
  border-color: rgba(173, 117, 44, 0.24);
  background:
    linear-gradient(180deg, rgba(252, 247, 239, 0.95), rgba(255, 255, 255, 0.88)),
    var(--panel);
}

.status-banner--degraded .status-banner__eyebrow {
  color: var(--warn);
  background: rgba(250, 242, 230, 0.94);
}

.status-banner--offline,
.status-banner--loading {
  border-color: rgba(187, 88, 64, 0.22);
  background:
    linear-gradient(180deg, rgba(252, 244, 242, 0.95), rgba(255, 255, 255, 0.88)),
    var(--panel);
}

.status-banner--offline .status-banner__eyebrow,
.status-banner--loading .status-banner__eyebrow {
  color: var(--bad);
  background: rgba(250, 236, 233, 0.94);
}

.conditions-overview__headline {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.3;
  color: var(--ink);
}

.conditions-overview__eyebrow {
  margin-bottom: 0.22rem;
}

.conditions-overview__detail {
  margin-top: 0.22rem;
  font-size: 0.84rem;
  line-height: 1.28;
}

.summary-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.summary-metric {
  display: grid;
  gap: 0.18rem;
  padding: 0.72rem 0.68rem;
  border-radius: var(--radius-sm);
  background: rgba(247, 243, 236, 0.88);
  border: 1px solid rgba(16, 35, 45, 0.08);
}

.summary-metric strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.65rem;
}

.section-head__note {
  max-width: 26rem;
  text-align: right;
  font-size: 0.86rem;
  line-height: 1.28;
}

.section-head__actions {
  display: grid;
  justify-items: end;
  gap: 0.28rem;
}

.section-head__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}

.section-head__status {
  font-size: 0.78rem;
}

.board-filters {
  display: grid;
  gap: 0.35rem;
  align-items: center;
  position: sticky;
  top: 0.7rem;
  z-index: 24;
  padding: 0.3rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.board-filters--full {
  position: static;
  gap: 0.6rem;
  padding: 0.82rem 0.92rem;
  border: 1px solid rgba(30, 115, 151, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(242, 248, 251, 0.88), rgba(255, 255, 255, 0.78)),
    var(--panel);
  box-shadow: 0 16px 40px rgba(16, 35, 45, 0.07);
}

.explore-workspace .board-filters--embedded {
  margin-top: -0.1rem;
  border-color: rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 252, 0.82)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 16px 34px rgba(16, 35, 45, 0.07);
  backdrop-filter: blur(16px);
}

.board-filters__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.board-filters__controls--primary {
  align-items: stretch;
}

.board-filters__controls--primary > .filter-search {
  flex: 1 1 22rem;
  min-width: min(100%, 16rem);
}

.board-filters__controls--primary > .filter-select--sort {
  flex: 0 1 15rem;
}

.board-filters__advanced {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.board-filters__advanced summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.4rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.board-filters__advanced summary::-webkit-details-marker {
  display: none;
}

.board-filters__advanced summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
  font-size: 1rem;
  line-height: 1;
}

.board-filters__advanced[open] summary::after {
  content: "-";
}

.board-filters__advanced-note {
  flex: 1 1 auto;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: right;
}

.board-filters__controls--secondary {
  padding-top: 0.05rem;
}

.board-filters__workspace {
  display: grid;
  gap: 0.8rem;
}

.board-filters__group {
  display: grid;
  gap: 0.7rem;
  padding: 0.88rem 0.92rem;
  border-radius: 22px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 252, 0.76)),
    rgba(255, 255, 255, 0.82);
}

.board-filters__group--location {
  position: relative;
  overflow: hidden;
  gap: 0.5rem;
  padding: 0.74rem 0.82rem;
  border-color: rgba(30, 115, 151, 0.18);
  background:
    linear-gradient(180deg, rgba(235, 245, 249, 0.94), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(30, 115, 151, 0.04);
}

.board-filters__group--location::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(30, 115, 151, 0.7), rgba(103, 154, 117, 0.6));
}

.board-filters__group-head {
  display: grid;
  gap: 0.22rem;
}

.board-filters__group-title,
.board-filters__group-note {
  margin: 0;
}

.board-filters__group-title {
  font-size: 1rem;
  line-height: 1.25;
}

.board-filters__group--location .board-filters__group-title {
  font-size: 1.04rem;
}

.board-filters__group--location .board-filters__group-head {
  gap: 0;
}

.board-filters__group-note {
  font-size: 0.84rem;
}

.board-filters__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.board-filters__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.8rem;
}

.board-filters__meta--top {
  justify-content: space-between;
  gap: 0.35rem 0.9rem;
}

.board-filters__summary {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.3;
}

.board-filters__hint {
  margin: 0;
  align-self: start;
}

.board-filters__hint summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.76rem;
  line-height: 1.2;
  color: rgba(78, 96, 114, 0.88);
  text-decoration: underline;
  text-decoration-color: rgba(78, 96, 114, 0.28);
  text-underline-offset: 0.14em;
}

.board-filters__hint summary::-webkit-details-marker {
  display: none;
}

.board-filters__hint summary:hover {
  color: var(--river-deep);
  text-decoration-color: rgba(30, 115, 151, 0.4);
}

.board-filters__hint-body {
  margin-top: 0.42rem;
  font-size: 0.78rem;
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  color: rgba(78, 96, 114, 0.92);
}

.filter-select--sort .filter-select__input {
  min-width: 8.6rem;
  font-weight: 600;
}

.filter-chip,
.segmented-control__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font: inherit;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.segmented-control__button {
  min-width: 2.7rem;
}

.filter-search,
.filter-select {
  display: inline-flex;
}

.location-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.2rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.location-indicator[hidden] {
  display: none;
}

.location-indicator__spinner {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 2px solid rgba(30, 115, 151, 0.18);
  border-top-color: var(--river);
  animation: location-spin 0.8s linear infinite;
}

.location-indicator[data-state='error'] {
  color: var(--warn);
  border-color: rgba(173, 117, 44, 0.2);
  background: rgba(250, 242, 230, 0.94);
}

.location-indicator[data-state='error'] .location-indicator__spinner {
  animation: none;
  border-color: rgba(173, 117, 44, 0.28);
  border-top-color: rgba(173, 117, 44, 0.28);
}

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

.filter-search__input,
.filter-select__input {
  min-height: 2.2rem;
  min-width: 9.5rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.filter-search__input {
  min-width: 13rem;
}

.filter-chip:hover,
.segmented-control__button:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 115, 151, 0.22);
}

.filter-chip--active,
.segmented-control__button--active {
  background: linear-gradient(180deg, rgba(30, 115, 151, 0.16), rgba(30, 115, 151, 0.08));
  border-color: rgba(30, 115, 151, 0.28);
  color: var(--river-deep);
  font-weight: 700;
  box-shadow:
    inset 0 0 0 1px rgba(30, 115, 151, 0.08),
    0 4px 10px rgba(30, 115, 151, 0.08);
}

.filter-chip--primary {
  background: linear-gradient(180deg, rgba(30, 115, 151, 0.18), rgba(30, 115, 151, 0.1));
  border-color: rgba(30, 115, 151, 0.28);
  color: var(--river-deep);
}

.filter-chip--subtle {
  background: rgba(245, 248, 250, 0.92);
  border-color: rgba(16, 35, 45, 0.1);
  color: rgba(38, 56, 72, 0.88);
  font-weight: 600;
}

.filter-chip--subtle:hover {
  border-color: rgba(16, 35, 45, 0.16);
  background: rgba(241, 246, 249, 0.96);
}

.filter-chip--active.filter-chip--subtle {
  background: linear-gradient(180deg, rgba(30, 115, 151, 0.14), rgba(30, 115, 151, 0.08));
  border-color: rgba(30, 115, 151, 0.24);
  color: var(--river-deep);
}

.filter-chip--quiet {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(16, 35, 45, 0.08);
  color: rgba(78, 96, 114, 0.88);
}

.filter-chip--quiet:hover {
  border-color: rgba(16, 35, 45, 0.14);
  background: rgba(255, 255, 255, 0.78);
}

.section-title {
  margin: 0.25rem 0 0;
  font-size: 1.85rem;
  color: var(--ink);
}

.river-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.river-card {
  position: relative;
  display: grid;
  gap: 0.72rem;
  padding: 0.92rem;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.river-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(35, 45, 56, 0.12);
}

.river-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.72rem;
}

.river-card__top .river-card__warning {
  flex: 0 0 auto;
  margin-top: 0.05rem;
}

.river-card__group-link,
.river-detail__group-link {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.river-card__group-link a,
.river-detail__group-link a {
  color: var(--river);
  font-weight: 600;
}

.river-card__state,
.eyebrow {
  margin: 0 0 0.28rem;
}

.river-card__title {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.02;
  color: var(--ink);
}

.river-detail__title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.02;
  color: var(--ink);
}

.river-card__reach,
.river-detail__reach {
  margin: 0.18rem 0 0;
  color: var(--ink-soft);
}

.river-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  margin-top: 0.5rem;
}

.river-card__badges--detail {
  margin-top: 0.85rem;
}

.source-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
}

.source-badge--usgs {
  color: var(--river-deep);
  border-color: rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.92);
}

.source-badge--official {
  color: var(--good);
  border-color: rgba(35, 130, 90, 0.18);
  background: rgba(232, 246, 238, 0.94);
}

.source-badge--mixed,
.source-badge--minimum {
  color: var(--warn);
  border-color: rgba(173, 117, 44, 0.2);
  background: rgba(250, 242, 230, 0.94);
}

.source-badge--community,
.source-badge--derived {
  color: var(--bad);
  border-color: rgba(187, 88, 64, 0.18);
  background: rgba(250, 236, 233, 0.94);
}

.score-orb {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  justify-self: start;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.08rem;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.96), transparent 34%),
    radial-gradient(circle at 50% 128%, rgba(16, 35, 45, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 248, 0.92));
  border: 1px solid rgba(16, 35, 45, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 18px rgba(16, 35, 45, 0.04),
    0 10px 24px rgba(16, 35, 45, 0.12);
  text-align: center;
}

.score-orb::after {
  content: "";
  position: absolute;
  inset: 0.28rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.score-orb--featured {
  width: 6.65rem;
  height: 6.65rem;
  min-width: 6.65rem;
  min-height: 6.65rem;
}

.score-orb__score {
  display: block;
  font-size: 1.68rem;
  font-weight: 800;
  line-height: 0.92;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.score-orb__rating {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.score-orb--great {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.98), transparent 34%),
    radial-gradient(circle at 50% 128%, rgba(35, 130, 90, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(219, 247, 230, 0.98), rgba(241, 251, 245, 0.96));
  border-color: rgba(35, 130, 90, 0.28);
}

.score-orb--good {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.98), transparent 34%),
    radial-gradient(circle at 50% 128%, rgba(28, 119, 112, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(216, 242, 238, 0.98), rgba(244, 251, 249, 0.96));
  border-color: rgba(28, 119, 112, 0.34);
}

.score-orb--marginal {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.98), transparent 34%),
    radial-gradient(circle at 50% 128%, rgba(185, 122, 32, 0.24), transparent 60%),
    linear-gradient(180deg, rgba(255, 229, 188, 0.98), rgba(255, 248, 236, 0.96));
  border-color: rgba(185, 122, 32, 0.36);
}

.score-orb--no-go {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.98), transparent 34%),
    radial-gradient(circle at 50% 128%, rgba(190, 72, 48, 0.24), transparent 60%),
    linear-gradient(180deg, rgba(255, 218, 209, 0.98), rgba(255, 243, 239, 0.96));
  border-color: rgba(190, 72, 48, 0.38);
}

.score-orb--great .score-orb__rating {
  color: #146c45;
}

.score-orb--good .score-orb__rating {
  color: #176d68;
}

.score-orb--marginal .score-orb__rating {
  color: #8a5a17;
}

.score-orb--no-go .score-orb__rating {
  color: #9d3e2e;
}

.river-card .score-orb__score {
  font-size: 1.78rem;
}

.river-card .score-orb__rating {
  font-size: 0.58rem;
}

.river-call-panel .score-orb__score,
.hero-call .score-orb__score {
  font-size: 2.15rem;
}

.river-call-panel .score-orb__rating,
.hero-call .score-orb__rating {
  font-size: 0.66rem;
}

.river-card__copy {
  margin: 0;
  font-size: 0.86rem;
  min-height: 2.7rem;
  line-height: 1.38;
}

.river-card__why-label {
  display: inline-block;
  margin-right: 0.38rem;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0;
}

.river-card__metric {
  display: grid;
  gap: 0.18rem;
  padding: 0.62rem 0.68rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.river-card__metric dt {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-card__metric dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.28;
  color: var(--ink);
}

.river-card__freshness {
  margin: -0.05rem 0 0;
  font-size: 0.78rem;
  line-height: 1.28;
}

.river-card__distance {
  margin: -0.18rem 0 0;
  font-size: 0.78rem;
  line-height: 1.28;
  color: var(--river-deep);
}

.river-card__footer--compact {
  gap: 0.38rem;
}

.river-card__footer--compact .pill {
  min-height: 1.75rem;
  padding: 0.22rem 0.58rem;
  font-size: 0.74rem;
}

.factor-list,
.source-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.factor-item,
.source-list li,
.snapshot-card {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.factor-item__head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: baseline;
}

.factor-item__label {
  font-weight: 700;
  color: var(--ink);
}

.factor-item__value {
  color: var(--ink-soft);
}

.impact-positive {
  border-color: rgba(35, 130, 90, 0.24);
}

.impact-warning {
  border-color: rgba(173, 117, 44, 0.24);
}

.impact-negative {
  border-color: rgba(187, 88, 64, 0.24);
}

.river-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 74, 104, 0.18);
  background: linear-gradient(180deg, rgba(30, 115, 151, 0.12), rgba(30, 115, 151, 0.06));
  color: var(--river-deep);
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow-soft);
}

.river-link--primary {
  border-color: rgba(16, 74, 104, 0.42);
  background:
    linear-gradient(180deg, rgba(30, 115, 151, 0.98), rgba(16, 74, 104, 0.94)),
    var(--river-deep);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(16, 74, 104, 0.22);
}

.river-link--primary:hover,
.river-link--primary:focus-visible {
  border-color: rgba(16, 74, 104, 0.58);
  background:
    linear-gradient(180deg, rgba(38, 132, 169, 1), rgba(16, 74, 104, 0.98)),
    var(--river-deep);
  color: #fff;
  transform: translateY(-1px);
}

.river-link--inline {
  justify-self: start;
}

.river-link--wide {
  width: 100%;
}

.confidence-pill--high,
.metric-value--high {
  color: var(--good);
}

.confidence-pill--medium,
.metric-value--medium {
  color: var(--warn);
}

.confidence-pill--low,
.metric-value--low {
  color: var(--bad);
}

.decision-pill--paddle {
  color: var(--good);
}

.decision-pill--maybe {
  color: var(--warn);
}

.decision-pill--skip {
  color: var(--bad);
}

.data-status-pill--live {
  color: var(--good);
}

.data-status-pill--degraded {
  color: var(--warn);
}

.data-status-pill--offline {
  color: var(--bad);
}

.threshold-pill--official {
  color: var(--good);
}

.threshold-pill--mixed {
  color: var(--river);
}

.threshold-pill--community,
.threshold-pill--derived {
  color: var(--warn);
}

.river-card--great,
.hero-call--great,
.river-detail--great .river-call-panel {
  border-color: rgba(35, 130, 90, 0.34);
}

.river-card--good,
.hero-call--good,
.river-detail--good .river-call-panel {
  border-color: rgba(28, 119, 112, 0.34);
}

.river-card--marginal,
.hero-call--marginal,
.river-detail--marginal .river-call-panel {
  border-color: rgba(185, 122, 32, 0.38);
}

.river-card--no-go,
.hero-call--no-go,
.river-detail--no-go .river-call-panel {
  border-color: rgba(190, 72, 48, 0.38);
}

.mvp-note,
.river-detail__hero,
.river-detail__panel,
.river-detail__factors,
.river-detail__sources {
  padding: 1.2rem;
}

.river-detail {
  display: grid;
  gap: 1rem;
}

.river-detail [data-detail-section] {
  scroll-margin-top: 8.5rem;
}

.river-detail__layout {
  display: grid;
  grid-template-columns: minmax(190px, 220px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.river-detail__content {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.river-detail__section-nav {
  position: sticky;
  top: 0.75rem;
  align-self: start;
}

.river-detail__section-nav-inner {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 0.85rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66)),
    var(--panel);
  box-shadow: var(--shadow-soft);
}

.river-detail__section-nav-label {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-detail__chapter-head {
  position: relative;
  display: grid;
  gap: 0.24rem;
  margin-top: 1.15rem;
  padding: 1.05rem 0.1rem 0;
}

.river-detail__chapter-head::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(30, 115, 151, 0.06), rgba(30, 115, 151, 0.28) 18%, rgba(16, 35, 45, 0.05) 78%, transparent);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(16, 35, 45, 0.05);
}

.river-detail__chapter-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.24rem, 2.2vw, 1.56rem);
  line-height: 1.08;
  color: var(--ink);
}

.river-detail__chapter-copy {
  margin: 0;
  max-width: 58ch;
  line-height: 1.48;
}

.river-detail__chapter-head--today {
  margin-top: 0.45rem;
  padding-top: 0.7rem;
}

.river-detail__chapter-head--today::before {
  background:
    linear-gradient(90deg, rgba(35, 130, 90, 0.08), rgba(35, 130, 90, 0.26) 16%, rgba(16, 35, 45, 0.04) 72%, transparent);
}

.river-detail__chapter-head--plan::before {
  background:
    linear-gradient(90deg, rgba(30, 115, 151, 0.08), rgba(30, 115, 151, 0.3) 16%, rgba(16, 35, 45, 0.04) 72%, transparent);
}

.river-detail__chapter-head--understand::before {
  background:
    linear-gradient(90deg, rgba(16, 35, 45, 0.1), rgba(16, 35, 45, 0.24) 16%, rgba(16, 35, 45, 0.04) 72%, transparent);
}

.river-detail__chapter-head--contribute::before {
  background:
    linear-gradient(90deg, rgba(173, 117, 44, 0.08), rgba(173, 117, 44, 0.28) 16%, rgba(16, 35, 45, 0.04) 72%, transparent);
}

.river-detail__panel[data-detail-nav-group="plan"] {
  background:
    linear-gradient(180deg, rgba(244, 250, 252, 0.94), rgba(255, 255, 255, 0.9)),
    var(--panel);
  border-color: rgba(30, 115, 151, 0.12);
}

.river-detail__panel[data-detail-nav-group="understand"] {
  background:
    linear-gradient(180deg, rgba(248, 250, 251, 0.95), rgba(255, 255, 255, 0.9)),
    var(--panel);
  border-color: rgba(16, 35, 45, 0.1);
}

.river-detail__panel[data-detail-nav-group="contribute"] {
  background:
    linear-gradient(180deg, rgba(251, 248, 243, 0.95), rgba(255, 255, 255, 0.9)),
    var(--panel);
  border-color: rgba(173, 117, 44, 0.14);
}

.river-detail__panel[data-detail-nav-group="contribute"] .river-subtitle,
.river-detail__panel[data-detail-nav-group="contribute"] .section-label {
  color: var(--ink);
}

.route-discovery {
  display: grid;
  gap: 1rem;
}

.route-discovery__head {
  margin-top: 0;
}

.route-discovery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.route-discovery__grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.route-discovery__grid--single .route-discovery__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-discovery__group {
  display: grid;
  gap: 0.58rem;
  align-content: start;
  min-width: 0;
}

.route-discovery__group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.route-discovery__group-head h3 {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.2;
  color: var(--ink);
}

.route-discovery__group-head a {
  flex: 0 0 auto;
  color: var(--river);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.route-discovery__group-head a:hover {
  color: var(--river-deep);
}

.route-discovery__list {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.route-discovery__link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "route arrow"
    "meta cta"
    "facts cta";
  gap: 0.18rem 0.75rem;
  min-height: 4.35rem;
  align-items: center;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(30, 115, 151, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 252, 0.84)),
    rgba(255, 255, 255, 0.76);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(16, 35, 45, 0.05);
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.route-discovery__link::after {
  content: "→";
  grid-area: arrow;
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(30, 115, 151, 0.1);
  color: var(--river-deep);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.route-discovery__link:hover {
  border-color: rgba(30, 115, 151, 0.42);
  background: rgba(244, 250, 252, 0.96);
  box-shadow: 0 16px 30px rgba(16, 35, 45, 0.09);
  transform: translateY(-1px);
}

.route-discovery__link:hover::after {
  background: var(--river);
  color: #fff;
  transform: translateX(2px);
}

.route-discovery__link:focus-visible {
  outline: 3px solid rgba(30, 115, 151, 0.24);
  outline-offset: 3px;
}

.route-discovery__route {
  grid-area: route;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-color: rgba(30, 115, 151, 0.26);
  text-underline-offset: 0.18em;
}

.route-discovery__meta {
  grid-area: meta;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.route-discovery__facts {
  grid-area: facts;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.25;
}

.route-discovery__cta {
  grid-area: cta;
  align-self: end;
  color: var(--river);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
}

.route-faq {
  display: grid;
  gap: 0.85rem;
}

.route-faq__head {
  margin-bottom: 0;
}

.route-faq__list {
  display: grid;
  gap: 0.52rem;
  max-width: 54rem;
}

.route-faq__item {
  border-color: rgba(30, 115, 151, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 250, 252, 0.54)),
    rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.route-faq__item[open] {
  border-color: rgba(30, 115, 151, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.route-faq__item .river-accordion__summary {
  align-items: start;
  gap: 0.85rem;
  min-height: 0;
  padding: 0.78rem 0.9rem 0.72rem;
}

.route-faq__item .river-accordion__summary strong {
  display: block;
  max-width: 44rem;
  font-size: 0.96rem;
  line-height: 1.25;
}

.route-faq__item .river-accordion__summary::after {
  width: 1.45rem;
  height: 1.45rem;
  margin-top: -0.1rem;
  border-color: rgba(30, 115, 151, 0.16);
  background: rgba(233, 245, 250, 0.7);
  color: var(--river-deep);
  font-size: 0.96rem;
}

.route-faq__item[open] .river-accordion__summary::after {
  content: "-";
  background: rgba(30, 115, 151, 0.12);
}

.route-faq__item .river-accordion__body {
  gap: 0;
  padding: 0.7rem 0.9rem 0.82rem;
  border-top-color: rgba(30, 115, 151, 0.1);
  background: rgba(255, 255, 255, 0.48);
}

.route-faq__item .river-accordion__body p {
  margin: 0;
  max-width: 46rem;
  font-size: 0.88rem;
  line-height: 1.48;
}

.guide-hero,
.guide-section {
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 250, 252, 0.78)),
    var(--panel);
  box-shadow: var(--shadow-soft);
}

.guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
  gap: 1rem;
  align-items: end;
  padding: 1.35rem;
}

.guide-hero__copy {
  display: grid;
  gap: 0.68rem;
  max-width: 48rem;
}

.guide-hero h1 {
  margin: 0;
  max-width: 14ch;
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--ink);
}

.guide-hero__lede,
.guide-hero__status {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.guide-hero__lede {
  max-width: 42rem;
  font-size: 1.04rem;
}

.guide-hero__status {
  font-weight: 750;
  color: var(--ink-soft);
}

.guide-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.guide-hero__note {
  display: grid;
  gap: 0.45rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(30, 115, 151, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
}

.guide-hero__note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.guide-criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.guide-criteria span {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.24rem 0.52rem;
  border: 1px solid rgba(30, 115, 151, 0.12);
  border-radius: 999px;
  background: rgba(233, 245, 250, 0.76);
  color: var(--river-deep);
  font-size: 0.72rem;
  font-weight: 850;
}

.guide-jump-nav {
  position: sticky;
  top: 0.65rem;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.44rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 999px;
  background: rgba(250, 252, 253, 0.9);
  box-shadow: 0 12px 26px rgba(16, 35, 45, 0.08);
  backdrop-filter: blur(10px);
}

.guide-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.28rem 0.66rem;
  border-radius: 999px;
  color: var(--river-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.guide-jump-nav a:hover {
  background: rgba(235, 245, 249, 0.86);
}

.guide-section {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
}

.guide-weekend-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-explainer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.guide-explainer__item {
  display: grid;
  gap: 0.42rem;
  align-content: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
}

.guide-explainer__icon {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(233, 245, 250, 0.86);
  color: var(--river-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.guide-explainer__item h3,
.guide-explainer__item p {
  margin: 0;
}

.guide-explainer__item h3 {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--ink);
}

.guide-explainer__item p {
  color: var(--muted);
  line-height: 1.5;
}

.guide-hero--flagship h1 {
  max-width: 11ch;
}

.minnesota-guide-section {
  gap: 1.05rem;
}

.minnesota-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.minnesota-guide-card {
  display: grid;
  gap: 0.82rem;
  align-content: start;
  padding: 0;
  border: 1px solid rgba(30, 115, 151, 0.12);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 250, 252, 0.62)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(16, 35, 45, 0.06);
  overflow: hidden;
}

.minnesota-guide-card__media {
  display: block;
  min-height: 10rem;
  background: rgba(16, 35, 45, 0.08);
  overflow: hidden;
}

.minnesota-guide-card__media img {
  display: block;
  width: 100%;
  height: 11rem;
  object-fit: cover;
}

.minnesota-guide-card__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: start;
}

.minnesota-guide-card__top,
.minnesota-guide-card__summary,
.minnesota-guide-card__facts,
.minnesota-guide-card__live,
.minnesota-guide-card__actions {
  margin-inline: 1rem;
}

.minnesota-guide-card__actions {
  margin-bottom: 1rem;
}

.minnesota-guide-card h3,
.minnesota-guide-card p {
  margin: 0;
}

.minnesota-guide-card h3 {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.18;
}

.minnesota-guide-card__route,
.minnesota-guide-card__summary,
.minnesota-guide-card__live .muted {
  color: var(--muted);
  line-height: 1.5;
}

.minnesota-guide-card__route {
  margin-top: 0.22rem;
  font-size: 0.86rem;
}

.minnesota-guide-card__summary {
  font-size: 0.92rem;
}

.minnesota-guide-card__score {
  display: grid;
  place-items: center;
  align-content: center;
  width: 4.25rem;
  min-width: 4.25rem;
  height: 4.25rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.16);
  background: rgba(233, 245, 250, 0.88);
  color: var(--river-deep);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.minnesota-guide-card__score--strong {
  border-color: rgba(33, 126, 86, 0.18);
  background: rgba(226, 246, 236, 0.9);
  color: #216d4b;
}

.minnesota-guide-card__score--good {
  border-color: rgba(30, 115, 151, 0.18);
}

.minnesota-guide-card__score--fair {
  border-color: rgba(173, 117, 44, 0.22);
  background: rgba(252, 244, 226, 0.9);
  color: #86601f;
}

.minnesota-guide-card__score--low {
  border-color: rgba(121, 55, 55, 0.18);
  background: rgba(252, 232, 226, 0.85);
  color: #7b3b35;
}

.minnesota-guide-card__score-value {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.minnesota-guide-card__score-rating {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.minnesota-guide-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.minnesota-guide-card__facts span {
  display: inline-flex;
  align-items: center;
  min-height: 1.72rem;
  padding: 0.28rem 0.58rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.2;
}

.minnesota-guide-card__live {
  display: grid;
  gap: 0.28rem;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.minnesota-guide-card__live-title {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.minnesota-guide-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.river-hub-context {
  display: grid;
  gap: 1rem;
}

.river-hub-context__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.river-hub-context__item {
  display: grid;
  gap: 0.42rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(30, 115, 151, 0.12);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 250, 252, 0.56)),
    rgba(255, 255, 255, 0.72);
}

.river-hub-context__item h3,
.river-hub-context__item p {
  margin: 0;
}

.river-hub-context__item h3 {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.river-hub-context__item p {
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 760px) {
  .guide-hero,
  .guide-explainer__grid,
  .guide-weekend-grid,
  .minnesota-guide-grid,
  .river-hub-context__grid {
    grid-template-columns: 1fr;
  }

  .guide-hero,
  .guide-section {
    padding: 0.9rem;
  }

  .guide-jump-nav {
    position: static;
    border-radius: 16px;
  }

  .guide-hero h1 {
    max-width: none;
    font-size: 2.2rem;
    line-height: 1;
  }
}

.river-detail__section-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.42rem 0.65rem;
  border-radius: 14px;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.2;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.river-detail__section-link:hover {
  background: rgba(233, 245, 250, 0.8);
  color: var(--river-deep);
}

.river-detail__section-link--active {
  background: rgba(233, 245, 250, 0.96);
  color: var(--river-deep);
  box-shadow: inset 0 0 0 1px rgba(30, 115, 151, 0.16);
}

.river-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.river-detail__hero-main {
  display: grid;
  gap: 1rem;
}

.river-detail__hero-warning {
  justify-self: end;
  margin-bottom: -0.35rem;
}

.river-detail__hero-top {
  display: grid;
  gap: 0.2rem;
}

.river-detail__hero-title-block {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.river-detail__hero-side {
  display: grid;
  gap: 0.72rem;
  align-content: start;
  min-width: 0;
}

.river-detail__hero-side--sticky {
  position: sticky;
  top: 1rem;
  align-self: start;
}

.river-detail__jump-pill {
  cursor: pointer;
  text-decoration: none;
}

.river-detail__jump-pill:hover {
  border-color: rgba(173, 117, 44, 0.26);
  background: rgba(250, 242, 230, 0.94);
  color: #8c5f21;
}

.river-detail__jump-pill:focus-visible {
  outline: 2px solid rgba(173, 117, 44, 0.22);
  outline-offset: 2px;
}

.river-detail__hero-map-shell {
  display: grid;
  gap: 0.55rem;
}

.river-detail__hero-map-frame {
  display: grid;
  gap: 0.68rem;
  padding: 0.72rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 251, 252, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 12px 28px rgba(16, 35, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.river-detail__hero-map {
  min-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    radial-gradient(circle at top left, rgba(82, 133, 154, 0.16), transparent 48%),
    linear-gradient(180deg, rgba(231, 240, 244, 0.88), rgba(243, 247, 249, 0.94));
}

.river-detail__hero-map-copy {
  display: grid;
  gap: 0.2rem;
}

.river-detail__hero-map-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--river-deep);
}

.river-detail__hero-map-status {
  margin: 0;
  max-width: 46ch;
  line-height: 1.42;
}

.route-gallery {
  display: grid;
  gap: 1rem;
}

.route-gallery__intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem 1rem;
}

.route-gallery__intro-copy {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.route-gallery__lede {
  margin: 0;
  max-width: 64ch;
}

.route-gallery__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.route-gallery__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.route-gallery__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.route-gallery__viewer,
.route-gallery__submit {
  display: grid;
  gap: 0.75rem;
}

.route-gallery__figure {
  margin: 0;
  display: grid;
  gap: 0.72rem;
}

.route-gallery__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    radial-gradient(circle at top left, rgba(82, 133, 154, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(232, 239, 243, 0.92), rgba(245, 248, 250, 0.98));
  box-shadow: 0 22px 44px rgba(16, 35, 45, 0.1);
}

.route-gallery__caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.65rem 0.9rem;
  padding: 0.85rem 0.95rem;
  border-radius: 22px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 251, 252, 0.7)),
    rgba(255, 255, 255, 0.78);
}

.route-gallery__caption-copy {
  display: grid;
  gap: 0.18rem;
}

.route-gallery__caption-copy strong {
  color: var(--ink);
}

.route-gallery__caption-copy span {
  line-height: 1.42;
}

.route-gallery__caption-tag {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(246, 249, 250, 0.94);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.route-gallery__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(11rem, 14rem);
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.1rem 0 0.28rem;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.route-gallery__thumb {
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 250, 0.82)),
    rgba(255, 255, 255, 0.76);
  padding: 0.42rem;
  display: grid;
  gap: 0.42rem;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
  align-content: start;
  scroll-snap-align: start;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.route-gallery__thumb:hover,
.route-gallery__thumb:focus-visible,
.route-gallery__thumb--active {
  border-color: rgba(30, 115, 151, 0.28);
  box-shadow: 0 12px 24px rgba(16, 35, 45, 0.08);
  transform: translateY(-1px);
}

.route-gallery__thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.route-gallery__thumb span {
  display: block;
  padding: 0 0.2rem 0.08rem;
  font-size: 0.82rem;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.route-gallery__empty {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(173, 117, 44, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(30, 115, 151, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(245, 248, 249, 0.92), rgba(255, 255, 255, 0.88));
}

.route-gallery__empty-art {
  display: grid;
  grid-template-columns: 1.05fr 0.82fr 0.9fr;
  gap: 0.55rem;
  min-height: 15rem;
}

.route-gallery__empty-art img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  display: block;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 12px 24px rgba(16, 35, 45, 0.08);
  filter: saturate(0.82) blur(3px);
  transform: scale(1.03);
  opacity: 0.9;
}

.route-gallery__empty-copy {
  display: grid;
  gap: 0.38rem;
  max-width: 46ch;
}

.route-gallery__empty-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--ink);
}

.route-gallery__pending {
  display: grid;
  gap: 0.7rem;
  padding: 0.9rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 250, 251, 0.72)),
    rgba(255, 255, 255, 0.72);
}

.route-gallery__pending[hidden],
.route-gallery__caption-tag[hidden] {
  display: none !important;
}

.route-gallery__pending-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.45rem 0.9rem;
}

.route-gallery__pending-kicker {
  margin: 0 0 0.12rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.route-gallery__pending-title {
  margin: 0;
  font-size: 1rem;
  color: var(--ink);
}

.route-gallery__pending-note {
  margin: 0;
  max-width: 28ch;
  line-height: 1.38;
}

.route-gallery__pending-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.route-gallery__pending-card {
  display: grid;
  gap: 0.45rem;
}

.route-gallery__pending-media {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(237, 243, 246, 0.82);
}

.route-gallery__pending-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.route-gallery__pending-meta {
  display: grid;
  gap: 0.08rem;
}

.route-gallery__pending-meta strong,
.route-gallery__pending-meta span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.route-gallery__pending-meta strong {
  font-size: 0.82rem;
  color: var(--ink);
}

.route-gallery__pending-meta span {
  font-size: 0.74rem;
  color: var(--muted);
}

.route-gallery__tips {
  gap: 0.45rem;
}

.route-contribute {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.river-report-panel__content.route-contribute {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
  align-items: start;
}

.route-contribute__intro,
.route-contribute__form-shell {
  display: grid;
  gap: 0.75rem;
}

.route-contribute__tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.35rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 999px;
  background: rgba(248, 251, 252, 0.82);
  justify-self: start;
}

.route-contribute__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 2.35rem;
  padding: 0.5rem 0.95rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.route-contribute__tab:hover,
.route-contribute__tab:focus-visible {
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.route-contribute__tab--active {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(16, 35, 45, 0.08);
}

.route-contribute__form-shell {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-width: 0;
  align-items: start;
}

.route-contribute__panel {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 12px 28px rgba(16, 35, 45, 0.05);
}

.route-contribute__panel[hidden] {
  display: none !important;
}

.route-contribute__panel-head {
  display: grid;
  gap: 0.28rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(16, 35, 45, 0.08);
}

.route-contribute__panel-head h3 {
  margin: 0;
  color: var(--ink);
}

.route-contribute__panel-head p {
  margin: 0;
}

.route-contribute__panel-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-contribute__panel--photo {
  background:
    radial-gradient(circle at top right, rgba(30, 115, 151, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(247, 251, 253, 0.96), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.9);
  border-color: rgba(30, 115, 151, 0.16);
}

.route-contribute__panel--photo .route-contribute__panel-kicker {
  color: var(--river-deep);
}

.route-contribute__panel--report {
  background:
    radial-gradient(circle at top right, rgba(173, 117, 44, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(250, 248, 244, 0.96), rgba(255, 255, 255, 0.9)),
    rgba(255, 255, 255, 0.9);
  border-color: rgba(173, 117, 44, 0.16);
}

.route-contribute__panel--report .route-contribute__panel-kicker {
  color: var(--warn);
}

.route-contribute__intro {
  max-width: 64ch;
}

.route-photo-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.route-photo-form__grid--meta {
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1fr);
}

.route-photo-form {
  margin-top: 0;
}

.route-photo-form input[type="file"] {
  padding: 0.72rem;
  border-style: dashed;
  background:
    linear-gradient(180deg, rgba(249, 251, 252, 0.92), rgba(241, 247, 249, 0.9)),
    rgba(255, 255, 255, 0.86);
}

.route-photo-form__selection {
  margin: -0.2rem 0 0.15rem;
  font-size: 0.82rem;
}

.route-photo-form__checkbox {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.58rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(250, 252, 253, 0.92);
  color: var(--ink-soft);
}

.route-photo-form__checkbox input {
  width: 1rem;
  height: 1rem;
  margin: 0.12rem 0 0;
}

.route-photo-form__checkbox span {
  line-height: 1.42;
}

.route-photo-form__status--success {
  color: var(--good);
}

.route-photo-form__status--error {
  color: var(--bad);
}

.admin-submission-card__status-wrap {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
}

.admin-submission-card__kind {
  padding: 0.26rem 0.62rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(246, 249, 250, 0.9);
  color: var(--ink-soft);
}

.river-detail__quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.river-detail__quick-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.river-detail__conditions-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.2fr) repeat(3, minmax(0, 0.95fr));
}

.snapshot-card {
  display: grid;
  gap: 0.3rem;
}

.snapshot-card--with-icon {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.28rem 0.58rem;
  align-items: start;
}

.snapshot-card--with-icon .snapshot-card__label,
.snapshot-card--with-icon strong,
.snapshot-card--with-icon small {
  grid-column: 2;
}

.snapshot-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  grid-row: 1 / span 3;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.14);
  background: rgba(232, 243, 249, 0.72);
  color: var(--river-deep);
}

.snapshot-card--featured {
  border-color: rgba(30, 115, 151, 0.14);
  background:
    linear-gradient(180deg, rgba(246, 251, 253, 0.88), rgba(239, 247, 249, 0.76));
}

.river-quick-facts__grid .snapshot-card small {
  line-height: 1.38;
}

.river-detail__conditions-grid .snapshot-card {
  min-height: 4.2rem;
  align-content: start;
  gap: 0.18rem;
  padding: 0.82rem 0.88rem;
  border-radius: 18px;
  box-shadow: none;
}

.snapshot-card--primary {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(16, 35, 45, 0.1);
}

.snapshot-card--secondary {
  background: rgba(248, 244, 237, 0.6);
}

.snapshot-card strong {
  font-size: 0.98rem;
  line-height: 1.28;
  color: var(--ink);
}

.snapshot-card--primary strong {
  font-size: 1.1rem;
  line-height: 1.25;
}

.snapshot-card small {
  color: var(--muted);
  line-height: 1.45;
}

.river-detail__conditions-grid .snapshot-card small {
  line-height: 1.32;
}

.river-call-panel {
  position: relative;
  display: grid;
  gap: 0.9rem;
  padding: 1.15rem;
  border: 1px solid var(--border-strong);
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(180deg, rgba(244, 249, 251, 0.95), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.river-call-panel--sticky {
  position: sticky;
  top: 1rem;
}

.river-call-panel__scoreline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.82rem;
  align-items: center;
}

.river-call-panel__score-copy {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
}

.river-call-panel__condition-line {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.25;
}

.river-call-panel__weather {
  display: inline-flex;
  align-items: center;
}

.river-call-panel__weather[hidden] {
  display: none !important;
}

.river-call-panel__statement {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.15;
  color: var(--ink);
}

.river-score-tooltip {
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.river-score-tooltip[open] {
  background: rgba(255, 255, 255, 0.9);
}

.route-score-feedback {
  display: grid;
  gap: 0.45rem;
  padding: 0.72rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.route-score-feedback__prompt,
.route-score-feedback__status {
  margin: 0;
}

.route-score-feedback__prompt {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.route-score-feedback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.route-score-feedback__button {
  appearance: none;
  border: 1px solid rgba(16, 35, 45, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.42rem 0.66rem;
}

.route-score-feedback__button:hover,
.route-score-feedback__button:focus-visible {
  border-color: rgba(30, 115, 151, 0.28);
  background: rgba(255, 255, 255, 0.96);
  outline: none;
}

.route-conversion-card {
  display: grid;
  gap: 0.72rem;
  padding: 0.82rem;
  border: 1px solid rgba(30, 115, 151, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(233, 245, 250, 0.92), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.82);
}

.route-conversion-card__copy {
  display: grid;
  gap: 0.28rem;
}

.route-conversion-card__kicker,
.route-conversion-card h2,
.route-conversion-card p {
  margin: 0;
}

.route-conversion-card__kicker {
  color: var(--river-deep);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-conversion-card h2 {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.16;
}

.route-conversion-card p:not(.route-conversion-card__kicker) {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.38;
}

.route-conversion-card__button {
  width: 100%;
}

.route-calibration-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.95rem;
  padding: 0.9rem;
  border: 1px solid rgba(173, 117, 44, 0.22);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(135deg, rgba(255, 248, 235, 0.94), rgba(255, 255, 255, 0.72)),
    radial-gradient(circle at top right, rgba(236, 179, 91, 0.16), transparent 48%);
}

.route-calibration-callout__kicker {
  margin: 0 0 0.18rem;
  color: var(--warn);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-calibration-callout h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.route-calibration-callout p:not(.route-calibration-callout__kicker) {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.42;
}

.river-score-tooltip__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.72rem 0.85rem;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink);
}

.river-score-tooltip__summary::-webkit-details-marker {
  display: none;
}

.river-score-tooltip__summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1;
}

.river-score-tooltip[open] .river-score-tooltip__summary::after {
  content: "−";
}

.river-score-tooltip__panel {
  display: grid;
  gap: 0.7rem;
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
}

.river-score-tooltip__intro {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.38;
}

.river-score-tooltip__rows {
  display: grid;
  gap: 0.18rem;
}

.river-score-tooltip__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.22rem 0;
}

.river-score-tooltip__label {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

.river-score-tooltip__value {
  font-family: var(--serif);
  font-size: 1.02rem;
  line-height: 1;
  text-align: right;
}

.river-score-tooltip__caps {
  display: grid;
  gap: 0.35rem;
}

.river-score-tooltip__caps-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-score-tooltip__caps-list {
  gap: 0.4rem;
  font-size: 0.82rem;
}

.home-score-breakdown {
  margin-top: 0.15rem;
  border-color: rgba(16, 35, 45, 0.07);
  background: rgba(255, 255, 255, 0.6);
}

.home-score-breakdown .river-score-tooltip__summary {
  padding: 0.62rem 0.8rem;
  color: var(--river-deep);
  font-size: 0.78rem;
}

.home-score-breakdown .river-score-tooltip__summary::after {
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.92rem;
}

.home-score-breakdown .river-score-tooltip__panel {
  gap: 0.6rem;
  padding: 0 0.8rem 0.75rem;
}

.home-score-breakdown .river-score-tooltip__intro {
  font-size: 0.78rem;
}

.home-score-breakdown .river-score-tooltip__label {
  font-size: 0.78rem;
}

.home-score-breakdown .river-score-tooltip__value {
  font-size: 0.96rem;
}

.home-score-breakdown .river-score-tooltip__caps-list {
  font-size: 0.78rem;
}

.hero-call__score-breakdown {
  max-width: 28rem;
}

.recommendation-card__score-breakdown {
  align-self: stretch;
}

.river-call-panel__meta {
  display: grid;
  gap: 0.6rem;
  margin: 0;
}

.river-call-panel__reliability {
  display: grid;
  gap: 0.35rem;
}

.river-call-panel__reliability-note {
  margin: 0;
  line-height: 1.45;
}

.river-call-panel__actions {
  display: grid;
  gap: 0.35rem;
  align-items: start;
}

.river-call-panel__refresh-note {
  font-size: 0.82rem;
}

.river-call-panel__signal-line {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.22;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.72rem;
  align-items: center;
}

.river-alerts {
  display: grid;
  gap: 0.55rem;
  padding: 0.85rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.river-alerts-section {
  display: grid;
  gap: 0.95rem;
}

.river-alerts-section__intro {
  display: grid;
  gap: 0.4rem;
}

.river-alerts-section__form {
  padding: 0.95rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.river-alerts__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--ink);
}

.river-alerts__copy,
.river-alerts__status {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

.river-alerts__form {
  display: grid;
  gap: 0.55rem;
}

.river-alerts__field {
  display: block;
}

.river-alerts__input {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(16, 35, 45, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
}

.river-alerts__input:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.24);
  outline-offset: 2px;
  border-color: rgba(30, 115, 151, 0.28);
}

.river-alerts__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.river-alerts__status--success {
  color: var(--good);
}

.river-alerts__status--error {
  color: var(--bad);
}

.route-action-bar {
  position: sticky;
  top: 0.7rem;
  z-index: 18;
  display: grid;
  gap: 0.55rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 251, 252, 0.92)),
    rgba(255, 255, 255, 0.9);
  box-shadow:
    0 14px 30px rgba(16, 35, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
}

.route-action-bar__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.route-action-bar__status {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.35;
}

.route-action-bar--rail {
  position: relative;
  top: auto;
  z-index: 24;
  gap: 0;
  padding: 0.62rem 0.68rem;
}

.route-action-bar--rail .route-action-bar__row {
  flex-wrap: nowrap;
  gap: 0.38rem;
}

.route-action-bar--rail .route-action-button {
  min-height: 2.34rem;
  padding: 0.52rem 0.78rem;
  font-size: 0.83rem;
}

.route-action-bar--rail .route-action-button__icon {
  width: 1.35rem;
  height: 1.35rem;
}

.route-action-bar--rail .route-action-button--primary {
  flex: 0 1 auto;
}

.route-action-bar--rail .route-action-button--save,
.route-action-bar--rail .route-action-button--menu {
  min-width: 0;
  padding-inline: 0.72rem;
}

.route-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.route-action-button__label {
  white-space: nowrap;
}

.route-action-button__label--desktop {
  display: inline;
}

.route-action-button__icon {
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: rgba(16, 35, 45, 0.08);
  color: var(--ink-soft);
  flex: 0 0 auto;
}

.route-action-button__icon svg {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}

.route-action-button:hover {
  border-color: rgba(30, 115, 151, 0.22);
  background: rgba(233, 245, 250, 0.88);
  color: var(--river-deep);
}

.route-action-button:focus-visible {
  outline: 2px solid rgba(30, 115, 151, 0.22);
  outline-offset: 2px;
}

.route-action-button--primary {
  border-color: rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
}

.route-action-button--bar-primary {
  min-width: 10.6rem;
  padding-inline: 1.05rem;
  box-shadow:
    0 10px 24px rgba(30, 115, 151, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.route-action-button--primary .route-action-button__icon {
  background: rgba(30, 115, 151, 0.14);
  color: var(--river-deep);
}

.route-action-button--share {
  min-width: 0;
}

.route-action-button--x .route-action-button__icon {
  background: rgba(16, 35, 45, 0.1);
  color: var(--ink);
}

.route-action-button--facebook .route-action-button__icon {
  background: rgba(24, 119, 242, 0.12);
  color: #1877f2;
}

.route-action-button--menu {
  min-width: 0;
}

.route-action-button--save .route-action-button__icon {
  background: rgba(148, 163, 184, 0.14);
  color: #7b8794;
}

.route-action-button--save .route-action-button__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-action-button--save.is-saved {
  border-color: rgba(191, 145, 24, 0.26);
  background: rgba(255, 247, 224, 0.96);
  color: #936a10;
}

.route-action-button--save.is-saved .route-action-button__icon {
  background: rgba(245, 212, 112, 0.22);
  color: #c18a15;
}

.route-action-button--save.is-saved .route-action-button__icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.route-action-button--disabled,
.route-action-button:disabled {
  cursor: default;
  opacity: 0.55;
  color: var(--muted);
  background: rgba(247, 244, 238, 0.78);
}

.route-action-menu {
  position: relative;
}

.route-action-menu[open] {
  z-index: 30;
}

.route-action-menu > summary {
  list-style: none;
}

.route-action-menu > summary::-webkit-details-marker {
  display: none;
}

.route-action-menu__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 1;
  min-width: 12rem;
  display: grid;
  gap: 0.3rem;
  padding: 0.45rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 251, 252, 0.94)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(16, 35, 45, 0.14);
}

.route-action-menu__panel--wide {
  min-width: 14rem;
}

.route-action-menu__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.55rem 0.7rem;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  text-align: left;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.route-action-menu__item:hover {
  background: rgba(233, 245, 250, 0.84);
  color: var(--river-deep);
}

.route-action-menu__item--disabled,
.route-action-menu__item:disabled {
  cursor: default;
  color: var(--muted);
  opacity: 0.7;
}

.route-action-bar__status--success {
  color: var(--good);
}

.route-action-bar__status--error {
  color: var(--bad);
}

.route-alert-dialog {
  width: min(32rem, calc(100vw - 1.5rem));
  padding: 0;
  border: 1px solid rgba(16, 35, 45, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    var(--panel);
  box-shadow: 0 24px 60px rgba(16, 35, 45, 0.22);
}

.route-alert-dialog::backdrop {
  background: rgba(16, 35, 45, 0.42);
  backdrop-filter: blur(2px);
}

.route-alert-dialog__shell {
  display: flex;
  justify-content: flex-end;
  padding: 0.7rem 0.7rem 0 0.7rem;
}

.route-alert-dialog__close {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.route-alert-dialog__close:hover {
  color: var(--ink);
}

.route-alert-dialog__body {
  display: grid;
  gap: 0.72rem;
  padding: 0 1rem 1rem;
}

.alert-manage {
  display: grid;
  gap: 1rem;
}

.alert-manage__panel {
  display: grid;
  gap: 0.75rem;
  padding: 1.05rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.68)),
    var(--panel);
  box-shadow: var(--shadow);
}

.alert-manage__route {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.02;
  color: var(--ink);
}

.alert-manage__threshold,
.alert-manage__status {
  margin: 0;
}

.alert-manage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.alert-manage__status--success {
  color: var(--good);
}

.alert-manage__status--error {
  color: var(--bad);
}

.river-call-panel__meta div {
  display: grid;
  gap: 0.15rem;
}

.river-call-panel__meta dt {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-call-panel__meta dd {
  margin: 0;
  color: var(--ink-soft);
}

.river-detail__visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1rem;
}

.launch-readiness {
  display: grid;
  gap: 0.9rem;
}

.river-why-panel {
  gap: 1rem;
}

.launch-readiness__hero {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.launch-readiness__copy {
  display: grid;
  gap: 0.35rem;
}

.launch-readiness__summary {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.4;
  color: var(--ink);
}

.launch-readiness__verdict {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  min-height: 2.65rem;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.launch-readiness__verdict--go {
  color: var(--good);
  background: rgba(232, 246, 238, 0.94);
}

.launch-readiness__verdict--watch {
  color: var(--warn);
  background: rgba(250, 242, 230, 0.94);
}

.launch-readiness__verdict--skip {
  color: var(--bad);
  background: rgba(250, 236, 233, 0.94);
}

.launch-readiness__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.6rem;
}

.readiness-item {
  display: grid;
  gap: 0.28rem;
  padding: 0.75rem 0.8rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.readiness-item__label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.readiness-item strong {
  color: var(--ink);
  line-height: 1.3;
  font-size: 0.96rem;
}

.readiness-item p {
  margin: 0;
  line-height: 1.35;
  font-size: 0.88rem;
}

.readiness-item--go {
  border-color: rgba(35, 130, 90, 0.2);
}

.readiness-item--watch {
  border-color: rgba(173, 117, 44, 0.2);
}

.readiness-item--skip {
  border-color: rgba(187, 88, 64, 0.2);
}

.river-why-panel__section-head {
  display: grid;
  gap: 0.35rem;
}

.river-why-panel__section-note {
  margin: 0;
  max-width: 42rem;
}

.river-subtitle--compact {
  font-size: 1.08rem;
}

.river-decision-checklist__inline,
.river-why-panel__factors {
  display: grid;
  gap: 0.7rem;
}

.river-why-panel__visuals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas:
    "weather weather"
    "gauge gauge";
  gap: 1rem;
  align-items: start;
}

.river-visual-panel--weather {
  grid-area: weather;
}

.river-visual-panel--gauge {
  grid-area: gauge;
}

.river-visual-panel--history {
  grid-area: history;
}

.river-launch-plan {
  display: grid;
  gap: 1rem;
}

.river-launch-plan__hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  align-items: start;
}

.river-launch-plan__copy {
  display: grid;
  gap: 0.75rem;
}

.river-launch-plan__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-items: start;
}

.river-launch-plan__stack {
  display: grid;
  gap: 0.85rem;
}

.river-launch-plan__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: start;
}

.river-launch-plan__support .detail-map__facts div,
.river-launch-plan__support .river-logistics__notes {
  padding: 0.88rem 0.92rem;
  border-color: rgba(16, 35, 45, 0.07);
  background: rgba(248, 244, 237, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.river-launch-plan__support .detail-map__facts dt {
  margin-bottom: 0.24rem;
}

.river-launch-plan__support .detail-map__facts dd {
  font-size: 1.02rem;
  line-height: 1.3;
}

.river-launch-plan__support .river-logistics__title {
  margin-bottom: 0.5rem;
  font-size: 0.96rem;
}

.river-launch-plan__support .compact-list {
  gap: 0.45rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.river-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.river-access-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
}

.river-access-card__map-link {
  min-height: 2.15rem;
  padding: 0.38rem 0.72rem;
  box-shadow: none;
}

.river-access-card--put-in {
  border-color: rgba(35, 130, 90, 0.22);
}

.river-access-card--take-out {
  border-color: rgba(30, 115, 151, 0.22);
}

.river-access-card__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-access-card strong {
  color: var(--ink);
  line-height: 1.4;
}

.river-access-card p {
  margin: 0;
}

.river-inline-button {
  width: fit-content;
  min-height: 2rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: var(--river-deep);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.river-access-planner {
  display: grid;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.54);
}

.river-access-planner__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.river-access-planner__field {
  display: grid;
  gap: 0.35rem;
}

.river-access-planner__field select {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
}

.river-access-planner__summary {
  margin: 0;
}

.river-score-breakdown__summary {
  margin: 1rem 0 0;
}

.river-score-breakdown__caps {
  margin-top: 0.75rem;
}

.river-detail__map-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: stretch;
}

.river-visual-panel {
  display: flex;
  flex-direction: column;
  gap: 0.84rem;
  padding: 0.98rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.5);
  align-self: start;
}

.river-visual-panel--gauge,
.river-visual-panel--history {
  gap: 0.62rem;
}

.river-visual-panel--gauge {
  padding: 0.88rem;
  gap: 0.62rem;
}

.river-subtitle {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.28rem;
  color: var(--ink);
}

.gauge-visual,
.weather-visual {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.river-visual-panel--gauge .gauge-visual {
  gap: 0.48rem;
}

.gauge-visual__body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
  gap: 0.78rem;
  align-items: stretch;
}

.gauge-visual__body--current-only {
  grid-template-columns: 1fr;
}

.gauge-visual__chart-stack {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  min-width: 0;
}

.river-visual-panel--gauge .river-why-panel__section-head {
  margin-bottom: 0.05rem;
}

.gauge-visual__head,
.weather-visual__head {
  display: grid;
  gap: 0.35rem;
}

.gauge-visual__controls {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 0.42rem 0.85rem;
  align-items: center;
}

.gauge-visual__controls[hidden],
.gauge-readout[hidden] {
  display: none !important;
}

.river-visual-panel--gauge .gauge-visual__controls {
  gap: 0.3rem 0.7rem;
  margin-top: 0;
}

.segmented-control {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.river-visual-panel--gauge .segmented-control {
  gap: 0.38rem;
}

.gauge-visual__trend {
  max-width: 34rem;
  margin: 0;
  justify-self: end;
  text-align: right;
  font-size: 0.86rem;
  line-height: 1.35;
}

.river-visual-panel--gauge .gauge-visual__trend {
  font-size: 0.83rem;
  line-height: 1.28;
}

.gauge-visual__chart {
  width: 100%;
  height: clamp(12rem, 22vw, 15.5rem);
  display: block;
  margin-top: 0.05rem;
}

.river-visual-panel--gauge .gauge-visual__chart {
  margin-top: 0;
}

.gauge-readout {
  display: grid;
  gap: 0.62rem;
  min-width: 0;
}

.gauge-readout__primary,
.gauge-readout__grid div {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
  padding: 0.72rem 0.76rem;
  border-radius: 16px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.64);
}

.gauge-readout__primary {
  border-color: rgba(35, 130, 90, 0.16);
  background:
    linear-gradient(180deg, rgba(245, 252, 248, 0.92), rgba(238, 247, 242, 0.82));
}

.gauge-readout__primary span,
.gauge-readout__grid span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gauge-readout__primary strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.72rem;
  line-height: 1;
}

.gauge-readout__primary small {
  color: var(--river-deep);
  font-weight: 700;
  line-height: 1.3;
}

.gauge-readout__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.gauge-readout__grid strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.25;
}

.gauge-current-panel {
  display: grid;
  gap: 0.86rem;
  min-height: 210px;
  padding: 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(248, 243, 236, 0.56);
}

.gauge-visual__body--current-only .gauge-current-panel {
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
  grid-template-areas:
    "summary hydrograph"
    "meta hydrograph"
    "note hydrograph"
    "links hydrograph";
  align-items: start;
}

.gauge-visual__body--current-only .gauge-current-panel__top {
  grid-area: summary;
  grid-template-columns: 1fr;
}

.gauge-visual__body--current-only .gauge-current-panel__meta {
  grid-area: meta;
}

.gauge-visual__body--current-only .gauge-current-panel__note {
  grid-area: note;
}

.gauge-visual__body--current-only .gauge-current-panel__hydrograph {
  grid-area: hydrograph;
  align-self: stretch;
}

.gauge-visual__body--current-only .gauge-current-panel__links {
  grid-area: links;
}

.gauge-current-panel[hidden] {
  display: none;
}

.gauge-current-panel__main {
  display: grid;
  gap: 0.22rem;
  align-content: start;
}

.gauge-current-panel__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, auto);
  gap: 0.75rem;
  align-items: start;
}

.gauge-current-panel__label,
.gauge-current-panel__main span,
.gauge-current-panel__interpretation span,
.gauge-current-panel__meta span,
.gauge-current-panel__note {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.gauge-current-panel__main strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 2.55rem;
  line-height: 1;
  letter-spacing: 0;
}

.gauge-current-panel__interpretation {
  display: grid;
  gap: 0.2rem;
  min-width: 8rem;
  padding: 0.72rem;
  border-radius: var(--radius-sm);
  background: rgba(35, 130, 90, 0.1);
  border: 1px solid rgba(35, 130, 90, 0.18);
}

.gauge-current-panel__interpretation strong {
  color: var(--river-deep);
  font-size: 1.18rem;
  line-height: 1.15;
}

.gauge-current-panel__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.58rem;
}

.gauge-current-panel__meta div {
  display: grid;
  gap: 0.18rem;
  padding: 0.68rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(16, 35, 45, 0.06);
}

.gauge-current-panel__meta strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.24;
}

.gauge-current-panel__link {
  justify-self: start;
}

.gauge-current-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  align-items: center;
}

.gauge-current-panel__hydrograph {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0.68rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.62);
}

.gauge-current-panel__hydrograph[hidden] {
  display: none;
}

.gauge-current-panel__hydrograph-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
}

.gauge-current-panel__hydrograph-head strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.25;
}

.gauge-current-panel__hydrograph-head span,
.gauge-current-panel__hydrograph figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.gauge-current-panel__hydrograph img {
  display: block;
  width: 100%;
  max-height: 22rem;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(16, 35, 45, 0.06);
  background: #fff;
}

@media (max-width: 620px) {
  .gauge-visual__body,
  .gauge-visual__body--current-only .gauge-current-panel,
  .weather-hourly__head {
    grid-template-columns: 1fr;
  }

  .gauge-visual__body--current-only .gauge-current-panel {
    grid-template-areas:
      "summary"
      "meta"
      "note"
      "hydrograph"
      "links";
  }

  .gauge-visual__chart {
    height: 14rem;
  }

  .gauge-readout__grid {
    grid-template-columns: 1fr;
  }

  .weather-hourly__note {
    justify-self: start;
    text-align: left;
  }

  .gauge-current-panel__top {
    grid-template-columns: 1fr;
  }
}

.gauge-chart__frame {
  fill: rgba(248, 243, 236, 0.56);
  stroke: rgba(16, 35, 45, 0.06);
}

.gauge-chart__grid line {
  stroke: rgba(16, 35, 45, 0.05);
  stroke-width: 0.8;
}

.gauge-chart__grid line:nth-child(2) {
  stroke-opacity: 0.45;
}

.gauge-chart__axis line {
  stroke: rgba(16, 35, 45, 0.11);
  stroke-width: 1;
}

[data-chart-range] {
  fill: rgba(35, 130, 90, 0.18);
  stroke: rgba(35, 130, 90, 0.2);
  stroke-width: 1;
}

[data-chart-threshold] {
  stroke: rgba(173, 117, 44, 0.48);
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
}

[data-chart-line] {
  fill: none;
  stroke: var(--river);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-chart-dot] {
  fill: var(--river-deep);
  r: 4.5;
}

.gauge-chart__labels {
  fill: rgba(16, 35, 45, 0.5);
  font-size: 10px;
  font-family: var(--sans);
}

.river-visual-panel--gauge .river-why-panel__section-head,
.river-visual-panel--history .river-why-panel__section-head {
  gap: 0.28rem;
}

.river-visual-panel--gauge .river-why-panel__section-note,
.river-visual-panel--history .river-why-panel__section-note {
  font-size: 0.84rem;
  line-height: 1.35;
}

.river-visual-panel--gauge .river-why-panel__section-note {
  font-size: 0.82rem;
  line-height: 1.28;
}

.weather-visual__badge {
  width: fit-content;
  margin: 0;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(30, 115, 151, 0.1);
  border: 1px solid rgba(30, 115, 151, 0.14);
  color: var(--river-deep);
  font-size: 0.78rem;
  font-weight: 700;
}

.weather-visual__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.weather-hourly {
  display: grid;
  gap: 0.8rem;
  margin-top: 0;
  padding: 0.82rem;
  border-radius: 18px;
  border: 1px solid rgba(30, 115, 151, 0.12);
  background:
    linear-gradient(135deg, rgba(233, 244, 248, 0.82), rgba(255, 255, 255, 0.68) 48%, rgba(250, 244, 231, 0.72));
}

.weather-hourly__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem 0.85rem;
  align-items: end;
}

.weather-hourly__note {
  margin: 0;
  max-width: 28rem;
  justify-self: end;
  text-align: right;
}

.weather-hourly__window {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.58rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 130, 90, 0.22);
  background: rgba(235, 249, 242, 0.94);
  color: var(--river-deep);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 10px 22px rgba(35, 130, 90, 0.08);
}

.weather-hourly__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(7.6rem, 1fr);
  gap: 0.58rem;
  overflow-x: auto;
  padding-bottom: 0.22rem;
  scroll-snap-type: x proximity;
}

.weather-hourly__empty {
  margin: 0;
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px dashed rgba(16, 35, 45, 0.12);
  background: rgba(255, 255, 255, 0.45);
}

.weather-hour {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.22rem;
  min-height: 6.6rem;
  padding: 0.68rem 0.74rem;
  border-radius: 16px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 242, 235, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  scroll-snap-align: start;
}

.weather-hour--clear {
  border-color: rgba(197, 160, 76, 0.26);
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.98), rgba(250, 242, 221, 0.94));
}

.weather-hour--rain {
  border-color: rgba(30, 115, 151, 0.28);
  background: linear-gradient(180deg, rgba(237, 248, 253, 0.98), rgba(224, 240, 247, 0.95));
}

.weather-hour--storm {
  border-color: rgba(187, 88, 64, 0.34);
  background: linear-gradient(180deg, rgba(255, 239, 232, 0.98), rgba(250, 226, 218, 0.95));
}

.weather-hour--cold {
  border-color: rgba(93, 126, 170, 0.28);
  background: linear-gradient(180deg, rgba(238, 247, 253, 0.98), rgba(227, 239, 248, 0.95));
}

.weather-hour--best {
  border-color: rgba(35, 130, 90, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 0 2px rgba(35, 130, 90, 0.18),
    0 12px 26px rgba(35, 130, 90, 0.12);
  background:
    linear-gradient(180deg, rgba(235, 250, 242, 0.98), rgba(218, 242, 230, 0.95));
}

.weather-hour--best .weather-hour__time {
  color: var(--good);
}

.weather-hour__time {
  align-self: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.weather-hour__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  grid-row: span 2;
  justify-self: end;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.58);
  color: var(--river-deep);
}

.weather-hour__icon svg {
  width: 1.08rem;
  height: 1.08rem;
}

.weather-hour--clear .weather-hour__icon {
  color: #a8712f;
  background: rgba(255, 248, 220, 0.9);
  border-color: rgba(168, 113, 47, 0.18);
}

.weather-hour--rain .weather-hour__icon {
  color: #226e8c;
  background: rgba(226, 240, 247, 0.94);
  border-color: rgba(30, 115, 151, 0.2);
}

.weather-hour--storm .weather-hour__icon {
  color: #8f4c18;
  background: rgba(255, 236, 224, 0.94);
  border-color: rgba(187, 88, 64, 0.22);
}

.weather-hour--cold .weather-hour__icon {
  color: #486f86;
  background: rgba(236, 244, 248, 0.94);
  border-color: rgba(72, 111, 134, 0.18);
}

.weather-hour__temp {
  grid-column: 1;
  font-size: 1rem;
  line-height: 1.1;
  color: var(--ink);
}

.weather-hour__condition {
  grid-column: 1 / -1;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
}

.weather-hour__meta {
  grid-column: 1 / -1;
  font-size: 0.74rem;
  line-height: 1.35;
  color: var(--ink-soft);
}

.decision-checklist {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.decision-checklist__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.78rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
}

.decision-checklist__item strong,
.outlook-card strong {
  color: var(--ink);
}

.decision-checklist__item p,
.outlook-card p {
  margin: 0.28rem 0 0;
  line-height: 1.35;
}

.decision-checklist__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  min-height: 1.75rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.72);
}

@media (min-width: 980px) {
  .river-why-panel__section-head {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    align-items: end;
    gap: 0.6rem 1rem;
  }

  .river-why-panel__section-note {
    justify-self: end;
    text-align: right;
    max-width: 28rem;
  }

  .river-visual-panel--gauge .river-why-panel__section-head,
  .river-visual-panel--history .river-why-panel__section-head {
    gap: 0.45rem 0.9rem;
  }

  .river-visual-panel--gauge .river-why-panel__section-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.22rem 0.7rem;
  }

  .river-visual-panel--gauge .river-why-panel__section-note {
    margin-top: 0.12rem;
    max-width: 24rem;
  }

  .river-visual-panel--gauge .gauge-visual__controls {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

}

.decision-checklist__item--go {
  border-color: rgba(35, 130, 90, 0.2);
}

.decision-checklist__item--go .decision-checklist__status {
  color: var(--good);
  background: rgba(232, 246, 238, 0.94);
}

.decision-checklist__item--watch {
  border-color: rgba(173, 117, 44, 0.2);
}

.decision-checklist__item--watch .decision-checklist__status {
  color: var(--warn);
  background: rgba(250, 242, 230, 0.94);
}

.decision-checklist__item--skip {
  border-color: rgba(187, 88, 64, 0.2);
}

.decision-checklist__item--skip .decision-checklist__status {
  color: var(--bad);
  background: rgba(250, 236, 233, 0.94);
}

.outlook-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.river-accordion-group {
  display: grid;
  gap: 0.8rem;
}

.river-accordion {
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.river-accordion[open] {
  background: rgba(255, 255, 255, 0.9);
}

.river-accordion__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.05rem;
  cursor: pointer;
}

.river-accordion__summary::-webkit-details-marker {
  display: none;
}

.river-accordion__summary span {
  display: grid;
  gap: 0.18rem;
}

.river-accordion__summary strong {
  color: var(--ink);
}

.river-accordion__summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1;
}

.river-accordion[open] .river-accordion__summary::after {
  content: "−";
}

.river-accordion__body {
  display: grid;
  gap: 0.9rem;
  padding: 0 1.05rem 1.05rem;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
}

.outlook-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
}

.outlook-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.outlook-card--available {
  border-color: rgba(30, 115, 151, 0.16);
}

.outlook-card--withheld {
  border-style: dashed;
}

.weather-tile {
  display: grid;
  gap: 0.25rem;
  padding: 0.72rem 0.76rem;
  border-radius: 16px;
  border: 1px solid rgba(16, 35, 45, 0.06);
  background: rgba(248, 244, 237, 0.52);
  box-shadow: none;
}

.weather-tile__icon {
  color: var(--river);
}

.weather-tile__label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.weather-tile strong {
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--ink);
}

.weather-tile small {
  color: var(--muted);
  line-height: 1.35;
}

.detail-map-copy,
.detail-map-frame {
  display: grid;
  gap: 0.9rem;
}

.detail-map__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
}

.detail-map__facts--launch-plan {
  gap: 0.6rem;
  grid-template-columns: 1fr;
}

.detail-map__facts div {
  padding: 0.85rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
}

.detail-map__facts dt {
  margin: 0 0 0.3rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.detail-map__facts dd {
  margin: 0;
  font-weight: 600;
  color: var(--ink);
}

.detail-map__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.detail-map__links--primary {
  gap: 0.5rem;
}

.compact-list.compact-list--checklist {
  padding-left: 0;
  list-style: none;
}

.compact-list.compact-list--checklist li {
  position: relative;
  padding-left: 1.35rem;
}

.compact-list.compact-list--checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--river);
  box-shadow: 0 0 0 3px rgba(30, 115, 151, 0.1);
}

.detail-map-frame {
  align-content: start;
}

.detail-map-frame--launch-plan {
  gap: 0.6rem;
}

.river-launch-plan__map-shell {
  display: grid;
  gap: 0.55rem;
}

.river-launch-plan__map-toggle {
  justify-self: start;
}

.river-launch-plan__map-shell--collapsed .detail-map-frame {
  display: none;
}

.detail-map {
  min-height: 320px;
  border-radius: calc(var(--radius) - 6px);
  overflow: hidden;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    radial-gradient(circle at top left, rgba(82, 133, 154, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(230, 238, 241, 0.82), rgba(240, 245, 247, 0.92));
}

.detail-map__status {
  margin: 0;
}

.river-detail--loading [data-skeleton] {
  position: relative;
  color: transparent !important;
  border-color: transparent;
  overflow: hidden;
}

.river-detail--loading [data-skeleton]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(100deg, rgba(234, 240, 242, 0.88) 20%, rgba(255, 255, 255, 0.96) 50%, rgba(234, 240, 242, 0.88) 80%);
  background-size: 220% 100%;
  animation: river-skeleton-shimmer 1.25s ease-in-out infinite;
}

.river-detail--loading .river-detail__summary[data-skeleton],
.river-detail--loading .river-detail__hero-map-status[data-skeleton],
.river-detail--loading .detail-map__status[data-skeleton] {
  min-height: 1.2em;
}

@keyframes river-skeleton-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.detail-access-marker {
  min-width: 2.8rem;
  height: 2rem;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  box-shadow: 0 8px 18px rgba(16, 35, 45, 0.2);
  cursor: pointer;
}

.detail-access-marker--putin {
  background: linear-gradient(180deg, rgba(35, 130, 90, 0.98), rgba(44, 138, 84, 0.96));
}

.detail-access-marker--takeout {
  background: linear-gradient(180deg, rgba(16, 72, 98, 0.98), rgba(30, 115, 151, 0.96));
}

.river-logistics {
  display: grid;
  gap: 1rem;
}

.river-logistics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.river-logistics__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.river-logistics__columns--tight {
  gap: 0.75rem;
}

.river-logistics__notes {
  padding: 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: var(--panel-muted);
}

.river-report-panel__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem 1rem;
}

.river-report-panel__content .detail-map__links {
  margin-left: auto;
}

.river-logistics__title {
  margin: 0 0 0.7rem;
  font-family: var(--serif);
  font-size: 1.02rem;
  color: var(--ink);
}

.compact-list {
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.6rem;
  color: var(--ink-soft);
  line-height: 1.45;
}

.river-detail__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.source-list li {
  padding: 0.85rem 0.95rem;
}

.source-list a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
}

.detail-table {
  width: 100%;
  border-collapse: collapse;
}

.detail-table td {
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(16, 35, 45, 0.08);
  vertical-align: top;
  line-height: 1.55;
}

.detail-table td:first-child {
  width: 8.5rem;
  color: var(--muted);
}

.about-score-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.9rem 0 0.7rem;
  font-size: 0.95rem;
}

.about-score-card__intro {
  margin-bottom: 0.15rem;
}

.about-coverage-card__intro {
  margin-bottom: 0;
}

.about-coverage-card__list {
  margin-top: 0.9rem;
}

.about-score-table th,
.about-score-table td {
  padding: 0.8rem 0.85rem;
  border-bottom: 1px solid rgba(16, 35, 45, 0.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.about-score-table thead th {
  padding-top: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-score-table tbody th[scope='row'] {
  width: 6.5rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.about-score-table tbody tr:last-child th,
.about-score-table tbody tr:last-child td {
  border-bottom: 0;
}

.confidence-rationale {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.confidence-rationale li {
  line-height: 1.55;
}

.confidence-rationale--warnings {
  color: var(--ink-soft);
}

.confidence-detail__intro {
  margin: 0;
}

.confidence-detail__groups {
  display: grid;
  gap: 0.9rem;
}

.confidence-detail__group {
  display: grid;
  gap: 0.5rem;
}

.river-score-breakdown__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  gap: 0.9rem;
  align-items: start;
}

.river-score-breakdown__summary {
  margin-top: 0.4rem;
}

.river-score-breakdown__final {
  align-content: start;
}

.river-score-breakdown__groups {
  display: grid;
  gap: 1rem;
}

.river-score-breakdown__group {
  display: grid;
  gap: 0.55rem;
}

.river-score-breakdown__group-title {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.river-score-breakdown__rows {
  display: grid;
  gap: 0.2rem;
}

.river-score-breakdown__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding: 0.72rem 0;
}

.river-score-breakdown__row + .river-score-breakdown__row {
  border-top: 1px solid rgba(16, 35, 45, 0.08);
}

.river-score-breakdown__row-copy {
  display: grid;
  gap: 0.18rem;
}

.river-score-breakdown__row-label {
  font-weight: 700;
  color: var(--ink);
}

.river-score-breakdown__row-detail {
  margin: 0;
  max-width: 48ch;
  font-size: 0.84rem;
  line-height: 1.38;
}

.river-score-breakdown__row-value {
  align-self: center;
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1;
  color: var(--ink);
  text-align: right;
}

.river-score-breakdown__row-value--positive {
  color: var(--good);
}

.river-score-breakdown__row-value--negative {
  color: var(--bad);
}

.river-score-breakdown__row-value--neutral {
  color: var(--muted);
}

.river-score-breakdown__caps-wrap {
  display: grid;
  gap: 0.45rem;
}

.river-score-breakdown__caps {
  color: var(--muted);
}

.river-history-panel {
  display: grid;
  gap: 0.85rem;
}

.river-history-panel__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.history-chart {
  display: grid;
  gap: 0.45rem;
  padding: 0.72rem 0.78rem 0.78rem;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 45, 0.06);
  background: rgba(248, 244, 237, 0.66);
}

.history-chart__status {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.34;
}

.history-chart__canvas {
  min-height: 9.25rem;
}

.history-chart__empty {
  margin: 0;
  padding: 0.4rem 0;
}

.history-chart__svg {
  display: block;
  width: 100%;
  height: 12rem;
  overflow: visible;
}

.history-chart__grid line {
  stroke: rgba(16, 35, 45, 0.1);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.history-chart__grid text {
  fill: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.history-chart__area {
  fill: rgba(43, 101, 163, 0.08);
}

.history-chart__line {
  fill: none;
  stroke: rgba(43, 101, 163, 0.78);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.history-chart__svg--great .history-chart__area,
.history-chart__svg--good .history-chart__area {
  fill: rgba(103, 129, 98, 0.12);
}

.history-chart__svg--great .history-chart__line,
.history-chart__svg--good .history-chart__line {
  stroke: rgba(103, 129, 98, 0.86);
}

.history-chart__svg--marginal .history-chart__area {
  fill: rgba(173, 117, 44, 0.12);
}

.history-chart__svg--marginal .history-chart__line {
  stroke: rgba(173, 117, 44, 0.86);
}

.history-chart__svg--no-go .history-chart__area {
  fill: rgba(187, 88, 64, 0.12);
}

.history-chart__svg--no-go .history-chart__line {
  stroke: rgba(187, 88, 64, 0.88);
}

.history-chart__point circle {
  fill: white;
  stroke: rgba(43, 101, 163, 0.9);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.history-chart__point--great circle,
.history-chart__point--good circle {
  stroke: rgba(103, 129, 98, 0.92);
}

.history-chart__point--marginal circle {
  stroke: rgba(173, 117, 44, 0.92);
}

.history-chart__point--no-go circle {
  stroke: rgba(187, 88, 64, 0.94);
}

.history-chart__point text {
  fill: var(--ink);
  font-size: 11px;
}

@media (min-width: 1480px) {
  .river-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .summary-map-shell {
    grid-template-columns: minmax(240px, 0.5fr) minmax(0, 1.5fr);
  }
}

@media (max-width: 1100px) {
  .river-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .launch-readiness__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .river-detail__quick-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .river-detail__conditions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .river-history-panel__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .river-launch-plan__hero,
  .river-launch-plan__body {
    grid-template-columns: 1fr;
  }

  .route-gallery__layout {
    grid-template-columns: 1fr;
  }

  .route-contribute {
    grid-template-columns: 1fr;
  }

  .route-contribute__form-shell {
    grid-template-columns: 1fr;
  }

  .board-filters {
    top: 0.55rem;
  }
}

@media (max-width: 980px) {
  .site-header,
  .section-head {
    grid-template-columns: 1fr;
  }

  .site-header,
  .section-head,
  .hero--home,
  .board-strip,
  .status-banner,
  .river-detail__hero,
  .river-detail__visuals,
  .river-why-panel__visuals,
  .river-detail__map-shell,
  .river-launch-plan__hero,
  .river-launch-plan__body,
  .river-detail__columns {
    display: grid;
    grid-template-columns: 1fr;
  }

  .river-detail__hero-side--sticky {
    position: relative;
    top: auto;
  }

  .river-why-panel__visuals {
    grid-template-areas:
      "weather"
      "gauge"
      "history";
  }

  .site-header__meta {
    justify-items: start;
  }

  .site-header__topline,
  .site-header__nav {
    justify-content: flex-start;
  }

  .site-footer {
    width: min(100% - 2rem, var(--max-width));
  }

  .river-detail__layout {
    grid-template-columns: 1fr;
  }

  .river-detail__section-nav {
    position: static;
    top: auto;
    overflow-x: auto;
  }

  .river-detail__section-nav-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.45rem;
    padding: 0.7rem;
    overflow-x: auto;
  }

  .river-detail__section-nav-label {
    display: none;
  }

  .river-detail__chapter-head {
    margin-top: 0.9rem;
    padding-top: 0.12rem;
  }

  .river-detail__section-link {
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .status-banner__eyebrow {
    justify-self: start;
    min-width: 0;
  }

  .section-head__note {
    text-align: left;
  }

  .section-head__actions {
    justify-items: start;
  }

  .section-head__controls {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .hero-principles,
  .summary-metrics,
  .river-grid,
  .info-grid,
  .launch-readiness__grid,
  .status-banner__grid,
  .river-detail__quick-grid,
  .river-detail__quick-grid--compact,
  .river-access-grid,
  .river-launch-plan__support,
  .outlook-grid,
  .decision-checklist,
  .detail-map__facts,
  .river-logistics__grid,
  .weather-visual__grid,
  .river-detail__columns,
  .river-logistics__columns,
  .river-card__metrics,
  .river-history-panel__stats {
    grid-template-columns: 1fr;
  }

  .river-detail__conditions-grid {
    grid-template-columns: 1fr;
  }

  .route-gallery__intro,
  .route-gallery__pending-head {
    display: grid;
  }

  .route-photo-form__grid,
  .route-photo-form__grid--meta {
    grid-template-columns: 1fr;
  }

  .route-gallery__thumbs {
    grid-auto-columns: minmax(9.5rem, 72vw);
  }

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

  .river-card__top,
  .hero-call__scoreline,
  .factor-item__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .gauge-visual__controls {
    align-items: flex-start;
  }

  .river-call-panel--sticky {
    position: relative;
    top: auto;
  }

  .board-filters {
    position: static;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .board-filters--full {
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(16, 35, 45, 0.08);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.65)),
      var(--panel);
    box-shadow: var(--shadow);
  }

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

  .river-report-panel__content {
    align-items: flex-start;
  }

  .river-report-panel__content .detail-map__links {
    margin-left: 0;
  }

.river-access-planner__controls {
    grid-template-columns: 1fr;
  }
}

.river-group-page {
  display: grid;
  gap: 0.85rem;
}

.river-group-page__hero {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  align-items: start;
}

.river-group-page__hero-main {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.river-group-page__title {
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3.1rem);
  line-height: 0.95;
}

.river-group-page__lede {
  margin: 0.1rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.river-group-page__summary {
  max-width: 58ch;
  margin: 0;
  line-height: 1.45;
}

.river-group-page__meta {
  gap: 0.45rem;
}

.river-group-page__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
}

.river-group-page__refresh-note {
  margin: 0;
  font-size: 0.84rem;
}

.river-call-panel--group {
  min-height: 100%;
  gap: 0.72rem;
}

.river-call-panel--group .score-orb__rating {
  font-size: 0.7rem;
}

.river-call-panel--group .river-call-panel__statement {
  font-size: 1.12rem;
}

.river-call-panel__reliability--compact {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem 0.65rem;
}

.river-call-panel__summary-line {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.28;
}

.river-call-panel__summary-stack {
  display: grid;
  gap: 0.22rem;
  min-height: 3.15rem;
}

.river-call-panel__summary-weather {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.28;
}

.river-call-panel__signal-line {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem 1rem;
  align-items: center;
  min-height: 1.5rem;
}

.river-call-panel .river-call-panel__signal-line {
  display: grid;
  gap: 0.28rem;
  min-height: 0;
  font-size: 0.78rem;
  line-height: 1.22;
}

.river-call-panel .river-call-panel__signal-line .river-card__signal-item {
  white-space: normal;
}

.river-call-panel__actions--inline {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
}

.river-group-page__panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 24px;
  padding: 1rem 1.05rem;
  box-shadow: 0 16px 36px rgba(16, 35, 45, 0.08);
}

.river-group-page__panel--map {
  padding-bottom: 0.9rem;
}

.river-group-page__section-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: end;
  margin-bottom: 0.8rem;
}

.river-group-page__section-head--map {
  margin-bottom: 0.7rem;
}

.river-group-page__section-note {
  max-width: 26ch;
  margin: 0;
  text-align: right;
  font-size: 0.84rem;
  line-height: 1.3;
}

.river-group-page__route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.river-group-page__route-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 45rem;
}

.river-group-page__map-shell {
  display: grid;
  gap: 0.45rem;
}

.river-group-page__map {
  min-height: 24rem;
  border-radius: calc(var(--radius) - 6px);
  overflow: hidden;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    radial-gradient(circle at top left, rgba(82, 133, 154, 0.14), transparent 46%),
    linear-gradient(180deg, rgba(230, 238, 241, 0.82), rgba(240, 245, 247, 0.92));
}

.river-group-page__map-status {
  margin: 0;
  padding: 0 0.1rem;
}

.route-choice {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 18px;
  background: rgba(248, 251, 252, 0.92);
  padding: 0.9rem 0.95rem;
  display: grid;
  gap: 0.42rem;
  min-height: 12rem;
  align-content: start;
  cursor: pointer;
  transition:
    border-color 140ms ease,
    transform 140ms ease,
    box-shadow 140ms ease,
    background 140ms ease;
}

.route-choice:hover,
.route-choice:focus-visible {
  border-color: rgba(47, 113, 133, 0.34);
  box-shadow: 0 12px 26px rgba(16, 35, 45, 0.09);
  transform: translateY(-1px);
  outline: none;
}

.route-choice--active {
  border-color: rgba(47, 113, 133, 0.42);
  background: rgba(236, 247, 250, 0.98);
  box-shadow: 0 14px 28px rgba(16, 35, 45, 0.1);
}

.state-page {
  display: grid;
  gap: 0.85rem;
}

.state-page__hero,
.state-page__panel {
  scroll-margin-top: 1rem;
}

.state-coverage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
  gap: 0.95rem;
  align-items: stretch;
}

.state-coverage__map-shell {
  display: grid;
  gap: 0.42rem;
  min-width: 0;
}

.state-coverage__map {
  position: relative;
  min-height: 27rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background:
    radial-gradient(circle at top left, rgba(47, 113, 133, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(230, 238, 241, 0.9), rgba(246, 249, 250, 0.94));
}

.state-coverage__map-fallback {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 113, 133, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 113, 133, 0.08) 1px, transparent 1px);
  background-size: 18% 18%;
}

.state-coverage__map.maplibregl-map .state-coverage__map-fallback {
  display: none;
}

.state-coverage__map-status,
.state-page__section-foot,
.state-route-filter-status {
  margin: 0;
}

.state-coverage__copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.state-coverage__lede {
  margin: 0;
  line-height: 1.45;
}

.state-coverage__stats,
.state-region-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.state-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem 0.7rem;
  align-items: center;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 750;
}

.state-map-legend__item {
  display: inline-flex;
  gap: 0.34rem;
  align-items: center;
}

.state-map-legend__marker {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
}

.state-map-legend__marker--easy {
  background: #2f7185;
}

.state-map-legend__marker--moderate {
  background: #6f7f3f;
}

.state-map-legend__marker--hard {
  background: #9d4e38;
}

.state-region-chips .filter-chip {
  gap: 0.4rem;
}

.state-region-chips span {
  color: var(--muted);
}

.state-route-card {
  cursor: default;
  overflow: hidden;
  padding: 0;
}

.state-route-card:hover {
  transform: none;
}

.state-route-card__media {
  display: block;
  min-height: 9.2rem;
  background: rgba(16, 35, 45, 0.08);
  overflow: hidden;
}

.state-route-card__media img {
  display: block;
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

.state-route-card__body,
.state-route-card .route-choice__facts-section,
.state-route-card .route-choice__footer {
  margin-inline: 0.95rem;
}

.state-route-card__body {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.85rem;
}

.state-route-card .route-choice__footer {
  margin-bottom: 0.9rem;
}

.state-live-picks {
  border-color: rgba(47, 113, 133, 0.18);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.98), rgba(243, 249, 250, 0.96));
}

.state-live-picks__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.state-live-picks__note {
  margin: 0.8rem 0 0;
  font-size: 0.86rem;
}

.state-live-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.78rem;
  box-shadow: 0 10px 22px rgba(16, 35, 45, 0.06);
}

.state-live-card__score {
  width: 3.15rem;
  height: 3.15rem;
  flex: 0 0 auto;
}

.state-live-card__score span:first-child {
  font-size: 1.05rem;
}

.state-live-card__score span:last-child {
  font-size: 0.58rem;
}

.state-live-card__score--pending {
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(236, 242, 244, 0.94);
  border: 1px solid rgba(16, 35, 45, 0.08);
  font-weight: 900;
  line-height: 1;
}

.state-live-card__score--pending span:last-child {
  margin-top: 0.18rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.state-live-card__body {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.state-live-card__body h3,
.state-live-card__body p,
.state-live-card__body span,
.state-live-card__body small {
  margin: 0;
}

.state-live-card__body h3 {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.18;
}

.state-live-card__body p {
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.28;
}

.state-live-card__body span,
.state-live-card__body small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.32;
}

.state-live-card .route-choice__link {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 1.95rem;
  padding: 0.34rem 0.62rem;
  font-size: 0.76rem;
}

.state-page__panel--priority {
  border-color: rgba(47, 113, 133, 0.18);
  background: rgba(247, 251, 252, 0.96);
}

.state-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.state-link-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.state-link-card {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 18px;
  background: rgba(248, 251, 252, 0.92);
  padding: 0.9rem 0.95rem;
}

.state-link-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.2;
}

.state-link-card p {
  margin: 0;
}

.state-link-card__links {
  display: grid;
  gap: 0.28rem;
  font-size: 0.88rem;
  line-height: 1.3;
}

.state-link-card__links a {
  color: var(--river-deep);
  text-decoration: none;
  font-weight: 700;
}

.state-link-card__links a:hover {
  text-decoration: underline;
}

.state-browse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.state-browse-column {
  min-width: 0;
  scroll-margin-top: 4rem;
}

.state-browse-column h3 {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-size: 1rem;
}

.state-browse-nav {
  position: sticky;
  top: 0.6rem;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: -0.15rem 0 0.8rem;
  padding: 0.42rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 999px;
  background: rgba(250, 252, 253, 0.9);
  backdrop-filter: blur(10px);
}

.state-browse-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.28rem 0.66rem;
  border-radius: 999px;
  color: var(--river-deep);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.state-browse-nav a:hover {
  background: rgba(235, 245, 249, 0.86);
}

.state-accordion-list {
  display: grid;
  gap: 0.36rem;
}

.state-directory-group {
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 12px;
  background: rgba(248, 251, 252, 0.76);
  overflow: hidden;
  scroll-margin-top: 4rem;
}

.state-directory-group:target,
.state-directory-group--target {
  border-color: rgba(47, 113, 133, 0.45);
  background:
    linear-gradient(90deg, rgba(47, 113, 133, 0.14), transparent 0.42rem),
    rgba(248, 251, 252, 0.92);
  box-shadow: 0 8px 22px rgba(16, 35, 45, 0.08);
}

.state-directory-group summary {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: center;
  padding: 0.5rem 0.64rem;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.state-directory-group summary::-webkit-details-marker {
  display: none;
}

.state-directory-group summary span:last-child {
  color: var(--muted);
  font-size: 0.82rem;
}

.state-directory-group__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
  gap: 0.28rem 0.62rem;
  padding: 0 0.64rem 0.62rem;
  font-size: 0.82rem;
  line-height: 1.3;
}

.state-directory-group__links a {
  color: var(--river-deep);
  text-decoration: none;
  font-weight: 700;
}

.state-directory-group__links a:hover {
  text-decoration: underline;
}

.state-directory-group__links .state-directory-group__hub {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 1.55rem;
  padding: 0.18rem 0.5rem;
  border: 1px solid rgba(47, 113, 133, 0.18);
  border-radius: 999px;
  background: rgba(235, 245, 249, 0.82);
  font-size: 0.76rem;
  line-height: 1;
  text-decoration: none;
}

.state-directory-group__links .state-directory-group__hub:hover {
  border-color: rgba(47, 113, 133, 0.34);
  background: rgba(224, 240, 246, 0.92);
  text-decoration: none;
}

.state-route-list {
  display: grid;
  gap: 0.45rem;
}

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

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

.state-route-list__item {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 14px;
  background: rgba(248, 251, 252, 0.72);
  color: var(--ink);
  padding: 0.72rem 0.78rem;
  text-decoration: none;
}

.state-route-list__item:hover {
  border-color: rgba(47, 113, 133, 0.3);
}

.state-route-list__item[hidden] {
  display: none;
}

.state-route-list__item span {
  min-width: 0;
}

.state-route-list__item > span:first-child {
  display: grid;
  gap: 0.15rem;
}

.state-route-list__item > span:first-child span,
.state-route-list__item > span:last-child {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.28;
}

.state-route-list__item > span:last-child {
  text-align: right;
}

.states-index-grid,
.explore-state-links__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.62rem;
}

.states-index-card,
.explore-state-link {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 14px;
  background: rgba(248, 251, 252, 0.78);
  color: var(--ink);
  padding: 0.74rem 0.78rem;
  text-decoration: none;
}

.states-index-card:hover,
.explore-state-link:hover {
  border-color: rgba(47, 113, 133, 0.3);
}

.states-index-card > span:first-child,
.explore-state-link > span:first-child {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
}

.states-index-card strong,
.explore-state-link strong {
  line-height: 1.15;
}

.states-index-card span span,
.explore-state-link span span,
.states-index-card > span:last-child,
.explore-state-link > span:last-child {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
}

.states-index-card > span:last-child,
.explore-state-link > span:last-child {
  flex: 0 0 auto;
  text-align: right;
}

.home-state-strip {
  display: grid;
  gap: 0.72rem;
  padding: 0.95rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.home-state-strip__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: end;
  justify-content: space-between;
}

.home-state-strip__title {
  margin: 0.12rem 0 0;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.15;
}

.home-state-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.home-state-strip__link {
  display: flex;
  justify-content: space-between;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
  padding: 0.62rem 0.7rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 12px;
  background: rgba(248, 251, 252, 0.8);
  color: var(--ink);
  text-decoration: none;
}

.home-state-strip__link:hover {
  border-color: rgba(47, 113, 133, 0.3);
}

.home-state-strip__link span:first-child {
  min-width: 0;
  font-weight: 850;
}

.home-state-strip__link span:last-child {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.state-page__links {
  justify-content: flex-start;
}

.state-route-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.55rem;
}

.state-map-marker {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: var(--river-deep);
  box-shadow: 0 7px 18px rgba(16, 35, 45, 0.2);
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    box-shadow 150ms ease;
}

.state-map-marker--easy {
  background: #2f7185;
}

.state-map-marker--moderate {
  background: #6f7f3f;
}

.state-map-marker--hard {
  background: #9d4e38;
}

.state-map-marker--muted {
  opacity: 0.18;
}

.state-map-marker--fallback {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.state-map-marker--highlighted,
.state-map-marker:focus-visible {
  transform: scale(1.18);
  box-shadow: 0 10px 24px rgba(16, 35, 45, 0.28);
  outline: none;
}

@media (max-width: 760px) {
  .state-coverage,
  .state-browse-grid,
  .state-link-grid,
  .state-link-grid--compact,
  .state-route-list--featured,
  .state-route-list--all,
  .state-live-picks__grid,
  .states-index-grid,
  .explore-state-links__grid,
  .home-state-strip__grid {
    grid-template-columns: 1fr;
  }

  .state-browse-nav {
    position: static;
    border-radius: 16px;
  }

  .state-coverage__map {
    min-height: 21rem;
  }

  .state-route-list__item {
    align-items: start;
    flex-direction: column;
  }

  .state-route-list__item > span:last-child {
    text-align: left;
  }
}

.route-choice__eyebrow {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.route-choice__title {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--ink);
}

.route-choice__verdict {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.12;
}

.route-choice__scoreline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.route-choice__score-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.route-choice__score-orb {
  width: 4.8rem;
  min-width: 4.8rem;
  height: 4.8rem;
  min-height: 4.8rem;
}

.route-choice__score-orb .score-orb__score {
  font-size: 1.55rem;
}

.route-choice__score-orb .score-orb__rating {
  font-size: 0.56rem;
}

.route-choice__score {
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.route-choice__meta {
  font-size: 0.82rem;
  color: var(--ink-soft);
  min-height: 1.2rem;
}

.route-choice__weather {
  display: inline-flex;
  align-items: center;
}

.route-choice__score--great {
  color: #226e4d;
}

.route-choice__score--good {
  color: #176d68;
}

.route-choice__score--marginal {
  color: #8a5a17;
}

.route-choice__score--no-go {
  color: #9d3e2e;
}

.route-choice__summary {
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.28;
  min-height: 2.9rem;
}

.route-choice__signal {
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem 1rem;
  align-items: center;
  min-height: 1.5rem;
}

.route-choice__facts-section {
  display: grid;
  gap: 0.4rem;
}

.route-choice__facts-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-choice__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.route-choice__fact {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
}

.route-choice__note {
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.28;
}

.route-choice__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 0.15rem;
}

.route-choice__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.route-choice__selection {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.route-choice__link {
  min-height: 2rem;
  padding: 0.36rem 0.75rem;
}

@media (max-width: 980px) {
  .river-group-page__hero {
    grid-template-columns: 1fr;
  }

  .river-group-page__section-head {
    align-items: start;
    flex-direction: column;
  }

  .river-group-page__section-note {
    max-width: none;
    text-align: left;
  }

  .river-group-page__route-list {
    grid-template-columns: 1fr;
  }

  .river-group-page__route-list--compact {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .site-header,
  .main-shell {
    width: min(100% - 1rem, var(--max-width));
  }

  .brand {
    align-items: flex-start;
  }

  .brand__logo {
    width: min(145px, 34vw);
  }

  .brand__logo--mark {
    width: 2.9rem;
    min-width: 2.9rem;
    height: 2.9rem;
  }

  .hero,
  .river-card,
  .river-detail__hero,
  .river-detail__panel,
  .river-detail__factors,
  .river-detail__sources,
  .conditions-overview,
  .summary-metrics,
  .mvp-note,
  .info-hero,
  .info-card,
  .info-panel,
  .request-card {
    padding: 1rem;
    border-radius: 22px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .river-card__title,
  .river-detail__title,
  .hero-call__title {
    font-size: 1.5rem;
  }

  .summary-map {
    min-height: 21rem;
  }

  .history-chart__svg {
    height: 10.5rem;
  }

  .request-form__actions {
    align-items: stretch;
  }
}

.section-title--compact {
  font-size: 1.28rem;
}

.decision-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}

.decision-hero__main {
  display: grid;
  gap: 0.9rem;
  min-height: 100%;
  align-content: start;
}

.decision-hero__featured {
  min-height: 100%;
  padding: 1.05rem 1.08rem;
  border: 2px solid rgba(30, 115, 151, 0.22);
  background:
    linear-gradient(180deg, rgba(248, 252, 253, 0.98), rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.96);
  box-shadow:
    0 22px 52px rgba(16, 35, 45, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.decision-hero__featured .eyebrow {
  color: var(--river-deep);
}

.decision-hero__featured .hero-call__state {
  display: inline-flex;
  align-self: start;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.16);
  background: rgba(233, 245, 250, 0.82);
  color: var(--river-deep);
}

.decision-hero__featured .hero-call__verdict {
  font-size: 1.16rem;
}

.decision-hero__featured .hero-call__reason {
  color: var(--ink);
}

.decision-hero__featured .hero-call__scoreline {
  gap: 0.9rem;
}

.decision-hero__featured .hero-call__meta .pill:first-child {
  border-color: rgba(30, 115, 151, 0.2);
  background: rgba(233, 245, 250, 0.88);
  color: var(--river-deep);
}

.decision-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.river-link--ghost {
  background: rgba(255, 255, 255, 0.62);
}

.location-panel {
  display: grid;
  gap: 0.68rem;
  padding: 0.82rem 0.9rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(30, 115, 151, 0.12);
  background:
    linear-gradient(180deg, rgba(241, 248, 251, 0.9), rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(16, 35, 45, 0.08);
}

.location-panel--hero {
  margin-top: 0.15rem;
}

.location-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.65rem;
}

.location-panel__form {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.location-panel__search {
  flex: 1 1 18rem;
}

.location-panel__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.location-panel__selected {
  margin: -0.04rem 0 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.28;
}

.location-panel__intro {
  margin: -0.12rem 0 0;
}

.location-panel__form--compact {
  justify-content: flex-end;
}

.location-panel__cta {
  min-height: 2.35rem;
  padding-inline: 0.92rem;
}

.location-panel .filter-chip[type='submit'] {
  border-color: rgba(16, 35, 45, 0.14);
  background: rgba(255, 255, 255, 0.9);
}

.location-panel .filter-chip {
  min-height: 2.1rem;
}

.decision-section {
  display: grid;
  gap: 0.8rem;
  position: relative;
}

.decision-section__empty {
  margin: 0;
}

.weekend-empty-state {
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(173, 117, 44, 0.16);
  background: rgba(250, 244, 233, 0.72);
}

.weekend-empty-state__title {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

.weekend-empty-state__copy {
  margin: 0;
  max-width: 62ch;
}

.decision-section + .decision-section {
  padding-top: 0.7rem;
}

.decision-section + .decision-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(16, 35, 45, 0.08), rgba(16, 35, 45, 0));
}

.decision-section--recommended {
  padding: 0.15rem 0.2rem 0.1rem;
  border-radius: calc(var(--radius) + 4px);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.decision-section--recommended .section-head {
  display: grid;
  justify-items: start;
  gap: 0.28rem;
}

.decision-section--recommended .section-head__note {
  max-width: none;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.25;
}

.decision-section--recommended.decision-section--active {
  padding: 0.75rem 0.85rem 0.95rem;
  background:
    linear-gradient(180deg, rgba(227, 241, 248, 0.9), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(30, 115, 151, 0.16),
    0 14px 32px rgba(16, 35, 45, 0.08);
}

.decision-section--recommended.decision-section--active .section-head__note {
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--river-deep);
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: start;
}

.recommendation-card {
  display: grid;
  gap: 0.82rem;
  align-self: stretch;
  padding: 1rem;
  min-height: 21.1rem;
  border: 1px solid rgba(16, 35, 45, 0.09);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.72)),
    var(--panel);
  box-shadow:
    0 18px 36px rgba(16, 35, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.recommendation-card--group {
  border-color: rgba(30, 115, 151, 0.14);
  background:
    linear-gradient(180deg, rgba(239, 247, 250, 0.82), rgba(255, 255, 255, 0.72)),
    var(--panel);
}

.recommendation-card--route {
  border-color: rgba(168, 113, 47, 0.14);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.84), rgba(255, 255, 255, 0.72)),
    var(--panel);
}

.recommendation-card--great {
  border-color: rgba(35, 130, 90, 0.32);
  background:
    linear-gradient(180deg, rgba(231, 250, 239, 0.9), rgba(255, 255, 255, 0.76)),
    var(--panel);
}

.recommendation-card--good {
  border-color: rgba(28, 119, 112, 0.32);
  background:
    linear-gradient(180deg, rgba(229, 247, 244, 0.9), rgba(255, 255, 255, 0.76)),
    var(--panel);
}

.recommendation-card--marginal {
  border-color: rgba(185, 122, 32, 0.36);
  background:
    linear-gradient(180deg, rgba(255, 241, 216, 0.92), rgba(255, 255, 255, 0.76)),
    var(--panel);
}

.recommendation-card--no-go {
  border-color: rgba(190, 72, 48, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 235, 230, 0.92), rgba(255, 255, 255, 0.76)),
    var(--panel);
}

.recommendation-card__eyebrow-row,
.recommendation-card__top,
.recommendation-card__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.favorite-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2rem;
  padding: 0.28rem 0.72rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-soft);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    border-color 150ms ease,
    background 150ms ease,
    color 150ms ease;
}

.favorite-toggle:hover {
  border-color: rgba(191, 145, 24, 0.18);
  background: rgba(255, 250, 236, 0.96);
  color: #946e12;
}

.favorite-toggle:focus-visible {
  outline: 2px solid rgba(191, 145, 24, 0.18);
  outline-offset: 2px;
}

.favorite-toggle__icon {
  display: inline-grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  color: #8b97a4;
}

.favorite-toggle__icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.favorite-toggle.is-saved {
  border-color: rgba(191, 145, 24, 0.24);
  background: rgba(255, 247, 224, 0.96);
  color: #946e12;
}

.favorite-toggle.is-saved .favorite-toggle__icon {
  color: #c18a15;
}

.favorite-toggle.is-saved .favorite-toggle__icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.favorite-toggle--card {
  margin-left: auto;
  align-self: start;
  flex: 0 0 auto;
}

.favorite-toggle--inline {
  min-height: 1.85rem;
  padding-inline: 0.66rem;
}

.favorite-toggle[hidden] {
  display: none;
}

.recommendation-card__eyebrow-row,
.recommendation-card__top {
  justify-content: space-between;
  align-items: flex-start;
}

.recommendation-card__eyebrow-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  min-width: 0;
  align-items: center;
}

.recommendation-card__slot,
.recommendation-card__state {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
}

.recommendation-card__title-block {
  display: grid;
  gap: 0.24rem;
  min-width: 0;
}

.recommendation-card__title {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 0.98;
}

.recommendation-card__subtitle,
.recommendation-card__meta {
  margin: 0;
  color: var(--ink-soft);
}

.recommendation-card__meta {
  font-size: 0.9rem;
}

.recommendation-card__subtitle {
  font-size: 0.85rem;
  line-height: 1.3;
}

.recommendation-card__scoreline,
.river-card__scoreline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.recommendation-card__scoreline {
  padding: 0.88rem 0.92rem;
  border-radius: 20px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 251, 0.8)),
    rgba(255, 255, 255, 0.74);
}

.recommendation-card__score-copy {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
}

.river-card__score-copy {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
}

.recommendation-tag,
.recommendation-source {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.75);
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 700;
}

.recommendation-source--usgs,
.recommendation-source--official {
  border-color: rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
}

.recommendation-source--american_whitewater,
.recommendation-source--wisconsin_river_trips,
.recommendation-source--wisconsin_trail_guide,
.recommendation-source--community,
.recommendation-source--mixed,
.recommendation-source--minimum,
.recommendation-source--derived {
  border-color: rgba(168, 113, 47, 0.16);
  background: rgba(249, 239, 226, 0.92);
  color: #855620;
}

.recommendation-card__reasons {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.3rem;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.32;
}

.recommendation-card__detail-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.recommendation-card__details {
  margin-top: auto;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
  padding-top: 0.6rem;
}

.recommendation-card__details summary {
  cursor: pointer;
  color: var(--river-deep);
  font-size: 0.84rem;
  font-weight: 700;
}

.recommendation-card__details-body {
  display: grid;
  gap: 0.6rem;
  padding-top: 0.6rem;
}

.recommendation-card__signal {
  margin: 0;
  color: rgba(40, 69, 85, 0.86);
  font-size: 0.76rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem 1rem;
  align-items: center;
}

.recommendation-card__meta {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 1.9rem;
  padding: 0.26rem 0.64rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.12);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.favorites-page {
  gap: 0.65rem;
}

.favorites-page__head {
  margin-bottom: 0;
}

.favorites-page__device-note {
  margin: 0;
  font-size: 0.82rem;
}

.favorites-page__map-shell {
  margin: 0.1rem 0 0.3rem;
}

.favorites-page__map-copy {
  gap: 0.56rem;
}

.favorites-page__map-title {
  margin-bottom: 0;
}

.favorites-page__map-lede {
  margin: 0;
}

.favorites-page__map-note {
  margin: 0;
  max-width: 34rem;
}

.favorites-page__map-frame .summary-map {
  min-height: 24rem;
}

.favorites-page__map-shell[hidden],
.favorites-page__grid[hidden],
.favorites-page__empty[hidden] {
  display: none !important;
}

.favorites-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.favorites-page__empty-title,
.favorites-page__empty-copy {
  margin: 0;
}

.favorites-page__empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.favorites-page__empty {
  margin-top: 0;
}

.river-detail__decision-summary {
  display: grid;
  gap: 0.45rem;
}

.river-detail__decision-summary p {
  margin: 0;
}

.river-detail__decision-score {
  display: inline-flex;
  margin-left: 0.35rem;
  color: var(--muted);
  font-size: 0.86em;
  font-weight: 700;
  white-space: nowrap;
}

.favorites-card__saved-at {
  margin: 0;
  font-size: 0.76rem;
}

.favorites-card--selected {
  border-color: rgba(30, 115, 151, 0.24);
  box-shadow:
    0 18px 36px rgba(16, 35, 45, 0.1),
    inset 0 0 0 1px rgba(30, 115, 151, 0.1);
}

.favorites-card--missing {
  border-style: dashed;
  border-color: rgba(16, 35, 45, 0.16);
  background:
    linear-gradient(180deg, rgba(250, 247, 243, 0.95), rgba(255, 255, 255, 0.86)),
    var(--panel);
}

.favorites-card--missing .score-orb {
  background: rgba(247, 244, 238, 0.9);
  color: var(--ink-soft);
  border-color: rgba(16, 35, 45, 0.08);
  box-shadow: none;
}

.summary-map-shell {
  margin-top: 0.05rem;
}

.decision-placeholder {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1.05rem;
  border-radius: var(--radius);
  border: 1px solid rgba(30, 115, 151, 0.14);
  background:
    linear-gradient(180deg, rgba(236, 247, 250, 0.78), rgba(255, 255, 255, 0.72)),
    var(--panel);
  box-shadow: var(--shadow-soft);
}

.section-head--stacked {
  align-items: start;
}

.section-head--stacked .section-head__note {
  max-width: 44rem;
  text-align: left;
}

.river-grid--decision {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.river-card--decision {
  gap: 0.78rem;
  padding: 0.9rem;
  min-height: 20rem;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
  align-content: start;
}

.river-card--decision .river-card__top {
  align-items: start;
}

.river-card__title-block {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.river-card--decision .river-card__state {
  margin: 0;
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.river-card__eyebrow-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.65rem;
  align-items: start;
}

.river-card__eyebrow-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  min-width: 0;
  align-items: center;
}

.river-card__kind,
.route-choice__kind {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.3rem;
  padding: 0.06rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.river-card__slot:empty,
.river-card__meta-line:empty,
.river-card__facts-section[hidden],
.river-card__facts[hidden] {
  display: none;
}

.river-card__slot {
  display: inline-flex;
  align-items: center;
  color: var(--river-deep);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.river-card--group .river-card__kind {
  border-color: rgba(30, 115, 151, 0.2);
  background: rgba(233, 245, 250, 0.92);
  color: var(--river-deep);
}

.river-card--route {
  border-color: rgba(168, 113, 47, 0.16);
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.84), rgba(255, 255, 255, 0.72)),
    var(--panel);
}

.river-card--route .river-card__kind,
.route-choice__kind {
  border-color: rgba(168, 113, 47, 0.18);
  background: rgba(249, 239, 226, 0.92);
  color: #855620;
}

.river-card--group .score-orb {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 26px rgba(16, 74, 104, 0.1);
}

.river-card--route .score-orb {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 26px rgba(122, 82, 32, 0.09);
}

.river-card--group {
  border-color: rgba(30, 115, 151, 0.14);
  background:
    linear-gradient(180deg, rgba(239, 247, 250, 0.82), rgba(255, 255, 255, 0.72)),
    var(--panel);
}

.river-card--decision .river-card__title {
  font-size: 1.2rem;
  line-height: 1;
}

.river-card--compact {
  min-height: auto;
  gap: 0.44rem;
  padding: 0.66rem 0.68rem;
  grid-template-rows: auto auto auto auto auto auto;
}

.river-card--compact .river-card__title {
  font-size: 0.94rem;
}

.river-card--compact .river-card__subtitle,
.river-card--compact .river-card__meta-line,
.river-card--compact .river-card__explanation,
.river-card--compact .river-card__signal-line {
  min-height: 0;
}

.river-card--compact .river-card__subtitle,
.river-card--compact .river-card__meta-line {
  font-size: 0.73rem;
}

.river-card--compact .river-card__verdict {
  font-size: 0.88rem;
}

.river-card--compact .river-card__explanation {
  font-size: 0.75rem;
  line-height: 1.24;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.river-card--compact .river-card__scoreline {
  gap: 0.52rem;
}

.river-card--compact .score-orb {
  width: 3.8rem;
  min-width: 3.8rem;
  height: 3.8rem;
  min-height: 3.8rem;
}

.river-card--compact .score-orb__score {
  font-size: 1.38rem;
}

.river-card--compact .score-orb__rating {
  font-size: 0.54rem;
}

.river-card--compact .river-link {
  min-height: 1.85rem;
  padding: 0.38rem 0.62rem;
  font-size: 0.79rem;
}

.river-card__subtitle {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.25;
}

.river-card__meta-line {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.25;
}

.recommendation-card__weather,
.river-card__weather {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
}

.card-weather-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 1.7rem;
  padding: 0.12rem 0.22rem 0.12rem 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
}

.card-weather-badge__icon {
  width: 1.35rem;
  height: 1.35rem;
}

.card-weather-badge__label {
  white-space: nowrap;
}

.card-weather-badge--compact {
  font-size: 0.74rem;
}

.card-weather-badge--compact .card-weather-badge__icon {
  width: 1.25rem;
  height: 1.25rem;
}

.river-card__verdict {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.16;
}

.river-card__explanation {
  margin: 0;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.28;
  min-height: 2.6rem;
}

.river-card__facts-section {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.1rem;
}

.river-card__facts-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.river-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: flex-start;
  padding-top: 0;
}

.river-card__fact {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0.22rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.river-card__signal-line {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem 1rem;
  align-items: center;
  min-height: 1.5rem;
}

.river-card__signal-line--score {
  margin-top: 0.08rem;
}

.weather-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: var(--river-deep);
}

.weather-indicator svg {
  width: 0.8rem;
  height: 0.8rem;
}

.weather-indicator--calm {
  color: #a8712f;
  background: rgba(252, 244, 217, 0.88);
  border-color: rgba(168, 113, 47, 0.16);
}

.weather-indicator--wind {
  color: #1e7397;
  background: rgba(232, 243, 249, 0.92);
  border-color: rgba(30, 115, 151, 0.18);
}

.weather-indicator--rain {
  color: #226e8c;
  background: rgba(226, 240, 247, 0.92);
  border-color: rgba(30, 115, 151, 0.18);
}

.weather-indicator--storm {
  color: #8f4c18;
  background: rgba(247, 234, 214, 0.94);
  border-color: rgba(173, 117, 44, 0.2);
}

.weather-indicator--cold {
  color: #486f86;
  background: rgba(236, 244, 248, 0.94);
  border-color: rgba(72, 111, 134, 0.18);
}

.river-card__signal-item {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  white-space: nowrap;
}

.river-card__signal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: var(--river-deep);
}

.river-card__signal-icon svg {
  width: 1rem;
  height: 1rem;
}

.river-card__signal-empty {
  color: var(--muted);
}

.river-card--decision .river-link {
  align-self: stretch;
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.9rem;
}

.explore-shell {
  display: block;
}

.explore-list-head {
  margin-top: 0.1rem;
  margin-bottom: 0.15rem;
}

.decision-section--explore > .status-banner:not(.status-banner--hidden) {
  margin-bottom: 0.05rem;
}

.explore-workspace {
  display: grid;
  gap: 0.9rem;
  padding: 0.95rem;
  border: 1px solid rgba(30, 115, 151, 0.14);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(180deg, rgba(243, 248, 251, 0.92), rgba(255, 255, 255, 0.9)),
    var(--panel);
  box-shadow: 0 18px 45px rgba(16, 35, 45, 0.08);
}

.explore-workspace__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 0.7rem 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(16, 35, 45, 0.08);
}

.explore-workspace__copy {
  display: grid;
  gap: 0.22rem;
  max-width: 40rem;
}

.explore-workspace__copy .section-title {
  margin-top: 0;
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
}

.explore-workspace__lede {
  margin: 0;
  max-width: 56ch;
}

.explore-workspace__meta {
  display: grid;
  gap: 0.24rem;
  justify-items: end;
  text-align: right;
}

.explore-workspace__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding-bottom: 0.05rem;
}

.explore-workspace__filter-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(45, 62, 76, 0.92);
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(16, 35, 45, 0.04);
}

.explore-workspace__filter-pill--sort {
  border-color: rgba(30, 115, 151, 0.18);
  background: linear-gradient(180deg, rgba(235, 245, 249, 0.94), rgba(255, 255, 255, 0.82));
  color: var(--river-deep);
}

.explore-workspace__filter-pill--location {
  border-color: rgba(103, 154, 117, 0.22);
  background: linear-gradient(180deg, rgba(240, 248, 242, 0.96), rgba(255, 255, 255, 0.84));
  color: rgba(44, 88, 60, 0.94);
}

.explore-workspace__body {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(17.75rem, 0.62fr);
  gap: 1rem;
  align-items: start;
}

.explore-workspace__body .summary-map-shell {
  margin-top: 0;
}

.summary-map-shell--explore-workspace {
  position: sticky;
  top: 0.95rem;
  grid-template-columns: 1fr;
  gap: 0.7rem;
}

.summary-map-shell--explore-workspace .summary-map-copy {
  gap: 0.45rem;
  padding: 0.78rem 0.84rem;
}

.summary-map-shell--explore-workspace .summary-map-copy__lede {
  max-width: none;
}

.summary-map-shell--explore-workspace .summary-map-frame {
  padding: 0.72rem;
}

.summary-map-shell--explore-workspace .summary-map {
  min-height: 44rem;
}

.explore-workspace__board {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 0.7rem;
  min-width: 0;
  max-height: calc(100vh - 6.5rem);
}

.explore-workspace__list-head {
  display: grid;
  gap: 0.22rem;
  padding: 0.1rem 0.1rem 0;
}

.explore-workspace__list-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.explore-workspace__count {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(32, 73, 99, 0.16);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.explore-workspace__list-note {
  margin: 0;
  font-size: 0.84rem;
}

.explore-grid-shell {
  min-height: 0;
  overflow-y: auto;
  padding-right: 0.2rem;
  scroll-padding-top: 0.5rem;
}

.river-grid--explore-list {
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.river-grid--explore-list .river-card--compact {
  max-width: 20.5rem;
  justify-self: end;
}

@media (max-width: 1100px) {
  .explore-workspace__body {
    grid-template-columns: 1fr;
  }

  .summary-map-shell--explore-workspace {
    position: static;
  }

  .summary-map-shell--explore-workspace .summary-map {
    min-height: 26rem;
  }

  .explore-workspace__board {
    max-height: none;
  }

  .explore-grid-shell {
    overflow: visible;
    padding-right: 0;
  }
}

.explore-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem 0.9rem;
  padding-top: 0.15rem;
}

.explore-pagination[hidden] {
  display: none;
}

.explore-pagination__summary,
.explore-pagination__page {
  margin: 0;
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.explore-pagination__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.explore-pagination .filter-chip:disabled {
  cursor: default;
  opacity: 0.55;
  transform: none;
}

.river-why-score {
  display: grid;
  gap: 0.9rem;
}

.river-why-score__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.river-quick-facts {
  display: grid;
  gap: 0.8rem;
}

@media (max-width: 1100px) {
  .decision-hero,
  .explore-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero__call-mix {
    grid-template-columns: 1fr;
  }

  .recommendation-grid,
  .river-grid--decision,
  .river-why-score__grid {
    grid-template-columns: 1fr;
  }

  .hero__actions,
  .hero-call__tags {
    align-items: stretch;
  }

  .hero__actions .river-link,
  .hero__actions button.river-link {
    width: 100%;
    justify-content: center;
  }

  .location-panel__header,
  .location-panel__form {
    align-items: stretch;
    flex-direction: column;
  }

  .location-panel__actions {
    margin-left: 0;
    justify-content: flex-start;
  }

  .explore-pagination {
    align-items: stretch;
  }

  .explore-pagination__controls {
    justify-content: space-between;
  }

  .summary-map-shell {
    grid-template-columns: 1fr;
  }

  .explore-workspace__body {
    grid-template-columns: 1fr;
  }

  .summary-map-copy,
  .summary-map-frame {
    grid-column: span 1;
  }

  .recommendation-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile system overrides */

.decision-hero {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  grid-template-areas:
    "intro featured"
    "support featured";
  align-items: start;
}

.decision-hero__intro {
  grid-area: intro;
  display: grid;
  gap: 0.88rem;
  align-content: start;
  min-width: 0;
}

.decision-hero__support {
  grid-area: support;
  display: grid;
  gap: 0.72rem;
  align-content: start;
  min-width: 0;
}

.decision-hero__featured {
  grid-area: featured;
}

.summary-map__toggle,
.river-group-page__map-toggle {
  justify-self: start;
}

.river-detail__section-nav--mobile {
  display: none;
}

.river-group-page__map-shell--collapsed .river-group-page__map,
.river-group-page__map-shell--collapsed .river-group-page__map-status {
  display: none;
}

.source-list a,
.detail-map__links a,
.river-report-panel a,
.compact-list a {
  overflow-wrap: anywhere;
}

@media (min-width: 761px) and (max-width: 980px) {
  .site-header {
    gap: 0.85rem;
    padding-top: 1.15rem;
  }

  .decision-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "featured"
      "support";
    gap: 0.9rem;
  }

  .decision-hero__featured,
  .decision-hero__intro,
  .decision-hero__support {
    min-height: auto;
  }

  .summary-map-copy,
  .summary-map-frame,
  .location-panel,
  .recommendation-card,
  .river-card--decision,
  .route-choice,
  .river-call-panel,
  .request-card,
  .info-card,
  .info-panel,
  .info-hero {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .river-call-panel__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .site-header {
    display: grid;
    gap: 0.82rem;
    padding: 0.98rem 0 0.68rem;
  }

  .brand {
    gap: 0.84rem;
    align-items: center;
    width: 100%;
  }

  .brand__logo {
    width: clamp(5.4rem, 21vw, 6.4rem);
  }

  .brand__copy {
    gap: 0.18rem;
  }

  .brand__eyebrow {
    font-size: 0.82rem;
  }

  .brand__title {
    font-size: 1.02rem;
    line-height: 1.12;
  }

  .site-header__meta {
    justify-items: start;
    gap: 0.52rem;
    max-width: none;
    width: 100%;
  }

  .site-header__topline {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.55rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .site-header__nav {
    grid-column: 1 / -1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.28rem;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__nav-link {
    flex: 0 0 auto;
    min-height: 2.2rem;
    padding: 0.28rem 0.68rem;
    font-size: 0.79rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.74);
  }

  .site-header__search {
    width: 100%;
    min-height: 2.7rem;
    justify-content: flex-start;
    padding-inline: 0.95rem;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .site-header__action {
    flex: 0 0 auto;
    min-height: 2.7rem;
    justify-content: center;
    padding-inline: 0.95rem;
    white-space: nowrap;
    font-size: 0.79rem;
  }

  .site-header__freshness {
    justify-content: flex-start;
    font-size: 0.74rem;
  }

  .site-header__blurb {
    display: none;
  }

  .main-shell {
    gap: 1.15rem;
  }

  .decision-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "featured"
      "support";
    gap: 0.9rem;
  }

  .decision-hero__intro,
  .decision-hero__support {
    gap: 0.68rem;
  }

  .decision-hero__support {
    gap: 0.45rem;
  }

  .hero,
  .decision-hero__featured,
  .location-panel,
  .recommendation-card,
  .river-card--decision,
  .river-detail__panel,
  .river-call-panel,
  .route-choice,
  .request-card,
  .info-card,
  .info-panel,
  .info-hero {
    padding: 0.88rem;
    border-radius: 22px;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(2.05rem, 7.6vw, 2.55rem);
    line-height: 0.98;
  }

  .hero__lede {
    font-size: 0.94rem;
    line-height: 1.34;
  }

  .hero__snapshot {
    font-size: 0.92rem;
    padding: 0.5rem 0.72rem;
  }

  .hero__overview-label,
  .hero__project-label {
    font-size: 0.72rem;
  }

  .hero__project-label,
  .hero__meta,
  .hero__note {
    display: none;
  }

  .hero__note,
  .hero__meta .stat-chip {
    font-size: 0.84rem;
  }

  .hero-call__title {
    font-size: 1.34rem;
  }

  .hero-call__verdict,
  .decision-hero__featured .hero-call__verdict {
    font-size: 1rem;
  }

  .hero-call__reason,
  .hero-call__signal-line,
  .hero-call__summary {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .hero-call__summary,
  .hero-call__toggle {
    display: none !important;
  }

  .score-orb--featured .score-orb__score {
    font-size: 1.95rem;
  }

  .score-orb--featured .score-orb__rating {
    font-size: 0.68rem;
  }

  .hero__snapshot,
  .hero__call-mix-item,
  .hero__meta .stat-chip {
    min-height: 2.75rem;
  }

    .hero__call-mix {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.5rem;
    }

  .hero__call-mix-item {
    padding: 0.68rem 0.72rem;
  }

  .hero__meta {
    gap: 0.45rem;
  }

  .hero__meta .stat-chip,
  .pill,
  .filter-chip,
  .river-link--inline,
  .site-header__nav-link {
    min-height: 2.75rem;
  }

  .recommendation-grid,
  .river-grid--decision {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .recommendation-card,
  .river-card--decision,
  .route-choice {
    min-height: auto;
  }

  .recommendation-card__summary,
  .river-card__explanation,
  .route-choice__summary {
    min-height: 0;
  }

  .board-filters__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .board-filters__workspace,
  .board-filters__actions {
    gap: 0.65rem;
  }

  .board-filters__controls > .filter-search,
  .board-filters__controls > .filter-select--sort,
  .board-filters__controls > .location-indicator,
  .board-filters__controls > [data-board-refresh] {
    grid-column: 1 / -1;
  }

  .board-filters__controls > * {
    min-width: 0;
  }

  .board-filters__controls .filter-select__input,
  .board-filters__controls .filter-chip,
  .board-filters__controls .filter-search__input {
    width: 100%;
    min-height: 2.8rem;
  }

  .board-filters__actions .filter-chip {
    width: 100%;
  }

  .summary-map-shell {
    grid-template-columns: 1fr;
  }

  .explore-workspace {
    padding: 0.82rem;
    gap: 0.75rem;
  }

  .explore-workspace__head {
    padding-bottom: 0.1rem;
  }

  .explore-workspace__meta {
    justify-items: start;
    text-align: left;
  }

  .explore-workspace__body {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .summary-map-shell--explore-workspace .summary-map {
    min-height: 21rem;
  }

  .explore-workspace__list-head-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .river-grid--explore-list .river-card--compact {
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  .river-detail__section-nav--desktop {
    display: none;
  }

  .river-detail__section-nav--mobile {
    position: static;
    top: auto;
    z-index: auto;
    display: block;
    margin-bottom: 0.35rem;
  }

  .river-detail__section-nav--mobile .river-detail__section-nav-inner {
    display: flex;
    gap: 0.45rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.12rem 0 0.12rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .river-detail__section-nav--mobile .river-detail__section-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .river-detail__section-nav--mobile .river-detail__section-nav-label,
  .river-detail__section-nav--mobile .river-detail__section-link {
    flex: 0 0 auto;
  }

  .river-detail__hero {
    gap: 0.72rem;
  }

  .river-detail__chapter-title {
    font-size: 1.18rem;
  }

  .river-detail__hero-main {
    gap: 0.68rem;
  }


  .river-detail__title {
    font-size: 1.45rem;
  }

  .river-detail__summary {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .gauge-visual__controls {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gauge-visual__trend {
    justify-self: start;
    text-align: left;
  }

  .route-action-bar {
    top: 0.45rem;
    padding: 0.72rem 0.78rem;
    border-radius: 20px;
  }

  .route-action-bar__row {
    gap: 0.42rem;
  }

  .route-action-button--bar-primary {
    flex: 1 1 10rem;
    justify-content: center;
  }

  .route-action-button--save,
  .route-action-button--menu {
    min-width: 2.8rem;
    padding-inline: 0.7rem;
  }

  .route-action-button__label--desktop {
    display: none;
  }

  .route-action-bar--rail {
    padding: 0.58rem 0.62rem;
  }

  .route-action-bar--rail .route-action-button {
    min-height: 2.22rem;
    padding: 0.46rem 0.68rem;
    font-size: 0.8rem;
  }

  .route-action-bar--rail .route-action-button__icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .route-action-menu__panel,
  .route-action-menu__panel--wide {
    right: 0;
    min-width: min(14rem, calc(100vw - 1.8rem));
  }

  .river-detail__meta-row {
    gap: 0.42rem;
  }

  .river-detail__meta-row .pill:nth-child(n + 5),
  .river-detail__meta-row .river-detail__jump-pill:nth-child(n + 5) {
    display: none;
  }

  .river-detail__hero-warning {
    margin-bottom: -0.18rem;
  }

  .river-detail__hero-side--sticky {
    position: relative;
    top: auto;
  }

  .river-detail__hero-top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem 0.72rem;
  }

  .river-call-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "eyebrow eyebrow"
      "score score"
      "statement statement"
      "tooltip tooltip"
      "reliability reliability"
      "meta meta"
      "source source";
    gap: 0.55rem 0.72rem;
    align-items: start;
  }

  .river-call-panel::after {
    display: none;
  }

  .river-call-panel > .eyebrow {
    grid-area: eyebrow;
  }

  .river-call-panel__scoreline {
    grid-area: score;
  }

  .river-call-panel__statement {
    grid-area: statement;
    margin-top: 0.1rem;
    font-size: 1.02rem;
  }

  .river-call-panel > .river-score-tooltip {
    grid-area: tooltip;
  }

  .river-call-panel__reliability {
    grid-area: reliability;
  }

  .river-call-panel__meta {
    grid-area: meta;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .river-call-panel__reliability-note {
    display: none;
  }

  .river-call-panel__actions {
    grid-area: actions;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .river-call-panel > .river-link--wide {
    grid-area: source;
  }

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

  .gauge-visual__chart {
    height: 16rem;
  }

  .history-chart__svg {
    height: 9.8rem;
  }

  .river-access-planner__controls {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .detail-map,
  .detail-map-frame .detail-map,
  .detail-map-frame--launch-plan .detail-map,
  .river-group-page__map {
    min-height: 16rem;
  }

  .river-launch-plan__map-toggle {
    display: inline-flex;
  }

  .detail-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .detail-table tbody {
    display: table;
    width: 100%;
    min-width: 32rem;
  }

  .about-score-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .about-score-table thead,
  .about-score-table tbody {
    display: table;
    width: 100%;
    min-width: 40rem;
  }

  .river-group-page__hero-main,
  .river-group-page__actions {
    gap: 0.55rem;
  }

  .river-group-page {
    gap: 0.72rem;
  }

  .river-group-page__hero {
    gap: 0.62rem;
  }

  .river-group-page__title {
    font-size: 1.55rem;
    line-height: 1.02;
  }

  .river-group-page__lede,
  .river-group-page__summary {
    font-size: 0.93rem;
    line-height: 1.38;
  }

  .river-group-page__meta {
    gap: 0.4rem;
  }

  .river-group-page__refresh-note {
    font-size: 0.8rem;
  }

  .river-group-page__section-head {
    margin-bottom: 0.62rem;
  }

  .route-choice {
    gap: 0.36rem;
    padding: 0.82rem 0.86rem;
  }

  .route-choice__title,
  .route-choice__verdict {
    font-size: 0.96rem;
  }

  .route-choice__summary {
    font-size: 0.8rem;
    line-height: 1.26;
  }

  .route-choice__signal {
    font-size: 0.77rem;
    gap: 0.6rem 0.8rem;
  }

  .info-hero {
    gap: 0.68rem;
  }

  .info-hero h1 {
    font-size: clamp(1.9rem, 7vw, 2.35rem);
    line-height: 0.98;
  }

  .info-hero .muted,
  .info-card .muted,
  .info-panel .muted,
  .request-card .muted {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .info-grid,
  .request-layout {
    gap: 0.82rem;
  }

  .request-form {
    gap: 0.72rem;
    margin-top: 0.82rem;
  }

  .request-form label {
    font-size: 0.88rem;
  }

  .request-form input,
  .request-form textarea {
    padding: 0.72rem 0.82rem;
  }

  .request-form__actions,
  .info-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .request-form__actions > *,
  .info-hero__actions > * {
    width: 100%;
    justify-content: center;
  }

  .route-choice__footer {
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .site-header,
  .main-shell {
    width: min(100% - 0.9rem, var(--max-width));
  }

  .site-header {
    display: grid;
    gap: 0.74rem;
    padding: 0.9rem 0 0.6rem;
  }

  .brand {
    gap: 0.78rem;
    align-items: center;
    width: 100%;
  }

  .brand__logo {
    width: clamp(5rem, 23vw, 5.8rem);
  }

  .brand__copy {
    gap: 0.18rem;
  }

  .brand__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.11em;
  }

  .brand__title {
    font-size: 1rem;
    line-height: 1.12;
  }

  .site-header__meta {
    justify-items: start;
    gap: 0.5rem;
    width: 100%;
  }

  .site-header__topline {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    overflow: visible;
    padding-bottom: 0;
  }

  .site-header__nav {
    grid-column: 1 / -1;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.24rem;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .site-header__nav::-webkit-scrollbar {
    display: none;
  }

  .site-header__search,
  .site-header__action {
    width: auto;
  }

  .site-header__search {
    min-width: 0;
    min-height: 2.7rem;
    justify-content: flex-start;
    padding-inline: 0.95rem;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .site-header__action {
    flex: 0 0 auto;
    min-height: 2.7rem;
    justify-content: center;
    padding-inline: 0.95rem;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  .site-header__nav-link {
    flex: 0 0 auto;
    min-height: 2.5rem;
    padding-inline: 0.72rem;
    font-size: 0.82rem;
  }

  .site-header__freshness {
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .main-shell {
    gap: 1rem;
  }

  .decision-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "featured"
      "support";
    gap: 0.82rem;
  }

  .decision-hero__intro,
  .decision-hero__support {
    gap: 0.6rem;
  }

  .decision-hero__support {
    gap: 0.4rem;
  }

  .hero,
  .decision-hero__featured,
  .location-panel,
  .recommendation-card,
  .river-card--decision,
  .river-detail__panel,
  .river-call-panel,
  .route-choice,
  .request-card,
  .info-card,
  .info-panel,
  .info-hero {
    padding: 0.82rem;
    border-radius: 20px;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(1.82rem, 8.9vw, 2.25rem);
    line-height: 0.99;
  }

  .hero__lede {
    font-size: 0.9rem;
    line-height: 1.32;
  }

  .hero__snapshot {
    font-size: 0.88rem;
    padding: 0.46rem 0.68rem;
  }

  .hero__overview-label,
  .hero__project-label {
    font-size: 0.7rem;
  }

  .hero__project-label,
  .hero__meta,
  .hero__note {
    display: none;
  }

  .hero__note,
  .hero__meta .stat-chip {
    font-size: 0.82rem;
  }

  .hero__lede,
  .hero__note,
  .hero-call__summary,
  .recommendation-card__detail-copy,
  .muted {
    line-height: 1.45;
  }

  .hero-call__title {
    font-size: 1.18rem;
    line-height: 1.02;
  }

  .hero-call__verdict,
  .decision-hero__featured .hero-call__verdict {
    font-size: 0.96rem;
  }

  .hero-call__reason,
  .hero-call__signal-line,
  .hero-call__summary {
    font-size: 0.89rem;
    line-height: 1.34;
  }

  .hero-call__summary,
  .hero-call__toggle {
    display: none !important;
  }

  .score-orb--featured .score-orb__score {
    font-size: 1.78rem;
  }

  .score-orb--featured .score-orb__rating {
    font-size: 0.66rem;
  }

    .hero__call-mix {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.45rem;
    }

  .hero__call-mix-item {
    padding: 0.65rem 0.72rem;
  }

  .hero__meta,
  .hero-call__meta,
  .river-detail__meta-row,
  .decision-hero__actions,
  .detail-map__links,
  .river-call-panel__actions,
  .location-panel__actions {
    gap: 0.42rem;
  }

  .pill,
  .filter-chip,
  .river-link--inline,
  .stat-chip,
  .site-header__action,
  .site-header__nav-link {
    min-height: 2.7rem;
    font-size: 0.84rem;
  }

  .recommendation-grid,
  .river-grid--decision,
  .river-why-score__grid,
  .river-detail__conditions-grid,
  .river-group-page__route-list,
  .board-filters__controls,
  .request-form__actions,
  .info-hero__actions {
    grid-template-columns: 1fr;
  }

  .recommendation-card,
  .river-card--decision,
  .route-choice {
    min-height: auto;
    gap: 0.62rem;
  }

  .recommendation-card__summary,
  .river-card__explanation,
  .route-choice__summary,
  .route-choice__meta,
  .river-card__meta-line {
    min-height: 0;
  }

  .board-filters__controls {
    display: grid;
    gap: 0.5rem;
  }

  .board-filters__group {
    padding: 0.8rem 0.82rem;
  }

  .board-filters__actions {
    display: grid;
    gap: 0.5rem;
  }

  .board-filters__controls > * {
    min-width: 0;
  }

  .board-filters__controls .filter-select__input,
  .board-filters__controls .filter-chip,
  .board-filters__controls .filter-search__input {
    width: 100%;
    min-height: 2.75rem;
  }

  .summary-map-shell {
    grid-template-columns: 1fr;
  }

  .explore-workspace {
    padding: 0.72rem;
  }

  .explore-workspace__copy .section-title {
    font-size: 1.22rem;
  }

  .summary-map-shell--explore-workspace .summary-map {
    min-height: 18.5rem;
  }

  .explore-workspace__list-head-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.22rem;
  }

  .river-grid--explore-list .river-card--compact {
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  .river-detail__section-nav--desktop {
    display: none;
  }

  .river-detail__section-nav--mobile {
    position: static;
    top: auto;
    z-index: auto;
    display: block;
    margin-bottom: 0.28rem;
  }

  .river-detail__section-nav--mobile .river-detail__section-nav-inner {
    display: flex;
    gap: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.12rem 0 0.08rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }

  .river-detail__section-nav--mobile .river-detail__section-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .river-detail__section-nav--mobile .river-detail__section-nav-label,
  .river-detail__section-nav--mobile .river-detail__section-link {
    flex: 0 0 auto;
  }

  .river-detail__section-link {
    min-height: 2.55rem;
  }

  .river-detail__hero {
    gap: 0.62rem;
  }

  .river-detail__chapter-head {
    margin-top: 0.72rem;
    gap: 0.18rem;
  }

  .river-detail__chapter-title {
    font-size: 1.08rem;
  }

  .river-detail__hero-main {
    gap: 0.58rem;
  }

  .river-detail__title {
    font-size: 1.28rem;
    line-height: 1.04;
  }

  .river-detail__summary {
    font-size: 0.91rem;
    line-height: 1.38;
  }

  .gauge-visual__controls {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gauge-visual__trend {
    justify-self: start;
    text-align: left;
  }

  .route-action-bar {
    top: 0.35rem;
    padding: 0.68rem 0.72rem;
    border-radius: 18px;
  }

  .route-action-bar__row {
    gap: 0.38rem;
  }

  .route-action-button {
    min-height: 2.55rem;
    padding: 0.62rem 0.8rem;
  }

  .route-action-button--bar-primary {
    flex: 1 1 9.5rem;
    justify-content: center;
  }

  .route-action-button--save,
  .route-action-button--menu {
    min-width: 2.7rem;
    padding-inline: 0.64rem;
  }

  .route-action-button__label--desktop {
    display: none;
  }

  .route-action-bar--rail {
    padding: 0.54rem 0.58rem;
  }

  .route-action-bar--rail .route-action-button {
    min-height: 2.12rem;
    padding: 0.42rem 0.62rem;
    font-size: 0.78rem;
  }

  .route-action-bar--rail .route-action-button__icon {
    width: 1.18rem;
    height: 1.18rem;
  }

  .route-action-menu__panel,
  .route-action-menu__panel--wide {
    right: 0;
    min-width: min(13rem, calc(100vw - 1.5rem));
  }

  .river-detail__meta-row {
    gap: 0.36rem;
  }

  .river-detail__meta-row .pill:nth-child(n + 5),
  .river-detail__meta-row .river-detail__jump-pill:nth-child(n + 5) {
    display: none;
  }

  .river-detail__hero-warning {
    margin-bottom: -0.08rem;
  }

  .river-detail__hero-side--sticky {
    position: relative;
    top: auto;
  }

  .river-detail__hero-top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.34rem 0.58rem;
  }

  .status-banner__actions {
    grid-column: 1 / -1;
  }

  .river-call-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "eyebrow eyebrow"
      "score score"
      "statement statement"
      "tooltip tooltip"
      "reliability reliability"
      "meta meta"
      "source source";
    gap: 0.48rem 0.62rem;
    align-items: start;
  }

  .river-call-panel::after {
    display: none;
  }

  .river-call-panel > .eyebrow {
    grid-area: eyebrow;
  }

  .river-call-panel__scoreline {
    grid-area: score;
  }

  .river-call-panel__statement {
    grid-area: statement;
    margin-top: 0.05rem;
    font-size: 0.96rem;
  }

  .river-call-panel > .river-score-tooltip {
    grid-area: tooltip;
  }

  .river-call-panel__reliability {
    grid-area: reliability;
  }

  .river-call-panel__meta {
    grid-area: meta;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  .river-call-panel__reliability-note {
    display: none;
  }

  .river-call-panel__actions {
    grid-area: actions;
  }

  .river-call-panel > .river-link--wide {
    grid-area: source;
  }

  .gauge-visual__chart {
    height: 14rem;
  }

  .history-chart__svg {
    height: 9rem;
  }

  .weather-hourly-grid,
  .river-access-planner__controls,
  .location-panel__form {
    grid-template-columns: 1fr;
  }

  .detail-map,
  .detail-map-frame .detail-map,
  .detail-map-frame--launch-plan .detail-map,
  .river-group-page__map {
    min-height: 14rem;
  }

  .river-launch-plan__map-toggle {
    display: inline-flex;
  }

  .detail-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .detail-table tbody {
    display: table;
    width: 100%;
    min-width: 30rem;
  }

  .about-score-table thead,
  .about-score-table tbody {
    min-width: 34rem;
  }

  .request-form__actions > *,
  .info-hero__actions > * {
    width: 100%;
    justify-content: center;
  }

  .river-group-page {
    gap: 0.65rem;
  }

  .river-group-page__hero {
    gap: 0.55rem;
  }

  .river-group-page__hero-main {
    gap: 0.45rem;
  }

  .river-group-page__title {
    font-size: 1.36rem;
    line-height: 1.04;
  }

  .river-group-page__lede,
  .river-group-page__summary {
    font-size: 0.89rem;
    line-height: 1.36;
  }

  .river-group-page__meta {
    gap: 0.36rem;
  }

  .river-group-page__actions {
    gap: 0.46rem;
  }

  .river-group-page__refresh-note {
    font-size: 0.77rem;
  }

  .river-group-page__section-head {
    margin-bottom: 0.56rem;
  }

  .route-choice {
    gap: 0.34rem;
    padding: 0.76rem 0.8rem;
  }

  .route-choice__title,
  .route-choice__verdict {
    font-size: 0.92rem;
  }

  .route-choice__scoreline {
    gap: 0.45rem;
  }

  .route-choice__summary {
    font-size: 0.78rem;
    line-height: 1.24;
  }

  .route-choice__signal {
    font-size: 0.75rem;
    gap: 0.5rem 0.7rem;
  }

  .route-choice__footer {
    gap: 0.5rem;
  }

  .info-hero {
    gap: 0.58rem;
  }

  .info-hero h1 {
    font-size: clamp(1.62rem, 8vw, 2rem);
    line-height: 1.01;
  }

  .info-hero .muted,
  .info-card .muted,
  .info-panel .muted,
  .request-card .muted {
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .info-grid,
  .request-layout {
    gap: 0.72rem;
  }

  .request-form {
    gap: 0.66rem;
    margin-top: 0.72rem;
  }

  .request-form label {
    font-size: 0.85rem;
  }

  .request-form input,
  .request-form textarea {
    padding: 0.68rem 0.76rem;
  }

  .request-form__hint {
    font-size: 0.74rem;
  }
}

.decision-section__body {
  display: grid;
  gap: 0.8rem;
}

.home-mobile-jump {
  display: none;
}

@media (max-width: 760px) {
  .home-mobile-jump {
    position: sticky;
    top: 0.35rem;
    z-index: 28;
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0.15rem 0 0.2rem;
    scrollbar-width: none;
  }

  .home-mobile-jump::-webkit-scrollbar {
    display: none;
  }

  .home-mobile-jump__link {
    flex: 0 0 auto;
    min-height: 2.6rem;
    padding: 0.7rem 0.92rem;
    border: 1px solid rgba(16, 35, 45, 0.1);
    border-radius: 999px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 251, 0.82)),
      rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
    color: var(--ink);
    font: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    white-space: nowrap;
  }

  .decision-section--recommended {
    gap: 0.72rem;
  }

  .recommendation-grid {
    display: flex;
    gap: 0.72rem;
    overflow-x: auto;
    padding: 0.08rem 0.1rem 0.18rem;
    margin-inline: -0.08rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .recommendation-grid::-webkit-scrollbar {
    display: none;
  }

  .recommendation-card {
    flex: 0 0 min(87vw, 26rem);
    scroll-snap-align: start;
  }

  .decision-section__body {
    gap: 0.72rem;
  }
}

@media (max-width: 480px) {
  .home-mobile-jump {
    top: 0.25rem;
    gap: 0.4rem;
  }

  .home-mobile-jump__link {
    min-height: 2.55rem;
    padding-inline: 0.86rem;
    font-size: 0.82rem;
  }

  .recommendation-card {
    flex-basis: min(91vw, 24rem);
  }
}

.hero__dates {
  margin: -0.18rem 0 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.weekend-page__section {
  margin-top: 1.1rem;
}

.weekend-featured__weather {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
}

.weekend-featured__weather[hidden],
.weekend-featured__gallery[hidden],
.weekend-featured__facts[hidden] {
  display: none !important;
}

.weekend-featured__gallery {
  position: relative;
  margin: 0;
  padding: 0.32rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(30, 115, 151, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(241, 248, 251, 0.78)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 18px 34px rgba(16, 35, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.weekend-featured__gallery-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.7;
  object-fit: cover;
  border-radius: 22px;
}

.weekend-featured__facts {
  padding-top: 0.62rem;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
}

.recommendation-card--weekend .river-card__kind {
  border-color: rgba(16, 35, 45, 0.1);
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
}

.site-header {
  position: static;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(250, 247, 240, 0.98), rgba(246, 241, 232, 0.94)),
    var(--bg);
  box-shadow: 0 10px 28px rgba(16, 35, 45, 0.07);
  backdrop-filter: blur(18px);
}

.home-location-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-items: start;
  max-width: 38rem;
  padding: 1.25rem;
  border: 1px solid rgba(30, 115, 151, 0.26);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(239, 248, 250, 0.97), rgba(255, 255, 255, 0.96) 58%, rgba(239, 249, 243, 0.96)),
    var(--panel-strong);
  box-shadow:
    0 28px 72px rgba(16, 35, 45, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
}

.home-location-bar__current {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.875rem;
  align-items: center;
  min-width: 0;
  width: 100%;
  padding: 0.8rem 0.9rem 0.82rem;
  border: 1px solid rgba(30, 115, 151, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 252, 0.76)),
    rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 24px rgba(16, 35, 45, 0.045);
  text-align: left;
  appearance: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.home-location-bar__current:hover {
  border-color: rgba(30, 115, 151, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 250, 251, 0.84)),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 14px 28px rgba(16, 35, 45, 0.06);
  transform: translateY(-1px);
}

.home-location-bar__current:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.9);
  outline-offset: 4px;
}

.home-location-bar__icon {
  display: inline-grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.18);
  background:
    linear-gradient(180deg, rgba(239, 248, 250, 0.98), rgba(224, 240, 246, 0.92)),
    rgba(255, 255, 255, 0.9);
  color: var(--river-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(16, 74, 104, 0.08);
}

.home-location-bar__text {
  display: grid;
  gap: 0.18rem;
  align-content: center;
  min-height: 2.45rem;
}

.home-location-bar__value,
.home-location-bar__helper {
  margin: 0;
}

.home-location-bar__value {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.22rem, 1.85vw, 1.68rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.home-location-bar__form {
  margin: 0;
  justify-self: stretch;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.875rem;
  align-items: center;
}

.home-location-bar__form.location-panel__form--compact {
  grid-template-columns: auto;
  justify-content: end;
}

.home-location-bar__actions {
  margin-left: 0;
  gap: 0.625rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.home-location-bar__search-input {
  width: 100%;
  min-height: 3rem;
  padding-inline: 1rem;
  border-color: rgba(197, 211, 222, 0.82);
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.95rem;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 1px 3px rgba(16, 35, 45, 0.06);
}

.home-location-bar__helper {
  margin-left: 0;
  padding-top: 0.02rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-family: var(--sans);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
  opacity: 0.8;
}

.home-location-bar__clear {
  flex: 0 0 auto;
  background: transparent;
}

.home-location-bar__search-button {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.9);
  color: var(--river-deep);
  border-color: rgba(30, 115, 151, 0.18);
}

.home-location-bar__use,
.home-location-bar__search-button,
.home-location-bar__clear {
  white-space: nowrap;
}

.home-location-bar__use {
  min-height: 2.25rem;
  min-width: 2.25rem;
  padding-inline: 0.56rem;
  border-color: rgba(16, 74, 104, 0.36);
  background:
    linear-gradient(180deg, rgba(30, 115, 151, 0.98), rgba(16, 74, 104, 0.94)),
    var(--river-deep);
  color: #fff;
  font-weight: 900;
  font-size: 0.82rem;
  box-shadow: 0 14px 28px rgba(16, 74, 104, 0.22);
}

.home-location-bar__use .icon {
  width: 1.12rem;
  height: 1.12rem;
}

.home-location-bar__use span:not(.icon) {
  display: none;
}

.home-location-bar .filter-chip {
  min-height: 2.62rem;
}

.home-location-bar__clear {
  min-height: 2.25rem;
  padding-inline: 0.875rem;
  font-size: 0.82rem;
  border-color: transparent;
  color: var(--muted);
  box-shadow: none;
}

.home-location-bar__refine {
  display: grid;
  gap: 0.72rem;
  align-items: start;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(30, 115, 151, 0.08);
}

.home-location-bar__step {
  margin: 0 0 0.22rem;
  color: var(--river-deep);
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.72;
}

.home-location-bar__step--refine {
  margin-bottom: 0.22rem;
}

.home-location-bar__refine-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.home-location-bar__refine-radius,
.home-location-bar__refine-summary {
  margin: 0;
}

.home-location-bar__refine-radius {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-location-bar__refine-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.home-location-bar__refine-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(33, 52, 66, 0.92);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-location-bar__refine-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.home-location-bar__refine-count {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.14);
  background: rgba(255, 255, 255, 0.78);
  color: var(--river-deep);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.home-location-bar__filters-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  justify-self: start;
}

.home-location-bar__filters-toggle-count {
  padding: 0.18rem 0.48rem;
  border-radius: 999px;
  background: rgba(30, 115, 151, 0.1);
  color: var(--river-deep);
  font-size: 0.74rem;
  font-weight: 800;
}

.home-filter-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 34;
  background: rgba(16, 35, 45, 0.38);
  backdrop-filter: blur(4px);
}

.home-location-bar__helper::before {
  content: "";
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.38rem;
  border-radius: 999px;
  background: var(--good);
  vertical-align: 0.05em;
}

.home-location-bar__fallback-link {
  display: none;
}

.home-radius-panel {
  display: grid;
  gap: 0.82rem;
  padding: 0.92rem;
  border-radius: 22px;
  border: 1px solid rgba(30, 115, 151, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 251, 0.76)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 20px 42px rgba(16, 35, 45, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-radius-panel[hidden] {
  display: none;
}

.home-radius-panel__mobile-head {
  display: none;
}

.home-radius-panel__topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 0.85rem;
}

.home-radius-panel__eyebrow--desktop {
  margin: 0 0 0.28rem;
}

.home-radius-panel__eyebrow {
  margin: 0 0 0.36rem;
  color: var(--river-deep);
  font-family: var(--serif);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-radius-panel__mobile-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.home-radius-panel__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1rem;
  align-items: start;
}

.home-radius-panel__title-wrap {
  display: grid;
  gap: 0.18rem;
}

.home-radius-panel__summary,
.home-radius-panel__value {
  margin: 0;
}

.home-radius-panel__summary {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 800;
}

.home-radius-panel__count {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: var(--river-deep);
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.home-radius-panel__live-count {
  margin: 0;
  font-size: 0.82rem;
}

.home-radius-panel__slider-stack {
  display: grid;
  gap: 0.38rem;
  padding-inline: 0.52rem;
}

.home-radius-panel__slider-wrap {
  display: block;
}

.home-radius-panel__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding-top: 0;
}

.home-radius-panel__preset {
  min-height: 2.08rem;
  padding-inline: 0.8rem;
  font-size: 0.78rem;
}

.home-radius-panel__preset.filter-chip--subtle {
  border-color: rgba(30, 115, 151, 0.16);
  background:
    linear-gradient(180deg, rgba(237, 246, 249, 0.96), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(16, 35, 45, 0.05);
}

.home-radius-panel__filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.76rem;
  padding-top: 0;
}

.home-radius-panel__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.76rem;
}

.home-radius-panel__select-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.76rem;
}

.home-radius-panel__select {
  display: block;
}

.home-radius-panel__select .filter-select__input {
  width: 100%;
  min-height: 2.3rem;
}

.home-radius-panel__field {
  display: grid;
  gap: 0.28rem;
}

.home-radius-panel__field-label {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-filter-group {
  display: grid;
  gap: 0.62rem;
  padding: 0.8rem 0.88rem;
  border-radius: 20px;
  border: 1px solid rgba(30, 115, 151, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 251, 252, 0.8)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 8px 18px rgba(16, 35, 45, 0.035);
}

.home-filter-group__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.58rem 0.72rem;
  align-items: center;
  margin-bottom: 0.12rem;
}

.home-filter-group__icon {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.16);
  background: rgba(242, 248, 250, 0.92);
  color: var(--river-deep);
}

.home-filter-group__summary {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.2;
}

.home-radius-panel__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.home-radius-panel__choice {
  min-height: 2.08rem;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.home-radius-panel__choice.filter-chip--subtle {
  background: rgba(247, 249, 250, 0.98);
  border-color: rgba(154, 179, 193, 0.36);
  color: rgba(45, 62, 76, 0.94);
}

.home-radius-panel__choice.filter-chip--subtle:hover {
  background: rgba(240, 245, 248, 0.98);
  border-color: rgba(30, 115, 151, 0.2);
}

.home-radius-panel__choice.filter-chip--active.filter-chip--subtle {
  background: linear-gradient(180deg, rgba(30, 115, 151, 0.2), rgba(30, 115, 151, 0.09));
  border-color: rgba(30, 115, 151, 0.28);
  color: var(--river-deep);
  box-shadow: 0 8px 18px rgba(16, 74, 104, 0.08);
}

.home-radius-panel__choice.filter-chip--active::before,
.home-radius-panel__preset.filter-chip--active::before {
  content: "✓";
  margin-right: 0.34rem;
  font-size: 0.78rem;
}

.home-radius-panel__scale {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 0;
  padding-inline: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.home-radius-panel__scale span:first-child {
  text-align: left;
}

.home-radius-panel__scale span:last-child {
  text-align: right;
}

.home-radius-panel__scale span:not(:first-child):not(:last-child) {
  text-align: center;
}

.home-radius-panel__slider {
  width: 100%;
  margin: 0;
  accent-color: var(--river-deep);
  cursor: pointer;
}

.home-radius-panel__slider::-webkit-slider-runnable-track {
  height: 0.42rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(104, 148, 115, 0.28), rgba(30, 115, 151, 0.36));
}

.home-radius-panel__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: -0.31rem;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--river-deep);
  box-shadow: 0 6px 14px rgba(16, 74, 104, 0.24);
}

.home-radius-panel__slider::-moz-range-track {
  height: 0.42rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(104, 148, 115, 0.28), rgba(30, 115, 151, 0.36));
}

.home-radius-panel__slider::-moz-range-thumb {
  width: 1.05rem;
  height: 1.05rem;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--river-deep);
  box-shadow: 0 6px 14px rgba(16, 74, 104, 0.24);
}

.home-radius-panel__stops {
  position: relative;
  display: block;
  height: 1rem;
  margin-inline: 0.525rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.home-radius-panel__stops span {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

.home-radius-panel__stops span:nth-child(1) {
  left: 0;
}

.home-radius-panel__stops span:nth-child(2) {
  left: 20%;
}

.home-radius-panel__stops span:nth-child(3) {
  left: 40%;
}

.home-radius-panel__stops span:nth-child(4) {
  left: 60%;
}

.home-radius-panel__stops span:nth-child(5) {
  left: 80%;
}

.home-radius-panel__stops span:nth-child(6) {
  left: 100%;
}

.home-radius-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.home-radius-pill {
  display: inline-flex;
  gap: 0.34rem;
  align-items: baseline;
  min-height: 2.5rem;
  padding: 0.52rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-soft);
}

.home-radius-pill strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.home-radius-pill span:last-child {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-radius-panel__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  padding-top: 0;
}

.home-radius-panel__footer-copy {
  margin: 0;
  font-size: 0.84rem;
}

.home-radius-panel__footer-reset {
  min-height: 2.05rem;
}

.home-recommendations__actions {
  width: 100%;
  justify-items: stretch;
  gap: 0.82rem;
}

.home-recommendations__controls {
  justify-content: flex-start;
  gap: 0.65rem;
}

.home-recommendations__mix {
  margin-top: 0.18rem;
}

.home-recommendations__count {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.36rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: var(--river-deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.home-recommendations__sort .filter-select__input {
  min-width: 9.75rem;
}

.home-radius-pill--strong {
  border-color: rgba(104, 148, 115, 0.26);
  background: rgba(231, 250, 239, 0.86);
}

.home-radius-pill--good {
  border-color: rgba(28, 119, 112, 0.24);
  background: rgba(229, 247, 244, 0.88);
}

.home-radius-pill--fair {
  border-color: rgba(185, 122, 32, 0.24);
  background: rgba(255, 241, 216, 0.88);
}

.home-radius-pill--no-go {
  border-color: rgba(190, 72, 48, 0.24);
  background: rgba(255, 235, 230, 0.88);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.96fr);
  gap: 2.5rem;
  align-items: start;
  margin-top: 0.75rem;
  padding: 1.5rem;
}

.home-hero--map-first {
  grid-template-columns: 1fr;
  gap: 0;
}

.home-hero__intro {
  display: grid;
  gap: 1.2rem;
  min-width: 0;
}

.home-hero__copy {
  display: grid;
  gap: 1.25rem;
  max-width: 48rem;
}

.home-hero__freshness {
  display: none;
}

.home-hero__rail {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  min-width: 0;
}

.home-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
}

.home-hero .hero__lede {
  max-width: 40rem;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.6;
}

.home-hero__location {
  width: 100%;
  order: 3;
}

.home-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  order: 2;
}

.home-hero__trust--support {
  margin-top: 0.2rem;
}

.home-hero__trust-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  padding: 0.72rem 0.82rem;
  border-radius: 22px;
  border: 1px solid rgba(30, 115, 151, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 252, 0.74)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(16, 35, 45, 0.04);
}

.home-hero__trust-icon {
  display: inline-grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: rgba(237, 246, 249, 0.94);
  border: 1px solid rgba(30, 115, 151, 0.14);
  color: var(--river-deep);
}

.home-hero__trust-title,
.home-hero__trust-copy {
  margin: 0;
}

.home-hero__trust-title {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
}

.home-hero__trust-copy {
  margin-top: 0.14rem;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.3;
}

.home-featured {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: 1.5rem;
  border: 1.5px solid rgba(230, 198, 89, 0.82);
  background:
    radial-gradient(circle at top right, rgba(255, 233, 162, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(30, 115, 151, 0.1), transparent 40%),
    linear-gradient(160deg, rgba(255, 251, 241, 0.99), rgba(255, 255, 255, 0.97) 56%, rgba(247, 242, 231, 0.94));
  box-shadow:
    0 34px 80px rgba(120, 94, 42, 0.12),
    0 8px 24px rgba(16, 35, 45, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-featured::after {
  inset: auto -18% -42% auto;
  width: 16rem;
  height: 16rem;
  background:
    radial-gradient(circle, rgba(245, 205, 94, 0.14), transparent 42%),
    radial-gradient(circle at 35% 35%, rgba(30, 115, 151, 0.1), transparent 60%);
  opacity: 0.7;
}

.home-featured__body {
  display: grid;
  gap: 0.85rem;
  transition:
    filter 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.home-featured--updated {
  animation: home-featured-update-shell 620ms ease-out;
}

.home-featured--updated .home-featured__body {
  animation: home-featured-update-body 240ms ease-out;
}

@keyframes home-featured-update-shell {
  0% {
    border-color: rgba(30, 115, 151, 0.42);
    box-shadow:
      0 34px 80px rgba(120, 94, 42, 0.12),
      0 8px 24px rgba(16, 35, 45, 0.06),
      0 0 0 0 rgba(30, 115, 151, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  45% {
    border-color: rgba(30, 115, 151, 0.58);
    box-shadow:
      0 34px 80px rgba(120, 94, 42, 0.12),
      0 8px 24px rgba(16, 35, 45, 0.06),
      0 0 0 0.34rem rgba(30, 115, 151, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  100% {
    border-color: rgba(230, 198, 89, 0.82);
    box-shadow:
      0 34px 80px rgba(120, 94, 42, 0.12),
      0 8px 24px rgba(16, 35, 45, 0.06),
      0 0 0 0 rgba(30, 115, 151, 0),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }
}

@keyframes home-featured-update-body {
  from {
    opacity: 0.72;
    transform: translateY(0.32rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-featured--updated,
  .home-featured--updated .home-featured__body {
    animation: none;
  }
}

.home-featured__header {
  display: grid;
  gap: 0.42rem;
  padding: 0.12rem 0 0.4rem;
  border-bottom: 1px solid rgba(227, 197, 102, 0.14);
}

.home-featured__answer-label {
  color: rgba(123, 90, 23, 0.92);
}

.home-featured__bridge {
  margin: 0;
  color: #8b6325;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-featured__bridge:empty {
  display: none;
}

.home-featured .hero-call__title {
  max-width: none;
  font-size: clamp(1.72rem, 2.3vw, 2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: 0.06rem;
}

.home-featured .hero-call__reach {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.38;
}

.home-featured .hero-call__state {
  color: rgba(111, 82, 27, 0.88);
}

.home-featured .hero-call__verdict {
  font-size: 1.14rem;
}

.home-featured .hero-call__reason {
  max-width: 34ch;
  color: rgba(29, 50, 65, 0.92);
  line-height: 1.32;
}

.home-featured .hero-call__scoreline {
  gap: 0.9rem;
  padding: 0.82rem 0.92rem;
  border: 1px solid rgba(227, 197, 102, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 251, 241, 0.72)),
    rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 14px 28px rgba(120, 94, 42, 0.08);
}

.home-featured .score-orb--featured {
  box-shadow:
    0 16px 28px rgba(123, 160, 176, 0.22),
    0 4px 10px rgba(16, 35, 45, 0.08);
}

.home-featured .hero-call__score-meta {
  gap: 0.24rem;
  min-width: 0;
}

.home-featured .hero-call__reason:empty {
  display: none;
}

.home-featured__weather {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: start;
  min-height: 1.5rem;
  padding: 0;
  color: var(--ink-soft);
}

.home-featured__weather-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-featured__weather-label {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.15;
}

.home-featured .hero-call__signal-line--featured {
  margin-top: 0.06rem;
  padding-top: 0.04rem;
}

.home-featured .hero-call__signal-line--featured:empty {
  display: none;
}

.home-featured__gallery {
  position: relative;
  margin: 0;
  padding: 0.32rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(227, 197, 102, 0.22);
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    0 18px 36px rgba(16, 35, 45, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.home-featured__gallery-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.7;
  object-fit: cover;
  border-radius: 22px;
}

.route-photo-preview {
  position: relative;
}

.route-photo-preview::after {
  content: "";
  position: absolute;
  inset: 0.32rem;
  pointer-events: none;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 24, 31, 0.04), rgba(7, 24, 31, 0.34)),
    linear-gradient(90deg, rgba(7, 24, 31, 0.2), transparent 56%);
}

.route-photo-preview__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.7;
  object-fit: cover;
  border-radius: 22px;
}

.route-photo-preview__badge,
.route-photo-preview__contribute {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  color: #fffaf0;
  background: rgba(7, 24, 31, 0.66);
  box-shadow:
    0 12px 22px rgba(7, 24, 31, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.route-photo-preview__badge {
  top: 0.9rem;
  left: 0.9rem;
  padding: 0 0.78rem;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-photo-preview__badge[hidden] {
  display: none;
}

.route-photo-preview__contribute {
  right: 0.9rem;
  bottom: 0.9rem;
  gap: 0.48rem;
  padding: 0 0.86rem 0 0.64rem;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.route-photo-preview__contribute span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 999px;
  color: var(--river-deep);
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1;
}

.route-photo-preview__contribute:hover,
.route-photo-preview__contribute:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(7, 24, 31, 0.76);
}

.home-featured .hero-call__meta--route-facts {
  margin-top: 0.12rem;
}

.home-featured__facts {
  display: grid;
  gap: 0.4rem;
  padding-top: 0.62rem;
  border-top: 1px solid rgba(227, 197, 102, 0.18);
}

.home-featured__facts-label {
  margin: 0;
  color: rgba(83, 102, 117, 0.92);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-featured__facts-label:empty {
  display: none;
}

.pill--quiet {
  border-color: rgba(16, 35, 45, 0.09);
  background: rgba(248, 250, 251, 0.88);
  color: rgba(33, 52, 66, 0.88);
}

.home-featured .hero-call__summary {
  -webkit-line-clamp: 4;
}

.home-featured__map-shell {
  display: grid;
  gap: 0.38rem;
  padding: 0.32rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(214, 173, 52, 0.22);
  background:
    radial-gradient(circle at top left, rgba(255, 236, 181, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 246, 235, 0.76)),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 12px 26px rgba(120, 94, 42, 0.07);
}

.home-featured__map {
  min-height: 10.4rem;
  border-radius: 22px;
  overflow: hidden;
}

.home-featured__map-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-featured__map-status:empty {
  display: none;
}

.home-featured__map-meta {
  display: grid;
  gap: 0.18rem;
  padding: 0 0.2rem 0.12rem;
}

.home-featured__map-caption {
  margin: 0;
  color: rgba(40, 69, 85, 0.9);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-featured__map-caption[hidden] {
  display: none;
}

.home-featured__link {
  min-height: 3rem;
  font-size: 1rem;
  box-shadow: 0 18px 34px rgba(16, 74, 104, 0.22);
}

.home-featured__actions {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.58rem;
  border-top: 1px solid rgba(227, 197, 102, 0.18);
}

.home-featured .hero-call__score-breakdown {
  width: fit-content;
  max-width: 100%;
  margin-top: 0.22rem;
  border-color: rgba(16, 35, 45, 0.08);
  background: rgba(248, 250, 251, 0.82);
}

.home-featured .hero-call__score-breakdown .river-score-tooltip__summary {
  min-height: 2rem;
  padding: 0.38rem 0.62rem;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--ink-soft);
}

.home-featured .hero-call__score-breakdown .river-score-tooltip__summary::after {
  width: 1.15rem;
  height: 1.15rem;
  font-size: 0.82rem;
}

.home-featured__jump-link {
  justify-self: center;
  color: var(--river-deep);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 115, 151, 0.22);
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

.home-featured__jump-link:hover,
.home-featured__jump-link:focus-visible {
  color: rgba(16, 74, 103, 1);
  border-color: rgba(30, 115, 151, 0.45);
}

.home-featured__lock {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  place-items: center;
  padding: 1.2rem;
  text-align: center;
  pointer-events: none;
}

.home-featured__lock-label,
.home-featured__lock-copy {
  margin: 0;
}

.home-featured__lock-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-featured__lock-copy {
  max-width: 24ch;
  margin-top: 0.45rem;
  color: rgba(19, 44, 57, 0.92);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.74);
}

.home-featured--locked .home-featured__body {
  filter: blur(12px) saturate(0.78);
  opacity: 0.42;
  transform: scale(0.985);
  user-select: none;
  pointer-events: none;
}

.home-featured--locked .home-featured__lock {
  display: grid;
}

.home-featured--locked {
  min-height: 30rem;
}

.home-featured__actions > * {
  width: 100%;
}

.home-featured__jump-link {
  justify-self: stretch;
  text-align: center;
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.home-board-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.86rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.5)),
    rgba(255, 255, 255, 0.42);
}

.home-board-inline__copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.home-recommendations__intro-note {
  max-width: 34rem;
}

.home-hero__call-mix {
  margin: 0;
}

.home-hero__call-mix .hero__call-mix-item {
  min-height: 3.95rem;
}

.home-recommendations {
  min-width: 0;
  position: relative;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
}

.home-recommendations::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(173, 117, 44, 0.3), rgba(30, 115, 151, 0.18) 40%, rgba(16, 35, 45, 0.03));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.68),
    0 10px 24px rgba(16, 35, 45, 0.05);
}

@media (min-width: 48rem) {
  .home-hero {
    margin-top: 1rem;
    gap: 3rem;
    padding: 2.25rem;
  }

  .home-hero__intro {
    gap: 2rem;
  }

  .home-hero__rail {
    padding-top: 0.5rem;
  }

  .home-location-bar {
    padding: 1.5rem;
  }

  .home-location-bar__refine {
    gap: 0.82rem;
  }

  .home-location-bar__form {
    gap: 1rem;
  }

  .home-featured {
    padding: 1.75rem;
  }

  .home-recommendations {
    margin-top: 1.7rem;
  }
}

@media (min-width: 80rem) {
  .home-hero {
    gap: 3.5rem;
    padding: 2.5rem;
  }

  .home-recommendations {
    margin-top: 1.9rem;
  }
}

@media (max-width: 72rem) {
  .home-hero__trust {
    grid-template-columns: 1fr;
  }

  .home-hero__intro {
    gap: 1.05rem;
  }
}

.home-recommendations__shell {
  position: relative;
  min-height: 21rem;
}

.home-recommendations__map-block {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(30, 115, 151, 0.12);
  background:
    linear-gradient(180deg, rgba(245, 249, 251, 0.7), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 42px rgba(16, 35, 45, 0.05);
  transition:
    box-shadow 180ms ease,
    border-color 180ms ease,
      background-color 180ms ease,
      transform 180ms ease;
  overflow-anchor: none;
  }

.home-recommendations__block-head {
  gap: 0.72rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid rgba(30, 115, 151, 0.08);
}

.home-recommendations__map-block--test {
  margin-top: 0;
}

.home-recommendations__map-block--refreshing {
  border-color: rgba(30, 115, 151, 0.2);
  box-shadow:
    0 0 0 1px rgba(30, 115, 151, 0.08),
    0 20px 46px rgba(16, 35, 45, 0.08);
}

.home-recommendations__setup {
  display: grid;
  gap: 0.55rem;
  padding: 0.82rem 0.9rem;
  border-radius: 20px;
  border: 1px solid rgba(30, 115, 151, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(241, 248, 250, 0.72)),
    rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home-recommendations__setup-note {
  margin: 0;
  color: var(--river-deep);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-recommendations__setup-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.home-recommendations__setup-actions {
  display: grid;
  gap: 0.55rem;
  justify-items: start;
}

.home-recommendations__setup-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.14);
  background: rgba(255, 255, 255, 0.84);
  color: var(--river-deep);
  font-size: 0.78rem;
  font-weight: 700;
}

.summary-map-shell--home {
  grid-template-columns: 1fr;
}

.summary-map-shell--home .summary-map-mobile-switch {
  display: none;
}

.summary-map-shell--home .summary-map-copy {
  gap: 0.4rem;
}

.summary-map-shell--home .summary-map-copy__lede {
  max-width: 56ch;
}

.summary-map-shell--home .summary-map {
  min-height: 35rem;
}

@media (min-width: 761px) {
  .page-home .summary-map-shell--home {
    grid-template-columns: minmax(250px, 0.46fr) minmax(0, 1.54fr);
  }

  .page-home .summary-map-shell--home .summary-map-copy {
    gap: 0.58rem;
  }

  .page-home .summary-map-shell--home .summary-map-copy__lede {
    max-width: 24ch;
  }

  .page-home .summary-map-shell--home .summary-map {
    min-height: 22.5rem;
  }
}

.home-results-rail {
  display: grid;
  gap: 1rem;
  position: relative;
}

.home-results-rail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem 1rem;
  flex-wrap: wrap;
}

.home-results-rail__copy {
  display: grid;
  gap: 0.16rem;
}

.home-results-rail__note {
  margin: 0;
}

.home-results-rail__hint {
  margin: 0;
  font-size: 0.82rem;
}

.home-results-rail__track {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.18rem 0.08rem 0.24rem;
  margin-inline: -0.08rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.home-results-rail::before,
.home-results-rail::after {
  content: "";
  position: absolute;
  top: 2.25rem;
  bottom: 0;
  width: 2.5rem;
  pointer-events: none;
  z-index: 2;
}

.home-results-rail::before {
  left: 0;
  background: linear-gradient(90deg, rgba(247, 244, 236, 0.92), rgba(247, 244, 236, 0));
}

.home-results-rail::after {
  right: 0;
  background: linear-gradient(270deg, rgba(247, 244, 236, 0.92), rgba(247, 244, 236, 0));
}

.home-results-rail__track > .river-card {
  flex: 0 0 min(23.5rem, 82vw);
  min-width: 0;
  scroll-snap-align: start;
}

.river-card--map-active {
  border-color: rgba(30, 115, 151, 0.28);
  box-shadow:
    0 0 0 1px rgba(30, 115, 151, 0.08),
    0 24px 50px rgba(35, 45, 56, 0.14);
  transform: translateY(-2px);
}

.river-card--map-jump {
  border-color: rgba(30, 115, 151, 0.34);
  box-shadow:
    0 0 0 2px rgba(30, 115, 151, 0.18),
    0 30px 58px rgba(35, 45, 56, 0.18);
  animation: river-card-map-jump 1.4s ease;
}

@keyframes river-card-map-jump {
  0% {
    transform: translateY(0);
    box-shadow:
      0 0 0 0 rgba(30, 115, 151, 0),
      0 24px 50px rgba(35, 45, 56, 0.14);
  }

  30% {
    transform: translateY(-3px);
    box-shadow:
      0 0 0 4px rgba(30, 115, 151, 0.16),
      0 32px 60px rgba(35, 45, 56, 0.2);
  }

  100% {
    transform: translateY(-2px);
    box-shadow:
      0 0 0 2px rgba(30, 115, 151, 0.18),
      0 30px 58px rgba(35, 45, 56, 0.18);
  }
}

.score-map-marker--selected {
  transform: scale(1.08);
  box-shadow:
    0 0 0 5px rgba(30, 115, 151, 0.14),
    0 10px 24px rgba(16, 35, 45, 0.2);
}

.home-overview {
  display: grid;
  gap: 0.8rem;
}

.home-overview--top {
  margin-top: 0.8rem;
  margin-bottom: 0.95rem;
}

.home-board-inline--browse {
  border-color: rgba(173, 117, 44, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 247, 227, 0.96), rgba(255, 252, 245, 0.92)),
    rgba(255, 248, 232, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 30px rgba(173, 117, 44, 0.08);
}

.home-nearby-map__actions {
  width: 100%;
  display: grid;
  gap: 0.75rem;
  align-items: start;
}

.summary-map-shell--nearby .summary-map-copy__lede {
  max-width: 28ch;
}

.explore-page {
  margin-top: 1rem;
}

.explore-page .home-location-bar--explore {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.explore-page .home-location-bar--embedded .home-location-bar__current {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.explore-page .home-location-bar--embedded .home-location-bar__current:hover {
  background: transparent;
}

.explore-page .home-location-bar--embedded .home-location-bar__form {
  gap: 0.55rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.home-board-inline--wide {
  width: 100%;
  margin-top: 1rem;
}

.explore-page .board-filters__group--location .home-location-bar__icon {
  box-shadow: 0 10px 22px rgba(16, 35, 45, 0.08);
}

.explore-page .home-location-bar--embedded .home-location-bar__actions {
  gap: 0.45rem;
  align-items: center;
}

.home-overview .home-board-inline {
  justify-content: space-between;
}

.page-weekend .main-shell > :first-child,
.page-favorites .main-shell > :first-child,
.page-request-river .main-shell > :first-child,
.page-about .main-shell > :first-child,
.page-contact .main-shell > :first-child,
.page-contribute .main-shell > :first-child {
  margin-top: 0.8rem;
}

.decision-section--explore {
  padding-top: 1.15rem;
}

.main-shell:has(.decision-section--explore) {
  width: min(100% - 2rem, 1520px);
}

.decision-section--explore::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(173, 117, 44, 0.42), rgba(30, 115, 151, 0.2) 45%, rgba(16, 35, 45, 0.04));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(16, 35, 45, 0.06);
}

.recommendation-card--featured {
  grid-column: auto;
  min-height: 21.5rem;
  padding: 1.05rem;
  border-width: 2px;
  box-shadow:
    0 20px 46px rgba(16, 35, 45, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.recommendation-card--featured .recommendation-card__slot {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 1.85rem;
  padding: 0.24rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 115, 151, 0.18);
  background: rgba(233, 245, 250, 0.94);
  color: var(--river-deep);
}

.recommendation-card--featured .recommendation-card__title {
  font-size: clamp(1.48rem, 2vw, 1.8rem);
}

.recommendation-card--featured .recommendation-card__scoreline {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
}

.recommendation-card--featured .score-orb {
  width: 6.25rem;
  height: 6.25rem;
  min-width: 6.25rem;
  min-height: 6.25rem;
}

.recommendation-card__live-label {
  margin: 0.14rem 0 -0.26rem;
  color: var(--river-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.recommendation-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.recommendation-tag--cold-weather-only,
.recommendation-tag--weather-watch {
  border-color: rgba(185, 122, 32, 0.28);
  background: rgba(255, 241, 216, 0.96);
  color: #7b4d13;
}

@media (max-width: 1180px) {
  .home-location-bar__helper {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  .favorites-page__grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .home-overview--top {
    display: none;
  }

  .home-board-inline--browse {
    padding: 0.72rem 0.78rem;
  }

  .home-board-inline__copy {
    font-size: 0.84rem;
  }

  .home-location-bar {
    padding: 0.7rem;
    border-radius: 18px;
  }

  .home-hero {
    gap: 0.68rem;
  }

  .home-hero__copy {
    gap: 0.45rem;
  }

  .home-hero h1 {
    max-width: 9ch;
    font-size: clamp(1.72rem, 10.2vw, 2.3rem);
    line-height: 0.96;
    letter-spacing: -0.03em;
  }

  .home-hero__trust {
    display: none;
  }

  .home-location-bar__form {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.48rem;
  }

  .home-location-bar__search {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    min-width: 0;
  }

  .home-location-bar__use {
    grid-column: 1;
    grid-row: 2;
  }

  .home-location-bar__actions {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    gap: 0.42rem;
  }

  .home-location-bar__actions > *,
  .home-location-bar__search .filter-search__input {
    width: 100%;
  }

  .home-location-bar__use {
    width: 2.9rem;
    min-width: 2.9rem;
    justify-content: center;
  }

  .home-location-bar__search-button,
  .home-location-bar__clear {
    justify-content: center;
  }

  .home-location-bar__search .filter-search__input {
    width: 100%;
    min-width: 0;
  }

  .home-location-bar__clear {
    flex-basis: auto;
  }

  .home-location-bar__current {
    gap: 0.62rem;
    padding: 0.58rem 0.68rem;
    border-radius: 16px;
  }

  .home-location-bar__icon {
    width: 2.1rem;
    height: 2.1rem;
  }

  .home-location-bar__text {
    min-height: 2.1rem;
  }

  .home-location-bar__value {
    font-size: clamp(1.02rem, 5.1vw, 1.22rem);
  }

  .home-location-bar__helper {
    margin-left: 0;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .home-location-bar__step {
    display: none;
  }

  .home-location-bar__search-input,
  .home-location-bar .filter-chip {
    min-height: 2.56rem;
  }

  .home-location-bar__refine,
  .home-location-bar__refine-actions {
    justify-content: stretch;
  }

  .home-location-bar__refine-actions {
    display: grid;
  }

  .home-location-bar__refine-count,
  .home-location-bar__filters-toggle {
    width: 100%;
    justify-content: center;
  }

  .home-radius-panel {
    position: static;
    inset: auto;
    z-index: auto;
    max-height: none;
    padding: 0.92rem;
    border-radius: 22px;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    transition: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
  }

  .home-radius-panel__mobile-head {
    display: none;
  }

  .home-radius-panel__head {
    align-items: flex-start;
    flex-direction: row;
  }

  .home-radius-panel__presets {
    overflow-x: auto;
    padding-bottom: 0.18rem;
    margin-inline: -0.1rem;
  }

  .home-radius-panel__topbar {
    display: grid;
    gap: 0.6rem;
    justify-items: start;
  }

  .home-radius-panel__eyebrow--desktop {
    display: none;
  }

  .home-radius-panel__choice-grid {
    grid-template-columns: 1fr;
  }

  .home-radius-panel__select-grid {
    grid-template-columns: 1fr;
  }

  .home-filter-group {
    padding: 0.9rem;
  }

  .home-radius-panel__count,
  .home-recommendations__count {
    font-size: 0.76rem;
  }

  .home-radius-panel__stops {
    font-size: 0.66rem;
  }

  .home-radius-panel__scale {
    font-size: 0.62rem;
  }

  .home-radius-panel__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .home-radius-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.42rem;
  }

  .home-recommendations__controls {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .home-location-bar__step {
    font-size: 0.68rem;
  }

  .home-recommendations__count,
  .home-recommendations__sort .filter-select__input,
  .home-recommendations__reset {
    width: 100%;
  }

  .home-recommendations__count {
    justify-content: center;
  }

  .home-recommendations__mix {
    margin-top: 0.22rem;
  }

  .home-recommendations__shell {
    min-height: 0;
  }

  .home-recommendations__map-block {
      gap: 0.82rem;
      margin-top: 1.1rem;
      padding-top: 1rem;
      padding-inline: 0.82rem;
      padding-bottom: 0.88rem;
    }

    .home-recommendations__block-head {
      padding-bottom: 0.08rem;
    }

  .home-featured--locked {
    min-height: auto;
    padding: 0.24rem 0.32rem;
    border-radius: 13px;
    border-width: 1px;
  }

  .home-featured__lock {
    position: static;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    align-content: start;
    gap: 0.02rem 0.28rem;
    padding: 0;
    text-align: left;
    pointer-events: auto;
  }

  .home-featured--locked .home-featured__body {
    display: none;
  }

  .home-featured__lock-label {
    align-self: center;
    padding: 0.1rem 0.3rem;
    border-radius: 999px;
    background: rgba(255, 245, 209, 0.92);
    color: rgba(111, 82, 27, 0.92);
    font-size: 0.5rem;
    letter-spacing: 0.05em;
  }

  .home-featured__lock-copy {
    max-width: none;
    margin-top: 0;
    font-size: 0.58rem;
    line-height: 1.02;
    font-weight: 700;
  }

  .home-featured__actions {
    gap: 0.55rem;
  }

  .home-recommendations__setup {
    padding: 0.72rem 0.78rem;
  }

  .home-recommendations__setup-note {
    font-size: 0.8rem;
  }

  .home-recommendations__setup-actions {
    align-items: stretch;
    justify-items: stretch;
  }

  .home-recommendations__map-head .section-head__actions {
    width: 100%;
    gap: 0.55rem;
  }

  .home-location-empty {
    display: grid;
    width: 100%;
    padding: 1rem;
  }

  .home-recommendations--needs-location {
    min-height: auto;
  }

  .home-hero {
    padding: 0.88rem;
  }

  .home-hero h1 {
    max-width: 14ch;
  }

  .home-hero__trust {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .home-hero__trust-item {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.46rem;
    padding: 0.5rem 0.62rem;
    border-radius: 16px;
  }

  .home-hero__trust-icon {
    width: 1.78rem;
    height: 1.78rem;
  }

  .home-hero__trust-title {
    font-size: 0.76rem;
  }

  .home-hero__trust-copy {
    margin-top: 0.08rem;
    font-size: 0.66rem;
    line-height: 1.22;
  }

  .home-board-inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero__glance-meta {
    gap: 0.24rem;
  }

  .home-recommendations__intro-note {
    max-width: none;
  }

  .home-recommendations__map-block {
    padding: 0.88rem;
  }

  .summary-map-shell--home {
    position: relative;
    overflow: visible;
  }

  .summary-map-shell--home .summary-map-mobile-switch {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.14rem;
    width: 100%;
    padding: 0.14rem;
    border: 1px solid rgba(16, 35, 45, 0.08);
    border-radius: 999px;
    background: rgba(250, 248, 243, 0.94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 8px 20px rgba(16, 35, 45, 0.07);
  }

  .summary-map-mobile-switch__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    min-height: 1.85rem;
    padding: 0.28rem 0.6rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ink-soft);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition:
      background 180ms ease,
      box-shadow 180ms ease,
      color 180ms ease,
      transform 180ms ease;
  }

  .summary-map-mobile-switch__label {
    white-space: nowrap;
  }

  .summary-map-mobile-switch__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    min-height: 1.45rem;
    padding: 0 0.38rem;
    border-radius: 999px;
    background: rgba(16, 35, 45, 0.08);
    color: var(--ink-soft);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .summary-map-mobile-switch__count[hidden] {
    display: none;
  }

  .summary-map-mobile-switch__button--active {
    background:
      linear-gradient(180deg, rgba(30, 115, 151, 0.12), rgba(30, 115, 151, 0.05)),
      rgba(255, 255, 255, 0.96);
    color: var(--river-deep);
    box-shadow:
      0 10px 20px rgba(16, 35, 45, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .summary-map-mobile-switch__button--active .summary-map-mobile-switch__count {
    background: rgba(30, 115, 151, 0.14);
    color: var(--river-deep);
  }

  .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-frame {
    display: none;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    gap: 0;
    min-height: max(27rem, calc(var(--app-mobile-vh, 100svh) - 4.4rem - env(safe-area-inset-top)));
    background: linear-gradient(180deg, rgba(244, 249, 251, 0.95), rgba(230, 240, 244, 0.88));
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    position: sticky;
    top: max(0.14rem, env(safe-area-inset-top));
    z-index: 4;
    width: auto;
    margin: 0 0.3rem 0.08rem;
    backdrop-filter: blur(12px);
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-copy {
    position: absolute;
    inset: auto 0 0;
    z-index: 3;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: none;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-copy__intro,
  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map__toggle {
    display: none;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    pointer-events: auto;
    margin: 0 0.18rem 0.06rem;
    padding: 0.06rem 0.12rem calc(max(0.18rem, env(safe-area-inset-bottom)) + 0.01rem);
    border: 1px solid rgba(16, 35, 45, 0.08);
    border-radius: 13px 13px 0.45rem 0.45rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 245, 238, 0.92)),
      rgba(255, 255, 255, 0.92);
    box-shadow:
      0 -3px 10px rgba(16, 35, 45, 0.07),
      0 4px 10px rgba(16, 35, 45, 0.05);
    max-height: clamp(2.25rem, 4.8svh, 2.8rem);
    overflow: hidden;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    position: sticky;
    top: 0;
    z-index: 1;
    gap: 0;
    margin: -0.06rem -0.12rem 0;
    padding: 0.1rem 0.12rem 0.02rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 238, 0.95)),
      rgba(255, 255, 255, 0.96);
    border-radius: 13px 13px 0 0;
    backdrop-filter: blur(10px);
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.7rem;
    height: 0.1rem;
    border-radius: 999px;
    background: rgba(16, 35, 45, 0.12);
    transform: translateX(-50%);
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head__row {
    align-items: center;
    min-height: 0.98rem;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    color: var(--river-deep);
    font-size: 0.46rem;
    letter-spacing: 0.07em;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1rem, 2.4svh, 1.24rem);
    gap: 0.08rem;
    padding-right: 0;
    padding-bottom: 0.01rem;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result {
    gap: 0.22rem;
    padding: 0.2rem 0.24rem;
    border-radius: 10px;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__score {
    width: 1.08rem;
    height: 1.08rem;
    font-size: 0.48rem;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__body {
    gap: 0;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__name {
    font-size: 0.58rem;
    line-height: 1;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__route,
  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__meta,
  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__empty {
    font-size: 0.5rem;
    line-height: 1;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame {
    position: relative;
    min-height: max(27rem, calc(var(--app-mobile-vh, 100svh) - 5rem - env(safe-area-inset-top)));
    padding: 0;
    border-inline: 0;
    border-radius: 0;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(27rem, calc(var(--app-mobile-vh, 100svh) - 5rem - env(safe-area-inset-top)));
    border: 0;
    border-radius: 0;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-footer {
    display: none;
  }

  .summary-map-shell--home .summary-map {
    min-height: 21.5rem;
  }

  .home-results-rail__track > .river-card {
    flex-basis: min(24rem, 78vw);
  }

  .home-results-rail::before,
  .home-results-rail::after {
    display: none;
  }

  .home-featured__lock-copy {
    font-size: 0.86rem;
  }

  .recommendation-card__scoreline {
    padding: 0.8rem 0.82rem;
  }

  .recommendation-card__meta {
    max-width: 100%;
  }

  .river-detail__hero-map-frame {
    padding: 0.62rem;
    border-radius: 20px;
  }

  .river-detail__hero-map {
    min-height: 190px;
    border-radius: 18px;
  }
}

@media (max-width: 760px) {
  .weekend-page__section {
    margin-top: 0.7rem;
  }

  .summary-map-shell--home .summary-map {
    min-height: 21rem;
  }

  .home-results-rail__head {
    align-items: start;
    flex-direction: column;
  }

  .home-results-rail__track > .river-card {
    flex-basis: min(88vw, 22rem);
  }
}

@media (max-width: 540px) {
  .site-header {
    gap: 0.22rem;
    padding: 0.32rem 0.44rem;
  }

  .brand {
    gap: 0.36rem;
  }

  .brand__logo {
    width: min(122px, 31vw);
  }

  .brand__eyebrow,
  .brand__title {
    display: none;
  }

  .site-header__meta {
    gap: 0.12rem;
    max-width: none;
  }

  .site-header__topline {
    gap: 0.12rem 0.14rem;
  }

  .site-header__nav {
    gap: 0.12rem;
  }

  .site-header__nav-link {
    min-height: 1.56rem;
    padding: 0.1rem 0.36rem;
    font-size: 0.6rem;
    border-color: rgba(16, 35, 45, 0.08);
    background: rgba(255, 255, 255, 0.54);
    box-shadow: none;
  }

  .site-header__nav-label--full,
  .site-header__search-label--full,
  .site-header__action-label--full {
    display: none;
  }

  .site-header__nav-label--short,
  .site-header__search-label--short,
  .site-header__action-label--short {
    display: inline;
  }

  .site-header__search {
    min-height: 1.58rem;
    min-width: 0;
    padding: 0.12rem 0.34rem;
    gap: 0.2rem;
    font-size: 0.6rem;
    border-color: rgba(16, 35, 45, 0.08);
    background: rgba(255, 255, 255, 0.54);
    box-shadow: none;
  }

  .site-header__search span {
    display: inline;
  }

  .site-header__action {
    min-height: 1.58rem;
    padding: 0.12rem 0.38rem;
    font-size: 0.6rem;
    font-weight: 650;
    border-color: rgba(30, 115, 151, 0.12);
    background: rgba(233, 245, 250, 0.68);
    box-shadow: none;
  }

  .site-header__blurb,
  .site-header__freshness {
    display: none;
  }

  .home-location-bar__form {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-location-bar__use,
  .home-location-bar__search-button {
    min-width: 2.7rem;
    padding-inline: 0.72rem;
  }

  .home-featured {
    padding: 0.86rem;
  }

  .home-featured--locked {
    min-height: auto;
    padding: 0.22rem 0.28rem;
    border-radius: 12px;
  }

  .home-featured__lock {
    gap: 0.02rem 0.24rem;
  }

  .home-featured__lock-label {
    padding: 0.08rem 0.26rem;
    font-size: 0.48rem;
  }

  .home-featured__lock-copy {
    font-size: 0.55rem;
    line-height: 1.02;
  }

  .home-recommendations__map-block {
    padding: 0.82rem;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    margin: 0 0.18rem 0.04rem;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.16rem 0.04rem;
    padding: 0.05rem 0.1rem calc(max(0.2rem, env(safe-area-inset-bottom)) + 0.01rem);
    max-height: clamp(3.15rem, 7.2svh, 3.7rem);
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.05rem -0.1rem 0;
    padding: 0.1rem 0.1rem 0.03rem;
  }

  .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1.52rem, 3.8svh, 1.88rem);
    gap: 0.08rem;
  }

  .home-radius-panel__scale span:nth-child(2),
  .home-radius-panel__scale span:nth-child(3),
  .home-radius-panel__scale span:nth-child(5) {
    display: none;
  }

  .route-gallery__thumbs {
    grid-auto-columns: minmax(8.75rem, 78vw);
  }

  .route-gallery__pending-grid {
    grid-template-columns: 1fr;
  }

  .route-gallery__caption {
    padding: 0.72rem 0.8rem;
  }

  .route-gallery__empty-art {
    min-height: 11rem;
  }
}

@media (min-width: 1200px) {
  :root {
    --max-width: 1200px;
    --radius: 24px;
    --radius-sm: 16px;
  }

  .site-header {
    gap: 0.85rem;
    padding: 0.72rem 1rem;
  }

  .main-shell,
  .river-detail {
    gap: 0.88rem;
  }

  .main-shell {
    padding-top: 0.22rem;
  }

  .hero,
  .info-hero,
  .info-panel,
  .request-card,
  .river-detail__hero,
  .river-detail__panel,
  .river-detail__factors,
  .river-detail__sources,
  .hero-call,
  .mvp-note {
    padding: 0.96rem;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 3.35vw, 3.1rem);
  }

  .hero__lede,
  .site-header__blurb,
  .hero p,
  .river-detail__summary {
    font-size: 0.96rem;
  }

  .section-title {
    font-size: 1.68rem;
  }

  .river-detail__title,
  .hero-call__title {
    font-size: 1.58rem;
  }

  .river-card {
    gap: 0.64rem;
    padding: 0.86rem;
  }

  .river-detail__layout,
  .river-detail__content,
  .river-detail__hero,
  .river-detail__hero-main {
    gap: 0.88rem;
  }

  .decision-section,
  .decision-section__body {
    gap: 0.72rem;
  }

  .board-strip {
    gap: 0.55rem;
  }

  .summary-map-shell {
    gap: 0.72rem;
  }

  .summary-map-copy {
    padding: 0.72rem 0.78rem;
  }

  .summary-map-frame {
    padding: 0.58rem;
    gap: 0.56rem;
  }

  .filter-search__input,
  .filter-select__input,
  .filter-chip {
    min-height: 2.1rem;
  }
}

.admin-review__login-form,
.admin-review__toolbar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: end;
}

.admin-review__toolbar {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.admin-section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.admin-section-nav[hidden] {
  display: none !important;
}

.admin-tab-panel[hidden] {
  display: none !important;
}

.admin-section-nav button {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.36rem 0.68rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--river-deep);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.admin-section-nav button:hover,
.admin-section-nav button:focus-visible,
.admin-section-nav button[aria-selected="true"] {
  border-color: rgba(30, 115, 151, 0.26);
  background: rgba(233, 245, 250, 0.92);
  outline: none;
}

.admin-section-nav button[aria-selected="true"] {
  box-shadow: inset 0 0 0 1px rgba(30, 115, 151, 0.12);
}

.admin-review__list {
  display: grid;
  gap: 1rem;
}

.admin-review__filters,
.admin-review__submission-list {
  display: grid;
  gap: 1rem;
}

.admin-review__filters {
  grid-template-columns: repeat(auto-fit, minmax(180px, 240px));
  align-items: end;
}

.admin-submission-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 48px rgba(24, 42, 54, 0.08);
}

.admin-submission-card__head,
.admin-submission-card__footer,
.admin-submission-card__actions,
.admin-submission-card__photos,
.route-community__head {
  display: flex;
  gap: 0.75rem;
}

.admin-submission-card__head,
.admin-submission-card__footer,
.route-community__head {
  justify-content: space-between;
  align-items: start;
}

.admin-submission-card__status {
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: capitalize;
  background: rgba(219, 234, 247, 0.8);
  color: var(--accent-strong);
}

.admin-submission-card__status--approved {
  background: rgba(228, 244, 231, 0.95);
  color: #1d6b3f;
}

.admin-submission-card__status--rejected {
  background: rgba(248, 231, 227, 0.95);
  color: #9c3f2e;
}

.admin-submission-card__block {
  display: grid;
  gap: 0.35rem;
}

.admin-submission-card__block h3 {
  margin: 0;
  font-size: 0.9rem;
}

.admin-submission-card__block p {
  margin: 0;
}

.admin-submission-card__photos {
  flex-wrap: wrap;
}

.admin-submission-card__photo {
  width: min(180px, 100%);
  display: grid;
  gap: 0.35rem;
  margin: 0;
}

.admin-submission-card__photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(16, 35, 45, 0.1);
}

.admin-submission-card__photo figcaption {
  font-size: 0.82rem;
  color: var(--muted);
}

.admin-route-request-reply {
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(244, 250, 252, 0.72);
}

.admin-route-request-reply__head,
.admin-route-request-reply__actions {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: start;
}

.admin-route-request-reply h3,
.admin-route-request-reply p {
  margin: 0;
}

.admin-route-request-reply textarea {
  min-height: 9rem;
  resize: vertical;
}

.route-community__list {
  display: grid;
  gap: 0.8rem;
}

.route-community__stats {
  justify-content: flex-start;
}

.route-community__card {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(248, 251, 252, 0.7)),
    rgba(255, 255, 255, 0.74);
}

.route-community__card p,
.route-community__notes {
  margin: 0.45rem 0 0;
}

.route-community__meta {
  margin: 0.25rem 0 0;
  font-size: 0.83rem;
}

.route-community__notes {
  font-size: 0.88rem;
}

.route-community__older {
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.route-community__older-summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 1rem;
  font-weight: 700;
  color: var(--river-deep);
}

.route-community__older-summary::-webkit-details-marker {
  display: none;
}

.route-community__older-summary::after {
  content: "+";
  float: right;
  color: var(--muted);
}

.route-community__older[open] .route-community__older-summary::after {
  content: "−";
}

.route-community__older-list {
  display: grid;
  gap: 0.8rem;
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(16, 35, 45, 0.08);
}

.route-community__cta-row {
  margin-top: 0.75rem;
}

.route-community__photos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.route-community__photo {
  display: block;
  width: clamp(4.75rem, 12vw, 6rem);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 45, 0.08);
  box-shadow: 0 8px 18px rgba(24, 42, 54, 0.08);
}

.route-community__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 760px) {
  .route-calibration-callout {
    display: grid;
    align-items: start;
  }

  .admin-review__login-form,
  .admin-review__toolbar-row,
  .admin-submission-card__head,
  .admin-submission-card__footer,
  .route-community__head {
    display: grid;
  }
}

.admin-review__stats,
.admin-review__request-list {
  display: grid;
  gap: 1rem;
}

.admin-review__stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-bottom: 1rem;
}

.admin-route-audits {
  display: grid;
  gap: 1rem;
  margin: 0 0 1rem;
}

.admin-route-audits[hidden] {
  display: none !important;
}

.admin-route-audits__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.admin-route-audits__groups {
  display: grid;
  gap: 1rem;
}

.admin-route-audit-group {
  display: grid;
  gap: 0.7rem;
}

.admin-route-audit-group h3 {
  margin: 0;
  font-size: 1rem;
}

.admin-route-audit-group__list {
  display: grid;
  gap: 0.55rem;
}

.admin-route-audit-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(180px, 0.45fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(16, 35, 45, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(16, 35, 45, 0.05);
}

.admin-route-audit-row--audited {
  border-color: rgba(35, 130, 90, 0.24);
  background: rgba(245, 251, 246, 0.94);
}

.admin-route-audit-row__check {
  display: grid;
  place-items: center;
}

.admin-route-audit-row__check input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--good);
}

.admin-route-audit-row__main {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.admin-route-audit-row__main h4 {
  margin: 0;
  font-size: 0.96rem;
}

.admin-route-audit-row__main p {
  margin: 0;
}

.admin-route-audit-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.admin-route-audit-row__meta span,
.admin-route-audit-row__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: capitalize;
  text-decoration: none;
}

.admin-route-audit-row__meta a {
  color: var(--river);
}

.admin-route-audit-row__notes {
  display: grid;
  gap: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.admin-route-audit-row__notes input {
  width: 100%;
  min-height: 2.15rem;
  border: 1px solid rgba(16, 35, 45, 0.12);
  border-radius: var(--radius-sm);
  padding: 0.42rem 0.58rem;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
}

.admin-route-audit-row__status {
  grid-column: 2 / -1;
  margin: -0.2rem 0 0;
  font-size: 0.8rem;
}

.admin-scoring-debug {
  display: grid;
  gap: 1rem;
  margin: 0 0 1rem;
}

.admin-scoring-debug__list {
  display: grid;
  gap: 1rem;
}

.admin-scoring-card {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(16, 35, 45, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.admin-scoring-card--ok {
  border-color: rgba(35, 130, 90, 0.2);
}

.admin-scoring-card--review {
  border-color: rgba(187, 88, 64, 0.24);
}

.admin-scoring-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.admin-scoring-card__head h3 {
  margin: 0.1rem 0 0;
}

.admin-scoring-card__status {
  flex: 0 0 auto;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  background: rgba(233, 245, 250, 0.86);
  color: var(--river-deep);
  font-size: 0.76rem;
  font-weight: 800;
}

.admin-scoring-card__metrics,
.admin-scoring-card__breakdown {
  display: grid;
  gap: 0.55rem;
}

.admin-scoring-card__metrics {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.admin-scoring-card__metrics > div {
  display: grid;
  gap: 0.2rem;
  padding: 0.72rem;
  border-radius: var(--radius-sm);
  background: rgba(248, 244, 237, 0.72);
}

.admin-scoring-card__metrics span,
.admin-scoring-card__breakdown span {
  color: var(--muted);
  font-size: 0.78rem;
}

.admin-scoring-card__metrics strong {
  color: var(--ink);
}

.admin-scoring-card__breakdown {
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

.admin-scoring-card__breakdown span {
  padding: 0.42rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 35, 45, 0.08);
  background: rgba(255, 255, 255, 0.68);
}

.admin-scoring-card__verdict {
  margin: 0;
}

#admin-submissions,
#admin-requests,
#admin-alerts,
#admin-reality-checks {
  scroll-margin-top: 6rem;
}

.admin-review__section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.admin-submission-card--request {
  box-shadow: none;
}

@media (max-width: 760px) {
  .admin-review__section-head {
    display: grid;
    align-items: start;
  }

  .admin-route-audit-row {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .admin-route-audit-row__notes,
  .admin-route-audit-row [data-admin-route-audit-save],
  .admin-route-audit-row__status {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {

  body.page-home .home-location-bar {
    max-width: none;
    gap: 0.62rem;
    padding: 0.82rem;
    border-radius: 24px;
    background:
      radial-gradient(circle at top right, rgba(109, 176, 196, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(252, 250, 245, 0.98), rgba(244, 248, 250, 0.95)),
      rgba(255, 255, 255, 0.95);
    box-shadow:
      0 14px 32px rgba(16, 35, 45, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  body.page-home .home-location-bar__current {
    gap: 0.56rem;
    padding: 0.08rem 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.page-home .home-location-bar__icon {
    width: 1.78rem;
    height: 1.78rem;
    box-shadow: none;
  }

  body.page-home .home-location-bar__value {
    font-size: 0.96rem;
    line-height: 1.18;
  }

  body.page-home .home-location-bar__helper {
    margin-top: 0.12rem;
    font-size: 0.68rem;
    line-height: 1.32;
    color: rgba(68, 89, 101, 0.92);
  }

  body.page-home .home-location-bar__form {
    gap: 0.42rem;
  }

  body.page-home .home-location-bar__search .filter-search__input,
  body.page-home .home-location-bar__search-input,
  body.page-home .home-location-bar .filter-chip,
  body.page-home .home-location-bar__use {
    min-height: 2.48rem;
    border-radius: 16px;
  }

  body.page-home .home-location-bar__search .filter-search__input,
  body.page-home .home-location-bar__search-input {
    padding-inline: 0.92rem;
    font-size: 0.94rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  }

  body.page-home .home-location-bar__use {
    width: 2.72rem;
    min-width: 2.72rem;
  }

  body.page-home .home-location-bar__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.46rem;
  }

  body.page-home .home-location-bar__refine {
    gap: 0.56rem;
    padding-top: 0.56rem;
    border-top-color: rgba(30, 115, 151, 0.1);
  }

  body.page-home .home-recommendations__map-block {
    gap: 0.78rem;
    padding: 0.78rem;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(246, 250, 251, 0.97), rgba(242, 246, 248, 0.94)),
      rgba(255, 255, 255, 0.94);
  }

  body.page-home .summary-map-shell--home .summary-map-mobile-switch {
    display: none !important;
  }

  body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    width: auto;
    margin-inline: 0;
    min-height: auto;
    border-radius: 22px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(240, 248, 250, 0.98), rgba(225, 237, 242, 0.9)),
      rgba(234, 243, 246, 0.92);
  }

  body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-copy {
    display: none !important;
  }

  body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: 20.5rem;
    border: 0;
    border-radius: 0;
  }

  body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-footer {
    display: none !important;
  }
}

@media (max-width: 760px) {

  html body.page-home .home-location-bar {
    padding: 0.72rem !important;
    gap: 0.52rem !important;
  }

  html body.page-home .home-location-bar__step:not(.home-location-bar__step--refine) {
    display: none !important;
  }

  html body.page-home .home-location-bar__step--refine {
    display: block !important;
    margin: 0 !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.09em !important;
  }

  html body.page-home .home-location-bar__current {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: start !important;
  }

  html body.page-home .home-location-bar__text {
    min-height: 0 !important;
  }

  html body.page-home .home-location-bar__value {
    font-size: 0.92rem !important;
    font-weight: 800 !important;
  }

  html body.page-home .home-location-bar__helper {
    font-size: 0.66rem !important;
  }

  html body.page-home .home-location-bar__form {
    gap: 0.36rem !important;
  }

  html body.page-home .home-location-bar__search {
    grid-column: 1 / -1 !important;
  }

  html body.page-home .home-location-bar__use {
    width: 2.6rem !important;
    min-width: 2.6rem !important;
  }

  html body.page-home .home-location-bar__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: center !important;
  }

  html body.page-home .home-location-bar__clear {
    min-height: 2.48rem !important;
    padding-top: 0.18rem !important;
    border: 1px solid rgba(16, 35, 45, 0.1) !important;
    background: rgba(255, 255, 255, 0.76) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
    color: var(--muted) !important;
  }

  html body.page-home .home-featured {
    padding: 0.48rem 0.56rem !important;
    gap: 0.3rem !important;
    border-radius: 18px !important;
  }

  html body.page-home .home-featured__lock {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 0.08rem 0.34rem !important;
    padding: 0 !important;
    align-items: center !important;
  }

  html body.page-home .home-featured__lock-label {
    align-self: center !important;
    padding: 0.12rem 0.34rem !important;
    font-size: 0.46rem !important;
    letter-spacing: 0.04em !important;
  }

  html body.page-home .home-featured__lock-copy {
    font-size: 0.62rem !important;
    line-height: 1.06 !important;
    font-weight: 800 !important;
  }

  html body.page-home .home-featured__body {
    gap: 0.62rem !important;
  }

  html body.page-home .home-featured__header {
    gap: 0.14rem !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }

  html body.page-home .home-featured__answer-label,
  html body.page-home .home-featured .hero-call__state,
  html body.page-home .home-featured__bridge,
  html body.page-home .home-featured .hero-call__reason,
  html body.page-home .home-featured .hero-call__score-breakdown,
  html body.page-home .home-featured__facts-label,
  html body.page-home .home-featured__jump-link {
    display: none !important;
  }

  html body.page-home .home-featured:not(.home-featured--locked) .home-featured__lock-copy {
    display: none !important;
  }

  html body.page-home .home-featured .hero-call__title {
    font-size: 1.34rem !important;
    line-height: 1.02 !important;
    margin: 0 !important;
  }

  html body.page-home .home-featured .hero-call__reach {
    display: block !important;
    margin: 0.06rem 0 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.28 !important;
    color: rgba(78, 96, 114, 0.9) !important;
  }

  html body.page-home .home-featured .hero-call__scoreline {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.68rem !important;
    padding: 0.68rem 0.72rem !important;
    border-radius: 20px !important;
    width: 100% !important;
    max-width: none !important;
    align-self: start !important;
  }

  html body.page-home .home-featured .hero-call__score-meta {
    gap: 0.16rem !important;
    align-self: center !important;
    padding-right: 0.08rem !important;
  }

  html body.page-home .home-featured .score-orb--featured {
    justify-self: start !important;
  }

  html body.page-home .home-featured .hero-call__verdict {
    font-size: 1rem !important;
    line-height: 1.12 !important;
  }

  html body.page-home .home-featured .hero-call__signal-line--featured {
    display: flex !important;
    gap: 0.4rem 0.62rem !important;
    margin-top: 0.18rem !important;
    padding-top: 0 !important;
    font-size: 0.7rem !important;
    line-height: 1.2 !important;
    min-height: 0 !important;
  }

  html body.page-home .home-featured .hero-call__signal-line--featured .river-card__signal-item {
    gap: 0.22rem !important;
  }

  html body.page-home .home-featured .hero-call__signal-line--featured .river-card__signal-icon {
    width: 0.92rem !important;
    height: 0.92rem !important;
  }

  html body.page-home .home-featured__weather {
    min-height: 0 !important;
  }

  html body.page-home .home-featured__weather-label {
    font-size: 0.74rem !important;
  }

  html body.page-home .home-featured__gallery {
    display: none !important;
  }

  html body.page-home .home-featured__map-shell {
    gap: 0 !important;
    padding: 0.24rem !important;
    border-radius: 20px !important;
  }

  html body.page-home .home-featured__map {
    min-height: 8.4rem !important;
    border-radius: 18px !important;
  }

  html body.page-home .home-featured__map-meta,
  html body.page-home .home-featured__map-caption {
    display: none !important;
  }

  html body.page-home .home-featured__facts {
    gap: 0.28rem !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  html body.page-home .home-featured .hero-call__meta--route-facts {
    margin-top: 0 !important;
    gap: 0.34rem !important;
  }

  html body.page-home .home-featured .hero-call__meta--route-facts .pill {
    min-height: 0 !important;
    padding: 0.42rem 0.66rem !important;
    border-radius: 999px !important;
    font-size: 0.72rem !important;
    line-height: 1.1 !important;
  }

  html body.page-home .home-featured .hero-call__meta--route-facts .pill:nth-child(n + 3) {
    display: none !important;
  }

  html body.page-home .home-featured__actions {
    gap: 0.32rem !important;
  }

  html body.page-home .home-featured__link {
    min-height: 2.55rem !important;
  }

  html body.page-home .home-hero h1 {
    font-size: 1.22rem !important;
    line-height: 0.98 !important;
    max-width: none !important;
  }

  html body.page-home .home-hero .hero__kicker {
    display: none !important;
  }

  html body.page-home .home-recommendations__block-head .section-title {
    font-size: 1.18rem !important;
    line-height: 1.02 !important;
  }

  html body.page-home .home-location-bar__refine {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: start !important;
    gap: 0.42rem !important;
  }

  html body.page-home .home-location-bar__refine-copy {
    gap: 0.28rem !important;
  }

  html body.page-home .home-location-bar__refine-radius:not(.sr-only) {
    display: block !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: rgba(45, 62, 76, 0.82) !important;
  }

  html body.page-home .home-location-bar__refine-summary:not(.sr-only) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.26rem !important;
  }

  html body.page-home .home-location-bar__refine-pill {
    min-height: 1.54rem !important;
    padding: 0.28rem 0.5rem !important;
    font-size: 0.68rem !important;
  }

  html body.page-home .home-location-bar__refine-toggle {
    min-height: 2rem !important;
    align-self: start !important;
    padding: 0.3rem 0.7rem !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  html body.page-home .home-location-bar__refine[data-expanded="false"] {
    padding-bottom: 0.04rem !important;
  }

  html body.page-home .home-radius-panel[hidden] {
    display: none !important;
  }
}

@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    padding: 0.12rem 0.3rem !important;
    border-radius: 12px !important;
  }

  html body.page-home .home-featured__lock {
    gap: 0.01rem 0.18rem !important;
    align-items: center !important;
  }

  html body.page-home .home-featured__lock-label {
    padding: 0.06rem 0.22rem !important;
    font-size: 0.38rem !important;
    line-height: 1 !important;
  }

  html body.page-home .home-featured__lock-copy {
    font-size: 0.49rem !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.1rem 0.01rem !important;
    padding: 0.02rem 0.06rem calc(max(0.1rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    max-height: clamp(1.92rem, 4.2svh, 2.2rem) !important;
    border-radius: 11px 11px 0.32rem 0.32rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.02rem -0.06rem 0 !important;
    padding: 0.05rem 0.06rem 0 !important;
    border-radius: 11px 11px 0 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.5rem !important;
    height: 0.07rem !important;
    top: 0.01rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head__row {
    min-height: 0.64rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.39rem !important;
    letter-spacing: 0.05em !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(0.8rem, 1.7svh, 0.96rem) !important;
    gap: 0.02rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result {
    padding: 0.09rem 0.14rem !important;
    gap: 0.14rem !important;
    border-radius: 8px !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__score {
    width: 0.76rem !important;
    height: 0.76rem !important;
    font-size: 0.35rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__name {
    font-size: 0.46rem !important;
    line-height: 1 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__route,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__meta,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__empty {
    font-size: 0.39rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    padding: 0.18rem 0.38rem !important;
    border-radius: 13px !important;
    min-height: 0 !important;
  }

  html body.page-home .home-featured__lock {
    display: flex !important;
    align-items: center !important;
    gap: 0.22rem !important;
    min-height: 0 !important;
  }

  html body.page-home .home-featured__lock-label {
    flex: 0 0 auto !important;
    padding: 0.08rem 0.24rem !important;
    font-size: 0.42rem !important;
  }

  html body.page-home .home-featured__lock-copy {
    font-size: 0.56rem !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.08rem, env(safe-area-inset-top)) !important;
    margin: 0 0.22rem 0.06rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.14rem 0.04rem !important;
    padding: 0.04rem 0.08rem calc(max(0.12rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    max-height: clamp(1.74rem, 3.9svh, 2.02rem) !important;
    border-radius: 12px 12px 0.34rem 0.34rem !important;
    box-shadow: 0 -2px 8px rgba(16, 35, 45, 0.06), 0 3px 8px rgba(16, 35, 45, 0.04) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.04rem -0.08rem 0 !important;
    padding: 0.06rem 0.08rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.42rem !important;
    height: 0.06rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head__row {
    min-height: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.38rem !important;
    letter-spacing: 0.04em !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.18rem !important;
    padding: 0.06rem 0.28rem !important;
    font-size: 0.48rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.94rem !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results > :nth-child(n + 2) {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result {
    padding: 0.1rem 0.14rem !important;
    gap: 0.14rem !important;
    border-radius: 8px !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__score {
    width: 0.78rem !important;
    height: 0.78rem !important;
    font-size: 0.35rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__name {
    font-size: 0.44rem !important;
    line-height: 1 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__route,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__meta,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__empty {
    font-size: 0.37rem !important;
    line-height: 1 !important;
  }
}

  @media (max-width: 760px) {
    html body.page-explore .decision-section--explore {
    padding-top: 0.72rem !important;
  }

  html body.page-explore .section-head.section-head--stacked {
    gap: 0.42rem !important;
    align-items: flex-start !important;
  }

  html body.page-explore .section-head.section-head--stacked .eyebrow {
    margin-bottom: 0.14rem !important;
  }

  html body.page-explore .section-title {
    font-size: 1.46rem !important;
    line-height: 1.02 !important;
  }

  html body.page-explore .hero__meta {
    width: 100% !important;
    gap: 0.36rem !important;
  }

  html body.page-explore .hero__meta .stat-chip {
    min-height: 2.18rem !important;
    padding: 0.34rem 0.64rem !important;
    font-size: 0.74rem !important;
  }

  html body.page-explore .status-banner {
    padding: 0.72rem !important;
    border-radius: 20px !important;
  }

  html body.page-explore .status-banner .muted {
    font-size: 0.76rem !important;
    line-height: 1.3 !important;
  }

  html body.page-explore .explore-workspace {
    gap: 0.62rem !important;
    padding: 0.68rem !important;
    border-radius: 24px !important;
  }

  html body.page-explore .board-filters__workspace {
    gap: 0.56rem !important;
  }

  html body.page-explore .board-filters__group {
    padding: 0.7rem !important;
    border-radius: 20px !important;
  }

  html body.page-explore .board-filters__group-head {
    margin-bottom: 0.42rem !important;
  }

  html body.page-explore .board-filters__group-title {
    font-size: 0.82rem !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  html body.page-explore .home-location-bar--embedded .home-location-bar__form {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 0.42rem !important;
    align-items: stretch !important;
  }

  html body.page-explore .home-location-bar__search {
    grid-column: 1 / -1 !important;
    order: 1 !important;
  }

  html body.page-explore .home-location-bar__use {
    order: 2 !important;
    width: 2.7rem !important;
    min-width: 2.7rem !important;
    min-height: 2.7rem !important;
  }

  html body.page-explore .home-location-bar--embedded .home-location-bar__actions {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  html body.page-explore .home-location-bar__search .filter-search__input,
  html body.page-explore .home-location-bar__search-input,
  html body.page-explore .home-location-bar .filter-chip {
    min-height: 2.68rem !important;
    border-radius: 16px !important;
  }

  html body.page-explore .board-filters__controls {
    gap: 0.42rem !important;
  }

  html body.page-explore .board-filters__advanced {
    gap: 0.42rem !important;
  }

  html body.page-explore .board-filters__advanced summary {
    min-height: 2.42rem !important;
    padding: 0.34rem 0.58rem !important;
    border-radius: 16px !important;
    font-size: 0.84rem !important;
  }

  html body.page-explore .board-filters__advanced-note {
    display: none !important;
  }

  html body.page-explore .board-filters__controls .filter-select__input,
  html body.page-explore .board-filters__controls .filter-search__input,
  html body.page-explore .board-filters__actions .filter-chip {
    min-height: 2.68rem !important;
    font-size: 0.84rem !important;
  }

  html body.page-explore .board-filters__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.page-explore .explore-workspace__filters {
    gap: 0.32rem !important;
  }

  html body.page-explore .explore-workspace__filter-pill {
    min-height: 1.82rem !important;
    padding: 0.28rem 0.58rem !important;
    font-size: 0.72rem !important;
  }

  html body.page-explore .explore-workspace__body {
    gap: 0.62rem !important;
  }

  html body.page-explore .explore-workspace__board {
    order: 1 !important;
    gap: 0.56rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace {
    order: 2 !important;
    gap: 0.5rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map-copy {
    padding: 0.62rem 0.68rem !important;
    gap: 0.24rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map-copy .eyebrow {
    margin-bottom: 0 !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .section-title {
    font-size: 1.04rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map-copy__lede,
  html body.page-explore .explore-workspace__list-note,
  html body.page-explore .summary-map-shell--explore-workspace .summary-map-legend {
    display: none !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map-frame {
    padding: 0.34rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map {
    min-height: 15.5rem !important;
    border-radius: 18px !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map-footer {
    padding-top: 0.28rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map__status {
    font-size: 0.72rem !important;
  }

  html body.page-explore .explore-workspace__list-head {
    gap: 0.16rem !important;
    padding: 0 !important;
  }

  html body.page-explore .explore-workspace__list-head-row {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.45rem !important;
  }

  html body.page-explore .explore-workspace__count {
    min-height: 1.9rem !important;
    padding: 0.24rem 0.6rem !important;
    font-size: 0.74rem !important;
  }

  html body.page-explore .river-grid--explore-list {
    gap: 0.48rem !important;
  }

  html body.page-explore .explore-pagination {
    gap: 0.5rem !important;
  }

  html body.page-explore .explore-pagination__controls {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
    width: 100% !important;
  }

  html body.page-explore .explore-pagination__page {
    grid-column: 1 / -1 !important;
    text-align: center !important;
  }

  html body.page-explore .home-board-inline--wide {
    margin-top: 0.72rem !important;
    padding: 0.76rem 0.82rem !important;
    gap: 0.5rem !important;
  }
}

@media (max-width: 760px) {
  html body [data-river-detail] {
    gap: 0.62rem !important;
  }

  html body [data-river-detail] .river-detail__layout,
  html body [data-river-detail] .river-detail__content {
    gap: 0.62rem !important;
  }

  html body [data-river-detail] .river-detail__hero,
  html body [data-river-detail] .river-detail__panel {
    padding: 0.78rem !important;
  }

  html body [data-river-detail] .river-detail__hero {
    gap: 0.56rem !important;
  }

  html body [data-river-detail] .river-detail__hero-main,
  html body [data-river-detail] .river-detail__hero-side {
    gap: 0.48rem !important;
  }

  html body [data-river-detail] .river-detail__hero-top {
    gap: 0.22rem !important;
  }

  html body [data-river-detail] .river-detail__title {
    font-size: 1.22rem !important;
    line-height: 1.03 !important;
  }

  html body [data-river-detail] .river-detail__reach {
    font-size: 0.84rem !important;
  }

  html body [data-river-detail] .river-detail__chapter-copy,
  html body [data-river-detail] .river-detail__hero-map-copy,
  html body [data-river-detail] .river-call-panel__refresh-note,
  html body [data-river-detail] .status-banner__grid .muted {
    display: none !important;
  }

  html body [data-river-detail] .river-detail__meta-row {
    flex-wrap: nowrap !important;
    gap: 0.3rem !important;
    overflow-x: auto !important;
    padding-bottom: 0.08rem !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  html body [data-river-detail] .river-detail__meta-row::-webkit-scrollbar {
    display: none;
  }

  html body [data-river-detail] .river-detail__meta-row .pill,
  html body [data-river-detail] .river-detail__meta-row .river-detail__jump-pill {
    flex: 0 0 auto;
    min-height: 2rem !important;
    padding: 0.32rem 0.58rem !important;
    font-size: 0.72rem !important;
  }

  html body [data-river-detail] .river-detail__hero-map-frame {
    gap: 0 !important;
    padding: 0.36rem !important;
    border-radius: 18px !important;
  }

  html body [data-river-detail] .river-detail__hero-map {
    min-height: 9.4rem !important;
    border-radius: 16px !important;
  }

  html body [data-river-detail] .route-action-bar--rail {
    padding: 0.46rem !important;
    border-radius: 16px !important;
  }

  html body [data-river-detail] .route-action-bar--rail .route-action-button {
    min-height: 2.04rem !important;
    padding: 0.38rem 0.54rem !important;
    font-size: 0.76rem !important;
  }

  html body [data-river-detail] .route-action-bar--rail .route-action-button__icon {
    width: 1.08rem !important;
    height: 1.08rem !important;
  }

  html body [data-river-detail] .river-call-panel {
    gap: 0.4rem 0.52rem !important;
    padding: 0.72rem !important;
    border-radius: 20px !important;
  }

  html body [data-river-detail] .river-call-panel__statement {
    font-size: 0.92rem !important;
    line-height: 1.2 !important;
  }

  html body [data-river-detail] .river-call-panel > .river-score-tooltip {
    margin-top: -0.02rem !important;
  }

  html body [data-river-detail] .river-score-tooltip__summary {
    min-height: 2.15rem !important;
    padding: 0.46rem 0.7rem !important;
    font-size: 0.76rem !important;
  }

  html body [data-river-detail] .river-call-panel__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.4rem !important;
  }

  html body [data-river-detail] .river-call-panel__meta dt {
    font-size: 0.66rem !important;
  }

  html body [data-river-detail] .river-call-panel__meta dd {
    font-size: 0.76rem !important;
    line-height: 1.25 !important;
  }

  html body [data-river-detail] .river-call-panel__actions {
    gap: 0.36rem !important;
  }

  html body [data-river-detail] .river-detail__section-nav--mobile {
    margin-bottom: 0 !important;
  }

  html body [data-river-detail] .river-detail__section-nav--mobile .river-detail__section-nav-inner {
    gap: 0.3rem !important;
    padding: 0 !important;
  }

  html body [data-river-detail] .river-detail__section-nav-label {
    display: none !important;
  }

  html body [data-river-detail] .river-detail__section-link {
    min-height: 2.2rem !important;
    padding: 0.34rem 0.56rem !important;
    font-size: 0.76rem !important;
  }

  html body [data-river-detail] .status-banner {
    padding: 0.72rem !important;
    border-radius: 20px !important;
  }

  html body [data-river-detail] .status-banner__grid {
    grid-template-columns: 1fr !important;
    gap: 0.42rem !important;
  }

  html body [data-river-detail] .status-banner__item {
    padding: 0.48rem 0.56rem !important;
  }

  html body [data-river-detail] .river-detail__chapter-head {
    margin-top: 0.5rem !important;
    gap: 0.1rem !important;
    padding-inline: 0.1rem !important;
  }

  html body [data-river-detail] .river-detail__chapter-title {
    font-size: 1rem !important;
    line-height: 1.08 !important;
  }

  html body [data-river-detail] .river-detail__quick-grid,
  html body [data-river-detail] .river-detail__quick-grid--compact {
    gap: 0.5rem !important;
  }

  html body [data-river-detail] .route-discovery {
    gap: 0.58rem !important;
  }

  html body [data-river-detail] .route-discovery__grid {
    grid-template-columns: 1fr !important;
    gap: 0.58rem !important;
  }

  html body [data-river-detail] .route-discovery__grid--single .route-discovery__list {
    grid-template-columns: 1fr !important;
  }

  html body [data-river-detail] .route-discovery__list {
    gap: 0.38rem !important;
  }

  html body [data-river-detail] .route-discovery__link {
    grid-template-columns: minmax(0, 1fr) auto !important;
    min-height: 3.4rem !important;
    padding: 0.56rem 0.62rem !important;
    border-radius: 14px !important;
  }

  html body [data-river-detail] .route-discovery__link::after {
    width: 1.78rem !important;
    height: 1.78rem !important;
    font-size: 0.96rem !important;
  }

  html body [data-river-detail] .route-discovery__route {
    font-size: 0.86rem !important;
  }

  html body [data-river-detail] .route-discovery__meta {
    font-size: 0.74rem !important;
  }

  html body [data-river-detail] .route-discovery__facts {
    font-size: 0.7rem !important;
  }

  html body [data-river-detail] .route-discovery__cta {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 760px) {
  html body [data-river-group-page] {
    gap: 0.56rem !important;
  }

  html body [data-river-group-page] .river-group-page__hero,
  html body [data-river-group-page] .river-group-page__panel {
    padding: 0.78rem !important;
    border-radius: 22px !important;
  }

  html body [data-river-group-page] .river-group-page__hero {
    gap: 0.48rem !important;
  }

  html body [data-river-group-page] .river-group-page__hero-main {
    gap: 0.36rem !important;
  }

  html body [data-river-group-page] .river-group-page__title {
    font-size: 1.24rem !important;
    line-height: 1.03 !important;
  }

  html body [data-river-group-page] .river-group-page__lede {
    font-size: 0.84rem !important;
    line-height: 1.32 !important;
  }

  html body [data-river-group-page] .river-group-page__summary,
  html body [data-river-group-page] .river-group-page__refresh-note,
  html body [data-river-group-page] .river-group-page__section-note,
  html body [data-river-group-page] .route-choice__selection,
  html body [data-river-group-page] .route-choice__facts-label {
    display: none !important;
  }

  html body [data-river-group-page] .river-group-page__meta {
    gap: 0.3rem !important;
  }

  html body [data-river-group-page] .river-group-page__meta .stat-chip {
    min-height: 2rem !important;
    padding: 0.3rem 0.56rem !important;
    font-size: 0.72rem !important;
  }

  html body [data-river-group-page] .river-group-page__actions {
    gap: 0.36rem !important;
  }

  html body [data-river-group-page] .status-banner {
    padding: 0.72rem !important;
    border-radius: 20px !important;
  }

  html body [data-river-group-page] .river-group-page__section-head {
    margin-bottom: 0.46rem !important;
    gap: 0.42rem !important;
    align-items: start !important;
  }

  html body [data-river-group-page] .river-group-page__section-head .section-title {
    font-size: 1.08rem !important;
  }

  html body [data-river-group-page] .river-group-page__route-list {
    gap: 0.48rem !important;
  }

  html body [data-river-group-page] .route-choice {
    gap: 0.28rem !important;
    padding: 0.72rem 0.76rem !important;
    min-height: 0 !important;
  }

  html body [data-river-group-page] .route-choice__kind,
  html body [data-river-group-page] .route-choice__eyebrow {
    font-size: 0.68rem !important;
  }

  html body [data-river-group-page] .route-choice__title,
  html body [data-river-group-page] .route-choice__verdict {
    font-size: 0.9rem !important;
    line-height: 1.18 !important;
  }

  html body [data-river-group-page] .route-choice__scoreline {
    gap: 0.42rem !important;
    align-items: start !important;
  }

  html body [data-river-group-page] .route-choice__score {
    font-size: 1.02rem !important;
  }

  html body [data-river-group-page] .route-choice__meta {
    font-size: 0.76rem !important;
    min-height: 0 !important;
  }

  html body [data-river-group-page] .route-choice__summary {
    min-height: 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.22 !important;
  }

  html body [data-river-group-page] .route-choice__signal {
    gap: 0.34rem 0.56rem !important;
    font-size: 0.72rem !important;
    min-height: 0 !important;
  }

  html body [data-river-group-page] .route-choice__facts-section {
    gap: 0.28rem !important;
    padding-top: 0.04rem !important;
  }

  html body [data-river-group-page] .route-choice__facts {
    gap: 0.28rem !important;
  }

  html body [data-river-group-page] .route-choice__fact {
    min-height: 0 !important;
    padding: 0.36rem 0.56rem !important;
    font-size: 0.7rem !important;
  }

  html body [data-river-group-page] .route-choice__footer {
    gap: 0.36rem !important;
    padding-top: 0.1rem !important;
  }

  html body [data-river-group-page] .route-choice__actions {
    width: 100% !important;
    justify-content: space-between !important;
  }

  html body [data-river-group-page] .route-choice__link,
  html body [data-river-group-page] .favorite-toggle--inline {
    min-height: 2.24rem !important;
  }

  html body [data-river-group-page] .river-group-page__map-shell {
    gap: 0.24rem !important;
  }

  html body [data-river-group-page] .river-group-page__map {
    min-height: 16rem !important;
    border-radius: 18px !important;
  }

  html body [data-river-group-page] .river-group-page__map-status {
    font-size: 0.72rem !important;
  }
}

@media (max-width: 760px) {
  html body.page-weekend .decision-hero {
    gap: 0.62rem !important;
  }

  html body.page-weekend .decision-hero__intro,
  html body.page-weekend .decision-hero__support {
    gap: 0.46rem !important;
  }

  html body.page-weekend .hero__lede,
  html body.page-weekend .hero__snapshot,
  html body.page-weekend .hero__note,
  html body.page-weekend .section-head__note {
    display: none !important;
  }

  html body.page-weekend .hero__dates {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
  }

  html body.page-weekend .weekend-hero__featured {
    padding: 0.82rem !important;
    gap: 0.42rem !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__state,
  html body.page-weekend .weekend-hero__featured .hero-call__summary,
  html body.page-weekend .weekend-hero__featured .hero-call__toggle,
  html body.page-weekend .weekend-hero__featured .hero-call__reasons {
    display: none !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__title {
    font-size: 1.18rem !important;
    line-height: 1.02 !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__reach,
  html body.page-weekend .weekend-hero__featured .hero-call__reason {
    font-size: 0.8rem !important;
    line-height: 1.28 !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__scoreline {
    gap: 0.62rem !important;
    padding: 0.66rem 0.72rem !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__signal-line {
    gap: 0.38rem 0.6rem !important;
    font-size: 0.72rem !important;
  }

  html body.page-weekend .hero__call-mix {
    gap: 0.38rem !important;
  }

  html body.page-weekend .hero__call-mix-item {
    padding: 0.58rem 0.64rem !important;
  }

  html body.page-weekend .weekend-page__section {
    margin-top: 0.72rem !important;
  }

  html body.page-weekend .recommendation-grid.weekend-page__grid {
    gap: 0.56rem !important;
  }

  html body.page-weekend .recommendation-card {
    gap: 0.62rem !important;
    padding: 0.82rem !important;
    min-height: 0 !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch {
    flex: 0 0 min(58vw, 12rem) !important;
    gap: 0.42rem !important;
    padding: 0.72rem 0.68rem !important;
    min-height: 0 !important;
    grid-template-rows: auto auto auto auto auto auto !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__eyebrow-row {
    gap: 0.18rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__state,
  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__weather,
  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__facts-label,
  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .favorite-toggle--card {
    display: none !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__kind,
  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__slot {
    font-size: 0.58rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__title {
    font-size: 0.82rem !important;
    line-height: 1.06 !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__subtitle {
    font-size: 0.72rem !important;
    line-height: 1.18 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__verdict {
    font-size: 0.76rem !important;
    line-height: 1.18 !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__scoreline {
    gap: 0.44rem !important;
    padding: 0 !important;
    align-items: center !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .score-orb {
    width: 4.6rem !important;
    height: 4.6rem !important;
    min-width: 4.6rem !important;
    min-height: 4.6rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .score-orb__score {
    font-size: 1.38rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .score-orb__rating {
    font-size: 0.58rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__meta-line,
  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__signal-line {
    display: none !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__explanation {
    min-height: 0 !important;
    font-size: 0.72rem !important;
    line-height: 1.22 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__facts-section {
    gap: 0.22rem !important;
    padding-top: 0 !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__facts {
    gap: 0.28rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__fact {
    min-height: 0 !important;
    padding: 0.28rem 0.5rem !important;
    font-size: 0.68rem !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-card__fact:nth-child(n + 3) {
    display: none !important;
  }

  html body.page-weekend [data-weekend-watch-grid] > .river-card--weekend-watch .river-link {
    min-height: 2.1rem !important;
    padding: 0.44rem 0.58rem !important;
    font-size: 0.76rem !important;
  }
}

@media (max-width: 760px) {
  html body.page-favorites .favorites-page {
    gap: 0.52rem !important;
  }

  html body.page-favorites .favorites-page__device-note {
    font-size: 0.74rem !important;
  }

  html body.page-favorites .favorites-page__grid {
    order: 1 !important;
    gap: 0.56rem !important;
  }

  html body.page-favorites .favorites-page__map-shell {
    order: 2 !important;
    margin: 0 !important;
  }

  html body.page-favorites .favorites-page__map-copy {
    padding: 0.68rem !important;
    gap: 0.3rem !important;
  }

  html body.page-favorites .favorites-page__map-lede,
  html body.page-favorites .summary-map-legend {
    display: none !important;
  }

  html body.page-favorites .favorites-page__map-title {
    font-size: 1.02rem !important;
  }

  html body.page-favorites .favorites-page__map-note,
  html body.page-favorites .favorites-page__map-status,
  html body.page-favorites .favorites-card__saved-at {
    font-size: 0.74rem !important;
    line-height: 1.28 !important;
  }

  html body.page-favorites .favorites-page__map-frame .summary-map {
    min-height: 15.5rem !important;
  }

  html body.page-favorites .favorites-card {
    gap: 0.56rem !important;
    padding: 0.82rem !important;
  }
}

@media (max-width: 760px) {
  html body.page-about .info-hero,
  html body.page-contact .info-hero,
  html body.page-about .info-card,
  html body.page-contact .info-card,
  html body.page-about .info-panel,
  html body.page-contact .info-panel {
    padding: 0.82rem !important;
    border-radius: 22px !important;
  }

  html body.page-about .info-hero,
  html body.page-contact .info-hero {
    gap: 0.48rem !important;
  }

  html body.page-about .info-hero h1,
  html body.page-contact .info-hero h1 {
    font-size: 1.54rem !important;
    line-height: 1.02 !important;
  }

  html body.page-about .info-hero .muted,
  html body.page-contact .info-hero .muted,
  html body.page-about .info-card .muted,
  html body.page-contact .info-card .muted,
  html body.page-about .info-panel .muted,
  html body.page-contact .info-panel .muted {
    font-size: 0.84rem !important;
    line-height: 1.36 !important;
  }

  html body.page-about .info-grid,
  html body.page-contact .info-grid {
    gap: 0.56rem !important;
  }

  html body.page-about .info-hero__actions,
  html body.page-contact .info-hero__actions {
    gap: 0.42rem !important;
  }

  html body.page-about .info-card h2,
  html body.page-contact .info-card h2,
  html body.page-about .info-panel h2,
  html body.page-contact .info-panel h2 {
    font-size: 1.08rem !important;
    line-height: 1.12 !important;
  }

  html body.page-about .compact-list,
  html body.page-contact .compact-list {
    gap: 0.34rem !important;
    padding-left: 0.95rem !important;
  }

}

@media (max-width: 760px) {
  html body.page-explore .summary-map-shell--explore-workspace {
    gap: 0.42rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map-mobile-switch {
    display: inline-grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.14rem;
    width: 100%;
    padding: 0.14rem;
    border: 1px solid rgba(16, 35, 45, 0.08);
    border-radius: 999px;
    background: rgba(250, 248, 243, 0.94);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 8px 20px rgba(16, 35, 45, 0.07);
  }

  html body.page-explore .summary-map-shell--explore-workspace .summary-map__toggle,
  html body.page-explore .explore-workspace__board {
    display: none !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-list .summary-map-frame {
    display: none !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-list .summary-map-copy {
    padding: 0.68rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map {
    gap: 0.32rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-copy {
    gap: 0.42rem !important;
    padding: 0.62rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-copy__intro {
    display: none !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-results-panel {
    gap: 0.34rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-results-head {
    gap: 0.22rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-results__back {
    display: inline-flex !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-results {
    max-height: 6rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-frame {
    padding: 0.28rem !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map {
    min-height: 17rem !important;
    border-radius: 18px !important;
  }

  html body.page-explore .summary-map-shell--explore-workspace.summary-map-shell--mobile-map .summary-map-footer {
    padding-top: 0.2rem !important;
  }
}
@media (max-width: 540px) {

  html body.page-home .home-hero h1 {
    font-size: 1.1rem !important;
    max-width: none !important;
  }

  html body.page-home .home-recommendations__block-head .section-title {
    font-size: 1.06rem !important;
  }

  html body.page-home .home-location-bar__refine {
    gap: 0.34rem !important;
  }

  html body.page-home .home-location-bar__refine-toggle {
    min-height: 1.8rem !important;
    padding-inline: 0.56rem !important;
    font-size: 0.62rem !important;
  }

  html body.page-home .home-location-bar__refine-radius:not(.sr-only) {
    font-size: 0.64rem !important;
  }

  html body.page-home .home-location-bar__refine-pill {
    min-height: 1.42rem !important;
    padding: 0.24rem 0.44rem !important;
    font-size: 0.62rem !important;
  }

  html body.page-home .home-featured--locked {
    padding: 0.18rem 0.24rem !important;
    border-radius: 11px !important;
  }

  html body.page-home .home-featured__lock {
    gap: 0.08rem 0.34rem !important;
    align-items: center !important;
  }

  html body.page-home .home-featured__lock-label {
    padding: 0.12rem 0.34rem !important;
    font-size: 0.54rem !important;
    letter-spacing: 0.06em !important;
  }

  html body.page-home .home-featured__lock-copy {
    font-size: 0.72rem !important;
    line-height: 1.16 !important;
    font-weight: 800 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    margin: 0 0.14rem 0.02rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.12rem 0.02rem !important;
    padding: 0.04rem 0.08rem calc(max(0.16rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    max-height: 3.05rem !important;
    border-radius: 12px 12px 0.4rem 0.4rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.04rem -0.08rem 0 !important;
    padding: 0.08rem 0.08rem 0.03rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.46rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 1.42rem !important;
    gap: 0.06rem !important;
  }
}

@media (max-width: 760px) {
  html body:not(.page-home) .filter-chip,
  html body:not(.page-home) .segmented-control__button,
  html body:not(.page-home) .filter-select__input,
  html body:not(.page-home) .filter-search__input{
    font-size: 0.79rem !important;
  }

  html body:not(.page-home) .pill,
  html body:not(.page-home) .river-card__fact,
  html body:not(.page-home) .route-facts__pill {
    font-size: 0.76rem !important;
  }

  html body:not(.page-home) .pill {
    padding: 0.24rem 0.54rem !important;
  }

  html body:not(.page-home) .muted,
  html body:not(.page-home) .river-card__copy,
  html body:not(.page-home) .river-detail__summary,
  html body:not(.page-home) .section-head__note,
  html body:not(.page-home) .summary-map-results__note,
  html body:not(.page-home) .summary-map-results__empty,
  html body:not(.page-home) .summary-map-result__route,
  html body:not(.page-home) .summary-map-result__meta {
    font-size: 0.8rem !important;
    line-height: 1.42 !important;
  }

  html body:not(.page-home) .eyebrow,
  html body:not(.page-home) .river-card__state,
  html body:not(.page-home) .hero-call__state,
  html body:not(.page-home) .summary-metric__label,
  html body:not(.page-home) .section-head__status,
  html body:not(.page-home) .summary-map-results__title {
    font-size: 0.68rem !important;
    letter-spacing: 0.1em !important;
  }

  html body:not(.page-home) .summary-map-copy,
  html body:not(.page-home) .summary-map-frame {
    padding: 0.78rem !important;
    gap: 0.52rem !important;
  }

  html body:not(.page-home) .summary-map-copy__intro,
  html body:not(.page-home) .summary-map-results-panel,
  html body:not(.page-home) .summary-map-results,
  html body:not(.page-home) .section-head__actions,
  html body:not(.page-home) .section-head__controls {
    gap: 0.32rem !important;
  }

  html body:not(.page-home) .summary-map-result {
    padding: 0.46rem 0.52rem !important;
  }

  html body:not(.page-home) .summary-map-result__name,
  html body:not(.page-home) .summary-map-copy__lede,
  html body:not(.page-home) .river-card__summary {
    font-size: 0.86rem !important;
    line-height: 1.36 !important;
  }

  html body:not(.page-home) .section-head {
    gap: 0.4rem !important;
  }

  html body:not(.page-home) .river-card__footer--compact .pill {
    min-height: 1.62rem !important;
  }

  html body:not(.page-home) .info-card,
  html body:not(.page-home) .info-panel,
  html body:not(.page-home) .request-card,
  html body:not(.page-home) .contribute-card,
  html body:not(.page-home) .contribute-sidebar,
  html body:not(.page-home) .home-board-inline {
    padding: 0.9rem !important;
  }
}

@media (max-width: 540px) {
  html body:not(.page-home) .filter-chip,
  html body:not(.page-home) .segmented-control__button,
  html body:not(.page-home) .filter-select__input,
  html body:not(.page-home) .filter-search__input{
    font-size: 0.74rem !important;
  }

  html body:not(.page-home) .pill,
  html body:not(.page-home) .river-card__fact,
  html body:not(.page-home) .route-facts__pill {
    font-size: 0.72rem !important;
  }

  html body:not(.page-home) .muted,
  html body:not(.page-home) .river-card__copy,
  html body:not(.page-home) .river-detail__summary,
  html body:not(.page-home) .section-head__note,
  html body:not(.page-home) .summary-map-results__note,
  html body:not(.page-home) .summary-map-results__empty,
  html body:not(.page-home) .summary-map-result__route,
  html body:not(.page-home) .summary-map-result__meta {
    font-size: 0.76rem !important;
  }

  html body:not(.page-home) .summary-map-copy,
  html body:not(.page-home) .summary-map-frame,
  html body:not(.page-home) .info-card,
  html body:not(.page-home) .info-panel,
  html body:not(.page-home) .request-card,
  html body:not(.page-home) .contribute-card,
  html body:not(.page-home) .contribute-sidebar,
  html body:not(.page-home) .home-board-inline {
    padding: 0.74rem !important;
  }
}

@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    padding: 0.26rem 0.38rem !important;
    border-radius: 12px !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.08rem 0.28rem !important;
    align-items: center !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    padding: 0.1rem 0.24rem !important;
    font-size: 0.46rem !important;
    letter-spacing: 0.04em !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.58rem !important;
    line-height: 1.04 !important;
    margin: 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(28.75rem, calc(var(--app-mobile-vh, 100svh) - 3.2rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    margin: 0 0.12rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(28.75rem, calc(var(--app-mobile-vh, 100svh) - 3.48rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.08rem 0 !important;
    padding: 0.01rem 0.06rem calc(max(0.08rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    max-height: 1.68rem !important;
    border-radius: 10px 10px 0.26rem 0.26rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.01rem -0.06rem 0 !important;
    padding: 0.03rem 0.06rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.08rem !important;
    padding: 0.08rem 0.3rem !important;
    font-size: 0.5rem !important;
    line-height: 1 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.34rem !important;
    gap: 0.02rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result {
    padding: 0.1rem 0.16rem !important;
    gap: 0.12rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__score {
    width: 0.84rem !important;
    height: 0.84rem !important;
    font-size: 0.42rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__name,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__route,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result__meta,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__empty {
    font-size: 0.5rem !important;
    line-height: 1 !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.3rem 0.42rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.58rem !important;
    line-height: 1.06 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(26.5rem, calc(var(--app-mobile-vh, 100svh) - 3.8rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    max-height: 1.82rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.5rem !important;
  }
}

@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.34rem 0.42rem !important;
    border-radius: 14px !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 0.12rem 0.3rem !important;
    align-items: center !important;
    justify-items: start !important;
    padding: 0 !important;
    text-align: left !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    padding: 0.12rem 0.3rem !important;
    font-size: 0.48rem !important;
    letter-spacing: 0.04em !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    max-width: none !important;
    margin: 0 !important;
    font-size: 0.6rem !important;
    line-height: 1.06 !important;
    text-shadow: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(29rem, calc(var(--app-mobile-vh, 100svh) - 2.9rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.06rem, env(safe-area-inset-top)) !important;
    margin: 0 0.08rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(29rem, calc(var(--app-mobile-vh, 100svh) - 3.1rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.06rem 0 !important;
    padding: 0.01rem 0.05rem calc(max(0.08rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    max-height: 1.24rem !important;
    border-radius: 10px 10px 0.24rem 0.24rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.01rem -0.05rem 0 !important;
    padding: 0.01rem 0.05rem 0 !important;
    min-height: 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.48rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.96rem !important;
    padding: 0.06rem 0.24rem !important;
    font-size: 0.48rem !important;
    line-height: 1 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.16rem !important;
    gap: 0.01rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-result {
    padding: 0.08rem 0.14rem !important;
    gap: 0.12rem !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.3rem 0.36rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    font-size: 0.44rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.56rem !important;
    line-height: 1.04 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(27rem, calc(var(--app-mobile-vh, 100svh) - 3.05rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    max-height: 1.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.88rem !important;
    padding-inline: 0.22rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.08rem !important;
  }
}

/* Final homepage-only mobile override pass for screenshot-confirmed issues. */
@media (max-width: 760px) {
  html body.page-home .home-overview--top {
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.18rem 0.28rem !important;
    border-radius: 12px !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    display: flex !important;
    align-items: center !important;
    gap: 0.18rem !important;
    padding: 0 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    flex: 0 0 auto !important;
    padding: 0.1rem 0.2rem !important;
    font-size: 0.42rem !important;
    line-height: 1 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.54rem !important;
    line-height: 1.06 !important;
    font-weight: 700 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(30rem, calc(var(--app-mobile-vh, 100svh) - 2.35rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.04rem, env(safe-area-inset-top)) !important;
    margin: 0 0.05rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(30rem, calc(var(--app-mobile-vh, 100svh) - 2.55rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.04rem 0 !important;
    padding: 0.01rem 0.04rem calc(max(0.08rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    max-height: 1rem !important;
    border-radius: 10px 10px 0.2rem 0.2rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.01rem -0.04rem 0 !important;
    padding: 0.01rem 0.04rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.42rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.8rem !important;
    padding: 0.04rem 0.18rem !important;
    font-size: 0.45rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.04rem !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.16rem 0.24rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.16rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.5rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(27.5rem, calc(var(--app-mobile-vh, 100svh) - 2.7rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    max-height: 0.92rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.74rem !important;
    padding-inline: 0.16rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0 !important;
  }
}
/* Final homepage mobile correction pass: keep it compact, but readable and usable. */
@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.45rem 0.6rem !important;
    border-radius: 16px !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    padding: 0 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0.22rem 0.42rem !important;
    border-radius: 999px !important;
    font-size: 0.56rem !important;
    line-height: 1 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.72rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(32rem, calc(var(--app-mobile-vh, 100svh) - 1.9rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.35rem, env(safe-area-inset-top)) !important;
    margin: 0 0.35rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(27rem, calc(var(--app-mobile-vh, 100svh) - 5.9rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    margin: 0 0.32rem 0 !important;
    padding: 0.24rem 0.28rem calc(max(0.34rem, env(safe-area-inset-bottom)) + 0.04rem) !important;
    max-height: clamp(6.4rem, 19vh, 8.2rem) !important;
    border-radius: 16px 16px 0.5rem 0.5rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.24rem -0.28rem 0 !important;
    padding: 0.24rem 0.28rem 0.18rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 1.6rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.74rem !important;
    line-height: 1.2 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    font-size: 0.64rem !important;
    line-height: 1.25 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.5rem !important;
    padding: 0.18rem 0.42rem !important;
    font-size: 0.64rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(2.8rem, 8vh, 3.8rem) !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.4rem 0.52rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.42rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.68rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(25.5rem, calc(var(--app-mobile-vh, 100svh) - 5.5rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    max-height: clamp(5.9rem, 17vh, 7.2rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(2.3rem, 6.5vh, 3.1rem) !important;
  }
}
/* Follow-up: homepage mobile cleanup for tighter header, shorter locked card, and more map-first sheet. */
@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    padding: 0.34rem 0.5rem !important;
    gap: 0.18rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 0.08rem 0.3rem !important;
    align-items: center !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    padding: 0.1rem 0.3rem !important;
    font-size: 0.44rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.64rem !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    display: inline-flex !important;
    position: sticky !important;
    left: 0 !important;
    right: auto !important;
    z-index: 5 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-copy {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    display: block !important;
    z-index: 4 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    display: grid !important;
    width: auto !important;
    min-height: 5.3rem !important;
    max-height: min(6.9rem, 18svh) !important;
    padding-bottom: calc(max(0.24rem, env(safe-area-inset-bottom)) + 0.02rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    padding-bottom: 0.12rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    font-size: 0.6rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.36rem !important;
    padding: 0.14rem 0.34rem !important;
    font-size: 0.6rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    display: grid !important;
    max-height: min(2.9rem, 7svh) !important;
    overflow: auto !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.3rem 0.46rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.28rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.6rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(25.8rem, calc(var(--app-mobile-vh, 100svh) - 5.1rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 4.9rem !important;
    max-height: clamp(5rem, 15.5vh, 6rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1.9rem, 5.2vh, 2.5rem) !important;
  }
}

/* Final pass: homepage mobile should be cleaner, shorter, and more map-first. */
@media (max-width: 760px) {
  html body.page-home .home-overview--top {
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    padding: 0.26rem 0.42rem !important;
    border-radius: 14px !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.18rem 0.26rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    padding: 0.12rem 0.28rem !important;
    font-size: 0.46rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.61rem !important;
    line-height: 1.08 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.18rem, env(safe-area-inset-top)) !important;
    margin: 0 0.18rem 0.04rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(26.2rem, calc(var(--app-mobile-vh, 100svh) - 4.6rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 4.2rem !important;
    max-height: clamp(4.3rem, 13.5vh, 5.3rem) !important;
    padding: 0.16rem 0.18rem calc(max(0.22rem, env(safe-area-inset-bottom)) + 0.02rem) !important;
    border-radius: 14px 14px 0.4rem 0.4rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.16rem -0.18rem 0 !important;
    padding: 0.16rem 0.18rem 0.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.68rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    font-size: 0.58rem !important;
    line-height: 1.12 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.16rem !important;
    padding: 0.1rem 0.3rem !important;
    font-size: 0.56rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1.4rem, 4.4vh, 2rem) !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.24rem 0.38rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(25.2rem, calc(var(--app-mobile-vh, 100svh) - 4.3rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 4rem !important;
    max-height: clamp(4.05rem, 12.5vh, 4.9rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1.2rem, 3.8vh, 1.7rem) !important;
  }
}
/* Final homepage mobile polish pass: compact header, compact locked featured card, smaller map shortlist peek. */
@media (max-width: 760px) {
  html body.page-home .home-overview--top {
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.2rem 0.36rem !important;
    border-radius: 14px !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.26rem !important;
    padding: 0 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    margin: 0 !important;
    padding: 0.14rem 0.26rem !important;
    border-radius: 999px !important;
    font-size: 0.47rem !important;
    line-height: 1 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.57rem !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(29.4rem, calc(var(--app-mobile-vh, 100svh) - 2.75rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.12rem, env(safe-area-inset-top)) !important;
    margin: 0 0.16rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(26.8rem, calc(var(--app-mobile-vh, 100svh) - 3.95rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 3.48rem !important;
    max-height: clamp(3.55rem, 10.4vh, 4.1rem) !important;
    margin: 0 0.16rem 0 !important;
    padding: 0.1rem 0.14rem calc(max(0.14rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    border-radius: 13px 13px 0.45rem 0.45rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.1rem -0.14rem 0 !important;
    padding: 0.1rem 0.14rem 0.04rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.84rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.62rem !important;
    line-height: 1.08 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1rem !important;
    padding: 0.06rem 0.24rem !important;
    font-size: 0.52rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(0.94rem, 2.9vh, 1.28rem) !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.18rem 0.3rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.22rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.54rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(25.9rem, calc(var(--app-mobile-vh, 100svh) - 3.7rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 3.2rem !important;
    max-height: clamp(3.25rem, 9.6vh, 3.85rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(0.86rem, 2.5vh, 1.12rem) !important;
  }
}

/* Latest homepage mobile tightening pass: single-row header, slimmer locked card, more map-first sheet. */
@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    padding: 0.18rem 0.36rem !important;
    border-radius: 12px !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.14rem 0.28rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0.12rem 0.26rem !important;
    font-size: 0.48rem !important;
    line-height: 1 !important;
    border-radius: 999px !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.64rem !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.08rem, env(safe-area-inset-top)) !important;
    margin: 0 0.12rem 0.04rem !important;
    padding: 0.07rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.36rem !important;
    padding: 0.12rem 0.32rem !important;
    font-size: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__count {
    min-width: 0.96rem !important;
    min-height: 0.96rem !important;
    font-size: 0.54rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(27.8rem, calc(var(--app-mobile-vh, 100svh) - 2.15rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.18rem !important;
    max-height: clamp(2.26rem, 6.1vh, 2.54rem) !important;
    margin: 0 0.12rem 0 !important;
    padding: 0.02rem 0.1rem calc(max(0.08rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    border-radius: 12px 12px 0.35rem 0.35rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.03rem -0.09rem 0 !important;
    padding: 0.06rem 0.09rem 0.01rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.62rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.52rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.76rem !important;
    padding: 0.02rem 0.14rem !important;
    font-size: 0.44rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(0.42rem, 1vh, 0.56rem) !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.11rem 0.2rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.47rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(26.2rem, calc(var(--app-mobile-vh, 100svh) - 2.5rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.34rem !important;
    max-height: clamp(2.38rem, 6.8vh, 2.72rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(0.48rem, 1.2vh, 0.62rem) !important;
  }
}

@media (max-width: 760px) {
  html body.page-home .home-overview--top,
  html body.page-home .home-hero__trust--support {
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    padding: 0.06rem 0.16rem !important;
    border-radius: 11px !important;
    box-shadow: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.08rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.44rem !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(27.9rem, calc(var(--app-mobile-vh, 100svh) - 2.16rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 1.94rem !important;
    max-height: clamp(1.94rem, 5.4vh, 2.16rem) !important;
    margin: 0 0.08rem 0 !important;
    padding: 0.01rem 0.08rem calc(max(0.08rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.01rem -0.08rem 0 !important;
    padding: 0.03rem 0.08rem 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.4rem !important;
    height: 0.05rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.68rem !important;
    padding: 0.01rem 0.12rem !important;
    font-size: 0.4rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.46rem !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.06rem 0.14rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.41rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 1.82rem !important;
    max-height: clamp(1.82rem, 4.9vh, 2rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.4rem !important;
  }
}

/* 2026-04-24 corrective pass: undo over-tight mobile overrides while staying compact. */
@media (max-width: 760px) {
  html body.page-home .home-hero__trust--support,
  html body.page-home .home-overview--top {
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.2rem 0.34rem !important;
    border-radius: 12px !important;
    box-shadow: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.18rem 0.28rem !important;
    padding: 0 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0.12rem 0.24rem !important;
    font-size: 0.45rem !important;
    line-height: 1 !important;
    border-radius: 999px !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.55rem !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(28.2rem, calc(var(--app-mobile-vh, 100svh) - 3.05rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.12rem, env(safe-area-inset-top)) !important;
    margin: 0 0.14rem 0.04rem !important;
    padding: 0.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.32rem !important;
    padding: 0.12rem 0.32rem !important;
    font-size: 0.56rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__count {
    min-width: 0.96rem !important;
    min-height: 0.96rem !important;
    font-size: 0.54rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(26.4rem, calc(var(--app-mobile-vh, 100svh) - 4.25rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.56rem !important;
    max-height: clamp(2.62rem, 7.2vh, 2.96rem) !important;
    margin: 0 0.12rem 0 !important;
    padding: 0.04rem 0.1rem calc(max(0.1rem, env(safe-area-inset-bottom)) + 0.01rem) !important;
    border-radius: 12px 12px 0.38rem 0.38rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.04rem -0.1rem 0 !important;
    padding: 0.08rem 0.1rem 0.02rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.52rem !important;
    height: 0.06rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 0.82rem !important;
    padding: 0.03rem 0.16rem !important;
    font-size: 0.46rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.52rem !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.16rem 0.32rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(26.4rem, calc(var(--app-mobile-vh, 100svh) - 3.2rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.12rem !important;
    max-height: clamp(2.18rem, 5.8vh, 2.38rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.32rem !important;
  }
}

/* Final homepage mobile stabilization pass: readable compact header, ultra-short locked card, and map-first sheet peek. */
@media (max-width: 760px) {

  html body.page-home .home-featured--locked {
    padding: 0.34rem 0.46rem !important;
    border-radius: 14px !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.08rem 0.36rem !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    padding: 0.14rem 0.36rem !important;
    font-size: 0.56rem !important;
    letter-spacing: 0.06em !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(26rem, calc(var(--app-mobile-vh, 100svh) - 3.3rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.18rem, env(safe-area-inset-top)) !important;
    margin: 0 0.2rem 0.06rem !important;
    padding: 0.1rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.7rem !important;
    padding: 0.18rem 0.42rem !important;
    font-size: 0.66rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__count {
    min-width: 1.02rem !important;
    min-height: 1.02rem !important;
    font-size: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(25rem, calc(var(--app-mobile-vh, 100svh) - 4.6rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 3rem !important;
    max-height: 3.2rem !important;
    margin: 0 0.16rem 0 !important;
    padding: 0.08rem 0.12rem calc(max(0.14rem, env(safe-area-inset-bottom)) + 0.02rem) !important;
    border-radius: 14px 14px 0.42rem 0.42rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.08rem -0.12rem 0 !important;
    padding: 0.16rem 0.12rem 0.04rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.78rem !important;
    height: 0.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    display: block !important;
    font-size: 0.56rem !important;
    line-height: 1.1 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.1rem !important;
    padding: 0.08rem 0.24rem !important;
    font-size: 0.54rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.9rem !important;
    gap: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.28rem 0.4rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    font-size: 0.52rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.72rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(24.2rem, calc(var(--app-mobile-vh, 100svh) - 4.2rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.86rem !important;
    max-height: 3rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.76rem !important;
  }
}

/* Final mobile homepage pass: quieter header, shorter locked card, more map-first sheet. */
@media (max-width: 760px) {
  html body.page-home .home-overview--top,
  html body.page-home .home-hero__trust{
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.24rem 0.36rem !important;
    border-radius: 14px !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.08rem 0.28rem !important;
    padding: 0 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    margin: 0 !important;
    padding: 0.12rem 0.28rem !important;
    border-radius: 999px !important;
    font-size: 0.5rem !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.66rem !important;
    line-height: 1.12 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(26rem, calc(var(--app-mobile-vh, 100svh) - 2.6rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.12rem, env(safe-area-inset-top)) !important;
    margin: 0 0.16rem 0.04rem !important;
    padding: 0.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.5rem !important;
    padding: 0.14rem 0.34rem !important;
    font-size: 0.61rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__count {
    min-width: 0.94rem !important;
    min-height: 0.94rem !important;
    font-size: 0.54rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(24.8rem, calc(var(--app-mobile-vh, 100svh) - 4rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.42rem !important;
    max-height: 2.56rem !important;
    margin: 0 0.14rem 0 !important;
    padding: 0.06rem 0.1rem calc(max(0.12rem, env(safe-area-inset-bottom)) + 0.02rem) !important;
    border-radius: 14px 14px 0.42rem 0.42rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.06rem -0.1rem 0 !important;
    padding: 0.12rem 0.1rem 0.03rem !important;
    min-height: 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 0.68rem !important;
    height: 0.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    display: block !important;
    font-size: 0.52rem !important;
    line-height: 1.05 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1rem !important;
    padding: 0.06rem 0.2rem !important;
    font-size: 0.5rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.58rem !important;
    gap: 0 !important;
    overflow: hidden !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.2rem 0.28rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    gap: 0.06rem 0.22rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    padding: 0.1rem 0.22rem !important;
    font-size: 0.44rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    margin-inline: 0.12rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.38rem !important;
    padding: 0.12rem 0.28rem !important;
    font-size: 0.56rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(23.6rem, calc(var(--app-mobile-vh, 100svh) - 3.78rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 2.24rem !important;
    max-height: 2.34rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: 0.42rem !important;
  }
}

/* Latest homepage mobile pass: quieter header, compact locked featured card, and map-first tray without unreadable controls. */
@media (max-width: 760px) {
  html body.page-home .home-overview--top{
    display: none !important;
  }

  html body.page-home .home-featured--locked {
    min-height: 0 !important;
    padding: 0.42rem 0.58rem !important;
    border-radius: 16px !important;
  }

  html body.page-home .home-featured--locked .home-featured__body {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.2rem 0.42rem !important;
    padding: 0 !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    margin: 0 !important;
    padding: 0.16rem 0.38rem !important;
    border-radius: 999px !important;
    font-size: 0.54rem !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    margin: 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
    font-weight: 760 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(26.5rem, calc(var(--app-mobile-vh, 100svh) - 3.5rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    top: max(0.18rem, env(safe-area-inset-top)) !important;
    margin: 0 0.18rem 0.08rem !important;
    padding: 0.1rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.7rem !important;
    padding: 0.18rem 0.42rem !important;
    font-size: 0.68rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__count {
    min-width: 1.04rem !important;
    min-height: 1.04rem !important;
    font-size: 0.58rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(25.4rem, calc(var(--app-mobile-vh, 100svh) - 3.95rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 4.7rem !important;
    max-height: clamp(4.8rem, 13vh, 5.7rem) !important;
    margin: 0 0.18rem 0 !important;
    padding: 0.16rem 0.18rem calc(max(0.22rem, env(safe-area-inset-bottom)) + 0.02rem) !important;
    border-radius: 16px 16px 0.55rem 0.55rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head {
    margin: -0.16rem -0.18rem 0 !important;
    padding: 0.2rem 0.18rem 0.08rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-head::before {
    width: 1.4rem !important;
    height: 0.1rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__title {
    font-size: 0.68rem !important;
    line-height: 1.08 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__note {
    font-size: 0.62rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    min-height: 1.28rem !important;
    padding: 0.12rem 0.3rem !important;
    font-size: 0.6rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1.52rem, 4.2vh, 2.05rem) !important;
    gap: 0.08rem !important;
    overflow: hidden !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-featured--locked {
    padding: 0.36rem 0.48rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-label {
    font-size: 0.5rem !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.7rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    margin-inline: 0.14rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch__button {
    min-height: 1.58rem !important;
    padding-inline: 0.36rem !important;
    font-size: 0.64rem !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(24.5rem, calc(var(--app-mobile-vh, 100svh) - 3.7rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    min-height: 4.3rem !important;
    max-height: clamp(4.4rem, 12vh, 5.1rem) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results {
    max-height: clamp(1.32rem, 3.7vh, 1.7rem) !important;
  }
}

@media (max-width: 760px) {

  html body.page-home .home-recommendations {
    margin-top: 0.82rem !important;
    padding-top: 0.62rem !important;
  }

  html body.page-home .home-recommendations::before {
    opacity: 0.82 !important;
  }

  html body.page-home .home-recommendations__map-block {
    margin-top: 0.46rem !important;
    padding-top: 0.88rem !important;
  }

  html body.page-home .home-recommendations__block-head {
    padding-bottom: 0.08rem !important;
  }
}

@media (max-width: 540px) {

  html body.page-home .home-recommendations {
    margin-top: 0.72rem !important;
    padding-top: 0.52rem !important;
  }

  html body.page-home .home-recommendations__map-block {
    margin-top: 0.4rem !important;
    padding-top: 0.82rem !important;
  }
}

@media (max-width: 760px) {
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(16.8rem, calc(var(--app-mobile-vh, 100svh) - 10.2rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(16.8rem, calc(var(--app-mobile-vh, 100svh) - 10.6rem - env(safe-area-inset-top))) !important;
  }
}

@media (max-width: 540px) {
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map {
    min-height: max(15.6rem, calc(var(--app-mobile-vh, 100svh) - 10.6rem - env(safe-area-inset-top))) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-frame,
  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map {
    min-height: max(15.6rem, calc(var(--app-mobile-vh, 100svh) - 11rem - env(safe-area-inset-top))) !important;
  }
}

@media (max-width: 760px) {
  html body .site-header {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.58rem 0.54rem !important;
    border-radius: 18px !important;
    background:
      linear-gradient(180deg, rgba(250, 247, 240, 0.98), rgba(246, 241, 232, 0.94)),
      var(--bg) !important;
    box-shadow: 0 8px 22px rgba(16, 35, 45, 0.06) !important;
  }

  html body .brand {
    display: grid !important;
    grid-template-columns: auto !important;
    align-items: center !important;
    gap: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    padding-inline: 0 !important;
  }

  html body .brand__logo {
    width: clamp(2.7rem, 12vw, 3.35rem) !important;
    height: auto !important;
  }

  html body .brand__copy {
    display: none !important;
  }

  html body .site-header__meta {
    justify-items: start !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html body .site-header__topline {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 0.32rem !important;
    align-items: center !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  html body .site-header__nav {
    grid-column: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 0.18rem !important;
    overflow-x: auto !important;
    padding: 0.04rem 0 !important;
    margin: 0 !important;
    scrollbar-width: none !important;
  }

  html body .site-header__nav::-webkit-scrollbar {
    display: none !important;
  }

  html body .site-header__nav-link {
    flex: 0 0 auto !important;
    min-height: 2rem !important;
    padding-inline: 0.54rem !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
  }

  html body .site-header__search,
  html body .site-header__action {
    display: inline-flex !important;
    width: auto !important;
  }

  html body .site-header__search {
    min-width: 0 !important;
    width: 2rem !important;
    min-height: 2rem !important;
    justify-content: center !important;
    padding-inline: 0 !important;
    gap: 0 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
  }

  html body .site-header__search-label--full,
  html body .site-header__search-label--short,
  html body .site-header__action-label--full {
    display: none !important;
  }

  html body .site-header__action-label--short {
    display: inline !important;
  }

  html body .site-header__action {
    flex: 0 0 auto !important;
    min-height: 2rem !important;
    justify-content: center !important;
    padding-inline: 0.56rem !important;
    font-size: 0.72rem !important;
    white-space: nowrap !important;
  }

  html body .site-header__blurb {
    display: none !important;
  }

  html body .site-header__freshness {
    display: none !important;
  }
}

@media (max-width: 540px) {
  html body .site-header {
    gap: 0.42rem !important;
    padding: 0.5rem 0.44rem !important;
  }

  html body .brand {
    gap: 0 !important;
  }

  html body .brand__logo {
    width: clamp(2.45rem, 11vw, 2.9rem) !important;
    height: auto !important;
  }

  html body .site-header__nav-link[data-site-favorites-link] {
    font-size: 0 !important;
  }

  html body .site-header__nav-link[data-site-favorites-link]::before {
    content: "Saved";
    font-size: 0.66rem !important;
  }

  html body .site-header__nav-link[data-site-favorites-link] [data-site-favorites-count] {
    display: none !important;
  }

  html body .site-header__nav-link {
    min-height: 1.92rem !important;
    padding-inline: 0.48rem !important;
    font-size: 0.66rem !important;
  }

  html body .site-header__search {
    width: 1.92rem !important;
    min-height: 1.92rem !important;
    font-size: 0.68rem !important;
  }

  html body .site-header__action {
    min-height: 1.92rem !important;
    font-size: 0.68rem !important;
  }
}

@media (max-width: 760px) {
  html body.page-home .home-hero__freshness {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.32rem 0.52rem !important;
    margin: 0.12rem 0 0.18rem !important;
    padding-inline: 0.04rem !important;
    color: rgba(78, 96, 114, 0.92) !important;
    font-size: 0.74rem !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 540px) {
  html body.page-home .home-hero__freshness {
    margin-top: 0.1rem !important;
    font-size: 0.72rem !important;
  }
}

@media (max-width: 760px) {
  html body.page-home .summary-map-shell--home .summary-map-mobile-switch {
    display: inline-grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.14rem !important;
    width: 100% !important;
    padding: 0.14rem !important;
    border: 1px solid rgba(16, 35, 45, 0.08) !important;
    border-radius: 999px !important;
    background: rgba(250, 248, 243, 0.94) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 8px 20px rgba(16, 35, 45, 0.07) !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-frame {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-copy {
    display: grid !important;
    position: static !important;
    inset: auto !important;
    gap: 0.42rem !important;
    padding: 0.68rem !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    pointer-events: auto !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    display: inline-grid !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results__back {
    display: inline-flex !important;
  }

  html body.page-weekend [data-weekend-grid] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.68rem !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    scroll-snap-type: none !important;
  }

  html body.page-weekend [data-weekend-grid] > .river-card--weekend {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0.86rem !important;
    gap: 0.56rem !important;
  }

  html body.page-weekend [data-weekend-grid] > .river-card--weekend .river-card__title {
    font-size: 1rem !important;
    line-height: 1.08 !important;
  }

  html body.page-weekend [data-weekend-grid] > .river-card--weekend .river-card__subtitle,
  html body.page-weekend [data-weekend-grid] > .river-card--weekend .river-card__verdict,
  html body.page-weekend [data-weekend-grid] > .river-card--weekend .river-card__explanation,
  html body.page-weekend [data-weekend-grid] > .river-card--weekend .river-card__signal-line {
    font-size: 0.8rem !important;
    line-height: 1.3 !important;
  }

  html body.page-weekend [data-weekend-grid] > .river-card--weekend .river-card__scoreline {
    gap: 0.58rem !important;
    align-items: center !important;
  }

  html body.page-weekend [data-weekend-grid] > .river-card--weekend .score-orb {
    width: 4.8rem !important;
    height: 4.8rem !important;
    min-width: 4.8rem !important;
    min-height: 4.8rem !important;
  }

  html body.page-weekend .weekend-hero__featured {
    padding: 0.92rem !important;
    gap: 0.5rem !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__summary {
    display: block !important;
    font-size: 0.8rem !important;
    line-height: 1.34 !important;
    -webkit-line-clamp: 4 !important;
  }

  html body.page-weekend .weekend-hero__featured .hero-call__toggle {
    display: inline-flex !important;
    justify-self: start !important;
  }
}

@media (max-width: 760px) {
  html body.page-weekend .recommendation-grid.weekend-page__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.68rem !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    scroll-snap-type: none !important;
  }

  html body.page-weekend [data-weekend-grid] > .river-card--weekend {
    scroll-snap-align: none !important;
    align-self: stretch !important;
  }
}

/* Canonical mobile polish layer for the shared header and homepage result map. */
@media (max-width: 760px) {
  html body.page-home .main-shell {
    gap: 0.78rem !important;
  }

  html body.page-home .home-hero.hero {
    gap: 0.62rem !important;
    padding: 0.8rem !important;
    border-radius: 24px !important;
  }

  html body.page-home .home-hero__copy {
    gap: 0.22rem !important;
  }

  html body.page-home .home-hero h1 {
    font-size: clamp(1.42rem, 6.2vw, 1.72rem) !important;
    line-height: 1.05 !important;
  }

  html body.page-home .home-hero__freshness {
    margin: 0.04rem 0 0 !important;
    font-size: 0.72rem !important;
  }

  html body.page-home .home-location-bar {
    gap: 0.54rem !important;
    padding: 0.72rem !important;
    border-radius: 22px !important;
  }

  html body.page-home .home-location-bar__current {
    gap: 0.52rem !important;
  }

  html body.page-home .home-location-bar__icon {
    width: 2.15rem !important;
    height: 2.15rem !important;
  }

  html body.page-home .home-location-bar__value {
    font-size: 1.02rem !important;
  }

  html body.page-home .home-location-bar__helper {
    font-size: 0.78rem !important;
    line-height: 1.34 !important;
  }

  html body.page-home .home-location-bar__search .filter-search__input,
  html body.page-home .home-location-bar__search-input,
  html body.page-home .home-location-bar .filter-chip {
    min-height: 2.46rem !important;
  }

  html body.page-home .home-location-bar__use {
    width: 2.56rem !important;
    min-width: 2.56rem !important;
    min-height: 2.46rem !important;
  }

  html body.page-home .home-featured--locked {
    margin-top: 0.1rem !important;
    padding: 0.44rem 0.56rem !important;
  }

  html body.page-home .home-recommendations {
    margin-top: 0.72rem !important;
  }

  html body.page-home .home-recommendations__block-head .section-title {
    font-size: clamp(1.28rem, 5.4vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  html body.page-home .home-radius-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.42rem !important;
  }

  html body.page-home .home-radius-pill {
    min-height: 2.46rem !important;
    padding: 0.36rem 0.62rem !important;
  }

  html body.page-home .summary-map-shell--home {
    overflow-anchor: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-mobile-switch {
    display: inline-grid !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-map .summary-map-results-panel {
    display: none !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-copy {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    padding: 0.68rem !important;
    background: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    pointer-events: auto !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-results-panel {
    position: static !important;
    display: grid !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-results {
    max-height: none !important;
    overflow: visible !important;
  }

  html body.page-home .summary-map-shell--home.summary-map-shell--mobile-list .summary-map-results__back {
    display: none !important;
  }
}

@media (max-width: 540px) {
  html body.page-home .home-hero.hero {
    padding: 0.7rem !important;
  }

  html body.page-home .home-location-bar {
    padding: 0.64rem !important;
  }

  html body.page-home .home-location-bar__helper {
    display: none !important;
  }

  html body.page-home .home-featured--locked .home-featured__lock-copy {
    font-size: 0.68rem !important;
  }
}
