/* ============================================================
   SOLUA — Easter  (/easter/)
   Extends ../styles.css (header, footer, buttons, .wrap, .reveal,
   .section scaffold, .closing). Anima design system, themed to
   Easter — warm gold and cream. Where Lent goes dark, Easter
   breaks into light. Joyful, luminous, the great fifty days.
   ============================================================ */

:root {
  --easter:      #C49A4A;   /* bright Easter gold — glow, accents, button */
  --easter-card: #9C7530;   /* deeper gold for card gradients (cream text legible) */
  --easter-soft: #E1CE8E;   /* pale gold — eyebrows on dark */
  --easter-pale: #E8D9A8;   /* DS Easter pale gold — the bright band */
  --easter-deep: #2A2418;   /* deep warm ink — count band */
  --band-ink:    #463B22;   /* deep warm brown — text on pale-gold band */
}

/* this page leans gold, not sage — and uses dark text on the bright button */
.easter-page .btn-primary { background: var(--easter); color: var(--easter-deep); }
.easter-page .btn-primary:hover { background: #D4AC5C; }
.easter-page .closing-badge { background: var(--easter); color: var(--easter-deep); }
.easter-page .closing-points li::before { background: var(--easter); }
.easter-page .site-header.scrolled .brand-mark { background: var(--easter); }

/* ---------- hero ---------- */
.easter-hero {
  position: relative; overflow: hidden;
  background: var(--hero-ink); color: var(--color-cream);
  padding: 150px 0 104px;
}
.easter-hero .hero-glow { top: -14%; right: -8%; width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(225,206,142,0.46) 0%, rgba(196,154,74,0.16) 44%, transparent 70%); }
.easter-hero .hero-glow.two { left: -16%; bottom: -28%; top: auto; width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(196,154,74,0.24) 0%, transparent 66%); }
.easter-hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center;
}
.easter-hero .eyebrow {
  color: var(--easter-soft); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.easter-hero .eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(225,206,142,0.6); }
.easter-hero h1 {
  font-weight: 300; font-size: clamp(42px, 5.4vw, 70px); line-height: 1.04;
  letter-spacing: -0.025em; margin: 0 0 24px; text-wrap: balance;
}
.easter-hero h1 b { font-weight: 700; }
.easter-hero h1 i { font-style: italic; font-weight: 300; }
.easter-hero .easter-sub {
  font-size: 20px; line-height: 1.55; color: rgba(250,247,242,0.74);
  max-width: 31em; margin: 0 0 36px;
}
.easter-hero .hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.easter-hero .hero-note { margin: 30px 0 0; font-size: 14px; color: rgba(250,247,242,0.56); font-style: italic; }

/* ---------- hero visual ---------- */
.easter-hero-visual { position: relative; }
.easter-hero-visual .frame {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 5 / 5.2;
  box-shadow: 0 40px 80px rgba(0,0,0,0.42), 0 0 0 1px rgba(250,247,242,0.08);
}
.easter-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.easter-hero-visual .frame::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, transparent 44%, rgba(40,30,14,0.58) 100%);
}
.easter-hero-visual .frame .verse {
  position: absolute; z-index: 3; bottom: 24px; left: 28px; right: 28px;
  font-style: italic; font-weight: 400; font-size: 17px; line-height: 1.4;
  color: var(--color-cream); text-wrap: balance;
  text-shadow: 0 1px 18px rgba(20,16,14,0.55), 0 1px 3px rgba(20,16,14,0.6);
}

/* ---------- the signs of the Risen Lord ---------- */
.signs { background: var(--color-cream); }
.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sign {
  --accent: var(--easter-card);
  position: relative; color: var(--color-cream);
  background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 84%, #fff) 0%, var(--accent) 46%, color-mix(in srgb, var(--accent) 80%, #000) 100%);
  border-radius: var(--radius-lg); padding: 32px 28px; overflow: hidden;
  display: flex; flex-direction: column; min-height: 320px;
  transition: transform var(--duration-base) var(--ease-calm), box-shadow var(--duration-base) var(--ease-calm);
}
.sign:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.sign .s-ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(250,247,242,0.18); border: 1px solid rgba(250,247,242,0.30); margin-bottom: 20px;
}
.sign .s-ico svg { width: 26px; height: 26px; }
.sign .s-no { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.78); margin: 0 0 6px; }
.sign h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 5px; color: var(--color-cream); }
.sign .scrip { font-size: 13.5px; font-style: italic; color: rgba(250,247,242,0.86); margin: 0 0 14px; }
.sign > p { font-size: 14.5px; line-height: 1.55; color: rgba(250,247,242,0.88); margin: 0 0 18px; text-wrap: pretty; }
.sign .tag {
  margin-top: auto; align-self: flex-start; font-size: 12px; font-weight: 600;
  color: var(--color-cream); background: rgba(250,247,242,0.18); border: 1px solid rgba(250,247,242,0.34);
  padding: 7px 13px; border-radius: var(--radius-pill);
}

/* ---------- the Glorious Mysteries (bright pale-gold band) ---------- */
.glorious { background: var(--easter-pale); color: var(--band-ink); position: relative; overflow: hidden; }
.glorious .hero-glow { top: -24%; right: -12%; width: 680px; height: 680px;
  background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 62%); }
.glorious .wrap { position: relative; z-index: 2; }
.glorious .section-head { max-width: 700px; }
.glorious .section-head .eyebrow { color: #9A7B33; }
.glorious .section-head h2 { color: var(--band-ink); }
.glorious .section-head h2 b { font-weight: 700; }
.glorious .section-head p { color: rgba(70,59,34,0.78); }
.glory-list {
  list-style: none; margin: 8px 0 0; padding: 0;
  border-top: 1px solid rgba(70,59,34,0.18);
}
.glory {
  display: grid; grid-template-columns: 62px 1fr; gap: 24px; align-items: baseline;
  padding: 22px 0; border-bottom: 1px solid rgba(70,59,34,0.18);
  transition: background var(--duration-base);
}
.glory .rn {
  font-size: 15px; font-weight: 400; font-style: italic; letter-spacing: 0.02em;
  color: #A07C2C; padding-top: 6px;
}
.glory .glory-body { display: flex; flex-direction: column; gap: 4px; }
.glory .title { font-size: clamp(20px, 2.3vw, 27px); font-weight: 300; letter-spacing: -0.01em; margin: 0; line-height: 1.12; color: var(--band-ink); }
.glory .title b { font-weight: 700; }
.glory .med { font-size: 14px; color: rgba(70,59,34,0.62); margin: 0; text-wrap: pretty; }
.glory:hover { background: rgba(255,255,255,0.35); }

/* ---------- how solua keeps easter ---------- */
.easter-keeps { background: var(--color-surface-1); }
.easter-keeps .wrap { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 72px; align-items: center; }
.easter-points { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 24px; }
.easter-points li { display: flex; gap: 16px; }
.easter-points .ico { width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center;
  background: var(--color-cream); color: #B0862F; border: 1px solid var(--color-border); }
.easter-points .ico svg { width: 22px; height: 22px; }
.easter-points h4 { margin: 3px 0 5px; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.easter-points p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--color-text-secondary); text-wrap: pretty; }
.easter-visual .frame {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 4.5;
  box-shadow: 0 40px 80px rgba(70,59,34,0.26), 0 0 0 1px var(--color-border);
}
.easter-visual image-slot { width: 100%; height: 100%; display: block; }

/* ---------- the fifty days, band ---------- */
.easter-count { background: var(--color-cream); }
.easter-count .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px;
  background: var(--easter-deep); color: var(--color-cream); border-radius: var(--radius-xl);
  padding: 40px 48px; max-width: var(--site-max); flex-wrap: wrap; }
.easter-count .ac-text h3 { font-size: clamp(24px, 3vw, 34px); font-weight: 300; letter-spacing: -0.02em; margin: 0 0 8px; line-height: 1.12; }
.easter-count .ac-text h3 b { font-weight: 700; }
.easter-count .ac-text p { margin: 0; font-size: 15px; color: rgba(250,247,242,0.66); }
.easter-count .ac-stats { display: flex; gap: 14px; }
.easter-count .ac-stat { background: rgba(225,206,142,0.10); border: 1px solid rgba(225,206,142,0.20);
  border-radius: var(--radius-lg); padding: 16px 22px; text-align: center; min-width: 96px; }
.easter-count .ac-stat .v { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; color: var(--easter-soft); }
.easter-count .ac-stat .k { font-size: 12px; color: rgba(250,247,242,0.6); margin-top: 3px; }

/* ---------- quote ---------- */
.easter-quote { background: var(--color-surface-1); text-align: center; }
.easter-quote .wrap { max-width: 900px; }
.easter-quote .mark { width: 56px; height: 56px; border-radius: 16px; background: var(--easter); color: var(--easter-deep);
  display: inline-grid; place-items: center; margin: 0 auto 28px; font-size: 40px; font-weight: 700; line-height: 1; padding-top: 18px; }
.easter-quote blockquote { margin: 0 0 28px; font-size: clamp(25px, 3.2vw, 36px); font-weight: 300; line-height: 1.3;
  letter-spacing: -0.02em; color: var(--color-text-primary); text-wrap: balance; }
.easter-quote blockquote b { font-weight: 600; }
.easter-quote .who { display: inline-flex; align-items: center; gap: 13px; }
.easter-quote .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--color-surface-2); overflow: hidden; flex-shrink: 0; }
.easter-quote .who .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.easter-quote .who .nm { text-align: left; }
.easter-quote .who h5 { margin: 0 0 2px; font-size: 16px; font-weight: 600; }
.easter-quote .who p { margin: 0; font-size: 14px; color: var(--color-text-secondary); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .easter-hero .wrap { grid-template-columns: 1fr; gap: 48px; }
  .easter-hero { padding: 128px 0 80px; }
  .easter-hero-visual { order: -1; max-width: 460px; }
  .signs-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .sign { min-height: 0; }
  .easter-keeps .wrap { grid-template-columns: 1fr; gap: 44px; }
  .easter-visual { max-width: 460px; }
}
@media (max-width: 560px) {
  .easter-hero { padding: 116px 0 64px; }
  .glory { grid-template-columns: 48px 1fr; gap: 16px; }
  .easter-count .wrap { padding: 30px 26px; }
  .easter-count .ac-stats { width: 100%; }
}
