.aur-hero{min-height:100vh;background:#f6f5f1;display:flex;align-items:center;position:relative;overflow:hidden;padding:0}.aur-hero__bg-word{position:absolute;font-size:clamp(12rem,20vw,22rem);font-weight:900;color:#2f6b430a;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;z-index:0;letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.aur-hero__inner{width:100%;max-width:var(--page-width, 1320px);margin:0 auto;padding-left:var(--page-width-padding, 2rem);padding-right:var(--page-width-padding, 2rem);display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1;padding-top:8rem;padding-bottom:8rem}.aur-hero__copy{display:flex;flex-direction:column;gap:2.4rem}.aur-hero__eyebrow{display:flex;align-items:center;gap:1rem;font-size:1.2rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#2f6b43}.aur-hero__eyebrow-dash{width:32px;height:2px;background:#2f6b43;flex-shrink:0}.aur-hero__heading{font-size:clamp(4rem,5.5vw,6.8rem);line-height:1.05;color:#1a3d26;margin:0;font-weight:800;letter-spacing:-.03em;display:flex;flex-direction:column;gap:0}.aur-hero__heading-line{display:block}.aur-hero__heading-line--em{color:#2f6b43;font-style:italic}.aur-hero__desc{font-size:1.65rem;line-height:1.75;color:#555;margin:0;max-width:48rem}.aur-hero__actions{display:flex;flex-wrap:wrap;gap:1.4rem}.aur-hero__btn{display:inline-flex;align-items:center;gap:.8rem;padding:1.5rem 3rem;border-radius:8px;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .25s ease;letter-spacing:.01em}.aur-hero__btn svg{transition:transform .25s ease}.aur-hero__btn:hover svg{transform:translate(5px)}.aur-hero__btn--primary{background:#2f6b43;color:#fff;border:2px solid #2F6B43;box-shadow:0 6px 20px #2f6b4347}.aur-hero__btn--primary:hover{background:#1f4d30;border-color:#1f4d30;box-shadow:0 8px 28px #2f6b4361;transform:translateY(-2px)}.aur-hero__btn--ghost{background:transparent;color:#1a3d26;border:2px solid rgba(26,61,38,.3)}.aur-hero__btn--ghost:hover{border-color:#2f6b43;color:#2f6b43;transform:translateY(-2px)}.aur-hero__trust{display:flex;align-items:center;gap:0;padding-top:2.4rem;border-top:1px solid rgba(47,107,67,.15)}.aur-hero__trust-item{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:600;color:#444}.aur-hero__trust-item svg{width:16px;height:16px;flex-shrink:0}.aur-hero__trust-sep{width:1px;height:16px;background:#2f6b4333;margin:0 1.6rem;flex-shrink:0}.aur-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.aur-hero__circle-wrap{position:relative;width:min(480px,100%);aspect-ratio:1}.aur-hero__circle{width:82%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#1a3d26,#2f6b43);margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 32px 80px #1a3d2659;position:relative;z-index:1}.aur-hero__product-img{width:85%;height:85%;object-fit:contain;filter:drop-shadow(0 12px 32px rgba(0,0,0,.3))}.aur-hero__product-img--logo{width:65%;height:65%;object-fit:contain;opacity:.92;filter:brightness(0) invert(1) drop-shadow(0 4px 16px rgba(0,0,0,.2))}.aur-hero__badge{position:absolute;background:#fff;border-radius:14px;padding:1.2rem 1.8rem;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;gap:.2rem;z-index:2;min-width:130px}.aur-hero__badge--tl{top:-4%;left:-8%;animation:floatA 4s ease-in-out infinite}.aur-hero__badge--br{bottom:8%;right:-10%;animation:floatB 4.5s ease-in-out infinite .8s}.aur-hero__badge-num{font-size:2.4rem;font-weight:800;color:#2f6b43;line-height:1}.aur-hero__badge-num sup{font-size:1.4rem}.aur-hero__badge-label{font-size:1.1rem;color:#666;line-height:1.4;font-weight:500}.aur-hero__leaf{position:absolute;pointer-events:none;z-index:0}.aur-hero__leaf--1{width:90px;top:-12%;right:2%;opacity:.7;animation:leafSway 6s ease-in-out infinite}.aur-hero__leaf--2{width:65px;bottom:5%;left:-5%;opacity:.5;animation:leafSway 7s ease-in-out infinite 1s reverse}.aur-hero__leaf--3{width:45px;top:20%;right:-5%;opacity:.4;animation:leafSway 5s ease-in-out infinite .5s}.aur-hero__scroll-cue{position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:10}.aur-hero__chevron{display:block}.aur-hero__chevron--1{animation:chevronBounce 1.6s ease-in-out infinite}.aur-hero__chevron--2{animation:chevronBounce 1.6s ease-in-out .25s infinite}@keyframes chevronBounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(6px);opacity:.35}}@keyframes floatA{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}@keyframes floatB{0%,to{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-10px) rotate(-2deg)}}@keyframes leafSway{0%,to{transform:rotate(-6deg)}50%{transform:rotate(6deg)}}@keyframes scrollBar{0%{opacity:0;transform:scaleY(0);transform-origin:top}50%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(1);transform-origin:bottom}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.aur-hero__copy>*{opacity:0;animation:fadeSlideUp .7s cubic-bezier(.22,1,.36,1) forwards}.aur-hero__copy>*:nth-child(1){animation-delay:.1s}.aur-hero__copy>*:nth-child(2){animation-delay:.25s}.aur-hero__copy>*:nth-child(3){animation-delay:.4s}.aur-hero__copy>*:nth-child(4){animation-delay:.55s}.aur-hero__copy>*:nth-child(5){animation-delay:.7s}.aur-hero__visual{opacity:0;animation:fadeSlideUp .9s cubic-bezier(.22,1,.36,1) .3s forwards}@media screen and (max-width:989px){.aur-hero__inner{grid-template-columns:1fr;gap:3.6rem;padding-top:5rem;padding-bottom:8rem}.aur-hero__copy{text-align:center;align-items:center;order:2}.aur-hero__visual{order:1;width:100%;max-width:36rem;margin:0 auto}.aur-hero__circle-wrap{width:100%}.aur-hero__trust{flex-wrap:wrap;justify-content:center;gap:1.2rem}.aur-hero__trust-sep{display:none}.aur-hero__actions{justify-content:center}.aur-hero__badge--tl{left:0%;top:0%}.aur-hero__badge--br{right:0%;bottom:5%}.aur-hero__desc{max-width:100%}}@media screen and (max-width:749px){.aur-hero__inner{padding-top:4rem;padding-bottom:7rem;gap:2.8rem}.aur-hero__copy{gap:2rem}.aur-hero__badge{padding:.8rem 1.1rem;min-width:90px;border-radius:10px}.aur-hero__badge-num{font-size:1.8rem}.aur-hero__badge-label{font-size:.95rem}.aur-hero__btn{padding:1.3rem 2.4rem;font-size:1.45rem}.aur-hero__trust-item{font-size:1.2rem}}@media screen and (max-width:480px){.aur-hero__inner{padding-top:3rem;padding-bottom:6rem;gap:2.4rem}.aur-hero__copy{gap:1.8rem}.aur-hero__badge,.aur-hero__leaf{display:none}.aur-hero__actions{flex-direction:column;width:100%}.aur-hero__btn{width:100%;justify-content:center;padding:1.4rem 2rem;font-size:1.45rem}.aur-hero__trust{flex-direction:column;align-items:center;gap:.8rem;padding-top:1.8rem}.aur-hero__trust-item{font-size:1.25rem}.aur-hero__desc{font-size:1.5rem}.aur-hero__eyebrow{font-size:1.1rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-banner.css.map */
