.history-gallery{padding:clamp(100px,11vw,165px) max(24px,calc((100vw - 1180px)/2));background:#f4f0e8;color:#302e2b}
.history-gallery__head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.55fr);gap:32px 8vw;align-items:end;margin-bottom:58px}
.history-gallery__head .eyebrow{margin:0 0 18px}
.history-gallery__head h2{margin:0;font-size:clamp(48px,6vw,84px);font-weight:300;line-height:.96;letter-spacing:-.05em}
.history-gallery__head>p{max-width:430px;margin:0;color:#716c65;font-size:18px;line-height:1.5}
.history-gallery__years{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:36px;border-top:1px solid #bdb6ac;border-bottom:1px solid #bdb6ac}
.history-gallery__year{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:23px 0;border:0;background:transparent;color:#8b857c;cursor:pointer;text-align:left;transition:color .25s ease,padding .25s ease}
.history-gallery__year:first-child{padding-right:28px;border-right:1px solid #bdb6ac}
.history-gallery__year:last-child{padding-left:28px}
.history-gallery__year strong{font-size:clamp(28px,3vw,42px);font-weight:300;letter-spacing:-.04em}
.history-gallery__year span{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.history-gallery__year.is-active{color:#302e2b}
.history-gallery__year.is-active strong{color:#9a7448}
.history-gallery__panel[hidden]{display:none}
.history-gallery__rail{width:calc(100vw - max(24px,calc((100vw - 1180px)/2)));overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;cursor:grab;touch-action:pan-x;user-select:none}
.history-gallery__rail::-webkit-scrollbar{display:none}
.history-gallery__rail.is-dragging{cursor:grabbing}
.history-gallery__track{display:flex;width:max-content;gap:10px}
.history-gallery__item{position:relative;flex:0 0 clamp(310px,34vw,520px);height:clamp(235px,27vw,390px);overflow:hidden;padding:0;border:0;background:#d9d2c7;cursor:zoom-in}
.history-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,.61,.36,1),filter .35s ease}
.history-gallery__item:hover img,.history-gallery__item:focus-visible img{transform:scale(1.035);filter:saturate(1.04) contrast(1.025)}
.history-gallery__item:focus-visible,.history-gallery__year:focus-visible{outline:2px solid #9a7448;outline-offset:3px}
.history-gallery__foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:25px;padding-right:4px}
.history-gallery__foot>span{color:#8b857c;font-size:10px;font-weight:650;letter-spacing:.11em;text-transform:uppercase}
.history-gallery__foot>span i{display:inline-block;margin-right:8px;color:#9a7448;font-style:normal;font-size:16px;vertical-align:-1px}
.history-gallery__foot a{display:inline-flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #302e2b;color:#302e2b;font-size:13px;font-weight:600;letter-spacing:.035em;text-decoration:none;transition:color .25s,border-color .25s}
.history-gallery__foot a:hover,.history-gallery__foot a:focus-visible{color:#9a7448;border-color:#9a7448}
.history-gallery__foot a i{font-style:normal;font-size:16px}
.history-gallery .screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.history-lightbox{position:fixed;z-index:1000;inset:0;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;grid-template-rows:72px minmax(0,1fr) 62px;background:rgba(18,17,16,.96);color:#f7f4ed;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
.history-lightbox.is-open{opacity:1;visibility:visible}
.history-lightbox__stage{grid-column:2;grid-row:2;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0}
.history-lightbox__image{display:block;max-width:100%;max-height:calc(100vh - 150px);object-fit:contain;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.history-lightbox__close,.history-lightbox__prev,.history-lightbox__next{border:0;background:transparent;color:#f7f4ed;cursor:pointer;font:300 34px/1 Arial,sans-serif}
.history-lightbox__close{grid-column:3;grid-row:1;justify-self:center;align-self:center;width:48px;height:48px}
.history-lightbox__prev{grid-column:1;grid-row:2}
.history-lightbox__next{grid-column:3;grid-row:2}
.history-lightbox__caption{grid-column:2;grid-row:3;align-self:center;margin:0;text-align:center;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#cfc8bd}
body.history-lightbox-open{overflow:hidden}
@media(max-width:900px){.history-gallery__head{grid-template-columns:1fr}.history-gallery__head>p{max-width:650px}.history-lightbox{grid-template-columns:58px minmax(0,1fr) 58px}}
@media(max-width:600px){.history-gallery{padding-left:14px;padding-right:0}.history-gallery__head{padding:0 22px 0 8px;margin-bottom:42px}.history-gallery__head h2{font-size:46px}.history-gallery__years{margin-right:14px;margin-left:8px}.history-gallery__year{display:block}.history-gallery__year:first-child{padding-right:16px}.history-gallery__year:last-child{padding-left:16px}.history-gallery__year span{display:block;margin-top:5px;font-size:9px}.history-gallery__rail{width:100%;padding-right:14px}.history-gallery__track{gap:7px}.history-gallery__item{flex-basis:82vw;height:62vw;max-height:330px}.history-gallery__foot{padding-right:22px;padding-left:8px}.history-gallery__foot>span{display:none}.history-lightbox{grid-template-columns:48px minmax(0,1fr) 48px;grid-template-rows:62px minmax(0,1fr) 58px}.history-lightbox__image{max-height:calc(100vh - 130px)}.history-lightbox__close{grid-column:2;justify-self:end}.history-lightbox__prev,.history-lightbox__next{font-size:28px}.history-lightbox__caption{font-size:9px}}
@media(prefers-reduced-motion:reduce){.history-gallery__item img,.history-lightbox{transition:none}}
