:root{--blue-900:#3a6081;--blue-800:#4c7796;--blue-700:#6090b3;--blue-600:#77a7cb;--blue-50:#eff6fc;--accent-600:#1f4e79;--ink:#2b2b2b;--ink-muted:#6b6b6b;--bg-soft:#f5f9fd;--white:#fff;--line:#00000014;--radius:10px;--radius-lg:18px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 10px 30px #0000001f;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.7}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--blue-800);margin-bottom:.6em;line-height:1.25}h1{letter-spacing:-.02em;font-size:clamp(2rem,4.5vw + 1rem,3.25rem)}h2{font-size:clamp(1.6rem,3vw + .8rem,2.3rem)}h3{font-size:clamp(1.25rem,2vw + .5rem,1.6rem)}h4{font-size:1.15rem}p{margin-bottom:1em}ul,ol{margin:0 0 1em 1.4em}li{margin-bottom:.4em}a{color:var(--blue-700)}a:hover{color:var(--blue-900)}:focus-visible{outline:3px solid var(--accent-600);outline-offset:2px;border-radius:2px}.container{width:min(1100px,100% - 2.5rem);margin-inline:auto}.container-narrow{width:min(760px,100% - 2.5rem);margin-inline:auto}main{min-height:55vh}.section{border-bottom:1px solid var(--line);padding:clamp(3rem,7vw,5rem) 0}.section:last-of-type{border-bottom:0}.section-alt{background:var(--bg-soft)}.lead{color:var(--ink-muted);max-width:70ch;font-size:1.15rem}.site-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);background:#fffffff5;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;min-height:68px;padding-block:.5rem;display:flex}.logo{align-items:center;gap:.65rem;text-decoration:none;display:flex}.logo img{width:40px;height:40px}.logo-name{color:var(--blue-800);letter-spacing:-.01em;font-size:1.25rem;font-weight:800;line-height:1.1}.logo-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);font-size:.65rem;font-weight:600;display:block}.nav-toggle{border:1px solid var(--line);width:44px;height:44px;color:var(--blue-800);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:1.4rem;display:none}.site-nav ul{flex-wrap:wrap;align-items:center;gap:.1rem;margin:0;list-style:none;display:flex}.site-nav a{color:var(--ink);white-space:nowrap;border-radius:8px;padding:.5rem .7rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-block}.site-nav a:hover{background:var(--bg-soft);color:var(--blue-800)}.site-nav a[aria-current=page]{color:var(--blue-800);background:var(--blue-50)}.site-nav a.nav-cta{background:var(--blue-700);color:var(--white)}.site-nav a.nav-cta:hover{background:var(--blue-800);color:var(--white)}@media (width<=960px){.nav-toggle{display:inline-flex}.site-nav{width:100%;display:none}.site-nav.open{display:block}.site-nav ul{flex-direction:column;align-items:stretch;gap:0}.site-nav a{border-bottom:1px solid var(--line);white-space:normal;padding:.85rem .5rem}.site-nav a:last-child{border-bottom:0}.site-nav a.nav-cta{text-align:center;border:0;margin-top:.75rem}}.hero{background:radial-gradient(1200px 500px at 80% -10%, #ffffff24, transparent 60%), linear-gradient(135deg, var(--blue-700) 0%, var(--blue-900) 100%);color:var(--white);text-align:center;padding:clamp(4rem,9vw,6.5rem) 0}.hero h1{color:var(--white);letter-spacing:-.03em;margin-bottom:.4em;font-size:clamp(2.4rem,5vw + 1rem,3.8rem)}.hero .tagline{color:#ffffffeb;margin-bottom:1.25rem;font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:400}.hero p{color:#ffffffe0;max-width:68ch;margin:0 auto .6em}.hero-badge{color:var(--white);letter-spacing:.06em;text-transform:uppercase;background:#ffffff29;border:1px solid #ffffff59;border-radius:999px;margin-bottom:1.25rem;padding:.3rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-cta{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:1.75rem;display:flex}.page-header{background:linear-gradient(135deg, var(--blue-700) 0%, var(--blue-900) 100%);color:var(--white);text-align:center;padding:clamp(3.5rem,8vw,5.5rem) 0}.page-header h1{color:var(--white)}.page-header p{color:#ffffffe6;max-width:65ch;margin-inline:auto;font-size:1.15rem}.btn{border-radius:var(--radius);cursor:pointer;border:2px solid #0000;justify-content:center;align-items:center;gap:.5em;padding:.75em 1.6em;font-size:1rem;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .15s,background .15s,color .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--blue-700);color:var(--white)}.btn-primary:hover{background:var(--blue-800);color:var(--white)}.btn-outline{color:var(--blue-800);background:0 0;border-color:currentColor}.btn-outline:hover{background:var(--blue-50);color:var(--blue-900)}.btn-light{background:var(--white);color:var(--blue-800)}.btn-light:hover{color:var(--blue-900);background:#f1f1f1}.btn-accent{background:var(--accent-600);color:var(--white)}.btn-accent:hover{color:var(--white);background:#173b5c}.btn-lg{border-radius:14px;padding:1em 2.2em;font-size:1.1rem}.btn-sm{padding:.5em 1.1em;font-size:.9rem}.grid-2,.grid-3,.grid-4{gap:clamp(1.25rem,2.5vw,2rem);margin-top:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1.25rem,2.5vw,1.75rem);transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card h3,.card h4{margin-bottom:.5rem}.card .icon{margin-right:.35em;display:inline-block}.card ul,.card ol{margin-bottom:.75em}.card>:last-child{margin-bottom:0}.ministry-card .icon,.highlight-card .icon,.platform-card .icon,.method-card .icon{font-size:1.4em}.event-list{gap:.75rem;margin:1.25rem 0 0;list-style:none;display:grid}.event-item{background:var(--bg-soft);border-radius:var(--radius);border:1px solid var(--line);flex-wrap:wrap;align-items:baseline;gap:.25rem 1rem;padding:1rem 1.25rem;display:flex}.event-date{color:var(--blue-800);min-width:9ch;font-weight:700}.step-list{counter-reset:step;gap:1rem;margin:1.25rem 0;list-style:none;display:grid}.step-list>li{counter-increment:step;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:auto 1fr;gap:1rem;margin-bottom:0;padding:1.1rem 1.25rem;display:grid}.step-list>li:before{content:counter(step);background:var(--blue-700);width:2.1rem;height:2.1rem;color:var(--white);border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:800;display:flex}.tips-list li,.resource-links li{padding-left:.25rem}.resource-links{gap:.5rem;margin:1rem 0;list-style:none;display:grid}.gallery-grid,.video-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.25rem;display:grid}.media-tile{aspect-ratio:16/10;border-radius:var(--radius);background:linear-gradient(145deg, var(--blue-50), #e8eff7);text-align:center;border:2px dashed #6090b359;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:1rem;display:flex}.media-tile .tile-icon{font-size:2rem}.media-tile .tile-label{color:var(--blue-800);font-weight:700}.media-tile small{color:var(--ink-muted)}.two-col{grid-template-columns:2fr 1fr;align-items:start;gap:clamp(1.5rem,3vw,2.5rem);display:grid}@media (width<=800px){.two-col{grid-template-columns:1fr}}.sidebar .side-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:1rem;padding:1.25rem 1.5rem}.sidebar .side-card h3{margin-bottom:.5rem;font-size:1.05rem}.sidebar .side-card ul{margin:0}.quote{background:var(--bg-soft);border-left:4px solid var(--blue-700);border-radius:0 var(--radius) var(--radius) 0;margin:1.25rem 0;padding:1.25rem 1.5rem;font-style:italic}.quote .quote-attr{color:var(--blue-800);margin-top:.6rem;font-style:normal;font-weight:700;display:block}.faq details{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:.75rem;padding:1rem 1.25rem}.faq summary{cursor:pointer;color:var(--blue-800);font-weight:700;list-style-position:inside}.faq details[open] summary{margin-bottom:.5rem}.faq p{margin-bottom:0}.field{margin-bottom:1.1rem}.field label{margin-bottom:.35rem;font-weight:700;display:block}.field input,.field select,.field textarea{width:100%;font:inherit;background:var(--white);border:2px solid #e2ebf3;border-radius:8px;padding:.7em .9em}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue-700);outline:none;box-shadow:0 0 0 4px #6090b31f}.field .field-help{color:var(--ink-muted);margin-top:.3rem;font-size:.85rem}.field-checkbox{align-items:center;gap:.6rem;display:flex}.field-checkbox input{width:auto}.field-checkbox label{margin-bottom:0}.form-grid-2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0 1.25rem;display:grid}.form-actions{margin-top:1.25rem}.notice{background:var(--blue-50);border-radius:var(--radius);color:var(--blue-900);border:1px solid #6090b34d;margin-top:1rem;padding:1rem 1.25rem;display:none}.notice.visible{display:block}.cta-band{background:linear-gradient(135deg, var(--blue-700) 0%, var(--blue-900) 100%);color:var(--white);text-align:center;padding:clamp(3rem,7vw,5rem) 0}.cta-band h2{color:var(--white);margin-bottom:.4em}.cta-band p{color:#ffffffe6;max-width:60ch;margin:0 auto 1.5rem;font-size:1.15rem}.cta-band .btn+.btn{margin-left:.75rem}.site-footer{color:#ffffffbf;background:#264964;margin-top:auto;padding:clamp(2.5rem,6vw,4rem) 0 2rem;font-size:.95rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.site-footer h3{color:var(--white);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.9rem;font-size:.95rem}.footer-nav ul{gap:.45rem;margin:0;list-style:none;display:grid}.site-footer a{color:#fffc}.site-footer a:hover{color:var(--white)}.footer-motto{color:#ffffffe6;margin:.75rem 0 0;font-style:italic}.footer-bottom{color:#ffffff8c;border-top:1px solid #ffffff26;margin-top:2.25rem;padding-top:1.25rem;font-size:.85rem}.page-grid{grid-template-columns:repeat(3,1fr);gap:clamp(1.25rem,2.5vw,1.75rem);margin-top:1.75rem;display:grid}.page-tile{color:inherit;text-decoration:none;display:block}.page-tile .tile-icon{margin-bottom:.6rem;font-size:2.1rem;display:block}.page-tile h3{margin-bottom:.35rem}.page-tile .tile-desc{color:var(--ink-muted);min-height:2.7em;margin-bottom:.9rem}.page-tile .tile-link{color:var(--blue-700);font-weight:700}.page-tile:hover .tile-link{color:var(--blue-900)}@media (width<=900px){.page-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.page-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.card:hover,.btn:hover{transform:none}}
