/* ============================================================
   PROTECTMARY.COM — CATHEDRAL DESIGN SYSTEM
   WordPress Theme Stylesheet
   Chartres blue · Cathedral gold · Ivory · Cormorant Garamond
   ============================================================ */

/* ── Cathedral Color Tokens ── */
:root {
  --chartres-blue:        #1B3A6B;
  --chartres-blue-light:  #2a5298;
  --chartres-blue-dark:   #0f2244;
  --cathedral-gold:       #C8A24B;
  --cathedral-gold-light: #d9b96a;
  --cathedral-gold-dark:  #a07c2e;
  --ivory:                #FAF6EF;
  --ivory-warm:           #F5EFE3;
  --ivory-dark:           #EDE4D3;
  --parchment:            #E8DCC8;
  --ink:                  #1a1208;
  --ink-soft:             #2d2416;
  --ink-muted:            #5a4e3a;
  --reading-width:        680px;
  --section-gap:          5rem;
  --gold-rule:            1px solid #C8A24B;
  --blue-rule:            1px solid #1B3A6B;
  --shadow-reverent:      0 2px 24px 0 rgba(27,58,107,0.08);
  --shadow-artwork:       0 4px 40px 0 rgba(27,58,107,0.14);
  --nav-height:           64px;
}

/* ── Reset & Base ── */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #FAF6EF;
  color: #1a1208;
  font-family: 'EB Garamond', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 1.125rem;
  line-height: 1.75;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  color: #1B3A6B;
  letter-spacing: -0.01em;
  margin-top: 0;
}

h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.375rem, 2.5vw, 1.875rem); }
h4 { font-size: 1.25rem; }

p { margin-bottom: 1.25em; color: #2d2416; }

a {
  color: #1B3A6B;
  text-decoration: underline;
  text-decoration-color: #C8A24B;
  text-underline-offset: 3px;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

a:hover {
  color: #C8A24B;
  text-decoration-color: #1B3A6B;
}

a:focus-visible {
  outline: 2px solid #C8A24B;
  outline-offset: 3px;
  border-radius: 2px;
}

blockquote {
  border-left: 3px solid #C8A24B;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #1B3A6B;
  background: rgba(200,162,75,0.06);
  border-radius: 0 4px 4px 0;
}

blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.875rem;
  color: #5a4e3a;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

hr {
  border: none;
  border-top: var(--gold-rule);
  margin: 3rem auto;
  max-width: 200px;
}

:focus-visible {
  outline: 2px solid #C8A24B;
  outline-offset: 3px;
}

/* ── Skip to Content ── */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: #C8A24B;
  color: #1a1208;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
  transition: top 150ms ease;
}

.skip-to-content:focus { top: 0; }

/* ============================================================
   NAVIGATION — Single-line with dropdown sub-menus
   ============================================================ */

.site-header {
  background: #1B3A6B;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(27,58,107,0.3);
}

.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  gap: 1rem;
}

/* Logo */
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FAF6EF;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.site-logo:hover .site-logo-text { color: #C8A24B; }
.site-logo:hover { text-decoration: none; }

.site-logo-star {
  color: #C8A24B;
  font-size: 1rem;
  flex-shrink: 0;
}

/* ── Primary Navigation ── */
.primary-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

/* WordPress nav menu wrapper */
.primary-nav .menu,
.primary-nav ul.menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

/* Top-level menu items */
.primary-nav .menu > li,
.primary-nav ul.menu > li {
  position: relative;
  flex-shrink: 0;
}

/* Top-level links */
.primary-nav .menu > li > a,
.primary-nav ul.menu > li > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(250,246,239,0.88);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.7rem;
  border-radius: 3px;
  white-space: nowrap;
  transition: color 150ms ease, background 150ms ease;
  line-height: var(--nav-height);
  height: var(--nav-height);
}

.primary-nav .menu > li > a:hover,
.primary-nav .menu > li.current-menu-item > a,
.primary-nav .menu > li.current-menu-ancestor > a {
  color: #C8A24B;
  background: rgba(200,162,75,0.1);
  text-decoration: none;
}

.primary-nav .menu > li > a:focus-visible {
  outline: 2px solid #C8A24B;
  outline-offset: -2px;
}

/* Dropdown arrow */
.dropdown-arrow {
  font-size: 0.55rem;
  margin-left: 0.15rem;
  opacity: 0.7;
  transition: transform 200ms ease;
  display: inline-block;
}

.primary-nav .menu > li.has-dropdown:hover .dropdown-arrow,
.primary-nav .menu > li.has-dropdown:focus-within .dropdown-arrow {
  transform: rotate(180deg);
}

/* ── Sub-menus (dropdowns) ── */
.primary-nav .sub-menu {
  position: absolute;
  top: calc(var(--nav-height) - 4px);
  left: 0;
  min-width: 220px;
  background: #0f2244;
  border-top: 2px solid #C8A24B;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 32px rgba(15,34,68,0.4);
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 200ms ease;
  z-index: 200;
}

.primary-nav .menu > li:hover .sub-menu,
.primary-nav .menu > li:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-nav .sub-menu li {
  display: block;
}

.primary-nav .sub-menu a {
  display: block;
  color: rgba(250,246,239,0.85);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.6rem 1.25rem;
  white-space: nowrap;
  transition: color 120ms ease, background 120ms ease;
  line-height: 1.4;
  height: auto;
}

.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu li.current-menu-item > a {
  color: #C8A24B;
  background: rgba(200,162,75,0.1);
  text-decoration: none;
}

/* ── Mobile Toggle ── */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(200,162,75,0.4);
  color: #FAF6EF;
  padding: 0.4rem 0.6rem;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle:hover { border-color: #C8A24B; color: #C8A24B; }

.nav-toggle-icon {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: relative;
  transition: background 200ms ease;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: absolute;
  transition: transform 200ms ease;
}

.nav-toggle-icon::before { top: -6px; }
.nav-toggle-icon::after  { top: 6px; }

.nav-toggle[aria-expanded="true"] .nav-toggle-icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before { transform: rotate(45deg) translate(4px, 4px); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after  { transform: rotate(-45deg) translate(4px, -4px); }

/* ── Responsive Navigation ── */
@media (max-width: 900px) {
  .nav-toggle { display: flex; align-items: center; }

  .primary-nav {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: #1B3A6B;
    border-top: 1px solid rgba(200,162,75,0.3);
    box-shadow: 0 8px 24px rgba(27,58,107,0.3);
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease;
    justify-content: flex-start;
  }

  .primary-nav.open {
    max-height: 600px;
  }

  .primary-nav .menu,
  .primary-nav ul.menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0.75rem 0;
    gap: 0;
  }

  .primary-nav .menu > li > a,
  .primary-nav ul.menu > li > a {
    height: auto;
    line-height: 1.4;
    padding: 0.75rem 1.5rem;
    font-size: 1.05rem;
  }

  .primary-nav .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-top: none;
    border-left: 2px solid rgba(200,162,75,0.3);
    border-radius: 0;
    background: rgba(15,34,68,0.5);
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease;
  }

  .primary-nav .menu > li.has-dropdown.open .sub-menu {
    max-height: 400px;
  }

  .primary-nav .sub-menu a {
    padding: 0.6rem 2rem;
    font-size: 0.95rem;
  }
}

/* ============================================================
   HERO SECTIONS
   ============================================================ */

/* Full-screen homepage hero */
.hero-full {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0f2244;
}

.hero-full .hero-artwork {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.45;
}

.hero-full .hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--reading-width);
  margin: 0 auto;
  padding: 4rem 1.5rem;
  text-align: center;
}

.hero-full h1 {
  color: #FAF6EF;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
  margin-bottom: 1.5rem;
}

.hero-full .hero-subtitle {
  color: rgba(250,246,239,0.9);
  font-size: 1.2rem;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
  margin-bottom: 2.5rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.hero-full .hero-body {
  color: rgba(250,246,239,0.85);
  font-size: 1.1rem;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
  margin-bottom: 2.5rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.hero-full .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-full .hero-credit {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-size: 0.75rem;
  color: rgba(200,162,75,0.7);
  font-style: italic;
  z-index: 3;
}

/* Interior page hero */
.hero-page {
  position: relative;
  height: 380px;
  overflow: hidden;
  background: #0f2244;
  display: flex;
  align-items: flex-end;
}

.hero-page .hero-artwork {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.5;
}

.hero-page .hero-caption {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 1.5rem;
  background: linear-gradient(to top, rgba(15,34,68,0.92) 0%, transparent 100%);
}

.hero-page .hero-caption-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-page h1 {
  color: #FAF6EF;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
  margin-bottom: 0.25rem;
}

.hero-page .eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A24B;
  font-family: 'EB Garamond', serif;
  margin-bottom: 0.5rem;
  display: block;
}

.hero-page .artwork-credit {
  font-size: 0.75rem;
  color: rgba(200,162,75,0.75);
  font-style: italic;
  margin-top: 0.25rem;
}

/* ============================================================
   PAGE LAYOUT
   ============================================================ */

.site-main { min-height: 60vh; }

.page-content {
  max-width: var(--reading-width);
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.page-content-wide {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.section-gap {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}

/* Chapter heading */
.chapter-heading {
  text-align: center;
  padding: 3rem 1rem 2rem;
}

.chapter-heading .eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A24B;
  margin-bottom: 0.75rem;
  font-family: 'EB Garamond', serif;
  display: block;
}

.chapter-heading h1,
.chapter-heading h2 {
  color: #1B3A6B;
  margin-bottom: 1rem;
}

.chapter-heading .subtitle {
  font-size: 1.2rem;
  color: #5a4e3a;
  font-style: italic;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Gold ornamental rule */
.gold-rule {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C8A24B, transparent);
  margin: 1.5rem auto;
  border: none;
}

.gold-rule-left {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, #C8A24B, transparent);
  margin: 1.5rem 0;
  border: none;
}

/* ============================================================
   ARTWORK DISPLAY
   ============================================================ */

.artwork-frame {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-artwork);
}

.artwork-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
  display: block;
}

.artwork-caption {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: #5a4e3a;
  font-style: italic;
  text-align: center;
  line-height: 1.4;
}

/* Artwork + text paired layout */
.artwork-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin: 3rem 0;
}

.artwork-pair.reverse {
  direction: rtl;
}

.artwork-pair.reverse > * {
  direction: ltr;
}

@media (max-width: 768px) {
  .artwork-pair {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .artwork-pair.reverse {
    direction: ltr;
  }
}

/* Stained glass section divider */
.stained-glass-divider {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.7;
  filter: saturate(1.2) brightness(0.9);
}

/* ============================================================
   SCRIPTURE BLOCKS
   ============================================================ */

.scripture-block {
  background: rgba(27,58,107,0.05);
  border-left: 4px solid #1B3A6B;
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
  border-radius: 0 6px 6px 0;
}

.scripture-block p {
  font-style: italic;
  font-size: 1.25rem;
  color: #1B3A6B;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.scripture-block cite {
  font-style: normal;
  font-size: 0.875rem;
  color: #5a4e3a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: #1B3A6B;
  color: #FAF6EF;
  font-family: 'Cormorant Garamond', 'EB Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 2px solid #1B3A6B;
  border-radius: 3px;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, transform 120ms ease;
  cursor: pointer;
}

.btn-primary:hover {
  background: #0f2244;
  border-color: #0f2244;
  color: #FAF6EF;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-primary:active { transform: scale(0.98); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: transparent;
  color: #1B3A6B;
  font-family: 'Cormorant Garamond', 'EB Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 2px solid #1B3A6B;
  border-radius: 3px;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, transform 120ms ease;
  cursor: pointer;
}

.btn-secondary:hover {
  background: #1B3A6B;
  color: #FAF6EF;
  text-decoration: none;
  transform: translateY(-1px);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: transparent;
  color: #C8A24B;
  font-family: 'Cormorant Garamond', 'EB Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 2px solid #C8A24B;
  border-radius: 3px;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
  cursor: pointer;
}

.btn-gold:hover {
  background: #C8A24B;
  color: #FAF6EF;
  text-decoration: none;
}

/* ============================================================
   CARDS
   ============================================================ */

/* Three doors / entry cards */
.three-doors {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}

@media (max-width: 768px) {
  .three-doors { grid-template-columns: 1fr; }
}

.door-card {
  background: #FAF6EF;
  border: 1px solid rgba(200,162,75,0.35);
  border-radius: 6px;
  padding: 2rem 1.75rem;
  text-align: center;
  box-shadow: var(--shadow-reverent);
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.door-card:hover {
  box-shadow: 0 8px 40px rgba(27,58,107,0.15);
  transform: translateY(-3px);
  border-color: rgba(200,162,75,0.6);
  text-decoration: none;
}

.door-card .door-icon { font-size: 2rem; color: #C8A24B; margin-bottom: 0.25rem; }
.door-card h3 { font-size: 1.5rem; color: #1B3A6B; margin: 0; }
.door-card p  { font-size: 0.975rem; color: #5a4e3a; margin: 0; line-height: 1.6; }

.door-card .door-link {
  font-size: 0.875rem;
  color: #C8A24B;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: auto;
  padding-top: 0.5rem;
  text-decoration: none;
}

/* Reverent card */
.card-reverent {
  background: #FAF6EF;
  border: 1px solid rgba(200,162,75,0.3);
  border-radius: 6px;
  padding: 2rem;
  box-shadow: var(--shadow-reverent);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.card-reverent:hover {
  box-shadow: 0 6px 40px 0 rgba(27,58,107,0.14);
  transform: translateY(-2px);
}

/* Prayer wall card */
.prayer-card {
  background: rgba(27,58,107,0.03);
  border: 1px solid rgba(27,58,107,0.12);
  border-radius: 6px;
  padding: 1.25rem 1.5rem 1.25rem 2.5rem;
  font-style: italic;
  color: #2d2416;
  position: relative;
}

.prayer-card::before {
  content: '\201C';
  font-size: 3rem;
  color: rgba(200,162,75,0.3);
  font-family: 'Cormorant Garamond', serif;
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  line-height: 1;
}

/* ============================================================
   FORMS
   ============================================================ */

.input-cathedral {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #FAF6EF;
  border: 1px solid rgba(27,58,107,0.3);
  border-radius: 3px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem;
  color: #1a1208;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.input-cathedral:focus {
  outline: none;
  border-color: #1B3A6B;
  box-shadow: 0 0 0 3px rgba(27,58,107,0.12);
}

.input-cathedral::placeholder { color: #9a8e7a; }

.textarea-cathedral {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #FAF6EF;
  border: 1px solid rgba(27,58,107,0.3);
  border-radius: 3px;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem;
  color: #1a1208;
  resize: vertical;
  min-height: 120px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.textarea-cathedral:focus {
  outline: none;
  border-color: #1B3A6B;
  box-shadow: 0 0 0 3px rgba(27,58,107,0.12);
}

.label-cathedral {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1B3A6B;
  margin-bottom: 0.4rem;
}

.form-group { margin-bottom: 1.5rem; }

.honeypot-field { display: none !important; }

/* ============================================================
   OBJECTIONS PAGE
   ============================================================ */

.objection-section {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(200,162,75,0.2);
}

.objection-section:last-child { border-bottom: none; }

.objection-question {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
  font-weight: 600;
  color: #1B3A6B;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.objection-callout {
  background: rgba(27,58,107,0.05);
  border: 1px solid rgba(27,58,107,0.15);
  border-radius: 6px;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}

.objection-callout h4 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C8A24B;
  margin-bottom: 0.75rem;
}

/* ============================================================
   PRAYER WALL
   ============================================================ */

.prayer-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.prayer-wall-empty {
  text-align: center;
  padding: 3rem;
  color: #5a4e3a;
  font-style: italic;
}

/* ============================================================
   SCRIPTURE INDEX
   ============================================================ */

.scripture-topic {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(200,162,75,0.2);
}

.scripture-topic:last-child { border-bottom: none; }

.scripture-topic-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1B3A6B;
  margin-bottom: 0.5rem;
}

.scripture-topic-subtitle {
  font-style: italic;
  color: #5a4e3a;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.scripture-passage {
  background: rgba(27,58,107,0.04);
  border-left: 3px solid #1B3A6B;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 4px 4px 0;
}

.scripture-passage p {
  font-style: italic;
  font-size: 1.15rem;
  color: #1B3A6B;
  margin-bottom: 0.5rem;
  line-height: 1.65;
}

.scripture-passage .reference {
  font-style: normal;
  font-size: 0.8rem;
  color: #C8A24B;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.scripture-commentary {
  font-size: 1rem;
  color: #5a4e3a;
  margin-top: 0.75rem;
  line-height: 1.65;
}

/* ============================================================
   ROSARY / PRAYER GUIDES
   ============================================================ */

.rosary-mystery {
  background: rgba(27,58,107,0.03);
  border: 1px solid rgba(27,58,107,0.1);
  border-radius: 6px;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
}

.rosary-mystery h4 {
  color: #1B3A6B;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.rosary-mystery ol {
  margin: 0.75rem 0 0;
  padding-left: 1.5rem;
  color: #2d2416;
}

.rosary-mystery ol li { margin-bottom: 0.25rem; }

.prayer-text-block {
  background: rgba(200,162,75,0.06);
  border: 1px solid rgba(200,162,75,0.25);
  border-radius: 6px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
}

.prayer-text-block p {
  font-style: italic;
  font-size: 1.15rem;
  color: #1B3A6B;
  line-height: 1.8;
  margin-bottom: 0;
}

/* ============================================================
   INVITATION SECTION (Homepage)
   ============================================================ */

.invitation-section {
  background: #1B3A6B;
  color: #FAF6EF;
  padding: 5rem 1.5rem;
  text-align: center;
}

.invitation-section h2 {
  color: #FAF6EF;
  margin-bottom: 1rem;
}

.invitation-section p {
  color: rgba(250,246,239,0.85);
  max-width: 540px;
  margin: 0 auto 2rem;
  font-size: 1.15rem;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  background: #0f2244;
  color: rgba(250,246,239,0.75);
  padding: 3rem 1.5rem 2rem;
  margin-top: 5rem;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer-ornament {
  text-align: center;
  color: #C8A24B;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  opacity: 0.6;
}

.site-footer a {
  color: rgba(200,162,75,0.9);
  text-decoration: none;
}

.site-footer a:hover {
  color: #C8A24B;
  text-decoration: underline;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.site-footer-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
}

.site-footer-bottom {
  border-top: 1px solid rgba(200,162,75,0.2);
  padding-top: 1.5rem;
  font-size: 0.85rem;
  color: rgba(250,246,239,0.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-footer-tagline {
  font-style: italic;
  color: rgba(250,246,239,0.5);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

/* ============================================================
   SCROLL-TRIGGERED REVEAL ANIMATIONS
   ============================================================ */

.reveal {
  opacity: 0.6;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */

.reading-width {
  max-width: var(--reading-width);
  margin-left: auto;
  margin-right: auto;
}

.text-marian { color: #1B3A6B; }
.text-gold   { color: #C8A24B; }
.text-ink    { color: #1a1208; }
.text-muted  { color: #5a4e3a; }
.text-center { text-align: center; }

.bg-ivory       { background-color: #FAF6EF; }
.bg-blue        { background-color: #1B3A6B; }
.bg-blue-dark   { background-color: #0f2244; }
.bg-parchment   { background-color: #E8DCC8; }

.mt-0  { margin-top: 0; }
.mb-0  { margin-bottom: 0; }
.mb-1  { margin-bottom: 1rem; }
.mb-2  { margin-bottom: 2rem; }
.mb-3  { margin-bottom: 3rem; }
.mt-1  { margin-top: 1rem; }
.mt-2  { margin-top: 2rem; }
.mt-3  { margin-top: 3rem; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ============================================================
   WORDPRESS BLOCK EDITOR OVERRIDES
   ============================================================ */

.wp-block-image img { border-radius: 4px; }

.wp-block-quote {
  border-left: 3px solid #C8A24B;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #1B3A6B;
  background: rgba(200,162,75,0.06);
  border-radius: 0 4px 4px 0;
}

.wp-block-separator {
  border-color: #C8A24B;
  max-width: 200px;
  margin: 3rem auto;
}

.wp-block-buttons { gap: 1rem; }

.wp-block-button__link {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 3px;
  padding: 0.75rem 2rem;
}

/* ============================================================
   NOTICE / MESSAGE BOXES
   ============================================================ */

.notice-success {
  background: rgba(27,58,107,0.06);
  border: 1px solid rgba(27,58,107,0.2);
  border-left: 4px solid #1B3A6B;
  border-radius: 0 4px 4px 0;
  padding: 1rem 1.5rem;
  color: #1B3A6B;
  margin: 1.5rem 0;
}

.notice-error {
  background: rgba(180,30,30,0.05);
  border: 1px solid rgba(180,30,30,0.2);
  border-left: 4px solid #b41e1e;
  border-radius: 0 4px 4px 0;
  padding: 1rem 1.5rem;
  color: #7a1010;
  margin: 1.5rem 0;
}

/* ============================================================
   GUADALUPE PAGE
   ============================================================ */

.guadalupe-tilma {
  max-width: 500px;
  margin: 0 auto;
}

.guadalupe-tilma img {
  border-radius: 4px;
  box-shadow: var(--shadow-artwork);
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */

@media (max-width: 768px) {
  .hero-full { min-height: 70vh; }
  .hero-page { height: 280px; }
  .section-gap { padding-top: 3rem; padding-bottom: 3rem; }
  .page-content { padding: 2rem 1rem 3rem; }
  .three-doors { gap: 1.25rem; }
  .site-footer { padding: 2rem 1rem 1.5rem; }
  .site-footer-bottom { flex-direction: column; gap: 0.25rem; }
}

/* ── PAGE TITLE BAR (sub-pages) ─────────────────────────────────────────── */
/* Replaces hero image blocks on all sub-pages.                               */
/* Thin, solid Chartres blue bar, white lettering, no background image.       */

.page-title-bar {
    background-color: #1B3A6B;
    padding: 1.1rem 1.5rem 1.2rem;
    text-align: center;
}

.page-title-bar-inner {
    max-width: 860px;
    margin: 0 auto;
}

.page-title-eyebrow {
    display: block;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 0.7rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #C8A24B;
    margin-bottom: 0.3rem;
}

.page-title-heading {
    font-family: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.25rem;
    line-height: 1.2;
}

.page-title-subtitle {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 0.88rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .page-title-bar {
        padding: 0.9rem 1rem 1rem;
    }
    .page-title-heading {
        font-size: 1.35rem;
    }
}
