html{scroll-behavior:auto!important}
.home-section-nav{position:fixed;top:50%;left:28px;z-index:35;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:11px;padding:10px 8px}
.home-section-nav__item{position:relative;width:22px;height:10px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:0;cursor:pointer;appearance:none;-webkit-appearance:none}
.home-section-nav__dot{display:block!important;width:5px;height:5px;background:rgba(23,19,15,.35);border-radius:20px;border:1px solid #f8f5ef;transition:width .3s ease,height .3s ease,background-color .3s ease,transform .3s ease}
.home-section-nav__item.is-active .home-section-nav__dot{width:5px;height:25px;background:#c4a35a}
.home-section-nav__item:not(.is-active):hover .home-section-nav__dot{background:#c4a35a;transform:scale(1.35)}
.home-section-nav__label{position:absolute;top:50%;left:31px;transform:translateY(-50%) translateX(5px);padding:6px 9px;background:#17130f;color:#fff;font-size:10px;line-height:1;font-weight:500;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}
.home-section-nav__item:hover .home-section-nav__label{opacity:1;visibility:visible;transform:translateY(-50%) translateX(0)}
.home-section-nav__item.is-active::before{content:"";position:absolute;width:13px;height:33px;border:1px solid rgba(196,163,90,.22);border-radius:20px;pointer-events:none}
.home-scroll-section{position:relative;scroll-margin-top:0}
@media screen and (min-width:990px){html{overscroll-behavior-y:none}}
@media screen and (max-width:989px){.home-section-nav{left:4px;gap:20px;padding:16px 4px;z-index:50;background:#00000070;border-radius:50px}.home-section-nav__item{width:18px;height:9px}.home-section-nav__dot{width:4px;height:4px}.home-section-nav__item.is-active .home-section-nav__dot{width:4px;height:18px}.home-section-nav__item.is-active::before{width:10px;height:25px}.home-section-nav__label{display:none!important}}
@media(prefers-reduced-motion:reduce){.home-section-nav__dot,.home-section-nav__label{transition:none!important}}