:root{color-scheme:light dark;color:#e2e8f0;background:#020617;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;min-height:100%;overflow-x:clip;background:#020617;color:#e2e8f0}img{max-width:100%;display:block}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#080f27f0;border-bottom:1px solid #14203b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:flex;align-items:center;gap:.85rem;color:#f8fafc;text-decoration:none}.brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:.85rem;background:linear-gradient(135deg,#4338ca,#3b82f6);color:#fff;font-weight:700;font-size:1.1rem}.brand h1,.brand p{margin:0}.brand h1{font-size:1rem;letter-spacing:-.02em}.brand p{font-size:.85rem;color:#cbd5e1}.main-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.main-nav a{color:#e2e8f0;text-decoration:none;font-weight:600}.main-nav a:hover{color:#818cf8}.hero-section{--far-x: 0px;--far-y: 0px;--near-x: 0px;--near-y: 0px;--stars-x: 0px;--stars-y: 0px;position:relative;isolation:isolate;overflow:hidden;min-height:85vh;display:grid;place-items:center;background:radial-gradient(circle at top,rgba(59,130,246,.18),transparent 45%),linear-gradient(180deg,#071122,#0a1228)}.galaxy-layer{position:absolute;z-index:0;top:-8%;right:-8%;bottom:-8%;left:-8%;pointer-events:none;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.galaxy-grid{background-image:linear-gradient(rgba(96,165,250,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(96,165,250,.045) 1px,transparent 1px);mask-image:radial-gradient(circle at center,black,transparent 72%);-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%)}.galaxy-grid-far{background-size:72px 72px;transform:translate(var(--far-x),var(--far-y)) rotate(-5deg)}.galaxy-grid-near{background-size:116px 116px;opacity:.65;transform:translate(var(--near-x),var(--near-y)) rotate(8deg) scale(1.08)}.galaxy-stars{transform:translate(var(--stars-x),var(--stars-y))}.galaxy-star{position:absolute;top:var(--star-y);left:var(--star-x);width:var(--star-size);height:var(--star-size);border-radius:50%;background:#bae6fd;opacity:var(--star-opacity);box-shadow:0 0 5px #7dd3fc73}.hero-content{position:relative;z-index:2;text-align:center;max-width:720px}.digital-world{position:absolute;z-index:1;top:50%;left:50%;width:min(72vw,720px);aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;opacity:.34;filter:drop-shadow(0 0 36px rgba(56,189,248,.28))}.world-grid{position:absolute;top:8%;right:8%;bottom:8%;left:8%;overflow:hidden;border:1px solid rgba(125,211,252,.65);border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0 9%,rgba(56,189,248,.24) 9.5% 10%,transparent 10.5% 18%),repeating-linear-gradient(90deg,transparent 0 9%,rgba(129,140,248,.23) 9.5% 10%,transparent 10.5% 18%);box-shadow:inset 34px 0 48px #020617c7,inset -24px 0 38px #3b82f62e;animation:world-rotate 26s linear infinite}.world-grid:before,.world-grid:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(125,211,252,.42)}.world-grid:before{top:0;right:28%;bottom:0;left:28%}.world-grid:after{top:0;right:42%;bottom:0;left:42%}.world-routes{position:absolute;top:14%;right:14%;bottom:14%;left:14%;overflow:hidden;border-radius:50%;animation:route-field-rotate 34s linear infinite}.world-route{position:absolute;top:var(--route-y);left:var(--route-x);width:var(--route-length);height:1px;overflow:visible;transform:rotate(var(--route-angle));transform-origin:left center;border-top:1px solid rgba(125,211,252,.09);border-radius:50%}.world-route:before,.world-route:after{content:"";position:absolute;top:50%;border-radius:50%;transform:translateY(-50%)}.hero-section.is-paused .world-grid,.hero-section.is-paused .world-routes,.hero-section.is-paused .world-route:after,.hero-section.is-paused .world-orbit-one,.hero-section.is-paused .world-orbit-two{animation-play-state:paused}.hero-static .galaxy-layer{transform:none;transition:none}.world-route:before{left:-1px;width:3px;height:3px;background:#a5f3fc59;box-shadow:var(--route-length) 0 #a5f3fc3d}.world-route:after{left:0;width:13px;height:2px;background:linear-gradient(90deg,transparent,rgba(224,242,254,.56));filter:blur(.3px);opacity:0;animation:route-travel var(--route-duration) ease-in-out var(--route-delay) infinite}.world-orbit{position:absolute;top:4%;right:4%;bottom:4%;left:4%;border:1px solid rgba(129,140,248,.38);border-radius:50%}.world-orbit-one{transform:rotate(62deg) scaleY(.38);animation:orbit-pulse 6s ease-in-out infinite}.world-orbit-two{transform:rotate(-24deg) scaleY(.52);animation:orbit-pulse 6s ease-in-out -3s infinite}@keyframes world-rotate{0%{background-position:0 0,0 0;transform:rotate(0)}to{background-position:0 0,140px 0;transform:rotate(360deg)}}@keyframes orbit-pulse{0%,to{opacity:.35}50%{opacity:.9}}@keyframes route-travel{0%,22%{opacity:0;transform:translateY(-50%)}34%{opacity:.42}62%{opacity:.12;transform:translate(calc(var(--route-length) - 13px),-50%)}70%,to{opacity:0;transform:translate(calc(var(--route-length) - 13px),-50%)}}@keyframes route-field-rotate{to{transform:rotate(-360deg)}}.hero-visual,.three-globe,.static-globe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.hero-visual{z-index:0}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#07112229 0,#07112229 22%,#07112285 68%),linear-gradient(90deg,rgba(7,17,34,.14),transparent 48%,rgba(7,17,34,.2))}.three-globe canvas{display:block;width:100%;height:100%}.static-globe{display:grid;place-items:center;background:radial-gradient(circle at center,rgba(30,64,175,.12),transparent 62%)}.static-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:linear-gradient(rgba(96,165,250,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(96,165,250,.16) 1px,transparent 1px);background-size:44px 44px;mask-image:radial-gradient(circle at center,black,transparent 72%);-webkit-mask-image:radial-gradient(circle at center,black,transparent 72%)}.static-globe svg{width:min(68vw,620px);height:min(68vw,620px);color:#60a5fa;opacity:.14;filter:drop-shadow(0 0 22px rgba(96,165,250,.25))}.eyebrow{display:inline-block;margin-bottom:1rem;padding:.5rem 1rem;border-radius:999px;background:#6366f126;color:#c7d2fe;font-size:.9rem;font-weight:700;letter-spacing:.03em}.hero-content h2{font-size:clamp(2.5rem,4vw,4rem);margin:0;line-height:1.05;color:#f8fafc}.hero-content p{margin:1.25rem auto;max-width:640px;color:#cbd5e1;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.6rem;border-radius:999px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#4f46e5;color:#fff}.btn-secondary{background:#111827;color:#e2e8f0;border:1px solid #334155}.section{padding:5rem 0}.section-light{background:#071122}.section-dark{background:#020617;color:#e2e8f0}.section-gallery{background:#fff;color:#172033}.section-about{background:#e5e7eb;color:#172033}.section-header{max-width:700px;margin-bottom:2rem}.section-header span{display:inline-block;color:#6366f1;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem}.section-header h3{margin:.75rem 0 0;font-size:clamp(1.8rem,2.4vw,2.6rem);line-height:1.1}.section-header.light span,.section-header.light h3{color:#f8fafc}.cards-grid,.gallery-grid,.about-grid,.contact-grid{display:grid;gap:1.5rem}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{background:#111827;border:1px solid #1e293b;border-radius:1.25rem;padding:1.75rem;min-height:220px}.section-dark .card{background:#0a1220;border-color:#1e293b}.card h4{margin-top:0;margin-bottom:.9rem;font-size:1.25rem;color:#f8fafc}.card p{margin:0;color:#cbd5e1}.section-dark .card p{color:#d1d5db}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card{min-height:220px;border-radius:1.3rem;display:grid;place-items:center;text-align:center;padding:1.5rem;font-weight:700;color:#fff;background-size:cover;background-position:center;box-shadow:0 12px 30px #0f172a24}.gallery-worship{background-image:linear-gradient(180deg,#1e293bd6,#1e293b8c),url(https://images.unsplash.com/photo-1438232992991-995b7058bbb3?auto=format&fit=crop&w=800&q=80)}.gallery-fellowship{background-image:linear-gradient(180deg,#1e293bd6,#1e293b8c),url(https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=800&q=80)}.gallery-prayer{background-image:linear-gradient(180deg,#1e293be6,#1e293b99),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=800&q=80)}.gallery-discipleship{background-image:linear-gradient(180deg,#1e293bd6,#1e293b8c),url(https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=800&q=80)}.gallery-ministry{background-image:linear-gradient(180deg,#1e293bd6,#1e293b8c),url(https://images.unsplash.com/photo-1559027615-cd4628902d4a?auto=format&fit=crop&w=800&q=80)}.gallery-missions{background-image:linear-gradient(180deg,#1e293bd6,#1e293b8c),url(https://images.unsplash.com/photo-1469571486292-0ba58a3f068b?auto=format&fit=crop&w=800&q=80)}.about-grid{grid-template-columns:1.2fr .8fr;align-items:start}.about-grid span{display:block;margin-bottom:.75rem;color:#6366f1;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem}.about-grid h3{margin-top:0;margin-bottom:1rem}.about-grid p{margin-bottom:1rem;color:#475569}.about-highlights{display:grid;gap:1rem}.about-highlights div{background:#f8fafc;border:1px solid #cbd5e1;border-radius:1.25rem;padding:1.5rem}.about-highlights h4{margin:0 0 .75rem;color:#172033}.about-highlights p{margin:0;color:#475569}.section-map{background:#f8fafc;color:#172033}.contact-grid{grid-template-columns:1fr 1.4fr;align-items:start}.contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2rem}.contact-card h4{margin-top:0}.contact-card p{margin:.75rem 0 0;color:#475569}.map-wrapper{min-height:350px;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 50px #00000040}.map-wrapper iframe{width:100%;height:100%;min-height:350px;border:0}.site-footer{background:#020617;color:#cbd5e1;padding:2rem 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-inner p{margin:0;color:#cbd5e1}@media(max-width:900px){.about-grid,.contact-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.header-inner{flex-direction:column;align-items:stretch}.main-nav{justify-content:center;gap:.75rem 1rem}.section{padding:3rem 0}.hero-content h2{font-size:clamp(2rem,10vw,2.7rem);line-height:1.08}.hero-section{min-height:min(760px,calc(100svh - 112px));padding:4rem 0}.hero-content{width:min(100%,34rem);padding-inline:.25rem}.hero-content p{margin:1rem auto;font-size:1rem}.hero-actions{width:min(100%,22rem);margin:1.35rem auto 0}.hero-actions .btn{width:100%}.digital-world{top:48%;width:min(104vw,520px);opacity:.17}.static-globe svg{width:min(112vw,500px);height:min(112vw,500px);opacity:.12}.static-grid{background-size:38px 38px;opacity:.12}.world-grid,.world-routes,.world-route:after,.world-orbit-one,.world-orbit-two{animation:none}.galaxy-layer{transform:none;transition:none}.gallery-grid{grid-template-columns:1fr}}@media(max-width:420px){.container{width:min(100% - 1.25rem,1120px)}.header-inner{padding:.75rem 0}.main-nav{font-size:.9rem}.hero-section{min-height:650px;padding:3rem 0}.eyebrow{font-size:.78rem}}@media(prefers-reduced-motion:reduce){.world-grid,.world-routes,.world-route:after,.world-orbit-one,.world-orbit-two{animation:none}.galaxy-layer{transform:none;transition:none}}._wrapper_mud3w_1{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;display:block;max-width:100%}._canvas_mud3w_13{display:block;width:100%;height:100%}
