:root {
  --ink: #172124;
  --muted: #5d6a6f;
  --paper: #f7f8f4;
  --white: #ffffff;
  --teal: #0b3b3f;
  --teal-2: #156066;
  --leaf: #2e7d5b;
  --gold: #c9972b;
  --rose: #c94f68;
  --clay: #b86443;
  --line: rgba(23, 33, 36, 0.14);
  --shadow: 0 22px 70px rgba(11, 59, 63, 0.18);
  --radius: 8px;
  --max: 1320px;
}

/* Environmental Sensitivities: structured reference and client-side tools. */
.guidelines-hero {
  background: var(--teal);
  color: #ffffff;
  padding: 72px clamp(18px, 4vw, 48px);
}

.guidelines-hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.guidelines-hero h1 {
  max-width: 920px;
  margin: 12px 0 18px;
  font-size: 3.6rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.guidelines-subtitle {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.15rem;
}

.framework-notice {
  padding: 22px 24px;
  border: 1px solid rgba(11, 59, 63, 0.2);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
  background: #eef4ef;
  color: #263337;
}

.framework-notice p:last-child,
.detail-card p:last-child {
  margin-bottom: 0;
}

.guideline-grid {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

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

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

.guideline-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  min-height: 220px;
  padding: 20px;
  border: 1px solid rgba(23, 33, 36, 0.14);
  border-top: 4px solid var(--teal-2);
  border-radius: var(--radius);
  background: var(--white);
}

.category-card.category-positive {
  border-top-color: var(--leaf);
}

.category-card.category-caution {
  border-top-color: var(--gold);
}

.category-card.category-strong-caution {
  border-top-color: var(--clay);
}

.category-card.category-urgent {
  border-top-color: var(--rose);
}

.category-label,
.result-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--teal);
  font-weight: 850;
}

.category-indicator,
.legend-swatch {
  display: inline-block;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--teal-2);
}

.category-positive .category-indicator,
.result-heading.category-positive .category-indicator {
  background: var(--leaf);
}

.category-caution .category-indicator,
.result-heading.category-caution .category-indicator {
  background: var(--gold);
}

.category-strong-caution .category-indicator {
  background: var(--clay);
}

.category-urgent .category-indicator,
.result-heading.category-urgent .category-indicator {
  background: var(--rose);
}

.principles-card,
.supporting-notes,
.study-note {
  margin-top: 20px;
}

.rh-practical-note {
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(11, 59, 63, 0.2);
  border-left: 5px solid var(--teal-2);
  border-radius: var(--radius);
  background: #eef4ef;
}

.rh-practical-note h3 {
  margin: 8px 0 10px;
  color: var(--teal);
}

.rh-practical-note p:last-child {
  margin-bottom: 0;
}

.rh-practical-table {
  min-width: 0;
  margin-top: 16px;
}

.rh-practical-table caption {
  color: var(--teal);
}

.checklist,
.numbered-list {
  margin: 0;
  padding-left: 21px;
}

.checklist li,
.numbered-list li {
  margin: 0 0 9px;
}

.checklist li:last-child,
.numbered-list li:last-child {
  margin-bottom: 0;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.guideline-table,
.framework-table,
.comparison-table,
.hertsmi-scorecard,
.chart-data-table {
  min-width: 760px;
}

.guideline-table caption,
.framework-table caption,
.comparison-table caption,
.hertsmi-scorecard caption,
.chart-data-table caption {
  padding: 0 0 12px;
  color: var(--teal);
  font-weight: 850;
  text-align: left;
}

.table-note,
.tool-footnote {
  color: var(--muted);
  font-size: 0.9rem;
}

.assessment-tool {
  padding: 24px;
  border: 1px solid rgba(23, 33, 36, 0.14);
  border-radius: var(--radius);
  background: var(--white);
}

.tool-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
  gap: 18px;
}

.tool-field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.tool-field > span {
  font-size: 0.9rem;
}

.tool-field input,
.tool-field select {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid rgba(23, 33, 36, 0.22);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
}

.tool-field input:focus-visible,
.tool-field select:focus-visible,
.tool-actions button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.tool-footnote {
  margin: 16px 0;
}

.tool-result,
.hertsmi-result {
  padding: 20px;
  border: 1px solid rgba(23, 33, 36, 0.13);
  border-radius: var(--radius);
  background: #f1f6f2;
}

.result-placeholder,
.tool-error {
  margin: 0;
}

.tool-error {
  color: #8b273a;
  font-weight: 800;
}

.result-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
  margin: 18px 0 0;
}

.result-details div {
  min-width: 0;
}

.result-details dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.result-details dd {
  margin: 3px 0 0;
}

.hertsmi-input-list {
  display: grid;
  gap: 10px;
}

.hertsmi-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 115px 110px minmax(130px, 0.8fr);
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid rgba(23, 33, 36, 0.11);
  border-radius: var(--radius);
  background: #f7f8f4;
}

.hertsmi-unit,
.hertsmi-points,
.hertsmi-band {
  padding-bottom: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.hertsmi-points {
  color: var(--teal);
  font-weight: 850;
}

.hertsmi-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0;
  padding: 17px 20px;
  border-radius: var(--radius);
  background: var(--teal);
  color: #ffffff;
}

.hertsmi-total strong {
  color: #ffffff;
}

.result-boundary {
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 33, 36, 0.12);
}

.tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.relapse-chart-wrap {
  padding: 22px 22px 18px;
  border: 1px solid rgba(23, 33, 36, 0.14);
  border-radius: var(--radius);
  background: var(--white);
}

.chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 0.9rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-swatch {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}

.legend-swatch.calculated,
.relapse-bar.calculated {
  background: var(--teal-2);
}

.legend-swatch.hertsmi-only,
.relapse-bar.hertsmi-only {
  background: var(--gold);
}

.relapse-chart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 20px;
  min-height: 330px;
  padding: 20px 10px 0;
  border-left: 1px solid rgba(23, 33, 36, 0.22);
  border-bottom: 1px solid rgba(23, 33, 36, 0.22);
  background-image: linear-gradient(to bottom, rgba(23, 33, 36, 0.08) 1px, transparent 1px);
  background-size: 100% 25%;
}

.relapse-group {
  display: grid;
  grid-template-rows: 270px auto;
  align-items: end;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  text-align: center;
}

.relapse-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
  height: 270px;
}

.relapse-bar {
  position: relative;
  width: 42px;
  height: var(--bar-height);
  min-height: 2px;
  border-radius: 4px 4px 0 0;
}

.relapse-bar span {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.chart-axis-labels {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 0 -2px;
  color: var(--muted);
  font-size: 0.8rem;
}

.chart-data-table-wrap {
  margin-top: 18px;
}

.reference-list ul {
  columns: 2;
  column-gap: 40px;
}

.reference-list li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.noscript-notice {
  max-width: var(--max);
  margin: 24px auto;
  padding: 16px 20px;
  color: var(--ink);
}

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

@media (max-width: 980px) {
  .guidelines-hero h1 {
    font-size: 2.8rem;
  }

  .guideline-grid-four,
  .guideline-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hertsmi-input-row {
    grid-template-columns: minmax(0, 1fr) 115px 110px;
  }

  .hertsmi-band {
    grid-column: 1 / -1;
    padding-bottom: 0;
  }
}

@media (max-width: 620px) {
  .guidelines-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .guidelines-hero h1 {
    font-size: 2.2rem;
  }

  .guidelines-subtitle {
    font-size: 1rem;
  }

  .framework-notice,
  .assessment-tool,
  .relapse-chart-wrap {
    padding: 18px;
  }

  .guideline-grid-two,
  .guideline-grid-three,
  .guideline-grid-four,
  .tool-form-grid,
  .result-details {
    grid-template-columns: 1fr;
  }

  .hertsmi-input-row {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .hertsmi-unit,
  .hertsmi-points {
    padding-bottom: 0;
  }

  .hertsmi-band {
    grid-column: 1 / -1;
  }

  .hertsmi-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .relapse-chart {
    gap: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .relapse-bars {
    gap: 5px;
  }

  .relapse-bar {
    width: 29px;
  }

  .reference-list ul {
    columns: 1;
  }
}

html[data-theme="dark"] {
  .guidelines-hero {
    background: #0b3b3f;
  }

  .framework-notice,
  .category-card,
  .assessment-tool,
  .relapse-chart-wrap,
  .hertsmi-input-row,
  .rh-practical-note {
    background: #11181a;
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--ink);
  }

  .rh-practical-note {
    background: #172629;
  }

  .rh-practical-note h3,
  .rh-practical-table caption {
    color: #9fe5de;
  }

  .framework-notice {
    background: #172629;
    color: var(--ink);
  }

  .tool-result,
  .hertsmi-result {
    background: #172629;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .tool-field input,
  .tool-field select {
    background: #ffffff;
    color: #0b3b3f;
    color-scheme: light;
  }

  .relapse-chart {
    border-color: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  }

  .relapse-group,
  .relapse-bar span {
    color: var(--ink);
  }

  .category-label,
  .result-heading,
  .guideline-table caption,
  .framework-table caption,
  .comparison-table caption,
  .hertsmi-scorecard caption,
  .chart-data-table caption {
    color: #9fe5de;
  }
}

@media print {
  .site-header,
  .site-footer,
  .nav-toggle,
  .tool-actions,
  .skip-link {
    display: none !important;
  }

  body,
  .category-card,
  .detail-card,
  .rh-practical-note,
  .assessment-tool,
  .relapse-chart-wrap,
  .framework-notice {
    background: #ffffff !important;
    color: #172124 !important;
    box-shadow: none !important;
  }

  .guidelines-hero {
    padding: 20px 0;
    background: #ffffff !important;
    color: #172124 !important;
  }

  .section,
  .guidelines-hero,
  .assessment-tool,
  .relapse-chart-wrap {
    break-inside: avoid;
  }

  .relapse-chart {
    min-height: 230px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--teal);
  padding: 10px 14px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100vw;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 48px);
  background: rgba(247, 248, 244, 0.91);
  border-bottom: 1px solid rgba(23, 33, 36, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 50px;
  flex: 0 0 46px;
}

.brand-mark img {
  width: 46px;
  height: 50px;
  object-fit: contain;
}

.brand-wordmark {
  --brand-accent-scale: 1.09;
  display: grid;
  gap: 1px;
  justify-items: start;
  min-width: 0;
  font-family: "Avenir Next", "Helvetica Neue", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

.brand-line {
  display: inline-block;
  justify-self: start;
  white-space: nowrap;
  font-size: clamp(0.9rem, 1.45vw, 1.02rem);
  line-height: 1;
  transform: scaleX(var(--brand-line-scale, 1));
  transform-origin: left center;
}

.brand-line-primary {
  color: #0b4b91;
}

.brand-line-accent {
  color: #009fc5;
  --brand-line-scale: var(--brand-accent-scale);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-left: auto;
  min-width: 0;
  max-width: 100%;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 9px;
  color: #243236;
  text-decoration: none;
  border-radius: var(--radius);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(11, 59, 63, 0.09);
  outline: none;
}

.site-nav .nav-action {
  background: var(--rose);
  color: var(--white);
}

.site-nav .nav-action:hover,
.site-nav .nav-action:focus-visible {
  background: #a83f55;
}

.site-nav a.is-active-section {
  background: rgba(11, 59, 63, 0.1);
  color: var(--teal);
}

.site-nav .nav-action.is-active-section {
  background: #a83f55;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 10px;
}

.theme-toggle {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--teal);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(23, 33, 36, 0.08);
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: var(--teal-2);
  outline: none;
  box-shadow: 0 0 0 3px rgba(21, 96, 102, 0.16);
}

.theme-toggle-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: linear-gradient(90deg, currentColor 0 50%, transparent 50% 100%);
}

@media (min-width: 981px) {
  .site-header {
    padding-right: 124px;
  }
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--teal);
}

.hero {
  position: relative;
  min-height: min(760px, 74svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-tick-alliance.jpg");
  background-size: cover;
  background-position: center right;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 34, 37, 0.88) 0%, rgba(8, 34, 37, 0.7) 34%, rgba(8, 34, 37, 0.18) 68%, rgba(8, 34, 37, 0.02) 100%),
    linear-gradient(0deg, rgba(11, 59, 63, 0.18), rgba(11, 59, 63, 0.18));
}

.hero-content {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 10vw, 104px) 0;
  color: var(--white);
}

.hero-logo-frame {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: min(180px, 48vw);
  height: auto;
  margin: 0 0 22px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.hero-logo {
  width: 100%;
  height: auto;
}

.eyebrow,
.section-kicker,
.topic-label,
.pathway-label {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  width: fit-content;
  max-width: 780px;
  display: inline-grid;
  grid-template-columns: max-content;
  justify-items: start;
  margin: 0;
  font-family: "Avenir Next", "Helvetica Neue", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2.25rem, 5.1vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-title-line {
  display: block;
  width: max-content;
  white-space: nowrap;
  transform: scaleX(var(--hero-line-scale, 1));
  transform-origin: left center;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: clamp(1.02rem, 1.8vw, 1.32rem);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  background: var(--rose);
  color: var(--white);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #a83f55;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary.dark {
  color: var(--teal);
  border-color: rgba(11, 59, 63, 0.24);
  background: rgba(255, 255, 255, 0.75);
}

.button.quiet {
  color: var(--teal);
  background: transparent;
  border-color: rgba(11, 59, 63, 0.24);
}

.signal-band {
  background: var(--teal);
  color: var(--white);
}

.signal-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.signal-grid > div {
  min-height: 178px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--teal);
}

.signal-grid span,
.initiative-number,
.timeline span {
  display: inline-flex;
  color: var(--gold);
  font-weight: 900;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.signal-grid strong {
  display: block;
  font-size: 1.12rem;
}

.signal-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 116px) 0;
}

.intro-layout,
.section-heading,
.evidence-layout,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: start;
}

.questionnaire {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  background: #fdfdf9;
  color-scheme: light;
}

.section h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading > p,
.intro-copy p,
.safety-note {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.medical-disclaimer {
  margin: 18px 0 0;
  padding: clamp(16px, 2.4vw, 22px);
  border: 1px solid rgba(201, 151, 43, 0.4);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
  background: #fff8e8;
  color: #2e3b3f;
  font-weight: 760;
}

.medical-disclaimer strong {
  color: var(--teal);
}

.intro-copy p + p {
  margin-top: 18px;
}

.condition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.condition-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 30px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(11, 59, 63, 0.1);
}

.condition-card h3 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.12;
}

.condition-card p {
  margin: 0;
  color: var(--muted);
}

.condition-card .button {
  margin-top: auto;
  align-self: flex-start;
}

.topic-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.tab-button,
.pathway-button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--teal);
  min-height: 44px;
  padding: 10px 14px;
  font-weight: 900;
  cursor: pointer;
}

.tab-button:hover,
.tab-button:focus-visible,
.pathway-button:hover,
.pathway-button:focus-visible {
  border-color: rgba(11, 59, 63, 0.4);
  outline: none;
}

.tab-button.is-active,
.pathway-button.is-active {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.topic-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.topic-panel[hidden],
.pathway-panel[hidden] {
  display: none;
}

.topic-panel h3,
.pathway-panel h3,
.initiative h3,
.evidence-block h3,
.sources h3,
.contact-panel h2 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.topic-panel p,
.pathway-panel p,
.initiative p,
.evidence-block p,
.contact-panel p {
  color: var(--muted);
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #263337;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 12px;
  background: var(--leaf);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(46, 125, 91, 0.13);
}

.pathways {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  background: #eef3ee;
}

.screening-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(20px, 4vw, 34px);
}

.screening-form fieldset {
  min-width: 0;
  margin: 0 0 18px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcf8;
}

.screening-form fieldset:last-of-type {
  margin-bottom: 0;
}

.screening-form legend {
  width: 100%;
  padding: 14px 18px;
  background: var(--teal);
  color: var(--white);
  font-weight: 900;
}

.screening-form legend span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  color: #1b1b16;
}

.checklist-note {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(11, 59, 63, 0.16);
  border-radius: var(--radius);
  background: #edf5f3;
  color: #2e3b3f;
}

.score-instructions {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(23, 33, 36, 0.1);
  background: #eef4ef;
  color: #334247;
  overflow-wrap: anywhere;
}

.score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(23, 33, 36, 0.08);
}

.score-row:last-child {
  border-bottom: 0;
}

.score-label {
  min-width: 0;
  color: #263337;
  font-weight: 750;
  font-size: 0.95rem;
  line-height: 1.35;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.score-row select {
  width: 100%;
  min-height: 42px;
  padding: 9px 36px 9px 14px;
  border: 1px solid rgba(23, 33, 36, 0.2);
  border-radius: var(--radius);
  background: #ffffff !important;
  background-image: none !important;
  color: #0b3b3f !important;
  font-weight: 800;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  color-scheme: light;
  forced-color-adjust: none;
  -webkit-text-fill-color: #0b3b3f;
  -webkit-tap-highlight-color: transparent;
  font-family: inherit;
  letter-spacing: 0;
}

.score-row select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.score-select-shell {
  position: relative;
  width: 160px;
  justify-self: end;
  color-scheme: light;
  forced-color-adjust: none;
}

.score-select-shell::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--teal);
  transform: translateY(-20%);
  pointer-events: none;
}

.score-select-shell select {
  display: block;
}

.bonus-row {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 160px);
}

.bonus-row span {
  min-width: 120px;
  padding: 8px 14px;
  border: 1px solid rgba(23, 33, 36, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  color: var(--teal);
  font-weight: 900;
  font-size: 0.95rem;
  text-align: center;
}

.section-total-row {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 13px 18px;
  background: #f6d0ad;
  color: #1f292c;
  font-weight: 900;
}

.questionnaire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.questionnaire-result {
  margin-top: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #e9f3f0;
}

.questionnaire-result.high {
  background: #fff1e1;
  border-color: rgba(184, 100, 67, 0.35);
}

.questionnaire-result.moderate {
  background: #f4f5df;
  border-color: rgba(201, 151, 43, 0.35);
}

.questionnaire-result.very-high {
  background: #fdebef;
  border-color: rgba(201, 79, 104, 0.35);
}

.result-eyebrow {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.questionnaire-result h3 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(1.3rem, 2.8vw, 2.2rem);
  line-height: 1.08;
}

.questionnaire-result p {
  color: #3b4b50;
}

.result-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 8px;
  margin: 16px 0 0;
}

.result-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
}

.result-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #2e3b3f;
}

.score-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.score-guide span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px;
  border: 1px solid rgba(11, 59, 63, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--teal);
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
}

.questionnaire-source {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.questionnaire-source a {
  color: var(--teal-2);
  font-weight: 900;
}

.donation-hero {
  display: grid;
  align-items: center;
  min-height: 560px;
  padding: clamp(56px, 9vw, 92px) max(18px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 59, 63, 0.95), rgba(11, 59, 63, 0.74)),
    url("assets/hero-tick-alliance.jpg") center right / cover;
}

.donation-hero > div {
  max-width: 760px;
}

.directory-hero {
  display: grid;
  align-items: center;
  min-height: 540px;
  padding: clamp(56px, 9vw, 92px) max(18px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 59, 63, 0.96), rgba(21, 96, 102, 0.72)),
    url("assets/hero-tick-alliance.jpg") center right / cover;
}

.directory-hero > div {
  max-width: 760px;
}

.directory-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 0.98;
}

.directory-hero p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.12rem;
}

.directory-hero p.medical-disclaimer {
  max-width: 720px;
  color: #2e3b3f;
  background: #fff8e8;
}

.directory-hero p.medical-disclaimer strong {
  color: var(--teal);
}

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

.map-panel {
  position: sticky;
  top: 96px;
  min-height: 460px;
  border: 1px solid rgba(11, 59, 63, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 24% 23%, rgba(255, 255, 255, 0.88), transparent 20%),
    linear-gradient(145deg, #cfe7ea 0%, #eef8f1 54%, #f9fcf7 100%);
  box-shadow: 0 22px 70px rgba(11, 59, 63, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius) - 2px);
  background: url("assets/world-map-directory.svg?v=20260708e") center / contain no-repeat;
  opacity: 0.95;
}

.map-panel::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(11, 59, 63, 0.1);
  border-radius: calc(var(--radius) - 2px);
  background:
    linear-gradient(rgba(11, 59, 63, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 59, 63, 0.08) 1px, transparent 1px);
  background-size: 100% 25%, 25% 100%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  pointer-events: none;
}

.map-pin {
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: #0b3b3f;
  color: var(--white);
  padding: 10px 13px 10px 14px;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(11, 59, 63, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.map-pin span {
  position: relative;
  z-index: 1;
}

.map-pin::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 13px;
  height: 13px;
  background: inherit;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 6px 6px 16px rgba(11, 59, 63, 0.14);
}

.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 20px;
  height: 8px;
  border-radius: 50%;
  background: rgba(11, 59, 63, 0.22);
  transform: translateX(-50%);
  filter: blur(2px);
}

.map-pin.is-active,
.map-pin:hover,
.map-pin:focus-visible {
  background: var(--rose);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(201, 79, 104, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.map-pin.north-america {
  left: 18%;
  top: 31%;
}

.map-pin.europe {
  left: 49%;
  top: 29%;
}

.map-pin.oceania {
  left: 76%;
  top: 72%;
}

.map-pin.global-pin {
  left: 43%;
  top: 52%;
}

.directory-results {
  display: grid;
  gap: 14px;
}

.directory-card {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.directory-card.is-highlighted {
  border-top: 5px solid var(--rose);
  box-shadow: 0 18px 55px rgba(11, 59, 63, 0.11);
}

.directory-card h3 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.directory-card p {
  color: var(--muted);
}

.donation-logo {
  width: min(180px, 48vw);
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.16));
}

.donation-hero h1 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 0.98;
}

.donation-hero p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.12rem;
}

.donation-grid,
.payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.donation-grid.donate-grid-wide {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.donation-grid.donate-grid-wide > article {
  min-width: 0;
}

.donation-card,
.payment-methods article {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.donation-card.featured {
  border-top: 5px solid var(--rose);
  box-shadow: 0 18px 55px rgba(11, 59, 63, 0.12);
}

.donation-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--rose);
  font-size: 1.9rem;
  font-weight: 900;
}

.donation-card h3,
.payment-methods h3 {
  margin: 0;
  color: var(--teal);
}

.donation-card p,
.payment-methods p {
  color: var(--muted);
}

.payment-methods {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.donate-embed-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.donate-embed-wrap iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: none;
  border-radius: var(--radius);
}

.stripe-checkout-panel {
  margin-top: 32px;
  background: var(--white);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 48px);
  width: min(100%, 1100px);
  margin-left: auto;
  margin-right: auto;
}

.facts-list {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  gap: 10px 16px;
  margin: 18px 0 0;
}

.facts-list dt {
  color: var(--teal);
  font-weight: 900;
}

.facts-list dd {
  margin: 0;
  color: var(--muted);
}

.corp-details {
  margin-top: 18px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfcf8;
}

.corp-details summary {
  padding: 16px 18px;
  color: var(--teal);
  font-weight: 900;
  cursor: pointer;
}

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

.corp-details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.notice-links {
  display: grid;
  gap: 10px;
}

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

.project-card {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(11, 59, 63, 0.08);
}

.project-card h3 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.12;
}

.project-card p {
  margin: 0;
  color: var(--muted);
}

.project-meta {
  display: grid;
  grid-template-columns: minmax(160px, 210px) minmax(0, 1fr);
  gap: 8px 16px;
  padding-top: 4px;
}

.project-meta dt {
  color: var(--teal);
  font-weight: 900;
}

.project-meta dd {
  margin: 0;
  color: var(--ink);
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #edf3ee;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
}

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

.legal-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.text-link {
  color: var(--teal-2);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.pathway-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.pathway-menu {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
}

.pathway-button {
  width: 100%;
  text-align: left;
}

.pathway-content {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 55px rgba(11, 59, 63, 0.11);
}

.pathway-panel {
  padding: clamp(26px, 4vw, 48px);
}

.number-list {
  margin: 22px 0 0;
  padding-left: 24px;
  display: grid;
  gap: 16px;
}

.number-list li {
  padding-left: 6px;
  color: #273539;
}

.number-list strong {
  color: var(--teal);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline div {
  min-height: 192px;
  background: #fbfcf8;
  padding: 20px;
}

.timeline strong {
  display: block;
  color: var(--teal);
  font-size: 1.05rem;
}

.timeline p {
  margin: 8px 0 0;
  font-size: 0.95rem;
}

.global {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - var(--max)) / 2));
  padding-right: max(18px, calc((100vw - var(--max)) / 2));
  background: var(--teal);
  color: var(--white);
}

.global .section-heading p,
.global .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.global h2 {
  color: var(--white);
}

.global-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.initiative {
  min-height: 254px;
  padding: clamp(22px, 3vw, 32px);
  background: var(--teal);
}

.initiative h3 {
  color: var(--white);
}

.initiative p {
  color: rgba(255, 255, 255, 0.75);
}

.evidence-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.evidence-block,
.sources {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 32px);
}

.evidence-block.accent {
  border-top: 5px solid var(--rose);
}

.sources {
  margin-top: 14px;
}

.sources ul {
  columns: 2;
  column-gap: 42px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.sources li {
  break-inside: avoid;
  margin-bottom: 10px;
  color: #2e3b3f;
}

.sources a {
  color: var(--teal-2);
  font-weight: 800;
}

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

.mold-roadmap {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mold-roadmap .detail-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mold-roadmap .button {
  margin-top: auto;
  align-self: flex-start;
}

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

.detail-card,
.source-callout,
.urgent-note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 32px);
}

.detail-card h3,
.source-callout h3,
.urgent-note h3,
.clinical-table-wrap h3 {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.12;
}

.detail-card p,
.source-callout p,
.urgent-note p {
  margin: 0;
  color: var(--muted);
}

.detail-card ul,
.urgent-note ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: #273539;
}

.detail-card li + li,
.urgent-note li + li {
  margin-top: 8px;
}

.source-image-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 14px;
  background: #f7f8f4;
}

.source-image-card img.contain {
  object-fit: contain;
  padding: 8px;
}

.source-image-card .image-credit {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
}

.source-image-card .image-credit a {
  color: var(--teal-2);
  font-weight: 900;
}

.clinical-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(11, 59, 63, 0.08);
}

.clinical-table-wrap h3 {
  padding: 22px 22px 0;
}

.clinical-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.cirs-steps-table {
  min-width: 920px;
  table-layout: fixed;
}

.cirs-steps-table th:first-child,
.cirs-steps-table td:first-child {
  width: 16%;
  min-width: 140px;
  white-space: nowrap;
}

.cirs-steps-table th:nth-child(2),
.cirs-steps-table td:nth-child(2) {
  width: 24%;
}

.cirs-steps-table th:nth-child(3),
.cirs-steps-table td:nth-child(3) {
  width: auto;
}

.campbell-targets-table {
  min-width: 1060px;
  table-layout: fixed;
}

.campbell-targets-table th:nth-child(1),
.campbell-targets-table td:nth-child(1) {
  width: 18%;
}

.campbell-targets-table th:nth-child(2),
.campbell-targets-table td:nth-child(2) {
  width: 24%;
}

.campbell-targets-table th:nth-child(3),
.campbell-targets-table td:nth-child(3) {
  width: 18%;
}

.campbell-targets-table th:nth-child(4),
.campbell-targets-table td:nth-child(4) {
  width: 40%;
}

.campbell-timeline-table {
  min-width: 920px;
  table-layout: fixed;
}

.campbell-timeline-table th:nth-child(1),
.campbell-timeline-table td:nth-child(1) {
  width: 16%;
}

.campbell-timeline-table th:nth-child(2),
.campbell-timeline-table td:nth-child(2) {
  width: 18%;
}

.campbell-timeline-table th:nth-child(3),
.campbell-timeline-table td:nth-child(3) {
  width: 66%;
}

.clinical-table th,
.clinical-table td {
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.clinical-table th {
  color: var(--teal);
  background: #edf3ee;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.clinical-table td {
  color: #273539;
}

.clinical-table strong {
  color: var(--teal);
}

.source-callout {
  border-left: 5px solid var(--gold);
}

.source-callout blockquote {
  margin: 0 0 12px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1.2;
}

.source-callout cite {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.source-callout p {
  margin-top: 16px;
}

.source-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 16px;
  align-items: start;
}

.urgent-note {
  border-top: 5px solid var(--rose);
  background: #fffafa;
}

.illness-table {
  min-width: 980px;
}

.compact-source-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #273539;
}

.compact-source-list a {
  color: var(--teal-2);
  font-weight: 900;
}

.detail-card a,
.source-callout a,
.urgent-note a {
  color: var(--teal-2);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact {
  padding-top: 0;
}

.contact-panel {
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  background: #e6e7dd;
  border: 1px solid rgba(23, 33, 36, 0.12);
  border-radius: var(--radius);
  grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.15fr) auto;
}

.contact-actions {
  justify-content: flex-end;
  margin: 0;
}

.contact-logo-wrap {
  align-self: center;
}

.contact-logo-wrap img {
  width: 150px;
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.16));
}

.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(23, 33, 36, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

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

.contact-field {
  display: grid;
  gap: 6px;
}

.contact-field label {
  color: var(--teal);
  font-size: 0.88rem;
  font-weight: 900;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 36, 0.18);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}

.contact-field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: 2px solid rgba(11, 59, 63, 0.22);
  outline-offset: 2px;
}

.contact-form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 4vw, 48px);
  background: #121a1c;
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a {
  color: var(--white);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 70px;
    padding-right: 118px;
  }

  .theme-toggle {
    top: 13px;
    right: 70px;
    min-height: 44px;
    width: 44px;
    padding: 10px;
  }

  .theme-toggle [data-theme-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nav-toggle {
    position: absolute;
    top: 13px;
    right: 18px;
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: calc(100% + 8px);
    display: grid;
    gap: 4px;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 18px 50px rgba(23, 33, 36, 0.18);
    transform-origin: top;
    transform: scaleY(0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: calc(100svh - 90px);
    overflow-y: auto;
    z-index: 3;
  }

  .site-nav.is-open {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .hero {
    min-height: 70svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(8, 34, 37, 0.9) 0%, rgba(8, 34, 37, 0.72) 58%, rgba(8, 34, 37, 0.32) 100%),
      linear-gradient(0deg, rgba(11, 59, 63, 0.2), rgba(11, 59, 63, 0.2));
  }

  .signal-grid,
  .intro-layout,
  .section-heading,
  .condition-grid,
  .topic-panel,
  .pathway-layout,
  .global-grid,
  .evidence-layout,
  .donation-grid,
  .payment-methods,
  .directory-layout,
  .detail-grid,
  .source-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .pathway-menu {
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    width: 100%;
    scroll-snap-type: none;
  }

  .pathway-button {
    min-width: 0;
    width: 100%;
    scroll-snap-align: unset;
  }

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

  .contact-actions {
    justify-content: flex-start;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .directory-layout {
    justify-items: stretch;
    text-align: left;
  }

  .map-panel {
    justify-self: stretch;
    width: 100%;
    min-height: 380px;
  }

  .score-row,
  .bonus-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .score-row select,
  .bonus-row span {
    width: 100%;
    min-width: 0;
  }

  .section-total-row {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .map-panel {
    position: relative;
    top: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1160px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-content,
  .directory-hero,
  .donation-hero,
  .section-heading,
  .intro-layout,
  .topic-panel,
  .pathway-layout,
  .global-grid,
  .evidence-layout,
  .donation-grid,
  .payment-methods,
  .directory-layout,
  .detail-grid,
  .source-grid,
  .contact-panel {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hero h1,
  .directory-hero h1,
  .donation-hero h1,
  .section h2,
  .section h3,
  .topic-card h3,
  .condition-card h3,
  .pathway-panel h3,
  .initiative h3,
  .evidence-block h3,
  .detail-card h3,
  .project-card h3,
  .source-callout h3,
  .urgent-note h3,
  .clinical-table-wrap h3,
  .questionnaire-result h3,
  .contact-panel h2,
  .section-kicker,
  .eyebrow,
  .topic-label,
  .pathway-label,
  .result-eyebrow {
    text-align: center;
  }

  .hero-actions,
  .contact-actions,
  .questionnaire-actions,
  .pathway-menu {
    justify-content: center;
  }
}

@media (max-width: 1380px) {
  .site-nav {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .hero h1,
  .section h2,
  .section h3,
  .condition-card h3,
  .topic-panel h3,
  .pathway-panel h3,
  .initiative h3,
  .evidence-block h3,
  .source-callout h3,
  .urgent-note h3,
  .clinical-table-wrap h3,
  .questionnaire-result h3,
  .contact-panel h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 620px) {
  .brand-line {
    font-size: 0.86rem;
  }

  .hero {
    min-height: 68svh;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-content {
    padding: 44px 0 56px;
  }

  .hero h1 {
    font-size: clamp(1.9rem, 9.45vw, 3.4rem);
    max-width: 100%;
  }

  .hero-title-line {
    max-width: 100%;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .section {
    width: min(var(--max), calc(100% - 28px));
    padding: 40px 0;
  }

  .section-heading > *,
  .section h2,
  .section h3 {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .directory-hero {
    min-height: 36svh;
    padding: 28px 14px 30px;
  }

  .directory-hero h1 {
    font-size: clamp(1.9rem, 8.2vw, 3rem);
  }

  .directory-hero p:not(.eyebrow) {
    font-size: 0.97rem;
  }

  .directory-hero + .section {
    padding-top: 28px;
  }

  .directory-hero + .section .section-heading {
    gap: 16px;
    margin-bottom: 20px;
  }

  .directory-hero + .section .section-heading > p {
    font-size: 0.96rem;
  }

  .pathways,
  .questionnaire,
  .global {
    padding-left: 14px;
    padding-right: 14px;
  }

  .screening-form,
  .topic-panel,
  .condition-card,
  .pathway-panel,
  .contact-panel {
    padding: 22px;
  }

  .contact-form {
    padding: 16px;
  }

  .score-row,
  .bonus-row {
    padding: 12px 14px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .score-label {
    width: 100%;
    font-size: 0.9rem;
  }

  .score-row select {
    width: 100%;
    font-size: 0.92rem;
  }

  .bonus-row span {
    width: 100%;
    min-width: auto;
  }

  .section-total-row {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .timeline,
  .sources ul {
    display: block;
    columns: 1;
  }

  .result-meta,
  .score-guide {
    grid-template-columns: 1fr;
  }

  .score-guide span + span {
    margin-top: 8px;
  }

  .timeline div + div {
    border-top: 1px solid var(--line);
  }

  .facts-list,
  .project-meta,
  .policy-link-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 980px) {
  .site-nav {
    width: auto;
    max-width: calc(100vw - 36px);
    margin-left: 0;
  }

  .pathway-layout,
  .donation-grid,
  .payment-methods {
    justify-items: stretch;
    text-align: left;
    width: 100%;
  }

  .pathway-content,
  .pathway-panel,
  .donation-card,
  .payment-methods article,
  .method-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pathway-content,
  .method-card,
  .fee-statement,
  .how-to-steps {
    overflow-wrap: anywhere;
  }

  .pathway-panel p,
  .pathway-panel li,
  .pathway-panel td,
  .pathway-panel th,
  .pathway-panel blockquote,
  .method-card p,
  .method-card li,
  .fee-statement {
    text-align: left;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

.condition-card,
.donation-card,
.initiative,
.evidence-block,
.topic-panel,
.pathway-panel,
.directory-card,
.detail-card,
.source-callout,
.urgent-note {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s ease;
}

.condition-card:hover,
.donation-card:hover,
.evidence-block:hover,
.directory-card:hover,
.detail-card:hover,
.source-callout:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(11, 59, 63, 0.14);
}

.initiative:hover {
  background: rgba(11, 59, 63, 1);
  transform: translateY(-2px);
}

.button {
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.button:active {
  transform: translateY(1px) scale(0.98);
}

.button.primary:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.18);
}

.button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.tab-button:focus-visible,
.pathway-button:focus-visible,
.map-pin:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 3px;
}

.pathway-panel {
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.pathway-panel.is-active {
  animation: panelFadeIn 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes panelFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.questionnaire-result {
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.questionnaire-result.high,
.questionnaire-result.moderate,
.questionnaire-result.very-high {
  animation: resultPop 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes resultPop {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.signal-grid > div {
  transition: background 0.3s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.signal-grid > div:hover {
  background: rgba(11, 59, 63, 0.8);
  transform: translateY(-2px);
}

.site-nav {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, visibility 0.35s ease;
}

.nav-toggle span {
  transition: all 0.3s ease;
}

.nav-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.site-footer a {
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--gold);
}

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

html[data-theme="dark"] {
    --ink: #e8f0ee;
    --muted: #b4c1be;
    --paper: #0a1113;
    --teal: #8fd9d3;
    --teal-2: #a1e6e2;
    --leaf: #89cd98;
    --gold: #e2bf69;
    --rose: #e56f89;
    --clay: #d38a68;
    --line: rgba(255, 255, 255, 0.12);
    --shadow: 0 24px 64px rgba(0, 0, 0, 0.46);
  color-scheme: dark;

  body {
    background: var(--paper);
    color: var(--ink);
  }

  a:not(.button):not(.nav-action) {
    color: var(--teal-2);
  }

  .skip-link,
  .nav-toggle,
  .site-nav {
    background: #11181a;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .site-header {
    background: rgba(7, 12, 13, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.08);
  }

  .brand-line-primary {
    color: #6bb9f2;
  }

  .brand-line-accent {
    color: #55d3e2;
  }

  .site-nav a {
    color: #dbe6e4;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav a.is-active-section {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }

  .site-nav .nav-action {
    color: #ffffff;
  }

  .site-nav .nav-action:hover,
  .site-nav .nav-action:focus-visible {
    background: #d95c79;
  }

  .nav-toggle span {
    background: #dfe8e6;
  }

  .theme-toggle {
    background: #11181a;
    border-color: rgba(255, 255, 255, 0.14);
    color: #dfe8e6;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  }

  .theme-toggle:hover,
  .theme-toggle:focus-visible {
    border-color: rgba(161, 230, 226, 0.7);
    box-shadow: 0 0 0 3px rgba(161, 230, 226, 0.16);
  }

  .button.secondary {
    color: #f4fbfa;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
  }

  .button.secondary.dark {
    color: #f4fbfa;
    border-color: rgba(255, 255, 255, 0.14);
    background: #11181a;
  }

  .button.quiet {
    color: #dfe8e6;
    border-color: rgba(255, 255, 255, 0.18);
  }

  .hero-media {
    filter: brightness(0.75) saturate(0.9);
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 10, 11, 0.92) 0%, rgba(5, 10, 11, 0.74) 36%, rgba(5, 10, 11, 0.22) 72%, rgba(5, 10, 11, 0.04) 100%),
      linear-gradient(0deg, rgba(11, 59, 63, 0.14), rgba(11, 59, 63, 0.14));
  }

  .questionnaire,
  .pathways {
    background: #0c1315;
  }

  .questionnaire,
  .questionnaire .screening-form,
  .questionnaire .score-row select,
  .questionnaire .score-guide span,
  .questionnaire .result-pill,
  .questionnaire .bonus-row span {
    color-scheme: light;
  }

  .signal-band,
  .global,
  .initiative {
    background: #0a1113;
  }

  .signal-grid {
    background: rgba(255, 255, 255, 0.08);
  }

  .signal-grid > div {
    background: #10181a;
  }

  .signal-grid > div:hover {
    background: #162125;
  }

  .topic-panel,
  .condition-card,
  .directory-card,
  .donation-card,
  .payment-methods article,
  .project-card,
  .detail-card,
  .source-callout,
  .urgent-note,
  .evidence-block,
  .sources,
  .screening-form,
  .pathway-content,
  .clinical-table-wrap,
  .contact-panel,
  .contact-form,
  .stripe-checkout-panel,
  .corp-details,
  .timeline div {
    background: #11181a;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  }

  .status-pill {
    background: rgba(255, 255, 255, 0.06);
    color: var(--leaf);
  }

  .donation-card.featured,
  .method-card.featured {
    border-color: var(--leaf) !important;
    border-left-color: var(--leaf) !important;
  }

  .tab-button,
  .pathway-button,
  .score-guide span,
  .result-pill,
  .bonus-row span {
    background: #0f1719;
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--ink);
  }

  .tab-button:hover,
  .tab-button:focus-visible,
  .pathway-button:hover,
  .pathway-button:focus-visible {
    border-color: rgba(255, 255, 255, 0.24);
  }

  .tab-button.is-active,
  .pathway-button.is-active {
    background: #173238;
    border-color: #173238;
    color: #ffffff;
  }

  .screening-form fieldset {
    background: #0d1416;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .screening-form legend {
    background: #14282d;
    color: #ffffff;
  }

  .checklist-note,
  .score-instructions {
    background: #0d1416;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .section-total-row {
    background: #3f2d18;
    color: #ffffff;
  }

  .questionnaire-result {
    background: #102023;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .questionnaire-result.high {
    background: #1f1814;
    border-color: rgba(231, 108, 134, 0.35);
  }

  .questionnaire-result.moderate {
    background: #1f1e13;
    border-color: rgba(224, 191, 105, 0.35);
  }

  .questionnaire-result.very-high {
    background: #211419;
    border-color: rgba(231, 108, 134, 0.35);
  }

  .contact-field input,
  .contact-field textarea {
    background: #0c1416;
    border-color: rgba(255, 255, 255, 0.14);
    color: var(--ink);
  }

  .contact-field input::placeholder,
  .contact-field textarea::placeholder {
    color: rgba(232, 240, 238, 0.55);
  }

  .contact-field input:focus,
  .contact-field textarea:focus {
    outline-color: rgba(143, 217, 211, 0.32);
  }

  .score-row select {
    width: 100%;
    background-color: var(--white);
    background-image: none;
  }

  .score-select-shell {
    width: 100%;
  }

  .result-pill,
  .score-guide span {
    background: rgba(255, 255, 255, 0.06);
  }

  .method-card,
  .method-card.featured {
    background: #11181a !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38) !important;
  }

  .method-badge {
    background: rgba(137, 205, 152, 0.12);
    color: #a8e6b7;
  }

  .method-amount {
    color: var(--ink);
  }

  .fee-statement {
    background: #0d1416 !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: var(--ink) !important;
  }

  .how-to-steps,
  .check-list li,
  .number-list li,
  .sources li,
  .compact-source-list,
  .detail-card ul,
  .urgent-note ul,
  .clinical-table td,
  .medical-disclaimer,
  .directory-hero p.medical-disclaimer,
  .corp-details p,
  .result-list,
  .timeline p,
  .questionnaire-result p,
  .score-label {
    color: var(--ink);
  }

  .section-heading > p,
  .intro-copy p,
  .safety-note,
  .topic-panel p,
  .pathway-panel p,
  .initiative p,
  .evidence-block p,
  .contact-panel p {
    color: var(--muted);
  }

  .directory-hero p.medical-disclaimer,
  .medical-disclaimer {
    background: #11181a;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .directory-hero p.medical-disclaimer strong,
  .medical-disclaimer strong {
    color: var(--teal);
  }

  .clinical-table th {
    background: #0d1416;
    color: var(--ink);
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  .clinical-table td {
    border-top-color: rgba(255, 255, 255, 0.08);
  }

  .source-image-card img {
    background: #0f1719;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .map-panel {
    background:
      radial-gradient(circle at 24% 23%, rgba(90, 154, 153, 0.26), transparent 26%),
      linear-gradient(145deg, #0a1113 0%, #0d171a 54%, #102328 100%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .map-panel::before {
    opacity: 0.94;
    filter: brightness(1.7) saturate(1.08) contrast(1.08) drop-shadow(0 0 16px rgba(124, 225, 216, 0.16));
  }

  .map-panel::after {
    border-color: rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  }

  .map-pin {
    background: #1e6d79;
    color: #f4fbfa;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .map-pin::after {
    background: rgba(0, 0, 0, 0.34);
  }

  .map-pin.is-active,
  .map-pin:hover,
  .map-pin:focus-visible {
    background: var(--rose);
  }

  .global .section-heading p,
  .global .section-kicker {
    color: rgba(255, 255, 255, 0.72);
  }

  .initiative:hover {
    background: #162125;
  }

  .signal-grid span,
  .initiative-number,
  .timeline span {
    color: var(--gold);
  }

  .site-footer {
    background: #091214;
  }

  .site-footer a {
    color: #ffffff !important;
  }

  .site-footer a:hover {
    color: var(--gold) !important;
  }
}
