:root{
  --yellow:#FFC72C;
  --black:#050505;
  --panel:#0d0d0d;
  --panel2:#121212;
  --line:#2a2a2a;
  --white:#ffffff;
  --muted:#a7a7a7;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
.announcement{background:var(--yellow);color:#050505;text-align:center;padding:10px 18px;font-size:12px;font-weight:900;letter-spacing:.15em}
.site-header{background:#050505;border-bottom:1px solid #242424;position:sticky;top:0;z-index:20}
.header-inner{max-width:1440px;margin:0 auto;padding:0 34px;min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{font-size:27px;font-weight:1000;letter-spacing:.05em;line-height:.9;color:#fff;white-space:nowrap}
.brand span{color:var(--yellow);display:inline;font-size:inherit;letter-spacing:.05em;margin:0}
.nav{display:flex;align-items:center;gap:28px;flex-wrap:wrap;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.025em}
.nav a{padding:31px 0 27px;border-bottom:3px solid transparent}
.nav a:hover,.nav a.active{color:var(--yellow);border-color:var(--yellow)}
.page-hero{background:linear-gradient(110deg,#050505 0%,#0b0b0b 70%,#171309 100%);border-bottom:1px solid #242424}
.page-title{max-width:1440px;margin:0 auto;padding:64px 34px 58px}
.breadcrumbs{font-size:12px;color:#8e8e8e;text-transform:uppercase;letter-spacing:.07em;margin-bottom:18px}
.breadcrumbs a:hover{color:var(--yellow)}
.eyebrow{color:var(--yellow);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em}
.page-title h1{font-size:clamp(48px,6vw,82px);line-height:.9;letter-spacing:-.04em;margin:10px 0 18px}
.page-title p{max-width:760px;margin:0;color:#bdbdbd;font-size:17px;line-height:1.6}
.section{max-width:1440px;margin:0 auto;padding:64px 34px 76px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:30px}
.section-head h2{font-size:42px;letter-spacing:-.03em;margin:6px 0 0}
.section-head p{max-width:610px;margin:0;color:var(--muted);line-height:1.6}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.card{min-height:250px;background:#0e0e0e;border:1px solid #272727;padding:26px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}
.card:hover{border-color:var(--yellow);transform:translateY(-2px)}
.card-index{color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.16em;margin-bottom:50px}
.card h3{font-size:27px;line-height:1.05;margin:0 0 12px}
.card p{margin:0;color:#999;line-height:1.55;font-size:14px}
.card-arrow{margin-top:30px;color:var(--yellow);font-size:26px;font-weight:900}
.product-layout{max-width:1440px;margin:0 auto;padding:52px 34px 78px;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);gap:42px;align-items:start}
.product-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gallery-item{margin:0;background:#fff;border:1px solid #262626;min-height:330px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.gallery-item-large{grid-column:1/-1;min-height:590px}
.gallery-item img{display:block;width:100%;height:100%;max-height:720px;object-fit:contain;background:#fff}
.product-info{position:sticky;top:116px;background:#0d0d0d;border:1px solid #282828;padding:32px}
.product-info h1{font-size:52px;margin:8px 0 16px;letter-spacing:-.04em}
.lead{color:#b7b7b7;line-height:1.65;font-size:16px}
.label{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#858585;margin:28px 0 10px}
.model-tabs{display:flex;gap:8px;flex-wrap:wrap}
.model-tabs a{border:1px solid #353535;padding:12px 14px;font-size:13px;font-weight:900}
.model-tabs a.active{background:var(--yellow);color:#050505;border-color:var(--yellow)}
.specs{margin-top:28px;border-top:1px solid #2b2b2b}
.spec-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid #252525;font-size:13px}
.spec-row b{color:#fff;letter-spacing:.04em}
.spec-row span{text-align:right;color:#a3a3a3}
.footer{border-top:1px solid #242424;background:#050505}
.footer-inner{max-width:1440px;margin:0 auto;padding:34px;display:flex;justify-content:space-between;gap:30px;color:#878787;font-size:12px;line-height:1.55}
.footer strong{color:#fff}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer a:hover{color:var(--yellow)}
/* Bag Gloves collection page */
.collection-product{max-width:1440px;margin:0 auto;padding:54px 34px 78px}
.collection-product-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:25px}
.collection-product-head h2{font-size:44px;margin:7px 0 0;letter-spacing:-.03em}
.collection-product-head p{margin:0;color:#929292}
.collection-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(250px,1fr));gap:14px}
.collection-gallery a{display:flex;background:#fff;border:1px solid #262626;overflow:hidden;align-items:center;justify-content:center;min-height:250px}
.collection-gallery a:first-child{grid-row:1/3;min-height:520px}
.collection-gallery img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.collection-product-info{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-top:20px;border-top:1px solid #292929;padding-top:20px}
.collection-product-info h3{font-size:30px;margin:5px 0}
.collection-product-info p{margin:0;color:#999}
.view-product{display:inline-block;background:var(--yellow);color:#090909;font-weight:900;padding:14px 19px;white-space:nowrap;font-size:12px;letter-spacing:.06em}
/* Empty / simple subcategory pages */
.empty-state{max-width:1100px;margin:0 auto;padding:70px 34px}
.empty-box{border:1px dashed #3a3a3a;background:#0d0d0d;padding:70px 30px;text-align:center}
.empty-box h2{font-size:36px;margin:8px 0 12px}
.empty-box p{color:#999;line-height:1.6;max-width:650px;margin:0 auto}
@media(max-width:1050px){
  .nav{gap:16px;font-size:11px}
  .grid,.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout{grid-template-columns:1fr}
  .product-info{position:static}
  .collection-gallery{grid-template-columns:1fr 1fr}
  .collection-gallery a:first-child{grid-column:1/-1;grid-row:auto;min-height:420px}
}
@media(max-width:720px){
  .header-inner{padding:18px 20px;min-height:auto;align-items:flex-start;flex-direction:column}
  .nav{width:100%;overflow-x:auto;flex-wrap:nowrap;gap:18px;padding-bottom:2px}
  .nav a{padding:9px 0 11px;white-space:nowrap}
  .page-title,.section,.product-layout,.collection-product{padding-left:20px;padding-right:20px}
  .section-head,.collection-product-head,.collection-product-info,.footer-inner{display:block}
  .grid,.grid.three{grid-template-columns:1fr}
  .product-gallery-grid,.collection-gallery{grid-template-columns:1fr}
  .gallery-item-large,.collection-gallery a:first-child{grid-column:auto;min-height:340px}
  .collection-gallery{grid-template-rows:auto}
  .collection-product-info .view-product{margin-top:18px}
  .footer-links{margin-top:18px}
}

/* Interactive product image viewer */
.product-gallery-viewer{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:14px;align-items:start}
.gallery-main{background:#fff;border:1px solid #262626;min-height:650px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.gallery-main img{display:block;width:100%;height:100%;max-height:760px;object-fit:contain;background:#fff}
.gallery-thumbs{display:grid;gap:12px;align-content:start}
.gallery-thumb{appearance:none;-webkit-appearance:none;width:100%;aspect-ratio:1/1.15;padding:5px;margin:0;border:2px solid #2b2b2b;background:#fff;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease,transform .18s ease}
.gallery-thumb img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.gallery-thumb:hover,.gallery-thumb:focus-visible{border-color:var(--yellow);outline:none}
.gallery-thumb.is-active{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow)}
@media(max-width:720px){
  .product-gallery-viewer{grid-template-columns:1fr}
  .gallery-main{min-height:420px}
  .gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .gallery-thumb{aspect-ratio:1/1}
}

/* Interactive collection product viewer */
.collection-gallery-viewer{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(110px,.8fr);gap:14px;align-items:start}
.collection-main{display:flex;background:#fff;border:1px solid #262626;min-height:560px;align-items:center;justify-content:center;overflow:hidden}
.collection-main img{display:block;width:100%;height:100%;max-height:720px;object-fit:contain;background:#fff}
.collection-thumbs{display:grid;gap:12px;align-content:start}
.collection-thumb{appearance:none;-webkit-appearance:none;width:100%;aspect-ratio:1/1.05;padding:5px;margin:0;border:2px solid #2b2b2b;background:#fff;cursor:pointer;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .18s ease,transform .18s ease}
.collection-thumb img{display:block;width:100%;height:100%;object-fit:contain;background:#fff}
.collection-thumb:hover,.collection-thumb:focus-visible{border-color:var(--yellow);outline:none}
.collection-thumb.is-active{border-color:var(--yellow);box-shadow:0 0 0 1px var(--yellow)}
@media(max-width:720px){
  .collection-gallery-viewer{grid-template-columns:1fr}
  .collection-main{min-height:380px}
  .collection-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
  .collection-thumb{aspect-ratio:1/1}
}
