.ew-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:#f7f5f0}.ew-hero__container{width:100%;max-width:1400px;margin:0 auto;padding:120px 40px 80px;position:relative;z-index:2}.ew-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden}.ew-hero__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(196,167,125,.08) 0%,transparent 70%),radial-gradient(ellipse at 70% 30%,rgba(139,157,131,.06) 0%,transparent 60%)}.ew-hero__bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232C3E2D' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.ew-hero__bg-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.ew-hero__bg-orb--1{width:500px;height:500px;background:#c4a77d;top:-10%;right:-5%;opacity:.15}.ew-hero__bg-orb--2{width:400px;height:400px;background:#8b9d83;bottom:-10%;left:-10%;opacity:.1}.ew-hero__bg-orb--3{width:300px;height:300px;background:#d4c4a8;top:40%;left:30%;opacity:.08}.ew-hero__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.ew-hero__text{max-width:600px}.ew-hero__eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:24px;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:600;color:#c4a77d}.ew-hero__eyebrow-line{width:32px;height:1px;background:#c4a77d}.ew-hero__headline{font-size:3.5rem;font-weight:600;line-height:1.1;color:#2c3e2d;margin-bottom:24px;letter-spacing:-.02em}.ew-hero__subheadline{font-size:1.25rem;line-height:1.6;color:#5a6b5c;margin-bottom:40px;max-width:500px}.ew-hero__buttons{display:flex;gap:16px;margin-bottom:40px;flex-wrap:wrap}.ew-hero__btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.ew-hero__btn--primary{background:linear-gradient(135deg,#c4a77d,#a68b5b);color:#fff;border:none;box-shadow:0 4px 20px #c4a77d4d}.ew-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c4a77d66}.ew-hero__btn--primary svg{transition:transform .3s ease}.ew-hero__btn--primary:hover svg{transform:translate(4px)}.ew-hero__btn--secondary{background:transparent;color:#2c3e2d;border:2px solid #C4A77D;padding:14px 30px}.ew-hero__btn--secondary:hover{background:#c4a77d1a;border-color:#a68b5b;transform:translateY(-2px)}.ew-hero__trust{display:flex;gap:24px;flex-wrap:wrap}.ew-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#5a6b5c;font-weight:500}.ew-hero__trust-item svg{color:#c4a77d;flex-shrink:0}.ew-hero__image-wrap{display:flex;justify-content:center;align-items:center}.ew-hero__image-frame{position:relative;width:100%;max-width:560px;aspect-ratio:1;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #2c3e2d26}.ew-hero__image{width:100%;height:100%;object-fit:cover}.ew-hero__placeholder{width:100%;max-width:560px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#c4a77d0d;border-radius:24px;border:1px solid rgba(196,167,125,.15)}.ew-hero__placeholder-inner{width:80%;height:80%;opacity:.6}.ew-hero__placeholder-inner svg{width:100%;height:100%}.ew-hero__scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;color:#8b9d83;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;opacity:.6}.ew-hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,#8B9D83,transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}@media(max-width:1024px){.ew-hero__content{grid-template-columns:1fr;text-align:center}.ew-hero__text{max-width:100%;order:2}.ew-hero__image-wrap{order:1}.ew-hero__headline{font-size:2.5rem}.ew-hero__subheadline{margin-left:auto;margin-right:auto}.ew-hero__buttons,.ew-hero__trust{justify-content:center}.ew-hero__image-frame,.ew-hero__placeholder{max-width:400px;margin:0 auto}}@media(max-width:768px){.ew-hero__container{padding:100px 20px 60px}.ew-hero__headline{font-size:2rem}.ew-hero__subheadline{font-size:1.1rem}.ew-hero__btn{padding:14px 24px;font-size:.9rem}.ew-hero__trust{gap:16px}.ew-hero__trust-item{font-size:.8rem}.ew-hero__scroll{display:none}}@media(max-width:480px){.ew-hero__buttons{flex-direction:column;width:100%}.ew-hero__btn{width:100%;justify-content:center}.ew-hero__headline{font-size:1.75rem}}.ew-hero__btn--secondary:before,.ew-hero__btn--secondary:after,.ew-hero__btn:before,.ew-hero__btn:after{content:none!important;display:none!important}.ew-hero__btn--secondary{color:#2c3e2d!important}.ew-hero__btn--secondary{font-size:0!important}.ew-hero__btn--secondary:after{content:"Get a Free Chapter"!important;font-size:1rem!important;color:#2c3e2d!important;display:inline!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-earthwise-hero.css.map */
