/* ============================================================
   SOLUA — Lent  (/elnt/)
   Extends ../styles.css (header, footer, buttons, .wrap, .reveal,
   .section scaffold, .closing). Anima design system, themed to
   Lent — dusty plum, with an ash-grey accent. Austere, penitential.
   ============================================================ */

:root {
  --lent:      #8E6F84;   /* Lent dusty plum */
  --lent-soft: #A98AA0;
  --lent-deep: #2B2330;   /* deep plum ink for bands */
  --ash:       #9A938C;   /* ash grey */
  --ember:     #C98A5E;   /* faint warmth on the road to Easter */
}

/* the closing CTA + accents on this page lean plum, not sage */
.lent-page .closing-badge { background: var(--lent); }
.lent-page .closing-points li::before { background: var(--lent); }
.lent-page .btn-primary { background: var(--lent); }
.lent-page .btn-primary:hover { background: #795F70; }
.lent-page .site-header.scrolled .brand-mark { background: var(--lent); }

/* ---------- hero ---------- */
.lent-hero {
  position: relative; overflow: hidden;
  background: var(--hero-ink); color: var(--color-cream);
  padding: 150px 0 104px;
}
.lent-hero .hero-glow { top: -14%; right: -8%; width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(142,111,132,0.50) 0%, rgba(142,111,132,0.12) 44%, transparent 70%); }
.lent-hero .hero-glow.two { left: -14%; bottom: -26%; top: auto; width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(154,147,140,0.20) 0%, transparent 66%); }
.lent-hero .wrap {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center;
}
.lent-hero .eyebrow {
  color: var(--lent-soft); display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px;
}
.lent-hero .eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(169,138,160,0.6); }
.lent-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;
}
.lent-hero h1 b { font-weight: 700; }
.lent-hero h1 i { font-style: italic; font-weight: 300; }
.lent-hero .lent-sub {
  font-size: 20px; line-height: 1.55; color: rgba(250,247,242,0.74);
  max-width: 31em; margin: 0 0 36px;
}
.lent-hero .hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lent-hero .hero-note { margin: 30px 0 0; font-size: 14px; color: rgba(250,247,242,0.56); font-style: italic; }

/* ---------- hero visual: cross in the desert ---------- */
.lent-hero-visual { position: relative; }
.lent-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);
}
.lent-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 64%; display: block; }
.lent-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 pillars ---------- */
.pillars { background: var(--color-cream); }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar {
  --accent: var(--lent);
  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);
}
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pillar .p-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;
}
.pillar .p-ico svg { width: 26px; height: 26px; }
.pillar .p-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; }
.pillar h3 { font-size: 26px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 5px; color: var(--color-cream); }
.pillar .scrip { font-size: 13.5px; font-style: italic; color: rgba(250,247,242,0.82); margin: 0 0 14px; }
.pillar > p { font-size: 14.5px; line-height: 1.55; color: rgba(250,247,242,0.85); margin: 0 0 18px; text-wrap: pretty; }
.pillar .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 Stations of the Cross (dark plum band) ---------- */
.stations { background: var(--lent-deep); color: var(--color-cream); position: relative; overflow: hidden; }
.stations .hero-glow { top: -20%; right: -10%; width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(169,138,160,0.26) 0%, transparent 64%); }
.stations .wrap { position: relative; z-index: 2; }
.stations .section-head { max-width: 680px; }
.stations .section-head .eyebrow { color: var(--lent-soft); }
.stations .section-head h2 { color: var(--color-cream); }
.stations .section-head h2 b { font-weight: 700; }
.stations .section-head p { color: rgba(250,247,242,0.72); }
.stations-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);
}
.statn {
  display: grid; grid-template-columns: 44px 1fr; gap: 20px; align-items: baseline;
  padding: 17px 0; border-bottom: 1px solid rgba(250,247,242,0.12);
  transition: background var(--duration-base);
}
.statn .rn {
  font-size: 14px; font-weight: 300; font-style: italic; letter-spacing: 0.02em;
  color: var(--lent-soft); padding-top: 4px;
}
.statn .statn-body { display: flex; flex-direction: column; gap: 3px; }
.statn .title { font-size: clamp(18px, 1.8vw, 21px); font-weight: 300; letter-spacing: -0.01em; margin: 0; line-height: 1.18; }
.statn .med { font-size: 13px; color: rgba(250,247,242,0.5); margin: 0; text-wrap: pretty; }
.statn:hover { background: rgba(250,247,242,0.03); }
.statn.via { grid-column: 1 / -1; }
.statn.via .title { font-style: italic; color: var(--lent-soft); }

/* ---------- how solua keeps lent ---------- */
.lent-keeps { background: var(--color-surface-1); }
.lent-keeps .wrap { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 72px; align-items: center; }
.lent-points { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-direction: column; gap: 24px; }
.lent-points li { display: flex; gap: 16px; }
.lent-points .ico { width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0; display: grid; place-items: center;
  background: var(--color-cream); color: var(--lent); border: 1px solid var(--color-border); }
.lent-points .ico svg { width: 22px; height: 22px; }
.lent-points h4 { margin: 3px 0 5px; font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.lent-points p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--color-text-secondary); text-wrap: pretty; }
.lent-visual .frame {
  position: relative; border-radius: 26px; overflow: hidden; aspect-ratio: 4 / 4.5;
  box-shadow: 0 40px 80px rgba(43,35,48,0.32), 0 0 0 1px var(--color-border);
}
.lent-visual image-slot { width: 100%; height: 100%; display: block; }

/* ---------- the forty days, band ---------- */
.lent-count { background: var(--color-cream); }
.lent-count .wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px;
  background: var(--lent-deep); color: var(--color-cream); border-radius: var(--radius-xl);
  padding: 40px 48px; max-width: var(--site-max); flex-wrap: wrap; }
.lent-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; }
.lent-count .ac-text h3 b { font-weight: 700; }
.lent-count .ac-text p { margin: 0; font-size: 15px; color: rgba(250,247,242,0.66); }
.lent-count .ac-stats { display: flex; gap: 14px; }
.lent-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; }
.lent-count .ac-stat .v { font-size: 28px; font-weight: 700; letter-spacing: -0.01em; }
.lent-count .ac-stat .k { font-size: 12px; color: rgba(250,247,242,0.6); margin-top: 3px; }

/* ---------- quote ---------- */
.lent-quote { background: var(--color-surface-1); text-align: center; }
.lent-quote .wrap { max-width: 900px; }
.lent-quote .mark { width: 56px; height: 56px; border-radius: 16px; background: var(--lent); 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; }
.lent-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; }
.lent-quote blockquote b { font-weight: 600; }
.lent-quote .who { display: inline-flex; align-items: center; gap: 13px; }
.lent-quote .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--color-surface-2); overflow: hidden; flex-shrink: 0; }
.lent-quote .who .av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lent-quote .who .nm { text-align: left; }
.lent-quote .who h5 { margin: 0 0 2px; font-size: 16px; font-weight: 600; }
.lent-quote .who p { margin: 0; font-size: 14px; color: var(--color-text-secondary); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .lent-hero .wrap { grid-template-columns: 1fr; gap: 48px; }
  .lent-hero { padding: 128px 0 80px; }
  .lent-hero-visual { order: -1; max-width: 460px; }
  .pillars-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .pillar { min-height: 0; }
  .stations-grid { grid-template-columns: 1fr; column-gap: 0; }
  .statn.via { grid-column: auto; }
  .lent-keeps .wrap { grid-template-columns: 1fr; gap: 44px; }
  .lent-visual { max-width: 460px; }
}
@media (max-width: 560px) {
  .lent-hero { padding: 116px 0 64px; }
  .lent-count .wrap { padding: 30px 26px; }
  .lent-count .ac-stats { width: 100%; }
}
