/* ═══════════════════════════════════════════════════════════════
   THE NEXT STEP — Cinematic Journey Experience
   ═══════════════════════════════════════════════════════════════ */

:root {
  --font-campaign: 'Plus Jakarta Sans', 'Montserrat', system-ui, sans-serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
  --font-accent: 'Cormorant Garamond', Georgia, serif;

  --brand-navy: #0F1F2E;
  --brand-forest: #1B2D1F;
  --brand-gold: #B79A62;
  --brand-gold-light: #D8C391;
  --brand-gold-glow: #F1E4C4;
  --brand-cream: #F4EEE5;

  --ivory: #FBF9F5;
  --sunlit-sand: #F1E8DC;
  --jerusalem-limestone: #E7DDCD;
  --warm-stone: #D8CCBA;
  --sun-gold: var(--brand-gold-light);
  --sun-glow: var(--brand-gold-glow);
  --olive-fresh: #78906A;
  --olive-deep: #526849;
  --text-primary: #3A3835;
  --text-soft: #6B6560;
  --sky-warm: #FAF6EE;

  --pill-radius: 9999px;
  --shadow-soft: 0 8px 32px rgba(15, 31, 46, 0.08);
  --shadow-lift: 0 16px 48px rgba(15, 31, 46, 0.12);
  --shadow-gold: 0 12px 40px rgba(186, 167, 95, 0.35);
  --ease-journey: cubic-bezier(0.22, 1, 0.36, 1);
  --radius-card: 14px;
  --radius-portrait: 12px;
}

:root {
  --champagne-gold: var(--brand-gold);
  --gold-light: var(--brand-gold-glow);
  --warm-sand: var(--sunlit-sand);
  --jerusalem-stone: var(--jerusalem-limestone);
  --olive-green: var(--olive-deep);
  --deep-navy: var(--brand-navy);
}

/* ─── Reset artifacts ───────────────────────────────────────── */
body::before,
.ambient-light {
  display: none !important;
}

body {
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-body);
}

/* ─── Campaign typography ─────────────────────────────────────── */
.campaign-headline,
.display-title,
.editorial-title,
.editorial-title--large,
.signature-statement,
.cinematic-break__title,
.monument-title,
#hero-title,
#why-now-title,
#stories-title,
#pillars-title,
#impact-section-title,
#give-title,
#final-cta-title,
.final-cta-bridge {
  font-family: var(--font-campaign) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-style: normal;
}

.editorial-title {
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.editorial-title--large,
#why-now-title {
  font-size: clamp(2.5rem, 6.5vw, 4.75rem);
  line-height: 1.0;
}

.display-title {
  font-size: clamp(2.75rem, 7vw, 5rem);
  line-height: 1.0;
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--olive-deep);
}

.eyebrow--accent {
  font-family: var(--font-accent);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.12em;
}

.lead,
.editorial-body,
.editorial-lead {
  font-family: var(--font-body);
}

/* ─── Pill buttons ──────────────────────────────────────────── */
.btn {
  border-radius: var(--pill-radius);
  border: none;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s var(--ease-journey), box-shadow 0.35s var(--ease-journey), background 0.35s;
}

.btn-primary {
  background: linear-gradient(135deg, #E3D0A4 0%, var(--brand-gold) 100%);
  color: var(--brand-navy);
  padding: 1rem 2rem;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--brand-gold-glow) 0%, var(--brand-gold-light) 100%);
  color: var(--brand-navy);
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold), 0 0 28px rgba(240, 220, 168, 0.35);
}

.btn-primary:active {
  transform: translateY(-1px);
}

.donate-float {
  border-radius: var(--pill-radius);
  background: linear-gradient(135deg, var(--brand-gold-light), var(--brand-gold));
  color: var(--brand-navy);
  box-shadow: var(--shadow-gold);
}

.donate-float:hover {
  background: linear-gradient(135deg, var(--brand-gold-glow), var(--brand-gold-light));
  transform: translateY(-3px);
}

.btn-lg {
  padding: 1.125rem 2.5rem;
  font-size: 0.875rem;
}

.btn-nav {
  padding: 0.65rem 1.5rem;
}

.btn-play__icon {
  border-color: transparent transparent transparent var(--brand-navy);
}

/* ─── Journey pathway — subtle background motif ─────────────── */
.journey-pathway {
  opacity: 0.16;
  z-index: 4;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

body.journey-arrival .journey-pathway {
  opacity: 0.2;
}

body.journey-destination .journey-pathway {
  opacity: 0.18;
}

.journey-pathway__svg {
  filter: none;
}

.pathway-weave {
  display: none !important;
}

.hero-pathway-start {
  display: none !important;
}

/* ─── Hero refinements ───────────────────────────────────────── */
.hero--refined {
  padding-bottom: calc(var(--space-2xl) + 120px);
}

.hero--refined .hero-content {
  padding-top: calc(var(--space-xl) + 0.5rem);
}

.hero--refined .display-title {
  font-size: clamp(2.25rem, 6vw, 4.25rem);
  margin-bottom: var(--space-md);
}

.hero--refined .hero-pull {
  font-size: clamp(1.125rem, 2.2vw, 1.35rem);
  margin-bottom: var(--space-md);
}

.hero--refined .lead {
  font-size: clamp(0.975rem, 1.6vw, 1.1rem);
  max-width: 36rem;
  line-height: 1.75;
  margin-bottom: var(--space-lg);
}

.hero--refined .hero-actions {
  margin-top: var(--space-md);
}

.hero-pathway-start {
  position: absolute;
  bottom: 18%;
  left: 8%;
  width: 120px;
  height: 200px;
  z-index: 3;
  pointer-events: none;
  opacity: 0.7;
}

.hero-pathway-start__line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--sun-glow), var(--sun-gold));
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(240, 220, 168, 0.5);
  animation: pathwayPulse 3s ease-in-out infinite;
}

.hero-pathway-start__glow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sun-glow);
  transform: translateX(-50%);
  box-shadow: 0 0 24px rgba(240, 220, 168, 0.8);
}

@keyframes pathwayPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.hero-overlay--video {
  background: linear-gradient(
    180deg,
    rgba(251, 249, 245, 0.18) 0%,
    rgba(241, 232, 220, 0.08) 34%,
    rgba(82, 104, 73, 0.34) 100%
  );
}

.hero-content .display-title { color: var(--ivory); }
.hero-content .lead { color: rgba(251, 249, 245, 0.92); }
.hero-content .eyebrow { color: var(--sun-glow); }

.hero-actions {
  position: relative;
  z-index: 6;
}

.hero-arch-svg path[fill] {
  fill: var(--ivory);
}

/* ─── Imagery — warm documentary grade ──────────────────────── */
.human-frame__img,
.human-moment__img,
.cinematic-image--human,
.cinematic-break__img,
.signature-moment__image,
.program-card__img,
.summer-card__img,
.story-portrait__img,
.film-cinematic__video,
.narrative-visual .human-frame__img {
  filter: contrast(1.02) saturate(1.15) brightness(1.1);
}

.hero-overlay--bright {
  background: linear-gradient(
    180deg,
    rgba(251, 249, 245, 0.2) 0%,
    rgba(241, 232, 220, 0.08) 42%,
    rgba(82, 104, 73, 0.32) 100%
  ) !important;
}

/* ─── Narrative challenge ─────────────────────────────────────── */
.section--challenge,
.section--narrative {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--brand-cream) 100%);
  padding-bottom: var(--space-xl);
}

.narrative-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-xl);
  align-items: start;
  margin-bottom: var(--space-xl);
}

.narrative-beats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.narrative-beat {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: var(--space-md);
  align-items: start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease-journey), transform 0.8s var(--ease-journey);
  transition-delay: calc(var(--beat-index, 0) * 0.12s);
}

.narrative-beat.visible,
.narrative-beat.reveal-slow.visible {
  opacity: 1;
  transform: translateY(0);
}

.narrative-beat__marker {
  width: 8px;
  height: 8px;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--brand-gold-light);
  box-shadow: 0 0 0 4px rgba(212, 184, 122, 0.2);
}

.narrative-beat__text {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.75;
  color: var(--text-primary);
  margin: 0;
}

.narrative-beat:last-child .narrative-beat__text {
  font-weight: 600;
  color: var(--brand-navy);
}

.narrative-visual {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.narrative-bridge {
  font-family: var(--font-accent);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-style: italic;
  line-height: 1.6;
  color: var(--olive-deep);
  text-align: center;
  max-width: 720px;
  margin: 0 auto var(--space-2xl);
}

.narrative-summer {
  background: var(--ivory);
  padding: var(--space-2xl) 0;
  border-top: 1px solid rgba(212, 184, 122, 0.25);
}

.section--how-support {
  background: linear-gradient(180deg, var(--sunlit-sand) 0%, var(--ivory) 100%);
}

.section--solution {
  background: linear-gradient(180deg, var(--sunlit-sand) 0%, var(--ivory) 100%);
}

/* ─── Pillar panels — visual storytelling ───────────────────── */
.pillar-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  margin: var(--space-xl) 0 var(--space-lg);
}

.pillar-panel {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-journey), transform 0.9s var(--ease-journey);
  transition-delay: calc(var(--panel-index, 0) * 0.1s);
}

.pillar-panel.visible,
.pillar-panel.reveal-slow.visible {
  opacity: 1;
  transform: translateY(0);
}

.pillar-panel__media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  will-change: transform;
}

.pillar-panel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-journey);
}

.pillar-panel:hover .pillar-panel__img {
  transform: scale(1.05);
}

.pillar-panel__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15, 31, 46, 0.35) 100%);
  pointer-events: none;
}

.pillar-panel__title {
  font-family: var(--font-campaign);
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-navy);
  margin: var(--space-md) 0 0;
  line-height: 1.4;
}

.section--why-now {
  background: linear-gradient(180deg, var(--brand-cream) 0%, var(--sunlit-sand) 100%);
  padding: var(--space-2xl) 0 0;
}
.program-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-xl);
}

.program-card {
  background: var(--ivory);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform 0.45s var(--ease-journey), box-shadow 0.45s var(--ease-journey);
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lift);
}

.program-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.program-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-journey);
}

.program-card:hover .program-card__img {
  transform: scale(1.06);
}

.program-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(74, 107, 72, 0.35) 100%);
  pointer-events: none;
}

.program-card__body {
  padding: var(--space-md) var(--space-md) var(--space-lg);
}

.program-card__title {
  font-family: var(--font-campaign);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: var(--text-primary);
}

/* ─── Story portraits — documentary grid ────────────────────── */
.story-portraits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  margin: var(--space-2xl) 0 0;
}

.story-portrait {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease-journey), transform 0.9s var(--ease-journey);
  transition-delay: calc(var(--portrait-index, 0) * 0.1s);
}

.story-portrait.visible,
.story-portrait.reveal-slow.visible {
  opacity: 1;
  transform: translateY(0);
}

.story-portrait__frame {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  will-change: transform;
}

.story-portrait__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-journey);
}

.story-portrait:hover .story-portrait__img {
  transform: scale(1.04);
}

.story-portrait__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(15, 31, 46, 0.4) 100%);
  pointer-events: none;
}

.story-portrait__text {
  font-family: var(--font-accent);
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-style: italic;
  line-height: 1.5;
  color: var(--text-soft);
  margin: var(--space-sm) 0 0;
  padding: 0 0.25rem;
}

/* ─── Monument — Jerusalem stone arches ─────────────────────── */
.section--monument {
  background: var(--jerusalem-limestone);
  padding: 0;
  position: relative;
}

.monument-landscape {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.monument-landscape__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.monument-landscape__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(242, 237, 230, 0.92) 0%,
    rgba(232, 223, 208, 0.88) 40%,
    rgba(221, 212, 196, 0.94) 100%
  );
}

.monument-foundation {
  position: relative;
  padding: var(--space-3xl) 0;
  z-index: 1;
}

.monument-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-2xl);
}

.monument-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--brand-navy);
}

.monument-arches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(var(--space-md), 3vw, var(--space-xl));
  align-items: start;
}

.monument-arch {
  text-align: center;
}

.monument-arch__structure {
  position: relative;
  height: clamp(120px, 18vw, 160px);
  margin-bottom: var(--space-lg);
}

.monument-arch__pillar {
  position: absolute;
  bottom: 0;
  width: 24%;
  height: 78%;
  background: linear-gradient(180deg, #EDE4D4 0%, #D4C4A8 45%, #B8A488 100%);
  box-shadow:
    inset 3px 3px 10px rgba(255, 255, 255, 0.45),
    inset -3px -4px 12px rgba(90, 78, 62, 0.2),
    4px 8px 24px rgba(15, 31, 46, 0.12);
}

.monument-arch__pillar--left { left: 10%; }
.monument-arch__pillar--right { right: 10%; }

.monument-arch__curve {
  position: absolute;
  bottom: 52%;
  left: 10%;
  right: 10%;
  height: 58%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: linear-gradient(180deg, #F0E8DA 0%, #D8C8AC 70%, #C4B498 100%);
  box-shadow:
    inset 0 6px 16px rgba(255, 255, 255, 0.4),
    0 6px 20px rgba(15, 31, 46, 0.1);
}

.monument-arch__content {
  padding: 0 var(--space-sm);
}

.monument-arch__name {
  font-family: var(--font-campaign);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-navy);
  margin: 0 0 var(--space-md);
}

.monument-arch__text {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-soft);
  margin: 0;
}

/* ─── Film section — campaign video only ─────────────────────── */
.film-section {
  background: var(--sunlit-sand);
}

.film-cinematic__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-cinematic__overlay {
  background: linear-gradient(
    180deg,
    rgba(251, 249, 245, 0.08) 0%,
    rgba(74, 107, 72, 0.15) 50%,
    rgba(74, 107, 72, 0.45) 100%
  );
}

.journey-cta--film {
  background: var(--sunlit-sand);
}

/* ─── Cinematic breaks — lighter ──────────────────────────────── */
.cinematic-break__shade {
  background: linear-gradient(
    180deg,
    rgba(74, 107, 72, 0.12) 0%,
    rgba(74, 107, 72, 0.06) 45%,
    rgba(74, 107, 72, 0.38) 100%
  );
}

.cinematic-break__shade--deep {
  background: linear-gradient(
    135deg,
    rgba(74, 107, 72, 0.35) 0%,
    rgba(251, 249, 245, 0.1) 50%,
    rgba(74, 107, 72, 0.4) 100%
  );
}

.cinematic-break__title {
  font-family: var(--font-campaign);
  font-weight: 800;
  color: var(--ivory);
}

/* ─── Signature + arrival moment ──────────────────────────────── */
.signature-moment {
  background: var(--sky-warm);
  transition: background 1s ease, padding 1s ease;
}

body.journey-arrival .signature-moment {
  background: linear-gradient(180deg, var(--sunlit-sand) 0%, var(--ivory) 100%);
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
}

body.journey-arrival .signature-moment__veil {
  opacity: 0.15 !important;
}

body.journey-arrival .signature-moment__image {
  filter: contrast(1.04) saturate(1.12) brightness(1.08);
}

body.journey-destination #give {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--sunlit-sand) 100%);
}

.signature-statement {
  font-family: var(--font-campaign);
  font-weight: 800;
  font-size: clamp(2.5rem, 8vw, 5.5rem);
}

.signature-moment__veil {
  background: linear-gradient(
    180deg,
    rgba(251, 249, 245, 0.1) 0%,
    rgba(74, 107, 72, 0.06) 40%,
    rgba(74, 107, 72, 0.35) 100%
  );
}

/* ─── Impact — dark cinematic block ─────────────────────────── */
.section--impact--cinematic {
  background: linear-gradient(180deg, var(--brand-navy) 0%, var(--brand-forest) 100%);
  color: var(--brand-cream);
}

.section--impact--cinematic .editorial-title--light,
.section--impact--cinematic .impact-header .eyebrow--gold {
  color: var(--brand-cream);
}

.section--impact--cinematic .impact-disclaimer {
  color: rgba(242, 237, 230, 0.55);
}

.section--impact--cinematic .impact-stat {
  border-top-color: rgba(186, 167, 95, 0.35);
  background: rgba(15, 31, 46, 0.35);
  border-radius: 12px;
}

.section--impact--cinematic .impact-stat__value {
  color: var(--brand-gold-light);
  font-family: var(--font-campaign);
  font-weight: 800;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  text-shadow: 0 0 30px rgba(212, 184, 122, 0.25);
}

.section--impact--cinematic .impact-stat__label {
  color: rgba(242, 237, 230, 0.85);
}

.section--impact--cinematic .impact-stat__note {
  color: rgba(242, 237, 230, 0.45);
}

.impact-stat {
  transition: transform 0.45s var(--ease-journey), box-shadow 0.45s;
}

.impact-stat--lit {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.section--impact--cinematic .arch-divider path {
  fill: var(--brand-navy);
}

.cinematic-overlay--deep {
  background: linear-gradient(
    180deg,
    rgba(74, 107, 72, 0.15) 0%,
    rgba(74, 107, 72, 0.4) 100%
  ) !important;
}

/* ─── Give section ────────────────────────────────────────────── */
.section--give {
  background: var(--ivory);
}

.give-tier {
  border-radius: var(--pill-radius);
}

.give-tier:hover,
.give-tier.selected {
  border-color: var(--sun-gold);
  background: rgba(216, 195, 145, 0.12);
}

/* ─── Hover lift global ───────────────────────────────────────── */
.hover-lift {
  transition: transform 0.45s var(--ease-journey), box-shadow 0.45s var(--ease-journey);
}

.hover-lift:hover {
  transform: translateY(-4px);
}

/* ─── Section spacing ─────────────────────────────────────────── */
.section {
  padding: var(--space-2xl) 0;
}

.journey-cta {
  margin-top: var(--space-xl);
  padding-top: var(--space-md);
}

.site-header.scrolled {
  background: rgba(251, 249, 245, 0.96);
  box-shadow: 0 1px 0 rgba(212, 184, 122, 0.2);
}

/* ─── Language switcher ───────────────────────────────────────── */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  order: 2;
}

.nav-toggle {
  order: 3;
}

.nav-menu {
  order: 4;
}

@media (min-width: 901px) {
  .lang-switch {
    margin-left: auto;
    margin-right: 1.5rem;
    order: 3;
  }

  .nav-menu {
    order: 4;
  }
}

.lang-switch__btn {
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(58, 56, 53, 0.45);
  cursor: pointer;
  padding: 0.25rem 0.35rem;
  transition: color 0.3s ease;
}

.lang-switch__btn:hover,
.lang-switch__btn.active {
  color: var(--brand-navy);
}

.lang-switch__sep {
  color: rgba(58, 56, 53, 0.25);
  font-size: 0.75rem;
}

/* ─── Hero naming hierarchy ───────────────────────────────────── */
.hero-initiative {
  font-size: clamp(1.15rem, 2.8vw, 1.55rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(251, 249, 245, 0.92);
  font-weight: 600;
  margin-top: 0.65rem;
  margin-bottom: 0.65rem;
  line-height: 1.35;
}

.hero-subtitle:empty,
.hero-initiative:empty,
.hero-body:empty,
.eyebrow:empty {
  display: none;
}

html[dir="rtl"] .hero-initiative {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
}

.hero--refined .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 500;
  color: rgba(251, 249, 245, 0.9);
  margin-bottom: var(--space-md);
}

/* ─── Why This Summer Matters ─────────────────────────────────── */
.section--summer-matters {
  background: linear-gradient(180deg, var(--brand-cream) 0%, var(--ivory) 100%);
  padding-top: var(--space-2xl);
}

.summer-matters-copy {
  max-width: 720px;
  margin: 0 auto var(--space-2xl);
  text-align: center;
}

.summer-matters-intro {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
  color: var(--text-soft);
  margin: 0 0 0.65rem;
}

.summer-matters-intro--emphasis {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
  color: var(--olive-deep);
  margin-bottom: var(--space-lg);
}

.summer-matters-power {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--brand-navy);
  margin: 0 0 var(--space-md);
}

.summer-chances {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.summer-chance {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.6;
  color: var(--text-primary);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s var(--ease-journey), transform 0.8s var(--ease-journey);
  transition-delay: calc(var(--chance-index, 0) * 0.1s);
}

.summer-chance.visible,
.summer-chance.reveal-slow.visible {
  opacity: 1;
  transform: translateY(0);
}

.summer-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
}

.summer-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease-journey), transform 0.9s var(--ease-journey);
  transition-delay: calc(var(--card-index, 0) * 0.1s);
}

.summer-card.visible,
.summer-card.reveal-slow.visible {
  opacity: 1;
  transform: translateY(0);
}

.summer-card__media {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  will-change: transform;
}

.summer-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-journey);
}

.summer-card:hover .summer-card__img {
  transform: scale(1.04);
}

.summer-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15, 31, 46, 0.35) 100%);
  pointer-events: none;
}

.summer-card__title {
  font-family: var(--font-campaign);
  font-size: clamp(0.7rem, 1.2vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-navy);
  margin: 0 0 var(--space-xs);
  text-align: center;
  line-height: 1.4;
}

.summer-card__body {
  padding: var(--space-sm) var(--space-xs) 0;
}

.summer-card__text {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
  text-align: center;
}

.program-card__text {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: var(--space-xs) 0 0;
}

/* ─── Visual consistency ────────────────────────────────────────── */
.human-frame,
.human-moment,
.editorial-split__visual,
.cinematic-break__media {
  position: relative;
}

.human-frame__img,
.human-moment__img,
.cinematic-break__img,
.cinematic-image--human,
.signature-moment__image {
  border-radius: var(--radius-card);
}

.program-card {
  border-radius: var(--radius-card);
}

/* ─── Support offering list ─────────────────────────────────────── */
.support-offering {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-xl);
  align-items: center;
}

.support-offering__visual {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.support-program-list {
  list-style: none;
  margin: var(--space-md) 0 var(--space-lg);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.support-program-list__item {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--text-primary);
  padding-left: 1.25rem;
  position: relative;
}

.support-program-list__item::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--brand-gold-light);
  font-weight: 700;
}

.support-program-visuals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-top: var(--space-lg);
}

.support-program-visual {
  aspect-ratio: 1;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--sunlit-sand);
}

.support-program-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.02) saturate(1.08) brightness(1.08);
}

html[dir="rtl"] .support-program-list__item {
  padding-left: 0;
  padding-right: 1.25rem;
}

html[dir="rtl"] .support-program-list__item::before {
  left: auto;
  right: 0;
}

.section--how-support-list {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--brand-cream) 100%);
}

/* ─── Signature editorial ───────────────────────────────────────── */
.signature-moment--editorial {
  background: var(--sunlit-sand);
  padding: var(--space-2xl) 0;
}

.signature-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.signature-editorial__visual {
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.editorial-title--section {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  text-align: center;
  margin-bottom: var(--space-lg);
}

.final-cta-opportunity {
  margin: var(--space-md) 0 var(--space-sm);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.give-trust {
  max-width: 34rem;
  margin: var(--space-md) auto 0;
  color: var(--olive-deep);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 600;
  line-height: 1.6;
}

.give-urgency {
  max-width: 28rem;
  margin: var(--space-sm) auto 0;
  color: var(--brand-gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.give-urgency:empty {
  display: none;
}

.give-impact-trust {
  max-width: 36rem;
  margin: var(--space-md) auto 0;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.875rem;
  line-height: 1.55;
}

.give-status {
  max-width: 36rem;
  margin: var(--space-sm) auto 0;
  padding: 0.75rem 1rem;
  border-radius: var(--pill-radius);
  background: rgba(82, 104, 73, 0.08);
  color: var(--olive-deep);
  font-size: 0.925rem;
  line-height: 1.55;
  text-align: center;
}

.give-status--error {
  background: rgba(180, 60, 50, 0.08);
  color: #8b3a34;
}

.give-secure-note {
  margin: var(--space-sm) 0 0;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.8rem;
  line-height: 1.5;
}

.hero-micro-trust {
  margin-top: var(--space-md);
  max-width: 28rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(251, 249, 245, 0.82);
  font-weight: 500;
}

.hero-micro-trust:empty {
  display: none;
}

.give-tiers {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  gap: var(--space-sm);
  background: transparent;
  grid-template-columns: repeat(3, 1fr);
}

.give-tier {
  border: 1px solid rgba(82, 104, 73, 0.16);
  background: rgba(251, 249, 245, 0.82);
  min-height: 126px;
  box-shadow: 0 10px 28px rgba(15, 31, 46, 0.06);
}

.give-tier__amount {
  font-family: var(--font-campaign);
  font-weight: 800;
  color: var(--brand-navy);
}

.give-tier__label {
  max-width: 12rem;
}

.give-custom-row {
  border-color: rgba(82, 104, 73, 0.22);
  border-radius: var(--pill-radius);
}

.give-currency {
  background: var(--sunlit-sand);
  color: var(--brand-gold);
}

.give-custom-row .btn {
  border-radius: var(--pill-radius);
  margin: 0.25rem;
}

.cinematic-overlay--deep {
  background: linear-gradient(
    180deg,
    rgba(82, 104, 73, 0.12) 0%,
    rgba(15, 31, 46, 0.38) 100%
  ) !important;
}

html[dir="rtl"] .support-offering,
html[dir="rtl"] .signature-editorial {
  direction: rtl;
}

@media (max-width: 900px) {
  .support-offering,
  .signature-editorial {
    grid-template-columns: 1fr;
  }
}

.story-portrait__frame {
  border-radius: var(--radius-portrait);
}

.impact-stat__note {
  display: none;
}

/* ─── RTL / Hebrew ─────────────────────────────────────────────── */
html[dir="rtl"] body {
  font-family: 'Heebo', 'Montserrat', system-ui, sans-serif;
}

html[dir="rtl"] .campaign-headline,
html[dir="rtl"] .display-title,
html[dir="rtl"] .editorial-title,
html[dir="rtl"] .signature-statement,
html[dir="rtl"] .cinematic-break__title,
html[dir="rtl"] .monument-title,
html[dir="rtl"] .summer-card__title,
html[dir="rtl"] .program-card__title {
  font-family: 'Heebo', 'Plus Jakarta Sans', sans-serif;
}

html[dir="rtl"] .editorial-split {
  direction: rtl;
}

html[dir="rtl"] .nav-menu {
  direction: rtl;
}

html[dir="rtl"] .lang-switch {
  margin-left: 1rem;
  margin-right: auto;
}

html[dir="rtl"] .give-custom-row {
  direction: rtl;
}

html[dir="rtl"] .narrative-layout {
  direction: rtl;
}

/* ─── UX conversion pass ───────────────────────────────────────── */
.hero--refined {
  padding-bottom: calc(var(--space-xl) + 72px);
}

.hero--refined .hero-content {
  padding-top: calc(var(--space-lg) + 0.25rem);
}

.hero--refined .display-title {
  font-size: clamp(2rem, 5.5vw, 3.75rem);
  margin-bottom: var(--space-sm);
  line-height: 1.08;
}

.hero-subheadline {
  font-family: var(--font-accent);
  font-size: clamp(1.15rem, 2.4vw, 1.5rem);
  font-style: italic;
  font-weight: 500;
  color: rgba(251, 249, 245, 0.94);
  margin: 0 0 var(--space-sm);
  max-width: 34rem;
  line-height: 1.45;
}

.hero-body {
  margin-bottom: var(--space-md);
}

.hero--refined .lead {
  margin-bottom: var(--space-md);
}

.section--give-early {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid rgba(82, 104, 73, 0.08);
}

.editorial-title--give {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
}

.give-custom-note {
  margin: 0.35rem 0 var(--space-sm);
  color: var(--text-soft);
  font-size: 0.975rem;
  line-height: 1.55;
  text-align: center;
}

.journey-cta {
  margin-top: var(--space-md);
  text-align: center;
}

.journey-cta--give {
  margin-top: var(--space-lg);
}

.journey-cta--signature {
  margin-top: var(--space-md);
}

.section--summer-matters {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  position: relative;
}

.section--summer-matters::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 720px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 149, 114, 0.45), transparent);
}

.section--summer-matters .editorial-title--section {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin-bottom: var(--space-md);
}

.summer-matters-copy {
  margin-bottom: var(--space-lg);
}

.signature-moment--editorial {
  padding: var(--space-xl) 0;
  background: linear-gradient(180deg, var(--sunlit-sand) 0%, rgba(251, 249, 245, 0.92) 100%);
}

.signature-title--emphasis {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.12;
}

.section--how-support-list {
  padding-top: var(--space-lg);
  padding-bottom: var(--space-xl);
}

.section-intro {
  margin-bottom: var(--space-lg);
}

.cinematic-block--final {
  margin-top: 0;
}

@media (max-width: 768px) {
  .hero--refined {
    padding-bottom: calc(var(--space-lg) + 56px);
  }

  .hero--refined .display-title {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
  }

  .hero-subheadline {
    font-size: clamp(1.05rem, 4.2vw, 1.25rem);
  }

  .hero-initiative {
    font-size: clamp(0.95rem, 3.5vw, 1.15rem);
  }

  .hero-actions .btn-lg {
    width: 100%;
    max-width: 100%;
  }

  .section--summer-matters .editorial-title--section,
  .signature-title--emphasis,
  .editorial-title--give {
    font-size: clamp(1.65rem, 6vw, 2.25rem);
  }

  .give-tier {
    min-height: 96px;
  }

  .journey-cta .btn-lg {
    width: 100%;
    max-width: 100%;
  }

  .donate-float {
    bottom: 1rem;
    right: 1rem;
  }
}

html[dir="rtl"] .hero-subheadline {
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .program-cards {
    grid-template-columns: 1fr 1fr;
  }

  .monument-arches {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .monument-arch__structure {
    height: 130px;
  }

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

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

  .narrative-layout {
    grid-template-columns: 1fr;
  }

  .narrative-visual {
    order: -1;
    max-height: 320px;
  }

  .narrative-visual .human-frame__img {
    object-position: center 30%;
  }
}

@media (max-width: 768px) {
  .lang-switch {
    margin-right: 0.5rem;
  }

  .program-cards,
  .summer-cards {
    grid-template-columns: 1fr;
  }

  .story-portraits {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-sm);
  }

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

  .give-tiers {
    grid-template-columns: 1fr;
  }
}

/* ─── Final UX density + conversion polish ─────────────────────── */
.hero {
  min-height: 88vh;
  min-height: 88dvh;
}

.hero--refined {
  padding-bottom: calc(var(--space-lg) + 60px);
}

.hero-arch-svg {
  height: 108px;
}

.hero-initiative {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.hero-body {
  max-width: 30rem;
}

.section {
  padding-top: clamp(2.75rem, 5vw, 4.5rem);
  padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.section--give-early {
  padding-top: clamp(2.35rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 4rem);
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.section--give-early .section-intro {
  margin-bottom: var(--space-md);
}

.section--summer-matters {
  padding-top: clamp(3.25rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.section--summer-matters .section-intro {
  margin-bottom: var(--space-md);
}

.summer-matters-copy {
  margin-bottom: var(--space-lg);
}

.summer-cards {
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}

.section--how-support-list,
.signature-moment--editorial,
.section--stories {
  padding-top: clamp(2.75rem, 5vw, 4.25rem);
  padding-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.support-offering,
.signature-editorial {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.story-portraits {
  margin-top: var(--space-lg);
}

.cinematic-block--final .cinematic-frame {
  min-height: 68vh;
}

.cinematic-content {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.final-cta-bridge {
  margin-bottom: var(--space-md) !important;
}

.final-cta-list {
  margin-bottom: var(--space-md);
}

.give-tier {
  touch-action: manipulation;
}

.give-custom-row input {
  min-height: 48px;
}

/* ─── Premium campaign polish pass ─────────────────────────────── */
.hero-content {
  isolation: isolate;
}

.hero-content::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: var(--space-md);
  top: calc(var(--header-height) + 1.25rem);
  width: min(760px, calc(100% - (var(--space-md) * 2)));
  height: calc(100% - var(--header-height) - 1.25rem);
  border-radius: 18px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(15, 31, 46, 0.58) 0%,
    rgba(15, 31, 46, 0.38) 48%,
    rgba(15, 31, 46, 0) 100%
  );
  filter: blur(0.2px);
}

.hero-content > * {
  position: relative;
  z-index: 1;
}

html[dir="rtl"] .hero-content::before {
  left: auto;
  right: var(--space-md);
  background: linear-gradient(
    270deg,
    rgba(15, 31, 46, 0.58) 0%,
    rgba(15, 31, 46, 0.38) 48%,
    rgba(15, 31, 46, 0) 100%
  );
}

.hero--refined .display-title {
  font-size: clamp(2rem, 5.2vw, 3.75rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  max-width: 22rem;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-subheadline {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.8vw, 1.85rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.35;
  max-width: 24rem;
  color: rgba(251, 249, 245, 0.96);
  margin-bottom: 0.65rem;
}

.hero-body {
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.62;
  margin-bottom: 0.35rem;
}

.section--summer-matters .editorial-title--section,
.section--stories .editorial-title,
.signature-title--emphasis,
.final-close__title,
#summer-matters-title,
#stories-title,
#final-cta-title {
  font-family: var(--font-accent) !important;
  font-weight: 600;
  letter-spacing: 0;
}

.section--summer-matters .editorial-title--section {
  font-size: clamp(2.55rem, 5vw, 4.1rem);
}

.section--stories {
  background: var(--ivory);
}

.section--stories .section-intro {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.section--stories .editorial-title {
  max-width: 860px;
  margin-inline: auto;
  line-height: 0.98;
}

.story-portraits {
  gap: clamp(1rem, 2vw, 1.7rem);
  align-items: start;
}

.story-portrait__frame {
  aspect-ratio: 4 / 5;
  box-shadow: 0 14px 38px rgba(15, 31, 46, 0.09);
}

.story-portrait__text {
  min-height: 3.2em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  margin-top: 0.85rem;
  font-size: clamp(0.95rem, 1.45vw, 1.08rem);
}

.signature-moment--editorial {
  background: linear-gradient(180deg, var(--brand-cream) 0%, var(--sunlit-sand) 100%);
}

.editorial-body--emphasis {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 700;
  color: var(--olive-deep);
  margin-top: 0.25rem;
}

.final-close {
  background: var(--ivory);
  text-align: center;
  border-top: 1px solid rgba(82, 104, 73, 0.1);
}

.final-close__inner {
  max-width: 760px;
}

.final-close__title {
  font-size: clamp(2.5rem, 5.8vw, 4.35rem);
  color: var(--brand-navy);
  margin-bottom: var(--space-md);
}

.final-close__text {
  color: var(--text-soft);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
  line-height: 1.75;
  margin: 0 auto 0.45rem;
  max-width: 38rem;
}

.final-close__bridge {
  color: var(--olive-deep);
  font-size: clamp(1.1rem, 2.1vw, 1.3rem);
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto var(--space-sm);
  max-width: 34rem;
}

.final-close__bridge:empty {
  display: none;
}

.final-close__opportunity {
  margin: var(--space-md) auto var(--space-sm);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--olive-deep);
}

.final-close__opportunity:empty {
  display: none;
}

.final-close__lines {
  list-style: none;
  margin: 0 auto var(--space-md);
  padding: 0;
  max-width: 22rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.final-close__lines li {
  font-family: var(--font-campaign);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: var(--brand-navy);
  letter-spacing: 0.02em;
}

.final-close .btn {
  margin-top: var(--space-lg);
}

@media (max-width: 768px) {
  .hero-content::before {
    top: calc(var(--header-height) + 0.5rem);
    height: calc(100% - var(--header-height) - 0.5rem);
    border-radius: 14px;
    background: linear-gradient(
      90deg,
      rgba(15, 31, 46, 0.55) 0%,
      rgba(15, 31, 46, 0.36) 62%,
      rgba(15, 31, 46, 0) 100%
    );
  }

  .hero--refined .display-title {
    font-size: clamp(1.75rem, 7.5vw, 2.65rem);
    max-width: 100%;
    line-height: 1.18;
  }

  .hero-subheadline {
    font-size: clamp(1.15rem, 4.5vw, 1.45rem);
    max-width: 100%;
  }

  .hero-body {
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .story-portraits {
    gap: 1rem;
  }

  .story-portrait__text {
    min-height: 4.2em;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .section--stories .editorial-title {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .final-close__title {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 84vh;
    min-height: 84dvh;
  }

  .hero--refined {
    padding-bottom: calc(var(--space-md) + 52px);
  }

  .hero-arch-svg {
    height: 76px;
  }

  .hero--refined .hero-content {
    padding-top: calc(var(--header-height) + 0.75rem);
  }

  .hero--refined .lead {
    line-height: 1.55;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section--summer-matters {
    padding-top: 3rem;
    padding-bottom: 2.75rem;
  }

  .summer-matters-copy {
    margin-bottom: var(--space-md);
  }

  .summer-matters-intro {
    line-height: 1.6;
    margin-bottom: 0.45rem;
  }

  .summer-card__media,
  .story-portrait__frame {
    aspect-ratio: 4 / 5;
  }

  .summer-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .summer-card__body {
    padding-top: 0.65rem;
  }

  .summer-card__title {
    font-size: 0.68rem;
    letter-spacing: 0.07em;
  }

  .summer-card__text {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .support-offering__visual,
  .signature-editorial__visual {
    max-height: 360px;
  }

  .give-custom-row {
    align-items: stretch;
  }

  .give-custom-row .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cinematic-block--final .cinematic-frame {
    min-height: 72vh;
  }
}
