/* ============================================================
   SOLUA — Pentecost & Feasts  (/pentecost/)
   Extends ../styles.css. Anima design system, themed to
   Pentecost — soft terracotta. Fire and wind; the year's
   bright high points rising above the green.
   ============================================================ */

:root {
  --pent:      #B86B5A;   /* Pentecost terracotta */
  --pent-soft: #D08D7C;
  --pent-deep: #2A1714;   /* deep ember for bands */
  --pent-glow: #E0A07F;
}

.pent-page .closing-badge { background: var(--pent); }
.pent-page .closing-points li::before { background: var(--pent); }
.pent-page .btn-primary { background: var(--pent); }
.pent-page .btn-primary:hover { background: #A35B4B; }
.pent-page .site-header.scrolled .brand-mark { background: var(--pent); }

/* ---------- hero ---------- */
.pent-hero {
  position: relative; overflow: hidden;
  background: var(--hero-ink); color: var(--color-cream);
  padding: 150px 0 104px;
}
.pent-hero .hero-glow { top: -16%; right: -10%; width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(224,160,127,0.46) 0%, rgba(184,107,90,0.14) 46%, transparent 72%); }
.pent-hero .hero-glow.two { left: -16%; bottom: -28%; top: auto; width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(184,107,90,0.22) 0%, transparent 66%); }
.pent-hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center;
}
.pent-hero .eyebrow {
  color: var(--pent-soft); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.pent-hero .eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(208,141,124,0.6); }
.pent-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;
}
.pent-hero h1 b { font-weight: 700; }
.pent-hero h1 i { font-style: italic; font-weight: 300; }
.pent-hero .pent-sub {
  font-size: 20px; line-height: 1.55; color: rgba(250,247,242,0.74);
  max-width: 31em; margin: 0 0 36px;
}
.pent-hero .hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.pent-hero .hero-note { margin: 30px 0 0; font-size: 14px; color: rgba(250,247,242,0.56); font-style: italic; }

/* ---------- hero visual ---------- */
.pent-hero-visual { position: relative; }
.pent-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.5), 0 0 0 1px rgba(250,247,242,0.08);
}
.pent-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.pent-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 three signs ---------- */
.signs2 { background: var(--color-cream); }
.signs2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sign2 {
  --accent: var(--pent);
  position: relative; color: var(--color-cream);
  background: linear-gradient(165deg, color-mix(in srgb, var(--accent) 86%, #fff) 0%, var(--accent) 44%, color-mix(in srgb, var(--accent) 78%, #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);
}
.sign2:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.sign2 .s-ico {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(250,247,242,0.16); border: 1px solid rgba(250,247,242,0.26); margin-bottom: 20px;
}
.sign2 .s-ico svg { width: 26px; height: 26px; }
.sign2 .s-no { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,247,242,0.74); margin: 0 0 6px; }
.sign2 h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 5px; color: var(--color-cream); }
.sign2 .scrip { font-size: 13.5px; font-style: italic; color: rgba(250,247,242,0.82); margin: 0 0 14px; }
.sign2 > p { font-size: 14.5px; line-height: 1.55; color: rgba(250,247,242,0.85); margin: 0 0 18px; text-wrap: pretty; }
.sign2 .tag {
  margin-top: auto; align-self: flex-start; font-size: 12px; font-weight: 600;
  color: var(--color-cream); background: rgba(250,247,242,0.16); border: 1px solid rgba(250,247,242,0.30);
  padding: 7px 13px; border-radius: var(--radius-pill);
}

/* ---------- the great solemnities (deep ember band) ---------- */
.solemn { background: var(--pent-deep); color: var(--color-cream); position: relative; overflow: hidden; }
.solemn .hero-glow { top: -20%; right: -10%; width: 660px; height: 660px;
  background: radial-gradient(circle, rgba(224,160,127,0.22) 0%, transparent 64%); }
.solemn .wrap { position: relative; z-index: 2; }
.solemn .section-head { max-width: 680px; }
.solemn .section-head .eyebrow { color: var(--pent-soft); }
.solemn .section-head h2 { color: var(--color-cream); }
.solemn .section-head h2 b { font-weight: 700; }
.solemn .section-head p { color: rgba(250,247,242,0.72); }
.solemn-grid {
  list-style: none; margin: 8px 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px;
  border-top: 1px solid rgba(250,247,242,0.12);
}
.solem {
  display: grid; grid-template-columns: 76px 1fr; gap: 20px; align-items: baseline;
  padding: 17px 0; border-bottom: 1px solid rgba(250,247,242,0.12);
  transition: background var(--duration-base);
}
.solem .dt {
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--pent-soft); padding-top: 3px;
}
.solem .solem-body { display: flex; flex-direction: column; gap: 3px; }
.solem .title { font-size: clamp(18px, 1.8vw, 21px); font-weight: 300; letter-spacing: -0.01em; margin: 0; line-height: 1.18; }
.solem .title b { font-weight: 600; }
.solem .med { font-size: 13px; color: rgba(250,247,242,0.5); margin: 0; text-wrap: pretty; }
.solem:hover { background: rgba(250,247,242,0.03); }

/* ---------- how solua keeps the feasts ---------- */
.pent-keeps { background: var(--color-surface-1); }
.pent-keeps .wrap { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 72px; align-items: center; }
.pent-points { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 24px; }
.pent-points li { display: flex; gap: 16px; }
.pent-points .ico { width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center;
  background: var(--color-cream); color: var(--pent); border: 1px solid var(--color-border); }
.pent-points .ico svg { width: 22px; height: 22px; }
.pent-points h4 { margin: 3px 0 5px; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.pent-points p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--color-text-secondary); text-wrap: pretty; }
.pent-visual .frame {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 4.5;
  box-shadow: 0 40px 80px rgba(42,23,20,0.30), 0 0 0 1px var(--color-border);
}
.pent-visual image-slot { width: 100%; height: 100%; display: block; }

/* ---------- the fire, band ---------- */
.pent-count { background: var(--color-cream); }
.pent-count .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px;
  background: var(--pent-deep); color: var(--color-cream); border-radius: var(--radius-xl);
  padding: 40px 48px; max-width: var(--site-max); flex-wrap: wrap; }
.pent-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; }
.pent-count .ac-text h3 b { font-weight: 700; }
.pent-count .ac-text p { margin: 0; font-size: 15px; color: rgba(250,247,242,0.66); }
.pent-count .ac-stats { display: flex; gap: 14px; }
.pent-count .ac-stat { background: rgba(250,247,242,0.07); border: 1px solid rgba(250,247,242,0.14);
  border-radius: var(--radius-lg); padding: 16px 22px; text-align: center; min-width: 96px; }
.pent-count .ac-stat .v { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; color: var(--pent-soft); }
.pent-count .ac-stat .k { font-size: 12px; color: rgba(250,247,242,0.6); margin-top: 3px; }

/* ---------- quote ---------- */
.pent-quote { background: var(--color-surface-1); text-align: center; }
.pent-quote .wrap { max-width: 900px; }
.pent-quote .mark { width: 56px; height: 56px; border-radius: 16px; background: var(--pent); color: var(--color-cream);
  display: inline-grid; place-items: center; margin: 0 auto 28px; font-size: 40px; font-weight: 700; line-height: 1; padding-top: 18px; }
.pent-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; }
.pent-quote blockquote b { font-weight: 600; }
.pent-quote .who { display: inline-flex; align-items: center; gap: 13px; }
.pent-quote .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--color-surface-2); overflow: hidden; flex-shrink: 0; }
.pent-quote .who .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pent-quote .who .nm { text-align: left; }
.pent-quote .who h5 { margin: 0 0 2px; font-size: 16px; font-weight: 600; }
.pent-quote .who p { margin: 0; font-size: 14px; color: var(--color-text-secondary); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .pent-hero .wrap { grid-template-columns: 1fr; gap: 48px; }
  .pent-hero { padding: 128px 0 80px; }
  .pent-hero-visual { order: -1; max-width: 460px; }
  .signs2-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .sign2 { min-height: 0; }
  .solemn-grid { grid-template-columns: 1fr; column-gap: 0; }
  .pent-keeps .wrap { grid-template-columns: 1fr; gap: 44px; }
  .pent-visual { max-width: 460px; }
}
@media (max-width: 560px) {
  .pent-hero { padding: 116px 0 64px; }
  .pent-count .wrap { padding: 30px 26px; }
  .pent-count .ac-stats { width: 100%; }
}

/* avatar img + keeps img: fill the parent cleanly */
.pent-quote .who .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pent-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
