:root{--bg:#0a0908;--panel:#14110f;--panel2:#1b1511;--text:#f1e9de;--muted:#ad9e92;--line:#342a23;--hot:#ea5b22;--hot2:#ff7a35;--cream:#e7d4bd;--danger:#e36052;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select{font:inherit}button{cursor:pointer}.announcement{padding:9px 16px;text-align:center;background:#060504;color:#b9aa9f;font-size:11px;font-weight:800;letter-spacing:.12em}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center;padding:10px clamp(16px,4vw,64px);background:rgba(10,9,8,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;gap:10px;align-items:center;color:inherit;text-decoration:none}.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:1px solid #4b392d}.brand strong{display:block;font:900 20px Georgia,serif;letter-spacing:.06em}.brand small{display:block;color:#998b80;font-size:8px;letter-spacing:.2em;margin-top:2px}.main-nav{display:flex;justify-content:center;gap:2px;flex-wrap:wrap}.main-nav button,.mobile-menu{border:0;background:transparent;color:#d8ccc2;min-height:44px;padding:8px 10px;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.main-nav button:hover{color:var(--hot)}.cart-button{border:1px solid #55453a;background:#15110e;color:white;border-radius:6px;padding:10px 14px;min-height:44px;font-weight:900}.cart-button span{display:inline-grid;place-items:center;min-width:24px;height:24px;border-radius:99px;background:var(--hot);color:#160803;margin-left:6px}.mobile-menu{display:none;border:1px solid var(--line);border-radius:6px}.hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;min-height:620px;padding:70px clamp(20px,5vw,84px);background:radial-gradient(circle at 75% 45%,rgba(146,48,16,.45),rgba(40,18,10,.24) 31%,transparent 60%)}.kicker{color:var(--hot);font-size:11px;font-weight:950;letter-spacing:.2em;margin:0 0 8px}.hero h1{font:950 clamp(52px,7vw,96px)/.88 Georgia,serif;letter-spacing:-.045em;margin:12px 0 22px}.hero h1 em{font-style:normal;color:var(--hot)}.lead{max-width:650px;color:#c3b6ac;font-size:18px;line-height:1.65}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.primary,.secondary{min-height:46px;padding:12px 18px;border-radius:5px;font-weight:950}.primary{background:var(--hot);border:1px solid var(--hot);color:#160803}.primary:hover{background:var(--hot2)}.secondary{background:transparent;border:1px solid #5a493d;color:white}.full{width:100%}.hero-points{display:flex;gap:18px;flex-wrap:wrap;color:#8f8278;font-size:11px;margin-top:22px}.hero-logo-wrap{display:grid;place-items:center}.hero-logo-wrap img{width:min(100%,520px);aspect-ratio:1;border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.5);border:1px solid #4c3326}.category-strip{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);border-block:1px solid var(--line)}.category-strip button{background:#100d0b;color:#eee2d8;border:0;border-right:1px solid var(--line);padding:24px 12px;min-height:118px}.category-strip button:hover{background:#18120f}.category-strip span{display:block;font-size:28px;color:var(--hot)}.category-strip b{display:block;margin-top:9px}.category-strip small{display:block;margin-top:4px;color:#8f8177}.shop{max-width:var(--max);margin:auto;padding:70px clamp(20px,5vw,84px)}.shop-head{display:grid;grid-template-columns:1fr minmax(260px,420px);gap:30px;align-items:end}.shop h2,.builder h2,.newsletter h2,.modal h2,.cart-head h2{font:900 clamp(34px,4vw,50px) Georgia,serif;margin:6px 0}.shop-head>div>p:last-child{color:var(--muted)}.search-wrap label{display:block;font-size:12px;font-weight:800;color:#c8bbb1;margin-bottom:8px}.search-wrap input,.builder input,.builder select,.checkout-modal input{width:100%;min-height:48px;background:#17120f;color:white;border:1px solid #4a3a31;border-radius:6px;padding:11px 13px;font-size:16px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:26px 0 8px}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter-chip{min-height:40px;border-radius:99px;border:1px solid #4a3930;background:#14110f;color:#d8ccc2;padding:8px 13px;font-weight:850}.filter-chip.active{background:var(--hot);border-color:var(--hot);color:#160803}.toolbar select{background:#15110f;color:white;border:1px solid #4a3930;border-radius:6px;min-height:44px;padding:8px 12px}.result-meta{display:flex;justify-content:space-between;align-items:center;color:#8f8177;font-size:12px;margin:14px 0}.text-button{background:transparent;border:0;color:var(--hot);font-weight:850}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{min-width:0;display:flex;flex-direction:column;background:var(--panel);border:1px solid #302720;border-radius:12px;overflow:hidden}.product-image{position:relative;display:grid;place-items:center;aspect-ratio:1.12/1;background:linear-gradient(145deg,#efe9e2,#c9c1b9);color:#231914;overflow:hidden}.product-image .silhouette{font-size:72px;filter:grayscale(1);opacity:.82}.product-image .product-logo{position:absolute;right:10px;bottom:10px;color:#1d1713;font-size:10px;font-weight:950;letter-spacing:.12em}.product-badge{position:absolute;left:10px;top:10px;background:#0c0a08;color:white;padding:6px 8px;border-radius:4px;font-size:9px;font-weight:950;letter-spacing:.08em}.product-badge.orange{background:var(--hot);color:#140703}.product-body{display:flex;flex-direction:column;flex:1;padding:16px}.product-brand{color:var(--hot);font-size:9px;font-weight:950;letter-spacing:.14em}.product-card h3{font-size:17px;margin:6px 0 7px}.product-desc{font-size:12px;line-height:1.5;color:#a99c93;flex:1}.stock{font-size:11px;margin-top:12px}.stock.ok{color:#80b98a}.stock.order{color:#d4a457}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:13px}.product-price{font-size:19px;font-weight:950}.product-actions{display:flex;gap:6px}.icon-button,.small-button{min-height:40px;border-radius:5px;font-weight:900}.icon-button{width:42px;border:1px solid #4b3b31;background:transparent;color:white}.small-button{border:1px solid #5c493d;background:#efe6dc;color:#17100c;padding:8px 10px}.builder{max-width:var(--max);margin:0 auto 60px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:60px clamp(20px,5vw,84px);border-block:1px solid #4b2b1d;background:linear-gradient(135deg,#21120d,#0d0a08)}.builder-preview{display:grid;place-items:center;min-height:430px}.glove{position:relative;width:min(330px,85%);aspect-ratio:.78;background:linear-gradient(145deg,#9f6844,#5f351f);border:5px solid #bb8057;border-radius:36% 36% 28% 28% / 20% 20% 42% 42%;box-shadow:inset 0 0 50px rgba(34,12,4,.55),0 30px 70px rgba(0,0,0,.35);display:grid;place-items:center;padding:48px 30px;text-align:center}.glove:before{content:"";position:absolute;width:34%;height:45%;right:-17%;top:23%;background:#714326;border:5px solid #bb8057;border-left:0;border-radius:0 45% 50% 0;transform:rotate(20deg)}.glove-logo{position:absolute;bottom:44px;font-size:9px;letter-spacing:.2em;color:#e6c3a7}.glove strong{position:relative;z-index:2;font-size:24px;line-height:1.1;text-shadow:0 2px 3px rgba(0,0,0,.35)}.builder-copy>p:not(.kicker){color:#b7aaa0;line-height:1.6}.builder label,.checkout-modal label{display:block;font-size:12px;font-weight:850;color:#d8ccc2;margin:14px 0 7px}.builder select{margin-bottom:18px}.input-meta{font-size:11px;color:#8d8076;text-align:right;margin-top:4px}.trust{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(20px,5vw,84px) 70px}.trust div{padding:28px 20px;border:1px solid var(--line);border-right:0}.trust div:last-child{border-right:1px solid var(--line)}.trust strong{display:block;font:850 18px Georgia,serif}.trust span{display:block;color:#91847a;font-size:12px;margin-top:7px}.newsletter{max-width:1040px;margin:0 auto 80px;text-align:center;padding:50px 24px}.newsletter>p:not(.kicker){color:var(--muted)}.newsletter form{display:flex;max-width:580px;margin:22px auto 0}.newsletter input{flex:1;min-width:0;background:#17120f;border:1px solid #4b3b31;color:white;padding:12px 14px;font-size:16px;border-radius:5px 0 0 5px}.newsletter form button{border-radius:0 5px 5px 0}.form-message{min-height:20px;font-size:12px}footer{border-top:1px solid var(--line);max-width:var(--max);margin:auto;padding:45px clamp(20px,5vw,84px);display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px;color:#988a80;font-size:12px}footer>div{display:flex;flex-direction:column;gap:7px}footer b{color:#ddd0c6}footer a{color:#988a80;text-decoration:none}.footer-brand{flex-direction:row;align-items:center}.footer-brand img{width:60px;height:60px;border-radius:50%}.footer-brand strong{display:block;color:#eee2d8;font:900 18px Georgia,serif}.footer-brand span{font-size:8px;letter-spacing:.16em}.cart-drawer{position:fixed;z-index:100;top:0;right:0;width:min(460px,94vw);height:100%;transform:translateX(110%);transition:transform .24s ease;background:#0e0c0a;border-left:1px solid var(--line);display:flex;flex-direction:column;padding:22px}.cart-drawer.open{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:flex-start}.cart-head h2{font-size:30px}.cart-head>button,.modal-close{width:44px;height:44px;border-radius:50%;background:#191512;color:white;border:1px solid #47372e;font-size:27px}.cart-items{display:flex;flex-direction:column;gap:10px;overflow:auto;padding:10px 2px 18px}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;padding:13px;border:1px solid #302720;background:#15110f;border-radius:8px}.cart-item h4{margin:0 0 5px;font-size:14px}.cart-item small{color:#9a8c82;display:block}.qty{display:flex;align-items:center;gap:7px;margin-top:8px}.qty button{width:32px;height:32px;min-height:32px;border:1px solid #46382f;background:#0f0c0a;color:white;border-radius:4px}.remove{background:transparent;border:0;color:#d97967;font-size:11px}.cart-empty{color:#8f8177;text-align:center;padding:60px 10px}.cart-footer{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.cart-total{display:flex;justify-content:space-between;font-size:18px;margin-bottom:14px}.cart-footer small{display:block;text-align:center;color:#7f736a;margin-top:9px}.backdrop{position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.68)}.modal{width:min(980px,94vw);max-height:90vh;overflow:auto;background:#100d0b;color:var(--text);border:1px solid #4a392f;border-radius:14px;padding:28px}.modal::backdrop{background:rgba(0,0,0,.72)}.modal-close{float:right}.modal-product{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start}.modal-art{aspect-ratio:1;background:linear-gradient(145deg,#efe9e2,#c9c1b9);display:grid;place-items:center;color:#231914;border-radius:10px;font-size:110px}.modal-copy h2{font-size:38px}.modal-copy .price{font-size:28px;font-weight:950;margin:16px 0}.specs{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:18px 0}.specs div{padding:11px;background:#18130f;border:1px solid #302720;border-radius:6px}.specs small{display:block;color:#8e8177}.checkout-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:26px}.checkout-modal form .two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout-modal .check{display:flex;align-items:center;gap:9px}.checkout-modal .check input{width:auto;min-height:auto}.checkout-summary{background:#17120f;border:1px solid #342a23;border-radius:10px;padding:18px}.checkout-summary h3{margin-top:0}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #2f2721;font-size:12px}.summary-total{font-weight:950;font-size:18px}.muted{color:#9d8f84;line-height:1.5}.success-modal{text-align:center;max-width:560px}.success-mark{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:var(--hot);color:#160803;font-size:38px;font-weight:950}.empty-results{grid-column:1/-1;border:1px dashed #4a392f;border-radius:10px;padding:60px;text-align:center;color:#93867c}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid var(--hot);outline-offset:2px}@media(max-width:1080px){.site-header{grid-template-columns:auto auto auto}.main-nav{grid-column:1/-1;order:3}.hero{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(3,1fr)}.category-strip{grid-template-columns:repeat(3,1fr)}footer{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.site-header{grid-template-columns:1fr auto auto}.mobile-menu{display:block}.main-nav{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav button{text-align:left;border-top:1px solid var(--line)}.hero{grid-template-columns:1fr;min-height:auto;padding-top:45px}.hero-logo-wrap{order:-1}.hero-logo-wrap img{width:min(78vw,400px)}.product-grid{grid-template-columns:repeat(2,1fr)}.shop-head{grid-template-columns:1fr}.toolbar{align-items:flex-start;flex-direction:column}.builder{grid-template-columns:1fr}.trust{grid-template-columns:repeat(2,1fr)}.modal-product,.checkout-layout{grid-template-columns:1fr}.checkout-modal form .two{grid-template-columns:1fr}}@media(max-width:480px){.announcement{font-size:9px}.brand span{display:none}.hero h1{font-size:48px}.category-strip{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.4/1}.trust{grid-template-columns:1fr}.trust div,.trust div:last-child{border-right:1px solid var(--line);border-bottom:0}.trust div:last-child{border-bottom:1px solid var(--line)}.newsletter form{display:grid;gap:8px}.newsletter input,.newsletter form button{border-radius:5px}footer{grid-template-columns:1fr}.product-bottom{align-items:flex-end}.modal{padding:18px}}
