.page-container{min-height:100vh}.page-padding{padding-top:8rem}.hero-section{justify-content:center;align-items:center;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.parallax-bg{z-index:-3;will-change:opacity;background-position:50%;background-size:cover;width:100%;height:100vh;transition:opacity .1s ease-out;position:fixed;top:0;left:0}.fixed-bg-1{filter:brightness(.4)saturate(1.2);background-image:url(/images/hero.png)}.fixed-bg-2{filter:brightness(.3)saturate(1.1);background-image:url(/images/product.png)}.fixed-bg-3{filter:brightness(.35)saturate(1.15);background-image:url(/images/home_bg_3.jpg)}.hero-overlay{z-index:-1;background:linear-gradient(#05050533 0%,#050505e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{text-align:center;z-index:10;max-width:900px;padding:0 2rem}.hero-title{text-transform:uppercase;color:#fff;text-shadow:0 10px 30px #00000080;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,6rem);line-height:1}.hero-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;line-height:1.5}.cta-group{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.featured-section{max-width:1200px;margin:0 auto;padding:8rem 2rem}.section-header{text-align:center;margin-bottom:5rem}.section-title{margin-bottom:1rem;font-size:3rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;padding:3rem 2rem;transition:transform .3s,background .3s}.feature-card:hover{background:#282828cc;transform:translateY(-10px)}.feature-icon{color:var(--color-primary);margin-bottom:1.5rem;font-size:3rem}.feature-title{color:#fff;margin-bottom:1rem;font-size:1.5rem}.feature-desc{color:var(--text-muted);line-height:1.6}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.carousel-wrapper{align-items:center;display:flex;position:relative}.carousel-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1.5rem;width:100%;padding:1rem 4rem;display:flex;overflow-x:auto}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.carousel-item{scroll-snap-align:center;cursor:pointer;border-radius:12px;flex:none;width:300px;height:350px;overflow:hidden}.carousel-btn{color:#fff;cursor:pointer;z-index:10;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:var(--color-primary);border-color:var(--color-primary);transform:translateY(-50%)scale(1.1)}.left-btn{left:1rem}.right-btn{right:1rem}.craft-gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.marquee-item:hover .craft-gallery-image{transform:scale(1.05)}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}
