@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";
html{scroll-behavior:smooth}body{color:#1e2a38;background:#fff;margin:0;font-family:Inter,sans-serif}img{max-width:100%;height:auto;display:block}.site-header{z-index:1000;background:#fff;border-bottom:1px solid #eee;padding:.5rem 2rem;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo img{width:auto;height:40px}.main-nav{gap:1.5rem;margin-left:2rem;display:flex}.main-nav a,.nav-item>summary{color:#1e2a38;border-bottom:2px solid #0000;padding:.5rem 0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s;display:inline-block}.main-nav a:hover,.main-nav a.active,.nav-item>summary:hover,.nav-item>summary.active{color:#2dcdb3;border-color:#2dcdb3}.nav-item{position:relative}.nav-item summary{cursor:pointer;align-items:center;gap:.25rem;list-style:none;display:inline-flex}.nav-item summary::marker{content:""}.nav-item summary::-webkit-details-marker{display:none}.nav-item summary:after{content:"▼";font-size:.7rem;line-height:1;transition:transform .2s}.nav-item[open] summary:after{content:"▲"}.dropdown-content{z-index:999;background:#fff;border-radius:6px;flex-direction:column;min-width:180px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000014}.dropdown-content a{white-space:nowrap;color:#1e2a38;padding:.5rem 1rem;font-size:.9rem;text-decoration:none}.dropdown-content a:hover{color:#2dcdb3;background:#f5f5f5}.nav-item[open] .dropdown-content{display:flex}.header-social{align-items:center;gap:1rem;margin-left:auto;display:flex}.header-social img{width:24px;height:24px;transition:filter .2s}.header-social a:hover img{filter:brightness(.7)}.headline{text-align:center;padding:4rem 2rem 2rem}.headline h2{margin:0 0 1rem;font-size:2.2rem;font-weight:700;line-height:1.4}.headline-static{display:inline}.headline-dynamic{color:#2dcdb3;margin:0 .4rem;font-weight:700;display:inline}.features-section{text-align:center;padding:4rem 2rem}.features-heading{margin-bottom:3rem;font-size:2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.feature-card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:1.5rem 1rem;transition:transform .2s,box-shadow .2s,color .2s;display:flex;box-shadow:0 2px 6px #0000000d;color:#1e2a38!important;text-decoration:none!important}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a;color:#2dcdb3!important}.feature-icon{color:inherit;margin-bottom:.75rem;font-size:2rem}.feature-card h3{color:inherit;margin:.5rem 0;font-size:1.1rem}.feature-card p{color:inherit;margin:0;font-size:.95rem;line-height:1.4}.worship-info{text-align:center;padding:3rem 2rem}.worship-info h2{margin-bottom:2rem;font-size:2rem}.pastor-section{max-width:1000px;margin:0 auto;padding:2rem 2rem 4rem}.pastor-heading{text-align:center;color:#2dcdb3;margin:0 0 1.5rem;font-size:2rem}.pastor-intro-container{flex-wrap:wrap;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.pastor-photo{flex:0 0 300px;max-width:300px}.pastor-photo img{border-radius:8px;box-shadow:0 4px 12px #00000014}.pastor-intro{flex:1;line-height:1.8}.resume-details{border:1px solid #ddd;border-radius:6px;max-width:800px;margin:2rem auto 0;overflow:hidden}.resume-details summary{color:#fff;cursor:pointer;background:#2dcdb3;padding:.75rem 1rem;font-size:1.2rem;font-weight:600;list-style:none}.resume-details summary::-webkit-details-marker{display:none}.resume-details[open] summary{background:#1ba6c6}.resume-content{background:#fafafa;padding:1rem 1.5rem}.resume-content h4{color:#2dcdb3;margin-top:1rem}.resume-content ul{margin:0;padding-left:1.2rem;list-style:outside}.resume-content li{margin-bottom:.6rem;font-size:.95rem}.about-section{padding:2rem 2rem 4rem}.content-container{text-align:center;max-width:900px;margin:0 auto;padding:0 1rem}.about-title{color:#2dcdb3;margin-bottom:.5rem;font-size:2.5rem}.about-subtitle{color:#1e2a38;margin-bottom:2rem;font-size:1.5rem}.about-text p{color:#1e2a38;margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.about-text p[lang=ko]{font-style:normal}.map-container{border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000d}.site-footer{color:#1e2a38;background:#f8f9fa;margin-top:4rem;font-size:.95rem}.footer-container{flex-wrap:wrap;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.footer-col{flex:200px}.footer-col:first-child{flex:auto;min-width:280px}.footer-logo img{height:40px;margin-bottom:1rem}.footer-social{gap:1rem;display:flex}.footer-social img{width:24px;height:24px;transition:filter .2s}.footer-social a:hover img{filter:brightness(.7)}.footer-col h4{color:#2dcdb3;margin-bottom:.75rem}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li+li{margin-top:.5rem}.footer-col a{color:#1e2a38;text-decoration:none;transition:color .2s}.footer-col a:hover{color:#2dcdb3}.footer-col address{font-style:normal;line-height:1.6}.footer-bottom{text-align:center;border-top:1px solid #e0e0e0;padding:1rem 0}.footer-bottom p{color:#6c757d;margin:0;font-size:.85rem}.footer-menu{flex:0 150px}.footer-contact{flex:300px}@media (max-width:900px){.main-nav{gap:1rem}}@media (max-width:768px){.header-container{padding:0 1rem}.main-nav{display:none}.footer-container{text-align:center;flex-direction:column;align-items:center}.footer-col,.footer-menu,.footer-contact{flex:100%}.headline h2{font-size:1.9rem;line-height:1.5}.feature-card{padding:1rem}.features-heading{font-size:1.9rem;line-height:1.5}}.mobile-break{display:none}@media (max-width:600px){.mobile-break{display:inline}}
