.ura-hero{position:relative;width:100%;overflow:hidden;background:#100f0f;min-height:var(--ura-mobile-min-height);height:var(--ura-mobile-height)}.ura-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.ura-hero__image,.ura-hero__placeholder{width:100%;height:100%;object-fit:cover;object-position:var(--ura-mobile-pos-x) var(--ura-mobile-pos-y);transform:scale(var(--ura-mobile-zoom, 1));transform-origin:var(--ura-mobile-pos-x) var(--ura-mobile-pos-y);display:block}.ura-hero__placeholder-svg{width:100%;height:100%}.ura-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ura-overlay-bg);pointer-events:none}.ura-hero__content{position:absolute;display:flex;flex-direction:column;gap:.6em;z-index:2}.ura-hero__content--desktop{display:none}.ura-hero__content--mobile{left:var(--ura-mobile-text-x);top:var(--ura-mobile-text-y);transform:translate(-50%,-50%);max-width:var(--ura-mobile-text-max-width);text-align:var(--ura-mobile-text-align);color:var(--ura-mobile-text-color)}.ura-hero__content--mobile .ura-hero__eyebrow{font-size:var(--ura-mobile-eyebrow-size);letter-spacing:var(--ura-mobile-eyebrow-tracking)}.ura-hero__content--mobile .ura-hero__heading{font-size:var(--ura-mobile-heading-size);font-weight:var(--ura-mobile-heading-weight);line-height:var(--ura-mobile-heading-line-height);letter-spacing:var(--ura-mobile-heading-tracking)}.ura-hero__content--mobile .ura-hero__supporting{font-size:var(--ura-mobile-text-size);font-weight:var(--ura-mobile-text-weight);line-height:var(--ura-mobile-text-line-height);letter-spacing:var(--ura-mobile-text-tracking)}.ura-hero__eyebrow{margin:0;text-transform:uppercase;font-family:var(--font-body-family, inherit);opacity:.85;white-space:pre-line}.ura-hero__heading{margin:0;font-family:var(--font-heading-family, inherit);white-space:pre-line}.ura-hero__supporting{margin:0;font-family:var(--font-body-family, inherit);opacity:.9;white-space:pre-line}.liquid-glass{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 30px #00000059}.ura-cta--desktop{display:none}.ura-cta--mobile{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(93vw,480px);z-index:40;background:var(--ura-mobile-cta-bg);backdrop-filter:blur(var(--ura-mobile-cta-blur));-webkit-backdrop-filter:blur(var(--ura-mobile-cta-blur));border-radius:var(--ura-mobile-cta-radius);border-color:var(--ura-mobile-cta-border);padding:10px 10px 10px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ura-cta{transition:transform .35s ease}.ura-cta--mobile.is-hidden{transform:translate(-50%) translateY(150%)}.ura-cta__text{flex:0 1 58%;min-width:0;display:flex;flex-direction:column;color:#f5f5f5}.ura-cta__line{font-size:13px;font-weight:600;letter-spacing:.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ura-cta__subline{font-size:11px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ura-cta__button{flex:0 0 auto;max-width:45%;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;background:#f60;color:#100f0f;font-weight:700;font-size:13px;letter-spacing:.3px;text-decoration:none;padding:12px 18px;border-radius:999px;transition:transform .15s ease,opacity .15s ease}.ura-cta__button:hover{opacity:.92}.ura-cta__button:focus-visible,a.ura-cta__button:focus-visible{outline:2px solid #F5F5F5;outline-offset:2px}.ura-hero[data-animate=true] .ura-hero__content--mobile,.ura-hero[data-animate=true] .ura-hero__content--desktop{animation:ura-hero-in .7s ease-out both;animation-delay:.1s}@keyframes ura-hero-in{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}@media(prefers-reduced-motion:reduce){.ura-hero[data-animate=true] .ura-hero__content--mobile,.ura-hero[data-animate=true] .ura-hero__content--desktop{animation:none}.ura-hero__media[data-parallax-active=true]{transform:none!important}.ura-cta{transition:none}}@media(min-width:750px){.ura-hero{min-height:var(--ura-desktop-min-height);height:var(--ura-desktop-height)}.ura-hero__image{object-position:var(--ura-desktop-pos-x) var(--ura-desktop-pos-y);transform:scale(var(--ura-desktop-zoom, 1));transform-origin:var(--ura-desktop-pos-x) var(--ura-desktop-pos-y)}.ura-hero__content--mobile{display:none}.ura-hero__content--desktop{display:flex;left:var(--ura-desktop-text-x);top:var(--ura-desktop-text-y);transform:translate(-50%,-50%);max-width:min(var(--ura-desktop-text-max-width),88vw);text-align:var(--ura-desktop-text-align);color:var(--ura-desktop-text-color)}.ura-hero__content--desktop .ura-hero__eyebrow{font-size:var(--ura-desktop-eyebrow-size);letter-spacing:var(--ura-desktop-eyebrow-tracking)}.ura-hero__content--desktop .ura-hero__heading{font-size:clamp(28px,5.5vw,var(--ura-desktop-heading-size));font-weight:var(--ura-desktop-heading-weight);line-height:var(--ura-desktop-heading-line-height);letter-spacing:var(--ura-desktop-heading-tracking)}.ura-hero__content--desktop .ura-hero__supporting{font-size:var(--ura-desktop-text-size);font-weight:var(--ura-desktop-text-weight);line-height:var(--ura-desktop-text-line-height);letter-spacing:var(--ura-desktop-text-tracking)}.ura-cta--mobile{display:none}.ura-cta--desktop{display:flex;align-items:center;justify-content:space-between;gap:24px;position:fixed;left:50%;bottom:var(--ura-desktop-cta-bottom);transform:translate(-50%);width:var(--ura-desktop-cta-width);max-width:720px;z-index:40;background:var(--ura-desktop-cta-bg);backdrop-filter:blur(var(--ura-desktop-cta-blur));-webkit-backdrop-filter:blur(var(--ura-desktop-cta-blur));border-radius:var(--ura-desktop-cta-radius);border-color:var(--ura-desktop-cta-border);padding:14px 16px 14px 26px;font-size:var(--ura-desktop-cta-font-size)}.ura-cta--desktop.is-hidden{transform:translate(-50%) translateY(150%)}.ura-cta--desktop .ura-cta__text{color:#f5f5f5;flex-direction:row;align-items:baseline;gap:10px;flex:1 1 auto}.ura-cta--desktop .ura-cta__line{font-size:1em}.ura-cta--desktop .ura-cta__subline{font-size:.85em}.ura-cta--desktop .ura-cta__button{padding:12px 24px;font-size:.95em;max-width:none}}@media(min-width:1400px){.ura-hero__content--desktop{max-width:calc(var(--ura-desktop-text-max-width) * 1.1)}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/ura-hero.css.map */
