/* ============================================================
   S.O.N. ORGANIZATION — HOMEPAGE (2026 BOLD REDESIGN)
   Restructured, editorial layouts. Same brand: navy #012B78,
   gold #F8DA40. All rules scoped under `.home`.
   Fonts: Poppins (head) / Inter (body) / Bebas Neue (numbers).
   ============================================================ */

.home {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: clip;
}
.home h1, .home h2, .home h3, .home h4 {
  font-family: var(--font-head);
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: -.02em;
}

/* ---- Layout helpers ---- */
.home .wrap { max-width: 1240px; margin: 0 auto; padding: 0 1.6rem; }
.home section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }
.home .eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600;
  font-size: .76rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--navy); margin-bottom: 1.1rem;
}
.home .eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--gold); }

.home .section-head { max-width: 760px; margin: 0 0 3.2rem; }
.home .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.home .section-head.center .eyebrow { justify-content: center; }
.home .section-head h2 {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem); font-weight: 700;
}
.home .section-head p { color: var(--muted); margin-top: 1rem; font-size: var(--lead); }

/* ---- Buttons ---- */
.home .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: .95rem 1.9rem; border-radius: 999px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s, color .2s, border-color .2s;
}
.home .btn-gold { background: var(--gold); color: var(--navy); }
.home .btn-gold:hover { background: var(--gold-hover); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(248,218,64,.35); }
.home .btn-navy { background: var(--navy); color: var(--white); }
.home .btn-navy:hover { background: var(--navy-deep); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.home .btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.home .btn-ghost:hover { border-color: var(--gold); background: rgba(248,218,64,.14); }
.home .btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.home .btn-outline:hover { background: var(--navy); color: var(--white); transform: translateY(-3px); }
.home .btn-text {
  font-family: var(--font-head); font-weight: 600; color: var(--navy);
  text-decoration: none; display: inline-flex; align-items: center; gap: .45rem;
}
.home .btn-text svg { transition: transform .2s; }
.home .btn-text:hover svg { transform: translateX(5px); }

/* ============================================================
   1. HERO — full-bleed scene, oversized split headline,
   side rail, animated stat ticker
   ============================================================ */
.home .hero-2026 {
  position: relative; min-height: 100vh;
  display: flex; align-items: center;
  color: var(--white); padding: 7rem 0 0; isolation: isolate;
}
.home .hero-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.home .hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 28%;
  transform: scale(1.08); animation: heroZoom 16s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.home .hero-2026::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(98deg, var(--navy-deep) 8%, rgba(2,30,84,.96) 32%, rgba(2,30,84,.62) 60%, rgba(2,30,84,.18) 100%),
    linear-gradient(0deg, rgba(2,30,84,.92) 0%, rgba(2,30,84,0) 38%);
}

.home .hero-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 1.6rem; width: 100%;
}
.home .hero-copy { max-width: 760px; }
.home .hero-2026 .eyebrow { color: var(--gold); }
.home .hero-2026 .eyebrow::before { background: var(--gold); width: 42px; }

.home .hero-2026 h1 {
  color: var(--white);
  font-size: clamp(2.7rem, 7vw, 6rem);
  font-weight: 800; line-height: .98; letter-spacing: -.03em;
  margin-bottom: 1.4rem; text-wrap: balance;
}
.home .hero-2026 h1 .accent {
  color: transparent; -webkit-text-stroke: 1.5px var(--gold);
  text-stroke: 1.5px var(--gold);
}
.home .hero-sub {
  font-size: clamp(1.08rem, 1.7vw, 1.35rem); color: rgba(255,255,255,.9);
  max-width: 560px; margin-bottom: 2.2rem; font-weight: 400;
}
.home .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Vertical side rail */
.home .hero-rail {
  position: absolute; right: 2.2rem; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 1.4rem;
  z-index: 2;
}
.home .hero-rail .rail-text {
  writing-mode: vertical-rl; text-orientation: mixed;
  font-family: var(--font-head); font-weight: 600; font-size: .72rem;
  letter-spacing: .35em; text-transform: uppercase; color: rgba(255,255,255,.6);
}
.home .hero-rail .rail-line { width: 1px; height: 80px; background: linear-gradient(var(--gold), transparent); }

/* Stat ticker — sits along the hero bottom */
.home .hero-stats {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  border-top: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(0deg, rgba(2,30,84,.55), transparent);
  backdrop-filter: blur(2px);
}
.home .hero-stats-inner {
  max-width: 1240px; margin: 0 auto; padding: 1.5rem 1.6rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.home .hero-stat { display: flex; flex-direction: column; gap: .2rem; }
.home .hero-stat .num {
  font-family: var(--font-num); font-size: clamp(2.2rem, 3.6vw, 3.2rem);
  line-height: 1; color: var(--gold); letter-spacing: .02em;
}
.home .hero-stat .label {
  font-family: var(--font-head); font-size: .76rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.78);
}

/* ============================================================
   2. MISSION — asymmetric editorial split w/ overlap card
   ============================================================ */
.home .mission-2026 { background: var(--white); }
.home .mission-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.home .mission-figure { position: relative; }
.home .mission-figure img {
  width: 100%; aspect-ratio: 4/3.6; object-fit: cover;
  border-radius: 0 90px 0 90px; box-shadow: var(--shadow-soft);
}
.home .mission-figure::before {
  content: ""; position: absolute; inset: -18px -18px auto auto;
  width: 62%; height: 62%; background: var(--gold); z-index: -1;
  border-radius: 0 90px 0 0;
}
.home .mission-figure .float-quote {
  position: absolute; left: -2.5rem; bottom: -2rem;
  max-width: 320px; background: var(--navy); color: #fff;
  padding: 1.6rem 1.8rem; border-radius: 18px; box-shadow: var(--shadow-soft);
}
.home .mission-figure .float-quote p {
  font-family: var(--font-head); font-style: italic; font-weight: 500;
  font-size: 1.02rem; line-height: 1.5;
}
.home .mission-figure .float-quote .who { display: block; margin-top: .7rem; font-size: .78rem; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; font-style: normal; }
.home .mission-copy h2 { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 700; margin-bottom: 1.2rem; }
.home .mission-copy p { color: var(--muted); margin-bottom: 1.1rem; font-size: 1.06rem; }
.home .mission-copy p em { color: var(--navy); font-style: normal; font-weight: 600; }
.home .mission-copy .mission-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.6rem 0; }
.home .mission-copy .mission-tags span {
  font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  padding: .45rem 1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--navy);
}

/* ============================================================
   3. PROGRAMS — bento grid (mixed tile sizes), ghost numbers
   ============================================================ */
.home .programs { background: var(--navy-deep); color: #fff; }
.home .programs .section-head h2 { color: #fff; }
.home .programs .eyebrow { color: var(--gold); }
.home .programs .eyebrow::before { background: var(--gold); }
.home .programs .section-head p { color: rgba(255,255,255,.78); }
.home .bento {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.1rem;
}
.home .program-card {
  position: relative; overflow: hidden;
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px; padding: 2.1rem 1.9rem;
  display: flex; flex-direction: column; min-height: 230px;
  transition: transform .25s var(--ease), background .25s, border-color .25s;
}
.home .program-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.08); border-color: rgba(248,218,64,.4); }
.home .program-card .ghost-n {
  position: absolute; right: .6rem; top: -1.4rem;
  font-family: var(--font-num); font-size: 7rem; line-height: 1;
  color: rgba(255,255,255,.05); pointer-events: none;
}
/* bento spans */
.home .program-card:nth-child(1) { grid-column: span 3; }
.home .program-card:nth-child(2) { grid-column: span 3; }
.home .program-card:nth-child(3) { grid-column: span 2; }
.home .program-card:nth-child(4) { grid-column: span 2; }
.home .program-card:nth-child(5) { grid-column: span 2; }
.home .program-card:nth-child(6) { grid-column: span 6; flex-direction: row; align-items: center; gap: 2rem; min-height: 0; }
.home .program-card:nth-child(6) .program-body { flex: 1; }

.home .program-icon {
  width: 54px; height: 54px; border-radius: 14px; background: var(--gold);
  display: grid; place-items: center; margin-bottom: 1.2rem; flex-shrink: 0;
}
.home .program-icon svg { width: 28px; height: 28px; stroke: var(--navy); fill: none; }
.home .program-card h3 { font-size: 1.3rem; font-weight: 600; color: #fff; margin-bottom: .55rem; }
.home .program-card p { color: rgba(255,255,255,.72); font-size: .98rem; margin-bottom: 1.1rem; flex: 1; }
.home .program-card .btn-text { color: var(--gold); }
.home .program-card .btn-text svg { stroke: var(--gold); }

/* ============================================================
   4. IMPACT — full-bleed band, oversized animated counters
   ============================================================ */
.home .impact-2026 { background: var(--gold); color: var(--navy); }
.home .impact-2026 .section-head h2 { color: var(--navy); }
.home .impact-2026 .eyebrow { color: var(--navy); }
.home .impact-2026 .eyebrow::before { background: var(--navy); }
.home .impact-2026 .section-head p { color: rgba(1,43,120,.8); }
.home .impact-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2rem; border-top: 2px solid rgba(1,43,120,.25);
}
.home .impact-stat { padding-top: 1.8rem; position: relative; }
.home .impact-stat::before {
  content: ""; position: absolute; top: -2px; left: 0; width: 56px; height: 4px; background: var(--navy);
}
.home .impact-stat .num {
  font-family: var(--font-num); font-size: clamp(3.4rem, 7vw, 6rem); line-height: .9; color: var(--navy);
}
.home .impact-stat .label { font-family: var(--font-head); font-weight: 700; margin-top: .4rem; font-size: 1.05rem; }
.home .impact-stat .desc { font-size: .9rem; color: rgba(1,43,120,.7); margin-top: .3rem; }

/* ============================================================
   5. STORIES — staggered offset cards
   ============================================================ */
.home .stories { background: var(--cream-2); }
.home .stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: start; }
.home .story-card:nth-child(2) { transform: translateY(2.4rem); }
.home .story-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 2.2rem;
  display: flex; flex-direction: column; box-shadow: var(--shadow-card);
  transition: transform .25s var(--ease), box-shadow .25s;
}
.home .story-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.home .story-card:nth-child(2):hover { transform: translateY(calc(2.4rem - 6px)); box-shadow: var(--shadow-soft); }
.home .story-quote-mark { font-family: var(--font-head); font-weight: 800; font-size: 3.4rem; line-height: .5; color: var(--gold); margin-bottom: 1rem; }
.home .story-card blockquote { font-size: 1.05rem; color: var(--ink); margin: 0 0 1.6rem; flex: 1; }
.home .story-person { display: flex; align-items: center; gap: .9rem; }
.home .story-person img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); }
.home .story-person .name { font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.home .story-person .role { font-size: .85rem; color: var(--muted); }
.home .stories-disclaimer { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 3rem; font-style: italic; }

/* ============================================================
   6. GET INVOLVED — bold 3-panel split, one dark feature
   ============================================================ */
.home .involve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.home .involve-card {
  border-radius: 22px; padding: 2.8rem 2.2rem; border: 1px solid var(--line);
  background: #fff; display: flex; flex-direction: column; align-items: flex-start;
  transition: transform .25s var(--ease), box-shadow .25s;
}
.home .involve-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-soft); }
.home .involve-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
.home .involve-card.featured h3 { color: #fff; }
.home .involve-card.featured p { color: rgba(255,255,255,.82); }
.home .involve-icon { width: 62px; height: 62px; border-radius: 16px; background: var(--gold); display: grid; place-items: center; margin-bottom: 1.4rem; }
.home .involve-icon svg { width: 30px; height: 30px; stroke: var(--navy); fill: none; }
.home .involve-card h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: .7rem; }
.home .involve-card p { color: var(--muted); margin-bottom: 1.8rem; flex: 1; }

/* ============================================================
   7. PARTNERS — marquee-style strip
   ============================================================ */
.home .partners-2026 { background: var(--surface); }
.home .partners-logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.home .partner-tile {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.8rem;
  display: flex; flex-direction: column; align-items: center; gap: .9rem;
  transition: transform .2s, box-shadow .2s;
}
.home .partner-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.home .partner-tile img { height: 62px; width: auto; object-fit: contain; filter: grayscale(1); opacity: .7; transition: filter .3s, opacity .3s; }
.home .partner-tile:hover img { filter: none; opacity: 1; }
.home .partner-tile .pname { font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: .92rem; }

/* ============================================================
   8. DONATE — full-bleed image, oversized headline
   ============================================================ */
.home .donate-band { position: relative; color: #fff; text-align: center; padding: clamp(5rem, 11vw, 9rem) 0; overflow: hidden; isolation: isolate; }
.home .donate-band .donate-bg { position: absolute; inset: 0; z-index: -2; }
.home .donate-band .donate-bg img { width: 100%; height: 100%; object-fit: cover; }
.home .donate-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2,30,84,.86), rgba(1,43,120,.92)); }
.home .donate-band .eyebrow { color: var(--gold); justify-content: center; }
.home .donate-band .eyebrow::before { background: var(--gold); }
.home .donate-band h2 { color: #fff; font-size: clamp(2.2rem, 6vw, 4.4rem); font-weight: 800; margin-bottom: 1.2rem; letter-spacing: -.02em; }
.home .donate-band p { max-width: 640px; margin: 0 auto 2.2rem; font-size: 1.15rem; color: rgba(255,255,255,.9); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .home .hero-rail { display: none; }
  .home .bento { grid-template-columns: repeat(2, 1fr); }
  .home .program-card:nth-child(n) { grid-column: span 1; }
  .home .program-card:nth-child(6) { grid-column: span 2; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 880px) {
  .home .mission-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .home .mission-figure .float-quote { position: static; margin-top: 1.2rem; max-width: none; }
  .home .impact-row { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; }
  .home .stories-grid { grid-template-columns: 1fr; }
  .home .story-card:nth-child(2) { transform: none; }
  .home .story-card:nth-child(2):hover { transform: translateY(-6px); }
  .home .involve-grid { grid-template-columns: 1fr; }
  .home .partners-logos { grid-template-columns: repeat(2, 1fr); }
  .home .hero-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
}
@media (max-width: 560px) {
  .home .bento { grid-template-columns: 1fr; }
  .home .program-card:nth-child(6) { grid-column: span 1; }
  .home .mission-figure img { border-radius: 0 50px 0 50px; }
}
