@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800&family=DM+Mono:wght@400;500&display=swap');
:root{--red:#e63028;--off:#f2f0eb;--black:#101010;--muted:#9b9b98}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--off);font-family:'DM Mono',monospace;font-size:13px}.announcement{background:var(--red);text-align:center;padding:10px 20px;font-size:10px;font-weight:bold;letter-spacing:1px}.site-header{height:80px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #343434;position:sticky;z-index:10;top:0;background:#101010eF;backdrop-filter:blur(10px)}.brand{color:var(--off);display:flex;align-items:center;gap:10px;text-decoration:none;font-family:'Barlow Condensed';font-weight:800;font-size:17px;line-height:.8;letter-spacing:.5px}.brand-mark{font-size:16px;background:var(--red);padding:7px 4px;color:#fff;transform:skew(-10deg)}nav{display:flex;gap:28px}nav a,.text-link{color:var(--off);text-decoration:none;text-transform:uppercase;font-size:11px;letter-spacing:.8px}.cart-button{background:none;border:1px solid #777;color:var(--off);padding:10px 12px;font:500 11px 'DM Mono';cursor:pointer}.cart-button span{display:inline-block;background:var(--red);padding:2px 5px;margin-left:5px}.hero{min-height:620px;display:grid;grid-template-columns:1fr 1.08fr;border-bottom:1px solid #343434}.hero-content{padding:clamp(50px,9vw,130px) clamp(24px,8vw,130px);display:flex;flex-direction:column;justify-content:center}.eyebrow{color:var(--red);font-size:10px;letter-spacing:1.5px;margin:0 0 16px;font-weight:bold}h1,h2{font:800 clamp(48px,8vw,114px)/.78 'Barlow Condensed',sans-serif;letter-spacing:-1px;margin:0;text-transform:uppercase}h1 em,h2 em{color:var(--red)}.hero-copy{font-size:12px;line-height:1.8;color:#b9b9b5;max-width:320px;margin:32px 0}.button{display:inline-block;text-decoration:none;text-align:center;border:0;padding:16px 19px;font:700 12px 'Barlow Condensed';letter-spacing:1px;cursor:pointer}.button-red{background:var(--red);color:#fff}.button-light{background:var(--off);color:var(--black)}.hero-content .button{width:185px}.hero-image{background:linear-gradient(90deg,#10101000,#10101033),url('https://images.unsplash.com/photo-1558981806-ec527fa84c39?auto=format&fit=crop&w=1400&q=85') center/cover}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #343434}.feature-strip p{margin:0;padding:22px 10px;text-align:center;font:bold 10px 'DM Mono';letter-spacing:.5px;border-right:1px solid #343434}.shop-section{padding:100px clamp(22px,6vw,90px)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-heading h2,.about-section h2,.custom-section h2{font-size:clamp(45px,6vw,80px)}.product-total{color:var(--muted);font-size:10px}.data-notice{margin:0 0 32px;border-left:3px solid var(--red);background:#1a1a1a;padding:14px;color:#bbb;line-height:1.8;font-size:10px}.data-notice strong{color:#fff}.data-notice code{color:#fff}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:30px}.filter{background:transparent;color:#bbb;border:1px solid #4b4b4b;padding:10px 15px;text-transform:uppercase;font:500 10px 'DM Mono';cursor:pointer}.filter.active,.filter:hover{background:var(--off);color:var(--black);border-color:var(--off)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{min-width:0;cursor:pointer}.product-image{aspect-ratio:4/5;overflow:hidden;background:#262626;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover img{transform:scale(1.04)}.badge{position:absolute;left:10px;top:10px;background:var(--red);padding:5px 7px;font:bold 9px 'DM Mono';z-index:1}.product-meta{padding:13px 1px;display:grid;grid-template-columns:1fr auto;gap:6px}.product-category{font-size:9px;color:var(--red);text-transform:uppercase;grid-column:1/-1}.product-name{font:700 19px/1 'Barlow Condensed';text-transform:uppercase}.price{font-size:11px;white-space:nowrap}.about-section{padding:115px clamp(22px,14vw,215px);background:#1a1a1a}.about-section>p:not(.eyebrow){max-width:500px;color:#bcbcb8;line-height:1.9;margin:28px 0}.text-link{font-weight:bold;border-bottom:1px solid var(--red);padding-bottom:6px}.custom-section{padding:95px 22px;text-align:center;background:var(--red)}.custom-section .eyebrow{color:#1e1e1e}.custom-section h2 em{color:var(--off)}.custom-section>p:not(.eyebrow){max-width:480px;margin:25px auto 30px;line-height:1.7}.whatsapp-float{position:fixed;z-index:9;bottom:20px;right:20px;background:#fff;color:#111;text-decoration:none;padding:13px 15px;font:bold 11px 'Barlow Condensed';box-shadow:4px 4px 0 var(--red)}.whatsapp-float span{font-size:18px;vertical-align:middle}.cart-panel{position:fixed;z-index:30;width:min(440px,100vw);height:100%;right:0;top:0;background:#161616;transform:translateX(100%);transition:transform .3s;display:flex;flex-direction:column;border-left:1px solid #4b4b4b}.cart-panel.open{transform:translateX(0)}.panel-head{padding:27px 25px;border-bottom:1px solid #3d3d3d;display:flex;justify-content:space-between;align-items:center}.panel-head h2{font-size:32px}.close-button{border:0;background:none;color:var(--off);font:400 34px Arial;cursor:pointer;line-height:.7}.cart-items{padding:15px 25px;overflow:auto;flex:1}.empty-cart{color:var(--muted);padding-top:25px;line-height:1.7}.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:12px;border-bottom:1px solid #333;padding:12px 0}.cart-row img{width:70px;height:82px;object-fit:cover}.cart-row h3{font:700 17px/1 'Barlow Condensed';margin:2px 0 8px;text-transform:uppercase}.cart-row p{font-size:10px;margin:0;color:#aaa}.remove-item{background:none;color:#bbb;border:0;padding:0;cursor:pointer;font:10px 'DM Mono';align-self:start}.cart-footer{padding:20px 25px;border-top:1px solid #3d3d3d}.cart-total{display:flex;justify-content:space-between;font-size:11px;margin-bottom:12px}.cart-total strong{font-size:14px}.cart-footer p{color:#999;font-size:9px;line-height:1.5}.checkout-button{width:100%;margin-top:8px}.backdrop{position:fixed;inset:0;background:#0009;z-index:20;opacity:0;visibility:hidden;transition:.25s}.backdrop.show{opacity:1;visibility:visible}.product-dialog{padding:0;background:#181818;color:var(--off);border:1px solid #555;width:min(940px,94vw);max-height:90vh}.product-dialog::backdrop{background:#000b}.dialog-close{position:absolute;right:17px;top:17px;z-index:2;background:#111;border-radius:50%;width:35px;height:35px}.detail{display:grid;grid-template-columns:1.08fr .92fr}.detail-image{min-height:540px}.detail-image img{height:100%;width:100%;object-fit:cover}.detail-info{padding:60px 38px 35px}.detail-info h2{font-size:47px;margin:9px 0 15px}.detail-price{font-size:16px;margin:0 0 26px}.detail-desc{font-size:10px;color:#bbb;line-height:1.8;margin-bottom:26px}.field-label{display:block;margin:20px 0 10px;font-weight:bold;font-size:10px}.sizes{display:flex;gap:7px;flex-wrap:wrap}.size-option{border:1px solid #777;padding:10px 13px;background:transparent;color:#eee;font:11px 'DM Mono';cursor:pointer}.size-option.selected{background:var(--off);color:var(--black)}.quantity{display:flex;width:max-content;border:1px solid #777}.quantity button,.quantity span{width:37px;height:34px;border:0;background:none;color:#fff;font:16px 'DM Mono';display:grid;place-items:center}.quantity button{cursor:pointer}.detail-info .button{width:100%;margin-top:28px}.detail-info .notice{font-size:9px;color:#999;line-height:1.6;margin:15px 0 0}@media(max-width:760px){.site-header{height:70px}.site-header nav{display:none}.hero{min-height:650px;display:block;position:relative}.hero-image{height:100%;position:absolute;inset:0;opacity:.45}.hero-content{height:650px;position:relative;z-index:1}.feature-strip{grid-template-columns:repeat(2,1fr)}.feature-strip p{font-size:8px;border-bottom:1px solid #343434}.shop-section{padding:65px 20px}.section-heading{display:block}.product-total{margin-top:18px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-name{font-size:16px}.about-section{padding:80px 25px}.detail{grid-template-columns:1fr}.detail-image{min-height:310px;height:42vh}.detail-info{padding:30px 22px}.product-dialog{max-height:94vh}.product-dialog .dialog-close{position:fixed}.cart-panel{width:100%}}
