/* Extends the original homepage and existing editorial section styles. */
.gallery-page .gallery-hero{min-height:max(750px,94svh)}
.gallery-page .gallery-hero .hero-image{object-position:50% 48%}
.gallery-page .gallery-hero .hero-shade{background:linear-gradient(180deg,#091d2326,transparent 34%,#091d2359 72%,#091d2373)}
.gallery-page .gallery-hero .hero-content{padding-block:90px 50px;text-shadow:0 2px 12px #091d2399}
.gallery-page .gallery-hero .button{text-shadow:none}
.gallery-page .main-nav a[aria-current="page"]{border-bottom-color:currentColor}
.gallery-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,7vw,112px);padding-block:100px 90px;align-items:center}
.gallery-intro .eyebrow{margin-bottom:25px}
.gallery-intro .body-copy p:first-child{margin-top:0}
.gallery-section{padding-bottom:110px;scroll-margin-top:40px}
.gallery-heading{display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding-bottom:25px;border-bottom:1px solid var(--line)}
.gallery-heading h2{font-size:clamp(32px,3vw,44px)}
.gallery-heading p{font-size:.875rem;color:var(--text);white-space:nowrap}
.gallery-filters{display:flex;flex-wrap:wrap;gap:4px 24px;padding-block:18px 30px}
.gallery-filters[hidden],.gallery-item[hidden]{display:none!important}
.gallery-filters button{appearance:none;background:none;border:0;border-bottom:1px solid transparent;color:var(--text);padding:12px 0;min-height:48px;min-width:44px;font-size:.875rem;line-height:1.65;text-align:left;border-radius:0}
.gallery-filters button[aria-pressed="true"]{border-bottom-color:var(--green);color:var(--green);font-weight:500}
.gallery-filters button:hover{color:var(--green)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:48px 28px;padding-top:12px}
.gallery-item{min-width:0}
.gallery-feature{grid-column:span 2}
.gallery-open{display:block;position:relative;min-width:0}
.gallery-open::after{content:'View photograph ↗';position:absolute;bottom:15px;right:15px;background:var(--paper);color:var(--ink);padding:7px 12px;font-size:.8125rem;opacity:0;transition:opacity .2s}
.gallery-open:hover::after,.gallery-open:focus-visible::after{opacity:1}
.gallery-image{width:100%;height:auto;display:block;background:var(--cream)}
.gallery-item figcaption{font-size:.875rem;line-height:1.65;color:var(--text);padding-top:12px}
.gallery-lightbox{position:fixed;inset:0;width:100%;max-width:100%;height:100%;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;border-radius:0;background:#14271f;color:var(--paper);overscroll-behavior:contain}
.gallery-lightbox:not([open]){display:none}
.gallery-lightbox::backdrop{background:#14271ff5}
.lightbox-shell{width:min(1600px,100%);height:100%;margin-inline:auto;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:18px max(24px,env(safe-area-inset-right)) 22px max(24px,env(safe-area-inset-left));gap:14px}
.lightbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #ffffff30;padding-bottom:10px}
.lightbox-toolbar h2{font-family:var(--sans);font-size:.875rem;line-height:1.6;letter-spacing:.06em;font-weight:400}
.gallery-lightbox button{min-height:48px;min-width:48px;border:1px solid #ffffff66;color:var(--paper);background:transparent;font:inherit;border-radius:0}
.gallery-lightbox button:hover{background:#ffffff15}
.gallery-lightbox button:focus-visible{outline:2px solid var(--paper);outline-offset:3px}
.lightbox-close{display:flex;align-items:center;gap:15px;padding:8px 16px;font-size:.875rem!important}
.lightbox-close span{font-size:25px;line-height:1}
.lightbox-stage{min-height:0;display:flex;align-items:center;justify-content:center;position:relative}
.lightbox-stage img{width:100%;height:100%;object-fit:contain;user-select:none}
.lightbox-stage img[hidden],#lightbox-error[hidden]{display:none}
#lightbox-error{max-width:480px;text-align:center;padding:25px}
.lightbox-bottom{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:20px;padding-top:8px}
.lightbox-description{text-align:center;font-size:1rem;line-height:1.5}
#lightbox-count{display:block;font-size:.875rem;color:#c3cfbf;margin-top:5px;font-variant-numeric:tabular-nums}
@media(max-width:900px){.gallery-intro{grid-template-columns:1fr;gap:32px;padding-block:65px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}.gallery-feature{grid-column:span 2}.gallery-section{padding-bottom:75px}}
@media(max-width:600px){.gallery-grid{grid-template-columns:minmax(0,1fr);gap:32px}.gallery-feature{grid-column:auto}.gallery-heading{align-items:flex-start;flex-direction:column;gap:12px}.gallery-filters{gap:2px 20px;padding-bottom:22px}.gallery-intro{padding-block:60px}.gallery-page .gallery-hero{min-height:790px}.gallery-page .gallery-hero .hero-image{object-position:51% 50%}.gallery-page .gallery-hero .hero-content{padding-block:85px 42px}.lightbox-shell{padding:10px 16px max(16px,env(safe-area-inset-bottom));gap:10px}.lightbox-bottom{gap:10px}.lightbox-description{font-size:.875rem}.lightbox-toolbar h2{max-width:160px}.gallery-open::after{display:none}}
@media(prefers-reduced-motion:reduce){.gallery-page *{scroll-behavior:auto;transition:none!important;animation:none!important}}

