/* Featured projects slider in the landing banner. */
.hero{background:#000;overflow:hidden}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.035);transition:opacity .9s ease,transform 6s ease}
.hero-slide.active{opacity:1;transform:scale(1)}
.hero-scrim{z-index:1}.hero-copy,.hero-bottom{z-index:2}.hero-controls{position:absolute;z-index:2;right:4.5vw;bottom:92px;display:flex;align-items:center;gap:16px;color:#fff}.hero-controls button{width:37px;height:37px;border:1px solid #ffffff80;border-radius:50%;background:#00000020;color:#fff;font-size:17px;cursor:pointer;transition:background .2s,border .2s}.hero-controls button:hover{background:var(--gold);border-color:var(--gold);color:#000}.hero-progress{min-width:58px;text-align:center;font:10px 'DM Mono',monospace;letter-spacing:.09em}.hero-type{color:#f3d46c}.hero-count{color:#fff}@media(max-width:760px){.hero-controls{right:7vw;bottom:98px}.hero-bottom{bottom:30px}.hero-bottom .hero-count{display:block!important}.hero-bottom .scroll{display:none}.hero-copy{padding-bottom:40px}.hero-title{font-size:55px}}
