.photos-page{padding:12.5rem 0 6rem}.photos-page__header{margin-bottom:3rem}.photos-page__title{letter-spacing:-.04em;margin-top:.75rem;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.05}.photos-page__lead{max-width:40rem;color:var(--color-muted);margin-top:1rem;font-size:1.05rem;line-height:1.75}.photo-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;list-style:none;display:grid}.photo-gallery__item{min-width:0}.photo-gallery__thumb{aspect-ratio:4/3;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:12px;width:100%;padding:0;transition:transform .18s,box-shadow .18s;display:block;position:relative;overflow:hidden}.photo-gallery__thumb:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.photo-gallery__thumb:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.photo-gallery__thumb-image{object-fit:cover}.photo-gallery__modal{z-index:200;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.photo-gallery__overlay{cursor:pointer;background:#0c0a08d1;border:0;position:absolute;inset:0}.photo-gallery__modal-panel{z-index:1;pointer-events:none;flex-direction:column;align-items:center;width:min(100%,1100px);max-height:calc(100vh - 3rem);display:flex;position:relative}.photo-gallery__close{color:var(--color-text-inverse);cursor:pointer;pointer-events:auto;background:#fffdf71f;border:1px solid #fffdf759;border-radius:999px;align-self:flex-end;margin-bottom:1rem;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;transition:background .15s}.photo-gallery__close:hover{background:#fffdf738}.photo-gallery__close:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.photo-gallery__modal-image-wrap{pointer-events:auto;background:#0f0d0b;border-radius:12px;justify-content:center;align-items:center;width:100%;max-height:calc(100vh - 6rem);display:flex;overflow:hidden}.photo-gallery__modal-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 6rem);display:block}@media (max-width:960px){.photo-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.photos-page{padding-top:9rem;padding-bottom:4rem}.photos-page .page-container{padding-left:1.5rem;padding-right:1.5rem}.photo-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.photo-gallery__modal{padding:1rem}}
