/* ═══════════════════════════════════════════════════
   FASTING & ABSTINENCE PAGE — fasting.css
═══════════════════════════════════════════════════ */

/* ── HERO ── */
.fast-hero {
  min-height: 66vh;
  display: grid; place-items: center;
  text-align: center;
  padding: 8rem 2rem 5rem;
  position: relative; overflow: hidden;
  background: var(--navy);
}
.fast-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(42,60,120,0.65) 0%, transparent 50%),
    radial-gradient(ellipse at 72% 70%, rgba(123,29,29,0.35) 0%, transparent 50%),
    radial-gradient(ellipse at 55% 10%,  rgba(184,150,62,0.1) 0%, transparent 40%);
}
.fast-hero-content {
  position: relative; z-index: 2; max-width: 760px;
}
.fast-hero-content h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 400; color: var(--white);
  letter-spacing: 0.04em; line-height: 1.15;
  margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp 0.8s 0.4s forwards;
}

/* ── THEOLOGY SECTION ── light ── */
.fast-theology-section {
  padding: 5rem 2rem;
  background: var(--ivory);
}
.fast-theology-section .section-title { color: var(--navy); }
.fast-theology-section .section-divider {
  background: linear-gradient(to right, var(--gold), transparent);
}
.fast-theology-section p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.02rem; color: var(--text-soft);
  line-height: 1.85; margin-bottom: 1rem;
}

/* ── LAYOUT ── */
.fast-two-col {
  display: grid; grid-template-columns: 1fr; gap: 2.5rem;
}
@media (min-width: 900px) {
  .fast-two-col { grid-template-columns: 3fr 2fr; gap: 3.5rem; }
}

/* ── SIDEBAR ── */
.fast-sidebar { display: flex; flex-direction: column; gap: 1.25rem; }
.fast-sidebar-card {
  background: var(--white);
  border: 1px solid rgba(26,35,66,0.08);
  border-top: 3px solid var(--gold);
  padding: 1.25rem 1.4rem;
}
.fast-theology-section .fast-sidebar-card {
  background: rgba(26,35,66,0.03);
}
.fast-sidebar-label {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy); display: block; margin-bottom: 0.65rem;
  opacity: 0.65;
}
.fast-sidebar-card p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.97rem; font-style: italic;
  color: var(--text-soft); line-height: 1.75;
  margin-bottom: 0.5rem;
}
.fast-sidebar-cite {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.1em; color: var(--gold);
  text-transform: uppercase; display: block;
  margin-top: 0.5rem;
}
.fast-sidebar-list {
  list-style: none; margin: 0.5rem 0;
  display: flex; flex-direction: column; gap: 0.35rem;
}
.fast-sidebar-list li {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.97rem; color: var(--text-soft);
  line-height: 1.65; padding-left: 1.1rem; position: relative;
}
.fast-sidebar-list li::before {
  content: '✦'; color: var(--gold); font-size: 0.5rem;
  position: absolute; left: 0; top: 0.45rem;
}

/* Prayer of the Trinity */
.fast-triad {
  display: flex; flex-direction: column; gap: 0.5rem;
  margin: 0.65rem 0;
}
.fast-triad-item { display: flex; align-items: baseline; gap: 0.5rem; }
.fast-triad-name {
  font-family: 'Cinzel', serif; font-size: 0.85rem;
  color: var(--navy); flex-shrink: 0;
}
.fast-triad-desc {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.88rem; font-style: italic; color: var(--text-soft);
}

/* ── DISCIPLINES SECTION ── dark ── */
.fast-rules-section { padding: 5rem 2rem; }
.fast-disciplines-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media (min-width: 900px) {
  .fast-disciplines-grid { grid-template-columns: repeat(3, 1fr); }
}
.fast-discipline-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,150,62,0.15);
  display: flex; flex-direction: column;
}
.fast-disc-header {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.25rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(184,150,62,0.12);
  border-top: 4px solid var(--gold);
}
.fast-disc-num {
  font-family: 'Cinzel', serif; font-size: 1.4rem;
  color: rgba(184,150,62,0.4); flex-shrink: 0;
}
.fast-disc-title {
  font-family: 'Cinzel', serif; font-size: 0.95rem;
  color: var(--white); font-weight: 400; letter-spacing: 0.04em;
}
.fast-disc-body {
  padding: 1.25rem 1.5rem 1.5rem;
  display: flex; flex-direction: column; gap: 1rem; flex: 1;
}
.fast-disc-body > p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.97rem; color: rgba(255,255,255,0.65); line-height: 1.78;
}
.fast-rule-block {
  padding: 0.85rem 1rem;
  background: rgba(255,255,255,0.03);
  border-left: 2px solid rgba(184,150,62,0.3);
}
.fast-rule-label {
  font-family: 'Lato', sans-serif; font-size: 0.58rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 0.45rem;
}
.fast-rule-block p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.95rem; color: rgba(255,255,255,0.62); line-height: 1.72;
  margin-bottom: 0;
}
.fast-rule-list {
  list-style: none; margin: 0.35rem 0;
  display: flex; flex-direction: column; gap: 0.3rem;
}
.fast-rule-list li {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.95rem; color: rgba(255,255,255,0.62);
  line-height: 1.65; padding-left: 1rem; position: relative;
}
.fast-rule-list li::before {
  content: '·'; color: var(--gold); position: absolute; left: 0;
  font-size: 1.2rem; line-height: 1.2;
}

/* Note block — cited sources */
.fast-note-block {
  background: rgba(184,150,62,0.06);
  border: 1px solid rgba(184,150,62,0.2);
  padding: 1rem 1.1rem;
}
.fast-note-label {
  font-family: 'Lato', sans-serif; font-size: 0.58rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); display: block; margin-bottom: 0.5rem;
}
.fast-note-block p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.9rem; color: rgba(255,255,255,0.58); line-height: 1.72;
  margin-bottom: 0.75rem !important; font-style: italic;
}
.fast-citations { display: flex; flex-direction: column; gap: 0.25rem; }
.fast-cite-label {
  font-family: 'Lato', sans-serif; font-size: 0.55rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); display: block; margin-bottom: 0.2rem;
}
.fast-cite {
  font-family: 'Lato', sans-serif; font-size: 0.62rem;
  letter-spacing: 0.05em; color: rgba(255,255,255,0.42);
  display: block; line-height: 1.5;
}
.fast-ext-link {
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(184,150,62,0.3);
  transition: color 0.2s;
}
.fast-ext-link:hover { color: var(--gold-light); }

/* ── EMBER DAYS ── light ── */
.fast-ember-section {
  padding: 5rem 2rem;
  background: var(--ivory);
}
.fast-ember-section .section-title { color: var(--navy); }
.fast-ember-section .section-divider {
  background: linear-gradient(to right, var(--gold), transparent);
}
.fast-ember-section p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.02rem; color: var(--text-soft);
  line-height: 1.82; margin-bottom: 1rem;
}
.fast-ember-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  margin: 1.5rem 0;
}
@media (max-width: 600px) {
  .fast-ember-grid { grid-template-columns: 1fr; }
}
.fast-ember-season {
  background: var(--white);
  border: 1px solid rgba(26,35,66,0.08);
  border-left: 4px solid var(--gold);
  padding: 1rem 1.1rem;
  display: flex; flex-direction: column; gap: 0.25rem;
}
.fast-ember-season-name {
  font-family: 'Cinzel', serif; font-size: 0.88rem;
  color: var(--navy);
}
.fast-ember-season-when {
  font-family: 'Lato', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.08em; color: var(--gold);
  text-transform: uppercase;
}
.fast-ember-season-theme {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.92rem; font-style: italic; color: var(--text-soft);
}
.fast-form-note {
  display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .fast-form-note { flex-direction: row; gap: 1.5rem; }
}
.fast-form-note-item {
  flex: 1;
  background: var(--white);
  border: 1px solid rgba(26,35,66,0.08);
  border-top: 3px solid var(--gold);
  padding: 1.1rem 1.25rem;
}
.fast-form-badge {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  display: inline-block; padding: 0.2rem 0.7rem;
  margin-bottom: 0.65rem;
}
.fast-form-badge--of {
  background: rgba(26,35,66,0.08); color: var(--navy);
}
.fast-form-badge--ef {
  background: rgba(123,29,29,0.1); color: var(--crimson);
}
.fast-form-note-item p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.97rem; color: var(--text-soft); line-height: 1.75;
}

/* ── DATES SECTION ── dark ── */
.fast-dates-section { padding: 5rem 2rem; }
.fast-dates-lead {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.05rem; color: rgba(255,255,255,0.65);
  line-height: 1.78; max-width: 640px; margin-bottom: 2rem;
}
.fast-year-selector {
  display: flex; align-items: center; gap: 1.25rem;
  flex-wrap: wrap; margin-bottom: 2rem;
}
.fast-year-label {
  font-family: 'Lato', sans-serif; font-size: 0.65rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.fast-year-btns { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.fast-year-btn {
  font-family: 'Lato', sans-serif; font-size: 0.68rem;
  letter-spacing: 0.1em; padding: 0.4rem 1rem;
  background: none; border: 1px solid rgba(184,150,62,0.3);
  color: rgba(255,255,255,0.55); cursor: pointer;
  transition: all 0.2s;
}
.fast-year-btn:hover { border-color: var(--gold); color: var(--gold); }
.fast-year-btn.active {
  background: var(--gold); border-color: var(--gold);
  color: var(--navy); font-weight: 700;
}

/* Date list */
.fast-dates-output { max-width: 800px; }
.fast-date-group { margin-bottom: 2rem; }
.fast-date-group-title {
  font-family: 'Cinzel', serif; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(184,150,62,0.2);
  margin-bottom: 0.75rem;
}
.fast-date-item {
  display: flex; align-items: baseline; gap: 1.25rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.fast-date-item:last-child { border-bottom: none; }
.fast-date-date {
  font-family: 'Lato', sans-serif; font-size: 0.68rem;
  letter-spacing: 0.08em; color: rgba(255,255,255,0.4);
  min-width: 110px; flex-shrink: 0;
}
.fast-date-name {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem; color: rgba(255,255,255,0.82); flex: 1;
}
.fast-date-badge {
  font-family: 'Lato', sans-serif; font-size: 0.58rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.18rem 0.55rem; flex-shrink: 0;
}
.fast-date-badge--fast {
  background: rgba(123,29,29,0.5); color: #ffaaaa;
}
.fast-date-badge--abstinence {
  background: rgba(42,60,120,0.5); color: #aaccff;
}
.fast-date-badge--friday {
  background: rgba(184,150,62,0.15); color: var(--gold);
}
.fast-date-badge--lifted {
  background: rgba(100,200,100,0.12); color: #88cc88;
}
.fast-date-note {
  font-family: 'Lato', sans-serif; font-size: 0.6rem;
  letter-spacing: 0.06em; color: rgba(255,255,255,0.3);
  display: block; margin-top: 0.1rem;
}

/* ── DISPENSATIONS ── light ── */
.fast-dispensations-section {
  padding: 5rem 2rem; background: var(--ivory);
}
.fast-dispensations-section .section-title { color: var(--navy); }
.fast-dispensations-section .section-divider {
  background: linear-gradient(to right, var(--gold), transparent);
}
.fast-dispensations-section > .container > .fast-main > p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1.02rem; color: var(--text-soft);
  line-height: 1.82; margin-bottom: 1rem;
}
.fast-disp-grid {
  display: grid; grid-template-columns: 1fr; gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .fast-disp-grid { grid-template-columns: 1fr 1fr; }
}
.fast-disp-item {
  background: var(--white);
  border: 1px solid rgba(26,35,66,0.08);
  border-left: 4px solid var(--gold);
  padding: 1.1rem 1.25rem;
}
.fast-disp-title {
  font-family: 'Cinzel', serif; font-size: 0.85rem;
  color: var(--navy); display: block; margin-bottom: 0.5rem;
}
.fast-disp-item p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 0.97rem; color: var(--text-soft); line-height: 1.75;
}
