/* ═══════════════════════════════════════════════════════════════
   LIVING HOPE CHURCH · Design System
   Ink navy · Wine burgundy · Gold · Warm white
   Serif display (Playfair) + Jakarta Sans UI
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* Palette */
  --ink-950: #08081A;
  --ink-900: #0B0B1E;
  --ink-800: #12122B;
  --ink-700: #1B1B3A;
  --wine-900: #3D0F20;
  --wine-800: #4C132A;
  --wine-700: #5E1732;
  --wine-600: #7A1E3C;
  --wine-500: #93254A;
  --gold-300: #F5CE6E;
  --gold-400: #EFBD4A;
  --gold-500: #E2A62F;
  --gold-600: #C58D22;
  --red-live: #E5484D;
  --cream: #F7F5F0;
  --paper: #FDFCFA;
  --white: #FFFFFF;
  --t-head: #171728;
  --t-body: #5C5C70;
  --t-mute: #8A8A9E;
  --line: rgba(23, 23, 40, 0.08);

  /* Tint pairs (bg / fg) */
  --tint-wine-bg: #F7E9EE;   --tint-wine-fg: #7A1E3C;
  --tint-gold-bg: #FBF1DC;   --tint-gold-fg: #B07E1B;
  --tint-navy-bg: #E9EAF6;   --tint-navy-fg: #313163;
  --tint-rose-bg: #FCE9F0;   --tint-rose-fg: #C4356B;
  --tint-red-bg:  #FCE9E9;   --tint-red-fg:  #C43535;
  --tint-purple-bg:#F1EAFB;  --tint-purple-fg:#6B3FA8;
  --tint-teal-bg: #E3F4F2;   --tint-teal-fg: #14766B;
  --tint-orange-bg:#FDEEE2;  --tint-orange-fg:#C2621B;

  /* Type */
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;

  /* Geometry */
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: 1240px;

  /* Shadows — soft, diffused, never harsh */
  --shadow-soft: 0 24px 60px -28px rgba(11, 11, 30, 0.22);
  --shadow-card: 0 16px 44px -24px rgba(11, 11, 30, 0.18);
  --shadow-lift: 0 30px 70px -30px rgba(11, 11, 30, 0.32);
  --shadow-gold: 0 14px 34px -14px rgba(226, 166, 47, 0.45);

  /* Motion */
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-spring: cubic-bezier(0.34, 1.4, 0.35, 1);
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--t-body);
  background: var(--paper);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; border: none; background: none; cursor: pointer; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
svg { display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--t-head); line-height: 1.15; font-weight: 700; }

::selection { background: var(--wine-600); color: #fff; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 200;
  background: var(--ink-900); color: #fff; padding: 10px 18px;
  border-radius: 8px; transition: top 0.3s var(--ease);
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; border-radius: 4px; }

/* ── Layout primitives ─────────────────────────────────────── */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 28px; }

.section { padding-block: clamp(72px, 9vw, 118px); }
.section-cream { background: var(--cream); }

.section-head { max-width: 640px; margin: 0 auto clamp(40px, 5vw, 60px); text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); margin-top: 14px; }
.section-head .section-sub { margin-top: 16px; font-size: 1.02rem; }
.section-head-row {
  max-width: none; text-align: left; display: flex; align-items: flex-end;
  justify-content: space-between; gap: 24px; margin-inline: 0;
}
.section-head-light h2, .section-head-light .section-sub { color: #fff; }
.section-head-light .section-sub { color: rgba(255, 255, 255, 0.75); }

h2 em, h3 em { font-style: italic; color: var(--wine-600); }
.section-head-light h2 em { color: var(--gold-400); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--wine-600);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: 0.7; }
.eyebrow-gold { color: var(--gold-400); }

.head-link {
  display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--wine-600); padding-bottom: 6px; border-bottom: 1.5px solid transparent;
  transition: border-color 0.4s var(--ease), gap 0.4s var(--ease);
}
.head-link svg { width: 16px; height: 16px; }
.head-link:hover { border-color: var(--wine-600); gap: 12px; }

.section-cta { text-align: center; margin-top: clamp(36px, 4vw, 52px); }

/* ── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--radius-sm);
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  line-height: 1; white-space: nowrap;
  transition: transform 0.5s var(--ease-spring), box-shadow 0.5s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.btn svg { width: 17px; height: 17px; transition: transform 0.5s var(--ease-spring); }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: scale(0.97); }

.btn-wine { background: var(--wine-600); color: #fff; box-shadow: 0 14px 30px -14px rgba(122, 30, 60, 0.55); }
.btn-wine:hover { background: var(--wine-700); transform: translateY(-2px); box-shadow: 0 20px 38px -14px rgba(122, 30, 60, 0.6); }

.btn-gold { background: var(--gold-400); color: var(--ink-900); box-shadow: var(--shadow-gold); }
.btn-gold:hover { background: var(--gold-300); transform: translateY(-2px); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.06); color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.6); transform: translateY(-2px); }

.btn-sm { padding: 12px 20px; font-size: 0.72rem; }
.btn-block { width: 100%; }

/* ── Tints ─────────────────────────────────────────────────── */
.tint-wine   { background: var(--tint-wine-bg);   color: var(--tint-wine-fg); }
.tint-gold   { background: var(--tint-gold-bg);   color: var(--tint-gold-fg); }
.tint-navy   { background: var(--tint-navy-bg);   color: var(--tint-navy-fg); }
.tint-rose   { background: var(--tint-rose-bg);   color: var(--tint-rose-fg); }
.tint-red    { background: var(--tint-red-bg);    color: var(--tint-red-fg); }
.tint-purple { background: var(--tint-purple-bg); color: var(--tint-purple-fg); }
.tint-teal   { background: var(--tint-teal-bg);   color: var(--tint-teal-fg); }
.tint-orange { background: var(--tint-orange-bg); color: var(--tint-orange-fg); }

/* ── Scroll reveal ─────────────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(5px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease), filter 0.9s var(--ease);
  transition-delay: calc(var(--rd, 0) * 90ms);
  will-change: transform, opacity;
}
[data-reveal].revealed { opacity: 1; transform: translateY(0); filter: blur(0); }
[data-delay="1"] { --rd: 1; } [data-delay="2"] { --rd: 2; }
[data-delay="3"] { --rd: 3; } [data-delay="4"] { --rd: 4; } [data-delay="5"] { --rd: 5; }

/* ── Preloader ─────────────────────────────────────────────── */
.preloader {
  position: fixed; inset: 0; z-index: 300;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
  background: var(--ink-900);
  transition: opacity 0.7s var(--ease), visibility 0.7s;
}
.preloader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-mark { position: relative; width: 84px; height: 84px; display: grid; place-items: center; color: var(--gold-400); }
.preloader-mark svg { width: 36px; height: 36px; }
.preloader-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid rgba(239, 189, 74, 0.15); border-top-color: var(--gold-400);
  animation: spin 1s linear infinite;
}
.preloader p {
  font-family: var(--font-display); color: #fff; font-size: 1.05rem; letter-spacing: 0.12em;
  animation: pulse-soft 1.8s ease-in-out infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse-soft { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }

/* ── 1 · Topbar ────────────────────────────────────────────── */
.site-top { position: fixed; top: 0; left: 0; right: 0; z-index: 100; }
.topbar {
  background: var(--ink-950); color: rgba(255, 255, 255, 0.78); font-size: 0.78rem; font-family: "Raleway", sans-serif;
  overflow: hidden;
  transition: max-height 0.4s var(--ease);
  max-height: 60px;
}
/* Collapse the info bar on scroll so only the nav stays docked.
   Height only — fading it would flash grey against the page behind. */
.site-top.scrolled .topbar { max-height: 0; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 42px; padding-block: 6px; }
.topbar-info { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 26px; }
.topbar-info li { display: inline-flex; align-items: center; gap: 8px; }
.topbar-info svg { width: 15px; height: 15px; color: var(--gold-400); flex-shrink: 0; }
.topbar-info a:hover { color: #fff; }
.topbar-social { display: flex; align-items: center; gap: 10px; }
.topbar-social span { margin-right: 4px; letter-spacing: 0.08em; }
.topbar-social a {
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.08); transition: background 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease-spring);
}
.topbar-social a svg { width: 13px; height: 13px; }
.topbar-social a:hover { background: var(--gold-400); color: var(--ink-900); transform: translateY(-2px); }

/* ── 2 · Navigation ────────────────────────────────────────── */
.site-header {
  background: transparent;
  border-bottom: 1px solid transparent;
  /* Surface lands faster than the text recolours, so links never sit
     mid-grey on a half-white bar during the swap. */
  transition: background 0.22s var(--ease), border-color 0.22s var(--ease);
}
.site-header .container { max-width: 100%; padding-inline: 0; }
.navbar {
  --nav-h: 78px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  font-family: "Raleway", sans-serif;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: var(--nav-h);
  background: transparent;
  border-radius: 0;
  padding: 10px 28px;
  transition: min-height 0.45s var(--ease);
}
/* Docked state: nav turns solid once the hero is scrolled past */
.site-top { transition: box-shadow 0.45s var(--ease); }
.site-top.scrolled { box-shadow: var(--shadow-lift); }
.site-top.scrolled .site-header { background: #fff; border-bottom-color: var(--line); }
.site-top.scrolled .navbar { min-height: 66px; }

/* Brand and actions take equal flex so the nav links land dead centre */
.navbar > .brand { flex: 1 1 0; }
.navbar .nav-actions { flex: 1 1 0; justify-content: flex-end; }
.navbar .nav-links { flex: 0 0 auto; }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--wine-600), var(--wine-800));
  color: var(--gold-400); box-shadow: 0 10px 24px -10px rgba(122, 30, 60, 0.55);
}
.brand-mark svg { width: 27px; height: 27px; }
/* Light wordmark with an accent full stop */
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong {
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.42rem, 1.8vw, 1.7rem);
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.01em;
  transition: color 0.4s var(--ease);
}
.brand-dot { color: var(--gold-400); }
.site-top.scrolled .brand-text strong { color: var(--t-head); }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  position: relative; display: block; padding: 9px 16px;
  font-size: 0.95rem; font-weight: 500; letter-spacing: 0;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.35s var(--ease);
}
/* Short centred accent rule, dropped clear of the text baseline */
.nav-links a::after {
  content: ""; position: absolute; left: 50%; bottom: -10px;
  width: 22px; height: 2px; background: var(--gold-400);
  transform: translateX(-50%) scaleX(0); transform-origin: center;
  transition: transform 0.4s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { transform: translateX(-50%) scaleX(1); }
/* Carries the white type over bright patches of photo without needing a
   background behind the header. Dropped once the bar goes solid. */
.nav-links a, .brand-text strong { text-shadow: 0 1px 14px rgba(8, 8, 26, 0.6); }
.site-top.scrolled .nav-links a,
.site-top.scrolled .brand-text strong { text-shadow: none; }
.site-top.scrolled .nav-links a { color: var(--t-body); }
.site-top.scrolled .nav-links a:hover,
.site-top.scrolled .nav-links a.active { color: var(--t-head); }

.nav-actions { display: flex; align-items: center; gap: 12px; }
/* Sentence-case solid action, small radius rather than a pill */
.btn-live {
  border-radius: 4px; padding: 13px 26px;
  font-size: 0.9rem; font-weight: 600;
  letter-spacing: 0; text-transform: none;
  box-shadow: none;
}
.btn-live:hover { transform: none; box-shadow: none; }
.live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: currentColor;
  animation: blink 1.6s ease-in-out infinite;
}
.btn-live .live-dot { background: var(--gold-300); }
@keyframes blink { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.35; transform: scale(0.75); } }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; border-radius: 12px; padding: 12px;
  background: var(--ink-900);
}
.nav-toggle span {
  display: block; height: 2px; width: 100%; border-radius: 2px; background: #fff;
  transition: transform 0.5s var(--ease), opacity 0.3s var(--ease);
  transform-origin: center;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 90;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8, 8, 26, 0.92);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.55s var(--ease), visibility 0.55s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-links { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.mobile-links a {
  font-family: var(--font-display); font-size: clamp(1.7rem, 6vw, 2.3rem);
  color: #fff; padding: 6px 18px; display: block;
  transition: color 0.35s var(--ease);
}
.mobile-links a:hover { color: var(--gold-400); }
.mobile-menu li, .mobile-menu-foot {
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
  transition-delay: calc(var(--i) * 55ms);
}
.mobile-menu.open li, .mobile-menu.open .mobile-menu-foot { opacity: 1; transform: translateY(0); }
.mobile-menu-foot { margin-top: 28px; text-align: center; }
.mobile-menu-foot p { margin-top: 16px; color: rgba(255, 255, 255, 0.55); font-size: 0.8rem; }



/* ── 3 · Hero (full-bleed photo carousel) ──────────────────── */
.hero {
  position: relative; overflow: hidden;
  background: var(--ink-900);
  min-height: 100svh;
}

/* Slides stack in the same box and cross-fade */
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  padding-top: clamp(100px, 11vw, 148px);
  padding-bottom: clamp(96px, 10vw, 130px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.9s var(--ease), visibility 0.9s var(--ease);
}
.hero-slide.is-active { opacity: 1; visibility: visible; }

/* Extra top/bottom buffer so the GSAP scroll-parallax translate never exposes an edge */
.hero-bg { position: absolute; top: -8%; right: 0; bottom: -8%; left: 0; }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 28%;
}

/* SplitText line wrapper for the hero headline reveal — masks the word stagger */
.hero h1 .hero-line { overflow: hidden; display: block; }
.hero h1 .hero-word { display: inline-block; will-change: transform, opacity; }
/* Ken Burns only on the slide that's showing, so idle slides don't animate */
.hero-slide.is-active .hero-bg img {
  animation: kenburns 14s var(--ease) forwards;
  will-change: transform;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.07); } }

/* Reading scrim on the left only. Deliberately fades to almost nothing on the
   right so the header sits on clean photo with no tint behind it. */
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(74deg, rgba(8, 8, 26, 0.92) 4%, rgba(8, 8, 26, 0.68) 36%, rgba(8, 8, 26, 0.16) 70%, rgba(8, 8, 26, 0.04) 100%),
    linear-gradient(to top, rgba(8, 8, 26, 0.70), transparent 44%);
}

.hero-inner { position: relative; z-index: 2; max-width: var(--container); }

/* Gold accent rule sitting inline, beside the eyebrow label */
.hero-eyebrow-row {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 24px;
}
.hero-dash {
  display: block; flex: none; width: 64px; height: 2px;
  background: var(--gold-500);
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold-400);
}
.hero-eyebrow span { color: rgba(247, 245, 240, 0.35); }

.hero h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin-top: 18px;
}
.hero-lead {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.7;
  max-width: 48ch;
  margin-top: 22px;
}

/* Outlined CTA — fills on hover */
.btn-hero {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 34px; padding: 17px 30px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease), color 0.4s var(--ease);
}
.btn-hero svg { width: 18px; height: 18px; transition: transform 0.4s var(--ease); }
.btn-hero:hover { background: var(--gold-400); border-color: var(--gold-400); color: var(--ink-900); }
.btn-hero:hover svg { transform: translateX(4px); }

/* Slide counter + arrows, bottom right */
.hero-controls {
  position: absolute; z-index: 3;
  right: clamp(20px, 4vw, 56px); bottom: clamp(26px, 4vw, 48px);
  display: flex; align-items: center; gap: 26px;
}
.hero-count {
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem; letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}
.hero-count-now { color: #fff; font-size: 1.5rem; font-weight: 600; margin-right: 4px; }
.hero-arrows { display: flex; gap: 10px; }
.hero-arrow {
  display: grid; place-items: center; width: 46px; height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), color 0.35s var(--ease);
}
.hero-arrow svg { width: 20px; height: 20px; }
.hero-arrow:hover { background: var(--gold-400); border-color: var(--gold-400); color: var(--ink-900); }
.hero-arrow:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 3px; }

/* ── Quicklinks strip ──────────────────────────────────────── */
.quicklinks { position: relative; z-index: 5; margin-top: -64px; }
.quicklinks-card {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--white); border-radius: var(--radius-md);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lift);
  overflow: hidden;
}
/* Thin brand-gradient hairline across the top — a quiet "premium" signature */
.quicklinks-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 1;
  background: linear-gradient(90deg, var(--wine-600) 0%, var(--gold-500) 50%, var(--wine-600) 100%);
}
.ql-item {
  position: relative; z-index: 0;
  display: flex; gap: 18px; align-items: flex-start;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  transition: background 0.45s var(--ease), transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}
.ql-item:last-child { border-right: none; }
.ql-item:hover {
  background: var(--cream);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card);
  z-index: 2;
}
.ql-icon {
  display: grid; place-items: center; flex-shrink: 0;
  width: 56px; height: 56px; border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 40, 0.07);
  transition: transform 0.5s var(--ease-spring), box-shadow 0.5s var(--ease);
}
.ql-icon svg { width: 24px; height: 24px; }
.ql-item:hover .ql-icon { transform: translateY(-3px) scale(1.08); box-shadow: inset 0 0 0 1px rgba(23, 23, 40, 0.07), var(--shadow-gold); }
.ql-text { display: flex; flex-direction: column; gap: 4px; }
.ql-text strong { font-size: 0.84rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--t-head); }
.ql-text small { font-size: 0.83rem; color: var(--t-body); line-height: 1.55; }
.ql-text em {
  font-style: normal; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em;
  color: var(--wine-600); margin-top: 8px; display: inline-flex; gap: 6px;
}
.ql-text em i { font-style: normal; transition: transform 0.4s var(--ease-spring); display: inline-block; }
.ql-item:hover .ql-text em i { transform: translateX(4px); }

/* ── Split layout (welcome / about / prayer / faq) ─────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 84px); align-items: center; }
.split-copy h2 { font-size: clamp(1.85rem, 3.4vw, 2.7rem); margin-top: 14px; }
.split-copy > p { margin-top: 18px; }
.split-copy .btn { margin-top: 30px; }

/* ── 4 · Welcome ───────────────────────────────────────────── */
.welcome-sign { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; }
.sign-name { font-family: var(--font-display); font-style: italic; font-weight: 700; font-size: 1.35rem; color: var(--t-head); }
.sign-role { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--t-mute); margin-top: 4px; }

/* One photograph, plainly set. No overlapping second image, no floating
   badge — the 25-years figure already lives in the Impact band. */
.welcome-collage { position: relative; }
.collage-main { border-radius: 4px; overflow: hidden; }
.collage-main img { display: block; width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; }

/* ── 5 · About ─────────────────────────────────────────────── */
/* Photo-backed section with a brand colour wash over it. The overlay is heavy
   enough to read light type on, but lets the photograph show as texture. */
.about-photo {
  position: relative;
  background-image: url("../images/pexels-caleboquendo-19130852.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Directional wash: lighter on the left so the photograph still reads, deep on
   the right where the copy sits. Vignette holds the edges in. */
.about-photo::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(125% 100% at 50% 50%, transparent 38%, rgba(8, 8, 26, 0.5) 100%),
    linear-gradient(100deg,
      rgba(8, 8, 26, 0.5) 0%,
      rgba(61, 15, 32, 0.74) 32%,
      rgba(8, 8, 26, 0.93) 62%,
      rgba(8, 8, 26, 0.96) 100%);
}
.about-photo > .container { position: relative; z-index: 1; }

/* Type flips to light against the wash */
.about-photo .eyebrow { color: var(--gold-400); }
.about-photo h2 { color: #fff; line-height: 1.12; }
.about-photo h2 em { color: var(--gold-400); }
.about-photo .about-lead {
  color: rgba(247, 245, 240, 0.8);
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.75;
  max-width: 46ch;
  margin-top: 20px;
}

/* Convictions as typographic entries under hairline rules — one accent
   colour, no pastel icon tiles. */
.about-photo .feature-grid {
  grid-template-columns: 1fr 1fr;
  gap: 26px 44px;
  margin-top: clamp(34px, 4vw, 46px);
}
.about-photo .feature-grid li {
  display: block;
  border-top: 1px solid rgba(247, 245, 240, 0.2);
  padding-top: 16px;
}
.about-photo .feature-grid strong {
  display: block;
  color: #fff; font-size: 0.98rem; font-weight: 600; letter-spacing: -0.005em;
}
.about-photo .feature-grid small {
  display: block; margin-top: 7px;
  color: rgba(247, 245, 240, 0.6); font-size: 0.85rem; line-height: 1.6;
}
.about-photo .split-copy .btn { margin-top: clamp(32px, 4vw, 44px); }

.about-photo .about-media figure {
  border-radius: 4px;
  box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.75);
}

.split-reverse .about-media { order: -1; }
.about-media { position: relative; }
.about-media figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.about-media img { aspect-ratio: 4 / 4.4; object-fit: cover; width: 100%; transition: transform 1.2s var(--ease); }
.about-media:hover img { transform: scale(1.04); }
.about-chip {
  position: absolute; right: -14px; bottom: 34px;
  display: flex; align-items: center; gap: 12px;
  background: var(--white); border-radius: var(--radius-md);
  padding: 14px 20px; box-shadow: var(--shadow-lift);
}
.about-chip-icon {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px;
  background: var(--tint-gold-bg); color: var(--tint-gold-fg);
}
.about-chip-icon svg { width: 22px; height: 22px; }
.about-chip strong { display: block; font-size: 0.88rem; color: var(--t-head); }
.about-chip small { font-size: 0.72rem; color: var(--t-mute); letter-spacing: 0.1em; text-transform: uppercase; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-top: 28px; }
.feature-grid li { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; align-items: center; }
.feat-icon { grid-row: span 2; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; }
.feat-icon svg { width: 22px; height: 22px; }
.feature-grid strong { font-size: 0.92rem; color: var(--t-head); font-weight: 700; }
.feature-grid small { font-size: 0.8rem; color: var(--t-body); line-height: 1.5; }

/* ── 6 · Vision & Mission ──────────────────────────────────── */
/* Small caps label shared by the vision and mission blocks */
.vision-label {
  font-family: "Raleway", sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-600);
}

/* The vision, set as a statement rather than a card */
.vision-statement { text-align: center; max-width: 900px; margin: clamp(8px, 2vw, 20px) auto 0; }
.vision-statement blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 400; line-height: 1.4; letter-spacing: -0.015em;
  color: var(--t-head);
  max-width: 840px; margin: 20px auto 0;
}
.vision-statement figcaption {
  position: relative;
  margin-top: 30px; padding-top: 26px;
  font-family: var(--font-display); font-style: italic;
  font-size: 0.98rem; color: var(--t-body);
}
/* Short gold rule instead of a full divider */
.vision-statement figcaption::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 46px; height: 2px; background: var(--gold-500);
}
.vision-statement cite {
  display: block; margin-top: 8px;
  font-family: "Raleway", sans-serif; font-style: normal;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--t-mute);
}

/* The mission — three ordered beats, so the numbering carries real meaning */
.mission { margin-top: clamp(56px, 7vw, 92px); }
.mission-head { text-align: center; max-width: 44ch; margin-inline: auto; }
.mission-line {
  margin-top: 14px;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  color: var(--t-head); line-height: 1.6;
}
.mission-steps {
  /* Global reset only clears `ul`; this is an `ol`, so its native decimal
     markers would double up with the .ms-num labels. */
  list-style: none;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 52px);
  margin-top: clamp(36px, 4.5vw, 54px);
}
.mission-steps li { border-top: 2px solid var(--line); padding-top: 22px; }
.ms-num {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em;
  color: var(--gold-600);
  font-variant-numeric: tabular-nums;
}
.mission-steps h3 { font-size: 1.42rem; margin-top: 10px; }
.mission-steps p { margin-top: 10px; font-size: 0.94rem; line-height: 1.65; }
.mission-verse {
  margin-top: clamp(34px, 4vw, 46px); text-align: center;
  font-family: var(--font-display); font-style: italic;
  font-size: 0.98rem; color: var(--t-body);
}
.mission-verse cite {
  font-family: "Raleway", sans-serif; font-style: normal;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--t-mute); margin-left: 10px;
}

/* Values as one divided typographic line — no pills, no fake hover */
.values-row {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  margin-top: clamp(52px, 6vw, 78px);
  padding-top: 28px; border-top: 1px solid var(--line);
}
.values-row li {
  padding: 4px clamp(14px, 2.4vw, 30px);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--t-mute);
}
.values-row li + li { border-left: 1px solid var(--line); }

/* ── 7 · Ministries ────────────────────────────────────────── */
/* Photo-backed band; the grid sits on it as an open lattice of hairlines */
.ministries-photo {
  position: relative;
  background-image: url("../images/pexels-israwmx-20724385.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ministries-photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(8, 8, 26, 0.9) 0%,
    rgba(8, 8, 26, 0.8) 45%,
    rgba(8, 8, 26, 0.9) 100%);
}
.ministries-photo > .container { position: relative; z-index: 1; }

/* Shared borders: the wrapper draws top + left, each cell draws right +
   bottom, so the lattice never doubles up on a line. */
.ministry-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.ministry-card {
  background: transparent; text-align: left;
  padding: clamp(26px, 2.6vw, 38px);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.ministry-icon {
  display: block; width: auto; height: auto;
  background: none; border: none; border-radius: 0;
  color: var(--gold-400);
}
.ministry-icon svg { width: 34px; height: 34px; }
.ministry-card h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.28rem; font-weight: 400; color: #fff;
  margin-top: 22px;
}
.ministry-card p {
  font-size: 0.88rem; line-height: 1.65;
  color: rgba(255, 255, 255, 0.66);
  margin-top: 10px;
}
.ministry-link {
  display: inline-block; margin-top: 18px;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-400);
  border-bottom: 1px solid transparent;
  transition: color 0.35s var(--ease), border-color 0.35s var(--ease);
}
.ministry-link:hover { color: var(--gold-300); border-bottom-color: currentColor; }

/* ── 8 · Weekly services ───────────────────────────────────── */
/* Timetable rather than cards — the time is the answer people came for,
   so it gets the typographic weight. */
.schedule {
  border-top: 1px solid var(--line);
  /* Narrower than the container so the four columns stay visually linked */
  max-width: 1000px; margin-inline: auto;
}
.schedule-row {
  display: grid;
  grid-template-columns: 140px 1fr 210px 190px;
  align-items: baseline;
  gap: 8px 30px;
  padding: clamp(22px, 2.6vw, 32px) 0;
  border-bottom: 1px solid var(--line);
}
.sch-day {
  font-family: "Raleway", sans-serif;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-600);
}
.sch-name { font-size: clamp(1.12rem, 1.5vw, 1.3rem); }
.sch-time {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400; color: var(--t-head);
  font-variant-numeric: tabular-nums; letter-spacing: -0.01em;
}
.sch-time span { color: var(--t-mute); margin-inline: 8px; }
.sch-place { font-size: 0.88rem; color: var(--t-mute); }
.schedule-note {
  margin-top: 28px; text-align: center;
  font-size: 0.88rem; color: var(--t-mute);
}

/* ── 9/10 · Events panel ───────────────────────────────────── */
.events {
  position: relative;
  padding-block: clamp(72px, 9vw, 118px);
  background-image: url("../images/pexels-thyago-santos-23775914-32272501.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Wash keeps the photo subordinate to the wine panel sitting on it */
.events::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(8, 8, 26, 0.86) 0%,
    rgba(8, 8, 26, 0.78) 50%,
    rgba(8, 8, 26, 0.88) 100%);
}
.events > .container { position: relative; z-index: 1; }
/* No panel — the three columns sit straight on the photograph, divided by
   hairlines rather than wrapped in a card. */
.events-panel {
  display: grid; grid-template-columns: 1fr 1.15fr 1fr;
  gap: 0;
  background: none; border-radius: 0; padding: 0; box-shadow: none;
}
.events-col { padding-inline: clamp(24px, 3vw, 46px); }
.events-col:first-child { padding-left: 0; }
.events-col:last-child { padding-right: 0; }
.events-col + .events-col { border-left: 1px solid rgba(255, 255, 255, 0.16); }
/* Blockified in all three columns so the flex column (highlight) doesn't
   sit 9px higher than the two block columns */
.events-panel .eyebrow { display: flex; margin-bottom: 22px; }

.events-list { display: flex; flex-direction: column; }
/* Rows are information, not links — no pointer, no hover shift */
.events-list li {
  display: flex; align-items: baseline; gap: 18px;
  padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.event-date {
  display: block; flex-shrink: 0; width: 42px;
  background: none; border-radius: 0; height: auto;
  line-height: 1.05; text-align: left;
}
.event-date strong {
  display: block; font-family: var(--font-display); font-size: 1.45rem;
  color: #fff; line-height: 1; font-variant-numeric: tabular-nums;
}
.event-date small {
  display: block; margin-top: 4px;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-400);
}
.event-info { flex: 1; min-width: 0; }
.event-info strong { display: block; color: #fff; font-size: 0.92rem; font-weight: 600; }
.event-info small { color: rgba(255, 255, 255, 0.55); font-size: 0.76rem; }
.events-all {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 22px;
  color: var(--gold-300); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
  transition: gap 0.4s var(--ease);
}
.events-all svg { width: 16px; height: 16px; }
.events-all:hover { gap: 13px; }

/* Fill the column instead of guessing the eyebrow's height with calc() */
.events-highlight { display: flex; flex-direction: column; }
.highlight-card {
  position: relative; overflow: hidden;
  border-radius: 4px; box-shadow: none;
  flex: 1; min-height: 380px;
}
.highlight-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.highlight-card:hover img { transform: scale(1.05); }
.highlight-card figcaption {
  position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end;
  height: 100%; padding: 28px;
  background: linear-gradient(to top, rgba(8, 8, 26, 0.92) 20%, rgba(8, 8, 26, 0.25) 60%, transparent);
}
.highlight-card h3 { color: #fff; font-size: 1.6rem; }
.highlight-date { color: var(--gold-300); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 8px; }
.highlight-card figcaption p:not(.highlight-date) { color: rgba(255, 255, 255, 0.78); font-size: 0.88rem; margin-top: 8px; }
.highlight-card .btn { margin-top: 18px; align-self: flex-start; }

/* Numerals carry the countdown — no dashed boxes */
.countdown { display: flex; gap: clamp(16px, 2.4vw, 30px); }
.cd-box {
  display: block; background: none; border: none; border-radius: 0; padding: 0;
}
.cd-box strong {
  display: block;
  font-family: var(--font-display); font-size: clamp(1.75rem, 2.5vw, 2.3rem);
  color: #fff; line-height: 1; font-variant-numeric: tabular-nums;
}
.cd-box small {
  display: block; margin-top: 7px;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.cd-note { color: rgba(255, 255, 255, 0.72); font-size: 0.85rem; margin: 22px 0 18px; }

.newhere-card {
  display: block; margin-top: 30px; padding: 26px 0 0;
  background: none; border: none; border-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.newhere-card strong { color: #fff; font-size: 0.95rem; }
.newhere-card p { color: rgba(255, 255, 255, 0.6); font-size: 0.8rem; margin-top: 2px; }
.newhere-card a {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 10px;
  color: var(--gold-300); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  transition: gap 0.4s var(--ease);
}
.newhere-card a svg { width: 14px; height: 14px; }
.newhere-card a:hover { gap: 11px; }

/* ── 11 · Sermons ──────────────────────────────────────────── */
.sermon-layout {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.sf-thumb { position: relative; border-radius: 4px; overflow: hidden; }
.sf-thumb img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
/* Runtime is a label, not a button — nothing here claims to be clickable */
.sf-runtime {
  position: absolute; left: 14px; bottom: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(8, 8, 26, 0.82); color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  padding: 7px 12px; border-radius: 3px;
}
.sf-runtime svg { width: 12px; height: 12px; color: var(--gold-400); }

.sf-label {
  margin-top: 24px;
  font-family: "Raleway", sans-serif;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-600);
}
.sermon-feature h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-top: 10px; }
.sf-by { margin-top: 12px; font-size: 0.96rem; color: var(--t-body); }
.sermon-feature time { display: block; margin-top: 6px; font-size: 0.82rem; color: var(--t-mute); }

.sermon-list { border-top: 1px solid var(--line); }
.sermon-list li {
  padding: clamp(18px, 2.2vw, 26px) 0;
  border-bottom: 1px solid var(--line);
}
.sermon-list h3 { font-size: 1.16rem; }
.sl-by { margin-top: 7px; font-size: 0.88rem; color: var(--t-body); }
.sl-meta {
  display: flex; align-items: center; margin-top: 8px;
  font-size: 0.78rem; color: var(--t-mute);
  font-variant-numeric: tabular-nums;
}
.sl-meta span::before { content: "·"; margin-inline: 10px; }

/* ── 12 · Gallery ──────────────────────────────────────────── */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 215px; gap: 16px;
}
.gallery-item {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  padding: 0; display: block; width: 100%; height: 100%;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease), filter 0.9s var(--ease); }
.gallery-item::after {
  content: "⊕"; position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
  color: #fff; font-size: 1.7rem;
  background: rgba(61, 15, 32, 0.45);
  opacity: 0; transition: opacity 0.5s var(--ease);
}
.gallery-item:hover::after { opacity: 1; }
.gallery-item:hover img { transform: scale(1.06); }
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 250;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8, 8, 26, 0.94);
  opacity: 0; visibility: hidden;
  transition: opacity 0.45s var(--ease), visibility 0.45s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: min(88vw, 1100px); max-height: 82vh;
  border-radius: var(--radius-md); box-shadow: var(--shadow-lift);
  transform: scale(0.96); transition: transform 0.5s var(--ease);
}
.lightbox.open img { transform: scale(1); }
.lb-close, .lb-prev, .lb-next {
  position: absolute; z-index: 2; color: #fff;
  display: grid; place-items: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.1); font-size: 1.5rem;
  transition: background 0.4s var(--ease), transform 0.4s var(--ease-spring);
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--gold-400); color: var(--ink-900); transform: scale(1.06); }
.lb-close { top: 26px; right: 26px; font-size: 1.05rem; }
.lb-prev { left: 26px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 26px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) scale(1.06); }
.lb-next:hover { transform: translateY(-50%) scale(1.06); }

/* ── 13 · Stats band ───────────────────────────────────────── */
.stats-band {
  position: relative;
  /* Must be a landscape source: this band is ~5.5:1, so `cover` on a portrait
     photo crops to a thin middle strip that reads as flat colour. */
  background-image: url("../images/pexels-israwmx-20724392.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: clamp(60px, 7vw, 88px);
}
/* The band's wine/gold glows move onto the overlay so they still tint the
   photograph, over an ink base heavy enough to keep the figures legible. */
.stats-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 160% at 8% 0%, rgba(122, 30, 60, 0.34), transparent 55%),
    radial-gradient(80% 150% at 95% 100%, rgba(239, 189, 74, 0.1), transparent 50%),
    rgba(8, 8, 26, 0.7);
}
.stats-band > .container { position: relative; z-index: 1; }
.stats-band .eyebrow { margin-bottom: 34px; }
.stats-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 26px 18px; }
.stats-row li { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, 0.12); }
.stat-icon { color: var(--gold-400); margin-bottom: 8px; }
.stat-icon svg { width: 30px; height: 30px; }
.stats-row strong { font-family: var(--font-display); font-size: clamp(1.7rem, 2.6vw, 2.3rem); color: #fff; line-height: 1; }
.stats-row small { font-size: 0.78rem; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.04em; }

/* ── 14 · Testimonials ─────────────────────────────────────── */
.testi-shell { display: flex; align-items: stretch; gap: 18px; }
.testi-viewport { overflow: hidden; flex: 1; min-width: 0; padding-block: 8px; }
.testi-track { display: flex; gap: 26px; transition: transform 0.75s var(--ease); }
.testi-card {
  flex: 0 0 calc((100% - 52px) / 3);
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 30px 28px 26px;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column;
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.testi-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.testi-quote { font-family: var(--font-display); font-size: 3rem; line-height: 0.6; color: var(--gold-400); display: block; margin-bottom: 18px; }
.testi-card > p { font-size: 0.95rem; flex: 1; }
.testi-meta { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.testi-avatar {
  display: grid; place-items: center; flex-shrink: 0;
  width: 46px; height: 46px; border-radius: 50%;
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem;
}
.testi-meta div { flex: 1; line-height: 1.3; }
.testi-meta strong { display: block; font-size: 0.9rem; color: var(--t-head); }
.testi-meta small { font-size: 0.74rem; color: var(--t-mute); }
.testi-stars { color: var(--gold-500); font-size: 0.8rem; letter-spacing: 0.12em; }
.testi-nav {
  align-self: center; flex-shrink: 0;
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  background: var(--white); border: 1px solid var(--line); color: var(--t-head);
  box-shadow: var(--shadow-card);
  transition: background 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease-spring);
}
.testi-nav svg { width: 20px; height: 20px; }
.testi-nav:hover { background: var(--wine-600); color: #fff; transform: scale(1.07); }
.testi-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.testi-dots button {
  width: 8px; height: 8px; border-radius: 999px; background: rgba(23, 23, 40, 0.18);
  transition: width 0.45s var(--ease), background 0.45s var(--ease);
}
.testi-dots button.active { width: 26px; background: var(--wine-600); }

/* ── Forms (prayer / contact) ──────────────────────────────── */
/* Forms sit on the page, divided by a rule, rather than boxed in a panel.
   Used by the prayer and contact forms only. */
.form-card {
  background: none; border: none; border-radius: 0; box-shadow: none;
  padding: 0 0 0 clamp(32px, 4vw, 64px);
  border-left: 1px solid var(--line);
}
.form-card h3 { font-size: clamp(1.35rem, 2vw, 1.6rem); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.form-field label {
  font-family: "Raleway", sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--t-mute);
}
.form-field input, .form-field select, .form-field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 4px;
  padding: 14px 16px; background: transparent; font-size: 0.92rem;
  transition: border-color 0.4s var(--ease), box-shadow 0.4s var(--ease), background 0.4s var(--ease);
}
.form-field textarea { resize: vertical; min-height: 110px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--wine-500); background: #fff;
  box-shadow: 0 0 0 3px rgba(122, 30, 60, 0.09);
}
.form-field ::placeholder { color: var(--t-mute); }
.form-check { display: flex; align-items: center; gap: 10px; font-size: 0.85rem; margin-bottom: 20px; cursor: pointer; }
.form-check input { width: 17px; height: 17px; accent-color: var(--wine-600); }
.form-success {
  margin-top: 16px; padding: 13px 16px; border-radius: 12px;
  background: #EAF6EE; color: #1E7A3C; font-size: 0.88rem; font-weight: 600;
}

/* ── 16 · Prayer ───────────────────────────────────────────── */
.prayer { background:
  radial-gradient(70% 90% at 100% 0%, rgba(239, 189, 74, 0.07), transparent 50%),
  var(--paper);
}
/* Scripture set as an editorial quote, not a tinted box */
.pull-verse {
  margin-top: 28px; padding: 22px 0 0;
  background: none; border-radius: 0;
  border-top: 2px solid var(--gold-500);
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.5; color: var(--t-head);
  max-width: 34ch;
}
.pull-verse span {
  display: block; margin-top: 10px;
  font-family: "Raleway", sans-serif; font-style: normal;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--t-mute);
}
.prayer-points { margin-top: 30px; display: flex; flex-direction: column; }
.prayer-points li {
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 0.94rem; line-height: 1.6;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.prayer-points li:first-child { border-top: 1px solid var(--line); }
.prayer-points svg { width: 17px; height: 17px; flex-shrink: 0; margin-top: 3px; color: var(--gold-600); }

/* ── 17 · Giving ───────────────────────────────────────────── */
.giving { position: relative; overflow: hidden; padding-block: clamp(84px, 10vw, 130px); background: var(--ink-950); }
.giving-bg { position: absolute; inset: 0; opacity: 0.5; }
.giving-bg img { width: 100%; height: 100%; object-fit: cover; }
.giving::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(8, 8, 26, 0.93) 20%, rgba(61, 15, 32, 0.88) 100%);
}
.giving .container { position: relative; z-index: 2; }
.giving-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.giving-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md); padding: 34px 30px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.6s var(--ease), background 0.6s var(--ease), border-color 0.6s var(--ease);
}
.giving-card:hover { transform: translateY(-7px); background: rgba(255, 255, 255, 0.08); border-color: rgba(239, 189, 74, 0.4); }
.giving-icon {
  display: grid; place-items: center; width: 54px; height: 54px; border-radius: 15px;
  background: rgba(239, 189, 74, 0.14); color: var(--gold-300); margin-bottom: 20px;
}
.giving-icon svg { width: 26px; height: 26px; }
.giving-card h3 { color: #fff; font-size: 1.3rem; }
.giving-card p { color: rgba(255, 255, 255, 0.68); font-size: 0.9rem; margin: 10px 0 22px; }
.giving-methods {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: clamp(36px, 4vw, 52px);
}
.giving-methods li {
  display: flex; flex-direction: column; gap: 2px;
  border: 1px dashed rgba(255, 255, 255, 0.22); border-radius: 14px;
  padding: 16px 20px; text-align: center;
}
.giving-methods strong { color: var(--gold-300); font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; }
.giving-methods span { color: rgba(255, 255, 255, 0.66); font-size: 0.82rem; }

/* ── 18 · News ─────────────────────────────────────────────── */
.news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 2.6vw, 34px); }
/* No card chrome — image and type sit on the page, as elsewhere on the site.
   These are genuine links, so the hover states here are earned. */
.news-card {
  display: block;
  background: none; border-radius: 0; box-shadow: none;
}
.news-media { border-radius: 4px; overflow: hidden; }
.news-media img {
  display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: cover;
  transition: transform 1s var(--ease);
}
.news-card:hover .news-media img { transform: scale(1.05); }

.news-meta {
  display: flex; align-items: center;
  margin-top: 18px; padding-top: 14px;
  border-top: 1px solid var(--line);
  font-family: "Raleway", sans-serif;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--t-mute);
}
.news-cat { color: var(--gold-600); }
.news-cat::before { content: "·"; margin-inline: 9px; color: var(--t-mute); }

.news-card h3 {
  font-size: 1.14rem; margin-top: 12px;
  transition: color 0.35s var(--ease);
}
.news-card:hover h3 { color: var(--wine-600); }
.news-excerpt { font-size: 0.86rem; line-height: 1.6; margin-top: 8px; color: var(--t-body); }
.news-card:focus-visible { outline: 2px solid var(--wine-600); outline-offset: 6px; }

/* ── 19 · FAQ ──────────────────────────────────────────────── */
/* Photo-backed band. The source is bright, so the wash runs heavy to keep
   light type readable over it. */
.faq-photo {
  position: relative;
  background-image: url("../images/pexels-thuan-33527856.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-photo::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(100% 120% at 15% 15%, rgba(94, 23, 50, 0.5), transparent 62%),
    linear-gradient(180deg, rgba(8, 8, 26, 0.9) 0%, rgba(8, 8, 26, 0.85) 50%, rgba(8, 8, 26, 0.92) 100%);
}
.faq-photo > .container { position: relative; z-index: 1; }

/* Intro type flips to light */
.faq-photo .eyebrow { color: var(--gold-400); }
.faq-photo h2 { color: #fff; }
.faq-photo h2 em { color: var(--gold-400); }
.faq-photo .faq-intro > p { color: rgba(255, 255, 255, 0.78); }

.faq .split { align-items: start; }
.faq-intro { position: sticky; top: 130px; }
/* Hairline-divided rows rather than stacked white panels */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-md); overflow: hidden;
  transition: box-shadow 0.5s var(--ease), border-color 0.5s var(--ease);
}
.faq-item[open] { box-shadow: var(--shadow-card); border-color: rgba(122, 30, 60, 0.2); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 24px; cursor: pointer; list-style: none;
  font-weight: 700; color: var(--t-head); font-size: 0.98rem;
  transition: color 0.35s var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--wine-600); }
/* Accordion rows on the photograph: no panels, just dividers */
.faq-photo .faq-item {
  background: none; border: none; border-radius: 0; box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.faq-photo .faq-item:first-child { border-top: 1px solid rgba(255, 255, 255, 0.18); }
.faq-photo .faq-item[open] { box-shadow: none; border-color: rgba(255, 255, 255, 0.18); }
.faq-photo .faq-item summary { padding: 22px 0; color: #fff; }
.faq-photo .faq-item summary:hover { color: var(--gold-300); }
.faq-photo .faq-item summary:focus-visible { outline: 2px solid var(--gold-300); outline-offset: 4px; }
.faq-photo .faq-mark { background: rgba(255, 255, 255, 0.12); }
.faq-photo .faq-mark::before,
.faq-photo .faq-mark::after { background: var(--gold-400); }
.faq-photo .faq-body { padding: 0 0 24px; }
.faq-photo .faq-body p { color: rgba(255, 255, 255, 0.72); }

.faq-mark { position: relative; flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--tint-wine-bg); }
.faq-mark::before, .faq-mark::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--wine-600); border-radius: 2px;
  transition: transform 0.5s var(--ease);
}
.faq-mark::before { width: 12px; height: 2px; transform: translate(-50%, -50%); }
.faq-mark::after { width: 2px; height: 12px; transform: translate(-50%, -50%); }
.faq-item[open] .faq-mark::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-body { padding: 0 24px 22px; }
.faq-body p { font-size: 0.92rem; }

/* ── 20 · Contact ──────────────────────────────────────────── */
.contact-grid {
  display: grid; grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 5vw, 72px); align-items: start;
}

/* Channels as a hairline-ruled list — no panels, no icon tiles.
   Nothing here is a link except the phone/email, so no card hover either. */
.contact-info { display: block; border-top: 1px solid var(--line); }
.contact-card {
  display: block;
  background: none; border: none; border-radius: 0; box-shadow: none;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.contact-card strong {
  display: block; margin-bottom: 9px;
  font-family: "Raleway", sans-serif;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-600);
}
.contact-card p { font-size: 1rem; line-height: 1.75; color: var(--t-head); }
.contact-card a { transition: color 0.35s var(--ease); }
.contact-card a:hover { color: var(--wine-600); }

/* Form styling now lives on .form-card, shared with the prayer form */
.form-success { border-radius: 4px; }

/* ── 21 · Map ──────────────────────────────────────────────── */
/* No trailing space — the map runs straight into the footer */
.map-section { padding-bottom: 0; }
/* Full-bleed: no frame, no radius, edge to edge */
.map-frame {
  position: relative; overflow: hidden;
  border-radius: 0; box-shadow: none;
  background: none; padding: 0;
}
.map-frame iframe {
  display: block; width: 100%; height: clamp(360px, 46vw, 560px);
  border: 0; border-radius: 0;
  filter: saturate(0.85);
}
/* Card stays on the site's content gutter rather than the viewport edge */
.map-card {
  position: absolute;
  left: max(24px, calc((100% - var(--container)) / 2 + 28px));
  top: 34px; z-index: 2;
  background: var(--white); border-radius: var(--radius-md);
  padding: 22px 26px; box-shadow: var(--shadow-lift); max-width: 280px;
}
.map-card strong { font-family: var(--font-display); font-size: 1.1rem; color: var(--t-head); }
.map-card p { font-size: 0.84rem; margin-top: 4px; }
.map-card a {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  color: var(--wine-600); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  transition: gap 0.4s var(--ease);
}
.map-card a svg { width: 15px; height: 15px; }
.map-card a:hover { gap: 13px; }

/* ── 22 · CTA + Newsletter ─────────────────────────────────── */
.cta-newsletter { padding-bottom: clamp(72px, 9vw, 118px); }
.cta-panel {
  display: grid; grid-template-columns: 1.25fr 1fr;
  border-radius: 26px; overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.cta-left { position: relative; display: flex; align-items: center; min-height: 380px; }
.cta-left-bg { position: absolute; inset: 0; }
.cta-left-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-left::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(61, 15, 32, 0.95) 30%, rgba(76, 19, 42, 0.72) 100%);
}
.cta-left-copy { position: relative; z-index: 2; padding: clamp(34px, 5vw, 60px); }
.cta-left-copy h2 { color: #fff; font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
.cta-left-copy h2 em { color: var(--gold-400); }
.cta-left-copy p { color: rgba(255, 255, 255, 0.82); margin-top: 16px; max-width: 460px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

.cta-right { background: var(--ink-900); padding: clamp(34px, 5vw, 60px); display: flex; flex-direction: column; justify-content: center; }
.cta-right h3 { color: #fff; font-size: 1.55rem; margin-top: 14px; }
.cta-right > p { color: rgba(255, 255, 255, 0.66); font-size: 0.92rem; margin-top: 12px; }
.newsletter-form { display: flex; gap: 10px; margin-top: 24px; }
.newsletter-form input {
  flex: 1; min-width: 0; border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06); border-radius: 12px;
  padding: 14px 18px; color: #fff; font-size: 0.9rem;
  transition: border-color 0.4s var(--ease), background 0.4s var(--ease);
}
.newsletter-form input::placeholder { color: rgba(255, 255, 255, 0.45); }
.newsletter-form input:focus { outline: none; border-color: var(--gold-400); background: rgba(255, 255, 255, 0.1); }
.nl-note { color: rgba(255, 255, 255, 0.4); font-size: 0.74rem; margin-top: 14px; }
.cta-right .form-success { background: rgba(38, 148, 78, 0.18); color: #7EDFA3; }

/* ── 23 · Footer ───────────────────────────────────────────── */
.footer { background: var(--ink-950); color: rgba(255, 255, 255, 0.62); padding-top: clamp(60px, 7vw, 90px); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 0.8fr 1fr 1.1fr;
  gap: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(40px, 5vw, 60px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.brand-light .brand-text strong { color: #fff; }
.brand-light .brand-text small { color: rgba(255, 255, 255, 0.45); }
.footer-brand > p { margin-top: 20px; font-size: 0.9rem; max-width: 300px; }
.footer-social { display: flex; gap: 10px; margin-top: 22px; }
.footer-social a {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: background 0.4s var(--ease), color 0.4s var(--ease), transform 0.4s var(--ease-spring);
}
.footer-social a svg { width: 16px; height: 16px; }
.footer-social a:hover { background: var(--gold-400); color: var(--ink-900); transform: translateY(-3px); }

.footer-col h4 {
  color: #fff; font-family: var(--font-body); font-size: 0.8rem; font-weight: 800;
  letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 22px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 12px; font-size: 0.9rem; }
.footer-col ul a { position: relative; transition: color 0.35s var(--ease), padding-left 0.35s var(--ease); }
.footer-col ul a:hover { color: var(--gold-300); padding-left: 8px; }
.footer-times li { display: flex; justify-content: space-between; gap: 12px; }
.footer-times li span:first-child { color: rgba(255, 255, 255, 0.85); font-weight: 600; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold-400); flex-shrink: 0; margin-top: 4px; }
.footer-contact a:hover { color: var(--gold-300); }

.footer-bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  padding-block: 26px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.42);
}
.footer-bottom ul { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--gold-300); }

/* ── To top ────────────────────────────────────────────────── */
.to-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 80;
  display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%;
  background: var(--wine-600); color: #fff;
  box-shadow: 0 16px 34px -12px rgba(122, 30, 60, 0.6);
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), visibility 0.5s, background 0.4s var(--ease);
}
.to-top svg { width: 20px; height: 20px; }
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--ink-900); }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1160px) {
  .ministry-grid, .news-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .sermon-layout { grid-template-columns: 1fr; gap: clamp(34px, 4vw, 48px); }
  /* Day + name on the first line, time and room beneath */
  .schedule-row { grid-template-columns: 1fr auto; gap: 10px 24px; }
  .sch-day { grid-column: 1 / -1; }
  .sch-place { text-align: right; }
  .stats-row { grid-template-columns: repeat(3, 1fr); }
  /* Column rules only read correctly in the 3-up layout */
  .events-panel { grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 46px); }
  .events-col { padding-inline: 0; }
  .events-col + .events-col { border-left: none; }
  .events-highlight { order: 3; grid-column: 1 / -1; }
  .highlight-card { min-height: 320px; height: auto; }
  .highlight-card figcaption { padding-top: 130px; }
  .testi-card { flex: 0 0 calc((100% - 26px) / 2); }
  .quicklinks-card { grid-template-columns: repeat(2, 1fr); }
  .ql-item:nth-child(2) { border-right: none; }
  .ql-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .btn-live { display: none; }

  .split { grid-template-columns: 1fr; }
  .split-reverse .about-media { order: 0; }
  .faq-intro { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  /* Stacked: no room for a vertical divider beside either form */
  .form-card { border-left: none; padding-left: 0; }
  .giving-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .giving-methods { grid-template-columns: repeat(2, 1fr); }
  .cta-panel { grid-template-columns: 1fr; }
  .mission-steps { grid-template-columns: 1fr; gap: 26px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { padding-inline: 20px; }
  .topbar-inner { justify-content: center; }
  .topbar-mail, .topbar-social { display: none; }

  .navbar { --nav-h: 74px; padding-inline: 16px; }
  .brand-mark { width: 42px; height: 42px; }

  .about-photo .feature-grid { grid-template-columns: 1fr; gap: 22px; }

  /* Dividers read as stray marks once the row wraps */
  .values-row { gap: 10px 0; }
  .values-row li { padding: 4px 12px; }
  .values-row li + li { border-left: none; }

  .hero-slide { padding-top: 100px; padding-bottom: 120px; }
  .btn-hero { width: 100%; justify-content: center; }
  /* Counter alone on small screens — arrows need a bigger tap target than
     the room left beside it */
  .hero-controls { left: 20px; right: 20px; justify-content: space-between; gap: 14px; }
  .hero-arrow { width: 44px; height: 44px; }

  .sb-cell.sb-cell-where {
    grid-column: 1 / -1;
    margin-top: 20px; padding-top: 20px; padding-left: 0;
    border-left: none; border-top: 1px solid rgba(247, 245, 240, 0.18);
  }
  /* On its own row the address has no times to align to */
  .sb-cell.sb-cell-where dd { margin-top: 8px; }

  .quicklinks { margin-top: -78px; }
  .quicklinks-card { grid-template-columns: 1fr; }
  .ql-item { border-right: none; border-bottom: 1px solid var(--line); }
  .ql-item:last-child { border-bottom: none; }

  .ministry-grid, .news-grid, .team-grid { grid-template-columns: 1fr; }
  .schedule-row { grid-template-columns: 1fr; gap: 6px; }
  .sch-place { text-align: left; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .events-panel { grid-template-columns: 1fr; }
  .testi-card { flex: 0 0 100%; }
  .testi-nav { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .form-row { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  /* Static card needs its own gutter now the map runs edge to edge */
  .map-card {
    position: static; max-width: none;
    margin: 14px 20px 0;
    box-shadow: none; border: 1px solid var(--line);
  }
  .collage-badge { left: 0; top: 20px; padding: 12px 16px; }
  .about-chip { right: 0; }
  .to-top { right: 18px; bottom: 18px; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
}

/* ── Reduced motion ────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] { opacity: 1; transform: none; filter: none; }
  .hero-bg img { animation: none; }
}
