/* ============================================================
   Homepage — hero, stats, quote moment, news, routes teaser,
   sanctuaries CTA band. Loaded after site.css.
   ============================================================ */

/* ---- HERO ---- */
.hero { position: relative; min-height: 82vh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; isolation: isolate; }
.hero > .ph { position: absolute; inset: 0; z-index: -2; }
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.45) 46%, rgba(0,0,0,0.12) 100%),
    linear-gradient(0deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 48%);
}
.hero__inner { position: relative; width: 100%; max-width: var(--wide);
  margin: 0 auto; padding: var(--sp-80) var(--sp-40); }
.hero .eyebrow { color: #fff; margin-bottom: var(--sp-40); }
.hero .eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); display: inline-block; vertical-align: middle; }
.hero h1 { color: #fff; font-size: clamp(2.75rem, 5.2vw, 4.6rem); max-width: 15ch;
  margin-bottom: var(--sp-40); text-shadow: 0 2px 24px rgba(0,0,0,0.3); }
.hero__lead { color: rgba(255,255,255,0.88); font-family: var(--font-body);
  font-size: var(--text-l); max-width: 46ch; line-height: 1.55; margin-bottom: var(--sp-50); }
.hero__cta { display: flex; gap: var(--sp-30); flex-wrap: wrap; }
.hero .btn--primary { background: var(--red); border-color: var(--red); }
.hero .btn--primary:hover { background: var(--red-dark); border-color: var(--red-dark); }
.hero .btn--outline { color: #fff; border-color: rgba(255,255,255,0.55); background: transparent; }
.hero .btn--outline:hover { background: #fff; color: #000; border-color: #fff; }
.hero__credit { position: absolute; right: var(--sp-40); bottom: var(--sp-30); z-index: 1;
  font-size: var(--text-xs); color: rgba(255,255,255,0.5); letter-spacing: 0.04em; }

/* ---- STATS STRIP ---- */
.stats { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.stats__grid { max-width: var(--wide); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: var(--sp-70) var(--sp-50); border-left: 1px solid var(--rule); }
.stat:first-child { border-left: none; }
.stat__num { font-family: var(--font-head); font-weight: 600;
  font-size: clamp(2.4rem, 3.6vw, 3.4rem); letter-spacing: -0.025em; line-height: 1;
  font-variant-numeric: tabular-nums; display: flex; align-items: baseline; gap: 0.3rem; }
.stat__num .u { font-size: 0.95rem; font-weight: 600; color: var(--gray-30);
  letter-spacing: 0.04em; text-transform: uppercase; }
.stat__lbl { margin-top: var(--sp-40); font-size: var(--text-s); color: var(--gray-60);
  max-width: 24ch; line-height: 1.45; }
.stat__cap { display: block; font-size: var(--text-xs); color: var(--gray-30);
  text-transform: uppercase; letter-spacing: 0.07em; font-weight: 600; margin-bottom: var(--sp-30); }

/* ---- QUOTE MOMENT ---- */
.quote-moment { background: var(--off-white); position: relative; overflow: hidden; }
.quote-moment__inner { max-width: 940px; margin: 0 auto; padding: var(--sp-80) var(--sp-40);
  text-align: center; position: relative; z-index: 1; }
.quote-moment blockquote { font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.7rem, 3.2vw, 2.7rem); line-height: 1.28; letter-spacing: -0.01em;
  margin: 0; text-wrap: balance; }
.quote-moment blockquote .qd { color: var(--red); }
.quote-moment cite { display: block; margin-top: var(--sp-50); font-style: normal;
  font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-60); }
.quote-moment .shell-bg { position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%); width: min(460px, 60%); color: rgba(0,0,0,0.035);
  z-index: 0; pointer-events: none; }

/* ---- NEWS GRID ---- */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-60) var(--sp-50); }

/* ---- ROUTES TEASER ---- */
.routes-teaser { position: relative; }
.teaser-card { border: 1px dashed var(--rule); background: var(--off-white);
  padding: var(--sp-70) var(--sp-50); text-align: center; position: relative; overflow: hidden; }
.teaser-card .icon-clock { width: 40px; height: 40px; color: var(--gray-30); margin-bottom: var(--sp-40); }
.teaser-card h3 { font-size: var(--text-xl); margin-bottom: var(--sp-30); }
.teaser-card p { color: var(--gray-60); max-width: 50ch; margin: 0 auto; }
.teaser-routes { display: flex; flex-wrap: wrap; gap: var(--sp-30); justify-content: center; margin-top: var(--sp-50); }
.teaser-routes span { font-family: var(--font-head); font-weight: 600; font-size: var(--text-s);
  color: var(--gray-30); border: 1px solid var(--rule); padding: 0.5rem 0.9rem; background: var(--white); }

/* ---- SANCTUARIES CTA BAND ---- */
.cta-band { background: var(--black); color: #fff; }
.cta-band__inner { max-width: var(--wide); margin: 0 auto; padding: var(--sp-80) var(--sp-40);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--sp-60); }
.cta-band__num { font-family: var(--font-head); font-weight: 600; font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: 1; color: var(--red); letter-spacing: -0.03em; }
.cta-band__text h2 { color: #fff; max-width: 18ch; margin-bottom: var(--sp-30); }
.cta-band__text p { color: rgba(255,255,255,0.7); max-width: 52ch; margin: 0; }
.cta-band .btn--primary { background: var(--red); border-color: var(--red); }
.cta-band .btn--primary:hover { background: #fff; color: #000; border-color: #fff; }

@media (max-width: 1000px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band__inner { grid-template-columns: 1fr; gap: var(--sp-40); text-align: left; }
}
@media (max-width: 760px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-left: none; border-top: 1px solid var(--rule); }
  .stat:first-child, .stat:nth-child(2) { border-top: none; }
  .stat:nth-child(even) { border-left: 1px solid var(--rule); }
  .news-grid { grid-template-columns: 1fr; }
  .hero { min-height: 74vh; }
}
