.ukw-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;isolation:isolate;background:var(--color-background, #0A0A0A);color:var(--color-foreground, #FFFFFF)}.ukw-hero__grain{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.ukw-hero__streak{position:absolute;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ukw-accent) 35%,transparent),transparent);z-index:2}.ukw-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(90deg,rgba(0,0,0,.65),transparent 55%);pointer-events:none}.ukw-hero__wrap{position:relative;z-index:10;max-width:var(--page-width, 1400px);width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;padding:7rem var(--page-margin, 1.5rem) 6rem;align-items:center;box-sizing:border-box}@media(min-width:750px){.ukw-hero__wrap{grid-template-columns:1fr 1fr;gap:4rem;padding:9rem 3rem 7rem}}@media(min-width:990px){.ukw-hero__wrap{grid-template-columns:1.35fr 1fr;gap:3rem;padding:5rem 3rem}}.ukw-hero__content{display:flex;flex-direction:column;gap:1.75rem}.ukw-hero__eyebrow{display:inline-block;width:max-content;padding:.45rem .9rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.25em;text-transform:uppercase;font-weight:700;color:var(--ukw-accent);background:color-mix(in srgb,var(--ukw-accent) 10%,transparent);border:1px solid color-mix(in srgb,var(--ukw-accent) 25%,transparent)}.ukw-hero__heading{font-family:var(--font-h, var(--font-heading--family, inherit));font-weight:800;font-style:italic;font-size:clamp(2.25rem,5.5vw,4.75rem);line-height:.9;letter-spacing:-.03em;text-transform:uppercase;color:var(--color-foreground-heading, #FFFFFF);margin:0;max-width:16ch}@media(min-width:990px){.ukw-hero__heading{max-width:22ch}}.ukw-hero__heading strong{color:var(--ukw-accent);font-weight:inherit}.ukw-hero__heading em{font-style:italic;color:transparent;-webkit-text-stroke:1px var(--color-foreground-heading, #FFFFFF)}.ukw-hero__sub{font-family:var(--font-body--family, inherit);font-size:1.0625rem;line-height:1.6;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 65%,transparent);max-width:36rem;margin:0}.ukw-hero__ctas{display:flex;flex-wrap:wrap;gap:1rem}.ukw-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2.5rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.8125rem;letter-spacing:.15em;text-transform:uppercase;font-weight:700;text-decoration:none;transition:transform .15s ease,filter .15s ease,background .15s ease,color .15s ease;cursor:pointer;border:0}.ukw-hero__btn:active{transform:scale(.97)}.ukw-hero__btn--primary{background:var(--ukw-accent);color:#0a0a0a;box-shadow:0 0 30px color-mix(in srgb,var(--ukw-accent) 20%,transparent)}.ukw-hero__btn--primary:hover{filter:brightness(1.1)}.ukw-hero__btn--ghost{border:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 25%,transparent);background:transparent;color:var(--color-foreground, #FFFFFF)}.ukw-hero__btn--ghost:hover{background:color-mix(in srgb,var(--color-foreground, #FFFFFF) 6%,transparent)}.ukw-hero__btn[aria-disabled=true]{opacity:.5;pointer-events:none}.ukw-hero__trust{list-style:none;margin:1rem 0 0;padding:1.75rem 0 0;display:flex;flex-wrap:wrap;gap:1rem 2rem;border-top:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 8%,transparent)}.ukw-hero__trust-item{display:inline-flex;align-items:center;gap:.55rem;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 50%,transparent);font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600}.ukw-hero__trust-item svg{width:16px;height:16px;flex-shrink:0}.ukw-hero__showcase{position:relative;height:460px;display:flex;align-items:center;justify-content:center}@media(min-width:750px){.ukw-hero__showcase{height:600px}}@media(min-width:990px){.ukw-hero__showcase{height:600px}.ukw-hero__shoe--main{max-width:22rem}.ukw-hero__shoe--secondary{max-width:13rem;transform:translate(2rem,-1.5rem) rotate(12deg) scale(.85)}.ukw-hero__shoe--tertiary{max-width:13rem;transform:translate(-2rem,1.5rem) rotate(-45deg) scale(.7)}.ukw-hero__glow{width:320px;height:320px}}.ukw-hero__glow{position:absolute;width:400px;height:400px;background:color-mix(in srgb,var(--ukw-accent) 12%,transparent);filter:blur(120px);border-radius:50%;z-index:1}.ukw-hero__shoe{position:relative}.ukw-hero__shoe img{display:block;height:auto;max-width:100%}.ukw-hero__shoe--main{z-index:30;max-width:28rem;transform:rotate(-12deg);transition:transform .7s cubic-bezier(.2,.8,.2,1);filter:drop-shadow(0 0 15px color-mix(in srgb,var(--ukw-accent) 35%,transparent)) drop-shadow(0 25px 25px rgba(0,0,0,.5))}.ukw-hero__shoe--main:hover{transform:rotate(0)}.ukw-hero__shoe--placeholder{width:100%;max-width:28rem;aspect-ratio:1;display:grid;place-items:center;background:#ffffff08;border:1px dashed color-mix(in srgb,var(--color-foreground, #FFFFFF) 12%,transparent)}.ukw-hero__shoe--placeholder svg{width:60%;opacity:.35}.ukw-hero__shoe--secondary{position:absolute;z-index:20;top:0;right:0;transform:translate(3rem,-2rem) rotate(12deg) scale(.9);opacity:.5;filter:blur(.8px);max-width:16rem;-webkit-mask-image:radial-gradient(ellipse at center,#000 50%,transparent 78%);mask-image:radial-gradient(ellipse at center,#000 50%,transparent 78%);mix-blend-mode:lighten}.ukw-hero__shoe--tertiary{position:absolute;z-index:10;bottom:3rem;left:0;transform:translate(-3rem,2rem) rotate(-45deg) scale(.75);opacity:.4;filter:blur(1.5px);max-width:16rem;-webkit-mask-image:radial-gradient(ellipse at center,#000 50%,transparent 78%);mask-image:radial-gradient(ellipse at center,#000 50%,transparent 78%);mix-blend-mode:lighten}.ukw-hero__badge{position:absolute;z-index:40;display:inline-flex;align-items:center;gap:.65rem;padding:.75rem 1rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:#fff;transform:rotate(var(--rot, 0deg));white-space:nowrap}.ukw-hero__badge--glass{background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12)}.ukw-hero__badge--solid{background:#000;border-left:4px solid var(--ukw-accent)}.ukw-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--ukw-accent);animation:ukw-pulse 1.6s ease-in-out infinite;flex-shrink:0}@keyframes ukw-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.ukw-hero__badge--tl{top:4rem;left:0}.ukw-hero__badge--tr{top:4rem;right:0}.ukw-hero__badge--bl{bottom:5rem;left:0}.ukw-hero__badge--br{bottom:5rem;right:0}.ukw-hero__badge--mr{top:40%;right:2rem;border-radius:999px;padding:.5rem 1rem}.ukw-hero__marquee{position:relative;z-index:30;padding:1.25rem 0;background:#000;border-top:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 6%,transparent);overflow:hidden}.ukw-hero__marquee-track{display:inline-flex;gap:3rem;white-space:nowrap;opacity:.5;animation:ukw-marquee 45s linear infinite;padding-left:3rem;align-items:center}.ukw-hero__marquee-item{color:#fff;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.75rem;letter-spacing:.4em;text-transform:uppercase;font-weight:600}.ukw-hero__marquee-dot{color:var(--ukw-accent);opacity:.7;font-size:.75rem}@keyframes ukw-marquee{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}@media(prefers-reduced-motion:reduce){.ukw-hero__marquee-track,.ukw-hero__badge-dot,.ukw-hero__shoe--main{animation:none;transition:none}}@media(max-width:749px){.ukw-hero{min-height:0}.ukw-hero__wrap{padding:6rem 1.25rem 3rem;gap:2rem}.ukw-hero__heading{font-size:clamp(2rem,9vw,3rem);max-width:none}.ukw-hero__sub{font-size:.9375rem}.ukw-hero__ctas{flex-wrap:wrap}.ukw-hero__btn{padding:.9rem 1.4rem;flex:1 1 auto;min-width:8rem}.ukw-hero__trust{gap:.75rem 1.5rem;padding-top:1.25rem}.ukw-hero__showcase{height:380px}.ukw-hero__shoe--main{max-width:16rem}.ukw-hero__shoe--secondary,.ukw-hero__shoe--tertiary{display:none}.ukw-hero__badge{font-size:.625rem;padding:.55rem .75rem;gap:.5rem}.ukw-hero__badge--tl,.ukw-hero__badge--tr{top:.75rem}.ukw-hero__badge--bl,.ukw-hero__badge--br{bottom:.75rem}.ukw-hero__badge--mr{right:.5rem}.ukw-hero__marquee-item,.ukw-hero__marquee-dot{font-size:.6875rem;letter-spacing:.3em}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-ukw-hero.css.map */
