:root {
  --navy: #090b24;
  --navy-2: #111442;
  --purple: #5b21b6;
  --purple-bright: #7c3aed;
  --gold: #f5c451;
  --gold-light: #ffe7a5;
  --cream: #fbf8f0;
  --white: #ffffff;
  --ink: #15162a;
  --muted: #686a7a;
  --line: rgba(16, 18, 49, .12);
  --shadow: 0 24px 70px rgba(9, 11, 36, .14);
  --serif: "Cinzel", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.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; z-index: 9999; top: -60px; left: 20px; padding: 12px 18px; background: var(--gold); color: var(--navy); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 1000; width: 100%; background: rgba(7, 8, 29, .76); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.nav-wrap { max-width: 1240px; height: 84px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: white; text-decoration: none; display: flex; align-items: center; gap: 11px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }
.brand small { color: var(--gold); margin-top: 6px; text-transform: uppercase; letter-spacing: .28em; font-size: 8px; font-weight: 800; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: rgba(255,255,255,.83); text-decoration: none; font-size: 13px; font-weight: 700; transition: color .2s; }
nav a:hover, nav a:focus { color: var(--gold); }
.nav-cta { border: 1px solid rgba(245,196,81,.7); border-radius: 999px; padding: 11px 18px; color: var(--gold); }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: white; }

.hero { min-height: 100vh; position: relative; overflow: hidden; background: radial-gradient(circle at 75% 40%, #2b176e 0, #11133d 33%, #07081d 72%); color: white; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 140px max(7vw, 28px) 100px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, black, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); z-index: -1; }
.glow-one { width: 500px; height: 500px; right: -180px; top: 10%; background: rgba(124,58,237,.22); box-shadow: 0 0 150px rgba(124,58,237,.4); }
.glow-two { width: 220px; height: 220px; left: 45%; bottom: -100px; background: rgba(245,196,81,.14); box-shadow: 0 0 100px rgba(245,196,81,.2); }
.hero-content { max-width: 700px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--purple-bright); text-transform: uppercase; letter-spacing: .24em; font-size: 12px; font-weight: 800; }
.eyebrow { color: var(--gold); }
.hero h1 { margin: 18px 0 22px; max-width: 760px; font-family: var(--serif); font-size: clamp(48px, 6.1vw, 92px); line-height: 1.03; letter-spacing: -.035em; }
.hero h1 span { color: var(--gold); text-shadow: 0 0 40px rgba(245,196,81,.22); }
.hero-copy { max-width: 620px; color: rgba(255,255,255,.74); font-size: 18px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 25px; border-radius: 4px; border: 0; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: linear-gradient(135deg, #ffe69b, var(--gold)); box-shadow: 0 12px 30px rgba(245,196,81,.22); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-navy { color: white; background: var(--navy); }
.hero blockquote { margin: 55px 0 0; padding-left: 22px; border-left: 2px solid var(--gold); max-width: 600px; }
.hero blockquote p { margin: 0; font-family: Georgia, serif; font-size: 18px; color: rgba(255,255,255,.85); }
.hero blockquote cite { display: block; margin-top: 8px; color: var(--gold); font-style: normal; font-size: 11px; text-transform: uppercase; letter-spacing: .2em; }
.hero-mark { justify-self: center; width: min(47vw, 650px); filter: drop-shadow(0 25px 45px rgba(0,0,0,.42)); animation: rise-in 1.1s ease both; }
.scroll-cue { position: absolute; bottom: 34px; left: max(7vw, 28px); color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .25em; display: flex; align-items: center; gap: 12px; }
.scroll-cue span { display: block; width: 36px; height: 1px; background: var(--gold); }
@keyframes rise-in { from { opacity: 0; transform: translateY(25px) scale(.96); } to { opacity: 1; transform: none; } }

.power-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-bottom: 1px solid var(--line); }
.power-strip div { padding: 30px 5vw; display: grid; grid-template-columns: auto 1fr; column-gap: 13px; border-right: 1px solid var(--line); }
.power-strip span { grid-row: 1 / 3; color: var(--gold); font-family: var(--serif); font-size: 22px; }
.power-strip strong { text-transform: uppercase; letter-spacing: .1em; }
.power-strip small { color: var(--muted); }

.section { padding: 110px max(7vw, 28px); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; margin-top: 15px; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 66px); line-height: 1.12; letter-spacing: -.025em; }
h2 span { color: var(--purple); }
.split-heading > p { color: var(--muted); font-size: 17px; }
.mission-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 65px; }
.mission-grid article { position: relative; min-height: 265px; padding: 42px 32px 30px; background: white; border: 1px solid var(--line); box-shadow: 0 16px 44px rgba(15,17,50,.05); overflow: hidden; }
.mission-grid article::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; border-radius: 50%; background: rgba(124,58,237,.08); }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.mission-grid h3, .gather-grid h3 { font-family: var(--serif); font-size: 23px; margin: 30px 0 12px; }
.mission-grid p, .gather-grid p { color: var(--muted); margin: 0; }

.scripture-band { padding: 105px 24px; background: var(--navy); color: white; text-align: center; position: relative; overflow: hidden; }
.scripture-band::before, .scripture-band::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(245,196,81,.14); transform: rotate(45deg); }
.scripture-band::before { left: -200px; top: -100px; }
.scripture-band::after { right: -200px; bottom: -100px; }
.scripture-inner { max-width: 930px; margin: auto; }
.giant-quote { color: var(--gold); font-family: Georgia, serif; font-size: 100px; line-height: .5; }
.scripture-band p { font-family: var(--serif); font-size: clamp(25px, 3vw, 41px); line-height: 1.45; }
.scripture-band cite { color: var(--gold); font-style: normal; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; }

.leadership { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; background: white; }
.leadership-portrait { min-height: 600px; background: linear-gradient(145deg, #1a1449, #080a22); padding: 22px; box-shadow: var(--shadow); position: relative; }
.leadership-portrait::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(245,196,81,.45); }
.portrait-placeholder { height: 100%; min-height: 556px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle, rgba(124,58,237,.38), transparent 62%); color: var(--gold); font-family: var(--serif); font-size: 28px; letter-spacing: .06em; }
.leadership-copy h2 { margin-top: 16px; }
.leadership-copy > p { max-width: 650px; color: var(--muted); font-size: 17px; margin-top: 28px; }
.leadership-copy .muted { font-size: 13px; font-style: italic; }
.text-link { display: inline-flex; gap: 12px; margin-top: 16px; color: var(--purple); font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(91,33,182,.25); }

.gatherings { background: #f4efe5; }
.center-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.center-heading p { color: var(--muted); }
.gather-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 20px; }
.gather-grid article { min-height: 320px; padding: 36px 30px; background: white; border-top: 4px solid var(--purple); display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 15px 45px rgba(16,18,50,.07); }
.gather-grid .gather-feature { color: white; background: linear-gradient(150deg, #171443, #5b21b6); border-top-color: var(--gold); }
.gather-feature p { color: rgba(255,255,255,.72); }
.gather-feature a { margin-top: 20px; color: var(--gold); text-decoration: none; font-weight: 800; }
.tag { align-self: flex-start; margin-bottom: auto; color: var(--purple); background: rgba(124,58,237,.1); padding: 7px 11px; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.gather-feature .tag { color: var(--navy); background: var(--gold); }

.watch { min-height: 650px; position: relative; color: white; background: linear-gradient(110deg, rgba(5,6,25,.98), rgba(34,16,95,.82)), radial-gradient(circle at 80%, #7c3aed, #0b0d29); display: grid; grid-template-columns: 1fr .75fr; align-items: center; padding: 110px max(7vw,28px); overflow: hidden; }
.watch::after { content: "D"; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.035); font-family: var(--serif); font-size: 560px; line-height: 1; }
.watch-content { position: relative; z-index: 2; max-width: 700px; }
.section-kicker.light { color: var(--gold); }
.watch h2 { margin-top: 15px; }
.watch p { color: rgba(255,255,255,.7); margin: 24px 0 32px; }
.play-symbol { z-index: 2; justify-self: center; width: 130px; height: 130px; border: 1px solid rgba(245,196,81,.6); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 22px rgba(255,255,255,.035), 0 0 0 44px rgba(255,255,255,.02); }
.play-symbol span { color: var(--gold); font-size: 34px; margin-left: 8px; }

.giving { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; background: white; }
.giving h2 { margin-top: 16px; }
.giving-copy > p { max-width: 650px; color: var(--muted); font-size: 17px; }
.giving-note { padding: 16px 18px; border-left: 3px solid var(--gold); background: var(--cream); font-size: 14px !important; }
.giving-verse { min-height: 400px; padding: 55px; background: linear-gradient(145deg, var(--purple), var(--navy)); color: white; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.giving-verse span { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.giving-verse p { font-family: var(--serif); font-size: clamp(31px, 4vw, 52px); line-height: 1.3; }

.prayer { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; padding: 110px max(7vw,28px); background: linear-gradient(145deg, #0a0c28, #24115d); color: white; }
.prayer-intro h2 { margin: 16px 0 24px; }
.prayer-intro > p { color: rgba(255,255,255,.7); }
.confidential-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; color: var(--gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.confidential-note span { color: #58d68d; }
.prayer-form { padding: 42px; background: white; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.prayer-form label { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.prayer-form input, .prayer-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d9d8df; border-radius: 2px; background: #fbfbfd; outline: none; text-transform: none; }
.prayer-form input:focus, .prayer-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(124,58,237,.1); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-field { display: flex !important; align-items: flex-start; gap: 10px; text-transform: none !important; letter-spacing: 0 !important; font-weight: 600 !important; }
.check-field input { width: auto; margin: 4px 0 0; }
.honeypot { position: absolute; left: -9999px; }
.submit-button { width: 100%; }
.form-note { color: var(--muted); font-size: 11px; margin: 14px 0 0; }

.contact { padding: 85px max(7vw,28px); background: var(--gold); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.contact .section-kicker { color: var(--navy); }
.contact h2 { font-size: clamp(32px, 4vw, 52px); margin-top: 12px; }
.contact-details { display: grid; gap: 10px; align-content: center; }
.contact-details a, .contact-details div { display: flex; flex-direction: column; padding: 13px 0; border-bottom: 1px solid rgba(9,11,36,.25); text-decoration: none; font-weight: 800; }
.contact-details small { text-transform: uppercase; letter-spacing: .15em; font-size: 9px; margin-bottom: 2px; }

footer { padding: 65px max(7vw,28px) 35px; background: #060717; color: rgba(255,255,255,.65); text-align: center; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-family: var(--serif); font-size: 20px; }
.footer-brand img { width: 64px; height: 64px; object-fit: contain; }
footer > p { color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.footer-links { display: flex; justify-content: center; gap: 25px; margin: 28px 0; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 12px; }

@media (max-width: 980px) {
  nav { display: none; position: fixed; inset: 84px 0 auto; padding: 26px 28px 32px; background: #090b24; flex-direction: column; align-items: flex-start; gap: 18px; }
  nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-content { order: 2; text-align: center; margin: auto; }
  .hero-mark { width: min(78vw, 560px); margin-bottom: 5px; }
  .hero-actions { justify-content: center; }
  .hero blockquote { margin-left: auto; margin-right: auto; text-align: left; }
  .split-heading, .leadership, .giving, .prayer, .contact { grid-template-columns: 1fr; }
  .leadership-portrait { min-height: 430px; }
  .portrait-placeholder { min-height: 386px; }
  .mission-grid { grid-template-columns: 1fr; }
  .gather-grid { grid-template-columns: 1fr 1fr; }
  .gather-feature { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
  .nav-wrap { height: 72px; padding: 0 18px; }
  nav { top: 72px; }
  .hero { padding: 105px 20px 85px; min-height: auto; }
  .hero h1 { font-size: 45px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero blockquote { margin-top: 38px; }
  .scroll-cue { display: none; }
  .power-strip { grid-template-columns: 1fr; }
  .power-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 80px 20px; }
  .mission-grid { margin-top: 40px; }
  .scripture-band { padding: 80px 20px; }
  .leadership-portrait { min-height: 330px; }
  .portrait-placeholder { min-height: 286px; }
  .gather-grid { grid-template-columns: 1fr; }
  .gather-feature { grid-column: auto; }
  .watch { grid-template-columns: 1fr; padding: 85px 20px; min-height: 560px; }
  .play-symbol { display: none; }
  .giving-verse { min-height: 320px; padding: 35px; }
  .prayer { padding: 80px 20px; }
  .prayer-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact { padding: 70px 20px; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
