
:root{
  --bg:#f6f6f3;
  --panel:#ffffff;
  --panel2:#f0f0ed;
  --line:#ddddda;
  --text:#111111;
  --muted:#747478;
  --red:#ff1717;
  --soft-red:#ff2a2a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
button,input,select{font:inherit}
button{color:inherit}
img{max-width:100%;display:block}
.top-strip{
  background:var(--red);
  color:#fff;
  text-align:center;
  padding:8px 12px;
  font-size:10px;
  letter-spacing:1.8px;
  font-weight:800;
}
.site-header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(246,246,243,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #e3e3df;
}
.header-inner{
  width:min(1420px,94vw);
  margin:auto;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand img{
  width:72px;
  height:72px;
  object-fit:contain;
}
.main-nav{
  display:flex;
  gap:6px;
}
.main-nav button{
  border:0;
  background:transparent;
  color:#66666a;
  padding:10px 13px;
  cursor:pointer;
  font-size:12px;
  border-bottom:2px solid transparent;
}
.main-nav button:hover,.main-nav button.active{
  color:#111;
  border-bottom-color:var(--red);
}
.mobile-filter{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
}
main,footer{
  width:min(1420px,94vw);
  margin:auto;
}
.hero{
  min-height:500px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:30px;
  border-bottom:1px solid #e4e4e0;
  padding:55px 0;
  overflow:hidden;
}
.hero-copy{
  max-width:650px;
}
.eyebrow{
  margin:0 0 14px;
  font-size:11px;
  font-weight:800;
  letter-spacing:2px;
  color:#77777b;
}
.eyebrow.red{color:var(--red)}
.hero h1{
  margin:0;
  font-size:clamp(56px,7vw,96px);
  line-height:.9;
  letter-spacing:-4px;
  font-weight:900;
}
.hero h1 span{
  color:#111;
  -webkit-text-stroke:1px #4a4a4d;
  color:transparent;
}
.hero-sub{
  max-width:560px;
  color:#6d6d72;
  line-height:1.6;
  margin:24px 0 28px;
}
.hero-cta{
  border:0;
  background:var(--red);
  color:#fff;
  padding:15px 22px;
  font-weight:800;
  border-radius:10px;
  cursor:pointer;
}
.hero-art{
  position:relative;
  min-height:390px;
}
.hero-word{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:clamp(120px,16vw,250px);
  line-height:.7;
  letter-spacing:-12px;
  font-weight:900;
  color:transparent;
  -webkit-text-stroke:2px var(--red);
  opacity:.9;
  user-select:none;
}
.hero-product-shell{
  position:absolute;
  inset:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:2;
}
.hero-product-shell img{
  width:min(92%,700px);
  max-height:420px;
  object-fit:contain;
  filter:drop-shadow(0 28px 24px rgba(0,0,0,.45));
}
.trust-row{
  margin:22px 0 38px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.trust-row>div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:18px;
  border-right:1px solid var(--line);
}
.trust-row>div:last-child{border-right:0}
.trust-icon{
  width:34px;
  height:34px;
  border:1px solid var(--red);
  color:var(--red);
  border-radius:10px;
  display:grid;
  place-items:center;
  font-size:14px;
}
.trust-row strong{display:block;font-size:12px}
.trust-row small{display:block;color:#777;font-size:10px;margin-top:3px}
.category-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin:10px 0 34px;
}
.category-pill{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px 10px;
  cursor:pointer;
  text-align:center;
}
.category-pill span{
  width:64px;height:64px;
  margin:auto;
  border-radius:50%;
  border:1px solid #2b2b2f;
  display:grid;
  place-items:center;
  font-weight:900;
  color:#6d6d72;
}
.category-pill small{display:block;margin-top:10px;color:#b0b0b3}
.category-pill:hover,.category-pill.active{
  border-color:var(--red);
  background:#fff;
}
.category-pill.active span{
  border-color:var(--red);
  color:#111;
}
.controls{
  display:flex;
  align-items:center;
  gap:12px;
  margin:18px 0 28px;
}
.search-wrap{flex:1}
.search-wrap input,.controls select{
  width:100%;
  background:#fff;
  color:#111;
  border:1px solid var(--line);
  border-radius:11px;
  padding:13px 14px;
  outline:none;
}
.controls select{width:auto;min-width:190px}
.check-control{
  display:flex;
  align-items:center;
  gap:8px;
  color:#6d6d72;
  font-size:12px;
  white-space:nowrap;
}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}
.section-head .eyebrow{
  display:flex;
  gap:10px;
  align-items:center;
}
.section-head .eyebrow span{
  width:20px;height:2px;background:var(--red);display:inline-block;
}
.section-head h2{
  margin:0;
  font-size:32px;
}
.section-head>p{
  color:#777;
  font-size:12px;
}
.tag-filters{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.tag{
  background:#fff;
  border:1px solid var(--line);
  color:#6d6d72;
  border-radius:999px;
  padding:7px 10px;
  font-size:10px;
  cursor:pointer;
}
.tag.active{
  background:var(--red);
  color:#fff;
  border-color:var(--red);
}
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  padding-bottom:70px;
}
.product-card{
  background:linear-gradient(180deg,#ffffff,#f7f7f4);
  border:1px solid #dededb;
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  transition:.2s;
}
.product-card:hover{
  transform:translateY(-2px);
  border-color:#bdbdb9;
}
.product-image{
  position:relative;
  aspect-ratio:1/1;
  background:radial-gradient(circle at 50% 45%,#ffffff 0,#f3f3f0 58%,#ecece8 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 18px 18px rgba(0,0,0,.35));
}
.badges,.modal-badges{
  position:absolute;
  top:12px;
  left:12px;
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  z-index:2;
}
.badge{
  background:var(--red);
  color:#fff;
  border-radius:5px;
  padding:5px 7px;
  font-size:9px;
  font-weight:800;
}
.badge.alt{
  background:#f3f3f0;
  border:1px solid #cfcfcb;
}
.product-info{padding:14px}
.brandline{
  color:#777;
  font-size:10px;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.8px;
}
.product-info h3{
  margin:5px 0 0;
  font-size:14px;
}
.colorway{
  color:#77777b;
  font-size:11px;
  margin-top:5px;
}
.price-line{
  margin-top:12px;
  display:flex;
  gap:8px;
  align-items:baseline;
}
.price-line strong{
  color:var(--red);
  font-size:15px;
}
.price-line del{
  color:#8a8a8e;
  font-size:10px;
}
.size-count{
  color:#777;
  font-size:10px;
  margin-top:8px;
}
.empty-state{
  padding:60px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
  text-align:center;
  margin-bottom:70px;
}
footer{
  border-top:1px solid #dfdfdb;
  padding:35px 0 50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#777;
  font-size:11px;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-brand img{width:58px}
.footer-brand p{margin:0}
.footer-links{
  display:flex;
  gap:22px;
}
.modal-wrap{
  position:fixed;
  inset:0;
  z-index:60;
  background:rgba(0,0,0,.50);
  backdrop-filter:blur(6px);
  padding:24px;
  overflow:auto;
}
.modal-card{
  width:min(1100px,100%);
  margin:auto;
  background:#fff;
  border:1px solid #303034;
  border-radius:18px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  position:relative;
}
.modal-close{
  position:absolute;
  right:14px;
  top:14px;
  z-index:4;
  width:38px;height:38px;
  border-radius:50%;
  border:1px solid #d6d6d2;
  background:#fff;
  color:#111;
  font-size:24px;
  cursor:pointer;
}
.modal-left{
  background:radial-gradient(circle at 50% 45%,#ffffff 0,#f2f2ef 70%);
  min-height:650px;
}
.modal-img-bg{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px;
}
.modal-img-bg img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 22px 22px rgba(0,0,0,.4));
}
.modal-right{
  padding:46px 38px 36px;
  position:relative;
}
.modal-right .modal-badges{
  position:static;
  margin-bottom:20px;
}
.modal-right h2{
  margin:0;
  font-size:42px;
  line-height:1;
  letter-spacing:-1.8px;
}
.muted{color:#85858b}
.modal-price-line{
  display:flex;
  gap:10px;
  align-items:baseline;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.modal-price-line strong{
  color:var(--red);
  font-size:24px;
}
.modal-price-line del{color:#69696e}
.modal-block{
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.modal-block-head{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
}
.modal-block-head span{
  color:#77777b;
  font-size:10px;
}
.size-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:13px;
}
.size-btn{
  background:#fff;
  border:1px solid #d6d6d2;
  color:#111;
  padding:11px 4px;
  border-radius:7px;
  cursor:pointer;
}
.size-btn:hover,.size-btn.selected{
  border-color:var(--red);
  color:var(--red);
}
.size-btn.soldout{
  opacity:.3;
  text-decoration:line-through;
  cursor:not-allowed;
}
.meta-list{
  display:grid;
  gap:6px;
  color:#777;
  font-size:11px;
  margin-top:12px;
}
.order-btn{
  display:block;
  background:var(--red);
  color:#fff;
  text-align:center;
  text-decoration:none;
  padding:14px;
  margin-top:24px;
  border-radius:8px;
  font-weight:800;
}
.order-btn.disabled{
  opacity:.3;
  pointer-events:none;
}
@media(max-width:1050px){
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .trust-row>div:nth-child(2){border-right:0}
  .modal-card{grid-template-columns:1fr}
  .modal-left{min-height:auto;aspect-ratio:1/1}
}
@media(max-width:800px){
  .main-nav{display:none}
  .mobile-filter{display:block}
  .hero{grid-template-columns:1fr;padding-top:45px}
  .hero-art{min-height:320px}
  .category-strip{grid-template-columns:repeat(2,1fr)}
  .controls{flex-wrap:wrap}
  .search-wrap{width:100%;flex-basis:100%}
  .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .brand img{width:58px;height:58px}
  .hero h1{font-size:52px;letter-spacing:-2.5px}
  .hero-word{font-size:115px;letter-spacing:-7px}
  .trust-row{grid-template-columns:1fr}
  .trust-row>div{border-right:0;border-bottom:1px solid var(--line)}
  .trust-row>div:last-child{border-bottom:0}
  .controls select{width:100%}
  .product-grid{gap:10px}
  .product-info{padding:11px}
  .product-info h3{font-size:12px}
  .size-grid{grid-template-columns:repeat(4,1fr)}
  .modal-wrap{padding:0}
  .modal-card{border-radius:0;min-height:100vh}
  .modal-right{padding:30px 20px}
  .modal-right h2{font-size:34px}
  footer{flex-direction:column;align-items:flex-start;gap:18px}
}

/* Light-theme refinements */
.hero h1 span{
  -webkit-text-stroke:1px #a8a8a8;
  color:transparent;
}
.hero-word{
  opacity:.55;
}
.hero-product-shell img,
.product-image img,
.modal-img-bg img{
  filter:drop-shadow(0 18px 22px rgba(0,0,0,.12));
}
.product-card{
  box-shadow:0 10px 30px rgba(0,0,0,.035);
}
.product-card:hover{
  box-shadow:0 14px 38px rgba(0,0,0,.065);
}
.trust-row{
  box-shadow:0 8px 28px rgba(0,0,0,.025);
}
.category-pill{
  background:#fff;
}
.search-wrap input,.controls select{
  color:#111;
}
.modal-card{
  background:#fff;
}
.modal-close{
  background:#fff;
  color:#111;
}
.size-btn{
  background:#fff;
  color:#111;
}
.badge.alt{
  color:#111;
}

.savings{
  color:#168a45;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
.card-savings{
  margin-top:7px;
  color:#168a45;
  font-size:10px;
  font-weight:800;
}

/* V4 product metadata + badge refinements */
.sku-line{
  margin-top:4px;
  color:#96969a;
  font-size:9px;
  font-weight:600;
  letter-spacing:.45px;
}
.badge-new{
  background:#2563eb !important;
  color:#fff !important;
  border-color:#2563eb !important;
}
.badge-sale{
  background:var(--red) !important;
  color:#fff !important;
  border-color:var(--red) !important;
}
