:root{--bg:#ffffff;--text:#222;--muted:#555;--brand:#243a5a;--accent:#f4a11a;--footer:#2b2b2b;--footer-text:#e8e8e8}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial;line-height:1.6;color:var(--text);background:var(--bg)}
.container{max-width:1100px;margin-inline:auto;padding:0 20px}
.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.brand-logo{width:44px;height:44px;border-radius:8px}
.brand-text{font-family:Georgia,'Times New Roman',serif;font-size:1.6rem;color:#000;font-weight:600;white-space:nowrap}
.site-nav{display:flex;gap:1.2rem}
.site-nav a{color:#222;text-decoration:none;font-weight:500;padding:.75rem .25rem;border-bottom:2px solid transparent}
.site-nav a.active{color:var(--brand);border-color:var(--brand)}
.site-nav a:hover{border-color:#ddd}
.nav-toggle{display:none;background:none;border:0;padding:.5rem;margin-left:auto;cursor:pointer}
.nav-toggle .bar{display:block;width:24px;height:2px;background:#222;margin:5px 0}
@media (max-width:860px){.nav-toggle{display:block}.site-nav{position:absolute;right:20px;top:72px;background:#fff;border:1px solid #eee;box-shadow:0 10px 24px rgba(0,0,0,.06);padding:.5rem 1rem;display:none;flex-direction:column}.site-nav.open{display:flex}}
.hero{width:100%;overflow:hidden;background:#000}
.hero img{width:100%;height:340px;object-fit:cover;display:block}
.content{padding:2.2rem 20px}
.content h1{font-family:Georgia,'Times New Roman',serif;font-size:2rem;margin:0 0 .5rem}
.content p{color:var(--muted);max-width:80ch}
.muted{color:#777}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;margin-top:1.2rem}
.card{border:1px solid #eee;border-radius:10px;padding:1rem;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s}
.card:hover{border-color:#ddd;box-shadow:0 6px 18px rgba(0,0,0,.06)}
@media (max-width:900px){.cards{grid-template-columns:1fr}}
.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;margin-top:1.5rem}
.about-item h3{margin:.2rem 0;font-size:1.15rem}
.about-item p{margin:0;color:var(--muted)}
@media (max-width:820px){.about-grid{grid-template-columns:1fr}}
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:1rem}
@media (max-width:700px){.contact-grid{grid-template-columns:1fr}}
.events{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-top:1rem}
.event{border:1px solid #eee;border-radius:10px;padding:1rem}
.event h3{margin:.2rem 0}
.event .when{color:#666;font-weight:600}
@media (max-width:820px){.events{grid-template-columns:1fr}}
.site-footer{margin-top:2.5rem;background:var(--footer);color:var(--footer-text);padding:2rem 0}
.site-footer a{color:#9fd1ff}
.copyright{opacity:.85}
.ig-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#c13584;border-radius:999px;margin-top:.75rem}
.ig-badge img{width:20px;height:20px;filter:brightness(0) invert(1)}
