:root {
  --hb-orange: #FF6500;
  --hb-orange-text: #D14300;
  --hb-orange-soft: #FFF0E6;
  --hb-ink: #17171C;
  --hb-body: #45454f;
  --hb-muted: #666670;
  --hb-text-xs: 12px;
  --hb-text-sm: 14px;
  --hb-text-md: 16px;
  --hb-text-lg: 18px;
  --hb-text-xl: 24px;
  --hb-text-2xl: 36px;
  --hb-text-hero: clamp(40px, 6vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--hb-body); font-family: "Inter",system-ui,-apple-system,sans-serif; font-size: var(--hb-text-md); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,p { margin-top: 0; }
h1,h2,h3,h4 { color: var(--hb-ink); font-family: "Poppins",system-ui,sans-serif; line-height: 1.12; letter-spacing: -.035em; }
button,input,textarea,select { font: inherit; }
a { color: var(--hb-orange-text); text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid #ececf0; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.site-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; width: min(100%, 1420px); min-height: 96px; margin: 0 auto; padding: 12px clamp(22px,4vw,54px); }
.site-header .nav-links { display: flex; align-items: center; gap: clamp(22px,2.5vw,42px); }
.site-header .nav-links a { position: relative; display: inline-flex; align-items: center; padding: 12px 1px; color: var(--hb-ink); font-family: "Poppins",system-ui,sans-serif; font-size: var(--hb-text-md); font-weight: 700; }
.site-header .nav-links a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 3px; background: var(--hb-orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-header .nav-links a:hover::after,.site-header .nav-links a:focus-visible::after,.site-header .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.site-header .nav-links a[aria-current="page"] { color: var(--hb-orange-text); }
.site-header .header-actions { display: flex; justify-self: end; align-items: center; gap: 10px; }
.site-header .header-quote { display: inline-flex; min-height: 48px; align-items: center; padding: 12px 22px; border-radius: 999px; background: var(--hb-orange); color: #fff; font-weight: 800; }
.site-header .hamburger { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 1px solid #dcdce2; border-radius: 10px; background: #fff; }
.site-header .hamburger i { display: block; width: 19px; height: 2px; border-radius: 2px; background: var(--hb-ink); }

/* Long, square-cornered wordmark for the primary navigation. */
header .brand-link {
  position: relative;
  display: inline-flex !important;
  width: 240px;
  height: 70px;
  flex: 0 0 240px;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  overflow: hidden;
  border-radius: 0 !important;
  background: var(--hb-orange);
  box-shadow: 0 12px 30px rgba(255,101,0,.24);
  color: #fff !important;
  white-space: nowrap;
}

header .brand-link::before {
  content: "HEAVY";
  font-family: "Poppins",system-ui,sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.04em;
}

header .brand-link::after {
  content: "BASS";
  font-family: "Poppins",system-ui,sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.04em;
}

header .brand-logo {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.registered-mark {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 7px;
  color: #fff !important;
  font-family: Arial,sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.footer-wordmark .registered-mark {
  top: 5px;
  right: 6px;
  font-size: 11px;
}

/* Shared presentation rules: preserve the real product pixels and unify their framing. */
[style*="aspect-ratio:1/1"],
[style*="aspect-ratio:4/3"] {
  background: linear-gradient(145deg, #f7f4ef, #ece8e1) !important;
}

[style*="aspect-ratio:1/1"] > img,
[style*="aspect-ratio:4/3"] > img {
  object-fit: contain !important;
  padding: clamp(8px, 1.2vw, 16px);
}

.hero-product {
  max-width: 500px !important;
}

.hero-product img {
  padding: 0 !important;
}

.featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

a[href^="mailto:"] {
  overflow-wrap: anywhere;
}

.header-quote,
.hamburger {
  min-height: 44px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 9px;
  background: #17171c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.nav-links a,
summary {
  min-height: 44px;
}

summary::-webkit-details-marker {
  display: none;
}

details summary > span:last-child {
  transition: transform .18s ease;
}

details[open] summary > span:last-child {
  transform: rotate(45deg);
}

button:disabled {
  cursor: wait !important;
  opacity: .72;
}

@media (max-width: 820px) {
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

img {
  color: inherit;
}

/* Stronger orange keeps white CTA text and small orange links readable. */
a[style*="background:#FF6500"],
button[style*="background:#FF6500"] {
  background: var(--hb-orange) !important;
  color: #fff !important;
}

[style*="background:#FF6500"] {
  background-color: var(--hb-orange) !important;
  color: #fff !important;
}
[style*="background:#FFF0E8"] { background-color: var(--hb-orange-soft) !important; }
[style*="border:1px solid #FF6500"],
[style*="border:1.5px solid #FF6500"] { border-color: var(--hb-orange) !important; }

a[style*="color:#FF6500"],
button[style*="color:#FF6500"] { color: var(--hb-orange-text) !important; }

[style*="color:#FF6500"] { color: var(--hb-orange-text) !important; }

h1 [style*="color:#FF6500"],
h2 [style*="color:#FF6500"] { color: var(--hb-orange) !important; }

[style*="background:#17171C"] [style*="color:#FF6500"] {
  color: #FF7A32 !important;
}

[style*="background:#FF6500"][style*="color:#fff"] { background: var(--hb-orange) !important; }
[style*="color:#8A8A96"] { color: #666670 !important; }
footer [style*="color:#7A7A86"] { color: #B0B0B8 !important; }
a[href*="wa.me"][style*="background:#25D366"] { background: #08783E !important; }
.product-specs summary { color: var(--hb-orange-text) !important; }
.product-specs dt { color: #666670 !important; }

/* WhatsApp footer behavior: underline only ordinary footer text links. */
footer a:not(.wa-button-effect):not(.brand-link) {
  text-decoration: none !important;
  text-decoration-color: currentColor !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
}

footer a:not(.wa-button-effect):not(.brand-link):hover,
footer a:not(.wa-button-effect):not(.brand-link):focus-visible {
  color: #fff !important;
  text-decoration-line: underline !important;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline-color: var(--hb-orange) !important; }

.inquiry-select {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border: 1px solid var(--hb-orange);
  border-radius: 8px;
  background: #fff;
  color: var(--hb-orange-text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.inquiry-select[aria-pressed="true"] { background: var(--hb-orange-soft); }

.packing-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #F2F2F5;
  color: #454550;
  font-size: 13px;
  font-weight: 700;
}

.inquiry-bar {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #17171C;
  color: #fff;
  box-shadow: 0 16px 45px rgba(0,0,0,.28);
}

.inquiry-bar[hidden] { display: none; }
.inquiry-bar #inquiryNames {
  display: flex;
  gap: 6px;
  max-width: 520px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}
.inquiry-chip {
  flex: none;
  min-height: 28px;
  padding: 3px 9px;
  border: 1px solid #5B5B66;
  border-radius: 999px;
  background: #2B2B31;
  color: #fff;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.inquiry-bar__actions { display: flex; align-items: center; gap: 10px; flex: none; }
.inquiry-bar__clear {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.inquiry-bar__whatsapp {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #5b5b66;
  background: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.inquiry-bar__quote {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--hb-orange);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.scroll-hint { margin: 8px 0 0; color: #747480; font-size: 12px; }

.single-inquiry-link { display: inline-flex !important; min-height: 44px; align-items: center; }
.has-inquiry-selection { padding-bottom: 100px; }
.has-inquiry-selection a[aria-label="Chat on WhatsApp"] { display: none !important; }

/* WhatsApp-style circular fill interaction for links that look like buttons. */
.wa-button-effect {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  z-index: 1;
  transition: color .33s linear .5s,
              border-color .5s ease-out,
              background-color .33s linear 0s,
              box-shadow .25s ease !important;
}

.wa-button-effect::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 167px;
  height: 167px;
  border-radius: 50%;
  background: #1C1E21;
  content: "";
  pointer-events: none;
  transform: translateX(-50%) scale(1) translateY(67px);
  transition: transform 1s cubic-bezier(.66, 0, .34, 1);
}

.wa-button-effect--dark::after {
  background: var(--hb-orange);
}

@media (hover: hover) and (pointer: fine) {
  .wa-button-effect:hover,
  .wa-button-effect:focus-visible {
    border-color: #1C1E21 !important;
    background-color: #1C1E21 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition-delay: .5s, 0s, .5s, 0s !important;
  }

  .wa-button-effect:hover::after,
  .wa-button-effect:focus-visible::after {
    transform: translateX(-50%) scale(1.47) translateY(0);
  }

  .wa-button-effect--dark:hover,
  .wa-button-effect--dark:focus-visible {
    border-color: var(--hb-orange) !important;
    background-color: var(--hb-orange) !important;
    color: #fff !important;
  }

  .wa-button-effect--dark:hover span,
  .wa-button-effect--dark:hover b,
  .wa-button-effect--dark:focus-visible span,
  .wa-button-effect--dark:focus-visible b {
    color: #fff !important;
  }

  .contact-row.wa-button-effect:hover .contact-copy span,
  .contact-row.wa-button-effect:hover .contact-copy b,
  .contact-row.wa-button-effect:focus-visible .contact-copy span,
  .contact-row.wa-button-effect:focus-visible .contact-copy b {
    color: #fff !important;
  }
}

.wa-button-effect:active { transform: scale(.98); }

.cta-has-marker {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}

.cta-has-marker::before {
  position: relative;
  z-index: 1;
  order: 2;
  display: inline-block;
  content: attr(data-marker);
  font-size: 1.12em;
  font-weight: 800;
  line-height: 1;
  transition: transform .22s cubic-bezier(.22,1,.36,1);
}

@media (hover: hover) and (pointer: fine) {
  .cta-has-marker:hover::before,
  .cta-has-marker:focus-visible::before {
    transform: translateX(3px);
  }

  .cta-has-marker[data-marker="↗"]:hover::before,
  .cta-has-marker[data-marker="↗"]:focus-visible::before {
    transform: translate(3px,-3px);
  }

  .cta-has-marker[data-marker="↓"]:hover::before,
  .cta-has-marker[data-marker="↓"]:focus-visible::before {
    transform: translateY(3px);
  }

  .cta-has-marker[data-marker="↑"]:hover::before,
  .cta-has-marker[data-marker="↑"]:focus-visible::before {
    transform: translateY(-3px);
  }

  .cta-has-marker[data-marker="▦"]:hover::before,
  .cta-has-marker[data-marker="▦"]:focus-visible::before,
  .cta-has-marker[data-marker="≈"]:hover::before,
  .cta-has-marker[data-marker="≈"]:focus-visible::before {
    transform: scale(1.14);
  }
}

/* The floating chat control keeps its viewport anchor and uses a compact effect. */
.floating-whatsapp {
  position: fixed !important;
  right: max(14px, env(safe-area-inset-right)) !important;
  bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  left: auto !important;
  z-index: 90 !important;
  display: flex !important;
  width: 56px !important;
  height: 56px !important;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 12px 28px rgba(37,211,102,.4);
  color: #fff !important;
  transform: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

.floating-whatsapp::after { content: none !important; }

@media (hover: hover) and (pointer: fine) {
  .floating-whatsapp:hover,
  .floating-whatsapp:focus-visible {
    transform: translateY(-3px) scale(1.07);
    filter: brightness(.94);
  }
}

.floating-whatsapp:active { transform: scale(.94); }

.single-inquiry-link.wa-button-effect {
  padding: 0 15px;
  border: 1px solid var(--hb-orange);
  border-radius: 999px;
}

/* Text-style expansion links: permanent brand rule, text shifts to brand orange. */
.detail-link-effect {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  color: var(--hb-ink) !important;
  font-weight: 700;
  text-decoration: none !important;
}

.detail-link-effect--dark { color: #fff !important; }

.detail-link-effect__label {
  position: relative;
  transition: color .2s ease;
}

.detail-link-effect__label::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--hb-orange);
  content: "";
}

.detail-link-effect__arrow {
  display: inline-block;
  font-size: 1.28em;
  line-height: 1;
  transition: color .2s ease;
}

.detail-link-effect:hover,
.detail-link-effect:focus-visible,
.detail-link-effect:hover .detail-link-effect__label,
.detail-link-effect:hover .detail-link-effect__arrow,
.detail-link-effect:focus-visible .detail-link-effect__label,
.detail-link-effect:focus-visible .detail-link-effect__arrow {
  color: var(--hb-orange-text) !important;
}

/* Every remaining text link gets a clear, restrained interaction cue. */
.text-link-effect {
  position: relative;
  display: inline;
  color: var(--hb-ink) !important;
  text-decoration: none !important;
  background-image: linear-gradient(var(--hb-orange), var(--hb-orange));
  background-position: 0 calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: color .2s ease, background-size .28s cubic-bezier(.22,1,.36,1) !important;
}

.text-link-effect--dark { color: #d8d8df !important; }

.text-link-effect:hover,
.text-link-effect:focus-visible {
  color: var(--hb-orange-text) !important;
  background-size: 100% 2px;
}

/* Non-link controls still need visible pointer, keyboard and pressed feedback. */
.interactive-control {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease,
              box-shadow .2s ease, transform .2s ease !important;
}

.interactive-control:hover,
.interactive-control:focus-visible {
  border-color: var(--hb-orange) !important;
  box-shadow: 0 8px 22px rgba(255,101,0,.18);
  transform: translateY(-2px);
}

.interactive-control:active { transform: translateY(0) scale(.98); }

summary {
  border-radius: 8px;
  transition: color .2s ease, background-color .2s ease, padding .2s ease;
}

summary:hover,
summary:focus-visible {
  background: var(--hb-orange-soft);
  color: var(--hb-orange) !important;
}

select:hover,
input:hover,
textarea:hover {
  border-color: rgba(255,101,0,.7) !important;
}

input:user-invalid,
select:user-invalid,
textarea:user-invalid {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180,35,24,.12);
}

/* Product catalog: use the desktop canvas, align cards and clarify hierarchy. */
.catalog-shell {
  max-width: 1560px !important;
  padding-right: clamp(24px,4vw,72px) !important;
  padding-left: clamp(24px,4vw,72px) !important;
}

.catalog-intro { max-width: 820px !important; }

.product-grid {
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  gap: clamp(18px,1.6vw,28px) !important;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-color: #e8e8ed !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 28px rgba(23,23,28,.045);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(255,101,0,.46) !important;
  box-shadow: 0 18px 42px rgba(23,23,28,.11);
  transform: translateY(-5px);
}

.product-media {
  aspect-ratio: 4 / 3 !important;
  overflow: hidden;
  background: linear-gradient(145deg,#f8f6f2,#eeeae4) !important;
}

.product-media img {
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  transform: scale(var(--media-scale,1));
  transition: transform .45s cubic-bezier(.22,1,.36,1);
}

.product-media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.product-title-link {
  color: var(--hb-ink) !important;
  text-decoration: none;
  transition: color .2s ease;
}

.product-title-link:hover,
.product-title-link:focus-visible { color: var(--hb-orange-text) !important; }

.product-card:hover .product-media img,
.product-card:focus-within .product-media img {
  transform: scale(var(--media-hover-scale,1.025));
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 22px !important;
}

.product-card__body > div[style*="flex-wrap"] {
  min-height: 56px;
  align-content: flex-start;
  align-items: flex-start;
}

.product-card__body > div[style*="flex-wrap"] > span:nth-child(n+4) {
  display: none;
}
.product-card__body .product-specs { margin-top: auto; }

.product-card .packing-badge::before {
  margin-right: 4px;
  color: #747480;
  content: "MOQ: 1 carton ·";
  font-weight: 600;
}

.product-card .inquiry-select {
  margin-top: 14px;
  border-width: 1.5px;
}

.product-card .single-inquiry-link {
  align-self: flex-start;
  min-height: 38px;
  margin-top: 7px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 0;
}

.product-specs summary {
  min-height: 44px;
  padding: 10px 8px !important;
}

body { color: var(--hb-body); }

main p { color: var(--hb-muted); }

main [style*="letter-spacing:.14em"][style*="color:#FF6500"] {
  color: var(--hb-orange-text) !important;
}

.product-card h3,
.product-card .product-model { color: var(--hb-ink) !important; }

.product-card__body > div[style*="flex-wrap"] > span {
  min-height: 28px;
  color: #50505b !important;
}

.category-nav a {
  transition: color .2s ease, border-color .2s ease, background-color .2s ease,
              box-shadow .2s ease, transform .2s ease !important;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  border-color: var(--hb-orange) !important;
  background: var(--hb-orange-soft) !important;
  color: var(--hb-orange-text) !important;
  box-shadow: 0 8px 22px rgba(255,101,0,.15);
  transform: translateY(-2px);
}

.nav-links a {
  transition: color .2s ease !important;
}

.nav-links a:hover,
.nav-links a:focus-visible { color: var(--hb-orange-text) !important; }

.nav-links a::after { background: var(--hb-orange) !important; }
.nav-links a[aria-current="page"] { color: var(--hb-orange-text) !important; }

/* Headings inherit a dark global color, so dark sections need an explicit override. */
section[style*="background:#17171C"] h1,
section[style*="background:#17171C"] h2,
section[style*="background:#17171C"] h3,
section[style*="background:#17171C"] h4,
footer h1,
footer h2,
footer h3,
footer h4 {
  color: #fff !important;
}

section[style*="background:#17171C"] p { color: #b8b8c2; }

.hamburger i {
  transform-origin: center;
  transition: opacity .2s ease, transform .2s ease;
}

.hamburger[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
}

@media (max-width: 760px) {
  header .brand-link {
    width: 150px;
    height: 50px;
    flex-basis: 150px;
    gap: 7px;
  }

  header .brand-link::before,
  header .brand-link::after { font-size: 19px; }

  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .product-card__body { padding: 15px 15px 18px !important; }

  .inquiry-bar {
    right: 12px;
    bottom: 12px;
    left: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .inquiry-bar__actions {
    display: grid;
    grid-template-columns: auto minmax(86px,1fr) minmax(118px,1.3fr);
    gap: 8px;
  }

  .inquiry-bar__actions > * {
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .product-specs dl {
    grid-template-columns: minmax(0,1fr);
    gap: 2px;
  }

  .product-specs dd { margin-bottom: 5px; }

  .featured-grid [style*="aspect-ratio:1/1"] { aspect-ratio: 4 / 3 !important; }

  footer > div:first-child {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    column-gap: 22px !important;
    row-gap: 30px !important;
  }

  footer > div:first-child > div:first-child,
  footer > div:first-child > div:last-child {
    grid-column: 1 / -1;
  }

  footer a {
    min-height: 40px;
    align-items: center;
  }
}

@media (max-width: 560px) {
  .product-grid { grid-template-columns: minmax(0,1fr) !important; gap: 18px !important; }
  .product-media { aspect-ratio: 4 / 3 !important; }
  .product-card__body > div[style*="flex-wrap"] { min-height: 0; }
}

@media (max-width: 480px) {
  .featured-grid { grid-template-columns: minmax(0, 1fr) !important; }

  input, select, textarea { font-size: 16px !important; }

  [style*="grid-template-columns:repeat(auto-fit,minmax(300px"] ,
  [style*="grid-template-columns:repeat(auto-fit,minmax(320px"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #speakers div[style*="grid-template-columns:repeat(auto-fill"],
  #headphones div[style*="grid-template-columns:repeat(auto-fit"],
  #powerbanks div[style*="grid-template-columns:repeat(auto-fit"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .timeline-summary {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .timeline-summary > div {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid #ececf0;
  }

  .timeline-summary > div:first-child {
    border-top: 0;
  }

  .inquiry-bar {
    right: 10px;
    bottom: 10px;
    left: 10px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .inquiry-bar__actions { justify-content: space-between; }

  body { scroll-padding-bottom: 90px; }
  html { scroll-padding-bottom: 90px; }
  .has-floating-whatsapp footer {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
  .has-inquiry-selection { padding-bottom: 190px; }
  .has-inquiry-selection footer { padding-bottom: 10px; }

  .ordering-terms > div > div {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 3px !important;
  }

  .ordering-terms > div > div > span:first-child { width: auto !important; }
}

/* Dense, useful footer: static HTML, trust signals, navigation and one CTA. */
.site-footer {
  background: var(--hb-ink);
  color: #fff;
}

.site-footer .footer-main {
  display: grid !important;
  grid-template-columns: 1.05fr .62fr 1fr 1.12fr !important;
  column-gap: clamp(28px,3.5vw,54px) !important;
  row-gap: 16px !important;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px clamp(24px,4vw,52px) 16px;
}

.footer-wordmark {
  position: relative;
  display: inline-flex;
  width: 190px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 0;
  background: var(--hb-orange);
  color: #fff !important;
  font-family: "Poppins",system-ui,sans-serif;
  text-decoration: none;
}

.footer-wordmark span,
.footer-wordmark strong {
  color: #fff !important;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.footer-brand p {
  max-width: 240px;
  margin: 12px 0 0;
  color: #b7b7c1;
  font-size: 14px;
  line-height: 1.55;
}

.footer-column > b {
  color: #fff;
  font-size: 14px;
  letter-spacing: .04em;
}

.footer-column nav,
.footer-contact > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 11px;
  color: #b7b7c1;
  font-size: 14px;
  line-height: 1.5;
}

.footer-trust ul {
  display: grid;
  gap: 7px;
  margin: 11px 0 0;
  padding: 0;
  color: #b7b7c1;
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

.footer-trust li::before {
  margin-right: 7px;
  color: #FF7A32;
  content: "✓";
  font-weight: 800;
}

.site-footer .footer-column a,
.site-footer .footer-bottom a {
  min-height: 26px;
  align-items: center;
  color: #b7b7c1 !important;
  text-decoration: none !important;
}

.site-footer .footer-column a:hover,
.site-footer .footer-column a:focus-visible,
.site-footer .footer-bottom a:hover,
.site-footer .footer-bottom a:focus-visible {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.footer-contact a { overflow-wrap: anywhere; }

.footer-action-row {
  grid-column: 1 / -1;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.09);
}

.footer-action-row > div {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer-action-row b {
  color: #fff;
  font-size: 16px;
}

.footer-action-row span {
  color: #b7b7c1;
  font-size: 14px;
}

.site-footer .footer-primary-cta {
  display: inline-flex;
  min-height: 46px;
  flex: none;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 10px;
  background: var(--hb-orange);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.site-footer .footer-bottom {
  display: flex;
  max-width: 1240px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  padding: 12px clamp(24px,4vw,52px);
  border-top: 1px solid rgba(255,255,255,.09);
  color: #92929d;
  font-size: 13px;
}

@media (max-width: 900px) {
  .site-footer .footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }

  .footer-brand,
  .footer-contact,
  .footer-action-row {
    grid-column: 1 / -1;
  }

  .footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .footer-brand p {
    max-width: 360px;
    margin: 0;
  }

  .footer-contact > div {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 24px;
  }
}

@media (max-width: 560px) {
  .site-footer .footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    column-gap: 20px !important;
    row-gap: 14px !important;
    padding: 24px 24px 14px;
  }

  .footer-wordmark {
    width: 130px;
    height: 42px;
  }

  .footer-wordmark span,
  .footer-wordmark strong { font-size: 15px; }

  header .registered-mark,
  .footer-wordmark .registered-mark {
    top: 4px;
    right: 5px;
    font-size: 10px;
  }

  .footer-brand { gap: 12px; }
  .footer-brand p {
    font-size: 12px;
    line-height: 1.45;
  }

  .footer-column nav,
  .footer-contact > div,
  .footer-trust ul { font-size: 12px; }

  .footer-column nav { gap: 2px; }
  .footer-trust ul { gap: 4px; }
  .site-footer .footer-column a { min-height: 26px; }

  .footer-contact > div {
    align-items: flex-start;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 3px 14px;
  }

  .footer-action-row {
    min-height: 0;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    padding-top: 12px;
  }

  .footer-action-row > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .footer-action-row b { font-size: 14px; }
  .footer-action-row span { display: none; }

  .site-footer .footer-primary-cta {
    min-height: 42px;
    padding: 0 15px;
    font-size: 12px;
  }

  .site-footer .footer-bottom {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 11px 84px 12px 24px;
    font-size: 11px;
  }

  .has-floating-whatsapp .site-footer {
    padding-bottom: 0 !important;
  }
}

/* Stage 2: crawlable 46-model catalogue and evidence pages. */
.catalog-hero { border-bottom: 1px solid #ededf1; background: #f7f7f9; }
.catalog-hero > div,.hero-picks > div,.cert-note > div,.info-hero > div { width: min(100%,1320px); margin: 0 auto; padding: clamp(44px,6vw,82px) clamp(20px,4vw,52px); }
.catalog-hero > div { text-align: center; }
.catalog-hero span,.hero-picks > div > span,.catalog-intro > span,.info-hero span { color: var(--hb-orange-text); font-size: var(--hb-text-sm); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.catalog-hero h1,.info-hero h1 { max-width: 900px; margin: 12px auto 0; font-size: var(--hb-text-hero); }
.catalog-hero h1 em { color: var(--hb-orange); font-style: normal; }
.catalog-hero p,.info-hero p { max-width: 760px; margin: 18px auto 0; color: var(--hb-muted); font-size: var(--hb-text-lg); }
.catalog-hero .category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.catalog-hero .category-nav a { min-height: 46px; padding: 10px 20px; border: 1px solid #dcdce3; border-radius: 999px; background: #fff; color: var(--hb-ink); font-weight: 700; }
.catalog-shipping { border-bottom: 1px solid #ffd4bb; background: #fff5ee; }
.catalog-shipping > div { display: grid; grid-template-columns: auto 1fr; gap: 6px 22px; width: min(100%,1320px); margin: 0 auto; padding: 22px clamp(20px,4vw,52px); }
.catalog-shipping strong { grid-row: 1 / 3; align-self: center; color: var(--hb-orange-text); font-size: var(--hb-text-lg); }
.catalog-shipping p,.catalog-shipping span { margin: 0; }
.catalog-shipping span { color: var(--hb-muted); font-size: var(--hb-text-sm); }
.hero-picks { background: #fff; }
.hero-picks h2 { margin: 8px 0 26px; font-size: var(--hb-text-2xl); }
.hero-pick-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hero-pick-grid a { display: flex; min-height: 106px; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid #e4e4e9; border-left: 5px solid var(--hb-orange); background: #fff; box-shadow: 0 10px 30px rgba(23,23,28,.05); transition: transform .18s ease,box-shadow .18s ease; }
.hero-pick-grid a:hover,.hero-pick-grid a:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(23,23,28,.1); }
.hero-pick-grid b { color: var(--hb-ink); font: 800 var(--hb-text-xl)/1.2 "Poppins",system-ui,sans-serif; }
.hero-pick-grid span { margin-top: 5px; color: var(--hb-muted); font-size: var(--hb-text-sm); }
.catalog-section { scroll-margin-top: 96px; border-top: 1px solid #eeeef2; }
.catalog-section:nth-of-type(even) { background: #fafafa; }
.catalog-shell { width: min(100%,1320px); margin: 0 auto; padding: clamp(48px,5vw,76px) clamp(20px,4vw,52px); }
.catalog-intro { max-width: 760px; margin-bottom: 28px; }
.catalog-intro h2 { margin: 8px 0 0; font-size: var(--hb-text-2xl); }
.catalog-intro p { margin: 10px 0 0; color: var(--hb-muted); }
.catalog-page-v2 .product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: start; gap: 18px; }
.catalog-page-v2 .product-card { display: flex; min-width: 0; flex-direction: column; overflow: visible; border: 1px solid #e4e4e9; border-radius: 16px; background: #fff; box-shadow: 0 6px 22px rgba(23,23,28,.04); }
.catalog-page-v2 .product-media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #f4f1ec; }
.catalog-page-v2 .product-media-link { height: auto; flex: 0 0 auto; }
.catalog-page-v2 .product-media img { width: 100%; height: 100%; padding: 0; object-fit: contain; object-position: center; transform: scale(var(--media-scale,1)); transition: transform .25s ease; }
.catalog-page-v2 .product-card:hover .product-media img,.catalog-page-v2 .product-card:focus-within .product-media img { transform: scale(var(--media-hover-scale,1.025)); }

/* Product images come from several source aspect ratios. Keep the default
   uncropped, then enlarge only assets whose real subject occupies too little
   of the 4:3 catalogue frame. */
.product-media img[src*="BASS_Q6.webp"] { --media-scale: 1.08; --media-hover-scale: 1.105; }
.product-media img[src*="BASS_Q7.webp"] { --media-scale: 1.62; --media-hover-scale: 1.645; }
.product-hero-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; border-radius: 5px; background: var(--hb-orange); color: #fff; font-size: var(--hb-text-xs); font-weight: 800; box-shadow: 0 5px 16px rgba(23,23,28,.18); }
.catalog-page-v2 .product-card__body { display: flex; min-height: 340px; flex: 1 0 auto; flex-direction: column; padding: 18px; }
.catalog-page-v2 .product-model { margin: 0; font-size: var(--hb-text-lg); }
.catalog-page-v2 .product-title-link { color: var(--hb-ink); }
.product-chip-row { display: flex; min-height: 62px; flex-wrap: wrap; align-content: flex-start; gap: 6px; margin: 11px 0 12px; }
.product-chip-row span { padding: 4px 8px; border-radius: 5px; background: #f0f0f3; color: #4a4a54; font-size: var(--hb-text-xs); font-weight: 700; }
.catalog-page-v2 .product-specs { position: relative; z-index: 3; margin: 0 0 12px; border-top: 1px solid #e8e8ec; border-bottom: 1px solid #e8e8ec; }
.catalog-page-v2 .product-specs summary { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; color: var(--hb-orange-text); font-size: var(--hb-text-sm); font-weight: 800; cursor: pointer; }
.catalog-page-v2 .product-specs summary::after { content: "+"; font-size: 18px; }
.catalog-page-v2 .product-specs[open] summary::after { content: "−"; }
.catalog-page-v2 .product-specs dl { display: grid; position: absolute; top: calc(100% - 1px); right: -12px; left: -12px; grid-template-columns: max-content minmax(0,1fr); gap: 5px 9px; margin: 0; padding: 14px 12px 16px; border: 1px solid #dedee5; border-top: 0; border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 18px 34px rgba(23,23,28,.16); font-size: var(--hb-text-xs); line-height: 1.45; }
.catalog-page-v2 .product-specs dt { color: #777782; font-weight: 700; }
.catalog-page-v2 .product-specs dd { margin: 0; overflow-wrap: anywhere; color: #383841; }
.product-confirm-badge { display: block; margin-bottom: 8px; color: #8a4b00; font-size: var(--hb-text-xs); font-weight: 700; }
.catalog-page-v2 .packing-badge { margin: auto 0 12px; padding: 6px 9px; border-radius: 5px; background: #f1f1f4; color: #555560; font-size: var(--hb-text-xs); font-weight: 700; }
.catalog-page-v2 .packing-badge::before { content: none; }
.catalog-page-v2 .inquiry-select { width: 100%; min-height: 44px; border: 1.5px solid var(--hb-orange); border-radius: 9px; background: #fff; color: var(--hb-orange-text); font-weight: 800; cursor: pointer; transition: background .18s ease,color .18s ease,transform .18s ease; }
.catalog-page-v2 .inquiry-select:hover,.catalog-page-v2 .inquiry-select:focus-visible,.catalog-page-v2 .inquiry-select.is-selected { background: var(--hb-orange); color: #fff; transform: translateY(-1px); }
.catalog-page-v2 .single-inquiry-link { margin-top: 12px; }
.catalog-page-v2 .single-inquiry-link::after { content: none !important; }
.cert-note { background: var(--hb-ink); }
.cert-note h2 { margin-bottom: 12px; color: #fff; font-size: var(--hb-text-2xl); }
.cert-note p { max-width: 900px; color: #c7c7ce; }
.cert-note a { margin-top: 12px; color: #fff; }
.info-hero { border-bottom: 1px solid #ededf1; background: #f7f7f9; text-align: center; }
.info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; width: min(100%,1180px); margin: 0 auto; padding: clamp(50px,7vw,92px) clamp(20px,4vw,52px); }
.info-grid article { padding: clamp(24px,4vw,40px); border: 1px solid #e5e5ea; background: #fff; box-shadow: 0 12px 36px rgba(23,23,28,.06); }
.info-grid h2 { font-size: var(--hb-text-xl); }
.info-grid li { margin-bottom: 8px; }
.info-grid .wa-button-effect { display: inline-flex; margin-top: 12px; padding: 13px 20px; border-radius: 999px; background: var(--hb-orange); color: #fff; font-weight: 800; }

@media (max-width: 1120px) {
  .site-header-inner { grid-template-columns: auto 1fr auto; }
  .site-header .nav-links { gap: 18px; }
  .catalog-page-v2 .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .site-header-inner { display: flex; min-height: 76px; padding-block: 10px; }
  header .brand-link { width: 190px; height: 56px; flex-basis: 190px; }
  header .brand-link::before,header .brand-link::after { font-size: 24px; }
  .site-header .header-actions { margin-left: auto; }
  .site-header .hamburger { display: flex; }
  .site-header .nav-links { display: none; position: absolute; top: 100%; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 22px 22px; border-bottom: 1px solid #e4e4e8; background: #fff; box-shadow: 0 20px 40px rgba(23,23,28,.1); }
  .site-header .nav-links.open { display: flex; }
  .site-header .nav-links a { min-height: 46px; }
  .catalog-page-v2 .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-pick-grid { grid-template-columns: 1fr; }
  .catalog-shipping > div { grid-template-columns: 1fr; }
  .catalog-shipping strong { grid-row: auto; }
}
@media (max-width: 600px) {
  header .brand-link { width: 156px; height: 48px; flex-basis: 156px; gap: 6px; }
  header .brand-link::before,header .brand-link::after { font-size: 20px; }
  .registered-mark { top: 4px; right: 5px; font-size: 10px; }
  .site-header .header-quote { display: none !important; }
  .catalog-hero h1,.info-hero h1 { font-size: 38px; }
  .catalog-hero p,.info-hero p { font-size: var(--hb-text-md); }
  .catalog-page-v2 .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .catalog-page-v2 .product-card { display: flex; overflow: hidden; border-radius: 12px; }
  .catalog-page-v2 .product-media { height: auto; min-height: 0; aspect-ratio: 4/3; }
  .catalog-page-v2 .product-card__body { min-height: 0; padding: 14px; }
  .product-chip-row { min-height: 0; margin-block: 8px; }
  .catalog-page-v2 .product-specs dl { display: grid; position: static; grid-template-columns: 1fr; gap: 1px; margin: 0 0 12px; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  .catalog-page-v2 .product-specs dd { margin-bottom: 5px; }
  .catalog-page-v2 .packing-badge { margin-top: 4px; }
  .info-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .catalog-page-v2 .product-card { display: flex; }
  .catalog-page-v2 .product-media { height: auto; min-height: 0; aspect-ratio: 4/3; }
}

/* Model landing pages and wholesale/container buyer path. */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; width: min(100%,1320px); margin: 0 auto; padding: 20px clamp(20px,4vw,52px); color: var(--hb-muted); font-size: var(--hb-text-sm); }
.breadcrumb a { color: var(--hb-orange-text); font-weight: 700; }
.product-detail-hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(34px,5vw,76px); align-items: center; width: min(100%,1320px); margin: 0 auto; padding: 18px clamp(20px,4vw,52px) clamp(54px,7vw,88px); }
.product-detail-image { overflow: hidden; border: 1px solid #e5e5ea; border-radius: 20px; background: #f4f1ec; box-shadow: 0 18px 50px rgba(23,23,28,.08); }
.product-detail-image img { display: block; width: 100%; height: auto; }
.product-detail-copy > span,.product-inquiry > div > span,.wholesale-hero > div > span { color: var(--hb-orange-text); font-size: var(--hb-text-sm); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-copy h1 { margin: 8px 0 14px; font-size: var(--hb-text-hero); }
.product-detail-copy p { color: var(--hb-muted); font-size: var(--hb-text-lg); }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 24px; }
.product-detail-actions > a:first-child { display: inline-flex; min-height: 52px; align-items: center; padding: 13px 22px; border-radius: 999px; background: var(--hb-orange); color: #fff; font-weight: 800; }
.product-data-grid,.product-commercial,.product-compliance { display: grid; gap: 20px; width: min(100%,1320px); margin: 0 auto; padding: 0 clamp(20px,4vw,52px) clamp(54px,7vw,82px); }
.product-data-grid,.product-commercial { grid-template-columns: repeat(2,minmax(0,1fr)); }
.product-compliance { grid-template-columns: repeat(3,minmax(0,1fr)); }
.product-data-grid article,.product-commercial article,.product-compliance article { min-width: 0; padding: clamp(22px,3vw,34px); border: 1px solid #e5e5ea; background: #fff; box-shadow: 0 10px 34px rgba(23,23,28,.055); }
.product-data-grid h2,.product-commercial h2,.product-compliance h2 { font-size: var(--hb-text-xl); }
.product-data-grid dl { display: grid; grid-template-columns: minmax(130px,.7fr) minmax(0,1.3fr); gap: 0; margin: 18px 0 0; }
.product-data-grid dt,.product-data-grid dd { margin: 0; padding: 10px 0; border-bottom: 1px solid #ececf0; }
.product-data-grid dt { color: var(--hb-muted); font-size: var(--hb-text-sm); font-weight: 700; }
.product-data-grid dd { overflow-wrap: anywhere; color: var(--hb-ink); font-weight: 600; }
.product-commercial article { overflow-x: auto; }
.product-commercial table { width: 100%; min-width: 560px; margin-top: 18px; border-collapse: collapse; font-size: var(--hb-text-sm); }
.product-commercial th,.product-commercial td { padding: 11px 12px; border-bottom: 1px solid #e5e5ea; text-align: left; }
.product-commercial thead th { background: var(--hb-ink); color: #fff; }
.product-commercial tbody th { color: var(--hb-ink); }
.product-commercial small { display: block; margin-top: 12px; color: var(--hb-muted); }
.claim-status { display: inline-flex; margin: 4px 0 12px; padding: 4px 8px; border: 1px solid #ffc59f; background: var(--hb-orange-soft); color: var(--hb-orange-text); font-size: var(--hb-text-xs); font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.product-inquiry { background: #f7f7f9; }
.product-inquiry > div { width: min(100%,980px); margin: 0 auto; padding: clamp(54px,7vw,90px) clamp(20px,4vw,52px); }
.product-inquiry h2 { margin: 8px 0 10px; font-size: var(--hb-text-2xl); }
.product-inquiry-form { margin-top: 24px; padding: clamp(20px,3vw,32px); border: 1px solid #e2e2e8; background: #fff; box-shadow: 0 14px 40px rgba(23,23,28,.07); }
.product-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 14px; }
.product-inquiry-form label,.quantity-field,.quote-fields label { display: flex; flex-direction: column; gap: 6px; color: #34343d; font-size: var(--hb-text-sm); font-weight: 700; }
.product-inquiry-form input,.product-inquiry-form select,.product-inquiry-form textarea,.quantity-combo input,.quantity-combo select,.quote-fields select { width: 100%; min-width: 0; padding: 12px 13px; border: 1.5px solid #dedee5; border-radius: 9px; background: #fff; color: var(--hb-ink); }
.quantity-combo { display: grid; grid-template-columns: minmax(0,1fr) minmax(104px,.5fr); gap: 8px; }
.product-inquiry-form > button { width: 100%; min-height: 50px; margin-top: 16px; border: 0; border-radius: 10px; background: var(--hb-orange); color: #fff; font-weight: 800; cursor: pointer; }
.product-form-status { min-height: 24px; margin: 10px 0 0; color: var(--hb-orange-text); font-size: var(--hb-text-sm); font-weight: 700; }
.container-program-link { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 16px; border: 1.5px solid var(--hb-ink); border-radius: 999px; color: var(--hb-ink); font-size: var(--hb-text-sm); font-weight: 800; transition: background .18s ease,color .18s ease,transform .18s ease; }
.container-program-link:hover,.container-program-link:focus-visible { background: var(--hb-ink); color: #fff; transform: translateY(-2px); }
.wholesale-hero { background: var(--hb-ink); }
.wholesale-hero > div { width: min(100%,1180px); margin: 0 auto; padding: clamp(68px,9vw,118px) clamp(20px,4vw,52px); text-align: center; }
.wholesale-hero h1 { max-width: 950px; margin: 12px auto 18px; color: #fff; font-size: var(--hb-text-hero); }
.wholesale-hero p { max-width: 820px; margin: 0 auto; color: #c4c4cc; font-size: var(--hb-text-lg); }
.wholesale-hero > div > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; align-items: center; margin-top: 28px; }
.wholesale-hero .wa-button-effect { display: inline-flex; min-height: 52px; align-items: center; padding: 13px 22px; border-radius: 999px; background: var(--hb-orange); color: #fff; font-weight: 800; }
.wholesale-hero .detail-link-effect { color: #fff; }
.wholesale-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; width: min(100%,1240px); margin: 0 auto; padding: clamp(54px,7vw,92px) clamp(20px,4vw,52px); }
.wholesale-grid article { padding: 28px; border: 1px solid #e5e5ea; background: #fff; box-shadow: 0 12px 36px rgba(23,23,28,.055); }
.wholesale-grid article > span { color: var(--hb-orange); font-weight: 800; }
.wholesale-grid h2 { margin: 8px 0 12px; font-size: var(--hb-text-xl); }
.wholesale-cta { background: #f7f7f9; text-align: center; }
.wholesale-cta > div { width: min(100%,900px); margin: 0 auto; padding: clamp(54px,7vw,86px) clamp(20px,4vw,52px); }
.wholesale-cta h2 { font-size: var(--hb-text-2xl); }
.wholesale-cta a { display: inline-flex; min-height: 52px; align-items: center; margin-top: 18px; padding: 13px 22px; border-radius: 999px; background: var(--hb-orange); color: #fff; font-weight: 800; }

@media (max-width: 900px) {
  .product-detail-hero,.product-data-grid,.product-commercial { grid-template-columns: 1fr; }
  .product-compliance,.wholesale-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .product-detail-copy h1 { font-size: 40px; }
  .product-form-grid,.product-compliance,.wholesale-grid { grid-template-columns: 1fr; }
  .product-data-grid dl { grid-template-columns: 1fr; }
  .product-data-grid dt { padding-bottom: 2px; border-bottom: 0; }
  .product-data-grid dd { padding-top: 0; }
  .quantity-combo { grid-template-columns: minmax(0,1fr) 112px; }
}

@media (hover: none), (pointer: coarse) {
  .wa-button-effect::after { display: none !important; }

  .wa-button-effect {
    transition: transform .12s ease, filter .12s ease !important;
  }

  .nav-links a:not([aria-current="page"]) {
    color: #2D2D35 !important;
  }

  .nav-links a:not([aria-current="page"])::after {
    transform: scaleX(0) !important;
  }

  .nav-links a:not([aria-current="page"]):focus {
    outline: none !important;
  }

  .interactive-control:hover {
    box-shadow: none;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { transition: none !important; }
}

/* 2026-08 Apple-inspired refinement: quiet surfaces, compact chrome and one warm interaction language. */
:root {
  --hb-page: #ffffff;
  --hb-surface: #f5f5f7;
  --hb-surface-strong: #e8e8ed;
  --hb-ink: #1d1d1f;
  --hb-body: #424245;
  --hb-muted: #6e6e73;
  --hb-orange-hover: #ff8a3d;
  --hb-orange-light: #ffc59f;
}

body {
  background: var(--hb-page);
  color: var(--hb-body);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  letter-spacing: -.011em;
}

h1, h2, h3, h4,
.site-header .nav-links a,
header .brand-link::before,
header .brand-link::after,
.footer-wordmark {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

.site-header {
  border-bottom-color: rgba(0,0,0,.08);
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.site-header-inner {
  min-height: 76px;
  padding-top: 8px;
  padding-bottom: 8px;
}

header .brand-link {
  width: 204px;
  height: 56px;
  flex-basis: 204px;
  gap: 7px;
  box-shadow: 0 8px 24px rgba(255,101,0,.18);
}

header .brand-link::before,
header .brand-link::after { font-size: 25px; }

.site-header .nav-links { gap: clamp(20px,2.2vw,34px); }
.site-header .nav-links a { font-size: 15px !important; font-weight: 600 !important; letter-spacing: -.01em; }
.site-header .nav-links a::after { bottom: 7px; height: 2px; }
.site-header .header-quote { min-height: 42px; padding: 9px 18px; border-radius: 999px; }

/* Keep the requested expanding fill, but replace the harsh black fill with a bright brand gradient. */
.wa-button-effect {
  border-radius: 999px !important;
  box-shadow: 0 8px 22px rgba(255,101,0,.16);
  transition: color .18s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

.wa-button-effect::after,
.wa-button-effect--dark::after {
  background: linear-gradient(135deg, var(--hb-orange-hover) 0%, var(--hb-orange-light) 100%);
  transition: transform .46s cubic-bezier(.32,.72,0,1);
}

@media (hover: hover) and (pointer: fine) {
  .wa-button-effect:hover,
  .wa-button-effect:focus-visible,
  .wa-button-effect--dark:hover,
  .wa-button-effect--dark:focus-visible {
    border-color: var(--hb-orange-hover) !important;
    background-color: var(--hb-orange-hover) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(255,101,0,.24) !important;
    transform: translateY(-2px);
    transition-delay: 0s !important;
  }

  .wa-button-effect:hover::after,
  .wa-button-effect:focus-visible::after { transform: translateX(-50%) scale(1.58) translateY(0); }
}

.container-program-link {
  border-color: #d2d2d7;
  background: #fff;
  color: var(--hb-ink);
}

.container-program-link:hover,
.container-program-link:focus-visible {
  border-color: var(--hb-orange-hover);
  background: linear-gradient(135deg, var(--hb-orange-hover), var(--hb-orange-light));
  color: #fff;
  box-shadow: 0 10px 24px rgba(255,101,0,.18);
}

/* Product imagery must occupy its media frame immediately; no blank beige placeholders. */
.homepage-model-card .product-media { background: #f5f5f7 !important; }
.homepage-model-card .product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

.product-card {
  overflow: hidden;
  border: 0 !important;
  border-radius: 24px !important;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,.055);
}

.product-card:hover,
.product-card:focus-within {
  border-color: transparent !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.105);
}

.product-card__body { padding: 22px 24px 24px !important; }
.product-chip-row > span { border-radius: 7px !important; background: var(--hb-surface) !important; }

section[data-screen-label="Products preview"],
.catalog-hero,
.product-inquiry,
.wholesale-cta { background: var(--hb-surface) !important; }

/* Final conversion bands use Apple's quiet light-panel rhythm instead of a large black block. */
.final-cta-band {
  border-top: 1px solid #e8e8ed;
  background: var(--hb-surface) !important;
}

.final-cta-band > div { padding-top: clamp(52px,6vw,76px) !important; padding-bottom: clamp(52px,6vw,76px) !important; }
.final-cta-band h2 { color: var(--hb-ink) !important; }
.final-cta-band p { color: var(--hb-muted) !important; }
.final-cta-band .text-link-effect.wa-button-effect {
  border-color: #d2d2d7 !important;
  background: #fff !important;
  color: var(--hb-ink) !important;
}

/* Compact, information-dense light footer inspired by premium product sites. */
.site-footer {
  border-top: 1px solid #d2d2d7;
  background: var(--hb-surface);
  color: var(--hb-ink);
}

.site-footer .footer-main {
  max-width: 1120px;
  column-gap: clamp(26px,3.2vw,48px) !important;
  padding-top: 28px;
  padding-bottom: 12px;
}

.footer-wordmark { width: 168px; height: 46px; box-shadow: none; }
.footer-wordmark span,
.footer-wordmark strong { font-size: 19px; }
.footer-brand p,
.footer-column nav,
.footer-contact > div,
.footer-trust ul,
.footer-action-row span { color: var(--hb-muted); font-size: 12px; line-height: 1.45; }
.footer-column > b,
.footer-action-row b { color: var(--hb-ink); }
.footer-column > b { font-size: 12px; }
.footer-trust li::before { color: var(--hb-orange); content: "✓"; }

.site-footer .footer-column a,
.site-footer .footer-bottom a { color: #515154 !important; }
.site-footer .footer-column a:hover,
.site-footer .footer-column a:focus-visible,
.site-footer .footer-bottom a:hover,
.site-footer .footer-bottom a:focus-visible { color: var(--hb-orange-text) !important; }

.footer-action-row { min-height: 50px; padding-top: 12px; border-top-color: #d2d2d7; }
.site-footer .footer-bottom {
  max-width: 1120px;
  min-height: 44px;
  border-top-color: #d2d2d7;
  color: var(--hb-muted);
  font-size: 11px;
}

@media (max-width: 960px) {
  .site-header-inner { min-height: 68px; }
  header .brand-link { width: 174px; height: 48px; flex-basis: 174px; }
  header .brand-link::before,
  header .brand-link::after { font-size: 21px; }
}

@media (max-width: 560px) {
  .site-header-inner { padding: 8px 16px; }
  header .brand-link { width: 150px; height: 44px; flex-basis: 150px; }
  header .brand-link::before,
  header .brand-link::after { font-size: 18px; }
  .registered-mark { top: 4px; right: 5px; font-size: 10px; }
  .product-card { border-radius: 22px !important; }
  .final-cta-band > div { padding: 46px 22px !important; }
  .site-footer .footer-main { padding: 22px 22px 10px; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-brand p { max-width: 280px; }
  .footer-action-row { align-items: flex-start; flex-direction: column; }
  .site-footer .footer-primary-cta { width: 100%; }
  .site-footer .footer-bottom { padding: 11px 76px 14px 22px; }
}
