@import"https://fonts.googleapis.com/css2?family=Proza+Libre:wght@400;600;700&display=swap";:root{--hp-primary: #2d4a3e;--hp-primary-dark: #1a3c30;--hp-accent: #d4af6e;--hp-cream: #f4f1e8;--hp-white: #ffffff;--hp-text-dark: #1a1a1a;--hp-text-muted: #555;--hp-font-heading: "Times New Roman", Georgia, serif;--hp-font-body: "Proza Libre", system-ui, sans-serif;--hp-radius: 20px;--hp-radius-sm: 12px;--hp-transition: cubic-bezier(.4, 0, .2, 1)}.shopify-section:has([class^=hp-]){margin:0!important;padding:0!important}.shopify-section:has([class^=hp-]) [class*=section-][class*=-padding]{padding:0!important}.hp-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s var(--hp-transition),transform .8s var(--hp-transition);will-change:opacity,transform}.hp-reveal--scale{opacity:0;transform:scale(.92);transition:opacity .8s var(--hp-transition),transform .8s var(--hp-transition);will-change:opacity,transform}.hp-reveal--left{opacity:0;transform:translate(-60px);transition:opacity .9s var(--hp-transition),transform .9s var(--hp-transition);will-change:opacity,transform}.hp-reveal--right{opacity:0;transform:translate(60px);transition:opacity .9s var(--hp-transition),transform .9s var(--hp-transition);will-change:opacity,transform}.hp-reveal.is-visible,.hp-reveal--scale.is-visible,.hp-reveal--left.is-visible,.hp-reveal--right.is-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}.hp-stagger>*{opacity:0;transform:translateY(30px);transition:opacity .6s var(--hp-transition),transform .6s var(--hp-transition)}.hp-stagger.is-visible>*:nth-child(1){transition-delay:.05s;opacity:1;transform:none}.hp-stagger.is-visible>*:nth-child(2){transition-delay:.15s;opacity:1;transform:none}.hp-stagger.is-visible>*:nth-child(3){transition-delay:.25s;opacity:1;transform:none}.hp-stagger.is-visible>*:nth-child(4){transition-delay:.35s;opacity:1;transform:none}.hp-stagger.is-visible>*:nth-child(5){transition-delay:.45s;opacity:1;transform:none}.hp-stagger.is-visible>*:nth-child(6){transition-delay:.55s;opacity:1;transform:none}.hp-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:var(--hp-font-body)}.hp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hp-hero__bg-image{width:100%;height:100%;object-fit:cover;display:block}.hp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hp-hero__container{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:120px 48px 80px;display:flex;align-items:stretch;justify-content:space-between;gap:60px;text-align:left;min-height:100vh;box-sizing:border-box}.hp-hero__left{flex:1 1 50%;max-width:550px;display:flex;flex-direction:column;justify-content:flex-start;padding-top:40px}.hp-hero__right{flex:1 1 40%;max-width:420px;text-align:left;display:flex;flex-direction:column;justify-content:flex-end}.hp-hero__badge{display:inline-block;padding:8px 20px;border-radius:50px;font-size:.8125rem;font-weight:600;letter-spacing:.5px;margin-bottom:28px;text-transform:uppercase}.hp-hero__badge-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:currentColor;margin-right:8px;animation:hpPulse 2s ease-in-out infinite;vertical-align:middle}@keyframes hpPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hp-hero__heading{font-family:var(--hp-font-heading);font-size:clamp(2.5rem,7vw,5rem);font-weight:400;line-height:1.05;margin:0;letter-spacing:-.03em}.hp-hero__heading-right{font-family:var(--hp-font-heading);font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:400;line-height:1.15;margin:0 0 20px;letter-spacing:-.02em}.hp-hero__subheading{font-family:var(--hp-font-body);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;line-height:1.7;margin:0 0 32px;max-width:360px;opacity:.7;color:inherit}.hp-hero__subheading *{color:inherit}.hp-hero__cta{display:inline-block;padding:18px 52px;border:none;border-radius:50px;font-family:var(--hp-font-body);font-size:1.0625rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .35s var(--hp-transition);box-shadow:0 8px 30px #0003;animation:hpFadeUp .8s ease-out .8s both}.hp-hero__cta:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 14px 40px #0000004d}.hp-hero__scroll-indicator{position:absolute;bottom:36px;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;animation:hpFadeUp .8s ease-out 1s both;cursor:pointer}.hp-hero__scroll-text{font-family:var(--hp-font-body);font-size:.6875rem;text-transform:uppercase;letter-spacing:2px;opacity:.6}.hp-hero__scroll-arrow{width:24px;height:24px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.5;animation:hpBounce 2s ease-in-out infinite}@keyframes hpFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hpBounce{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(8px)}}.hp-features{padding:100px 24px;font-family:var(--hp-font-body)}.hp-features__container{max-width:1200px;margin:0 auto}.hp-features__header{text-align:center;margin-bottom:64px}.hp-features__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;opacity:.6}.hp-features__heading{font-family:var(--hp-font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;line-height:1.15;margin:0 0 16px;letter-spacing:-.02em}.hp-features__description{font-size:1.125rem;line-height:1.6;opacity:.7;max-width:560px;margin:0 auto}.hp-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.hp-feature-card{position:relative;padding:48px 32px;border-radius:var(--hp-radius);text-align:center;transition:all .4s var(--hp-transition);border:1px solid rgba(0,0,0,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hp-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000014}.hp-feature-card__icon{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2rem;transition:transform .3s var(--hp-transition)}.hp-feature-card:hover .hp-feature-card__icon{transform:scale(1.1)}.hp-feature-card__title{font-family:var(--hp-font-heading);font-size:1.375rem;font-weight:400;margin:0 0 12px;letter-spacing:-.01em}.hp-feature-card__text{font-size:.9375rem;line-height:1.6;opacity:.75;margin:0}.hp-showcase{padding:100px 24px;font-family:var(--hp-font-body);overflow:hidden}.hp-showcase__container{max-width:1200px;margin:0 auto}.hp-showcase__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hp-showcase__grid--reverse{direction:rtl}.hp-showcase__grid--reverse>*{direction:ltr}.hp-showcase__image-wrap{position:relative;border-radius:var(--hp-radius);overflow:hidden}.hp-showcase__image{width:100%;height:auto;display:block;border-radius:var(--hp-radius);transition:transform .6s var(--hp-transition)}.hp-showcase__image-wrap:hover .hp-showcase__image{transform:scale(1.03)}.hp-showcase__image-badge{position:absolute;top:20px;right:20px;padding:8px 20px;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hp-showcase__content{max-width:480px}.hp-showcase__label{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;padding:6px 16px;border-radius:4px}.hp-showcase__heading{font-family:var(--hp-font-heading);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;line-height:1.15;margin:0 0 20px;letter-spacing:-.02em}.hp-showcase__text{font-size:1.0625rem;line-height:1.7;opacity:.8;margin:0 0 32px}.hp-showcase__features{list-style:none;padding:0;margin:0 0 36px}.hp-showcase__feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:.9375rem;line-height:1.5}.hp-showcase__feature-check{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.hp-showcase__cta{display:inline-block;padding:16px 44px;border:none;border-radius:50px;font-family:var(--hp-font-body);font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .35s var(--hp-transition)}.hp-showcase__cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000026}.hp-stats{padding:100px 24px;font-family:var(--hp-font-body)}.hp-stats__container{max-width:1200px;margin:0 auto}.hp-stats__header{text-align:center;margin-bottom:64px}.hp-stats__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;opacity:.7}.hp-stats__heading{font-family:var(--hp-font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;line-height:1.15;margin:0 0 16px;letter-spacing:-.02em}.hp-stats__description{font-size:1.125rem;line-height:1.6;opacity:.7;max-width:560px;margin:0 auto}.hp-stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:center}.hp-stat{padding:40px 24px;border-radius:var(--hp-radius);transition:transform .3s var(--hp-transition)}.hp-stat:hover{transform:translateY(-4px)}.hp-stat__number{font-family:var(--hp-font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1;margin-bottom:12px;letter-spacing:-.03em}.hp-stat__suffix{font-size:.65em;opacity:.7}.hp-stat__label{font-size:.9375rem;line-height:1.5;opacity:.75;max-width:220px;margin:0 auto}.hp-testimonials{padding:100px 24px;font-family:var(--hp-font-body)}.hp-testimonials__container{max-width:1200px;margin:0 auto}.hp-testimonials__header{text-align:center;margin-bottom:64px}.hp-testimonials__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;opacity:.7}.hp-testimonials__heading{font-family:var(--hp-font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;line-height:1.15;margin:0 0 16px;letter-spacing:-.02em}.hp-testimonials__description{font-size:1.125rem;line-height:1.6;opacity:.7;max-width:560px;margin:0 auto}.hp-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.hp-testimonial-card{padding:40px 32px;border-radius:var(--hp-radius);transition:all .35s var(--hp-transition);display:flex;flex-direction:column}.hp-testimonial-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000014}.hp-testimonial-card__stars{font-size:1.125rem;letter-spacing:2px;margin-bottom:20px}.hp-testimonial-card__quote{font-size:1.0625rem;line-height:1.7;margin:0 0 28px;flex-grow:1;font-style:italic}.hp-testimonial-card__author{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}.hp-testimonial-card__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;flex-shrink:0}.hp-testimonial-card__name{font-weight:600;font-size:.9375rem;margin:0}.hp-testimonial-card__subtitle{font-size:.8125rem;opacity:.6;margin:2px 0 0}.hp-products{padding:100px 24px;font-family:var(--hp-font-body)}.hp-products__container{max-width:1200px;margin:0 auto}.hp-products__header{text-align:center;margin-bottom:64px}.hp-products__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;opacity:.6}.hp-products__heading{font-family:var(--hp-font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;line-height:1.15;margin:0 0 16px;letter-spacing:-.02em}.hp-products__description{font-size:1.125rem;line-height:1.6;opacity:.7;max-width:560px;margin:0 auto}.hp-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.hp-product-card{border-radius:var(--hp-radius);overflow:hidden;transition:all .4s var(--hp-transition);text-decoration:none;display:block;border:1px solid rgba(0,0,0,.06)}.hp-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.hp-product-card__image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden}.hp-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--hp-transition)}.hp-product-card:hover .hp-product-card__image{transform:scale(1.06)}.hp-product-card__badge{position:absolute;top:16px;left:16px;padding:6px 14px;border-radius:50px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hp-product-card__body{padding:28px 24px}.hp-product-card__title{font-family:var(--hp-font-heading);font-size:1.25rem;font-weight:400;margin:0 0 8px}.hp-product-card__text{font-size:.9375rem;line-height:1.6;opacity:.7;margin:0 0 16px}.hp-product-card__price{font-weight:700;font-size:1.125rem}.hp-product-card__arrow{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;margin-top:12px;opacity:0;transform:translate(-8px);transition:all .3s var(--hp-transition)}.hp-product-card:hover .hp-product-card__arrow{opacity:1;transform:translate(0)}.hp-cta{padding:120px 24px;font-family:var(--hp-font-body);text-align:center;position:relative;overflow:hidden}.hp-cta__container{position:relative;z-index:1;max-width:800px;margin:0 auto}.hp-cta__heading{font-family:var(--hp-font-heading);font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:400;line-height:1.1;margin:0 0 20px;letter-spacing:-.03em}.hp-cta__text{font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.6;opacity:.8;margin:0 auto 44px;max-width:550px}.hp-cta__buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hp-cta__btn{display:inline-block;padding:18px 48px;border-radius:50px;font-family:var(--hp-font-body);font-size:1.0625rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .35s var(--hp-transition);border:2px solid transparent}.hp-cta__btn--primary:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0003}.hp-cta__btn--secondary{background:transparent!important}.hp-cta__btn--secondary:hover{transform:translateY(-3px)}@media (max-width: 968px){.hp-features__grid{grid-template-columns:repeat(2,1fr);gap:24px}.hp-showcase__grid{grid-template-columns:1fr;gap:40px}.hp-showcase__grid--reverse{direction:ltr}.hp-showcase__content{max-width:100%}.hp-stats__grid,.hp-testimonials__grid,.hp-products__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width: 768px){.hp-hero__container{flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:100px 24px 60px;gap:24px;text-align:left;min-height:100vh}.hp-hero__left,.hp-hero__right{max-width:100%;flex:none;padding-top:0}.hp-hero__left{flex:1;justify-content:flex-end}.hp-hero__heading{font-size:clamp(2rem,10vw,3rem)}.hp-hero__heading-right{font-size:clamp(1.125rem,4.5vw,1.5rem)}.hp-hero__subheading{font-size:.625rem;margin-bottom:20px;max-width:100%}.hp-hero__badge{font-size:.6875rem;padding:6px 14px;margin-bottom:20px}.hp-hero__cta{padding:14px 36px;font-size:.9375rem;width:100%;text-align:center;max-width:320px}.hp-hero__scroll-indicator{bottom:20px}.hp-features{padding:64px 20px}.hp-features__grid{grid-template-columns:1fr;gap:16px}.hp-features__header{margin-bottom:36px}.hp-features__heading{font-size:1.75rem}.hp-features__description{font-size:1rem}.hp-feature-card{padding:32px 24px;text-align:left;display:flex;align-items:flex-start;gap:20px}.hp-feature-card__icon{width:56px;height:56px;min-width:56px;font-size:1.5rem;margin:0}.hp-feature-card:hover{transform:none;box-shadow:none}.hp-showcase{padding:64px 20px}.hp-showcase__grid{gap:32px}.hp-showcase__image-wrap{order:-1}.hp-showcase__heading{font-size:1.5rem}.hp-showcase__text{font-size:.9375rem;margin-bottom:24px}.hp-showcase__cta{padding:14px 36px;font-size:.9375rem;width:100%;text-align:center}.hp-showcase__image-wrap:hover .hp-showcase__image{transform:none}.hp-stats{padding:64px 20px}.hp-stats__grid{grid-template-columns:repeat(2,1fr);gap:16px}.hp-stats__header{margin-bottom:40px}.hp-stat{padding:28px 16px}.hp-stat__number{font-size:2.25rem}.hp-stat__label{font-size:.8125rem}.hp-stat:hover{transform:none}.hp-testimonials{padding:64px 20px}.hp-testimonials__grid{grid-template-columns:1fr;gap:16px}.hp-testimonials__header{margin-bottom:36px}.hp-testimonial-card{padding:28px 24px}.hp-testimonial-card__quote{font-size:.9375rem;margin-bottom:20px}.hp-testimonial-card:hover{transform:none;box-shadow:none}.hp-products{padding:64px 20px}.hp-products__grid{grid-template-columns:1fr;gap:20px}.hp-products__header{margin-bottom:36px}.hp-product-card{display:flex;flex-direction:row;border-radius:var(--hp-radius-sm)}.hp-product-card__image-wrap{width:120px;min-width:120px;aspect-ratio:1;border-radius:var(--hp-radius-sm) 0 0 var(--hp-radius-sm)}.hp-product-card__body{padding:16px 20px;display:flex;flex-direction:column;justify-content:center}.hp-product-card__title{font-size:1rem;margin-bottom:4px}.hp-product-card__text{font-size:.8125rem;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-product-card__price{font-size:.9375rem}.hp-product-card__arrow{opacity:1;transform:none;font-size:.75rem;margin-top:8px}.hp-product-card:hover{transform:none;box-shadow:none}.hp-product-card__badge{top:8px;left:8px;font-size:.5625rem;padding:4px 10px}.hp-cta{padding:64px 20px}.hp-cta__heading{font-size:1.75rem}.hp-cta__text{font-size:.9375rem;margin-bottom:32px}.hp-cta__buttons{flex-direction:column;align-items:center}.hp-cta__btn{width:100%;max-width:320px;text-align:center;padding:16px 36px;font-size:.9375rem}}@media (max-width: 480px){.hp-hero__container{padding:80px 16px 50px}.hp-hero__badge{font-size:.625rem;padding:5px 12px}.hp-hero__right{gap:12px}.hp-hero__heading-right{font-size:clamp(1rem,4vw,1.25rem)}.hp-hero__subheading{font-size:.5625rem}.hp-feature-card__icon{width:48px;height:48px;min-width:48px;font-size:1.25rem}.hp-feature-card__title{font-size:1.125rem}.hp-stats__grid{grid-template-columns:repeat(2,1fr);gap:12px}.hp-stat{padding:20px 12px}.hp-stat__number{font-size:1.75rem}.hp-testimonial-card{padding:24px 20px}.hp-testimonial-card__quote{font-size:.875rem}.hp-product-card__image-wrap{width:100px;min-width:100px}.hp-cta{padding:48px 16px}.hp-cta__heading{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/homepage-landing.css.map */
