:root {
  --hope-navy-950: #071126;
  --hope-navy-900: #0b1737;
  --hope-navy-800: #12244c;
  --hope-navy-700: #1c3566;
  --hope-gold: #d7aa52;
  --hope-gold-dark: #8f641d;
  --hope-gold-pale: #f7edd8;
  --hope-cream: #fbf8f1;
  --hope-white: #ffffff;
  --hope-ink: #15213a;
  --hope-muted: #5d6678;
  --hope-border: #dfe3ea;
  --hope-shadow: 0 24px 70px rgba(7, 17, 38, 0.13);
  --hope-shadow-soft: 0 16px 44px rgba(7, 17, 38, 0.08);
  --hope-radius-lg: 28px;
  --hope-radius-md: 18px;
  --hope-font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hope-font-display: "Playfair Display", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--hope-ink);
  background: var(--hope-white);
  font-family: var(--hope-font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f5c663;
  outline-offset: 4px;
}

::selection {
  color: var(--hope-navy-950);
  background: #f0cc7f;
}

.hope-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

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

.hope-skip-link {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 8px;
  color: var(--hope-white);
  background: var(--hope-navy-950);
  font-weight: 700;
  text-decoration: none;
  transform: translate(-50%, -160%);
  transition: transform 180ms ease;
}

.hope-skip-link:focus {
  transform: translate(-50%, 0);
}

.hope-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--hope-white);
  background: var(--hope-navy-950);
}

.hope-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

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

.hope-brand__mark {
  width: 44px;
  height: 44px;
  color: var(--hope-gold);
}

.hope-brand__mark circle,
.hope-brand__mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hope-brand__mark circle:last-child {
  fill: var(--hope-gold);
  stroke: var(--hope-gold);
}

.hope-brand__words {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.hope-brand__words strong {
  font-family: var(--hope-font-display);
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

.hope-brand__words span {
  margin-top: 4px;
  color: #d5dced;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hope-back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e6eaf3;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.hope-back-link:hover {
  color: var(--hope-gold);
}

.hope-back-label--short {
  display: none;
}

.hope-back-link path,
.hope-text-link path,
.hope-journey-card a path,
.hope-button path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hope-button .hope-play-icon path {
  fill: currentColor;
  stroke: none;
}

.hope-hero {
  position: relative;
  overflow: hidden;
  color: var(--hope-white);
  background:
    radial-gradient(circle at 16% 20%, rgba(215, 170, 82, 0.15), transparent 32%),
    linear-gradient(135deg, var(--hope-navy-900), var(--hope-navy-950));
}

.hope-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(215, 170, 82, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 68px rgba(215, 170, 82, 0.035),
    0 0 0 136px rgba(215, 170, 82, 0.025);
  pointer-events: none;
}

.hope-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 690px;
  padding-block: 80px 92px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 7vw, 88px);
}

.hope-eyebrow {
  margin: 0 0 18px;
  color: var(--hope-gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hope-hero .hope-eyebrow,
.hope-closing .hope-eyebrow {
  color: var(--hope-gold);
}

.hope-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--hope-font-display);
  font-size: clamp(3.75rem, 7vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-wrap: balance;
}

.hope-hero__subtitle {
  max-width: 650px;
  margin: 28px 0 0;
  color: #f2dcae;
  font-family: var(--hope-font-display);
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.42;
  text-wrap: balance;
}

.hope-hero__mission-line {
  max-width: 650px;
  margin: 14px 0 0;
  color: #e1e6f0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
  text-wrap: balance;
}

.hope-hero__intro {
  max-width: 610px;
  margin: 20px 0 0;
  color: #d6ddec;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hope-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hope-actions--center {
  justify-content: center;
}

.hope-button {
  min-height: 52px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hope-button:hover {
  transform: translateY(-2px);
}

.hope-button:active {
  transform: translateY(0);
}

.hope-button--primary {
  color: var(--hope-navy-950);
  background: var(--hope-gold);
  box-shadow: 0 10px 28px rgba(215, 170, 82, 0.22);
}

.hope-button--primary:hover,
.hope-button--gold:hover {
  background: #e4b861;
  box-shadow: 0 12px 32px rgba(215, 170, 82, 0.28);
}

.hope-button--secondary {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--hope-white);
  background: rgba(255, 255, 255, 0.05);
}

.hope-button--secondary:hover,
.hope-button--outline-light:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.11);
}

.hope-button--gold {
  color: var(--hope-navy-950);
  background: var(--hope-gold);
}

.hope-button--outline-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--hope-white);
  background: transparent;
}

.hope-external-note {
  max-width: 620px;
  margin: 17px 0 0;
  color: #aeb9cf;
  font-size: 0.84rem;
  line-height: 1.55;
}

.hope-external-note--light {
  margin-inline: auto;
  color: #bdc7da;
}

.hope-hero__visual {
  position: relative;
  margin: 0;
}

.hope-hero__visual::before {
  content: "";
  position: absolute;
  inset: -14px 34px 34px -14px;
  z-index: -1;
  border: 1px solid rgba(215, 170, 82, 0.42);
  border-radius: var(--hope-radius-lg);
}

.hope-hero__visual img {
  width: 100%;
  height: 520px;
  border-radius: var(--hope-radius-lg);
  object-fit: cover;
  object-position: 66% center;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3);
}

.hope-hero__visual figcaption {
  position: absolute;
  right: -24px;
  bottom: 28px;
  max-width: 270px;
  padding: 20px 22px;
  border-left: 3px solid var(--hope-gold);
  color: var(--hope-navy-950);
  background: var(--hope-white);
  box-shadow: var(--hope-shadow-soft);
}

.hope-hero__visual figcaption span {
  display: block;
  margin-bottom: 5px;
  color: var(--hope-gold-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hope-hero__visual figcaption strong {
  font-family: var(--hope-font-display);
  font-size: 1.12rem;
  line-height: 1.35;
}

.hope-video-section,
.hope-mission,
.hope-fund,
.hope-cards,
.hope-journey {
  padding-block: 104px;
}

.hope-video-section {
  background: var(--hope-cream);
}

.hope-section-heading {
  max-width: 720px;
}

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

.hope-section-heading h2,
.hope-cards__content h2,
.hope-closing h2,
.hope-fund__action h3 {
  margin: 0;
  color: var(--hope-navy-900);
  font-family: var(--hope-font-display);
  font-size: clamp(2.45rem, 5vw, 4.1rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: balance;
}

.hope-section-heading > p:last-child {
  max-width: 650px;
  margin: 22px auto 0;
  color: var(--hope-muted);
  font-size: 1.05rem;
}

.hope-video-placeholder {
  position: relative;
  min-height: 520px;
  margin-top: 48px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(215, 170, 82, 0.35);
  border-radius: var(--hope-radius-lg);
  color: var(--hope-white);
  background:
    linear-gradient(rgba(7, 17, 38, 0.78), rgba(7, 17, 38, 0.88)),
    url("/images/santa-hero.jpg") center 35% / cover no-repeat;
  box-shadow: var(--hope-shadow);
  text-align: center;
}

.hope-video-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  pointer-events: none;
}

.hope-video-placeholder__icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  color: var(--hope-gold);
  background: rgba(7, 17, 38, 0.62);
}

.hope-video-placeholder__icon path {
  fill: currentColor;
}

.hope-video-placeholder p {
  margin: 22px 0 2px;
  font-family: var(--hope-font-display);
  font-size: 2rem;
  font-weight: 700;
}

.hope-video-placeholder span {
  color: #d5dceb;
  font-size: 0.9rem;
}

.hope-mission {
  background: var(--hope-white);
}

.hope-mission__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px 82px;
  align-items: start;
}

.hope-mission__copy p {
  margin: 0;
  color: var(--hope-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hope-mission__copy p + p {
  margin-top: 18px;
}

.hope-disclosure {
  grid-column: 1 / -1;
  padding: 26px 28px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid #d9bd85;
  border-radius: var(--hope-radius-md);
  color: var(--hope-navy-900);
  background: var(--hope-gold-pale);
}

.hope-disclosure > svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--hope-gold-dark);
}

.hope-disclosure circle,
.hope-disclosure path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.hope-disclosure strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.93rem;
}

.hope-disclosure p {
  margin: 0;
  color: #4c5568;
  font-size: 0.88rem;
  line-height: 1.65;
}

.hope-fund {
  position: relative;
  overflow: hidden;
  color: var(--hope-white);
  background: var(--hope-navy-900);
}

.hope-fund::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(215, 170, 82, 0.15);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(215, 170, 82, 0.025), 0 0 0 150px rgba(215, 170, 82, 0.02);
}

.hope-fund .hope-shell {
  position: relative;
  z-index: 1;
}

.hope-fund__campaign {
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-margin-top: 28px;
}

.hope-fund__logo {
  width: min(100%, 800px);
  height: auto;
  margin-top: 18px;
}

.hope-fund__summary {
  max-width: 780px;
  margin: 34px auto 0;
  color: #cbd3e2;
  font-size: 1.05rem;
  line-height: 1.78;
}

.hope-fund__campaign .hope-actions {
  margin-top: 30px;
}

.hope-fund__regional-links {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: 0.84rem;
  font-weight: 700;
}

.hope-fund__regional-links a {
  padding: 2px 18px;
  color: #f0cf8a;
  text-decoration: underline;
  text-decoration-color: rgba(240, 207, 138, 0.48);
  text-underline-offset: 4px;
}

.hope-fund__regional-links a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.hope-fund__regional-links a:hover,
.hope-fund__regional-links a:focus-visible {
  color: var(--hope-white);
  text-decoration-color: currentColor;
}

.hope-fund__campaign .hope-external-note {
  max-width: 720px;
  margin-top: 18px;
}

.hope-partners {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--hope-radius-lg);
  background: rgba(255, 255, 255, 0.055);
}

.hope-partner {
  min-width: 0;
  padding: 38px;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}

.hope-partner + .hope-partner {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hope-partner__logo {
  width: 164px;
  height: 176px;
  padding: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: var(--hope-white);
}

.hope-partner__logo img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.hope-partner__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hope-partner__label,
.hope-card-label {
  color: var(--hope-gold);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hope-partner h3 {
  margin: 12px 0 0;
  color: var(--hope-white);
  font-family: var(--hope-font-display);
  font-size: 1.45rem;
  line-height: 1.25;
  text-wrap: balance;
}

.hope-partner p {
  margin: 12px 0 0;
  color: #c2ccdc;
  font-size: 0.88rem;
  line-height: 1.7;
}

.hope-partner__link {
  margin-top: 24px;
  color: #f0cf8a;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(240, 207, 138, 0.48);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.hope-partner__link:hover,
.hope-partner__link:focus-visible {
  color: var(--hope-white);
  text-decoration-color: currentColor;
}

.hope-partner__giving-note {
  margin-top: 18px;
  color: #e3c174;
  font-size: 0.75rem;
  font-weight: 700;
}

.hope-cards {
  background: var(--hope-cream);
}

.hope-cards__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(54px, 8vw, 100px);
}

.hope-cards__visual {
  min-height: 440px;
  margin: 0;
  padding: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--hope-radius-lg);
  background: var(--hope-white);
  box-shadow: var(--hope-shadow-soft);
}

.hope-cards__visual img {
  width: 100%;
  height: auto;
}

.hope-cards__content h2 {
  margin-top: 0;
}

.hope-cards__content > p:not(.hope-eyebrow) {
  margin: 25px 0 0;
  color: var(--hope-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hope-text-link {
  min-height: 44px;
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hope-navy-800);
  font-weight: 800;
  text-decoration-color: var(--hope-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.hope-text-link:hover {
  color: var(--hope-gold-dark);
}

.hope-journey {
  background: var(--hope-white);
}

.hope-journey__grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hope-journey-card {
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  border: 1px solid var(--hope-border);
  border-radius: var(--hope-radius-md);
  background: var(--hope-white);
  box-shadow: 0 14px 34px rgba(7, 17, 38, 0.055);
}

.hope-journey-card--featured {
  padding: 34px;
  display: flex;
  flex-direction: column;
  color: var(--hope-white);
  background: var(--hope-navy-800);
}

.hope-journey-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--hope-gold);
}

.hope-journey-card__icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hope-journey-card .hope-card-label {
  margin: 0 0 10px;
  color: var(--hope-gold-dark);
}

.hope-journey-card--featured .hope-card-label {
  color: var(--hope-gold);
}

.hope-journey-card h3 {
  margin: 0;
  color: var(--hope-navy-900);
  font-family: var(--hope-font-display);
  font-size: 1.7rem;
  line-height: 1.2;
  text-wrap: balance;
}

.hope-journey-card--featured h3 {
  color: var(--hope-white);
}

.hope-journey-card p:not(.hope-card-label) {
  margin: 15px 0 0;
  color: var(--hope-muted);
  font-size: 0.93rem;
  line-height: 1.7;
}

.hope-journey-card--featured p:not(.hope-card-label) {
  color: #c7d0e0;
}

.hope-journey-card--featured a {
  min-height: 44px;
  margin-top: auto;
  padding-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hope-gold);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.hope-journey-card--featured a:hover {
  color: #f0c976;
}

.hope-journey-card--image img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.hope-journey-card--image:nth-child(2) img {
  object-position: center 38%;
}

.hope-journey-card--image:nth-child(3) img {
  object-position: center;
}

.hope-journey-card__body {
  padding: 28px;
}

.hope-closing {
  padding-block: 92px;
  color: var(--hope-white);
  background:
    radial-gradient(circle at 50% 115%, rgba(215, 170, 82, 0.2), transparent 34%),
    var(--hope-navy-950);
}

.hope-closing__inner {
  max-width: 860px;
  text-align: center;
}

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

.hope-closing__inner > p:not(.hope-eyebrow, .hope-external-note) {
  max-width: 650px;
  margin: 20px auto 0;
  color: #c8d0df;
  font-size: 1.05rem;
}

.hope-footer {
  padding-block: 54px 34px;
  color: #c8d0df;
  background: #050c1c;
}

.hope-footer__top {
  padding-bottom: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.hope-footer__brand {
  display: flex;
  flex-direction: column;
}

.hope-footer__brand strong {
  color: var(--hope-white);
  font-family: var(--hope-font-display);
  font-size: 1.45rem;
}

.hope-footer__brand span {
  margin-top: 4px;
  color: #7f8aa2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hope-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 28px;
}

.hope-footer__links a,
.hope-footer__bottom a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #aeb8cc;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.hope-footer__links a:hover,
.hope-footer__bottom a:hover {
  color: var(--hope-gold);
}

.hope-footer__disclosure {
  padding: 20px 22px;
  display: flex;
  gap: 7px;
  border: 1px solid rgba(215, 170, 82, 0.22);
  border-radius: 12px;
  color: #9da8bc;
  background: rgba(215, 170, 82, 0.055);
  font-size: 0.82rem;
  line-height: 1.6;
}

.hope-footer__disclosure strong {
  flex: 0 0 auto;
  color: #d8bb80;
}

.hope-footer__disclosure p {
  margin: 0;
}

.hope-footer__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #6f7a91;
  font-size: 0.78rem;
}

.hope-footer__bottom p {
  margin: 0;
}

@media (max-width: 1020px) {
  .hope-hero__grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: 46px;
  }

  .hope-hero h1 {
    font-size: clamp(3.5rem, 7vw, 5rem);
  }

  .hope-hero__visual img {
    height: 480px;
  }

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

  .hope-partner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hope-partner__content {
    align-items: center;
  }

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

@media (max-width: 800px) {
  .hope-shell {
    width: min(100% - 40px, 720px);
  }

  .hope-header__inner {
    min-height: 80px;
  }

  .hope-hero__grid,
  .hope-mission__grid,
  .hope-cards__grid {
    grid-template-columns: 1fr;
  }

  .hope-hero__grid {
    padding-block: 68px 88px;
  }

  .hope-hero__content {
    max-width: 690px;
  }

  .hope-hero__visual {
    max-width: 690px;
    margin-top: 12px;
  }

  .hope-hero__visual img {
    height: 460px;
  }

  .hope-video-section,
  .hope-mission,
  .hope-fund,
  .hope-cards,
  .hope-journey {
    padding-block: 84px;
  }

  .hope-video-placeholder {
    min-height: 410px;
  }

  .hope-mission__grid {
    gap: 36px;
  }

  .hope-disclosure {
    grid-column: auto;
  }

  .hope-partners {
    margin-top: 46px;
    grid-template-columns: 1fr;
  }

  .hope-partner {
    grid-template-columns: 164px minmax(0, 1fr);
    justify-items: stretch;
    text-align: left;
  }

  .hope-partner + .hope-partner {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .hope-partner__content {
    align-items: flex-start;
  }

  .hope-cards__grid {
    gap: 48px;
  }

  .hope-cards__visual {
    min-height: 360px;
  }

  .hope-journey__grid {
    grid-template-columns: 1fr 1fr;
  }

  .hope-journey-card--featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 380px;
  }

  .hope-journey-card__icon {
    margin-bottom: 50px;
  }
}

@media (max-width: 620px) {
  .hope-shell {
    width: calc(100% - 32px);
  }

  .hope-header__inner {
    min-height: 74px;
    gap: 16px;
  }

  .hope-brand__mark {
    width: 37px;
    height: 37px;
  }

  .hope-brand__words strong {
    font-size: 1.28rem;
  }

  .hope-brand__words span {
    font-size: 0.56rem;
  }

  .hope-back-link {
    font-size: 0.85rem;
  }

  .hope-back-label--full {
    display: none;
  }

  .hope-back-label--short {
    display: inline;
  }

  .hope-hero__grid {
    padding-block: 56px 72px;
    gap: 48px;
  }

  .hope-hero h1 {
    font-size: clamp(3.2rem, 17vw, 4.4rem);
  }

  .hope-hero__subtitle {
    font-size: 1.2rem;
  }

  .hope-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hope-button {
    width: 100%;
  }

  .hope-hero__visual img {
    height: 360px;
  }

  .hope-hero__visual::before {
    inset: -10px 22px 26px -10px;
  }

  .hope-hero__visual figcaption {
    right: 14px;
    bottom: -26px;
    max-width: calc(100% - 28px);
  }

  .hope-video-section,
  .hope-mission,
  .hope-fund,
  .hope-cards,
  .hope-journey {
    padding-block: 70px;
  }

  .hope-section-heading h2,
  .hope-cards__content h2,
  .hope-closing h2 {
    font-size: clamp(2.2rem, 12vw, 3rem);
  }

  .hope-video-placeholder {
    min-height: 300px;
    margin-top: 36px;
  }

  .hope-video-placeholder::before {
    inset: 10px;
    border-radius: 14px;
  }

  .hope-video-placeholder__icon {
    width: 64px;
    height: 64px;
  }

  .hope-video-placeholder p {
    font-size: 1.6rem;
  }

  .hope-disclosure {
    padding: 22px;
    flex-direction: column;
  }

  .hope-journey__grid {
    grid-template-columns: 1fr;
  }

  .hope-fund__logo {
    margin-top: 12px;
  }

  .hope-fund__summary {
    margin-top: 26px;
    font-size: 0.96rem;
  }

  .hope-fund__regional-links {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .hope-fund__regional-links a {
    min-height: 44px;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
  }

  .hope-fund__regional-links a + a {
    border-left: 0;
  }

  .hope-partner {
    padding: 30px 22px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .hope-partner__content {
    align-items: center;
  }

  .hope-partner__link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .hope-cards__visual {
    min-height: 260px;
    padding: 24px 16px;
  }

  .hope-journey-card,
  .hope-journey-card--featured {
    min-height: 0;
  }

  .hope-journey-card__icon {
    margin-bottom: 48px;
  }

  .hope-journey-card--featured a {
    margin-top: 38px;
  }

  .hope-closing {
    padding-block: 76px;
  }

  .hope-footer__top,
  .hope-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .hope-footer__links {
    justify-content: flex-start;
    gap: 4px 24px;
  }

  .hope-footer__disclosure {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .hope-header,
  .hope-actions,
  .hope-footer__links {
    display: none;
  }

  .hope-hero,
  .hope-fund,
  .hope-closing,
  .hope-footer {
    color: #000;
    background: #fff;
  }

  .hope-hero h1,
  .hope-fund .hope-section-heading h2,
  .hope-closing h2 {
    color: #000;
  }
}
