:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.btn{padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;transition:all .3s;box-shadow:0 2px 4px #0000001a}.btn:hover{box-shadow:0 4px 6px -1px #0000001a}.btn:focus{outline:none;box-shadow:0 0 0 2px var(--navy)}.btn-primary{background-color:var(--navy);color:#fff}.btn-primary:hover{background-color:#1e3a8ae6}.btn-secondary{background-color:var(--crimson);color:#fff}.btn-secondary:hover{background-color:#dc2626e6}.btn-outline{background-color:transparent;border:2px solid var(--navy);color:var(--navy)}.btn-outline:hover{background-color:var(--navy);color:#fff}.home-container{width:100%;min-height:100vh}.hero{position:relative;background-color:var(--navy);color:#fff;overflow:hidden;min-height:55vh;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy),var(--crimson));opacity:1;z-index:1}.hero-background-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.hero-content{position:relative;z-index:10;text-align:center;padding:6rem 1rem;max-width:64rem;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1);font-weight:200}.hero-title strong{font-weight:700}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:32rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.carousel-section{width:100vw;background-color:#fff;padding:3rem 0;overflow:hidden}.carousel-container{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;animation:scroll 20s linear infinite;gap:1rem;padding:0 1rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-item{width:10rem;height:10rem;flex-shrink:0}@media (min-width: 640px){.carousel-item{width:12rem;height:12rem}}@media (min-width: 768px){.carousel-item{width:14rem;height:14rem}}.carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border:4px solid white;box-shadow:0 4px 6px -1px #0000001a;border-radius:.5rem}.events-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.events-section{padding:4rem 3rem}}.events-container{max-width:80rem;margin:0 auto}.events-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--navy)}.events-tabs{display:flex;justify-content:center;margin-bottom:2rem}.tab-button{padding:.5rem 1.5rem;margin:0 .5rem;border-radius:9999px;transition:background-color .2s}.tab-button.active{background-color:var(--navy);color:#fff}.tab-button:not(.active){background-color:var(--gray-100);color:var(--gray-custom)}.tab-button:not(.active):hover{background-color:var(--gray-200)}.events-grid{display:grid;gap:2rem}@media (min-width: 768px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.events-grid{grid-template-columns:repeat(3,1fr)}}.event-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transform:scale(1);transition:transform .3s}.event-card:hover{transform:scale(1.05)}.event-image{width:100%;height:24rem}.event-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.event-content{padding:1.5rem}.event-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--navy)}.event-details{display:flex;flex-direction:column}.event-detail{display:flex;align-items:center;gap:.5rem;color:var(--gray-custom)}.event-detail span{font-size:1.125rem}.event-description{color:var(--gray-custom)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:.75rem;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a}@media (min-width: 768px){.modal-content{max-width:600px}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--gray-custom);z-index:10;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.modal-close:hover{background-color:var(--gray-100)}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid var(--gray-100)}.modal-image{width:100%;height:200px;margin-bottom:1rem;border-radius:.5rem;overflow:hidden}.modal-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-title{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.modal-meta{display:flex;flex-wrap:wrap;gap:1rem}.modal-meta-item{display:flex;align-items:center;gap:.25rem;color:var(--gray-custom);font-size:.875rem}.modal-body{padding:1.5rem 2rem}.modal-description{margin-bottom:2rem}.modal-description h3{font-size:1.125rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.modal-description p{color:var(--gray-custom);line-height:1.6}.modal-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border-bottom:1px solid var(--gray-100)}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:var(--navy);min-width:120px}.detail-value{color:var(--gray-custom);text-align:right;flex:1}.detail-value a{color:var(--crimson);text-decoration:none}.detail-value a:hover{text-decoration:underline}.modal-footer{padding:1.5rem 2rem;border-top:1px solid var(--gray-100);display:flex;gap:1rem;justify-content:flex-end}.testimonials-section{width:100%;padding:4rem 1rem;background-color:var(--gray-50)}@media (min-width: 768px){.testimonials-section{padding:4rem 3rem}}.testimonials-container{max-width:80rem;margin:0 auto}.testimonials-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--navy)}.testimonials-grid{display:grid;gap:2rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s}.testimonial-card:hover{transform:translateY(-.25rem)}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar{width:3rem;height:3rem;background-color:var(--navy);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.testimonial-name{font-weight:600;color:var(--navy)}.testimonial-membership{color:var(--gray-custom);font-size:.875rem}.testimonial-text{color:var(--gray-custom);line-height:1.6;margin-bottom:1rem;font-style:italic}.testimonial-rating{display:flex;gap:.25rem}.testimonial-star{color:#fbbf24;font-size:1.125rem}.sermons-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.sermons-section{padding:4rem 3rem}}.sermons-container{max-width:80rem;margin:0 auto}.sermons-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--navy)}.sermon-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s}.sermon-card:hover{transform:translateY(-.25rem)}.sermon-video{position:relative;height:12rem;background-color:var(--gray-100)}.sermon-play-button{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.play-button{width:4rem;height:4rem;background-color:var(--crimson);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .3s;border:none;cursor:pointer}.sermon-pastor{color:var(--gray-custom);margin-bottom:1rem}.sermon-footer{display:flex;align-items:center;justify-content:space-between}.sermon-date{color:var(--gray-custom);font-size:.875rem}.about-container{width:100%;min-height:100vh}.about-hero{position:relative;background-color:var(--navy);color:#fff;overflow:hidden;min-height:60vh;display:flex;align-items:center;justify-content:center}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy),var(--crimson));opacity:.9}.about-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.about-hero-content{position:relative;z-index:10;text-align:center;padding:6rem 1rem;max-width:64rem;margin:0 auto}.about-hero-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (min-width: 768px){.about-hero-title{font-size:4.5rem}}.about-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.about-hero-subtitle{font-size:1.5rem}}.mission-vision-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.mission-vision-section{padding:4rem 3rem}}.mission-vision-container{max-width:80rem;margin:0 auto}.mission-vision-grid{display:grid;gap:3rem}@media (min-width: 768px){.mission-vision-grid{grid-template-columns:repeat(2,1fr);align-items:center}}.mission-vision-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:var(--navy)}.mission-vision-text{color:var(--gray-custom);margin-bottom:1.5rem}.vision-card{background-color:var(--gray-50);padding:2rem;border-radius:.75rem}.values-section{width:100%;padding:4rem 1rem;background-color:var(--gray-50)}@media (min-width: 768px){.values-section{padding:4rem 3rem}}.values-container{max-width:80rem;margin:0 auto}.values-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--navy)}.values-grid{display:grid;gap:2rem}@media (min-width: 768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{background-color:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;transform:scale(1);transition:transform .3s}.value-card:hover{transform:scale(1.05)}.value-icon{font-size:2.5rem;margin-bottom:1rem}.value-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--navy)}.value-description{color:var(--gray-custom)}.team-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.team-section{padding:4rem 3rem}}.team-container{max-width:80rem;margin:0 auto}.team-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--navy)}.team-grid{display:grid;gap:2rem}@media (min-width: 768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transform:scale(1);transition:transform .3s}.team-card:hover{transform:scale(1.05)}.team-image{aspect-ratio:1;overflow:hidden}.team-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-content{padding:1.5rem}.team-name{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:var(--navy)}.team-role{color:var(--crimson);margin-bottom:1rem}.team-bio{color:var(--gray-custom);margin-bottom:1rem}.join-section{width:100%;padding:4rem 1rem;background-color:var(--navy);color:#fff}@media (min-width: 768px){.join-section{padding:4rem 3rem}}.join-container{max-width:80rem;margin:0 auto;text-align:center}.join-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.join-text{font-size:1.25rem;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.join-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.about-hero-badge{display:inline-block;background:#fff;color:var(--navy);padding:1rem 2rem;border-radius:2rem;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 4px 15px #0000001a}.about-hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#ffffffe6;font-weight:500}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--gray-custom);max-width:40rem;margin:0 auto}.mission-card,.vision-card{position:relative;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s,box-shadow .3s}.mission-card:hover,.vision-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.card-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.value-icon-wrapper{width:4rem;height:4rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s}.value-card:hover .value-icon-wrapper{transform:scale(1.1)}.value-icon{font-size:1.5rem}.refugee-ministry-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.refugee-ministry-container{max-width:75rem;margin:0 auto;padding:0 1.5rem}.refugee-ministry-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--navy)}.refugee-ministry-content{display:flex;justify-content:center}.refugee-ministry-text{max-width:60rem;text-align:center}.refugee-ministry-intro{margin-bottom:3rem}.refugee-ministry-description{font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem;color:var(--gray-custom)}.refugee-ministry-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.refugee-feature{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s,box-shadow .3s;text-align:center}.refugee-feature:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.refugee-feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.refugee-feature h4{font-size:1.25rem;font-weight:600;color:var(--navy);margin-bottom:.75rem}.refugee-feature p{color:var(--gray-custom);line-height:1.6}.team-section{padding:4rem 0;background:#fff}.team-card{max-width:500px;margin:0 auto;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.team-image{position:relative;height:300px;overflow:hidden}.team-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.team-card:hover .team-image img{transform:scale(1.05)}.team-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.team-card:hover .team-overlay{opacity:1}.team-social{display:flex;gap:1rem}.social-icon{width:3rem;height:3rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:transform .3s}.social-icon:hover{transform:scale(1.1)}.team-content{padding:2rem}.team-highlights{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.highlight-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:.5rem;font-size:.875rem;color:var(--gray-custom)}.highlight-icon{font-size:1rem}.sermons-container{width:100%;min-height:100vh}.sermons-hero{position:relative;background-color:var(--navy);color:#fff;overflow:hidden;min-height:40vh;display:flex;align-items:center;justify-content:center}.sermons-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy),var(--crimson));opacity:.9}.sermons-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.sermons-hero-content{position:relative;z-index:10;text-align:center;padding:4rem 1rem;max-width:64rem;margin:0 auto}.sermons-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (min-width: 768px){.sermons-hero-title{font-size:4.5rem}}.sermons-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.sermons-hero-subtitle{font-size:1.5rem}}.filter-section{width:100%;padding:2rem 1rem;background-color:#fff;border-bottom:1px solid var(--gray-200)}@media (min-width: 768px){.filter-section{padding:2rem 3rem}}.filter-container{max-width:80rem;margin:0 auto}.filter-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.filter-button{padding:.5rem 1.5rem;border-radius:9999px;transition:all .3s}.filter-button.active{background-color:var(--navy);color:#fff}.filter-button:not(.active){background-color:var(--gray-100);color:var(--gray-custom)}.filter-button:not(.active):hover{background-color:var(--gray-200)}.sermons-grid-section{width:100%;padding:4rem 1rem;background-color:var(--gray-50)}@media (min-width: 768px){.sermons-grid-section{padding:4rem 3rem}}.sermons-grid-container{max-width:80rem;margin:0 auto}.sermons-grid{display:grid;gap:2rem}@media (min-width: 768px){.sermons-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.sermons-grid{grid-template-columns:repeat(3,1fr)}}.sermon-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transform:scale(1);transition:transform .3s}.sermon-card:hover{transform:scale(1.05)}.sermon-image{position:relative;aspect-ratio:16/9;background-color:var(--gray-100)}.sermon-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sermon-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.sermon-card:hover .sermon-overlay{opacity:1}.play-button{width:4rem;height:4rem;background-color:var(--crimson);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;transition:background-color .3s}.play-button:hover{background-color:#dc2626e6}.play-icon{font-size:1.5rem}.sermon-content{padding:1.5rem}.sermon-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.sermon-category{font-size:.875rem;color:var(--crimson)}.sermon-date{font-size:.875rem;color:var(--gray-custom)}.sermon-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--navy)}.sermon-speaker{color:var(--gray-custom);margin-bottom:1rem}.sermon-description{color:var(--gray-custom);margin-bottom:1.5rem}.sermon-actions{display:flex;gap:1rem}.subscribe-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.subscribe-section{padding:4rem 3rem}}.subscribe-container{max-width:80rem;margin:0 auto}.subscribe-card{background-color:var(--navy);border-radius:1rem;padding:2rem;color:#fff}@media (min-width: 768px){.subscribe-card{padding:3rem}}.subscribe-grid{display:grid;gap:2rem}@media (min-width: 768px){.subscribe-grid{grid-template-columns:repeat(2,1fr);align-items:center}}.subscribe-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.subscribe-text{font-size:1.125rem;margin-bottom:1.5rem}.subscribe-buttons{display:flex;flex-wrap:wrap;gap:1rem}.subscribe-image{display:none}@media (min-width: 768px){.subscribe-image{display:block}}.subscribe-image img{border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.contact-container{width:100%;min-height:100vh}.contact-hero{position:relative;background-color:var(--navy);color:#fff;overflow:hidden;min-height:40vh;display:flex;align-items:center;justify-content:center}.contact-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy),var(--crimson));opacity:.9}.contact-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.contact-hero-content{position:relative;z-index:10;text-align:center;padding:4rem 1rem;max-width:64rem;margin:0 auto}.contact-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (min-width: 768px){.contact-hero-title{font-size:4.5rem}}.contact-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.contact-hero-subtitle{font-size:1.5rem}}.contact-info-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.contact-info-section{padding:4rem 3rem}}.contact-info-container{max-width:80rem;margin:0 auto}.contact-info-grid{display:grid;gap:2rem}@media (min-width: 768px){.contact-info-grid{grid-template-columns:repeat(3,1fr)}}.contact-info-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;transform:scale(1);transition:transform .3s}.contact-info-card:hover{transform:scale(1.05)}.contact-info-icon{font-size:2.5rem;margin-bottom:1rem}.contact-info-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--navy)}.contact-info-list{display:flex;flex-direction:column;gap:.5rem}.contact-info-item{color:var(--gray-custom)}.contact-form-section{width:100%;padding:4rem 1rem;background-color:var(--gray-50)}@media (min-width: 768px){.contact-form-section{padding:4rem 3rem}}.contact-form-container{max-width:48rem;margin:0 auto}.contact-form-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:3rem}.contact-form-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;color:var(--navy)}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-grid{display:grid;gap:1rem}@media (min-width: 768px){.form-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-label{font-size:.875rem;font-weight:500;color:var(--gray-custom)}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;transition:all .3s;font-size:1rem}.form-input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--navy)}.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;min-height:8rem;resize:vertical;transition:all .3s;font-size:1rem;font-family:inherit}.form-textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--navy)}.map-section{width:100%;background-color:var(--gray-100);padding:4rem 0}.map-container{max-width:75rem;margin:0 auto;padding:0 1.5rem;text-align:center}.map-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:var(--navy)}.map-subtitle{font-size:1.125rem;color:var(--gray-custom);margin-bottom:2rem}.map-iframe{width:100%;height:400px;border:none;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.contact-form-subtitle{font-size:1rem;color:var(--gray-custom);margin-bottom:2rem;text-align:center;line-height:1.6}.contact-hero-badge{display:inline-block;background:#fff;color:var(--navy);padding:1rem 2rem;border-radius:2rem;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 4px 15px #0000001a}.giving-container{width:100%;min-height:100vh}.giving-hero{position:relative;background-color:var(--navy);color:#fff;overflow:hidden;min-height:40vh;display:flex;align-items:center;justify-content:center}.giving-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy),var(--crimson));opacity:.9}.giving-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.giving-hero-content{position:relative;z-index:10;text-align:center;padding:4rem 1rem;max-width:64rem;margin:0 auto}.giving-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (min-width: 768px){.giving-hero-title{font-size:4.5rem}}.giving-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.giving-hero-subtitle{font-size:1.5rem}}.giving-options-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.giving-options-section{padding:4rem 3rem}}.giving-options-container{max-width:80rem;margin:0 auto}.giving-options-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--navy)}.giving-options-grid{display:grid;gap:2rem}@media (min-width: 768px){.giving-options-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.giving-options-grid{grid-template-columns:repeat(4,1fr)}}.giving-option-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:2rem;transform:scale(1);transition:transform .3s}.giving-option-card:hover{transform:scale(1.05)}.giving-option-icon{font-size:2.5rem;margin-bottom:1rem}.giving-option-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--navy)}.giving-option-description{color:var(--gray-custom)}.donation-form-section{width:100%;padding:4rem 1rem;background-color:var(--gray-50)}@media (min-width: 768px){.donation-form-section{padding:4rem 3rem}}.donation-form-container{max-width:48rem;margin:0 auto}.donation-form-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.donation-form-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;color:var(--navy)}.donation-form{display:flex;flex-direction:column;gap:2rem}.amount-selection{display:flex;flex-direction:column;gap:1rem}.amount-label{font-size:.875rem;font-weight:500;color:var(--gray-custom)}.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (min-width: 768px){.amount-grid{grid-template-columns:repeat(5,1fr)}}.amount-button{padding:1rem;border-radius:.5rem;border:2px solid var(--gray-200);transition:all .3s}.amount-button:hover{border-color:var(--navy)}.amount-button.selected{background-color:var(--crimson);border-color:var(--crimson);color:#fff}.custom-amount{margin-top:1rem}.custom-amount-input{position:relative}.custom-amount-input:before{content:"$";position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-custom)}.custom-amount-input input{width:100%;padding:.5rem 1rem .5rem 2rem;border:1px solid var(--gray-300);border-radius:.5rem;transition:all .3s}.custom-amount-input input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--navy)}.payment-method{display:flex;flex-direction:column;gap:1rem}.payment-method-grid{display:grid;gap:1rem}@media (min-width: 768px){.payment-method-grid{grid-template-columns:repeat(2,1fr)}}.payment-method-button{padding:1rem;border:2px solid var(--gray-200);border-radius:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s}.payment-method-button:hover{border-color:var(--navy)}.payment-method-icon{font-size:1.5rem}.frequency{display:flex;flex-direction:column;gap:1rem}.frequency-grid{display:grid;gap:1rem}@media (min-width: 768px){.frequency-grid{grid-template-columns:repeat(4,1fr)}}.frequency-button{padding:1rem;border:2px solid var(--gray-200);border-radius:.5rem;transition:all .3s}.frequency-button:hover{border-color:var(--navy)}.why-give-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.why-give-section{padding:4rem 3rem}}.why-give-container{max-width:80rem;margin:0 auto}.why-give-card{background-color:var(--navy);color:#fff;border-radius:1rem;padding:2rem}@media (min-width: 768px){.why-give-card{padding:3rem}}.why-give-grid{display:grid;gap:2rem}@media (min-width: 768px){.why-give-grid{grid-template-columns:repeat(2,1fr);align-items:center}}.why-give-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.why-give-text{font-size:1.125rem;margin-bottom:1.5rem}.why-give-list{display:flex;flex-direction:column;gap:1rem}.why-give-item{display:flex;align-items:center;gap:.5rem}.why-give-check{color:var(--crimson)}.why-give-image{display:none}@media (min-width: 768px){.why-give-image{display:block}}.why-give-image img{width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}.insights-container{width:100%;min-height:100vh}.insights-hero{position:relative;background-color:var(--navy);color:#fff;overflow:hidden;min-height:40vh;display:flex;align-items:center;justify-content:center}.insights-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--navy),var(--crimson));opacity:.9}.insights-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.2}.insights-hero-content{position:relative;z-index:10;text-align:center;padding:4rem 1rem;max-width:64rem;margin:0 auto}.insights-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}@media (min-width: 768px){.insights-hero-title{font-size:4.5rem}}.insights-hero-subtitle{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 2px rgba(0,0,0,.1);max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.insights-hero-subtitle{font-size:1.5rem}}.categories-section{width:100%;padding:2rem 1rem;background-color:#fff;border-bottom:1px solid var(--gray-200)}@media (min-width: 768px){.categories-section{padding:2rem 3rem}}.categories-container{max-width:80rem;margin:0 auto}.categories-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.category-button{padding:.5rem 1.5rem;border-radius:9999px;transition:all .3s}.category-button.active{background-color:var(--navy);color:#fff}.category-button:not(.active){background-color:var(--gray-100);color:var(--gray-custom)}.category-button:not(.active):hover{background-color:var(--gray-200)}.featured-post-section{width:100%;padding:4rem 1rem;background-color:var(--gray-50)}@media (min-width: 768px){.featured-post-section{padding:4rem 3rem}}.featured-post-container{max-width:80rem;margin:0 auto}.featured-post-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.featured-post-grid{display:grid}@media (min-width: 768px){.featured-post-grid{grid-template-columns:repeat(2,1fr)}}.featured-post-image{position:relative;aspect-ratio:16/9}@media (min-width: 768px){.featured-post-image{aspect-ratio:auto}}.featured-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-post-content{padding:2rem}.featured-post-label{color:var(--crimson);font-weight:600}.featured-post-title{font-size:1.875rem;font-weight:700;margin:.5rem 0 1rem;color:var(--navy)}.featured-post-excerpt{color:var(--gray-custom);margin-bottom:1.5rem}.featured-post-author{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.author-avatar{width:3rem;height:3rem;background-color:var(--navy);border-radius:9999px}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600;color:var(--navy)}.author-meta{font-size:.875rem;color:var(--gray-custom)}.posts-grid-section{width:100%;padding:4rem 1rem;background-color:#fff}@media (min-width: 768px){.posts-grid-section{padding:4rem 3rem}}.posts-grid-container{max-width:80rem;margin:0 auto}.posts-grid{display:grid;gap:2rem}@media (min-width: 768px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transform:scale(1);transition:transform .3s}.post-card:hover{transform:scale(1.05)}.post-image{position:relative;aspect-ratio:16/9}.post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-category{position:absolute;top:1rem;left:1rem;background-color:var(--crimson);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem}.post-content{padding:1.5rem}.post-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--navy)}.post-excerpt{color:var(--gray-custom);margin-bottom:1rem}.post-meta{display:flex;align-items:center;justify-content:space-between}.post-author{display:flex;align-items:center;gap:.5rem}.author-avatar-small{width:2rem;height:2rem;background-color:var(--navy);border-radius:9999px}.post-read-time{font-size:.875rem;color:var(--gray-custom)}.newsletter-section{width:100%;padding:4rem 1rem;background-color:var(--navy);color:#fff}@media (min-width: 768px){.newsletter-section{padding:4rem 3rem}}.newsletter-container{max-width:80rem;margin:0 auto;text-align:center}.newsletter-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.newsletter-text{font-size:1.125rem;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.newsletter-form{max-width:28rem;margin:0 auto}.newsletter-form-grid{display:flex;gap:1rem}.newsletter-input{flex:1;padding:.5rem 1rem;border-radius:.5rem;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff}.newsletter-input::-moz-placeholder{color:#fff9}.newsletter-input::placeholder{color:#fff9}.newsletter-input:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px var(--crimson)}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:var(--gray-50);text-align:center;padding:2rem}.not-found-title{font-size:4.5rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.not-found-text{font-size:1.5rem;margin-bottom:2rem}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background-color:var(--navy);color:#fff;padding:.75rem;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a;transition:background-color .3s}.back-to-top:hover{background-color:var(--navy-dark)}:root{--navy: #001143;--crimson: #dc2626;--gray-custom: #4b5563;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-700: #374151;--navy-dark: #1e3a8a}body{margin:0;min-width:320px;min-height:100vh;font-family:Montagu Slab,system-ui,-apple-system,sans-serif}.app-container{min-height:100vh;background-color:var(--gray-50);position:relative;width:100%}.nav{background-color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:40;border-bottom:1px solid var(--gray-100);width:100vw;margin-left:calc(-50vw + 50%)}.nav-container{max-width:100%;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.nav-container{padding:0 1.5rem}}@media (min-width: 1024px){.nav-container{padding:0 2rem}}@media (min-width: 1280px){.nav-container{padding:0 4rem}}.nav-content{display:flex;align-items:center;justify-content:space-between;height:6rem;width:100%;position:relative}.nav-logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0;z-index:1}.nav-logo img{width:255px;height:65px}.nav-links{display:none;align-items:center;gap:.25rem;position:absolute;left:50%;transform:translate(-50%)}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{padding:.5rem 1rem;color:var(--gray-custom);transition:color .2s;border-radius:.5rem;text-decoration:none;white-space:nowrap}.nav-link:hover{color:var(--navy);background-color:var(--gray-50)}.nav-join-us{display:none;align-items:center;flex-shrink:0;z-index:1}@media (min-width: 768px){.nav-join-us{display:flex}}.mobile-menu-btn{display:block;padding:.5rem;border-radius:.5rem;transition:background-color .2s;background:none;border:none;cursor:pointer;flex-shrink:0;z-index:1}@media (min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu-btn:hover{background-color:var(--gray-100)}.mobile-menu-btn svg{width:1.5rem;height:1.5rem;color:var(--gray-custom)}.mobile-menu{position:fixed;top:0;left:0;height:100vh;width:16rem;background-color:#fff;box-shadow:0 10px 15px -3px #0000001a;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:50}.mobile-menu.open{transform:translate(0)}.mobile-menu-content{display:flex;flex-direction:column;gap:.5rem;padding:1rem;margin-top:5rem}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:30}.footer{background-color:var(--navy);border-top:1px solid var(--gray-100);width:100vw;margin-left:calc(-50vw + 50%)}.footer-container{max-width:100%;margin:0 auto;padding:3rem 1rem}@media (min-width: 640px){.footer-container{padding:3rem 1.5rem}}@media (min-width: 1024px){.footer-container{padding:3rem 2rem}}@media (min-width: 1280px){.footer-container{padding:3rem 4rem}}.footer-grid{display:grid;gap:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem}.footer-logo img{width:255px;height:100px}.footer-text{color:#fff}.social-links{display:flex;gap:1rem}.social-link{color:#fff;transition:color .2s}.social-link:hover{color:var(--crimson)}.social-link svg{width:1.5rem;height:1.5rem}.footer-title{font-size:1.125rem;font-weight:600;color:#fff}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.footer-link{color:#fff;transition:color .2s;text-decoration:none}.footer-link:hover{color:var(--crimson)}.contact-list{display:flex;flex-direction:column;gap:1rem;color:#fff;list-style:none;padding:0;margin:0}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.footer-bottom{border-top:1px solid var(--gray-700);margin-top:3rem;padding-top:2rem;text-align:center;color:#fff}
