/*
Theme Name: The Orthodox Forum
Theme URI: https://theorthodoxforum.org
Author: Holy Transfiguration College, Agora University
Author URI: https://agorauniversity.org
Description: A hybrid WordPress theme for The Orthodox Forum — bridging ancient Orthodox theology with the modern intellectual world. Stone and Incense design system inspired by Coptic and Athonite monasteries.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orthodox-forum
Tags: blog, one-column, two-columns, custom-menu, editor-style, featured-images, block-patterns, wide-blocks
*/

/* ============================================
   CSS CUSTOM PROPERTIES
============================================ */
:root {
  --of-limestone: #F5F2E9;
  --of-limestone-deep: #EBE6D8;
  --of-carbon: #2C2C2C;
  --of-carbon-soft: #3D3D3D;
  --of-gold: #C5A059;
  --of-gold-glow: #D4B06A;
  --of-gold-dim: #A8874A;
  --of-terracotta: #8E3A36;
  --of-terracotta-light: #A34843;
  --of-indigo: #4A5D6B;
  --of-indigo-deep: #2E3D48;
  --of-indigo-darkest: #1C2830;
  --of-parchment: #FAF7F0;
  --of-shadow: rgba(44, 44, 44, 0.08);
}

/* ============================================
   RESET & BASE
============================================ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Spectral', serif;
  background: var(--of-limestone);
  color: var(--of-carbon);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

/* ============================================
   NARTHEX (Header)
============================================ */
.narthex {
  text-align: center;
  padding: 2.2rem 2rem 0;
  background: var(--of-limestone);
}

.narthex-cross {
  font-size: 1.1rem;
  color: var(--of-terracotta);
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  opacity: 0.7;
}

.site-title {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

.site-title a {
  color: var(--of-carbon);
  text-decoration: none;
}

.site-subtitle {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--of-indigo);
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}

/* ---- Header Navigation ---- */
.narthex-nav {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.9rem 0 0.6rem;
  border-top: 1px solid rgba(197, 160, 89, 0.25);
  flex-wrap: wrap;
}

.narthex-nav .menu {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  list-style: none;
  flex-wrap: wrap;
}

.narthex-nav .menu li a {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--of-carbon-soft);
  text-decoration: none;
  padding: 0.45rem 1.4rem;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

.narthex-nav .menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: var(--of-gold);
  transition: width 0.3s ease;
}

.narthex-nav .menu li a:hover {
  color: var(--of-terracotta);
}

.narthex-nav .menu li a:hover::after {
  width: 60%;
}

.narthex-nav .menu li.current-menu-item a,
.narthex-nav .menu li.current-menu-ancestor a,
.narthex-nav .menu li.current_page_item a {
  color: var(--of-terracotta);
}

.narthex-nav .menu li.current-menu-item a::after,
.narthex-nav .menu li.current-menu-ancestor a::after,
.narthex-nav .menu li.current_page_item a::after {
  width: 60%;
}

/* ============================================
   MEANDER DIVIDER
============================================ */
.meander-divider {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 0 1.8rem;
  opacity: 0.25;
}

.meander-divider svg {
  width: 320px;
  height: 12px;
}

/* ============================================
   COPTIC CROSS VINE DIVIDER
============================================ */
.vine-divider {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.8rem 0;
  opacity: 0.3;
}

/* In-article / in-page divider */
.coptic-divider {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  opacity: 0.3;
}

/* ============================================
   SHARED: Category Tags
============================================ */
.category-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--of-terracotta);
  margin-bottom: 0.5rem;
  display: inline-block;
}

.category-tag a {
  color: inherit;
  text-decoration: none;
}

/* ============================================
   SHARED: Byline
============================================ */
.byline {
  font-family: 'Spectral', serif;
  font-size: 0.78rem;
  color: var(--of-indigo);
  opacity: 0.7;
  margin-top: 0.7rem;
  font-style: italic;
}

.byline a {
  color: inherit;
  text-decoration: none;
}

/* ============================================
   SHARED: Section Title
============================================ */
.section-title {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

/* ============================================
   SHARED: Buttons
============================================ */
.btn-pilgrim {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--of-gold);
  color: #fff;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-pilgrim:hover {
  background: var(--of-terracotta);
  box-shadow: 0 0 18px rgba(142, 58, 54, 0.15);
}

/* ============================================
   HOME: Iconostasis (Featured Area)
============================================ */
.iconostasis {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: start;
}

/* Lead Story */
.lead-story {
  position: relative;
  cursor: pointer;
}

.lead-story a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.icon-frame {
  position: relative;
  border: 1px solid var(--of-gold);
  padding: 5px;
  background: var(--of-parchment);
  box-shadow: inset 0 0 12px rgba(197, 160, 89, 0.08), 0 4px 20px var(--of-shadow);
  transition: box-shadow 0.4s ease;
}

.lead-story:hover .icon-frame {
  box-shadow: inset 0 0 12px rgba(197, 160, 89, 0.08), 0 0 25px rgba(197, 160, 89, 0.15), 0 4px 20px var(--of-shadow);
}

.lead-story .icon-frame img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  filter: sepia(0.7) contrast(1.1) brightness(0.9);
  transition: filter 0.4s ease;
}

.lead-story:hover .icon-frame img {
  filter: sepia(0.5) contrast(1.15) brightness(0.95);
}

.story-overlay {
  padding: 1.4rem 0.3rem 0.5rem;
}

.lead-story h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--of-carbon);
  margin-bottom: 0.6rem;
  transition: color 0.25s ease;
}

.lead-story:hover h2 {
  color: var(--of-terracotta);
}

.lead-story .excerpt {
  font-family: 'Spectral', serif;
  font-size: 0.95rem;
  color: var(--of-indigo);
  line-height: 1.65;
}

/* Hot off the Press */
.hot-press {
  padding-top: 0.2rem;
}

.hot-press-title {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.3);
}

.hot-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(74, 93, 107, 0.1);
  cursor: pointer;
  transition: all 0.25s ease;
}

.hot-item:last-child {
  border-bottom: none;
}

.hot-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hot-item:hover h3 {
  color: var(--of-terracotta);
}

.hot-item .category-tag {
  margin-bottom: 0.3rem;
  font-size: 0.58rem;
}

.hot-item h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--of-carbon);
  transition: color 0.25s ease;
  margin-bottom: 0.25rem;
}

.hot-item .byline {
  margin-top: 0.2rem;
}

/* ============================================
   HOME: Wisdom Slider
============================================ */
.wisdom-slider-section {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 2rem 2.5rem;
  text-align: center;
  position: relative;
}

.wisdom-slider {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wisdom-slide {
  display: none;
  flex-direction: column;
  align-items: center;
}

.wisdom-slide.active {
  display: flex;
  animation: wisdomFade 0.5s ease;
}

@keyframes wisdomFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.wisdom-slide blockquote {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.55;
  color: var(--of-carbon-soft);
  max-width: 600px;
  margin-bottom: 1.2rem;
  border: none;
  padding: 0;
  background: none;
}

.wisdom-slide .attribution {
  font-family: 'Cinzel', serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--of-indigo);
  opacity: 0.8;
}

.wisdom-slide .attribution-title {
  font-family: 'Spectral', serif;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--of-indigo);
  opacity: 0.55;
  margin-top: 0.2rem;
}

.wisdom-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.wisdom-nav button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--of-gold);
  padding: 0.3rem;
  transition: color 0.25s ease;
  display: flex;
  align-items: center;
}

.wisdom-nav button:hover {
  color: var(--of-terracotta);
}

.wisdom-dots {
  display: flex;
  gap: 0.5rem;
}

.wisdom-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.3);
  transition: background 0.3s ease;
  cursor: pointer;
}

.wisdom-dots span.active {
  background: var(--of-gold);
}

/* ============================================
   HOME/POST: Nave (Two-Column Layout)
============================================ */
.nave {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1rem 2rem 3rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
}

/* Essays Column */
.essay-card {
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid rgba(74, 93, 107, 0.08);
  cursor: pointer;
  transition: all 0.25s ease;
}

.essay-card:last-child {
  border-bottom: none;
}

.essay-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.essay-card .category-tag {
  margin-bottom: 0.5rem;
}

.essay-card h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--of-carbon);
  margin-bottom: 0.65rem;
  transition: color 0.25s ease;
}

.essay-card:hover h3 {
  color: var(--of-terracotta);
}

.essay-excerpt {
  font-size: 0.95rem;
  color: var(--of-carbon-soft);
  line-height: 1.75;
}

.essay-excerpt::first-letter {
  float: left;
  font-family: 'Cinzel', serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--of-terracotta);
  line-height: 0.85;
  padding-right: 0.12rem;
  padding-top: 0.12rem;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Cinzel', serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--of-gold);
  text-decoration: none;
  margin-top: 0.9rem;
  transition: color 0.25s ease;
}

.read-more:hover {
  color: var(--of-terracotta);
}

.read-more svg {
  transition: transform 0.25s ease;
}

.read-more:hover svg {
  transform: translateX(3px);
}

/* ============================================
   SIDEBAR: Pilgrim's Log (Email Optin)
============================================ */
.sidebar-pilgrim {
  background: var(--of-parchment);
  border: 1px solid var(--of-gold);
  padding: 1.8rem 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 2px 12px var(--of-shadow);
}

.sidebar-pilgrim::before {
  content: '☩';
  font-size: 1rem;
  color: var(--of-terracotta);
  opacity: 0.4;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.sidebar-pilgrim h3 {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

.sidebar-pilgrim p {
  font-family: 'EB Garamond', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.88rem;
  color: var(--of-indigo);
  margin-bottom: 1.2rem;
  line-height: 1.55;
  opacity: 0.85;
}

/* WPForms override within sidebar */
.sidebar-pilgrim .wpforms-container {
  text-align: left;
}

.sidebar-pilgrim .wpforms-form .wpforms-field-container .wpforms-field input {
  font-family: 'Spectral', serif;
  font-size: 0.85rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(197, 160, 89, 0.4);
  background: var(--of-limestone);
  border-radius: 0;
}

.sidebar-pilgrim .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: var(--of-gold);
}

.sidebar-pilgrim .wpforms-form .wpforms-submit-container button {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--of-gold);
  color: #fff;
  border: none;
  padding: 0.7rem 1.6rem;
  border-radius: 50px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-pilgrim .wpforms-form .wpforms-submit-container button:hover {
  background: var(--of-terracotta);
}

/* ============================================
   SIDEBAR: Events
============================================ */
.events-block {
  margin-bottom: 2.2rem;
}

.event-item {
  background: var(--of-parchment);
  border-left: 3px solid var(--of-gold);
  padding: 1.1rem 1.3rem;
  margin-bottom: 0.8rem;
  box-shadow: 0 2px 8px var(--of-shadow);
}

.event-item:last-child {
  margin-bottom: 0;
}

.event-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.event-date {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--of-gold);
  margin-bottom: 0.25rem;
  display: block;
}

.event-item h4 {
  font-family: 'EB Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--of-carbon);
  margin-bottom: 0.15rem;
}

.event-location {
  font-family: 'Spectral', serif;
  font-size: 0.75rem;
  font-style: italic;
  color: var(--of-indigo);
  opacity: 0.7;
}

/* ============================================
   SIDEBAR: Related Posts
============================================ */
.related-block {
  margin-bottom: 2rem;
}

.related-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(74, 93, 107, 0.1);
  cursor: pointer;
  transition: all 0.25s ease;
}

.related-item:last-child {
  border-bottom: none;
}

.related-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.related-item:hover h4 {
  color: var(--of-terracotta);
}

.related-item .category-tag {
  margin-bottom: 0.25rem;
  font-size: 0.55rem;
}

.related-item h4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--of-carbon);
  transition: color 0.25s ease;
  margin-bottom: 0.15rem;
}

.related-item .byline {
  font-size: 0.72rem;
  opacity: 0.6;
  margin-top: 0.15rem;
}

/* ============================================
   POST: Article Hero
============================================ */
.article-hero {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

.article-hero .icon-frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: sepia(0.7) contrast(1.1) brightness(0.9);
}

/* ============================================
   POST: Article Header
============================================ */
.article-header {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2rem 1.5rem;
}

.article-header h1 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--of-carbon);
  margin-bottom: 0.8rem;
}

.article-subtitle {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--of-indigo);
  line-height: 1.55;
  margin-bottom: 1.2rem;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
}

.author-block {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--of-indigo-deep), var(--of-terracotta));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--of-parchment);
  flex-shrink: 0;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-name {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--of-carbon);
}

.author-title {
  font-family: 'Spectral', serif;
  font-size: 0.75rem;
  font-style: italic;
  color: var(--of-indigo);
  opacity: 0.7;
}

.meta-date {
  font-family: 'Spectral', serif;
  font-size: 0.78rem;
  color: var(--of-indigo);
  opacity: 0.6;
  font-style: italic;
}

.meta-reading-time {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
  background: var(--of-parchment);
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(197, 160, 89, 0.25);
}

/* ============================================
   POST: Article Body + Sidebar Layout
============================================ */
.article-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0.5rem 2rem 3rem;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3.5rem;
  align-items: start;
}

.post-sidebar {
  position: sticky;
  top: 2rem;
  align-self: start;
}

/* ---- Article Body Typography ---- */
.article-body p {
  font-family: 'Spectral', serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--of-carbon-soft);
  margin-bottom: 1.5rem;
}

.article-body > p:first-of-type::first-letter {
  float: left;
  font-family: 'Cinzel', serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--of-terracotta);
  line-height: 0.82;
  padding-right: 0.15rem;
  padding-top: 0.15rem;
}

.article-body h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--of-carbon);
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}

.article-body h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--of-carbon);
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

.article-body blockquote {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--of-carbon-soft);
  border-left: 3px solid var(--of-gold);
  padding: 1rem 0 1rem 1.5rem;
  margin: 1.8rem 0;
  background: var(--of-parchment);
}

.article-body blockquote cite {
  display: block;
  font-family: 'Cinzel', serif;
  font-style: normal;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--of-indigo);
  margin-top: 0.7rem;
  opacity: 0.7;
}

.article-body a {
  color: var(--of-terracotta);
  text-decoration: underline;
  text-decoration-color: rgba(142, 58, 54, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.25s ease;
}

.article-body a:hover {
  text-decoration-color: var(--of-terracotta);
}

.article-body ul,
.article-body ol {
  font-family: 'Spectral', serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--of-carbon-soft);
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.article-body li {
  margin-bottom: 0.5rem;
}

.article-body li::marker {
  color: var(--of-gold);
}

/* ---- Article Tags ---- */
.article-tags {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(197, 160, 89, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.article-tags-label {
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
  margin-right: 0.3rem;
}

.article-tags a {
  font-family: 'Spectral', serif;
  font-size: 0.78rem;
  color: var(--of-indigo);
  text-decoration: none;
  background: var(--of-parchment);
  border: 1px solid rgba(197, 160, 89, 0.25);
  padding: 0.25rem 0.7rem;
  transition: all 0.25s ease;
}

.article-tags a:hover {
  border-color: var(--of-gold);
  color: var(--of-terracotta);
}

/* ---- Author Card ---- */
.author-card {
  margin-top: 2.5rem;
  padding: 1.8rem;
  background: var(--of-parchment);
  border: 1px solid var(--of-gold);
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  box-shadow: 0 2px 12px var(--of-shadow);
}

.author-avatar-lg {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--of-indigo-deep), var(--of-terracotta));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--of-parchment);
  flex-shrink: 0;
}

.author-avatar-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.author-card-text .author-name {
  margin-bottom: 0.3rem;
}

.author-bio {
  font-family: 'Spectral', serif;
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--of-indigo);
}

/* ============================================
   PAGE: General Page Layout
============================================ */
.page-header {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  text-align: center;
}

.page-header h1 {
  font-family: 'EB Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--of-carbon);
  margin-bottom: 0.8rem;
}

.page-subtitle {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--of-indigo);
  line-height: 1.55;
  max-width: 580px;
  margin: 0 auto;
}

.page-rule {
  display: flex;
  justify-content: center;
  padding: 0 2rem 2.5rem;
}

.page-rule-inner {
  width: 100%;
  max-width: 820px;
  height: 1px;
  background: rgba(197, 160, 89, 0.3);
}

.page-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 2rem 3.5rem;
}

.page-body p {
  font-family: 'Spectral', serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--of-carbon-soft);
  margin-bottom: 1.5rem;
}

.page-body > .entry-content > p:first-of-type::first-letter,
.page-body > p:first-of-type::first-letter {
  float: left;
  font-family: 'Cinzel', serif;
  font-size: 3.8rem;
  font-weight: 700;
  color: var(--of-terracotta);
  line-height: 0.82;
  padding-right: 0.15rem;
  padding-top: 0.15rem;
}

.page-body h2 {
  font-family: 'EB Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--of-carbon);
  margin-top: 2.2rem;
  margin-bottom: 1rem;
}

.page-body h3 {
  font-family: 'EB Garamond', serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--of-carbon);
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

.page-body blockquote {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--of-carbon-soft);
  border-left: 3px solid var(--of-gold);
  padding: 1rem 0 1rem 1.5rem;
  margin: 1.8rem 0;
  background: var(--of-parchment);
}

.page-body a {
  color: var(--of-terracotta);
  text-decoration: underline;
  text-decoration-color: rgba(142, 58, 54, 0.3);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.25s ease;
}

.page-body a:hover {
  text-decoration-color: var(--of-terracotta);
}

.page-body ul,
.page-body ol {
  font-family: 'Spectral', serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--of-carbon-soft);
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.page-body li {
  margin-bottom: 0.5rem;
}

.page-body li::marker {
  color: var(--of-gold);
}

/* ---- Block Pattern: Highlight Box ---- */
.highlight-box {
  background: var(--of-parchment);
  border-left: 3px solid var(--of-gold);
  padding: 1.5rem 1.8rem;
  margin: 2rem 0;
  box-shadow: 0 2px 8px var(--of-shadow);
}

.highlight-box h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.highlight-box p {
  margin-bottom: 0.8rem;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

/* ---- Block Pattern: Info Card ---- */
.info-card {
  background: var(--of-parchment);
  border: 1px solid var(--of-gold);
  padding: 1.8rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px var(--of-shadow);
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}

.info-card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--of-indigo-deep), var(--of-terracotta));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--of-parchment);
  flex-shrink: 0;
}

.info-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.info-card-text h4 {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--of-carbon);
  margin-bottom: 0.15rem;
}

.info-card-role {
  font-family: 'Spectral', serif;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--of-indigo);
  opacity: 0.7;
  margin-bottom: 0.6rem;
  display: block;
}

.info-card-text p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ---- Contact Form (WPForms overrides) ---- */
.contact-form-wrap .wpforms-container .wpforms-field label {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--of-gold-dim);
}

.contact-form-wrap .wpforms-container input[type="text"],
.contact-form-wrap .wpforms-container input[type="email"],
.contact-form-wrap .wpforms-container textarea {
  font-family: 'Spectral', serif;
  font-size: 0.95rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(197, 160, 89, 0.4);
  background: var(--of-parchment);
  color: var(--of-carbon);
  border-radius: 0;
}

.contact-form-wrap .wpforms-container input:focus,
.contact-form-wrap .wpforms-container textarea:focus {
  border-color: var(--of-gold);
  outline: none;
}

.contact-form-wrap .wpforms-container .wpforms-submit-container button {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--of-gold);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-form-wrap .wpforms-container .wpforms-submit-container button:hover {
  background: var(--of-terracotta);
}

/* ============================================
   CHIAROSCURO FOOTER
============================================ */
.chiaroscuro-footer {
  background: linear-gradient(180deg, var(--of-indigo-deep) 0%, var(--of-indigo-darkest) 100%);
  padding: 3rem 2rem 2rem;
  text-align: center;
  border-top: 1px solid var(--of-gold);
}

.footer-brand {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--of-gold);
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.footer-verse {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(245, 242, 233, 0.4);
  margin-bottom: 1.6rem;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}

.footer-nav .menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  flex-wrap: wrap;
}

.footer-nav .menu li a {
  font-family: 'Cinzel', serif;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 242, 233, 0.35);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-nav .menu li a:hover {
  color: var(--of-gold);
}

.footer-copy {
  font-family: 'Spectral', serif;
  font-size: 0.72rem;
  color: rgba(245, 242, 233, 0.2);
}

/* ============================================
   ANIMATIONS
============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.narthex { animation: fadeUp 0.7s ease both; }
.iconostasis { animation: fadeUp 0.7s ease 0.15s both; }
.wisdom-slider-section { animation: fadeUp 0.7s ease 0.25s both; }
.nave { animation: fadeUp 0.7s ease 0.35s both; }
.article-hero { animation: fadeUp 0.7s ease 0.1s both; }
.article-header { animation: fadeUp 0.7s ease 0.2s both; }
.article-layout { animation: fadeUp 0.7s ease 0.3s both; }
.page-header { animation: fadeUp 0.7s ease 0.1s both; }
.page-body { animation: fadeUp 0.7s ease 0.2s both; }

/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 860px) {
  .iconostasis {
    grid-template-columns: 1fr;
  }

  .nave {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hot-press {
    order: -1;
  }

  .narthex-nav .menu {
    gap: 0.1rem;
  }

  .narthex-nav .menu li a {
    padding: 0.4rem 0.9rem;
  }

  .article-hero .icon-frame img {
    height: 260px;
  }

  .lead-story .icon-frame img {
    height: 260px;
  }

  .author-card {
    flex-direction: column;
  }

  .info-card {
    flex-direction: column;
  }

  .article-meta {
    gap: 0.8rem;
  }
}
