/* ============================================================
   SOLUA — For Parents
   Extends styles.css (header, footer, buttons, .wrap, .reveal,
   .section scaffold, .closing). Anima design system: warm cream,
   soft charcoal, Plus Jakarta Sans, sage + warm liturgical accents.
   Introduces two new layout patterns: an age band and a vertical
   prayerful-day timeline.
   ============================================================ */

/* ---------- hero: copy left, framed photo right with overlap card ---------- */
.par-hero {
  position: relative; overflow: hidden;
  background: var(--hero-ink); color: var(--color-cream);
  padding: 162px 0 110px;
}
.par-hero .hero-glow { top: -6%; right: -12%; width: 680px; height: 680px;
  background: radial-gradient(circle, rgba(123,146,121,0.50) 0%, rgba(123,146,121,0.10) 44%, transparent 68%); }
.par-hero .hero-glow.two { left: -14%; bottom: -28%; top: auto; right: auto; width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(212,183,133,0.30) 0%, transparent 66%); }
.par-hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 60px; align-items: center;
}
.par-hero .eyebrow {
  color: rgba(250,247,242,0.62); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.par-hero .eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(250,247,242,0.4); }
.par-hero h1 {
  font-weight: 300; font-size: clamp(42px, 5.6vw, 72px); line-height: 1.03;
  letter-spacing: -0.025em; margin: 0 0 24px; text-wrap: balance;
}
.par-hero h1 b { font-weight: 700; }
.par-hero h1 i { font-style: italic; font-weight: 300; }
.par-hero .par-sub {
  font-size: 20px; line-height: 1.55; color: rgba(250,247,242,0.74);
  max-width: 31em; margin: 0 0 36px;
}
.par-hero .hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.par-hero .hero-trust { margin-top: 32px; display: flex; align-items: center; gap: 14px; color: rgba(250,247,242,0.6); font-size: 14px; }
.par-hero .hero-trust .stars { display: inline-flex; gap: 3px; color: var(--color-christmas); }
.par-hero .hero-trust .stars svg { width: 16px; height: 16px; }

/* hero visual — framed photo + floating "tonight" card */
.ph-visual { position: relative; }
.ph-frame {
  position: relative; border-radius: 26px; overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.46), 0 0 0 1px rgba(250,247,242,0.08);
  aspect-ratio: 4.7 / 5.2;
}
.ph-frame img { width: 100%; height: 100%; object-fit: cover; }
.ph-frame .ph-scrim { position: absolute; inset: 0; background: linear-gradient(165deg, transparent 44%, rgba(20,16,14,0.30)); }
.ph-card {
  position: absolute; left: -26px; bottom: 30px; z-index: 3;
  display: flex; align-items: center; gap: 14px;
  background: rgba(26,22,20,0.78); backdrop-filter: blur(14px);
  border: 1px solid rgba(250,247,242,0.14);
  border-radius: 18px; padding: 14px 18px 14px 14px; color: var(--color-cream);
  box-shadow: 0 20px 44px rgba(0,0,0,0.4);
}
.ph-card .ph-ico { width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  display: grid; place-items: center; background: rgba(212,183,133,0.20); color: var(--color-christmas); }
.ph-card .ph-ico svg { width: 22px; height: 22px; }
.ph-card .ph-txt b { display: block; font-size: 14px; font-weight: 600; }
.ph-card .ph-txt small { font-size: 12px; color: rgba(250,247,242,0.66); }

/* ---------- first-teacher editorial statement ---------- */
.first-teacher { background: var(--color-cream); text-align: center; }
.first-teacher .wrap { max-width: 940px; }
.first-teacher .ft-eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sage); margin: 0 0 26px;
}
.first-teacher p.lead {
  font-size: clamp(26px, 3.4vw, 40px); font-weight: 300; line-height: 1.3;
  letter-spacing: -0.02em; color: var(--color-text-primary); margin: 0; text-wrap: balance;
}
.first-teacher p.lead b { font-weight: 600; color: var(--sage-deep); }
.first-teacher .ft-sign { margin: 28px 0 0; font-size: 15px; color: var(--color-text-secondary); }

/* ---------- how Solua helps parents — 4-up cards ---------- */
.par-help { background: var(--color-surface-1); }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.help {
  background: var(--color-cream); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 28px 26px 30px;
  display: flex; flex-direction: column;
  transition: transform var(--duration-base) var(--ease-calm), box-shadow var(--duration-base) var(--ease-calm);
}
.help:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.help .h-ico {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: var(--color-surface-1); color: var(--sage); margin-bottom: 20px;
}
.help .h-ico svg { width: 23px; height: 23px; }
.help h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 8px; }
.help p { font-size: 15px; line-height: 1.55; color: var(--color-text-secondary); margin: 0; text-wrap: pretty; }

/* ---------- grows with every age — banded layout ---------- */
.ages { background: var(--color-cream); }
.ages .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.age-band { display: flex; flex-direction: column; gap: 16px; }
.age-row {
  display: grid; grid-template-columns: 232px 1fr; gap: 36px; align-items: center;
  background: var(--color-surface-1); border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 30px 36px;
  transition: background var(--duration-base) var(--ease-calm);
}
.age-row:hover { background: var(--color-surface-2); }
.age-tag { display: flex; flex-direction: column; gap: 6px; }
.age-tag .a-range {
  font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sage-deep);
  display: inline-flex; align-items: center; gap: 9px;
}
.age-tag .a-range::before { content: ""; width: 28px; height: 28px; border-radius: 9px; flex-shrink: 0;
  background: var(--seg, var(--sage)); opacity: .9; }
.age-tag h3 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.02em; margin: 0; line-height: 1.08; }
.age-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: start; }
.age-body > p { font-size: 16px; line-height: 1.6; color: var(--color-text-secondary); margin: 0; text-wrap: pretty; }
.age-body ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.age-body li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; line-height: 1.45; color: var(--color-text-primary); }
.age-body .tick { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; margin-top: 1px;
  display: grid; place-items: center; background: rgba(123,146,121,0.16); color: var(--sage-deep); }
.age-body .tick svg { width: 11px; height: 11px; }

/* ---------- a prayerful day — vertical timeline (dark) ---------- */
.day { background: var(--hero-ink); color: var(--color-cream); position: relative; overflow: hidden; }
.day .hero-glow { top: 8%; right: -12%; width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(184,107,90,0.34) 0%, transparent 66%); }
.day .wrap { position: relative; z-index: 2; }
.day .section-head { max-width: 620px; }
.day .section-head h2 { color: var(--color-cream); }
.day .section-head h2 b { font-weight: 700; }
.day .section-head .eyebrow { color: var(--color-christmas); }
.day .section-head p { color: rgba(250,247,242,0.7); }
.timeline { position: relative; max-width: 760px; margin: 8px auto 0; padding-left: 8px; }
.timeline::before { content: ""; position: absolute; left: 27px; top: 14px; bottom: 14px; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(250,247,242,0.22) 12%, rgba(250,247,242,0.22) 88%, transparent); }
.tl-item { position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 26px; padding: 22px 0; }
.tl-dot { position: relative; z-index: 2; width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center; background: var(--seg, var(--sage)); color: var(--color-cream);
  box-shadow: 0 0 0 6px var(--hero-ink); }
.tl-dot svg { width: 26px; height: 26px; }
.tl-body { padding-top: 4px; }
.tl-time { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(250,247,242,0.56); margin: 0 0 6px; }
.tl-body h4 { font-size: 22px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 7px; }
.tl-body p { font-size: 16px; line-height: 1.55; color: rgba(250,247,242,0.74); margin: 0; max-width: 40em; text-wrap: pretty; }
.tl-body .latin { font-style: italic; color: rgba(250,247,242,0.6); }

/* ---------- parent quote band ---------- */
.par-quote { background: var(--color-surface-1); }
.par-quote .wrap { max-width: 920px; display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: center; }
.par-quote .pq-photo { width: 150px; height: 150px; border-radius: 24px; overflow: hidden; flex-shrink: 0;
  box-shadow: var(--shadow-md); }
.par-quote .pq-photo image-slot, .par-quote .pq-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.par-quote blockquote { margin: 0; font-size: clamp(22px, 2.8vw, 32px); font-weight: 300; line-height: 1.32;
  letter-spacing: -0.02em; color: var(--color-text-primary); text-wrap: balance; }
.par-quote blockquote b { font-weight: 600; }
.par-quote .pq-who { margin-top: 22px; display: flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--color-text-secondary); }
.par-quote .pq-who .stars { display: inline-flex; gap: 3px; color: var(--color-christmas); }
.par-quote .pq-who .stars svg { width: 15px; height: 15px; }
.par-quote .pq-who b { color: var(--color-text-primary); font-weight: 600; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .par-hero { padding: 134px 0 84px; }
  .par-hero .wrap { grid-template-columns: 1fr; gap: 50px; }
  .ph-card { left: 16px; }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
  .age-row { grid-template-columns: 1fr; gap: 22px; padding: 26px 28px; }
  .age-body { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 560px) {
  .par-hero { padding: 116px 0 64px; }
  .help-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .timeline::before { left: 23px; }
  .tl-item { grid-template-columns: 48px 1fr; gap: 18px; }
  .tl-dot { width: 48px; height: 48px; }
  .par-quote .wrap { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .par-quote .pq-photo { width: 96px; height: 96px; }
}
