:root {
  --paper: #f7f2e8;
  --paper-2: #fffaf0;
  --surface: #ffffff;
  --ink: #111412;
  --ink-2: #1a211e;
  --text: #2f352f;
  --muted: #6b7068;
  --line: #ddd5c7;
  --green: #1d7a58;
  --green-dark: #0b3026;
  --aqua: #b9f7d5;
  --red: #b84a3f;
  --gold: #e8b84d;
  --blue: #2f6b85;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(16, 21, 20, 0.12);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  position: relative;
  isolation: isolate;
  z-index: 0;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(232, 184, 77, 0.16), transparent 36vw),
    linear-gradient(rgba(17, 20, 18, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 18, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 56px 56px, 56px 56px, auto;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::selection {
  background: rgba(232, 184, 77, 0.32);
}

h1,
h2,
h3,
h4,
.hero-subtitle,
.mission-line,
.section-header .lead {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--aqua));
  box-shadow: 0 0 14px rgba(232, 184, 77, 0.48);
  pointer-events: none;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 50;
  padding: 10px 14px;
  background: var(--aqua);
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(16, 21, 20, 0.91);
  backdrop-filter: blur(18px);
}

.site-search-trigger {
  min-width: 44px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0 13px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-search-trigger:hover,
.site-search-trigger:focus-visible {
  border-color: var(--gold);
  background: rgba(217, 170, 67, 0.14);
  transform: translateY(-1px);
}

.site-search-trigger-icon {
  font-size: 1.45rem;
  line-height: 1;
  transform: rotate(-20deg);
}

.site-search-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 40px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #f8f6ef;
  padding: 0;
  color: var(--ink);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.site-search-dialog::backdrop {
  background: rgba(5, 8, 8, 0.76);
  backdrop-filter: blur(8px);
}

.site-search-shell {
  max-height: min(760px, calc(100dvh - 40px));
  overflow-y: auto;
  padding: clamp(20px, 4vw, 34px);
}

.site-search-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.site-search-heading .eyebrow {
  margin-bottom: 6px;
}

.site-search-heading h2 {
  margin: 0;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  line-height: 1.04;
}

.site-search-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 21, 20, 0.2);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.site-search-close:hover,
.site-search-close:focus-visible {
  border-color: var(--green);
  background: rgba(59, 124, 95, 0.1);
}

.site-search-form {
  margin-top: 24px;
}

.site-search-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.84rem;
  font-weight: 850;
}

.site-search-input-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid rgba(16, 21, 20, 0.18);
  border-radius: 6px;
  background: #fff;
  padding: 0 15px;
}

.site-search-input-row:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(59, 124, 95, 0.14);
}

.site-search-input-row > span {
  color: var(--green);
  font-size: 1.5rem;
  transform: rotate(-20deg);
}

.site-search-input-row input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
}

.site-search-status {
  min-height: 24px;
  margin: 13px 0 5px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.site-search-results {
  display: grid;
  gap: 8px;
}

.site-search-result {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(16, 21, 20, 0.12);
  border-radius: 6px;
  background: #fff;
  padding: 14px 16px;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.site-search-result:hover,
.site-search-result:focus-visible {
  border-color: var(--green);
  background: #f4fbf7;
  transform: translateX(2px);
}

.site-search-result-type {
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-search-result strong {
  font-size: 1rem;
}

.site-search-result > span:last-child {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.site-search-empty {
  display: grid;
  gap: 5px;
  border: 1px dashed rgba(16, 21, 20, 0.22);
  border-radius: 6px;
  padding: 24px;
  text-align: center;
}

.site-search-empty span,
.site-search-privacy {
  color: var(--muted);
}

.site-search-privacy {
  margin: 16px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

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

@media (max-width: 760px) {
  .site-search-trigger {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
  }

  .site-search-trigger-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .site-search-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .site-search-shell {
    max-height: calc(100dvh - 20px);
    padding: 20px 16px;
  }

  .site-search-input-row {
    min-height: 52px;
  }
}

.sticky-mission-banner {
  position: fixed;
  top: 74px;
  left: 50%;
  z-index: 19;
  width: min(760px, calc(100% - 32px));
  min-height: 48px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(11, 15, 25, 0.9);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  padding: 7px 8px 7px 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 850;
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -12px, 0);
  transition:
    opacity 260ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sticky-mission-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.sticky-mission-banner div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.sticky-mission-banner a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.sticky-mission-banner a:not(.sticky-mission-primary) {
  background: rgba(255, 255, 255, 0.08);
}

.sticky-mission-banner .sticky-mission-primary {
  background: linear-gradient(135deg, #ffd76f, var(--gold));
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(232, 184, 77, 0.22);
}

.sticky-mission-banner a:hover,
.sticky-mission-banner a:focus-visible {
  transform: translateY(-1px);
}

@media (min-width: 1024px) {
  .sticky-mission-banner {
    display: flex;
  }
}

.header-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 880;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 950;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  padding: 8px 0;
}

.site-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 780;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 7px;
  width: calc(100% - 24px);
  height: 1px;
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 0 0 12px rgba(185, 247, 213, 0.52);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1), opacity 360ms cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a[aria-current="page"],
.site-nav a[data-section-current="true"] {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.site-nav a:hover::after,
.site-nav a:focus::after,
.site-nav a[aria-current="page"]::after,
.site-nav a[data-section-current="true"]::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
}

main {
  min-height: 70vh;
}

.section,
.page-hero,
.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section,
.page-hero {
  border-radius: var(--radius);
  transition:
    background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
  .section:hover,
  .page-hero:hover {
    background-color: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(0.75px);
  }
}

.hero {
  position: relative;
  min-height: min(720px, calc(100svh - 120px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: #ffffff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.84;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 20, 18, 0.96) 0%, rgba(17, 20, 18, 0.78) 43%, rgba(17, 20, 18, 0.36) 73%, rgba(17, 20, 18, 0.08) 100%),
    linear-gradient(0deg, rgba(17, 20, 18, 0.78), rgba(17, 20, 18, 0) 48%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
  padding: clamp(34px, 5vw, 58px) 0 clamp(18px, 3vw, 28px);
}

.hero-copy {
  max-width: 730px;
  min-width: 0;
}

.mission-line {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 4vw, 2.45rem);
  line-height: 1.05;
}

.hero-panel {
  max-width: 460px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(16, 21, 20, 0.58);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
  padding: 22px;
}

.hero-panel strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.24;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.panel-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-line {
  height: 1px;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.18);
}

.mini-proof-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-proof-list li {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 740;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-eyebrow,
.ink-band .eyebrow,
.partner-band .eyebrow,
.cta-panel .eyebrow {
  color: var(--aqua);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  color: #ffffff;
  max-width: 920px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
}

.hero-subtitle {
  margin: 6px 0 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 4.4rem);
}

h3 {
  font-size: 1.25rem;
  line-height: 1.12;
}

.lead,
.hero-lede,
.page-lede {
  margin: 18px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.record-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.record-byline a {
  color: inherit;
}

.record-byline a:hover,
.record-byline a:focus-visible {
  color: var(--green);
}

.hero-lede {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.hero-stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 20px;
}

.hero-stat-row span {
  min-height: 66px;
  display: grid;
  gap: 2px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(16, 21, 20, 0.54);
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 820;
}

.hero-stat-row strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  line-height: 1;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.action-row.compact {
  margin-top: 16px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button:focus-visible,
.site-nav a:focus-visible,
.hero-proof-item:focus-visible,
.mobile-quick-actions a:focus-visible {
  outline: 2px solid rgba(185, 247, 213, 0.72);
  outline-offset: 3px;
  box-shadow:
    0 0 0 5px rgba(185, 247, 213, 0.12),
    0 16px 34px rgba(11, 15, 25, 0.18);
}

.button.primary {
  background: linear-gradient(135deg, #ffd76f, var(--gold));
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(232, 184, 77, 0.26);
}

.button.secondary {
  border-color: #d6c7ad;
  background: var(--surface);
  color: var(--ink);
}

.button.light {
  border-color: rgba(255, 255, 255, 0.18);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.14);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.button.accent {
  background: linear-gradient(135deg, #31a978, var(--green));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(29, 122, 88, 0.3);
}

.button.pending,
.button:disabled {
  border-color: #cdc6b8;
  background: #e9e2d5;
  color: #6b6559;
  cursor: not-allowed;
  transform: none;
}

.signal-strip {
  display: grid;
  grid-template-columns: 1fr;
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--ink);
}

.signal-strip a {
  display: grid;
  gap: 2px;
  min-height: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  color: #ffffff;
  text-decoration: none;
}

.signal-strip a:hover,
.signal-strip a:focus {
  background: rgba(94, 230, 180, 0.13);
}

.signal-strip span {
  color: var(--aqua);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-strip strong {
  font-size: 1.08rem;
}

.hero-proof-bar {
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 18% 20%, rgba(185, 247, 213, 0.12), transparent 30vw),
    linear-gradient(135deg, #0b0f19, #101514 56%, #0b3026);
}

.hero-proof-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 10px 0;
}

.hero-proof-item {
  position: relative;
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 14px 16px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
}

.hero-proof-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(360px circle at 18% 0%, rgba(232, 184, 77, 0.13), transparent 68%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.hero-proof-item:hover::before,
.hero-proof-item:focus-visible::before {
  opacity: 1;
}

.hero-proof-item strong,
.hero-proof-item span {
  position: relative;
}

.hero-proof-item strong {
  color: #ffffff;
  font-size: clamp(1.28rem, 3vw, 1.86rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-proof-item span {
  color: var(--aqua);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.as-seen-strip {
  display: grid;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  background: #fffaf0;
  padding: 18px max(16px, calc((100vw - var(--max)) / 2));
}

.as-seen-strip > span {
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.outlet-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.outlet-row a,
.outlet-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9c8a6;
  border-radius: 999px;
  background: #ffffff;
  padding: 0 12px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 860;
  text-decoration: none;
}

.start-here {
  padding-bottom: clamp(34px, 5vw, 62px);
}

.start-grid,
.home-video-grid {
  display: grid;
  gap: 16px;
}

.start-card {
  min-height: 238px;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
  padding: 22px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.start-card.featured {
  padding: 0;
  background: var(--ink);
  color: #ffffff;
}

.start-card strong {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.5vw, 1.85rem);
  line-height: 1.02;
}

.start-card span:not(.tag):not(.video-thumb):not(.video-play):not(.play-dot):not(.start-card-body) {
  color: var(--muted);
  font-weight: 740;
}

.start-card.featured strong,
.start-card.featured span:not(.tag):not(.video-thumb):not(.video-play):not(.play-dot):not(.start-card-body) {
  color: #ffffff;
}

.start-card.featured span:not(.tag):not(.video-thumb):not(.video-play):not(.play-dot):not(.start-card-body) {
  color: rgba(255, 255, 255, 0.72);
}

.start-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.start-card .video-play span {
  color: #ffffff;
}

.intent-grid {
  gap: clamp(14px, 2vw, 22px);
}

.start-priority-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -4px 0 20px;
}

.start-priority-strip span {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(29, 122, 88, 0.13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(185, 247, 213, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.76);
  padding: 15px 16px;
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 760;
}

.start-priority-strip strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.1;
}

.intent-card {
  position: relative;
  min-height: 282px;
  align-content: space-between;
  isolation: isolate;
  transition:
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.intent-card::after {
  content: "->";
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--gold);
  font-weight: 950;
  transition: transform 180ms ease;
}

.intent-card:hover::after,
.intent-card:focus-visible::after {
  transform: translateX(4px);
}

.intent-index {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: -1;
  color: rgba(16, 21, 20, 0.055);
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.02em;
}

.support-path .intent-index {
  color: rgba(255, 255, 255, 0.08);
}

.intent-card .intent-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border-radius: 999px;
  background: rgba(29, 122, 88, 0.09);
  padding: 0 13px;
  color: var(--green-dark);
  font-size: 0.86rem;
  font-weight: 920;
}

.support-path {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 8%, rgba(232, 184, 77, 0.22), transparent 28vw),
    var(--ink);
  color: #ffffff;
}

.support-path strong,
.support-path span:not(.tag) {
  color: #ffffff;
}

.support-path span:not(.tag):not(.intent-action) {
  color: rgba(255, 255, 255, 0.74);
}

.support-path .intent-action {
  background: linear-gradient(135deg, #ffd76f, var(--gold));
  color: var(--ink);
}

.partner-path {
  background:
    radial-gradient(circle at 86% 18%, rgba(185, 247, 213, 0.34), transparent 18vw),
    rgba(255, 255, 255, 0.96);
}

.home-video-section {
  padding-top: clamp(34px, 5vw, 62px);
}

.home-video-grid {
  align-items: stretch;
}

.band {
  margin: 22px 0;
  padding: 34px 0;
}

.band.surface {
  border-block: 1px solid var(--line);
  background: rgba(255, 252, 244, 0.92);
}

.ink-band {
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--ink);
  color: #ffffff;
}

.ink-band h2,
.ink-band h3,
.ink-band p,
.partner-band h2,
.partner-band h3,
.partner-band p {
  color: #ffffff;
}

.partner-band {
  background: var(--green-dark);
  color: #ffffff;
}

.brand-marquee {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
  border-block: 1px solid rgba(107, 114, 128, 0.16);
  background: rgba(255, 252, 244, 0.82);
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: min(18vw, 140px);
  height: 100%;
  pointer-events: none;
}

.brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 252, 244, 0.96), rgba(255, 252, 244, 0));
}

.brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 252, 244, 0.96), rgba(255, 252, 244, 0));
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  padding: 10px 0;
  animation: brand-marquee-scroll 30s linear infinite;
}

.brand-marquee-track span {
  flex: 0 0 auto;
  padding-right: 28px;
  color: #6b7280;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.72;
}

@keyframes brand-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-25%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .section,
  .page-hero,
  .impact-ticker-track,
  .brand-marquee-track {
    transition: none;
    animation: none;
  }

  .faq-answer,
  .faq-chevron {
    transition: none;
  }
}

.section {
  padding: clamp(58px, 8vw, 108px) 0;
}

.page-hero {
  display: grid;
  gap: 24px;
  padding: clamp(42px, 6vw, 72px) 0 28px;
}

.page-hero .note-panel,
.page-hero .portrait-card {
  align-self: start;
}

.page-hero h1 {
  font-size: clamp(2.35rem, 6vw, 5rem);
}

.section-header {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-header.wide {
  max-width: 980px;
}

.section-header.center {
  margin-inline: auto;
  text-align: center;
}

.kicker-row,
.proof-grid,
.proof-shot-grid,
.story-grid,
.story-detail-grid,
.story-depth-grid,
.impact-use-grid,
.campaign-grid,
.asset-grid,
.transparency-grid,
.social-film-grid,
.video-grid,
.media-grid,
.contact-grid,
.route-grid,
.faq-grid,
.form-grid,
.process-grid,
.partner-name-grid,
.dual-cta {
  display: grid;
  gap: 16px;
}

.proof-grid,
.story-grid,
.campaign-grid,
.asset-grid,
.transparency-grid,
.route-grid,
.process-grid {
  grid-template-columns: 1fr;
}

.proof-evidence-layout {
  display: grid;
  gap: 18px;
}

.proof-stack-grid {
  display: grid;
  gap: 16px;
}

.proof-ledger {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.proof-ledger-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.045);
  padding: clamp(18px, 3vw, 24px);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
}

.proof-ledger-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--aqua), transparent);
  opacity: 0.82;
}

.proof-ledger-card.primary {
  background:
    radial-gradient(circle at 12% 0%, rgba(232, 184, 77, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
}

.proof-ledger-card span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-ledger-card strong {
  display: block;
  max-width: 100%;
  margin-top: 12px;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
}

.proof-ledger-card.primary strong {
  font-size: clamp(2.45rem, 5.25vw, 4.55rem);
}

.proof-ledger-card p {
  max-width: 34rem;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 680;
}

.card,
.proof-card,
.proof-shot,
.story-card,
.story-detail-card,
.impact-use-card,
.campaign-card,
.asset-card,
.transparency-card,
.social-film-card,
.video-card,
.video-moment-card,
.media-card,
.route-card,
.form-panel,
.note-panel,
.faq-card,
.portrait-card,
.partner-name-card,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.card,
.proof-card,
.story-card,
.story-detail-card,
.impact-use-card,
.campaign-card,
.asset-card,
.transparency-card,
.social-film-card,
.video-card,
.video-moment-card,
.media-card,
.route-card,
.form-panel,
.note-panel,
.partner-name-card {
  padding: 22px;
}

.proof-card,
.route-card,
.media-card,
.story-card,
.story-detail-card,
.impact-use-card,
.campaign-card,
.asset-card,
.transparency-card,
.social-film-card,
.video-card,
.video-moment-card,
.proof-shot,
.process-card {
  position: relative;
  overflow: hidden;
}

.proof-card::before,
.media-card::before,
.route-card::before,
.story-card::before,
.story-detail-card::before,
.impact-use-card::before,
.campaign-card::before,
.asset-card::before,
.transparency-card::before,
.social-film-card::before,
.video-card::before,
.video-moment-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--green);
}

.proof-card.live::before,
.media-card::before {
  background: var(--gold);
}

.proof-card span,
.partner-name-card span,
.story-detail-card span,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  background: #e9fdf3;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.tag.red {
  background: #ffe5e1;
  color: var(--red);
}

.tag.gold {
  background: #fff0c7;
  color: #6f4611;
}

.proof-card strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.2;
}

.proof-stack-grid .proof-card strong {
  font-size: clamp(1.35rem, 3vw, 2.25rem);
}

.partner-name-card strong {
  display: block;
  margin-top: 14px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.proof-card p,
.partner-name-card p,
.card p,
.story-card p,
.story-detail-card p,
.impact-use-card p,
.campaign-card p,
.asset-card p,
.transparency-card p,
.social-film-card p,
.video-card p,
.video-moment-card p,
.media-card p,
.route-card p,
.note-panel p,
.faq-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.partner-name-card.featured {
  background: var(--ink);
  color: #ffffff;
}

.partner-name-card.featured span {
  background: rgba(94, 230, 180, 0.16);
  color: var(--aqua);
}

.partner-name-card.featured strong {
  color: #ffffff;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.brand-list li {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
}

.light-list {
  margin-bottom: 6px;
}

.light-list li {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.note-panel a,
.contact-email a {
  color: var(--green-dark);
  font-weight: 900;
}

.mission-panel {
  display: grid;
  gap: 22px;
  align-items: start;
}

.mission-statement {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.26;
  font-weight: 860;
}

.split {
  display: grid;
  gap: 26px;
  align-items: start;
}

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

.check-list li {
  display: flex;
  gap: 10px;
  color: inherit;
  font-weight: 760;
}

.check-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.proof-shot-grid {
  margin-top: 18px;
}

.proof-shot {
  margin: 0;
  padding: 0;
  background: var(--ink);
}

.proof-shot img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
}

.proof-shot figcaption {
  padding: 12px 14px 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 820;
}

.proof-profile-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(185, 247, 213, 0.12), rgba(255, 255, 255, 0.045)),
    linear-gradient(180deg, rgba(16, 21, 20, 0.98), rgba(16, 21, 20, 0.9));
  box-shadow: 0 24px 70px rgba(16, 21, 20, 0.18);
  padding: clamp(22px, 3vw, 30px);
  color: #ffffff;
}

.proof-profile-panel .eyebrow {
  color: var(--aqua);
}

.proof-profile-panel h3 {
  margin: 10px 0 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 0.98;
}

.proof-profile-panel > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.proof-profile-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.proof-profile-link {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  padding: 14px 15px;
  color: #ffffff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.proof-profile-link span {
  color: rgba(185, 247, 213, 0.82);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-profile-link strong {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.2;
}

.proof-profile-link:hover,
.proof-profile-link:focus-visible {
  border-color: rgba(185, 247, 213, 0.38);
  background: rgba(185, 247, 213, 0.11);
  transform: translateY(-2px);
}

.process-grid {
  counter-reset: process;
}

.process-card {
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  padding: 22px;
}

.process-card span {
  color: var(--aqua);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.process-card h3 {
  margin-top: 34px;
}

.process-card p {
  color: rgba(255, 255, 255, 0.72);
}

.story-grid {
  align-items: stretch;
}

.story-card {
  min-height: 310px;
  display: grid;
  gap: 18px;
  align-content: space-between;
}

.outcome-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 10px;
  border: 1px solid rgba(29, 122, 88, 0.14);
  border-radius: 999px;
  background: rgba(29, 122, 88, 0.08);
  padding: 0 12px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-card.spotlight .outcome-pill {
  border-color: rgba(185, 247, 213, 0.2);
  background: rgba(185, 247, 213, 0.12);
  color: var(--aqua);
}

.story-card-actions {
  display: grid;
  gap: 10px;
}

.story-card-actions .button {
  min-height: 44px;
  padding-inline: 14px;
}

.story-proof-summary {
  display: grid;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(29, 122, 88, 0.13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(185, 247, 213, 0.18), transparent 45%),
    rgba(255, 255, 255, 0.78);
  padding: clamp(18px, 3vw, 24px);
  box-shadow: var(--shadow);
}

.story-proof-summary span {
  color: var(--green-dark);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-proof-summary strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.04;
}

.story-proof-summary p {
  max-width: 46rem;
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 720;
}

.story-card.spotlight {
  background: var(--ink);
  color: #ffffff;
}

.story-card.spotlight h3,
.story-card.spotlight p {
  color: #ffffff;
}

.story-card.spotlight p {
  color: rgba(255, 255, 255, 0.72);
}

.story-photo {
  margin: -22px -22px 0;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--ink);
}

.story-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 34%;
}

.impact-story-grid .story-photo img {
  aspect-ratio: 4 / 5;
}

.story-chuck .story-photo img {
  object-position: 88% 22%;
}

.story-tom .story-photo img {
  object-position: 50% 22%;
}

.story-keegan .story-photo img {
  object-position: 48% 20%;
}

.story-shirley .story-photo img {
  object-position: 42% 28%;
}

.story-painting .story-photo img {
  object-position: center 28%;
}

.story-sheena .story-photo img,
.story-azeza .story-photo img,
.story-james .story-photo img {
  object-position: center 32%;
}

.story-lamondo .story-photo img {
  object-position: center 24%;
}

.story-aaron .story-photo img {
  object-position: center 38%;
}

.story-xavier .story-photo img,
.story-eileen .story-photo img {
  object-position: center 30%;
}

.story-eileen .story-photo img {
  object-position: center 30%;
}

.impact-ticker {
  overflow: hidden;
  border-block: 1px solid rgba(16, 21, 20, 0.1);
  background: rgba(255, 250, 240, 0.92);
  padding: 11px 0;
}

.impact-ticker-track {
  display: flex;
  width: max-content;
  animation: impact-ticker-scroll 38s linear infinite;
}

.impact-ticker-track span {
  position: relative;
  flex: 0 0 auto;
  padding: 0 22px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.impact-ticker-track span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.52;
  transform: translateY(-50%);
}

@keyframes impact-ticker-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.story-detail-card {
  display: grid;
  align-content: start;
}

.story-detail-card h3 {
  margin-top: 14px;
}

.story-detail-card p + p {
  margin-top: 12px;
}

.story-feature {
  display: grid;
  gap: 24px;
  align-items: start;
}

.story-page-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.story-page-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.story-feature.story-chuck .story-page-photo img {
  object-position: center 24%;
}

.story-feature.story-shirley .story-page-photo img {
  object-position: center 32%;
}

.story-feature.story-tom .story-page-photo img {
  object-position: center 22%;
}

.story-feature.story-painting .story-page-photo img {
  object-position: center 28%;
}

.story-stat-grid,
.story-nav-grid,
.timeline-list {
  display: grid;
  gap: 16px;
}

.story-byline {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.55;
}

.story-byline a {
  color: inherit;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.claim-date {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.story-documentation-note {
  max-width: 920px;
  margin-block: 32px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 21, 20, 0.12);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.story-documentation-note h2 {
  margin-bottom: 12px;
}

.story-documentation-note p:last-child {
  max-width: 72ch;
  color: var(--muted);
  line-height: 1.7;
}

.related-impact-stories {
  padding-top: 24px;
}

.story-stat-grid {
  margin-top: 24px;
}

.public-facts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}

@media (min-width: 700px) {
  .public-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .public-facts-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


.public-record-review .media-card p + p {
  margin-top: 12px;
}

.fact-check-card::before {
  background: var(--green);
}

.appeal-basis-card::before {
  background: var(--gold);
}

.appeal-limitations-card::before {
  background: var(--green);
}

.appeal-basis-review .media-card p + p {
  margin-top: 12px;
}

.travel-record-card::before {
  background: var(--gold);
}

.privacy-record-card::before {
  background: var(--green);
}

.travel-record-review .media-card p + p {
  margin-top: 12px;
}

.public-record-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.public-record-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.5;
}

.public-record-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(217, 170, 67, 0.16);
}

.primary-records .section {
  padding-block: clamp(64px, 8vw, 104px);
}

.source-document-card {
  align-content: start;
}

.source-document-outcome::before {
  background: var(--green);
}

.document-quote {
  margin: 20px 0 0;
  padding: 20px 0 0 22px;
  border-top: 1px solid var(--line);
  border-left: 4px solid var(--gold);
}

.document-quote p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
  font-weight: 760;
  line-height: 1.55;
}

.document-quote cite {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 760;
}

.source-document-card .document-note {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.message-record-review .media-card p + p {
  margin-top: 12px;
}

.notice-wording-card::before {
  background: var(--green);
}

.compact-quote {
  margin-top: 16px;
}

.evidence-gallery {
  padding-block: clamp(64px, 8vw, 104px);
}

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

.evidence-card {
  display: grid;
  align-content: start;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.evidence-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: stretch;
}

.evidence-link {
  display: grid;
  place-items: center;
  min-height: 420px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #eef0ec;
}

.evidence-card-wide .evidence-link {
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.evidence-link img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: contain;
  background: #ffffff;
  transition: transform 180ms ease;
}

.evidence-link:hover img {
  transform: scale(1.012);
}

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

.evidence-link-phone img {
  height: 600px;
  background: #171918;
}

.evidence-link-notice-detail {
  min-height: 340px;
  background: #171918;
}

.evidence-link-notice-detail img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 58%;
  background: #ffffff;
}

.evidence-link-landscape,
.evidence-link-email {
  min-height: 300px;
}

.evidence-link-landscape img,
.evidence-link-email img {
  height: 100%;
  min-height: 300px;
  object-fit: contain;
}

.evidence-card figcaption {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 24px;
}

.evidence-card figcaption .tag {
  justify-self: start;
}

.evidence-card figcaption strong {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.2;
}

.evidence-card figcaption p {
  margin: 0;
}

.evidence-disclaimer {
  margin: 28px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  background: rgba(217, 170, 67, 0.1);
  color: var(--muted);
  line-height: 1.6;
}

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

  .evidence-card-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .evidence-card-wide .evidence-link {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .evidence-link,
  .evidence-link-phone,
  .evidence-link-landscape,
  .evidence-link-email,
  .evidence-link-notice-detail {
    min-height: 260px;
  }

  .evidence-link img,
  .evidence-link-phone img,
  .evidence-link-landscape img,
  .evidence-link-email img {
    height: 390px;
    min-height: 0;
  }

  .evidence-link-notice-detail img {
    height: 300px;
    min-height: 0;
    object-position: center 59%;
  }

  .evidence-card figcaption {
    padding: 20px;
  }
}

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

.video-card,
.video-moment-card {
  display: grid;
  padding: 0;
  overflow: hidden;
}

.video-card {
  align-content: start;
  color: inherit;
  text-decoration: none;
}

.video-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--ink);
  color: #ffffff;
  text-decoration: none;
}

.video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  opacity: 0.94;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 21, 20, 0.02), rgba(16, 21, 20, 0.68));
}

.video-play {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: calc(100% - 32px);
  min-height: 42px;
  border-radius: 999px;
  background: rgba(16, 21, 20, 0.78);
  color: #ffffff;
  padding: 5px 14px 5px 5px;
  font-size: 0.88rem;
  font-weight: 950;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.play-dot {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: var(--aqua);
}

.play-dot::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid var(--ink);
}

.video-card-body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.video-card-body h2,
.video-card-body h3 {
  margin: 0;
}

.video-card-body strong {
  display: block;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.22;
}

.video-moment-card {
  background: var(--ink);
  color: #ffffff;
}

.video-moment-card::before {
  background: var(--aqua);
}

.video-moment-card .video-card-body {
  padding: clamp(22px, 4vw, 34px);
}

.video-moment-card h2,
.video-moment-card .lead {
  color: #ffffff;
}

.video-moment-card p {
  color: rgba(255, 255, 255, 0.74);
}

.video-moment-card .button.secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.video-player-column {
  display: grid;
  align-content: center;
  background: #000000;
}

.video-embed-shell {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #000000;
}

.video-embed-shell iframe {
  display: block;
  width: min(100%, 405px);
  height: auto;
  aspect-ratio: 9 / 16;
  border: 0;
  background: #000000;
}

.video-platform-link {
  margin: 0;
  padding: 16px;
  background: #000000;
  text-align: center;
}

.video-platform-link .button {
  width: auto;
}

.video-summary-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.video-summary-section .section-header {
  margin-bottom: 0;
}

.video-summary-section .section-header > p:not(.eyebrow) {
  max-width: 74ch;
}

.video-summary-section .section-header > p + p {
  margin-top: 14px;
}

.video-summary-note {
  padding-left: 16px;
  border-left: 4px solid var(--gold);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.6;
}

.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: clamp(14px, 4vw, 34px);
  opacity: 0;
  pointer-events: none;
  overscroll-behavior: contain;
  transition: opacity 240ms ease;
}

.video-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 12%, rgba(185, 247, 213, 0.08), transparent 36%),
    rgba(3, 5, 8, 0.94);
  backdrop-filter: blur(12px);
}

.video-lightbox-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(440px, 100%);
  max-height: calc(100svh - 28px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(8, 12, 17, 0.82);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(185, 247, 213, 0.08);
  padding: clamp(10px, 2.4vw, 14px);
  backdrop-filter: blur(18px);
}

.video-lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.video-lightbox-title {
  min-width: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-lightbox-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: #000000;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(185, 247, 213, 0.08),
    0 0 54px rgba(185, 247, 213, 0.1);
}

.video-lightbox-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-lightbox-close,
.video-lightbox-youtube {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.video-lightbox-close {
  flex: 0 0 auto;
  padding: 11px 15px;
  cursor: pointer;
}

.video-lightbox-youtube {
  justify-self: center;
  padding: 12px 16px;
  background: rgba(185, 247, 213, 0.1);
  color: var(--aqua);
}

.video-lightbox-close:hover,
.video-lightbox-youtube:hover {
  background: rgba(255, 255, 255, 0.15);
}

.video-lightbox-close:focus-visible,
.video-lightbox-youtube:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 3px;
}

body.video-lightbox-open {
  overflow: hidden;
}

body.video-lightbox-open .mobile-quick-actions {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0);
}

@media (prefers-reduced-motion: reduce) {
  .video-lightbox {
    transition: none;
  }
}

@media (max-width: 760px) {
  .video-lightbox {
    align-items: start;
    padding: max(12px, env(safe-area-inset-top)) 12px max(18px, env(safe-area-inset-bottom));
  }

  .video-lightbox-shell {
    width: min(100%, 390px);
    max-height: calc(100svh - 28px);
    gap: 10px;
    border-radius: 22px;
  }

  .video-lightbox-frame {
    max-height: min(74svh, 700px);
    border-radius: 16px;
  }

  .video-lightbox-topbar {
    min-height: 40px;
  }

  .video-lightbox-title {
    font-size: 0.78rem;
  }

  .video-lightbox-close {
    padding: 10px 13px;
    font-size: 0.78rem;
  }

  .video-lightbox-youtube {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.story-depth-grid {
  align-items: start;
}

.timeline-list {
  counter-reset: story-step;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list li {
  position: relative;
  display: grid;
  gap: 6px;
  border-left: 3px solid var(--green);
  padding: 0 0 0 18px;
}

.timeline-list li::before {
  counter-increment: story-step;
  content: counter(story-step, decimal-leading-zero);
  width: max-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e4f2eb;
  color: var(--green-dark);
  padding: 0 10px;
  font-size: 0.76rem;
  font-weight: 950;
}

.timeline-list strong,
.impact-use-card strong,
.campaign-card strong,
.asset-card strong,
.transparency-card strong,
.social-film-card strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.18;
}

.timeline-list p {
  margin: 0;
  color: var(--muted);
}

.impact-use-grid {
  margin-top: 18px;
}

.impact-use-card,
.campaign-card,
.asset-card,
.transparency-card,
.social-film-card {
  display: grid;
  gap: 12px;
  align-content: start;
}

.care-note {
  border: 1px solid rgba(29, 122, 88, 0.22);
  border-radius: var(--radius);
  background: #edf6f1;
  padding: clamp(20px, 4vw, 30px);
}

.care-note p {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.42;
  font-weight: 820;
}

.reach-analytics-band {
  position: relative;
  margin: 22px 0;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 16% 18%, rgba(185, 247, 213, 0.14), transparent 28vw),
    radial-gradient(circle at 86% 8%, rgba(232, 184, 77, 0.14), transparent 24vw),
    linear-gradient(135deg, #0b0f19 0%, #101514 48%, #0b3026 100%);
  color: #ffffff;
}

.reach-analytics-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}

.reach-analytics-inner {
  position: relative;
  z-index: 1;
}

.reach-analytics-header h2,
.reach-analytics-header p {
  color: #ffffff;
}

.reach-analytics-header .eyebrow {
  color: var(--aqua);
}

.reach-analytics-header .lead {
  color: rgba(255, 255, 255, 0.72);
}

.reach-analytics-grid {
  display: grid;
  gap: 14px;
}

.reach-analytics-card {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.052)),
    linear-gradient(180deg, rgba(11, 15, 25, 0.2), rgba(11, 15, 25, 0.42));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  padding: clamp(18px, 2.4vw, 24px);
  backdrop-filter: blur(18px);
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.reach-analytics-card:hover,
.reach-analytics-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(185, 247, 213, 0.38);
}

.reach-analytics-card.featured {
  border-color: rgba(185, 247, 213, 0.32);
  background:
    linear-gradient(145deg, rgba(185, 247, 213, 0.2), rgba(255, 255, 255, 0.06)),
    linear-gradient(180deg, rgba(11, 15, 25, 0.18), rgba(11, 15, 25, 0.45));
}

.reach-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.reach-platform-group {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.reach-platform-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--aqua);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.reach-platform {
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reach-status {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(185, 247, 213, 0.22);
  border-radius: 999px;
  background: rgba(185, 247, 213, 0.08);
  color: rgba(255, 255, 255, 0.72);
  padding: 0 8px;
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.reach-number {
  color: #ffffff;
  font-size: clamp(2.45rem, 3.35vw, 3.45rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.96;
  text-wrap: nowrap;
}

.reach-label {
  display: block;
  margin-top: -4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.reach-analytics-card p {
  max-width: 30ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.48;
}

.reach-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: rgba(185, 247, 213, 0.86);
  font-size: 0.72rem;
  font-weight: 920;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.reach-card-link::after {
  content: ">";
  font-size: 0.95rem;
  line-height: 1;
  transform: translateY(-1px);
}

.social-film-grid {
  align-items: stretch;
}

.social-film-card {
  min-height: 290px;
  background: var(--ink);
  color: #ffffff;
}

.social-film-card::before {
  background: var(--aqua);
}

.social-film-card strong,
.social-film-card p {
  color: #ffffff;
}

.social-film-card p {
  color: rgba(255, 255, 255, 0.72);
}

.social-film-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
  border-radius: calc(var(--radius) - 2px);
}

.asset-card a:not(.button),
.campaign-card a:not(.button),
.transparency-card a:not(.button) {
  color: var(--green-dark);
  font-weight: 900;
}

.campaign-card.featured {
  background: var(--ink);
}

.campaign-card.featured span {
  background: rgba(94, 230, 180, 0.16);
  color: var(--aqua);
}

.campaign-card.featured strong,
.campaign-card.featured p {
  color: #ffffff;
}

.campaign-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.story-placeholder {
  display: grid;
  min-height: 134px;
  place-items: center;
  border: 1px dashed #a9b8ae;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(29, 122, 88, 0.12), rgba(232, 184, 77, 0.12)),
    #eef3ed;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
}

.story-card.spotlight .story-placeholder {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.visual-band {
  margin: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--ink);
  overflow: hidden;
}

.visual-band img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

.media-card {
  display: grid;
  gap: 14px;
}

.media-card h3 {
  max-width: 34ch;
}

.media-card a:not(.button) {
  color: var(--green-dark);
  font-weight: 850;
}

.broadcast-card {
  align-content: start;
}

.broadcast-thumb {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 6px);
  background: var(--ink);
  box-shadow: inset 0 -80px 80px rgba(0, 0, 0, 0.32);
}

.broadcast-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.01);
}

.broadcast-thumb::after {
  position: absolute;
  inset: auto 0 0;
  height: 58%;
  content: "";
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.66) 100%);
}

.broadcast-thumb span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(11, 15, 25, 0.72);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.broadcast-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 6px);
  background: var(--ink);
  object-fit: cover;
}

.media-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quote-panel {
  border-left: 5px solid var(--gold);
  padding: 18px 0 18px 18px;
}

.quote-panel p {
  margin: 0;
  color: var(--ink);
  font-size: 1.24rem;
  line-height: 1.42;
  font-weight: 780;
}

.cta-panel,
.support-panel {
  display: grid;
  gap: 20px;
  align-content: start;
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 34px);
}

.cta-panel {
  background: var(--ink);
  color: #ffffff;
}

.cta-panel h2,
.cta-panel p {
  color: #ffffff;
}

.support-panel {
  border: 1px solid #dec79e;
  background: #fff6e6;
}

.support-panel p {
  margin: 10px 0 0;
  color: #66583e;
}

.donation-note {
  margin: 10px 0 0;
  color: #66583e;
  font-size: 0.92rem;
  font-weight: 760;
}

.donation-band {
  border-block: 1px solid #dec79e;
  background: #fff6e6;
}

.donation-band .section {
  padding-block: clamp(42px, 7vw, 78px);
}

.final-mission-cta {
  margin-top: 22px;
  border-block: 1px solid rgba(222, 199, 158, 0.88);
  background:
    radial-gradient(circle at 14% 22%, rgba(232, 184, 77, 0.2), transparent 30vw),
    linear-gradient(135deg, #fff6e6, #fffaf0 56%, #edf3ea);
}

.final-mission-cta .section {
  padding-block: clamp(44px, 7vw, 82px);
}

.mission-support-card {
  display: grid;
  gap: clamp(22px, 4vw, 38px);
  align-items: stretch;
}

.mission-support-copy {
  display: grid;
  align-content: center;
}

.mission-support-copy h2 {
  max-width: 780px;
}

.support-detail-grid {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.support-detail-grid article {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(29, 122, 88, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  padding: 14px 16px;
}

.support-detail-grid span {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-detail-grid strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.28;
}

.mission-support-action {
  display: grid;
  gap: 14px;
  align-content: center;
  border: 1px solid rgba(29, 122, 88, 0.16);
  border-radius: var(--radius);
  background: rgba(16, 21, 20, 0.96);
  box-shadow: 0 26px 74px rgba(16, 21, 20, 0.18);
  padding: clamp(22px, 4vw, 34px);
  color: #ffffff;
}

.mission-support-action h3 {
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.mission-support-action p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.mission-support-action .button {
  width: 100%;
}

.mission-support-action .button.secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.mission-support-action .donation-note {
  color: rgba(255, 255, 255, 0.58);
}

.page-grid {
  display: grid;
  gap: 18px;
}

.portrait-card {
  margin: 0;
  overflow: hidden;
}

.portrait-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.portrait-card figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 750;
}

.form-panel form {
  display: grid;
  gap: 14px;
}

.form-panel h3 {
  margin-top: 14px;
}

.contact-email {
  margin: 18px 0 0;
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.15;
}

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

.field label,
.checkbox-field {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 840;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd5cd;
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  padding: 10px 12px;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus,
.button:focus,
.route-card:focus-within,
.start-card:focus-within,
details:focus-within,
.signal-strip a:focus {
  outline: 3px solid rgba(94, 230, 180, 0.36);
  outline-offset: 2px;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

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

.route-card {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.route-grid {
  gap: clamp(18px, 2.4vw, 28px);
}

/* 2026 impact report */
.report-hero .note-panel {
  align-self: stretch;
}

.report-metrics-section {
  order: initial !important;
}

.report-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.report-metric {
  min-width: 0;
  min-height: 210px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.report-metric span {
  display: block;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.report-metric strong {
  display: block;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1;
}

.report-metric p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.report-story-grid .route-card {
  min-height: 220px;
}

.report-method-list li {
  align-items: start;
}

.report-route-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.report-route-panel p {
  max-width: 760px;
}

@media (max-width: 960px) {
  .report-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 560px) {
  .report-metric-grid {
    grid-template-columns: 1fr;
  }

  .report-metric {
    min-height: 0;
  }
}

.start-card:hover,
.start-card:focus,
.route-card:hover,
.route-card:focus {
  border-color: rgba(29, 122, 88, 0.52);
  box-shadow: 0 24px 70px rgba(16, 21, 20, 0.16), 0 0 0 1px rgba(232, 184, 77, 0.1);
  transform: translateY(-4px);
}

.route-card strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.social-row a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 14px;
  color: var(--green-dark);
  font-weight: 840;
  text-decoration: none;
}

details {
  background: rgba(255, 255, 255, 0.96);
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 860;
}

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

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.faq-question {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-question:hover,
.faq-question:focus-visible {
  background: rgba(29, 122, 88, 0.05);
}

.faq-chevron {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-question[aria-expanded="true"] .faq-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 280ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  opacity: 1;
}

.site-footer {
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: var(--ink);
}

.footer-inner {
  display: grid;
  gap: 18px;
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links a {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.mobile-quick-actions {
  display: none;
}

.utility-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #e9f0f2;
  padding: 14px 16px;
  color: #46565d;
  font-size: 0.93rem;
  font-weight: 760;
}

.founder-note {
  display: grid;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(232, 184, 77, 0.2), rgba(29, 122, 88, 0.05)),
    var(--ink);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 38px);
  color: #ffffff;
}

.founder-note h2,
.founder-note p {
  color: #ffffff;
}

.founder-note .eyebrow {
  color: var(--aqua);
}

.founder-letter {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  line-height: 1.56;
  font-weight: 730;
}

.founder-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.founder-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 34%;
}

.team-section {
  padding-top: clamp(14px, 3vw, 34px);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.team-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(243, 247, 242, 0.88)),
    var(--card);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 360ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 122, 88, 0.22);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
}

.team-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #dbe4dd;
}

.team-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(11, 15, 25, 0), rgba(11, 15, 25, 0.38));
  pointer-events: none;
}

.team-photo img {
  width: 100%;
  aspect-ratio: 4 / 3.35;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.01);
}

.team-card-james .team-photo img {
  object-position: center 6%;
  transform: scale(1);
}

.team-card-body {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 3vw, 26px);
}

.team-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.team-role {
  margin: -4px 0 0;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card p:not(.team-role) {
  margin: 0;
  color: var(--muted);
  font-weight: 680;
  line-height: 1.62;
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 58px;
  }

  body {
    -webkit-tap-highlight-color: rgba(232, 184, 77, 0.18);
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  a,
  button,
  input,
  select,
  textarea {
    touch-action: manipulation;
  }

  section[id],
  .section,
  .page-hero {
    scroll-margin-top: 58px;
  }

  .header-inner {
    width: min(var(--max), calc(100% - 20px));
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
    padding: 10px 0 9px;
  }

  .brand {
    width: fit-content;
    min-height: 38px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
  }

  .site-nav {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    margin-inline: -2px;
    padding: 2px 2px 5px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent, #000 14px, #000 calc(100% - 28px), transparent);
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .button,
  .site-nav a,
  .hero-proof-item,
  .mobile-quick-actions a,
  .story-card,
  .reach-analytics-card {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .site-nav a[aria-current="page"],
  .site-nav a[data-section-current="true"] {
    border-color: rgba(185, 247, 213, 0.28);
    background: rgba(185, 247, 213, 0.14);
  }

  .section,
  .page-hero {
    width: min(var(--max), calc(100% - 22px));
  }

  .section {
    padding-block: clamp(42px, 12vw, 58px);
  }

  .section-header {
    margin-bottom: 20px;
  }

  .lead,
  .page-lede {
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero {
    min-height: auto;
  }

  .page-hero {
    gap: 18px;
    padding: 34px 0 20px;
  }

  .page-hero h1 {
    font-size: clamp(2.15rem, 9.4vw, 2.65rem);
  }

  .reach-analytics-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .reach-analytics-card {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    min-height: 112px;
    gap: 5px 12px;
    border-radius: 14px;
    padding: 15px 14px 15px 15px;
  }

  .reach-number {
    grid-column: 1;
    font-size: clamp(2.15rem, 12vw, 3.05rem);
    line-height: 0.88;
  }

  .reach-card-top {
    grid-column: 1;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .reach-platform-group {
    gap: 7px;
  }

  .reach-platform-icon {
    width: 30px;
    height: 30px;
    font-size: 0.6rem;
  }

  .reach-platform {
    font-size: 0.6rem;
    letter-spacing: 0.1em;
  }

  .reach-status {
    display: none;
  }

  .reach-label {
    grid-column: 1;
    max-width: 22ch;
    font-size: 0.52rem;
    letter-spacing: 0.09em;
  }

  .reach-analytics-card p {
    display: none;
  }

  .reach-card-link {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    justify-self: end;
    min-width: 92px;
    min-height: 34px;
    justify-content: center;
    border: 1px solid rgba(185, 247, 213, 0.2);
    border-radius: 999px;
    background: rgba(185, 247, 213, 0.08);
    padding: 0 10px;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }

  .hero-bg {
    object-position: center;
    opacity: 0.38;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(16, 21, 20, 0.95), rgba(16, 21, 20, 0.78)),
      linear-gradient(0deg, rgba(16, 21, 20, 0.84), rgba(16, 21, 20, 0.05));
  }

  .hero-inner {
    padding: 24px 0 18px;
  }

  .hero-panel {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 2.75rem);
  }

  .hero-subtitle {
    font-size: clamp(1.15rem, 5.5vw, 1.38rem);
  }

  .hero-lede {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero .action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 20px;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .button:active,
  .site-nav a:active,
  .mobile-quick-actions a:active,
  .signal-strip a:active,
  .story-card:active,
  .reach-analytics-card:active {
    transform: scale(0.985);
  }

  .signal-strip a {
    min-height: 82px;
    padding: 16px;
  }

  .start-grid,
  .home-video-grid,
  .proof-grid,
  .story-grid,
  .media-grid,
  .team-grid,
  .route-grid,
  .faq-grid,
  .process-grid,
  .video-grid,
  .social-film-grid {
    gap: 12px;
  }

  .start-card,
  .proof-card,
  .story-card,
  .story-detail-card,
  .media-card,
  .team-card,
  .route-card,
  .process-card,
  .social-film-card,
  .video-card,
  .video-moment-card,
  .reach-analytics-card {
    border-radius: 10px;
  }

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

  .team-photo img {
    aspect-ratio: 1.12 / 1;
    object-position: center 22%;
  }

  .team-card-james .team-photo img {
    object-position: center 4%;
  }

  .team-card-body {
    gap: 8px;
    padding: 18px;
  }

  .hero-stat-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: visible;
    margin-top: 14px;
    padding-bottom: 2px;
  }

  .hero-stat-row span {
    min-height: 52px;
    padding: 9px 10px;
  }

  .hero .action-row .button {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
  }

  .hero .action-row .button:nth-child(3):last-child {
    grid-column: 1 / -1;
  }

  .outlet-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .outlet-row a,
  .outlet-row span {
    flex: 0 0 auto;
  }

  .mobile-quick-actions {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(16, 21, 20, 0.9);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
    padding: 6px;
    backdrop-filter: blur(18px);
  }

  .mobile-quick-actions::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 18px;
    right: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    pointer-events: none;
  }

  .mobile-quick-actions a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
  }

  .mobile-quick-actions a:first-child {
    background: linear-gradient(135deg, var(--aqua), #ecfff5);
    color: var(--ink);
  }

  .mobile-quick-actions a:last-child {
    background: linear-gradient(135deg, #ffd76f, var(--gold));
    color: var(--ink);
  }

  .site-header {
    background: rgba(11, 15, 25, 0.95);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  }

  .header-inner {
    align-items: center;
    flex-direction: row;
    gap: 7px;
    min-height: 58px;
    padding: 8px 0 7px;
  }

  .brand {
    flex: 0 0 auto;
    min-height: 32px;
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    font-size: 0.78rem;
  }

  .site-nav {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin-inline: 0;
    padding: 0 0 2px;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
  }

  .site-nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.82rem;
    scroll-snap-align: start;
  }

  .hero-inner {
    padding: 20px 0 16px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-eyebrow {
    margin-bottom: 9px;
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: clamp(2.22rem, 11vw, 3rem);
    line-height: 0.95;
  }

  .mission-line {
    font-size: clamp(1.22rem, 5.8vw, 1.6rem);
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: clamp(1.13rem, 5.3vw, 1.5rem);
  }

  .hero-lede {
    max-width: 350px;
    margin-top: 12px;
    font-size: 0.98rem;
  }

  .hero .action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
  }

  .hero .action-row .button:nth-child(1),
  .hero .action-row .button:nth-child(2) {
    grid-column: 1 / -1;
  }

  .hero .action-row .button:nth-child(n + 3) {
    min-height: 40px;
    font-size: 0.82rem;
  }

  .hero .action-row .button.primary {
    min-height: 52px;
    border-color: rgba(255, 216, 112, 0.62);
    box-shadow:
      0 16px 36px rgba(232, 184, 77, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .hero .action-row .button.light {
    min-height: 47px;
    border-color: rgba(185, 247, 213, 0.34);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 28px rgba(185, 247, 213, 0.1);
  }

  .hero .action-row .button.ghost {
    min-height: 39px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

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

  .hero-proof-inner {
    width: min(var(--max), calc(100% - 20px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 0;
  }

  .hero-proof-item {
    min-height: 74px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
      rgba(11, 15, 25, 0.74);
    padding: 12px;
  }

  .hero-proof-item strong {
    font-size: clamp(1.05rem, 6vw, 1.38rem);
  }

  .hero-proof-item span {
    font-size: 0.62rem;
    letter-spacing: 0.09em;
  }

  .hero-proof-item:nth-child(4) strong {
    font-size: clamp(0.86rem, 4vw, 1rem);
    line-height: 1.18;
  }

  .as-seen-strip {
    gap: 10px;
    padding: 14px 11px;
  }

  .as-seen-strip > span {
    font-size: 0.68rem;
  }

  .outlet-row {
    gap: 7px;
  }

  .outlet-row a,
  .outlet-row span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .section {
    padding-block: clamp(34px, 10vw, 50px);
  }

  .section-header {
    margin-bottom: 16px;
  }

  h2 {
    font-size: clamp(1.72rem, 8vw, 2.25rem);
    line-height: 1.02;
  }

  .lead,
  .page-lede {
    font-size: 0.98rem;
  }

  .intent-card {
    min-height: auto;
    gap: 12px;
    padding: 18px;
  }

  .start-priority-strip {
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 82%);
    grid-template-columns: none;
    gap: 10px;
    margin: -2px -11px 16px;
    overflow-x: auto;
    padding: 0 11px 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 24px), transparent);
  }

  .start-priority-strip::-webkit-scrollbar {
    display: none;
  }

  .start-priority-strip span {
    min-height: 76px;
    scroll-snap-align: start;
    padding: 13px 14px;
  }

  .intent-card::after {
    top: 16px;
    right: 16px;
  }

  .intent-index {
    right: 14px;
    bottom: 12px;
    font-size: 3.35rem;
  }

  .intent-card .intent-action {
    min-height: 36px;
    font-size: 0.82rem;
  }

  .start-card,
  .story-card,
  .video-card,
  .media-card,
  .route-card,
  .faq-item {
    box-shadow: 0 14px 28px rgba(16, 21, 20, 0.08);
  }

  .story-card {
    gap: 14px;
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 250, 244, 0.96));
    box-shadow:
      0 18px 38px rgba(16, 21, 20, 0.1),
      0 0 0 1px rgba(16, 21, 20, 0.03);
  }

  .story-card h3 {
    margin-top: 8px;
    font-size: 1.24rem;
    line-height: 1.08;
  }

  .story-card p {
    margin-top: 8px;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .story-card .tag {
    min-height: 26px;
    padding-inline: 10px;
    font-size: 0.67rem;
    letter-spacing: 0.04em;
  }

  .story-photo {
    position: relative;
    margin: -18px -18px 2px;
    border-bottom: 1px solid rgba(16, 21, 20, 0.07);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.55);
  }

  .story-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
  }

  .story-card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 2px;
    padding-bottom: 10px;
  }

  .story-card-actions .button {
    min-height: 42px;
    border-radius: 999px;
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .story-photo img,
  .impact-story-grid .story-photo img {
    aspect-ratio: 4 / 4.75;
    object-fit: contain;
    background:
      radial-gradient(circle at 50% 18%, rgba(232, 184, 77, 0.18), transparent 46%),
      #151a17;
  }

  .video-thumb img {
    aspect-ratio: 4 / 3;
  }

  .video-moment-card .video-embed-shell {
    min-height: 0;
  }

  .video-embed-shell iframe {
    width: min(100%, 360px);
  }

  .video-platform-link {
    padding: 12px 16px 18px;
  }

  .story-chuck .story-photo img {
    object-position: 88% 18%;
  }

  .story-shirley .story-photo img {
    object-position: 38% 18%;
  }

  .story-tom .story-photo img {
    object-position: 50% 18%;
  }

  .story-keegan .story-photo img {
    object-position: 46% 16%;
  }

  .story-painting .story-photo img {
    object-position: center 30%;
  }

  .story-sheena .story-photo img,
  .story-azeza .story-photo img,
  .story-james .story-photo img,
  .story-xavier .story-photo img,
  .story-eileen .story-photo img {
    object-position: center 28%;
  }

  .story-aaron .story-photo img,
  .story-eileen .story-photo img {
    object-position: center 26%;
  }

  .story-feature.story-chuck .story-page-photo img {
    object-position: 88% 16%;
  }

  .story-feature.story-tom .story-page-photo img,
  .story-feature.story-painting .story-page-photo img {
    object-position: center 18%;
  }

  .story-feature.story-shirley .story-page-photo img {
    object-position: 38% 22%;
  }

  .story-feature.story-keegan .story-page-photo img {
    object-position: 46% 16%;
  }

  .story-photo img,
  .impact-story-grid .story-photo img {
    object-position: center center;
  }

  .story-page-photo img {
    object-fit: contain;
    object-position: center center;
    background:
      radial-gradient(circle at 50% 18%, rgba(232, 184, 77, 0.16), transparent 46%),
      #151a17;
  }

  .video-card-body {
    gap: 9px;
    padding: 16px;
  }

  .video-card-body strong {
    font-size: 1.05rem;
    line-height: 1.18;
  }

  .video-card-body p {
    line-height: 1.48;
  }

  .route-hub .section-header {
    margin-bottom: 12px;
  }

  .route-grid {
    gap: 9px;
  }

  .route-card {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    border-radius: 14px;
    padding: 15px;
  }

  .route-card::before {
    width: 4px;
    height: auto;
    inset: 12px auto 12px 0;
    border-radius: 0 999px 999px 0;
  }

  .route-card .tag {
    width: fit-content;
    min-height: 30px;
    padding-inline: 9px;
    font-size: 0.61rem;
    white-space: nowrap;
  }

  .route-card strong {
    margin-top: 0;
    font-size: 0.98rem;
    line-height: 1.18;
  }

  .route-card p {
    margin-top: 0;
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .final-mission-cta {
    margin-top: 10px;
    background:
      radial-gradient(circle at 18% 10%, rgba(232, 184, 77, 0.22), transparent 56%),
      linear-gradient(160deg, #fff8e9, #fffaf0 58%, #eef6ee);
  }

  .final-mission-cta .section {
    padding-block: 36px calc(98px + env(safe-area-inset-bottom));
  }

  .mission-support-card {
    gap: 16px;
  }

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

  .support-detail-grid article {
    min-height: 90px;
    border-radius: 12px;
    padding: 12px;
  }

  .support-detail-grid span {
    font-size: 0.61rem;
    letter-spacing: 0.08em;
  }

  .support-detail-grid strong {
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .mission-support-action {
    gap: 11px;
    border-radius: 16px;
    padding: 18px;
  }

  .mission-support-action h3 {
    font-size: 1.45rem;
    line-height: 1.05;
  }

  .mission-support-action p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .mobile-quick-actions {
    left: 12px;
    right: 12px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    gap: 6px;
    border-radius: 16px;
    background: rgba(11, 15, 25, 0.91);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
    padding: 7px;
  }

  .mobile-quick-actions a {
    min-height: 40px;
    font-size: 0.82rem;
  }
}

@media (min-width: 760px) {
  .hero-inner {
    grid-template-columns: 1.28fr 0.42fr;
    align-items: end;
  }

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

  .hero-proof-inner,
  .intent-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .signal-strip a {
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 0;
  }

  .page-hero {
    grid-template-columns: 1fr 0.72fr;
    align-items: end;
  }

  .proof-grid,
  .proof-shot-grid,
  .story-grid,
  .story-detail-grid,
  .story-depth-grid,
  .impact-use-grid,
  .campaign-grid,
  .asset-grid,
  .transparency-grid,
  .start-grid,
  .home-video-grid,
  .social-film-grid,
  .video-grid,
  .media-grid,
  .route-grid,
  .faq-grid,
  .process-grid,
  .partner-name-grid,
  .dual-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mission-panel,
  .split,
  .support-panel,
  .founder-note {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

  .video-moment-card {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }

  .video-moment-card .video-thumb img {
    height: 100%;
    min-height: 360px;
  }

  .story-stat-grid,
  .story-nav-grid,
  .impact-use-grid,
  .asset-grid,
  .transparency-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-depth-grid,
  .campaign-grid,
  .social-film-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .proof-ledger {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
  }

  .proof-ledger-card.primary {
    grid-column: 1 / -1;
  }

  .story-proof-summary {
    grid-template-columns: 1fr auto;
    gap: 24px;
  }

  .story-proof-summary .button {
    justify-self: end;
    white-space: nowrap;
  }

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

  .start-grid {
    grid-template-columns: 1.16fr 0.84fr;
  }

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

  .start-card.featured {
    grid-row: span 2;
  }

  .hero-stat-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 880px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1020px) {
  .proof-grid,
  .proof-shot-grid,
  .story-grid,
  .story-detail-grid,
  .campaign-grid,
  .home-video-grid,
  .social-film-grid,
  .reach-analytics-grid,
  .video-grid,
  .route-grid,
  .partner-name-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .proof-ledger {
    grid-template-columns: 1.08fr 0.96fr 0.96fr;
  }

  .proof-ledger-card.primary {
    grid-column: auto;
  }

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

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

  .mission-support-card {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.5fr);
  }

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

  .proof-evidence-layout {
    grid-template-columns: minmax(0, 1fr) 0.62fr;
    align-items: start;
  }

  .partner-name-card.featured {
    grid-column: span 2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes rise-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero-copy,
  .hero-panel,
  .page-hero > *,
  .section-header,
  .start-card,
  .proof-card,
  .story-card,
  .story-detail-card,
  .impact-use-card,
  .campaign-card,
  .asset-card,
  .transparency-card,
  .social-film-card,
  .video-card,
  .video-moment-card,
  .media-card,
  .route-card,
  .process-card,
  .founder-note,
  .note-panel {
    animation: rise-in 520ms ease both;
  }

  .proof-card,
  .start-card,
  .story-card,
  .story-detail-card,
  .impact-use-card,
  .campaign-card,
  .asset-card,
  .transparency-card,
  .social-film-card,
  .video-card,
  .video-moment-card,
  .media-card,
  .route-card,
  .process-card,
  .founder-note,
  .proof-shot {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }

  .proof-card:hover,
  .start-card:hover,
  .story-card:hover,
  .story-detail-card:hover,
  .impact-use-card:hover,
  .campaign-card:hover,
  .asset-card:hover,
  .transparency-card:hover,
  .social-film-card:hover,
  .video-card:hover,
  .video-moment-card:hover,
  .media-card:hover,
  .route-card:hover,
  .process-card:hover,
  .founder-note:hover,
  .proof-shot:hover {
    transform: translateY(-3px);
  }

  .route-card:hover,
  .route-card:focus-visible {
    transform: translateY(-4px);
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .mobile-life-reveal {
    opacity: 0;
    filter: saturate(0.92);
    transform: translate3d(0, 18px, 0) scale(0.985);
    animation: none !important;
    transition:
      opacity 700ms cubic-bezier(0.16, 1, 0.3, 1),
      filter 700ms cubic-bezier(0.16, 1, 0.3, 1),
      transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--mobile-reveal-delay, 0ms);
    will-change: opacity, transform, filter;
  }

  .mobile-life-reveal.is-visible {
    opacity: 1;
    filter: saturate(1);
    transform: translate3d(0, 0, 0) scale(1);
  }

  .hero .button.primary,
  .mobile-quick-actions a:first-child,
  .mobile-quick-actions a:last-child {
    animation: mobile-action-breathe 5.8s ease-in-out infinite;
  }

  .mobile-quick-actions a:last-child {
    animation-delay: 1.35s;
  }

  .hero-proof-item.is-visible strong,
  .reach-analytics-card.is-visible .reach-number {
    text-shadow: 0 0 18px rgba(185, 247, 213, 0.16);
  }

  .story-photo img,
  .video-thumb img {
    transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .story-card.is-visible .story-photo img,
  .video-card.is-visible .video-thumb img {
    transform: scale(1.018);
  }

  .mobile-tap-host {
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  .mobile-tap-spark {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.44);
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0) scale(0);
    animation: mobile-tap-spark 620ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
    mix-blend-mode: screen;
  }

  @keyframes mobile-action-breathe {
    0%,
    100% {
      filter: brightness(1) saturate(1);
      box-shadow: 0 12px 24px rgba(232, 184, 77, 0.12);
    }

    50% {
      filter: brightness(1.045) saturate(1.08);
      box-shadow: 0 16px 34px rgba(232, 184, 77, 0.2);
    }
  }

  @keyframes mobile-tap-spark {
    0% {
      opacity: 0.42;
      transform: translate3d(-50%, -50%, 0) scale(0);
    }

    100% {
      opacity: 0;
      transform: translate3d(-50%, -50%, 0) scale(18);
    }
  }
}

@media (max-width: 760px) {
  .mobile-quick-actions {
    transition:
      opacity 190ms ease,
      transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
      background-color 220ms ease;
  }

  .mobile-quick-actions.is-switching {
    opacity: 0.88;
    transform: translate3d(0, 4px, 0) scale(0.988);
  }

  .mobile-quick-actions.is-tucked:not(.is-switching) {
    opacity: 0.78;
    transform: translate3d(0, calc(100% - 17px), 0) scale(0.982);
  }

  .mobile-quick-actions.is-support-tucked:not(.is-switching) {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, calc(100% + 12px), 0) scale(0.982);
  }

  .mobile-quick-actions a {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    transition:
      color 190ms ease,
      background 190ms ease,
      box-shadow 190ms ease,
      transform 160ms ease;
  }

  .mobile-quick-actions a[data-action-role="secondary"] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .mobile-quick-actions a[data-action-role="primary"] {
    background: linear-gradient(135deg, var(--aqua), #ecfff5);
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(185, 247, 213, 0.13);
  }

  .mobile-quick-actions a[data-action-role="support"] {
    background: linear-gradient(135deg, #ffd76f, var(--gold));
    color: var(--ink);
    box-shadow: 0 10px 24px rgba(232, 184, 77, 0.15);
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .mobile-quick-actions a {
    animation: none;
  }

  .mobile-quick-actions a[data-action-role="primary"],
  .mobile-quick-actions a[data-action-role="support"] {
    animation: mobile-action-breathe 5.8s ease-in-out infinite;
  }

  .mobile-quick-actions a[data-action-role="support"] {
    animation-delay: 1.35s;
  }
}

@media (max-width: 760px) {
  .story-card .story-photo img,
  .impact-story-grid .story-card .story-photo img,
  .story-feature .story-page-photo img {
    object-position: center center !important;
  }
}

@supports (content-visibility: auto) {
  @media (max-width: 760px) {
    .proof-card,
    .story-detail-card,
    .video-card,
    .video-moment-card,
    .media-card,
    .route-card,
    .process-card,
    .impact-use-card,
    .campaign-card,
    .asset-card,
    .transparency-card,
    .social-film-card,
    .partner-name-card,
    .news-segment-card {
      content-visibility: auto;
      contain-intrinsic-size: 320px;
    }
  }
}

/* Final launch polish layer */
:root {
  --color-bg: #111412;
  --color-bg-soft: #1a211e;
  --color-card: rgba(255, 255, 255, 0.075);
  --color-card-strong: rgba(255, 255, 255, 0.12);
  --color-text: #ffffff;
  --color-muted: rgba(255, 255, 255, 0.72);
  --color-accent: var(--gold);
  --color-accent-2: var(--aqua);
  --radius-sm: var(--radius);
  --radius-md: var(--radius);
  --radius-lg: var(--radius);
  --radius-xl: var(--radius);
  --shadow-soft: 0 20px 70px rgba(0, 0, 0, 0.24);
  --shadow-strong: 0 35px 110px rgba(0, 0, 0, 0.36);
}

:focus-visible {
  outline: 3px solid rgba(185, 247, 213, 0.78);
  outline-offset: 4px;
}

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

button {
  font: inherit;
}

[hidden] {
  display: none !important;
}

body > main {
  display: flex;
  flex-direction: column;
}

body > main > .hero-impact {
  order: 1;
}

body > main > .hero-proof-bar {
  order: 2;
}

body > main > .official-identity-section {
  order: 2;
}

body > main > .mission-proof-section {
  order: 3;
}

body > main > #joshlilj-impact-map {
  order: 4;
}

body > main > .featured-impact-stories {
  order: 5;
}

body > main > .band.ink-band:not(.mission-proof-section) {
  order: 6;
}

body > main > .trust-nomination-section {
  order: 7;
}

body > main > .start-here {
  order: 8;
}

body > main > .route-hub {
  order: 9;
}

body > main > .visual-band {
  order: 10;
}

body > main > .founder-note-section {
  order: 11;
}

body > main > .homepage-signup-section {
  order: 11;
}

body > main > .team-section {
  order: 12;
}

body > main > .impact-ticker {
  order: 13;
}

body > main > .media-wire {
  order: 14;
}

body > main > .as-seen-strip {
  order: 15;
}

body > main > .band.surface {
  order: 16;
}

body > main > .brand-marquee {
  order: 17;
}

body > main > .partner-band {
  order: 18;
}

body > main > section[aria-labelledby="home-faq-title"] {
  order: 19;
}

body > main > .final-mission-cta {
  order: 20;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

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

.lift {
  position: relative;
  transform: translateY(0) scale(1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    filter 180ms ease;
  will-change: transform;
}

.lift::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.13) 42%, transparent 72%);
  transition: opacity 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .lift:hover,
  .lift:focus-visible {
    transform: translateY(-5px) scale(1.008);
    border-color: rgba(185, 247, 213, 0.32);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
  }

  .lift:hover::after,
  .lift:focus-visible::after {
    opacity: 1;
  }

  .lift:active {
    transform: translateY(-2px) scale(0.996);
  }
}

.hero-impact {
  background:
    linear-gradient(rgba(5, 8, 7, 0.68), rgba(5, 8, 7, 0.84)),
    var(--ink);
}

.hero-impact h1,
.mission-proof-copy h2,
.featured-impact-stories h2,
.trust-standards-card h2,
.nomination-checklist h2,
.partner-case h3,
.mission-support-copy h2,
.mission-support-action h3 {
  letter-spacing: 0;
}

.hero-impact .hero-inner {
  gap: clamp(22px, 4vw, 52px);
}

.hero-impact .hero-copy {
  min-width: 0;
}

.hero-proof-snapshot {
  align-self: center;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.hero-proof-total {
  display: block;
  color: #ffffff;
  font-size: 4rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-proof-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hero-proof-mini-grid span {
  display: grid;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
  line-height: 1.25;
}

.hero-proof-mini-grid strong {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}

.featured-impact-stories .home-video-grid {
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

.featured-impact-stories .video-card {
  height: 100%;
}

.featured-impact-stories .video-thumb {
  aspect-ratio: 16 / 10;
}

.featured-impact-stories .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.featured-impact-stories .video-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.featured-impact-stories .impact-arc {
  margin-top: auto;
  padding-top: 14px;
}

.impact-arc-card {
  overflow: hidden;
}

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

.impact-arc > span {
  display: grid;
  gap: 4px;
  min-width: 0;
  border-radius: var(--radius);
  background: rgba(29, 122, 88, 0.065);
  padding: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
}

.impact-arc b {
  color: var(--green);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mission-proof-section {
  background:
    radial-gradient(circle at 20% 12%, rgba(185, 247, 213, 0.12), transparent 32vw),
    radial-gradient(circle at 80% 0%, rgba(232, 184, 77, 0.13), transparent 30vw),
    linear-gradient(135deg, #0b0f19, #101514 58%, #0b3026);
}

.mission-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.mission-proof-copy {
  min-width: 0;
}

.mission-proof-copy h2 {
  max-width: 640px;
  color: #ffffff;
  font-size: 4.3rem;
  line-height: 0.98;
}

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

.proof-tile {
  min-width: 0;
  min-height: 178px;
  display: grid;
  align-content: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  padding: clamp(16px, 2vw, 22px);
  color: #ffffff;
  text-decoration: none;
}

.proof-tile span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-tile strong {
  display: block;
  color: #ffffff;
  font-size: 3.35rem;
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.proof-tile p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 760;
  line-height: 1.45;
}

.trust-nomination-layout {
  width: min(var(--max), calc(100% - 32px));
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  margin: 0 auto;
}

.trust-standards-card,
.nomination-checklist,
.partner-case,
.copy-bio-card {
  min-width: 0;
}

.trust-standards-card,
.nomination-checklist {
  display: grid;
  gap: 18px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(185, 247, 213, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 38px);
}

.trust-standards-card h2,
.nomination-checklist h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.1rem;
  line-height: 1;
}

.trust-standards-card p,
.nomination-checklist p {
  margin: 0;
  color: var(--muted);
  font-weight: 760;
}

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

.checklist-grid label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  border: 1px solid rgba(29, 122, 88, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  padding: 13px;
  color: var(--text);
  font-size: 0.93rem;
  font-weight: 760;
  line-height: 1.45;
}

.checklist-grid input {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  accent-color: var(--green);
}

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

.trust-shield span {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(29, 122, 88, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  padding: 12px 12px 12px 34px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.38;
}

.trust-shield span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 13px;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}

.trust-shield b {
  display: block;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.partner-case {
  display: grid;
  gap: 16px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.075);
  padding: clamp(18px, 3vw, 26px);
  color: #ffffff;
}

.partner-case h3 {
  margin: 0;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.02;
}

.partner-case dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.partner-case div {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 13px 14px;
}

.partner-case dt {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.partner-case dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.media-wire .media-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.media-wire .media-carousel::-webkit-scrollbar {
  height: 8px;
}

.media-wire .media-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(29, 122, 88, 0.24);
}

.media-wire .media-carousel .media-card {
  flex: 0 0 min(390px, 86vw);
  min-width: 0;
  scroll-snap-align: start;
}

@media (min-width: 980px) {
  .media-wire .media-carousel .media-card {
    flex-basis: min(420px, calc((100% - 32px) / 3));
  }
}

.copy-bio-card button {
  width: fit-content;
  cursor: pointer;
}

.route-grid {
  gap: clamp(16px, 2vw, 24px);
}

.final-mission-cta .mission-support-card {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: stretch;
}

.mission-support-card {
  border-radius: var(--radius);
}

.final-mission-cta .mission-support-copy,
.final-mission-cta .mission-support-action {
  min-width: 0;
}

.final-mission-cta .donation-note {
  color: rgba(255, 255, 255, 0.64);
}

@media (min-width: 880px) {
  .featured-impact-stories .home-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .featured-impact-stories .home-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .mission-proof-layout,
  .trust-nomination-layout,
  .final-mission-cta .mission-support-card {
    grid-template-columns: 1fr;
  }

  .mission-proof-copy h2,
  .trust-standards-card h2,
  .nomination-checklist h2 {
    font-size: 2.65rem;
  }
}

@media (max-width: 760px) {
  .reveal {
    transform: translateY(16px);
  }

  .hero-impact .hero-panel {
    display: grid;
  }

  .hero-proof-total {
    font-size: 3rem;
  }

  .hero-proof-mini-grid,
  .proof-mosaic,
  .checklist-grid,
  .trust-shield {
    grid-template-columns: 1fr;
  }

  .mission-proof-copy h2 {
    font-size: 2.55rem;
  }

  .proof-tile {
    min-height: 134px;
  }

  .proof-tile strong {
    font-size: 2.85rem;
  }

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

  .impact-arc > span {
    min-height: 0;
  }

  .trust-nomination-layout {
    width: min(var(--max), calc(100% - 24px));
  }

  .trust-standards-card,
  .nomination-checklist,
  .partner-case {
    padding: 20px;
  }

  .partner-case h3 {
    font-size: 2rem;
  }

  .final-mission-cta {
    margin-top: 8px;
  }

  .mobile-quick-actions {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0.5rem;
  }

  .mobile-quick-actions a {
    min-width: 0;
    min-height: 44px;
    padding: 0 0.5rem;
    font-size: 0.82rem;
  }

  .mobile-quick-actions:not(.is-ready) {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, calc(100% + 16px), 0) scale(0.98);
  }

  body.faq-page {
    padding-bottom: 0;
  }

  body.faq-page .mobile-quick-actions {
    position: static;
    width: min(var(--max), calc(100% - 24px));
    margin: 0 auto 24px;
  }

  body.faq-page .mobile-quick-actions:not(.is-ready),
  body.faq-page .mobile-quick-actions.is-tucked,
  body.faq-page .mobile-quick-actions.is-support-tucked {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .lift,
  .lift:hover,
  .lift:active {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .lift::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .featured-impact-stories .video-thumb {
    aspect-ratio: 16 / 10;
  }

  .featured-impact-stories .video-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .featured-impact-stories .video-card {
    border-radius: 18px;
  }
}

.homepage-signup-section {
  padding-top: 0;
}

.homepage-signup-card,
.updates-signup-card,
.footer-signup-band,
.email-popup-panel {
  color: var(--ink);
}

.homepage-signup-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(16, 21, 20, 0.1);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(244, 238, 225, 0.88)), var(--paper);
  box-shadow: 0 22px 70px rgba(16, 21, 20, 0.12);
}

.updates-hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 120px) 0 clamp(42px, 7vw, 84px);
}

.updates-hero-copy h1 {
  max-width: 780px;
}

.updates-signup-card {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(16, 21, 20, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 70px rgba(16, 21, 20, 0.14);
}

.email-signup-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.signup-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 12px;
}

.email-signup-form.compact .signup-fields,
.email-signup-form.popup-form .signup-fields {
  grid-template-columns: 1fr;
}

.email-signup-form label {
  display: grid;
  gap: 7px;
  color: rgba(16, 21, 20, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
}

.email-signup-form label em {
  color: rgba(16, 21, 20, 0.48);
  font-style: normal;
  font-weight: 700;
}

.email-signup-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(16, 21, 20, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.email-signup-form input:focus {
  border-color: rgba(44, 123, 229, 0.62);
  box-shadow: 0 0 0 4px rgba(44, 123, 229, 0.14);
}

.email-signup-form button {
  justify-self: start;
}

.email-signup-form.compact {
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: end;
}

.email-signup-form.compact .signup-fields {
  grid-column: 1;
}

.email-signup-form.compact button {
  grid-column: 2;
  min-height: 48px;
}

.email-signup-form.compact .signup-support,
.email-signup-form.compact .signup-message {
  grid-column: 1 / -1;
}

.signup-support,
.signup-message {
  margin: 0;
  color: rgba(16, 21, 20, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.signup-message {
  min-height: 1.4em;
  font-weight: 800;
}

.signup-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.footer-signup-band {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(32px, 7vw, 78px) auto 0;
}

.footer-signup-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(16, 21, 20, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(16, 21, 20, 0.1);
}

/* Legacy of Service editorial page */
.legacy-article {
  position: relative;
  overflow: hidden;
}

.legacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
}

.legacy-hero-copy h1 {
  max-width: 9ch;
  margin: 0.45rem 0 1.25rem;
  font-size: clamp(3.6rem, 8vw, 7.25rem);
  line-height: 0.91;
  letter-spacing: 0;
}

.legacy-deck {
  max-width: 34rem;
  color: var(--muted);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.5;
}

.legacy-hero-figure,
.legacy-figure {
  margin: 0;
}

.legacy-hero-figure img,
.legacy-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.legacy-hero-figure img {
  aspect-ratio: 1179 / 751;
  object-fit: cover;
}

.legacy-hero-figure figcaption,
.legacy-figure figcaption {
  max-width: 46rem;
  padding-top: 0.8rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.legacy-intro,
.legacy-section {
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
}

.legacy-intro {
  padding: clamp(2.5rem, 6vw, 5.5rem) 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.legacy-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  border-top: 1px solid var(--line);
}

.legacy-prose h2 {
  max-width: 14ch;
  margin: 0.45rem 0 1.6rem;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.legacy-prose > p:not(.eyebrow),
.legacy-split-section .legacy-prose p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.03rem, 1.4vw, 1.18rem);
  line-height: 1.78;
}

.legacy-prose > p + p {
  margin-top: 1.1rem;
}

.legacy-source-note {
  font-size: 0.96rem !important;
}

.legacy-source-note a {
  color: var(--ink);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.legacy-source-note a:hover,
.legacy-source-note a:focus-visible {
  color: var(--gold-deep);
}

.legacy-wide-figure,
.legacy-archive-figure,
.legacy-context-figure,
.legacy-hospital-figure,
.legacy-closing-figure,
.legacy-military-grid {
  margin: clamp(2rem, 5vw, 3.5rem) 0;
}

.legacy-wide-figure,
.legacy-context-figure {
  width: min(980px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.legacy-lee-figure img {
  aspect-ratio: 1800 / 1650;
  object-fit: cover;
  object-position: center;
}

.legacy-archive-figure {
  width: min(660px, 100%);
}

.legacy-hospital-figure {
  width: min(520px, 100%);
  margin-inline: auto;
}

.legacy-cobra-figure {
  width: min(620px, 100%);
  margin: clamp(2rem, 5vw, 3.5rem) auto;
}

.legacy-hospital-figure img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 35%;
}

.legacy-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  width: min(1080px, calc(100% - 40px));
}

.legacy-split-reverse .legacy-prose {
  order: 2;
}

.legacy-split-reverse .legacy-figure {
  order: 1;
}

.legacy-portrait-figure img {
  max-height: 760px;
  object-fit: cover;
}

.legacy-military-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  width: min(980px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.legacy-military-grid img {
  aspect-ratio: 1;
  object-fit: cover;
}

.legacy-lessons {
  width: min(1080px, calc(100% - 40px));
}

.legacy-lesson-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.legacy-lesson-grid p {
  margin: 0;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: var(--surface);
  color: var(--muted);
  line-height: 1.65;
}

.legacy-lesson-grid strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ink);
}

.legacy-prose blockquote {
  width: min(940px, calc(100vw - 40px));
  margin: clamp(3rem, 7vw, 6rem) 0 clamp(3rem, 7vw, 6rem) 50%;
  padding: clamp(2.3rem, 5vw, 4.5rem);
  transform: translateX(-50%);
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.06;
}

.legacy-closing-figure {
  width: min(680px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}

.legacy-closing-figure img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 38%;
}

.legacy-actions {
  margin-top: 2rem;
}

.legacy-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
}

body > main > .band.surface.legacy-teaser-band {
  order: 0;
}

.legacy-teaser .action-row {
  margin-top: 1.5rem;
}

@media (max-width: 820px) {
  .legacy-hero,
  .legacy-split-section,
  .legacy-teaser {
    grid-template-columns: 1fr;
  }

  .legacy-hero-copy h1 {
    max-width: none;
  }

  .legacy-split-reverse .legacy-prose,
  .legacy-split-reverse .legacy-figure {
    order: initial;
  }

  .legacy-lesson-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .legacy-hero,
  .legacy-intro,
  .legacy-section,
  .legacy-split-section,
  .legacy-lessons {
    width: min(100% - 28px, 1080px);
  }

  .legacy-hero {
    padding-top: 3rem;
  }

  .legacy-hero-copy h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .legacy-military-grid {
    grid-template-columns: 1fr;
    width: calc(100vw - 28px);
  }

  .legacy-wide-figure,
  .legacy-context-figure,
  .legacy-closing-figure,
  .legacy-prose blockquote {
    width: calc(100vw - 28px);
  }
}

.footer-signup-inner h2,
.footer-signup-inner p {
  margin-bottom: 0;
}

.email-popup[hidden] {
  display: none;
}

.email-popup {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: end center;
  padding: 20px;
}

.email-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 21, 20, 0.32);
}

.email-popup-panel {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(22px, 5vw, 34px);
  border: 1px solid rgba(16, 21, 20, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 90px rgba(16, 21, 20, 0.26);
}

.email-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(16, 21, 20, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.email-popup-panel h2 {
  margin-right: 26px;
}

.email-popup-panel p {
  color: rgba(16, 21, 20, 0.68);
}

@media (max-width: 860px) {
  .homepage-signup-card,
  .updates-hero,
  .footer-signup-inner {
    grid-template-columns: 1fr;
  }

  .updates-hero {
    min-height: auto;
    padding-top: 52px;
  }

  .signup-fields,
  .email-signup-form.compact {
    grid-template-columns: 1fr;
  }

  .email-signup-form.compact button {
    grid-column: 1;
    width: 100%;
  }

  .email-signup-form button {
    width: 100%;
    justify-self: stretch;
  }

  .email-popup {
    align-items: end;
    padding: 12px;
  }

  .email-popup-panel {
    max-height: calc(100vh - 24px);
    overflow: auto;
    border-radius: 18px;
  }
}

/* Official photo library */
.photo-library-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 92px) 0 clamp(34px, 6vw, 72px);
}

.photo-library-hero-copy {
  min-width: 0;
}

.photo-library-hero-copy h1 {
  max-width: 880px;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
}

.photo-library-hero-copy .lead {
  max-width: 720px;
}

.photo-library-hero-image,
.official-photo-card,
.media-photo-strip-item,
.official-press-photo,
.about-photo-item {
  margin: 0;
}

.photo-library-hero-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.photo-library-hero-image picture,
.photo-library-hero-image img {
  display: block;
  width: 100%;
}

.photo-library-hero-image picture {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.photo-library-hero-image img {
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.photo-library-hero-image figcaption {
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.45;
}

.photo-library-section {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.photo-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.photo-filter {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.photo-filter:hover,
.photo-filter:focus-visible,
.photo-filter.is-active {
  border-color: var(--green);
  background: var(--ink);
  color: #ffffff;
}

.photo-filter:focus-visible {
  outline: 3px solid rgba(43, 161, 112, 0.32);
  outline-offset: 2px;
}

.photo-filter-status {
  min-height: 24px;
  margin: 0 0 24px;
  color: var(--muted);
  font-weight: 760;
}

.official-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.official-photo-card {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.featured-photo-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  align-items: start;
  margin-bottom: clamp(46px, 8vw, 84px);
}

.featured-photo-card {
  height: auto;
}

.featured-photo-card.featured-span-4 {
  grid-column: span 4;
}

.featured-photo-card.featured-span-8 {
  grid-column: span 8;
}

.featured-photo-card.featured-span-12 {
  grid-column: span 12;
}

.photo-archive-section {
  padding-top: 0;
}

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

.photo-image-button {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: linear-gradient(145deg, #0d1714, #21332d);
  cursor: zoom-in;
}

.photo-image-button:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: -4px;
}

.photo-image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.photo-mode-full-image-fit .photo-image-button img {
  box-sizing: border-box;
  padding: clamp(8px, 1vw, 14px);
  object-fit: contain;
}

.photo-mode-featured-editorial .photo-image-button,
.photo-mode-featured-editorial picture {
  aspect-ratio: auto;
}

.photo-mode-featured-editorial[data-editorial-treatment="portrait-4x5"] .photo-image-button,
.photo-mode-featured-editorial[data-editorial-treatment="portrait-4x5"] picture {
  aspect-ratio: 4 / 5;
}

.photo-mode-featured-editorial[data-editorial-treatment="portrait-3x4"] .photo-image-button,
.photo-mode-featured-editorial[data-editorial-treatment="portrait-3x4"] picture {
  aspect-ratio: 3 / 4;
}

.photo-mode-featured-editorial[data-editorial-treatment="landscape-16x9"] .photo-image-button,
.photo-mode-featured-editorial[data-editorial-treatment="landscape-16x9"] picture {
  aspect-ratio: 16 / 9;
}

.photo-mode-featured-editorial .photo-image-button img,
.photo-mode-featured-editorial img {
  object-fit: contain;
}

.photo-image-button:hover img {
  transform: scale(1.025);
}

.official-photo-card picture,
.official-photo-card img {
  display: block;
  width: 100%;
}

.official-photo-card picture {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.official-photo-card img {
  height: 100%;
  object-fit: cover;
}

.official-photo-card figcaption {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  padding: 20px;
}

.photo-card-copy {
  min-width: 0;
}

.photo-card-footer {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  margin-top: 2px;
}

.official-photo-card h3,
.official-press-photo h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.18rem;
}

.official-photo-card h3 {
  display: -webkit-box;
  min-height: calc(1.28em * 2);
  margin-top: 12px;
  overflow: hidden;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.official-photo-card p,
.official-press-photo p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.official-photo-card .photo-card-copy > p {
  display: -webkit-box;
  min-height: calc(1.55em * 4);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.photo-facts {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.photo-facts div {
  display: grid;
  grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 4px;
}

.photo-facts dt {
  min-width: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.photo-facts dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 0.84rem;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.photo-card-facts {
  margin-top: 16px;
  padding-top: 14px;
}

.photo-card-facts div {
  grid-template-columns: 1fr;
  gap: 3px;
}

.photo-card-facts dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.photo-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: auto;
  padding-top: 18px;
}

.photo-card-actions a {
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
  text-underline-offset: 3px;
}

.photo-card-actions a:hover,
.photo-card-actions a:focus-visible {
  color: var(--ink);
}

.photo-card-actions .photo-action-high-res {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--ink);
  color: #ffffff;
  text-decoration: none;
}

.photo-card-actions .photo-action-high-res:hover,
.photo-card-actions .photo-action-high-res:focus-visible {
  background: var(--green);
  color: #ffffff;
}

.photo-lightbox {
  width: min(1180px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  border: 0;
  border-radius: 12px;
  padding: 0;
  background: #101514;
  color: #ffffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

.photo-lightbox::backdrop {
  background: rgba(5, 9, 8, 0.84);
  backdrop-filter: blur(6px);
}

.photo-lightbox.is-fallback-open {
  position: fixed;
  inset: 14px;
  z-index: 10000;
  display: block;
  margin: auto;
  box-shadow: 0 0 0 100vmax rgba(5, 9, 8, 0.9), 0 24px 80px rgba(0, 0, 0, 0.48);
}

.photo-lightbox-panel {
  position: relative;
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 18px;
}

.photo-lightbox figure {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: start;
  margin: 0;
}

.photo-lightbox img {
  display: block;
  width: 100%;
  max-height: calc(100vh - 94px);
  border-radius: 8px;
  object-fit: contain;
  background: #060908;
}

.photo-lightbox figcaption {
  padding: 18px 34px 18px 0;
}

.photo-lightbox h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.photo-lightbox p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.photo-lightbox-details {
  margin-top: 18px;
}

.photo-lightbox-primary-action {
  margin-bottom: 14px;
}

.photo-lightbox-primary-action .button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.photo-lightbox-related,
.photo-lightbox-request {
  display: grid;
  gap: 9px;
}

.photo-lightbox-related {
  margin: 0 0 16px;
}

.photo-lightbox-request {
  margin-top: 16px;
}

.photo-lightbox-related a,
.photo-lightbox-request a {
  color: #d9aa43;
  font-weight: 760;
  text-underline-offset: 3px;
}

.photo-lightbox .photo-facts {
  border-color: rgba(255, 255, 255, 0.18);
}

.photo-lightbox .photo-facts div {
  grid-template-columns: minmax(150px, max-content) minmax(0, 1fr);
  column-gap: 20px;
}

.photo-lightbox .photo-facts dt {
  color: rgba(255, 255, 255, 0.56);
}

.photo-lightbox .photo-facts dd {
  color: rgba(255, 255, 255, 0.9);
}

.photo-lightbox button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.photo-lightbox button:hover,
.photo-lightbox button:focus-visible {
  border-color: var(--gold);
  background: rgba(217, 170, 67, 0.18);
}

.photo-lightbox button:focus-visible {
  outline: 3px solid rgba(217, 170, 67, 0.44);
  outline-offset: 2px;
}

.photo-lightbox-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 44px;
  padding: 0 !important;
  font-size: 1.6rem !important;
}

.photo-lightbox-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.photo-credit {
  margin-top: auto !important;
  padding-top: 18px;
  font-size: 0.82rem;
  font-weight: 760;
}

.photo-usage {
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.official-photo-card .button {
  align-self: flex-start;
  margin-top: 16px;
}

.photo-empty-state {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
}

.media-photo-strip,
.about-photo-strip,
.official-press-photo-grid {
  display: grid;
  gap: 16px;
}

.media-photo-strip {
  align-items: start;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.media-photo-strip-item,
.about-photo-item,
.official-press-photo {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.media-photo-strip-item {
  align-self: start;
}

.media-photo-strip-item picture,
.media-photo-strip-item img,
.about-photo-item picture,
.about-photo-item img,
.official-press-photo picture,
.official-press-photo img {
  display: block;
  width: 100%;
}

.media-photo-strip-item picture {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.media-photo-strip-item img {
  height: 100%;
  object-fit: cover;
}

.media-photo-strip-item figcaption,
.about-photo-item figcaption {
  padding: 11px 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 830;
  line-height: 1.35;
}

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

.official-press-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.official-press-photo figcaption {
  padding: 18px;
}

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

.about-photo-item img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* Content-preserving biography thumbnails: show the complete approved image. */
.about-photo-item picture {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 184, 77, 0.14), transparent 46%),
    #151a17;
}

.about-photo-item picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50%;
}

/* Early-life newspaper archive: readable full-page scans, never destructive crops. */
.athletics-archive-section {
  padding-top: clamp(36px, 6vw, 72px);
}

.athletics-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.athletics-archive-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.74fr) minmax(0, 1.26fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.athletics-archive-card.athletics-feature-card {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.athletics-document-link {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: clamp(10px, 1.6vw, 18px);
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 184, 77, 0.13), transparent 48%),
    #151a17;
}

.athletics-document-link img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.28));
}

.athletics-document-link:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: -4px;
}

.athletics-archive-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(20px, 3vw, 34px);
}

.athletics-archive-copy h3 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.athletics-archive-copy > p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.athletics-facts {
  display: grid;
  width: 100%;
  gap: 9px;
  margin: 20px 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.athletics-facts div {
  display: grid;
  grid-template-columns: minmax(92px, max-content) minmax(0, 1fr);
  gap: 14px;
}

.athletics-facts dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.athletics-facts dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.athletics-archive-copy .text-link {
  margin-top: auto;
}

.athletics-rights-note {
  max-width: 920px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .athletics-archive-grid {
    grid-template-columns: 1fr;
  }

  .athletics-archive-card,
  .athletics-archive-card.athletics-feature-card {
    grid-column: auto;
    grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  }
}

@media (max-width: 680px) {
  .athletics-archive-card,
  .athletics-archive-card.athletics-feature-card {
    grid-template-columns: 1fr;
  }

  .athletics-document-link {
    min-height: 0;
  }

  .athletics-document-link img {
    max-height: min(70vh, 620px);
    width: auto;
    max-width: 100%;
  }

  .athletics-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* Impact-card previews favor complete story context over a tight portrait crop. */
.impact-story-grid .story-photo {
  position: relative;
  display: grid;
  width: auto;
  aspect-ratio: 4 / 3;
  place-items: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 184, 77, 0.14), transparent 46%),
    #151a17;
}

.impact-story-grid .story-photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50% !important;
}

/* Story-page images use the full genuine frame instead of a tall forced crop. */
.story-page-photo {
  display: grid;
  place-items: center;
}

.story-feature .story-page-photo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(72vh, 700px);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 50% !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(232, 184, 77, 0.14), transparent 46%),
    #151a17;
}

@media (max-width: 1180px) {
  .archive-photo-grid,
  .official-press-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .media-photo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .archive-photo-grid,
  .official-press-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .featured-photo-card.featured-span-4 {
    grid-column: span 1;
  }

  .featured-photo-card.featured-span-8,
  .featured-photo-card.featured-span-12 {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .photo-library-hero {
    grid-template-columns: 1fr;
  }

  .photo-library-hero-image {
    order: -1;
  }

  .photo-library-hero-copy h1 {
    font-size: 3rem;
  }

  .photo-lightbox figure {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .photo-lightbox img {
    max-height: 58vh;
  }

  .photo-lightbox figcaption {
    padding: 0 8px 8px;
  }

  .photo-lightbox h2 {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .photo-lightbox-primary-action .button {
    min-height: 48px;
  }

  .photo-lightbox .photo-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .photo-lightbox-controls {
    justify-content: space-between;
  }
}

@media (max-width: 560px) {
  .photo-library-hero,
  .photo-library-section {
    width: calc(100% - 28px);
  }

  .archive-photo-grid,
  .featured-photo-grid,
  .official-press-photo-grid,
  .about-photo-strip {
    grid-template-columns: 1fr;
  }

  .featured-photo-card.featured-span-4,
  .featured-photo-card.featured-span-8,
  .featured-photo-card.featured-span-12 {
    grid-column: span 1;
  }

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

  .photo-filter {
    flex: 1 1 calc(50% - 10px);
  }

  .photo-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .photo-lightbox {
    width: calc(100% - 12px);
    max-height: calc(100vh - 12px);
  }

  .photo-lightbox-panel {
    max-height: calc(100vh - 12px);
    padding: 8px;
  }

  .photo-lightbox img {
    width: min(100%, 320px);
    max-height: 52vh;
    margin-inline: auto;
  }

  .photo-lightbox .photo-facts div {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-image-button img {
    transition: none;
  }

  .photo-image-button:hover img {
    transform: none;
  }
}

/* website-photo-additions:start */
.website-photo-additions {
  scroll-margin-top: 100px;
}

.website-photo-addition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.website-photo-addition-card {
  display: flex;
  min-width: 0;
  height: 100%;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.website-photo-addition-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #0d1714, #21332d);
}

.website-photo-addition-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.website-photo-addition-card figcaption {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
}

.website-photo-addition-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.28;
}

.website-photo-addition-card figcaption > p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.website-photo-addition-card dl {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.website-photo-addition-card dl div {
  display: grid;
  grid-template-columns: minmax(96px, max-content) minmax(0, 1fr);
  column-gap: 14px;
}

.website-photo-addition-card dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.website-photo-addition-card dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.website-photo-addition-action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 42px;
  margin-top: auto;
  padding: 16px 14px 8px;
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 850;
  text-underline-offset: 3px;
}

@media (max-width: 1050px) {
  .website-photo-addition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .website-photo-addition-grid { grid-template-columns: 1fr; }
  .website-photo-addition-card dl div { grid-template-columns: 1fr; gap: 3px; }
}
/* website-photo-additions:end */
