:root { color-scheme:light; --ink:#252a2c; --muted:#596165; --accent:#765b23; --accent-dark:#574216; --line:#cdd0d1; --soft:#f1f3f3; }
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:#fff; font:1.0625rem/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
img { display:block; max-width:100%; height:auto; }
a { color:inherit; text-underline-offset:.25em; text-decoration-thickness:.07em; }
a:hover { text-decoration-thickness:.13em; }
button,input { font:inherit; color:inherit; }
button { cursor:pointer; }
:focus-visible { outline:3px solid #1769a6; outline-offset:4px; }
[hidden] { display:none!important; }
h1,h2,h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; line-height:1.15; text-wrap:balance; }
h1 { font-size:clamp(2.65rem,4.5vw,4.75rem); margin:.35rem 0 1.5rem; letter-spacing:-.025em; }
h2 { font-size:clamp(2rem,3vw,2.8rem); margin:0 0 1rem; letter-spacing:-.015em; }
h3 { font-size:1.65rem; margin:.5rem 0; }
p { margin:0 0 1rem; }
h1,h2,h3,p,a,figcaption { overflow-wrap:anywhere; }
figure { margin:0; }
.wrap { width:min(76rem,calc(100% - 4rem)); margin-inline:auto; }
.skip-link { position:absolute; z-index:5; left:1rem; top:1rem; transform:translateY(-200%); padding:.7rem 1rem; background:#fff; }
.skip-link:focus { transform:none; }
.demo-bar { background:var(--ink); color:#fff; text-align:center; padding:.45rem 1rem; font-size:.875rem; letter-spacing:.025em; }
.site-header { border-bottom:1px solid var(--line); }
.header-inner { display:flex; justify-content:space-between; align-items:center; gap:1.5rem; padding-block:1.35rem; }
.brand { font:bold 2.25rem/1 Georgia,serif; letter-spacing:-.03em; text-decoration:none; }
.brand span { display:block; margin-top:.45rem; color:var(--muted); font:400 .875rem/1.2 system-ui,sans-serif; letter-spacing:.08em; }
.main-nav { display:flex; flex-wrap:wrap; gap:.4rem 1.55rem; }
.main-nav a { display:inline-flex; align-items:center; min-height:2.75rem; text-decoration:none; }
.main-nav a:hover,.main-nav a[aria-current] { color:var(--accent); text-decoration:underline; text-decoration-thickness:2px; }
.eyebrow { font-size:.875rem; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); margin:0 0 1rem; font-weight:600; }
.lead { font-size:1.3rem; line-height:1.55; max-width:49rem; }
.hero { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:3.5rem; padding-block:4rem 4.5rem; }
.hero-copy { max-width:36rem; }
.hero-copy h1 { font-size:clamp(2.7rem,4.3vw,4.35rem); }
.hero-copy>p:not(.eyebrow) { max-width:31rem; }
.hero-photo { min-width:0; }
.hero-photo img { width:100%; height:31rem; object-fit:cover; object-position:50% 46%; }
.hero-photo figcaption { display:flex; flex-wrap:wrap; justify-content:space-between; gap:.25rem 1rem; padding-top:.8rem; font-size:.9rem; color:var(--muted); }
.hero-photo figcaption span { color:var(--ink); }
.actions { display:flex; flex-wrap:wrap; align-items:center; gap:1.2rem 1.5rem; margin-top:1.8rem; }
.button { display:inline-flex; min-height:3.25rem; align-items:center; justify-content:center; gap:1.5rem; padding:.8rem 1.3rem; color:#fff; background:var(--accent); border:1px solid var(--accent); border-radius:.15rem; text-decoration:none; font-weight:600; }
.button:hover { background:var(--accent-dark); }
.text-link { display:inline-flex; align-items:center; gap:.75rem; min-height:2.75rem; color:var(--accent); font-weight:600; }
.section { padding-block:4.5rem; }
.soft-section { background:var(--soft); }
.section-heading { display:flex; flex-wrap:wrap; align-items:end; justify-content:space-between; gap:1.5rem; margin-bottom:2rem; }
.section-heading h2 { margin:0; }
.section-heading .eyebrow { margin-bottom:.65rem; }
.card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2rem; }
.card-link { display:block; text-decoration:none; }
.card-image { position:relative; overflow:hidden; }
.card-image img { width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .2s ease; }
.card-link:hover img { transform:scale(1.025); }
.card-category { position:absolute; left:.8rem; bottom:.8rem; background:#fff; padding:.3rem .7rem; color:var(--ink); font-size:.875rem; }
.card-date { font-size:.9rem; color:var(--muted); margin:1rem 0 .45rem; }
.event-card h2,.event-card h3 { font-size:1.65rem; display:flex; justify-content:space-between; gap:.65rem; margin:0 0 .65rem; }
.event-card h2 span,.event-card h3 span { font-family:system-ui,sans-serif; font-size:1.1rem; color:var(--accent); }
.card-link:hover h2,.card-link:hover h3 { text-decoration:underline; text-underline-offset:.15em; }
.place { color:var(--muted); margin:0; }
.people-links { display:grid; grid-template-columns:1fr 1fr 1fr; gap:2rem; align-items:stretch; }
.directory-link { border-top:2px solid var(--accent); padding:1.2rem 0 .25rem; text-decoration:none; position:relative; }
.directory-link h3 { font-size:1.7rem; }
.directory-link p { max-width:25ch; margin-bottom:1.5rem; color:var(--muted); }
.link-number { font-size:.875rem; color:var(--accent); }
.link-arrow { position:absolute; right:0; bottom:0; font-size:1.7rem; color:var(--accent); }
.directory-link:hover h3 { text-decoration:underline; text-underline-offset:.15em; }
.page-section { padding-block:3.5rem 5rem; min-height:65vh; }
.page-heading { margin-bottom:2.4rem; }
.page-heading h1 { max-width:19ch; }
.page-heading .lead { color:var(--muted); }
.content-note { padding:1rem 1.25rem; background:var(--soft); border-left:3px solid var(--accent); margin:0 0 2rem; }
.content-note span { font-weight:600; margin-right:.65rem; }
.directory-tools { display:flex; flex-wrap:wrap; align-items:end; justify-content:space-between; gap:1rem; margin-bottom:1.5rem; }
.directory-tools label { display:grid; width:min(100%,31rem); gap:.5rem; }
.directory-tools input { border:1px solid #7a8387; border-radius:.15rem; background:#fff; width:100%; min-height:3.2rem; padding:.7rem 1rem; }
.directory-tools p { margin:0 0 .6rem; color:var(--muted); font-size:1rem; }
.person-list { list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; column-gap:3rem; }
.person-list li { display:grid; grid-template-columns:2rem 1fr; gap:.05rem .75rem; align-content:center; min-height:6.5rem; padding:1rem 0; border-top:1px solid var(--line); }
.person-index { grid-row:1/3; color:var(--accent); font-size:.875rem; margin-top:.2rem; }
.person-name { font-size:1.25rem; }
.person-city { color:var(--muted); }
.directory-crosslink { margin-top:3rem; border-top:1px solid var(--line); padding-top:1.5rem; display:flex; flex-wrap:wrap; align-items:center; gap:.5rem 2rem; }
.directory-crosslink p { margin:0; }
.year-filter { display:flex; flex-wrap:wrap; gap:.5rem; margin-bottom:2.5rem; }
.year-filter a { min-height:2.75rem; display:flex; align-items:center; padding:.5rem 1rem; border:1px solid var(--line); text-decoration:none; }
.year-filter a[aria-current] { background:var(--ink); border-color:var(--ink); color:#fff; }
.year-filter a:hover { border-color:var(--accent); }
.event-row { display:grid; grid-template-columns:minmax(0,5fr) minmax(0,7fr); gap:2.5rem; padding-bottom:2.5rem; margin-bottom:2.5rem; border-bottom:1px solid var(--line); }
.event-image img { width:100%; height:100%; min-height:16rem; max-height:23rem; object-fit:cover; }
.event-meta { display:flex; flex-wrap:wrap; gap:.6rem 1.2rem; color:var(--muted); font-size:.95rem; }
.event-meta span { color:var(--accent); }
.event-copy h2 { font-size:clamp(1.9rem,3vw,2.6rem); }
.event-copy h2 a { text-decoration:none; }
.event-copy h2 a:hover { text-decoration:underline; }
.event-copy>.place { margin-bottom:1rem; }
.event-copy .text-link { margin-top:.2rem; }
.album-grid { row-gap:3rem; }
.archive-note { border-top:1px solid var(--line); padding-top:1.2rem; margin:2.5rem 0 0; color:var(--muted); }
.back-link { display:inline-flex; min-height:2.75rem; align-items:center; gap:.7rem; margin-bottom:2rem; color:var(--accent); }
.detail-heading { margin-bottom:2.5rem; }
.detail-heading h1 { max-width:21ch; }
.separator { margin-inline:.75rem; }
.event-detail { display:grid; grid-template-columns:minmax(0,7fr) minmax(0,4fr); gap:3rem; align-items:start; }
.detail-photo img { width:100%; max-height:38rem; object-fit:contain; background:var(--soft); }
.detail-photo figcaption { font-size:.95rem; color:var(--muted); margin-top:.75rem; }
.detail-copy { border-top:2px solid var(--accent); padding-top:1.5rem; }
.detail-copy h2 { font-size:2rem; }
.detail-count { color:var(--muted); margin-top:1.5rem; }
.album-toolbar { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:1rem; margin-bottom:1.5rem; border-top:1px solid var(--line); padding-top:.75rem; }
.album-toolbar p { margin:0; color:var(--muted); }
.photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:2rem; }
.photo-grid figure { min-width:0; }
.photo-link { display:block; }
.photo-grid img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; background:var(--soft); }
.photo-grid figcaption { margin-top:.75rem; line-height:1.5; font-size:1rem; }
.photo-number { color:var(--accent); }
.empty-state { padding-block:3rem; }
.site-footer { background:var(--ink); color:#fff; }
.footer-main { display:flex; flex-wrap:wrap; justify-content:space-between; gap:2rem; padding-block:2.8rem 2rem; }
.footer-brand { font:bold 2.2rem/1.2 Georgia,serif; text-decoration:none; }
.footer-main p { margin:.7rem 0 0; color:#d0d6d8; }
.footer-main nav { display:flex; flex-wrap:wrap; align-items:start; gap:.25rem 1.3rem; }
.footer-main nav a { display:inline-flex; min-height:2.75rem; align-items:center; }
.footer-note { border-top:1px solid #586064; padding-block:1.3rem; font-size:.875rem; color:#d0d6d8; }
.footer-note p { margin:0; max-width:100ch; }
dialog { width:min(76rem,calc(100% - 2rem)); max-height:calc(100dvh - 2rem); overflow:auto; padding:1.3rem; border:0; border-radius:.2rem; color:var(--ink); background:#fff; }
dialog::backdrop { background:rgb(12 17 19 / .93); }
.viewer-toolbar,.viewer-navigation { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:.75rem; }
.viewer-toolbar h2 { font:600 1.125rem/1.4 system-ui,sans-serif; margin:0; max-width:75%; }
dialog button { min-height:2.75rem; padding:.6rem 1rem; border:1px solid #717a7f; background:#fff; border-radius:.15rem; }
dialog button:disabled { color:#61696d; background:#e9eded; cursor:default; }
.viewer-image { width:100%; height:auto; max-height:62dvh; object-fit:contain; margin-top:1rem; }
.viewer-caption { margin:.8rem 0; }
.viewer-caption:empty,.viewer-status:empty { display:none; }
.viewer-status { color:#9b2424; }
.viewer-navigation { margin-top:1rem; }
@media(max-width:64rem) {
  .main-nav { gap:.25rem .9rem; }
  .header-inner { flex-wrap:wrap; }
  .hero { gap:2rem; padding-block:3rem; }
  .hero-photo img { height:29rem; }
  .hero-copy h1 { font-size:3rem; }
  .card-grid,.photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .people-links { grid-template-columns:1fr 1fr; }
  .people-links>div { grid-column:1/-1; }
  .people-links>div h2 br { display:none; }
  .event-detail { gap:2rem; }
}
@media(max-width:43rem) {
  .wrap { width:calc(100% - 2rem); }
  .demo-bar { font-size:.875rem; line-height:1.4; }
  .header-inner { padding-block:1.15rem .8rem; gap:1rem; }
  .brand { font-size:2rem; }
  .main-nav { width:100%; gap:.1rem 1.05rem; font-size:1rem; }
  .hero { grid-template-columns:1fr; gap:2rem; padding-block:2.5rem; }
  .hero-copy h1 { font-size:2.8rem; }
  .hero-photo img { height:auto; aspect-ratio:5/4; }
  .hero-photo figcaption { font-size:.875rem; }
  .lead { font-size:1.2rem; }
  .section { padding-block:3rem; }
  .section-heading { margin-bottom:1.5rem; }
  .card-grid,.photo-grid { grid-template-columns:1fr; gap:2rem; }
  .people-links { grid-template-columns:1fr; gap:1.5rem; }
  .people-links>div { grid-column:auto; }
  .directory-link { padding-bottom:1rem; }
  .page-section { padding-block:2.5rem 3rem; }
  .page-heading h1 { font-size:2.7rem; }
  .person-list { grid-template-columns:1fr; }
  .event-row { grid-template-columns:1fr; gap:1.3rem; margin-bottom:2rem; padding-bottom:2rem; }
  .event-image img { height:auto; min-height:0; aspect-ratio:4/3; }
  .event-detail { grid-template-columns:1fr; gap:2rem; }
  .back-link { margin-bottom:1.3rem; }
  .footer-main { display:block; }
  .footer-main nav { margin-top:1.3rem; }
  dialog { width:calc(100% - 1rem); padding:1rem; }
  .viewer-toolbar h2 { max-width:65%; }
  .viewer-navigation button { flex:1; }
  .viewer-position { order:-1; width:100%; text-align:center; }
}
@media(prefers-reduced-motion:reduce) { .card-image img { transition:none; } }

.hero-without-photo,.event-without-photo { grid-template-columns:1fr; }
.event-copy .text-link + .text-link { margin-left:1.5rem; }
