/* ============================================
   In His Hands Ministries International
   Shared Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Tangerine:wght@400;700&display=swap');

:root {
  /* Color palette — cathedral warmth */
  --navy-deep:    #0a142d;
  --navy:         #142147;
  --navy-mid:     #1f2f5e;
  --navy-light:   #36477a;
  --gold:         #c9a961;
  --gold-bright:  #e6c577;
  --gold-deep:    #8b6f2a;
  --gold-pale:    #f1e2b1;
  --burgundy:     #6b1a2d;
  --burgundy-deep:#4a0f1f;
  --cream:        #faf6ec;
  --cream-dark:   #f0e9d2;
  --parchment:    #fdf8e8;
  --ink:          #1a1a2e;
  --gray-warm:    #6b6358;
  --gray-soft:    #b5ac9a;

  /* Typography */
  --font-display: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-body:    'EB Garamond', 'Garamond', Georgia, serif;
  --font-script:  'Tangerine', cursive;

  /* Spacing */
  --container:    1180px;
  --container-narrow: 760px;

  /* Shadow */
  --shadow-soft:  0 4px 20px rgba(10, 20, 45, 0.08);
  --shadow-deep:  0 12px 40px rgba(10, 20, 45, 0.18);
  --shadow-gold:  0 4px 24px rgba(201, 169, 97, 0.25);
}

/* ============================================
   RESET + BASE
   ============================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(201, 169, 97, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 90%, rgba(20, 33, 71, 0.04) 0%, transparent 50%);
  min-height: 100vh;
  overflow-x: hidden;
}

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

a {
  color: var(--burgundy);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover { color: var(--gold-deep); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.2;
  color: var(--navy-deep);
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 500; }
h4 { font-size: 1.4rem; font-weight: 600; }

p { margin-bottom: 1.2em; }

/* ============================================
   ORNAMENTAL ELEMENTS
   ============================================ */

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--gold-deep);
  font-size: 1.2rem;
  margin: 2rem 0;
  letter-spacing: 0.4em;
}

.ornament::before,
.ornament::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ornament-icon {
  font-size: 1.5rem;
  color: var(--gold);
}

.drop-cap::first-letter {
  font-family: var(--font-display);
  font-size: 5em;
  float: left;
  line-height: 0.85;
  margin: 0.05em 0.1em 0 0;
  color: var(--burgundy);
  font-weight: 600;
  font-style: italic;
}

/* ============================================
   HEADER + NAVIGATION
   ============================================ */

.site-header {
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--cream);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--gold);
  box-shadow: var(--shadow-deep);
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 100%, rgba(201, 169, 97, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 1.4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: var(--cream);
}

.brand-mark {
  width: 56px;
  height: 56px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, var(--navy-mid), var(--navy-deep));
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  box-shadow: var(--shadow-gold);
  flex-shrink: 0;
}

img.brand-mark {
  object-fit: cover;
  padding: 0;
  background: none;
}

/* Founder portrait — overrides the placeholder feature-band-image */
.feature-band-image.has-photo {
  background: var(--navy-deep);
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4/5;
  max-width: 380px;
  margin: 0 auto;
}

.feature-band-image.has-photo::after {
  inset: 8px;
}

.feature-band-image.has-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
}

.brand-name .accent {
  color: var(--gold-bright);
  font-style: italic;
  font-weight: 400;
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 2.2rem;
}

.main-nav a {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding: 0.4rem 0;
  transition: color 0.3s ease;
}

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

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold-bright);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  width: 44px;
  height: 44px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy-deep);
    border-bottom: 3px solid var(--gold);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .main-nav.open { max-height: 600px; }
  .main-nav ul {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1.2rem;
  }
}

/* ============================================
   HERO — GOSPEL-FIRST
   ============================================ */

.hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 50%, var(--navy-mid) 100%);
  color: var(--cream);
  padding: 7rem 2rem 6rem;
  overflow: hidden;
  text-align: center;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(201, 169, 97, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 100%, rgba(107, 26, 45, 0.35) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, transparent 0, transparent 20px, rgba(201, 169, 97, 0.015) 20px, rgba(201, 169, 97, 0.015) 21px);
  pointer-events: none;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gold-bright);
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  animation: fadeInDown 0.8s ease both;
}

.hero h1 {
  color: var(--cream);
  margin-bottom: 1.5rem;
  font-weight: 400;
  animation: fadeInUp 0.9s 0.2s ease both;
}

.hero h1 em {
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
}

.hero-verse {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  color: var(--cream);
  opacity: 0.95;
  max-width: 680px;
  margin: 0 auto 2.5rem;
  line-height: 1.5;
  animation: fadeIn 1s 0.5s ease both;
}

.hero-verse .citation {
  display: block;
  margin-top: 0.8rem;
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2.8rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-gold);
  animation: fadeInUp 1s 0.7s ease both;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 169, 97, 0.45);
  color: var(--navy-deep);
}

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

.section {
  padding: 6rem 2rem;
  position: relative;
}

.section-narrow { max-width: var(--container-narrow); margin: 0 auto; }
.section-wide { max-width: var(--container); margin: 0 auto; }

.section-cream { background: var(--cream); }
.section-parchment { background: var(--parchment); }
.section-navy {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--cream);
}
.section-navy h1, .section-navy h2, .section-navy h3 { color: var(--cream); }

.section-eyebrow {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--burgundy);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: block;
}

.section-navy .section-eyebrow { color: var(--gold-bright); }

.section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.section-lede {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: italic;
  text-align: center;
  color: var(--gray-warm);
  max-width: 640px;
  margin: 0 auto 3rem;
  line-height: 1.5;
}

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

.scripture {
  background: var(--parchment);
  border-left: 5px solid var(--gold);
  padding: 2.5rem 2.5rem 2rem;
  margin: 2.5rem 0;
  position: relative;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--ink);
  box-shadow: var(--shadow-soft);
}

.scripture::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-family: var(--font-display);
  font-size: 6rem;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
  font-style: normal;
}

.scripture-citation {
  display: block;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ============================================
   GOSPEL CALL — SPECIAL SECTION
   ============================================ */

.gospel-call {
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 50%, var(--burgundy-deep) 100%);
  color: var(--cream);
  padding: 7rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gospel-call::before {
  content: '✦';
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: var(--gold);
  opacity: 0.6;
}

.gospel-call h2 {
  color: var(--cream);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  margin-bottom: 2rem;
  font-style: italic;
}

.gospel-call h2 em {
  color: var(--gold-bright);
  font-style: italic;
}

.gospel-call .scripture {
  background: rgba(250, 246, 236, 0.05);
  border-left-color: var(--gold);
  color: var(--cream);
  font-size: 1.5rem;
  max-width: 720px;
  margin: 2rem auto;
  backdrop-filter: blur(10px);
}

.gospel-call .scripture::before { color: var(--gold-bright); }

.gospel-call .scripture-citation { color: var(--gold-bright); }

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

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.card {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-top: 3px solid var(--gold);
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-deep);
}

.card-icon {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
}

.card h3 {
  margin-bottom: 1rem;
  color: var(--navy-deep);
}

.card p {
  font-size: 1.05rem;
  color: var(--gray-warm);
  line-height: 1.7;
}

.card-link {
  display: inline-block;
  margin-top: 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--burgundy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
  transition: all 0.25s ease;
}

.card-link:hover {
  color: var(--gold-deep);
  border-bottom-color: var(--burgundy);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 100%);
  color: var(--navy-deep);
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201, 169, 97, 0.4);
  color: var(--navy-deep);
}

.btn-outline {
  background: transparent;
  color: var(--burgundy);
  border: 2px solid var(--burgundy);
}

.btn-outline:hover {
  background: var(--burgundy);
  color: var(--cream);
}

.btn-cream {
  background: var(--cream);
  color: var(--navy-deep);
  border: 2px solid var(--gold);
}

.btn-cream:hover {
  background: var(--gold);
  color: var(--navy-deep);
}

/* ============================================
   FEATURE BANDS
   ============================================ */

.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .feature-band { grid-template-columns: 1fr; gap: 2.5rem; }
}

.feature-band-image {
  background: linear-gradient(135deg, var(--gold-pale), var(--cream-dark));
  aspect-ratio: 4/3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-deep);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 4rem;
  box-shadow: var(--shadow-deep);
  position: relative;
}

.feature-band-image::after {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  pointer-events: none;
}

.feature-band-content h2 {
  margin-bottom: 1.5rem;
}

/* ============================================
   RESOURCES STRIP
   ============================================ */

.resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.resource {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  padding: 1.5rem 1.2rem;
  text-align: center;
  text-decoration: none;
  color: var(--ink);
  transition: all 0.3s ease;
  border-top: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.resource:hover {
  background: var(--parchment);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
  color: var(--burgundy);
}

.resource-logo {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  background: var(--parchment);
  border-radius: 2px;
  overflow: hidden;
  padding: 8px;
}

.resource:hover .resource-logo {
  background: var(--cream-dark);
}

.resource-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.resource-mark {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0.08em;
  font-style: italic;
}

.resource-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  display: block;
  color: var(--navy-deep);
  line-height: 1.2;
}

.resource-desc {
  font-size: 0.9rem;
  color: var(--gray-warm);
  font-style: italic;
  line-height: 1.4;
}

/* ============================================
   CONTACT FORM
   ============================================ */

.form {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}

.form-field { display: flex; flex-direction: column; gap: 0.5rem; }

.form-field label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--burgundy);
}

.form-field input,
.form-field textarea,
.form-field select {
  font-family: var(--font-body);
  font-size: 1.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--cream-dark);
  border-bottom: 2px solid var(--gold);
  background: var(--cream);
  color: var(--ink);
  border-radius: 2px;
  transition: all 0.25s ease;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-bottom-color: var(--burgundy);
  background: var(--parchment);
}

.form-field textarea { min-height: 140px; resize: vertical; }

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

.site-footer {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--cream);
  padding: 5rem 2rem 2rem;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 880px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 500px) {
  .footer-inner { grid-template-columns: 1fr; }
}

.footer-col h4 {
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }

.footer-col a {
  color: var(--cream);
  opacity: 0.85;
  font-size: 1rem;
  transition: all 0.25s ease;
}

.footer-col a:hover {
  color: var(--gold-bright);
  opacity: 1;
  padding-left: 4px;
}

.footer-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--cream);
  opacity: 0.9;
  margin-top: 1rem;
}

.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(201, 169, 97, 0.25);
  text-align: center;
  font-size: 0.95rem;
  color: var(--cream);
  opacity: 0.7;
  font-style: italic;
}

/* ============================================
   PAGE HEADERS (interior pages)
   ============================================ */

.page-header {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: var(--cream);
  padding: 5rem 2rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201, 169, 97, 0.15), transparent 60%);
  pointer-events: none;
}

.page-header h1 {
  color: var(--cream);
  font-weight: 400;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

.page-header h1 em {
  color: var(--gold-bright);
  font-style: italic;
}

.page-header-sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--gold-pale);
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}

/* ============================================
   ARTICLE / BLOG STYLES
   ============================================ */

.article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: var(--container);
  margin: 0 auto;
}

.article-card {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-soft);
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-deep);
}

.article-card-image {
  height: 200px;
  background: linear-gradient(135deg, var(--gold-pale), var(--cream-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 3rem;
  color: var(--gold-deep);
}

.article-card-body { padding: 2rem; }

.article-meta {
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 0.8rem;
}

.article-card h3 { margin-bottom: 1rem; }

.article-excerpt {
  color: var(--gray-warm);
  font-size: 1.05rem;
  margin-bottom: 1.2rem;
}

.prose {
  max-width: var(--container-narrow);
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.8;
}

.prose h2 { margin: 2.5rem 0 1.2rem; }
.prose h3 { margin: 2rem 0 1rem; }
.prose p { margin-bottom: 1.4em; }
.prose blockquote {
  border-left: 4px solid var(--gold);
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: var(--burgundy);
  font-size: 1.2rem;
}

/* ============================================
   CONNECTED MINISTRIES — round logo links
   ============================================ */

.brand-link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 3rem;
  margin: 3rem auto 0;
  max-width: 760px;
}

.brand-link-card {
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem;
}

.brand-link-card:hover { transform: translateY(-6px); }

.brand-link-logo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s ease;
  display: block;
}

.brand-link-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-link-card:hover .brand-link-logo {
  box-shadow: var(--shadow-gold);
  border-color: var(--gold-bright);
}

.brand-link-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--navy-deep);
  letter-spacing: 0.02em;
}

.brand-link-card:hover .brand-link-name { color: var(--burgundy); }

.brand-link-desc {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gray-warm);
  font-size: 1.05rem;
  line-height: 1.4;
}

.brand-link-url {
  display: inline-block;
  margin-top: 0.3rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--burgundy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
