.photo-section{padding-block:55px;border-bottom:1px solid var(--line)}
.album-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:34px 28px}
.album-card{min-width:0}.album-cover{position:relative;display:block;aspect-ratio:1.5;background:var(--sand);overflow:hidden;text-decoration:none}
.album-cover img{width:100%;height:100%;object-fit:contain;transition:transform .25s}.album-cover:hover img{transform:scale(1.025)}
.album-count{position:absolute;left:14px;bottom:14px;padding:5px 10px;background:var(--paper);color:var(--ink);font-size:12px;font-weight:600;border-radius:var(--radius)}
.album-card .card-meta{margin:17px 0 9px;flex-wrap:wrap;gap:4px 12px}.album-card h3{font-size:28px;line-height:1.16}.album-card h3 a{text-decoration:none}.album-card h3 a:hover{text-decoration:underline}.album-venue{font-size:13px;color:var(--muted);margin-top:10px}
.gallery-main{padding-block:55px 75px;min-height:65vh}.gallery-main .archive-heading{max-width:800px}.gallery-main .archive-description{margin-top:18px;color:var(--muted)}
.gallery-filters{display:grid;grid-template-columns:1.7fr 1fr .8fr auto auto;gap:16px;align-items:end;padding-block:27px;margin-top:24px;border-block:1px solid var(--line)}
.gallery-filters label{display:block;min-width:0}.gallery-filters label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:650}.gallery-filters input,.gallery-filters select{width:100%;min-height:48px;border:1px solid #8d9995;background:var(--paper);color:var(--ink);padding:10px;border-radius:var(--radius)}.gallery-filters .button{min-height:48px}.gallery-filters+.filter-status{margin-block:18px 28px}
.album-heading{max-width:950px;margin-bottom:35px}.album-heading>.eyebrow{margin-top:24px}.album-heading h1{font-size:clamp(38px,5vw,65px);letter-spacing:-.045em;margin:13px 0 20px}.album-details{font-size:14px;color:var(--muted);margin-bottom:10px}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.photo-tile{min-width:0}.photo-tile>a{display:block;aspect-ratio:1.4;background:var(--sand);cursor:zoom-in}.photo-tile img{width:100%;height:100%;object-fit:contain}.photo-tile figcaption{margin-top:9px}.album-manage{margin-top:35px}.album-shortcut{max-width:800px;margin:0 auto 26px;padding:15px 20px;background:var(--sand);font-size:14px}.category-albums{padding-block:30px 36px;border-bottom:1px solid var(--line);margin-bottom:32px}.category-albums h2{font-size:32px}.entry-content [data-lightbox]{cursor:zoom-in}
.photo-viewer{position:fixed;inset:0;border:0;padding:20px 24px;margin:auto;width:min(1440px,96vw);max-width:100vw;height:94vh;height:94dvh;max-height:100dvh;background:#11252e;color:#fff;overflow:auto;z-index:1000;border-radius:4px}.photo-viewer:not([open]){display:none}.photo-viewer[open]{display:flex;flex-direction:column}.photo-viewer::backdrop{background:#07151ee8}.photo-viewer:focus-visible{outline:0}.photo-viewer-bar{display:flex;gap:20px;align-items:center;flex-shrink:0}.photo-viewer-bar p{margin-right:auto;font-size:14px;font-variant-numeric:tabular-nums}.photo-viewer-bar a{color:#fff;font-size:12px;min-height:44px;display:flex;align-items:center}.photo-viewer button{background:transparent;border:1px solid #7a8d94;color:white;border-radius:3px;min-height:44px;min-width:48px;padding:8px 12px;font-size:14px}.photo-viewer button:hover{background:#29434e}.photo-viewer button:disabled{opacity:.4;cursor:default}.photo-viewer :focus-visible{outline:3px solid #ffd16f;outline-offset:3px}.photo-viewer-stage{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:20px;flex:1;min-height:0;margin-top:14px}.photo-viewer-stage figure{height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.photo-viewer-stage img{display:block;min-height:0;width:100%;height:100%;object-fit:contain;flex:1}.photo-viewer-stage figcaption{color:#f8f3e9;max-height:18vh;overflow:auto;text-align:center;font-size:14px;flex-shrink:0}.photo-viewer-stage [role=status]{font-size:12px;color:#e6dbbd;flex-shrink:0;text-align:center}.photo-viewer-stage [role=status]:empty{display:none}
@media(max-width:1000px){.gallery-filters{grid-template-columns:1fr 1fr auto}.gallery-filters label:first-of-type{grid-column:1/-1}.gallery-filters>.text-link{grid-column:1/-1;justify-self:start}.album-grid{gap:30px 22px}}
@media(max-width:650px){.photo-section{padding-block:38px}.album-grid{grid-template-columns:1fr;gap:30px}.album-card h3{font-size:27px}.gallery-main{padding-block:32px 45px}.gallery-filters{grid-template-columns:1fr 1fr;gap:14px;margin-top:15px}.gallery-filters input,.gallery-filters select{font-size:16px}.gallery-filters>.text-link{grid-column:auto}.gallery-filters>.button{justify-self:start}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.photo-tile figcaption{font-size:11px}.photo-viewer{width:100%;height:100vh;height:100dvh;padding:12px;border-radius:0}.photo-viewer-bar{gap:12px}.photo-viewer-bar a{font-size:11px}.photo-viewer-stage{grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr) 48px;gap:12px}.photo-viewer-stage figure{grid-column:1/-1;grid-row:1}.photo-viewer-stage [data-photo-prev]{grid-row:2;justify-self:start}.photo-viewer-stage [data-photo-next]{grid-row:2;justify-self:end}.category-albums .section-heading h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){.album-cover img{transition:none}}
@media print{.photo-viewer,.gallery-filters,.album-manage{display:none!important}.album-grid,.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-tile,.album-card{break-inside:avoid}.gallery-main{padding:0}}

.sidebar-extras{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:25px;border-top:1px solid #ffffff30;padding:25px 0}.sidebar-extras h3{font-size:25px;margin-bottom:15px}.sidebar-extras ul{padding-left:18px;font-size:14px}.sidebar-extras a{color:inherit}
