
:root{--black:#070707;--ink:#111;--muted:#6c6c6c;--line:#e7e7e7;--gold:#f5c400;--white:#fff;--soft:#f5f5f2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}
.topbar{height:38px;background:#0a0a0a;color:#ddd;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;font-size:11px;letter-spacing:.04em}.toplinks{display:flex;gap:24px}.toplinks a:hover{color:var(--gold)}
.header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #eee;position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:20}.brand{display:flex;align-items:center}.site-logo{display:block;width:150px;height:64px;object-fit:contain;object-position:center}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--black);color:var(--gold);font-weight:800;font-size:12px;transform:skew(-8deg)}
nav{display:flex;gap:30px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}nav a:hover{color:#a07f00}.nav-whatsapp{background:var(--black);color:white;padding:12px 18px;font-size:11px;font-weight:800;text-transform:uppercase}.menu{display:none;border:0;background:none;font-size:25px}
.hero{min-height:690px;background:var(--black);color:white;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;padding:80px 8vw 70px;position:relative}.hero:after{content:"";position:absolute;inset:auto -5% -35% 35%;height:500px;background:var(--gold);border-radius:50%;filter:blur(100px);opacity:.13}.hero-content{align-self:center;position:relative;z-index:2;max-width:650px}.eyebrow{font-size:11px;letter-spacing:.25em;font-weight:800;color:var(--gold)}h1,h2{font-family:"Barlow Condensed",Impact,sans-serif;letter-spacing:.02em;margin:16px 0 18px}h1{font-size:clamp(60px,8vw,112px);line-height:.84}h1 em{color:var(--gold);font-style:normal}.hero p{max-width:540px;color:#bbb;font-size:16px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.primary{background:var(--gold);color:#080808}.ghost{border:1px solid #555;color:#fff}.light{background:white;color:#111}.hero-art{position:relative;min-height:500px}.hero-card{position:absolute;background:white;padding:10px;box-shadow:0 30px 80px rgba(0,0,0,.35)}.hero-card img{display:block;width:100%;height:100%;object-fit:cover}.hero-card-a{width:330px;height:430px;right:22%;top:3%;transform:rotate(-6deg)}.hero-card-b{width:270px;height:340px;right:-2%;bottom:0;transform:rotate(8deg)}.hero-badge{position:absolute;left:6%;bottom:7%;width:105px;height:105px;border-radius:50%;background:var(--gold);color:#111;display:grid;place-items:center;text-align:center;font-weight:900;font-size:25px;line-height:.8;transform:rotate(-10deg)}.hero-badge span{font-size:9px;letter-spacing:.18em}

.category-strip{display:flex;justify-content:center;gap:5px;background:#111;padding:13px;position:sticky;top:78px;z-index:15}.category-strip button{border:0;background:transparent;color:#999;padding:10px 20px;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.1em}.category-strip button.active,.category-strip button:hover{background:var(--gold);color:#111}
.section{padding:90px 8vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px}.eyebrow.dark{color:#777}.section h2{font-size:58px;line-height:.9}.section-heading p{max-width:410px;color:#777;font-size:13px;line-height:1.7}.jersey-options{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:40px 0 36px}.jersey-options>div{padding:25px 20px;border-right:1px solid var(--line)}.jersey-options>div:last-child{border-right:0}.jersey-options span{display:block;color:#aaa;font-size:10px;margin-bottom:20px}.jersey-options b{display:block;font-size:14px}.jersey-options small{display:block;color:#888;font-size:11px;margin-top:7px;line-height:1.4}
.filters{display:flex;gap:8px;margin-bottom:24px}.filter{border:1px solid #ddd;background:white;padding:10px 15px;font-size:10px;font-weight:800;text-transform:uppercase}.filter.active{background:#111;color:#fff;border-color:#111}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{min-width:0}.product-image{height:360px;background:#f0f0ed;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.04)}.pill{position:absolute;top:12px;left:12px;background:white;padding:7px 9px;font-size:9px;font-weight:800;text-transform:uppercase}.product-info{padding:14px 2px 6px}.product-type{font-size:9px;color:#999;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.product-info h3{font-size:14px;margin:6px 0 14px;line-height:1.35}.order{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #111;padding-bottom:4px}.order span{margin-left:8px}

.feature-banner{background:var(--gold);padding:75px 8vw;display:flex;justify-content:space-between;align-items:center;gap:50px}.feature-banner h2{font-size:72px;line-height:.85;margin:12px 0}.feature-banner p{max-width:570px;font-size:14px;line-height:1.7;color:#312800}
.about{display:grid;grid-template-columns:1.2fr .8fr;gap:100px}.about-copy p{max-width:620px;color:#666;font-size:14px;line-height:1.8}.about-points{border-top:1px solid var(--line)}.about-points>div{display:flex;gap:25px;padding:22px 0;border-bottom:1px solid var(--line)}.about-points strong{font-size:10px;color:#aaa}.about-points span{font-size:14px;font-weight:800}.about-points small{font-size:11px;color:#888;font-weight:400}
.contact{background:#111;color:white;display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact h2{font-size:76px;line-height:.85}.contact p{color:#aaa;max-width:530px;line-height:1.7}.contact-card{border-top:1px solid #333}.contact-card a{display:flex;flex-direction:column;padding:23px 0;border-bottom:1px solid #333}.contact-card span{font-size:9px;color:var(--gold);font-weight:800;letter-spacing:.15em}.contact-card b{font-size:20px;margin-top:6px}
footer{background:#050505;color:#888;padding:30px 8vw;display:flex;justify-content:space-between;align-items:center;font-size:10px}.footer-brand{display:flex;align-items:center}.footer-logo-wrap{background:#fff;border-radius:8px;padding:5px 9px;display:flex;align-items:center}.footer-logo{display:block;width:180px;height:82px;object-fit:contain}

@media(max-width:900px){.hero{grid-template-columns:1fr;padding:70px 7vw}.hero-art{height:460px}.hero-card-a{left:12%;right:auto}.hero-card-b{right:2%}.product-grid{grid-template-columns:repeat(2,1fr)}.jersey-options{grid-template-columns:repeat(2,1fr)}.jersey-options>div:nth-child(2){border-right:0}.about,.contact{grid-template-columns:1fr;gap:50px}.section-heading{display:block}.section-heading p{margin-top:0}.topbar{padding:0 5vw}.header{padding:0 5vw}nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px 5vw;flex-direction:column;gap:20px;border-bottom:1px solid #eee}nav.open{display:flex}.menu{display:block}.nav-whatsapp{display:none}}
@media(max-width:560px){.site-logo{width:125px;height:60px}.footer-logo{width:145px;height:68px}.topbar{font-size:9px}.toplinks{gap:9px}.hero{min-height:auto;padding-top:60px}.hero h1{font-size:64px}.hero-art{height:390px}.hero-card-a{width:230px;height:300px;left:4%;top:5%}.hero-card-b{width:190px;height:250px;right:0}.hero-badge{width:78px;height:78px;font-size:18px}.category-strip{top:78px;overflow:auto;justify-content:flex-start}.section{padding:65px 6vw}.section h2{font-size:48px}.jersey-options{grid-template-columns:1fr 1fr}.jersey-options>div{padding:18px 12px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-image{height:240px}.feature-banner{display:block;padding:60px 6vw}.feature-banner h2{font-size:58px}.feature-banner .btn{margin-top:20px}.contact h2{font-size:58px}footer{display:block;padding:28px 6vw}.footer-brand{margin-bottom:15px}}
