/* Journey Church — website v2 */
:root {
  --journey-red: #D62829;
  --journey-red-dark: #B11C1D;
  --charcoal: #1A1A1A;
  --off-black: #0F0F10;
  --slate: #56585F;
  --ash: #8A8D94;
  --mist: #E6E8ED;
  --cloud: #F1F2F4;
  --paper: #FAFAFA;
  --bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface-alt: var(--cloud);
  --surface-dark: var(--charcoal);
  --text: var(--charcoal);
  --text-muted: var(--slate);
  --border: var(--mist);
  --shadow-md: 0 4px 18px rgba(20, 24, 32, 0.08);
  --shadow-lg: 0 20px 60px rgba(15, 20, 28, 0.14);
  --nav-bg: rgba(255, 255, 255, 0.92);
  --hero-bg: var(--charcoal);

  --font-display: "Montserrat", "Arial Black", Impact, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;

  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px;
  --sp-6: 32px; --sp-7: 48px; --sp-8: 64px;
  --radius-sm: 6px; --radius-md: 12px; --radius-lg: 20px;
  --max-w: 1240px;
  --fs-lead: 20px; --fs-body: 16px;
}

[data-theme="dark"] {
  --bg: #0B0B0C;
  --surface: #15151A;
  --surface-alt: #1A1B20;
  --surface-dark: #000000;
  --text: #F3F4F6;
  --text-muted: #B5B8C1;
  --border: #26272D;
  --mist: #26272D;
  --cloud: #1A1B20;
  --paper: #15151A;
  --charcoal: #F3F4F6;
  --hero-bg: #0F0F10;
  --nav-bg: rgba(11, 11, 12, 0.92);
  --shadow-md: 0 4px 18px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.6);
}
[data-theme="dark"] body { background: var(--bg); color: var(--text); }
[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4 { color: var(--text); }
[data-theme="dark"] .card, [data-theme="dark"] .tile, [data-theme="dark"] .staff-card, [data-theme="dark"] .timeline__step, [data-theme="dark"] .update { background: var(--surface); border-color: var(--border); }
[data-theme="dark"] .card h3, [data-theme="dark"] .tile h3, [data-theme="dark"] .staff-card h3 { color: var(--text); }
[data-theme="dark"] .btn { border-color: var(--text); background: var(--text); color: var(--bg) !important; }
[data-theme="dark"] .btn:hover { background: var(--journey-red); border-color: var(--journey-red); color: #fff !important; }
[data-theme="dark"] .btn--outline { background: transparent; color: var(--text) !important; border-color: var(--border); }
[data-theme="dark"] .btn--outline:hover { background: var(--text); color: var(--bg) !important; }
[data-theme="dark"] .section--alt { background: var(--surface-alt); }
[data-theme="dark"] .site-nav { border-color: var(--border); }
[data-theme="dark"] .site-nav__menu a { color: var(--text); }
[data-theme="dark"] .site-nav__menu a:hover { background: var(--surface-alt); color: var(--journey-red); }
[data-theme="dark"] .site-nav__brand-text { color: var(--text); }
[data-theme="dark"] .accordion-item { border-color: var(--border); }
[data-theme="dark"] .accordion-item summary { color: var(--text); }
[data-theme="dark"] .callout { background: var(--surface-alt); color: var(--text); }
[data-theme="dark"] .callout strong { color: var(--text); }
[data-theme="dark"] .timeline::before { background: var(--border); }
[data-theme="dark"] .timeline__step::before { box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--border); }
[data-theme="dark"] .timeline__step h4 { color: var(--text); }
[data-theme="dark"] .map-wrap { border-color: var(--border); }
[data-theme="dark"] .theme-toggle__sun { display: block; }
[data-theme="dark"] .theme-toggle__moon { display: none; }
[data-theme="dark"] .site-nav__sub { background: var(--surface); border-color: var(--border); }
[data-theme="dark"] .site-nav__sub a { color: var(--text); }
[data-theme="dark"] .theme-toggle { color: var(--text); }
[data-theme="dark"] .theme-toggle:hover { background: var(--surface-alt); }

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); color: var(--text); background: var(--bg); font-size: var(--fs-body); line-height: 1.55; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transition: background-color .2s, color .2s; }
img { max-width: 100%; display: block; }
a { color: var(--text); text-decoration: none; }
a:hover { color: var(--journey-red); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 var(--sp-4); line-height: 1.08; color: var(--text); }
h1 { font-size: clamp(42px, 6vw, 84px); }
h2 { font-size: clamp(30px, 4vw, 54px); }
h3 { font-size: clamp(22px, 2.4vw, 30px); }
h4 { font-size: clamp(17px, 1.6vw, 20px); }
p { margin: 0 0 var(--sp-4); }
p.lead { font-size: var(--fs-lead); color: var(--text-muted); line-height: 1.55; max-width: 62ch; }
strong { font-weight: 700; }
.eyebrow { display: inline-block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.22em; color: var(--journey-red); text-transform: uppercase; font-weight: 500; margin-bottom: var(--sp-3); }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--sp-5); }

/* Nav */
.site-nav { position: sticky; top: 0; z-index: 50; background: var(--nav-bg); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--border); transition: background-color .2s; }
.site-nav__inner { max-width: var(--max-w); margin: 0 auto; padding: 14px var(--sp-5); display: flex; align-items: center; gap: var(--sp-5); }
.site-nav__brand { display: flex; align-items: center; gap: 12px; }
.site-nav__brand-mark { width: 42px; height: 28px; }
.site-nav__brand-text { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.01em; font-size: 18px; line-height: 1; color: var(--text); }
.site-nav__brand-text span { display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.15em; color: var(--journey-red); text-transform: uppercase; margin-top: 4px; }
.site-nav__menu { list-style: none; padding: 0; margin: 0 0 0 auto; display: flex; gap: 4px; align-items: center; }
.site-nav__menu > li { position: relative; }
.site-nav__menu a { display: inline-block; padding: 10px 14px; border-radius: 6px; font-weight: 600; font-size: 14px; color: var(--text); transition: color .15s, background-color .15s; }
.site-nav__menu a:hover { color: var(--journey-red); background: var(--cloud); }
.site-nav__menu a.is-current { color: var(--journey-red); }
.site-nav__has-sub .caret { font-size: 10px; opacity: 0.6; margin-left: 2px; }
.site-nav__sub { position: absolute; top: 100%; left: 0; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 6px; margin: 0; list-style: none; box-shadow: var(--shadow-md); min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .12s, transform .12s, visibility 0s linear .12s; z-index: 60; }
.site-nav__has-sub:hover .site-nav__sub, .site-nav__has-sub:focus-within .site-nav__sub { opacity: 1; visibility: visible; transform: translateY(0); transition: opacity .12s, transform .12s, visibility 0s; }
.site-nav__sub a { display: block; padding: 10px 14px; font-size: 14px; border-radius: 6px; }
.site-nav__cta { padding: 10px 18px !important; background: var(--journey-red); color: #fff !important; border-radius: 6px !important; font-weight: 700 !important; }
.site-nav__cta:hover { background: var(--journey-red-dark) !important; color: #fff !important; }
.site-nav__toggle { display: none; background: none; border: 0; width: 42px; height: 42px; cursor: pointer; color: var(--text); }
.site-nav__toggle svg { width: 24px; height: 24px; }

.theme-toggle { background: none; border: 0; cursor: pointer; padding: 10px; width: 40px; height: 40px; border-radius: 6px; display: grid; place-items: center; color: var(--text); transition: background-color .15s, color .15s; }
.theme-toggle:hover { background: var(--cloud); color: var(--journey-red); }
.theme-toggle svg { width: 18px; height: 18px; }
.theme-toggle__sun { display: none; }
.theme-toggle__moon { display: block; }

@media (max-width: 1100px) {
  .site-nav__toggle { display: inline-grid; place-items: center; margin-left: auto; order: 10; }
  .site-nav__menu { position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 12px; display: none; box-shadow: var(--shadow-md); }
  .site-nav__menu.is-open { display: flex; }
  .site-nav__menu a { padding: 14px 16px; font-size: 16px; }
  .site-nav__cta { margin: 8px 0 0; text-align: center; }
  .site-nav__sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; min-width: 0; background: transparent; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; font-family: var(--font-body); font-size: 15px; font-weight: 700; letter-spacing: 0.01em; border-radius: 6px; border: 2px solid var(--charcoal); background: var(--charcoal); color: #fff !important; cursor: pointer; transition: transform .1s, background-color .15s, border-color .15s, color .15s; text-decoration: none; }
.btn:hover { transform: translateY(-1px); background: var(--journey-red); border-color: var(--journey-red); color: #fff !important; }
.btn--red { background: var(--journey-red); border-color: var(--journey-red); }
.btn--red:hover { background: var(--journey-red-dark); border-color: var(--journey-red-dark); }
.btn--outline { background: transparent; color: var(--charcoal) !important; }
.btn--outline:hover { color: #fff !important; background: var(--charcoal); border-color: var(--charcoal); }
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* Hero */
.hero { position: relative; padding: clamp(60px, 10vw, 140px) 0 clamp(50px, 8vw, 110px); background: var(--hero-bg); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(214, 40, 41, 0.35), transparent 55%); pointer-events: none; }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--sp-8); align-items: center; }
@media (max-width: 860px) { .hero__inner { grid-template-columns: 1fr; } }
.hero h1 { color: #fff; }
.hero h1 .red { color: var(--journey-red); }
.hero__lede { color: rgba(255,255,255,0.78); font-size: var(--fs-lead); max-width: 52ch; margin-bottom: var(--sp-6); }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero--page { background: var(--hero-bg); padding: clamp(80px, 9vw, 140px) 0 clamp(50px, 6vw, 80px); color: #fff; }
.hero--page::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 10%, rgba(214, 40, 41, 0.4), transparent 50%); pointer-events: none; }
.hero--page h1 { color: #fff; }
.hero--page .lead { color: rgba(255,255,255,0.85); max-width: 68ch; }
.hero--page .eyebrow { color: #ff8687; }
.hero--page .container { position: relative; z-index: 1; }
.hero--page { position: relative; overflow: hidden; }

/* Service chip */
.service-chip { display: inline-flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); padding: 10px 16px 10px 14px; border-radius: 100px; margin-bottom: 20px; font-size: 13px; letter-spacing: 0.08em; font-weight: 600; }
.service-chip__dot { width: 8px; height: 8px; border-radius: 50%; background: #2FA62F; box-shadow: 0 0 0 4px rgba(47,166,47,0.2); animation: pulse 2s ease-in-out infinite; }
.service-chip.is-live .service-chip__dot { background: var(--journey-red); box-shadow: 0 0 0 4px rgba(214,40,41,0.3); }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }

/* Sections */
.section { padding: clamp(60px, 8vw, 110px) 0; }
.section--alt { background: var(--surface-alt); }
.section--dark { background: var(--surface-dark); color: #fff; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark .lead { color: rgba(255,255,255,0.8); }
.section__head { max-width: 820px; margin-bottom: var(--sp-7); }

.grid { display: grid; gap: var(--sp-5); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-3); transition: transform .2s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-2px); border-color: transparent; box-shadow: var(--shadow-lg); }
.card h3 { font-size: 22px; margin: 0; }
.card p { color: var(--text-muted); margin: 0; font-size: 15px; }

.feature-card { position: relative; display: block; background: var(--charcoal); border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4 / 5; color: #fff; }
.feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.55; transition: transform .4s, opacity .3s; }
.feature-card:hover img { transform: scale(1.06); opacity: 0.7; }
/* Feature-card in "art" mode — SVG illustrations are already brand-designed
   for the card (dark bg, red accents, typography). Show them at full strength. */
.feature-card--art img { opacity: 0.95; }
.feature-card--art:hover img { opacity: 1; transform: scale(1.03); }
.feature-card__content { position: absolute; inset: 0; padding: var(--sp-6); display: flex; flex-direction: column; justify-content: flex-end; gap: 6px; background: linear-gradient(180deg, transparent 30%, rgba(15, 15, 18, 0.85)); color: #fff; }
.feature-card h3 { color: #fff; margin: 0; font-size: 26px; letter-spacing: -0.015em; }
.feature-card__cta { font-size: 13px; font-family: var(--font-mono); letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.feature-card:hover .feature-card__cta { color: var(--journey-red); }

.tile { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.tile:hover { transform: translateY(-2px); border-color: transparent; box-shadow: var(--shadow-lg); }
.tile__media { aspect-ratio: 16 / 9; background: var(--charcoal); overflow: hidden; }
.tile__media img { width: 100%; height: 100%; object-fit: cover; }
.tile__body { padding: var(--sp-5); display: flex; flex-direction: column; gap: 6px; }
.tile h3 { margin: 0; font-size: 22px; }
.tile p { margin: 0; color: var(--text-muted); font-size: 15px; }
.tile__link { margin-top: var(--sp-3); font-size: 13px; font-family: var(--font-mono); letter-spacing: 0.15em; text-transform: uppercase; color: var(--journey-red); font-weight: 500; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-8); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split__media { border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 16 / 9; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }

.callout { background: var(--surface-alt); border-left: 4px solid var(--journey-red); padding: var(--sp-5) var(--sp-6); border-radius: 4px; }
.callout strong { display: block; font-family: var(--font-display); font-weight: 800; margin-bottom: 6px; letter-spacing: -0.01em; font-size: 16px; }

.pill { display: inline-block; padding: 4px 12px; border-radius: 100px; background: rgba(214, 40, 41, 0.1); color: var(--journey-red); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }

.cv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.cv-tile { position: relative; aspect-ratio: 1 / 1; border-radius: var(--radius-sm); overflow: hidden; background: var(--charcoal); }
.cv-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Seven Core Values — inline type-driven cards */
.values-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.value-card {
  position: relative; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-md); padding: var(--sp-5) var(--sp-5) var(--sp-4);
  display: grid; grid-template-columns: 80px 1fr; gap: var(--sp-4);
  align-items: start; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.value-card::before {
  content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
  background: var(--value-color);
}
.value-card:hover {
  transform: translateY(-2px); border-color: transparent;
  box-shadow: 0 16px 32px rgba(15, 20, 28, 0.10);
}
.value-card__letter {
  font-family: var(--font-display); font-weight: 900; font-size: 72px;
  line-height: 0.85; color: var(--value-color); letter-spacing: -0.03em;
  display: block; text-align: center;
  opacity: 0.95;
}
.value-card__body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.value-card__title {
  font-family: var(--font-display); font-weight: 800; font-size: 21px;
  letter-spacing: -0.01em; margin: 0; color: var(--value-color);
  line-height: 1.15;
}
.value-card__tagline {
  margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.5;
}
.value-card__ref {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; color: var(--value-color);
  margin-top: 4px;
}
[data-theme="dark"] .value-card {
  background: var(--surface); border-color: rgba(255,255,255,0.08);
}

.timeline { display: flex; flex-direction: column; gap: var(--sp-4); position: relative; padding-left: 36px; }
.timeline::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 12px; width: 2px; background: var(--border); }
.timeline__step { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 20px 24px; }
.timeline__step::before { content: ""; position: absolute; left: -30px; top: 24px; width: 14px; height: 14px; border-radius: 50%; background: var(--journey-red); box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px var(--border); }
.timeline__step time { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.15em; color: var(--journey-red); text-transform: uppercase; font-weight: 500; margin-bottom: 4px; }
.timeline__step h4 { margin: 0 0 4px; font-size: 18px; }
.timeline__step p { margin: 0; color: var(--text-muted); font-size: 15px; }

.stat { text-align: left; }
.stat__num { font-family: var(--font-display); font-weight: 900; font-size: clamp(48px, 6vw, 72px); color: var(--journey-red); line-height: 1; margin-bottom: 4px; letter-spacing: -0.03em; }
.stat__label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); }

/* Footer */
.site-footer { background: var(--off-black); color: rgba(255,255,255,0.7); padding: 72px 0 24px; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: var(--sp-7); }
@media (max-width: 860px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } }
.site-footer h4 { font-size: 12px; letter-spacing: 0.2em; font-family: var(--font-mono); text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: var(--sp-4); font-weight: 500; }
.site-footer__mark { width: 56px; margin-bottom: var(--sp-4); }
.site-footer p { margin: 0 0 var(--sp-3); font-size: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.site-footer ul a { color: rgba(255,255,255,0.75); font-size: 14px; }
.site-footer ul a:hover { color: #fff; }
.site-footer__social { display: flex; gap: 12px; margin-top: var(--sp-4); }
.site-footer__social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.08); color: #fff; transition: background-color .15s; }
.site-footer__social a:hover { background: var(--journey-red); }
.site-footer__social svg { width: 16px; height: 16px; }
.site-footer__bottom { margin-top: var(--sp-7); padding-top: var(--sp-5); border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: var(--sp-3); font-size: 12px; color: rgba(255,255,255,0.45); letter-spacing: 0.04em; }

/* Sermon & staff cards */
.sermon-card { background: var(--off-black); color: #fff; border-radius: var(--radius-md); overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.sermon-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.sermon-card__thumb { aspect-ratio: 16 / 9; background: var(--off-black); position: relative; overflow: hidden; }
.sermon-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.sermon-card__play { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(180deg, transparent, rgba(0,0,0,0.3)); }
.sermon-card__play svg { width: 56px; height: 56px; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4)); opacity: 0.9; transition: transform .2s, opacity .2s; }
.sermon-card:hover .sermon-card__play svg { transform: scale(1.1); opacity: 1; }
.sermon-card__body { padding: var(--sp-5); display: flex; flex-direction: column; gap: 6px; }
.sermon-card__meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin: 0; }
.sermon-card h3 { color: #fff; font-size: 20px; margin: 0; }
.sermon-card__speaker { font-size: 14px; color: rgba(255,255,255,0.7); margin: 0; }

.staff-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.staff-card:hover { transform: translateY(-2px); border-color: transparent; box-shadow: var(--shadow-lg); }
.staff-card__photo { aspect-ratio: 1 / 1; background: var(--cloud); }
.staff-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.staff-card__body { padding: var(--sp-5); display: flex; flex-direction: column; gap: 2px; }
.staff-card h3 { margin: 0; font-size: 18px; }
.staff-card__role { font-size: 13px; color: var(--journey-red); font-family: var(--font-mono); letter-spacing: 0.08em; text-transform: uppercase; }
.staff-card__bio { font-size: 14px; color: var(--text-muted); margin: 6px 0 0; }

.map-wrap { aspect-ratio: 16 / 10; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.accordion-item { border-top: 1px solid var(--border); }
.accordion-item:last-child { border-bottom: 1px solid var(--border); }
.accordion-item summary { list-style: none; cursor: pointer; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.01em; color: var(--text); }
.accordion-item summary::-webkit-details-marker { display: none; }
.accordion-item summary::after { content: "+"; font-family: var(--font-display); font-size: 26px; color: var(--journey-red); font-weight: 400; transition: transform .2s; }
.accordion-item[open] summary::after { transform: rotate(45deg); }
.accordion-item__body { padding: 0 0 var(--sp-5); color: var(--text-muted); font-size: 15px; line-height: 1.7; }
.accordion-item__body cite { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--ash); margin-top: 8px; font-style: normal; text-transform: uppercase; }

/* Property updates */
.updates-list { display: flex; flex-direction: column; gap: var(--sp-5); }
.update { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--sp-6); display: grid; grid-template-columns: 200px 1fr; gap: var(--sp-6); align-items: start; }
@media (max-width: 700px) { .update { grid-template-columns: 1fr; } }
.update__date { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); }
.update__category { display: inline-block; margin-top: 8px; padding: 4px 12px; border-radius: 100px; background: rgba(214,40,41,0.1); color: var(--journey-red); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.update h3 { margin: 0 0 12px; font-size: 24px; }
.update__body { color: var(--text-muted); font-size: 15px; line-height: 1.65; }
.update__body p:last-child { margin-bottom: 0; }

/* Links page */
.links-page { background: var(--off-black); min-height: 100vh; color: #fff; padding: clamp(40px, 8vw, 80px) 20px; }
.links-page__inner { max-width: 520px; margin: 0 auto; text-align: center; }
.links-page__brand { width: 96px; margin: 0 auto var(--sp-5); }
.links-page h1 { color: #fff; font-size: 28px; letter-spacing: -0.01em; margin-bottom: 8px; }
.links-page p.tagline { color: var(--journey-red); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: var(--sp-7); }
.links-page__group { text-align: left; margin-bottom: var(--sp-6); }
.links-page__group h3 { color: rgba(255,255,255,0.5); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-family: var(--font-mono); font-weight: 500; margin-bottom: var(--sp-3); }
.links-page__link { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-md); color: #fff !important; font-weight: 600; font-size: 15px; margin-bottom: 8px; transition: background .15s, transform .1s; }
.links-page__link:hover { background: var(--journey-red); border-color: var(--journey-red); transform: translateX(2px); }
.links-page__link .arrow { margin-left: auto; color: rgba(255,255,255,0.5); }
.links-page__link:hover .arrow { color: #fff; }

/* YouTube lightbox */
.yt-lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,0.9); display: none; align-items: center; justify-content: center; padding: 24px; }
.yt-lightbox.is-open { display: flex; animation: fade-in .2s; }
@keyframes fade-in { from { opacity: 0 } to { opacity: 1 } }
.yt-lightbox__inner { width: 100%; max-width: 1200px; }
.yt-lightbox__frame { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 80px rgba(0,0,0,0.7); }
.yt-lightbox__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-lightbox__close { position: absolute; top: 20px; right: 24px; background: none; border: 0; color: #fff; font-size: 48px; line-height: 1; cursor: pointer; width: 48px; height: 48px; display: grid; place-items: center; }

/* Skeleton */
.skeleton { background: linear-gradient(90deg, var(--mist) 25%, var(--cloud) 50%, var(--mist) 75%); background-size: 200% 100%; animation: skeleton 1.4s infinite linear; border-radius: 6px; }
@keyframes skeleton { 0% { background-position: 200% 0 } 100% { background-position: -200% 0 } }
.skeleton--text { height: 14px; margin-bottom: 8px; }
.skeleton--thumb { aspect-ratio: 16 / 9; border-radius: var(--radius-md); margin-bottom: 12px; }

/* Clickable news tiles */
.tile--clickable { cursor: pointer; }
.tile--clickable:focus-visible { outline: 3px solid var(--journey-red); outline-offset: 3px; }
.tile--clickable .tile__link { margin-top: auto; padding-top: 8px; font-weight: 700; transition: transform .15s; }
.tile--clickable:hover .tile__link { transform: translateX(3px); }

/* News modal — same-page "read full article" lightbox */
.news-modal {
  position: fixed; inset: 0; z-index: 1000; display: none;
  align-items: flex-start; justify-content: center; padding: 5vh 4vw;
}
.news-modal.is-open { display: flex; }
.news-modal__backdrop {
  position: absolute; inset: 0; background: rgba(10, 10, 12, 0.75);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  animation: nm-fade 0.18s ease-out;
}
.news-modal__panel {
  position: relative; z-index: 1;
  width: min(780px, 100%); max-height: 90vh; overflow: auto;
  background: var(--surface); border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  animation: nm-rise 0.24s ease-out;
}
.news-modal__close {
  position: absolute; top: 12px; right: 14px; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.9); border: 0; cursor: pointer;
  font-size: 28px; line-height: 1; color: var(--charcoal);
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform .12s, background-color .12s;
}
.news-modal__close:hover { transform: scale(1.05); background: #fff; color: var(--journey-red); }
.news-modal__media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--charcoal); }
.news-modal__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-modal__body { padding: var(--sp-7) var(--sp-6) var(--sp-6); }
@media (min-width: 720px) {
  .news-modal__body { padding: var(--sp-8) var(--sp-7); }
}
.news-modal__date {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text-muted); margin: 0 0 10px;
}
.news-modal__title {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 3.6vw, 34px);
  line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 var(--sp-5);
}
.news-modal__content { color: var(--text); font-size: 16px; line-height: 1.7; }
.news-modal__content p { margin: 0 0 var(--sp-4); }
.news-modal__content ul, .news-modal__content ol { margin: 0 0 var(--sp-4) 24px; }
.news-modal__content ul li, .news-modal__content ol li { margin-bottom: 6px; }
.news-modal__content a { color: var(--journey-red); font-weight: 600; }
.news-modal__content strong { color: var(--text); font-weight: 700; }
.news-modal__content em, .news-modal__content i { color: var(--text-muted); }
[data-theme="dark"] .news-modal__close { background: rgba(25,25,28,0.9); color: #fff; }
[data-theme="dark"] .news-modal__close:hover { background: var(--charcoal); color: var(--journey-red); }
@keyframes nm-fade { from { opacity: 0 } to { opacity: 1 } }
@keyframes nm-rise { from { opacity: 0; transform: translateY(20px) } to { opacity: 1; transform: translateY(0) } }

/* Pastor callout — highlighted lead-pastor block on about.html */
.pastor-callout {
  display: grid; grid-template-columns: 260px 1fr; gap: var(--sp-7);
  align-items: center;
  background: var(--surface); border: 1px solid var(--border);
  border-left: 6px solid var(--journey-red);
  border-radius: var(--radius-md); padding: var(--sp-7) var(--sp-6);
  max-width: 1040px; margin: 0 auto;
  box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.pastor-callout::before {
  content: ""; position: absolute; top: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(214,40,41,0.12) 0%, rgba(214,40,41,0) 70%);
  pointer-events: none;
}
@media (max-width: 720px) {
  .pastor-callout { grid-template-columns: 1fr; gap: var(--sp-5); padding: var(--sp-6) var(--sp-5); }
  .pastor-callout__photo { max-width: 200px; }
}
.pastor-callout__photo {
  border-radius: var(--radius-md); overflow: hidden;
  aspect-ratio: 1 / 1; background: var(--cloud);
  box-shadow: 0 10px 28px rgba(214,40,41,0.18);
}
.pastor-callout__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pastor-callout__body { position: relative; }
.pastor-callout__label {
  display: inline-block; font-family: var(--font-mono);
  font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--journey-red); margin-bottom: var(--sp-3);
  padding: 4px 10px; background: rgba(214,40,41,0.1); border-radius: 100px;
}
.pastor-callout__name {
  font-family: var(--font-display); font-weight: 500; font-size: 32px;
  line-height: 1.15; letter-spacing: -0.015em; margin: 0 0 12px; color: var(--text);
}
.pastor-callout__name strong {
  font-weight: 900; color: var(--journey-red);
}
.pastor-callout__bio {
  margin: 0 0 var(--sp-3); color: var(--text-muted);
  font-size: 16px; line-height: 1.6; max-width: 60ch;
}
.pastor-callout__refs {
  display: flex; flex-wrap: wrap; gap: 6px 12px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: var(--sp-4);
}
.pastor-callout__ref-dot { color: var(--journey-red); font-weight: 700; }
.pastor-callout__actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; }

/* Typographic team plate — replaces the stale group photo on about.html */
.team-plate {
  background: linear-gradient(155deg, #1F0608 0%, #1A1A1A 55%, #0F0F10 100%);
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-md);
  padding: var(--sp-7) var(--sp-6); position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: var(--sp-5);
  box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.team-plate::before {
  content: ""; position: absolute; inset: -30% -20% auto auto;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(214,40,41,0.28) 0%, rgba(214,40,41,0) 70%);
  pointer-events: none;
}
.team-plate__group { position: relative; }
.team-plate__label {
  display: block; font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--journey-red);
  margin-bottom: var(--sp-3);
}
.team-plate__names {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  line-height: 1.2; color: #F3F4F6; letter-spacing: -0.01em;
}
.team-plate__names li { display: inline-block; }
.team-plate__names li + li::before {
  content: "·"; color: var(--journey-red); margin-right: 18px; opacity: 0.75;
}
.team-plate__footer {
  display: flex; align-items: center; gap: var(--sp-4);
  padding-top: var(--sp-4); border-top: 1px solid rgba(255,255,255,0.08);
}
.team-plate__mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--journey-red); color: #fff;
  display: grid; place-items: center; font-family: var(--font-display);
  font-weight: 900; font-size: 14px; letter-spacing: -0.01em;
  box-shadow: 0 6px 16px rgba(214,40,41,0.35);
}
.team-plate__since {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* Forms — submitted via fetch() to Web3Forms, see js/main.js initForms() */
.jc-form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: var(--sp-6) var(--sp-6) var(--sp-5); display: flex; flex-direction: column; gap: var(--sp-4); position: relative; }
.jc-form__hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.jc-form__error { display: none; color: var(--journey-red); font-size: 14px; margin: 0; }
.jc-form.is-error .jc-form__error { display: block; }
.jc-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
@media (max-width: 640px) { .jc-form__row { grid-template-columns: 1fr; } }
.jc-form__field { display: flex; flex-direction: column; gap: 6px; }
.jc-form__field--full { grid-column: 1 / -1; }
.jc-form__field label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); font-weight: 500; }
.jc-form__field label .req { color: var(--journey-red); margin-left: 3px; }
.jc-form__field input, .jc-form__field textarea, .jc-form__field select {
  font-family: var(--font-body); font-size: 15px; color: var(--text);
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 11px 14px; outline: none; transition: border-color .15s, box-shadow .15s;
  width: 100%; box-sizing: border-box;
}
.jc-form__field textarea { min-height: 120px; resize: vertical; font-family: inherit; }
.jc-form__field input:focus, .jc-form__field textarea:focus, .jc-form__field select:focus {
  border-color: var(--journey-red); box-shadow: 0 0 0 3px rgba(214,40,41,0.12);
}
.jc-form__checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.jc-form__checkbox input { width: auto; margin-top: 2px; accent-color: var(--journey-red); }
.jc-form__submit-row { display: flex; align-items: center; gap: var(--sp-4); flex-wrap: wrap; margin-top: var(--sp-2); }
.jc-form__submit-row .btn { min-width: 180px; justify-content: center; }
.jc-form__footnote { font-size: 13px; color: var(--text-muted); margin: 0; }
.jc-form.is-submitting .btn { opacity: 0.65; pointer-events: none; }
.jc-form.is-submitting .btn::after { content: " · sending…"; font-weight: 400; opacity: 0.9; }
.jc-form.is-sent > *:not(.jc-form__success) { display: none !important; }
.jc-form__success {
  display: none; text-align: left; padding: var(--sp-5) var(--sp-4);
}
.jc-form.is-sent .jc-form__success { display: block; }
.jc-form__success-mark {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--journey-red); color: #fff; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; font-size: 28px;
  margin-bottom: var(--sp-4); box-shadow: 0 6px 18px rgba(214,40,41,0.35);
}
.jc-form__success h3 { font-family: var(--font-display); font-weight: 800; font-size: 24px; margin: 0 0 10px; }
.jc-form__success p { margin: 0; color: var(--text-muted); line-height: 1.5; }

/* Utilities */
.text-center { text-align: center; }
.mt-5 { margin-top: var(--sp-7); }
.mb-5 { margin-bottom: var(--sp-7); }
.flex { display: flex; gap: var(--sp-3); flex-wrap: wrap; }
.red { color: var(--journey-red); }

/* =========================================================
   New Location announcement ribbon
   Sitewide, sits above <header>. Dismissible per-session.
   ========================================================= */
.new-location-ribbon {
  position: relative;
  background: linear-gradient(135deg, var(--journey-red), #9d1e1f);
  color: #fff;
  font-family: var(--font-body);
}
.new-location-ribbon.is-dismissed { display: none; }
.new-location-ribbon__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 56px 10px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.35;
  max-width: 1280px;
  margin: 0 auto;
  transition: opacity 0.15s;
}
.new-location-ribbon__link:hover { opacity: 0.92; color: #fff; }
.new-location-ribbon__badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.28);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
  padding: 4px 10px;
  border-radius: 100px;
  flex-shrink: 0;
}
.new-location-ribbon__msg { flex: 1; }
.new-location-ribbon__msg strong { font-weight: 800; }
.new-location-ribbon__cta {
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px dashed rgba(255,255,255,0.6);
  padding-bottom: 1px;
  flex-shrink: 0;
}
.new-location-ribbon__close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.78);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 4px;
}
.new-location-ribbon__close:hover { color: #fff; background: rgba(0,0,0,0.15); }
@media (max-width: 720px) {
  .new-location-ribbon__link { flex-wrap: wrap; gap: 8px; padding: 10px 44px 10px 14px; font-size: 13px; }
  .new-location-ribbon__cta { width: 100%; padding-top: 4px; }
}

/* =========================================================
   "Welcome home" homepage feature — celebrates the new location
   ========================================================= */
.welcome-home {
  background: linear-gradient(180deg, transparent 0%, rgba(214,40,41,0.04) 100%);
  padding: var(--sp-7) 0;
}
.welcome-home__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: var(--sp-6);
  align-items: center;
  background: var(--surface, #fff);
  border: 1px solid var(--mist, #D9D9D9);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 28px rgba(26,26,26,0.05);
  overflow: hidden;
}
.welcome-home__media {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: var(--cloud, #F2F2F2);
}
.welcome-home__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.welcome-home__media-flag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--journey-red);
  color: #fff;
  font: 700 11px var(--font-mono);
  letter-spacing: 0.18em;
  padding: 6px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(214,40,41,0.35);
}
.welcome-home__body { padding: var(--sp-3) var(--sp-4); }
.welcome-home__eyebrow {
  display: inline-block;
  font: 600 11px var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--journey-red);
  margin-bottom: 12px;
}
.welcome-home__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 3.2vw + 1rem, 3rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 14px;
  color: var(--text);
}
.welcome-home__lede {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0 0 20px;
}
.welcome-home__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0 0 22px;
  padding: 14px 16px;
  background: var(--cloud, #F2F2F2);
  border-radius: 10px;
}
.welcome-home__detail-label {
  font: 600 10px var(--font-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ash, #8A8A8A);
  margin-bottom: 3px;
}
.welcome-home__detail-value {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
}
.welcome-home__ctas { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 880px) {
  .welcome-home__inner { grid-template-columns: 1fr; }
  .welcome-home__media { aspect-ratio: 4 / 3; max-height: 320px; }
  .welcome-home__details { grid-template-columns: 1fr; gap: 10px; }
}
