:root{
  --navy:#081d33;
  --navy-deep:#03101d;
  --navy-soft:#102d49;
  --gold:#c8a24a;
  --gold-light:#f0d58f;
  --ivory:#f7f1e3;
  --paper:#fcfaf4;
  --stone:#6d665c;
  --ink:#1d2b38;
  --muted:#66717b;
  --line:rgba(200,162,74,.28);
  --max:1240px;
  --shadow:0 22px 65px rgba(4,20,35,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.7;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button,input{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}
.narrow{max-width:840px}
.center{text-align:center}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;color:#000;padding:12px 18px;text-decoration:none;transition:top .2s}.skip-link:focus{top:16px}
.site-header{position:fixed;inset:0 0 auto;z-index:1000;color:#fff;transition:background .35s,box-shadow .35s,backdrop-filter .35s}
.site-header.scrolled{background:rgba(3,16,29,.94);box-shadow:0 8px 35px rgba(0,0,0,.22);backdrop-filter:blur(14px)}
.nav-wrap{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;line-height:1}
.brand img{width:60px;height:60px;object-fit:cover;border-radius:50%;filter:drop-shadow(0 4px 14px rgba(0,0,0,.25))}
.brand strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:24px;letter-spacing:.03em}
.brand small{display:block;color:var(--gold-light);font-size:9px;text-transform:uppercase;letter-spacing:.3em;margin-top:7px}
.primary-nav{display:flex;align-items:center;gap:23px}
.primary-nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700;position:relative}
.primary-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--gold);transition:width .25s}.primary-nav a:hover:after,.primary-nav a:focus-visible:after{width:100%}
.nav-cta{border:1px solid var(--gold);padding:10px 16px;transition:.25s}.nav-cta:hover{background:var(--gold);color:var(--navy)}
.menu-toggle{display:none;background:none;border:0;padding:10px;cursor:pointer}.menu-toggle span{display:block;width:28px;height:2px;background:#fff;margin:6px;transition:.25s}
.hero{min-height:820px;height:100svh;position:relative;color:#fff;display:flex;align-items:center;isolation:isolate;overflow:hidden}
.hero-image,.hero-dawn,.hero-overlay,.hero-rays{position:absolute;inset:0;pointer-events:none}
.hero-image{z-index:-5;background:url('assets/images/hero-doorway.png') 58% center/cover no-repeat;transform:scale(1.035);animation:hero-breathe 20s ease-in-out infinite alternate}
.hero-dawn{z-index:-4;background:radial-gradient(circle at 72% 47%,rgba(255,226,152,.42),transparent 16%),linear-gradient(100deg,rgba(5,19,34,.45),rgba(244,190,88,.12));mix-blend-mode:screen;opacity:.08;animation:dawn-rise 14s ease-out forwards}
.hero-overlay{z-index:-3;background:linear-gradient(90deg,rgba(2,13,24,.94) 0%,rgba(2,13,24,.74) 39%,rgba(2,13,24,.28) 69%,rgba(2,13,24,.12) 100%),linear-gradient(0deg,rgba(2,13,24,.75),transparent 52%)}
.hero-rays{z-index:-2;background:linear-gradient(112deg,transparent 50%,rgba(255,227,157,.12) 62%,transparent 72%);opacity:0;animation:rays-show 12s 2s ease-out forwards}
.hero-content{position:relative;padding-top:92px;max-width:820px;margin-left:max(0px,calc((100vw - var(--max))/2))}
.hero-identity{max-width:760px}
.ministry-name{font-family:"Cormorant Garamond",Georgia,serif;text-transform:uppercase;letter-spacing:.17em;font-size:clamp(18px,2vw,25px);font-weight:700;color:var(--gold-light);margin:0 0 8px}
.mission{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(18px,1.7vw,23px);line-height:1.35;max-width:750px;margin:0;color:#f7f0e2}
.hero-divider{display:flex;align-items:center;width:150px;margin:22px 0}.hero-divider:before,.hero-divider:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--gold))}.hero-divider:after{background:linear-gradient(90deg,var(--gold),transparent)}.hero-divider span{width:6px;height:6px;background:var(--gold);transform:rotate(45deg);margin:0 10px}
.hero h1,.section h2{font-family:"Cormorant Garamond",Georgia,serif}
.hero h1{font-size:clamp(54px,6.4vw,94px);line-height:.87;letter-spacing:-.025em;max-width:900px;margin:0;text-wrap:balance}
.hero h1 span{color:var(--gold-light);font-size:.71em}
.hero-copy{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(19px,1.8vw,25px);max-width:720px;line-height:1.42;margin:25px 0 28px;color:#f5f0e8}
.button-row{display:flex;gap:14px;flex-wrap:wrap}
.button{min-height:51px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;padding:13px 25px;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:700;border:1px solid transparent;transition:transform .25s,background .25s,color .25s,box-shadow .25s}
.button:focus-visible,.text-link:focus-visible,.primary-nav a:focus-visible{outline:2px solid var(--gold-light);outline-offset:4px}
.button-primary{background:var(--gold);color:var(--navy);box-shadow:0 10px 30px rgba(200,162,74,.18)}.button-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 13px 34px rgba(200,162,74,.28)}
.button-secondary{border-color:rgba(255,255,255,.72);color:#fff;background:rgba(3,16,29,.18)}.button-secondary:hover{background:#fff;color:var(--navy);transform:translateY(-2px)}
.button-dark{background:var(--navy);color:#fff}.button-dark:hover{background:var(--navy-soft);transform:translateY(-2px)}
.hero-scripture{border-left:1px solid rgba(240,213,143,.7);margin:26px 0 0;padding:2px 0 2px 20px;font-family:"Cormorant Garamond",Georgia,serif}.hero-scripture p{font-style:italic;font-size:18px;margin:0 0 2px}.hero-scripture cite{font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:.17em;color:var(--gold-light);font-size:9px;font-style:normal}
.scroll-cue{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);text-decoration:none;text-transform:uppercase;letter-spacing:.2em;font-size:9px;text-align:center;color:#fff}.scroll-cue span{display:block;width:1px;height:42px;background:linear-gradient(var(--gold),transparent);margin:auto auto 8px;animation:scroll-pulse 1.8s infinite}
.reveal-on-load{opacity:0;transform:translateY(18px);animation:load-reveal .9s ease forwards}.hero-identity{animation-delay:.2s}.hero-divider{animation-delay:.45s}.hero h1{animation-delay:.65s}.hero-copy{animation-delay:.9s}.button-row{animation-delay:1.1s}.hero-scripture{animation-delay:1.3s}
.section{padding:112px 0;position:relative}
.section h2{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:0 0 24px;color:var(--navy);letter-spacing:-.015em;text-wrap:balance}
.eyebrow{text-transform:uppercase;letter-spacing:.28em;color:var(--gold-light);font-size:10px;font-weight:700;margin:0 0 18px}.eyebrow.dark{color:#9b6a13}
.lead{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(21px,2.1vw,27px);line-height:1.45}.lead.light{color:#f7ead0}
.path-section{overflow:hidden}.path-thread{position:absolute;left:50%;top:-30px;bottom:-30px;width:1px;background:linear-gradient(transparent,rgba(200,162,74,.18),transparent);opacity:.55}.path-thread:after{content:"";position:absolute;top:0;left:-3px;width:7px;height:7px;background:var(--gold);border-radius:50%;box-shadow:0 0 30px var(--gold);animation:path-light 6s linear infinite}
.questions-section{background:var(--paper)}
.question-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:56px;position:relative}
.question-card{background:#fff;padding:34px 28px;min-height:255px;text-decoration:none;border:1px solid rgba(8,29,51,.06);border-bottom:3px solid transparent;box-shadow:0 10px 30px rgba(22,32,51,.055);transition:.3s}.question-card:hover{transform:translateY(-8px);border-bottom-color:var(--gold);box-shadow:var(--shadow)}
.question-card span{font-family:"Cormorant Garamond",Georgia,serif;color:var(--gold);font-size:36px}.question-card h3,.book-card h3,.resource-grid h3,.story-step h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:28px;line-height:1.08;color:var(--navy);margin:14px 0 12px}.question-card p{font-size:13px;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:38px;color:#8a5d10;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700}.text-link:hover span{transform:translateX(5px)}.text-link span{transition:.2s}
.story-section{background:var(--navy) radial-gradient(circle at 50% 10%,rgba(200,162,74,.18),transparent 45%);color:#fff;overflow:hidden}.story-section:after{content:"";position:absolute;inset:auto -10% -25% 40%;height:70%;background:radial-gradient(ellipse,rgba(240,213,143,.09),transparent 60%);transform:rotate(-8deg)}
.story-section h2,.about-section h2,.contact-section h2{color:#fff}
.story-steps{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:68px;position:relative;z-index:1}.story-steps:before{content:"";position:absolute;top:31px;left:4%;right:4%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold),transparent);z-index:-1}
.story-step{text-align:center;padding:0 8px}.story-step b{width:62px;height:62px;margin:auto;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--gold-light);font-family:"Cormorant Garamond",serif;font-size:19px}.story-step h3{color:#fff;font-size:22px;margin-top:18px}.story-step p{font-size:11px;line-height:1.6;color:#bcc9d3}.story-step.featured b,.story-step.invitation b{background:var(--gold);color:var(--navy);box-shadow:0 0 0 8px rgba(200,162,74,.1)}.story-step.invitation h3{color:var(--gold-light)}
.journey-section{background:#fbf8f0}.books-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px;margin-bottom:46px;position:relative}.book-card{position:relative;background:#fff;padding:27px;display:grid;grid-template-columns:43% 1fr;gap:23px;align-items:center;box-shadow:0 12px 35px rgba(8,29,51,.09);border:1px solid rgba(200,162,74,.22);transition:.3s}.book-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.book-card img{width:100%;aspect-ratio:2/3;object-fit:cover;box-shadow:0 12px 25px rgba(0,0,0,.25)}.book-card .stage{position:absolute;top:0;right:0;background:var(--navy);color:var(--gold-light);padding:7px 12px;text-transform:uppercase;letter-spacing:.13em;font-size:8px}.book-card h3{margin:5px 0 10px;font-size:26px}.book-card p{font-size:12px;color:var(--muted)}.book-card .ideal{color:#9b6a13;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:20px 0 0}.book-card a{color:#8a5d10;font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.08em;text-decoration:none}.book-card a:hover span{display:inline-block;transform:translateX(4px)}
.resources-section{background:var(--ivory)}.split-heading{display:grid;grid-template-columns:1.2fr 1fr;align-items:end;gap:60px}.split-heading>p{color:var(--muted)}
.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:50px}.resource-grid article{background:#fff;padding:34px 26px;border-top:3px solid var(--gold);box-shadow:0 8px 25px rgba(8,29,51,.05);transition:.25s}.resource-grid article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.resource-icon{font-size:29px;color:var(--gold)}.resource-grid h3{font-size:25px}.resource-grid p{font-size:13px;color:var(--muted)}.resource-grid span{color:#9b6a13;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:9px}
.about-section{background:var(--navy-soft);color:#fff}.about-grid{display:grid;grid-template-columns:420px 1fr;gap:80px;align-items:center}.portrait-wrap{border-radius:50%;padding:10px;border:1px solid var(--gold);box-shadow:0 0 90px rgba(200,162,74,.13)}.portrait-wrap img{border-radius:50%;aspect-ratio:1;object-fit:cover}.about-grid p:not(.eyebrow){max-width:720px}.signature{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:25px;color:var(--gold-light)}
.churches-section{background:url('assets/images/hero-doorway.png') center 65%/cover no-repeat;background-attachment:fixed}.churches-section:before{content:"";position:absolute;inset:0;background:rgba(3,16,29,.34)}.churches-card{position:relative;background:rgba(247,242,230,.95);padding:60px;display:flex;align-items:center;justify-content:space-between;gap:60px;box-shadow:var(--shadow)}.churches-card p{max-width:720px}.churches-card h2{font-size:clamp(39px,4vw,58px)}
.contact-section{background:var(--navy-deep);color:#fff;overflow:hidden}.final-light{position:absolute;inset:0;background:radial-gradient(circle at 82% 45%,rgba(240,213,143,.2),transparent 27%),linear-gradient(115deg,transparent 55%,rgba(200,162,74,.08));animation:final-glow 8s ease-in-out infinite alternate}.contact-grid{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:center}.contact-actions{display:grid;gap:12px}.contact-actions .button{width:100%}.contact-note{font-size:10px;color:#91a0ac;text-align:center;margin:3px 0}
.site-footer{background:#020c15;color:#d7dce1;padding:55px 0 28px}.blessing{text-align:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:42px;margin-bottom:52px}.blessing p{font-family:"Cormorant Garamond",serif;font-size:clamp(25px,3vw,38px);font-style:italic;color:#fff;margin:0}.blessing span{display:block;color:var(--gold-light);text-transform:uppercase;letter-spacing:.22em;font-size:9px;margin-top:10px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.footer-brand img{width:85px;height:85px;object-fit:cover;border-radius:50%;float:left;margin:0 18px 8px 0}.footer-brand h3{font-family:"Cormorant Garamond",serif;color:#fff;font-size:28px;margin:0}.footer-brand p{font-size:12px;color:#9daab4}.footer-grid h4{color:var(--gold-light);font-family:"Cormorant Garamond",serif;font-size:20px;margin:0 0 15px}.footer-grid>div>a{display:block;text-decoration:none;margin:8px 0;font-size:12px;color:#bcc5cc}.footer-grid>div>a:hover{color:var(--gold-light)}.social-links{display:flex;gap:8px;flex-wrap:wrap}.social-links a{width:35px;height:35px;border:1px solid rgba(255,255,255,.25);display:grid!important;place-items:center;text-decoration:none!important;font-size:9px!important}.social-links a:hover{border-color:var(--gold);color:var(--gold-light)!important}.social-note{font-size:10px;color:#738391}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:25px;margin-top:50px;display:flex;justify-content:space-between;font-size:10px;color:#738391}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}
@keyframes dawn-rise{0%{opacity:.05}100%{opacity:.72}}
@keyframes rays-show{to{opacity:.9}}
@keyframes hero-breathe{from{transform:scale(1.035)}to{transform:scale(1.075)}}
@keyframes load-reveal{to{opacity:1;transform:none}}
@keyframes scroll-pulse{0%,100%{opacity:.35;transform:scaleY(.7);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}
@keyframes path-light{from{top:0}to{top:100%}}
@keyframes final-glow{from{opacity:.55}to{opacity:1}}
@media(max-width:1100px){.primary-nav{gap:13px}.primary-nav a{font-size:9px}.story-steps{grid-template-columns:repeat(4,1fr);row-gap:42px}.story-steps:before{display:none}.books-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:340px 1fr;gap:48px}}
@media(max-width:820px){.container{width:min(calc(100% - 30px),var(--max))}.nav-wrap{height:76px}.brand img{width:49px;height:49px}.brand strong{font-size:20px}.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:76px;left:0;right:0;background:rgba(3,16,29,.98);padding:24px;flex-direction:column;align-items:stretch;box-shadow:0 18px 30px rgba(0,0,0,.24)}.primary-nav.open{display:flex}.primary-nav a{font-size:11px;padding:9px}.hero{min-height:780px;height:auto;padding:120px 0 80px}.hero-image{background-position:65% center}.hero-overlay{background:linear-gradient(90deg,rgba(2,13,24,.95),rgba(2,13,24,.63))}.hero-content{margin-left:auto;padding-top:28px}.hero h1{font-size:clamp(48px,12vw,68px)}.hero-scripture{margin-top:24px}.section{padding:82px 0}.question-grid,.resource-grid{grid-template-columns:repeat(2,1fr)}.story-steps{grid-template-columns:repeat(2,1fr)}.books-grid,.split-heading,.about-grid,.contact-grid{grid-template-columns:1fr}.book-card{grid-template-columns:145px 1fr}.about-grid{gap:42px}.portrait-wrap{max-width:340px;margin:auto}.churches-section{background-attachment:scroll}.churches-card{padding:40px 30px;display:block}.churches-card .button{margin-top:20px}.contact-grid{gap:34px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}}
@media(max-width:540px){.brand span{display:none}.hero{min-height:760px}.ministry-name{font-size:18px}.mission{font-size:17px}.hero h1{font-size:48px}.hero h1 span{font-size:.65em}.hero-copy{font-size:19px}.button-row{display:grid}.button{width:100%}.scroll-cue{display:none}.question-grid,.resource-grid,.story-steps{grid-template-columns:1fr}.question-card{min-height:0}.story-step{padding:0 22px}.books-grid{gap:20px}.book-card{grid-template-columns:110px 1fr;padding:20px;gap:17px}.book-card h3{font-size:22px}.book-card .ideal{margin-top:18px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.path-thread{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal,.reveal-on-load{opacity:1;transform:none}.churches-section{background-attachment:scroll}}

/* Version 1.1 — exceptional hero */
.hero{min-height:760px;height:100svh;max-height:1080px;align-items:center;background:var(--navy-deep)}
.hero-image,.hero-dawn,.hero-overlay,.hero-rays,.hero-glow,.hero-vignette,.hero-particles{position:absolute;inset:0;pointer-events:none}
.hero-image{background-position:58% center;transform:scale(1.025) translate3d(var(--pointer-x,0),var(--pointer-y,0),0);animation:hero-cinematic 28s cubic-bezier(.45,0,.55,1) infinite alternate;will-change:transform}
.hero-dawn{background:radial-gradient(ellipse at 73% 46%,rgba(255,238,183,.58) 0,rgba(244,190,88,.22) 13%,transparent 35%),linear-gradient(105deg,rgba(5,19,34,.22),rgba(244,190,88,.08));mix-blend-mode:screen;opacity:.12;animation:dawn-awaken 14s ease-out forwards}
.hero-overlay{background:linear-gradient(90deg,rgba(2,13,24,.96) 0%,rgba(2,13,24,.82) 35%,rgba(2,13,24,.42) 62%,rgba(2,13,24,.12) 100%),linear-gradient(0deg,rgba(2,13,24,.78) 0%,transparent 48%,rgba(2,13,24,.24) 100%)}
.hero-rays{background:linear-gradient(111deg,transparent 48%,rgba(255,236,185,.06) 53%,rgba(255,236,185,.18) 58%,transparent 66%),linear-gradient(118deg,transparent 56%,rgba(255,221,137,.09) 61%,transparent 69%);filter:blur(.4px);opacity:0;animation:rays-breathe 11s 2s ease-in-out infinite alternate}
.hero-glow{z-index:-1;background:radial-gradient(ellipse at 70% 58%,rgba(242,194,88,.18),transparent 20%);mix-blend-mode:screen;animation:path-awaken 10s 2s ease-out both}
.hero-vignette{z-index:0;box-shadow:inset 0 0 180px 25px rgba(0,0,0,.38);background:linear-gradient(180deg,rgba(3,16,29,.22),transparent 22%,transparent 72%,rgba(3,16,29,.55))}
.hero-particles{z-index:1;overflow:hidden;opacity:.6}
.hero-particles i{position:absolute;display:block;width:3px;height:3px;border-radius:50%;background:rgba(255,226,151,.85);box-shadow:0 0 8px rgba(255,218,119,.65);left:var(--x);top:var(--y);animation:particle-drift var(--d) ease-in-out var(--delay) infinite alternate}
.hero-particles i:nth-child(1){--x:64%;--y:36%;--d:7s;--delay:0s}.hero-particles i:nth-child(2){--x:69%;--y:44%;--d:9s;--delay:-2s}.hero-particles i:nth-child(3){--x:75%;--y:31%;--d:8s;--delay:-5s}.hero-particles i:nth-child(4){--x:78%;--y:52%;--d:10s;--delay:-3s}.hero-particles i:nth-child(5){--x:61%;--y:57%;--d:8s;--delay:-1s}.hero-particles i:nth-child(6){--x:72%;--y:62%;--d:12s;--delay:-7s}.hero-particles i:nth-child(7){--x:82%;--y:41%;--d:9s;--delay:-4s}.hero-particles i:nth-child(8){--x:67%;--y:68%;--d:11s;--delay:-6s}.hero-particles i:nth-child(9){--x:87%;--y:58%;--d:9s;--delay:-2s}.hero-particles i:nth-child(10){--x:57%;--y:47%;--d:10s;--delay:-8s}.hero-particles i:nth-child(11){--x:80%;--y:72%;--d:13s;--delay:-4s}.hero-particles i:nth-child(12){--x:73%;--y:22%;--d:11s;--delay:-9s}
.hero-content{z-index:2;padding-top:92px;max-width:850px;margin-left:max(0px,calc((100vw - var(--max))/2))}
.hero-lockup{display:flex;align-items:center;gap:20px;max-width:790px}
.hero-emblem{width:78px;height:78px;flex:0 0 auto;object-fit:cover;border-radius:50%;filter:drop-shadow(0 10px 28px rgba(0,0,0,.35)) drop-shadow(0 0 20px rgba(218,178,78,.12))}
.hero-identity{max-width:680px}.ministry-name{font-size:clamp(18px,1.75vw,24px);margin-bottom:5px}.mission{font-size:clamp(17px,1.45vw,21px);line-height:1.32;color:rgba(255,250,239,.91)}
.hero-divider{width:185px;margin:22px 0 24px}
.hero h1{font-size:clamp(58px,6.3vw,94px);line-height:.89;letter-spacing:-.035em;max-width:920px;text-shadow:0 8px 28px rgba(0,0,0,.2)}
.hero-line{display:block}.hero-line-gold{color:var(--gold-light);font-size:.72em;margin-top:.12em;letter-spacing:-.025em}
.hero-copy{font-size:clamp(20px,1.7vw,25px);line-height:1.4;max-width:720px;margin:25px 0 29px;color:rgba(255,250,241,.95);text-wrap:balance}
.hero .button{min-height:54px;padding:14px 27px;border-radius:2px;position:relative;overflow:hidden}
.hero .button-primary:before{content:"";position:absolute;inset:0;transform:translateX(-120%);background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.36),transparent 70%);transition:transform .75s ease}.hero .button-primary:hover:before{transform:translateX(120%)}
.button-icon{font-size:11px}
.hero-scripture{margin-top:27px;padding-left:19px}.hero-scripture p{font-size:18px;color:rgba(255,255,255,.92)}
.scroll-cue{z-index:4;bottom:17px;display:flex;flex-direction:column;align-items:center;gap:7px;opacity:.86;transition:opacity .3s}.scroll-cue:hover{opacity:1}.scroll-label{font-size:8px;letter-spacing:.23em}.scroll-line{display:block;width:1px;height:34px;background:linear-gradient(var(--gold-light),transparent);animation:scroll-flow 2s ease-in-out infinite}
.reveal-on-load{animation-duration:1s}.hero-lockup{animation-delay:.45s}.hero-divider{animation-delay:1.1s}.hero h1{animation-delay:1.55s}.hero-copy{animation-delay:2.15s}.button-row{animation-delay:2.65s}.hero-scripture{animation-delay:3.2s}
.site-header:not(.scrolled){background:linear-gradient(180deg,rgba(3,16,29,.58),transparent)}
.site-header:not(.scrolled) .nav-wrap{height:94px}
@keyframes hero-cinematic{0%{transform:scale(1.025) translate3d(var(--pointer-x,0),var(--pointer-y,0),0)}100%{transform:scale(1.075) translate3d(calc(-.7% + var(--pointer-x,0)),calc(.2% + var(--pointer-y,0)),0)}}
@keyframes dawn-awaken{0%{opacity:.08}55%{opacity:.47}100%{opacity:.78}}
@keyframes rays-breathe{0%{opacity:.18;transform:translateX(-1%)}100%{opacity:.82;transform:translateX(1%)}}
@keyframes path-awaken{0%{opacity:0;transform:scale(.82)}100%{opacity:1;transform:scale(1.12)}}
@keyframes particle-drift{0%{opacity:.12;transform:translate3d(0,12px,0) scale(.7)}50%{opacity:.8}100%{opacity:.2;transform:translate3d(13px,-18px,0) scale(1.15)}}
@keyframes scroll-flow{0%,100%{opacity:.25;transform:scaleY(.55);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}
@media(max-height:800px) and (min-width:821px){.hero-content{padding-top:72px}.hero-emblem{width:66px;height:66px}.hero-divider{margin:15px 0}.hero h1{font-size:clamp(51px,5.7vw,78px)}.hero-copy{margin:18px 0 20px}.hero-scripture{margin-top:18px}.scroll-cue{display:none}}
@media(max-width:820px){.site-header:not(.scrolled) .nav-wrap{height:76px}.hero{min-height:780px;height:auto;max-height:none;padding:108px 0 74px}.hero-image{background-position:67% center}.hero-overlay{background:linear-gradient(90deg,rgba(2,13,24,.96),rgba(2,13,24,.68)),linear-gradient(0deg,rgba(2,13,24,.72),transparent 55%)}.hero-content{padding-top:15px}.hero-lockup{gap:14px}.hero-emblem{width:62px;height:62px}.hero h1{font-size:clamp(49px,11.8vw,68px)}.hero-line-gold{font-size:.7em}.hero-particles{opacity:.35}}
@media(max-width:540px){.hero{min-height:760px;padding-top:102px}.hero-lockup{align-items:flex-start}.hero-emblem{width:54px;height:54px}.ministry-name{font-size:17px;letter-spacing:.12em}.mission{font-size:15.5px}.hero-divider{margin:18px 0;width:135px}.hero h1{font-size:46px;line-height:.91}.hero-line-gold{font-size:.67em;margin-top:.18em}.hero-copy{font-size:18.5px;margin:21px 0 24px}.hero-scripture p{font-size:16px}.hero-particles{display:none}}
