/* The cover-inspired artwork shares the existing title hero and its fixed reading layer. */
.home-page .hero-background-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1.05s ease,visibility 0s linear 1.05s;pointer-events:none;z-index:0}
.home-page .hero-background-slide.is-active{opacity:1;visibility:visible;transition:opacity 1.05s ease,visibility 0s}
.home-page .hero-background-slide[data-scene]:not([data-scene=electrochem])>img{object-fit:cover;object-position:center;transform:translate(var(--hero-pan-x,0%),var(--hero-pan-y,0%)) scale(var(--hero-zoom,1));transform-origin:center}
.home-page .hero-background-slide[data-scene=electrochem]>img{transform:none}
.home-page .art-wash{z-index:3;background:linear-gradient(90deg,#0b1b39 0%,rgba(11,27,57,.99) 25%,rgba(11,27,57,.96) 36%,rgba(11,27,57,.87) 44%,rgba(11,27,57,.30) 56%,rgba(11,27,57,.05) 66%,transparent 78%)}
.hero-background-glint{position:absolute;z-index:2;inset:-30% -65%;pointer-events:none;opacity:var(--hero-glint-opacity,0);background:linear-gradient(110deg,transparent 37%,rgba(198,202,195,.12) 44%,rgba(234,227,210,.35) 50%,rgba(216,207,184,.16) 56%,transparent 64%);transform:translateX(var(--hero-sweep,-65%));mix-blend-mode:normal}
.hero-carousel-controls{position:absolute;z-index:5;bottom:23px;left:auto;right:7%;display:flex;align-items:center;justify-content:center;gap:4px;min-height:52px;padding:0 0 8px;width:max-content;max-width:86%;color:#ddc698}
.hero-carousel-controls::before{content:"";position:absolute;z-index:-1;inset:-22px -24px -18px;pointer-events:none;background:radial-gradient(ellipse at center,rgba(11,27,57,.92) 0%,rgba(11,27,57,.78) 47%,rgba(11,27,57,.28) 68%,transparent 83%)}
.hero-carousel-controls button{display:grid;place-items:center;min-width:44px;min-height:44px;width:44px;height:44px;padding:0;background:transparent;border:0;color:inherit;cursor:pointer;line-height:1;-webkit-tap-highlight-color:transparent}
.hero-carousel-controls button:focus-visible{outline:2px solid #e6d0a2;outline-offset:2px}
.hero-carousel-controls .hero-carousel-arrow{font:400 25px/1 var(--font);transition:color .2s}.hero-carousel-controls .hero-carousel-arrow:hover{color:#fff5dd}
.hero-carousel-dots{display:flex;align-items:center;gap:0}
.hero-carousel-dot>span{display:block;width:5px;height:5px;border-radius:50%;background:#8394ad;transition:background .35s,width .35s;border:0}
.hero-carousel-dot.is-active>span,.hero-carousel-dot[aria-pressed=true]>span{width:21px;height:3px;border-radius:0;background:#e1c796}.hero-carousel-dot:hover>span{background:#f0ddb7}
.hero-carousel-progress{position:absolute;bottom:0;left:48px;right:48px;height:1px;overflow:hidden;background:#d4c09825}
.hero-carousel-progress>span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:#d7c193}
.hero-carousel-announcement{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;margin:-1px;border:0}
.home-page .hero.hero-motion-paused .hero-background-slide,.home-page .hero.hero-motion-paused .hero-carousel-dot>span,.home-page.motion-paused .hero-background-slide,html.motion-paused .hero-background-slide,.home-page.motion-paused .hero-carousel-dot>span,html.motion-paused .hero-carousel-dot>span{transition:none}
.home-page .hero.is-out-of-view .hero-background-slide,.home-page.page-inactive .hero-background-slide{transition:none}
@media(max-width:1250px){.hero-carousel-controls{right:6%}}
@media(max-width:1100px){.home-page .hero-background-slide[data-scene]:not([data-scene=electrochem])>img{object-fit:contain;object-position:center;transform:none}.home-page .art-wash{background:linear-gradient(180deg,#0b1b39 0%,rgba(11,27,57,.38) 5%,transparent 15%)}.hero-carousel-controls{order:2;position:relative;left:auto;right:auto;bottom:auto;align-self:flex-end;max-width:calc(100% - 12px);width:max-content;padding:11px 0 18px;margin:0 6% 0 0;min-height:73px;gap:4px;background:#0b1b39}.hero-carousel-progress{bottom:11px;left:48px;right:48px}.hero-background-glint{inset:-30% -65%}}
@media(max-width:380px){.hero-carousel-controls{gap:0;margin-right:6px}.hero-carousel-controls button{width:44px;min-width:44px}.hero-carousel-progress{left:calc(50% - 100px);right:calc(50% - 100px)}}
@media(max-width:1100px){.hero-carousel-controls::before{display:none}}
@media(max-width:350px){.hero-carousel-controls .hero-carousel-dot{width:40px;min-width:40px}}
@media(prefers-reduced-motion:reduce){.hero-background-slide,.hero-carousel-dot>span{transition:none!important}.home-page .hero-background-slide[data-scene]:not([data-scene=electrochem])>img{transform:none}}
