.hero-product{background-color:var(--color-surface);position:relative;overflow:hidden}.hero-product__container{max-width:var(--container-wide);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;min-height:720px}.hero-product__content{display:flex;align-items:center;padding:80px 80px 80px 96px;background-color:var(--color-surface)}.hero-product__inner{max-width:480px}.hero-product__eyebrow{font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-primary);display:inline-block;margin-bottom:24px}.hero-product__title{font-family:var(--font-heading);font-size:52px;font-weight:400;font-style:italic;line-height:1.1;letter-spacing:-.02em;color:var(--color-text);margin:0 0 16px}.hero-product__tagline{font-family:var(--font-body);font-size:17px;font-weight:400;font-style:italic;color:var(--color-muted);margin:0 0 32px;line-height:1.4}.hero-product__story{font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.7;color:var(--color-text);margin:0 0 16px;max-width:460px}.hero-product__story--poetic{font-style:italic;color:var(--color-muted);margin-bottom:32px}.hero-product__price{font-family:var(--font-heading);font-size:32px;font-weight:400;color:var(--color-primary);margin:0 0 24px;line-height:1}.hero-product__variants{margin-bottom:32px}.hero-product__variant-label{font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted);margin:0 0 12px;display:block}.hero-product__variant-pills{display:flex;gap:8px;flex-wrap:wrap}.hero-product__variant{font-family:var(--font-body);font-size:13px;font-weight:500;padding:10px 20px;border:1px solid var(--color-border);border-radius:4px;background-color:var(--color-bg);color:var(--color-text);cursor:pointer;transition:all .2s ease-out}.hero-product__variant:hover{border-color:var(--color-text)}.hero-product__variant.is-active{border-color:var(--color-primary);background-color:var(--color-primary);color:#fff}.hero-product__cta-group{display:flex;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.hero-product__cta-primary{font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#fff;background-color:var(--color-primary);padding:20px 36px;border-radius:4px;text-decoration:none;display:inline-flex;align-items:center;gap:12px;transition:background-color .25s ease-out,transform .25s ease-out,box-shadow .25s ease-out}.hero-product__cta-primary:hover{background-color:#b03a5b;transform:translateY(-2px);box-shadow:0 8px 16px #c9486b40}.hero-product__cta-arrow{width:16px;height:16px;transition:transform .25s ease-out;flex-shrink:0}.hero-product__cta-primary:hover .hero-product__cta-arrow{transform:translate(4px)}.hero-product__cta-secondary{font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--color-text);text-decoration:none;border-bottom:1px solid var(--color-text);padding-bottom:2px;transition:color .2s ease-out,border-color .2s ease-out}.hero-product__cta-secondary:hover{color:var(--color-primary);border-bottom-color:var(--color-primary)}.hero-product__trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:16px}.hero-product__trust-item{font-family:var(--font-body);font-size:11px;font-weight:500;color:var(--color-muted);letter-spacing:.05em;display:inline-flex;align-items:center;gap:6px}.hero-product__trust-item svg{flex-shrink:0;color:var(--color-primary)}.hero-product__image-wrapper{position:relative;overflow:hidden;background-color:var(--color-bg)}.hero-product__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s ease-out}.hero-product__image-wrapper:hover .hero-product__image{transform:scale(1.03)}.hero-product__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);min-height:600px}.hero-product__image-placeholder svg{width:60%;height:60%;opacity:.3}.hero-product__image-wrapper:before{content:"";position:absolute;top:0;left:0;bottom:0;width:120px;background:linear-gradient(to right,rgba(245,239,229,.4),transparent);pointer-events:none;z-index:1}@media(min-width:1440px){.hero-product__container{min-height:800px}.hero-product__content{padding:96px 96px 96px 120px}.hero-product__title{font-size:60px}}@media(min-width:768px)and (max-width:1023px){.hero-product__container{grid-template-columns:1fr;min-height:auto}.hero-product__content{order:2;padding:48px 48px 64px}.hero-product__image-wrapper{order:1;aspect-ratio:16 / 10}.hero-product__image-wrapper:before{display:none}.hero-product__title{font-size:44px}}@media(max-width:767px){.hero-product__container{grid-template-columns:1fr;min-height:auto}.hero-product__content{order:2;padding:36px 20px 48px}.hero-product__inner{max-width:100%}.hero-product__image-wrapper{order:1;aspect-ratio:4 / 3;max-height:320px}.hero-product__image-wrapper:before{display:none}.hero-product__eyebrow{font-size:11px;margin-bottom:16px}.hero-product__title{font-size:36px;line-height:1.15}.hero-product__tagline{font-size:14px;margin-bottom:24px}.hero-product__story{font-size:14px;line-height:1.6;margin-bottom:14px}.hero-product__story--poetic{margin-bottom:24px}.hero-product__price{font-size:28px;margin-bottom:20px}.hero-product__variants{margin-bottom:24px}.hero-product__variant{font-size:12px;padding:8px 16px}.hero-product__cta-group{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.hero-product__cta-primary{width:100%;justify-content:center;padding:18px 32px;font-size:12px}.hero-product__trust{flex-direction:column;gap:8px;margin-top:16px}}@media(prefers-reduced-motion:no-preference){.hero-product__eyebrow,.hero-product__title,.hero-product__tagline,.hero-product__story,.hero-product__price,.hero-product__variants,.hero-product__cta-group,.hero-product__trust{opacity:0;transform:translateY(20px);transition:opacity .7s ease-out,transform .7s ease-out}.hero-product.is-in-view .hero-product__eyebrow{opacity:1;transform:translateY(0);transition-delay:.1s}.hero-product.is-in-view .hero-product__title{opacity:1;transform:translateY(0);transition-delay:.2s}.hero-product.is-in-view .hero-product__tagline{opacity:1;transform:translateY(0);transition-delay:.3s}.hero-product.is-in-view .hero-product__price{opacity:1;transform:translateY(0);transition-delay:.4s}.hero-product.is-in-view .hero-product__variants{opacity:1;transform:translateY(0);transition-delay:.5s}.hero-product.is-in-view .hero-product__cta-group{opacity:1;transform:translateY(0);transition-delay:.6s}.hero-product.is-in-view .hero-product__trust{opacity:1;transform:translateY(0);transition-delay:.7s}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/hero-product.css.map */
