.gallery-page{max-width:1140px;min-height:75vh}.gallery-heading{padding:10px 0 28px}.gallery-heading h1{font-size:48px;font-weight:550!important;margin:10px 0}.gallery-heading>p:last-child{font-size:16px;color:var(--muted)}.gallery-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:0 0 22px;margin-bottom:30px}.gallery-filters{display:flex;gap:9px;flex-wrap:wrap}.gallery-filters button{font:500 14px var(--font);border:1px solid var(--line);border-radius:22px;background:transparent;color:var(--text);padding:7px 17px;cursor:pointer}.gallery-filters button[aria-pressed=true]{background:var(--green);color:var(--bg);border-color:var(--green)}.gallery-count{white-space:nowrap;font-size:12px;color:var(--muted)}.photo-grid{columns:2;column-gap:28px}.photo-card{display:inline-block;width:100%;break-inside:avoid;margin:0 0 32px;vertical-align:top}.photo-card[hidden],.gallery-empty[hidden],.lightbox-story[hidden]{display:none}.photo-open{display:block;position:relative;border-radius:12px;overflow:hidden;background:var(--surface)}.photo-open img{display:block;width:100%;height:auto;transition:filter .2s}.photo-open:hover img{filter:brightness(1.04)}.photo-zoom{position:absolute;right:14px;bottom:14px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fffD;color:#263446}.photo-caption{display:flex;justify-content:space-between;align-items:baseline;gap:15px;margin-top:14px}.photo-caption h3{font-size:18px;font-weight:550}.photo-caption span,.photo-note,.photo-story{font-size:12px;color:var(--muted)}.photo-note{margin-top:5px}.photo-story{display:inline-block;margin-top:9px;color:var(--green)}.gallery-footer{display:flex;justify-content:space-between;gap:20px;padding-top:23px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.photo-dialog{background:var(--bg);color:var(--text);border:1px solid var(--line);border-radius:16px;width:min(1100px,94vw);max-height:94dvh;padding:18px 22px;overflow:auto}.photo-dialog::backdrop{background:rgba(12,20,32,.85);backdrop-filter:blur(6px)}.photo-dialog button{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:20px;cursor:pointer}.lightbox-toolbar{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:12px}.lightbox-close{padding:5px 15px}.lightbox-stage{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:14px;min-height:160px}.lightbox-image{display:block;max-width:100%;max-height:66dvh;width:auto;height:auto;margin:auto;object-fit:contain}.lightbox-stage button{font-size:30px;height:44px;line-height:1}.lightbox-stage button:disabled{opacity:.35;cursor:default}.lightbox-caption{padding:15px 54px 2px}.lightbox-caption h2{font-size:20px;margin:0}.lightbox-caption p,.lightbox-story{font-size:13px;color:var(--muted)}.lightbox-story{color:var(--green)}.home-photography{margin-bottom:28px}.home-life-heading{margin:16px 0;font-size:20px}.life-grid.single-story{grid-template-columns:1fr}.single-story .life-card{display:grid;grid-template-columns:230px 1fr}.single-story .life-cover{height:100%;aspect-ratio:auto;min-height:150px}@media(max-width:600px){.gallery-heading h1{font-size:38px}.photo-grid{columns:1}.gallery-controls{align-items:flex-start}.gallery-filters{gap:7px}.gallery-filters button{padding:6px 13px;font-size:13px}.photo-dialog{padding:12px;width:96vw}.lightbox-stage{grid-template-columns:28px minmax(0,1fr) 28px;gap:5px}.lightbox-stage button{font-size:22px;height:36px}.lightbox-caption{padding:14px 5px}.lightbox-image{max-height:62dvh}.gallery-footer{flex-wrap:wrap}.single-story .life-card{display:block}.single-story .life-cover{aspect-ratio:16/9}.photo-caption h3{font-size:17px}}@media(prefers-reduced-motion:reduce){.photo-open img{transition:none}}
.home-photography .photo-open img{height:300px;object-fit:contain}.home-photography .photo-card{margin-bottom:10px}.home-photography .photo-grid{columns:auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:600px){.home-photography .photo-grid{grid-template-columns:1fr 1fr;gap:12px}.home-photography .photo-open img{height:220px}.home-photography .photo-caption{display:block}.home-photography .photo-caption h3{font-size:15px}}

/* Compact gallery thumbnails; full-size dialog keeps its existing layout. */
.gallery-page .photo-grid{columns:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;align-items:start}
.gallery-page .photo-card{margin:0;min-width:0}
.gallery-page .photo-caption{margin-top:10px;gap:8px;flex-wrap:wrap}
.gallery-page .photo-caption h3{font-size:16px}
.gallery-page .photo-note{line-height:1.65}
.gallery-page .gallery-footer{margin-top:32px}
@media(max-width:1000px){.gallery-page .photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.gallery-page .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.gallery-page .photo-caption h3{font-size:15px}}
.gallery-page .photo-caption,.gallery-page .photo-note,.gallery-page .photo-story{display:none}

.photo-medium,.photo-month{margin:0 0 40px}.photo-medium[hidden]{display:none}.photo-medium>h2,.photo-month>h2{font-size:20px;font-weight:550;margin:0 0 20px}.gallery-more{text-align:center;padding:10px 0 28px}.gallery-more a{display:inline-block;padding:11px 26px;border:1px solid var(--line);border-radius:999px;color:var(--text)}.gallery-more a:hover{color:var(--green);border-color:var(--green)}
