/* =========================================================
   Home Page
========================================================= */
.hero{position:relative;min-height:680px;background:var(--color-soft);overflow:hidden}
.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__content{position:relative;z-index:2;min-height:680px;display:flex;align-items:center}
.hero__copy{max-width:540px;padding-left:4vw}
.hero h1{font-family:var(--font-title);font-size:68px;line-height:1.02;font-weight:400;margin:0 0 20px;color:var(--color-ink)}
.hero p{font-size:18px;line-height:1.8;color:var(--color-muted);margin:0 0 28px;max-width:470px}
.hero__note{display:flex;gap:18px;align-items:center;margin-top:24px;color:var(--color-muted);font-size:13px;letter-spacing:1px}
.hero__note:before{content:"";width:54px;height:1px;background:var(--color-accent)}
.category-tile{position:relative;overflow:hidden;background:var(--color-light)}
.category-tile img{width:100%;aspect-ratio:1/1.05;object-fit:cover;transition:transform .55s ease}
.category-tile:hover img{transform:scale(1.04)}
.category-tile__label{text-align:center;padding:14px 0;font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--color-ink)}
.collection-card{position:relative;overflow:hidden;min-height:410px;background:var(--color-light)}
.collection-card img{width:100%;height:410px;object-fit:cover;transition:transform .55s ease}
.collection-card:hover img{transform:scale(1.035)}
.collection-card__content{position:absolute;left:28px;bottom:28px;background:var(--color-card-glass);padding:22px 24px;width:min(78%,330px);backdrop-filter:blur(8px)}
.collection-card__content h3{font-family:var(--font-title);font-size:26px;font-weight:400;margin:0 0 10px}
.collection-card__content p{color:var(--color-muted);line-height:1.6;margin:0 0 14px;font-size:14px}
.note-library{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.note-card{background:var(--color-white);border:1px solid var(--color-line);padding:28px 24px;min-height:190px;transition:var(--transition)}
.note-card:hover{box-shadow:var(--shadow-card);transform:translateY(-3px)}
.note-card h3{font-family:var(--font-title);font-weight:400;font-size:24px;margin:0 0 10px}
.note-card p{margin:0;color:var(--color-muted);line-height:1.7}
.story-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.story-card{background:var(--color-white);box-shadow:var(--shadow-card)}
.story-card img{width:100%;height:260px;object-fit:cover}
.story-card__body{padding:26px 28px 30px}
.story-card h3{font-family:var(--font-title);font-weight:400;font-size:25px;margin:0 0 12px}
.story-card p{margin:0 0 18px;color:var(--color-muted);line-height:1.75}
.brand-strip{display:flex;justify-content:center;gap:34px;flex-wrap:wrap;padding:24px;background:var(--color-white);border:1px solid var(--color-line);color:var(--color-muted);font-size:13px;letter-spacing:2px;text-transform:uppercase}



/* =========================================================
   Wholesale Product List Version
========================================================= */
.wholesale-list-banner .page-banner__content{max-width:560px}
.wholesale-list-banner .page-banner__content h1{max-width:520px}
.wholesale-buyer-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:-12px 0 34px;background:var(--color-line);border:1px solid var(--color-line)}
.wholesale-buyer-path div{background:var(--color-white);padding:18px 20px;min-width:0}
.wholesale-buyer-path strong{display:block;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--color-ink);margin-bottom:6px}
.wholesale-buyer-path span{display:block;color:var(--color-muted);font-size:13px;line-height:1.55}
.filter-note{margin:10px 0 0;color:var(--color-muted);font-size:12px;line-height:1.6}
.wholesale-info-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--color-line);background:var(--color-light)}
.wholesale-info-strip div{padding:18px 18px;border-right:1px solid var(--color-line);min-width:0}
.wholesale-info-strip div:last-child{border-right:0}
.wholesale-info-strip strong{display:block;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--color-ink);margin-bottom:6px}
.wholesale-info-strip span{display:block;font-size:13px;line-height:1.55;color:var(--color-muted)}
.bulk-action-band{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px;background:var(--color-ink);color:var(--color-white);padding:20px 22px}
.bulk-action-band strong{display:block;font-family:var(--font-title);font-size:24px;font-weight:400;margin-bottom:5px}
.bulk-action-band span{display:block;color:rgba(255,255,255,.78);font-size:14px;line-height:1.65}.bulk-action-band .btn{background:var(--color-white);color:var(--color-ink);border-color:var(--color-white);white-space:nowrap}.bulk-action-band .btn:hover{background:transparent;color:var(--color-white)}
.wholesale-product-card .product-card__body{padding-top:16px}.wholesale-price-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 7px;margin-bottom:10px}.wholesale-price-line .price{font-size:17px}.wholesale-price-line .unit{font-size:12px;color:var(--color-muted)}.wholesale-price-line .old-price{font-size:12px;margin-left:4px}.wholesale-card-meta{display:grid;gap:6px;margin:10px 0 12px}.wholesale-card-meta span{display:inline-flex;align-items:center;min-height:28px;padding:6px 9px;background:var(--color-light);border:1px solid var(--color-line);font-size:12px;color:var(--color-muted);line-height:1.3}.quote-link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:38px;border:1px solid var(--color-ink);font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:var(--color-ink);transition:var(--transition)}.quote-link:hover{background:var(--color-ink);color:var(--color-white)}.wholesale-copy h2{max-width:720px}
@media (max-width:1200px){.wholesale-buyer-path{grid-template-columns:repeat(2,minmax(0,1fr))}.wholesale-info-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.wholesale-info-strip div:nth-child(2){border-right:0}.wholesale-info-strip div:nth-child(-n+2){border-bottom:1px solid var(--color-line)}}
@media (max-width:640px){.wholesale-buyer-path{grid-template-columns:1fr;margin-top:-8px}.wholesale-buyer-path div{padding:15px 16px}.wholesale-info-strip{grid-template-columns:1fr}.wholesale-info-strip div{border-right:0;border-bottom:1px solid var(--color-line);padding:15px 14px}.wholesale-info-strip div:last-child{border-bottom:0}.bulk-action-band{align-items:flex-start;flex-direction:column;padding:18px 16px}.bulk-action-band strong{font-size:22px}.bulk-action-band .btn{width:100%}.wholesale-price-line .price{font-size:15px}.wholesale-card-meta span{font-size:11px}.quote-link{font-size:10px;letter-spacing:1px}}


/* =========================================================
   Wholesale Always-visible Quote Quantity Controls
========================================================= */
.wholesale-product-card .product-card__actions,
.wholesale-product-card:hover .product-card__actions{
  opacity:1;
  transform:none;
}
.quote-card-actions{
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.94);
  padding:8px;
  border:1px solid rgba(236,226,222,.92);
  box-shadow:0 10px 26px rgba(31,31,31,.08);
}
.quote-qty{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--color-line);
  background:var(--color-white);
  min-width:0;
}
.quote-qty__btn{
  border:0;
  background:transparent;
  color:var(--color-ink);
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:var(--transition);
}
.quote-qty__btn:hover{background:var(--color-ink);color:var(--color-white)}
.quote-qty__value,
.quote-qty__input{
  border:0;
  text-align:center;
  color:var(--color-ink);
  background:transparent;
  font-weight:600;
  outline:0;
  min-width:0;
}
.quote-qty--card{height:38px;flex:0 0 96px}
.quote-qty--card .quote-qty__btn{width:28px;height:36px;font-size:16px}
.quote-qty--card .quote-qty__value{width:38px;font-size:13px}
.quote-card-actions .quick-add{
  height:38px;
  min-width:0;
  padding:0 10px;
  cursor:pointer;
}
@media (max-width:900px){
  .quote-card-actions{left:10px;right:10px;bottom:10px;padding:7px;gap:7px}
  .quote-qty--card{flex-basis:88px;height:36px}
  .quote-qty--card .quote-qty__btn{width:26px;height:34px}
  .quote-qty--card .quote-qty__value{width:34px;font-size:12px}
  .quote-card-actions .quick-add{height:36px;font-size:10px;letter-spacing:.8px}
}
@media (max-width:420px){
  .quote-card-actions{left:8px;right:8px;bottom:8px;gap:6px;padding:6px}
  .quote-qty--card{flex-basis:80px;height:34px}
  .quote-qty--card .quote-qty__btn{width:23px;height:32px;font-size:15px}
  .quote-qty--card .quote-qty__value{width:32px;font-size:12px}
  .quote-card-actions .quick-add{height:34px;font-size:9px;letter-spacing:.5px;padding:0 6px}
}
/****/
.product-card__body{ padding: 14px!important;}

