:root {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color-scheme: light;
  --navy-950: #020f1c;
  --navy-900: #041827;
  --navy-850: #082132;
  --navy-800: #0b2a3d;
  --green: #24ad69;
  --green-bright: #42d184;
  --green-soft: #b9f2d3;
  --white: #ffffff;
  --paper: #f6f8f8;
  --ink: #071723;
  --muted: #5f6d75;
  --line: #d9e0e2;
  --line-dark: rgba(184, 215, 213, 0.17);
  --gutter: clamp(1rem, 3.2vw, 3.5rem);
  --content: 1500px;
}

/* Exact-location ranking and grouped-resource navigation. */
@media screen {
  .location-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: stretch;
    margin-top: 1rem;
  }

  .location-actions .location-button {
    margin-top: 0;
  }

  .location-clear {
    min-width: 3.8rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    color: #dbe6e8;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .location-clear:hover,
  .location-clear:focus-visible {
    border-color: #7edbab;
    background: rgba(126, 219, 171, 0.12);
    outline: none;
  }

  .location-status {
    margin: 0.58rem 0 0;
    color: #a9bdc2;
    font-size: 0.66rem;
    line-height: 1.45;
    text-align: left;
  }

  .live-source-status {
    margin: 0.35rem 0 0;
    padding-left: 0.65rem;
    border-left: 2px solid rgba(66, 209, 132, 0.62);
    color: #c3d7d8;
    font-size: 0.66rem;
    line-height: 1.45;
  }

  .panel-navigation {
    display: grid;
    grid-template-columns: 2.2rem 1fr 2.2rem;
    align-items: center;
    gap: 0.35rem;
    margin: 0.75rem 0 1rem;
  }

  .panel-navigation span {
    color: #93a8ae;
    font-size: 0.65rem;
    font-weight: 750;
    text-align: center;
  }

  .panel-navigation button {
    display: grid;
    place-items: center;
    min-height: 2.15rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.04);
    color: #d7e4e6;
  }

  .panel-navigation button:first-child svg {
    transform: rotate(180deg);
  }

  .panel-navigation button:disabled {
    opacity: 0.3;
  }

  .panel-navigation button:not(:disabled):hover,
  .panel-navigation button:not(:disabled):focus-visible {
    border-color: var(--accent);
    outline: none;
  }

  .panel-precision {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.45rem;
    align-items: start;
    margin: 0.9rem 0;
    padding: 0.62rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.035);
    color: #b8c8cc;
    font-size: 0.66rem;
    line-height: 1.45;
  }

  .panel-precision.is-exact {
    border-color: rgba(77, 210, 139, 0.27);
    background: rgba(77, 210, 139, 0.07);
  }

  .panel-precision.is-coverage {
    border-color: rgba(255, 181, 72, 0.25);
    background: rgba(255, 181, 72, 0.06);
  }

  .panel-precision svg {
    width: 1rem;
    height: 1rem;
    color: var(--accent);
  }

  .panel-precision strong {
    color: #f2f7f8;
  }

  .globe-cluster-tray {
    position: absolute;
    top: 4.1rem;
    right: 0.9rem;
    z-index: 12;
    width: min(21rem, calc(100% - 1.8rem));
    max-height: min(31rem, calc(100% - 8rem));
    overflow: auto;
    border: 1px solid rgba(163, 211, 205, 0.28);
    border-radius: 6px;
    background: rgba(2, 18, 29, 0.97);
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
  }

  .globe-cluster-tray__heading {
    position: sticky;
    top: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(2, 18, 29, 0.98);
  }

  .globe-cluster-tray__heading strong,
  .globe-cluster-tray__heading span {
    display: block;
  }

  .globe-cluster-tray__heading strong {
    color: #f4f9fa;
    font-size: 0.78rem;
  }

  .globe-cluster-tray__heading span {
    margin-top: 0.12rem;
    color: #91a8ae;
    font-size: 0.62rem;
  }

  .globe-cluster-tray__heading button {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: transparent;
    color: #d7e4e6;
  }

  .globe-cluster-tray__list > button {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.65rem;
    align-items: center;
    width: 100%;
    min-height: 3.45rem;
    padding: 0.62rem 0.75rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #e8f0f1;
    text-align: left;
  }

  .globe-cluster-tray__list > button:hover,
  .globe-cluster-tray__list > button:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    outline: none;
  }

  .globe-cluster-tray__list > button > i {
    width: 0.62rem;
    height: 0.62rem;
    border: 2px solid #031520;
    border-radius: 50%;
    background: var(--cluster-accent);
    box-shadow: 0 0 0 2px var(--cluster-accent);
  }

  .globe-cluster-tray__list strong,
  .globe-cluster-tray__list small {
    display: block;
  }

  .globe-cluster-tray__list strong {
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .globe-cluster-tray__list small {
    margin-top: 0.14rem;
    overflow: hidden;
    color: #91a8ae;
    font-size: 0.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .globe-cluster-tray__list svg {
    width: 0.85rem;
    height: 0.85rem;
  }

  .globe-cluster-tray > p {
    margin: 0;
    padding: 0.65rem 0.8rem;
    color: #91a8ae;
    font-size: 0.62rem;
    line-height: 1.4;
  }
}

@media (max-width: 600px) {
  .location-actions {
    margin-top: 0.8rem;
  }

  .location-status {
    font-size: 0.76rem;
  }

  .location-clear {
    min-width: 4.2rem;
    font-size: 0.78rem;
  }

  .globe-cluster-tray {
    top: auto;
    right: 0.65rem;
    bottom: 5.2rem;
    width: calc(100% - 1.3rem);
    max-height: 44%;
  }

  .globe-cluster-tray__list > button {
    min-height: 3.8rem;
  }

  .globe-cluster-tray__list strong {
    font-size: 0.82rem;
  }

  .globe-cluster-tray__list small {
    font-size: 0.68rem;
  }
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.4rem;
  background: var(--navy-950);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  line-height: 1.5;
}

button,
input {
  font: inherit;
}

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

button {
  cursor: pointer;
}

:where(a, button, input, select, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--navy-950) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px rgba(66, 209, 132, 0.9) !important;
}

button:disabled {
  cursor: not-allowed;
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

::selection {
  background: rgba(36, 173, 105, 0.24);
}

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

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--white);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(13rem, 1fr) auto minmax(13rem, 1fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 4.5rem;
  padding: 0.7rem var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: fit-content;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
}

.brand__mark svg {
  width: 1.25rem;
  height: 1.25rem;
}

.brand__name {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
}

.brand strong {
  font-size: 1.3rem;
  line-height: 1;
}

.brand small {
  color: #33434d;
  font-size: 0.76rem;
  font-weight: 750;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.7vw, 2.8rem);
  color: #253641;
  font-size: 0.81rem;
  font-weight: 750;
}

.primary-nav a {
  position: relative;
  padding: 0.55rem 0;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--green);
  content: "";
  transition: transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="location"] {
  color: #087a43;
  outline: none;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav a[aria-current="location"]::after {
  transform: scaleX(1);
}

.site-menu {
  position: relative;
  display: none;
  justify-self: end;
}

.site-menu > summary {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #9aa7ac;
  border-radius: 4px;
  color: #243640;
  cursor: pointer;
  list-style: none;
}

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

.site-menu > summary svg {
  width: 1.15rem;
  height: 1.15rem;
}

.site-menu[open] > summary,
.site-menu > summary:hover,
.site-menu > summary:focus-visible {
  border-color: #087a43;
  background: #eef8f2;
  color: #087a43;
  outline: none;
}

.site-menu nav {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  z-index: 4;
  display: grid;
  width: min(17rem, calc(100vw - 1.5rem));
  padding: 0.4rem;
  border: 1px solid #c7d0d3;
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 1rem 2.5rem rgba(7, 23, 35, 0.16);
}

.site-menu nav a {
  padding: 0.72rem 0.8rem;
  border-radius: 3px;
  color: #233640;
  font-size: 0.76rem;
  font-weight: 750;
}

.site-menu nav a:hover,
.site-menu nav a:focus-visible,
.site-menu nav a[aria-current="location"] {
  background: #eef8f2;
  color: #087a43;
  outline: none;
}

.header-action {
  justify-self: end;
  padding: 0.65rem 0.85rem;
  border: 1px solid #7c898f;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 800;
}

.header-action:hover,
.header-action:focus-visible {
  border-color: var(--green);
  color: #087a43;
  outline: none;
}

.finder {
  background: var(--navy-950);
  color: var(--white);
}

.finder__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(35rem, 1.62fr) minmax(22rem, 0.88fr);
  min-height: clamp(46rem, calc(100svh - 4.5rem), 55rem);
  border-bottom: 1px solid var(--line-dark);
}

.finder-sidebar,
.resource-panel {
  min-width: 0;
  max-height: 54rem;
  overflow-y: auto;
  scrollbar-color: rgba(185, 242, 211, 0.26) transparent;
  scrollbar-width: thin;
}

.finder-sidebar {
  padding: clamp(1.7rem, 2.8vw, 2.8rem) clamp(1.25rem, 1.8vw, 2rem);
  border-right: 1px solid var(--line-dark);
  background: var(--navy-900);
}

.section-kicker {
  display: block;
  color: #087a43;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.finder .section-kicker,
.funding .section-kicker {
  color: var(--green-bright);
}

.finder-intro {
  padding-left: 1rem;
  border-left: 3px solid var(--green-bright);
}

.finder-intro h1 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.finder-intro p {
  max-width: 25rem;
  margin: 0.8rem 0 0;
  color: #a9bbc3;
  font-size: 0.84rem;
  line-height: 1.55;
}

.mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  overflow: hidden;
}

.mode-switch button {
  min-height: 2.75rem;
  padding: 0.55rem;
  border: 0;
  background: transparent;
  color: #c4d1d5;
  font-size: 0.76rem;
  font-weight: 800;
}

.mode-switch button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.mode-switch button span {
  display: inline-grid;
  place-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 0.62rem;
}

.mode-switch button.is-active {
  background: #087a43;
  color: var(--white);
}

.finder-controls {
  margin-top: 1rem;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
  color: #b7c8cd;
}

.search-box input {
  min-width: 0;
}

.search-box button {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: -0.25rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #9fb1b7;
}

.search-box button:hover,
.search-box button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  outline: none;
}

.search-box button svg {
  width: 0.95rem;
  height: 0.95rem;
}

.search-box:focus-within {
  border-color: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(66, 209, 132, 0.12);
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  font-size: 0.79rem;
}

.search-box input::placeholder {
  color: #7f969e;
}

.search-box:has(input:disabled) {
  opacity: 0.4;
}

.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.35rem 0 0.55rem;
  color: #80949c;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-heading button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-soft);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: none;
}

.filter-heading button:disabled {
  opacity: 0.35;
}

.layer-list {
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  overflow: hidden;
}

.layer-toggle {
  display: grid;
  grid-template-columns: 0.75rem 1fr auto 1rem;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.55rem;
  padding: 0.55rem 0.7rem;
  border: 0;
  background: transparent;
  color: #8ea0a7;
  text-align: left;
}

.layer-toggle + .layer-toggle {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.layer-toggle:hover:not(:disabled),
.layer-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  outline: none;
}

.layer-toggle__swatch {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--layer);
  box-shadow: 0 0 0.65rem var(--glow);
  opacity: 0.42;
}

.layer-toggle > span:nth-child(2) {
  font-size: 0.77rem;
  font-weight: 760;
}

.layer-toggle > strong {
  color: #748991;
  font-size: 0.68rem;
}

.layer-toggle__check {
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  border: 1px solid #4d626b;
  color: transparent;
}

.layer-toggle__check svg {
  width: 0.75rem;
  height: 0.75rem;
}

.layer-toggle.is-active {
  color: var(--white);
}

.layer-toggle.is-active .layer-toggle__swatch {
  opacity: 1;
}

.layer-toggle.is-active .layer-toggle__check {
  border-color: var(--layer);
  background: color-mix(in srgb, var(--layer), transparent 75%);
  color: var(--white);
}

.layer-toggle:disabled {
  opacity: 0.38;
}

.access-switch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  overflow: hidden;
}

.access-switch button {
  min-width: 0;
  min-height: 2.3rem;
  padding: 0.45rem 0.3rem;
  border: 0;
  background: transparent;
  color: #8fa2a9;
  font-size: 0.66rem;
  font-weight: 800;
}

.access-switch button + button {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.access-switch button.is-active {
  background: rgba(66, 209, 132, 0.13);
  color: var(--green-soft);
}

.location-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.65rem;
  margin-top: 1rem;
  border: 1px solid rgba(66, 209, 132, 0.5);
  border-radius: 4px;
  background: rgba(36, 173, 105, 0.09);
  color: #dff9ea;
  font-size: 0.73rem;
  font-weight: 800;
}

.location-button:hover:not(:disabled),
.location-button:focus-visible {
  border-color: var(--green-bright);
  background: rgba(36, 173, 105, 0.16);
  outline: none;
}

.location-button.is-loading svg {
  animation: spin 1s linear infinite;
}

.location-button:disabled {
  opacity: 0.38;
}

.location-button.has-location {
  border-color: var(--green-bright);
  background: var(--green);
  color: var(--white);
}

.location-privacy {
  margin: 0.55rem 0 0;
  color: #718991;
  font-size: 0.59rem;
  line-height: 1.4;
  text-align: center;
}

.globe-stage {
  position: relative;
  min-width: 0;
  min-height: 44rem;
  overflow: hidden;
  isolation: isolate;
  background: #02131f;
}

.globe-stage::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  pointer-events: none;
}

.globe-meta {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  left: 1.4rem;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #9dafb5;
  font-size: 0.68rem;
}

.globe-meta > div {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.globe-meta__tools {
  justify-content: flex-end;
}

.region-menu {
  position: relative;
}

.region-menu select {
  min-height: 2rem;
  padding: 0.35rem 1.8rem 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: #061a28;
  color: #c9d7da;
  font-family: inherit;
  font-size: 0.64rem;
  font-weight: 750;
  line-height: 1.2;
}

.region-menu select:hover,
.region-menu select:focus-visible {
  border-color: rgba(66, 209, 132, 0.65);
  outline: none;
}

.globe-compass {
  position: absolute;
  top: 4.15rem;
  right: 1.35rem;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(2, 15, 28, 0.7);
  color: #dce9e9;
}

.globe-compass span {
  position: absolute;
  top: 0.18rem;
  font-size: 0.48rem;
  font-weight: 850;
}

.globe-compass i {
  width: 0;
  height: 0;
  margin-top: 0.35rem;
  border-right: 0.26rem solid transparent;
  border-bottom: 0.95rem solid var(--green-bright);
  border-left: 0.26rem solid transparent;
}

.globe-compass:hover,
.globe-compass:focus-visible {
  border-color: var(--green-bright);
  background: rgba(36, 173, 105, 0.12);
  outline: none;
}

.globe-meta strong {
  color: #d7e8e7;
  font-size: 0.69rem;
}

.status-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0.7rem rgba(66, 209, 132, 0.7);
}

.globe-canvas,
.globe-pin-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.globe-canvas {
  z-index: 1;
  cursor: grab;
  touch-action: none;
  overscroll-behavior: contain;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.globe-canvas:active {
  cursor: grabbing;
}

.globe-canvas:focus-visible {
  outline: 2px solid rgba(66, 209, 132, 0.38);
  outline-offset: -3px;
}

.globe-pin-layer {
  z-index: 3;
  pointer-events: none;
}

.globe-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  pointer-events: auto;
  transform-origin: center;
  will-change: transform, opacity;
}

.globe-pin > span {
  position: relative;
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  transform: translate(-50%, -50%);
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--pin);
  box-shadow: 0 0 0.8rem var(--pin-glow);
}

.globe-pin.is-discovery > span {
  border-color: var(--pin);
  background: #061a28;
}

.globe-pin.is-discovery > span::before {
  position: absolute;
  inset: 0.12rem;
  border-radius: 50%;
  background: var(--pin);
  content: "";
}

.globe-pin > span::after {
  position: absolute;
  inset: -0.38rem;
  border: 1px solid var(--pin);
  border-radius: 50%;
  content: "";
}

.globe-pin strong {
  position: absolute;
  top: 0.8rem;
  left: 0;
  display: none;
  width: max-content;
  max-width: 12rem;
  padding: 0.48rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: rgba(2, 15, 28, 0.96);
  color: var(--white);
  font-size: 0.68rem;
  line-height: 1.25;
  text-align: left;
  box-shadow: 0 0.55rem 1.4rem rgba(0, 0, 0, 0.3);
}

.globe-pin strong small {
  display: block;
  margin-top: 0.15rem;
  color: #9bb0b6;
  font-size: 0.59rem;
  font-weight: 600;
}

.globe-pin:hover strong,
.globe-pin:focus-visible strong,
.globe-pin.is-selected strong {
  display: block;
}

.globe-pin:focus-visible {
  outline: none;
}

.globe-pin.is-selected > span {
  width: 0.8rem;
  height: 0.8rem;
  box-shadow: 0 0 0 0.35rem color-mix(in srgb, var(--pin), transparent 73%), 0 0 1.5rem var(--pin-glow);
}

.globe-cluster {
  width: 2rem;
  height: 2rem;
}

.globe-cluster > span {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-color: var(--pin);
  background: rgba(2, 15, 28, 0.94);
  box-shadow: 0 0 0 0.22rem color-mix(in srgb, var(--pin), transparent 76%), 0 0 1rem var(--pin-glow);
}

.globe-cluster > span b {
  color: var(--white);
  font-size: 0.65rem;
  line-height: 1;
}

.globe-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 7;
  width: min(22rem, calc(100% - 3rem));
  transform: translate(-50%, -50%);
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(2, 15, 28, 0.92);
  text-align: center;
}

.globe-empty strong {
  font-size: 0.9rem;
}

.globe-empty p {
  margin: 0.45rem 0 0;
  color: #9caeb4;
  font-size: 0.72rem;
  line-height: 1.5;
}

.globe-controls {
  position: absolute;
  right: 1.25rem;
  bottom: 1.2rem;
  z-index: 6;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  overflow: hidden;
  background: rgba(2, 15, 28, 0.82);
}

.globe-readout {
  position: absolute;
  right: 1.25rem;
  bottom: 4.35rem;
  z-index: 6;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  min-height: 2rem;
  padding: 0.42rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: rgba(2, 15, 28, 0.78);
  color: #91a7ad;
  font-size: 0.57rem;
}

.globe-readout strong {
  color: #dbe7e7;
  font-size: 0.62rem;
}

.globe-controls button {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: #d7e7e6;
}

.globe-controls button + button,
.globe-controls span + button {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.globe-controls span {
  width: 1px;
  height: 1.4rem;
  margin: 0 0.15rem;
  background: rgba(255, 255, 255, 0.2);
}

.globe-controls button:hover,
.globe-controls button:focus-visible {
  background: rgba(66, 209, 132, 0.14);
  color: var(--green-soft);
  outline: none;
}

.globe-legend {
  position: absolute;
  bottom: 1.35rem;
  left: 1.35rem;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem 0.8rem;
  max-width: calc(100% - 14rem);
}

.globe-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  color: #a9b9be;
  font-size: 0.6rem;
  font-weight: 750;
}

.globe-legend i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--legend, #8c9ba0);
}

.resource-panel {
  position: relative;
  padding: clamp(1.6rem, 2.7vw, 2.7rem) clamp(1.25rem, 2vw, 2.1rem);
  border-left: 1px solid var(--line-dark);
  background: var(--navy-900);
}

.resource-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--accent, var(--green-bright));
  content: "";
}

.panel-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--green-bright);
  font-size: 0.63rem;
  font-weight: 800;
}

.panel-source > span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.panel-source strong {
  color: #889ca4;
  font-size: 0.6rem;
}

.panel-source__verification b {
  color: #dff8ea;
  font-weight: 850;
}

.panel-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  margin-top: 1.35rem;
}

.panel-pin {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid color-mix(in srgb, var(--accent), transparent 30%);
  border-radius: 50%;
  color: var(--accent);
}

.panel-title h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.panel-title p {
  margin: 0.4rem 0 0;
  color: #90a4ab;
  font-size: 0.72rem;
}

.panel-summary {
  margin: 1.2rem 0 0;
  color: #c1ced2;
  font-size: 0.8rem;
  line-height: 1.6;
}

.service-tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(2.7rem, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.service-tags span {
  display: grid;
  gap: 0.32rem;
  min-width: 0;
  color: #91a5ac;
}

.service-tags i {
  width: 100%;
  height: 0.24rem;
  border-radius: 2px;
  background: var(--tag);
}

.service-tags b {
  overflow: hidden;
  font-size: 0.51rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-facts {
  margin: 1.25rem 0 0;
  border-top: 1px solid var(--line-dark);
}

.panel-facts div {
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.panel-facts dt {
  color: #71868e;
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-facts dd {
  margin: 0;
  color: #d7e1e3;
  font-size: 0.68rem;
  font-weight: 650;
  line-height: 1.45;
}

.free-cost,
.cost-note,
.cost-scope {
  display: block;
}

.free-cost {
  color: var(--green-soft);
  font-size: 0.72rem;
}

.cost-note {
  margin-top: 0.12rem;
}

.cost-scope {
  margin-top: 0.24rem;
  color: #8fa3aa;
  font-size: 0.6rem;
  font-weight: 550;
}

.panel-services {
  margin-top: 1.25rem;
}

.panel-services h3,
.panel-source-note > span {
  margin: 0;
  color: #82969d;
  font-size: 0.61rem;
  font-weight: 850;
  text-transform: uppercase;
}

.panel-services ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.panel-services li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #d6e0e2;
  font-size: 0.7rem;
  line-height: 1.4;
}

.panel-services li svg {
  margin-top: 0.08rem;
  color: var(--accent);
}

.availability-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  margin-top: 1.2rem;
  padding: 0.75rem;
  border-left: 2px solid #ffb548;
  background: rgba(255, 181, 72, 0.07);
  color: #c7d2d4;
}

.availability-note > svg {
  color: #ffca74;
}

.availability-note p {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.5;
}

.availability-note strong {
  display: block;
  margin-bottom: 0.22rem;
  color: #ffe0a9;
}

.panel-source-note {
  margin-top: 1.2rem;
}

.panel-source-note p {
  margin: 0.45rem 0 0;
  color: #8fa2a9;
  font-size: 0.64rem;
  line-height: 1.5;
}

.panel-actions {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.25rem;
}

.primary-button,
.icon-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 850;
}

.primary-button {
  flex: 1 1 auto;
  gap: 0.45rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--green-bright);
  background: #087a43;
  color: var(--white);
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #056638;
  outline: 2px solid var(--green-soft);
  outline-offset: 2px;
}

.icon-action {
  width: 2.7rem;
  flex: 0 0 2.7rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: #d4e1e2;
}

.icon-action:hover,
.icon-action:focus-visible {
  border-color: var(--green-bright);
  color: var(--green-soft);
  outline: none;
}

.panel-empty {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 30rem;
  text-align: center;
}

.panel-empty > span {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--green-bright);
}

.panel-empty h2 {
  margin: 1rem 0 0;
  font-size: 1.2rem;
}

.panel-empty p {
  max-width: 20rem;
  margin: 0.6rem 0 0;
  color: #91a4aa;
  font-size: 0.73rem;
  line-height: 1.55;
}

.directory-status {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line-dark);
  background: var(--navy-900);
}

.directory-status p {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #869ba3;
  font-size: 0.66rem;
  text-align: center;
}

.directory-status p + p {
  border-left: 1px solid var(--line-dark);
}

.directory-status strong {
  color: #dbe6e7;
}

.results-section {
  padding: 2rem var(--gutter) 2.6rem;
  background: #061a28;
}

.results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--content);
  margin: 0 auto 1rem;
}

.results-heading h2 {
  margin: 0.35rem 0 0;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.results-heading p {
  margin: 0;
  color: #8ca0a7;
  font-size: 0.7rem;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: var(--content);
  margin: 0 auto;
}

.results-actions {
  display: flex;
  justify-content: center;
  max-width: var(--content);
  margin: 1.25rem auto 0;
}

.outline-button--dark {
  min-width: 13rem;
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #d9e5e6;
}

.outline-button--dark:hover,
.outline-button--dark:focus-visible {
  border-color: var(--green-bright);
  background: rgba(36, 173, 105, 0.08);
  color: var(--green-soft);
}

.resource-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.015);
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.resource-card:hover,
.resource-card:focus-within,
.resource-card.is-selected {
  border-color: color-mix(in srgb, var(--accent), transparent 35%);
  background: rgba(255, 255, 255, 0.04);
}

.resource-card:hover {
  transform: translateY(-2px);
}

.resource-card button {
  display: grid;
  width: 100%;
  min-height: 11rem;
  padding: 0.9rem;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.resource-card button:focus-visible {
  outline: 2px solid var(--green-soft);
  outline-offset: 2px;
}

.resource-card__top,
.resource-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.resource-card__top {
  color: #8fa1a8;
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
}

.resource-card__top i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0.6rem color-mix(in srgb, var(--accent), transparent 45%);
}

.resource-card button > strong {
  align-self: end;
  margin-top: 1rem;
  overflow-wrap: anywhere;
  font-size: 0.92rem;
  line-height: 1.18;
}

.resource-card__place {
  margin-top: 0.28rem;
  color: #a9b9be;
  font-size: 0.65rem;
}

.resource-card__service {
  margin-top: 0.65rem;
  color: #82969d;
  font-size: 0.61rem;
  line-height: 1.45;
}

.resource-card__foot {
  align-self: end;
  margin-top: 0.8rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #aab9bd;
  font-size: 0.58rem;
}

.resource-card__foot svg {
  color: var(--accent);
}

.resource-card__foot b {
  color: var(--green-soft);
}

.results-empty {
  grid-column: 1 / -1;
  padding: 2.6rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.results-empty strong {
  font-size: 0.9rem;
}

.results-empty p {
  margin: 0.4rem 0 0;
  color: #8ba0a7;
  font-size: 0.7rem;
}

.source-band,
.operations,
.transparency,
.launch-controls {
  padding: clamp(3.5rem, 7vw, 6.5rem) var(--gutter);
}

.source-band {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(32rem, 1.55fr);
  gap: clamp(2rem, 6vw, 7rem);
  max-width: calc(var(--content) + var(--gutter) * 2);
  margin: 0 auto;
}

.source-band__heading h2,
.section-heading h2,
.funding__heading h2 {
  margin: 0.65rem 0 0;
  font-size: clamp(1.75rem, 2.7vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.source-band__heading p,
.section-heading > p {
  max-width: 45rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.principle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.principle-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1.25rem 1.2rem 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.principle-grid article:nth-child(2n) {
  padding-left: 1.2rem;
  border-left: 1px solid var(--line);
}

.principle-grid article > span,
.allocation-track article > span {
  color: #087a43;
  font-size: 0.66rem;
  font-weight: 850;
}

.principle-grid h3,
.allocation-track h3 {
  margin: 0;
  font-size: 0.82rem;
}

.principle-grid p,
.allocation-track p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.operations {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.operations > *,
.transparency > *,
.launch-controls > * {
  max-width: var(--content);
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  margin-bottom: 2rem;
}

.support-rail {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.5rem;
  padding: 0;
  list-style: none;
}

.support-rail li {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  padding-right: 1rem;
}

.support-rail li:not(:last-child)::after {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  left: 2rem;
  height: 1px;
  background: #aebabc;
  content: "";
}

.support-rail li > span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 850;
}

.support-rail h3 {
  margin: 2.1rem 0 0;
  font-size: 0.8rem;
}

.support-rail p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.release-note {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2.4rem;
  color: #3e525b;
  font-size: 0.72rem;
  font-weight: 700;
}

.release-note svg {
  color: var(--green);
}

.transparency {
  background: var(--white);
}

.section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading--row strong {
  font-size: 0.8rem;
}

.ledger-wrap {
  overflow-x: auto;
  border: 1px solid #9daaad;
}

.ledger-table {
  width: 100%;
  min-width: 52rem;
  border-collapse: collapse;
  font-size: 0.68rem;
}

.ledger-table th {
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid #9daaad;
  color: #283a43;
  text-align: left;
}

.ledger-table td {
  padding: 0.85rem;
  color: #5d6d74;
  text-align: center;
}

.ledger-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
}

.ledger-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.outline-button {
  flex: 0 0 auto;
  min-height: 2.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid #7d8b91;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 850;
}

.outline-button:hover,
.outline-button:focus-visible {
  border-color: var(--green);
  color: #087a43;
  outline: none;
}

.results-actions .outline-button {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #d9e5e6;
}

.results-actions .outline-button:hover,
.results-actions .outline-button:focus-visible {
  border-color: var(--green-bright);
  background: rgba(36, 173, 105, 0.08);
  color: var(--green-soft);
}

.funding {
  display: grid;
  grid-template-columns: minmax(15rem, 0.75fr) minmax(32rem, 1.5fr) minmax(13rem, 0.65fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 2.6rem var(--gutter);
  background: var(--navy-900);
  color: var(--white);
}

.funding__heading h2 {
  font-size: 1.5rem;
}

.allocation-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.allocation-track article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  min-height: 5rem;
  padding: 0 1rem;
  border-left: 1px solid var(--line-dark);
}

.allocation-track h3 {
  color: var(--white);
  font-size: 0.7rem;
}

.allocation-track p {
  color: #91a4aa;
  font-size: 0.62rem;
}

.donation-status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 4px;
  color: #c2d0d3;
}

.donation-status > span {
  color: var(--green-bright);
}

.donation-status strong {
  font-size: 0.68rem;
}

.donation-status p {
  margin: 0.3rem 0 0;
  color: #889da4;
  font-size: 0.59rem;
  line-height: 1.45;
}

.launch-controls {
  border-bottom: 1px solid var(--line);
}

.launch-register {
  border-top: 1px solid #9eaaae;
}

.launch-register > div {
  display: grid;
  grid-template-columns: minmax(10rem, 0.55fr) minmax(20rem, 1.7fr) 7rem;
  gap: 1rem;
  align-items: center;
  min-height: 3.35rem;
  border-bottom: 1px solid #9eaaae;
}

.launch-register strong {
  font-size: 0.72rem;
}

.launch-register p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.launch-register span {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-left: 1px solid #b6c0c2;
  color: #485b64;
  font-size: 0.65rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 8rem;
  padding: 1.5rem var(--gutter);
  background: var(--navy-950);
  color: var(--white);
}

.footer-brand > span:last-child {
  display: grid;
}

.footer-brand strong {
  font-size: 1rem;
}

.footer-brand small {
  color: #91a5ac;
  font-size: 0.6rem;
  font-weight: 700;
}

.site-footer > p {
  margin: 0;
  color: #82969d;
  font-size: 0.66rem;
  line-height: 1.5;
  text-align: center;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  color: #a8b9be;
  font-size: 0.63rem;
  font-weight: 750;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--green-soft);
  outline: none;
}

/* Service-grade directory and accountability layouts */
.panel-source a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #9fb2b8;
  font-weight: 700;
}

.panel-source a:hover,
.panel-source a:focus-visible,
.panel-facts a:hover,
.panel-facts a:focus-visible {
  color: var(--green-soft);
  outline: none;
}

.panel-actions--primary {
  align-items: stretch;
}

.secondary-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.7rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: #dce8e9;
  font-size: 0.7rem;
  font-weight: 800;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: var(--green-bright);
  color: var(--green-soft);
  outline: none;
}

.panel-utilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.65rem;
  border: 1px solid var(--line-dark);
  border-radius: 4px;
  overflow: hidden;
}

.panel-utilities button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  min-width: 0;
  min-height: 2.35rem;
  padding: 0.4rem 0.25rem;
  border: 0;
  background: transparent;
  color: #9cb0b6;
  font-size: 0.61rem;
  font-weight: 750;
}

.panel-utilities button + button {
  border-left: 1px solid var(--line-dark);
}

.panel-utilities button:hover,
.panel-utilities button:focus-visible,
.panel-utilities button[aria-pressed="true"] {
  background: rgba(66, 209, 132, 0.1);
  color: var(--green-soft);
  outline: none;
}

.service-boundary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  padding: 0.6rem var(--gutter);
  border-bottom: 1px solid var(--line-dark);
  background: #03131f;
  color: #9eb0b6;
}

.service-boundary > svg {
  color: #f5c45b;
}

.service-boundary p {
  margin: 0;
  font-size: 0.68rem;
}

.service-boundary strong {
  color: #e7eeee;
}

.results-heading p {
  margin-top: 0.3rem;
}

.results-tools {
  display: flex;
  gap: 0.5rem;
}

.directory-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2.45rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: transparent;
  color: #c7d3d6;
  font-size: 0.68rem;
  font-weight: 800;
}

.directory-tool b {
  display: inline-grid;
  place-items: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  padding: 0 0.25rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  font-size: 0.59rem;
}

.directory-tool:hover,
.directory-tool:focus-visible,
.directory-tool.is-active {
  border-color: var(--green-bright);
  background: rgba(36, 173, 105, 0.1);
  color: var(--green-soft);
  outline: none;
}

.resource-list-head,
.resource-row button {
  display: grid;
  grid-template-columns: minmax(14rem, 1.6fr) minmax(8rem, 1fr) minmax(7rem, 0.75fr) minmax(5rem, 0.6fr) minmax(8rem, 0.9fr) 6.6rem 1.5rem;
  gap: 0.7rem;
  align-items: center;
}

.resource-list-head {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #738a92;
  font-size: 0.59rem;
  font-weight: 850;
  text-transform: uppercase;
}

.resource-list {
  display: block;
  max-width: var(--content);
  margin: 0 auto;
}

.resource-row {
  min-width: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  transition: background 160ms ease;
}

.resource-row:hover,
.resource-row:focus-within,
.resource-row.is-selected {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
  transform: none;
}

.resource-row.is-selected {
  box-shadow: inset 3px 0 var(--accent);
}

.resource-row button {
  width: 100%;
  min-height: 5.25rem;
  padding: 0.7rem 0;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.resource-row button:focus-visible {
  outline: 2px solid var(--green-soft);
  outline-offset: -2px;
}

.resource-row__service {
  display: grid;
  grid-template-columns: 0.55rem 1fr;
  gap: 0.65rem;
  align-items: center;
  min-width: 0;
}

.resource-row__service > i {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0.65rem color-mix(in srgb, var(--accent), transparent 48%);
}

.resource-row__service > span {
  min-width: 0;
}

.resource-row__service strong,
.resource-row__service small {
  display: block;
}

.resource-row__service strong {
  overflow-wrap: anywhere;
  font-size: 0.76rem;
  line-height: 1.25;
}

.resource-row__service small,
.resource-row__place,
.resource-row__type,
.resource-row__access,
.resource-row__reviewed {
  color: #92a6ac;
  font-size: 0.64rem;
  line-height: 1.4;
}

.resource-row__service small {
  margin-top: 0.2rem;
  color: #84989f;
}

.resource-row__service small b {
  color: #087a43;
  font-weight: 850;
}

.resource-row__open-access {
  display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  padding: 0.05rem 0.28rem;
  border: 1px solid color-mix(in srgb, #087a43, transparent 45%);
  border-radius: 999px;
  color: #087a43;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 820;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  vertical-align: 0.06rem;
}

.resource-row__aid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}

.resource-row__aid i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--dot);
}

.resource-row__reviewed {
  white-space: nowrap;
}

.resource-row__arrow {
  display: grid;
  place-items: center;
  color: var(--accent);
}

.source-band {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(32rem, 1.5fr);
  align-items: start;
}

.principle-grid {
  grid-template-columns: 1fr;
}

.principle-grid article,
.principle-grid article:nth-child(2n) {
  padding: 1.2rem 0;
  border-right: 0;
  border-left: 0;
}

.operations,
.transparency,
.launch-controls {
  display: grid;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(35rem, 1.5fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}

.operations > *,
.transparency > *,
.launch-controls > * {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.operations .section-heading,
.launch-controls .section-heading {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.support-rail {
  grid-column: 2;
  margin-top: 0;
}

.release-note {
  grid-column: 2;
  margin-top: 0;
}

.transparency__intro h2 {
  margin: 0.65rem 0 0;
  font-size: clamp(1.75rem, 2.7vw, 2.75rem);
  line-height: 1.06;
}

.transparency__intro p,
.funding__heading > p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.text-button,
.funding-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #087a43;
  font-size: 0.72rem;
  font-weight: 850;
}

.text-button:hover,
.text-button:focus-visible,
.funding-button:hover,
.funding-button:focus-visible {
  color: var(--green);
  outline: none;
}

.disclosure-register {
  border-top: 1px solid #9eaaae;
}

.disclosure-register__head,
.disclosure-register #disclosureRows > div {
  display: grid;
  grid-template-columns: 1fr 8rem;
  align-items: center;
  min-height: 3.15rem;
  border-bottom: 1px solid var(--line);
}

.disclosure-register__head {
  min-height: 2.6rem;
  color: #4f6169;
  font-size: 0.63rem;
}

.disclosure-register__head span,
.disclosure-register #disclosureRows span {
  align-self: stretch;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
}

.disclosure-register #disclosureRows strong {
  font-size: 0.72rem;
}

.disclosure-register #disclosureRows span {
  color: #66777e;
  font-size: 0.65rem;
  font-weight: 800;
}

.disclosure-register > p {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.disclosure-register > p svg {
  color: var(--green);
}

.funding {
  grid-template-columns: minmax(16rem, 0.7fr) minmax(34rem, 1.55fr) minmax(13rem, 0.62fr);
  align-items: start;
}

.funding__heading > p {
  color: #95a8ae;
  font-size: 0.73rem;
}

.funding-button {
  color: var(--green-soft);
}

.donation-status {
  align-self: center;
}

.launch-controls {
  max-width: none;
}

.site-footer {
  grid-template-columns: minmax(12rem, 1.4fr) repeat(4, minmax(8rem, 1fr));
  align-items: start;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  min-height: 0;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.site-footer nav {
  display: grid;
  justify-content: stretch;
  gap: 0.55rem;
  color: #91a5ac;
  font-size: 0.66rem;
}

.site-footer nav strong {
  margin-bottom: 0.25rem;
  color: #e0e9e9;
  font-size: 0.69rem;
}

.site-footer > p {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-dark);
  text-align: left;
}

.site-footer > p .status-dot {
  flex: 0 0 auto;
  margin-top: 0.28rem;
}

.status-toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  transform: translateY(150%);
  padding: 0.72rem 0.9rem;
  border: 1px solid var(--green-bright);
  border-radius: 4px;
  background: var(--navy-900);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 750;
  transition: transform 220ms ease;
}

.status-toast.is-visible {
  transform: translateY(0);
}

.launch-dialog {
  width: min(46rem, calc(100% - 2rem));
  max-height: calc(100svh - 2rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 0;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.35);
}

.launch-dialog::backdrop {
  background: rgba(2, 15, 28, 0.72);
  backdrop-filter: blur(4px);
}

.dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
}

.launch-dialog h2 {
  max-width: 34rem;
  margin: 0.7rem 0 0;
  font-size: clamp(1.55rem, 4vw, 2.5rem);
  line-height: 1.08;
}

.launch-dialog > div > p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.dialog-requirements {
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.dialog-requirements section {
  display: grid;
  grid-template-columns: 10rem 1fr auto;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.dialog-requirements h3,
.dialog-requirements p {
  margin: 0;
}

.dialog-requirements h3 {
  font-size: 0.75rem;
}

.dialog-requirements p {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.dialog-requirements span {
  color: #087a43;
  font-size: 0.65rem;
  font-weight: 800;
}

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

@media (max-width: 1220px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    display: none;
  }

  .finder__grid {
    grid-template-columns: minmax(17rem, 0.65fr) minmax(29rem, 1.35fr);
  }

  .resource-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(18rem, 0.85fr) minmax(22rem, 1.15fr);
    gap: 0 2rem;
    max-height: none;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .panel-source,
  .panel-title,
  .panel-summary,
  .service-tags,
  .panel-source-note {
    grid-column: 1;
  }

  .panel-facts,
  .panel-services,
  .availability-note,
  .panel-actions {
    grid-column: 2;
  }

  .panel-facts {
    grid-row: 1 / span 3;
    margin-top: 0;
  }

  .panel-services {
    grid-row: 4;
  }

  .availability-note {
    grid-row: 5;
  }

  .panel-actions {
    grid-row: 6;
  }

  .panel-utilities {
    grid-column: 2;
    grid-row: 7;
  }

  .resource-list-head,
  .resource-row button {
    grid-template-columns: minmax(14rem, 1.6fr) minmax(8rem, 1fr) 5rem minmax(8rem, 0.85fr) 6.5rem 1.5rem;
  }

  .resource-list-head span:nth-child(3),
  .resource-row__type {
    display: none;
  }

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

  .funding {
    grid-template-columns: 1fr;
  }

  .allocation-track article:first-child {
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: minmax(12rem, 1.4fr) repeat(2, minmax(10rem, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 4rem;
  }

  .site-menu {
    display: block;
  }

  .brand__name {
    display: grid;
    gap: 0.15rem;
  }

  .header-action {
    padding: 0.55rem 0.65rem;
    font-size: 0.67rem;
  }

  .finder__grid {
    display: block;
  }

  .finder-sidebar,
  .resource-panel {
    max-height: none;
    overflow: visible;
  }

  .finder-sidebar {
    padding: 1.6rem 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .finder-intro p {
    max-width: none;
  }

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

  .layer-toggle + .layer-toggle {
    border-top: 0;
  }

  .layer-toggle {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .layer-toggle:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .globe-stage {
    min-height: min(35rem, 86svh);
    border-bottom: 1px solid var(--line-dark);
  }

  .resource-panel {
    display: block;
    padding: 1.6rem 1rem;
  }

  .panel-facts {
    margin-top: 1.25rem;
  }

  .directory-status {
    grid-template-columns: 1fr 1fr;
  }

  .directory-status p:nth-child(3) {
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .directory-status p:nth-child(4) {
    border-top: 1px solid var(--line-dark);
  }

  .resource-grid {
    grid-template-columns: 1fr 1fr;
  }

  .resource-list {
    display: block;
  }

  .resource-list-head,
  .resource-row button {
    grid-template-columns: minmax(14rem, 1.5fr) minmax(8rem, 1fr) 5rem 1.5rem;
  }

  .resource-list-head span:nth-child(3),
  .resource-list-head span:nth-child(5),
  .resource-list-head span:nth-child(6),
  .resource-row__type,
  .resource-row__access,
  .resource-row__reviewed {
    display: none;
  }

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

  .support-rail {
    grid-template-columns: 1fr 1fr;
    gap: 1.3rem;
  }

  .operations,
  .transparency,
  .launch-controls {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .operations .section-heading,
  .launch-controls .section-heading,
  .support-rail,
  .release-note {
    grid-column: 1;
    grid-row: auto;
  }

  .support-rail li:not(:last-child)::after {
    display: none;
  }

  .support-rail h3 {
    margin-top: 0;
  }

  .allocation-track {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0;
  }

  .allocation-track article:nth-child(3) {
    border-left: 0;
  }

  .launch-register > div {
    grid-template-columns: minmax(9rem, 0.65fr) 1fr;
    padding: 0.8rem 0;
  }

  .launch-register span {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
  }

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

  .site-footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 3.9rem;
  }

  .site-header {
    gap: 0.7rem;
    min-height: 3.9rem;
    padding: 0.55rem 0.75rem;
  }

  .brand__mark {
    width: 2rem;
    height: 2rem;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.56rem;
  }

  .header-action {
    max-width: 8.5rem;
    text-align: center;
  }

  .finder-intro h1 {
    margin-top: 0.4rem;
    font-size: 1.5rem;
  }

  .finder-sidebar {
    padding-top: 1.25rem;
    padding-bottom: 1.15rem;
  }

  .finder-intro {
    padding-left: 0.8rem;
  }

  .finder-intro p {
    margin-top: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .mode-switch {
    margin-top: 1.2rem;
  }

  .mode-switch button {
    min-height: 2.55rem;
    font-size: 0.68rem;
  }

  .finder-controls {
    margin-top: 0.8rem;
  }

  .search-box {
    min-height: 2.75rem;
  }

  .filter-heading {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
  }

  .layer-toggle {
    min-height: 2.25rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .location-button {
    min-height: 2.45rem;
    margin-top: 0.75rem;
  }

  .location-privacy {
    margin-top: 0.4rem;
  }

  .globe-stage {
    min-height: 30rem;
  }

  .globe-meta {
    right: 0.8rem;
    left: 0.8rem;
  }

  .globe-meta__tools > #globeCount {
    display: none;
  }

  .region-menu select {
    max-width: 9.5rem;
  }

  .globe-compass {
    top: 4.1rem;
    right: 0.8rem;
  }

  .globe-legend {
    bottom: 7rem;
    left: 0.8rem;
    max-width: calc(100% - 1.6rem);
  }

  .globe-readout {
    right: auto;
    bottom: 4.2rem;
    left: 0.8rem;
  }

  .globe-controls {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .globe-pin.is-selected strong {
    display: none;
  }

  .panel-title h2 {
    font-size: 1.55rem;
  }

  .panel-facts div {
    grid-template-columns: 4.5rem 1fr;
  }

  .panel-actions {
    flex-wrap: wrap;
  }

  .primary-button {
    flex-basis: 100%;
  }

  .results-section {
    padding: 1.5rem 1rem 2rem;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .resource-card button {
    min-height: 5.6rem;
  }

  .resource-list-head {
    display: none;
  }

  .resource-row button {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.35rem 0.75rem;
    padding: 0.75rem 0.25rem;
  }

  .resource-row__service {
    grid-column: 1;
    grid-row: 1;
  }

  .resource-row__place {
    grid-column: 1;
    grid-row: 2;
    padding-left: 1.2rem;
  }

  .resource-row__aid {
    grid-column: 2;
    grid-row: 1;
    justify-content: flex-end;
  }

  .resource-row__arrow {
    grid-column: 2;
    grid-row: 2;
  }

  .results-tools {
    width: 100%;
    flex-wrap: wrap;
  }

  .directory-tool {
    flex: 1 1 auto;
  }

  .source-band,
  .operations,
  .transparency,
  .launch-controls {
    padding: 3.2rem 1rem;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid article:nth-child(2n) {
    padding-left: 0;
    border-left: 0;
  }

  .support-rail {
    grid-template-columns: 1fr;
  }

  .section-heading--row,
  .ledger-note,
  .results-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .funding {
    padding: 2.5rem 1rem;
  }

  .allocation-track {
    grid-template-columns: 1fr;
  }

  .allocation-track article,
  .allocation-track article:nth-child(3) {
    padding: 0.75rem 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .launch-register > div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .dialog-requirements section {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .panel-utilities button span {
    display: none;
  }

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

/* Simplified public-service reading flow */
.finder-intro h1,
.about-rwn__heading h2,
.source-band__heading h2,
.accountability__heading h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 600;
}

.globe-stage::before {
  background-image: none;
}

.finder__grid {
  grid-template-columns: minmax(17rem, 0.62fr) minmax(36rem, 1.65fr) minmax(21rem, 0.82fr);
  min-height: clamp(43rem, calc(100svh - 4.5rem), 52rem);
}

.finder-sidebar {
  padding: clamp(1.6rem, 2.4vw, 2.4rem) clamp(1.2rem, 1.6vw, 1.7rem);
}

.finder-intro h1 {
  max-width: 15rem;
  font-size: clamp(1.9rem, 2.5vw, 2.7rem);
  line-height: 1.02;
}

.finder-intro p {
  max-width: 24rem;
  color: #b4c4c9;
  font-size: 0.82rem;
}

.finder-search {
  margin-top: 1rem;
}

.filter-disclosure {
  margin-top: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.015);
}

.filter-disclosure summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  padding: 0.55rem 0.75rem;
  color: #d8e3e4;
  cursor: pointer;
  list-style: none;
}

.filter-disclosure summary::-webkit-details-marker {
  display: none;
}

.filter-disclosure summary svg {
  color: var(--green-bright);
}

.filter-disclosure summary strong {
  font-size: 0.72rem;
}

.filter-disclosure summary span {
  color: #81969d;
  font-size: 0.61rem;
  font-weight: 750;
}

.filter-disclosure[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.filter-disclosure .finder-controls {
  margin-top: 0;
  padding: 0 0.7rem 0.75rem;
}

.filter-disclosure .filter-heading:first-child {
  margin-top: 0.8rem;
}

.location-button {
  margin-top: 0.8rem;
}

.panel-source-note {
  padding: 0.75rem 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.panel-source-note summary {
  color: #a5b6bb;
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 800;
}

.panel-source-note p,
.panel-source-note p + p {
  margin: 0.55rem 0 0;
}

.panel-source-note strong {
  color: #dce6e7;
}

.directory-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3rem;
  padding: 0.65rem var(--gutter);
  border-bottom: 1px solid var(--line-dark);
  background: var(--navy-900);
  color: #8da1a8;
}

.directory-strip p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.65rem;
}

.directory-strip p:first-child span {
  padding-left: 0.5rem;
  border-left: 1px solid var(--line-dark);
}

.directory-strip strong {
  color: #e3ebec;
}

.directory-strip p:last-child {
  justify-content: flex-end;
}

.directory-strip svg {
  color: #f5c45b;
}

.results-section {
  padding-top: 1.75rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.results-section .section-kicker {
  color: #087a43;
}

.results-heading p {
  color: var(--muted);
}

.results-section .directory-tool {
  border-color: #b9c4c7;
  color: #31434c;
}

.results-section .directory-tool b {
  background: #edf2f1;
}

.results-section .directory-tool:hover,
.results-section .directory-tool:focus-visible,
.results-section .directory-tool.is-active {
  border-color: #087a43;
  background: #eef8f2;
  color: #076d3c;
}

.results-section .resource-list-head {
  border-color: #bcc8ca;
  color: #607078;
}

.results-section .resource-row {
  border-color: var(--line);
}

.results-section .resource-row:hover,
.results-section .resource-row:focus-within,
.results-section .resource-row.is-selected {
  border-color: var(--line);
  background: #f4f8f6;
}

.results-section .resource-row button {
  color: var(--ink);
}

.results-section .resource-row__service small,
.results-section .resource-row__place,
.results-section .resource-row__type,
.results-section .resource-row__access,
.results-section .resource-row__reviewed {
  color: #5f7077;
}

.results-section .resource-row__service small {
  color: #50646c;
}

.results-section .outline-button--dark {
  border-color: #839196;
  color: var(--ink);
}

.results-section .outline-button--dark:hover,
.results-section .outline-button--dark:focus-visible {
  border-color: #087a43;
  background: #eef8f2;
  color: #076d3c;
}

.results-section .results-empty {
  border-color: var(--line);
}

.results-section .results-empty p {
  color: var(--muted);
}

.resource-list-head,
.resource-row button {
  grid-template-columns: minmax(14rem, 1.7fr) minmax(9rem, 1fr) 6rem minmax(8rem, 0.9fr) 6.6rem 1.5rem;
}

.resource-row button {
  min-height: 4.75rem;
}

.about-rwn,
.source-band,
.accountability {
  padding: clamp(4rem, 7vw, 6.5rem) var(--gutter);
}

.about-rwn {
  display: grid;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(36rem, 1.55fr);
  gap: clamp(2.5rem, 7vw, 7.5rem);
  max-width: calc(var(--content) + var(--gutter) * 2);
  margin: 0 auto;
  background: var(--white);
}

.about-rwn__heading h2,
.accountability__heading h2 {
  margin: 0.65rem 0 0;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.02;
}

.about-rwn__heading p,
.accountability__heading > p {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.mission-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mission-steps article {
  padding: 1.5rem clamp(1rem, 2vw, 1.75rem);
}

.mission-steps article + article {
  border-left: 1px solid var(--line);
}

.mission-steps article > span {
  color: #087a43;
  font-size: 0.64rem;
  font-weight: 850;
  text-transform: uppercase;
}

.mission-steps h3 {
  margin: 0.55rem 0 0;
  font-size: 1rem;
}

.mission-steps p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.source-band {
  grid-template-columns: minmax(18rem, 0.7fr) minmax(36rem, 1.55fr);
  max-width: none;
  background: var(--paper);
}

.source-band__heading {
  max-width: 30rem;
  margin-left: auto;
}

.principle-grid {
  grid-template-columns: 1fr 1fr;
  max-width: 54rem;
  border-color: #cbd5d7;
}

.principle-grid article,
.principle-grid article:nth-child(2n) {
  padding: 1.25rem 1.4rem;
  border-bottom: 1px solid #cbd5d7;
}

.principle-grid article:nth-child(odd) {
  padding-left: 0;
}

.principle-grid article:nth-child(2n) {
  border-left: 1px solid #cbd5d7;
}

.accountability {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(36rem, 1.5fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  background: var(--navy-900);
  color: var(--white);
}

.accountability .section-kicker {
  color: var(--green-bright);
}

.accountability__heading > p {
  color: #a9bbc0;
}

.accountability__heading .outline-button {
  margin-top: 1.5rem;
  border-color: rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #e2ebec;
}

.accountability-status {
  border-top: 1px solid var(--line-dark);
}

.accountability-status article {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.9rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.accountability-status article > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #647980;
  border-radius: 50%;
  color: #a9babf;
}

.accountability-status article.is-live > span {
  border-color: var(--green-bright);
  color: var(--green-bright);
}

.accountability-status small {
  color: #80969d;
  font-size: 0.59rem;
  font-weight: 850;
  text-transform: uppercase;
}

.accountability-status h3 {
  margin: 0.2rem 0 0;
  font-size: 0.83rem;
}

.accountability-status p {
  margin: 0.35rem 0 0;
  color: #98acb2;
  font-size: 0.69rem;
  line-height: 1.55;
}

.panel-detail-disclosure {
  margin-top: 1.25rem;
}

.panel-detail-disclosure > summary {
  display: none;
}

.panel-detail-content .panel-facts {
  margin-top: 0;
}

.future-process {
  grid-column: 1 / -1;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line-dark);
}

.future-process > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.5rem;
  color: #dce8e9;
  cursor: pointer;
}

.future-process > summary::marker {
  color: var(--green-bright);
}

.future-process > summary span {
  display: grid;
  gap: 0.45rem;
}

.future-process > summary small {
  color: var(--green-bright);
  font-size: 0.62rem;
  font-weight: 850;
}

.future-process > summary strong {
  max-width: 42rem;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.future-process > summary b {
  color: #91a6ac;
  font-size: 0.65rem;
}

.future-process > summary i,
.panel-detail-disclosure > summary i {
  display: grid;
  place-items: center;
  color: var(--green-bright);
  transition: transform 180ms ease;
}

.future-process[open] > summary i,
.panel-detail-disclosure[open] > summary i {
  transform: rotate(45deg);
}

.future-process__content {
  padding-top: 2.5rem;
}

.future-process .support-rail {
  margin: 0;
}

.future-process .support-rail li:not(:last-child)::after {
  background: #52676e;
}

.future-process .support-rail h3 {
  color: #e2ebec;
}

.future-process .support-rail p {
  color: #91a6ac;
}

.site-footer {
  grid-template-columns: minmax(12rem, 1.4fr) repeat(3, minmax(8rem, 1fr));
}

@media (max-width: 1220px) {
  .finder__grid {
    grid-template-columns: minmax(17rem, 0.62fr) minmax(30rem, 1.38fr);
  }

  .panel-detail-disclosure {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: start;
    margin-top: 0;
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .panel-detail-disclosure > summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 1rem;
    min-height: 3rem;
    color: #dce6e7;
    cursor: pointer;
  }

  .panel-detail-disclosure > summary strong {
    font-size: 0.72rem;
  }

  .panel-detail-disclosure > summary span {
    color: #81969d;
    font-size: 0.62rem;
  }

  .panel-detail-disclosure[open] {
    padding-bottom: 1rem;
  }

  .panel-detail-content .panel-facts {
    margin-top: 0.35rem;
  }

  .resource-list-head,
  .resource-row button {
    grid-template-columns: minmax(14rem, 1.6fr) minmax(8rem, 1fr) 5rem minmax(8rem, 0.85fr) 6.5rem 1.5rem;
  }

  .resource-list-head span:nth-child(3) {
    display: block;
  }

  .site-footer {
    grid-template-columns: minmax(12rem, 1.4fr) repeat(3, minmax(8rem, 1fr));
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .site-header {
    grid-template-columns: minmax(9rem, 1fr) auto auto;
    gap: 1rem;
  }

  .primary-nav {
    display: flex;
    gap: clamp(0.8rem, 1.8vw, 1.35rem);
    font-size: 0.72rem;
  }

  .brand small {
    display: none;
  }
}

@media (max-width: 900px) {
  .finder__grid {
    display: block;
  }

  .directory-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .directory-strip p:last-child {
    justify-content: flex-start;
  }

  .resource-list-head,
  .resource-row button {
    grid-template-columns: minmax(14rem, 1.5fr) minmax(8rem, 1fr) 5rem 1.5rem;
  }

  .resource-list-head span:nth-child(3),
  .resource-list-head span:nth-child(6) {
    display: block;
  }

  .resource-list-head span:nth-child(4),
  .resource-list-head span:nth-child(5) {
    display: none;
  }

  .about-rwn,
  .source-band,
  .accountability {
    grid-template-columns: 1fr;
  }

  .source-band__heading {
    max-width: none;
    margin-left: 0;
  }

  .panel-detail-disclosure {
    grid-column: auto;
    grid-row: auto;
    margin-top: 1.1rem;
  }

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

@media (max-width: 600px) {
  .finder-intro h1 {
    max-width: none;
    font-size: 1.85rem;
  }

  .directory-strip p:first-child {
    flex-wrap: wrap;
  }

  .directory-strip p:first-child span {
    padding-left: 0;
    border-left: 0;
  }

  .about-rwn,
  .source-band,
  .accountability {
    padding: 3.5rem 1rem;
  }

  .about-rwn__heading h2,
  .accountability__heading h2 {
    font-size: 2rem;
  }

  .mission-steps,
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .mission-steps article + article,
  .principle-grid article:nth-child(2n) {
    border-left: 0;
  }

  .mission-steps article + article {
    border-top: 1px solid var(--line);
  }

  .principle-grid article,
  .principle-grid article:nth-child(2n),
  .principle-grid article:nth-child(odd) {
    padding-right: 0;
    padding-left: 0;
  }

  .future-process > summary strong {
    font-size: 1.1rem;
  }

  .future-process > summary b {
    display: none;
  }

  .future-process__content {
    padding-top: 1.75rem;
  }

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

@media print {
  @page {
    margin: 0.65in;
  }

  html,
  body,
  .finder,
  .resource-panel {
    background: #fff !important;
    color: #071723 !important;
  }

  .site-header,
  .finder-sidebar,
  .globe-stage,
  .directory-status,
  .service-boundary,
  .directory-strip,
  .results-section,
  main > section:not(.finder),
  .site-footer,
  .status-toast,
  .panel-utilities,
  .panel-actions {
    display: none !important;
  }

  .finder__grid {
    display: block;
    min-height: 0;
  }

  .resource-panel {
    display: block;
    max-height: none;
    padding: 0;
    overflow: visible;
    border: 0;
  }

  .resource-panel::before {
    display: none;
  }

  .resource-panel :where(h2, h3, p, dt, dd, li, span, a, strong, time) {
    color: #071723 !important;
  }

  .panel-facts,
  .panel-facts div,
  .panel-source-note {
    border-color: #cbd4d6 !important;
  }

  .panel-detail-disclosure > summary {
    display: none !important;
  }

  .panel-detail-disclosure > .panel-detail-content {
    display: block !important;
  }

  .availability-note {
    border: 1px solid #cbd4d6;
    border-left: 3px solid #b17812;
    background: #fff;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

}

/* Globe experience 2.0 — contained, quiet, and instrument-like. */
@media screen {
  .globe-stage {
    touch-action: pan-y;
  }

  .globe-pin,
  .globe-cluster {
    touch-action: none;
  }

  .finder__grid {
    grid-template-columns: minmax(16.5rem, 0.58fr) minmax(38rem, 1.82fr) minmax(19rem, 0.78fr);
    min-height: clamp(44rem, calc(100svh - 4.5rem), 52rem);
  }

  .finder__grid.is-panel-collapsed {
    grid-template-columns: minmax(16.5rem, 0.48fr) minmax(0, 2fr);
  }

  .finder__grid.is-panel-collapsed .globe-stage {
    grid-column: 2;
  }

  .globe-stage {
    height: clamp(44rem, calc(100svh - 4.5rem), 52rem);
    min-height: 0;
    background:
      radial-gradient(circle at 50% 44%, rgba(14, 40, 55, 0.32), transparent 56%),
      #020d16;
  }

  .globe-stage::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at 50% 46%, transparent 52%, rgba(0, 5, 10, 0.25) 100%);
    content: "";
    pointer-events: none;
  }

  .globe-meta {
    top: 1rem;
    right: 1rem;
    left: 1rem;
    min-height: 2.7rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(210, 231, 233, 0.13);
    border-radius: 4px;
    background: rgba(3, 17, 27, 0.9);
    box-shadow: 0 0.7rem 1.8rem rgba(0, 0, 0, 0.16);
  }

  .globe-inspector-toggle {
    min-height: 2rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(66, 209, 132, 0.42);
    border-radius: 3px;
    background: rgba(36, 173, 105, 0.08);
    color: #c9f2dc;
    font: 750 0.62rem/1 inherit;
  }

  .globe-inspector-toggle:hover,
  .globe-inspector-toggle:focus-visible {
    border-color: var(--green-bright);
    background: rgba(36, 173, 105, 0.15);
    outline: none;
  }

  .globe-canvas,
  .globe-pin-layer {
    top: 3.75rem;
    bottom: auto;
    height: calc(100% - 7rem);
  }

  .globe-controls {
    top: 50%;
    right: 1rem;
    bottom: auto;
    flex-direction: column;
    transform: translateY(-42%);
    background: rgba(3, 17, 27, 0.9);
    box-shadow: 0 0.65rem 1.6rem rgba(0, 0, 0, 0.18);
  }

  .globe-controls button + button,
  .globe-controls span + button {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .globe-controls .globe-compass {
    position: relative;
    top: auto;
    right: auto;
    width: 2.5rem;
    height: 2.8rem;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .globe-controls .globe-compass:hover,
  .globe-controls .globe-compass:focus-visible {
    background: rgba(66, 209, 132, 0.14);
  }

  .globe-readout {
    right: auto;
    bottom: 1rem;
    left: 1rem;
    min-height: 1.8rem;
    background: rgba(3, 17, 27, 0.9);
  }

  .globe-legend {
    bottom: 1.05rem;
    left: 50%;
    max-width: calc(100% - 22rem);
    flex-wrap: nowrap;
    transform: translateX(-50%);
  }

  .globe-pin > span::after {
    display: none;
  }

  .globe-pin > span {
    width: 0.52rem;
    height: 0.52rem;
    border-width: 1.5px;
    box-shadow: 0 0 0.45rem color-mix(in srgb, var(--pin), transparent 55%);
  }

  .globe-pin.is-selected > span {
    width: 0.68rem;
    height: 0.68rem;
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--pin), transparent 72%);
  }

  .globe-cluster > span {
    width: 1.45rem;
    height: 1.45rem;
    border-width: 1px;
    box-shadow: 0 0 0 0.14rem color-mix(in srgb, var(--pin), transparent 78%);
  }

  .globe-pin.is-selected strong {
    display: none;
  }

  .globe-pin.is-selected:hover strong,
  .globe-pin.is-selected:focus-visible strong {
    display: block;
  }

  .resource-panel {
    padding: clamp(1.35rem, 2.1vw, 2rem) clamp(1.15rem, 1.6vw, 1.65rem);
  }

  .panel-source__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
  }

  .panel-source__actions a {
    white-space: nowrap;
  }

  .panel-source__actions button {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 3px;
    background: transparent;
    color: #a8b9bd;
  }

  .panel-source__actions button:hover,
  .panel-source__actions button:focus-visible {
    border-color: var(--green-bright);
    color: #e2f7eb;
    outline: none;
  }

  .panel-source__actions button svg {
    width: 0.85rem;
    height: 0.85rem;
  }
}

@media screen and (max-width: 1220px) {
  .finder__grid,
  .finder__grid.is-panel-collapsed {
    grid-template-columns: minmax(17rem, 0.62fr) minmax(30rem, 1.38fr);
  }

  .finder__grid.is-panel-collapsed .globe-stage {
    grid-column: auto;
  }
}

@media screen and (max-width: 900px) {
  .finder__grid,
  .finder__grid.is-panel-collapsed {
    display: block;
  }

  .globe-stage {
    height: min(36rem, calc(100vw + 7.5rem));
    min-height: 30rem;
  }

  .resource-panel {
    z-index: 5;
    margin-top: -1rem;
    border-top: 1px solid rgba(210, 231, 233, 0.18);
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 -1rem 2.5rem rgba(0, 0, 0, 0.22);
  }
}

@media screen and (max-width: 600px) {
  .finder-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 1.25rem 1rem 1.15rem;
  }

  .finder-intro,
  .mode-switch,
  .location-button,
  .location-privacy {
    grid-column: 1 / -1;
  }

  .finder-intro h1 {
    font-size: clamp(1.65rem, 8vw, 1.9rem);
  }

  .finder-intro p {
    max-width: 34rem;
  }

  .mode-switch,
  .finder-search,
  .filter-disclosure,
  .location-button {
    margin-top: 0;
  }

  .search-box,
  .filter-disclosure summary {
    min-height: 2.9rem;
  }

  .filter-disclosure summary {
    grid-template-columns: auto 1fr;
  }

  .filter-disclosure summary span {
    display: none;
  }

  .location-privacy {
    margin-top: -0.35rem;
  }

  .globe-stage {
    height: min(32rem, calc(100vw + 6.5rem));
    min-height: 28.5rem;
  }

  .globe-meta {
    right: 0.65rem;
    left: 0.65rem;
    gap: 0.5rem;
  }

  .globe-meta__tools {
    gap: 0.35rem;
  }

  .globe-meta__tools > #globeCount {
    display: inline;
    white-space: nowrap;
  }

  .globe-meta strong,
  .globe-meta__tools > #globeCount {
    font-size: 0.59rem;
  }

  .region-menu select {
    max-width: 7.5rem;
    min-height: 2rem;
  }

  .globe-inspector-toggle {
    max-width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .globe-canvas,
  .globe-pin-layer {
    top: 3.8rem;
    bottom: auto;
    height: calc(100% - 7.3rem);
  }

  .globe-controls {
    top: 51%;
    right: 0.55rem;
  }

  .globe-controls button,
  .globe-controls .globe-compass {
    width: 2.35rem;
    height: 2.35rem;
  }

  .globe-readout {
    display: none;
  }

  .globe-legend {
    right: 0.7rem;
    bottom: 0.85rem;
    left: 0.7rem;
    gap: 0.5rem 0.75rem;
    max-width: none;
    overflow-x: auto;
    transform: none;
    scrollbar-width: none;
  }

  .globe-legend::-webkit-scrollbar {
    display: none;
  }

  .globe-legend span {
    flex: 0 0 auto;
    font-size: 0.56rem;
  }

  .globe-pin strong,
  .globe-pin:hover strong,
  .globe-pin:focus-visible strong,
  .globe-pin.is-selected:hover strong,
  .globe-pin.is-selected:focus-visible strong {
    display: none;
  }

  .resource-panel {
    padding: 1.4rem 1rem 1.75rem;
  }
}

/* Progressive globe detail and resilient-access additions. */
.globe-detail-status {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(173, 214, 216, 0.18);
  border-radius: 999px;
  color: #a8bec3;
  font-size: 0.57rem;
  font-weight: 720;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.directory-strip a {
  color: #c9f8df;
  font-weight: 760;
  text-underline-offset: 0.18em;
}

.noscript-notice {
  width: min(calc(100% - 2rem), 58rem);
  margin: 2rem auto;
  padding: 1.25rem;
  border-left: 4px solid #25c878;
  background: #edf8f2;
  color: #10232f;
  font: 1rem/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.noscript-notice strong {
  display: block;
  margin-bottom: 0.25rem;
}

.noscript-notice a {
  color: #0d6639;
  font-weight: 800;
}

@media screen and (max-width: 900px) {
  .globe-detail-status {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .finder-sidebar {
    grid-template-columns: 1fr;
  }

  .finder-intro,
  .mode-switch,
  .location-button,
  .location-privacy {
    grid-column: auto;
  }
}

/* Professional humanitarian directory — calmer hierarchy and readable type. */
@media screen {
  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 4.75rem;
  }

  .primary-nav {
    font-size: 0.92rem;
  }

  .header-action {
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
  }

  .finder-intro {
    padding-left: 1.15rem;
  }

  .finder-intro h1 {
    max-width: 17rem;
    font-size: clamp(2.2rem, 2.8vw, 3rem);
    line-height: 1.02;
  }

  .finder-intro p {
    max-width: 27rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .finder-search {
    margin-top: 1.65rem;
  }

  .search-box {
    min-height: 3.5rem;
    padding-inline: 0.95rem;
    background: #fff;
    color: #24343e;
  }

  .search-box input {
    color: #0a1b27;
    font-size: 0.98rem;
  }

  .search-box input::placeholder {
    color: #65757d;
  }

  .location-button {
    min-height: 3.35rem;
    margin-top: 0.8rem;
    background: #15834b;
    border-color: #39b875;
    font-size: 0.95rem;
  }

  .location-button:hover:not(:disabled),
  .location-button:focus-visible {
    background: #116f40;
  }

  .location-privacy {
    margin-top: 0.48rem;
    font-size: 0.72rem;
  }

  .filter-disclosure summary {
    min-height: 3.15rem;
  }

  .filter-disclosure summary strong {
    font-size: 0.9rem;
  }

  .filter-disclosure summary span,
  .filter-heading,
  .filter-heading button {
    font-size: 0.72rem;
  }

  .layer-toggle {
    min-height: 2.85rem;
  }

  .layer-toggle > span:nth-child(2) {
    font-size: 0.88rem;
  }

  .access-switch button {
    min-height: 2.65rem;
    font-size: 0.76rem;
  }

  .globe-meta {
    min-height: 3rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.8rem;
  }

  .globe-meta strong {
    font-size: 0.84rem;
  }

  .region-menu select {
    min-height: 2.25rem;
    font-size: 0.76rem;
  }

  .globe-legend,
  .globe-readout {
    display: none;
  }

  .globe-gesture-hint {
    position: absolute;
    z-index: 7;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    margin: 0;
    color: #b9c7cb;
    font-size: 0.8rem;
    white-space: nowrap;
    pointer-events: none;
  }

  .globe-controls button,
  .globe-controls .globe-compass {
    width: 2.8rem;
    height: 2.8rem;
  }

  .globe-pin strong {
    font-size: 0.76rem;
  }

  .globe-stage.is-close-view .globe-pin.is-direct strong {
    display: block;
    top: 0.55rem;
    max-width: 11rem;
    padding: 0.3rem 0.42rem;
    background: rgba(2, 15, 28, 0.9);
    font-size: 0.68rem;
    pointer-events: none;
  }

  .globe-stage.is-close-view .globe-pin.is-direct strong small {
    display: none;
  }

  .panel-source {
    font-size: 0.74rem;
  }

  .panel-title {
    margin-top: 1.15rem;
  }

  .panel-title h2 {
    font-size: clamp(1.8rem, 2.2vw, 2.35rem);
  }

  .panel-title p {
    font-size: 0.86rem;
  }

  .panel-summary {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .service-tags b {
    font-size: 0.65rem;
  }

  .panel-facts dt {
    font-size: 0.7rem;
  }

  .panel-facts dd {
    font-size: 0.84rem;
  }

  .panel-services h3,
  .panel-source-note > span {
    font-size: 0.7rem;
  }

  .panel-services li {
    font-size: 0.84rem;
  }

  .availability-note p,
  .panel-source-note p,
  .panel-source-note summary {
    font-size: 0.76rem;
  }

  .primary-button,
  .secondary-button {
    min-height: 3.05rem;
    padding: 0.7rem 0.85rem;
    font-size: 0.82rem;
  }

  .panel-map-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0.55rem;
    border: 1px solid var(--line-dark);
    border-radius: 4px;
    overflow: hidden;
  }

  .panel-map-actions a {
    display: grid;
    place-items: center;
    min-height: 2.7rem;
    color: #c4d2d5;
    font-size: 0.77rem;
    font-weight: 750;
  }

  .panel-map-actions a + a {
    border-left: 1px solid var(--line-dark);
  }

  .panel-map-actions a:hover,
  .panel-map-actions a:focus-visible {
    background: rgba(66, 209, 132, 0.1);
    color: var(--green-soft);
    outline: none;
  }

  .panel-utilities {
    grid-template-columns: repeat(3, 1fr);
  }

  .panel-utilities button {
    min-height: 2.65rem;
    font-size: 0.72rem;
  }

  .directory-strip p {
    font-size: 0.76rem;
  }

  .resource-row__service strong {
    font-size: 0.88rem;
  }

  .resource-row__service small,
  .resource-row__place,
  .resource-row__access,
  .resource-row__reviewed {
    font-size: 0.74rem;
  }
}

@media screen and (max-width: 900px) {
  .resource-panel {
    position: relative;
    margin-top: -4.75rem;
    padding-top: 1.8rem;
    border-radius: 1.1rem 1.1rem 0 0;
  }

  .resource-panel::after {
    position: absolute;
    top: 0.65rem;
    left: 50%;
    width: 3.25rem;
    height: 0.28rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    content: "";
  }
}

@media screen and (max-width: 600px) {
  html {
    scroll-padding-top: 4.25rem;
  }

  .site-header {
    min-height: 4.25rem;
    padding: 0.6rem 0.8rem;
  }

  .brand strong {
    font-size: 1.2rem;
  }

  .brand small {
    font-size: 0.65rem;
  }

  .site-menu > summary,
  .header-action {
    min-height: 2.75rem;
  }

  .header-action {
    display: none;
  }

  .finder-sidebar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1.55rem 1rem 1.35rem;
  }

  .finder-sidebar > * {
    grid-column: auto;
  }

  .finder-intro {
    padding-left: 0.95rem;
  }

  .finder-intro h1 {
    max-width: 19rem;
    font-size: clamp(2.35rem, 12vw, 3rem);
    line-height: 1.01;
  }

  .finder-intro p {
    margin-top: 0.85rem;
    font-size: 1.02rem;
    line-height: 1.52;
  }

  .finder-search {
    margin-top: 0.75rem;
  }

  .search-box,
  .location-button,
  .filter-disclosure summary {
    min-height: 3.35rem;
  }

  .location-button,
  .filter-disclosure {
    margin-top: 0;
  }

  .location-privacy {
    margin: -0.25rem 0 0;
    font-size: 0.72rem;
  }

  .globe-stage {
    height: min(35rem, calc(100vw + 9rem));
    min-height: 31rem;
  }

  .globe-meta {
    right: 0.65rem;
    left: 0.65rem;
    min-height: 3rem;
  }

  .globe-meta strong,
  .globe-meta__tools > #globeCount {
    font-size: 0.7rem;
  }

  .globe-meta__tools > #globeCount {
    display: none;
  }

  .region-menu select {
    max-width: 7.7rem;
    min-height: 2.25rem;
    font-size: 0.7rem;
  }

  .globe-canvas,
  .globe-pin-layer {
    top: 4rem;
    height: calc(100% - 7.8rem);
  }

  .globe-controls {
    top: 50%;
    right: 0.65rem;
  }

  .globe-controls button,
  .globe-controls .globe-compass {
    width: 2.75rem;
    height: 2.75rem;
  }

  .globe-gesture-hint {
    bottom: 0.8rem;
    font-size: 0.75rem;
  }

  .globe-stage.is-close-view .globe-pin.is-direct strong {
    display: none;
  }

  .resource-panel {
    margin-top: -5.5rem;
    padding: 1.9rem 1rem 1.75rem;
  }

  .panel-source {
    font-size: 0.72rem;
  }

  .panel-source__actions a {
    display: none;
  }

  .panel-title h2 {
    font-size: 1.8rem;
  }

  .panel-title p,
  .panel-summary {
    font-size: 0.96rem;
  }

  .panel-detail-disclosure > summary {
    min-height: 3.35rem;
  }

  .panel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-height: 3.2rem;
  }

  .panel-map-actions a {
    min-height: 3rem;
    font-size: 0.8rem;
  }

  .directory-strip {
    gap: 0.45rem;
  }

  .directory-strip p {
    font-size: 0.73rem;
    line-height: 1.45;
  }
}

/* Public trust, privacy, and safety refinements. */
@media screen {
  .location-privacy a,
  .finder-safety a {
    color: #b9f2d3;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }

  .location-privacy a:hover,
  .location-privacy a:focus-visible,
  .finder-safety a:hover,
  .finder-safety a:focus-visible {
    color: #fff;
  }

  .finder-safety {
    margin: 0.85rem 0 0;
    padding: 0.75rem 0.8rem;
    border-left: 3px solid #f0b34b;
    background: rgba(240, 179, 75, 0.08);
    color: #b6c7cc;
    font-size: 0.74rem;
    line-height: 1.5;
  }

  .finder-safety strong {
    color: #ffe2aa;
  }

  .filter-heading button {
    min-height: 1.5rem;
  }

  .globe-pin:not(.globe-cluster) {
    width: 2.1rem;
    height: 2.1rem;
  }

  .site-footer {
    grid-template-columns: minmax(12rem, 1.2fr) repeat(4, minmax(8rem, 0.8fr));
    align-items: start;
    gap: 2rem;
    min-height: 0;
    padding-top: 2.4rem;
    padding-bottom: 2rem;
  }

  .site-footer nav {
    display: grid;
    justify-content: stretch;
    gap: 0.5rem;
    color: #a8b9be;
    font-size: 0.74rem;
    font-weight: 650;
  }

  .site-footer nav strong {
    margin-bottom: 0.15rem;
    color: #e2ebed;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .site-footer nav a {
    width: fit-content;
    min-height: 1.5rem;
    padding-block: 0.18rem;
  }

  .footer-data-button {
    width: fit-content;
    min-height: 1.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #a8b9be;
    font-size: inherit;
    text-align: left;
  }

  .footer-data-button:hover,
  .footer-data-button:focus-visible {
    color: var(--green-soft);
  }

  .site-footer > p {
    grid-column: 1 / -1;
    width: 100%;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: left;
  }
}

@media screen and (max-width: 1100px) {
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand,
  .site-footer > p {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 600px) {
  .finder-safety {
    margin-top: 0;
    font-size: 0.78rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1rem;
  }

  .footer-brand,
  .site-footer > p {
    grid-column: auto;
  }
}

/* WebGL-unavailable state: route people straight to the text directory. */
.globe-fallback {
  position: absolute;
  inset: 12% 8% auto;
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid rgba(146, 199, 190, 0.28);
  background: rgba(4, 20, 30, 0.92);
  color: #dcece8;
  font-size: 0.94rem;
  line-height: 1.55;
  z-index: 6;
}
.globe-fallback p { margin: 0; }
.globe-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.globe-fallback__action {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2fd2c7;
  color: #04202a;
  font-weight: 650;
  text-decoration: none;
}
.globe-fallback__action:hover { background: #59e3d8; }
.globe-fallback__retry {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(220, 236, 232, 0.46);
  border-radius: 999px;
  background: transparent;
  color: #dcece8;
  font: inherit;
  font-weight: 650;
}
.globe-fallback__retry:hover,
.globe-fallback__retry:focus-visible {
  border-color: #dcece8;
  background: rgba(220, 236, 232, 0.1);
}
.globe-stage.is-globe-unavailable .globe-canvas,
.globe-stage.is-globe-unavailable .globe-pin-layer,
.globe-stage.is-globe-unavailable .globe-controls,
.globe-stage.is-globe-unavailable .globe-legend,
.globe-stage.is-globe-unavailable .globe-gesture-hint { display: none; }
