/* ================================================================
   Fanny Clauss — Événements familiaux page styles
   ================================================================ */

/* ── Page hero intro ── */
.page-hero {
  padding: 80px 48px 50px; max-width: 1320px; margin: 0 auto;
  text-align: center; position: relative;
}
.page-hero .num {
  font-size: 12px; font-weight: 700; letter-spacing: 0.42em; color: var(--fc-gold);
  text-transform: uppercase; margin-bottom: 24px;
}
.page-hero h1 {
  font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 300;
  font-size: 84px; line-height: 1.02; color: var(--fc-black);
  margin-bottom: 18px; letter-spacing: -0.02em;
}
.page-hero h1 .script {
  font-family: 'Dancing Script', cursive; font-style: normal;
  color: var(--fc-gold); font-size: 92px; display: block;
}
.page-hero p {
  font-family: 'Cormorant Garamond'; font-style: italic;
  font-size: 18px; line-height: 1.7; color: var(--fc-warm-gray);
  max-width: 540px; margin: 0 auto;
}

/* ── Featured strip ── */
.featured-strip {
  max-width: 1320px; margin: 44px auto 80px; padding: 0 48px;
  display: grid; grid-template-columns: 1.1fr 1fr 0.9fr; gap: 6px;
}
.featured-strip .ph { height: 380px; }

/* Stagger reveal delay */
.featured-strip .img-reveal:nth-child(2) .ph,
.featured-strip .img-reveal:nth-child(2) img { transition-delay: .18s; }
.featured-strip .img-reveal:nth-child(3) .ph,
.featured-strip .img-reveal:nth-child(3) img { transition-delay: .36s; }

/* ── Subpage alternating direction ── */
.subpage:nth-child(even)     { direction: rtl; }
.subpage:nth-child(even) > * { direction: ltr; }

/* ── Stack — right anchored (evenements) ── */
.stack__a { top: 0; right: 0; box-shadow: -8px 12px 36px rgba(28,28,28,0.14); }
.stack__b { bottom: 0; left: 0; }
.stack__num { left: 0; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .page-hero { padding: 60px 22px 36px; }
  .page-hero h1 { font-size: 52px; }
  .page-hero h1 .script { font-size: 60px; }
  .page-hero p { font-size: 16px; }

  .featured-strip { grid-template-columns: 1fr; gap: 4px; margin: 28px auto 50px; padding: 0 22px; }
  .featured-strip .ph { height: 280px; }

  .subpage:nth-child(even) { direction: ltr; }
}

@media (max-width: 640px) {
  .page-hero h1 { font-size: 38px; }
  .page-hero h1 .script { font-size: 46px; }
  .featured-strip .ph { height: 220px; }
  .subpage__quote { font-size: 14px; }
}

@media (max-width: 480px) {
  .page-hero h1 { font-size: 30px; }
  .page-hero h1 .script { font-size: 36px; }
  .featured-strip { grid-template-columns: 1fr; }
  .featured-strip .ph { height: 200px; }
  .stack__a { right: 0; }
  .tarif__title { font-size: 18px; }
}
