:root {
  --ink: #17201c;
  --ink-soft: #3d4a43;
  --black: #050505;
  --paper: #ffffff;
  --surface: #ffffff;
  --mist: #edf3ef;
  --forest: #154b3b;
  --forest-2: #0f352b;
  --mint: #91d3b2;
  --coral: #e86f51;
  --amber: #f2b84b;
  --sky: #8cb7d8;
  --line: rgba(23, 32, 28, 0.14);
  --shadow: 0 22px 54px rgba(15, 53, 43, 0.18);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px 28px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(15, 53, 43, 0.88), rgba(15, 53, 43, 0.08));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--forest-2);
  background: var(--amber);
  font-size: 0.95rem;
  font-weight: 900;
}

.brand-text {
  white-space: nowrap;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.94rem;
  font-weight: 700;
}

.header-nav a {
  opacity: 0.88;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  opacity: 1;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.section-dark {
  color: #ffffff;
  background: var(--forest-2);
}

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

.section-muted {
  background: var(--mist);
}

.section-accent {
  color: #ffffff;
  background: var(--coral);
}

.urgent-hero {
  min-height: 100svh;
  padding: 10px 0 0;
  color: #ffffff;
  background: var(--black);
}

.urgent-shell {
  width: min(100%, 1040px);
  min-height: calc(100svh - 10px);
  margin: 0 auto;
  padding: clamp(34px, 6vw, 70px) clamp(20px, 4vw, 28px) 28px;
  background: #050505;
}

.urgent-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.urgent-kicker {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(0.86rem, 2.2vw, 1.02rem);
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.section-dark .eyebrow,
.section-accent .eyebrow {
  color: var(--amber);
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  max-width: 930px;
  font-size: clamp(2.35rem, 6.7vw, 4.75rem);
  font-weight: 950;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: #f00000;
}

h2 {
  font-size: 2.45rem;
}

p {
  margin: 0;
}

.hero-copy {
  max-width: 820px;
  margin: clamp(20px, 4vw, 28px) auto 0;
  color: #ffffff;
  font-size: clamp(1.22rem, 3vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  animation: cta-heartbeat 1.08s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes cta-heartbeat {
  0%,
  100% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.03);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.055);
  }

  70% {
    transform: scale(1);
  }
}

.button:hover,
.button:focus-visible {
  transform: scale(1.02);
}

.button-primary {
  color: #ffffff;
  background: var(--coral);
  box-shadow: 0 16px 32px rgba(232, 111, 81, 0.26);
}

.urgent-button {
  width: min(100%, 720px);
  min-height: clamp(88px, 14vw, 132px);
  margin: clamp(28px, 5vw, 46px) auto 0;
  padding: 22px clamp(18px, 6vw, 48px);
  border-radius: 10px;
  color: #ffffff;
  background: #1f821f;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42), inset 0 -4px 0 rgba(0, 0, 0, 0.18);
  font-size: clamp(1.9rem, 5.4vw, 3.65rem);
  font-weight: 950;
  line-height: 1.12;
  text-transform: uppercase;
  --bounce-duration: 4.2s;
}

.urgent-button:hover,
.urgent-button:focus-visible {
  background: #239424;
  transform: translateY(-2px);
}

.video-stage {
  position: relative;
  width: min(100%, 720px);
  margin: clamp(34px, 6vw, 56px) auto 0;
  overflow: hidden;
  border-radius: 10px;
  background: #111111;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.46);
}

.vturb-player,
.vturb-player-placeholder {
  display: block;
  width: 100%;
}

.button-primary-dark {
  color: var(--forest-2);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(23, 32, 28, 0.18);
}

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

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--forest);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.impact-strip {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-bottom: 54px;
  background: var(--paper);
}

.promise-hero {
  padding: clamp(34px, 7vw, 74px) 0 clamp(44px, 8vw, 88px);
  background: #ffffff;
}

.promise-hero-inner {
  width: min(100% - 44px, 860px);
  margin: 0 auto;
}

.promise-hero h2 {
  color: #111111;
  font-size: clamp(2.1rem, 6vw, 4rem);
  font-weight: 950;
  line-height: 1.02;
  text-align: center;
  text-wrap: balance;
}

.promise-hero h2 span {
  color: #d80d0d;
}

.promise-hero-copy {
  display: grid;
  gap: 18px;
  margin-top: clamp(28px, 5vw, 42px);
  color: #2d2d2d;
  font-size: clamp(1.2rem, 3.6vw, 2rem);
  line-height: 1.55;
}

.promise-hero-button {
  width: min(100%, 640px);
  min-height: clamp(82px, 11vw, 108px);
  margin: clamp(30px, 5vw, 44px) auto 0;
  border-radius: 10px;
  color: #ffffff;
  background: #d80d0d;
  box-shadow: 0 16px 34px rgba(216, 13, 13, 0.18);
  font-size: clamp(1.5rem, 4.8vw, 2.5rem);
  font-weight: 900;
  line-height: 1.22;
  text-wrap: balance;
  --bounce-duration: 4.5s;
}

.donation-breakdown {
  padding: clamp(40px, 8vw, 86px) 0;
  background: #ffffff;
}

.donation-breakdown-inner {
  width: min(100% - 36px, 860px);
  margin: 0 auto;
}

.donation-breakdown h2 {
  color: #111111;
  font-size: clamp(2.05rem, 6vw, 4rem);
  font-weight: 950;
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
}

.chart-figure {
  margin: clamp(26px, 5vw, 42px) 0 0;
}

.chart-figure img {
  width: 100%;
  height: auto;
}

.donation-copy {
  margin-top: clamp(20px, 4vw, 34px);
  color: #333333;
  font-size: clamp(1.08rem, 4vw, 1.95rem);
  line-height: 1.58;
}

.donation-lead {
  margin-bottom: 14px;
  font-weight: 900;
}

.donation-list {
  display: grid;
  gap: 18px;
  margin: 18px 0 0;
  padding-left: 26px;
  color: #2d2d2d;
  font-size: clamp(1.1rem, 4vw, 1.85rem);
  line-height: 1.72;
}

.donation-list strong {
  font-weight: 950;
}

.cost-panel {
  display: grid;
  gap: 18px;
  margin-top: clamp(30px, 5vw, 44px);
  color: #333333;
  font-size: clamp(1.14rem, 4.1vw, 1.92rem);
  line-height: 1.62;
}

.cost-panel span {
  color: #ef0f0f;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.cost-note {
  font-weight: 900;
}

.cost-note::before {
  content: "!";
  margin-right: 10px;
  color: #f0a51a;
}

.cost-button {
  width: min(100%, 640px);
  min-height: clamp(82px, 11vw, 106px);
  margin-top: 6px;
  border-radius: 10px;
  color: #ffffff;
  background: #d76508;
  box-shadow: 0 16px 34px rgba(215, 101, 8, 0.2);
  font-size: clamp(1.45rem, 4.8vw, 2.35rem);
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
  --bounce-duration: 4.4s;
}

.promise,
.gallery-section,
.journey,
.mission,
.learn {
  padding: 92px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 1fr);
}

.copy-block {
  display: grid;
  gap: 18px;
}

.copy-block p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.photo-panel {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.photo-panel img {
  aspect-ratio: 5 / 4;
  height: 100%;
  object-fit: cover;
}

.photo-panel.tall img {
  aspect-ratio: 4 / 5;
}

.cta-band {
  padding: 44px 0;
}

.cta-inner {
  justify-content: space-between;
}

.cta-inner h2 {
  font-size: 2rem;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.story-card {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(23, 32, 28, 0.12);
}

.story-card.wide {
  grid-column: span 2;
}

.story-card img {
  height: 270px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.story-card:hover img {
  transform: scale(1.04);
}

.after-gallery,
.mission-callout,
.rescue-team,
.origin-story,
.donation-choices {
  background: #ffffff;
}

.after-gallery {
  padding: 26px 0 30px;
}

.after-gallery-inner,
.mission-callout-inner,
.rescue-team-inner,
.origin-story-inner,
.donation-choices-inner {
  width: min(100% - 24px, 860px);
  margin: 0 auto;
}

.after-gallery-quote {
  color: #242424;
  font-size: clamp(1.28rem, 4.2vw, 2rem);
  font-style: italic;
  line-height: 1.7;
  text-align: center;
}

.after-gallery h2,
.mission-callout h2,
.rescue-team h2 {
  margin-top: 34px;
  color: #111111;
  font-size: clamp(2rem, 6.2vw, 4rem);
  font-weight: 950;
  line-height: 0.98;
}

.feature-photo,
.team-photo {
  margin: 22px 0 0;
}

.feature-photo img,
.team-photo img {
  width: 100%;
  height: auto;
}

.after-gallery-copy,
.mission-callout-copy {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  color: #313131;
  font-size: clamp(1.14rem, 4vw, 1.9rem);
  line-height: 1.62;
}

.hero-action-button,
.guardian-button {
  width: min(100%, 640px);
  min-height: clamp(88px, 11vw, 120px);
  margin: 28px auto 0;
  border-radius: 10px;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 950;
  line-height: 1.22;
  text-transform: uppercase;
}

.hero-action-button {
  background: #20a8c9;
  box-shadow: 0 16px 34px rgba(32, 168, 201, 0.2);
  --bounce-duration: 4.7s;
}

.mission-callout {
  padding: 18px 0 30px;
}

.mission-callout h2 {
  text-align: center;
  text-transform: uppercase;
}

.mission-callout-quote {
  margin-top: 24px;
  color: #3a3a3a;
  font-size: clamp(1.18rem, 4.1vw, 1.95rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.mission-callout-copy strong {
  font-weight: 950;
}

.guardian-button {
  background: #043f42;
  box-shadow: 0 16px 34px rgba(4, 63, 66, 0.2);
  --bounce-duration: 4.9s;
}

.rescue-team {
  padding: 14px 0 44px;
}

.rescue-team h2 {
  text-align: center;
  text-transform: uppercase;
}

.origin-story {
  padding: 4px 0 54px;
}

.origin-story-copy {
  color: #262626;
  font-size: clamp(1.18rem, 4vw, 1.95rem);
  line-height: 1.78;
}

.origin-story-copy p + p {
  margin-top: 8px;
}

.origin-story-copy strong {
  color: #111111;
  font-weight: 950;
}

.donation-choices {
  padding: 8px 0 54px;
}

.donation-help-figure {
  margin: 0;
}

.donation-help-figure img {
  width: 100%;
  height: auto;
}

.donation-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 6px;
}

.donation-card-image {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.donation-card-image:hover,
.donation-card-image:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.donation-card-image img {
  display: block;
  width: 100%;
  height: auto;
}

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

.site-footer-final {
  padding: 44px 0 52px;
  color: #ffffff;
  background: #030303;
}

.site-footer-final-inner {
  width: min(100% - 40px, 860px);
  margin: 0 auto;
}

.footer-brand-stack {
  display: grid;
  gap: 28px;
  justify-items: start;
}

.footer-logo-main,
.footer-logo-sub {
  margin: 0;
}

.footer-logo-main img {
  width: min(100%, 360px);
  height: auto;
}

.footer-logo-sub img {
  width: min(100%, 170px);
  height: auto;
}

.footer-mission-copy {
  display: grid;
  gap: 16px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 3.5vw, 1.3rem);
  line-height: 1.68;
}

.site-footer-final h2,
.site-footer-final h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-column h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  text-transform: none;
}

.footer-column a,
.footer-column p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.42;
}

.footer-donate-button {
  width: min(100%, 520px);
  min-height: 84px;
  margin: 36px auto 0;
  border-radius: 10px;
  color: #ffffff;
  background: #de1010;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 950;
  line-height: 1.1;
  text-transform: uppercase;
  --bounce-duration: 4.3s;
}


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

.quote-section {
  padding: 86px 0;
  background:
    linear-gradient(90deg, rgba(15, 53, 43, 0.95), rgba(21, 75, 59, 0.74)),
    url("https://images.unsplash.com/photo-1517849845537-4d257902454a?auto=format&fit=crop&w=1600&q=82") center/cover;
}

.quote-inner {
  display: grid;
  gap: 20px;
  max-width: 780px;
  margin-left: max(20px, calc((100vw - 1120px) / 2));
}

.quote-inner p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.mission-grid {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 48px;
  align-items: center;
}

.mission-quote {
  padding: 34px;
  border-left: 7px solid var(--coral);
  border-radius: 8px;
  color: #ffffff;
  background: var(--forest);
  box-shadow: var(--shadow);
}

.mission-quote p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.22;
}

.site-footer {
  padding: 54px 0 82px;
  color: rgba(255, 255, 255, 0.78);
  background: #101b17;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.75fr 0.85fr;
  gap: 30px;
}

.footer-brand {
  color: #ffffff;
  margin-bottom: 16px;
}

.site-footer h2 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 1rem;
}

.site-footer a:not(.brand),
.site-footer p {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(520px, calc(100vw - 40px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(16, 27, 23, 0.94);
  box-shadow: var(--shadow);
  transform: translateY(150%);
  transition: transform 220ms ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta span {
  font-size: 0.9rem;
  font-weight: 800;
}

.sticky-cta .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.9rem;
  animation: cta-heartbeat 1.08s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

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

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

  .button,
  .play-button,
  .donation-card-image,
  .urgent-button,
  .sticky-cta .button,
  .reveal {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 920px) {
  .site-header {
    min-height: 66px;
    padding: 12px 18px;
  }

  .header-nav {
    display: none;
  }

  h2 {
    font-size: 2rem;
  }

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

  .split,
  .split.reverse,
  .mission-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .section-inner {
    width: min(100% - 28px, 1120px);
  }

  .brand-text {
    max-width: 180px;
    white-space: normal;
    line-height: 1.1;
  }

  h2,
  .mission-quote p {
    font-size: 1.65rem;
  }

  .hero-actions,
  .cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .urgent-hero {
    padding-top: 10px;
    background: var(--black);
  }

  .urgent-shell {
    width: 100%;
    padding: 48px 18px 0;
  }

  .urgent-kicker {
    display: none;
  }

  .urgent-copy h1 {
    font-size: clamp(1.95rem, 8.8vw, 2.45rem);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: clamp(1.2rem, 5.8vw, 1.45rem);
    line-height: 0.96;
  }

  .urgent-button {
    min-height: 144px;
    border-radius: 10px;
    font-size: clamp(1.75rem, 8.4vw, 2.2rem);
    line-height: 1.18;
  }

  .video-stage {
    width: 100%;
  }

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

  .promise-hero {
    padding: 44px 0 62px;
  }

  .promise-hero-inner {
    width: calc(100% - 44px);
  }

  .promise-hero h2 {
    font-size: clamp(1.78rem, 8vw, 2.3rem);
    line-height: 1.04;
  }

  .promise-hero-copy {
    gap: 14px;
    font-size: clamp(1rem, 5vw, 1.25rem);
    line-height: 1.62;
  }

  .promise-hero-button {
    min-height: 98px;
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .donation-breakdown {
    padding: 38px 0 56px;
  }

  .donation-breakdown-inner {
    width: calc(100% - 28px);
  }

  .donation-breakdown h2 {
    font-size: clamp(1.85rem, 8.2vw, 2.55rem);
    line-height: 1.02;
  }

  .donation-copy {
    font-size: clamp(1rem, 4.8vw, 1.28rem);
    line-height: 1.56;
  }

  .donation-list {
    gap: 14px;
    padding-left: 22px;
    font-size: clamp(1rem, 5vw, 1.3rem);
    line-height: 1.62;
  }

  .cost-panel {
    font-size: clamp(1.02rem, 5vw, 1.28rem);
    line-height: 1.58;
  }

  .cost-button {
    min-height: 104px;
    font-size: clamp(1.3rem, 6.6vw, 1.85rem);
  }

  .after-gallery {
    padding: 20px 0 28px;
  }

  .after-gallery-inner,
  .mission-callout-inner,
  .rescue-team-inner,
  .origin-story-inner,
  .donation-choices-inner,
  .site-footer-final-inner {
    width: calc(100% - 20px);
  }

  .after-gallery-quote {
    font-size: clamp(1rem, 6vw, 1.26rem);
    line-height: 1.82;
  }

  .after-gallery h2,
  .mission-callout h2,
  .rescue-team h2 {
    margin-top: 26px;
    font-size: clamp(1.78rem, 8.8vw, 2.5rem);
    line-height: 1.02;
  }

  .after-gallery-copy,
  .mission-callout-copy {
    font-size: clamp(1rem, 5.3vw, 1.28rem);
    line-height: 1.58;
  }

  .hero-action-button,
  .guardian-button {
    min-height: 102px;
    border-radius: 10px;
    font-size: clamp(1.2rem, 7vw, 1.75rem);
  }

  .mission-callout-quote {
    font-size: clamp(1rem, 5.8vw, 1.32rem);
    line-height: 1.58;
  }

  .rescue-team {
    padding-bottom: 34px;
  }

  .origin-story {
    padding: 4px 0 34px;
  }

  .origin-story-copy {
    font-size: clamp(1rem, 5.2vw, 1.24rem);
    line-height: 1.72;
  }

  .donation-choices {
    padding: 8px 0 34px;
  }

  .donation-card-grid {
    gap: 6px;
  }

  .site-footer-final {
    padding: 34px 0 38px;
  }

  .footer-brand-stack {
    gap: 22px;
  }

  .footer-logo-main img {
    width: min(100%, 240px);
  }

  .footer-logo-sub img {
    width: min(100%, 120px);
  }

  .footer-mission-copy {
    font-size: 1rem;
    line-height: 1.66;
  }

  .site-footer-final h2 {
    font-size: 1.25rem;
  }

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

  .footer-column h3 {
    font-size: 1.35rem;
  }

  .footer-column a,
  .footer-column p {
    font-size: 1rem;
  }

  .footer-donate-button {
    min-height: 82px;
    font-size: 1.35rem;
  }

  .story-card.wide {
    grid-column: span 1;
  }

  .promise,
  .gallery-section,
  .journey,
  .mission,
  .learn {
    padding: 66px 0;
  }

  .photo-panel img,
  .photo-panel.tall img,
  .story-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .sticky-cta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    align-items: stretch;
    flex-direction: column;
  }
}
