@import"https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Condensed:wght@600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2e7fad;--blue-dark: #1a5a7a;--blue-deeper: #163f57;--navy: #0f2535;--gold: #e6a817;--gold-dark: #c48c0a;--white: #ffffff;--off-white: #f0f4f7;--text-muted: rgba(255,255,255,.65);--card-bg: rgba(255,255,255,.08);--card-border: rgba(255,255,255,.12);--font-body: "Barlow", sans-serif;--font-display:"Barlow Condensed", sans-serif;--nav-h: 64px}html{font-size:16px;scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-body);background:var(--blue);color:var(--white);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit}.nav{position:sticky;top:0;z-index:100;height:var(--nav-h);background:var(--blue-deeper);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;padding:0 2rem;gap:2rem}.nav-logo{display:flex;align-items:center;flex:1}.nav-logo img{height:32px;width:auto}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{font-family:var(--font-display);font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .85rem;color:#fffc;transition:color .15s}.nav-link:hover{color:var(--white)}.nav-link.active{color:var(--gold)}.nav-search{background:none;border:none;padding:.4rem;color:#ffffffb3;display:flex;align-items:center}.nav-search:hover{color:var(--white)}.nav-search svg{width:18px;height:18px}.nav-hamburger{display:none;background:none;border:none;padding:.4rem;color:#ffffffb3;align-items:center}.nav-hamburger:hover{color:var(--white)}.nav-hamburger svg{width:22px;height:22px}.mobile-menu{display:none}.hero{background:var(--blue);min-height:calc(100vh - var(--nav-h));display:flex;align-items:center;position:relative;overflow:hidden}.hero-inner{max-width:1100px;margin:0 auto;padding:4rem 2rem;display:flex;align-items:center;gap:3rem;width:100%}.hero-missionary{flex-shrink:0;width:280px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));animation:floatIn .8s ease-out}.hero-content{flex:1}.hero-logo{width:340px;margin-bottom:1.5rem;animation:fadeUp .6s ease-out .2s both}.hero-tagline{font-size:1.35rem;font-weight:400;color:#ffffffd9;line-height:1.5;margin-bottom:2rem;animation:fadeUp .6s ease-out .35s both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .6s ease-out .5s both}@keyframes floatIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.9rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.65rem 1.4rem;border:2px solid transparent;transition:all .15s}.btn-gold{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-outline{background:transparent;color:var(--white);border-color:#fff6}.btn-outline:hover{border-color:var(--white);background:#ffffff14}.section{max-width:1100px;margin:0 auto;padding:4rem 2rem}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:1.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.section-link{font-size:.85rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.section-link:hover{color:var(--gold-dark)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.25rem}.card{background:var(--card-bg);border:1px solid var(--card-border);overflow:hidden;transition:transform .15s,border-color .15s;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);border-color:#ffffff40}.card-thumb{aspect-ratio:16/9;background:var(--blue-dark);overflow:hidden;position:relative}.card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.card:hover .card-thumb img{transform:scale(1.04)}.card-thumb-placeholder{width:100%;height:100%;background:var(--blue-deeper);display:flex;align-items:center;justify-content:center}.card-thumb-placeholder svg{width:40px;height:40px;opacity:.3}.card-body{padding:1rem;flex:1;display:flex;flex-direction:column}.card-meta{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:.5rem}.card-meta-sep{color:#ffffff4d}.card-title{font-size:1rem;font-weight:600;line-height:1.4;color:var(--white);margin-bottom:.5rem;flex:1}.card-excerpt{font-size:.85rem;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-type-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .5rem;background:#00000040}.badge-podcast{color:#7dd3fc}.badge-post{color:#86efac}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter-btn{font-family:var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;background:transparent;border:1px solid rgba(255,255,255,.25);color:#ffffffbf;transition:all .15s}.filter-btn:hover{border-color:#ffffff80;color:var(--white)}.filter-btn.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}.podcast-card{display:flex;gap:1rem;align-items:flex-start;background:var(--card-bg);border:1px solid var(--card-border);padding:1rem;transition:border-color .15s}.podcast-card:hover{border-color:#ffffff40}.podcast-card-thumb{width:80px;height:80px;flex-shrink:0;background:var(--blue-deeper);overflow:hidden}.podcast-card-thumb img{width:100%;height:100%;object-fit:cover}.podcast-card-body{flex:1;min-width:0}.podcast-card-title{font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:.35rem;color:var(--white)}.podcast-card-meta{font-size:.75rem;color:var(--text-muted);margin-bottom:.5rem}.podcast-card-duration{font-size:.75rem;color:var(--gold);font-weight:600}.post-layout{max-width:820px;margin:0 auto;padding:3rem 2rem}.post-header{margin-bottom:2rem}.post-kicker{font-family:var(--font-display);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.post-title{font-size:2.2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.post-byline{font-size:.85rem;color:var(--text-muted)}.post-featured-image{width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:2rem}.post-video{position:relative;padding-bottom:56.25%;margin-bottom:2rem}.post-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.post-body{font-size:1.05rem;line-height:1.8;color:#ffffffe6}.post-body p{margin-bottom:1.25rem}.post-body h2{font-size:1.4rem;font-weight:700;margin:2rem 0 .75rem}.post-body h3{font-size:1.15rem;font-weight:600;margin:1.5rem 0 .5rem}.post-body a{color:var(--gold);text-decoration:underline}.post-body ul,.post-body ol{padding-left:1.5rem;margin-bottom:1.25rem}.post-body li{margin-bottom:.4rem}.post-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.post-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .6rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffbf;transition:all .15s}.post-tag:hover{background:#ffffff26;color:var(--white)}.audio-player{background:var(--blue-deeper);border:1px solid var(--card-border);padding:1.25rem;margin-bottom:2rem}.audio-player audio{width:100%}.audio-player-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:.75rem}.about-hero{background:var(--blue-deeper);padding:4rem 2rem;text-align:center}.about-logo{width:200px;margin:0 auto 1.5rem}.about-tagline{font-size:1.5rem;font-weight:400;max-width:600px;margin:0 auto;color:#ffffffe6;line-height:1.5}.platform-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:3rem}.platform-card{background:#00000040;border:1px solid var(--card-border);padding:1.5rem;text-align:center}.platform-icon{font-size:2.5rem;margin-bottom:.75rem}.platform-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.platform-desc{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.donate-layout{max-width:700px;margin:0 auto;padding:4rem 2rem}.donate-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;text-transform:uppercase;margin-bottom:1.5rem}.donate-body{font-size:1.05rem;line-height:1.8;color:#ffffffd9;margin-bottom:2rem}.footer{background:var(--navy);padding:3rem 2rem 2rem;margin-top:4rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start}.footer-logo img{height:48px;width:auto;margin-bottom:.75rem}.footer-desc{font-size:.85rem;color:var(--text-muted);max-width:340px;line-height:1.6}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.footer-social a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;font-size:.85rem;transition:all .15s}.footer-social a:hover{background:#ffffff26;color:var(--white)}.footer-links{display:flex;flex-direction:column;gap:.5rem;text-align:right}.footer-links a{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);font-size:.75rem;color:var(--text-muted)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f2535f2;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh}.search-box{width:100%;max-width:640px;padding:0 1rem}.search-input-wrap{display:flex;align-items:center;background:var(--blue);border:1px solid rgba(255,255,255,.25);padding:0 1rem}.search-input{flex:1;background:none;border:none;outline:none;font-family:var(--font-body);font-size:1.25rem;color:var(--white);padding:1rem 0}.search-input::placeholder{color:#ffffff59}.search-close{background:none;border:none;color:#ffffff80;font-size:1.5rem;padding:.5rem}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.page-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.85rem;font-weight:700;background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;transition:all .15s}.page-btn:hover{border-color:#ffffff80;color:var(--white)}.page-btn.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}.page-btn:disabled{opacity:.3;pointer-events:none}.not-found{text-align:center;padding:8rem 2rem}.not-found h1{font-size:6rem;font-weight:700;color:#ffffff26;line-height:1}.not-found p{font-size:1.1rem;color:var(--text-muted);margin:1rem 0 2rem}@media(max-width:768px){.hero-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.hero-missionary{width:200px;order:-1}.hero-logo{width:260px;margin:0 auto 1rem}.hero-actions{justify-content:center}.platform-cards,.footer-inner{grid-template-columns:1fr}.footer-links{text-align:left}.nav{padding:0 1rem;gap:.75rem}.nav-links{display:none}.nav-hamburger{display:flex}.section{padding:2.5rem 1.5rem}.mobile-menu{display:flex;flex-direction:column;position:sticky;top:var(--nav-h);z-index:99;background:var(--blue-deeper);border-bottom:1px solid rgba(255,255,255,.1);padding:.5rem 0}.mobile-menu-link{font-family:var(--font-display);font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.75rem 1.5rem;color:#fffc;transition:background .15s,color .15s}.mobile-menu-link:hover{background:#ffffff0d;color:var(--white)}.mobile-menu-link.active{color:var(--gold)}.hero-tagline{font-size:1.1rem}.post-title{font-size:1.6rem}}
