.home-landing{--teal: #0055CC;--black: #111111;--white: #ffffff;--gray: #757575;--light-gray: #f5f5f5;--dark: #121212}.home-landing *,.home-landing *:before,.home-landing *:after{box-sizing:border-box}.home-landing a{text-decoration:none;color:inherit}.home-landing img{display:block;max-width:100%}.home-landing button{cursor:pointer;font-family:inherit;border:none}.home-landing .hero{position:relative;width:100%;height:48vh;min-height:360px;overflow:hidden;background:var(--dark)}.home-landing .hero-slides{width:100%;height:100%;position:relative}.home-landing .hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.home-landing .hero-slide.active{opacity:1}.home-landing.slides-ready .hero-slide{transition:opacity .8s ease}.home-landing .hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.home-landing .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0000008c 40%,#0000001a)}.home-landing .hero-content{position:absolute;bottom:36px;left:60px;color:var(--white);max-width:540px}.home-landing .hero-eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px;color:var(--teal)}.home-landing .hero-title{font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1;letter-spacing:-.02em;margin:0 0 12px;text-transform:uppercase;color:var(--white)}.home-landing .hero-sub{font-size:15px;font-weight:400;line-height:1.5;margin:0 0 20px;opacity:.9;max-width:420px}.home-landing .hero-btns{display:flex;gap:12px;flex-wrap:wrap}.home-landing .btn-primary{display:inline-block;background:var(--white);color:var(--black);font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:16px 32px;border-radius:40px;transition:background .2s,color .2s,transform .15s;cursor:pointer}.home-landing .btn-primary:hover{background:var(--teal);color:var(--white);transform:translateY(-1px)}.home-landing .btn-secondary{display:inline-block;background:transparent;color:var(--white);font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:15px 32px;border-radius:40px;border:2px solid rgba(255,255,255,.7);transition:border-color .2s,background .2s,transform .15s;cursor:pointer}.home-landing .btn-secondary:hover{border-color:var(--white);background:#ffffff1a;transform:translateY(-1px)}.home-landing .hero-dots{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;gap:8px}.home-landing .hero-dot{width:8px;height:8px;border-radius:50%;background:#fff6;cursor:pointer;transition:background .2s,transform .2s;border:none;padding:0}.home-landing .hero-dot.active{background:var(--white);transform:scale(1.3)}.home-landing .home-section{padding:60px 24px}.home-landing .section-header{display:flex;align-items:baseline;justify-content:space-between;margin:0 auto 32px;max-width:1400px}.home-landing .section-title{font-size:clamp(22px,3vw,32px);font-weight:800;letter-spacing:-.01em}.home-landing .section-link{font-size:13px;font-weight:700;text-decoration:underline;color:var(--black);white-space:nowrap;transition:color .15s}.home-landing .section-link:hover{color:var(--teal)}.home-landing .products-section{background:var(--white)}.home-landing .products-section--tight{padding-top:24px;padding-bottom:40px}.home-landing .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1400px;margin:0 auto}.home-landing .products-grid--three{grid-template-columns:repeat(3,1fr);max-width:1000px}.home-landing .product-card{cursor:pointer;transition:transform .2s;display:block;color:inherit}.home-landing .product-card:hover{transform:translateY(-4px)}.home-landing .product-img-wrap{position:relative;background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1/1;margin-bottom:16px;box-shadow:0 1px 4px #00000012;transition:box-shadow .2s}.home-landing .product-img-wrap img{width:100%;height:100%;object-fit:contain;padding:8px;transition:transform .4s ease}.home-landing .product-img-wrap--contain img{padding:4px}.home-landing .product-card:hover .product-img-wrap{box-shadow:0 8px 28px #00000021}.home-landing .product-card:hover .product-img-wrap img{transform:scale(1.06)}.home-landing .product-badge{position:absolute;top:12px;left:12px;background:var(--teal);color:var(--white);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:4px;z-index:10}.home-landing .product-badge--soldout{background:var(--gray)}.home-landing .product-quick-add{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(10px);opacity:0;background:var(--black);color:var(--white);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:10px 20px;border-radius:40px;white-space:nowrap;transition:opacity .2s,transform .2s;border:none;cursor:pointer}.home-landing .product-card:hover .product-quick-add{opacity:1;transform:translate(-50%) translateY(0)}.home-landing .product-quick-add:hover{background:var(--teal)}.home-landing .product-info{padding:0 4px}.home-landing .product-category{font-size:11px;color:#555;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px}.home-landing .product-name{font-size:15px;font-weight:700;margin-bottom:4px;color:#111}.home-landing .product-price{font-size:14px;font-weight:600;color:#111}.home-landing .product-price .original{text-decoration:line-through;color:var(--gray);margin-right:6px}.home-landing .product-price .sale{color:#c00}.home-landing .story-banner{position:relative;width:100%;min-height:540px;background:var(--dark);overflow:hidden;display:flex;align-items:center;padding:80px 60px}.home-landing .story-banner-bg{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;width:100%;height:100%;opacity:.4}.home-landing .story-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000c,#0003 70%)}.home-landing .story-banner-content{position:relative;z-index:2;color:var(--white);max-width:520px}.home-landing .story-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.home-landing .story-title{font-size:clamp(28px,4vw,52px);font-weight:900;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 20px;color:var(--white)}.home-landing .story-body{font-size:16px;line-height:1.7;opacity:.85;margin:0 0 32px}.home-landing .academy-strip{background:var(--black);padding:40px 24px}.home-landing .academy-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.home-landing .academy-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:10px}.home-landing .academy-title{font-size:clamp(18px,2.5vw,26px);font-weight:800;color:#fff;line-height:1.2;margin:0}.home-landing .academy-btn{display:inline-block;background:var(--teal);color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:14px 32px;border-radius:40px;white-space:nowrap;flex-shrink:0}.home-landing .testimonials-section{background:#f9f9f9;padding:60px 24px}.home-landing .testimonials-inner{max-width:1100px;margin:0 auto}.home-landing .testimonials-head{text-align:center;margin-bottom:40px}.home-landing .testimonials-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:10px}.home-landing .testimonials-title{font-size:clamp(22px,3vw,32px);font-weight:900;letter-spacing:-.01em;margin:0 0 8px}.home-landing .testimonials-sub{font-size:14px;color:var(--gray);margin:0}.home-landing .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-landing .testimonial-card{background:var(--white);border-radius:12px;padding:28px;box-shadow:0 1px 6px #0000000f;text-align:center}.home-landing .stars{display:flex;gap:3px;margin-bottom:16px;justify-content:center}.home-landing .star{color:var(--teal);font-size:15px}.home-landing .testimonial-text{font-size:15px;line-height:1.65;color:var(--black);margin:0 0 20px;font-weight:400}.home-landing .testimonial-author{font-size:12px;font-weight:700;color:var(--gray);text-transform:uppercase;letter-spacing:.06em}.home-landing .review-cta-wrap{text-align:center;margin-top:36px}.home-landing .review-cta{display:inline-block;background:var(--teal);color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:16px 36px;border-radius:40px;border:none;cursor:pointer;box-shadow:0 4px 16px #0055cc59}.home-landing .review-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:190;align-items:center;justify-content:center}.home-landing .review-modal.open{display:flex}.home-landing .review-modal-box{background:#fff;border-radius:16px;padding:36px 32px;max-width:420px;width:90%;text-align:center;box-shadow:0 8px 48px #0000002e}.home-landing .review-modal-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:10px}.home-landing .review-modal-title{font-size:20px;font-weight:900;margin:0 0 6px;color:#111}.home-landing .review-modal-sub{font-size:13px;color:var(--gray);margin:0 0 24px}.home-landing .review-modal-list{display:flex;flex-direction:column;gap:12px}.home-landing .review-modal-option{display:flex;align-items:center;gap:14px;padding:14px 20px;border:2px solid #e5e5e5;border-radius:12px;color:#111;font-weight:700;font-size:14px;transition:border-color .15s}.home-landing .review-modal-option:hover{border-color:var(--teal)}.home-landing .review-modal-option img{width:48px;height:48px;object-fit:contain}.home-landing .review-modal-cancel{margin-top:20px;background:none;border:none;font-size:13px;color:var(--gray);cursor:pointer;text-decoration:underline}.home-landing .newsletter-section{background:#1a1f2e;color:var(--white);text-align:center;padding:80px 24px}.home-landing .newsletter-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.home-landing .newsletter-title{font-size:clamp(28px,4vw,48px);font-weight:900;letter-spacing:-.02em;margin:0 0 12px;color:var(--white)}.home-landing .newsletter-sub{font-size:15px;opacity:.7;max-width:480px;margin:0 auto 36px;line-height:1.6}.home-landing .newsletter-form{display:flex;max-width:480px;margin:0 auto;gap:0;border-radius:40px;overflow:hidden;border:2px solid rgba(255,255,255,.2)}.home-landing .newsletter-form input[type=email]{flex:1;background:transparent;border:none;outline:none;color:var(--white);font-family:inherit;font-size:14px;padding:16px 24px}.home-landing .newsletter-form input[type=email]::placeholder{color:#fff6}.home-landing .newsletter-form button{background:var(--teal);color:var(--white);border:none;padding:16px 28px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .2s;white-space:nowrap}.home-landing .newsletter-form button:hover{background:#003da0}.home-landing .newsletter-message{margin-top:20px;font-size:14px;font-weight:600}.home-landing .newsletter-message--error{color:#ff9a9a}@media(max-width:1024px){.home-landing .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.home-landing .products-grid,.home-landing .products-grid--three{grid-template-columns:repeat(2,1fr);gap:16px}.home-landing .testimonials-grid{grid-template-columns:1fr}.home-landing .hero-content{left:24px;right:24px;bottom:28px}.home-landing .story-banner{padding:60px 24px}}@media(max-width:480px){.home-landing .products-grid,.home-landing .products-grid--three{grid-template-columns:repeat(2,1fr);gap:12px}.home-landing .hero-btns{flex-direction:column}.home-landing .btn-primary,.home-landing .btn-secondary{text-align:center}}@media(prefers-reduced-motion:reduce){.home-landing .hero-slide,.home-landing .product-card,.home-landing .product-img-wrap img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/landing.css.map */
