.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;background-color:var(--color-midnight-navy);color:var(--color-text-on-dark);overflow:hidden;padding-top:var(--section-padding-top);padding-bottom:var(--section-padding-bottom)}.hero[data-height=small]{min-height:500px}.hero[data-height=medium]{min-height:650px}.hero[data-height=large]{min-height:800px}.hero[data-height=fullscreen]{min-height:100vh;min-height:100dvh}.hero[data-height=auto]{min-height:auto}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__background-image{width:100%;height:100%;object-fit:cover;opacity:.8}.hero__background-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1a1f2ebf,#1a1f2e8c,#1a1f2e66)}.hero__content{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-16);align-items:center;padding:var(--space-20) 0}.hero__content--left{text-align:left}.hero__content--center{text-align:center;justify-items:center}.hero__content--center .hero__text{display:flex;flex-direction:column;align-items:center}.hero__content--center .hero__cta-group{align-items:center}.hero__content--right{text-align:right;justify-items:end}.hero__content--right .hero__text{display:flex;flex-direction:column;align-items:flex-end}.hero__content--right .hero__cta-group{align-items:flex-end}.hero__text{max-width:580px}.hero__headline{font-size:clamp(2.5rem,5vw,4rem);font-weight:var(--font-weight-medium);line-height:1.1;margin-bottom:var(--space-6);color:var(--color-off-white);letter-spacing:-.02em}.hero__headline:after{content:""}.hero__subheadline{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);color:#fafafad9;margin-bottom:var(--space-10);max-width:480px}.hero__cta-group{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-10)}.hero__cta{font-size:var(--font-size-lg);padding:var(--space-5) var(--space-10);border-radius:var(--radius-md);font-weight:var(--font-weight-medium);text-transform:none;letter-spacing:0;width:fit-content}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 8px 30px #e8a84966}.hero__price-line{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;margin:0}.hero__price{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-warm-amber)}.hero__price-subtext{font-size:var(--font-size-sm);color:#fafafab3}.hero__social-proof{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);color:#fafafab3;margin:0}.hero__social-proof svg{color:var(--color-soft-teal);flex-shrink:0}.hero__trust-badges{display:flex;flex-wrap:wrap;gap:var(--space-6);padding-top:var(--space-8);border-top:1px solid rgba(250,250,250,.1)}.trust-badge{display:flex;align-items:center;gap:var(--space-2)}.trust-badge__icon{display:flex;align-items:center;justify-content:center;color:var(--color-warm-amber)}.trust-badge__icon svg{width:20px;height:20px}.trust-badge__text{font-size:var(--font-size-sm);color:#fafafae6;font-weight:var(--font-weight-medium)}.trust-badge--sm .trust-badge__icon svg{width:16px;height:16px}.trust-badge--sm .trust-badge__text{font-size:var(--font-size-xs)}.hero__image{display:flex;align-items:center;justify-content:center}.hero__product-image{max-width:100%;height:auto;max-height:600px;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(232,168,73,.15));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero__headline{animation:slideUp .8s ease-out}.hero__subheadline{animation:slideUp .8s ease-out .1s both}.hero__cta-group{animation:slideUp .8s ease-out .2s both}.hero__trust-badges{animation:fadeIn .8s ease-out .4s both}.hero__image{animation:slideIn 1s ease-out .3s both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:1024px){.hero__content{grid-template-columns:1fr;gap:var(--space-10);text-align:center}.hero__text{max-width:100%;display:flex;flex-direction:column;align-items:center}.hero__headline{font-size:clamp(2rem,6vw,3rem)}.hero__subheadline{max-width:540px}.hero__cta-group{align-items:center}.hero__price-line,.hero__trust-badges{justify-content:center}.hero__image{order:-1}.hero__product-image{max-height:350px}}@media(max-width:640px){.hero{min-height:auto;padding:var(--space-16) 0}.hero__content{padding:var(--space-10) 0}.hero__headline{font-size:2rem;margin-bottom:var(--space-4)}.hero__subheadline{font-size:var(--font-size-base);margin-bottom:var(--space-6)}.hero__cta{width:100%;justify-content:center;padding:var(--space-4) var(--space-6);font-size:var(--font-size-base)}.hero__trust-badges{flex-direction:column;align-items:center;gap:var(--space-4)}.hero__product-image{max-height:250px}.hero__product-image{animation:none}}@media(prefers-reduced-motion:reduce){.hero__headline,.hero__subheadline,.hero__cta-group,.hero__trust-badges,.hero__image,.hero__product-image{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/hero.css.map */
