@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes gentlePulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero{position:relative;background:linear-gradient(180deg,var(--color-background-warm) 0%,var(--color-background) 100%);overflow:hidden;padding-top:calc(var(--section-spacing) * 1.5);padding-bottom:calc(var(--section-spacing) * 2)}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-3xl);align-items:center}@media screen and (max-width:989px){.hero__grid{grid-template-columns:1fr;text-align:center;gap:var(--spacing-2xl)}}.hero__content{display:flex;flex-direction:column;gap:var(--spacing-lg)}.hero__badge{display:inline-flex;align-items:center;gap:var(--spacing-sm);font-family:var(--font-heading);font-size:var(--text-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-forest);background-color:#4a5d4a1a;padding:var(--spacing-xs) var(--spacing-md);border-radius:999px;width:fit-content;animation:fadeInUp .6s ease-out both}@media screen and (max-width:989px){.hero__badge{margin:0 auto}}.hero__heading{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1;color:var(--color-text);animation:fadeInUp .6s ease-out .1s both}.hero__subheading{font-family:var(--font-body);font-size:var(--text-xl);line-height:1.6;color:var(--color-text);opacity:.85;max-width:480px;margin:0;animation:fadeInUp .6s ease-out .2s both}@media screen and (max-width:989px){.hero__subheading{max-width:none;margin:0 auto}}.hero__actions{display:flex;gap:var(--spacing-md);flex-wrap:wrap;animation:fadeInUp .6s ease-out .3s both}@media screen and (max-width:989px){.hero__actions{justify-content:center}}@media screen and (max-width:479px){.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}}.hero__trust{display:inline-flex;align-items:center;gap:var(--spacing-sm);font-size:var(--text-sm);color:var(--color-text);opacity:.7;animation:fadeInUp .6s ease-out .4s both}@media screen and (max-width:989px){.hero__trust{justify-content:center}}.hero__image{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInScale .8s ease-out .2s both}@media screen and (max-width:989px){.hero__image{order:-1}}.hero__phil-container{position:relative}.hero__phil{max-width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(94,74,66,.15));animation:gentlePulse 6s ease-in-out infinite}@media screen and (max-width:989px){.hero__phil{max-width:320px}}@media screen and (max-width:479px){.hero__phil{max-width:260px}}.hero__phil-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-md);width:300px;height:300px;background:var(--color-background);border:2px dashed var(--color-border);border-radius:var(--radius-xl);color:var(--color-text);opacity:.5}.hero__bottom-accent{position:absolute;bottom:0;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--color-wood) 0%,var(--color-primary) 50%,var(--color-wood) 100%);opacity:.3}@media(prefers-reduced-motion:reduce){.hero__heading,.hero__subheading,.hero__badge,.hero__actions,.hero__trust,.hero__image,.hero__phil{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-hero.css.map */
