.hero-section{--hero-header-offset:90px;background:var(--off-white);width:100%;margin-top:0;padding:0;position:relative;overflow:hidden}.hero-overflow-container{width:100%;overflow:hidden}.hero-flex-container{width:100%;display:flex}.hero-flex-container.is-animating{width:300%;animation:6s cubic-bezier(.85,0,.15,1) infinite hero-slide-steps}.hero-flex-container.is-static{width:100%;animation:none}.hero-slide-item{height:clamp(500px, calc(100dvh - var(--hero-header-offset)), 900px);flex:0 0 100vw;align-items:center;display:flex;position:relative;overflow:hidden}@media (max-width:1024px){.hero-slide-item{height:clamp(420px,60vh,600px)}}@media (max-width:768px){.hero-section{--hero-header-offset:60px}}.hero-slide-bg{z-index:1;background:var(--off-white);position:absolute;inset:0;overflow:hidden}.hero-media-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:brightness();width:100%;height:100%;transition:transform .8s}.hero-slide-overlay{z-index:2;background:#0000000d;position:absolute;inset:0}.hero-slide-container{z-index:10;width:100%;max-width:1440px;margin:0 auto;padding:0 5%;position:relative}.hero-slide-layout{text-align:center;justify-content:center;align-items:center;width:100%;display:flex}.hero-content-card{flex-direction:column;align-items:center;gap:24px;max-width:800px;padding:0;display:flex}@media (max-width:768px){.hero-slide-item{justify-content:center;align-items:center;padding-top:0;padding-bottom:0;height:calc(100dvh - var(--hero-header-offset))!important}.hero-media-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:100%}.hero-slide-overlay{background:linear-gradient(#00000026 0%,#0000007a 100%)}.hero-slide-container{justify-content:center;align-items:center;width:100%;padding:0 6%;display:flex}.hero-slide-layout{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;width:100%}.hero-content-card{background:0 0;border-radius:0;align-items:center;gap:8px;max-width:100%;margin-top:0;padding:0;animation:none}.hero-eyebrow-tag{letter-spacing:.15em;padding:6px 12px;font-size:11px}.hero-title{text-align:center;max-width:95%;margin-inline:auto;font-size:clamp(1.8rem,8vw,2.6rem)!important;line-height:1.2!important}.hero-primary-cta{margin-top:14px;padding:12px 28px!important;font-size:.95rem!important;display:inline-flex!important}}.hero-eyebrow-tag{background:var(--brand-color);color:#fff;letter-spacing:.2em;text-transform:uppercase;border-radius:4px;width:fit-content;padding:6px 12px;font-size:10px;font-weight:800;display:inline-block}.hero-title{letter-spacing:-.02em;text-shadow:0 4px 12px #00000026;margin:0;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.1;color:#fff!important}.hero-description{text-shadow:0 2px 4px #0000001a;max-width:500px;margin:0;font-size:.9rem;font-weight:600;line-height:1.5;color:#fff!important}.hero-primary-cta{background:var(--brand-color);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;justify-content:center;align-items:center;width:fit-content;padding:14px 34px;font-size:1rem;font-weight:800;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 10px 25px #3f646533}.hero-primary-cta:hover{background:#2a3d40;transform:translateY(-5px)scale(1.05);box-shadow:0 20px 40px #3f64654d}.hero-product-card{display:none}@keyframes float-card-alt{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-12px)rotate(1deg)}}.hero-product-inner{background:#fff;border:1px solid #fff;border-radius:32px;align-items:center;gap:20px;padding:24px;display:flex;box-shadow:0 25px 50px -12px #0000001f}.hero-product-image-box{background:var(--off-white);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;padding:12px;display:flex}.hero-product-image-box img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.hero-product-details{flex-direction:column;gap:2px;min-width:0;display:flex}.hero-product-label{text-transform:uppercase;letter-spacing:.1em;color:#999;font-size:.7rem;font-weight:700}.hero-product-name{color:var(--brand-color);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.15rem;font-weight:800;line-height:1.2;overflow:hidden}.hero-product-pricing{align-items:center;gap:10px;margin-top:6px;display:flex}.hero-current-price{color:var(--brand-color);font-size:1.4rem;font-weight:900}.hero-old-price{color:#bbb;font-size:.95rem;font-weight:500;text-decoration:line-through}.hero-sound-control{z-index:20;-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;bottom:40px;right:40px}.hero-sound-control:hover{background:#fff6;transform:scale(1.1)}.hero-sound-control.is-active{background:var(--brand-color);border-color:var(--brand-color)}.hero-indicators{z-index:30;gap:12px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-indicator-dot{background:#3f646933;border-radius:10px;width:40px;height:4px;overflow:hidden}.hero-indicator-progress{background:var(--brand-color);transform-origin:0;width:100%;height:100%;transform:scaleX(0)}@keyframes hero-progress-fill{0%{transform:scaleX(0)}45%{transform:scaleX(1)}50%{opacity:1;transform:scaleX(1)}51%{opacity:0;transform:scaleX(1)}to{opacity:0;transform:scaleX(0)}}@keyframes hero-slide-steps{0%,45%{transform:translate(0)}50%,95%{transform:translate(-33.33%)}to{transform:translate(-66.66%)}}
