:root { color-scheme: light; font-family: Inter, system-ui, sans-serif; color: #16251f; background: #f5f1e8; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
.site-header, .home-shell, .site-footer { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { padding-block: 1.5rem; }
.site-header a { color: #163f32; font-size: 1.35rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; }
.home-shell { padding-block: 2rem 4rem; }
.hero { max-width: 42rem; margin-bottom: 2rem; }
.hero p { margin: 0 0 .5rem; color: #a34d2a; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.25rem, 7vw, 4.5rem); line-height: 1; }
.event-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: 1.25rem; }
.event-card { overflow: hidden; border: 1px solid #d8d0c1; border-radius: 1rem; background: #fffdf8; box-shadow: 0 .35rem 1.2rem #253b3020; }
.card-link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.card-link:focus-visible { outline: .2rem solid #a34d2a; outline-offset: -.2rem; }
.card-link img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #e7e0d3; }
.card-content { padding: 1.15rem; }
.date { margin: 0 0 .65rem; color: #a34d2a; font-size: .9rem; font-weight: 750; }
.event-card h2 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.15; }
.location { margin: .75rem 0 0; color: #52615b; line-height: 1.45; }
.empty-state { padding: 2rem; border: 1px dashed #b8ae9c; border-radius: 1rem; background: #fffdf8; text-align: center; }
.site-footer { padding-block: 1.5rem 2.5rem; border-top: 1px solid #d8d0c1; color: #52615b; font-size: .9rem; }
@media (max-width: 520px) { .home-shell { padding-top: 1rem; } .event-grid { gap: 1rem; } }
