/* =========================================================
   PAGES.CSS — إضافات تصميمية للصفحات الفرعية
   لا يؤثر على الصفحة الرئيسية (index.html)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --parchment: #FAF6EC;
  --parchment-warm: #F3EAD4;
  --ink-deep: #2A2418;
  --burgundy: #7A2D3A;
  --gold-line: rgba(197, 160, 85, 0.35);
  --gold-line-strong: rgba(197, 160, 85, 0.7);
}

/* ─── Arabic-first defaults ─── */
body { font-family: 'Tajawal', 'Inter', sans-serif; }
body.rtl h1, body.rtl h2, body.rtl h3, body.rtl h4 {
  font-family: 'Amiri', 'Tajawal', serif;
  letter-spacing: -0.01em;
}

/* ─── Enhanced Navbar Logo ─── */
.nav-logo img.logo-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #fdfaf3;
  box-shadow: 0 3px 10px rgba(26,41,66,0.14),
              0 0 0 1px rgba(197,160,85,0.4),
              0 0 0 3px rgba(197,160,85,0.10);
}
.nav-logo-text h1 { font-family: 'Amiri', 'Playfair Display', serif; }
.rtl .nav-logo-text h1 { font-family: 'Amiri', 'Tajawal', serif; font-size: 17px; font-weight: 700; }
.rtl .nav-logo-text span { font-size: 12px; }

/* ═════════════════════════════════════════════════════════
   HERO PAGE HEADER — إعادة تصميم رأس الصفحة
   ═════════════════════════════════════════════════════════ */
.page-hero {
  position: relative;
  padding: 140px 24px 80px;
  text-align: center;
  color: white;
  background:
    radial-gradient(ellipse at top, rgba(197,160,85,0.10) 0%, transparent 60%),
    linear-gradient(180deg, var(--blue-dark) 0%, var(--blue) 65%, var(--brown) 100%);
  overflow: hidden;
  margin-top: 72px;
  border-bottom: 1px solid rgba(197,160,85,0.25);
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(197,160,85,0.05), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(197,160,85,0.05), transparent 40%);
  pointer-events: none;
}
.page-hero-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.page-hero .ornament {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--gold);
  margin-bottom: 20px;
}
.page-hero .ornament .line {
  width: 60px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.page-hero .ornament .line.right {
  background: linear-gradient(to left, transparent, var(--gold));
}
.page-hero .ornament i { font-size: 22px; }
.page-hero .eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
.rtl .page-hero .eyebrow {
  letter-spacing: 0.15em;
  text-transform: none;
  font-size: 13px;
}
.page-hero h1 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 14px;
  color: white;
}
.rtl .page-hero h1 { font-size: 48px; }
.page-hero .subtitle {
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ═════════════════════════════════════════════════════════
   REFINED CONTENT SECTIONS
   ═════════════════════════════════════════════════════════ */
.section-refined { padding: 90px 0; }
.section-parchment {
  background: var(--parchment);
  background-image:
    radial-gradient(ellipse at top, rgba(197,160,85,0.05), transparent 50%);
}

.section-title-block {
  text-align: center;
  margin-bottom: 60px;
}
.section-title-block .eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 10px;
}
.rtl .section-title-block .eyebrow { letter-spacing: 0.1em; font-size: 13px; }
.section-title-block h2 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 38px;
  color: var(--blue-dark);
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.25;
}
.rtl .section-title-block h2 { font-size: 36px; }
.section-title-block .divider {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  margin: 6px 0 14px;
}
.section-title-block .divider::before,
.section-title-block .divider::after {
  content: '';
  width: 40px; height: 1px;
  background: var(--gold);
}
.section-title-block .divider i { font-size: 14px; }
.section-title-block .lead {
  font-size: 16px;
  color: var(--text-light);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ═════════════════════════════════════════════════════════
   PARCHMENT CARD — البطاقة الورقية
   ═════════════════════════════════════════════════════════ */
.p-card {
  background: var(--parchment);
  border-radius: 8px;
  padding: 28px 26px;
  position: relative;
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 32px -14px rgba(44,37,32,0.20),
              0 1px 3px rgba(44,37,32,0.05);
  transition: transform .25s, box-shadow .25s;
  overflow: hidden;
}
.p-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-dark) 50%, var(--gold) 80%, transparent 100%);
}
.p-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -14px rgba(44,37,32,0.28);
}
.p-card .card-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 12px;
}
.rtl .p-card .card-eyebrow { letter-spacing: 0.1em; font-size: 12px; }
.p-card .card-eyebrow .dot {
  width: 6px; height: 6px;
  background: var(--gold-dark);
  border-radius: 50%;
}
.p-card h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 22px;
  color: var(--blue-dark);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}
.p-card .subtitle {
  font-size: 13px;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 14px;
}
.p-card p {
  font-size: 14.5px;
  color: var(--ink-deep);
  line-height: 1.8;
}

/* ═════════════════════════════════════════════════════════
   LITURGY WEEKLY GRID
   ═════════════════════════════════════════════════════════ */
.liturgy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.liturgy-card {
  background: white;
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--border);
  position: relative;
  transition: all .25s;
}
.liturgy-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 30%; right: 30%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s;
}
.liturgy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px -10px rgba(44,37,32,0.15);
  border-color: var(--gold-line);
}
.liturgy-card:hover::after { transform: scaleX(1); }
.liturgy-card .icon-circle {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cream), var(--cream-dark));
  display: grid; place-items: center;
  margin: 0 auto 18px;
  color: var(--gold-dark);
  font-size: 24px;
  border: 1px solid var(--gold-line);
}
.liturgy-card h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 20px;
  color: var(--blue-dark);
  margin-bottom: 8px;
  font-weight: 700;
}
.liturgy-card .day-label {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 6px;
}
.liturgy-card .time-value {
  font-family: 'Amiri', serif;
  font-size: 22px;
  color: var(--gold-dark);
  font-weight: 700;
  direction: ltr;
}

/* ═════════════════════════════════════════════════════════
   EVENT ROW — قائمة الأحداث
   ═════════════════════════════════════════════════════════ */
.event-row-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 24px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 24px;
  align-items: center;
  transition: all .25s;
}
.event-row:hover {
  border-color: var(--gold-line);
  box-shadow: 0 8px 24px -8px rgba(44,37,32,0.12);
}
.event-row .date-block {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: white;
  border-radius: 8px;
  padding: 14px 8px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 12px -4px rgba(27,58,107,0.3);
}
.event-row .date-block::before {
  content: '';
  position: absolute;
  top: 8px; left: 8px; right: 8px;
  height: 1px;
  background: rgba(197,160,85,0.4);
}
.event-row .date-block .d {
  font-family: 'Amiri', serif;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}
.event-row .date-block .m {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.85);
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.event-row.feast .date-block {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold));
}
.event-row.feast .date-block .d { color: white; }
.event-row .info h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 19px;
  color: var(--blue-dark);
  margin-bottom: 4px;
  font-weight: 700;
}
.event-row .info p {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 4px;
  line-height: 1.6;
}
.event-row .info .meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: var(--gold-dark);
  font-weight: 600;
  margin-top: 4px;
}

/* ═════════════════════════════════════════════════════════
   NEWS GRID REFINED
   ═════════════════════════════════════════════════════════ */
.n-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 26px;
}
.n-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .3s;
}
.n-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -14px rgba(44,37,32,0.20);
  border-color: var(--gold-line);
}
.n-card .n-img {
  height: 200px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  position: relative;
  overflow: hidden;
}
.n-card .n-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.n-card .n-img .placeholder-icon {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
  color: var(--gold);
  opacity: 0.5;
}
.n-card .n-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--gold);
  color: var(--brown);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.rtl .n-card .n-badge { right: auto; left: 14px; }
.n-card .n-body {
  padding: 22px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.n-card .n-date {
  font-size: 12.5px;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.n-card h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 19px;
  color: var(--blue-dark);
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 700;
}
.n-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
  flex: 1;
}
.n-card .n-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--burgundy);
  font-weight: 700;
  font-size: 14px;
  transition: gap .2s;
}
.n-card .n-link:hover { gap: 10px; }

/* ═════════════════════════════════════════════════════════
   SERMON FEATURED + GRID
   ═════════════════════════════════════════════════════════ */
.sermon-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 20px 50px -20px rgba(44,37,32,0.15);
}
.sermon-hero .video-frame {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: var(--blue-dark);
  position: relative;
  border: 1px solid var(--gold-line);
}
.sermon-hero .video-frame iframe {
  width: 100%; height: 100%; border: none;
}
.sermon-hero .video-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  background: linear-gradient(135deg, var(--blue-dark), var(--brown));
  color: var(--gold);
}
.sermon-hero .video-placeholder i { font-size: 68px; opacity: 0.85; }
.sermon-hero .info .eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 10px;
}
.rtl .sermon-hero .info .eyebrow { letter-spacing: 0.1em; font-size: 13px; }
.sermon-hero .info h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 28px;
  color: var(--blue-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}
.sermon-hero .info .meta {
  display: flex; align-items: center; gap: 16px;
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 16px;
}
.sermon-hero .info .meta span { display: inline-flex; align-items: center; gap: 6px; }
.sermon-hero .info .meta i { color: var(--gold); }
.sermon-hero .info p { font-size: 15px; line-height: 1.8; color: var(--text-light); }

/* ═════════════════════════════════════════════════════════
   GALLERY REFINED
   ═════════════════════════════════════════════════════════ */
.g-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.g-item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  cursor: pointer;
  background: var(--blue);
  border: 1px solid var(--gold-line);
  transition: all .3s;
}
.g-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -12px rgba(44,37,32,0.25);
}
.g-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.g-item:hover img { transform: scale(1.06); }
.g-item .g-caption {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,36,69,0.9) 0%, transparent 40%);
  display: flex; align-items: flex-end;
  padding: 18px;
  opacity: 0;
  transition: opacity .25s;
}
.g-item:hover .g-caption { opacity: 1; }
.g-item .g-caption span {
  color: white;
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
}
.g-item .g-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 44px;
  opacity: 0.45;
}

/* ═════════════════════════════════════════════════════════
   BOOKS GRID
   ═════════════════════════════════════════════════════════ */
.b-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.b-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s;
  display: flex;
  flex-direction: column;
}
.b-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -14px rgba(44,37,32,0.20);
  border-color: var(--gold-line);
}
.b-card .b-cover {
  height: 260px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  position: relative;
  overflow: hidden;
}
.b-card .b-cover img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.b-card .b-cover .placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-size: 64px;
  opacity: 0.4;
}
.b-card .b-body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.b-card h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 18px;
  color: var(--blue-dark);
  line-height: 1.35;
  margin-bottom: 6px;
  font-weight: 700;
}
.b-card .author {
  font-size: 13px;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 10px;
}
.b-card .desc {
  font-size: 13.5px;
  color: var(--text-light);
  line-height: 1.7;
  flex: 1;
}
.b-card .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 16px;
  background: var(--blue-dark);
  color: white;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s;
}
.b-card .download-btn:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}

/* ═════════════════════════════════════════════════════════
   ABOUT PAGE — عن الكنيسة
   ═════════════════════════════════════════════════════════ */
.about-story {
  max-width: 780px;
  margin: 0 auto;
}
.about-story .section-block { margin-bottom: 60px; }
.about-story h2 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 30px;
  color: var(--blue-dark);
  margin-bottom: 8px;
  font-weight: 700;
}
.about-story .section-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 8px;
}
.rtl .about-story .section-eyebrow { letter-spacing: 0.1em; font-size: 13px; }
.about-story .divider-line {
  width: 60px; height: 2px;
  background: var(--gold);
  margin-bottom: 20px;
}
.about-story p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--ink-deep);
  margin-bottom: 16px;
}
.about-story blockquote {
  padding: 24px 28px;
  background: var(--parchment);
  border-inline-start: 3px solid var(--gold);
  border-radius: 6px;
  margin: 24px 0;
  font-family: 'Amiri', serif;
  font-size: 17px;
  line-height: 1.85;
  color: var(--ink-deep);
  font-style: italic;
  position: relative;
}
.about-story blockquote::before {
  content: '\201D';
  position: absolute;
  top: -12px;
  right: 24px;
  font-size: 60px;
  color: var(--gold);
  opacity: 0.5;
  font-family: 'Amiri', serif;
}
.rtl .about-story blockquote::before { right: auto; left: 24px; }

.saint-portrait {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  align-items: start;
  background: var(--parchment);
  padding: 32px;
  border-radius: 12px;
  border-top: 3px solid var(--gold);
}
.saint-portrait .portrait-img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #fdfaf3;
  box-shadow: 0 8px 24px -8px rgba(44,37,32,0.20),
              0 0 0 1px var(--gold-line-strong),
              0 0 0 6px rgba(197,160,85,0.1);
}
.saint-portrait .portrait-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.saint-portrait .portrait-info h3 {
  font-family: 'Amiri', serif;
  font-size: 26px;
  color: var(--blue-dark);
  margin-bottom: 6px;
  font-weight: 700;
}
.saint-portrait .portrait-info .lifespan {
  font-size: 14px;
  color: var(--gold-dark);
  font-weight: 600;
  margin-bottom: 14px;
  font-style: italic;
}
.saint-portrait .portrait-info p {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--ink-deep);
  margin-bottom: 12px;
}

/* ═════════════════════════════════════════════════════════
   CONTACT PAGE
   ═════════════════════════════════════════════════════════ */
.contact-refined-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
}
.contact-form-refined {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 36px;
  box-shadow: 0 12px 30px -14px rgba(44,37,32,0.10);
}
.contact-form-refined h3 {
  font-family: 'Amiri', 'Playfair Display', serif;
  font-size: 24px;
  color: var(--blue-dark);
  margin-bottom: 8px;
}
.contact-form-refined .form-desc {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 24px;
}
.contact-form-refined .form-group {
  margin-bottom: 18px;
}
.contact-form-refined label {
  display: block;
  font-size: 13px;
  color: var(--blue-dark);
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-form-refined input,
.contact-form-refined textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 15px;
  font-family: 'Tajawal', 'Inter', sans-serif;
  background: #fdfcf8;
  transition: all .2s;
}
.contact-form-refined input:focus,
.contact-form-refined textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: white;
  box-shadow: 0 0 0 3px rgba(197,160,85,0.15);
}
.contact-form-refined textarea { min-height: 130px; resize: vertical; }
.contact-form-refined .submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--gold);
  color: var(--brown);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
}
.contact-form-refined .submit-btn:hover {
  background: var(--gold-dark);
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px -4px rgba(197,160,85,0.5);
}

.contact-side {
  background: var(--parchment);
  border-radius: 12px;
  padding: 32px;
  border-top: 3px solid var(--gold);
  position: relative;
}
.contact-side::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold-dark) 50%, var(--gold) 70%, transparent);
}
.contact-side h3 {
  font-family: 'Amiri', serif;
  font-size: 22px;
  color: var(--blue-dark);
  margin-bottom: 20px;
}
.info-row {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--gold-line);
}
.info-row:last-of-type { border-bottom: none; }
.info-row .info-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: white;
  display: grid;
  place-items: center;
  color: var(--gold-dark);
  font-size: 16px;
  flex-shrink: 0;
  border: 1px solid var(--gold-line);
}
.info-row .info-text h4 {
  font-size: 14px;
  color: var(--blue-dark);
  font-weight: 700;
  margin-bottom: 2px;
}
.info-row .info-text p {
  font-size: 14px;
  color: var(--ink-deep);
  line-height: 1.6;
}
.info-row .info-text a { color: var(--burgundy); font-weight: 600; }

.socials-refined {
  display: flex; gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed var(--gold-line);
}
.socials-refined a {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: white;
  display: grid; place-items: center;
  color: var(--blue-dark);
  font-size: 16px;
  transition: all .2s;
  border: 1px solid var(--gold-line);
}
.socials-refined a:hover {
  background: var(--gold);
  color: white;
  transform: translateY(-2px);
  border-color: var(--gold);
}

.map-refined {
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid var(--gold-line);
}
.map-refined iframe { width: 100%; height: 100%; border: none; }

/* ═════════════════════════════════════════════════════════
   FOOTER REFINED
   ═════════════════════════════════════════════════════════ */
.footer-refined {
  background: linear-gradient(180deg, var(--blue-dark), var(--brown));
  color: rgba(255,255,255,0.7);
  padding: 70px 0 24px;
  border-top: 1px solid var(--gold-line);
}
.footer-refined .footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer-refined .footer-brand h4 {
  font-family: 'Amiri', serif;
  color: white;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-refined .footer-brand p {
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.footer-refined .footer-brand .logo-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-refined .footer-brand .logo-strip img {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fdfaf3;
  border: 1px solid var(--gold-line-strong);
}
.footer-refined h5 {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.rtl .footer-refined h5 { letter-spacing: 0.08em; text-transform: none; }
.footer-refined ul { list-style: none; }
.footer-refined ul li { margin-bottom: 8px; }
.footer-refined ul li a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.65);
  transition: color .15s;
}
.footer-refined ul li a:hover { color: var(--gold); }
.footer-refined .footer-copy {
  border-top: 1px solid rgba(197,160,85,0.2);
  padding-top: 22px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* ═════════════════════════════════════════════════════════
   LOADING & EMPTY STATES
   ═════════════════════════════════════════════════════════ */
.state-message {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 24px;
  color: var(--text-light);
}
.state-message i {
  font-size: 40px;
  color: var(--gold);
  opacity: 0.5;
  margin-bottom: 12px;
  display: block;
}
.state-message p {
  font-size: 15px;
  margin: 0;
}

/* ═════════════════════════════════════════════════════════
   FILTER TABS
   ═════════════════════════════════════════════════════════ */
.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.filter-tabs .tab {
  padding: 9px 22px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  color: var(--text-light);
  cursor: pointer;
  font-family: inherit;
  transition: all .2s;
  font-weight: 500;
}
.filter-tabs .tab:hover {
  border-color: var(--gold-line-strong);
  color: var(--blue-dark);
}
.filter-tabs .tab.active {
  background: var(--blue-dark);
  color: white;
  border-color: var(--blue-dark);
  font-weight: 600;
}

/* ═════════════════════════════════════════════════════════
   RESPONSIVE
   ═════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .page-hero { padding: 100px 24px 60px; }
  .page-hero h1 { font-size: 38px; }
  .rtl .page-hero h1 { font-size: 34px; }
  .section-refined { padding: 60px 0; }
  .section-title-block h2 { font-size: 30px; }
  .sermon-hero { grid-template-columns: 1fr; gap: 24px; padding: 24px; }
  .contact-refined-grid { grid-template-columns: 1fr; gap: 28px; }
  .saint-portrait { grid-template-columns: 1fr; text-align: center; }
  .saint-portrait .portrait-img { max-width: 220px; margin: 0 auto; }
  .footer-refined .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 560px) {
  .page-hero h1 { font-size: 30px; }
  .rtl .page-hero h1 { font-size: 28px; }
  .section-title-block h2 { font-size: 24px; }
  .event-row { grid-template-columns: 80px 1fr; gap: 16px; padding: 16px; }
  .contact-form-refined { padding: 24px; }
  .contact-side { padding: 24px; }
  .footer-refined .footer-inner { grid-template-columns: 1fr; }
}
