/* ============================================================
   CATHEDRAL.CSS — Sacred Design Architecture
   Sts. Cyril and Methody Macedono-Bulgarian Orthodox Cathedral
   Toronto, Canada · Est. 1910
   ============================================================ */

/* ─── DESIGN TOKENS ─────────────────────────────────────────── */
:root {
  --burg:          #4B0F14;
  --burg-mid:      #700F0F;
  --burg-light:    #5C1515;
  --burg-dark:     #2A080B;

  --cath-gold:     #D4AF37;
  --cath-gold-2:   #A8880A;
  --gold-pale:     rgba(212,175,55,0.12);
  --gold-glow:     rgba(212,175,55,0.38);

  --cath-ivory:    #F7F3E9;
  --cath-parchment:#EDE5D0;
  --cath-warm:     #FDFAF3;

  --ink:           #23130D;
  --ink-warm:      #5A3520;
  --ink-muted:     #9E7C6A;

  /* Legacy aliases — keep for main.css compatibility */
  --primary-gold:  #D4AF37;
  --warm-brown:    #4B0F14;
  --dark-text:     #3D1F10;
  --cream:         #F7F3E9;
  --light-gold:    #EDE5D0;
  --cath-gold-pale:rgba(212,175,55,0.14);
}

/* ─── PARCHMENT GRAIN ────────────────────────────────────────── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23g)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* ─── BASE ───────────────────────────────────────────────────── */
body {
  background: var(--cath-ivory);
  color: var(--ink);
  font-family: 'Lora', 'PT Serif', serif;
  font-size: 1.0625rem;
  line-height: 1.9;
}

/* ─── TYPOGRAPHY SYSTEM ──────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.cathedral-name, .icon-label, .nav-menu li a, .lang-btn,
.action-card-title, .service-name, .section-title,
.btn, .event-tab, .filter-btn, .lang-separator {
  font-family: 'Cinzel', serif;
}

p, li, .card-text, .event-desc, .donation-way-desc,
.newsletter-subtitle, .donation-text p, .action-card-desc,
.faith-item-desc, .person-info, .staff-info-value,
.service-time, .footer-section p, .footer-section a {
  font-family: 'Lora', 'PT Serif', serif;
}

blockquote, .scripture-banner blockquote,
.donation-scripture, .footer-scripture blockquote {
  font-family: 'Cormorant Garamond', 'PT Serif', serif;
}

/* ─── TOP INFO BAR ───────────────────────────────────────────── */
.top-info-bar {
  background: var(--burg-dark);
  border-bottom: 1px solid rgba(212,175,55,0.16);
}
.top-info-item {
  font-family: 'Lora', serif;
  font-size: 0.78rem;
  color: rgba(247,243,233,0.72);
}

/* ─── HEADER ─────────────────────────────────────────────────── */
.site-header {
  background: var(--cath-ivory);
  border-bottom: 2px solid var(--cath-gold);
  box-shadow: 0 2px 28px rgba(75,15,20,0.07);
}
.cathedral-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  color: var(--burg);
  letter-spacing: 0.12em;
  font-weight: 700;
}
.cathedral-subtitle {
  font-family: 'Lora', serif;
  color: var(--ink-warm);
  font-style: italic;
}
.header-est {
  color: var(--burg);
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
}

/* ─── NAV ────────────────────────────────────────────────────── */
.site-nav {
  background: rgba(247,243,233,0.98);
  border-bottom: 1px solid rgba(212,175,55,0.32);
  box-shadow: 0 2px 16px rgba(75,15,20,0.05);
}
.nav-menu li a {
  font-family: 'Cinzel', serif;
  font-size: 0.63rem;
  color: var(--burg);
  letter-spacing: 0.13em;
  font-weight: 600;
}
.nav-menu li a:hover,
.nav-menu li a.active { color: var(--cath-gold); }
.lang-btn {
  color: var(--burg);
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}
.lang-btn.active {
  background: var(--cath-gold);
  color: var(--burg-dark);
  border-color: var(--cath-gold);
}
.hamburger span { background: var(--burg); }
.nav-dropdown {
  background: var(--cath-warm);
  border-top: 2px solid var(--cath-gold);
  box-shadow: 0 8px 32px rgba(75,15,20,0.12);
}
.nav-dropdown a { color: var(--burg) !important; font-family: 'Lora', serif !important; }
.nav-dropdown a:hover {
  color: var(--cath-gold) !important;
  background: var(--cath-parchment);
}

/* ─── SECTION TITLES ─────────────────────────────────────────── */
.section-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: var(--burg);
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-align: center;
}

/* ─── SECTION DIVIDER — ornamental border image ──────────────── */
.section-divider {
  display: block;
  position: relative;
  width: 100%;
  height: 47px;
  background: url('../assets/images/icons/border.png') center / 333px 47px no-repeat;
  margin: 0 auto 56px;
  border: none;
}
.section-divider::before,
.section-divider::after { display: none; }

/* ─── SECTIONS ───────────────────────────────────────────────── */
.section {
  background: var(--cath-ivory);
  padding: 96px 20px;
}
.section-alt {
  background: var(--cath-parchment);
  padding: 96px 20px;
}

/* ─── BUTTONS ────────────────────────────────────────────────── */
.btn {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.14em;
  border-radius: 1px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-primary {
  background: var(--cath-gold);
  color: var(--burg-dark);
  border-color: var(--cath-gold);
  padding: 14px 38px;
  box-shadow: 0 4px 22px rgba(212,175,55,0.3);
}
.btn-primary:hover {
  background: var(--burg);
  border-color: var(--burg);
  color: var(--cath-gold);
  box-shadow: 0 6px 30px rgba(75,15,20,0.38);
  transform: translateY(-2px);
}
.btn-secondary {
  color: var(--cath-gold);
  border-color: var(--cath-gold);
  border-width: 1.5px;
  background: transparent;
  padding: 12px 34px;
}
.btn-secondary:hover {
  background: var(--cath-gold);
  color: var(--burg-dark);
  transform: translateY(-2px);
}
.btn-red {
  background: var(--burg-mid);
  border-color: var(--burg-mid);
  color: #fff;
}
.btn-red:hover {
  background: var(--burg);
  border-color: var(--burg);
  color: var(--cath-gold);
}

/* ============================================================
   HERO — Cinematic Sacred Fullscreen
   ============================================================ */
.hero {
  min-height: 90vh;
  position: relative;
  display: flex;
  align-items: stretch;
}

/* Icon side panels (Mary left, Jesus right) */
.hero-icon {
  flex-shrink: 0;
  width: clamp(120px, 13vw, 210px);
  background: #6B2E14;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: clamp(10px, 1.4vw, 22px);
}
.hero-icon-left  { border-right: 1px solid rgba(201,166,70,0.30); }
.hero-icon-right { border-left:  1px solid rgba(201,166,70,0.30); }
.hero-icon img {
  width: 100%;
  height: auto;
  max-height: 68vh;
  object-fit: contain;
  box-shadow: 0 6px 32px rgba(0,0,0,0.65);
  image-rendering: high-quality;
}

/* Center column: contains slides + overlay */
.hero-center {
  flex: 1;
  position: relative;
  min-height: 90vh;
  overflow: hidden;
}

/* Hero slide transitions handled in main.css — no animation override needed */

/* Cinematic deep warm overlay — keep position:absolute from main.css */
.hero-overlay {
  background: linear-gradient(
    165deg,
    rgba(42,8,11,0.40)  0%,
    rgba(75,15,20,0.72) 45%,
    rgba(42,8,11,0.90) 100%
  );
}

/* Radial vignette scoped to the center slideshow only */
.hero-center::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 50% 60%,
    transparent 20%,
    rgba(42,8,11,0.50) 100%
  );
  z-index: 0;
  pointer-events: none;
}

/* Hero typography */
.hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 700;
  color: var(--cath-ivory);
  text-shadow:
    0 2px 60px rgba(0,0,0,0.95),
    0 0 120px rgba(212,175,55,0.12);
  letter-spacing: 0.08em;
  line-height: 1.06;
  margin-bottom: 28px;
}
.hero-title-top {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.42em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.18em;
  color: rgba(247,243,233,0.72);
  margin-bottom: 10px;
  text-shadow: 0 1px 20px rgba(0,0,0,0.7);
}
.hero-title-main {
  display: block;
  text-transform: uppercase;
  color: var(--cath-gold);
  font-size: 1em;
  text-shadow:
    0 2px 60px rgba(0,0,0,0.95),
    0 0 90px rgba(212,175,55,0.45);
  letter-spacing: 0.1em;
}
.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.15rem, 2.5vw, 1.75rem);
  font-style: italic;
  color: rgba(247,243,233,0.80);
  text-shadow: 0 1px 16px rgba(0,0,0,0.65);
  max-width: 620px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.hero-btns {
  margin-top: 40px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

/* ============================================================
   ACTION CARDS — "Living Our Faith Together"
   ============================================================ */
.action-cards-section {
  background: var(--cath-ivory);
  padding: 96px 20px 80px;
  position: relative;
}
/* Top gold bar only */
.action-cards-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(
    to right,
    var(--burg-dark),
    var(--cath-gold) 35%,
    var(--cath-gold) 65%,
    var(--burg-dark)
  );
}
.action-cards-section::after { display: none; }

.action-cards-section .section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  color: var(--burg);
  margin-bottom: 12px;
}

.action-cards-grid { display: none !important; }

/* 3-item faith grid */
.faith-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 780px;
  margin: 0 auto;
  background: var(--cath-warm);
  box-shadow: 0 10px 56px rgba(75,15,20,0.10);
}
.faith-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px 32px 48px;
  text-decoration: none;
  color: var(--burg);
  transition: background 0.3s ease;
  border-right: 1px solid rgba(212,175,55,0.25);
  position: relative;
  overflow: hidden;
}
.faith-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--cath-gold);
  transition: width 0.4s ease;
}
.faith-item:hover::after { width: 70%; }
.faith-item:last-child { border-right: none; }
.faith-item:hover { background: rgba(212,175,55,0.055); }

.faith-icon {
  width: 52px;
  height: 64px;
  color: var(--cath-gold);
  margin-bottom: 26px;
  flex-shrink: 0;
  fill: currentColor;
  filter: drop-shadow(0 2px 8px rgba(212,175,55,0.18));
  transition: filter 0.35s ease, transform 0.35s ease;
}
.faith-item:hover .faith-icon {
  filter: drop-shadow(0 0 14px rgba(212,175,55,0.60));
  transform: translateY(-5px);
}
.faith-item-title {
  font-family: 'Cinzel', serif;
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--burg);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin-bottom: 14px;
  line-height: 1.55;
}
.faith-item-desc {
  font-family: 'Lora', serif;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--ink-warm);
  line-height: 1.72;
}

/* ============================================================
   BYZANTINE ORNAMENTAL DIVIDERS
   ============================================================ */
.cathedral-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: var(--cath-ivory);
  overflow: hidden;
  position: relative;
}
.cathedral-ornament::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 10px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(212,175,55,0.4) 20%,
    rgba(212,175,55,0.4) 80%,
    transparent 100%
  );
}
.cathedral-ornament::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 10px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(212,175,55,0.4) 20%,
    rgba(212,175,55,0.4) 80%,
    transparent 100%
  );
}
.byz-ornament-svg {
  width: 280px;
  height: 24px;
  color: var(--cath-gold);
  fill: currentColor;
  flex-shrink: 0;
  opacity: 0.82;
}

/* Ornament between two dark sections */
.ornament-on-dark {
  background: var(--burg);
}
.ornament-on-dark::before,
.ornament-on-dark::after {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(212,175,55,0.28) 20%,
    rgba(212,175,55,0.28) 80%,
    transparent 100%
  );
}

.orthodox-divider { display: none; }

/* ============================================================
   DIVINE SERVICES — Liturgical Heart of the Page
   ============================================================ */
.section[aria-labelledby="services-heading"] {
  background: var(--burg);
  padding: 96px 20px;
  position: relative;
  overflow: hidden;
}


.section[aria-labelledby="services-heading"] .section-title {
  color: var(--cath-gold);
  text-shadow: 0 2px 24px rgba(0,0,0,0.45);
}
.section[aria-labelledby="services-heading"] .section-divider {
  background: linear-gradient(to right, transparent 0%, rgba(212,175,55,0.5) 25%, rgba(212,175,55,0.5) 75%, transparent 100%);
  height: 1px;
  width: 480px;
  margin-bottom: 60px;
}

/* Service cards on dark background */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.service-card {
  background: white;
  border: 1px solid rgba(212,175,55,0.22);
  border-left: 3px solid var(--cath-gold);
  border-radius: 4px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 12px rgba(44,24,16,0.07);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
  background: var(--cath-warm);
  transform: translateX(5px);
  box-shadow: 0 4px 20px rgba(44,24,16,0.12);
}
.service-icon {
  color: var(--cath-gold);
  flex-shrink: 0;
  font-size: 1.4rem;
  opacity: 0.9;
}
.service-icon .orthodox-cross-icon {
  fill: var(--cath-gold);
  width: 20px;
  height: 28px;
}
.service-name {
  font-family: 'Cinzel', serif;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.service-time {
  font-family: 'Lora', serif;
  font-style: italic;
  color: var(--cath-gold);
  font-size: 1.05rem;
  font-weight: 500;
}
.section[aria-labelledby="services-heading"] .btn-secondary {
  color: var(--cath-gold);
  border-color: rgba(212,175,55,0.55);
}
.section[aria-labelledby="services-heading"] .btn-secondary:hover {
  background: var(--cath-gold);
  color: var(--burg-dark);
}

/* ============================================================
   EVENTS SECTION — Deeper Liturgical Dark
   ============================================================ */
.events-section {
  background: var(--burg-dark);
  position: relative;
}

.events-section .section-title {
  color: var(--cath-gold);
  text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}
.events-section .section-divider {
  background: linear-gradient(to right, transparent 0%, rgba(212,175,55,0.42) 25%, rgba(212,175,55,0.42) 75%, transparent 100%);
  height: 1px;
  width: 480px;
}

/* Mini calendar */
.events-section .mini-calendar {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.25);
  box-shadow: 0 4px 32px rgba(0,0,0,0.4);
}
.events-section .mini-cal-header { background: rgba(0,0,0,0.42); }
.events-section .mini-cal-date   { color: rgba(247,243,233,0.75); }
.events-section .mini-cal-date.sunday { color: #E8A0A0; }
.events-section .mini-cal-date.other-month { color: rgba(247,243,233,0.25); }
.events-section .mini-cal-date.has-event {
  background: rgba(212,175,55,0.2);
  color: var(--cath-gold);
  border-color: rgba(212,175,55,0.38);
}
.events-section .mini-cal-date.has-feast {
  background: rgba(139,30,30,0.32);
  color: #EDA0A0;
  border-color: rgba(214,38,18,0.38);
}
.events-section .mini-cal-day-header { color: var(--cath-gold); opacity: 0.78; }
.events-section .cal-legend { color: rgba(247,243,233,0.42); }

/* Event items */
.events-section .event-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(212,175,55,0.2);
  border-left: 4px solid var(--cath-gold);
  border-radius: 1px;
}
.events-section .event-item:hover { background: rgba(255,255,255,0.08); }
.events-section .event-date-badge {
  background: var(--cath-gold);
  color: var(--burg-dark);
  font-family: 'Cinzel', serif;
}
.events-section .event-date-badge.badge-red { background: #8B1E1E; color: #fff; }
.events-section .event-title {
  color: rgba(247,243,233,0.93);
  font-family: 'Cinzel', serif;
}
.events-section .event-time {
  color: var(--cath-gold);
  font-family: 'Lora', serif;
  font-style: italic;
}
.events-section .event-desc {
  color: rgba(247,243,233,0.52);
  font-family: 'Lora', serif;
}
.events-section .event-date-full {
  color: var(--cath-gold);
  font-family: 'Cormorant Garamond', serif;
}
.events-section .events-month-heading {
  color: var(--cath-gold);
  border-bottom-color: rgba(212,175,55,0.32);
  font-family: 'Cinzel', serif;
}
.events-section .event-nav-btn {
  border-color: rgba(212,175,55,0.48);
  color: var(--cath-gold);
}
.events-section .event-nav-btn:hover {
  background: var(--cath-gold);
  color: var(--burg-dark);
}
.events-section .event-slider-header {
  border-bottom-color: rgba(212,175,55,0.15);
}
.events-section .event-slider-label {
  color: var(--cath-gold);
  border-color: rgba(212,175,55,0.45);
}
.events-section .event-slider-label.label-today {
  background: var(--cath-gold);
  color: var(--burg-dark);
}
.events-section .event-nav-counter { color: rgba(212,175,55,0.48); }
.events-section .btn-secondary {
  color: var(--cath-gold);
  border-color: rgba(212,175,55,0.58);
}
.events-section .btn-secondary:hover {
  background: var(--cath-gold);
  color: var(--burg-dark);
}

/* ============================================================
   SCRIPTURE BANNER — Dramatic Centre Moment
   ============================================================ */
.scripture-banner {
  background: linear-gradient(
    135deg,
    var(--burg-dark) 0%,
    var(--burg)      50%,
    var(--burg-dark) 100%
  );
  padding: 88px 20px;
  border-top: 2px solid rgba(212,175,55,0.45);
  border-bottom: 2px solid rgba(212,175,55,0.45);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.scripture-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(212,175,55,0.06) 0%,
    transparent 68%
  );
  pointer-events: none;
}
.scripture-banner blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.45rem, 3.2vw, 2.3rem);
  font-style: italic;
  color: var(--cath-ivory);
  line-height: 1.92;
  max-width: 760px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}
.scripture-banner cite {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  color: var(--cath-gold);
  font-style: normal;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  z-index: 1;
}

/* ============================================================
   NEWS SECTION — Editorial Sacred
   ============================================================ */
.section[aria-labelledby="news-heading"] {
  background: var(--cath-ivory);
}
.section[aria-labelledby="news-heading"] .section-title { color: var(--burg); }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
.card {
  background: var(--cath-warm);
  border: 1px solid rgba(212,175,55,0.16);
  box-shadow: 0 4px 36px rgba(75,15,20,0.08);
  border-radius: 1px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}
.card:hover {
  box-shadow: 0 18px 56px rgba(75,15,20,0.15);
  transform: translateY(-9px);
}
.card-image { height: 272px; object-fit: cover; width: 100%; display: block; }
.card-body  { padding: 32px 30px 28px; }
.card-title {
  font-family: 'Cinzel', serif;
  font-size: 1.05rem;
  color: var(--burg);
  line-height: 1.42;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.card-date {
  font-family: 'Lora', serif;
  font-style: italic;
  color: var(--cath-gold-2);
  font-size: 0.84rem;
  margin-bottom: 14px;
  display: block;
}
.card-text {
  font-family: 'Lora', serif;
  color: var(--ink-warm);
  line-height: 1.88;
  font-size: 0.95rem;
}

/* ============================================================
   NEWSLETTER SECTION
   ============================================================ */
.newsletter-section {
  background: var(--burg-light);
  position: relative;
  overflow: hidden;
}
.newsletter-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(212,175,55,0.04) 0,
      rgba(212,175,55,0.04) 1px,
      transparent 0,
      transparent 50%
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(212,175,55,0.04) 0,
      rgba(212,175,55,0.04) 1px,
      transparent 0,
      transparent 50%
    );
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}
.newsletter-section::before { display: none; }
.newsletter-content { z-index: 2; position: relative; }
.newsletter-title {
  font-family: 'Cinzel', serif;
  color: var(--cath-gold);
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  letter-spacing: 0.07em;
  line-height: 1.2;
}
.newsletter-subtitle {
  font-family: 'Lora', serif;
  font-style: italic;
  color: rgba(247,243,233,0.66);
  font-size: 1.05rem;
  line-height: 1.9;
}
.newsletter-icon-large { color: var(--cath-gold); font-size: 2.8rem; }
.newsletter-form-inline input[type="email"] {
  background: var(--cath-ivory);
  color: var(--ink);
  border: 2px solid rgba(212,175,55,0.38);
  border-radius: 1px;
  font-family: 'Lora', serif;
  font-size: 1rem;
}
.newsletter-form-inline input[type="email"]::placeholder { color: var(--ink-muted); }
.newsletter-form-inline input[type="email"]:focus {
  border-color: var(--cath-gold);
  outline: none;
  background: #FEFCF5;
}
.newsletter-privacy-note {
  font-family: 'Lora', serif;
  color: rgba(247,243,233,0.26);
  font-size: 0.8rem;
}
.newsletter-success-msg { border-color: var(--cath-gold); color: var(--cath-gold); }

/* ============================================================
   DONATION / SUPPORT SECTION
   ============================================================ */
.donation-section {
  background: var(--cath-parchment);
}
.donation-text h2 {
  font-family: 'Cinzel', serif;
  color: var(--burg);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.18;
  letter-spacing: 0.04em;
}
.donation-text p {
  font-family: 'Lora', serif;
  color: var(--ink-warm);
  font-size: 1.05rem;
  line-height: 1.95;
}
.donation-text .section-divider { margin: 0 0 24px; }
.donation-scripture {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  border-left: 3px solid var(--cath-gold);
  background: rgba(253,250,243,0.9);
  color: var(--burg);
  font-size: 1.12rem;
  border-radius: 0;
  line-height: 1.88;
  padding: 22px 26px;
  margin: 28px 0;
}
.donation-ways {
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 1px;
  overflow: hidden;
}
.donation-ways-header { background: var(--burg); }
.donation-ways-header h3 {
  font-family: 'Cinzel', serif;
  color: var(--cath-gold);
  letter-spacing: 0.1em;
}
.donation-way-item:hover { background: var(--cath-ivory); }
.donation-way-title {
  font-family: 'Cinzel', serif;
  color: var(--burg);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}
.donation-way-desc { font-family: 'Lora', serif; font-size: 0.9rem; }
.donation-way-desc a { color: var(--burg); }

/* ============================================================
   VISIT US SECTION
   ============================================================ */
.section[aria-labelledby="visit-heading"] { background: var(--cath-ivory); }
.section[aria-labelledby="visit-heading"] .section-title { color: var(--burg); }

.visit-card {
  background: var(--cath-warm);
  border-radius: 1px;
  padding: 32px 28px;
  box-shadow: 0 4px 28px rgba(75,15,20,0.08);
  border-top: 3px solid var(--cath-gold);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.visit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 44px rgba(75,15,20,0.13);
}
.visit-card-icon { font-size: 2rem; margin-bottom: 14px; }
.visit-card h3 {
  font-family: 'Cinzel', serif;
  color: var(--burg);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.visit-card p { color: var(--ink-warm); font-size: 0.92rem; }
.visit-card a { color: var(--burg); font-weight: 600; }
.visit-card .note { color: var(--ink-muted); font-size: 0.8rem; margin-top: 4px; }

/* ============================================================
   FOOTER — Premium Sacred
   ============================================================ */
.site-footer {
  background: var(--burg-dark);
  border-top: 3px solid var(--cath-gold);
  padding-top: 72px;
}
.footer-section h3 {
  font-family: 'Cinzel', serif;
  color: var(--cath-gold);
  letter-spacing: 0.15em;
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-section p,
.footer-section a {
  font-family: 'Lora', serif;
  color: rgba(247,243,233,0.58);
  font-size: 0.88rem;
  line-height: 1.88;
}
.footer-section a:hover { color: var(--cath-gold); }
.footer-logo-img { width: 72px; height: auto; display: block; margin-bottom: 12px; }

/* Scripture above copyright */
.footer-scripture {
  text-align: center;
  padding: 40px 20px 36px;
  max-width: 680px;
  margin: 36px auto 0;
  border-top: 1px solid rgba(212,175,55,0.16);
  border-bottom: 1px solid rgba(212,175,55,0.16);
}
.footer-scripture blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-style: italic;
  color: rgba(247,243,233,0.65);
  line-height: 1.92;
  margin: 0;
}
.footer-scripture cite {
  display: block;
  font-family: 'Cinzel', serif;
  font-style: normal;
  font-size: 0.62rem;
  color: var(--cath-gold);
  letter-spacing: 0.2em;
  margin-top: 14px;
  opacity: 0.82;
}
.footer-bottom {
  border-top: none;
  padding-top: 24px;
  padding-bottom: 36px;
}
.footer-bottom p {
  color: rgba(247,243,233,0.32);
  font-size: 0.77rem;
  font-family: 'Lora', serif;
}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.page-hero {
  background: linear-gradient(
    150deg,
    var(--burg-dark) 0%,
    var(--burg)      45%,
    var(--burg-dark) 100%
  );
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--cath-gold);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 458 608' fill='white' fill-rule='evenodd'%3E%3Cpath d='M 190,35 A 35,35 0 0 1 260,35 A 35,35 0 0 1 260,105 V 190 H 345 A 35,35 0 0 1 415,190 A 35,35 0 0 1 415,260 A 35,35 0 0 1 345,260 H 260 V 495 A 35,35 0 0 1 260,565 A 35,35 0 0 1 190,565 A 35,35 0 0 1 190,495 V 260 H 105 A 35,35 0 0 1 35,260 A 35,35 0 0 1 35,190 A 35,35 0 0 1 105,190 H 190 V 105 A 35,35 0 0 1 190,35 z M 214,35 v 24 h -24 v 22 h 24 v 133 h -133 v -24 h -22 v 24 h -24 v 22 h 24 v 24 h 22 v -24 h 133 v 283 h -24 v 22 h 24 v 24 h 22 v -24 h 24 v -22 h -24 v -283 h 133 v 24 h 22 v -24 h 24 v -22 h -24 v -24 h -22 v 24 h -133 v -133 h 24 v -22 h -24 v -24 z'/%3E%3C/svg%3E");
  background-size: 130px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.04;
  pointer-events: none;
}
.page-hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    var(--cath-gold) 30%,
    var(--cath-gold) 70%,
    transparent
  );
}
.page-hero-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 700;
  color: var(--cath-gold);
  letter-spacing: 0.07em;
  text-shadow: 0 2px 28px rgba(0,0,0,0.55);
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.page-hero-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-style: italic;
  color: rgba(247,243,233,0.78);
  position: relative;
  z-index: 1;
  letter-spacing: 0.03em;
}
.page-hero .container { position: relative; z-index: 1; }

/* Breadcrumb */
.breadcrumb     { background: var(--cath-parchment); border-bottom: 1px solid rgba(212,175,55,0.18); }
.breadcrumb a   { color: var(--burg); }
.breadcrumb-sep { color: var(--cath-gold); }

/* ============================================================
   INNER PAGE COMPONENTS
   ============================================================ */

/* Accordions */
.accordion        { background: var(--cath-warm); border-color: rgba(212,175,55,0.16); border-radius: 1px; }
.accordion-header { background: var(--cath-warm); }
.accordion-header:hover,
.accordion.open .accordion-header { background: var(--cath-parchment); }
.accordion-title  { font-family: 'Cinzel', serif; color: var(--burg); }
.accordion-icon   { color: var(--cath-gold); }
.accordion.open .accordion-body { background: var(--cath-warm); }

/* Person / clergy */
.person-card  { background: var(--cath-warm); border-radius: 1px; border: 1px solid rgba(212,175,55,0.14); }
.person-name  { font-family: 'Cinzel', serif; color: var(--burg); }
.person-title { font-family: 'Lora', serif; font-style: italic; color: var(--cath-gold-2); letter-spacing: 0.04em; }
.person-info  { font-family: 'Lora', serif; }
.person-photo,
.person-photo-placeholder { border-color: var(--cath-gold); }

/* Staff cards */
.staff-card        { border-radius: 1px; }
.staff-card-header { background: linear-gradient(135deg, var(--burg-dark), var(--burg)); }
.staff-info-label  { font-family: 'Cinzel', serif; color: var(--cath-gold); }
.staff-info-value  { font-family: 'Lora', serif; }

/* Tables */
.info-table thead tr           { background: var(--burg); }
.info-table th                 { font-family: 'Cinzel', serif; letter-spacing: 0.08em; color: var(--cath-gold); }
.info-table tr:nth-child(even) td { background: var(--cath-parchment); }
.info-table td                 { color: var(--ink); font-family: 'Lora', serif; }

/* Contact cards */
.contact-card  { background: var(--cath-warm); border-left-color: var(--cath-gold); border-radius: 1px; }
.contact-label { font-family: 'Cinzel', serif; color: var(--cath-gold); }
.contact-value { color: var(--burg); }
.contact-sub   { font-family: 'Lora', serif; }

/* Bulletin cards */
.bulletin-card  { background: var(--cath-warm); border-left-color: var(--burg-mid); border-radius: 1px; }
.bulletin-title { font-family: 'Cinzel', serif; color: var(--burg); }
.bulletin-icon  { color: var(--burg-mid); }

/* Feature cards (halls) */
.feature-card  { background: var(--cath-warm); border-top-color: var(--cath-gold); border-radius: 1px; }
.feature-title { font-family: 'Cinzel', serif; color: var(--burg); }
.feature-detail { font-family: 'Lora', serif; }

/* Gallery */
.gallery-item { border-radius: 1px; }

/* Filter bar */
.filter-btn { font-family: 'Cinzel', serif; border-color: rgba(212,175,55,0.38); color: var(--burg); border-radius: 1px; }
.filter-btn.active,
.filter-btn:hover { background: var(--cath-gold); color: var(--burg-dark); border-color: var(--cath-gold); }

/* Timeline */
.timeline::before { background: linear-gradient(to bottom, var(--cath-gold), var(--burg), var(--cath-gold)); }
.timeline-date    { font-family: 'Cinzel', serif; color: var(--burg-mid); }
.timeline-dot     { background: var(--cath-gold); box-shadow: 0 0 0 3px rgba(212,175,55,0.22); }

/* Scripture quotes */
.scripture-quote    { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--burg); border-left-color: var(--cath-gold); background: var(--cath-warm); border-radius: 0; }
.scripture-citation { font-family: 'Cinzel', serif; color: var(--cath-gold); }

/* Newsletter modal */
.newsletter-modal-box    { border-top-color: var(--cath-gold); border-radius: 1px; background: var(--cath-warm); }
.newsletter-modal-title  { font-family: 'Cinzel', serif; color: var(--burg); }
.newsletter-modal-form input { border-color: rgba(212,175,55,0.25); border-radius: 1px; font-family: 'Lora', serif; }
.newsletter-modal-form input:focus { border-color: var(--cath-gold); }
.newsletter-modal-close  { background: var(--cath-parchment); color: var(--burg); }
.newsletter-modal-thanks h3 { font-family: 'Cinzel', serif; color: var(--burg); }

/* ============================================================
   SCROLL TOP + LOADER
   ============================================================ */
.scroll-top { background: var(--cath-gold); color: var(--burg-dark); border-radius: 1px; }
.scroll-top:hover { background: var(--burg); color: var(--cath-gold); }
#page-loader { background: linear-gradient(160deg, var(--burg-dark) 0%, var(--burg) 100%); }
.loader-title, .loader-subtitle { font-family: 'Cinzel', serif; }

/* ============================================================
   PATRON SAINTS SECTION
   ============================================================ */
.patron-saints-section {
  background: linear-gradient(180deg, #160805 0%, #1e0c07 60%, #160805 100%);
  border-top: 3px solid var(--cath-gold);
  border-bottom: 3px solid var(--cath-gold);
  padding: 56px 20px 60px;
  position: relative;
  overflow: hidden;
}
.patron-saints-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(212,175,55,0.08) 0%, transparent 65%);
  pointer-events: none;
}
.patron-saints-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.patron-saints-header {
  text-align: center;
  margin-bottom: 44px;
}
.patron-saints-eyebrow {
  font-family: 'Cinzel', 'Orthodox', serif;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cath-gold);
  opacity: 0.75;
  margin-bottom: 10px;
}
.patron-saints-title {
  font-family: 'Cinzel', 'Orthodox', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--cath-gold);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-shadow: 0 0 32px rgba(212,175,55,0.3);
}
.patron-saints-feast {
  font-family: 'Lora', 'PT Serif', serif;
  font-size: 0.92rem;
  font-style: italic;
  color: rgba(212,175,55,0.62);
  letter-spacing: 0.04em;
}

.patron-saints-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 36px;
  align-items: center;
}

/* Individual saint cards */
.patron-saint-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.patron-saint-img-wrap {
  width: clamp(120px, 14vw, 180px);
  height: clamp(150px, 18vw, 230px);
  border: 2px solid rgba(212,175,55,0.45);
  box-shadow: 0 0 0 6px rgba(212,175,55,0.08), 0 8px 36px rgba(0,0,0,0.55);
  background: #0d0503;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.patron-saint-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.patron-saint-name {
  font-family: 'Cinzel', 'Orthodox', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cath-gold);
  letter-spacing: 0.08em;
  margin: 0;
}
.patron-saint-dates {
  font-family: 'Lora', serif;
  font-size: 0.78rem;
  font-style: italic;
  color: rgba(212,175,55,0.55);
  margin: 0;
}
.patron-saint-desc {
  font-family: 'Lora', 'PT Serif', serif;
  font-size: 0.88rem;
  line-height: 1.72;
  color: rgba(255,255,255,0.62);
  max-width: 300px;
  margin: 0;
}

/* Joint icon — centrepiece */
.patron-saints-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.patron-saints-joint-wrap {
  width: clamp(160px, 18vw, 240px);
  border: 2.5px solid var(--cath-gold);
  box-shadow: 0 0 0 8px rgba(212,175,55,0.1), 0 12px 48px rgba(0,0,0,0.7);
  background: #0d0503;
  overflow: hidden;
}
.patron-saints-joint-img {
  width: 100%;
  height: auto;
  display: block;
}
.patron-saints-joint-caption {
  font-family: 'Lora', serif;
  font-size: 0.8rem;
  font-style: italic;
  color: rgba(212,175,55,0.55);
  line-height: 1.6;
  text-align: center;
}

/* Responsive */
@media (max-width: 820px) {
  .patron-saints-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .patron-saints-center { order: -1; }
  .patron-saints-joint-wrap { width: clamp(180px, 50vw, 260px); }
  .patron-saint-img-wrap { width: clamp(120px, 40vw, 200px); height: clamp(150px, 50vw, 250px); }
  .patron-saint-desc { max-width: 420px; }
}

/* ============================================================
   FAB BUTTONS
   ============================================================ */
.fab-donate { background: var(--burg-mid); }
.fab-events { background: var(--burg); }
.fab-newsletter-btn { background: var(--cath-gold); }

/* ============================================================
   HALLS PAGE — font alignment
   ============================================================ */
.step-number,
.cal-month-header,
.inquiry-submit-btn,
.inquiry-card-name,
.quote-panel-title,
.quote-total-label,
.quote-total-amt,
.process-step h3 { font-family: 'Cinzel', serif; }

.cal-dow,
.cal-day,
.quote-panel-subtitle,
.quote-row,
.quote-note,
.form-offline-note,
.inquiry-card-detail,
.inquiry-card-meta,
.process-step p { font-family: 'Lora', 'PT Serif', serif; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .section, .section-alt { padding: 80px 20px; }
  .section[aria-labelledby="services-heading"] { padding: 80px 20px; }
}
@media (max-width: 900px) {
  .faith-items-grid { grid-template-columns: repeat(2, 1fr); }
  .faith-item {
    border-right: 1px solid rgba(212,175,55,0.25);
    border-bottom: 1px solid rgba(212,175,55,0.25);
  }
  .faith-item:nth-child(2n) { border-right: none; }
  .faith-item:nth-child(3),
  .faith-item:nth-child(4)  { border-bottom: none; }
  .scripture-banner { padding: 64px 20px; }
}
@media (max-width: 600px) {
  .faith-items-grid { grid-template-columns: 1fr; }
  .faith-item {
    border-right: none;
    border-bottom: 1px solid rgba(212,175,55,0.22);
    padding: 40px 24px 36px;
  }
  .faith-item:last-child { border-bottom: none; }
  .hero { min-height: 85vh; }
  .hero-icon { display: none; }
  .hero-center { min-height: 85vh; }
  .hero-title { font-size: 2.4rem; }
  .section-title { font-size: 1.85rem; }
  .section, .section-alt { padding: 64px 16px; }
  .section[aria-labelledby="services-heading"] { padding: 64px 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .cards-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 2rem; }
  .hero-tagline { font-size: 1.05rem; }
  .hero-btns { flex-direction: column; align-items: flex-start; gap: 12px; }
  .faith-item { padding: 32px 20px 28px; }
  .page-hero { padding: 56px 16px; }
  .card-body { padding: 24px 22px 20px; }
  .service-card { padding: 20px 22px; }
}

/* ============================================================
   NAV BAR — matched to the hero burgundy gradient
   (links stay dark inside the white mobile slide-out panel)
   ============================================================ */
.site-nav {
  background: linear-gradient(150deg, var(--burg-dark) 0%, var(--burg) 45%, var(--burg-dark) 100%);
  border-bottom: 2px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 2px 16px rgba(42, 8, 11, 0.35);
}
.hamburger span { background: var(--cath-gold); }
.lang-btn { color: var(--cath-ivory); }
.lang-btn.active { background: var(--cath-gold); color: var(--burg-dark); }
@media (min-width: 769px) {
  .nav-menu li a { color: var(--cath-ivory); }
  .nav-menu li a:hover,
  .nav-menu li a.active { color: var(--cath-gold); }
}

/* ============================================================
   E-NEWSLETTER — TEMPORARILY HIDDEN site-wide
   (delete this block to restore the newsletter everywhere)
   ============================================================ */
.newsletter-section,
.newsletter-modal-overlay,
#fab-newsletter-open,
a.open-newsletter-trigger,
li:has(> a.open-newsletter-trigger) { display: none !important; }
