.mio-hero{position:relative;z-index:1;width:100%;min-height:76vh;display:flex;align-items:center;justify-content:center}.mio-hero__link{position:absolute;top:0;right:0;bottom:0;left:0;text-decoration:none;display:flex;align-items:center;justify-content:center}.mio-hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.mio-hero__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffc8781f,#ffa05014,#b4783c0f);mix-blend-mode:soft-light;pointer-events:none;animation:goldenHourSettle 1.5s ease-out both}@keyframes goldenHourSettle{0%{opacity:.6}to{opacity:1}}.mio-hero__image{width:100%;height:100%;object-fit:cover}.mio-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 65% 45% at center,rgba(112,18,0,.55) 0%,rgba(112,18,0,.26) 55%,transparent 100%),linear-gradient(to top,rgba(112,18,0,.62) 0%,rgba(112,18,0,.32) 35%,rgba(112,18,0,.08) 65%,transparent 100%);pointer-events:none;z-index:1}.mio-hero__content{position:relative;z-index:1}.mio-hero__card{display:none;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"),linear-gradient(to bottom,#fafafa,#fff);background-blend-mode:overlay,normal;padding:2.2rem 2.5rem 1.9rem;text-align:center;width:min(420px,calc(100vw - 3rem));max-width:420px;border:1px solid rgba(139,90,43,.08);box-shadow:inset 0 1px #ffffffe6,inset 0 0 0 4px #fafafa,inset 0 0 0 5px #8b5a2b1f,0 20px 50px -10px #3c2d1e1f,0 8px 20px -5px #3c2d1e14;border-radius:0;animation:cardReveal .8s cubic-bezier(.16,1,.3,1) .3s both}@keyframes cardReveal{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mio-hero__card-headline{font-family:var(--font-cormorant);font-size:2.5rem;font-style:italic;font-weight:400;color:var(--mio-text-primary);margin:0 0 1rem;letter-spacing:.03em;animation:textReveal .6s cubic-bezier(.16,1,.3,1) .6s both}.mio-hero__card-description{font-family:var(--font-hebrew-heading);font-size:1rem;font-weight:400;color:var(--mio-text-primary);margin:0 0 1.55rem;line-height:1.8;opacity:.85;letter-spacing:0;animation:textReveal .6s cubic-bezier(.16,1,.3,1) .75s both}@keyframes textReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mio-hero .mio-hero__card .mio-hero__cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.6rem!important;background:var(--mio-text-primary)!important;color:var(--mio-surface-default)!important;border:none!important;padding:1rem 2.75rem!important;font-family:var(--mio-font-body)!important;font-size:.875rem!important;font-weight:500!important;letter-spacing:.08em!important;text-transform:uppercase!important;text-decoration:none!important;cursor:pointer!important;box-shadow:0 4px 12px #70120033!important;transform:translateY(0)!important;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s cubic-bezier(.16,1,.3,1),background .25s ease!important;animation:buttonReveal .5s cubic-bezier(.16,1,.3,1) .95s both!important}@keyframes buttonReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mio-hero .mio-hero__card .mio-hero__cta:hover{background:var(--mio-text-primary)!important;color:var(--mio-surface-default)!important;transform:translateY(-4px)!important;box-shadow:0 12px 28px #70120047!important}.mio-hero .mio-hero__card .mio-hero__cta:active{transform:translateY(2px) scale(.98)!important;box-shadow:0 2px 6px #70120059!important;transition:transform .1s cubic-bezier(.4,0,.2,1),box-shadow .1s ease!important}.mio-hero__trust-line{margin:.9rem 0 0;text-align:center}.mio-hero__path-hint{margin:.4rem 0 0;text-align:center;font-family:var(--mio-font-body);font-size:1rem;font-weight:500;color:var(--mio-text-muted, rgba(112, 18, 0, .68));line-height:1.35}.mio-hero__cta-arrow{display:inline-block;font-size:1rem;transition:transform .2s ease}.mio-hero__card .mio-hero__cta:hover .mio-hero__cta-arrow{transform:translate(-4px)}.mio-hero__link:focus-visible{outline:none}.mio-hero__link:focus-visible .mio-hero__cta{outline:2px solid var(--mio-focus-ring);outline-offset:3px}.mio-hero__mobile-headline{display:block;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:3;text-align:center;padding:0 1.5rem}.mio-hero__mobile-tagline{display:block;text-align:center;background:none;color:var(--mio-color-butter);font-family:var(--font-italiana);font-size:4.5rem;font-weight:400;line-height:1.1;letter-spacing:-.01em;text-transform:uppercase;font-kerning:normal;animation:textReveal .8s cubic-bezier(.16,1,.3,1) .3s both}.mio-hero__mobile-actions{display:flex;align-items:center;justify-content:center;width:100%;padding:0;background:none;border:none;border-radius:0}.mio-hero__cta--mobile{display:inline-flex!important;align-items:center;justify-content:center;gap:.75rem;background:var(--mio-text-primary);color:var(--mio-color-white);border:none;min-height:3.4rem;padding:1.1rem 2rem;border-radius:0;font-family:var(--mio-font-nav);font-size:1.15rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;box-shadow:none;transition:all .2s ease;animation:buttonReveal .5s cubic-bezier(.16,1,.3,1) .7s both}@media screen and (min-width:750px){.mio-hero{align-items:flex-end}.mio-hero__link{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.mio-hero__card{display:none!important}.mio-hero__content{position:absolute;bottom:3rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding:0 2rem}.mio-hero__cta--mobile{width:auto;min-width:280px;padding:1.1rem 3.5rem}.mio-hero__link:hover .mio-hero__cta--mobile{transform:translateY(-3px);box-shadow:0 8px 24px #70120040}.mio-hero__link:active .mio-hero__cta--mobile{transform:translateY(1px) scale(.98);box-shadow:0 2px 6px #7012004d}.mio-hero__cta--mobile .mio-hero__cta-arrow{font-size:1.2rem;transition:transform .2s ease}.mio-hero__link:hover .mio-hero__cta--mobile .mio-hero__cta-arrow{transform:translate(-4px)}}@media screen and (max-width:749px){.mio-hero{position:relative;min-height:unset;height:70svh;max-height:70svh;padding:0;align-items:flex-end;justify-content:center}.mio-hero__link{display:block;width:100%;height:100%;position:relative;padding:0}.mio-hero__scrim{background:linear-gradient(to top,rgba(112,18,0,.66) 0%,rgba(112,18,0,.34) 38%,rgba(112,18,0,.1) 72%,transparent 100%)}.mio-hero__content{position:absolute;bottom:2rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;padding:0 1.5rem}.mio-hero__mobile-tagline{font-size:3rem}.mio-hero__cta--mobile{width:100%}.mio-hero__link:active .mio-hero__cta--mobile{transform:scale(.97);background:var(--mio-color-brown)}.mio-hero__card{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/mio-hero.css.map */
