.snap-container{height:100vh;height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth}.snap-section{scroll-snap-align:start;scroll-snap-stop:always;height:100vh;height:100dvh;overflow:hidden;position:relative}.snap-section--scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch}.snap-section--footer{height:auto;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center}.footer-logo-img{width:140px;height:auto;margin:0 auto 2rem;display:block}.footer-as-section{width:100%;max-width:var(--container-max);margin:0 auto;padding:3rem 2rem}.snap-section .hero-section{height:100%;min-height:0}.snap-section .founder-section{height:100%;display:flex;align-items:stretch}.snap-section .founder-inner{min-height:0;height:100%}.snap-section .founder-image{height:100%}.snap-section .styles-section{height:100%;display:flex;flex-direction:column;justify-content:center}.snap-section .artists-section{height:100%;display:flex;flex-direction:column;justify-content:center}.snap-section--scrollable .gallery-section{min-height:100%;padding-top:calc(var(--header-height)+2rem);padding-bottom:2rem;display:flex;flex-direction:column;justify-content:center}.snap-section .gallery-row{overflow:hidden;width:100vw;position:relative;left:50%;transform:translateX(-50%)}.snap-section .video-section{height:100%}.snap-section--scrollable .booking-section{min-height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:calc(var(--header-height)+2rem);padding-bottom:3rem}.snap-section .merch-section{height:100%;display:flex;flex-direction:column;justify-content:center}.snap-dots{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;gap:14px;align-items:center}.snap-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(229,220,207,0.3);background:transparent;cursor:pointer;transition:all 0.35s ease;position:relative;padding:0}.snap-dot:hover{border-color:var(--tk-gold);transform:scale(1.3)}.snap-dot.active{background:var(--tk-gold);border-color:var(--tk-gold);transform:scale(1.2)}.snap-dot::before{content:attr(data-label);position:absolute;right:22px;top:50%;transform:translateY(-50%);background:rgba(15,15,15,0.9);color:var(--tk-beige);font-family:var(--font-sans);font-size:0.7rem;letter-spacing:0.06em;text-transform:uppercase;padding:4px 10px;border-radius:3px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.25s ease,right 0.25s ease}.snap-dot:hover::before{opacity:1;right:26px}.snap-dot.active::after{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:var(--tk-red)}.front-page~.site-footer{display:none}.snap-section .section-divider{position:absolute;top:0;left:0;right:0}.snap-section:first-child .hero-scroll{animation:bounce-down 2s ease infinite}@keyframes bounce-down{0%,100%{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:768px){.snap-dots{right:12px;gap:10px}.snap-dot{width:8px;height:8px}.snap-dot::before{display:none}.snap-section{overflow-y:auto;-webkit-overflow-scrolling:touch}.snap-section--footer{min-height:auto;height:auto}.footer-as-section .footer-top{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.snap-dots{right:8px;gap:8px}.snap-dot{width:6px;height:6px}}