:root{--fiftish-ink:#12272b;--fiftish-soft:#6e7b7d;--fiftish-sand:#eee7dc;--fiftish-accent:#b4915c}.fiftish-gallery{position:relative;padding:clamp(64px,8vw,120px) 24px;background:#fff;overflow:hidden}.fiftish-gallery:before{content:"";position:absolute;top:0;left:50%;width:min(1320px,calc(100% - 48px));height:1px;transform:translateX(-50%);background:rgba(18,39,43,.12)}.fiftish-gallery__inner{width:min(1320px,100%);margin:0 auto}.fiftish-gallery__header{text-align:center;margin:0 auto clamp(36px,5vw,68px);max-width:720px}.fiftish-gallery__eyebrow{display:block;margin-bottom:12px;font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.28em;color:var(--fiftish-accent)}.fiftish-gallery__title{margin:0;color:var(--fiftish-ink);font-family:Georgia,'Times New Roman',serif;font-size:clamp(38px,5vw,72px);font-weight:400;line-height:1.05;letter-spacing:-.035em}.fiftish-gallery__line{display:block;width:46px;height:1px;margin:24px auto 0;background:var(--fiftish-accent)}.fiftish-gallery__grid{display:grid;gap:clamp(10px,1.5vw,22px)}.fiftish-gallery__item{position:relative;display:block;width:100%;padding:0;border:0;background:#e9e5df;overflow:hidden;cursor:zoom-in}.fiftish-gallery__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .45s ease}.fiftish-gallery__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#fff;background:linear-gradient(180deg,rgba(5,20,23,.02),rgba(5,20,23,.5));opacity:0;transition:opacity .35s ease}.fiftish-gallery__plus{font-family:Arial,sans-serif;font-size:34px;font-weight:200;line-height:1}.fiftish-gallery__view{font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.fiftish-gallery__item:hover .fiftish-gallery__image{transform:scale(1.035);filter:saturate(.92)}.fiftish-gallery__item:hover .fiftish-gallery__overlay,.fiftish-gallery__item:focus-visible .fiftish-gallery__overlay{opacity:1}.fiftish-gallery__item:focus-visible{outline:2px solid var(--fiftish-accent);outline-offset:4px}.fiftish-gallery--grid .fiftish-gallery__grid{grid-template-columns:repeat(3,1fr)}.fiftish-gallery--grid .fiftish-gallery__item{aspect-ratio:4/3}.fiftish-gallery--masonry .fiftish-gallery__grid{display:block;columns:3;column-gap:clamp(10px,1.5vw,22px)}.fiftish-gallery--masonry .fiftish-gallery__item{break-inside:avoid;margin:0 0 clamp(10px,1.5vw,22px)}.fiftish-gallery--masonry .fiftish-gallery__item:nth-child(3n+1){aspect-ratio:4/5}.fiftish-gallery--masonry .fiftish-gallery__item:nth-child(3n+2){aspect-ratio:4/3}.fiftish-gallery--masonry .fiftish-gallery__item:nth-child(3n){aspect-ratio:1/1}.fiftish-gallery--editorial .fiftish-gallery__grid{grid-template-columns:repeat(12,1fr);grid-auto-flow:dense}.fiftish-gallery--editorial .fiftish-gallery__item{grid-column:span 4;aspect-ratio:4/5}.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(6n+1){grid-column:span 8;aspect-ratio:16/10}.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(6n+4){grid-column:span 8;aspect-ratio:16/10}.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(6n+6){grid-column:span 4;aspect-ratio:1/1}.fiftish-lightbox{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vw,60px);background:rgba(7,17,19,.97);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.fiftish-lightbox.is-open{opacity:1;visibility:visible}.fiftish-lightbox__figure{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:min(1400px,calc(100vw - 120px));max-height:calc(100vh - 100px);margin:0}.fiftish-lightbox__image{display:block;max-width:100%;max-height:calc(100vh - 140px);object-fit:contain;box-shadow:0 25px 70px rgba(0,0,0,.4)}.fiftish-lightbox__caption{max-width:760px;margin-top:16px;color:rgba(255,255,255,.75);font-size:13px;line-height:1.5;text-align:center}.fiftish-lightbox__close,.fiftish-lightbox__nav{position:absolute;border:0;background:transparent;color:#fff;cursor:pointer;font-family:Arial,sans-serif;font-weight:200}.fiftish-lightbox__close{top:15px;right:22px;font-size:42px;line-height:1}.fiftish-lightbox__nav{top:50%;transform:translateY(-50%);padding:15px;font-size:56px;line-height:1}.fiftish-lightbox__nav--prev{left:12px}.fiftish-lightbox__nav--next{right:12px}.fiftish-lightbox__counter{position:absolute;left:50%;bottom:19px;transform:translateX(-50%);color:rgba(255,255,255,.65);font-size:10px;letter-spacing:.2em}.fiftish-lightbox-open{overflow:hidden}@media(max-width:900px){.fiftish-gallery--grid .fiftish-gallery__grid{grid-template-columns:repeat(2,1fr)}.fiftish-gallery--masonry .fiftish-gallery__grid{columns:2}.fiftish-gallery--editorial .fiftish-gallery__item,.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(n){grid-column:span 6;aspect-ratio:4/5}.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(3n+1){grid-column:span 12;aspect-ratio:16/10}}@media(max-width:600px){.fiftish-gallery{padding:58px 14px}.fiftish-gallery:before{width:calc(100% - 28px)}.fiftish-gallery__grid{gap:8px}.fiftish-gallery--grid .fiftish-gallery__grid{grid-template-columns:repeat(2,1fr)}.fiftish-gallery--grid .fiftish-gallery__item{aspect-ratio:1/1}.fiftish-gallery--masonry .fiftish-gallery__grid{column-gap:8px}.fiftish-gallery--masonry .fiftish-gallery__item{margin-bottom:8px}.fiftish-gallery--editorial .fiftish-gallery__item,.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(n){grid-column:span 6;aspect-ratio:4/5}.fiftish-gallery--editorial .fiftish-gallery__item:nth-child(4n+1){grid-column:span 12;aspect-ratio:16/11}.fiftish-gallery__overlay{display:none}.fiftish-lightbox{padding:52px 12px}.fiftish-lightbox__figure{max-width:100%;max-height:100%}.fiftish-lightbox__image{max-height:calc(100vh - 125px)}.fiftish-lightbox__nav{font-size:42px;padding:10px}.fiftish-lightbox__nav--prev{left:0}.fiftish-lightbox__nav--next{right:0}.fiftish-lightbox__close{top:8px;right:13px}}
