.ananda-hero{--hero-accent: #E37A2C;position:relative;min-height:var(--hero-min-height, 85vh);display:flex;align-items:center;z-index:1;overflow:hidden}.ananda-hero__inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,5rem);align-items:center;width:100%;padding:clamp(2.5rem,6vh,5rem) clamp(1rem,4vw,3rem)}@media(max-width:989px){.ananda-hero__inner{grid-template-columns:1fr;gap:0;text-align:center;padding-top:clamp(1.5rem,3vh,3rem);padding-bottom:clamp(1rem,2vh,2rem)}}@media(min-width:990px){.ananda-hero__text{order:2;text-align:right}.ananda-hero__media{order:1}.ananda-hero__headline{width:fit-content;max-width:100%;margin-inline:auto}.ananda-hero__eyebrow{text-align:left}.ananda-hero__title{text-align:center}}[dir=ltr] .ananda-hero__text{text-align:left}.ananda-hero__eyebrow{font-size:1.25rem;letter-spacing:.32em;text-transform:uppercase;color:var(--hero-accent);margin:0 0 1.25rem;font-weight:500;transition:color .7s ease}.ananda-hero__title{font-size:clamp(1.1rem,7vw,2.5rem);line-height:1;margin:0 0 1.5rem;font-weight:400;letter-spacing:-.02em}@media(min-width:990px){.ananda-hero__title{font-size:clamp(2rem,4vw,5rem)}}.ananda-hero__subtitle{font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.6;opacity:.72;max-width:38ch;margin:0 auto 2.5rem}@media(min-width:990px){.ananda-hero__subtitle{font-size:clamp(1.25rem,1.75vw,1.55rem);max-width:42ch;margin-inline:auto;text-align:center}}.ananda-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-bottom:1rem;justify-content:center;position:relative;z-index:3}@media(min-width:990px){[dir=rtl] .ananda-hero__actions{justify-content:flex-end}[dir=ltr] .ananda-hero__actions{justify-content:flex-start}}.ananda-hero__pills{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.8rem 1.1rem;justify-content:center}@media(min-width:990px){[dir=rtl] .ananda-hero__pills{justify-content:flex-end}[dir=ltr] .ananda-hero__pills{justify-content:flex-start}}.ananda-hero__pill[data-index="0"]{--pill-color: #E37A2C}.ananda-hero__pill[data-index="1"]{--pill-color: #1F6E4F}.ananda-hero__pill[data-index="2"]{--pill-color: #B33640}.ananda-hero__pill[data-index="3"]{--pill-color: #1E5A99}.ananda-hero__pill{position:relative;display:inline-flex;align-items:center;gap:.7rem;padding:.85rem 1.5rem;background:transparent;border:1px solid rgba(var(--color-foreground),.18);border-radius:999px;cursor:pointer;font:inherit;font-size:1rem;letter-spacing:.04em;color:inherit;transition:border-color .3s ease,color .4s ease,transform .25s ease}.ananda-hero__pill:hover{border-color:var(--pill-color, rgba(var(--color-foreground), .4));color:var(--pill-color, inherit)}.ananda-hero__pill:after{content:"";position:absolute;bottom:-10px;inset-inline-start:50%;width:0;height:3px;background:var(--pill-color, var(--hero-accent));border-radius:2px;transform:translate(-50%);transition:width .45s cubic-bezier(.22,.9,.3,1);pointer-events:none}[dir=rtl] .ananda-hero__pill:after{transform:translate(50%)}.ananda-hero__pill[aria-current=true]:after{width:70%}.ananda-hero__pill[aria-current=true]{color:var(--pill-color);border-color:var(--pill-color)}.ananda-hero__pill-dot{width:11px;height:11px;border-radius:50%;background:var(--pill-color, currentColor);opacity:.7;transition:opacity .3s ease,transform .3s cubic-bezier(.22,.9,.3,1)}.ananda-hero__pill[aria-current=true] .ananda-hero__pill-dot{opacity:1;transform:scale(1.25)}@media(min-width:990px){.ananda-hero__pill{padding:1rem 1.75rem;font-size:1.15rem;gap:.8rem}.ananda-hero__pill-dot{width:12px;height:12px}.ananda-hero__pill:after{bottom:-12px;height:4px}}.ananda-hero__cta{display:inline-block;padding:1.2rem 2.6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));text-decoration:none;border-radius:999px;font-size:1.02rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;position:relative;z-index:3;transition:transform .3s cubic-bezier(.2,.8,.3,1),background-color .6s ease,box-shadow .3s}.ananda-hero__cta:hover{transform:translateY(-2px);background:var(--hero-accent);color:#fff;box-shadow:0 12px 28px #0000002e}@media(min-width:990px){.ananda-hero__cta{padding:1.35rem 2.9rem;font-size:1.15rem;letter-spacing:.18em}}.ananda-hero__media{display:flex;flex-direction:column;align-items:center;width:100%}.ananda-hero__price{font-size:clamp(1.9rem,2.6vw,2.6rem);font-weight:500;letter-spacing:.04em;color:var(--hero-accent);margin:.25rem 0 0;transition:color .6s ease}.ananda-hero__price{display:none}.ananda-hero__prices-btn{position:relative;z-index:4;display:inline-flex;align-items:center;justify-content:center;margin:.25rem 0 0;padding:.85rem 2.6rem;background:color-mix(in srgb,var(--hero-accent) 12%,transparent);border:1.5px solid var(--hero-accent);border-radius:999px;color:var(--hero-accent);font:inherit;font-size:1rem;font-weight:700;letter-spacing:.06em;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .6s ease,border-color .6s ease,background-color .3s ease,transform .25s ease,box-shadow .3s ease}.ananda-hero__prices-btn:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--hero-accent) 24%,transparent);box-shadow:0 10px 22px #0000001f}.ananda-hero__prices-btn.ananda-magnetic{transition:transform .45s cubic-bezier(.2,.8,.3,1),color .6s ease,border-color .6s ease,background-color .3s ease,box-shadow .3s ease}.ananda-hero__prices-btn.ananda-magnetic.is-magnetic{transition:transform .12s linear,color .6s ease,border-color .6s ease,background-color .3s ease,box-shadow .3s ease}@media(min-width:990px){.ananda-hero__price{position:relative;top:-60px}.ananda-hero__prices-btn{position:relative;top:-60px;padding:1rem 3.2rem;font-size:1.15rem}}.ananda-hero__stage{position:relative;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:grab;-webkit-tap-highlight-color:transparent;perspective:1400px;width:100%;z-index:1}.ananda-hero__stage:active{cursor:grabbing}.ananda-hero__pouch{transform-style:preserve-3d;will-change:transform;transition:transform .6s cubic-bezier(.2,.8,.3,1)}.ananda-hero__stage.is-tilting .ananda-hero__pouch{transition:transform .12s linear}.ananda-hero__stage.is-dragging .ananda-hero__pouch{transform:none!important}.ananda-hero__stage.is-dragging{cursor:grabbing}.ananda-hero__stage.is-dragging *{pointer-events:none}.ananda-hero__glow{position:absolute;top:6%;right:6%;bottom:6%;left:6%;border-radius:50%;background:radial-gradient(circle,var(--hero-accent) 0%,transparent 65%);opacity:.3;filter:blur(70px);transition:background .8s ease,opacity .8s ease;z-index:0}.ananda-hero__pouch{position:relative;width:100%;height:100%;z-index:1}@media(max-width:989px){.ananda-hero__stage{aspect-ratio:auto;min-height:0;display:block;padding-bottom:0}.ananda-hero__pouch{width:calc(100% + 2rem);margin-inline:-1rem;height:auto;aspect-ratio:3 / 4}.ananda-hero__media{margin-top:-1.5rem}.ananda-hero__hint{display:none}.ananda-hero__price{margin-top:-6rem;font-size:2.2rem}.ananda-hero__prices-btn{margin-top:-4.5rem}.ananda-hero__pills,.ananda-hero__pills li{display:contents}.ananda-hero__actions{gap:2.5rem .7rem;margin-bottom:0}.ananda-hero__pill{padding:.75rem 1.25rem;font-size:1rem;gap:.55rem}.ananda-hero__pill-dot{width:10px;height:10px}.ananda-hero__cta{padding:1.05rem 2.1rem;font-size:1.05rem;letter-spacing:.13em;z-index:4}.ananda-hero__subtitle{font-size:1.18rem;margin-bottom:1.5rem}}.ananda-hero__img-link{position:absolute;top:0;right:0;bottom:0;left:0;display:block;pointer-events:none}.ananda-hero__img-link[data-active=true]{pointer-events:auto}.ananda-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .35s ease;filter:drop-shadow(0 30px 40px rgba(0,0,0,.2));pointer-events:none;-webkit-user-drag:none}.ananda-hero__img[data-index="0"]{opacity:1}.ananda-hero__hint{position:absolute;bottom:0;inset-inline-start:50%;transform:translate(-50%);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;opacity:.45;animation:ananda-hero-hint-pulse 2.5s ease-in-out infinite;margin:0;white-space:nowrap}[dir=rtl] .ananda-hero__hint{transform:translate(50%)}@keyframes ananda-hero-hint-pulse{0%,to{opacity:.3}50%{opacity:.65}}.ananda-hero__hint.is-faded{opacity:0!important;transition:opacity .4s ease;animation:none}@media(prefers-reduced-motion:reduce){.ananda-hero,.ananda-hero__glow,.ananda-hero__img,.ananda-hero__pill,.ananda-hero__cta,.ananda-hero__hint,.ananda-hero__price,.ananda-hero__prices-btn{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/76/assets/ananda-hero.css.map */
