/* HappyLHR Homepage V4 - fully scoped homepage rebuild */
.hz-home{
  background:#f6f7fb;
  color:#101827;
}
.hz-home *{box-sizing:border-box}
.hz-wrap{width:min(1500px,94vw);margin:0 auto}
.hz-section{padding:18px 0}
.hz-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:14px;
}
.hz-section-head h2{
  margin:0;
  font-size:24px;
  letter-spacing:-.7px;
  color:#101827;
}
.hz-section-head p{
  margin:5px 0 0;
  color:#64748b;
  line-height:1.55;
}
.hz-section-head a{
  color:#ff4f0a;
  font-weight:900;
}

/* Kill old leaking artwork only on homepage */
.hz-home .product-stage,
.hz-home .obj,
.hz-home .headphone,
.hz-home .phone,
.hz-home .watch,
.hz-home .bag{
  display:none!important;
}

/* Clean hero */
.hz-hero{
  padding:18px 0 10px;
}
.hz-hero-card{
  min-height:410px;
  display:grid;
  grid-template-columns:.52fr .48fr;
  overflow:hidden;
  border:1px solid #e6ebf2;
  border-radius:28px;
  background:
    radial-gradient(circle at 72% 40%,rgba(255,79,10,.12),transparent 0 28%),
    linear-gradient(115deg,#ffffff 0%,#fff8f3 48%,#ffffff 100%);
  box-shadow:0 26px 75px rgba(15,23,42,.10);
}
.hz-hero-copy{
  padding:58px 68px;
  position:relative;
  z-index:2;
}
.hz-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border-radius:999px;
  background:#fff1e8;
  border:1px solid #ffd1bd;
  color:#ff4f0a;
  font-weight:950;
  font-size:12px;
  margin-bottom:18px;
}
.hz-hero-copy h1{
  margin:0 0 18px;
  font-size:58px;
  line-height:1;
  letter-spacing:-2.9px;
  color:#111827;
}
.hz-hero-copy h1 span{
  display:block;
  background:linear-gradient(135deg,#ff4f0a,#ff7a1a);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hz-hero-copy p{
  max-width:510px;
  margin:0 0 24px;
  color:#526174;
  font-size:17px;
  line-height:1.65;
}
.hz-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.hz-btn{
  height:48px;
  padding:0 22px;
  border-radius:12px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
}
.hz-btn-primary{
  background:#ff4f0a;
  color:#fff;
  box-shadow:0 16px 32px rgba(255,79,10,.22);
}
.hz-btn-light{
  background:#fff;
  border-color:#dce3ee;
  color:#101827;
}
.hz-hero-art{
  position:relative;
  min-height:410px;
  padding:34px;
  overflow:hidden;
}
.hz-art-bg{
  position:absolute;
  inset:34px;
  border-radius:32px;
  background:linear-gradient(145deg,#fff,#f8fafc);
  border:1px solid rgba(230,235,242,.9);
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}
.hz-art-grid{
  position:relative;
  z-index:2;
  height:100%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  align-content:center;
}
.hz-art-card{
  min-height:145px;
  border-radius:24px;
  background:#fff;
  border:1px solid #edf1f7;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  padding:18px;
  position:relative;
  overflow:hidden;
}
.hz-art-card.dark{
  background:linear-gradient(145deg,#0b1624,#101827);
  color:#fff;
}
.hz-art-card.orange{
  background:linear-gradient(145deg,#ff4f0a,#ff7a1a);
  color:#fff;
}
.hz-art-card.wide{
  grid-column:1 / -1;
  min-height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.hz-art-card b{
  display:block;
  font-size:20px;
  letter-spacing:-.5px;
}
.hz-art-card span{
  display:block;
  color:#7b8798;
  margin-top:6px;
  font-size:13px;
  font-weight:800;
}
.hz-art-card.dark span,
.hz-art-card.orange span{color:rgba(255,255,255,.78)}
.hz-product-shape{
  position:absolute;
  right:18px;
  bottom:12px;
  width:92px;
  height:110px;
  border-radius:28px;
  background:linear-gradient(145deg,#111827,#334155);
}
.hz-product-shape:before{
  content:"";
  position:absolute;
  left:18px;
  top:18px;
  width:38px;
  height:38px;
  border-radius:14px;
  background:#0b1220;
  box-shadow:22px 0 0 #0b1220;
}
.hz-bag-shape{
  position:absolute;
  right:18px;
  bottom:18px;
  width:96px;
  height:92px;
  border-radius:14px;
  background:rgba(255,255,255,.20);
  border:2px solid rgba(255,255,255,.55);
}
.hz-bag-shape:before{
  content:"";
  position:absolute;
  left:24px;
  top:-22px;
  width:42px;
  height:30px;
  border:6px solid rgba(255,255,255,.70);
  border-bottom:0;
  border-radius:24px 24px 0 0;
}
.hz-auction-meter{
  width:160px;
  height:58px;
  border-radius:18px;
  background:#fff;
  border:1px solid #e6ebf2;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ff4f0a;
  font-size:24px;
  font-weight:1000;
}
.hz-trust{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #e6ebf2;
  background:rgba(255,255,255,.94);
}
.hz-trust-item{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-right:1px solid #e6ebf2;
  color:#334155;
  font-weight:900;
  font-size:13px;
}
.hz-trust-item:last-child{border-right:0}
.hz-trust-dot{
  width:30px;
  height:30px;
  border:2px solid #ff4f0a;
  color:#ff4f0a;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:1000;
}

/* Commerce tabs */
.hz-tabs{
  padding:14px 0 0;
}
.hz-tabs-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border:1px solid #e6ebf2;
  border-radius:20px;
  box-shadow:0 14px 40px rgba(15,23,42,.07);
  overflow:hidden;
}
.hz-tab{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border-right:1px solid #e6ebf2;
}
.hz-tab:last-child{border-right:0}
.hz-tab.active{
  background:linear-gradient(180deg,#fff,#fff7f1);
  box-shadow:inset 0 -3px 0 #ff4f0a;
}
.hz-tab-icon{
  width:44px;
  height:44px;
  border-radius:15px;
  background:#fff1e8;
  color:#ff4f0a;
  display:grid;
  place-items:center;
  font-weight:1000;
}
.hz-tab b{display:block}
.hz-tab small{display:block;color:#64748b;margin-top:2px}

/* Categories */
.hz-category-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:12px;
}
.hz-category{
  min-height:112px;
  border:1px solid #e6ebf2;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  box-shadow:0 10px 28px rgba(15,23,42,.055);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:10px;
  text-align:center;
  transition:.22s ease;
}
.hz-category:hover{
  transform:translateY(-4px);
  border-color:#ffd1bd;
  box-shadow:0 18px 44px rgba(15,23,42,.10);
}
.hz-category-mark{
  width:48px;
  height:48px;
  border-radius:17px;
  background:linear-gradient(145deg,#fff1e8,#fff8f3);
  color:#ff4f0a;
  display:grid;
  place-items:center;
  font-weight:1000;
  font-size:18px;
}
.hz-category:nth-child(2n) .hz-category-mark{background:#f3f0ff;color:#7457ff}
.hz-category:nth-child(3n) .hz-category-mark{background:#eff6ff;color:#2563eb}
.hz-category b{
  font-size:13px;
  line-height:1.2;
}

/* Auctions */
.hz-auction-strip{
  display:grid;
  grid-template-columns:170px repeat(4,1fr) 44px;
  gap:12px;
  align-items:center;
  padding:16px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,#07111c,#0a1624);
  color:#fff;
  box-shadow:0 22px 55px rgba(7,17,28,.26);
}
.hz-auction-title h2{
  margin:0;
  font-size:22px;
}
.hz-auction-title span{
  display:block;
  color:#94a3b8;
  font-size:13px;
  margin-top:5px;
}
.hz-timer{
  color:#ff4f0a!important;
  font-weight:1000;
  letter-spacing:2px;
  margin-top:10px!important;
}
.hz-auction-card{
  min-height:96px;
  background:linear-gradient(180deg,#111f30,#0d1927);
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  padding:12px;
  display:grid;
  grid-template-columns:78px 1fr;
  gap:12px;
  transition:.22s;
}
.hz-auction-card:hover{transform:translateY(-3px)}
.hz-auction-visual{
  border-radius:14px;
  background:linear-gradient(145deg,#1d2b42,#121d2c);
  position:relative;
}
.hz-auction-visual:before{
  content:"";
  position:absolute;
  inset:22px 16px;
  border-radius:10px;
  background:linear-gradient(145deg,#7c3aed,#111827);
}
.hz-auction-card b{
  display:block;
  font-size:13px;
  line-height:1.25;
}
.hz-auction-card small{
  color:#94a3b8;
  display:block;
  margin-top:6px;
}
.hz-auction-card strong{
  color:#ff4f0a;
  font-size:17px;
}

/* Deals */
.hz-deal-grid{
  display:grid;
  grid-template-columns:1.08fr 1fr 1fr;
  gap:16px;
  align-items:stretch;
}
.hz-panel{
  background:#fff;
  border:1px solid #e6ebf2;
  border-radius:22px;
  padding:18px;
  box-shadow:0 16px 44px rgba(15,23,42,.08);
}
.hz-products{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(135px,1fr));
  gap:12px;
}
.hz-product{
  min-height:232px;
  position:relative;
  border:1px solid #e6ebf2;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  padding:12px;
  transition:.22s;
}
.hz-product:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 38px rgba(15,23,42,.08);
}
.hz-discount{
  position:absolute;
  left:12px;
  top:12px;
  z-index:2;
  background:#ff4f0a;
  color:#fff;
  border-radius:9px;
  padding:5px 8px;
  font-size:11px;
  font-weight:950;
}
.hz-prod-visual{
  height:122px;
  border-radius:15px;
  background:linear-gradient(145deg,#f8fafc,#fff);
  position:relative;
  overflow:hidden;
  margin-bottom:12px;
}
.hz-prod-visual:before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:60px;
  height:76px;
  border-radius:24px;
  background:linear-gradient(145deg,#111827,#7457ff);
  box-shadow:0 16px 30px rgba(15,23,42,.18);
}
.hz-prod-visual.airpods:before{
  width:48px;
  height:86px;
  border-radius:30px;
  background:#fff;
  box-shadow:50px 0 0 #fff,0 14px 30px rgba(15,23,42,.14),50px 14px 30px rgba(15,23,42,.14);
}
.hz-product b{
  display:block;
  font-size:13px;
  line-height:1.25;
  min-height:34px;
}
.hz-product strong{
  color:#ff4f0a;
  display:inline-block;
  margin-top:6px;
}
.hz-product del{
  margin-left:6px;
  color:#94a3b8;
  font-size:12px;
}
.hz-wholesale{
  min-height:255px;
  display:grid;
  grid-template-columns:.56fr .44fr;
  background:
    radial-gradient(circle at 86% 34%,rgba(255,79,10,.12),transparent 0 28%),
    linear-gradient(135deg,#fff,#fff7f0);
}
.hz-wholesale h3{
  font-size:48px;
  margin:8px 0;
  letter-spacing:2px;
}
.hz-box-area{position:relative}
.hz-box{
  position:absolute;
  background:#bd864b;
  border-radius:9px;
  box-shadow:0 14px 28px rgba(92,52,16,.16);
}
.hz-box:before{
  content:"H";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:#8a5c2b;
  font-weight:1000;
  font-size:28px;
}
.hz-box.one{width:120px;height:82px;right:26px;bottom:16px}
.hz-box.two{width:92px;height:68px;right:130px;bottom:24px}
.hz-box.three{width:86px;height:62px;right:86px;bottom:104px}
.hz-classified{
  min-height:255px;
  display:grid;
  grid-template-columns:.58fr .42fr;
  background:
    radial-gradient(circle at 82% 38%,rgba(15,23,42,.07),transparent 0 30%),
    linear-gradient(135deg,#fff,#fbfcfe);
}
.hz-classified p{
  color:#334155;
  line-height:1.65;
}
.hz-classified-art{
  position:relative;
}
.hz-classified-art:before,
.hz-classified-art:after{
  content:"";
  position:absolute;
  border:8px solid #111827;
  border-radius:50%;
}
.hz-classified-art:before{
  width:112px;
  height:72px;
  right:38px;
  top:36px;
}
.hz-classified-art:after{
  width:70px;
  height:70px;
  right:0;
  top:42px;
}
.hz-classified-pill{
  position:absolute;
  right:20px;
  bottom:18px;
  width:112px;
  height:52px;
  border-radius:20px;
  background:#aaa39f;
}

/* Sellers */
.hz-seller-row{
  display:grid;
  grid-template-columns:repeat(5,1fr) 54px;
  gap:14px;
}
.hz-seller{
  min-height:66px;
  border:1px solid #e6ebf2;
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  box-shadow:0 10px 28px rgba(15,23,42,.055);
}
.hz-seller-logo{
  width:42px;
  height:42px;
  border-radius:13px;
  background:#07111c;
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:1000;
}
.hz-seller b{font-size:13px}
.hz-seller small{display:block;color:#64748b}

/* Footer */
.hz-footer{
  margin-top:26px;
  background:#07111c;
  color:#cbd5e1;
}
.hz-footer-top{
  padding:46px 0;
  display:grid;
  grid-template-columns:1.3fr repeat(4,1fr);
  gap:34px;
}
.hz-footer-logo{
  font-size:34px;
  font-weight:1000;
  letter-spacing:-1.6px;
  color:#fff;
}
.hz-footer-logo span{color:#ff4f0a}
.hz-footer p{
  color:#94a3b8;
  line-height:1.7;
}
.hz-footer h4{
  color:#fff;
  margin:0 0 14px;
}
.hz-footer a{
  display:block;
  color:#cbd5e1;
  margin:9px 0;
  font-size:14px;
}
.hz-footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:#94a3b8;
  font-size:13px;
}

/* Responsive */
@media(max-width:1150px){
  .hz-hero-card,
  .hz-deal-grid,
  .hz-wholesale,
  .hz-classified,
  .hz-footer-top{
    grid-template-columns:1fr;
  }
  .hz-tabs-grid,
  .hz-trust,
  .hz-seller-row{
    grid-template-columns:repeat(2,1fr);
  }
  .hz-category-grid{grid-template-columns:repeat(4,1fr)}
  .hz-auction-strip{grid-template-columns:1fr}
}

@media(max-width:640px){
  .hz-wrap{width:min(94vw,1500px)}
  .hz-hero-card{border-radius:22px}
  .hz-hero-copy{padding:30px 24px 16px}
  .hz-hero-copy h1{
    font-size:38px;
    letter-spacing:-1.8px;
  }
  .hz-hero-art{
    min-height:330px;
    padding:20px;
  }
  .hz-art-grid{
    grid-template-columns:1fr;
  }
  .hz-art-card.wide{
    grid-column:auto;
    display:block;
  }
  .hz-tabs-grid{
    display:flex;
    overflow:auto;
  }
  .hz-tab{
    min-width:235px;
    justify-content:flex-start;
    padding:0 18px;
  }
  .hz-category-grid{
    display:flex;
    overflow:auto;
    padding-bottom:8px;
  }
  .hz-category{
    min-width:128px;
  }
  .hz-trust{
    grid-template-columns:1fr;
  }
  .hz-trust-item{
    justify-content:flex-start;
    padding:0 18px;
    border-right:0;
    border-bottom:1px solid #e6ebf2;
  }
  .hz-products{
    grid-template-columns:repeat(2,1fr);
  }
  .hz-seller-row{
    display:flex;
    overflow:auto;
  }
  .hz-seller{
    min-width:220px;
  }
  .hz-footer-top{
    gap:20px;
  }
  .hz-footer-bottom{
    flex-direction:column;
  }
}
