.hero-intro-shell{overflow:visible}.hero-scroll-down{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:52px;height:52px;min-width:52px;min-height:52px;padding:0;margin:0;border:2px solid var(--lux-accent,#8a6a3b);border-radius:50%;background:rgba(255,255,255,.85);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--lux-accent,#8a6a3b);cursor:pointer;text-decoration:none;font-size:0;line-height:1;text-shadow:none;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease;animation:heroScrollBounce 2.4s ease-in-out infinite}.hero-scroll-down:focus,.hero-scroll-down:hover{background:var(--lux-accent,#8a6a3b);border-color:var(--lux-accent-deep,#6f532a);color:#fff;box-shadow:0 8px 28px -8px rgba(138,106,59,.5);animation-play-state:paused;transform:translateX(-50%) scale(1.08);outline:0}.hero-scroll-down:focus-visible{box-shadow:0 8px 28px -8px rgba(138,106,59,.5),0 0 0 3px rgba(138,106,59,.3)}.hero-scroll-down svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s ease}@keyframes heroScrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px;padding:0;margin:0;border:2px solid var(--lux-accent,#8a6a3b);border-radius:50%;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--lux-accent,#8a6a3b);cursor:pointer;font-size:0;line-height:1;text-shadow:none;box-shadow:var(--lux-shadow-soft,0 30px 80px -60px rgba(31,42,46,.18));opacity:0;visibility:hidden;transform:translateY(16px) scale(.9);transition:opacity .4s ease,visibility .4s ease,transform .4s cubic-bezier(.34, 1.56, .64, 1),background .3s ease,border-color .3s ease,box-shadow .3s ease}.scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scroll-to-top:focus,.scroll-to-top:hover{background:var(--lux-accent,#8a6a3b);border-color:var(--lux-accent-deep,#6f532a);color:#fff;box-shadow:0 12px 32px -10px rgba(138,106,59,.55);transform:translateY(-2px) scale(1.06);outline:0}.scroll-to-top:focus-visible{box-shadow:0 12px 32px -10px rgba(138,106,59,.55),0 0 0 3px rgba(138,106,59,.3)}.scroll-to-top:active{transform:translateY(0) scale(.96);transition-duration:.1s}.scroll-to-top svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s ease}@media (max-width:768px){.hero-scroll-down{width:46px;height:46px;bottom:1.5rem}.hero-scroll-down svg{width:20px;height:20px}.scroll-to-top{width:44px;height:44px;bottom:1.5rem;right:1.25rem}.scroll-to-top svg{width:18px;height:18px}}@media (max-width:480px){.hero-scroll-down{width:44px;height:44px;bottom:1.25rem}.scroll-to-top{bottom:1.25rem;right:1rem}}@media (prefers-reduced-motion:reduce){.hero-scroll-down{animation:none}.scroll-to-top{transition-duration:10ms}}