.landing-page{height:calc(100vh - 88px);display:flex;flex-direction:column;justify-content:center;align-items:center;background:url(/MJ.jpg) no-repeat 50%;background-size:cover;background-position:50%;background-repeat:no-repeat;color:#fff;text-align:center;position:relative;padding:0 40px}.landing-page:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,transparent,#000);z-index:0}.bg-image-wrapper{position:absolute;inset:0;z-index:0}.landing-page .hero-content,.landing-page .scroll-indicator{z-index:1}.hero-content h1{font-size:4rem;font-family:NBA Bulls,sans-serif;color:red;margin-bottom:10px}.hero-content p{font-size:1.2rem;margin-top:10px;color:#e0e0e0;line-height:1.5}.hero-content .tagline{font-weight:500;font-size:1.4rem}.hero-content .subtext{font-size:1.1rem;color:#bbb}.scroll-indicator{position:absolute;bottom:30px;text-align:center;opacity:.85}.scroll-indicator p{font-size:1rem;opacity:.5;margin-bottom:4px}.scroll-indicator{display:inline-block;font-size:2rem;animation:bounce 1.5s infinite;opacity:.6;z-index:2}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (max-width:768px){.landing-page{height:100vh;padding:0 20px;background-position:top}.hero-content h1{font-size:2.5rem;line-height:1.2}.hero-content p{font-size:1rem}.scroll-indicator{bottom:20px}.scroll-indicator span{font-size:1.5rem}}@media (max-width:480px){.landing-page{padding:0 15px}.hero-content h1{font-size:2rem}.hero-content p{font-size:.9rem}.scroll-indicator span{font-size:1.3rem}}.gallery-view{padding:40px 20px;background:#000;color:#fff;text-align:center}.section-title{font-size:2.5rem;color:red;margin-bottom:30px}.carousel-track{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;transition:transform .5s ease-in-out}.carousel-track a{text-decoration:none;color:inherit}.carousel-item{flex:1 0 20%;max-width:20%;text-align:center;background:#222;border-radius:10px;padding:20px;transition:transform .3s,box-shadow .3s}.shoe-image{width:100%;height:auto;margin-bottom:15px;border-radius:8px}.gallery-item-info h3{font-size:1.2rem;color:#fff}.gallery-item-info p{font-size:1rem;color:#ccc}.carousel-item:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(255,0,0,.4);transition:transform .3s ease,box-shadow .3s ease}.arrow{background:rgba(0,0,0,.7);color:#fff;border:none;font-size:2rem;cursor:pointer;z-index:10;padding:10px;border-radius:50%;transition:background .3s ease}.arrow:hover{background:rgba(255,0,0,.8)}.left-arrow{left:50%;transform:translateX(-140%)}.right-arrow{left:50%;transform:translateX(140%)}@media (max-width:768px){.gallery-view{min-height:70vh;display:flex;flex-direction:column;justify-content:center}.carousel-track{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;padding-left:10%;justify-content:flex-start}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{flex:0 0 80%;max-width:80%;scroll-snap-align:center}.arrow{bottom:-30px}.shoe-image{margin:0 auto 10px}.gallery-item-info h3{font-size:1rem}.gallery-item-info p{font-size:.85rem}.section-title{font-size:2rem}}@media (max-width:480px){.carousel-item{flex:0 0 90%;max-width:90%;scroll-behavior:smooth;scrollbar-width:none}.arrow{display:none}.section-title{font-size:1.5rem}.shoe-image{max-width:400px}.carousel-item-info h3{font-size:.95rem}.carousel-item-info p{font-size:.8rem}}