/* ══════════════════════════════════════════════════════
   BANNER SWITCH — uncomment exactly one --hero-img line
   ══════════════════════════════════════════════════════ */
:root {
  /* Option A: Original layered banner (master cutout + golden sunset) */
  --hero-img: url('master-cutout.png') right 4% bottom / auto 80% no-repeat, url('golden-sunset.png') center center / cover no-repeat;

  /* Option B: Hero banner preview photo */
  /* --hero-img: url('hero-banner-preview.jpg') 152% center / cover no-repeat; */
}

/* ── Hero (home only) ── */
#hero {
  min-height: 68vh; max-height: 720px; margin-top: 72px;
  background:
    linear-gradient(105deg,
      rgba(14,8,4,0.88) 0%, rgba(14,8,4,0.72) 40%,
      rgba(14,8,4,0.28) 68%, rgba(14,8,4,0.05) 100%),
    var(--hero-img);
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  text-align: left; padding: 80px 8% 60px; position: relative;
}
.hero-badge {
  font-family: 'Cinzel', serif; font-size: 0.7rem; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--gold-lt);
  border: 1px solid var(--gold); padding: 6px 20px;
  margin-bottom: 22px; display: inline-block;
}
#hero h1 {
  font-family: 'Cinzel', serif; font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 700; color: #fff; line-height: 1.08; margin-bottom: 10px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.65);
}
#hero h1 em { font-style: normal; color: var(--gold-lt); display: block; }
.hero-tagline {
  font-family: 'Noto Serif', serif; font-style: italic;
  font-size: clamp(0.88rem, 1.4vw, 1.05rem);
  color: rgba(245,237,216,0.6); letter-spacing: 0.06em; margin: 0 0 10px;
}
.hero-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  color: rgba(245,237,216,0.82); max-width: 420px; margin: 0 0 36px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
#hero .hero-badge, #hero h1, #hero .hero-tagline,
#hero .hero-sub, #hero .hero-btns { max-width: 52%; }
.hero-scroll {
  position: absolute; bottom: 28px; left: 8%;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--gold); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase;
}
.scroll-line { width: 1px; height: 36px; background: var(--gold); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:1} 50%{opacity:.3} }

/* ── Quick Stats Strip ── */
#stats { background: var(--ink); padding: 0; }
.stats-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 3px solid var(--gold);
}
.stat-block {
  padding: 36px 24px; text-align: center;
  border-right: 1px solid rgba(201,147,58,.2);
}
.stat-block:last-child { border-right: none; }
.stat-num { font-family: 'Cinzel', serif; font-size: 2.4rem; font-weight: 700; color: var(--gold-lt); line-height: 1; }
.stat-label { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,237,216,.6); margin-top: 6px; }

/* ── School Intro ── */
#intro { background: var(--cream); padding: 80px 24px; }
.intro-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.intro-inner p { font-size: 1.05rem; color: #3a2d20; line-height: 1.85; margin-bottom: 18px; }
.intro-inner p:last-of-type { margin-bottom: 0; }
.serving-cities {
  margin-top: 32px; padding: 18px 24px;
  border: 1px solid rgba(201,147,58,.35);
  font-size: 0.82rem; color: var(--warm-mid); letter-spacing: 0.04em;
}
.serving-cities strong { font-family: 'Cinzel', serif; color: var(--crimson); letter-spacing: 0.08em; }

/* ── What We Teach ── */
#teach { background: var(--parchment); }
.teach-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.teach-card {
  background: #fff; border-top: 4px solid var(--crimson);
  padding: 28px 28px 24px; box-shadow: 0 2px 14px var(--shadow);
  transition: transform .25s, box-shadow .25s;
}
.teach-card.accent { border-top-color: var(--gold); }
.teach-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); }
.teach-card-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.teach-icon { font-size: 1.8rem; line-height: 1; flex-shrink: 0; }
.teach-card h3 { font-family: 'Cinzel', serif; font-size: 1rem; color: var(--ink); margin-bottom: 2px; }
.teach-card .teach-sub { font-size: 0.7rem; color: var(--warm-mid); letter-spacing: 0.08em; text-transform: uppercase; }
.teach-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.teach-tag {
  background: var(--parchment); border: 1px solid rgba(201,147,58,.3);
  font-size: 0.75rem; color: var(--ink); padding: 4px 10px; border-radius: 2px;
}
.teach-tag.highlight { background: var(--crimson); color: #fff; border-color: var(--crimson); }
.teach-card p { font-size: 0.86rem; color: var(--warm-mid); line-height: 1.7; margin-top: 4px; }

/* ── Benefits ── */
#benefits { background: var(--cream); }
.benefits-intro { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.benefits-intro p { font-size: 1rem; color: #3a2d20; line-height: 1.8; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card {
  background: var(--parchment); padding: 28px 22px;
  border-bottom: 3px solid var(--gold);
  transition: transform .25s, box-shadow .25s;
}
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px var(--shadow); }
.benefit-card .b-icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
.benefit-card h4 { font-family: 'Cinzel', serif; font-size: 0.88rem; color: var(--crimson); margin-bottom: 8px; letter-spacing: 0.04em; }
.benefit-card p { font-size: 0.86rem; color: var(--warm-mid); line-height: 1.65; }

/* ── Programs by Age ── */
#programs { background: var(--ink); padding: 88px 24px; }
#programs .section-title { color: var(--parchment); }
#programs .section-tag { color: var(--gold-lt); }
.programs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.program-card {
  border: 1px solid rgba(201,147,58,.25);
  padding: 36px 28px; position: relative; overflow: hidden;
  transition: border-color .25s, background .25s;
}
.program-card:hover { border-color: var(--gold); background: rgba(201,147,58,.05); }
.program-age {
  font-family: 'Cinzel', serif; font-size: 2rem; font-weight: 700;
  color: var(--gold); line-height: 1; margin-bottom: 10px;
}
.program-card h3 { font-family: 'Cinzel', serif; font-size: 1rem; color: #fff; margin-bottom: 12px; }
.program-card p { font-size: 0.88rem; color: rgba(245,237,216,.65); line-height: 1.7; margin-bottom: 20px; }
.program-card ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.program-card ul li { font-size: 0.84rem; color: rgba(245,237,216,.55); padding-left: 14px; position: relative; }
.program-card ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ── CTA Banner ── */
#cta {
  background:
    linear-gradient(135deg, rgba(155,28,28,0.94) 0%, rgba(26,18,11,0.96) 100%),
    url('golden-sunset.png') center / cover no-repeat;
  padding: 96px 24px; text-align: center;
}
#cta .section-tag { color: var(--gold-lt); }
#cta h2 { font-family: 'Cinzel', serif; font-size: clamp(1.8rem, 3.5vw, 3rem); color: #fff; margin-bottom: 14px; }
#cta p { font-family: 'Noto Serif', serif; font-style: italic; color: rgba(245,237,216,.78); font-size: 1.08rem; max-width: 500px; margin: 0 auto 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

@media(max-width:900px) {
  .teach-grid, .programs-grid, .benefits-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:600px) {
  .teach-grid, .programs-grid, .benefits-grid { grid-template-columns: 1fr; }
  #hero .hero-badge, #hero h1, #hero .hero-tagline,
  #hero .hero-sub, #hero .hero-btns { max-width: 100%; }
  #hero {
    background:
      linear-gradient(105deg,
        rgba(14,8,4,0.88) 0%, rgba(14,8,4,0.72) 40%,
        rgba(14,8,4,0.28) 68%, rgba(14,8,4,0.05) 100%),
      url('golden-sunset.png') center center / cover no-repeat;
  }
}
