/* Iglesia de Dios Pentecostal M.I. Arecibo Pueblo — shared stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Cormorant+Upright:wght@500;600;700&display=swap');

:root {
  --ivory: #faf7f2;
  --ivory-2: #f3eee4;
  --ink: #141414;
  --ink-2: #2a2a2a;
  --muted: #6b6158;
  --navy: #0e2140;
  --navy-2: #182f55;
  --burgundy: #7a1f2b;
  --burgundy-dk: #5a1620;
  --gold: #c9a227;
  --gold-soft: #d9b94a;
  --rule: #d9d1c2;
  --serif: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  --display: 'Cormorant Upright', 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --maxw: 1280px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { margin: 0 0 1em; }

/* ---------- Top utility bar ---------- */
.utility {
  background: var(--navy);
  color: var(--ivory);
  font-size: 12.5px;
  letter-spacing: 0.04em;
}
.utility-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 10px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.utility-left { display: flex; gap: 22px; align-items: center; opacity: 0.9; }
.utility-left span::before {
  content: '';
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.utility-right { display: flex; gap: 18px; align-items: center; }
.lang-toggle { display: flex; gap: 2px; font-weight: 500; }
.lang-toggle button {
  background: none;
  border: 0;
  color: var(--ivory);
  font: inherit;
  padding: 4px 8px;
  cursor: pointer;
  opacity: 0.55;
  letter-spacing: 0.08em;
}
.lang-toggle button.active { opacity: 1; border-bottom: 1px solid var(--gold); }

/* ---------- Header ---------- */
.site-header {
  background: var(--ivory);
  border-bottom: 1px solid var(--rule);
}
.site-header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 22px 32px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand-mark {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.brand-text {
  font-family: var(--display);
  line-height: 1.05;
}
.brand-text .l1 {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 600;
  color: var(--muted);
}
.brand-text .l2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.01em;
}
.brand-text .l3 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--burgundy);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2px;
}

nav.main-nav {
  display: flex;
  gap: 28px;
  justify-content: center;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav.main-nav a {
  color: var(--ink-2);
  padding: 6px 0;
  border-bottom: 1.5px solid transparent;
  transition: color .2s, border-color .2s;
}
nav.main-nav a:hover { color: var(--burgundy); }
nav.main-nav a.active {
  color: var(--burgundy);
  border-bottom-color: var(--gold);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--burgundy);
  color: var(--ivory);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.cta-btn:hover { background: var(--burgundy-dk); }
.cta-btn.gold { background: var(--gold); color: var(--navy); }
.cta-btn.gold:hover { background: var(--gold-soft); }
.cta-btn.ghost {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(255,255,255,0.5);
}
.cta-btn.ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--ivory); }
.cta-btn.dark {
  background: var(--navy);
  color: var(--ivory);
}
.cta-btn.dark:hover { background: var(--navy-2); }

/* ---------- Page banner (non-home) ---------- */
.page-banner {
  background: var(--navy);
  color: var(--ivory);
  padding: 80px 32px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 400px at 50% 0%, rgba(201,162,39,0.12), transparent 60%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.3));
  pointer-events: none;
}
.page-banner .eyebrow {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 14px;
}
.page-banner h1 {
  font-family: var(--display);
  font-size: 68px;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: -0.005em;
}
.page-banner .sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  opacity: 0.8;
  max-width: 720px;
  margin: 0 auto;
}

/* ---------- Generic section ---------- */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 96px 32px;
}
.section.narrow { max-width: 960px; }
.section.tight { padding: 64px 32px; }

.section-head {
  text-align: center;
  margin-bottom: 56px;
}
.section-head .eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
}
.section-head h2 {
  font-family: var(--display);
  font-size: 48px;
  font-weight: 500;
  margin: 12px 0 12px;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.section-head .lead {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto;
  font-style: italic;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: var(--ivory);
  padding: 72px 32px 28px;
  margin-top: 80px;
}
.footer-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  gap: 48px;
}
.footer-inner h4 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
  font-weight: 600;
}
.footer-inner p, .footer-inner li {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.75;
}
.footer-inner ul { list-style: none; padding: 0; margin: 0; }
.footer-inner a:hover { color: var(--gold); }
.footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.footer-brand img {
  width: 60px; height: 60px;
  filter: invert(1);
  object-fit: contain;
}
.footer-brand .ft {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.15;
}
.footer-brand .ft .k {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}
.footer-bottom {
  max-width: var(--maxw);
  margin: 56px auto 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.6;
  letter-spacing: 0.04em;
}

/* ---------- Hero (home page) ---------- */
.hero {
  background: var(--navy);
  color: var(--ivory);
  padding: 120px 32px 120px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 85% 30%, rgba(122,31,43,0.55), transparent 55%),
    radial-gradient(700px 400px at 12% 80%, rgba(201,162,39,0.18), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
.hero .eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero .eyebrow::before {
  content: '';
  width: 40px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
.hero h1 {
  font-family: var(--display);
  font-size: 78px;
  font-weight: 500;
  line-height: 1.02;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--serif);
  font-weight: 500;
}
.hero .hero-lead {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.55;
  max-width: 540px;
  opacity: 0.88;
  margin: 0 0 38px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-verse {
  margin-top: 48px;
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 22px;
  max-width: 440px;
}
.hero-verse .v {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  opacity: 0.85;
  line-height: 1.55;
}
.hero-verse .r {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 10px;
  font-weight: 500;
}

.hero-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 38px 36px;
  backdrop-filter: blur(6px);
}
.hero-card h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 4px;
}
.hero-card .kicker {
  font-size: 11.5px;
  letter-spacing: 0.28em;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}
.hero-card .sched {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 20px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 20px;
  font-size: 14.5px;
}
.hero-card .sched .d {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.hero-card .sched .t {
  font-family: var(--serif);
  font-style: italic;
  opacity: 0.9;
}
.hero-card .sched .row {
  display: contents;
}
.hero-card .sched .row.closed .t { opacity: 0.4; }

/* ---------- Welcome / history strip ---------- */
.welcome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 120px 32px;
}
.welcome .w-copy h2 {
  font-family: var(--display);
  font-size: 52px;
  font-weight: 500;
  color: var(--navy);
  margin: 16px 0 24px;
  line-height: 1.05;
}
.welcome .w-copy .eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
}
.welcome .w-copy p {
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink-2);
}
.welcome .w-copy .sig {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--muted);
}
.welcome .w-media {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--burgundy);
  overflow: hidden;
}
.welcome .w-media::after {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,0.4);
  pointer-events: none;
  z-index: 2;
}
.welcome .w-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome .w-stat {
  position: absolute;
  right: -32px;
  bottom: -32px;
  background: var(--gold);
  color: var(--navy);
  padding: 28px 32px;
  text-align: center;
  z-index: 3;
  min-width: 180px;
}
.welcome .w-stat .n {
  font-family: var(--display);
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}
.welcome .w-stat .l {
  font-size: 10.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 6px;
}

/* ---------- Ministries grid ---------- */
.min-strip {
  background: var(--ivory-2);
  padding: 110px 32px;
}
.min-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.min-card {
  background: var(--ivory);
  padding: 40px 34px 36px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: background .25s;
  cursor: pointer;
}
.min-card:hover { background: #fff; }
.min-card .num {
  font-family: var(--display);
  font-size: 14px;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.12em;
}
.min-card h3 {
  font-family: var(--display);
  font-size: 32px;
  color: var(--navy);
  margin: 18px 0 14px;
  font-weight: 500;
}
.min-card p {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--muted);
  line-height: 1.55;
  flex: 1;
}
.min-card .more {
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
  margin-top: 20px;
}

/* ---------- Verse strip ---------- */
.verse-strip {
  background: var(--burgundy);
  color: var(--ivory);
  padding: 110px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.verse-strip::before,
.verse-strip::after {
  content: '';
  position: absolute;
  width: 60px; height: 1px;
  background: var(--gold);
  top: 50%;
}
.verse-strip::before { left: 10%; }
.verse-strip::after { right: 10%; }
.verse-strip blockquote {
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.25;
  max-width: 880px;
  margin: 0 auto 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.verse-strip cite {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

/* ---------- Events preview ---------- */
.events-preview {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 110px 32px;
}
.ev-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.ev-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 48px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  transition: padding .2s;
}
.ev-row:hover { padding-left: 14px; }
.ev-row .date {
  font-family: var(--display);
  color: var(--burgundy);
}
.ev-row .date .d { font-size: 42px; font-weight: 600; line-height: 1; }
.ev-row .date .m {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 6px;
  font-weight: 600;
}
.ev-row h3 {
  font-family: var(--display);
  font-size: 28px;
  margin: 0 0 6px;
  color: var(--navy);
  font-weight: 500;
}
.ev-row .meta {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.ev-row .arrow {
  font-size: 22px;
  color: var(--burgundy);
}

/* ---------- Give CTA ---------- */
.give-cta {
  background: var(--navy);
  color: var(--ivory);
  padding: 100px 32px;
  text-align: center;
  position: relative;
}
.give-cta .eyebrow {
  font-size: 11.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 16px;
}
.give-cta h2 {
  font-family: var(--display);
  font-size: 54px;
  font-weight: 500;
  margin: 0 0 16px;
}
.give-cta p {
  font-family: var(--serif);
  font-size: 20px;
  max-width: 620px;
  margin: 0 auto 32px;
  opacity: 0.85;
}

/* ---------- Utilities ---------- */
.divider-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold);
  margin: 8px 0 16px;
}
.divider-ornament::before, .divider-ornament::after {
  content: '';
  width: 40px; height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.placeholder-img {
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(45deg, rgba(0,0,0,0.04) 0 10px, transparent 10px 20px),
    var(--ivory-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 24px;
  border: 1px solid var(--rule);
}

/* Contacto page */
.contact-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 96px 32px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
}
.contact-card {
  background: var(--ivory-2);
  padding: 40px;
  border-left: 3px solid var(--burgundy);
}
.contact-card h3 {
  font-family: var(--display);
  font-size: 28px;
  color: var(--navy);
  margin: 0 0 24px;
  font-weight: 500;
}
.contact-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px 18px;
}
.contact-card dt {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  padding-top: 3px;
}
.contact-card dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink-2);
}
.contact-card dd a { color: var(--burgundy); }

.map-frame {
  aspect-ratio: 4/3;
  background: var(--ivory-2);
  border: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.map-frame .pin {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -100%);
  color: var(--burgundy);
}
.map-frame .grid-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(0,0,0,0.04) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(to bottom, rgba(0,0,0,0.04) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(120deg, #e8e1d1, #f3eee4);
}
.map-frame .road {
  position: absolute;
  background: #fff;
  opacity: 0.8;
}

/* Sermones */
.sermon-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.sermon-card {
  background: var(--ivory);
  border: 1px solid var(--rule);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}
.sermon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -20px rgba(14,33,64,0.25);
}
.sermon-thumb {
  aspect-ratio: 16/9;
  background: var(--navy);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sermon-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(400px 200px at 30% 40%, rgba(122,31,43,0.6), transparent 60%),
    radial-gradient(500px 200px at 90% 80%, rgba(201,162,39,0.2), transparent 60%);
}
.sermon-play {
  position: relative;
  z-index: 2;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1.5px solid rgba(255,255,255,0.6);
  display: flex; align-items: center; justify-content: center;
  color: var(--ivory);
  transition: background .2s;
}
.sermon-card:hover .sermon-play { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.sermon-body { padding: 26px 28px 30px; }
.sermon-body .series {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
}
.sermon-body h3 {
  font-family: var(--display);
  font-size: 24px;
  margin: 10px 0 8px;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.15;
}
.sermon-body .meta {
  font-size: 13px;
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic;
}

/* Ofrenda page */
.give-hero-card {
  max-width: 780px;
  margin: -80px auto 0;
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 56px 56px 52px;
  position: relative;
  z-index: 3;
}
.give-hero-card h2 {
  font-family: var(--display);
  font-size: 40px;
  color: var(--navy);
  font-weight: 500;
  margin: 0 0 12px;
}
.give-hero-card p {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
}
.give-methods {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 80px 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.give-method {
  background: var(--ivory);
  border: 1px solid var(--rule);
  padding: 36px 32px;
  text-align: center;
}
.give-method .icon {
  width: 52px; height: 52px;
  margin: 0 auto 18px;
  color: var(--burgundy);
}
.give-method h4 {
  font-family: var(--display);
  font-size: 24px;
  color: var(--navy);
  margin: 0 0 8px;
  font-weight: 500;
}
.give-method p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 18px;
}
.give-method .handle {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  background: var(--ivory-2);
  padding: 10px 14px;
  font-size: 14px;
  color: var(--ink);
  display: inline-block;
  letter-spacing: 0.04em;
}

/* Events page timeline */
.events-timeline {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 32px 40px;
}
.month-head {
  font-family: var(--display);
  font-size: 40px;
  color: var(--navy);
  font-weight: 500;
  margin: 48px 0 16px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.month-head .count {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

/* Nosotros */
.about-lead {
  max-width: 860px;
  margin: 0 auto;
  padding: 96px 32px 0;
  text-align: center;
}
.about-lead p {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.6;
  color: var(--ink-2);
}
.about-lead p .drop {
  font-family: var(--display);
  font-size: 76px;
  float: left;
  line-height: 0.85;
  margin: 6px 12px 0 0;
  color: var(--burgundy);
  font-weight: 600;
}
.beliefs {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 96px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.belief {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: start;
}
.belief .n {
  font-family: var(--display);
  color: var(--gold);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding-top: 4px;
}
.belief h4 {
  font-family: var(--display);
  font-size: 24px;
  color: var(--navy);
  margin: 0 0 8px;
  font-weight: 500;
}
.belief p {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.history-timeline {
  background: var(--navy);
  color: var(--ivory);
  padding: 110px 32px;
}
.history-inner {
  max-width: var(--maxw);
  margin: 0 auto;
}
.history-inner .section-head h2 { color: var(--ivory); }
.history-inner .section-head .eyebrow { color: var(--gold); }
.history-inner .section-head .lead { color: rgba(255,255,255,0.7); }

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.t-point .year {
  font-family: var(--display);
  font-size: 48px;
  color: var(--gold);
  font-weight: 600;
  border-bottom: 1px solid rgba(201,162,39,0.4);
  padding-bottom: 12px;
  margin-bottom: 16px;
  line-height: 1;
}
.t-point h4 {
  font-family: var(--display);
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 500;
}
.t-point p {
  font-family: var(--serif);
  font-size: 15.5px;
  line-height: 1.55;
  opacity: 0.8;
  margin: 0;
}

/* Pastor portrait */
.pastor-block {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 110px 32px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: center;
}
.pastor-portrait {
  aspect-ratio: 4/5;
  background: var(--burgundy);
  overflow: hidden;
  position: relative;
}
.pastor-portrait img { width: 100%; height: 100%; object-fit: cover; }
.pastor-block h2 {
  font-family: var(--display);
  font-size: 46px;
  color: var(--navy);
  font-weight: 500;
  margin: 14px 0 20px;
}
.pastor-block .role {
  font-size: 11.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 600;
}
.pastor-block p {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink-2);
  line-height: 1.65;
}
.pastor-quote {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--navy);
}

/* EN text hidden by default */
[data-en] { display: none; }
html[lang="en"] [data-es] { display: none; }
html[lang="en"] [data-en] { display: inline; }
html[lang="en"] [data-en].block { display: block; }

/* ========== WATCH LIVE ========== */
.live-hero {
  max-width: var(--maxw); margin: 60px auto 0; padding: 0 32px;
}
.live-player {
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--rule);
}
.live-player::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(600px 300px at 30% 40%, rgba(122,31,43,0.6), transparent 60%),
    radial-gradient(600px 300px at 80% 80%, rgba(14,33,64,0.9), transparent 60%),
    #0a0a0a;
}
.live-player .play-c {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 20px; color: var(--ivory);
  z-index: 2;
}
.live-player .play-ring {
  width: 112px; height: 112px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.5);
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.live-player:hover .play-ring { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.live-status {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600;
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #e53935; animation: pulse 1.5s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.countdown-row {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--navy); color: var(--ivory);
  padding: 28px 40px;
}
.countdown-row .cd-label {
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 600;
}
.countdown-row .cd-title {
  font-family: var(--display); font-size: 28px; font-weight: 500;
  margin-top: 4px;
}
.cd-timer { display: flex; gap: 24px; }
.cd-unit {
  text-align: center; min-width: 64px;
}
.cd-unit .n {
  font-family: var(--display); font-size: 48px; font-weight: 600; line-height: 1;
}
.cd-unit .l {
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); margin-top: 6px; font-weight: 600;
}

/* ========== PRIMERA VISITA ========== */
.visit-checklist {
  max-width: var(--maxw); margin: 0 auto; padding: 96px 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.v-card {
  background: var(--ivory);
  border-top: 3px solid var(--burgundy);
  padding: 36px 32px 32px;
  border-bottom: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
}
.v-card .n {
  font-family: var(--display); font-size: 36px; font-weight: 600;
  color: var(--gold); line-height: 1; margin-bottom: 16px;
}
.v-card h3 {
  font-family: var(--display); font-size: 24px; color: var(--navy);
  font-weight: 500; margin: 0 0 12px;
}
.v-card p {
  font-family: var(--serif); font-size: 17px; color: var(--muted);
  line-height: 1.55;
}

/* ========== PRAYER WALL ========== */
.prayer-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 80px 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.prayer-card {
  background: var(--ivory); border: 1px solid var(--rule);
  padding: 28px; display: flex; flex-direction: column;
  min-height: 220px;
}
.prayer-card .pc-meta {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-bottom: 14px;
}
.prayer-card .pc-body {
  font-family: var(--serif); font-size: 17px; color: var(--ink-2);
  line-height: 1.55; flex: 1;
}
.prayer-card .pc-foot {
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--muted);
}
.pray-btn {
  background: none; border: 1px solid var(--burgundy);
  color: var(--burgundy); font: inherit;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; padding: 6px 12px; cursor: pointer;
  transition: all .2s;
}
.pray-btn:hover, .pray-btn.active {
  background: var(--burgundy); color: var(--ivory);
}

.prayer-form {
  max-width: 720px; margin: 0 auto 80px;
  padding: 48px; background: var(--ivory-2);
  border-left: 3px solid var(--gold);
}
.prayer-form h3 {
  font-family: var(--display); font-size: 32px; color: var(--navy);
  font-weight: 500; margin: 0 0 20px;
}

/* ========== TESTIMONIOS ========== */
.test-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 80px 32px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;
}
.test-card {
  background: var(--ivory); border: 1px solid var(--rule);
  padding: 0; overflow: hidden;
  display: grid; grid-template-columns: 160px 1fr;
}
.test-card .t-photo {
  background: linear-gradient(140deg, var(--burgundy), var(--navy));
  position: relative;
}
.test-card .t-photo .ini {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--display);
  font-size: 56px; color: rgba(255,255,255,0.5);
  font-weight: 600;
}
.test-card .t-body { padding: 28px 32px; }
.test-card .t-body .mark {
  font-family: var(--display); font-size: 60px; color: var(--gold);
  line-height: 0.5; height: 20px;
}
.test-card h4 {
  font-family: var(--display); font-size: 22px; color: var(--navy);
  font-weight: 500; margin: 4px 0 10px;
}
.test-card p {
  font-family: var(--serif); font-size: 16px; color: var(--ink-2);
  line-height: 1.55; font-style: italic;
}
.test-card .sig {
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 600; margin-top: 12px;
}

/* ========== GROUPS FINDER ========== */
.groups-filter {
  max-width: var(--maxw); margin: 60px auto 40px; padding: 0 32px;
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
}
.groups-filter .flabel {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin-right: 8px;
}
.filter-pill {
  background: transparent; border: 1px solid var(--rule);
  color: var(--ink-2); font: inherit; font-size: 12.5px;
  padding: 8px 16px; cursor: pointer; font-weight: 500;
  letter-spacing: 0.04em;
}
.filter-pill.active, .filter-pill:hover {
  background: var(--navy); color: var(--ivory); border-color: var(--navy);
}
.groups-list {
  max-width: var(--maxw); margin: 0 auto; padding: 0 32px 80px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.group-card {
  background: var(--ivory); border: 1px solid var(--rule);
  padding: 28px; display: grid;
  grid-template-columns: 1fr auto; gap: 20px;
}
.group-card h4 {
  font-family: var(--display); font-size: 22px; color: var(--navy);
  font-weight: 500; margin: 0 0 6px;
}
.group-card .g-meta {
  font-size: 13px; color: var(--muted); margin-bottom: 10px;
  font-family: var(--serif); font-style: italic;
}
.group-card p {
  font-size: 15px; color: var(--ink-2); margin: 0;
  line-height: 1.5;
}
.group-card .g-tag {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 700; padding: 5px 10px;
  background: var(--ivory-2); color: var(--navy);
  align-self: flex-start;
}

/* ========== DEVOCIONAL ========== */
.dev-feature {
  max-width: var(--maxw); margin: 60px auto 0; padding: 0 32px;
}
.dev-feature .dfi {
  display: grid; grid-template-columns: 1fr 1.3fr;
  background: var(--ivory); border: 1px solid var(--rule);
}
.dev-feature .df-img {
  aspect-ratio: 1; background: linear-gradient(140deg, var(--navy), var(--burgundy));
  position: relative;
}
.dev-feature .df-img .bignum {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--display); font-size: 140px;
  color: rgba(255,255,255,0.15); font-weight: 600; line-height: 1;
}
.dev-feature .df-copy { padding: 56px; display: flex; flex-direction: column; justify-content: center; }
.dev-feature .kicker {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 700; margin-bottom: 12px;
}
.dev-feature h2 {
  font-family: var(--display); font-size: 44px; color: var(--navy);
  font-weight: 500; margin: 0 0 14px; line-height: 1.1;
}
.dev-feature .verse {
  font-family: var(--serif); font-style: italic; font-size: 19px;
  color: var(--muted); line-height: 1.55; margin: 0 0 20px;
}
.dev-feature p {
  font-family: var(--serif); font-size: 18px; color: var(--ink-2);
  line-height: 1.65;
}

.dev-list {
  max-width: var(--maxw); margin: 80px auto 0; padding: 0 32px 80px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.dev-card {
  background: var(--ivory); border: 1px solid var(--rule);
  padding: 28px 28px 30px;
}
.dev-card .dc-date {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 700;
}
.dev-card h4 {
  font-family: var(--display); font-size: 22px; color: var(--navy);
  font-weight: 500; margin: 10px 0 10px;
  line-height: 1.15;
}
.dev-card .dc-verse {
  font-family: var(--serif); font-style: italic; font-size: 15px;
  color: var(--muted); margin-bottom: 14px;
}
.dev-card .dc-ex {
  font-size: 15px; color: var(--ink-2); line-height: 1.55;
}

/* ========== KIDS / YOUTH microsites ========== */
.kids-hero {
  background: linear-gradient(140deg, #2d8659, #1a3a2a);
  color: var(--ivory);
  padding: 100px 32px 120px;
  text-align: center; position: relative; overflow: hidden;
}
.kids-hero h1 {
  font-family: var(--display); font-size: 96px; font-weight: 600;
  margin: 0 0 16px; letter-spacing: -0.01em;
}
.kids-hero .sub {
  font-family: var(--serif); font-style: italic; font-size: 24px;
  max-width: 640px; margin: 0 auto; opacity: 0.9;
}
.kids-hero .shapes {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.kids-hero .shapes .s {
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.08);
}

.jap-hero {
  background: #0a0a0a;
  color: var(--ivory);
  padding: 140px 32px; text-align: center;
  position: relative; overflow: hidden;
}
.jap-hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(700px 400px at 20% 30%, rgba(201,162,39,0.3), transparent 60%),
    radial-gradient(700px 400px at 80% 70%, rgba(122,31,43,0.5), transparent 60%);
}
.jap-hero .tag {
  font-size: 12px; letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 24px;
  position: relative;
}
.jap-hero h1 {
  font-family: var(--display); font-size: 160px;
  font-weight: 700; margin: 0; line-height: 0.9;
  letter-spacing: -0.02em; position: relative;
}
.jap-hero h1 em {
  display: block; font-family: var(--serif);
  font-style: italic; font-size: 56px; font-weight: 400;
  color: var(--gold); letter-spacing: 0;
}
.jap-hero .lead {
  font-family: var(--serif); font-size: 22px;
  max-width: 640px; margin: 32px auto 0; opacity: 0.9;
  position: relative;
}

/* ========== LEADERSHIP ========== */
.leader-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 80px 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.leader-card { text-align: center; }
.leader-card .lp {
  aspect-ratio: 4/5;
  background: linear-gradient(140deg, var(--navy), var(--burgundy));
  margin-bottom: 18px;
  position: relative;
}
.leader-card .lp .ini {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--display); font-size: 56px;
  color: rgba(255,255,255,0.5); font-weight: 600;
}
.leader-card h4 {
  font-family: var(--display); font-size: 22px; color: var(--navy);
  font-weight: 500; margin: 0 0 4px;
}
.leader-card .role {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 600;
}

/* ========== MISSIONS MAP ========== */
.missions-map {
  max-width: var(--maxw); margin: 40px auto 0; padding: 0 32px;
  position: relative;
}
.missions-map .mf {
  aspect-ratio: 16/9;
  background: var(--navy);
  position: relative; overflow: hidden;
  color: var(--ivory);
}
.missions-map .mf::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(400px 200px at 20% 60%, rgba(201,162,39,0.12), transparent 60%),
    radial-gradient(400px 200px at 80% 30%, rgba(122,31,43,0.3), transparent 60%);
}
.missions-map .world {
  position: absolute; inset: 10% 8%;
  opacity: 0.2;
  background-image:
    radial-gradient(circle, var(--ivory) 1.5px, transparent 2px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, transparent, var(--ivory) 20%, var(--ivory) 80%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, var(--ivory) 20%, var(--ivory) 80%, transparent);
}
.missions-map .pin-m {
  position: absolute;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); border: 3px solid var(--ivory);
  box-shadow: 0 0 0 4px rgba(201,162,39,0.3);
  transform: translate(-50%, -50%);
}
.missions-map .pin-m.home {
  background: var(--burgundy);
  width: 20px; height: 20px;
}
.missions-map .pin-label {
  position: absolute;
  transform: translate(-50%, -100%);
  margin-top: -14px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--ivory);
  white-space: nowrap;
}
.missions-list {
  max-width: var(--maxw); margin: 60px auto 0; padding: 0 32px 80px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.mission-card {
  background: var(--ivory); border: 1px solid var(--rule); padding: 28px 28px 30px;
}
.mission-card h4 {
  font-family: var(--display); font-size: 22px; color: var(--navy);
  font-weight: 500; margin: 0 0 6px;
}
.mission-card .loc {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 10px;
}
.mission-card p {
  font-family: var(--serif); font-size: 16px; color: var(--ink-2);
  line-height: 1.55; margin: 0;
}

/* ========== PORTAL / MIEMBROS ========== */
.portal-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 80px 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.portal-tile {
  background: var(--ivory); border: 1px solid var(--rule);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  min-height: 240px;
  transition: background .2s, transform .2s;
  cursor: pointer;
}
.portal-tile:hover { background: #fff; transform: translateY(-2px); }
.portal-tile .ic {
  width: 44px; height: 44px; color: var(--burgundy);
  margin-bottom: 20px;
}
.portal-tile h4 {
  font-family: var(--display); font-size: 24px; color: var(--navy);
  font-weight: 500; margin: 0 0 10px;
}
.portal-tile p {
  font-family: var(--serif); font-size: 16px; color: var(--muted);
  line-height: 1.5; flex: 1;
}
.portal-tile .arrow {
  margin-top: 16px; color: var(--burgundy); font-weight: 600;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
}

/* ========== CREENCIAS ========== */
.creencias-grid {
  max-width: var(--maxw); margin: 0 auto; padding: 80px 32px;
}
.creencia {
  display: grid; grid-template-columns: 120px 1fr;
  gap: 40px; padding: 36px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}
.creencia:last-child { border-bottom: 1px solid var(--rule); }
.creencia .num {
  font-family: var(--display); font-size: 56px; color: var(--gold);
  font-weight: 600; line-height: 1;
}
.creencia h3 {
  font-family: var(--display); font-size: 30px; color: var(--navy);
  font-weight: 500; margin: 0 0 12px;
}
.creencia p {
  font-family: var(--serif); font-size: 18px; color: var(--ink-2);
  line-height: 1.65; margin: 0;
}
.creencia .ref {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 700; margin-top: 10px;
}

/* ========== NEWSLETTER ========== */
.newsletter {
  background: var(--burgundy); color: var(--ivory);
  padding: 48px 32px; text-align: center;
}
.newsletter h4 {
  font-family: var(--display); font-size: 28px; margin: 0 0 6px;
  font-weight: 500;
}
.newsletter p {
  font-family: var(--serif); font-size: 16px; opacity: 0.85;
  max-width: 480px; margin: 0 auto 20px;
}
.newsletter form {
  max-width: 440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto; gap: 8px;
}
.newsletter input {
  padding: 12px 16px; border: 0; background: rgba(255,255,255,0.95);
  font: inherit; font-family: var(--serif); font-size: 16px;
  color: var(--ink);
}
.newsletter button {
  padding: 12px 20px; background: var(--gold); color: var(--navy);
  border: 0; font: inherit; font-weight: 700;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  cursor: pointer;
}

/* ========== INTRO ROW (shared) ========== */
.intro-row {
  max-width: var(--maxw); margin: 0 auto; padding: 100px 32px 40px;
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px;
  align-items: start;
}
.intro-head .eyebrow {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--burgundy); font-weight: 700; margin-bottom: 14px;
}
.intro-head h2 {
  font-family: var(--display); font-size: 42px; color: var(--navy);
  font-weight: 500; margin: 0; line-height: 1.15;
}
.intro-body p {
  font-family: var(--serif); font-size: 19px; color: var(--ink-2);
  line-height: 1.65;
}

/* ========== PILLARS (JAP) ========== */
.pillars {
  max-width: var(--maxw); margin: 0 auto; padding: 40px 32px 100px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.pillar {
  background: var(--ivory); border-top: 3px solid var(--gold);
  border-left: 1px solid var(--rule); border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 40px 32px 36px;
}
.pillar .pn {
  font-family: var(--display); font-size: 40px; font-weight: 600;
  color: var(--burgundy); line-height: 1; margin-bottom: 18px;
}
.pillar h3 {
  font-family: var(--display); font-size: 26px; color: var(--navy);
  font-weight: 500; margin: 0 0 12px;
}
.pillar p {
  font-family: var(--serif); font-size: 17px; color: var(--muted);
  line-height: 1.55; margin: 0;
}

/* responsive */
@media (max-width: 1024px) {
  .hero h1 { font-size: 56px; }
  .hero-grid, .welcome, .pastor-block, .contact-grid, .sermon-grid, .min-grid, .timeline, .beliefs, .give-methods {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .site-header-inner { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  nav.main-nav { flex-wrap: wrap; justify-content: center; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .section-head h2 { font-size: 36px; }
  .verse-strip blockquote { font-size: 30px; }
  .page-banner h1 { font-size: 48px; }
}
