/* Hameir Laarets — V7.1 conversion-first campaign page */
:root {
  --v71-navy: #0f1f2e;
  --v71-navy-deep: #09151f;
  --v71-gold: #b79a62;
  --v71-gold-light: #dfc98f;
  --v71-ivory: #fbf8f2;
  --v71-sand: #f1e8dc;
  --v71-ink: #17232d;
  --v71-muted: #66717a;
  --v71-border: rgba(15, 31, 46, .14);
  --v71-display: 'Plus Jakarta Sans', sans-serif;
  --v71-body: 'Montserrat', sans-serif;
  --v71-section: clamp(4.75rem, 10vw, 8.5rem);
}

html { scroll-behavior: smooth; }
html:has(body.v71), body.v71 { overflow-x: clip; }
body.v71 {
  margin: 0;
  background: var(--v71-ivory);
  color: var(--v71-ink);
  font-family: var(--v71-body);
  -webkit-font-smoothing: antialiased;
}

.v71 *, .v71 *::before, .v71 *::after { box-sizing: border-box; }
.v71 img { display: block; max-width: 100%; }
.v71 .container { width: min(1200px, calc(100% - 3rem)); margin-inline: auto; }
body.v71 .skip-link { display: flex; align-items: center; min-height: 44px; }

.v71-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 82px;
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: background .25s ease, height .25s ease, box-shadow .25s ease;
}
.v71-header.is-scrolled {
  height: 70px;
  background: rgba(251,248,242,.96);
  box-shadow: 0 10px 32px rgba(9,21,31,.1);
  backdrop-filter: blur(14px);
}
.v71-nav { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 1rem; }
.v71-logo img { width: auto; height: 68px; filter: drop-shadow(0 2px 7px rgba(3,10,16,.3)); }
.v71-nav__actions, .v71-language { display: flex; align-items: center; }
.v71-nav__actions { gap: 1.15rem; }
.v71-language { gap: .45rem; color: rgba(255,255,255,.5); }
.v71-language__button {
  min-width: 40px;
  min-height: 44px;
  padding: .45rem .3rem;
  border: 0;
  background: none;
  color: rgba(255,255,255,.68);
  font: 700 .7rem/1 var(--v71-body);
  letter-spacing: .08em;
  cursor: pointer;
}
.v71-language__button.is-active { color: #fff; }
.v71-header.is-scrolled .v71-language { color: rgba(15,31,46,.28); }
.v71-header.is-scrolled .v71-language__button { color: rgba(15,31,46,.55); }
.v71-header.is-scrolled .v71-language__button.is-active { color: var(--v71-navy); }
.v71-language__button:focus-visible, .v71 a:focus-visible { outline: 3px solid var(--v71-gold-light); outline-offset: 3px; }

.v71-nav__give {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .75rem 1.2rem;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.v71-header.is-scrolled .v71-nav__give { border-color: var(--v71-navy); background: var(--v71-navy); }

.v71-hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  overflow: hidden;
  isolation: isolate;
}
.v71-hero__media, .v71-hero__media video, .v71-hero__scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.v71-hero__media { z-index: -2; background: var(--v71-navy); }
.v71-hero__media video { object-fit: cover; object-position: center 38%; }
.v71-hero__scrim {
  background:
    linear-gradient(90deg, rgba(7,19,29,.70) 0%, rgba(7,19,29,.42) 48%, rgba(7,19,29,.25) 100%),
    linear-gradient(180deg, rgba(7,19,29,.12), rgba(7,19,29,.05) 48%, rgba(7,19,29,.60));
}
.v71-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: 128px;
  padding-bottom: 70px;
}
.v71-hero__story { max-width: 720px; }
.v71-eyebrow, .v71-donate-card__eyebrow {
  margin: 0 0 1rem;
  color: var(--v71-gold-light);
  font: 700 .625rem/1.6 var(--v71-body);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.v71-hero__title {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font: 800 clamp(2.65rem, 5.2vw, 5rem)/1.02 var(--v71-display);
  letter-spacing: -.045em;
  text-shadow: 0 3px 20px rgba(3,10,16,.38);
  text-wrap: balance;
}
.v71-hero__copy {
  max-width: 65ch;
  margin: 1.6rem 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(.98rem, 1.35vw, 1.12rem);
  line-height: 1.75;
  text-shadow: 0 2px 14px rgba(3,10,16,.45);
}
.v71-donate-card {
  padding: clamp(1.55rem, 3vw, 2.1rem);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 28px 14px 28px 14px;
  background: rgba(10,25,37,.76);
  box-shadow: 0 30px 80px rgba(3,10,16,.34), inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(18px) saturate(1.1);
}
.v71-donate-card__title {
  margin: 0 0 .75rem;
  color: #fff;
  font: 800 clamp(1.45rem, 2.4vw, 2rem)/1.16 var(--v71-display);
  letter-spacing: -.03em;
}
.v71-donate-card__copy { margin: 0 0 1.3rem; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.65; }
.v71-donate-card__copy:empty, .v71-donate-card__note:empty { display: none; }
.v71-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(420px, 100%);
  min-height: 56px;
  padding: .95rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.v71-button:hover { transform: translateY(-2px); }
.v71-button--light { width: 100%; background: #fff; color: var(--v71-navy); box-shadow: 0 12px 30px rgba(1,8,13,.25); }
.v71-button--light:hover { background: #f7edda; box-shadow: 0 17px 38px rgba(1,8,13,.32); }
.v71-button--gold { background: var(--v71-gold-light); color: var(--v71-navy-deep); box-shadow: 0 12px 32px rgba(0,0,0,.22); }
.v71-donate-card__note { margin: .7rem 0 0; color: rgba(255,255,255,.56); font-size: .68rem; line-height: 1.5; text-align: center; }
.v71-checks { display: grid; gap: .5rem; margin: 1.2rem 0 0; padding: 0; color: rgba(255,255,255,.78); font-size: .74rem; line-height: 1.4; list-style: none; }
.v71-checks li::before { content: '✓'; margin-inline-end: .55rem; color: var(--v71-gold-light); font-weight: 700; }

.v71-trust { border-bottom: 1px solid var(--v71-border); background: #fff; }
.v71-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.v71-trust__item { position: relative; min-height: 150px; padding: 2rem 2.2rem 1.8rem 3.2rem; border-inline-end: 1px solid var(--v71-border); }
.v71-trust__item:last-child { border-inline-end: 0; }
.v71-trust__icon { position: absolute; inset-inline-start: 1.4rem; top: 2rem; color: var(--v71-gold); font-weight: 700; }
.v71-trust__item strong { display: block; margin-bottom: .5rem; color: var(--v71-navy); font: 800 .9rem/1.3 var(--v71-display); }
.v71-trust__item p { margin: 0; color: var(--v71-muted); font-size: .76rem; line-height: 1.6; }

.v71-section { padding: var(--v71-section) 0; }
.v71-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.v71-eyebrow--dark { color: var(--v71-gold); }
.v71-heading {
  max-width: 18ch;
  margin: 0 0 1.35rem;
  color: var(--v71-navy);
  font: 800 clamp(2.15rem, 4.3vw, 4rem)/1.08 var(--v71-display);
  letter-spacing: -.04em;
  text-wrap: balance;
}
.v71-body { max-width: 67ch; margin: 0; color: #4f5c66; font-size: clamp(.98rem, 1.2vw, 1.08rem); line-height: 1.82; }
.v71-image { position: relative; margin: 0; }
.v71-image img { width: 100%; aspect-ratio: 4/5; border-radius: 120px 16px 120px 16px; object-fit: cover; box-shadow: 0 26px 64px rgba(15,31,46,.16); }
.v71-image figcaption { position: absolute; inset: auto -1rem 2rem auto; max-width: 280px; padding: 1.05rem 1.3rem; border: 1px solid rgba(183,154,98,.35); background: rgba(251,248,242,.94); color: var(--v71-navy); box-shadow: 0 14px 32px rgba(15,31,46,.13); font-size: .74rem; font-weight: 600; line-height: 1.6; }

.v71-care { background: #fff; }
.v71-section-heading { max-width: 850px; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.v71-section-heading .v71-heading { max-width: 17ch; }
.v71-programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.4vw, 1.8rem); }
.v71-program { overflow: hidden; border: 1px solid var(--v71-border); border-radius: 8px; background: var(--v71-ivory); box-shadow: 0 18px 48px rgba(15,31,46,.08); }
.v71-program__image { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.v71-program__content { padding: 1.45rem 1.4rem 1.6rem; }
.v71-program h3 { margin: 0 0 .6rem; color: var(--v71-navy); font: 800 1.05rem/1.3 var(--v71-display); letter-spacing: -.015em; }
.v71-program p { margin: 0; color: var(--v71-muted); font-size: .82rem; line-height: 1.65; }

.v71-impact { background: linear-gradient(180deg, var(--v71-navy), var(--v71-navy-deep)); }
.v71-section-heading--center { margin-inline: auto; text-align: center; }
.v71-section-heading--center .v71-heading, .v71-section-heading--center .v71-body { margin-inline: auto; }
.v71-heading--light { max-width: 20ch !important; color: #fff; }
.v71-body--light { color: rgba(255,255,255,.68); }
.v71-gifts { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: clamp(1rem, 2.4vw, 1.75rem); max-width: 980px; margin: 0 auto; }
.v71-gift { position: relative; width: 100%; padding: clamp(1.6rem, 3vw, 2.2rem); border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(255,255,255,.055); color: #fff; font: inherit; text-align: inherit; cursor: pointer; appearance: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.v71-gift:hover { border-color: rgba(223,201,143,.72); background: rgba(223,201,143,.11); box-shadow: 0 20px 48px rgba(0,0,0,.18); transform: translateY(-4px); }
.v71-gift:focus-visible { outline: 3px solid var(--v71-gold-light); outline-offset: 5px; }
.v71-gift.is-featured { border-color: var(--v71-gold-light); background: rgba(223,201,143,.1); box-shadow: 0 20px 48px rgba(0,0,0,.2); transform: translateY(-8px); }
.v71-gift__badge { position: absolute; inset: 0 0 auto; display: block; padding: .55rem .8rem; background: var(--v71-gold-light); color: var(--v71-navy); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.v71-gift.is-featured .v71-gift__amount { margin-top: 1.5rem; }
.v71-gift__amount { display: block; margin: 0 0 .65rem; color: var(--v71-gold-light); font: 800 clamp(2.5rem, 5vw, 4rem)/1 var(--v71-display); letter-spacing: -.05em; }
.v71-gift__title { display: block; margin: 0 0 .65rem; font: 800 1.05rem/1.3 var(--v71-display); }
.v71-gift__copy { display: block; margin: 0; color: rgba(255,255,255,.65); font-size: .8rem; line-height: 1.65; }
.v71-impact__action { margin-top: clamp(2.5rem, 6vw, 4rem); text-align: center; }
.v71-impact__action p { margin: .9rem 0 0; color: rgba(255,255,255,.5); font-size: .72rem; }

.v72-donation {
  scroll-margin-top: 84px;
  background: linear-gradient(180deg, #f6f0e7 0%, var(--v71-ivory) 100%);
}
.v72-donation__inner { max-width: 900px; }
.v72-donation .v71-section-heading { margin-bottom: clamp(2rem, 5vw, 3.25rem); }
.v72-donation .v71-section-heading .v71-heading { max-width: 18ch; }
.v72-donation .v71-section-heading .v71-body { max-width: 690px; }
.v72-donation__form-shell {
  position: relative;
  min-height: 520px;
  padding: clamp(.4rem, 2vw, 1.25rem);
  border: 1px solid rgba(183,154,98,.32);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15,31,46,.13);
}
.v72-donation__form-shell iframe { display: block; width: 100%; max-width: 100%; border: 0; border-radius: 16px; }
.v72-donation__status { margin: 1.25rem; color: var(--v71-muted); font-size: .82rem; text-align: center; }

.v71-verse { padding: clamp(4.5rem, 9vw, 7rem) 0; background: var(--v71-sand); }
.v71-verse__inner { max-width: 760px; text-align: center; }
.v71-verse__he { margin: 0; color: var(--v71-navy); font: 600 clamp(1.7rem, 3.8vw, 3.1rem)/1.5 'Heebo', sans-serif; }
.v71-verse__source { margin: .65rem 0 1.3rem; color: var(--v71-gold); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.v71-verse blockquote { max-width: 680px; margin: 0 auto; color: #3f4c56; font: italic 500 clamp(1.2rem, 2.3vw, 1.75rem)/1.5 'Cormorant Garamond', serif; }

.v71-finale { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; isolation: isolate; text-align: center; }
.v71-finale__media { position: absolute; z-index: -2; inset: 0; background: linear-gradient(rgba(8,20,30,.72), rgba(8,20,30,.88)), url('../assets/images/v7-1/path-forward.webp') center 45%/cover no-repeat; }
.v71-finale__inner { max-width: 780px; padding-block: 6rem; }
.v71-finale__title { margin: 0 auto 1.2rem; color: #fff; font: 800 clamp(2.4rem, 5vw, 4.5rem)/1.06 var(--v71-display); letter-spacing: -.045em; text-wrap: balance; }
.v71-finale__copy { max-width: 66ch; margin: 0 auto 2rem; color: rgba(255,255,255,.75); font-size: clamp(.98rem, 1.3vw, 1.1rem); line-height: 1.8; }
.v71-finale .v71-button { width: min(410px, 100%); }
.v71-finale__note { margin: 1rem 0 0; color: rgba(255,255,255,.52); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.v71-floating { position: fixed; z-index: 45; inset: auto 1.25rem 1.25rem auto; display: none; align-items: center; justify-content: center; min-width: 132px; min-height: 48px; padding: .8rem 1.15rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: var(--v71-navy); color: #fff; box-shadow: 0 12px 34px rgba(9,21,31,.28); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.v71-floating.is-visible { opacity: 1; transform: none; pointer-events: auto; }
html[dir='rtl'] .v71-floating { inset-inline: 1.25rem auto; }

/* Double injects a generic account-level launcher that opens the default
   campaign. The page's own CTAs open the correct campaign explicitly. */
.double-app .launcher-frame { display: none !important; }

.v71-footer { padding: 3.5rem 0; background: #08131d; color: rgba(255,255,255,.6); text-align: center; }
.v71-footer__inner { display: grid; justify-items: center; gap: .7rem; }
.v71-footer img { width: auto; height: 96px; opacity: .94; }
.v71-footer p { max-width: 700px; margin: 0; font-size: .72rem; line-height: 1.65; }
.v71-footer__disclosure { color: rgba(255,255,255,.38); }

.reveal, .reveal-slow { opacity: 1; transform: none; }
.js .reveal, .js .reveal-slow { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal-slow { transition-duration: .9s; }
.js .reveal.is-visible, .js .reveal-slow.is-visible { opacity: 1; transform: none; }

html[dir='rtl'] .v71, html[lang='he'] body.v71 { font-family: 'Heebo', sans-serif; }
html[dir='rtl'] .v71-hero__title,
html[dir='rtl'] .v71-donate-card__title,
html[dir='rtl'] .v71-heading,
html[dir='rtl'] .v71-program h3,
html[dir='rtl'] .v71-gift__amount,
html[dir='rtl'] .v71-gift__title,
html[dir='rtl'] .v71-finale__title { font-family: 'Heebo', sans-serif; letter-spacing: -.02em; }
html[dir='rtl'] .v71-eyebrow,
html[dir='rtl'] .v71-donate-card__eyebrow,
html[dir='rtl'] .v71-button,
html[dir='rtl'] .v71-nav__give,
html[dir='rtl'] .v71-finale__note { font-family: 'Heebo', sans-serif; letter-spacing: .04em; }
html[dir='rtl'] .v71-image figcaption { inset: auto auto 2rem -1rem; }
html[dir='rtl'] .v71-donate-card { border-radius: 14px 28px 14px 28px; }

@media (max-width: 900px) {
  .v71 .container { width: min(100% - 2rem, 720px); }
  .v71-header { height: 70px; }
  .v71-logo img { width: auto; height: 58px; }
  .v71-hero { min-height: auto; }
  .v71-hero__inner { grid-template-columns: 1fr; gap: 2rem; padding-top: 118px; padding-bottom: 3rem; }
  .v71-hero__story { max-width: 650px; }
  .v71-hero__title { max-width: 15ch; }
  .v71-donate-card { max-width: 560px; }
  .v71-trust__grid { grid-template-columns: 1fr; padding-block: .65rem; }
  .v71-trust__item { min-height: auto; padding: 1.25rem 1.2rem 1.25rem 2.75rem; border-inline-end: 0; border-bottom: 1px solid var(--v71-border); }
  .v71-trust__item:last-child { border-bottom: 0; }
  .v71-trust__icon { inset-inline-start: 1rem; top: 1.25rem; }
  .v71-split { grid-template-columns: 1fr; }
  .v71-image { width: min(520px, 100%); margin-inline: auto; }
  .v71-programs, .v71-gifts { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .v71-gift.is-featured { transform: none; }
  .v72-donation__form-shell { min-height: 620px; padding: .25rem; border-radius: 16px; }
  .v71-floating { display: inline-flex; }
}

@media (max-width: 520px) {
  .v71 .container { width: calc(100% - 1.5rem); }
  .v71-nav__actions { gap: .65rem; }
  .v71-language { gap: .1rem; }
  .v71-language__button { min-width: 36px; padding-inline: .15rem; }
  .v71-nav__give { min-height: 44px; padding: .65rem .85rem; font-size: .61rem; }
  .v71-hero__inner { padding-top: 106px; }
  .v71-hero__title { font-size: clamp(2.35rem, 11.5vw, 3.25rem); }
  .v71-hero__copy { line-height: 1.65; }
  .v71-donate-card { padding: 1.3rem; }
  .v71-image img { border-radius: 72px 10px 72px 10px; }
  .v71-image figcaption { position: relative; inset: auto !important; max-width: none; margin: -1rem .8rem 0; }
  .v71-heading { font-size: clamp(2rem, 10vw, 3rem); }
  .v71-finale { min-height: 620px; }
  .v71-floating { inset-block-end: .75rem; inset-inline-end: .75rem; }
}

@media (max-width: 380px) {
  .v71 .container { width: calc(100% - 1.1rem); }
  .v71-logo img { height: 52px; }
  .v71-nav__actions { gap: .35rem; }
  .v71-language__button { min-width: 34px; }
  .v71-nav__give { padding-inline: .7rem; }
  .v71-hero__inner { padding-top: 98px; }
  .v71-donate-card { border-radius: 20px 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .v71 *, .v71 *::before, .v71 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal, .js .reveal-slow { opacity: 1; transform: none; }
}
