/* Compact hero with the new cartoon used as the full hero visual background. */
body.theme-warm .hero{
  padding: 12px 14px 18px !important;
}
body.theme-warm .hero-panel{
  position: relative !important;
  min-height: 0 !important;
  padding: clamp(22px,3vw,42px) clamp(24px,4vw,56px) clamp(22px,3vw,42px) clamp(24px,4vw,58px) !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background:
    linear-gradient(90deg,rgba(8,54,45,.96) 0%,rgba(14,99,82,.86) 38%,rgba(17,130,104,.36) 68%,rgba(235,255,249,.12) 100%),
    url('/assets/hubbuy-small-mascot.webp?v=20260822') right clamp(18px,5vw,68px) center / clamp(230px,34vw,430px) auto no-repeat,
    linear-gradient(90deg,#0b4e42 0%,#34c7a4 100%) !important;
  color: #fff !important;
}
body.theme-warm .hero-panel::after{
  display:none !important;
  content:none !important;
}
body.theme-warm .hero-copy{
  max-width: 610px !important;
  position: relative !important;
  z-index: 1 !important;
}
body.theme-warm .hero h1{
  max-width: 560px !important;
  font-size: clamp(34px,4.6vw,62px) !important;
  line-height: 1 !important;
  margin: 6px 0 10px !important;
  letter-spacing: 0 !important;
}
body.theme-warm .hero p{
  max-width: 560px !important;
  font-size: clamp(15px,1.25vw,17px) !important;
  line-height: 1.44 !important;
}
body.theme-warm .product-search{
  max-width: 560px !important;
  margin-top: 12px !important;
}
body.theme-warm .product-search input,
body.theme-warm .product-search button{
  min-height: 44px !important;
}
body.theme-warm .chips{
  gap: 8px !important;
}
body.theme-warm .chips a{
  padding: 7px 11px !important;
  font-size: 14px !important;
}
body.theme-warm .hero-steps{
  display:none !important;
}
@media(max-width:900px){
  body.theme-warm .hero-panel{
    background:
      linear-gradient(90deg,rgba(8,54,45,.96) 0%,rgba(14,99,82,.88) 50%,rgba(17,130,104,.35) 100%),
      url('/assets/hubbuy-small-mascot.webp?v=20260822') right 16px center / clamp(140px,28vw,230px) auto no-repeat,
      linear-gradient(90deg,#0b4e42 0%,#34c7a4 100%) !important;
    padding-right: clamp(118px,30vw,220px) !important;
  }
  body.theme-warm .hero h1{
    font-size: clamp(32px,8vw,46px) !important;
  }
}
@media(max-width:640px){
  body.theme-warm .hero{
    padding: 10px 10px 16px !important;
  }
  body.theme-warm .hero-panel{
    padding: 18px 14px 150px !important;
    background:
      linear-gradient(180deg,rgba(8,54,45,.95) 0%,rgba(14,99,82,.82) 58%,rgba(17,130,104,.28) 100%),
      url('/assets/hubbuy-small-mascot.webp?v=20260822') center bottom 10px / 136px auto no-repeat,
      linear-gradient(180deg,#0b4e42 0%,#34c7a4 100%) !important;
  }
  body.theme-warm .hero h1{
    font-size: clamp(30px,9vw,38px) !important;
  }
}

.site-header .official-hubbuy-logo{display:block!important;width:172px!important;height:auto!important;object-fit:contain!important}
.site-header .brand .brand-lines{display:none!important}
.site-header .brand{gap:10px!important}
@media(max-width:640px){.site-header .official-hubbuy-logo{width:138px!important}}
