html{scroll-behavior:smooth}.home-wrapper{min-height:100vh;width:100%;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.home-wrapper>*{width:100%;flex-shrink:0}.home-wrapper>section{width:100%;scroll-margin-top:100px}.home-wrapper::-webkit-scrollbar{width:10px}.home-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.home-wrapper::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--primary,#8b6914),var(--secondary,#c8a24e));border-radius:5px}.home-wrapper::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,var(--secondary,#c8a24e),var(--accent,#d4b05c))}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}