.home-v2 .nav { position: absolute !important; inset: 0 0 auto; z-index: 40; border-bottom: 0 !important; background: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.44) 58%, transparent) !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; transition: background .25s ease; }
.home-v2 .nav:hover, .home-v2 .nav.mobile-menu-open { border-bottom: 0 !important; background: linear-gradient(180deg, rgba(3,5,7,.98), rgba(3,5,7,.74) 64%, transparent) !important; }
.home-v2 .site-announcement { position: absolute; top: 72px; left: 0; right: 0; z-index: 39; }
.home-banner-track { position: absolute; inset: 0; z-index: 1; overflow: hidden; background: #050607; }
.home-banner-slide { position: absolute; inset: 0; display: block; opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s ease; }
.home-banner-slide.is-active { opacity: 1; visibility: visible; }
.home-banner-slide img { width: 100% !important; height: 100% !important; min-height: 0 !important; object-fit: cover; }
.home-banner-controls { position: absolute; left: 50%; bottom: 18px; z-index: 8; display: flex; align-items: center; transform: translateX(-50%); }
.home-banner-dots { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(0,0,0,.36); }
.home-banner-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.46); transition: width .24s ease, background .24s ease; }
.home-banner-dots button.is-active { width: 26px; background: #fff; }
@media (max-width: 768px) { .home-v2 .site-announcement { top: 62px; } .home-banner-controls { bottom: 10px; } .home-banner-dots { padding: 6px 8px; } }
