/*
Theme Name: pet-1.4.5.20260704.1
Theme URI: https://example.com/pawnova-b2b-pet-supplies
Author: ZY
Author URI: https://example.com
Description: Clean B2B pet supplies WordPress theme for Haoyao Trading.
Version: 1.4.5.20260704.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pawnova-b2b
*/

:root {
  --green: #386719;
  --green-dark: #183c08;
  --ink: #17191d;
  --muted: #5d6259;
  --paper: #f5f3ec;
  --card: rgba(255, 255, 255, 0.78);
  --line: rgba(71, 87, 50, 0.16);
  --shadow: 0 18px 36px rgba(45, 48, 35, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.hao-wrap {
  width: min(1672px, 100%);
  margin: 0 auto;
  background: #f6f4ee;
}

.s1-hero {
  position: relative;
  width: min(1672px, 100vw);
  aspect-ratio: 1672 / 850;
  min-height: 760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  color: var(--ink);
  background: url("assets/haoyao-parts/hero-banner-warehouse-pet-supplies.png") center / cover no-repeat;
  box-shadow: 0 0 0 1px rgba(167, 170, 152, 0.35) inset;
}

.s1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 26%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 34%);
}

.s1-top,
.s1-nav,
.s1-copy,
.s1-stats { position: absolute; }

.s1-top {
  z-index: 5;
  top: 0;
  left: 4%;
  right: 4%;
  height: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(10px, 0.78vw, 13px);
  font-weight: 650;
  line-height: 1;
}
.s1-top b {
  width: 1px;
  height: 16px;
  background: rgba(20, 22, 18, 0.55);
}
.s1-top em { flex: 1; }
.s1-top a,
.s1-top span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.s1-top a,
.s1-top span:last-child {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 1px 8px rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.s1-top i {
  width: 14px;
  height: 14px;
  stroke-width: 2.1;
}
.s1-top .top-breathing {
  max-width: calc(100vw - 36px);
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #254816;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.9), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(235, 244, 224, 0.42));
  box-shadow: 0 8px 20px rgba(42, 50, 28, 0.08), 0 1px 8px rgba(255, 255, 255, 0.8) inset;
  animation: topBreathing 2.15s ease-in-out infinite;
}

.s1-nav {
  position: absolute;
  z-index: 60;
  top: 6.9%;
  left: 4.6%;
  right: 4.6%;
  width: auto;
  margin: 0;
  height: auto;
  min-height: 72px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 16px;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.86), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(246, 245, 238, 0.24));
  box-shadow: 0 18px 38px rgba(42, 50, 28, 0.12), 0 1px 12px rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(24px) saturate(175%);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
}
.s1-nav.is-fixed {
  position: fixed;
  top: 18px;
  left: var(--home-nav-left, 4.6%);
  right: auto;
  width: var(--home-nav-width, auto);
}

.s1-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.s1-brand > img {
  width: clamp(48px, 3.9vw, 66px);
  height: clamp(48px, 3.9vw, 66px);
  padding: 5px;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(41, 55, 22, 0.1), 0 1px 8px rgba(255, 255, 255, 0.9) inset;
}
.s1-brand strong {
  display: block;
  font-size: clamp(12px, 1.02vw, 17px);
  line-height: 1.05;
  font-weight: 950;
}
.s1-brand small {
  display: block;
  margin-top: 4px;
  color: #363a34;
  font-size: clamp(10px, 0.78vw, 13px);
  line-height: 1.1;
  font-weight: 500;
}

.s1-nav nav {
  --liquid-x: 0px;
  --liquid-width: 0px;
  --liquid-height: 40px;
  --liquid-opacity: 0;
  --liquid-scale: 1;
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  width: max-content;
  max-width: none;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 850;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(238, 244, 232, 0.36));
  box-shadow: 0 10px 20px rgba(45, 48, 35, 0.08), 0 1px 7px rgba(255, 255, 255, 0.85) inset;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}
.s1-nav nav a {
  position: relative;
  z-index: 2;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.24s ease, text-shadow 0.24s ease, transform 0.2s ease;
}
.s1-nav nav a:hover,
.s1-nav nav a:focus-visible,
.s1-nav nav .active {
  color: #183c08;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}
.s1-nav nav a:active {
  transform: scale(0.97);
}
.s1-nav nav .active::after {
  display: none;
}

.s1-copy {
  z-index: 4;
  top: 27.5%;
  left: 4%;
  width: 48%;
}
.s1-copy h1 {
  margin: 0 0 18px;
  color: #202228;
  font-size: clamp(42px, 4.35vw, 72px);
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.54));
}
.s1-copy h1 span {
  display: block;
  color: #356516;
}
.s1-copy p {
  margin: 0 0 22px;
  color: #17191d;
  font-size: clamp(15px, 1.36vw, 22px);
  line-height: 1.7;
  font-weight: 520;
}
.s1-copy p b {
  width: 4px;
  height: 4px;
  margin: 0 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #111;
}
.s1-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.s1-btn,
.hr-btn,
.btn {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(226, 244, 190, 0.72);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(13px, 1.04vw, 17px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background:
    radial-gradient(ellipse at 28% 12%, rgba(255, 255, 255, 0.48), transparent 30%),
    linear-gradient(180deg, #94b854 0%, #567d22 52%, #214807 100%);
  box-shadow: 0 12px 20px rgba(38, 65, 13, 0.25), 0 2px 6px rgba(255, 255, 255, 0.52) inset;
}
.s1-btn img,
.s1-btn > i {
  width: 21px;
  height: 21px;
  object-fit: contain;
  stroke-width: 2.4;
}
.s1-actions .s1-btn > i {
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 9px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.35) inset;
}
.s1-actions .s1-btn-clear > i {
  color: #355d16;
  background: rgba(56, 103, 25, 0.1);
}
.s1-nav > .s1-btn {
  justify-self: end;
  min-width: 120px;
  min-height: 44px;
  padding: 0 22px;
}
.s1-whatsapp,
.btn-whatsapp {
  border-color: rgba(211, 244, 164, 0.78);
  background:
    radial-gradient(ellipse at 30% 10%, rgba(255, 255, 255, 0.5), transparent 32%),
    linear-gradient(180deg, #9edb62 0%, #4fa52f 48%, #1e6d22 100%);
  box-shadow: 0 14px 24px rgba(34, 128, 42, 0.28), 0 2px 8px rgba(255, 255, 255, 0.55) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.s1-whatsapp:hover,
.s1-whatsapp:focus-visible,
.btn-whatsapp:hover,
.btn-whatsapp:focus-visible {
  transform: translateY(-2px) scale(1.03);
  filter: saturate(1.12);
  box-shadow: 0 18px 30px rgba(34, 128, 42, 0.36), 0 2px 10px rgba(255, 255, 255, 0.68) inset;
}
.s1-whatsapp:active,
.btn-whatsapp:active {
  transform: translateY(0) scale(0.98);
}
.whatsapp-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.14));
}
.s1-menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  display: none;
  place-items: center;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 8px 18px rgba(41, 55, 22, 0.12);
  cursor: pointer;
}
.s1-menu-toggle i {
  width: 22px;
  height: 22px;
}
.s1-btn-clear,
.hr-btn.clear,
.btn-outline {
  color: #355d16;
  text-shadow: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 246, 239, 0.76));
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 18px rgba(80, 80, 64, 0.12), 0 2px 7px rgba(255, 255, 255, 0.96) inset;
}

.s1-stats {
  z-index: 3;
  left: 1.35%;
  bottom: 4.1%;
  width: 42.5%;
  height: 11%;
  min-height: 86px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 247, 241, 0.68));
  box-shadow: var(--shadow), 0 2px 8px rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.s1-stats div {
  height: 68%;
  padding: 0 7%;
  border-right: 1px solid rgba(96, 101, 75, 0.22);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  justify-content: center;
}
.s1-stats div:last-child { border-right: 0; }
.s1-stats img,
.s1-stat-icon {
  grid-row: span 2;
  width: clamp(42px, 3vw, 54px);
  height: clamp(42px, 3vw, 54px);
  border: 1px solid rgba(56, 103, 25, 0.14);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--green);
  background:
    radial-gradient(ellipse at 32% 18%, rgba(255, 255, 255, 0.9), transparent 38%),
    linear-gradient(180deg, rgba(246, 250, 240, 0.94), rgba(228, 240, 214, 0.86));
  box-shadow: 0 8px 18px rgba(50, 78, 26, 0.1), 0 1px 7px rgba(255, 255, 255, 0.9) inset;
}
.s1-stat-icon i {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}
.s1-stats strong {
  color: var(--green);
  font-size: clamp(17px, 1.45vw, 24px);
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}
.s1-stats strong.compact-stat {
  font-size: clamp(15px, 1.12vw, 19px);
  letter-spacing: 0;
}
.s1-stats span {
  color: #17191d;
  font-size: clamp(9px, 0.78vw, 13px);
  line-height: 1.1;
  font-weight: 500;
}

.hr-section,
.hr-split,
.hr-duo,
.hr-work,
.hr-lower,
.hr-bottom,
.hr-footer {
  width: min(1420px, calc(100% - 40px));
  margin: 56px auto 0;
}
.hr-title,
.hr-block-title {
  margin: 0 0 24px;
  color: #1f2a18;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.1;
  font-weight: 900;
}
.hr-why-section > .hr-title {
  text-align: center;
}
.hr-block-title.center { text-align: center; }
.liquid {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(42, 50, 28, 0.1), 0 1px 8px rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.hr-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.hr-benefits article,
.hr-solutions article,
.hr-work article,
.hr-bottom article {
  padding: 24px;
}
.hr-benefits i,
.hr-solutions span {
  width: 42px;
  height: 42px;
  color: var(--green);
}
.hr-benefits h3,
.hr-solutions h3,
.hr-work h3,
.hr-bottom h2,
.hr-lower h2,
.hr-duo h2 {
  margin: 0 0 10px;
  color: #1e2b15;
}
.hr-benefits p,
.hr-solutions p,
.hr-work p,
.hr-ready p {
  margin: 0;
  color: var(--muted);
}

.hr-split,
.hr-duo,
.hr-lower,
.hr-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.hr-duo {
  align-items: stretch;
}
.hr-lower {
  align-items: stretch;
}
.hr-bottom {
  align-items: stretch;
}
.hr-duo > .liquid,
.hr-lower > .liquid,
.hr-bottom > .liquid {
  height: 100%;
}
.hr-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.hr-cats a,
.hr-product-row a {
  position: relative;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}
.hr-cats a::after,
.product-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.52) 42%, transparent 68%);
  opacity: 0;
  transform: translateX(-58%);
  transition: opacity 0.24s ease, transform 0.46s ease;
}
.hr-cats a:hover,
.hr-cats a:focus-visible,
.product-category-card:hover,
.product-category-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 42px rgba(42, 50, 28, 0.16), 0 1px 12px rgba(255, 255, 255, 0.95) inset;
}
.hr-cats a:hover::after,
.hr-cats a:focus-visible::after,
.product-category-card:hover::after,
.product-category-card:focus-visible::after {
  opacity: 1;
  transform: translateX(58%);
}
.hr-cats a:hover img,
.hr-cats a:focus-visible img,
.product-category-card:hover img,
.product-category-card:focus-visible img {
  transform: scale(1.08) rotate(-1.5deg);
}
.hr-cats a:hover strong,
.hr-cats a:focus-visible strong,
.product-category-card:hover span,
.product-category-card:focus-visible span {
  color: var(--green);
}
.hr-cats img,
.hr-product-row img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  transition: transform 0.24s ease;
}
.hr-solutions {
  display: grid;
  gap: 14px;
}
.hr-solutions article {
  display: grid;
  grid-template-columns: auto 1fr 96px;
  align-items: center;
  gap: 14px;
}
.hr-solutions img { height: 86px; object-fit: contain; }
.hr-text-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 850;
}
.hr-oem,
.hr-products,
.hr-ready {
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.hr-oem {
  min-height: 330px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.58) 54%, rgba(255, 255, 255, 0.18) 100%),
    url("assets/haoyao-parts/oem-private-label-bg.png") right center / cover no-repeat;
}
.hr-oem::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}
.hr-oem > div {
  position: relative;
  z-index: 1;
  max-width: 420px;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 10px 26px rgba(42, 50, 28, 0.08), 0 1px 10px rgba(255, 255, 255, 0.74) inset;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.hr-oem ul {
  margin: 0 0 22px;
  padding-left: 18px;
  color: var(--muted);
}
.hr-product-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hr-product-row a {
  flex-direction: column;
  text-align: center;
  min-height: 210px;
  justify-content: flex-start;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}
.hr-product-row a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 48%);
  transition: opacity 0.26s ease;
}
.hr-product-row a:hover,
.hr-product-row a:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.98);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 42px rgba(42, 50, 28, 0.16), 0 1px 12px rgba(255, 255, 255, 0.96) inset;
}
.hr-product-row a:hover::after,
.hr-product-row a:focus-visible::after {
  opacity: 1;
}
.hr-product-image {
  width: min(138px, 100%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 6px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 248, 245, 0.96), rgba(238, 243, 232, 0.7));
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}
.hr-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.28s ease;
}
.hr-product-row a:hover .hr-product-image,
.hr-product-row a:focus-visible .hr-product-image {
  transform: scale(1.04);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 231, 0.86));
  box-shadow: 0 12px 22px rgba(42, 50, 28, 0.1);
}
.hr-product-row a:hover .hr-product-image img,
.hr-product-row a:focus-visible .hr-product-image img {
  transform: scale(1.08);
}
.hr-product-row strong {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.28;
  transition: color 0.24s ease;
}
.hr-product-row a:hover strong,
.hr-product-row a:focus-visible strong {
  color: var(--green);
}
.hr-product-row span { color: var(--muted); font-size: 13px; }
.hr-arrow { display: none; }
.hr-work > .hr-title {
  margin-top: 12px;
  text-align: center;
}
.hr-work-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.hr-work-row::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 42px;
  border-top: 2px dashed rgba(61, 96, 26, 0.55);
}
.hr-work article {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hr-work b {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--green);
}
.hr-factory-card {
  padding: 28px 34px 56px;
}
.hr-factory-card h2 {
  margin-bottom: 24px;
  text-align: center;
}
.hr-factory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  width: min(100%, 980px);
  margin: 0 auto;
}
.hr-factory-grid figure { margin: 0; }
.hr-factory-grid img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; border-radius: 12px; }
.hr-factory-grid figcaption { margin-top: 12px; font-weight: 800; }
.hr-map,
.hr-blog { padding: 24px; }
.hr-map div {
  margin: 16px 0;
  display: flex;
  gap: 16px;
}
.hr-map strong {
  color: var(--green);
  font-size: 24px;
}
.hr-map span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.hr-blog {
  grid-column: 1 / -1;
}
.hr-blog-head {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hr-blog-head h2 {
  margin: 0;
}
.hr-blog-head .hr-text-link {
  margin-top: 0;
}
.hr-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.hr-blog-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.58);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hr-blog-card:hover,
.hr-blog-card:focus-visible {
  border-color: rgba(56, 103, 25, 0.28);
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(42, 50, 28, 0.12);
}
.hr-blog-thumb {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  background: #edf5e5;
}
.hr-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hr-blog-copy strong {
  display: block;
  color: #1e2b15;
  font-size: 16px;
  line-height: 1.32;
}
.hr-blog-copy small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}
.hr-faq button {
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-weight: 750;
}
.hr-faq {
  position: relative;
  overflow: hidden;
  align-self: stretch;
}
.hr-faq::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.88)),
    url("assets/haoyao-parts/oem-private-label-bg.png") center bottom / cover no-repeat;
  opacity: 0.42;
  filter: saturate(0.9);
}
.hr-faq > * {
  position: relative;
  z-index: 1;
}
.hr-faq h2 {
  margin-bottom: 18px;
}
.faq-item p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  transition: max-height 0.22s ease, padding 0.22s ease;
}
.faq-item.open p {
  max-height: 220px;
  padding: 0 0 12px;
}
.faq-item.open button i {
  transform: rotate(45deg);
}
.faq-item button i {
  transition: transform 0.2s ease;
}
.hr-ready {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  scroll-margin-top: 110px;
}
.hr-ready > div {
  width: min(760px, 100%);
}
.hr-ready h2 {
  font-size: clamp(28px, 2.5vw, 42px);
}
.hr-ready p {
  max-width: 620px;
  margin: 0 auto 22px;
}
.hr-ready-form {
  width: min(680px, 100%);
  margin: 0 auto;
  text-align: left;
}
.hr-footer {
  margin-bottom: 40px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1.2fr;
  gap: 42px;
}
.hr-footer h2,
.hr-footer h3 { margin: 0 0 14px; }
.hr-footer a,
.hr-footer p {
  margin: 0 0 8px;
  display: block;
  color: var(--muted);
}
.hr-footer address { font-style: normal; }
.hr-footer .socials {
  margin: 18px 0 16px;
}
.back-to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(226, 244, 190, 0.72);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.92);
  cursor: pointer;
  background:
    radial-gradient(ellipse at 28% 12%, rgba(255, 255, 255, 0.5), transparent 34%),
    linear-gradient(180deg, #97bb56 0%, #567d22 52%, #214807 100%);
  box-shadow: 0 18px 34px rgba(38, 65, 13, 0.28), 0 2px 8px rgba(255, 255, 255, 0.58) inset;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.12);
  box-shadow: 0 22px 42px rgba(38, 65, 13, 0.36), 0 2px 10px rgba(255, 255, 255, 0.7) inset;
}
.back-to-top:active {
  transform: translateY(-1px) scale(0.96);
}
.back-to-top i,
.back-to-top svg {
  width: 24px;
  height: 24px;
  color: #fff;
  stroke: currentColor;
  stroke-width: 2.6;
}
.hr-footer address p,
.contact-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  line-height: 1.48;
}
.hr-footer address p i,
.hr-footer address p svg,
.contact-list li i,
.contact-list li svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  stroke: currentColor;
  stroke-width: 2.2;
  background:
    radial-gradient(ellipse at 30% 12%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(180deg, #93bd4f 0%, #5e8a26 52%, #244d09 100%);
  box-shadow: 0 9px 16px rgba(38, 65, 13, 0.2), 0 2px 6px rgba(255, 255, 255, 0.45) inset;
  flex: 0 0 auto;
}
.contact-list .contact-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(ellipse at 30% 12%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(180deg, #93bd4f 0%, #5e8a26 52%, #244d09 100%);
  box-shadow: 0 9px 16px rgba(38, 65, 13, 0.2), 0 2px 6px rgba(255, 255, 255, 0.45) inset;
}
.contact-list .contact-icon i,
.contact-list .contact-icon svg {
  width: 19px;
  height: 19px;
  padding: 0;
  border-radius: 0;
  color: #fff;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  background: none;
  box-shadow: none;
}
.contact-list li span:last-child,
.hr-footer address p {
  color: var(--muted);
}

.site-top {
  padding: 10px 0;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.82), transparent 54%),
    linear-gradient(180deg, #eef4e8, #e8f0de);
  font-size: 13px;
  overflow: hidden;
}
.top-inner,
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.top-inner {
  justify-content: center;
}
.top-breathing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #254816;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  max-width: 100%;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  animation: topBreathing 2.15s ease-in-out infinite;
}
.site-top .top-breathing {
  max-width: calc(100vw - 36px);
  padding: 0 8px;
}
@keyframes topBreathing {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(80, 128, 34, 0));
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
    filter: drop-shadow(0 0 18px rgba(86, 125, 34, 0.42));
  }
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 12px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 245, 238, 0.58));
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(42, 50, 28, 0.08);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.nav-inner {
  min-height: 74px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(140px, 1fr);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.86), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(246, 245, 238, 0.24));
  box-shadow: 0 16px 34px rgba(42, 50, 28, 0.12), 0 1px 12px rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(24px) saturate(175%);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(41, 55, 22, 0.1), 0 1px 8px rgba(255, 255, 255, 0.9) inset;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  padding: 4px;
  border-radius: 50%;
  object-fit: contain;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.brand strong {
  font-size: 15px;
}
.nav-links {
  --liquid-x: 0px;
  --liquid-width: 0px;
  --liquid-height: 40px;
  --liquid-opacity: 0;
  --liquid-scale: 1;
  position: relative;
  isolation: isolate;
  flex: 0 0 auto;
  width: max-content;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 800;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(238, 244, 232, 0.44));
  box-shadow: 0 12px 24px rgba(45, 48, 35, 0.1), 0 1px 7px rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.nav-links a {
  position: relative;
  z-index: 2;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #242a20;
  transition: color 0.24s ease, text-shadow 0.24s ease, transform 0.2s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links .active {
  color: #183c08;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}
.nav-links a:active {
  transform: scale(0.97);
}
.nav-liquid-pill {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: var(--liquid-width);
  height: var(--liquid-height);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  pointer-events: none;
  opacity: var(--liquid-opacity);
  background:
    radial-gradient(ellipse at 30% 12%, rgba(255, 255, 255, 0.94), transparent 36%),
    radial-gradient(ellipse at 74% 88%, rgba(184, 215, 132, 0.34), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(210, 230, 184, 0.56));
  box-shadow:
    0 10px 22px rgba(44, 72, 24, 0.18),
    0 2px 9px rgba(255, 255, 255, 0.95) inset,
    0 -5px 12px rgba(56, 103, 25, 0.12) inset;
  filter: url("#nav-liquid-filter");
  transform: translate3d(var(--liquid-x), -50%, 0) scaleX(var(--liquid-scale));
  transform-origin: center;
  transition:
    transform 0.56s cubic-bezier(0.18, 1.18, 0.28, 1),
    width 0.46s cubic-bezier(0.18, 1.18, 0.28, 1),
    height 0.36s ease,
    opacity 0.2s ease;
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
}
.nav-liquid-pill::before,
.nav-liquid-pill::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.nav-liquid-pill::before {
  left: 14%;
  top: 18%;
  width: 26%;
  height: 38%;
  background: rgba(255, 255, 255, 0.62);
  filter: blur(3px);
}
.nav-liquid-pill::after {
  right: 12%;
  bottom: 15%;
  width: 18%;
  height: 26%;
  background: rgba(255, 255, 255, 0.4);
  filter: blur(4px);
}
.nav-links .active { color: var(--green); }
.nav-cta {
  justify-self: end;
  min-width: 124px;
}
.nav-liquid-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.menu-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  display: none;
  place-items: center;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 8px 18px rgba(41, 55, 22, 0.12);
  cursor: pointer;
}

.woo-hero,
.article-detail-hero {
  padding: 78px 0;
  background: linear-gradient(135deg, #eef6e8, #fff);
}
.woo-hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 28px;
  align-items: center;
}
.woo-hero h1,
.article-detail-hero h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}
.eyebrow {
  color: var(--green);
  font-weight: 850;
  text-transform: uppercase;
}
.woo-hero-panel {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.article-list-section,
.article-content-section,
.contact-main-section,
.contact-process-section {
  padding: 56px 0;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.contact-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.article-content,
.contact-form-card,
.contact-method-card {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
}
.contact-inquiry-form {
  display: grid;
  gap: 14px;
}
.contact-inquiry-form input,
.contact-inquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.wide-field { grid-column: 1 / -1; }

.btn-primary,
.btn-whatsapp {
  color: #fff;
}

.section-title {
  margin: 0 0 24px;
}
.section-title h2 {
  margin: 4px 0 0;
  color: #1f2a18;
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.1;
  font-weight: 900;
}
.compact-title h2 {
  font-size: clamp(24px, 1.8vw, 32px);
}

.woo-hero,
.article-detail-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.62)),
    url("assets/haoyao-parts/hero-banner-warehouse-pet-supplies.png") center / cover no-repeat;
}
.woo-hero::after,
.article-detail-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
}
.woo-hero p,
.article-detail-head p {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
}
.woo-hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.woo-hero-panel {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}
.woo-hero-panel > div:not(.hero-mini-stats) {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.woo-hero-panel > div:last-child {
  border-bottom: 0;
}
.woo-hero-panel strong {
  display: block;
  color: var(--green);
  font-size: 24px;
  font-weight: 950;
}
.woo-hero-panel span {
  color: var(--muted);
}

.product-hero-panel {
  overflow: hidden;
}
.product-hero {
  padding: 50px 0;
}
.article-hero {
  padding: 50px 0;
}
.article-hero .woo-hero-grid {
  grid-template-columns: minmax(0, 1fr);
}
.article-hero p {
  margin-bottom: 0;
}
.product-hero .woo-hero-grid {
  gap: 22px;
}
.product-hero h1 {
  font-size: clamp(36px, 3.4vw, 52px);
}
.product-hero p {
  margin-bottom: 0;
}
.product-hero .woo-hero-panel {
  padding: 16px;
  border-radius: 16px;
}
.product-hero-panel > img {
  width: 100%;
  max-height: 162px;
  border-radius: 8px;
  object-fit: contain;
}
.hero-mini-stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hero-mini-stats div {
  min-width: 0;
  min-height: 82px;
  padding: 12px 10px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: rgba(244, 248, 238, 0.92);
}
.product-hero .woo-hero-panel strong {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.05;
}
.product-hero .woo-hero-panel span {
  min-width: 0;
  font-size: 13px;
  line-height: 1.28;
}

.product-list-section,
.product-support-section,
.product-detail-section,
.product-info-section,
.contact-assurance-section {
  padding: 56px 0 0;
}
.product-list-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.product-category-sidebar {
  position: sticky;
  top: 110px;
  padding: 22px;
}
.product-category-sidebar .section-title {
  margin-bottom: 16px;
}
.product-category-sidebar .section-title h2 {
  max-width: 100%;
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.12;
  white-space: nowrap;
}
.product-sidebar-search {
  margin: 0 0 16px;
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 8px;
}
.product-sidebar-search input[type="search"] {
  min-width: 0;
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1px 7px rgba(255, 255, 255, 0.72) inset;
}
.product-sidebar-search button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 16px rgba(38, 65, 13, 0.18), 0 2px 6px rgba(255, 255, 255, 0.44) inset;
  cursor: pointer;
}
.product-sidebar-search button.loading {
  opacity: 0.72;
  pointer-events: none;
}
.product-list-main.searching .products,
.product-list-main.searching .product-search-empty {
  opacity: 0.58;
}
.product-category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.product-category-card {
  position: relative;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 10px 22px rgba(42, 50, 28, 0.08), 0 1px 8px rgba(255, 255, 255, 0.88) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.product-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(238, 247, 229, 0.9), rgba(255, 255, 255, 0.24));
  transition: opacity 0.2s ease;
}
.product-category-card img {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(246, 248, 240, 0.78);
}
.product-category-card span {
  position: relative;
  z-index: 1;
  color: #1f2a18;
  font-weight: 900;
  line-height: 1.25;
}
.product-category-card b {
  position: relative;
  z-index: 1;
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--green);
  background: #edf5e5;
}
.product-category-card:hover,
.product-category-card:focus-visible,
.product-category-card.active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(42, 50, 28, 0.12), 0 1px 9px rgba(255, 255, 255, 0.94) inset;
}
.product-category-card:hover::before,
.product-category-card:focus-visible::before,
.product-category-card.active::before {
  opacity: 1;
}
.product-category-card.active b {
  color: #fff;
  background: var(--green);
}
.catalog-toolbar {
  margin-bottom: 22px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.catalog-toolbar .woocommerce-result-count {
  margin: 4px 0 0;
  color: var(--muted);
}
.catalog-ordering .woocommerce-ordering {
  margin: 0;
}
.catalog-ordering select,
.contact-inquiry-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
}
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}
.woocommerce ul.products li.product.product-card,
.woocommerce-page ul.products li.product.product-card {
  width: auto;
  margin: 0;
  float: none;
  overflow: hidden;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}
.woocommerce ul.products li.product.product-card:hover,
.woocommerce-page ul.products li.product.product-card:hover,
.woocommerce ul.products li.product.product-card:focus-within,
.woocommerce-page ul.products li.product.product-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.98);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 46px rgba(42, 50, 28, 0.16), 0 1px 12px rgba(255, 255, 255, 0.96) inset;
}
.product-card-media {
  min-height: 188px;
  padding: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(244, 248, 238, 0.96), rgba(255, 255, 255, 0.52));
  transition: background 0.26s ease;
}
.product-card-media img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  transition: transform 0.28s ease;
}
.product-card:hover .product-card-media,
.product-card:focus-within .product-card-media {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 230, 0.72));
}
.product-card:hover .product-card-media img,
.product-card:focus-within .product-card-media img {
  transform: scale(1.06);
}
.product-card-copy {
  padding: 16px;
}
.product-card-cat,
.product-card-cat a {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-card h2 {
  margin: 8px 0 8px;
  color: #1f2a18;
  font-size: 17px;
  line-height: 1.2;
}
.product-card p {
  margin: 0 0 14px;
  color: var(--muted);
}
.product-card-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.inquiry-btn {
  min-height: 42px;
  width: 100%;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  background:
    radial-gradient(ellipse at 28% 12%, rgba(255, 255, 255, 0.46), transparent 30%),
    linear-gradient(180deg, #91b94f 0%, #557d22 52%, #214807 100%);
  box-shadow: 0 12px 18px rgba(38, 65, 13, 0.2), 0 2px 6px rgba(255, 255, 255, 0.5) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.inquiry-btn:hover,
.inquiry-btn:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 24px rgba(38, 65, 13, 0.28), 0 2px 8px rgba(255, 255, 255, 0.62) inset;
}
.inquiry-btn:active {
  transform: translateY(0) scale(0.98);
}
.product-summary-actions .inquiry-btn {
  width: auto;
  min-width: 184px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 12px;
  font-size: clamp(13px, 1.04vw, 17px);
  text-transform: uppercase;
}
.small-btn,
.text-link {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  background: var(--green);
}
.small-btn.ghost,
.text-link {
  color: var(--green);
  background: #edf5e5;
}
.product-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-support-grid article {
  padding: 24px;
}
.product-support-grid i {
  width: 42px;
  height: 42px;
  color: var(--green);
}
.product-support-grid h3,
.product-buying-card h2,
.product-description h2 {
  margin: 10px 0;
  color: #1f2a18;
}
.product-support-grid p,
.product-buying-card li {
  color: var(--muted);
}

.single-product-hero {
  padding: 28px 0 0;
}
.breadcrumb-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}
.breadcrumb-line a {
  color: var(--green);
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 24px;
  align-items: start;
}
.product-gallery-panel {
  position: relative;
  padding: 22px;
  overflow: hidden;
}
.product-main-image {
  min-height: 520px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(244, 248, 238, 0.96), rgba(255, 255, 255, 0.58));
}
.product-main-image img {
  max-height: 480px;
  object-fit: contain;
}
.product-thumb-strip {
  margin-top: 16px;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product-thumb-strip.has-arrows {
  grid-template-columns: 42px minmax(0, 414px) 42px;
}
.product-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 96px;
  gap: 10px;
  overflow-x: auto;
  max-width: 414px;
  padding: 4px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.product-thumbs::-webkit-scrollbar {
  display: none;
}
.product-thumbs button {
  width: 96px;
  height: 96px;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.74);
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.product-thumbs button:hover,
.product-thumbs button:focus-visible {
  border-color: rgba(56, 103, 25, 0.42);
  transform: translateY(-2px);
}
.product-thumbs button.active {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(56, 103, 25, 0.12);
}
.product-thumbs img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.gallery-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(56, 103, 25, 0.36);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(ellipse at 30% 18%, rgba(255, 255, 255, 0.42), transparent 36%),
    linear-gradient(180deg, #86ad45 0%, #386719 100%);
  box-shadow: 0 12px 24px rgba(56, 103, 25, 0.24), 0 1px 8px rgba(255, 255, 255, 0.42) inset;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.gallery-arrow svg {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}
.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  transform: translateY(-1px) scale(1.04);
  filter: saturate(1.1);
  box-shadow: 0 16px 30px rgba(56, 103, 25, 0.34), 0 1px 10px rgba(255, 255, 255, 0.58) inset;
}
.gallery-arrow:active {
  transform: translateY(0) scale(0.96);
}
.product-summary-card {
  padding: 32px;
}
.product-summary-card h1 {
  margin: 8px 0 12px;
  color: #1f2a18;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.05;
  font-weight: 950;
}
.product-lead {
  color: var(--muted);
  font-size: 17px;
}
.product-detail-facts {
  margin: 22px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.product-detail-facts div {
  padding: 14px;
  border-radius: 12px;
  background: #edf5e5;
}
.product-detail-facts strong {
  display: block;
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}
.product-detail-facts span {
  font-weight: 850;
}
.product-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-info-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  align-items: start;
}
.product-description,
.product-buying-card {
  padding: 28px;
}
.product-buying-card ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.product-spec-list {
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}
.product-spec-list div {
  padding: 12px 14px;
  border: 1px solid rgba(56, 103, 25, 0.1);
  border-radius: 12px;
  display: grid;
  gap: 4px;
  background: rgba(237, 245, 229, 0.72);
}
.product-spec-list dt {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-spec-list dd {
  margin: 0;
  color: #223018;
  font-weight: 850;
}
.product-spec-list.is-collapsible:not(.open) .extra-spec {
  display: none;
}
.spec-toggle {
  width: 100%;
  min-height: 42px;
  margin: -6px 0 20px;
  padding: 0 14px;
  border: 1px solid rgba(56, 103, 25, 0.18);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  background: rgba(237, 245, 229, 0.72);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.spec-toggle:hover,
.spec-toggle:focus-visible {
  transform: translateY(-1px);
  background: rgba(237, 245, 229, 0.92);
  box-shadow: 0 10px 18px rgba(42, 50, 28, 0.08);
}
.spec-toggle i {
  transition: transform 0.18s ease;
}
.spec-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.article-list-section .article-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}
.article-list-section .article-sidebar {
  position: sticky;
  top: 96px;
  grid-template-columns: 1fr;
}
.article-list-card {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  display: grid;
  grid-template-rows: auto 1fr;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  transform: translateY(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.article-list-card:hover,
.article-list-card:focus-within {
  border-color: rgba(56, 103, 25, 0.28);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 34px rgba(42, 50, 28, 0.16), 0 1px 10px rgba(255, 255, 255, 0.94) inset;
  transform: translateY(-5px);
}
.article-card-image {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #edf5e5;
}
.article-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.28s ease, filter 0.28s ease;
}
.article-list-card:hover .article-card-image img,
.article-list-card:focus-within .article-card-image img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}
.article-list-card .copy {
  min-width: 0;
  padding: 14px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  align-content: start;
}
.article-meta,
.article-meta a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.article-meta.compact {
  gap: 8px;
}
.article-list-card h2 {
  margin: 8px 0 7px;
  color: #1f2a18;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-list-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-list-card .text-link {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  align-self: end;
  justify-self: start;
}
.article-list-card:hover .text-link,
.article-list-card:focus-within .text-link {
  color: #fff;
  background: var(--green);
  transform: translateX(2px);
}
.article-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}
.sidebar-block,
.sidebar-cta {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}
.sidebar-block h3,
.sidebar-cta h3 {
  margin: 0 0 14px;
  color: #1f2a18;
}
.sidebar-block ul,
.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-filter li a {
  min-height: 42px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.category-filter li:last-child a {
  border-bottom: 0;
}
.category-filter span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.recent-articles li a {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  display: block;
}
.recent-articles li:last-child a {
  border-bottom: 0;
}
.recent-articles strong {
  display: block;
  color: #1f2a18;
}
.recent-articles span,
.sidebar-cta p {
  color: var(--muted);
}
.article-search input[type="search"],
.search-form input[type="search"] {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.article-search input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  background: var(--green);
}
.article-content-card,
.page-content-card {
  display: block;
}
.article-content-card .article-content,
.article-content {
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.78);
}
.article-content h2,
.article-content h3 {
  color: #1f2a18;
}
.article-content p,
.article-content li {
  color: #4f574d;
}
.article-featured-wrap {
  padding-top: 36px;
}
.article-featured {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.article-featured img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.post-nav,
.article-tags,
.article-page-links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.post-nav a,
.article-tags a {
  color: var(--green);
  font-weight: 850;
}
.article-pagination {
  margin-top: 26px;
}
.article-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-weight: 850;
  background: rgba(255, 255, 255, 0.72);
}
.article-pagination .current {
  color: #fff;
  background: var(--green);
}
.empty-catalog {
  padding: 32px;
  text-align: center;
}

.contact-hero .woo-hero-panel {
  grid-template-columns: 1fr;
}
.contact-inquiry-form {
  grid-template-columns: repeat(2, 1fr);
}
.contact-inquiry-form label {
  display: grid;
  gap: 8px;
  color: #1f2a18;
  font-weight: 850;
}
.contact-inquiry-form button {
  grid-column: 1 / -1;
  justify-self: start;
}
.contact-fluent-form {
  margin-top: 4px;
}
.contact-fluent-form .fluentform,
.contact-fluent-form form {
  margin: 0;
}
.contact-fluent-form input,
.contact-fluent-form textarea,
.contact-fluent-form select {
  border-radius: 10px;
}
.contact-methods {
  display: grid;
  gap: 14px;
}
.contact-method-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.contact-method-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #edf5e5;
}
.contact-method-icon svg,
.contact-method-icon i {
  width: 22px;
  height: 22px;
  color: var(--green);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-method-card h3 {
  margin: 0 0 4px;
  color: #1f2a18;
}
.contact-method-card p,
.contact-method-card a {
  color: var(--muted);
}
.contact-process-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}
.contact-process-grid span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 950;
  background: var(--green);
}
.contact-process-grid h3 {
  margin: 14px 0 8px;
  color: #1f2a18;
}
.contact-process-grid p {
  margin: 0;
  color: var(--muted);
}
.contact-assurance-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}
.contact-map-card,
.contact-faq-card {
  padding: 28px;
}
.contact-map-card h2,
.contact-faq-card h2 {
  margin: 0 0 10px;
  color: #1f2a18;
}
.contact-map-card p,
.mini-faq p {
  color: var(--muted);
}
.contact-map-card img {
  margin-top: 18px;
  width: 100%;
}
.mini-faq {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.mini-faq:last-child {
  border-bottom: 0;
}
.mini-faq h3 {
  margin: 0 0 6px;
  color: #1f2a18;
}

footer {
  margin-top: 64px;
  padding: 52px 0 26px;
  background: #e9efe1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1.2fr;
  gap: 42px;
}
.footer-grid h3 {
  margin: 0 0 14px;
  color: #1f2a18;
}
.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: var(--muted);
}
.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 950;
  font-size: 22px;
  line-height: 1;
  background:
    radial-gradient(ellipse at 30% 12%, rgba(255, 255, 255, 0.45), transparent 32%),
    linear-gradient(180deg, #93bd4f 0%, #5e8a26 52%, #244d09 100%);
  box-shadow: 0 10px 18px rgba(38, 65, 13, 0.22), 0 2px 7px rgba(255, 255, 255, 0.45) inset;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.12) brightness(1.04);
  box-shadow: 0 14px 24px rgba(38, 65, 13, 0.3), 0 2px 9px rgba(255, 255, 255, 0.58) inset;
}
.socials img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.subscribe {
  display: grid;
  gap: 10px;
}
.subscribe input {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.copyright {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .s1-hero {
    aspect-ratio: auto;
    min-height: 760px;
    background-position: 58% center;
  }
  .s1-top {
    left: 18px;
    right: 18px;
    height: auto;
    min-height: 48px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .s1-top .top-breathing {
    max-width: calc(100vw - 36px);
    padding: 7px 12px;
    font-size: clamp(9px, 2.15vw, 12px);
    line-height: 1.2;
  }
  .site-top {
    padding: 8px 0;
  }
  .site-top .top-breathing {
    max-width: calc(100vw - 36px);
    padding: 0 8px;
    font-size: clamp(9px, 2.15vw, 12px);
    line-height: 1.2;
  }
  .s1-top em,
  .s1-top b { display: none; }
  .s1-nav {
    top: 62px;
    left: 14px;
    right: 14px;
    height: auto;
    min-height: 82px;
    padding: 14px;
    grid-template-columns: 1fr auto;
  }
  .s1-nav.is-fixed {
    top: 14px;
    left: var(--home-nav-left, 14px);
    right: auto;
    width: var(--home-nav-width, calc(100vw - 28px));
  }
  .s1-brand { min-width: 0; }
  .s1-menu-toggle { display: grid; }
  .s1-nav > .s1-btn { display: none; }
  .s1-nav nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 10px);
    width: auto;
    max-width: none;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
  .s1-nav.open nav { display: flex; }
  .s1-nav nav .nav-liquid-pill { display: none; }
  .s1-nav nav a {
    min-height: 40px;
    padding: 0 10px;
  }
  .s1-nav nav .active::after { display: none; }
  .s1-copy {
    top: 190px;
    left: 22px;
    right: 22px;
    width: auto;
  }
  .s1-copy h1 { font-size: clamp(38px, 11vw, 62px); }
  .s1-actions { flex-wrap: wrap; }
  .s1-stats {
    left: 18px;
    right: 18px;
    bottom: 22px;
    width: auto;
    height: auto;
    min-height: 106px;
  }
  .hr-benefits,
  .hr-split,
  .hr-duo,
  .hr-lower,
  .hr-bottom,
  .hr-footer,
  .woo-hero-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .nav-inner {
    position: relative;
    grid-template-columns: 1fr auto;
  }
  .menu-btn {
    display: grid;
  }
  .nav-cta {
    display: none;
  }
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    z-index: 30;
    width: auto;
    max-width: none;
    padding: 12px;
    border-radius: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    width: 100%;
    justify-content: flex-start;
  }
  .nav-liquid-pill {
    display: none;
  }
  .hr-work-row,
  .hr-blog-grid,
  .contact-process-grid,
  .woocommerce ul.products,
  .product-support-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-grid {
    grid-template-columns: 1fr;
  }
  .article-list-section {
    overflow: hidden;
  }
  .article-list-section .article-layout {
    width: min(100% - 36px, 1180px);
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .article-list-section .article-main {
    order: 1;
    width: 100%;
    min-width: 0;
  }
  .article-list-section .article-sidebar {
    order: 2;
    width: 100%;
    min-width: 0;
  }
  .article-list-section .article-list-card,
  .article-list-section .sidebar-block,
  .article-list-section .sidebar-cta {
    width: 100%;
    min-width: 0;
  }
  .article-layout,
  .product-list-layout,
  .product-detail-grid,
  .product-info-grid,
  .contact-assurance-grid {
    grid-template-columns: 1fr;
  }
  .product-category-sidebar {
    position: static;
  }
  .product-category-sidebar .product-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-sidebar {
    position: static;
  }
  .article-list-section .article-sidebar {
    grid-template-columns: 1fr;
  }
  .product-main-image {
    min-height: 420px;
  }
  .hr-work-row::before { display: none; }
  .hr-oem {
    min-height: 360px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(255, 255, 255, 0.32) 100%),
      url("assets/haoyao-parts/oem-private-label-bg.png") 68% center / cover no-repeat;
  }
  .hr-oem::before {
    width: 76%;
  }
  .hr-oem > div {
    max-width: 430px;
    background: rgba(255, 255, 255, 0.68);
  }
}

@media (max-width: 640px) {
  .s1-hero { min-height: 820px; }
  .s1-top {
    left: 10px;
    right: 10px;
  }
  .s1-top .top-breathing {
    max-width: calc(100vw - 20px);
    padding: 6px 8px;
    font-size: clamp(8px, 2.15vw, 10px);
    transform-origin: center;
  }
  .site-top .top-breathing {
    max-width: calc(100vw - 20px);
    padding: 0 6px;
    font-size: clamp(8px, 2.15vw, 10px);
    transform-origin: center;
  }
  .s1-nav > .s1-btn { display: none; }
  .s1-brand strong { font-size: 15px; }
  .s1-brand small { font-size: 12px; }
  .s1-copy p { font-size: 14px; }
  .s1-stats {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
  }
  .s1-stats div {
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .s1-stats div:last-child { border-bottom: 0; }
  .hr-cats,
  .hr-product-row,
  .hr-work-row,
  .article-grid,
  .hr-blog-grid,
  .contact-process-grid,
  .woocommerce ul.products,
  .product-support-grid,
  .footer-grid,
  .contact-inquiry-form,
  .hero-mini-stats,
  .product-detail-facts {
    grid-template-columns: 1fr;
  }
  .product-category-sidebar .product-category-grid {
    grid-template-columns: 1fr;
  }
  .article-list-section .article-sidebar {
    grid-template-columns: 1fr;
  }
  .catalog-toolbar,
  .product-category-card {
    align-items: stretch;
  }
  .hr-blog-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-toolbar {
    display: grid;
  }
  .product-category-card {
    grid-template-columns: 72px 1fr auto;
  }
  .product-main-image {
    min-height: 300px;
  }
  .product-thumb-strip {
    justify-content: stretch;
  }
  .product-thumb-strip.has-arrows {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
  }
  .product-thumbs {
    grid-auto-columns: 82px;
    max-width: none;
  }
  .product-thumbs button {
    width: 82px;
    height: 82px;
  }
  .product-thumbs img {
    width: 70px;
    height: 70px;
  }
  .gallery-arrow {
    width: 38px;
    height: 38px;
  }
  .product-summary-card,
  .product-gallery-panel,
  .product-description,
  .product-buying-card,
  .contact-form-card,
  .contact-method-card {
    padding: 20px;
  }
}
