.ep-home-hero2{padding:var(--hero-mobile-padding-top, 32px) 20px var(--hero-mobile-padding-bottom, 52px);color:var(--hero-ink, #1e4222);background:var(--hero-bg, #fff)}.ep-hero-inner{display:grid;align-items:center;gap:28px;width:100%;max-width:1240px;margin-inline:auto}.ep-hero-copy{min-width:0}.ep-hero-copy .ep-hero-heading{margin:0;color:inherit;font-family:"EP Display",var(--font-work-sans, "Work Sans"),sans-serif;font-size:var(--hero-mobile-heading-size, 52px);font-weight:800;line-height:.98;letter-spacing:-.055em}.ep-hero-line{display:block}.ep-hero-accent{position:relative;width:fit-content;max-width:100%;padding-bottom:.15em}.ep-hero-underline{position:absolute;bottom:-.02em;left:0;width:100%;height:.23em;color:var(--hero-sage, #c8e0c5);pointer-events:none}.ep-hero-copy .ep-hero-intro{max-width:440px;margin:18px 0 0;font-size:16px;line-height:1.55}.ep-hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:7px;margin-top:22px}.ep-hero-button,.ep-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-family:inherit;font-size:16px;font-weight:750;line-height:1.3;text-decoration:none}.ep-hero-button>svg,.ep-hero-secondary>svg{flex-shrink:0}.ep-hero-button{width:100%;min-height:56px;padding:14px 20px;border:2px solid var(--hero-ink, #1e4222);border-radius:999px;color:#fff9ed;background:var(--hero-ink, #1e4222);text-align:center;transition:transform .18s ease,box-shadow .18s ease}.ep-hero-secondary{min-height:44px;justify-content:flex-start;color:inherit;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.ep-hero-button:focus-visible,.ep-hero-secondary:focus-visible{outline:3px solid var(--hero-ink, #1e4222);outline-offset:5px}.ep-hero-benefits{display:flex;flex-wrap:wrap;gap:7px 19px;margin:14px 0 0;padding:0;list-style:none}.ep-hero-benefits li{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:550;line-height:1.4}.ep-hero-benefits svg{flex-shrink:0}.ep-hero-scene{min-width:0;position:relative;isolation:isolate;padding:24px 9px 20px 0}.ep-hero-decoration{position:absolute;z-index:-1;top:0;right:-8px;bottom:0;left:-10px;overflow:clip;pointer-events:none}.ep-hero-decoration:before{position:absolute;top:9%;right:-4%;bottom:1%;left:0;border-radius:50%;background:var(--hero-yellow, #fff3cd);transform:rotate(-13deg);content:""}.ep-hero-frame{position:relative;aspect-ratio:1.35;overflow:hidden;border:1.5px solid var(--hero-ink, #1e4222);border-radius:48% 48% 20px 20px;background:var(--hero-yellow, #fff3cd);box-shadow:7px 7px 0 var(--hero-ink, #1e4222);opacity:1}.ep-hero-frame .ep-hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.ep-hero-sceneLabel{position:absolute;left:13px;bottom:2px;max-width:calc(100% - 32px);padding:10px 13px;border-radius:8px;background:var(--hero-ink, #1e4222);color:#fff9ed;font-size:13px;font-weight:700;line-height:1.25;transform:rotate(-4deg)}.ep-hero-badge{position:absolute;top:0;right:0;display:grid;place-items:center;width:88px;height:88px;transform:rotate(-8deg)}.ep-hero-flower{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;fill:var(--hero-yellow, #fff3cd);stroke:var(--hero-ink, #1e4222);stroke-width:1.3}.ep-hero-badgeContent{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:80%;text-align:center;font-family:"EP Display",var(--font-work-sans, "Work Sans"),sans-serif;font-size:12px;font-weight:800;line-height:1.08;letter-spacing:-.025em}.ep-hero-badgeContent>svg{width:18px;height:18px}.ep-home-hero2[data-animate=true] .ep-hero-frame{animation:epHeroEnter .7s ease-out both}.ep-home-hero2[data-animate=true] .ep-hero-badge{animation:epHeroBadgeSway 5s ease-in-out 2}@keyframes epHeroEnter{0%{transform:translateY(12px) rotate(-1deg)}to{transform:none}}@keyframes epHeroBadgeSway{0%,to{transform:rotate(-8deg)}50%{transform:rotate(-3deg)}}@media(min-width:800px){.ep-home-hero2{padding:var(--hero-padding-top, 60px) 40px var(--hero-padding-bottom, 80px)}.ep-hero-inner{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);gap:56px}.ep-hero-copy .ep-hero-heading{font-size:clamp(calc(var(--hero-heading-size, 88px) * .727273),6.2vw,var(--hero-heading-size, 88px))}.ep-hero-copy .ep-hero-intro{margin-top:24px;font-size:18px}.ep-hero-actions{margin-top:28px;gap:9px}.ep-hero-button{width:auto;padding-inline:25px}.ep-hero-benefits{margin-top:18px}.ep-hero-scene{padding:32px 10px 22px 0}.ep-hero-decoration{top:-12px;right:-16px;bottom:-8px;left:-26px}.ep-hero-frame{aspect-ratio:1.12}.ep-hero-sceneLabel{left:18px;bottom:4px;padding:11px 16px;font-size:14px}.ep-hero-badge{width:112px;height:112px;right:1px}.ep-hero-badgeContent{gap:6px;font-size:15px}.ep-hero-badgeContent>svg{width:24px;height:24px}}@media(max-width:359px){.ep-hero-copy .ep-hero-heading{font-size:calc(var(--hero-mobile-heading-size, 52px) * .826923)}.ep-hero-button{padding-inline:14px;gap:8px;font-size:14px}.ep-hero-sceneLabel{left:8px;padding-inline:11px;font-size:12px}}@media(hover:hover){.ep-hero-button:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 var(--hero-sage, #c8e0c5)}.ep-hero-secondary:hover{text-decoration-thickness:2px}}@media(prefers-reduced-motion:reduce){.ep-home-hero2[data-animate=true] .ep-hero-frame,.ep-home-hero2[data-animate=true] .ep-hero-badge{animation:none}.ep-hero-button{transition:none}.ep-hero-button:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ep-home-hero.css.map */
