:root {
  --pine-950: #061f1b;
  --pine-900: #0b2f29;
  --pine-800: #123f36;
  --pine-700: #1d5749;
  --pine-100: #dce9e3;
  --paper: #f8f5ed;
  --paper-deep: #ebe4d4;
  --white: #fffdf8;
  --ink: #102d27;
  --ink-soft: #4c625b;
  --ember: #e35e3a;
  --ember-dark: #a63f27;
  --gold: #e5c877;
  --sky: #a8cad0;
  --line: rgba(16, 45, 39, 0.16);
  --line-light: rgba(255, 253, 248, 0.18);
  --shadow: 0 24px 80px rgba(4, 26, 22, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 78px;
  --wrap: min(1220px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

/* Quiet, tap-to-explain abbreviations in reading content. */
.glossary-term {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: baseline;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  cursor: pointer;
  touch-action: manipulation;
}

.glossary-term:hover,
.glossary-term[aria-expanded="true"] { text-decoration-style: solid; }
.glossary-term:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }

.glossary-bubble {
  position: fixed;
  z-index: 10000;
  inset: auto;
  width: min(360px, calc(100vw - 24px));
  max-height: calc(100dvh - 24px);
  margin: 0;
  padding: 22px;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(16, 45, 39, 0.25);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 12px 42px rgba(2, 13, 11, 0.24);
  font-family: var(--sans);
  text-align: left;
  overflow-wrap: anywhere;
}

.glossary-bubble[hidden] { display: none !important; }
.glossary-bubble .glossary-label { margin: 0 40px 8px 0; color: var(--pine-700); font-size: 0.8125rem; font-weight: 800; letter-spacing: 0.06em; line-height: 1.5; }
.glossary-bubble h2 { margin: 0 24px 10px 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; letter-spacing: normal; line-height: 1.2; }
.glossary-bubble #glossary-explanation { margin: 0; font-size: 1rem; line-height: 1.55; }
.glossary-illustration { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid rgba(16, 45, 39, 0.16); }
.glossary-illustration[hidden] { display: none; }
.glossary-illustration img { display: block; width: 100%; height: auto; border: 1px solid rgba(16, 45, 39, 0.18); border-radius: 8px; background: #edf3ec; }
.glossary-illustration figcaption { margin-top: 7px; color: var(--slate); font-size: .75rem; line-height: 1.4; }
.glossary-bubble .glossary-source { display: inline-block; margin-top: 12px; color: var(--pine-700); font-size: .9rem; font-weight: 800; }
.glossary-close { position: absolute; top: 6px; right: 6px; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.glossary-close:hover { background: var(--paper-deep); }
.glossary-close:focus-visible { outline: 2px solid var(--pine-700); outline-offset: -4px; }
@media print {
  .glossary-bubble { display: none !important; }
  .glossary-term { text-decoration: none; }
}

.source-popover {
  position: fixed;
  z-index: 10001;
  inset: auto;
  width: min(420px, calc(100vw - 24px));
  max-height: calc(100dvh - 24px);
  margin: 0;
  padding: 22px;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(16, 45, 39, 0.25);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 12px 42px rgba(2, 13, 11, 0.24);
  font-family: var(--sans);
  text-align: left;
  overflow-wrap: anywhere;
}

.source-popover[hidden] { display: none !important; }
.source-popover-label { margin: 0 40px 8px 0; color: var(--pine-700); font-size: 0.8125rem; font-weight: 800; letter-spacing: 0.06em; line-height: 1.5; text-transform: uppercase; }
.source-popover h2 { margin: 0 24px 10px 0; font-family: var(--serif); font-size: 1.4rem; font-weight: 500; letter-spacing: normal; line-height: 1.2; }
.source-popover #source-popover-description { margin: 0; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; }
.source-popover-actions { display: flex; margin-top: 16px; flex-wrap: wrap; gap: 8px; }
.source-popover-actions a { display: inline-flex; min-height: 42px; padding: 9px 14px; align-items: center; border: 1px solid var(--pine-700); border-radius: 999px; color: var(--pine-700); font-size: 0.875rem; font-weight: 850; text-decoration: none; }
.source-popover-actions a:hover { background: var(--pine-700); color: var(--white); }
.source-popover-actions a:focus-visible { outline: 2px solid var(--ember-dark); outline-offset: 2px; }
.source-popover-close { position: absolute; top: 6px; right: 6px; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.source-popover-close:hover { background: var(--paper-deep); }
.source-popover-close:focus-visible { outline: 2px solid var(--pine-700); outline-offset: -4px; }

.document-content a[aria-haspopup="dialog"][aria-expanded="true"] {
  border-radius: 3px;
  background: rgba(229, 200, 119, 0.34);
}

@media print {
  .source-popover { display: none !important; }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 28px);
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
select {
  font: inherit;
}

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

:focus-visible {
  outline: 2px solid var(--pine-950);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--gold);
}

::selection {
  background: var(--gold);
  color: var(--pine-950);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 4px;
  background: var(--white);
  color: var(--pine-950);
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wrap {
  width: var(--wrap);
  margin-inline: auto;
}

.hero-inner > *,
.section-grid > *,
.record-layout > *,
.cta-layout > *,
.contact-panel > *,
.article-layout > *,
.document-layout > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 31, 27, 0.96);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  width: var(--wrap);
  min-height: var(--header-height);
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.brand-mark {
  flex-shrink: 0;
  position: relative;
  display: grid;
  width: 76px;
  height: 46px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.16);
}

.brand-mark img {
  width: 66px;
  height: 36px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  min-width: 0;
  line-height: 1.05;
}

.brand-copy strong {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-copy span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-list a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 11px;
  align-items: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.nav-list .nav-action {
  margin-left: 8px;
  background: var(--ember-dark);
  color: var(--white);
}

.nav-list .nav-action:hover,
.nav-list .nav-action[aria-current="page"] {
  background: #c55032;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span {
  margin-block: 0;
}

.menu-open .menu-toggle span {
  opacity: 0;
}

.menu-open .menu-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  align-items: end;
  background: var(--pine-950);
  color: var(--white);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 70%;
  filter: saturate(0.8) contrast(1.06);
}

.hero-media video {
  object-position: 55% center;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 25, 21, 0.95) 0%, rgba(3, 25, 21, 0.82) 38%, rgba(3, 25, 21, 0.2) 78%),
    linear-gradient(0deg, rgba(3, 25, 21, 0.94) 0%, rgba(3, 25, 21, 0.1) 62%);
  content: "";
}

.hero-cinematic::before {
  background:
    linear-gradient(90deg, rgba(3, 25, 21, 0.74) 0%, rgba(3, 25, 21, 0.5) 38%, rgba(3, 25, 21, 0.06) 76%),
    linear-gradient(0deg, rgba(3, 25, 21, 0.72) 0%, rgba(3, 25, 21, 0.04) 62%);
}

.hero-cinematic::after,
.history-hero::before {
  opacity: 0.55;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -8vw;
  bottom: -20vw;
  width: 58vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 9vw rgba(255, 255, 255, 0.025),
    0 0 0 18vw rgba(255, 255, 255, 0.018);
  content: "";
}

.hero-inner {
  display: grid;
  width: var(--wrap);
  margin-inline: auto;
  padding: clamp(54px, 8vh, 100px) 0 42px;
  grid-template-columns: minmax(0, 8.4fr) minmax(260px, 3.6fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
}

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

.eyebrow {
  display: flex;
  margin: 0 0 22px;
  align-items: center;
  gap: 12px;
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow.on-dark {
  color: var(--gold);
}

.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 9.1vw, 8.9rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 1.02;
}

.hero h1 span {
  display: block;
}

.hero h1 .hero-accent {
  color: var(--gold);
  font-style: italic;
}

.hero-lead {
  max-width: 700px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.55vw, 1.34rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 12px 23px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ember-dark);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  line-height: 1.4;
}

.button:hover {
  transform: translateY(-2px);
  background: #c55032;
}

.button::after {
  font-size: 1rem;
  content: "↗";
}

.button.internal::after {
  content: "→";
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

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

.button.light {
  background: var(--white);
  color: var(--pine-950);
}

.button.light:hover {
  background: var(--paper-deep);
}

.button.dark {
  background: var(--pine-900);
  color: var(--white);
}

.button.dark:hover {
  background: var(--pine-700);
}

.button.text-link {
  min-height: 44px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--pine-900);
}

.button.text-link:hover {
  background: transparent;
  color: var(--ember-dark);
}

.hero-dossier {
  margin-bottom: 4px;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 32, 27, 0.65);
  backdrop-filter: blur(18px);
}

.dossier-label {
  display: flex;
  margin: 0 0 22px;
  align-items: center;
  justify-content: space-between;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.status-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ember);
  box-shadow: 0 0 0 6px rgba(227, 94, 58, 0.16);
}

.hero-dossier strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-dossier p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.55;
}

.dossier-rule {
  height: 1px;
  margin: 22px 0;
  background: rgba(255, 255, 255, 0.14);
}

.dossier-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 6.5rem), 1fr));
  gap: 18px;
}

.dossier-meta span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dossier-meta b {
  font-size: 0.84rem;
}

.hero-source {
  display: flex;
  width: var(--wrap);
  margin: 0 auto 24px;
  padding-right: 0;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.hero-cinematic .hero-source {
  padding-right: 285px;
}

.motion-toggle {
  position: absolute;
  z-index: 5;
  top: 24px;
  right: max(24px, calc((100vw - 1220px) / 2));
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(3, 24, 21, 0.66);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  touch-action: manipulation;
  cursor: pointer;
}

.motion-toggle:hover {
  background: rgba(3, 24, 21, 0.9);
}

.motion-paused .signal-track {
  animation-play-state: paused;
}

.hero-source::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.hero-archive-stat {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - 1220px) / 2));
  bottom: 24px;
  display: flex;
  max-width: 245px;
  align-items: center;
  gap: 13px;
  color: var(--white);
}

.hero-archive-stat strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 0.8;
}

.hero-archive-stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.signal-strip {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ember-dark);
  color: var(--white);
}

.signal-track {
  display: flex;
  width: max-content;
  min-width: 112%;
  min-height: 58px;
  padding-inline: 3vw;
  align-items: center;
  justify-content: space-around;
  gap: clamp(22px, 3.2vw, 58px);
  animation: signal-drift 20s ease-in-out alternate infinite;
}

.signal-track span {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.19em;
  white-space: nowrap;
  text-transform: uppercase;
}

.signal-track i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
}

@keyframes signal-drift {
  from { transform: translateX(0); }
  to { transform: translateX(-7%); }
}

.status-band {
  position: relative;
  overflow: hidden;
  background: var(--gold);
  color: var(--pine-950);
}

.status-band::before {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg, transparent 0 35px, rgba(6, 31, 27, 0.035) 35px 36px);
  content: "";
}

.status-grid {
  position: relative;
  display: grid;
  width: var(--wrap);
  margin-inline: auto;
  grid-template-columns: 0.72fr repeat(3, 1fr);
}

.status-heading,
.status-item {
  min-height: 122px;
  padding: 25px 24px;
  border-right: 1px solid rgba(6, 31, 27, 0.17);
}

.status-heading {
  padding-left: 0;
}

.status-heading span,
.status-item span {
  display: block;
  margin-bottom: 7px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-heading strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 600;
}

.status-item strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.35;
}

.section {
  padding: clamp(74px, 9vw, 136px) 0 clamp(82px, 10vw, 150px);
}

.section.compact {
  padding: clamp(56px, 6.3vw, 90px) 0 clamp(62px, 7vw, 100px);
}

.section-dark {
  background: var(--pine-950);
  color: var(--white);
}

.section-pine {
  background: var(--pine-900);
  color: var(--white);
}

.section-paper {
  background: var(--paper);
}

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

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(52px, 9vw, 130px);
  align-items: start;
}

.section-number {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--ember-dark);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.display {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.4vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.display.medium {
  font-size: clamp(2.55rem, 4.8vw, 5rem);
}

.display.small {
  font-size: clamp(2.2rem, 3.7vw, 3.8rem);
}

.lead {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1.65;
}

.on-dark-text {
  color: rgba(255, 255, 255, 0.72);
}

.statement {
  position: relative;
  padding-left: 28px;
  border-left: 2px solid var(--ember);
}

.statement strong {
  color: var(--pine-900);
}

.recreation-intro { margin: 0; }
.recreation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  margin-top: 48px;
}
.recreation-grid article {
  display: flex;
  min-width: 0;
  padding: 30px 0;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid var(--line);
}
.recreation-audience {
  color: var(--ember-dark);
  font-size: .875rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.recreation-grid h3,
.recreation-shared h3 {
  margin: 12px 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
}
.recreation-grid p,
.recreation-shared p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}
.recreation-grid a,
.recreation-shared a {
  display: inline-block;
  padding-block: 7px;
  color: var(--pine-700);
  font-size: .875rem;
  line-height: 1.5;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.recreation-grid a { margin-top: auto; }
.recreation-sources { display: flex; flex-wrap: wrap; gap: 0 24px; }
.recreation-shared {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 24px 48px;
  margin-top: 18px;
  padding: 32px;
  border-left: 4px solid var(--pine-700);
  background: var(--pine-100);
}
.recreation-shared h3 { margin: 0; }
@media (max-width: 700px) {
  .recreation-grid { grid-template-columns: minmax(0, 1fr); margin-top: 32px; }
  .recreation-grid article { padding-block: 26px; }
  .recreation-shared { grid-template-columns: minmax(0, 1fr); padding: 24px; }
}

.position-principles {
  display: grid;
  margin-top: clamp(46px, 6vw, 78px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 5px solid var(--ember);
  background: var(--pine-900);
  color: var(--white);
  box-shadow: var(--shadow);
}

.position-principles article {
  min-width: 0;
  padding: clamp(28px, 3.5vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.position-principles article:last-child {
  border-right: 0;
}

.position-principles article > span {
  display: block;
  margin-bottom: 30px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.position-principles h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.position-principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.position-principles a {
  display: inline-block;
  margin-top: 22px;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.path-grid {
  display: grid;
  margin-top: 68px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.campaign-signature {
  display: grid;
  margin-top: clamp(46px, 6vw, 74px);
  padding: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.7);
}

.operations-board {
  display: grid;
  margin: 54px 0 18px;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.operations-board > div {
  position: relative;
  min-height: 142px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.operations-board > div:last-child {
  border-right: 0;
}

.operations-board span,
.operations-board strong,
.operations-board em {
  display: block;
}

.operations-board span {
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.operations-board strong {
  margin-top: 24px;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.15;
}

.operations-board em {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.operations-heading {
  background: var(--pine-900);
  color: var(--white);
}

.operations-heading span {
  color: var(--gold);
}

.operations-heading strong {
  font-size: 1.5rem;
}

.campaign-signature img {
  width: min(100%, 430px);
  justify-self: center;
}

.campaign-signature p {
  display: grid;
  margin: 0;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.65;
}

.campaign-signature strong {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.03;
}

.campaign-signature span {
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.path-card {
  position: relative;
  min-height: 335px;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  text-decoration: none;
  transition: background 220ms ease, color 220ms ease;
}

.path-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 0 0 0 100%;
  content: "";
  transition: transform 300ms ease;
}

.path-card:hover {
  background: var(--pine-900);
  color: var(--white);
}

.path-card:hover::before {
  transform: scale(3.5);
}

.path-index {
  position: relative;
  display: block;
  margin-bottom: 70px;
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.path-card h3 {
  position: relative;
  max-width: 280px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.path-card p {
  position: relative;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
  font-size: 1rem;
}

.path-card:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.path-arrow {
  position: absolute;
  right: 30px;
  bottom: 26px;
  font-size: 1.3rem;
}

.record-layout {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
  gap: clamp(46px, 8vw, 120px);
  align-items: start;
}

.record-list {
  border-top: 1px solid var(--line-light);
}

.record-row {
  display: grid;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 96px 1fr auto;
  gap: 20px;
  align-items: center;
  color: var(--white);
  text-decoration: none;
}

.record-row time {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.28rem;
}

.record-row strong {
  font-size: 0.95rem;
}

.record-row span {
  color: rgba(255, 255, 255, 0.5);
}

.record-row:hover strong {
  color: var(--gold);
}

.evidence-strip {
  display: grid;
  margin-top: 65px;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.evidence-intro,
.evidence-fact {
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}

.evidence-intro {
  padding-left: 0;
}

.evidence-intro strong,
.evidence-fact strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pine-900);
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.25;
}

.evidence-intro span,
.evidence-fact span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.media-ribbon {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
  gap: 12px;
}

.media-panel {
  position: relative;
  display: flex;
  min-height: 500px;
  padding: 28px;
  overflow: hidden;
  align-items: end;
  background: var(--pine-900);
  color: var(--white);
}

.media-panel.tall {
  min-height: 620px;
}

.media-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08);
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.media-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 25, 21, 0.94), rgba(3, 25, 21, 0.06) 68%);
  content: "";
}

.media-panel:hover img {
  transform: scale(1.035);
}

.media-panel-content {
  position: relative;
  z-index: 1;
}

.media-panel-label {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.media-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.proof-wall {
  display: grid;
  margin-top: clamp(54px, 7vw, 92px);
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 12px;
}

.proof-panel {
  position: relative;
  min-height: 315px;
  margin: 0;
  overflow: hidden;
  background: var(--pine-900);
  color: var(--white);
  isolation: isolate;
  grid-column: span 4;
}

.proof-panel-wide {
  min-height: 660px;
  grid-column: span 8;
  grid-row: span 2;
}

.proof-panel img,
.proof-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(.2,.75,.2,1);
}

.proof-panel:hover img,
.proof-panel:hover video {
  transform: scale(1.025);
}

.proof-panel::after {
  position: absolute;
  z-index: 1;
  inset: 35% 0 0;
  background: linear-gradient(0deg, rgba(3, 25, 21, 0.93), transparent);
  content: "";
  pointer-events: none;
}

.proof-panel figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 28px;
  gap: 7px;
}

.proof-panel figcaption span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.proof-panel figcaption strong {
  max-width: 36ch;
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.8vw, 1.75rem);
  font-weight: 500;
  line-height: 1.12;
}

.archive-disclaimer {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.035em;
}

.impact-number {
  padding: 0;
  color: var(--white);
}

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

.impact-number-grid > div {
  display: grid;
  min-height: 210px;
  padding: 38px 32px;
  align-content: center;
  border-right: 1px solid var(--line-light);
  gap: 16px;
}

.impact-number-grid > div:last-child {
  border-right: 0;
}

.impact-number-grid strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.72;
}

.impact-number-grid span {
  max-width: 20ch;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.impact-number-source {
  margin-top: 0;
  padding: 20px 0 26px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.75rem;
  line-height: 1.55;
}

.impact-number-source a {
  color: var(--gold);
  font-weight: 850;
}

.text-arrow {
  display: inline-flex;
  margin-top: 28px;
  align-items: center;
  gap: 10px;
  color: var(--ember-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-arrow span {
  transition: transform 180ms ease;
}

.text-arrow:hover span {
  transform: translate(3px, -3px);
}

.concept-stage {
  position: relative;
  margin: clamp(54px, 7vw, 90px) 0 0;
  overflow: hidden;
  background: var(--pine-950);
  color: var(--white);
  box-shadow: var(--shadow);
}

.concept-stage img {
  width: 100%;
  aspect-ratio: 16 / 8.7;
  object-fit: cover;
}

.concept-stage figcaption {
  display: grid;
  padding: 26px 30px;
  grid-template-columns: minmax(220px, 0.8fr) minmax(280px, 1.2fr);
  gap: 32px;
  align-items: center;
}

.concept-stage figcaption div {
  display: grid;
  gap: 5px;
}

.concept-stage figcaption span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-stage figcaption strong {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.concept-stage figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.media-panel.placeholder {
  background:
    radial-gradient(circle at 72% 16%, rgba(229, 200, 119, 0.13), transparent 28%),
    repeating-radial-gradient(circle at 80% 20%, transparent 0 28px, rgba(255,255,255,0.07) 29px 30px),
    var(--pine-900);
}

.media-panel.placeholder::after {
  background: linear-gradient(0deg, rgba(3, 25, 21, 0.7), transparent 80%);
}

.quote-section {
  position: relative;
  overflow: hidden;
}

.quote-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.quote-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.58;
}

.quote-section::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 25, 21, 0.9), rgba(3, 25, 21, 0.58), rgba(3, 25, 21, 0.9));
  content: "";
}

.quote-section::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -15vw;
  width: 45vw;
  aspect-ratio: 1;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(255, 255, 255, 0.018), 0 0 0 14vw rgba(255, 255, 255, 0.012);
  content: "";
}

.manifesto {
  position: relative;
  z-index: 3;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.manifesto blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.8vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.97;
}

.manifesto blockquote em {
  color: var(--gold);
  font-weight: 500;
}

.manifesto p {
  max-width: 650px;
  margin: 34px auto 0;
  color: rgba(255, 255, 255, 0.62);
}

.final-cta {
  position: relative;
  overflow: hidden;
  background: var(--ember);
  color: var(--pine-950);
}

.final-cta::after {
  position: absolute;
  right: -12vw;
  bottom: -21vw;
  width: 55vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255, 255, 255, 0.05), 0 0 0 16vw rgba(255, 255, 255, 0.035);
  content: "";
}

.cta-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(240px, 4fr);
  gap: 70px;
  align-items: end;
}

.final-cta .eyebrow {
  color: var(--pine-950);
}

.final-cta .display {
  max-width: 850px;
}

.final-cta p {
  margin: 0 0 24px;
  color: var(--pine-950);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 108px) 0 clamp(64px, 7vw, 96px);
  background: var(--pine-950);
  color: var(--white);
}

.page-hero::before {
  position: absolute;
  top: -65%;
  right: -12%;
  width: 62vw;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255, 255, 255, 0.018), 0 0 0 16vw rgba(255, 255, 255, 0.012);
  content: "";
}

.page-hero .wrap {
  position: relative;
}

.page-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: sepia(0.15) saturate(0.72) contrast(1.08);
}

.take-action-hero .page-hero-media img {
  transform: scale(1.28);
  transform-origin: left center;
}

.history-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 25, 21, 0.82) 0%, rgba(3, 25, 21, 0.56) 47%, rgba(3, 25, 21, 0.08) 100%);
  content: "";
}

.media-page-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 25, 21, 0.96) 0%, rgba(3, 25, 21, 0.8) 50%, rgba(3, 25, 21, 0.34) 100%),
    linear-gradient(0deg, rgba(3, 25, 21, 0.72), transparent 62%);
  content: "";
}

.media-page-hero::before {
  z-index: 2;
}

.media-page-hero .wrap {
  z-index: 3;
}

.history-hero::before {
  z-index: 2;
}

.history-hero .wrap {
  z-index: 3;
}

.page-hero-credit {
  position: absolute;
  z-index: 3;
  right: max(18px, calc((100vw - 1220px) / 2));
  bottom: 14px;
  margin: 0;
  max-width: min(70ch, calc(100vw - 36px));
  padding: 5px 8px;
  border-radius: 4px;
  background: rgba(3, 20, 17, 0.72);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
}

.page-kicker {
  max-width: 68ch;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.9vw, 1.45rem);
}

.page-meta {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-pill {
  display: inline-flex;
  min-height: 36px;
  padding: 7px 13px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  line-height: 1.5;
  max-width: 100%;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  flex-wrap: wrap;
}

.breadcrumbs a {
  text-decoration: none;
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: clamp(48px, 8vw, 110px);
  justify-content: center;
}

.article-nav {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  align-self: start;
  padding: 22px;
  border-top: 3px solid var(--ember);
  background: var(--white);
  box-shadow: 0 12px 45px rgba(7, 37, 31, 0.08);
  max-height: calc(100dvh - var(--header-height) - 60px);
  overflow-y: auto;
  scrollbar-width: thin;
}

.article-nav summary {
  display: block;
  margin-bottom: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

.article-nav summary::after {
  float: right;
  content: "−";
}

.article-nav:not([open]) summary {
  margin-bottom: 0;
}

.article-nav:not([open]) summary::after {
  content: "+";
}

.article-nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-nav a {
  display: block;
  padding: 9px 0;
  color: var(--ink-soft);
  font-size: 0.9375rem;
  line-height: 1.5;
  text-decoration: none;
}

.article-nav a:hover,
.article-nav a.is-active {
  color: var(--ember-dark);
}

.article-body {
  min-width: 0;
}

.article-body > p:first-of-type {
  font-size: 1.18rem;
}

.article-body h2 {
  margin: 80px 0 24px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 3.55rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  margin: 0 0 22px;
  color: #304b44;
  font-size: 1.03rem;
  line-height: 1.78;
}

.article-body a {
  color: var(--ember-dark);
  font-weight: 700;
}

.article-note {
  margin: 32px 0;
  padding: 24px 26px;
  border-left: 3px solid var(--gold);
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.proposal-explorer-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  align-items: stretch;
  gap: clamp(22px, 4vw, 44px);
  margin: 34px 0 40px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(229, 200, 119, 0.38);
  border-top: 5px solid var(--gold);
  background: var(--pine-900);
  box-shadow: 0 18px 46px rgba(6, 31, 27, 0.14);
  color: var(--white);
}

.proposal-explorer-copy {
  align-self: center;
}

.article-body .proposal-explorer-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.proposal-explorer-label span {
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(229, 200, 119, 0.12);
}

.article-body .proposal-explorer-callout h3 {
  max-width: 680px;
  margin: 0 0 12px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.article-body .proposal-explorer-callout p:last-child {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.6;
}

.proposal-explorer-open {
  display: grid;
  min-height: 132px;
  align-content: center;
  justify-items: start;
  gap: 7px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  background: var(--gold);
  color: var(--pine-900);
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.proposal-explorer-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  align-self: start;
  justify-self: end;
  font-size: 1.25rem;
  line-height: 1;
}

.proposal-explorer-open {
  position: relative;
}

.proposal-explorer-open .proposal-explorer-action {
  padding-right: 34px;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.2;
}

.proposal-explorer-open small {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.proposal-explorer-open:hover {
  background: #f0d88e;
  transform: translateY(-2px);
}

.proposal-explorer-open:focus-visible,
.proposal-viewer-actions :is(a, button):focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.proposal-viewer-dialog {
  width: min(96vw, 1500px);
  max-width: none;
  height: min(92dvh, 940px);
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(229, 200, 119, 0.5);
  border-radius: 12px;
  background: #0a2924;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5);
  color: var(--white);
}

.proposal-viewer-dialog[open] {
  display: block;
}

.proposal-viewer-dialog::backdrop {
  background: rgba(3, 17, 15, 0.88);
  backdrop-filter: blur(8px);
}

.proposal-viewer-shell {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.proposal-viewer-header {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 0 0 auto;
  padding: 15px 18px 15px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #0a2924;
}

.proposal-viewer-kicker,
.proposal-viewer-header h2,
.proposal-viewer-header p {
  margin: 0;
}

.proposal-viewer-kicker {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.proposal-viewer-header h2 {
  margin-top: 3px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.95rem);
  font-weight: 500;
  line-height: 1.05;
}

.proposal-viewer-header p:last-child {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.3;
}

.proposal-viewer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.proposal-viewer-actions a {
  min-height: 44px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.proposal-viewer-actions button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--gold);
  color: var(--pine-900);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.proposal-viewer-frame {
  position: relative;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  background: #102e28;
}

.proposal-viewer-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #102e28;
}

.proposal-viewer-loading {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 16px;
  background: #102e28;
  color: var(--white);
  text-align: center;
}

.proposal-viewer-loading[hidden] {
  display: none;
}

.proposal-viewer-loading span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: proposal-viewer-spin 900ms linear infinite;
}

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

@media (max-width: 760px) {
  .proposal-explorer-callout {
    grid-template-columns: 1fr;
  }

  .proposal-explorer-open {
    min-height: 104px;
  }

  .proposal-viewer-dialog {
    width: 100%;
    height: 100dvh;
    border: 0;
    border-radius: 0;
  }

  .proposal-viewer-header {
    min-height: 72px;
    padding: max(10px, env(safe-area-inset-top)) 10px 10px 16px;
  }

  .proposal-viewer-actions a {
    display: none;
  }

  .proposal-viewer-header p:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
  }

  .proposal-viewer-actions button {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proposal-explorer-open {
    transition: none;
  }

  .proposal-viewer-loading span {
    animation: none;
  }
}

.download-access-note {
  margin: -28px 0 46px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.case-brief {
  margin: 42px 0 52px;
  padding: clamp(26px, 4vw, 42px);
  border-top: 4px solid var(--ember-dark);
  background: var(--pine-900);
  color: var(--white);
}

.case-brief .eyebrow {
  color: var(--gold);
}

.case-brief ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  list-style: none;
}

.case-brief li {
  padding: 24px;
  background: var(--pine-900);
}

.case-brief strong,
.case-brief span {
  display: block;
}

.case-brief strong {
  margin-bottom: 9px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
  text-wrap: balance;
}

.case-brief span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.case-visual-pair {
  display: grid;
  margin: 46px 0 12px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.case-visual-pair figure {
  margin: 0;
  overflow: hidden;
  background: var(--pine-950);
  color: var(--white);
}

.case-visual-pair img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.case-visual-pair figcaption {
  padding: 18px 20px 21px;
}

.case-visual-pair figcaption span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.case-visual-pair figcaption strong {
  display: block;
  margin: 4px 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.case-visual-pair figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
}

.case-visual-credit {
  margin: 0 0 50px !important;
  color: var(--ink-soft);
  font-size: 0.78rem !important;
}

.download-panel {
  display: grid;
  margin: 46px 0;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}

.download-item {
  display: grid;
  grid-template-rows: 1fr auto;
  border-right: 1px solid var(--line);
}

.download-item:last-child {
  border-right: 0;
}

.download-card {
  display: block;
  padding: 24px;
  text-decoration: none;
}

.download-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.download-card strong {
  display: block;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.15;
}

.download-card small {
  color: var(--ink-soft);
}

.download-card:hover {
  background: var(--white);
}

.download-secondary {
  display: block;
  padding: 16px 24px 20px;
  border-top: 1px solid var(--line);
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.download-secondary:hover {
  background: var(--white);
  text-decoration: underline;
}

.document-hero {
  padding-bottom: clamp(70px, 8vw, 112px);
  background:
    radial-gradient(circle at 78% 18%, rgba(229, 200, 119, 0.16), transparent 30%),
    linear-gradient(135deg, var(--pine-950), #0b3a30);
}

.document-hero .display {
  max-width: 980px;
}

.document-hero-actions {
  margin-top: 34px;
}

.button.document-back-button {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
}

.button.document-back-button:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.document-update-note {
  max-width: 1060px;
  margin: 0 auto 48px;
  padding: 22px 26px;
  border-left: 4px solid var(--gold);
  background: var(--white);
  box-shadow: 0 14px 48px rgba(7, 37, 31, 0.08);
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.65;
}

.document-update-note a {
  color: var(--ember-dark);
  font-weight: 800;
}

.document-layout {
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 820px);
  gap: clamp(42px, 7vw, 96px);
  justify-content: center;
  align-items: start;
}

.document-nav {
  max-height: calc(100vh - var(--header-height) - 60px);
  overflow-y: auto;
}

.document-content {
  min-width: 0;
}

.document-content > [data-pdf-page] {
  padding: clamp(28px, 4vw, 52px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.document-content > [data-pdf-page]:first-child {
  padding-top: 0;
  border-top: 0;
}

.accessible-pdf-page,
.document-section {
  padding: clamp(28px, 4vw, 52px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.accessible-pdf-page:first-child,
.document-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.accessible-pdf-header {
  margin-bottom: 26px;
}

.accessible-pdf-page h2,
.document-section h2,
.document-content > [data-pdf-page] h2 {
  margin: 0 0 22px;
  color: var(--pine-950);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.accessible-pdf-page h3,
.document-section h3,
.document-content > [data-pdf-page] h3 {
  margin: 36px 0 16px;
  color: var(--pine-900);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.accessible-pdf-page h4,
.document-section h4,
.document-content > [data-pdf-page] h4 {
  margin: 28px 0 12px;
  color: var(--pine-900);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.accessible-pdf-page p,
.accessible-pdf-page li,
.accessible-pdf-page dd,
.document-section p,
.document-section li,
.document-section dd,
.document-content > [data-pdf-page] p,
.document-content > [data-pdf-page] li,
.document-content > [data-pdf-page] dd {
  color: #304b44;
  font-size: 1rem;
  line-height: 1.75;
}

.accessible-pdf-page p,
.document-section p,
.document-content > [data-pdf-page] p {
  margin: 0 0 20px;
}

.accessible-pdf-page li + li,
.document-section li + li,
.document-content > [data-pdf-page] li + li {
  margin-top: 10px;
}

.accessible-pdf-page a,
.document-section a,
.document-content > [data-pdf-page] a {
  color: var(--ember-dark);
  font-weight: 750;
  overflow-wrap: anywhere;
}

.source-marker {
  padding: 0 0.1em;
  font-size: 0.78em;
  vertical-align: super;
}

.source-reference {
  font-size: 0.78em;
  vertical-align: super;
}

.document-table-wrap {
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  outline-offset: 4px;
}

.document-table-wrap table {
  margin: 0;
}

.accessible-pdf-page blockquote,
.document-section blockquote,
.document-content > [data-pdf-page] blockquote,
.document-content > [data-pdf-page] > aside {
  margin: 30px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--ember);
  background: rgba(229, 200, 119, 0.14);
}

.accessible-pdf-page table,
.document-section table,
.document-content > [data-pdf-page] table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  background: var(--white);
  box-shadow: 0 10px 35px rgba(7, 37, 31, 0.07);
  font-size: 0.88rem;
}

.accessible-pdf-page caption,
.document-section caption,
.document-content > [data-pdf-page] caption {
  padding: 0 0 12px;
  color: var(--pine-900);
  font-weight: 850;
  text-align: left;
}

.accessible-pdf-page th,
.accessible-pdf-page td,
.document-section th,
.document-section td,
.document-content > [data-pdf-page] th,
.document-content > [data-pdf-page] td {
  padding: 13px 14px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.accessible-pdf-page th,
.document-section th,
.document-content > [data-pdf-page] th {
  background: var(--pine-900);
  color: var(--white);
  font-weight: 800;
}

.accessible-pdf-page tbody th,
.document-section tbody th,
.document-content > [data-pdf-page] tbody th {
  background: rgba(7, 48, 40, 0.08);
  color: var(--pine-950);
}

.accessible-pdf-page dl,
.document-section dl,
.document-content > [data-pdf-page] dl {
  display: grid;
  margin: 28px 0;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.accessible-pdf-page dt,
.accessible-pdf-page dd,
.document-section dt,
.document-section dd,
.document-content > [data-pdf-page] dt,
.document-content > [data-pdf-page] dd {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.accessible-pdf-page dt,
.document-section dt,
.document-content > [data-pdf-page] dt {
  padding-right: 20px;
  color: var(--pine-950);
  font-weight: 850;
}

.document-sources,
.source-list,
.references-list,
.accessible-source-list {
  padding-left: 1.35rem;
}

.document-sources li,
.source-list li,
.references-list li,
.accessible-source-list li {
  padding: 8px 0 16px;
  border-bottom: 1px solid var(--line);
}

.document-sources li:target,
.source-list li:target,
.references-list li:target,
.accessible-source-list li:target {
  padding-inline: 10px;
  background: rgba(229, 200, 119, 0.26);
}

.document-section-label,
.document-kicker,
.document-framework,
.document-research-date {
  color: var(--ember-dark) !important;
  font-size: 0.75rem !important;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.document-kicker {
  margin-bottom: 12px !important;
  color: var(--pine-700) !important;
}

.document-callout,
.document-precedent {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 4px solid var(--ember);
  background: rgba(229, 200, 119, 0.14);
}

.document-callout h3,
.document-callout p,
.document-precedent p {
  margin-top: 0 !important;
}

.document-flow,
.document-process,
.document-requirements,
.document-species-list {
  display: grid;
  margin: 26px 0 34px;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  list-style: none;
}

.document-flow li,
.document-process li,
.document-requirements li,
.document-species-list li {
  min-width: 0;
  margin: 0 !important;
  padding: 20px;
  background: var(--white);
}

.document-flow strong,
.document-flow span {
  display: block;
}

.document-flow strong {
  margin-bottom: 8px;
  color: var(--ember-dark);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.document-flow li:not(:last-child)::after {
  float: right;
  color: var(--ember-dark);
  content: "→";
}

.document-process,
.document-requirements,
.document-species-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.document-process h4,
.document-process p {
  margin: 0 !important;
}

.document-definition-grid,
.document-timeline {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px;
  border-top: 0 !important;
  background: var(--line);
}

.document-definition-grid > div,
.document-timeline > div {
  padding: 20px;
  background: var(--white);
}

.document-definition-grid dt,
.document-definition-grid dd,
.document-timeline dt,
.document-timeline dd {
  padding: 0 !important;
  border: 0 !important;
}

.document-definition-grid dt,
.document-timeline dt {
  margin-bottom: 7px;
  color: var(--ember-dark) !important;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.document-case-list,
.document-decision-list {
  padding-left: 1.4rem;
}

.document-case-list h3,
.document-decision-list h3 {
  margin: 0 0 8px !important;
}

.document-sources {
  margin-top: 36px;
  padding: 22px 24px;
  border-top: 3px solid var(--pine-900);
  background: var(--white);
}

.document-sources h3 {
  margin-top: 0 !important;
  font-family: var(--sans) !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.document-sources ul {
  padding-left: 1.15rem;
}

.document-sources p:last-child {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.timeline-shell {
  position: relative;
}

.timeline-era-nav {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.timeline-era-nav button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.timeline-era-nav button:hover,
.timeline-era-nav button:focus-visible,
.timeline-era-nav button[aria-current="true"] {
  border-color: var(--gold);
  color: var(--gold);
}

.timeline-rail-wrap {
  position: relative;
  margin-top: 54px;
  padding: 40px 0 34px;
  overflow: hidden;
}

.timeline-rail {
  position: relative;
  display: grid;
  min-width: calc(var(--timeline-count, 16) * 68px);
  grid-template-columns: repeat(var(--timeline-count, 16), minmax(68px, 1fr));
  align-items: center;
}

.timeline-rail::before {
  position: absolute;
  top: 50%;
  right: 2%;
  left: 2%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  content: "";
}

.timeline-tab {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 82px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.timeline-tab::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border: 2px solid var(--pine-900);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  content: "";
}

.timeline-tab span {
  position: absolute;
  top: 0;
  font-size: 0.75rem;
  font-weight: 700;
}

.timeline-tab:nth-child(even) span {
  top: auto;
  bottom: 0;
}

.timeline-tab.is-major span {
  color: var(--white);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 700;
}

.timeline-tab.is-major::before {
  width: 12px;
  height: 12px;
  background: var(--gold);
}

.timeline-tab[aria-selected="true"] span {
  color: var(--gold);
}

.timeline-tab[aria-selected="true"]::before {
  width: 18px;
  height: 18px;
  background: var(--ember);
  box-shadow: 0 0 0 7px rgba(227, 94, 58, 0.16);
}

.timeline-panel {
  display: grid;
  min-height: 340px;
  margin-top: 24px;
  padding: clamp(30px, 5vw, 60px);
  grid-template-columns: minmax(180px, 3fr) minmax(0, 9fr);
  gap: clamp(34px, 7vw, 90px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.045);
}

.timeline-panel > * {
  min-width: 0;
}

.timeline-date {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.98;
}

.timeline-label {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.timeline-copy h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.timeline-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.timeline-why {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.timeline-why strong {
  color: var(--white);
}

.timeline-sources {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 10px;
}

.source-chip {
  display: inline-flex;
  min-height: 40px;
  padding: 0 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
}

.source-chip:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.timeline-panel.has-media {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
}

.timeline-media {
  display: grid;
  margin: 18px 0 0;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 8fr) minmax(250px, 4fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(1, 14, 12, 0.52);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.timeline-media[hidden] {
  display: none;
}

.timeline-media.is-entering {
  animation: timeline-media-arrive 420ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

@keyframes timeline-media-arrive {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.timeline-media-visual,
.timeline-lightbox-visual {
  position: relative;
  min-width: 0;
  min-height: 0;
  background: #021713;
}

.timeline-media-trigger {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(320px, 34vw, 540px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  background: #021713;
  cursor: zoom-in;
}

.timeline-media.media-contain .timeline-media-trigger {
  min-height: clamp(400px, 48vw, 620px);
}

.timeline-media-trigger img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 500ms ease;
}

.timeline-media-trigger img.is-contain {
  padding: clamp(16px, 2.2vw, 30px);
  object-fit: contain;
}

.timeline-media-trigger:hover img,
.timeline-media-trigger:focus-visible img {
  transform: scale(1.018);
  filter: brightness(1.06);
}

.timeline-media-trigger:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.timeline-media-open-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 40px;
  padding: 0 15px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 25, 21, 0.82);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.timeline-carousel-controls,
.timeline-lightbox-controls {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  grid-template-columns: 44px auto 44px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 25, 21, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.timeline-carousel-controls {
  top: 14px;
  left: 14px;
}

.timeline-carousel-controls[hidden],
.timeline-lightbox-controls[hidden] {
  display: none;
}

.timeline-carousel-controls button,
.timeline-lightbox-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  font-size: 1.05rem;
  cursor: pointer;
}

.timeline-carousel-controls button:hover,
.timeline-carousel-controls button:focus-visible,
.timeline-lightbox-controls button:hover,
.timeline-lightbox-controls button:focus-visible {
  background: rgba(229, 200, 119, 0.18);
  color: var(--gold);
  outline: 2px solid var(--gold);
  outline-offset: -3px;
}

.timeline-carousel-controls span,
.timeline-lightbox-controls span {
  min-width: 52px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.timeline-carousel-controls b,
.timeline-lightbox-controls b {
  color: var(--white);
  font-weight: 900;
}

.timeline-media figcaption {
  display: flex;
  padding: clamp(26px, 3.6vw, 46px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.timeline-media .rights-badge,
.timeline-lightbox .rights-badge {
  background: rgba(211, 167, 74, 0.15);
  color: var(--gold);
}

.timeline-media-caption {
  margin: 24px 0 12px !important;
  color: var(--white) !important;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.35vw, 2.4rem) !important;
  line-height: 1.13;
}

.timeline-media-credit {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.85rem !important;
  line-height: 1.55;
}

.timeline-media figcaption > a,
.timeline-lightbox-copy > a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.timeline-media figcaption > a:hover,
.timeline-lightbox-copy > a:hover {
  color: var(--white);
}

@media (min-width: 1101px) {
  .timeline-panel.has-media {
    min-height: 520px;
    padding: clamp(32px, 3.6vw, 48px);
    grid-template-columns: 220px minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: clamp(28px, 3.2vw, 44px);
    align-items: start;
  }

  .timeline-panel.has-media .timeline-date {
    font-size: clamp(2.25rem, 3.15vw, 3.2rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .timeline-panel.has-media .timeline-copy h2 {
    font-size: clamp(2.25rem, 3vw, 3.2rem);
    line-height: 1.06;
  }

  .timeline-panel.has-media .timeline-copy p {
    line-height: 1.58;
  }

  .timeline-panel.has-media .timeline-media {
    grid-column: 3;
    grid-row: 1;
    grid-template-columns: 1fr;
    align-self: stretch;
    margin: 0;
  }

  .timeline-panel.has-media .timeline-media-trigger,
  .timeline-panel.has-media .timeline-media.media-contain .timeline-media-trigger {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .timeline-panel.has-media .timeline-media figcaption {
    padding: 22px 24px 24px;
    justify-content: flex-start;
  }

  .timeline-panel.has-media .timeline-media-caption {
    margin: 16px 0 8px !important;
    font-size: clamp(1.35rem, 1.65vw, 1.75rem) !important;
    line-height: 1.12;
  }

  .timeline-panel.has-media .timeline-media-credit {
    font-size: 0.75rem !important;
    line-height: 1.45;
  }

  .timeline-panel.has-media .timeline-media figcaption > a {
    margin-top: 18px;
  }
}

.timeline-lightbox {
  width: min(94vw, 1500px);
  max-width: none;
  max-height: 92dvh;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #031915;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.58);
  color: var(--white);
}

.timeline-lightbox::backdrop {
  background: rgba(0, 8, 7, 0.88);
  backdrop-filter: blur(8px);
}

.timeline-lightbox-frame {
  position: relative;
}

.timeline-lightbox img {
  display: block;
  width: 100%;
  height: min(72dvh, 900px);
  background: #01100d;
  object-fit: contain;
}

.timeline-lightbox-controls {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-lightbox-close {
  position: fixed;
  z-index: 2;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0 0 4px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(3, 25, 21, 0.88);
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.timeline-lightbox-close:hover,
.timeline-lightbox-close:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.timeline-lightbox-copy {
  display: grid;
  padding: 24px clamp(20px, 4vw, 48px) 30px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px 26px;
}

.timeline-lightbox-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
}

.timeline-lightbox-copy > a {
  margin-top: 0;
}

.timeline-controls {
  display: flex;
  margin-top: 18px;
  justify-content: flex-end;
  gap: 8px;
}

.history-visual-record {
  border-bottom: 1px solid var(--line);
}

.history-archive-grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.history-archive-figure {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
}

.history-archive-figure > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--pine-900);
}

.history-archive-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.history-archive-figure:first-child img {
  object-fit: contain;
  object-position: 50% 42%;
}

.history-archive-figure > a:hover img,
.history-archive-figure > a:focus-visible img {
  transform: scale(1.015);
}

.history-archive-figure figcaption {
  padding: clamp(24px, 4vw, 40px);
}

.rights-badge {
  display: inline-flex;
  min-height: 30px;
  padding: 0 11px;
  align-items: center;
  border-radius: 999px;
  background: rgba(7, 65, 53, 0.09);
  color: var(--pine-900);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.history-archive-figure h3 {
  margin: 22px 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.08;
}

.history-archive-figure p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.history-archive-figure figcaption > a {
  color: var(--ember-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.history-document-grid {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.history-document-card {
  display: flex;
  min-height: 300px;
  padding: clamp(24px, 3vw, 34px);
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--pine-900);
  color: var(--white);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.history-document-card:hover,
.history-document-card:focus-visible {
  transform: translateY(-3px);
  background: var(--pine-800);
}

.history-document-card > span {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.history-document-card strong {
  margin-top: 26px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.12;
}

.history-document-card p {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.58;
}

.history-document-card em {
  margin-top: auto;
  color: var(--white);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.clearance-panel {
  display: grid;
  margin-top: 46px;
  padding: clamp(28px, 5vw, 54px);
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(30px, 7vw, 84px);
  border-top: 3px solid var(--ember);
  background: var(--white);
}

.clearance-panel h3 {
  margin: 12px 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.12;
}

.clearance-panel p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.clearance-list {
  display: grid;
  align-content: start;
}

.clearance-list a {
  display: grid;
  padding: 18px 0;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  color: var(--pine-900);
  text-decoration: none;
}

.clearance-list a:first-child {
  padding-top: 0;
}

.clearance-list strong {
  font-size: 1rem;
}

.clearance-list span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.5;
}

.clearance-list a:hover strong,
.clearance-list a:focus-visible strong {
  color: var(--ember-dark);
}

.round-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.round-button:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.distinction-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.distinction-card {
  padding: 30px;
  background: var(--pine-900);
}

.distinction-card span {
  display: block;
  margin-bottom: 38px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.distinction-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.18;
}

.distinction-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1rem;
  line-height: 1.65;
}

.library-summary {
  display: grid;
  margin-top: clamp(48px, 6vw, 76px);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.library-summary > div {
  display: grid;
  min-height: 150px;
  padding: 26px;
  align-content: space-between;
  background: var(--pine-900);
  color: var(--white);
}

.library-summary strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.library-summary span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-library,
.latest-library,
.research-library {
  margin-top: clamp(92px, 11vw, 150px);
}

.library-section-heading {
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  gap: clamp(36px, 8vw, 110px);
  align-items: end;
}

.library-section-heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.latest-library {
  padding: clamp(34px, 5vw, 58px);
  background: var(--pine-950);
  color: var(--white);
}

.latest-library .eyebrow {
  color: var(--gold);
}

.latest-library .library-section-heading > p {
  color: rgba(255, 255, 255, 0.66);
}

.latest-source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.latest-source {
  display: grid;
  min-height: 215px;
  padding: 25px;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  background: var(--pine-900);
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.latest-source:hover,
.latest-source:focus-visible {
  background: var(--pine-800);
  transform: translateY(-2px);
}

.latest-source-date,
.latest-source > span:last-child {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.latest-source > span:last-child {
  color: rgba(255, 255, 255, 0.74);
}

.latest-source strong {
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.18;
}

.library-tools {
  display: none;
  padding: clamp(20px, 3vw, 30px);
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: end;
  border: 1px solid var(--line);
  background: var(--white);
}

.research-library.is-interactive .library-tools {
  display: grid;
}

.library-search-field {
  display: grid;
  gap: 8px;
}

.library-search-field label {
  color: var(--pine-900);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.library-search-field input {
  width: 100%;
  min-height: 50px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

.library-search-field input::placeholder {
  color: #708079;
}

.library-filter-scroll {
  min-width: 0;
}

.filter-bar {
  display: flex;
  margin: 42px 0 36px;
  flex-wrap: wrap;
  gap: 8px;
}

.library-tools .filter-bar {
  margin: 0;
}

.filter-button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button[aria-pressed="true"] {
  border-color: var(--pine-900);
  background: var(--pine-900);
  color: var(--white);
}

.library-results-bar {
  display: flex;
  min-height: 70px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.filter-status {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.library-reset {
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
}

.source-index {
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-index-item[hidden] {
  display: none;
}

.source-record {
  display: grid;
  padding: 26px 18px;
  grid-template-columns: minmax(145px, 0.42fr) minmax(250px, 0.9fr) minmax(280px, 1.15fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  transition: background 160ms ease;
}

.source-index-item:hover .source-record,
.source-index-item:focus-within .source-record {
  background: rgba(255, 253, 248, 0.72);
}

.source-record-meta {
  display: grid;
  gap: 8px;
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-record-meta span:last-child {
  color: var(--ink-soft);
}

.source-record-heading h3 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.22;
}

.source-record-heading h3 a {
  text-decoration-color: transparent;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.source-record-heading h3 a:hover,
.source-record-heading h3 a:focus-visible {
  color: var(--ember-dark);
  text-decoration-color: currentColor;
}

.source-record-heading > span {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 800;
}

.source-record > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.62;
}

.source-record-links {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.source-record-links a {
  color: var(--ember-dark);
  font-size: 0.875rem;
  font-weight: 900;
}

.library-empty {
  margin: 26px 0 0;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink-soft);
}

.library-more {
  margin-top: 28px;
}

.button.library-more::after {
  content: "↓";
}

.research-method-note {
  margin-top: 46px;
}

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

.source-card {
  display: flex;
  min-height: 330px;
  padding: clamp(22px, 2.5vw, 32px);
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.source-card:hover,
.source-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(7, 37, 31, 0.09);
}

.source-card[hidden] {
  display: none;
}

.source-card-meta {
  display: flex;
  margin-bottom: 34px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.source-card h2,
.source-card h3 {
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.18;
}

.source-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.source-card-footer {
  display: flex;
  margin-top: auto;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
  color: var(--pine-900);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.source-card-footer > span:first-child {
  overflow-wrap: anywhere;
}

.field-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.field-grid .media-panel:first-child {
  grid-row: 1 / 3;
}

.field-grid .media-panel {
  min-height: 340px;
}

.archive-note {
  display: grid;
  margin-top: 14px;
  padding: 28px;
  grid-template-columns: auto 1fr;
  gap: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.archive-note-index {
  color: var(--ember-dark);
  font-family: var(--serif);
  font-size: 2rem;
}

.archive-note strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 1.25rem;
}

.archive-note p {
  margin: 0;
  color: var(--ink-soft);
}

.archive-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 25, 21, 0.88) 0%, rgba(3, 25, 21, 0.62) 42%, rgba(3, 25, 21, 0.12) 78%),
    linear-gradient(0deg, rgba(3, 25, 21, 0.9) 0%, rgba(3, 25, 21, 0.06) 60%);
}

.archive-hero-inner {
  grid-template-columns: minmax(0, 8.8fr) minmax(245px, 3.2fr);
}

.archive-index {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(6, 31, 27, 0.58);
  backdrop-filter: blur(16px);
}

.archive-index span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.archive-index strong {
  display: block;
  margin-top: 10px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.archive-index p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.film-grid {
  display: grid;
  margin-top: clamp(52px, 7vw, 88px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
}

.film-card {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: var(--pine-950);
  border: 1px solid rgba(199, 163, 78, 0.24);
  color: var(--white);
  grid-template-rows: auto 1fr;
  box-shadow: 0 22px 50px rgba(3, 25, 21, 0.14);
}

.film-card-wide {
  grid-column: 1 / -1;
}

.film-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #020d0b;
}

.film-card-portrait .film-media::before {
  position: absolute;
  z-index: -1;
  inset: -22px;
  background-image: linear-gradient(rgba(2, 13, 11, 0.34), rgba(2, 13, 11, 0.34)), var(--film-poster);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(22px) saturate(0.82);
  transform: scale(1.08);
}

.film-card video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: transparent;
  object-fit: contain;
}

.film-card figcaption {
  position: relative;
  padding: clamp(24px, 3vw, 38px);
  border-top: 3px solid var(--gold);
  background: linear-gradient(135deg, #05241f 0%, var(--pine-950) 100%);
}

.film-card figcaption span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.film-card h3 {
  margin: 8px 0 6px;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.25vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.film-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.film-card-wide figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.65fr);
  column-gap: clamp(34px, 6vw, 88px);
  align-items: end;
}

.film-card-wide figcaption span {
  grid-column: 1 / -1;
}

.film-card-wide h3 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
}

.film-card-wide p {
  padding-bottom: 0.25rem;
}

/* Wildlife stays fully framed. Captions are separate from the media. */
.wildlife-section { overflow: hidden; }
.wildlife-gallery { margin-top: clamp(32px, 5vw, 64px); min-width: 0; }
.wildlife-gallery [hidden] { display: none !important; }
.wildlife-gallery-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.wildlife-gallery-bar p { margin: 0; color: var(--gold); font-size: 0.875rem; line-height: 1.5; }
.wildlife-arrows { display: flex; gap: 8px; flex: 0 0 auto; }
.wildlife-arrows button { width: 48px; height: 48px; border: 1px solid var(--line-light); border-radius: 50%; background: transparent; color: var(--white); font-size: 1.4rem; cursor: pointer; }
.wildlife-arrows button:hover { background: rgba(255,255,255,0.1); }
.wildlife-slides { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.wildlife-gallery.is-enhanced .wildlife-slides { display: block; }
.wildlife-slide { min-width: 0; margin: 0; border: 1px solid var(--line-light); background: #0c2a24; }
.wildlife-frame { aspect-ratio: 16 / 10; background: #020d0b; }
.wildlife-full-image { display: block; width: 100%; height: 100%; cursor: zoom-in; }
.wildlife-frame img, .wildlife-frame video { display: block; width: 100%; height: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.wildlife-slide figcaption { position: static; padding: clamp(18px, 3vw, 30px); }
.wildlife-date { display: block; color: var(--gold); font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.065em; text-transform: uppercase; line-height: 1.6; }
.wildlife-slide h3 { margin: 8px 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); font-weight: 500; line-height: 1.2; }
.wildlife-slide figcaption p { max-width: 80ch; margin: 0; color: rgba(255,255,255,0.78); font-size: 1rem; line-height: 1.6; }
.wildlife-browse { margin-top: 22px; }
.wildlife-browse > p { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; font-size: 0.875rem; color: rgba(255,255,255,0.8); }
.wildlife-browse > p span { color: var(--gold); }
.wildlife-thumbnails { display: flex; gap: 10px; overflow-x: auto; overscroll-behavior-x: contain; padding: 4px 4px 14px; scrollbar-color: var(--gold) #0c2a24; scrollbar-width: thin; }
.wildlife-thumb { flex: 0 0 150px; min-width: 0; padding: 5px 5px 10px; border: 1px solid var(--line-light); border-radius: 2px; background: transparent; color: var(--white); text-align: left; cursor: pointer; }
.wildlife-thumb[aria-pressed="true"] { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); background: rgba(255,255,255,0.06); }
.wildlife-thumb:hover { background: rgba(255,255,255,0.08); }
.wildlife-thumb img { display: block; width: 100%; height: 88px; object-fit: contain; background: #020d0b; }
.wildlife-thumb span { display: block; margin: 8px 4px 2px; font-size: 0.875rem; line-height: 1.35; }
.wildlife-thumb small { display: block; margin: 0 4px; font-size: 0.75rem; color: var(--gold); }
.wildlife-gallery button:focus-visible, .wildlife-full-image:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@media (max-width: 820px) {
  .wildlife-slides { grid-template-columns: minmax(0, 1fr); }
  .wildlife-thumb { flex-basis: 128px; }
  .wildlife-thumb img { height: 76px; }
}

.bioblitz-section {
  position: relative;
  overflow: hidden;
}

.bioblitz-feature {
  display: grid;
  min-width: 0;
  margin-top: clamp(52px, 7vw, 88px);
  grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr);
  background: var(--pine-950);
  color: var(--white);
  box-shadow: var(--shadow);
}

.bioblitz-visual {
  position: relative;
  min-width: 0;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
}

.bioblitz-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bioblitz-visual::after {
  position: absolute;
  z-index: 1;
  inset: 38% 0 0;
  background: linear-gradient(0deg, rgba(3, 25, 21, 0.96), transparent);
  content: "";
  pointer-events: none;
}

.bioblitz-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-width: 0;
  padding: clamp(24px, 4vw, 42px);
  gap: 7px;
}

.bioblitz-visual figcaption span,
.bioblitz-snapshot-heading span,
.bioblitz-years article > span,
.organization-role,
.opposition-sourceband span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.bioblitz-visual figcaption strong {
  max-width: 32ch;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.8vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.bioblitz-visual figcaption p {
  max-width: 58ch;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.bioblitz-snapshot {
  display: grid;
  min-width: 0;
  padding: clamp(26px, 4vw, 46px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.bioblitz-snapshot-heading,
.bioblitz-stat,
.bioblitz-snapshot-note {
  min-width: 0;
  background: var(--pine-900);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.bioblitz-snapshot-heading {
  display: flex;
  padding: 20px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.bioblitz-snapshot-heading strong {
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
}

.bioblitz-stat {
  display: grid;
  min-height: 150px;
  padding: 22px 20px;
  align-content: center;
  gap: 10px;
}

.bioblitz-stat strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.5vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.85;
}

.bioblitz-stat span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bioblitz-stat .glossary-term {
  display: block;
  margin-top: 7px;
  padding-block: 5px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: none;
}

.bioblitz-snapshot-note {
  margin: 0;
  padding: 18px 20px;
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  line-height: 1.55;
}

.bioblitz-species-line {
  display: grid;
  min-width: 0;
  margin-top: 12px;
  padding: 24px 28px;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(229, 200, 119, 0.2);
}

.bioblitz-species-line span {
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bioblitz-species-line p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

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

.bioblitz-years article {
  display: flex;
  min-width: 0;
  min-height: 350px;
  padding: 28px;
  flex-direction: column;
  background: var(--paper);
}

.bioblitz-years article > span {
  margin-bottom: 42px;
  color: var(--ember-dark);
}

.bioblitz-years h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.bioblitz-years p {
  margin: 0 0 26px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.bioblitz-years a,
.bioblitz-source-links a,
.organization-card a,
.organization-disclosure a {
  color: var(--ember-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.bioblitz-years article > a {
  margin-top: auto;
}

.bioblitz-credit-panel {
  display: grid;
  min-width: 0;
  margin-top: 42px;
  padding: clamp(28px, 5vw, 54px);
  grid-template-columns: minmax(220px, 4fr) minmax(0, 8fr);
  gap: clamp(34px, 7vw, 90px);
  border-left: 5px solid var(--ember);
  background: var(--pine-900);
  color: var(--white);
}

.bioblitz-credit-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.bioblitz-credit-panel p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.bioblitz-credit-panel p strong {
  color: var(--white);
}

.bioblitz-source-links {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 13px 24px;
}

.bioblitz-source-links a {
  color: var(--gold);
}

.article-note.bioblitz-method-note {
  max-width: none;
  margin-top: 24px;
  background: var(--paper);
}

.landscape-grid {
  display: grid;
  margin-top: clamp(52px, 7vw, 88px);
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(310px, 1fr);
  gap: 12px;
}

.landscape-tile {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background: var(--pine-950);
  grid-column: span 5;
}

.landscape-tile-wide {
  grid-column: span 7;
}

.landscape-tile:first-child {
  grid-row: span 2;
}

.landscape-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(.2,.75,.2,1);
}

.landscape-tile:hover img {
  transform: scale(1.025);
}

.landscape-tile::after {
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(0deg, rgba(3, 25, 21, 0.9), transparent);
  content: "";
}

.landscape-tile figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 24px 26px;
  gap: 6px;
  color: var(--white);
}

.landscape-tile figcaption span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landscape-tile figcaption strong {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.08;
}

.heritage-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.heritage-grid figure {
  margin: 0;
}

.heritage-grid figure img {
  width: 100%;
  box-shadow: var(--shadow);
}

.heritage-grid figure figcaption {
  margin-top: 13px;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.standards-grid {
  display: grid;
  margin-top: clamp(52px, 7vw, 80px);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
  grid-template-columns: repeat(4, 1fr);
}

.standards-grid article {
  min-height: 265px;
  padding: 30px 26px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.standards-grid article > span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
}

.standards-grid strong {
  display: block;
  margin: 58px 0 10px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.standards-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.action-grid {
  display: grid;
  margin-top: 62px;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.action-card {
  display: grid;
  min-height: 290px;
  padding: 32px;
  grid-template-rows: auto 1fr auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.action-card-number {
  color: var(--ember-dark);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.action-card h2,
.action-card h3 {
  align-self: end;
  margin: 52px 0 14px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.action-card p {
  margin: 0;
  color: var(--ink-soft);
}

.action-card.emphasis {
  background: var(--pine-900);
  color: var(--white);
}

.action-card.emphasis p {
  color: rgba(255, 255, 255, 0.66);
}

.opposition-network {
  overflow: hidden;
}

.opposition-sourceband {
  display: grid;
  min-width: 0;
  margin-top: clamp(48px, 6vw, 76px);
  padding: clamp(26px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  background: var(--pine-900);
  color: var(--white);
}

.opposition-sourceband > div {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.opposition-sourceband strong {
  max-width: 34ch;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.opposition-sourceband .button {
  max-width: 100%;
}

.organization-grid {
  display: grid;
  min-width: 0;
  margin-top: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.organization-card {
  display: flex;
  min-width: 0;
  min-height: 360px;
  padding: 30px;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
}

.organization-role {
  min-height: 3em;
  color: var(--ember-dark);
  overflow-wrap: anywhere;
}

.organization-card h3 {
  margin: 46px 0 15px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.organization-card p {
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}

.organization-card > a {
  margin-top: auto;
}

.organization-disclosure {
  display: grid;
  min-width: 0;
  margin-top: 30px;
  padding: 28px 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-left: 4px solid var(--ember);
  background: rgba(229, 200, 119, 0.2);
}

.organization-disclosure p {
  margin: 0;
  color: var(--ink-soft);
}

.organization-disclosure p strong {
  color: var(--pine-950);
}

.organization-disclosure > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.contact-panel {
  display: grid;
  padding: clamp(36px, 6vw, 72px);
  grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr);
  gap: 50px;
  background: var(--gold);
}

.contact-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.contact-panel p {
  margin: 0 0 22px;
}

.site-footer {
  padding: 62px 0 28px;
  background: #031815;
  color: var(--white);
}

.footer-main {
  display: grid;
  padding-bottom: 52px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 60px);
}

.footer-statement {
  max-width: 460px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-heading {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 2px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  text-decoration: none;
  min-height: 40px;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  padding-top: 22px;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

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

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.progress-line {
  position: fixed;
  z-index: 150;
  top: var(--header-height);
  left: 0;
  width: 0;
  height: 3px;
  background: var(--ember);
  pointer-events: none;
}

@media (max-width: 1140px) {
  .timeline-rail-wrap {
    overflow-x: auto;
    scrollbar-color: var(--gold) rgba(255,255,255,0.1);
    scrollbar-width: thin;
  }
}

@media (max-width: 1050px) {
  :root {
    --wrap: min(100% - 36px, 920px);
  }

  .nav-list a {
    padding-inline: 9px;
    font-size: 0.75rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

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

  .hero-cinematic::before {
    background:
      linear-gradient(90deg, rgba(3, 25, 21, 0.78) 0%, rgba(3, 25, 21, 0.58) 58%, rgba(3, 25, 21, 0.3) 100%),
      linear-gradient(0deg, rgba(3, 25, 21, 0.72) 0%, rgba(3, 25, 21, 0.14) 68%);
  }

  .history-hero::after {
    background: linear-gradient(90deg, rgba(3, 25, 21, 0.84) 0%, rgba(3, 25, 21, 0.62) 65%, rgba(3, 25, 21, 0.28) 100%);
  }

  .hero-dossier {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 24px;
    align-items: center;
  }

  .hero-dossier .dossier-rule {
    width: 1px;
    height: 100%;
    margin: 0;
  }

  .path-grid,
  .library-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .library-tools {
    grid-template-columns: 1fr;
  }

  .campaign-signature {
    grid-template-columns: 1fr;
  }

  .operations-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .operations-heading {
    grid-column: 1 / -1;
  }

  .operations-board > div {
    border-bottom: 1px solid var(--line);
  }

  .operations-board > div:nth-child(odd) {
    border-right: 0;
  }

  .operations-board > div:last-child {
    border-bottom: 0;
  }

  .bioblitz-feature {
    grid-template-columns: 1fr;
  }

  .bioblitz-visual {
    min-height: 520px;
  }

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

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

  .status-heading,
  .status-item {
    border-bottom: 1px solid rgba(6, 31, 27, 0.17);
  }

  .status-heading {
    padding-left: 24px;
  }

  .evidence-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .evidence-intro,
  .evidence-fact {
    border-bottom: 1px solid var(--line);
  }

  .evidence-intro {
    padding-left: 28px;
  }
}

@media (max-width: 1100px) {
  .menu-toggle {
    position: relative;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-shrink: 0;
  }

  .site-nav {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    visibility: hidden;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: max(32px, env(safe-area-inset-bottom));
    opacity: 0;
    transform: translateY(-8px);
    background: var(--pine-950);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .menu-open .site-nav {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-list {
    display: grid;
    width: var(--wrap);
    margin: 38px auto;
    gap: 5px;
  }

  .nav-list a {
    width: 100%;
    min-height: 58px;
    padding-inline: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--serif);
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .nav-list .nav-action {
    margin: 20px 0 0;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 68px;
    --wrap: calc(100% - 32px);
  }

  .brand-copy span {
    display: none;
  }

  .brand-mark {
    width: 64px;
    height: 42px;
  }

  .brand-mark img {
    width: 56px;
    height: 31px;
  }

  .hero {
    min-height: calc(100svh - var(--header-height));
  }

  .hero-cinematic::before {
    background: linear-gradient(0deg, rgba(3, 25, 21, 0.78) 0%, rgba(3, 25, 21, 0.42) 68%, rgba(3, 25, 21, 0.16));
  }

  .hero-cinematic .hero-media video {
    filter: saturate(0.96) contrast(1.02) brightness(1.06);
  }

  .hero-cinematic h1,
  .hero-cinematic .hero-lead,
  .hero-cinematic .eyebrow {
    text-shadow: 0 2px 20px rgba(3, 25, 21, 0.88), 0 1px 2px rgba(3, 25, 21, 0.95);
  }

  .hero-inner {
    padding-top: 78px;
    gap: 42px;
  }

  .hero-copy,
  .hero-dossier,
  .button-row {
    min-width: 0;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.85rem, 17.5vw, 6.5rem);
    line-height: 1.02;
  }

  .hero-lead {
    font-size: 1.05rem;
  }

  .hero-dossier {
    display: block;
    padding: 20px;
  }

  .hero-dossier .dossier-rule {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .hero-source,
  .hero-cinematic .hero-source {
    margin-top: 12px;
    padding-right: 0;
  }

  .motion-toggle {
    top: 14px;
    right: 16px;
  }

  .hero-archive-stat {
    display: none;
  }

  .section-grid,
  .record-layout,
  .cta-layout,
  .contact-panel,
  .article-layout,
  .document-layout {
    grid-template-columns: 1fr;
  }

  .position-principles {
    grid-template-columns: 1fr;
  }

  .position-principles article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .position-principles article:last-child {
    border-bottom: 0;
  }

  .library-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .source-record {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .article-nav {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .document-nav {
    max-height: none;
  }

  .bioblitz-credit-panel,
  .bioblitz-species-line,
  .opposition-sourceband,
  .organization-disclosure {
    grid-template-columns: 1fr;
  }

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

  .opposition-sourceband .button {
    width: fit-content;
  }

  .article-nav ol {
    columns: 2;
    column-gap: 28px;
  }

  .case-brief ol {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 300px;
  }

  .media-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .media-panel:first-child {
    grid-column: 1 / 3;
  }

  .media-panel {
    min-height: 400px;
  }

  .media-panel.tall {
    min-height: 500px;
  }

  .proof-wall {
    grid-template-rows: minmax(500px, 1fr) minmax(300px, 0.65fr);
  }

  .proof-panel-wide {
    min-height: 500px;
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .proof-panel:not(.proof-panel-wide) {
    grid-column: span 6;
  }

  .impact-number-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-number-grid > div {
    min-height: 175px;
    border-bottom: 1px solid var(--line-light);
  }

  .concept-stage figcaption {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .film-card-wide figcaption {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .film-card-wide figcaption span,
  .film-card-wide h3,
  .film-card-wide p {
    grid-column: 1;
  }

  .landscape-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(320px, 1fr);
  }

  .landscape-tile,
  .landscape-tile-wide {
    grid-column: span 1;
  }

  .landscape-tile:first-child,
  .landscape-tile:last-child {
    grid-column: 1 / -1;
  }

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

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

  .timeline-rail-wrap {
    overflow-x: auto;
    scrollbar-color: var(--gold) rgba(255,255,255,0.1);
    scrollbar-width: thin;
  }

  .timeline-rail {
    width: auto;
  }

  .timeline-panel {
    grid-template-columns: 1fr;
  }

  .timeline-media {
    grid-template-columns: 1fr;
  }

  .timeline-media-trigger {
    min-height: clamp(280px, 62vw, 500px);
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .timeline-media.media-contain .timeline-media-trigger {
    min-height: clamp(380px, 82vw, 620px);
  }

  .timeline-lightbox-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .distinction-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .history-archive-grid,
  .history-document-grid,
  .clearance-panel {
    grid-template-columns: 1fr;
  }

  .history-document-card {
    min-height: 260px;
  }

  .distinction-card,
  .download-item {
    border-bottom: 1px solid var(--line-light);
  }

  .download-item {
    border-right: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 580px) {
  :root {
    --wrap: calc(100% - 36px);
  }

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

  .position-principles article {
    padding: 28px 24px;
  }

  .hero::before {
    background: linear-gradient(0deg, rgba(3, 25, 21, 0.97) 0%, rgba(3, 25, 21, 0.68) 68%, rgba(3, 25, 21, 0.32));
  }

  .hero-cinematic::before {
    background: linear-gradient(0deg, rgba(3, 25, 21, 0.72) 0%, rgba(3, 25, 21, 0.34) 68%, rgba(3, 25, 21, 0.14));
  }

  .hero-cinematic .hero-media video {
    filter: saturate(0.98) contrast(1.02) brightness(1.08);
  }

  .history-hero::after {
    background: linear-gradient(0deg, rgba(3, 25, 21, 0.86) 0%, rgba(3, 25, 21, 0.54) 68%, rgba(3, 25, 21, 0.32));
  }

  .hero-media img,
  .hero-media video {
    object-position: 56% 62%;
  }

  .hero-media video {
    object-position: 52% center;
  }

  .take-action-hero .page-hero-media img {
    transform: scale(1.42);
    transform-origin: left center;
  }

  .hero-inner {
    padding: 62px 0 30px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.45rem, 16.25vw, 5.4rem);
  }

  .hero-lead,
  .hero-dossier,
  .hero-dossier strong,
  .hero-dossier p,
  .dossier-meta > div {
    min-width: 0;
    max-width: 100%;
  }

  .section { padding: 58px 0 64px; }
  .section.compact { padding: 44px 0 48px; }
  .page-hero { padding-top: 40px; }
  .page-hero-credit { position: relative; right: auto; bottom: auto; margin: 30px 18px -30px; width: fit-content; }

  .button-row,
  .button {
    width: 100%;
  }

  .button {
    min-width: 0;
    max-width: 100%;
    padding-inline: 18px;
    text-align: center;
    white-space: normal;
  }

  .signal-strip {
    overflow: visible;
  }

  .signal-track {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 17px 13px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px 16px;
    animation: none;
  }

  .signal-track span {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
  }

  .signal-track i {
    display: none;
  }

  .operations-board {
    grid-template-columns: 1fr;
  }

  .operations-heading {
    grid-column: auto;
  }

  .operations-board > div {
    border-right: 0;
  }

  .hero-source {
    font-size: 0.75rem;
  }

  .status-grid,
  .path-grid,
  .evidence-strip,
  .library-grid,
  .action-grid,
  .field-grid,
  .media-ribbon {
    grid-template-columns: 1fr;
  }

  .library-summary,
  .latest-source-grid {
    grid-template-columns: 1fr;
  }

  .library-summary > div {
    min-height: 122px;
  }

  .featured-library,
  .latest-library,
  .research-library {
    margin-top: 82px;
  }

  .latest-library {
    margin-right: -13px;
    margin-left: -13px;
    padding: 34px 16px;
  }

  .latest-source {
    min-height: 188px;
  }

  .library-tools {
    padding: 20px;
    gap: 22px;
  }

  .library-filter-scroll {
    margin-right: -20px;
    overflow-x: auto;
    padding-right: 20px;
    scrollbar-width: thin;
  }

  .library-tools .filter-bar {
    width: max-content;
    padding-bottom: 5px;
    flex-wrap: nowrap;
  }

  .source-record {
    padding: 24px 0;
  }

  .source-record-meta {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .status-heading,
  .status-item {
    min-height: 98px;
    padding: 20px 18px;
    border-right: 0;
  }

  .status-heading {
    padding-left: 18px;
  }

  .path-card {
    min-height: 275px;
  }

  .path-index {
    margin-bottom: 52px;
  }

  .evidence-intro,
  .evidence-fact {
    padding: 24px 18px;
    border-right: 0;
  }

  .media-panel:first-child,
  .field-grid .media-panel:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .media-panel,
  .media-panel.tall,
  .field-grid .media-panel {
    min-height: 380px;
  }

  .proof-wall {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .proof-panel,
  .proof-panel-wide,
  .proof-panel:not(.proof-panel-wide) {
    min-height: 390px;
    grid-column: auto;
    grid-row: auto;
  }

  .proof-panel-wide {
    min-height: 470px;
  }

  .proof-panel figcaption {
    padding: 22px;
  }

  .impact-number-grid {
    grid-template-columns: 1fr;
  }

  .impact-number-grid > div {
    min-height: 145px;
    padding: 30px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .concept-stage figcaption {
    padding: 22px;
  }

  .archive-index {
    padding: 20px;
  }

  .film-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 22px;
  }

  .film-card,
  .film-card-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .film-card-portrait .film-media {
    aspect-ratio: 4 / 5;
  }

  .film-card figcaption {
    padding: 24px 22px 26px;
  }

  .film-card h3,
  .film-card-wide h3 {
    font-size: clamp(1.7rem, 8.5vw, 2.25rem);
  }

  .landscape-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(390px, 1fr);
  }

  .landscape-tile,
  .landscape-tile-wide,
  .landscape-tile:first-child,
  .landscape-tile:last-child {
    min-height: 390px;
    grid-column: auto;
    grid-row: auto;
  }

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

  .bioblitz-visual {
    min-height: 440px;
  }

  .bioblitz-snapshot {
    padding: 16px;
  }

  .bioblitz-years {
    grid-template-columns: 1fr;
  }

  .bioblitz-years article,
  .organization-card {
    min-height: 0;
  }

  .organization-role {
    min-height: 0;
  }

  .organization-card h3 {
    margin-top: 34px;
  }

  .opposition-sourceband .button {
    width: 100%;
  }

  .standards-grid article {
    min-height: 225px;
  }

  .record-row {
    grid-template-columns: 70px 1fr auto;
    gap: 12px;
  }

  .record-row span {
    display: none;
  }

  .article-nav ol {
    columns: 1;
  }

  .accessible-pdf-page dl,
  .document-section dl,
  .document-content > [data-pdf-page] dl {
    grid-template-columns: 1fr;
  }

  .accessible-pdf-page dt,
  .document-section dt,
  .document-content > [data-pdf-page] dt {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .accessible-pdf-page dd,
  .document-section dd,
  .document-content > [data-pdf-page] dd {
    padding-top: 0;
  }

  .accessible-pdf-page table,
  .document-section table,
  .document-content > [data-pdf-page] table {
    font-size: 0.78rem;
  }

  .accessible-pdf-page th,
  .accessible-pdf-page td,
  .document-section th,
  .document-section td,
  .document-content > [data-pdf-page] th,
  .document-content > [data-pdf-page] td {
    padding: 10px;
  }

  .document-flow,
  .document-process,
  .document-requirements,
  .document-species-list,
  .document-definition-grid,
  .document-timeline {
    grid-template-columns: 1fr !important;
  }

  .article-body h2 {
    margin-top: 64px;
  }

  .case-visual-pair {
    grid-template-columns: 1fr;
  }

  .timeline-panel {
    padding: 28px 20px;
  }

  .timeline-media {
    margin-right: -8px;
    margin-left: -8px;
  }

  .timeline-media-trigger {
    min-height: 260px;
  }

  .timeline-media.media-contain .timeline-media-trigger {
    min-height: min(118vw, 540px);
  }

  .timeline-media figcaption {
    padding: 24px 20px 28px;
  }

  .timeline-media-caption {
    font-size: 1.55rem !important;
  }

  .timeline-media-open-label {
    right: 12px;
    bottom: 12px;
  }

  .timeline-lightbox {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
  }

  .timeline-lightbox img {
    height: 68dvh;
  }

  .timeline-lightbox-copy {
    padding: 20px;
  }

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

  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* The opening landscape stays within its own section; all copy uses normal scroll. */
.hero-cinematic {
  --hero-screen: calc(100vh - var(--header-height));
  --hero-screen: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  overflow: clip;
}
.hero-cinematic::before,
.hero-cinematic::after { display: none; }
.hero-cinematic .hero-media {
  position: sticky;
  top: var(--header-height);
  inset-inline: auto;
  bottom: auto;
  grid-area: 1 / 1;
  align-self: start;
  width: 100%;
  height: var(--hero-screen);
  z-index: 0;
  overflow: hidden;
}
.hero-cinematic .hero-media video {
  object-position: 50% center;
  filter: none;
}
/* On ultrawide displays, preserve the skyline throughout the camera's upward tilt. */
@media (min-width: 1101px) and (min-aspect-ratio: 2/1) {
  .hero-cinematic .hero-media video { object-position: 50% 0%; }
  .page-hero .page-hero-media img { object-position: 50% 0%; }

  .history-hero {
    display: grid;
    min-height: min(760px, calc(100svh - var(--header-height)));
    padding-block: clamp(52px, 7vh, 72px);
    align-items: center;
  }

  .history-hero::after {
    background:
      linear-gradient(90deg, rgba(3, 25, 21, 0.9) 0%, rgba(3, 25, 21, 0.68) 62%, rgba(3, 25, 21, 0.2) 100%),
      linear-gradient(0deg, rgba(3, 25, 21, 0.52) 0%, rgba(3, 25, 21, 0.04) 68%);
  }

  .history-hero .page-hero-media img {
    object-position: 50% 20%;
  }

  .history-hero .wrap {
    display: grid;
    width: min(1680px, calc(100vw - 12vw));
    grid-template-columns: minmax(0, 1.35fr) minmax(460px, 0.85fr);
    column-gap: clamp(80px, 7vw, 160px);
    align-items: end;
  }

  .history-hero .breadcrumbs,
  .history-hero .eyebrow {
    grid-column: 1 / -1;
  }

  .history-hero .display {
    grid-column: 1;
    grid-row: 3;
    max-width: 900px;
    font-size: clamp(4.8rem, 4.3vw, 6.5rem);
  }

  .history-hero .page-kicker {
    grid-column: 2;
    grid-row: 3;
    max-width: 60ch;
    margin: 0 0 0.4rem;
    padding-left: clamp(24px, 2.2vw, 42px);
    border-left: 1px solid rgba(229, 200, 119, 0.72);
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 0.9vw, 1.25rem);
    line-height: 1.6;
  }

  .history-hero .page-hero-credit {
    right: max(48px, 6vw);
    bottom: 18px;
  }
}
.hero-cinematic .hero-media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgba(3, 25, 21, .72), transparent 72%);
}
.hero-story {
  position: relative;
  grid-area: 1 / 1;
  min-width: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-story .hero-copy,
.hero-story .hero-dossier,
.hero-story .hero-source { pointer-events: auto; }
.hero-cinematic .hero-inner {
  min-height: calc(var(--hero-screen) - 64px);
  padding-top: clamp(140px, 22svh, 260px);
  padding-bottom: 40px;
  grid-template-columns: minmax(0, 1fr);
}
.hero-cinematic h1 {
  font-size: clamp(3.5rem, 8.3vw, 8rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero-cinematic h1,
.hero-cinematic .hero-lead,
.hero-cinematic .eyebrow {
  text-shadow: 0 2px 4px #031915, 0 3px 20px rgba(3, 25, 21, .7);
}
.hero-cinematic .hero-lead { color: var(--white); }
.hero-cinematic .hero-dossier { background: rgba(5, 32, 27, .9); backdrop-filter: none; }
.hero-cinematic .hero-dossier p { color: #dce9e3; font-size: 1rem; }
.hero-cinematic .dossier-meta span { color: #dce9e3; font-size: .75rem; }
.hero-cinematic .dossier-meta b { font-size: .875rem; }
.hero-cinematic .dossier-label { font-size: .875rem; }
.hero-cinematic .motion-toggle { font-size: .875rem; background: #08261fe8; backdrop-filter: none; }
.hero-cinematic .hero-source { font-size: .875rem; color: #fffdf8; text-shadow: 0 1px 4px #031915; }
.bioblitz-introduction { padding-block: 64px 24px; }
.impact-number .impact-number-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.impact-number .impact-number-grid span,
.impact-number .impact-number-source { font-size: .875rem; color: #dce9e3; }
.impact-number-grid small,
.bioblitz-stat small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .56);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}
.bioblitz-introduction h2 {
  max-width: 840px;
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.bioblitz-introduction > p { max-width: 960px; }
.bioblitz-introduction .bioblitz-lead { color: #fffdf8; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.bioblitz-introduction .bioblitz-lead a { color: var(--gold); text-underline-offset: .2em; }
.bioblitz-hosts { padding: 20px 0; border-block: 1px solid var(--line-light); }
.bioblitz-hosts strong { display: block; margin-bottom: 10px; font-size: 1.125rem; }
.bioblitz-hosts a { color: var(--gold); text-underline-offset: .2em; }
.bioblitz-independence { font-size: .9375rem; color: #dce9e3; }
.bioblitz-section .bioblitz-hosts { margin: 32px 0; padding: 24px; background: var(--pine-900); color: #fffdf8; }
.bioblitz-section .bioblitz-hosts p { margin-bottom: 0; }
.bioblitz-section .section-grid .lead a { color: var(--ember-dark); font-weight: 750; text-underline-offset: .18em; }
.bioblitz-explainer-grid {
  display: grid;
  padding-block: clamp(34px, 5vw, 58px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 78px);
  border-top: 1px solid var(--line-light);
}
.bioblitz-explainer-grid article { min-width: 0; }
.bioblitz-explainer-grid h3,
.bioblitz-join h3 {
  margin: 10px 0 14px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.7vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1.08;
}
.bioblitz-explainer-grid p:last-child,
.bioblitz-join p:last-child {
  margin-bottom: 0;
  color: #dce9e3;
  line-height: 1.7;
}
.bioblitz-section .bioblitz-explainer-grid {
  margin-top: 12px;
  padding-inline: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  background: var(--paper);
}
.bioblitz-section .bioblitz-explainer-grid .eyebrow { color: var(--ember-dark); }
.bioblitz-section .bioblitz-explainer-grid p:last-child { color: var(--ink-soft); }
.bioblitz-join {
  display: grid;
  margin: 0 auto clamp(24px, 4vw, 42px);
  padding: clamp(28px, 5vw, 52px);
  grid-template-columns: minmax(0, 7fr) minmax(260px, 5fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  border-left: 5px solid var(--gold);
  background: #08261f;
  color: #fffdf8;
}
.impact-number .bioblitz-join { margin-bottom: 24px; }
.bioblitz-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button.button-gold { background: var(--gold); color: var(--pine-950); }
.button.button-gold:hover { background: #f2d98d; }
.button.button-ghost-light { border-color: rgba(255, 255, 255, .48); background: transparent; color: #fffdf8; }
.button.button-ghost-light:hover { border-color: #fffdf8; background: rgba(255, 255, 255, .08); }
.bioblitz-directions {
  margin-block: 0 clamp(28px, 5vw, 48px);
  padding: 0;
  border-block: 1px solid var(--line-light);
}
.bioblitz-directions summary {
  position: relative;
  padding: 24px 54px 24px 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.bioblitz-directions summary::-webkit-details-marker { display: none; }
.bioblitz-directions summary:focus-visible {
  border-radius: 3px;
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
.bioblitz-directions summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 1.45rem;
  content: "+";
  transform: translateY(-50%);
}
.bioblitz-directions[open] summary::after { content: "−"; }
.bioblitz-directions-copy { display: grid; padding: 4px 0 24px; grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr); gap: 28px; }
.bioblitz-directions-copy p { margin: 0; color: #dce9e3; line-height: 1.65; }
.bioblitz-directions-copy .bioblitz-route-note { color: rgba(255, 255, 255, .66); font-size: .875rem; }
.bioblitz-directions-copy .bioblitz-route-note a { color: var(--gold); font-weight: 750; text-underline-offset: .18em; }
.bioblitz-seasonal-access {
  display: grid;
  margin: 0 0 28px;
  padding: 20px 22px;
  grid-template-columns: minmax(165px, 3fr) minmax(0, 9fr);
  gap: 18px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .18);
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, .07);
}
.bioblitz-seasonal-access strong { color: var(--gold); font-size: .82rem; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.bioblitz-seasonal-access p { margin: 0; color: #e1ece7; font-size: .92rem; line-height: 1.65; }
.bioblitz-seasonal-access a { color: var(--gold); font-weight: 750; text-underline-offset: .18em; }
.bioblitz-access-map {
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #071f1a;
  color: #fffdf8;
  box-shadow: 0 24px 68px rgba(2, 18, 15, .28);
}
.bioblitz-access-map-header {
  display: grid;
  padding: clamp(24px, 4vw, 42px);
  grid-template-columns: minmax(0, 5fr) minmax(280px, 4fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(125deg, #0b342c, #071f1a);
}
.bioblitz-map-kicker {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.bioblitz-access-map-header h3 {
  margin: 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.7vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.bioblitz-access-map-header > p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
  line-height: 1.65;
}
.bioblitz-access-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(270px, 4fr);
  align-items: stretch;
}
.bioblitz-access-map-figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .14);
  background: #12352d;
}
.bioblitz-access-map-figure svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2250 / 2150;
  background: #25453b;
}
.bioblitz-map-public-tint { fill: #126149; fill-opacity: .18; }
.bioblitz-map-aurora {
  fill: url(#bioblitz-private-hatch);
  stroke: #ffe0ca;
  stroke-width: 12;
  stroke-linejoin: round;
}
.bioblitz-map-other-private {
  fill: #f0714f;
  fill-opacity: .9;
  stroke: #fff3e6;
  stroke-width: 11.2;
  stroke-linejoin: round;
}
.bioblitz-map-habitat-overlay,
.bioblitz-map-hydro-lines { pointer-events: none; }
.bioblitz-map-fens path {
  fill: url(#bioblitz-fen-hatch);
  stroke: #d9fff8;
  stroke-width: 9.6;
  stroke-linejoin: round;
}
.bioblitz-map-ownership-outline path {
  fill: none;
  stroke-linejoin: round;
}
.bioblitz-map-aurora-outline { stroke: #ffe0ca; stroke-width: 12.8; }
.bioblitz-map-other-private-outline { stroke: #fff3e6; stroke-width: 12; }
.bioblitz-map-road path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.bioblitz-map-road-casing { stroke: rgba(3, 19, 16, .88); stroke-width: 38; }
.bioblitz-map-road-line { stroke: #f4d77c; stroke-width: 20; }
.bioblitz-map-stream-labels text {
  fill: #effcff;
  font-family: var(--sans);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: .08em;
  paint-order: stroke fill;
  stroke: rgba(3, 20, 17, .92);
  stroke-linejoin: round;
  stroke-width: 12;
}
.bioblitz-map-labels text {
  font-family: var(--sans);
  font-weight: 900;
  letter-spacing: .045em;
  paint-order: stroke fill;
  stroke: rgba(3, 20, 17, .88);
  stroke-linejoin: round;
  stroke-width: 13;
}
.bioblitz-map-area-label { fill: #f4fff8; font-size: 55px; }
.bioblitz-map-area-label-small { fill: #bcefd4; font-size: 40px; letter-spacing: .11em; }
.bioblitz-map-road-label { fill: #ffe8a3; font-size: 38px; text-anchor: middle; }
.bioblitz-map-private-label { fill: #fff4ea; font-size: 54px; }
.bioblitz-map-private-label-small { fill: #ffd2ba; font-size: 39px; letter-spacing: .12em; }
.bioblitz-map-small-private-label { fill: #fff4ea; font-size: 37px; }
.bioblitz-map-pin > circle:first-child { fill: #071f1a; fill-opacity: .86; stroke: #fffdf8; stroke-width: 9; }
.bioblitz-map-pin .bioblitz-map-pin-core { fill: var(--gold); stroke: none; }
.bioblitz-map-pin text { fill: #071f1a; font-size: 62px; letter-spacing: 0; stroke: none; }
.bioblitz-map-north text,
.bioblitz-map-scale text { fill: #fffdf8; font-size: 42px; letter-spacing: .08em; }
.bioblitz-map-north path,
.bioblitz-map-scale path { fill: none; stroke: #fffdf8; stroke-linecap: square; stroke-width: 13; }
.bioblitz-access-map-key {
  display: flex;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 38px);
  flex-direction: column;
  background: #092720;
}
.bioblitz-map-warning {
  padding: 20px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, .07);
}
.bioblitz-map-warning strong,
.bioblitz-map-warning span { display: block; }
.bioblitz-map-warning strong { margin-bottom: 8px; color: var(--gold); font-size: 1.05rem; }
.bioblitz-map-warning span { color: #e1ece7; font-size: .9rem; line-height: 1.6; }
.bioblitz-map-property-note {
  margin-top: 14px;
  padding: 16px 18px;
  border-left: 4px solid #69d7f0;
  background: rgba(105, 215, 240, .09);
}
.bioblitz-map-property-note strong,
.bioblitz-map-property-note span { display: block; }
.bioblitz-map-property-note strong { margin-bottom: 6px; color: #bcefff; font-size: .86rem; }
.bioblitz-map-property-note span { color: #d8e9e5; font-size: .8rem; line-height: 1.55; }
.bioblitz-map-legend {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}
.bioblitz-map-legend li {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #e1ece7;
  font-size: .875rem;
  line-height: 1.4;
}
.bioblitz-map-legend i {
  display: grid;
  width: 32px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 2px;
  font-style: normal;
}
.bioblitz-key-public { background: rgba(31, 128, 92, .72); }
.bioblitz-key-aurora { background: repeating-linear-gradient(55deg, #8f3429 0 7px, #d58f71 7px 11px); }
.bioblitz-key-private { background: #f0714f; }
.bioblitz-key-fen {
  background: repeating-linear-gradient(55deg, rgba(24, 216, 191, .8) 0 7px, rgba(217, 255, 248, .88) 7px 10px);
  box-shadow: inset 0 0 0 2px #d9fff8;
}
.bioblitz-key-wetland {
  background-color: rgba(98, 212, 157, .72);
  background-image: radial-gradient(circle, #e1fff0 0 2px, transparent 2.4px);
  background-position: 1px 1px;
  background-size: 9px 9px;
}
.bioblitz-key-stream { background: #159ee4; box-shadow: inset 0 0 0 2px #d7f5ff; }
.bioblitz-key-pond { background: #69d7f0; box-shadow: inset 0 0 0 2px #f4fdff; }
.bioblitz-map-legend .bioblitz-key-road { height: 4px; border: 0; background: var(--gold); box-shadow: 0 0 0 3px rgba(3, 19, 16, .9); }
.bioblitz-map-legend .bioblitz-key-pin {
  width: 25px;
  height: 25px;
  margin-left: 3px;
  border: 3px solid #fffdf8;
  border-radius: 50%;
  background: var(--gold);
  color: #071f1a;
  font-size: .7rem;
  font-weight: 900;
}
.bioblitz-access-map-key > p {
  margin: auto 0 0;
  padding-top: 24px;
  color: rgba(255, 255, 255, .55);
  font-size: .74rem;
  line-height: 1.5;
}
.bioblitz-map-source {
  margin: 0;
  padding: 16px clamp(20px, 3vw, 34px);
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: #061b17;
  color: rgba(255, 255, 255, .58);
  font-size: .7rem;
  line-height: 1.6;
}
.bioblitz-map-source a { color: var(--gold); font-weight: 750; text-underline-offset: .16em; }
.bioblitz-route-grid {
  display: grid;
  padding-bottom: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .16);
}
.bioblitz-route-grid a {
  display: flex;
  min-height: 132px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background: var(--pine-900);
  color: #fffdf8;
  text-decoration: none;
}
.bioblitz-route-grid a:hover { background: #12483d; }
.bioblitz-route-grid strong { display: flex; color: var(--gold); font-size: .92rem; line-height: 1.35; gap: 11px; align-items: flex-start; }
.bioblitz-route-grid strong b {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, .84);
  border-radius: 50%;
  background: var(--gold);
  color: var(--pine-950);
  font-size: .72rem;
  line-height: 1;
}
.bioblitz-route-grid span { color: rgba(255, 255, 255, .7); font-size: .78rem; line-height: 1.5; }
.bioblitz-field-kit {
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #071f1a;
  color: #fffdf8;
  box-shadow: 0 24px 68px rgba(2, 18, 15, .22);
}
.bioblitz-field-kit-header {
  display: grid;
  padding: clamp(24px, 4vw, 42px);
  grid-template-columns: minmax(0, 5fr) minmax(280px, 4fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(125deg, #0b342c, #071f1a);
}
.bioblitz-field-kit-header h3 {
  max-width: 12ch;
  margin: 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.7vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
}
.bioblitz-field-kit-header > p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
  line-height: 1.65;
}
.bioblitz-field-kit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .15);
}
.bioblitz-field-kit-grid article {
  min-width: 0;
  min-height: 245px;
  padding: clamp(22px, 3vw, 30px);
  background: #092720;
}
.bioblitz-field-kit-grid article > span {
  display: block;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.45;
  text-transform: uppercase;
}
.bioblitz-field-kit-grid h4 {
  margin: 11px 0 14px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.08;
}
.bioblitz-field-kit-grid p { margin: 0; color: rgba(255, 255, 255, .68); font-size: .88rem; line-height: 1.62; }
.bioblitz-field-kit-wildlife {
  display: grid;
  padding: clamp(26px, 4vw, 42px);
  grid-template-columns: minmax(240px, 4fr) minmax(0, 8fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: start;
  border-block: 1px solid rgba(255, 255, 255, .18);
  background: #703629;
  color: #fffdf8;
}
.bioblitz-field-kit-label {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.bioblitz-field-kit-wildlife h4 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.bioblitz-field-kit-wildlife p { max-width: 76ch; margin: 0; color: rgba(255, 255, 255, .82); font-size: 1rem; line-height: 1.7; }
.bioblitz-field-kit-wildlife p + p { margin-top: 13px; }
.bioblitz-field-kit-wildlife strong { color: var(--gold); }
.bioblitz-field-kit-wildlife a { display: inline-block; margin-top: 18px; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .05em; line-height: 1.5; text-underline-offset: 4px; text-transform: uppercase; }
.bioblitz-field-kit-wildlife a:hover { color: #fffdf8; }
.bioblitz-field-kit-wildlife a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.bioblitz-field-kit-clean {
  display: grid;
  padding: clamp(22px, 3.4vw, 34px);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  background: var(--gold);
  color: var(--pine-950);
}
.bioblitz-field-kit-clean strong { display: block; margin-bottom: 8px; font-size: 1rem; line-height: 1.4; }
.bioblitz-field-kit-clean p { max-width: 78ch; margin: 0; color: rgba(6, 31, 27, .8); font-size: .9rem; line-height: 1.62; }
.bioblitz-field-kit-clean button {
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid var(--pine-950);
  background: var(--pine-950);
  color: #fffdf8;
  font: inherit;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.35;
  text-transform: uppercase;
  cursor: pointer;
}
.bioblitz-field-kit-clean button:hover { background: #12483d; }
.bioblitz-field-kit-clean button:focus-visible { outline: 3px solid var(--ember-dark); outline-offset: 4px; }
.bioblitz-section .bioblitz-directions { border-color: var(--line); }
.bioblitz-section .bioblitz-directions summary { color: var(--ink); }
.bioblitz-section .bioblitz-directions summary:focus-visible { outline-color: var(--ember-dark); }
.bioblitz-section .bioblitz-directions-copy p { color: var(--ink-soft); }
.bioblitz-section .bioblitz-directions-copy .bioblitz-route-note { color: #6a7a75; }
.bioblitz-section .bioblitz-seasonal-access { border-color: var(--line); border-left-color: var(--ember); background: #f4eddb; }
.bioblitz-section .bioblitz-seasonal-access strong,
.bioblitz-section .bioblitz-seasonal-access a { color: var(--ember-dark); }
.bioblitz-section .bioblitz-seasonal-access p { color: var(--ink-soft); }

.team-toad-teaser {
  display: grid;
  min-width: 0;
  margin-bottom: clamp(28px, 5vw, 48px);
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  border: 1px solid rgba(255, 255, 255, .14);
  border-top: 5px solid var(--gold);
  background: #123f36;
  color: #fffdf8;
}
.team-toad-teaser > div { min-width: 0; padding: clamp(26px, 4vw, 44px); }
.team-toad-teaser-action { border-left: 1px solid rgba(255, 255, 255, .14); }
.team-toad-teaser .eyebrow { color: var(--gold); }
.team-toad-teaser h3 {
  max-width: 19ch;
  margin: 10px 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.3vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.team-toad-teaser p { margin: 0; color: #dce9e3; line-height: 1.7; }
.team-toad-teaser-action > p:first-child { color: #fffdf8; font-size: 1.05rem; }
.team-toad-teaser-action strong { color: var(--gold); }
.team-toad-teaser .team-toad-clean-note { margin: 16px 0 24px; color: rgba(255, 255, 255, .7); font-size: .92rem; }

.team-toad-feature {
  display: grid;
  min-width: 0;
  margin: clamp(42px, 7vw, 78px) 0 clamp(34px, 6vw, 64px);
  overflow: hidden;
  grid-template-columns: minmax(300px, 4fr) minmax(0, 8fr);
  border: 1px solid rgba(6, 31, 27, .2);
  background: var(--pine-950);
  color: #fffdf8;
  box-shadow: var(--shadow);
}
.team-toad-photo {
  position: relative;
  min-width: 0;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #061713;
}
.team-toad-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.team-toad-photo::after {
  position: absolute;
  z-index: 1;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(3, 20, 17, .96), rgba(3, 20, 17, 0));
  content: "";
  pointer-events: none;
}
.team-toad-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  padding: 28px;
  gap: 2px;
}
.team-toad-photo figcaption strong { color: #fffdf8; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1.15; }
.team-toad-photo figcaption span { color: var(--gold); font-size: .85rem; }
.team-toad-photo figcaption small { margin-top: 8px; color: rgba(255, 255, 255, .64); font-size: .72rem; line-height: 1.45; }
.team-toad-photo figcaption a { color: inherit; }
.team-toad-intro { min-width: 0; padding: clamp(34px, 5vw, 66px); align-self: center; }
.team-toad-intro .eyebrow { color: var(--gold); }
.team-toad-intro > h3 {
  max-width: 9ch;
  margin: 12px 0 22px;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.team-toad-lead { max-width: 66ch; margin: 0; color: #dce9e3; font-size: clamp(1.03rem, 1.45vw, 1.18rem); line-height: 1.75; }
.team-toad-program-grid { display: grid; margin: 34px 0; padding-top: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(26px, 4vw, 48px); border-top: 1px solid rgba(255, 255, 255, .16); }
.team-toad-program-grid article { min-width: 0; }
.team-toad-program-grid article > span,
.team-toad-label {
  display: block;
  margin: 0;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.team-toad-program-grid h4 { margin: 9px 0 10px; font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.85rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.12; }
.team-toad-program-grid p { margin: 0; color: rgba(255, 255, 255, .66); font-size: .94rem; line-height: 1.65; }

.team-toad-dream {
  display: grid;
  min-width: 0;
  padding: clamp(34px, 5vw, 58px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 4fr) minmax(0, 8fr);
  gap: clamp(30px, 6vw, 80px);
  background: var(--gold);
  color: var(--pine-950);
}
.team-toad-dream .team-toad-label { color: var(--ember-dark); }
.team-toad-dream > div:first-child > span { display: block; max-width: 27ch; margin-top: 16px; color: rgba(6, 31, 27, .72); font-size: .94rem; line-height: 1.6; }
.team-toad-dream h4 { max-width: 22ch; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 500; letter-spacing: -.045em; line-height: 1; }
.team-toad-dream p:last-child { max-width: 68ch; margin: 0; color: rgba(6, 31, 27, .8); line-height: 1.7; }

.team-toad-stewardship { min-width: 0; padding: clamp(34px, 5vw, 58px); grid-column: 1 / -1; background: #0b2f29; }
.team-toad-stewardship-heading { display: grid; min-width: 0; margin-bottom: 30px; grid-template-columns: minmax(220px, 4fr) minmax(0, 8fr); gap: clamp(30px, 6vw, 80px); align-items: end; }
.team-toad-stewardship-heading h4 { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 3.8rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.team-toad-stewardship-heading > p:last-child { max-width: 62ch; margin: 0; color: rgba(255, 255, 255, .68); line-height: 1.7; }
.team-toad-stewardship ol { display: grid; margin: 0; padding: 1px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; list-style: none; background: rgba(255, 255, 255, .15); }
.team-toad-stewardship li { display: grid; min-width: 0; min-height: 190px; padding: 26px; grid-template-columns: auto minmax(0, 1fr); align-content: start; gap: 16px; background: #123f36; }
.team-toad-stewardship li > span { color: var(--gold); font-family: var(--serif); font-size: 1.05rem; line-height: 1.2; }
.team-toad-stewardship li strong { display: block; margin-bottom: 9px; color: #fffdf8; font-size: 1rem; line-height: 1.4; }
.team-toad-stewardship li p { margin: 0; color: rgba(255, 255, 255, .65); font-size: .9rem; line-height: 1.6; }
.team-toad-stewardship-links { display: flex; margin-top: 24px; flex-wrap: wrap; gap: 12px 22px; align-items: center; }
.team-toad-stewardship-links button,
.team-toad-stewardship-links a { padding: 0; border: 0; background: transparent; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .05em; line-height: 1.5; text-align: left; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-transform: uppercase; cursor: pointer; }
.team-toad-stewardship-links button:hover,
.team-toad-stewardship-links a:hover { color: #fffdf8; }
.team-toad-stewardship-links button:focus-visible,
.team-toad-stewardship-links a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }

.wetland-safety-dialog {
  width: min(920px, calc(100% - 32px));
  max-width: 920px;
  max-height: min(900px, calc(100dvh - 32px));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(6, 31, 27, .22);
  border-radius: 22px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(3, 20, 17, .44);
}
.wetland-safety-dialog::backdrop { background: rgba(3, 20, 17, .78); backdrop-filter: blur(7px); }
.wetland-safety-card { position: relative; min-width: 0; }
.wetland-safety-close {
  position: sticky;
  z-index: 4;
  top: 14px;
  float: right;
  width: 46px;
  height: 46px;
  margin: 14px 14px -60px 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: rgba(3, 20, 17, .78);
  color: #fffdf8;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.wetland-safety-close:hover { background: var(--ember-dark); }
.wetland-safety-close:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wetland-safety-hero { padding: clamp(38px, 6vw, 72px); padding-right: clamp(78px, 10vw, 112px); background: linear-gradient(135deg, #071f1a 0%, #123f36 100%); color: #fffdf8; }
.wetland-safety-kicker,
.wetland-safety-label { margin: 0 0 11px; color: var(--ember-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.wetland-safety-hero .wetland-safety-kicker { color: var(--gold); }
.wetland-safety-hero h2 { max-width: 16ch; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 6vw, 5.25rem); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.wetland-safety-hero > p:last-child { max-width: 68ch; margin: 28px 0 0; color: #dce9e3; font-size: 1.02rem; line-height: 1.72; }
.wetland-safety-why,
.wetland-safety-everyday,
.wetland-safety-alternatives { display: grid; padding: clamp(28px, 5vw, 52px); grid-template-columns: minmax(220px, 4fr) minmax(0, 7fr); gap: clamp(26px, 5vw, 64px); }
.wetland-safety-why h3,
.wetland-safety-everyday h3,
.wetland-safety-section-heading h3,
.wetland-safety-alternatives h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 3.2vw, 2.75rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.wetland-safety-why > p,
.wetland-safety-everyday > p { margin: 0; color: var(--ink-soft); line-height: 1.72; }
.wetland-safety-everyday { border-top: 1px solid var(--line); background: #eef3ef; }
.wetland-safety-methods { padding: clamp(30px, 5vw, 52px); border-block: 1px solid var(--line); background: #f2ede3; }
.wetland-safety-methods .wetland-safety-section-heading { align-items: start; }
.wetland-safety-methods .wetland-safety-section-heading > p { margin: 0; color: var(--ink-soft); line-height: 1.72; }
.wetland-safety-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(6, 31, 27, .14); }
.wetland-safety-method { display: flex; min-width: 0; min-height: 250px; padding: clamp(24px, 4vw, 34px); flex-direction: column; background: #fffdf8; }
.wetland-safety-method.is-home { background: #dfece7; }
.wetland-safety-method.is-primary { box-shadow: inset 0 5px var(--gold); }
.wetland-safety-method.is-alternative { position: relative; background: #f7faf7; box-shadow: inset 0 5px #9eb1a7; }
.wetland-safety-method.is-alternative::before { position: absolute; z-index: 2; top: 26px; left: -18px; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(6, 31, 27, .22); border-radius: 50%; content: "OR"; background: #fffdf8; color: var(--pine-700); font-size: .67rem; font-weight: 900; letter-spacing: .06em; }
.wetland-safety-method > span { margin-bottom: 14px; color: var(--ember-dark); font-size: .7rem; font-weight: 900; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.wetland-safety-method h4 { margin: 0 0 12px; color: var(--pine-950); font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.wetland-safety-method p { margin: 0; color: var(--ink-soft); font-size: .93rem; line-height: 1.66; }
.wetland-safety-method p strong { color: var(--pine-700); }
.wetland-safety-method small { display: block; margin-top: auto; padding-top: 22px; color: var(--pine-700); font-size: .72rem; font-weight: 850; letter-spacing: .06em; line-height: 1.4; text-transform: uppercase; }
.wetland-safety-freeze-note { display: grid; margin: 0; padding: clamp(26px, 4vw, 38px) clamp(28px, 5vw, 52px); grid-template-columns: minmax(200px, 4fr) minmax(0, 7fr); gap: clamp(22px, 5vw, 64px); border-bottom: 1px solid #e2c4ba; background: #f7e6dc; }
.wetland-safety-freeze-note strong { color: var(--ember-dark); font-size: 1.18rem; line-height: 1.4; }
.wetland-safety-freeze-note p { margin: 0; color: #653c35; line-height: 1.68; }
.wetland-safety-protocol { padding: clamp(30px, 5vw, 52px); border-block: 1px solid var(--line); background: #f2ede3; }
.wetland-safety-section-heading { display: grid; margin-bottom: 28px; grid-template-columns: minmax(220px, 4fr) minmax(0, 7fr); gap: clamp(26px, 5vw, 64px); align-items: end; }
.wetland-safety-recipe { margin-bottom: 1px; padding: clamp(22px, 4vw, 32px); background: var(--gold); color: var(--pine-950); }
.wetland-safety-recipe > p { margin: 0 0 12px; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wetland-safety-recipe > div { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: baseline; font-family: var(--serif); font-size: clamp(1.35rem, 3.2vw, 2.25rem); line-height: 1.12; }
.wetland-safety-recipe > div span { color: var(--ember-dark); }
.wetland-safety-recipe small { display: block; margin-top: 13px; font-size: .86rem; font-weight: 700; line-height: 1.55; }
.wetland-safety-protocol ol { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; list-style: none; background: rgba(6, 31, 27, .14); }
.wetland-safety-protocol li { display: grid; min-width: 0; min-height: 220px; padding: clamp(22px, 4vw, 34px); grid-template-columns: auto minmax(0, 1fr); align-content: start; gap: 15px; background: #fffdf8; }
.wetland-safety-protocol li > span { color: var(--ember-dark); font-family: var(--serif); font-size: 1rem; line-height: 1.4; }
.wetland-safety-protocol li strong { display: block; margin-bottom: 10px; font-size: 1rem; line-height: 1.45; }
.wetland-safety-protocol li p { margin: 0; color: var(--ink-soft); font-size: .92rem; line-height: 1.65; }
.wetland-safety-protocol li a { color: var(--ember-dark); font-weight: 800; text-underline-offset: 3px; }
.wetland-safety-protocol li a:hover { color: var(--pine-700); }
.wetland-safety-protocol li a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.wetland-safety-protocol .wetland-safety-chemical { background: var(--pine-950); color: #fffdf8; }
.wetland-safety-protocol .wetland-safety-chemical > span { color: var(--gold); }
.wetland-safety-protocol .wetland-safety-chemical p { color: #dce9e3; }
.wetland-safety-protocol .wetland-safety-chemical b { color: var(--gold); }
.wetland-safety-spray-note { display: grid; margin: 0; padding: clamp(24px, 4vw, 34px) clamp(28px, 5vw, 52px); grid-template-columns: minmax(180px, 4fr) minmax(0, 7fr); gap: clamp(22px, 5vw, 64px); border-bottom: 1px solid var(--line); background: #dfece7; }
.wetland-safety-spray-note strong { color: var(--pine-700); font-size: 1.05rem; line-height: 1.45; }
.wetland-safety-spray-note p { margin: 0; color: var(--ink-soft); line-height: 1.65; }
.wetland-safety-alternatives { background: #fffdf8; }
.wetland-safety-alternatives ul { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.wetland-safety-alternatives li { display: grid; padding-bottom: 10px; grid-template-columns: 70px minmax(0, 1fr); gap: 14px; border-bottom: 1px solid var(--line); color: var(--ink-soft); line-height: 1.55; }
.wetland-safety-alternatives li:last-child { padding-bottom: 0; border-bottom: 0; }
.wetland-safety-alternatives strong { color: var(--pine-700); }
.wetland-safety-alternative-note { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .86rem; line-height: 1.6; }
.wetland-safety-details { margin: 0; border-block: 1px solid var(--line); background: #eef3ef; }
.wetland-safety-details summary { min-height: 72px; padding: 24px clamp(28px, 5vw, 52px); color: var(--pine-700); font-size: 1rem; font-weight: 850; line-height: 1.5; cursor: pointer; }
.wetland-safety-details summary:hover { color: var(--ember-dark); }
.wetland-safety-details summary:focus-visible { outline: 3px solid var(--gold); outline-offset: -4px; }
.wetland-safety-details-body { padding: 0 clamp(28px, 5vw, 52px) clamp(30px, 5vw, 48px); }
.wetland-safety-details-body ol { display: grid; margin: 1px 0 0; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; list-style: none; background: rgba(6, 31, 27, .14); counter-reset: qac-step; }
.wetland-safety-details-body li { position: relative; min-width: 0; padding: 26px 28px 26px 58px; background: #fffdf8; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; counter-increment: qac-step; }
.wetland-safety-details-body li::before { position: absolute; top: 28px; left: 25px; content: counter(qac-step, decimal-leading-zero); color: var(--ember-dark); font-family: var(--serif); }
.wetland-safety-details-body li strong { color: var(--pine-950); }
.wetland-safety-details-body a { color: var(--ember-dark); font-weight: 800; text-underline-offset: 3px; }
.wetland-safety-caution { margin: 0 clamp(28px, 5vw, 52px) clamp(28px, 5vw, 52px); padding: 22px 24px; border-left: 5px solid var(--ember-dark); background: #f7e6dc; }
.wetland-safety-caution strong { color: var(--ember-dark); }
.wetland-safety-caution p { margin: 8px 0 0; color: #653c35; line-height: 1.62; }
.wetland-safety-footer { padding: 24px clamp(28px, 5vw, 52px) 30px; border-top: 1px solid rgba(255, 255, 255, .14); background: #0b2f29; color: #fffdf8; }
.wetland-safety-footer > p { margin: 0 0 16px; color: rgba(255, 255, 255, .64); font-size: .78rem; }
.wetland-safety-footer > div { display: flex; flex-wrap: wrap; gap: 11px 20px; }
.wetland-safety-footer a { color: var(--gold); font-size: .8rem; font-weight: 850; line-height: 1.5; text-underline-offset: 4px; }
.wetland-safety-footer a:hover { color: #fffdf8; }
.wetland-safety-footer a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
@media (max-width: 1050px) {
  .impact-number .impact-number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bioblitz-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bioblitz-route-grid a:last-child { grid-column: 1 / -1; }
  .bioblitz-field-kit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .bioblitz-access-map-header,
  .bioblitz-access-map-layout,
  .bioblitz-field-kit-header,
  .bioblitz-field-kit-wildlife { grid-template-columns: 1fr; }
  .bioblitz-access-map-header { gap: 16px; }
  .bioblitz-field-kit-header,
  .bioblitz-field-kit-wildlife { gap: 16px; }
  .bioblitz-access-map-figure { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .bioblitz-map-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bioblitz-access-map-key > p { margin-top: 6px; }
  .team-toad-teaser,
  .team-toad-feature,
  .team-toad-dream,
  .team-toad-stewardship-heading { grid-template-columns: 1fr; }
  .team-toad-teaser-action { border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
  .team-toad-photo { min-height: 560px; }
  .team-toad-dream,
  .team-toad-stewardship-heading { gap: 24px; }
  .team-toad-dream h4 { max-width: 24ch; }
  .team-toad-stewardship ol { grid-template-columns: 1fr; }
  .team-toad-stewardship li { min-height: 0; }
}
@media (max-width: 720px) {
  .bioblitz-explainer-grid,
  .bioblitz-join,
  .bioblitz-directions-copy,
  .bioblitz-seasonal-access,
  .bioblitz-field-kit-clean { grid-template-columns: 1fr; }
  .bioblitz-join { padding-inline: 24px; }
  .bioblitz-actions { align-items: stretch; flex-direction: column; }
  .bioblitz-actions .button { width: 100%; }
  .bioblitz-route-grid { grid-template-columns: 1fr; }
  .bioblitz-route-grid a:last-child { grid-column: auto; }
  .bioblitz-route-grid a { min-height: 110px; }
  .bioblitz-field-kit-grid { grid-template-columns: 1fr; }
  .bioblitz-field-kit-grid article { min-height: 0; }
  .bioblitz-field-kit-clean button { width: 100%; }
  .team-toad-program-grid { grid-template-columns: 1fr; }
  .wetland-safety-why,
  .wetland-safety-everyday,
  .wetland-safety-section-heading,
  .wetland-safety-spray-note,
  .wetland-safety-freeze-note,
  .wetland-safety-alternatives { grid-template-columns: 1fr; gap: 18px; }
  .wetland-safety-method-grid,
  .wetland-safety-details-body ol { grid-template-columns: 1fr; }
  .wetland-safety-method { min-height: 0; }
  .wetland-safety-method.is-alternative::before { top: -18px; left: 50%; transform: translateX(-50%); }
  .wetland-safety-protocol ol { grid-template-columns: 1fr; }
  .wetland-safety-protocol li { min-height: 0; }
}
@media (max-width: 580px) {
  .bioblitz-access-map-header,
  .bioblitz-access-map-key,
  .bioblitz-field-kit-header,
  .bioblitz-field-kit-wildlife { padding: 22px 18px; }
  .bioblitz-field-kit-clean { padding: 22px 18px; }
  .bioblitz-map-legend { grid-template-columns: 1fr; }
  .bioblitz-map-warning { padding: 17px; }
  .bioblitz-map-source { padding-inline: 18px; }
  .impact-number .impact-number-grid { grid-template-columns: 1fr; }
  .impact-number-grid small,
  .bioblitz-stat small { max-width: 38ch; }
  .team-toad-photo { min-height: 470px; }
  .team-toad-intro,
  .team-toad-dream,
  .team-toad-stewardship { padding: 26px 22px; }
  .team-toad-intro > h3 { font-size: clamp(3rem, 18vw, 4.6rem); }
  .team-toad-feature .bioblitz-actions { align-items: stretch; flex-direction: column; }
  .team-toad-feature .bioblitz-actions .button { width: 100%; }
  .wetland-safety-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 14px; }
  .wetland-safety-close { top: 10px; margin: 10px 10px -56px 0; }
  .wetland-safety-hero { padding: 34px 24px 38px; padding-right: 74px; }
  .wetland-safety-hero h2 { font-size: clamp(2.25rem, 13vw, 3.5rem); }
  .wetland-safety-why,
  .wetland-safety-everyday,
  .wetland-safety-methods,
  .wetland-safety-protocol,
  .wetland-safety-alternatives { padding: 28px 22px; }
  .wetland-safety-spray-note { padding: 24px 22px; }
  .wetland-safety-freeze-note { padding: 25px 22px; }
  .wetland-safety-details summary { padding-inline: 22px; }
  .wetland-safety-details-body { padding-inline: 22px; }
  .wetland-safety-caution { margin: 0 22px 28px; }
  .wetland-safety-footer { padding: 23px 22px 28px; }
  .wetland-safety-footer > div { flex-direction: column; }
}
@media (max-width: 1050px) {
  .hero-cinematic .hero-inner { display: block; padding: 0; }
  .hero-cinematic .hero-copy {
    display: flex;
    min-height: var(--hero-screen);
    padding: 100px 0 40px;
    flex-direction: column;
    justify-content: end;
    align-items: start;
  }
  .hero-cinematic h1 { font-size: clamp(2.2rem, 11.5vw, 6.5rem); }
  .hero-cinematic .hero-lead { max-width: 680px; margin-top: 24px; }
  .hero-cinematic .hero-dossier { margin: 8svh 0 32px; }
  .hero-cinematic .hero-source { padding: 0; margin-bottom: 30px; }
  .hero-cinematic .hero-archive-stat { display: none; }
}
@media (max-width: 580px) {
  .hero-cinematic .hero-media video { object-position: 48% center; }
  .hero-cinematic .hero-media::after {
    background: linear-gradient(0deg, rgba(3, 25, 21, .82), rgba(3, 25, 21, .26) 55%, transparent 85%);
  }
  .hero-cinematic .hero-copy { padding-top: 100px; }
  .hero-cinematic .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .hero-cinematic .hero-lead { font-size: 1rem; }
  .hero-cinematic .hero-dossier { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-cinematic .hero-media { position: relative; top: 0; height: 100%; }
  .hero-cinematic .hero-media video { position: absolute; inset: 0; }
}

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

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

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

/* Keep the Photos & Films opening aerial clear enough to read as evidence. */
.archive-hero::after {
  display: none;
}

.archive-hero::before {
  background: linear-gradient(
    90deg,
    rgba(3, 25, 21, 0.3) 0%,
    rgba(3, 25, 21, 0.16) 34%,
    rgba(3, 25, 21, 0.04) 56%,
    transparent 72%
  );
}

.archive-hero .hero-media img,
.archive-hero .hero-media video {
  filter: saturate(1.03) contrast(1.02);
}

.archive-hero h1,
.archive-hero .hero-lead,
.archive-hero .eyebrow {
  text-shadow: 0 2px 16px rgba(3, 25, 21, 0.72), 0 1px 3px rgba(3, 25, 21, 0.9);
}

@media (max-width: 720px) {
  .archive-hero::before {
    background:
      linear-gradient(0deg, rgba(3, 25, 21, 0.34) 0%, rgba(3, 25, 21, 0.08) 58%, transparent 82%),
      linear-gradient(90deg, rgba(3, 25, 21, 0.24) 0%, transparent 82%);
  }
}

/* Cultural heritage: readable story openings with optional deeper reading. */
.heritage-page-nav { background: var(--pine-900); border-top: 1px solid var(--line-light); }
.heritage-page-nav .wrap { display: flex; flex-wrap: wrap; gap: 4px 30px; padding-block: 12px; }
.heritage-page-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--white); font-size: .9375rem; font-weight: 700; text-underline-offset: 5px; }
.heritage-section { scroll-margin-top: calc(var(--header-height) + 16px); }
.heritage-timeline-link { display: inline-block; margin-top: 20px; padding-block: 10px; color: var(--pine-700); font-size: 1rem; font-weight: 750; text-underline-offset: 5px; }
.heritage-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 44px; margin-top: 44px; align-items: start; }
.heritage-story { min-width: 0; border-top: 2px solid var(--pine-700); padding: 28px 0 36px; }
.heritage-place { margin: 0 0 16px; color: var(--ember-dark); font-size: .875rem; font-weight: 750; line-height: 1.6; }
.heritage-story h3 { max-width: 23ch; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(1.8rem, 2.7vw, 2.4rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.13; }
.heritage-intro { margin: 0 0 16px; color: var(--ink-soft); font-size: 1.0625rem; line-height: 1.7; }
.heritage-story summary { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 10px 0; gap: 20px; color: var(--pine-700); font-size: 1rem; font-weight: 750; cursor: pointer; list-style: none; }
.heritage-story summary::-webkit-details-marker { display: none; }
.heritage-story summary::after { content: '+'; flex: 0 0 30px; font-size: 1.6rem; font-weight: 400; text-align: center; }
.heritage-story details[open] summary::after { content: '−'; }
.heritage-close, .heritage-story details[open] .heritage-read { display: none; }
.heritage-story details[open] .heritage-close { display: inline; }
.heritage-story summary:hover { color: var(--ember-dark); }
.heritage-story summary:focus-visible, .heritage-page-nav a:focus-visible { outline: 2px solid var(--ember); outline-offset: 5px; }
.heritage-story-body { padding-top: 12px; }
.heritage-story-body > p { margin: 0 0 20px; font-size: 1rem; line-height: 1.8; }
.heritage-sources { display: grid; gap: 6px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.heritage-sources > span { color: var(--ink-soft); font-size: .875rem; }
.heritage-sources a { padding-block: 5px; color: var(--pine-700); font-size: .9375rem; line-height: 1.6; text-underline-offset: 4px; overflow-wrap: anywhere; }
.heritage-photo { margin: 22px 0 0; }
.heritage-photo img { width: 100%; height: auto; display: block; }
.heritage-photo figcaption { margin-top: 9px; color: var(--ink-soft); font-size: .875rem; line-height: 1.6; }
.heritage-story-community { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; padding-bottom: 0; }
.heritage-story-community > .heritage-photo { margin-top: 0; }
@media (max-width: 760px) {
  .heritage-stories { grid-template-columns: minmax(0, 1fr); margin-top: 30px; }
  .heritage-story-community { display: block; }
  .heritage-story-community > .heritage-photo { margin-top: 22px; }
  .heritage-page-nav .wrap { gap: 0 22px; }
  .heritage-story { padding-top: 24px; }
}

/* BioBlitz map: the key is also the layer control and stays paired with the view. */
.bioblitz-map-home { min-width: 0; }
.bioblitz-access-map-layout { grid-template-columns: minmax(0, 1fr) 290px; height: 640px; min-height: 0; }
.bioblitz-map-canvas { position: relative; min-width: 0; min-height: 0; display: flex; flex-direction: column; background: #183c32; }
.bioblitz-map-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px; padding: 8px; background: #09281f; flex-shrink: 0; }
.bioblitz-map-toolbar > div { display: flex; gap: 4px; }
.bioblitz-map-toolbar button, .bioblitz-map-dialog-header button { min-width: 44px; min-height: 44px; padding: 8px 12px; border: 1px solid #78958b; border-radius: 5px; background: #123f33; color: #fffdf8; font: 700 .875rem/1.2 var(--sans); cursor: pointer; }
.bioblitz-map-toolbar button:disabled { opacity: .4; cursor: default; }
.bioblitz-map-toolbar [hidden] { display: none; }
.bioblitz-map-toolbar button:focus-visible, .bioblitz-map-dialog-header button:focus-visible, .bioblitz-map-legend input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.bioblitz-access-map-figure { flex: 1; min-height: 0; cursor: zoom-in; border: 0; position: relative; }
.bioblitz-access-map-figure:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.bioblitz-access-map-figure > svg { width: 100%; height: 100%; aspect-ratio: auto; --map-label-size: 65px; --map-label-small: 50px; --map-label-line: 18px; }
.bioblitz-map-north-badge { position: absolute; top: 80px; right: 12px; padding: 3px 6px; background: #08241ee6; color: white; font-size: .85rem; pointer-events: none; }
.bioblitz-map-scale-bar { position: absolute; bottom: 26px; left: 14px; margin: 0; display: flex; flex-direction: column; align-items: center; color: white; font: 700 12px/1.3 var(--sans); text-shadow: 0 1px 3px #000, 0 0 5px #000; pointer-events: none; }
.bioblitz-map-scale-bar [data-map-scale-line] { display: block; width: 60px; height: 5px; border: 2px solid white; border-top: 0; box-shadow: 0 1px 2px #000; }
.bioblitz-map-hint { margin: 0; padding: 6px 10px; background: #09281f; text-align: center; color: #d7ebe1; font-size: .75rem; line-height: 1.3; }
.bioblitz-access-map-key { display: block; min-width: 0; min-height: 0; padding: 18px 14px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: #78958b #09281f; border-left: 1px solid #78958b55; }
.bioblitz-map-key-title { margin: 0 0 4px; color: #fffdf8; font: 700 1.125rem/1.3 var(--sans); }
.bioblitz-layer-instruction { margin: 0 0 15px; color: #c6d9d0; font-size: .875rem; }
.bioblitz-map-layer-group { min-width: 0; margin: 0 0 14px; padding: 0; border: 0; }
.bioblitz-map-layer-group legend { margin: 0 0 8px; color: var(--gold); font: 700 .875rem/1.4 var(--sans); }
.bioblitz-access-map-key .bioblitz-map-legend { display: grid; grid-template-columns: 1fr; gap: 4px; margin: 0; padding: 0; list-style: none; }
.bioblitz-access-map-key .bioblitz-variant-controls { grid-template-columns: 1fr 1fr; }
.bioblitz-map-legend li { display: block; padding: 0; }
.bioblitz-map-legend label { display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 5px; border-radius: 4px; font: 500 .875rem/1.35 var(--sans); color: #f1f8f3; cursor: pointer; }
.bioblitz-map-legend label:hover { background: #ffffff0c; }
.bioblitz-map-legend label:has(input:not(:checked)) { opacity: .58; }
.bioblitz-map-legend input { appearance: auto; width: 18px; height: 18px; margin: 0; accent-color: #efd080; flex: 0 0 18px; }
.bioblitz-map-legend i { flex: 0 0 23px; width: 23px; height: 19px; margin: 0; }
.bioblitz-map-legend .bioblitz-key-variant { background: color-mix(in srgb, var(--variant-color) 22%, #09281f); border: 2px solid var(--variant-color); color: var(--variant-color); font: 800 12px/15px var(--sans); text-align: center; }
.bioblitz-map-legend .bioblitz-key-flowline { height: 3px; background: #78dfff; border: 0; }
.bioblitz-map-legend .bioblitz-key-aerial { background: linear-gradient(130deg,#52714e,#223e30,#586d55); border: 1px solid #acc3aa; }
.bioblitz-map-legend .bioblitz-key-labels::after { content: 'Aa'; color: white; font: 700 15px/18px var(--sans); }
.bioblitz-map-warning, .bioblitz-map-property-note { margin: 18px; }
.bioblitz-map-labels text, .bioblitz-map-stream-labels text { font-size: var(--map-label-size); stroke-width: var(--map-label-line); }
.bioblitz-map-labels tspan { font-size: var(--map-label-small); }

.bioblitz-map-road-label { text-anchor: start; }
.bioblitz-map-private-label { font-size: var(--map-label-small) !important; }
.bioblitz-variant-marker rect { fill: #071f1a; fill-opacity: .92; stroke: var(--variant-color); stroke-width: 10; }
.bioblitz-variant-marker text { fill: var(--variant-color); font: 900 70px var(--sans); }
.bioblitz-map-dialog { max-width: none; max-height: none; width: 100%; height: 100dvh; margin: 0; padding: 0; border: 0; background: #071f1a; color: white; }
.bioblitz-map-dialog[open] { display: flex; flex-direction: column; }
.bioblitz-map-dialog::backdrop { background: #03140fee; }
.bioblitz-map-dialog-header { flex-shrink: 0; display: flex; gap: 12px; justify-content: space-between; align-items: center; padding: max(8px, env(safe-area-inset-top)) 12px 8px; border-bottom: 1px solid #78958b55; }
.bioblitz-map-dialog-header strong { font: 700 1rem/1.3 var(--sans); }
.bioblitz-map-dialog .bioblitz-access-map-layout { flex: 1; height: auto; min-height: 0; }
.bioblitz-map-dialog .bioblitz-access-map-figure { cursor: grab; touch-action: none; }
.bioblitz-map-dialog .bioblitz-access-map-figure:active { cursor: grabbing; }
.bioblitz-map-dialog .bioblitz-map-toolbar { justify-content: flex-end; }
@media (max-width: 760px) {
  .bioblitz-access-map-layout { grid-template-columns: 1fr; grid-template-rows: minmax(270px, 53svh) 245px; height: auto; }
  .bioblitz-access-map-key { border-left: 0; border-top: 1px solid #78958b55; padding: 12px; }
  .bioblitz-access-map-key .bioblitz-map-legend { grid-template-columns: 1fr 1fr; gap: 2px 8px; }
  .bioblitz-map-dialog .bioblitz-access-map-layout { grid-template-rows: minmax(0, 1fr) minmax(150px, 34%); }
  .bioblitz-map-key-title { font-size: 1rem; }
  .bioblitz-layer-instruction { margin-bottom: 10px; }
  .bioblitz-map-dialog .bioblitz-map-toolbar button { min-height: 38px; }
  .bioblitz-map-dialog .bioblitz-map-north-badge { top: 68px; }
}
@media (max-height: 500px) and (min-width: 560px) {
  .bioblitz-map-dialog .bioblitz-access-map-layout { grid-template-columns: minmax(0, 1fr) 260px; grid-template-rows: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .bioblitz-map-dialog * { scroll-behavior: auto; } }

.bioblitz-map-parcel-label rect { fill: rgba(51, 23, 18, .86); stroke: #ffe0ca; stroke-width: 2; vector-effect: non-scaling-stroke; }
.bioblitz-map-parcel-label .bioblitz-map-private-label { font-size: 36px !important; }
.bioblitz-map-parcel-label .bioblitz-map-private-label-small { font-size: 31px; }
.bioblitz-map-public-access-label { fill: #ecfff4; font-size: 37px; }
.bioblitz-map-public-access-label-small { fill: #bcefd4; font-size: 31px; letter-spacing: .1em; }

.bioblitz-access-map-key p.bioblitz-layer-instruction { margin: 0 0 12px; font-size: .875rem; line-height: 1.4; }
.bioblitz-map-legend label span { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .bioblitz-access-map-key .bioblitz-map-legend { grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.5rem), 1fr)); }
}
.bioblitz-map-pin > circle:not(.bioblitz-map-pin-core) { fill: #071f1a; fill-opacity: .86; stroke: #fffdf8; stroke-width: 9; }
.bioblitz-map-pin text { font-size: 62px; stroke: none; }

/* Companion map: a full-bleed canvas with controls and a paired layer drawer. */
.bioblitz-access-map-layout { position: relative; display: block; height: 720px; isolation: isolate; }
.bioblitz-map-canvas { height: 100%; display: block; overflow: hidden; }
.bioblitz-access-map-figure { width: 100%; height: 100%; margin: 0; }
.bioblitz-map-toolbar { position: absolute; z-index: 2; top: 8px; left: 8px; right: 8px; padding: 0; background: none; pointer-events: none; }
.bioblitz-map-toolbar > *, .bioblitz-map-bearing { pointer-events: auto; }
.bioblitz-map-toolbar button, .bioblitz-map-bearing button, .bioblitz-map-dock button, .bioblitz-key-heading button { min-width: 44px; min-height: 44px; padding: 8px 11px; border: 1px solid #9cb8ac; border-radius: 7px; background: #092c25f2; color: #fffdf8; font: 700 .875rem/1.2 var(--sans); cursor: pointer; box-shadow: 0 2px 6px #00140f44; }
.bioblitz-map-bearing { position: absolute; z-index: 2; top: 62px; right: 8px; display: flex; flex-direction: column; gap: 4px; }
.bioblitz-map-bearing [data-map-compass] { display: inline-block; font-size: .75rem; }
.bioblitz-map-bearing [data-map-rotate] { font-size: 1.5rem; }
.bioblitz-map-scale-bar { bottom: 84px; left: 12px; }
.bioblitz-map-hint { position: absolute; bottom: 54px; left: 0; right: 0; padding: 5px; background: #09281fa6; pointer-events: none; }
.bioblitz-map-dock { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; min-height: 54px; display: flex; align-items: center; gap: 12px; padding: 5px 8px max(5px,env(safe-area-inset-bottom)); background: #082820f5; border-top: 1px solid #78958b88; }
.bioblitz-map-dock button { flex-shrink: 0; color: #f3d58a; border-color: #c9b478; }
.bioblitz-mini-key { display: flex; flex-wrap: wrap; gap: 6px 12px; font: 500 .72rem/1.3 var(--sans); color: #f0f8f2; }
.bioblitz-mini-key span { display: inline-flex; gap: 4px; align-items: center; }
.bioblitz-mini-key i { width: 10px; height: 10px; display: inline-block; border: 1px solid #fff9; border-radius: 2px; }
.mini-water { background: #57caf3; }.mini-fen { background: #18d8bf; }.mini-private { background: #bb6655; }
.bioblitz-access-map-key { position: absolute; z-index: 4; left: 8px; bottom: calc(60px + env(safe-area-inset-bottom)); width: min(370px,calc(100% - 16px)); max-height: min(55%,460px); padding: 12px; border: 1px solid #78958b; border-radius: 10px; background: #09281ffa; box-shadow: 0 4px 24px #0008; }
.bioblitz-access-map-key[hidden] { display: none; }
.bioblitz-key-heading { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 8px; }
.bioblitz-key-heading h4 { margin: 0; }
.bioblitz-key-heading button { font-size: 1.3rem; }
.bioblitz-access-map-key .bioblitz-map-legend { grid-template-columns: repeat(auto-fit,minmax(min(100%,8.5rem),1fr)); gap: 2px 8px; }
.bioblitz-map-dialog-header { padding: max(4px,env(safe-area-inset-top)) 8px 4px; }
.bioblitz-map-dialog-header button { min-height: 36px; padding: 6px 10px; }
.bioblitz-map-dialog-header strong { font-size: .875rem; }
.bioblitz-map-dialog .bioblitz-access-map-layout { width: 100%; flex: 1; }
.bioblitz-companion-link { margin: 16px 18px; }
.bioblitz-map-bearing button:focus-visible, .bioblitz-map-dock button:focus-visible, .bioblitz-key-heading button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.is-interactive .bioblitz-access-map-figure { touch-action: none; cursor: grab; }
@media (max-width: 760px) {
  .bioblitz-map-home { margin-inline: -1px; }
  .bioblitz-access-map-layout { height: max(520px,76svh); }
  .bioblitz-map-dialog .bioblitz-access-map-layout { height: auto; }
  .bioblitz-access-map-key { max-height: 52%; }
}
@media (max-width: 360px) { .bioblitz-map-toolbar button { padding-inline: 8px; }.bioblitz-mini-key { gap: 5px; }.bioblitz-map-dock { gap: 8px; } }
.bioblitz-map-bearing { top: calc(var(--map-tools-height,44px) + 18px); }
.bioblitz-map-hint { bottom: var(--map-dock-height,54px); }
.bioblitz-map-scale-bar { bottom: calc(var(--map-dock-height,54px) + 30px); }
.bioblitz-access-map-key { bottom: calc(var(--map-dock-height,54px) + 6px); }
.bioblitz-key-heading { position: sticky; top: -12px; z-index: 1; padding-block: 6px; background: #09281f; }
@media (max-width:580px) { .bioblitz-directions .bioblitz-access-map { margin-inline: -18px; } }
.bioblitz-mini-key [hidden] { display: none; }
