/* ===== Boundless — Cheder Chabad Florida ===== */

:root {
  --navy-900: #061a30;
  --navy-800: #0b2540;
  --navy-700: #112f4f;
  --navy-600: #1a3e63;
  --gold-500: #c8a560;
  --gold-400: #d8b878;
  --gold-300: #e6cfa1;
  --ivory:    #f7f4ec;
  --paper:    #fbfaf6;
  --ink-900:  #0c1a2b;
  --ink-700:  #2b3a4e;
  --ink-500:  #54627a;
  --line:     rgba(12, 26, 43, 0.12);
  --line-on-dark: rgba(255,255,255,0.14);

  --f-sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --f-serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --f-display: 'Cinzel', 'Cormorant Garamond', serif;

  --container: 1240px;
  --radius: 6px;
  --shadow-lg: 0 30px 60px -20px rgba(6, 26, 48, 0.45);
  --shadow-md: 0 12px 28px -10px rgba(6, 26, 48, 0.35);

  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--f-sans);
  color: var(--ink-900);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--gold-500); }
em { font-style: italic; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }

/* ===== NAV ===== */
.nav {
  position: fixed; inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(6, 26, 48, 0.0);
  backdrop-filter: blur(0);
  transition: background .3s var(--ease), backdrop-filter .3s var(--ease), box-shadow .3s var(--ease);
}
.nav.is-scrolled {
  background: rgba(6, 26, 48, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 32px;
  display: flex; align-items: center; gap: 32px;
}
.nav__brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff;
}
.nav__brand-mark {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: 22px;
  color: var(--gold-400);
  letter-spacing: .02em;
}
.nav__brand-name {
  font-family: var(--f-display);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.nav__brand-name em {
  color: var(--gold-400);
  font-style: normal;
  font-weight: 500;
}
.nav__links {
  display: flex; gap: 22px;
  margin-left: auto;
}
.nav__links a {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative; padding: 8px 0;
}
.nav__links a::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--gold-400);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav__links a:hover { color: #fff; }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta {
  display: inline-block;
  padding: 11px 22px;
  border: 1px solid var(--gold-400);
  color: var(--gold-300);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.nav__cta:hover { background: var(--gold-400); color: var(--navy-900); }
.nav__toggle {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 36px; height: 32px;
  flex-direction: column; justify-content: center; gap: 6px;
}
.nav__toggle span {
  display: block; height: 2px; background: #fff;
  transition: transform .2s var(--ease), opacity .2s var(--ease);
}

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: heroZoom 22s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1.0); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(6,26,48,0.35) 0%, rgba(6,26,48,0.78) 80%),
    linear-gradient(180deg, rgba(6,26,48,0.55) 0%, rgba(6,26,48,0.35) 40%, rgba(6,26,48,0.85) 100%);
}
.hero__content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 120px 24px 80px;
  max-width: 900px;
}
.hero__bh {
  font-family: var(--f-serif);
  font-size: 14px;
  letter-spacing: .15em;
  color: var(--gold-300);
  opacity: .85;
  margin-bottom: 18px;
}
.hero__heb {
  font-family: var(--f-serif);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  color: var(--gold-300);
  margin-bottom: 6px;
  letter-spacing: .04em;
}
.hero__title {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(58px, 11vw, 148px);
  line-height: 1;
  letter-spacing: .04em;
}
.boundless {
  background: linear-gradient(180deg, #e6cfa1 0%, #c8a560 55%, #9c7a3b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-400);
  position: relative;
}
.hero__sub {
  margin: 18px 0 0;
  font-family: var(--f-display);
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: .42em;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
}
.hero__meta {
  margin-top: 56px;
  font-family: var(--f-sans);
  font-size: 13px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold-300);
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
}
.hero__meta .dot { color: var(--gold-500); opacity: .7; }
.hero__scroll {
  position: absolute; bottom: 36px; left: 50%;
  transform: translateX(-50%);
  width: 28px; height: 46px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  display: block;
}
.hero__scroll span {
  display: block; width: 2px; height: 8px;
  background: var(--gold-400);
  margin: 8px auto 0;
  border-radius: 1px;
  animation: scrollDot 1.6s var(--ease) infinite;
}
@keyframes scrollDot {
  0%, 100% { transform: translateY(0); opacity: 1; }
  50% { transform: translateY(14px); opacity: 0; }
}

/* ===== SECTIONS — common ===== */
.section {
  padding: 120px 0;
  position: relative;
}
.section__title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: .04em;
  line-height: 1.1;
  margin: 8px 0 24px;
  color: var(--navy-900);
}
.section__title em {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--ink-700);
  text-transform: none;
}
.section__title.light, .light .section__title { color: #fff; }
.eyebrow {
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold-500);
  font-weight: 600;
  margin: 0 0 6px;
}
.eyebrow.light, .light .eyebrow { color: var(--gold-300); }
.lead {
  font-family: var(--f-serif);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.55;
  color: var(--ink-700);
  font-weight: 400;
  max-width: 760px;
  margin: 0 0 32px;
}
.lead.light, .light .lead { color: rgba(255,255,255,0.85); }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.subhead {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: .08em;
  margin: 80px 0 32px;
  color: var(--navy-900);
}
.subhead.light, .light .subhead { color: #fff; }
.gold { color: var(--gold-500); }

/* ===== VISION ===== */
.vision { background: var(--paper); padding-top: 160px; }
.vision__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.vision__media { position: sticky; top: 110px; }
.vision__photo {
  width: 100%;
  aspect-ratio: 5 / 4;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}
.pullquote {
  margin: 36px 0 24px;
  padding: 0 0 0 22px;
  border-left: 2px solid var(--gold-500);
}
.pullquote p {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  color: var(--ink-700);
  margin: 0;
}
.hebrew-quote {
  background: var(--navy-900);
  color: #fff;
  padding: 26px 28px;
  border-radius: var(--radius);
  display: grid; gap: 4px;
  box-shadow: var(--shadow-md);
}
.hebrew-quote .he {
  font-family: var(--f-serif);
  font-weight: 500;
  font-size: 28px;
  color: var(--gold-300);
  direction: rtl;
  letter-spacing: .03em;
}
.hebrew-quote .en {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 18px;
  color: rgba(255,255,255,0.92);
}
.hebrew-quote .src {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-top: 8px;
}
.vision__text .prose p {
  font-family: var(--f-serif);
  font-size: 18.5px;
  line-height: 1.7;
  color: var(--ink-700);
  margin: 0 0 18px;
}
.vision__text .prose strong {
  color: var(--navy-800);
  font-weight: 600;
}
.he-inline {
  font-family: var(--f-serif);
  font-weight: 500;
  color: var(--navy-800);
  direction: rtl;
  display: inline-block;
  padding: 0 2px;
}
.signatures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}
.sig__name {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 24px;
  color: var(--navy-800);
  margin-bottom: 4px;
}
.sig__title {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--ink-500);
}

/* ===== GROWTH ===== */
.growth { background: var(--ivory); }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 56px 0 80px;
}
.stat {
  text-align: center;
  padding: 36px 18px;
  background: #fff;
  border-radius: var(--radius);
  border-top: 3px solid var(--gold-500);
  box-shadow: var(--shadow-md);
}
.stat__num {
  display: block;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(40px, 4vw, 56px);
  color: var(--navy-800);
  line-height: 1;
}
.stat__lbl {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.timeline {
  list-style: none;
  padding: 0; margin: 0 0 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  counter-reset: tl;
}
.timeline::before {
  content: '';
  position: absolute; top: 22px; left: 6%; right: 6%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-500) 0%, var(--gold-400) 50%, var(--gold-300) 100%);
  opacity: .55;
}
.timeline__item {
  position: relative;
  text-align: center;
  padding: 0 12px;
}
.timeline__item::before {
  content: '';
  display: block;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--gold-500);
  border: 4px solid var(--ivory);
  margin: 16px auto 18px;
  box-shadow: 0 0 0 1px var(--gold-500);
}
.timeline__item--future::before { background: var(--navy-800); box-shadow: 0 0 0 1px var(--navy-800); }
.timeline__year {
  display: block;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--navy-800);
  letter-spacing: .06em;
}
.timeline__label {
  display: block;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin: 4px 0 8px;
}
.timeline__item p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-500);
  line-height: 1.5;
}
.divisions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.division {
  display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px;
  padding: 36px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--navy-800);
  font-weight: 500;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.division:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-400);
}
.division__icon {
  font-size: 28px;
  color: var(--gold-500);
  line-height: 1;
}

/* ===== IMPACT ===== */
.impact { background: var(--paper); }
.impact__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start;
}
.impact__media { display: grid; gap: 24px; position: sticky; top: 110px; }
.impact__plan, .impact__map {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  background: #fff;
}
.address-card {
  background: var(--navy-900);
  color: #fff;
  padding: 22px 26px;
  border-radius: var(--radius);
  margin: 8px 0 36px;
  border-left: 3px solid var(--gold-500);
}
.address-card__line { font-size: 15px; }
.address-card__line strong {
  color: var(--gold-300);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.facilities {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  counter-reset: f;
}
.facilities li {
  display: flex; align-items: center; gap: 14px;
  font-size: 15px;
  color: var(--ink-700);
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.facilities li span {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--navy-800);
  color: var(--gold-300);
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

/* ===== SPACE ===== */
.space {
  position: relative;
  color: #fff;
  padding: 140px 0 140px;
}
.space__bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.space__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(6,26,48,0.85) 0%, rgba(6,26,48,0.72) 60%, rgba(6,26,48,0.92) 100%);
}
.space__inner { position: relative; z-index: 2; }
.space__heading { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.space__heading .lead { margin-left: auto; margin-right: auto; }
.space__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.big-stat {
  text-align: center;
  padding: 32px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  backdrop-filter: blur(6px);
}
.big-stat__num {
  display: block;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--gold-300);
  line-height: 1;
  letter-spacing: .02em;
}
.big-stat__lbl {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.features {
  list-style: none;
  padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 14px;
}
.features li {
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  padding: 10px 18px;
  border: 1px solid var(--gold-400);
  border-radius: 999px;
}

/* ===== GALLERY ===== */
.possibility { background: var(--ivory); }
.chinuch { background: var(--paper); }
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap: 20px;
  margin-top: 56px;
}
.gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  background: #0d2640;
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.gallery__item:hover img { transform: scale(1.05); }
.gallery__item figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 22px 22px 18px;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(180deg, rgba(6,26,48,0) 0%, rgba(6,26,48,0.85) 100%);
}
.gallery--alt .gallery__item--wide { grid-column: span 2; }

/* ===== CAMPAIGN ===== */
.campaign {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(200,165,96,0.10), transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(200,165,96,0.06), transparent 55%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
  color: #fff;
}
.campaign__head { max-width: 820px; margin: 0 auto 56px; }
.campaign__goal {
  text-align: center;
  padding: 56px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--gold-400);
  border-radius: var(--radius);
  max-width: 720px;
  margin: 0 auto 56px;
  box-shadow: 0 0 0 1px rgba(200,165,96,0.18), 0 30px 70px -20px rgba(0,0,0,.55);
}
.campaign__label {
  display: block;
  font-size: 12px;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--gold-300);
  margin-bottom: 14px;
}
.campaign__amount {
  display: block;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(48px, 7vw, 88px);
  background: linear-gradient(180deg, #f1dca6 0%, #c8a560 60%, #8a6a30 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: .04em;
  line-height: 1;
}
.campaign__breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 72px;
}
.bd-card {
  padding: 36px 26px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-on-dark);
  border-top: 3px solid var(--gold-500);
  border-radius: var(--radius);
  text-align: center;
}
.bd-card__amt {
  display: block;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 44px;
  color: var(--gold-300);
  line-height: 1;
}
.bd-card__title {
  display: block;
  margin: 18px 0 8px;
  font-size: 13px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.bd-card__desc {
  display: block;
  font-family: var(--f-serif);
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  font-style: italic;
}
.naming {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  margin-bottom: 80px;
}
.naming__item {
  text-align: center;
  padding: 28px 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-on-dark);
  border-radius: var(--radius);
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  transition: border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}
.naming__item:hover {
  border-color: var(--gold-400);
  background: rgba(200,165,96,0.10);
  transform: translateY(-2px);
}
.cta-band {
  text-align: center;
  padding: 64px 28px;
  border-top: 1px solid var(--line-on-dark);
  border-bottom: 1px solid var(--line-on-dark);
  margin-top: 32px;
}
.cta-band h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 32px);
  margin: 0 0 32px;
  letter-spacing: .04em;
  color: #fff;
}
.cta-band__contact {
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold-300);
  margin: 0 0 22px;
  font-weight: 500;
}
.cta-band__row {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 32px;
}
.btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2px;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.btn--gold {
  background: var(--gold-500);
  color: var(--navy-900);
  border: 1px solid var(--gold-500);
}
.btn--gold:hover { background: var(--gold-400); color: var(--navy-900); transform: translateY(-2px); }
.btn--ghost {
  background: transparent;
  color: var(--gold-300);
  border: 1px solid var(--gold-400);
}
.btn--ghost:hover { background: rgba(200,165,96,0.12); color: #fff; }
.cta-band__tag {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 19px;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

/* ===== FOOTER ===== */
.footer {
  background: #04101e;
  color: rgba(255,255,255,0.7);
  padding: 80px 0 24px;
  font-size: 14px;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--line-on-dark);
}
.footer__mark {
  font-family: var(--f-serif);
  font-weight: 600;
  font-size: 28px;
  color: var(--gold-400);
  margin-bottom: 8px;
}
.footer__name {
  font-family: var(--f-display);
  font-size: 14px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.footer__tag {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--gold-300);
  max-width: 280px;
  line-height: 1.5;
}
.footer h4 {
  font-size: 12px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
  font-weight: 600;
}
.footer p { margin: 0 0 12px; line-height: 1.65; }
.footer a { color: rgba(255,255,255,0.85); }
.footer a:hover { color: var(--gold-300); }
.footer__base {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  max-width: var(--container);
  margin: 0 auto;
  padding: 28px 32px 0;
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.footer__heb { color: var(--gold-400); }

/* ===== Reveal animation ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .section { padding: 90px 0; }
  .vision__grid, .impact__grid { grid-template-columns: 1fr; gap: 48px; }
  .vision__media, .impact__media { position: static; }
  .stats, .space__stats { grid-template-columns: repeat(2, 1fr); }
  .divisions { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(5, 1fr); gap: 0; }
  .timeline__item { padding: 0 6px; }
  .timeline__item p { display: none; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gallery__item--wide { grid-column: span 2; }
  .gallery__item--tall { grid-row: span 1; }
  .campaign__breakdown { grid-template-columns: 1fr; }
  .naming { grid-template-columns: repeat(3, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .facilities { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .container { padding: 0 22px; }
  .nav__inner { padding: 14px 22px; gap: 12px; }
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; margin-left: auto; }
  .nav.menu-open { background: rgba(6,26,48,0.97); }
  .nav.menu-open .nav__links {
    display: flex; flex-direction: column; gap: 18px;
    position: absolute; top: 100%; left: 0; right: 0;
    padding: 24px 28px 32px;
    background: rgba(6,26,48,0.97);
    border-top: 1px solid var(--line-on-dark);
  }
  .nav__brand-name { display: none; }
  .hero { min-height: 88vh; }
  .hero__meta { gap: 8px; font-size: 11px; }
  .hero__meta .dot { display: none; }
  .section { padding: 72px 0; }
  .stats, .space__stats { grid-template-columns: 1fr 1fr; gap: 14px; }
  .stat, .big-stat { padding: 24px 14px; }
  .timeline { grid-template-columns: 1fr; gap: 18px; text-align: left; }
  .timeline::before { display: none; }
  .timeline__item { text-align: left; padding-left: 32px; position: relative; }
  .timeline__item::before { position: absolute; left: 0; top: 6px; margin: 0; }
  .timeline__item p { display: block; }
  .divisions { grid-template-columns: 1fr; }
  .signatures { grid-template-columns: 1fr; gap: 24px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .gallery__item--wide { grid-column: span 1; }
  .naming { grid-template-columns: 1fr 1fr; }
  .features li { font-size: 11px; padding: 8px 14px; }
  .footer__inner { grid-template-columns: 1fr; }
  .vision { padding-top: 110px; }
  .vision__text .prose p { font-size: 17px; }
  .hebrew-quote .he { font-size: 22px; }
  .cta-band { padding: 48px 16px; }
  .btn { width: 100%; }
}
