/* ===== GALLERY-PAGE.CSS START ===== */

.gallery-page{overflow-x:hidden;background:#f7f2e8}
.gallery-hero{position:relative;min-height:82svh;overflow:hidden;isolation:isolate;background:#263326}
.gallery-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.025)}
.gallery-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(17,28,20,.78),rgba(17,28,20,.4) 48%,rgba(17,28,20,.12)),linear-gradient(180deg,rgba(10,16,12,.04),rgba(10,16,12,.22))}
.gallery-hero__content{position:relative;z-index:2;width:min(var(--content-width),calc(100% - 48px));margin:0 auto;padding:17vh 0 88px;color:#fffaf1}
.gallery-hero__content h1,.gallery-intro h2,.gallery-category h2,.gallery-final h2{margin:0;font-family:var(--serif);letter-spacing:-.055em}
.gallery-hero__content h1{max-width:820px;font-size:clamp(4.8rem,8vw,8.6rem);line-height:.84}
.gallery-hero__content h1 span{display:block;color:var(--brass-soft);font-style:italic}
.gallery-hero__content p{max-width:700px;margin:22px 0 0;color:rgba(255,255,255,.86);font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.72rem);line-height:1.24}

/* ===== GALLERY ARRIVAL HANDOFF START ===== */
.is-gallery-arriving .site-header,.is-gallery-arriving .gallery-hero__content{opacity:0}
.is-gallery-arriving .site-header{transform:translateY(-14px)}
.is-gallery-arriving .gallery-hero__content{transform:translate3d(0,18px,0)}
.is-gallery-arriving .gallery-hero__image{transform:scale(1.075)}
.is-gallery-arriving .gallery-hero__overlay{opacity:.82}
.is-gallery-arriving .site-header,.is-gallery-arriving .gallery-hero__content,.is-gallery-arriving .gallery-hero__image,.is-gallery-arriving .gallery-hero__overlay{transition:opacity .9s cubic-bezier(.16,1,.3,1),transform 1.05s cubic-bezier(.16,1,.3,1)}
.is-gallery-arrival-ready .site-header,.is-gallery-arrival-ready .gallery-hero__content{opacity:1;transform:translate3d(0,0,0)}
.is-gallery-arrival-ready .gallery-hero__image{transform:scale(1.025)}
.is-gallery-arrival-ready .gallery-hero__overlay{opacity:1}
/* ===== GALLERY ARRIVAL HANDOFF END ===== */

.gallery-intro{padding:112px 20px 88px;background:#f7f2e8}
.gallery-intro__inner{width:min(900px,100%);margin:0 auto;text-align:center}
.gallery-intro h2{font-size:clamp(3.8rem,6vw,6.2rem);line-height:.9}
.gallery-intro p{color:#68715f;line-height:1.82}
.gallery-category{padding:0 20px 96px;background:#f7f2e8}
.gallery-category__inner{width:min(var(--content-width),100%);margin:0 auto}
.gallery-category__head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}
.gallery-category h2{font-size:clamp(3rem,4.6vw,4.8rem);line-height:.92}
.gallery-category p{max-width:660px;color:#68715f;line-height:1.72}
.gallery-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:130px;gap:14px}
.gallery-card{position:relative;overflow:hidden;background:#dcd3c4;box-shadow:var(--shadow-soft)}
.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-card:hover img{transform:scale(1.05)}
.gallery-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(17,28,20,.56))}
.gallery-card figcaption{position:absolute;right:16px;bottom:14px;left:16px;z-index:2;color:#fffaf1;font-family:var(--serif);font-size:1.72rem;line-height:.92}
.gallery-card--wide{grid-column:span 7;grid-row:span 3}
.gallery-card--tall{grid-column:span 5;grid-row:span 4}
.gallery-card--small{grid-column:span 4;grid-row:span 3}
.gallery-card--medium{grid-column:span 6;grid-row:span 3}
.gallery-note{padding:76px 20px;background:#e7dfcf;text-align:center}
.gallery-note__inner{width:min(860px,100%);margin:0 auto}
.gallery-note p{color:#64705f;line-height:1.8}
.gallery-final{position:relative;min-height:58vh;overflow:hidden;isolation:isolate}
.gallery-final__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gallery-final__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(17,27,20,.82),rgba(17,27,20,.36) 48%,rgba(17,27,20,.12))}
.gallery-final__panel{position:relative;z-index:2;width:min(720px,calc(100% - 48px));margin-left:7vw;padding:96px 0 84px;color:#fffaf1}
.gallery-final h2{font-size:clamp(3.8rem,6vw,6.2rem);line-height:.88}
.gallery-final p{max-width:620px;color:rgba(255,255,255,.8);line-height:1.8}
.gallery-final__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:250px}.gallery-card--wide,.gallery-card--tall,.gallery-card--small,.gallery-card--medium{grid-column:auto;grid-row:auto}}
@media(max-width:720px){.gallery-hero{min-height:74svh}.gallery-hero__content{width:min(100% - 30px,var(--content-width));padding-top:132px}.gallery-hero__content h1{font-size:clamp(4rem,16vw,6rem)}.gallery-intro,.gallery-category,.gallery-note{padding-right:14px;padding-left:14px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-category__head{display:block}.gallery-final__panel{width:min(100% - 28px,720px);margin:0 auto;padding:84px 0 72px}.gallery-final__actions{flex-direction:column}}

/* ===== GALLERY-PAGE.CSS END ===== */