:root{--ink:#111;--muted:#767676;--line:#e5e5e5;--nav:#0c2d5c}
*{box-sizing:border-box}
html{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);background:#fff}
body{margin:0;font-size:20px;line-height:1.5}.site{max-width:1200px;margin:auto}.site-header{padding:1rem 1.25rem 3.2rem}.branding{display:flex;align-items:baseline;gap:4rem;flex-wrap:wrap}.site-title{margin:0;font-weight:700;font-size:1.45rem;letter-spacing:-.02em}.site-title a{color:inherit;text-decoration:none}
.menu{display:flex;flex-wrap:wrap;gap:1.7rem;margin:0;padding:0;list-style:none;font-size:1.08rem}.menu a{color:var(--nav);font-weight:700;text-decoration:none}.menu a:hover,.menu a[aria-current="page"]{text-decoration:underline;text-underline-offset:.3em}
.content{max-width:720px;margin:0 auto;padding:0 1.25rem 5rem}.entry-title{font-size:2.45rem;line-height:1.16;margin:0 0 3rem;letter-spacing:-.04em}.entry-content p{margin:0 0 1.45rem}.entry-content h3{font-size:1.18rem;line-height:1.4;margin:0 0 2.2rem}.entry-content figure{margin:2.5rem 0}.entry-content img{display:block;width:100%;height:auto}.caption{font-size:.75rem;color:#555;text-align:center;margin:.65rem 0 0}.audio-list figure{margin:2rem 0}.audio-list audio{width:100%;display:block}.video-list iframe{display:block;width:100%;border:0;aspect-ratio:16/9;height:auto}
.gallery{display:grid;grid-template-columns:1fr;gap:2.5rem}.gallery figure{margin:0 auto;max-width:720px;background:#f4f4f4}.gallery img{display:block;width:100%;height:auto}.site-footer{border-top:1px solid var(--line);padding:1.75rem 1.25rem;margin:0 1.25rem;color:var(--muted);font-size:.8rem}.site-footer a{color:inherit}
@media(max-width:640px){body{font-size:18px}.site-header{padding-bottom:2.5rem}.branding{gap:1.3rem}.menu{gap:.9rem;font-size:1rem}.entry-title{font-size:2rem;margin-bottom:2.2rem}.gallery{gap:1.5rem}}
