/* Full-screen photographic hero slideshow */
.hero-slideshow{position:absolute;inset:0;background:#17110f}
.hero-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity 1.35s ease,visibility 1.35s ease,transform 7.5s ease-out}
.hero-slide.active{opacity:1;visibility:visible;transform:scale(1.095);z-index:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center 49%}
.hero-slide:nth-child(2) img{object-position:center 52%}.hero-slide:nth-child(3) img{object-position:center 48%}.hero-slide:nth-child(4) img{object-position:center 50%}.hero-slide:nth-child(5){transform-origin:80% 100%}.hero-slide:nth-child(5) img{object-position:80% bottom}.hero-slide:nth-child(6) img{object-position:center 53%}
.hero .hero-shade{z-index:2;background:linear-gradient(90deg,rgba(17,11,10,.68) 0%,rgba(17,11,10,.34) 48%,rgba(17,11,10,.08) 75%),linear-gradient(0deg,rgba(17,11,10,.5) 0%,transparent 48%)}
.hero-copy,.hero-note{z-index:3}
.hero-copy .text-link{margin-top:38px}
.slideshow-controls{position:absolute;z-index:4;left:max(7vw,32px);bottom:34px;display:flex;align-items:center;gap:16px;color:white}
.slide-count{font-size:9px;letter-spacing:.16em;white-space:nowrap}.slide-count b{font-weight:500}
.slide-progress{display:block;width:110px;height:1px;background:rgba(255,255,255,.35);overflow:hidden}
.slide-progress i{display:block;height:100%;width:100%;background:white;transform-origin:left;animation:slideTimer 6.5s linear both}.slide-progress i.restart{animation:none}
.slideshow-controls button{width:33px;height:33px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(20,12,10,.08);color:white;display:grid;place-items:center;cursor:pointer;transition:background .25s,color .25s,border-color .25s;padding:0}
.slideshow-controls button:hover,.slideshow-controls button:focus-visible{background:white;color:var(--ink);border-color:white;outline:none}
@keyframes slideTimer{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:800px){.hero-slide img{object-position:58% center}.hero-slide:nth-child(1) img{object-position:61% center}.hero-slide:nth-child(2) img{object-position:58% center}.hero-slide:nth-child(3) img{object-position:58% center}.hero-slide:nth-child(4) img{object-position:54% center}.hero-slide:nth-child(5) img{object-position:82% bottom}.hero-slide:nth-child(6) img{object-position:56% center}.slideshow-controls{left:24px;bottom:24px}.slide-progress{width:72px}.hero-copy{top:48%}}
@media(prefers-reduced-motion:reduce){.hero-slide,.hero-slide.active{transform:none;transition:opacity .25s}.slide-progress i{animation:none;transform:scaleX(1)}}
