*{box-sizing:border-box}
:root{--red:#e50914;--bg:#030303;--panel:#101010;--muted:#aaa;--line:rgba(255,255,255,.08);--max:1180px}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:#fff;font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}
.header{height:82px;min-height:82px;padding:0 34px;background:#020202;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:99999;border-bottom:1px solid var(--line);overflow:visible;contain:none}
.brand{display:flex;align-items:center;gap:13px;font-size:14px;letter-spacing:.08em}
.logo-brand{letter-spacing:0;flex:0 0 320px;width:320px;max-width:320px;min-width:0;height:82px;display:flex;align-items:center;overflow:hidden}
.site-logo{display:block;width:320px;max-width:320px;height:auto;max-height:66px;object-fit:contain;flex:0 0 auto}
.footer-logo{width:230px;max-width:230px;max-height:48px}
.nav{display:flex;align-items:center;gap:25px;font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.05em;overflow:visible;contain:none}
.nav a:hover{color:var(--red)}
.shop,.btn.red{background:var(--red);border:1px solid var(--red);color:#fff}
.shop{padding:13px 20px}
.shop-wrap{position:relative;z-index:100000}
.shop-toggle{cursor:pointer;text-transform:uppercase;font:inherit;font-size:12px;font-weight:800;letter-spacing:.05em;display:inline-flex;align-items:center;gap:10px}
.shop-label{display:inline-block;color:#fff!important}
.drop-lines{width:16px;height:13px;display:inline-flex;flex-direction:column;justify-content:space-between}
.drop-lines i{display:block;width:16px;height:2px;background:#fff;border-radius:99px}
.shop-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:160px;background:#090909;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 44px rgba(0,0,0,.62);padding:8px;display:none;z-index:100001}
.shop-menu:before{content:"";position:absolute;left:18px;top:-7px;width:12px;height:12px;background:#090909;border-left:1px solid rgba(255,255,255,.16);border-top:1px solid rgba(255,255,255,.16);transform:rotate(45deg)}
.shop-wrap.open .shop-menu{display:block}
.shop-menu a{position:relative;display:block;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}
.shop-menu a:last-child{border-bottom:0}
.shop-menu a:hover{background:var(--red);color:#fff}
.nav-search{height:46px!important;min-width:46px!important;width:auto!important;padding:0 15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(255,255,255,.18)!important;background:#090909!important;color:#fff!important;font-size:26px!important;line-height:1!important}
.menu{display:none;background:none;border:1px solid var(--line);width:44px;height:40px}
.menu span{display:block;background:#fff;height:2px;width:20px;margin:5px auto}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 26px;text-transform:uppercase;font-size:12px;font-weight:900}
.btn.ghost{border:1px solid rgba(255,255,255,.65)}
.hero{min-height:640px;position:relative;overflow:hidden;background:#000;display:flex;align-items:center}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:brightness(1.25) contrast(1.05) saturate(1.05);will-change:auto;transform:translateZ(0)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.05));z-index:1}
.hero-copy{position:relative;z-index:2;width:min(var(--max),calc(100% - 48px));margin:auto;padding:60px 0}
.hero-copy h1{font-family:'Barlow Condensed',Arial,sans-serif;font-size:clamp(58px,8vw,118px);line-height:.85;max-width:980px;margin:0;text-transform:uppercase;color:#fff}
.hero-copy h1 span{display:block;line-height:.86}
.hero-copy h1 .text-red{color:var(--red)}
.hero-divider{display:block;width:58px;height:4px;background:var(--red);margin:22px 0 20px;border-radius:99px}
.hero-subtext{max-width:980px;margin:0;color:rgba(255,255,255,.84);font:600 clamp(16px,1.55vw,24px)/1.35 Inter,Arial,sans-serif;letter-spacing:.01em}
.categories,.why{padding:64px 28px 86px;background:linear-gradient(#0b0b0b,#050505);text-align:center}
.why{padding-top:72px;padding-bottom:92px}
.categories h2,.why h2{font-family:'Barlow Condensed',Arial,sans-serif;text-transform:uppercase;font-size:32px;letter-spacing:.03em;margin:0}
.categories>i,.why>i{display:block;background:var(--red);width:58px;height:4px;margin:10px auto 34px}
.grid{width:min(var(--max),100%);margin:auto;display:grid;align-items:stretch;gap:22px}
.five{grid-template-columns:repeat(5,minmax(0,1fr))}
.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.cat,.why article{height:100%;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 34px rgba(0,0,0,.28);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.cat{min-height:280px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.35)),linear-gradient(transparent 42%,rgba(0,0,0,.94)),radial-gradient(circle at 50% 26%,rgba(229,9,20,.14),transparent 34%),#101010;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:18px 18px 22px}
.cat:hover,.why article:hover{transform:translateY(-6px);box-shadow:0 26px 48px rgba(0,0,0,.38);border-color:rgba(229,9,20,.38)}
.card-image{width:100%;max-width:220px;height:190px;object-fit:cover;border-radius:16px;margin:0 auto;box-shadow:0 18px 28px rgba(0,0,0,.36)}
.dummy-card-media{width:100%;max-width:220px;height:190px;border-radius:16px;margin:0 auto;background:linear-gradient(135deg,rgba(229,9,20,.18),rgba(255,255,255,.045)),#0b0b0b;border:1px dashed rgba(255,255,255,.22);box-shadow:0 18px 28px rgba(0,0,0,.36);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.38);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.dummy-card-media.small{max-width:170px;height:140px;margin-bottom:18px;border-radius:14px}
.cat h3{font-family:'Barlow Condensed',Arial,sans-serif;font-size:22px;line-height:1.05;min-height:68px;width:100%;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center;margin:0;padding:14px 8px 0}
.why article{min-height:270px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));padding:24px 22px;display:flex;flex-direction:column;align-items:center}
.why-image{width:100%;max-width:170px;height:140px;object-fit:cover;border-radius:14px;margin:0 auto 18px;box-shadow:0 16px 24px rgba(0,0,0,.30)}
.why h3{font-family:'Barlow Condensed',Arial,sans-serif;font-size:21px;text-transform:uppercase;margin:10px 0 6px}
.why p{color:#aaa;font-size:13px;line-height:1.55;max-width:220px;margin:0 auto}
.section-reveal{opacity:0;transform:translateY(52px);filter:blur(4px);transition:opacity .55s ease,transform .55s cubic-bezier(.18,.82,.22,1),filter .55s ease}
.section-reveal.is-visible{opacity:1;transform:translateY(0);filter:blur(0)}
.home-animated .hero-copy h1 span{opacity:0;transform:translateY(28px);animation:heroTitleIn .62s cubic-bezier(.18,.82,.22,1) forwards}
.home-animated .hero-copy h1 span:nth-child(2){animation-delay:.07s}
.home-animated .hero-copy h1 span:nth-child(3){animation-delay:.14s}
.home-animated .hero-copy h1 span:nth-child(4){animation-delay:.21s}
.home-animated .hero-divider{opacity:0;transform:translateY(10px);animation:heroSubtextIn .45s ease forwards .28s}
.home-animated .hero-subtext{opacity:0;transform:translateY(14px);animation:heroSubtextIn .55s ease forwards .36s}
.home-animated .categories h2,.home-animated .categories>i,.home-animated .categories .cat{opacity:0;transform:translateY(28px);filter:blur(2px)}
.home-animated .categories.is-visible h2{animation:heroTitleIn .62s cubic-bezier(.18,.82,.22,1) forwards}
.home-animated .categories.is-visible>i{animation:heroSubtextIn .55s ease forwards .10s}
.home-animated .categories.is-visible .cat{animation:categorySlideIn .62s cubic-bezier(.18,.82,.22,1) forwards}
.home-animated .categories.is-visible .cat:nth-child(1){animation-delay:.08s}
.home-animated .categories.is-visible .cat:nth-child(2){animation-delay:.15s}
.home-animated .categories.is-visible .cat:nth-child(3){animation-delay:.22s}
.home-animated .categories.is-visible .cat:nth-child(4){animation-delay:.29s}
.home-animated .categories.is-visible .cat:nth-child(5){animation-delay:.36s}
.product-page .uniform-image,.product-page .pants-slider,.product-page .product-zoom-wrap{cursor:zoom-in!important;position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.20) 0%,rgba(88,88,88,.34) 34%,rgba(34,34,34,.95) 68%,#080808 100%)!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:inset 0 0 38px rgba(255,255,255,.035),0 18px 34px rgba(0,0,0,.45)!important}
.product-page .uniform-image:after,.product-page .pants-slider:after,.product-page .product-zoom-wrap:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 32%,rgba(0,0,0,.18))!important;pointer-events:none!important;z-index:0!important}
.product-page .uniform-image img,.product-page .pants-slider img,.product-page .product-zoom-wrap img{filter:drop-shadow(0 18px 22px rgba(0,0,0,.62))!important}
.product-page .product-zoom-wrap{width:100%!important;height:230px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:18px!important}
.product-page .product-zoom-wrap>img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;box-shadow:none!important;margin:0!important;position:relative!important;z-index:1!important}
.product-page .magnifier-lens{position:absolute!important;border-radius:50%!important;border:2px solid rgba(255,255,255,.92)!important;box-shadow:0 14px 35px rgba(0,0,0,.62),inset 0 0 0 1px rgba(0,0,0,.45)!important;background-repeat:no-repeat!important;background-color:#050505!important;pointer-events:none!important;opacity:0;z-index:30!important;transition:opacity .12s ease!important}
footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 34px;background:#000;border-top:1px solid var(--line);color:#aaa;font-size:12px}
@keyframes heroTitleIn{from{opacity:0;transform:translateY(28px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
@keyframes heroSubtextIn{from{opacity:0;transform:translateY(14px);filter:blur(1px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
@keyframes categorySlideIn{from{opacity:0;transform:translateY(28px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}
@media(max-width:1080px){.five{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:960px){.menu{display:block}.nav{position:fixed;top:82px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;background:#000;padding:15px 20px}.nav.open{display:flex}.nav a{padding:14px 0;border-bottom:1px solid var(--line)}.shop-wrap{display:block;width:100%}.shop-toggle{width:100%!important;justify-content:space-between!important;background:var(--red)!important;padding:14px 18px!important}.shop-menu{position:static;box-shadow:none;margin-top:8px;background:#111}.shop-menu:before{display:none}.nav-search{width:100%!important;height:48px!important;justify-content:flex-start!important;font-size:24px!important;padding:0 18px!important}footer{flex-direction:column;align-items:flex-start}}
@media(max-width:680px){.uniform-card h2{font-size:clamp(24px,8vw,30px)!important}}
@media(max-width:560px){.header{height:72px;min-height:72px;padding:0 8px}.logo-brand{flex-basis:230px;width:230px;max-width:230px;height:72px;margin-left:-18px;justify-content:flex-start}.site-logo{width:230px;max-width:230px;max-height:50px}.footer-logo{width:180px;max-width:180px;max-height:40px}.nav{top:72px}.hero{min-height:640px}.hero-copy{padding-top:34px;max-width:92vw}.hero-copy h1{font-size:clamp(44px,13.2vw,68px);line-height:.88}.hero-copy h1 span{line-height:.88}.hero-subtext{max-width:92vw;margin-top:0;font-size:clamp(14px,3.85vw,17px);line-height:1.45}.hero-subtext br{display:block}.hero-divider{width:46px;height:4px;margin:18px 0 16px}.five,.four{grid-template-columns:1fr}.cat{min-height:300px}.card-image,.dummy-card-media{max-width:240px;height:205px}.why article{min-height:260px}.why-image,.dummy-card-media.small{max-width:210px;height:170px}}
@media(prefers-reduced-motion:reduce){.home-animated .hero-copy h1 span,.home-animated .hero-divider,.home-animated .hero-subtext,.home-animated .section-reveal,.home-animated .categories h2,.home-animated .categories>i,.home-animated .categories .cat{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;filter:none!important}}