
:root{
  --paper:#f7f4ef;
  --white:#fff;
  --ink:#050505;
  --muted:#66615b;
  --line:#d8d2ca;
  --soft:#ece7df;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
button,select,input{font:inherit}
.announcement{
  height:32px;
  background:#0a0a0a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em
}
.nav{
  height:90px;
  padding:0 38px;
  background:#030303;
  color:#fff;
  display:grid;
  grid-template-columns:280px 1fr 140px;
  align-items:center;
  position:sticky;
  top:0;
  z-index:40;
  border-bottom:1px solid #1c1c1c
}
.qh-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none
}
.brand-star{font-size:48px;line-height:1}
.qh-brand b{
  display:block;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.02em
}
.qh-brand small{
  display:block;
  text-align:center;
  margin-top:4px;
  font-size:9px;
  font-weight:800
}
.desktop-nav{
  display:flex;
  justify-content:center;
  gap:50px
}
.desktop-nav a{
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  padding:35px 0 11px
}
.desktop-nav a.active{border-bottom:2px solid #fff}
.nav-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:20px
}
.search-icon{font-size:28px}
.bag-icon{
  position:relative;
  border:0;
  background:transparent;
  color:#fff;
  font-size:26px;
  cursor:pointer
}
.bag-icon b{
  position:absolute;
  right:-8px;
  top:-8px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  color:#000;
  display:grid;
  place-items:center;
  font-size:10px
}

.hero{
  display:grid;
  grid-template-columns:36.5% 63.5%;
  min-height:220px;
  border-bottom:1px solid var(--line)
}
.hero-copy{
  background:#f5f1eb;
  padding:35px 50px 32px 78px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.hero-copy p{
  margin:0 0 24px;
  font-size:17px;
  line-height:1.45;
  letter-spacing:.005em
}
.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-width:220px;
  height:48px;
  padding:0 24px;
  background:#050505;
  color:#fff;
  border-radius:4px;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
  letter-spacing:.025em
}
.hero-media{
  height:220px;
  background:#161616;
  overflow:hidden
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 47%
}

.quick-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border-bottom:1px solid var(--line)
}
.quick-strip>div{
  height:76px;
  padding:19px 28px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:center
}
.quick-strip>div:last-child{border-right:0}
.quick-strip strong{
  font-size:16px;
  font-weight:900
}
.quick-strip span{
  margin-top:4px;
  font-size:9px;
  font-weight:700;
  color:#5f5a54;
  letter-spacing:.045em
}

.drop{
  max-width:1530px;
  margin:0 auto;
  padding:28px 38px 45px
}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:20px
}
.section-head>div>p{
  margin:0 0 12px;
  color:#55514c;
  font-size:10px;
  font-weight:700
}
.section-head h1{
  margin:0;
  font-size:47px;
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:900
}
.section-head>p{
  margin:0 95px 4px 0;
  color:#6a655f;
  font-size:14px;
  line-height:1.35
}
.filters{
  display:flex;
  gap:12px;
  margin:0 0 20px
}
.filter{
  min-width:96px;
  height:32px;
  padding:0 23px;
  border-radius:999px;
  border:1px solid #d4cec6;
  background:#fff;
  color:#111;
  font-size:9px;
  font-weight:900;
  cursor:pointer
}
.filter.active{
  background:#050505;
  color:#fff;
  border-color:#050505
}

.products{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px
}
.card{
  min-width:0;
  overflow:hidden;
  background:#fbfaf7;
  border:1px solid #d8d2ca;
  border-radius:10px
}
.product-image{
  position:relative;
  height:425px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:2px 8px 0;
  background:#fbfaf7
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom
}
.badge,.pre-drop-chip{
  position:absolute;
  top:9px;
  z-index:2;
  padding:6px 11px;
  border-radius:999px;
  font-size:7px;
  font-weight:900
}
.badge{
  left:10px;
  background:#ece7df;
  color:#111
}
.pre-drop-chip{
  right:10px;
  background:#050505;
  color:#fff
}
.card-info{padding:8px 12px 12px}
.card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px
}
.card-top h3{
  margin:0;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.price{
  flex:0 0 auto;
  font-size:13px;
  font-weight:900
}
.meta{
  margin:5px 0 8px;
  color:#6b665f;
  font-size:9px
}
.purchase-row{display:block}
.control:last-child{display:none}
.control label{
  display:block;
  margin-bottom:4px;
  font-size:8px;
  font-weight:800
}
.control select{
  width:100%;
  height:30px;
  padding:0 10px;
  border:1px solid #d8d2ca;
  border-radius:5px;
  background:#fff;
  font-size:10px;
  font-weight:700
}
.card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:8px
}
.add-btn,.buy-btn{
  height:34px;
  border-radius:5px;
  font-size:8px;
  font-weight:900;
  cursor:pointer
}
.add-btn{
  background:#fff;
  border:1px solid #050505;
  color:#050505
}
.buy-btn{
  background:#050505;
  border:1px solid #050505;
  color:#fff
}
.add-btn:hover,.buy-btn:hover{transform:translateY(-1px)}

.benefit-strip{
  min-height:90px;
  padding:0 42px;
  background:#050505;
  color:#fff;
  display:grid;
  grid-template-columns:repeat(4,1fr)
}
.benefit-strip>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px
}
.benefit-strip b{font-size:23px}
.benefit-strip span{
  display:flex;
  flex-direction:column
}
.benefit-strip strong{
  font-size:10px;
  letter-spacing:.04em
}
.benefit-strip small{
  margin-top:3px;
  color:#d2d2d2;
  font-size:9px
}

/* Checkout drawer */
.mobile-cart{display:none}
.drawer-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.58);
  opacity:0;
  pointer-events:none;
  transition:.2s;
  z-index:80
}
.drawer-backdrop.open{
  opacity:1;
  pointer-events:auto
}
.drawer{
  position:fixed;
  right:0;
  top:0;
  z-index:90;
  width:min(570px,100%);
  height:100vh;
  padding:28px;
  overflow:auto;
  background:#fff;
  transform:translateX(100%);
  transition:.25s
}
.drawer.open{transform:none}
.drawer-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  padding-bottom:18px;
  border-bottom:1px solid #ddd
}
.drawer-head p{
  margin:0;
  font-size:9px;
  font-weight:900
}
.drawer-head h3{
  margin:5px 0 0;
  font-size:33px;
  font-weight:900
}
.icon-btn{
  border:0;
  background:none;
  font-size:35px;
  cursor:pointer
}
.checkout-steps{
  display:flex;
  gap:22px;
  margin:20px 0;
  font-size:9px;
  font-weight:900
}
.checkout-steps span{opacity:.38}
.checkout-steps .active{opacity:1}
.inquiry-item{
  display:grid;
  grid-template-columns:72px 1fr 25px;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid #eee
}
.inquiry-item img{
  width:72px;
  height:72px;
  object-fit:contain;
  background:#f7f7f7
}
.inquiry-item h4{
  margin:5px 0;
  font-size:12px
}
.inquiry-item p{
  margin:0;
  color:#666;
  font-size:10px;
  line-height:1.5
}
.remove{
  border:0;
  background:none;
  font-size:20px;
  cursor:pointer
}
.empty-state{
  padding:25px 0;
  color:#777;
  font-size:12px
}
.form-section{margin-top:25px}
.form-section h4{font-size:11px}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}
.form-grid.three{
  grid-template-columns:1.3fr .8fr .8fr
}
.form-section label{
  display:block;
  margin:8px 0;
  font-size:9px;
  font-weight:800
}
.form-section input,.form-section select{
  width:100%;
  height:43px;
  padding:0 11px;
  border:1px solid #d5d0c9;
  border-radius:6px;
  background:#fff
}
.totals{
  margin:22px 0;
  padding:13px 0;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd
}
.totals>div{
  display:flex;
  justify-content:space-between;
  padding:6px 0;
  font-size:12px
}
.totals .grand{
  font-size:17px;
  font-weight:900
}
.payment-heading{
  display:flex;
  align-items:center;
  justify-content:space-between
}
.payment-heading span{font-size:9px}
.square-card{min-height:92px}
.checkout-pay{
  width:100%;
  height:52px;
  border:0;
  border-radius:5px;
  background:#050505;
  color:#fff;
  font-weight:900;
  cursor:pointer
}
.secure-note,.form-status{
  text-align:center;
  color:#777;
  font-size:10px
}
.form-status.error{color:#a00000}
.form-status.ok{color:#087a32}
.toast{
  position:fixed;
  left:50%;
  bottom:30px;
  z-index:100;
  padding:11px 16px;
  border-radius:999px;
  background:#050505;
  color:#fff;
  font-size:10px;
  font-weight:800;
  opacity:0;
  transform:translate(-50%,20px);
  transition:.2s
}
.toast.show{
  opacity:1;
  transform:translate(-50%,0)
}

@media(max-width:1120px){
  .nav{grid-template-columns:245px 1fr 120px}
  .desktop-nav{gap:24px}
  .products{grid-template-columns:repeat(3,1fr)}
  .product-image{height:390px}
  .section-head>p{margin-right:0}
}
@media(max-width:760px){
  .announcement{height:29px;font-size:9px}
  .nav{
    height:64px;
    padding:0 14px;
    grid-template-columns:1fr auto
  }
  .desktop-nav,.search-icon{display:none}
  .qh-brand b{font-size:18px}
  .qh-brand small{font-size:7px}
  .brand-star{font-size:32px}
  .nav-actions{grid-column:2}
  .hero{grid-template-columns:1fr}
  .hero-copy{
    padding:30px 20px;
    min-height:190px
  }
  .hero-copy p{font-size:16px}
  .hero-media{height:180px}
  .quick-strip{grid-template-columns:1fr 1fr}
  .quick-strip>div{
    height:68px;
    padding:15px;
    border-bottom:1px solid var(--line)
  }
  .quick-strip strong{font-size:13px}
  .drop{padding:26px 10px 90px}
  .section-head{display:block}
  .section-head h1{font-size:34px}
  .section-head>p{
    margin-top:12px;
    font-size:12px
  }
  .filters{
    overflow-x:auto;
    padding-bottom:3px
  }
  .filter{flex:0 0 auto}
  .products{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px
  }
  .product-image{height:245px}
  .card-info{padding:7px}
  .card-top h3{font-size:9px}
  .price{font-size:11px}
  .meta{font-size:8px}
  .badge,.pre-drop-chip{
    padding:5px 7px;
    font-size:6px
  }
  .add-btn,.buy-btn{
    height:30px;
    font-size:7px
  }
  .benefit-strip{
    grid-template-columns:1fr 1fr;
    padding:8px
  }
  .benefit-strip>div{
    min-height:60px;
    justify-content:flex-start;
    padding-left:12px
  }
  .mobile-cart{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:60;
    height:52px;
    padding:0 17px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:0;
    border-radius:7px;
    background:#050505;
    color:#fff;
    font-size:10px;
    font-weight:900
  }
  .form-grid,.form-grid.three{grid-template-columns:1fr}
  .drawer{padding:20px}
}

/* Final clean product treatment — approved layout */
.product-image{
  overflow:hidden;
  background:#fbfaf7;
}
.product-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  mix-blend-mode:normal;
}
