:root {
  --navy: #0A2E6D;
  --navy-2: #0A2E6D;
  --blue: #0A2E6D;
  --aqua: #4EB7E8;
  --gold: #F97316;
  --cream: #F6FAFD;
  --cream-2: #F6FAFD;
  --blue-soft: #F6FAFD;
  --blue-soft-2: #F6FAFD;
  --ink: #102033;
  --muted: #5f6f83;
  --line: #d9e7ee;
  --soft: #F6FAFD;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(12, 35, 62, .12);
  --radius: 8px;
  --max: 1180px;
  --product-hero-min: 620px;
  --home-hero-media-height: 500px;
  --home-hero-media-height-tablet: 380px;
  --home-hero-media-height-mobile: 270px;
}

.turnstile-field {
  min-height: 65px;
  margin: 2px 0 4px;
  color: #526174;
  font-size: 13px;
  line-height: 1.4;
}

.section-navy {
  background: var(--navy);
  color: #fff;
}

.section-head.light h2,
.section-head.light .lead {
  color: #fff;
}

.section-head.light .eyebrow {
  color: #8dd7f5;
}

.kids-product-line-hero {
  display: flex;
  align-items: center;
  min-height: var(--product-hero-min);
  padding: 64px 22px 70px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 54%, #fff 100%);
}

.kids-product-line-grid {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 50px;
  align-items: center;
}

.kids-product-line-copy p:not(.eyebrow):not(.lead) {
  max-width: 560px;
  color: #405166;
  font-size: 17px;
}

.kids-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin: 24px 0 0;
}

.kids-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(78, 183, 232, .42);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(10, 46, 109, .06);
}

.kids-product-line-visual {
  margin: 0;
  height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 46, 109, .12);
}

.kids-product-line-visual img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center 34%;
  background: #F6FAFD;
}

.product-line-hero {
  display: flex;
  align-items: center;
  min-height: var(--product-hero-min);
  padding: 64px 22px 70px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 56%, #fff 100%);
}

.product-line-grid {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 50px;
  align-items: center;
}

.product-line-visual {
  margin: 0;
  height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 46, 109, .12);
}

.product-line-visual img,
.product-line-visual svg,
.product-line-visual .product-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-line-visual img {
  object-fit: contain;
  background: #fff;
}

.product-image-placeholder {
  background:
    linear-gradient(135deg, rgba(10, 46, 109, .06), rgba(78, 183, 232, .12)),
    #F6FAFD;
}

.product-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-pill-list li {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.product-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-range-card {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-range-card:hover,
.product-detail-card:hover,
.product-market-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.product-range-card img,
.product-range-card svg,
.product-range-card > .product-image-placeholder {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  background: #F6FAFD;
}

.product-range-card img {
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.product-range-card div {
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.product-range-card h3,
.product-detail-card h3,
.product-market-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.product-range-card p,
.product-detail-card p,
.product-market-card p {
  margin: 0;
  color: #405166;
}

.product-range-card strong {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: var(--navy);
  font-size: 14px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 44px;
  align-items: start;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-detail-card {
  min-height: 214px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10, 46, 109, .055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-detail-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-weight: 900;
}

.product-spec-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-spec-row article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-spec-row strong {
  display: block;
  color: var(--navy);
  font-size: 28px;
}

.product-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-material-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-material-grid img,
.product-material-grid svg,
.product-material-grid > article > .product-image-placeholder {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: #fff;
}

.product-material-grid div {
  padding: 22px;
}

.product-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-market-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-market-card {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-market-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.product-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.product-process article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: #fff;
}

.product-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--aqua);
  font-weight: 900;
  line-height: 1;
}

.product-process h3 {
  min-height: 2.4em;
  color: #fff;
  line-height: 1.2;
}

.kids-style-overview {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.kids-buyer-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.kids-buyer-guide article {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .07);
}

.kids-buyer-guide span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.kids-buyer-guide h3,
.kids-decision-grid h3 {
  margin-bottom: 12px;
  color: var(--navy);
}

.kids-buyer-guide p {
  margin: 0;
  color: #405166;
}

.kids-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kids-decision-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.kids-decision-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #405166;
}

.kids-decision-grid strong {
  color: var(--navy);
}

.kids-model-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.kids-model-options article {
  display: grid;
  grid-template-rows: 270px minmax(300px, 1fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.kids-model-options article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.kids-model-options img {
  width: 100%;
  height: 270px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  padding: 22px;
  background: #F6FAFD;
  transition: transform .28s ease;
}

.kids-model-options article:nth-child(n + 2) img {
  object-fit: contain;
  padding: 22px;
}

.kids-model-options div {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.kids-model-options span {
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff1e8;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
}

.kids-model-options h3 {
  margin-bottom: 14px;
  min-height: 58px;
  font-size: 24px;
  line-height: 1.18;
}

.kids-model-options p {
  flex: 1;
  min-height: 112px;
  margin: 0 0 18px;
  color: #405166;
}

.kids-model-options strong {
  display: flex;
  align-items: flex-start;
  min-height: 64px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 15px;
}

.kids-style-overview article {
  display: grid;
  grid-template-rows: 360px 1fr;
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.kids-style-overview article:nth-child(1),
.kids-style-overview article:nth-child(2) {
  grid-column: span 3;
}

.kids-style-overview article:hover,
.kids-structure-grid article:hover,
.kids-material-line-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.kids-style-overview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 24px;
  background: #fff;
  transition: transform .28s ease;
}

.kids-style-overview div {
  padding: 24px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.kids-style-overview h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.kids-style-overview p {
  margin: 0;
  color: #405166;
}

.kids-structure-layout,
.kids-application-layout,
.kids-oem-brief {
  display: grid;
  grid-template-columns: .32fr .68fr;
  gap: 44px;
  align-items: start;
}

.kids-structure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.kids-structure-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.kids-structure-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-weight: 900;
}

.kids-structure-grid h3 {
  min-height: 54px;
  font-size: 19px;
}

.kids-structure-grid p {
  color: #405166;
}

.kids-material-line-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.kids-material-line-grid article {
  display: grid;
  grid-template-rows: 180px auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.kids-material-line-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #F6FAFD;
  transition: transform .28s ease;
}

.kids-material-line-grid h3,
.kids-material-line-grid p {
  padding-inline: 16px;
}

.kids-material-line-grid h3 {
  min-height: 62px;
  padding-top: 16px;
  margin: 0;
  color: var(--navy);
  font-size: 17px;
}

.kids-material-line-grid p {
  margin: 0;
  padding-bottom: 18px;
  color: #405166;
  font-size: 14px;
}

.kids-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.kids-application-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.kids-application-grid h3 {
  min-height: 0;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.18;
}

.kids-application-grid p {
  margin: 0;
  color: #405166;
}

.kids-buyer-guide article,
.kids-decision-grid article,
.kids-application-grid article,
.kids-market-grid article,
.kids-qc-grid article,
.kids-factory-mini-grid article,
.rash-oem-card dl > div {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.kids-buyer-guide article:hover,
.kids-decision-grid article:hover,
.kids-model-options article:hover,
.kids-style-overview article:hover,
.kids-structure-grid article:hover,
.kids-material-line-grid article:hover,
.kids-application-grid article:hover,
.kids-market-grid article:hover,
.kids-qc-grid article:hover,
.kids-factory-mini-grid article:hover,
.rash-oem-card dl > div:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .95);
  background: var(--navy);
  color: #fff;
  box-shadow: 0 24px 64px rgba(10, 46, 109, .18);
}

.kids-buyer-guide article:hover h3,
.kids-buyer-guide article:hover p,
.kids-decision-grid article:hover h3,
.kids-decision-grid article:hover p,
.kids-decision-grid article:hover li,
.kids-decision-grid article:hover strong,
.kids-model-options article:hover h3,
.kids-model-options article:hover p,
.kids-model-options article:hover strong,
.kids-style-overview article:hover h3,
.kids-style-overview article:hover p,
.kids-structure-grid article:hover h3,
.kids-structure-grid article:hover p,
.kids-material-line-grid article:hover h3,
.kids-material-line-grid article:hover p,
.kids-application-grid article:hover h3,
.kids-application-grid article:hover p,
.kids-market-grid article:hover h3,
.kids-market-grid article:hover p,
.kids-market-grid article:hover li,
.kids-qc-grid article:hover h3,
.kids-factory-mini-grid article:hover h3,
.rash-oem-card dl > div:hover dt,
.rash-oem-card dl > div:hover dd {
  color: #fff;
}

.kids-buyer-guide article:hover span,
.kids-model-options article:hover span,
.kids-structure-grid article:hover span,
.kids-kc-note:hover span,
.kids-market-grid article:hover span,
.product-market-card:hover span,
.kids-process-row article:hover span {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.kids-model-options article:hover img,
.kids-style-overview article:hover img,
.kids-material-line-grid article:hover img,
.kids-qc-grid article:hover img,
.kids-factory-mini-grid article:hover img {
  transform: scale(1.04);
}

.kids-style-overview article:hover div {
  background: transparent;
}

.kids-oem-brief-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.kids-oem-brief-points span {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 850;
}

.kids-collection-hero {
  padding: 64px 22px 72px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 58%, #fff 100%);
  overflow: hidden;
}

.kids-collection-hero-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: center;
}

.kids-collection-copy h1 {
  max-width: 640px;
}

.kids-collection-copy p:not(.eyebrow):not(.lead) {
  max-width: 570px;
  color: #405166;
  font-size: 17px;
}

.kids-hero-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.kids-hero-product-grid article {
  min-height: 390px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(10, 46, 109, .1);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.kids-hero-product-grid article:hover,
.kids-collection-grid article:hover,
.kids-custom-grid article:hover,
.kids-material-simple article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .14);
}

.kids-hero-product-grid img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position: center;
  padding: 22px;
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.kids-hero-product-grid h2 {
  min-height: 74px;
  margin: 0;
  padding: 18px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.kids-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.kids-collection-grid article {
  display: grid;
  grid-template-rows: 320px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.kids-collection-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 22px;
  background: #fff;
}

.kids-collection-grid article > div {
  padding: 22px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.kids-collection-grid h3 {
  min-height: 56px;
  margin-bottom: 10px;
  font-size: 22px;
}

.kids-collection-grid p {
  min-height: 78px;
  margin: 0 0 16px;
  color: #405166;
}

.kids-collection-grid span {
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 850;
}

.kids-size-layout {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 48px;
  align-items: start;
}

.kids-size-chart {
  display: grid;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .06);
}

.kids-size-chart > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}

.kids-size-chart > div:last-child {
  border-bottom: 0;
}

.kids-size-chart strong,
.kids-size-chart span {
  display: flex;
  align-items: center;
  padding: 20px 24px;
}

.kids-size-chart strong {
  background: var(--navy);
  color: #fff;
  font-size: 20px;
}

.kids-size-chart span {
  color: #405166;
}

.kids-custom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kids-custom-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kids-custom-grid article,
.kids-material-simple article {
  overflow: hidden;
  border: 1px solid rgba(217, 231, 238, .9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.kids-custom-grid img,
.kids-material-simple img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  background: #F6FAFD;
}

.kids-custom-grid h3,
.kids-custom-grid p,
.kids-material-simple h3,
.kids-material-simple p {
  padding-inline: 20px;
}

.kids-custom-grid h3,
.kids-material-simple h3 {
  padding-top: 18px;
  margin-bottom: 8px;
  color: var(--navy);
}

.kids-custom-grid p,
.kids-material-simple p {
  min-height: 70px;
  padding-bottom: 20px;
  color: #405166;
  font-size: 15px;
}

.kids-material-simple {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.kids-testing-collection .section-head {
  max-width: 760px;
}

.kids-testing-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: center;
  margin-bottom: 34px;
}

.kids-testing-intro .section-head {
  margin-bottom: 0;
}

.kids-testing-intro .section-head p:not(.eyebrow):not(.lead) {
  max-width: 800px;
  color: #405166;
  font-size: 17px;
  line-height: 1.7;
}

.kids-kc-note {
  min-height: 178px;
  padding: 26px;
  border: 1px solid rgba(78, 183, 232, .55);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 100%);
  box-shadow: 0 14px 36px rgba(10, 46, 109, .08);
}

.kids-kc-note span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.kids-kc-note h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 23px;
}

.kids-kc-note p {
  margin: 0;
  color: #405166;
  font-size: 15px;
  line-height: 1.6;
}

.kids-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.kids-market-grid article {
  min-height: 184px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(10, 46, 109, .06);
}

.kids-market-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.kids-market-grid p {
  color: #405166;
}

.kids-market-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #405166;
  font-size: 15px;
  line-height: 1.5;
}

.kids-market-grid li {
  position: relative;
  padding-left: 18px;
}

.kids-market-grid li::before {
  position: absolute;
  top: .68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--aqua);
  content: "";
}

.kids-qc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kids-qc-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.kids-qc-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform .28s ease;
}

.kids-qc-grid h3 {
  min-height: 58px;
  margin: 0;
  padding: 17px;
  color: var(--navy);
  font-size: 18px;
}

.kids-factory-compact {
  display: grid;
  grid-template-columns: .3fr .7fr;
  gap: 38px;
  align-items: start;
}

.kids-factory-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.kids-factory-mini-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(10, 46, 109, .06);
}

.kids-factory-mini-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform .28s ease;
}

.kids-factory-mini-grid h3 {
  min-height: 58px;
  margin: 0;
  padding: 17px;
  color: var(--navy);
  font-size: 17px;
}

.kids-process-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.kids-process-row article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.kids-process-row span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.kids-process-row h3 {
  color: #fff;
  font-size: 18px;
}

.kids-process-row p {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .kids-collection-hero-grid,
  .kids-structure-layout,
  .kids-application-layout,
  .kids-oem-brief,
  .kids-size-layout,
  .kids-factory-compact {
    grid-template-columns: 1fr;
  }

  .kids-style-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kids-model-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kids-style-overview article,
  .kids-style-overview article:nth-child(1),
  .kids-style-overview article:nth-child(2) {
    grid-column: span 1;
  }

  .kids-hero-product-grid,
  .kids-structure-grid,
  .kids-material-line-grid,
  .kids-application-grid,
  .kids-oem-brief-points,
  .kids-material-simple,
  .kids-qc-grid,
  .kids-factory-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kids-buyer-guide,
  .kids-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kids-process-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .kids-product-line-grid {
    grid-template-columns: 1fr;
  }

  .kids-model-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .kids-collection-hero {
    padding: 44px 18px 52px;
  }

  .kids-hero-product-grid,
  .kids-style-overview,
  .kids-model-options,
  .kids-structure-grid,
  .kids-collection-grid,
  .kids-custom-grid,
  .kids-custom-grid-wide,
  .kids-material-line-grid,
  .kids-application-grid,
  .kids-oem-brief-points,
  .kids-material-simple,
  .kids-market-grid,
  .kids-qc-grid,
  .kids-factory-mini-grid,
  .kids-process-row {
    grid-template-columns: 1fr;
  }

  .kids-buyer-guide,
  .kids-decision-grid {
    grid-template-columns: 1fr;
  }

  .kids-hero-product-grid article,
  .kids-collection-grid article {
    grid-template-rows: 280px auto;
  }

  .kids-style-overview article {
    grid-template-rows: 300px auto;
  }

  .kids-model-options article {
    grid-template-rows: 300px auto;
    min-height: 0;
  }

  .kids-model-options img,
  .kids-model-options article:nth-child(n + 2) img {
    height: 300px;
    min-height: 0;
    object-fit: contain;
    padding: 18px;
  }

  .kids-product-line-visual {
    height: 360px;
  }

  .kids-product-line-visual img {
    height: 360px;
    max-height: none;
  }

  .kids-hero-product-grid img,
  .kids-collection-grid img {
    height: 100%;
  }

  .kids-size-chart > div {
    grid-template-columns: 1fr;
  }

  .kids-size-chart strong,
  .kids-size-chart span {
    padding: 16px 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #FFFFFF;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(217, 231, 238, .86);
  backdrop-filter: blur(16px);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--navy);
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 0;
  overflow: hidden;
  font-weight: 900;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 22px;
  font-size: 14px;
  color: #314359;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 750;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(249, 115, 22, .24);
}

.btn-secondary {
  color: var(--navy);
  background: var(--cream-2);
  border-color: var(--line);
}

.btn-light {
  color: var(--navy);
  background: #fff;
}

.section {
  padding: 92px 22px;
}

.section-soft {
  background: var(--cream-2);
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 12px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--navy);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  color: var(--navy);
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  line-height: 1.24;
  color: var(--navy);
  margin-bottom: 10px;
}

.lead {
  font-size: clamp(18px, 2vw, 22px);
  color: #405166;
  max-width: 760px;
}

.hero {
  padding: 72px 22px 56px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-soft) 0%, #fff 55%, var(--blue-soft-2) 100%);
}

.hero-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  gap: 54px;
  align-items: center;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 0;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.trust-list li,
.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #314359;
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #fff;
  overflow: hidden;
}

.hero-media > img.photo {
  display: block;
  width: 100%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
}

.hero-photo-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 250px 250px;
  gap: 12px;
  padding: 14px;
  background: var(--cream-2);
}

.hero-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: #F6FAFD;
}

.hero-photo-grid img:first-child {
  grid-row: span 2;
  grid-column: auto;
  height: 100%;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(246, 250, 253, .9);
  color: var(--navy);
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 18px;
}

.hero-kicker:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.stat-strip {
  max-width: var(--max);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}

.stat {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 14px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.category-card,
.process-step,
.testimonial,
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card {
  padding: 26px;
  box-shadow: 0 12px 30px rgba(19, 37, 68, .06);
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  margin-bottom: 18px;
  background: var(--cream-2);
  color: var(--navy);
  font-weight: 900;
}

.category-card {
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 12px 30px rgba(19, 37, 68, .06);
  display: flex;
  flex-direction: column;
}

.category-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.category-visual {
  min-height: 190px;
  background: #F6FAFD;
  overflow: hidden;
}

.category-visual img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .3s ease;
}

.category-card:hover .category-visual img {
  transform: scale(1.035);
}

.category-body {
  padding: 22px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.category-body a,
.text-link {
  color: var(--blue);
  font-weight: 800;
}

.category-body p {
  flex: 1;
}

.category-body span {
  margin-top: auto;
  color: var(--blue);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: #314359;
}

.feature-list li:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--aqua);
  margin-top: 2px;
  box-shadow: inset 0 0 0 6px var(--blue-soft);
}

.visual-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.visual-panel img.photo {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.photo-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}

.wide-image {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.wide-image img {
  width: 100%;
  object-fit: contain;
}

.risk-band {
  padding: 56px 22px;
  background: var(--navy);
  color: #fff;
}

.risk-band .container {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.risk-band h2,
.risk-band .lead {
  color: #fff;
}

.risk-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.risk-list li {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  font-weight: 750;
}

.custom-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.custom-grid span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  font-weight: 800;
  color: var(--navy);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-step {
  padding: 24px;
  position: relative;
}

.process-step strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  margin-bottom: 18px;
}

.cert-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}

.cert-banner {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.cert {
  min-height: 112px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  color: var(--navy);
}

.testimonial {
  padding: 28px;
}

.testimonial p {
  color: #314359;
}

.testimonial strong {
  color: var(--navy);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 850;
  color: var(--navy);
}

.faq-item p {
  padding: 0 22px 22px;
  color: #405166;
}

.cta {
  background: var(--navy);
  color: #fff;
  padding: 76px 22px;
}

.cta h2,
.cta .lead {
  color: #fff;
}

.cta .lead {
  opacity: .84;
}

.oem-final-cta {
  background: #fff;
  padding: 92px 22px;
}

.oem-final-cta .container {
  padding: 46px 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy) 0%, #123f86 100%);
  box-shadow: 0 24px 70px rgba(10, 46, 109, .18);
}

.oem-final-cta .lead {
  max-width: 780px;
}

@media (max-width: 620px) {
  .oem-final-cta {
    padding: 64px 14px;
  }

  .oem-final-cta .container {
    padding: 32px 22px;
  }
}

.inquiry {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 36px;
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 750;
  color: var(--navy);
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.footer {
  padding: 44px 22px;
  background: var(--navy);
  color: rgba(255, 255, 255, .78);
}

.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 1.25fr) minmax(140px, .78fr) minmax(210px, 1.08fr) minmax(160px, .86fr) minmax(130px, .72fr) minmax(150px, .8fr);
  gap: 28px;
  align-items: start;
}

.footer strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.footer a {
  display: block;
  margin: 8px 0;
  line-height: 1.35;
}

.footer p,
.footer a {
  font-size: 15px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.footer a.social-link {
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.footer a.social-link:hover {
  border-color: rgba(78, 183, 232, .9);
  background: rgba(78, 183, 232, .18);
  transform: translateY(-2px);
}

.footer a.social-link svg {
  display: block;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  aspect-ratio: 1 / 1;
  fill: currentColor;
}

@media (max-width: 1180px) {
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-hero {
  display: flex;
  align-items: center;
  min-height: var(--product-hero-min);
  padding: 76px 22px 48px;
  background: linear-gradient(135deg, var(--blue-soft) 0%, #fff 70%);
}

.page-hero .container {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 50px;
  align-items: center;
}

.page-hero .hero-media {
  height: var(--home-hero-media-height);
}

.mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.kids-product-hero {
  padding: 74px 22px 66px;
  background: linear-gradient(135deg, #F6FAFD 0%, #FFFFFF 58%, #F6FAFD 100%);
}

.kids-hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 50px;
  align-items: center;
}

.kids-hero-copy p:not(.eyebrow):not(.lead) {
  max-width: 640px;
  color: #405166;
  font-size: 17px;
}

.kids-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(170px, .8fr);
  grid-template-rows: minmax(0, 1fr);
  gap: 14px;
  height: 620px;
  min-height: 560px;
  align-items: stretch;
}

.kids-hero-media figure {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(19, 37, 68, .08);
}

.kids-hero-main,
.kids-style-stack {
  min-height: 0;
}

.kids-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kids-hero-main img {
  object-position: 50% 58%;
}

.kids-style-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kids-style-stack figure {
  min-height: 174px;
}

.kids-style-stack img {
  object-position: 50% 24%;
}

.kids-hero-media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.kids-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kids-gallery article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(19, 37, 68, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kids-gallery article:hover {
  transform: translateY(-3px);
  border-color: rgba(78, 183, 232, .72);
  box-shadow: 0 20px 52px rgba(19, 37, 68, .1);
}

.kids-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 20%;
  background: #F6FAFD;
}

.kids-product-range img {
  height: 250px;
  object-fit: contain;
  object-position: center;
  padding: 18px;
}

.kids-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kids-catalog-grid article {
  display: grid;
  grid-template-rows: 260px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(19, 37, 68, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kids-catalog-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(78, 183, 232, .75);
  box-shadow: 0 20px 52px rgba(19, 37, 68, .1);
}

.kids-catalog-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background: #fff;
}

.kids-catalog-grid article > div {
  padding: 20px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.kids-catalog-grid span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
}

.kids-catalog-grid h3 {
  min-height: 50px;
  margin-bottom: 8px;
  font-size: 19px;
}

.kids-catalog-grid p {
  margin: 0;
  color: #405166;
  font-size: 15px;
  line-height: 1.5;
}

.kids-gallery article:nth-child(4) img,
.kids-gallery article:nth-child(8) img {
  object-position: 50% 10%;
}

.kids-gallery h3,
.kids-gallery p {
  padding-inline: 18px;
}

.kids-gallery h3 {
  min-height: 50px;
  padding-top: 18px;
  margin-bottom: 8px;
}

.kids-gallery p {
  min-height: 76px;
  padding-bottom: 20px;
  color: #405166;
  font-size: 15px;
}

.kids-feature-layout,
.kids-spec-layout {
  display: grid;
  grid-template-columns: .36fr .64fr;
  gap: 48px;
  align-items: start;
}

.kids-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.kids-feature-grid article {
  min-height: 188px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(19, 37, 68, .06);
  transition: transform .2s ease, border-color .2s ease;
}

.kids-feature-grid article:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}

.kids-feature-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #F6FAFD;
  color: var(--gold);
  font-weight: 900;
}

.kids-feature-grid p {
  color: #405166;
}

.spec-card {
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(19, 37, 68, .08);
  overflow: hidden;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  color: #243447;
}

.spec-table caption {
  padding: 18px;
  text-align: left;
  color: var(--navy);
  font-weight: 850;
}

.spec-table th,
.spec-table td {
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  color: var(--navy);
  background: #F6FAFD;
  font-size: 15px;
}

.spec-table td:first-child {
  width: 190px;
  color: var(--navy);
  font-weight: 850;
}

.kids-custom-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.kids-custom-options article {
  min-height: 188px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
  transition: transform .2s ease, border-color .2s ease;
}

.kids-custom-options article:hover {
  transform: translateY(-3px);
  border-color: rgba(78, 183, 232, .85);
}

.kids-custom-options strong,
.kids-custom-options span {
  display: block;
}

.kids-custom-options strong {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
}

.kids-custom-options span {
  color: #405166;
}

.kids-related-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.kids-related-grid .category-visual img {
  height: 245px;
  object-fit: contain;
  object-position: center;
  padding: 18px;
  background: #fff;
}

.kids-hero-lifestyle .kids-hero-main img {
  object-position: 50% 44%;
}

.kids-lifestyle-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.kids-lifestyle-row img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.kids-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.kids-visual-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(19, 37, 68, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kids-visual-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(78, 183, 232, .72);
  box-shadow: 0 20px 52px rgba(19, 37, 68, .1);
}

.kids-visual-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #F6FAFD;
}

.kids-material-grid {
  grid-template-columns: repeat(3, 1fr);
}

.kids-material-grid img {
  height: 220px;
}

.kids-visual-grid h3,
.kids-visual-grid p {
  padding-inline: 18px;
}

.kids-visual-grid h3 {
  padding-top: 18px;
  margin-bottom: 8px;
}

.kids-visual-grid p {
  min-height: 76px;
  padding-bottom: 20px;
  color: #405166;
  font-size: 15px;
}

.kids-testing-layout,
.kids-why-layout {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 44px;
  align-items: start;
}

.kids-testing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.kids-testing-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(19, 37, 68, .06);
}

.kids-testing-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.kids-testing-grid p {
  color: #405166;
}

.kids-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.kids-process-grid article {
  min-height: 220px;
}

.kids-factory-panel {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 18px;
  align-items: stretch;
}

.kids-factory-panel > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.kids-factory-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.kids-factory-points article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.kids-factory-points strong,
.kids-factory-points span {
  display: block;
}

.kids-factory-points strong {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
}

.kids-factory-points span {
  color: #405166;
  font-size: 15px;
}

.notice {
  border-left: 4px solid var(--aqua);
  background: #F6FAFD;
  padding: 18px 20px;
  border-radius: 8px;
  color: #314359;
}

.notice:empty {
  display: none;
}

.form-message:empty {
  display: none;
}

.form-message {
  margin: 0;
  color: #314359;
}

.advisor {
  padding: 28px 22px 0;
  background: #fff;
}

.advisor-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.advisor-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-2);
  box-shadow: 0 12px 30px rgba(19, 37, 68, .06);
}

.advisor-grid summary {
  cursor: pointer;
  padding: 18px;
  color: var(--navy);
  font-weight: 850;
}

.advisor-grid p {
  padding: 0 18px 18px;
  color: #405166;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    inset: 71px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .hero-grid,
  .split,
  .inquiry,
  .page-hero .container,
  .risk-band .container {
    grid-template-columns: 1fr;
  }

  .page-hero .hero-media {
    height: var(--home-hero-media-height-tablet);
  }

  .grid-3,
  .grid-4,
  .timeline,
  .stat-strip,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-grid,
  .cert-row,
  .advisor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .section,
  .hero,
  .page-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 42px;
  }

  .grid-3,
  .grid-4,
  .timeline,
  .stat-strip,
  .footer-grid,
  .custom-grid,
  .cert-row,
  .advisor-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .hero-photo-grid img,
  .hero-photo-grid img:first-child {
    grid-column: auto;
    grid-row: auto;
    height: 220px;
  }

  .page-hero .hero-media {
    height: var(--home-hero-media-height-mobile);
  }

  .risk-list {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
}

.about-hero {
  padding: 72px 22px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 58%, #fff 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.about-hero-copy h1 {
  max-width: 720px;
}

.about-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.about-hero-facts span,
.about-visit-list span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 850;
}

.about-hero-media {
  height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 46, 109, .12);
}

.about-hero-media img,
.about-factory-card img,
.about-team-photo-grid img,
.about-visit-panel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-slot {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  padding: 22px;
  border: 1px dashed rgba(10, 46, 109, .32);
  background: linear-gradient(135deg, rgba(78, 183, 232, .14), rgba(246, 250, 253, .95));
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.about-hero-media img {
  object-fit: contain;
  object-position: center bottom;
  background: #f6fafd;
}

.about-factory-card:first-child img {
  object-position: center bottom;
}

.about-team-layout,
.about-different-grid,
.about-visit-grid,
.about-cta {
  display: grid;
  grid-template-columns: .36fr .64fr;
  gap: 48px;
  align-items: start;
}

.about-point-grid,
.about-team-grid,
.about-difference-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-point-grid article,
.about-team-grid article,
.about-difference-cards article,
.about-cert-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.about-point-grid strong,
.about-difference-cards strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 20px;
}

.about-point-grid p,
.about-team-grid p,
.about-difference-cards p,
.about-cert-grid p,
.about-visit-panel p {
  margin: 0;
  color: #405166;
}

.about-factory {
  background: #F6FAFD;
}

.about-factory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-factory-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
}

.about-location-card {
  display: grid;
  grid-template-columns: .32fr .68fr;
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(10, 46, 109, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(10, 46, 109, .055);
}

.about-location-card .eyebrow {
  margin-bottom: 8px;
}

.about-location-card h3 {
  margin: 0;
  color: var(--navy);
}

.about-location-card address {
  color: #405166;
  font-style: normal;
  line-height: 1.65;
}

.about-stats {
  padding: 34px 22px;
  background: var(--navy);
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.about-stats-grid article {
  min-height: 132px;
  padding: 24px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.about-stats-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.about-stats-grid span {
  display: block;
  color: rgba(255,255,255,.76);
  font-weight: 750;
  line-height: 1.35;
}

.about-factory-card.is-large {
  grid-column: span 2;
}

.about-factory-card div {
  padding: 24px;
}

.about-factory-card span,
.about-process-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-weight: 900;
}

.about-factory-card span {
  flex: 0 0 42px;
}

.about-factory-card h3,
.about-team-grid h3,
.about-cert-grid h3,
.about-visit-panel h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.about-factory-card h3 {
  min-height: 54px;
}

.about-factory-card p,
.about-process-timeline p {
  margin: 0;
  color: #405166;
}

.about-team-section {
  background: #fff;
}

.about-team-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-team-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-team-support-grid article {
  display: grid;
  grid-template-rows: 170px auto auto 1fr;
  min-height: 210px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.about-team-support-grid .about-photo-slot {
  min-height: 170px;
  height: 170px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.about-team-support-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 22px 26px 18px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-weight: 900;
}

.about-team-support-grid strong {
  display: block;
  margin: 0 26px 10px;
  color: var(--navy);
  font-size: 19px;
}

.about-team-support-grid p {
  margin: 0 26px 26px;
  color: #405166;
}

.about-real-team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-real-team-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.about-real-team-grid .about-photo-slot,
.about-real-team-grid img {
  display: block;
  width: 100%;
  min-height: 260px;
  height: 260px;
  border-width: 0 0 1px;
  border-radius: 0;
  object-fit: cover;
}

.about-real-team-grid article > div:last-child {
  padding: 24px;
}

.about-real-team-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 21px;
}

.about-real-team-grid p {
  margin: 0;
  color: #405166;
}

.about-team-photo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
}

.about-team-photo-grid img {
  height: 300px;
  object-fit: cover;
}

.about-team-photo-grid .about-photo-slot {
  height: 300px;
}

.about-team-photo-grid figcaption {
  display: block;
  padding: 22px;
}

.about-team-photo-grid figcaption strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 20px;
}

.about-team-photo-grid figcaption span {
  display: block;
  color: #405166;
  line-height: 1.55;
}

.about-team-grid article span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
}

.about-process-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  counter-reset: processStep;
}

.about-process-timeline article {
  position: relative;
  min-height: 320px;
  padding: 14px 14px 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}

.about-process-timeline img {
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
}

.about-process-timeline .about-photo-slot {
  height: 140px;
  min-height: 140px;
  margin-bottom: 18px;
  border-radius: 8px;
}

.about-process-timeline article:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 84px;
  right: -14px;
  z-index: 2;
  width: 28px;
  height: 2px;
  background: rgba(141, 215, 245, .72);
}

.about-process-timeline article:not(:nth-child(3n))::before {
  content: "";
  position: absolute;
  top: 79px;
  right: -16px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(141, 215, 245, .72);
  border-right: 2px solid rgba(141, 215, 245, .72);
  transform: rotate(45deg);
}

.about-process-timeline span {
  background: rgba(78, 183, 232, .22);
  color: #fff;
}

.about-process-timeline h3 {
  margin: 0 0 10px;
  color: #fff;
}

.about-process-timeline p {
  color: rgba(255,255,255,.78);
}

.about-different {
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.about-trusted {
  background: #fff;
}

.about-trusted-layout {
  display: grid;
  gap: 24px;
}

.about-trusted-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-trusted-points article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(10, 46, 109, .055);
}

.about-trusted-points strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
}

.about-trusted-points p {
  margin: 0;
  color: #405166;
}

.about-trusted-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: 220px;
  gap: 14px;
}

.about-trusted-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.about-trusted-gallery .about-photo-slot {
  height: 100%;
  min-height: 0;
}

.about-trusted-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-trusted-gallery .is-customer-visits img {
  object-position: center 68%;
}

.about-trusted-gallery figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(10, 46, 109, .86);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.about-certifications {
  background: #F6FAFD;
}

.about-certifications .container {
  max-width: 1240px;
}

.about-cert-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  flex: 1;
}

.about-cert-groups {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 22px;
  align-items: stretch;
}

.about-cert-group {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.about-cert-group h3 {
  margin: 0 0 20px;
  color: var(--navy);
}

.about-cert-grid.is-factory {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-cert-grid.is-product {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-cert-grid article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  box-shadow: none;
}

.about-cert-grid .cert-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 2px solid rgba(78, 183, 232, .62);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
}

.about-cert-grid .cert-logo-img {
  display: block;
  width: 108px;
  height: 72px;
  margin-bottom: 18px;
  object-fit: contain;
}

.about-cert-grid .cert-certificate-img {
  width: 132px;
  height: 148px;
  padding: 5px;
  border: 1px solid rgba(10, 46, 109, .18);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(10, 46, 109, .08);
}

.about-cert-grid .cert-certificate-img-portrait {
  width: 112px;
  height: 148px;
}

.about-cert-grid .iso9001-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 108px;
  height: 72px;
  border: 2px solid rgba(10, 46, 109, .72);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  line-height: 1;
}

.about-cert-grid .iso9001-logo strong {
  font-size: 24px;
  letter-spacing: .04em;
}

.about-cert-grid .iso9001-logo em {
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
}

.about-cert-grid small {
  display: block;
  min-height: 16px;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-cert-grid h4 {
  min-height: 25px;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.about-cert-grid p {
  margin-top: 0;
}

.about-cert-intro {
  display: block;
  margin-bottom: 34px;
}

.about-cert-intro h2 {
  max-width: 720px;
  margin-bottom: 18px;
}

.about-cert-intro .lead {
  max-width: 640px;
  margin: 0;
}

.about-cert-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.about-cert-summary article {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  align-items: center;
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.about-cert-summary article:last-child {
  border-right: 0;
}

.about-cert-summary span {
  grid-row: span 3;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid var(--gold);
  border-radius: 14px;
  color: var(--gold);
  font-size: 26px;
  font-weight: 900;
}

.about-cert-summary strong {
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}

.about-cert-summary small,
.about-cert-summary em {
  color: #405166;
  font-style: normal;
}

.about-cert-summary small {
  font-weight: 800;
}

.about-cert-summary em {
  font-size: 13px;
}

.about-certifications .about-cert-groups {
  grid-template-columns: 1fr;
  gap: 24px;
}

.about-certifications .about-cert-group {
  overflow: hidden;
  padding: 0;
}

.about-cert-group-head {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 22px 28px;
  background: linear-gradient(135deg, var(--navy) 0%, #132f78 100%);
  color: #fff;
}

.about-cert-group-head span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 12px;
  font-size: 22px;
  font-weight: 900;
}

.about-cert-group-head h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

.about-cert-group-head p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
}

.about-certifications .about-cert-grid {
  gap: 18px;
  padding: 24px;
}

.about-certifications .about-cert-grid.is-factory {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 22px;
}

.about-certifications .about-cert-grid.is-product {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-certifications .about-cert-grid article {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 22px;
  border: 1px solid rgba(10, 46, 109, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 46, 109, .055);
}

.about-certifications .about-cert-grid.is-factory article {
  position: relative;
  min-height: 350px;
  padding: 24px;
}

.about-certifications .about-cert-grid.is-factory article:before {
  display: block;
  width: 100%;
  height: 184px;
  margin-bottom: 22px;
  border: 1px solid rgba(10, 46, 109, .08);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F8FBFD 100%);
  content: "";
}

.about-certifications .about-cert-grid .cert-certificate-img-portrait {
  align-self: center;
  width: 100%;
  max-width: 170px;
  height: 210px;
  margin: 0 0 20px;
  object-fit: contain;
}

.about-certifications .about-cert-grid.is-factory .cert-certificate-img-portrait {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150px;
  height: 172px;
  margin: 0;
  box-shadow: 0 14px 34px rgba(10, 46, 109, .08);
}

.about-certifications .about-cert-grid h4 {
  min-height: 0;
  margin-bottom: 6px;
  font-size: 26px;
}

.about-certifications .about-cert-grid small {
  min-height: 0;
  margin-bottom: 16px;
  color: #405166;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
}

.about-certifications .about-cert-grid small:after {
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 18px;
  border-radius: 99px;
  background: var(--gold);
  content: "";
}

.about-certifications .about-cert-grid p {
  margin: 0;
}

.about-certifications .about-cert-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 10px 12px;
  border-radius: 999px;
  background: #F6FAFD;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
}

.about-certifications .about-cert-grid.is-factory b {
  margin-top: 22px;
}

.about-certifications .about-cert-group.is-qualification {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: stretch;
  padding: 0;
  background: #fff;
}

.about-certifications .is-qualification .about-cert-group-head {
  min-height: 0;
  padding: 34px 36px;
  border-right: 1px solid rgba(10, 46, 109, .12);
  background: #fff;
  color: var(--navy);
}

.about-certifications .is-qualification .about-cert-group-head span {
  border-color: rgba(10, 46, 109, .22);
  color: var(--navy);
}

.about-certifications .is-qualification .about-cert-group-head h3 {
  color: var(--navy);
  font-size: 26px;
  line-height: 1.15;
}

.about-certifications .is-qualification .about-cert-group-head p {
  margin-top: 22px;
  color: #405166;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.about-certifications .is-qualification .about-cert-grid.is-factory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 34px 36px;
}

.about-certifications .is-qualification .about-cert-grid.is-factory article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 0;
  padding: 0 34px 0 0;
  border: 0;
  border-right: 1px solid rgba(10, 46, 109, .12);
  border-radius: 0;
  box-shadow: none;
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:last-child {
  padding: 0 0 0 34px;
  border-right: 0;
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:before {
  content: none;
}

.about-certifications .is-qualification .about-cert-grid.is-factory .cert-certificate-img-portrait {
  position: static;
  width: 180px;
  max-width: 180px;
  height: 220px;
  margin: 0;
  transform: none;
  box-shadow: 0 12px 28px rgba(10, 46, 109, .08);
}

.about-certifications .is-qualification .about-cert-grid.is-factory h4 {
  margin-bottom: 8px;
  font-size: 28px;
}

.about-certifications .is-qualification .about-cert-grid.is-factory small {
  margin-bottom: 18px;
}

.about-certifications .is-qualification .about-cert-grid.is-factory b {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .about-certifications .about-cert-group.is-qualification {
    grid-template-columns: 1fr;
  }

  .about-certifications .is-qualification .about-cert-group-head {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 46, 109, .12);
  }

  .about-certifications .about-cert-grid.is-factory,
  .about-certifications .about-cert-grid.is-product {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .about-certifications .about-cert-grid.is-factory,
  .about-certifications .about-cert-grid.is-product {
    grid-template-columns: 1fr;
  }

  .about-certifications .about-cert-grid article,
  .about-certifications .about-cert-grid.is-factory article {
    min-height: 0;
  }

  .about-certifications .is-qualification .about-cert-grid.is-factory {
    padding: 24px;
  }

  .about-certifications .is-qualification .about-cert-grid.is-factory article,
  .about-certifications .is-qualification .about-cert-grid.is-factory article:last-child {
    grid-template-columns: 120px 1fr;
    padding: 0;
    border-right: 0;
  }

  .about-certifications .is-qualification .about-cert-grid.is-factory article + article {
    padding-top: 22px;
    border-top: 1px solid rgba(10, 46, 109, .12);
  }

  .about-certifications .is-qualification .about-cert-grid.is-factory .cert-certificate-img-portrait {
    width: 120px;
    max-width: 120px;
    height: 150px;
  }
}

.about-visit-grid {
  grid-template-columns: .48fr .52fr;
  align-items: center;
}

.about-visit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.about-visit-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(10, 46, 109, .09);
}

.about-visit-panel img {
  height: 340px;
}

.about-visit-panel div {
  padding: 26px;
}

.about-visit-gallery {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, 230px);
  gap: 16px;
}

.about-visit-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(10, 46, 109, .09);
}

.about-visit-gallery figure:first-child {
  grid-row: span 2;
}

.about-visit-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-visit-gallery figure:first-child img {
  object-position: center 22%;
}

.about-visit-gallery .about-photo-slot {
  min-height: 0;
  height: 100%;
}

.about-visit-gallery figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(10, 46, 109, .86);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}

.about-visit-gallery figure:last-child figcaption {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}

.about-cta-section {
  background: linear-gradient(180deg, #f7fafc 0%, #eef5f9 100%);
  color: #fff;
  border-top: 1px solid rgba(10, 46, 109, .08);
  border-bottom: 12px solid #fff;
}

.about-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 42px 48px;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 22px 54px rgba(10, 46, 109, .18);
}

.about-cta h2,
.about-cta p {
  color: #fff;
}

.about-cta .eyebrow {
  color: #8dd7f5;
}

@media (max-width: 980px) {
  .about-hero-grid,
  .about-team-layout,
  .about-different-grid,
  .about-trusted-layout,
  .about-visit-grid,
  .about-cta {
    grid-template-columns: 1fr;
  }

  .about-cta {
    align-items: start;
  }

  .about-hero-media {
    height: 430px;
  }

  .about-factory-grid,
  .about-process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-team-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-location-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-trusted-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-cert-groups {
    grid-template-columns: 1fr;
  }

  .about-process-timeline article::before,
  .about-process-timeline article::after {
    display: none;
  }

  .about-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-visit-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 260px);
  }

  .about-trusted-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 180px);
  }

  .about-visit-gallery figure:first-child {
    grid-row: span 1;
  }

}

@media (max-width: 620px) {
  .about-hero {
    padding: 48px 18px;
  }

  .about-hero-media {
    height: 320px;
  }

  .about-point-grid,
  .about-team-grid,
  .about-team-photo-grid,
  .about-team-support-grid,
  .about-real-team-grid,
  .about-difference-cards,
  .about-trusted-layout,
  .about-trusted-points,
  .about-trusted-gallery,
  .about-factory-grid,
  .about-process-timeline,
  .about-cert-grid,
  .about-cert-grid.is-factory,
  .about-cert-grid.is-product,
  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-factory-card.is-large {
    grid-column: span 1;
  }

  .about-factory-card {
    grid-template-rows: 220px 1fr;
  }

  .about-team-photo-grid img,
  .about-team-photo-grid .about-photo-slot,
  .about-team-support-grid .about-photo-slot,
  .about-real-team-grid .about-photo-slot {
    height: 230px;
  }

  .about-visit-gallery {
    grid-template-rows: repeat(3, 220px);
  }

  .about-trusted-gallery {
    grid-template-rows: repeat(5, 220px);
  }

}

/* About page visual refinement */
.about-hero {
  padding: 96px 22px 86px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98) 0%, rgba(246,250,253,.98) 54%, rgba(255,255,255,.98) 100%);
}

.about-hero-grid {
  grid-template-columns: minmax(520px, .58fr) minmax(380px, .42fr);
  gap: 52px;
  min-height: 510px;
}

.about-hero-copy .lead {
  max-width: 720px;
  color: #354960;
}

.about-hero-facts {
  max-width: 640px;
}

.about-hero-facts span,
.about-visit-list span {
  min-height: 40px;
  border-color: rgba(10, 46, 109, .12);
  box-shadow: 0 8px 22px rgba(10, 46, 109, .045);
}

.about-hero-support {
  padding: 0 22px 42px;
  background: #F6FAFD;
}

.about-hero-support-intro {
  max-width: 880px;
  margin: -18px auto 16px;
  color: #405166;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.about-hero-facts-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin-top: 0;
}

.about-hero-facts-row span {
  justify-content: center;
  min-height: 54px;
  padding: 12px 18px;
  text-align: center;
  white-space: nowrap;
}

.about-hero-media {
  height: var(--home-hero-media-height);
  border-color: rgba(10, 46, 109, .12);
  box-shadow: 0 28px 80px rgba(10, 46, 109, .12);
}

.about-photo-slot {
  position: relative;
  overflow: hidden;
  border-color: rgba(10, 46, 109, .18);
  background:
    linear-gradient(135deg, rgba(246,250,253,.94), rgba(255,255,255,.98)),
    repeating-linear-gradient(-45deg, rgba(10,46,109,.04) 0 8px, transparent 8px 16px);
  color: rgba(10, 46, 109, .74);
}

.about-photo-slot::before {
  content: "Photo";
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(10, 46, 109, .08);
  color: rgba(10, 46, 109, .72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-factory,
.about-different,
.about-certifications {
  background: #F6FAFD;
}

.about-team-section,
.about-visit,
.about-trusted {
  background: #fff;
}

.about-factory-grid,
.about-real-team-grid,
.about-process-timeline,
.about-difference-cards,
.about-trusted-points,
.about-trusted-gallery,
.about-cert-grid {
  align-items: stretch;
}

.about-factory-card,
.about-real-team-grid article,
.about-process-timeline article,
.about-difference-cards article,
.about-trusted-points article,
.about-trusted-gallery figure,
.about-visit-gallery figure,
.about-cert-group,
.about-cert-grid article {
  border-color: rgba(10, 46, 109, .12);
  box-shadow: 0 12px 34px rgba(10, 46, 109, .055);
}

.about-factory-card,
.about-real-team-grid article,
.about-trusted-points article,
.about-cert-grid article {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.about-factory-card:hover,
.about-real-team-grid article:hover,
.about-trusted-points article:hover,
.about-cert-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 46, 109, .82);
  background: var(--navy);
  box-shadow: 0 22px 58px rgba(10, 46, 109, .22);
}

.about-difference-cards article {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.about-difference-cards article:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 46, 109, .82);
  background: var(--navy);
  box-shadow: 0 22px 58px rgba(10, 46, 109, .22);
}

.about-factory-card:hover h3,
.about-real-team-grid article:hover strong,
.about-difference-cards article:hover strong,
.about-trusted-points article:hover strong,
.about-cert-grid article:hover h4 {
  color: #fff;
}

.about-factory-card:hover p,
.about-real-team-grid article:hover p,
.about-difference-cards article:hover p,
.about-trusted-points article:hover p,
.about-cert-grid article:hover p,
.about-cert-grid article:hover small {
  color: rgba(255, 255, 255, .84);
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 46, 109, .12);
  border-right-color: rgba(10, 46, 109, .12);
  background: linear-gradient(180deg, #fff 0%, #F8FBFD 100%);
  box-shadow: none;
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:last-child:hover {
  border-right: 0;
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:hover h4 {
  color: var(--navy);
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:hover p,
.about-certifications .is-qualification .about-cert-grid.is-factory article:hover small {
  color: #405166;
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:hover .cert-certificate-img-portrait {
  border-color: rgba(78, 183, 232, .62);
  box-shadow: 0 16px 34px rgba(10, 46, 109, .12);
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:hover b {
  background: var(--navy);
  color: #fff;
}

.about-factory-card:hover span {
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.about-process-timeline article {
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.about-process-timeline article:hover {
  transform: translateY(-3px);
  border-color: rgba(141, 215, 245, .58);
  background: rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.about-factory-card {
  grid-template-rows: 240px 1fr;
}

.about-factory-card div:last-child,
.about-real-team-grid article > div:last-child {
  display: flex;
  flex-direction: column;
}

.about-factory-card h3,
.about-real-team-grid strong,
.about-difference-cards strong,
.about-trusted-points strong {
  line-height: 1.25;
}

.about-stats {
  padding: 38px 22px;
  background: #071f4d;
}

.about-stats-grid article {
  min-height: 118px;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.07);
  box-shadow: none;
}

.about-stats-grid strong {
  font-size: clamp(28px, 3vw, 38px);
}

.about-real-team-grid {
  gap: 22px;
}

.about-real-team-grid .about-photo-slot {
  height: 280px;
}

.about-process-section {
  background:
    linear-gradient(180deg, #08265d 0%, #0A2E6D 100%);
}

.about-process-timeline article {
  min-height: 340px;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.075);
  box-shadow: none;
}

.about-process-timeline .about-photo-slot,
.about-process-timeline img {
  display: block;
  width: 100%;
  height: 150px;
  min-height: 150px;
  border-color: rgba(255,255,255,.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.07)),
    repeating-linear-gradient(-45deg, rgba(255,255,255,.06) 0 8px, transparent 8px 16px);
  color: rgba(255,255,255,.84);
  object-fit: cover;
}

.about-process-timeline .about-photo-slot::before {
  background: rgba(255,255,255,.13);
  color: rgba(255,255,255,.88);
}

.about-difference-cards article {
  min-height: 190px;
}

.about-visit-gallery,
.about-trusted-gallery {
  gap: 18px;
}

.about-trusted-points article {
  display: flex;
  flex-direction: column;
  min-height: 178px;
}

.about-trusted-points strong {
  min-height: 52px;
}

.about-trusted-points p {
  margin-top: 0;
}

.about-trusted-gallery {
  grid-template-rows: 240px;
}

.about-cert-group {
  padding: 28px;
}

.about-cert-grid article {
  min-height: 238px;
}

.about-cta-section {
  padding-top: 86px;
  padding-bottom: 86px;
}

@media (max-width: 980px) {
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 0;
  }

  .about-hero-media {
    height: var(--home-hero-media-height-tablet);
  }

  .about-trusted-gallery {
    grid-template-rows: repeat(3, 220px);
  }
}

@media (max-width: 620px) {
  .about-hero {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .about-hero-facts-row {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .about-hero-facts-row span {
    white-space: normal;
  }

  .about-cert-grid small {
    white-space: normal;
  }

  .about-hero-media {
    height: var(--home-hero-media-height-mobile);
  }

  .about-factory-card {
    grid-template-rows: 220px 1fr;
  }

  .about-real-team-grid .about-photo-slot,
  .about-process-timeline .about-photo-slot {
    height: 220px;
    min-height: 220px;
  }

  .about-trusted-points article,
  .about-difference-cards article {
    min-height: 0;
  }

  .about-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .about-cta {
    padding: 30px 24px;
    gap: 24px;
  }
}

/* Huatop visual direction */
.huatop-header {
  background: rgba(255, 255, 255, .96);
}

.huatop-nav {
  justify-content: center;
  gap: 56px;
}

.huatop-nav .brand {
  position: absolute;
  left: 22px;
}

.huatop-menu {
  gap: clamp(28px, 5vw, 64px);
  font-size: 14px;
  font-weight: 850;
  color: var(--ink);
  white-space: nowrap;
}

.huatop-menu a,
.nav-product-trigger {
  flex: 0 0 auto;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease;
}

.huatop-menu a:hover,
.huatop-menu a.is-active {
  color: var(--gold);
  transform: translateY(-1px);
}

.nav-item {
  position: relative;
}

.nav-product-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.nav-product-trigger:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.product-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  width: 280px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 30;
}

.product-dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.product-dropdown a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.product-dropdown a:hover {
  color: var(--gold);
  background: var(--blue-soft);
  transform: none;
}

.nav-products:hover .product-dropdown,
.nav-products:focus-within .product-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-quote {
  min-height: 42px;
  padding-inline: 18px;
  min-width: max-content;
  white-space: nowrap;
}

.factory-hero {
  min-height: 0;
  padding: 58px 22px 34px;
  background: var(--blue-soft-2);
  overflow: hidden;
}

.integrated-hero {
  position: relative;
  background: linear-gradient(135deg, var(--blue-soft-2) 0%, #fff 48%, var(--blue-soft) 100%);
}

.integrated-hero:after {
  content: none;
}

.integrated-hero .container {
  position: relative;
  z-index: 1;
}

.factory-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .46fr) minmax(520px, .54fr);
  gap: 54px;
  align-items: center;
  min-height: 430px;
}

.factory-hero h1 span {
  color: var(--gold);
}

.factory-hero h1 {
  max-width: 540px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.06;
  margin-bottom: 18px;
}

.factory-hero .lead {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.66;
}

.hero-banner-image {
  height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 35, 74, .16);
}

.hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 34px auto 0;
  list-style: none;
  max-width: var(--max);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 44px rgba(19, 37, 68, .07);
}

.hero-proof-bar {
  padding: 0;
}

.hero-proof li {
  padding: 20px 18px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.hero-proof li:last-child {
  border-right: 0;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--navy);
  font-size: 16px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 14px;
}

.capability-grid article,
.order-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.order-grid article span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 18px;
}

.capability-grid article:hover,
.order-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: var(--navy);
  color: #fff;
}

.capability-grid article:hover h3,
.capability-grid article:hover p,
.order-grid article:hover h3,
.order-grid article:hover p {
  color: #fff;
}

.custom-band {
  padding: 78px 22px;
  background: #FFFFFF;
}

.custom-option-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
}

.custom-option-grid article {
  min-height: 176px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-color: var(--line);
}

.custom-option-grid h3 {
  min-height: 48px;
  padding: 0;
}

.custom-option-grid p {
  padding: 0;
  font-size: 15px;
  line-height: 1.58;
}

.oem-pain-section {
  background: var(--navy);
  color: #fff;
}

.oem-pain-section .container {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 46px;
  align-items: start;
}

.oem-pain-section .section-head {
  margin-bottom: 0;
}

.oem-pain-section .eyebrow {
  color: #8dd7f5;
}

.oem-pain-section h2,
.oem-pain-section .lead {
  color: #fff;
}

.oem-pain-section .lead {
  color: rgba(255, 255, 255, .78);
}

.oem-pain-grid {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.oem-pain-grid article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.oem-pain-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.oem-pain-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.oem-value-section {
  background: #F6FAFD;
}

.oem-value-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.oem-value-grid article {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.oem-value-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.oem-value-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-weight: 900;
}

.oem-value-grid h3 {
  min-height: 52px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
}

.oem-value-grid p {
  margin: 0 0 18px;
  color: #405166;
  font-size: 15px;
  line-height: 1.6;
}

.oem-value-grid strong {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 15px;
  line-height: 1.45;
}

.buyer-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.buyer-type-grid article {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.buyer-type-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.buyer-type-grid span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-weight: 900;
}

.buyer-type-grid h3 {
  min-height: 52px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
}

.buyer-type-grid p {
  margin: 0 0 18px;
  color: #405166;
  font-size: 15px;
  line-height: 1.6;
}

.buyer-type-grid strong {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-size: 15px;
  line-height: 1.45;
}

.oem-pain-grid article,
.buyer-type-grid article,
.custom-option-grid article,
.process-timeline article {
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.oem-pain-grid article:hover,
.buyer-type-grid article:hover,
.custom-option-grid article:hover {
  transform: translateY(-4px);
  border-color: #4EB7E8;
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .16);
}

.process-timeline article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .68);
  box-shadow: 0 18px 44px rgba(10, 46, 109, .1);
}

.oem-pain-grid article:hover h3,
.oem-pain-grid article:hover p,
.oem-pain-grid article:hover strong,
.oem-pain-grid article:hover li,
.buyer-type-grid article:hover h3,
.buyer-type-grid article:hover p,
.buyer-type-grid article:hover strong,
.buyer-type-grid article:hover li,
.custom-option-grid article:hover h3,
.custom-option-grid article:hover p,
.custom-option-grid article:hover strong,
.custom-option-grid article:hover li {
  color: #fff;
}

.buyer-type-grid article:hover strong {
  border-top-color: rgba(255, 255, 255, .22);
}

.process-timeline article:hover small {
  color: rgba(255, 255, 255, .72);
}

.buyer-type-grid article:hover span,
.custom-option-grid article:hover > span,
.process-timeline article:hover span {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .26);
}

.oem-proof-section {
  background: #fff;
}

.oem-proof-section .section-head {
  max-width: 820px;
}

.oem-proof-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.oem-proof-gallery figure {
  position: relative;
  aspect-ratio: 3 / 4;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .08);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.oem-proof-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform .32s ease;
  transform-origin: center;
}

.oem-proof-gallery figure:hover {
  transform: translateY(-4px);
  border-color: #4EB7E8;
  box-shadow: 0 24px 64px rgba(10, 46, 109, .16);
}

.oem-proof-gallery figure:hover img {
  transform: scale(1.04);
}

.oem-proof-gallery figure:nth-child(3) img {
  object-position: center 18%;
}

.oem-proof-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 104px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(10, 46, 109, .02), rgba(10, 46, 109, .92) 28%, rgba(10, 46, 109, .96) 100%);
  color: #fff;
}

.oem-proof-gallery figcaption strong,
.oem-proof-gallery figcaption span {
  display: block;
}

.oem-proof-gallery figcaption strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.oem-proof-gallery figcaption span {
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.4;
}

.custom-hero-media,
.page-hero .custom-hero-media,
.page-hero .hero-media img[src*="custom-hero"],
.custom-showcase-large img[src*="custom-hero"] {
  min-height: 0;
  height: auto;
  aspect-ratio: 12 / 5;
}

.page-hero .hero-media img[src*="custom-hero"],
.custom-showcase-large img[src*="custom-hero"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.oem-hero {
  padding-top: clamp(82px, 8vw, 118px);
  padding-bottom: clamp(66px, 7vw, 92px);
}

.oem-hero .container {
  max-width: min(100% - 44px, 1540px);
  grid-template-columns: minmax(520px, 1fr) minmax(360px, .62fr);
  gap: clamp(48px, 5vw, 82px);
}

.oem-hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 5.35vw, 96px);
}

.oem-hero .lead {
  max-width: 820px;
  font-size: clamp(21px, 1.75vw, 28px);
  line-height: 1.55;
}

.oem-hero .custom-hero-media {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 0;
  aspect-ratio: 720 / 760;
  align-self: center;
  justify-self: end;
  box-shadow: 0 26px 80px rgba(10, 46, 109, .12);
}

.oem-hero .custom-hero-media > img.photo {
  min-height: 0;
  height: 100%;
  object-fit: contain;
}

.oem-beyond-panel {
  display: grid;
  grid-template-columns: .55fr .45fr;
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 34px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 22px 58px rgba(10, 46, 109, .16);
}

.oem-beyond-panel .eyebrow {
  color: #8dd7f5;
}

.oem-beyond-panel h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 30px;
}

.oem-beyond-panel p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}

.oem-beyond-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oem-beyond-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, .86);
  line-height: 1.45;
}

.oem-beyond-panel li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.custom-chat-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(10, 46, 109, .04) 0%, rgba(78, 183, 232, .09) 48%, rgba(255, 255, 255, 1) 100%);
}

.buyer-question-section .section-head {
  max-width: 900px;
}

.buyer-question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.buyer-question-card {
  display: grid;
  grid-template-rows: minmax(56px, auto) minmax(112px, auto) minmax(182px, auto) 1fr;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(217, 231, 238, .95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(10, 46, 109, .07);
}

.buyer-question-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.25;
}

.qa-block {
  padding: 14px 15px;
  border-radius: 8px;
}

.qa-block.buyer,
.qa-block.huatop {
  display: flex;
  flex-direction: column;
}

.qa-block span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.qa-block span::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
}

.qa-block p {
  margin: 0;
  color: #34485f;
  font-size: 14px;
  line-height: 1.55;
}

.qa-block.buyer {
  border: 1px solid var(--line);
  background: #f8fbfd;
}

.qa-block.buyer span {
  color: var(--navy);
}

.qa-block.buyer span::before {
  background: var(--navy);
}

.qa-block.huatop {
  border: 1px solid rgba(45, 122, 56, .18);
  background: rgba(220, 248, 198, .42);
}

.qa-block.huatop span {
  color: #2d7a38;
}

.qa-block.huatop span::before {
  background: #2d7a38;
}

.buyer-question-card ul {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.buyer-question-card li {
  position: relative;
  padding-left: 22px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.buyer-question-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #2d7a38;
  font-weight: 900;
  content: "✓";
}

.custom-chat-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.custom-chat-copy {
  max-width: 520px;
}

.custom-chat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.custom-chat-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(78, 183, 232, .45);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(10, 46, 109, .06);
}

.custom-solution-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.custom-solution-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 13px 15px;
  border: 1px solid rgba(217, 231, 238, .95);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 30px rgba(10, 46, 109, .055);
}

.custom-solution-list strong {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.custom-solution-list span {
  color: #405166;
  font-size: 14px;
  line-height: 1.5;
}

.chat-phone {
  width: min(100%, 560px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(10, 46, 109, .12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(10, 46, 109, .17);
}

.chat-phone-top {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: #f7fbfd;
}

.chat-avatar {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.chat-phone-top strong,
.chat-phone-top small {
  display: block;
}

.chat-phone-top strong {
  color: var(--navy);
  font-size: 16px;
}

.chat-phone-top small {
  margin-top: 3px;
  color: #5f6f83;
  font-size: 13px;
}

.chat-window {
  display: grid;
  gap: 12px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(246, 250, 253, .92) 0%, rgba(255, 255, 255, .96) 100%);
}

.chat-bubble {
  max-width: 82%;
  padding: 12px 14px 13px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(10, 46, 109, .06);
}

.chat-bubble span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.chat-bubble p {
  margin: 0;
  font-size: 14px;
  line-height: 1.52;
}

.chat-bubble.customer {
  justify-self: start;
  border: 1px solid rgba(217, 231, 238, .9);
  border-bottom-left-radius: 6px;
  background: #fff;
  color: #33465c;
}

.chat-bubble.customer span {
  color: var(--navy);
}

.chat-bubble.support {
  justify-self: end;
  border-bottom-right-radius: 6px;
  background: #dcf8c6;
  color: #14331b;
}

.chat-bubble.support span {
  color: #2d7a38;
}

.chat-compose {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px 20px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.chat-compose span {
  min-width: 0;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #6d7b8c;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-compose a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.capability-grid article {
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(19, 37, 68, .06);
  background: #fff;
}

.capability-grid img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--line);
}

.capability-grid h3,
.capability-grid p {
  padding-inline: 15px;
}

.capability-grid h3 {
  padding-top: 14px;
  font-size: 18px;
  line-height: 1.18;
  margin-bottom: 8px;
}

.capability-grid p {
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1.45;
  color: #405166;
}

.custom-showcase {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(8, 35, 74, .1);
}

.custom-showcase-large {
  margin-bottom: 22px;
}

.custom-showcase img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.custom-summary article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.custom-summary strong,
.custom-summary span {
  display: block;
}

.custom-summary strong {
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 6px;
}

.custom-summary span {
  color: #405166;
  font-size: 14px;
}

.about-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 38px;
  align-items: center;
}

#about {
  background: var(--blue-soft);
}

.number-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.number-row div {
  padding: 18px;
  border-left: 3px solid var(--gold);
  background: #fff;
  border-radius: 8px;
}

.number-row strong,
.number-row span {
  display: block;
}

.number-row strong {
  color: var(--navy);
  font-size: 24px;
}

.factory-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.factory-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.factory-gallery img:first-child {
  grid-row: auto;
  height: 220px;
}

.product-market {
  background: #fff;
}

.product-head {
  max-width: 900px;
}

.product-card-grid {
  gap: 22px;
}

.product-card-grid .category-card {
  border-color: var(--line);
  background: #fff;
}

.product-card-grid .category-visual img {
  height: 260px;
}

.product-card-grid .category-body {
  min-height: 190px;
}

.why-section {
  background: #FFFFFF;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-grid article {
  min-height: 238px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(19, 37, 68, .06);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.why-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: var(--navy);
}

.why-grid article:hover h3,
.why-grid article:hover p {
  color: #fff;
}

.why-grid span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--gold);
  font-weight: 900;
}

.why-grid p {
  color: #405166;
}

.quality-lab {
  background: var(--blue-soft-2);
}

.quality-layout {
  display: grid;
  grid-template-columns: .45fr .35fr .2fr;
  gap: 28px;
  align-items: stretch;
}

.quality-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.quality-checks span,
.quality-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.quality-checks span {
  display: grid;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  color: var(--navy);
  font-weight: 850;
}

.quality-note {
  padding: 24px;
  background: var(--navy);
  color: #fff;
}

.quality-note strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}

.quality-note p {
  color: rgba(255, 255, 255, .78);
}

.order-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.order-grid article {
  padding: 20px;
}

.process-modern {
  background: #FFFFFF;
}

.process-layout {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 46px;
  align-items: start;
}

.process-copy {
  position: sticky;
  top: 112px;
}

.process-copy .btn {
  margin-top: 8px;
}

.process-timeline {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-auto-rows: 1fr;
}

.process-timeline article {
  min-height: 184px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 16px 42px rgba(19, 37, 68, .06);
}

.process-timeline small {
  display: block;
  margin: -4px 0 12px;
  color: #7b8797;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.process-timeline article:nth-child(3n + 1) {
  transform: none;
}

.process-timeline article:hover {
  transform: translateY(-4px);
}

.problem-section {
  background: linear-gradient(135deg, var(--blue-soft) 0%, #ffffff 72%);
}

.problem-section h2,
.problem-section .lead {
  color: var(--navy);
}

.problem-layout {
  display: block;
}

.problem-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 42px;
  align-items: end;
  margin-bottom: 34px;
}

.problem-head .eyebrow,
.problem-head h2,
.problem-head .lead {
  grid-column: 1;
}

.problem-head .lead {
  max-width: 760px;
}

.problem-head .section-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 0;
}

.problem-compare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.problem-compare article {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 46px rgba(8, 35, 74, .08);
}

.problem-compare article:after {
  position: absolute;
  top: 50%;
  left: calc(47.5% - 14px);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  transform: translateY(-50%);
  content: ">";
  box-shadow: 0 10px 22px rgba(249, 115, 22, .24);
}

.problem-compare div {
  padding: 24px 26px;
}

.problem-compare div:last-child {
  border-left: 1px solid rgba(78, 183, 232, .45);
  background: linear-gradient(135deg, var(--blue-soft-2) 0%, #ffffff 100%);
}

.problem-compare span,
.problem-compare strong {
  display: block;
}

.problem-compare span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .14);
  color: #758196;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.problem-compare strong {
  color: var(--navy);
  font-size: 16px;
  line-height: 1.45;
}

.faq-layout {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 34px;
  align-items: start;
}

.final-cta {
  padding: 72px 22px;
  background: var(--blue-soft);
  color: var(--ink);
}

.final-cta h2,
.final-cta .lead,
.final-cta label {
  color: var(--navy);
}

.final-cta form {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(19, 37, 68, .1);
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.contact-channels span {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
}

.direct-contact-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.direct-contact-grid article {
  padding: 18px;
  border: 1px solid rgba(10, 46, 109, .14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 46, 109, .06);
}

.direct-contact-grid span,
.direct-contact-grid a,
.direct-contact-grid strong,
.direct-contact-grid p {
  display: block;
}

.direct-contact-grid span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.direct-contact-grid a,
.direct-contact-grid strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.direct-contact-grid a {
  text-decoration: none;
}

.direct-contact-grid a:hover {
  color: var(--gold);
}

.direct-contact-grid p {
  margin: 8px 0 0;
  color: #405166;
  font-size: 14px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ht-hero {
  padding: 72px 22px 70px;
  background: linear-gradient(135deg, var(--blue-soft-2) 0%, #fff 58%, var(--blue-soft) 100%);
}

.ht-hero-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 46px;
  align-items: center;
}

.ht-hero-copy h1 {
  max-width: 780px;
}

.ht-hero-media,
.ht-image-frame,
.ht-poster {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(19, 37, 68, .12);
  overflow: hidden;
}

.ht-hero-media {
  max-height: 650px;
}

.ht-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ht-services {
  padding: 86px 22px;
  background: #fff;
}

.ht-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.ht-service-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-2);
  box-shadow: 0 14px 40px rgba(19, 37, 68, .08);
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.ht-service-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 22px;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.ht-service-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold);
  background: var(--navy);
  color: #fff;
}

.ht-service-card:hover h3,
.ht-service-card:hover p {
  color: #fff;
}

.ht-product-grid .category-card:hover {
  border-color: var(--gold);
}

.ht-overview {
  padding: 92px 22px;
  background: var(--soft);
}

.ht-two-col {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 44px;
  align-items: center;
}

.ht-image-frame {
  max-height: 760px;
}

.ht-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ht-poster {
  max-width: 1120px;
  margin: 0 auto;
}

.ht-poster img {
  width: 100%;
  height: auto;
}

.ht-contact {
  padding: 92px 22px;
  background: var(--blue-soft);
}

.ht-contact form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(19, 37, 68, .1);
}

@media (max-width: 980px) {
  .huatop-nav {
    justify-content: space-between;
    gap: 22px;
  }

  .huatop-nav .brand {
    position: static;
  }

  .ht-hero-grid,
  .ht-two-col,
  .factory-hero-grid,
  .about-layout,
  .faq-layout,
  .oem-pain-section .container,
  .custom-chat-layout,
  .oem-beyond-panel,
  .product-showcase,
  .process-layout,
  .quality-layout,
  .problem-layout,
  .product-line-grid,
  .product-detail-layout,
  .kids-hero-grid,
  .kids-feature-layout,
  .kids-spec-layout,
  .kids-testing-layout,
  .kids-why-layout,
  .kids-factory-panel {
    grid-template-columns: 1fr;
  }

  .custom-chat-copy {
    max-width: none;
  }

  .chat-phone {
    margin-right: auto;
    margin-left: 0;
  }

  .ht-service-grid,
  .capability-grid,
  .oem-pain-grid,
  .oem-value-grid,
  .buyer-type-grid,
  .oem-proof-gallery,
  .buyer-question-grid,
  .custom-option-grid,
  .why-grid,
  .order-grid,
  .number-row,
  .kids-gallery,
  .kids-catalog-grid,
  .kids-custom-options,
  .kids-related-grid,
  .kids-visual-grid,
  .kids-material-grid,
  .kids-process-grid,
  .kids-factory-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .oem-value-grid article,
  .oem-value-grid article:nth-child(4),
  .oem-value-grid article:nth-child(5) {
    grid-column: span 1;
  }

  .product-section-grid,
  .product-detail-grid,
  .product-material-grid,
  .product-market-grid,
  .product-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-line-visual {
    height: 420px;
  }

  .kids-hero-media {
    height: 620px;
    min-height: 0;
  }

  .huatop-nav .brand {
    position: static;
  }

  .nav-quote {
    display: none;
  }

  .nav-item {
    position: static;
  }

  .nav-product-trigger {
    padding-bottom: 6px;
  }

  .product-dropdown {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: var(--blue-soft);
  }

  .product-dropdown:before {
    content: none;
  }

  .integrated-hero {
    background:
      linear-gradient(180deg, rgba(246, 250, 253, .96), rgba(246, 250, 253, .88)),
      url("../img/optimized/banner-sewing.jpg") center bottom / cover no-repeat,
      var(--cream-2);
  }

  .integrated-hero .factory-hero-grid {
    grid-template-columns: 1fr;
    min-height: 560px;
  }

  .hero-banner-image {
    height: 360px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof li {
    border-right: 1px solid #d9e7ee;
    border-bottom: 1px solid #d9e7ee;
  }

  .hero-proof li:last-child {
    grid-column: span 2;
    border-bottom: 0;
  }

  .process-copy {
    position: static;
  }

  .problem-head {
    display: block;
  }

  .problem-head .section-actions {
    margin-top: 22px;
  }

  .process-timeline article:nth-child(3n + 1) {
    transform: none;
  }

}

@media (max-width: 620px) {
  .hero-proof,
  .capability-grid,
  .oem-pain-grid,
  .oem-value-grid,
  .buyer-type-grid,
  .oem-proof-gallery,
  .buyer-question-grid,
  .oem-beyond-panel,
  .custom-chat-layout,
  .custom-summary,
  .custom-option-grid,
  .why-grid,
  .quality-checks,
  .problem-compare,
  .contact-channels,
  .order-grid,
  .number-row,
  .factory-gallery,
  .kids-hero-media,
  .kids-gallery,
  .kids-catalog-grid,
  .kids-feature-grid,
  .kids-custom-options,
  .kids-related-grid,
  .kids-visual-grid,
  .kids-material-grid,
  .kids-testing-grid,
  .kids-process-grid,
  .kids-factory-points,
  .kids-lifestyle-row {
    grid-template-columns: 1fr;
  }

  .oem-value-grid article,
  .oem-value-grid article:nth-child(4),
  .oem-value-grid article:nth-child(5) {
    grid-column: span 1;
    min-height: 0;
  }

  .oem-beyond-panel {
    padding: 26px;
  }


  .custom-chat-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .custom-chat-layout {
    gap: 32px;
  }

  .buyer-question-card {
    grid-template-rows: auto;
  }

  .chat-phone {
    border-radius: 20px;
  }

  .chat-phone-top,
  .chat-window {
    padding-inline: 16px;
  }

  .chat-bubble {
    max-width: 92%;
  }

  .chat-compose {
    grid-template-columns: 1fr;
  }

  .chat-compose a {
    width: 100%;
  }

  .product-section-grid,
  .product-detail-grid,
  .product-spec-row,
  .product-material-grid,
  .product-market-grid,
  .product-process {
    grid-template-columns: 1fr;
  }

  .product-line-hero {
    padding-top: 46px;
  }

  .product-line-visual {
    height: 320px;
  }

  .kids-product-hero {
    padding-top: 46px;
  }

  .kids-hero-media {
    height: auto;
  }

  .kids-hero-main {
    min-height: 420px;
  }

  .kids-style-stack {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    grid-template-rows: none;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .kids-style-stack figure {
    height: 156px;
    min-height: 156px;
  }

  .kids-gallery img {
    height: 340px;
  }

  .spec-table th,
  .spec-table td {
    padding: 13px 12px;
  }

  .hero-banner-image {
    height: 260px;
  }

  .hero-proof,
  .hero-proof li:last-child {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .hero-proof li,
  .hero-proof li:last-child {
    border-right: 0;
    border-bottom: 1px solid #d9e7ee;
  }

  .final-cta {
    background: var(--blue-soft);
  }

  .problem-compare article {
    grid-template-columns: 1fr;
  }

  .problem-compare article:after {
    top: calc(50% - 14px);
    left: 24px;
    transform: rotate(90deg);
  }

  .problem-compare div:last-child {
    border-top: 1px solid rgba(78, 183, 232, .45);
    border-left: 0;
    padding-top: 34px;
  }
}
.product-text-hero {
  display: flex;
  align-items: center;
  min-height: var(--product-hero-min);
  padding: 64px 22px 70px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 54%, #fff 100%);
}

.product-text-hero .container {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 50px;
  align-items: center;
}

.product-text-hero h1 {
  max-width: 760px;
}

.product-text-hero p:not(.eyebrow):not(.lead) {
  max-width: 560px;
  color: #405166;
  font-size: 17px;
  line-height: 1.65;
}

.product-hero-summary {
  display: grid;
  gap: 14px;
}

.product-hero-summary article,
.product-text-card,
.product-feature-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.product-hero-summary article {
  padding: 20px;
}

.product-hero-summary strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
}

.product-text-grid,
.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-text-card,
.product-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 28px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-text-card:hover,
.product-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.product-text-card span,
.product-feature-card span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.product-text-card h3,
.product-feature-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
}

.product-text-card p,
.product-feature-card p {
  margin: 0;
  color: #405166;
}

.product-text-card strong {
  margin-top: auto;
  padding-top: 18px;
  color: var(--navy);
  font-size: 14px;
}

.product-requirement-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-requirement-list li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #405166;
}

.product-requirement-list strong {
  display: block;
  color: var(--navy);
}

.product-hero-side {
  display: block;
  margin: 0;
}

.product-image-slot {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 210px;
  border: 1px dashed rgba(10, 46, 109, .26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(78, 183, 232, .12), rgba(255, 255, 255, .86)),
    #F6FAFD;
  color: rgba(10, 46, 109, .68);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}

.product-image-slot img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

#bag-types .product-image-slot {
  height: 240px !important;
  min-height: 240px !important;
  aspect-ratio: auto !important;
}

#bag-types .product-image-slot img {
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover;
}

.bag-custom-flow {
  display: grid;
  gap: 18px;
}

.bag-custom-flow article {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(260px, .64fr);
  gap: 24px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.bag-custom-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bag-custom-copy span {
  width: fit-content;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.bag-custom-copy h3 {
  margin: 0 0 10px;
  color: var(--navy);
}

.bag-custom-copy p {
  max-width: 620px;
  margin: 0;
  color: #405166;
}

#customize-bags .bag-custom-flow {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 6px 0;
  counter-reset: bagStep;
}

#customize-bags .bag-custom-flow::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 50%;
  z-index: 0;
  width: 3px;
  border-radius: 999px;
  background: rgba(10, 46, 109, .18);
  transform: translateX(-50%);
}

#customize-bags .bag-custom-flow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-right: 3px solid rgba(10, 46, 109, .32);
  border-bottom: 3px solid rgba(10, 46, 109, .32);
  transform: translateX(-50%) rotate(45deg);
}

#customize-bags .bag-custom-flow article {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  min-height: 190px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: bagStep;
}

#customize-bags .bag-custom-flow article::before {
  content: counter(bagStep, decimal-leading-zero);
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff1e8;
  color: var(--gold);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(10, 46, 109, .16);
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

#customize-bags .bag-custom-flow article:nth-child(odd) .bag-custom-copy,
#customize-bags .bag-custom-flow article:nth-child(even) .product-image-slot {
  grid-column: 1;
}

#customize-bags .bag-custom-flow article:nth-child(odd) .product-image-slot,
#customize-bags .bag-custom-flow article:nth-child(even) .bag-custom-copy {
  grid-column: 3;
}

#customize-bags .bag-custom-flow article .bag-custom-copy,
#customize-bags .bag-custom-flow article .product-image-slot {
  grid-row: 1;
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 46, 109, .05);
}

#customize-bags .bag-custom-flow article .bag-custom-copy {
  justify-content: center;
  padding: 28px;
}

#customize-bags .bag-custom-flow article .bag-custom-copy span {
  display: none;
}

#customize-bags .bag-custom-flow article .product-image-slot {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

#customize-bags .bag-custom-flow article .product-image-slot img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: cover;
}

#customize-bags .bag-custom-flow article:hover::before {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

@media (max-width: 760px) {
  #customize-bags .bag-custom-flow {
    gap: 18px;
    padding: 0 0 0 34px;
  }

  #customize-bags .bag-custom-flow::before {
    top: 20px;
    bottom: 20px;
    left: 17px;
  }

  #customize-bags .bag-custom-flow::after {
    left: 17px;
    bottom: 6px;
  }

  #customize-bags .bag-custom-flow article {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(10, 46, 109, .05);
  }

  #customize-bags .bag-custom-flow article::before {
    position: absolute;
    left: -35px;
    top: 20px;
    grid-column: auto;
    width: 38px;
    height: 38px;
    border-width: 3px;
    font-size: 13px;
  }

  #customize-bags .bag-custom-flow article .bag-custom-copy,
  #customize-bags .bag-custom-flow article:nth-child(odd) .bag-custom-copy,
  #customize-bags .bag-custom-flow article:nth-child(even) .bag-custom-copy,
  #customize-bags .bag-custom-flow article .product-image-slot,
  #customize-bags .bag-custom-flow article:nth-child(odd) .product-image-slot,
  #customize-bags .bag-custom-flow article:nth-child(even) .product-image-slot {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    border: 0;
    box-shadow: none;
  }

  #customize-bags .bag-custom-flow article .bag-custom-copy {
    padding: 22px 22px 18px;
  }

  #customize-bags .bag-custom-flow article .bag-custom-copy span {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 10px;
    border-radius: 8px;
    background: var(--navy);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
  }

  #customize-bags .bag-custom-flow article .product-image-slot {
    height: 190px !important;
    min-height: 190px !important;
    aspect-ratio: auto !important;
    padding: 10px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  #customize-bags .bag-custom-flow article .product-image-slot img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain;
    object-position: center;
    transform: none !important;
  }
}

.product-image-contain {
  background: #fff;
}

.product-image-contain img {
  padding: 14px;
  object-fit: contain;
}

.product-hero-slot {
  min-height: 520px;
  border-style: solid;
  box-shadow: 0 24px 70px rgba(10, 46, 109, .12);
}

.product-hero-slot img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.material-hero-slot img {
  object-position: 28% center;
}

.product-detail-image-slot {
  min-height: 150px;
  margin: -8px -8px 20px;
}

.product-card-with-image {
  min-height: 430px;
}

.product-card-with-image > .product-image-slot + span {
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.product-card-with-image:hover > .product-image-slot + span,
.product-card-with-image > .product-image-slot + span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.rash-hero-products {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  min-height: 520px;
}

.rash-hero-products article {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 46, 109, .12);
}

.rash-hero-products article:first-child {
  grid-row: 1 / 3;
}

.rash-hero-products img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.rash-hero-products span {
  padding: 16px 12px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.rash-fabric-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: stretch;
}

.rash-upf-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.rash-upf-panel > span {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .18);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.rash-upf-panel h3 {
  margin: 0 0 14px;
  color: var(--navy);
}

.rash-upf-panel p {
  color: #405166;
}

.rash-fabric-layout .product-material-grid h3 {
  min-height: 1.15em;
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.15;
  white-space: nowrap;
}

.rash-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rash-spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rash-spec-list li {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .14);
  color: #405166;
  font-size: 13px;
  font-weight: 800;
}

.rash-risk-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rash-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.rash-hero-badges span,
.rash-required-info li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .16);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.product-card-with-image .product-image-slot {
  position: relative;
}

.sports-support-product-grid .product-image-slot {
  height: 240px;
  min-height: 240px;
  border-style: solid;
  background: #fff;
}

.sports-support-product-grid .product-image-slot img {
  min-height: 0;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.sports-support-product-grid .product-feature-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #405166;
  font-size: 14px;
  line-height: 1.45;
}

.sports-support-product-grid .product-feature-list li {
  position: relative;
  padding-left: 16px;
}

.sports-support-product-grid .product-feature-list li::before {
  content: "";
  position: absolute;
  top: .68em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.sports-support-product-grid .product-application {
  margin-top: auto;
  padding-top: 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.rash-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(10, 46, 109, .9);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.rash-size-grid,
.rash-oem-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rash-size-grid article,
.rash-oem-card,
.rash-required-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.rash-size-grid strong,
.rash-oem-card dt,
.rash-required-panel h3 {
  color: var(--navy);
  font-weight: 900;
}

.rash-performance-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rash-performance-grid article,
.product-feature-grid article {
  align-content: start;
}

.rash-performance-grid h3,
.product-feature-grid h3,
.product-text-grid h3,
.rash-four-grid h3,
.rash-application-grid h3 {
  display: flex;
  align-items: flex-start;
  min-height: 2.35em;
  margin-bottom: 10px;
  line-height: 1.16;
}

.rash-performance-grid h3,
.rash-four-grid h3,
.rash-application-grid h3 {
  font-size: clamp(19px, 1.1vw, 22px);
}

.rash-performance-grid strong {
  display: block;
  margin: 0 0 10px;
  color: #405166;
  font-size: 14px;
}

.rash-feature-mark {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(78, 183, 232, .2), rgba(255, 111, 40, .14));
}

.rash-feature-mark span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  border: 2px solid rgba(10, 46, 109, .18);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

.rash-four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rash-application-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rash-compare-grid {
  display: grid;
  gap: 14px;
}

.rash-compare-grid article {
  display: grid;
  grid-template-columns: 56px 1fr 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.rash-compare-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 111, 40, .13);
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}

.rash-compare-grid div {
  padding: 16px;
  border-radius: 8px;
  background: rgba(78, 183, 232, .08);
}

.rash-compare-grid div:last-child {
  background: rgba(10, 46, 109, .06);
}

.rash-compare-grid h3,
.rash-compare-grid strong {
  display: block;
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.rash-compare-grid p {
  margin: 0;
  color: #405166;
  line-height: 1.6;
}

.rash-spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rash-oem-card dl {
  margin: 0;
}

.rash-oem-card div {
  padding: 18px;
  border-radius: 8px;
  background: rgba(78, 183, 232, .1);
}

.rash-oem-card dt {
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}

.rash-oem-card dd {
  margin: 0;
  color: #405166;
  font-weight: 800;
}

.rash-timeline {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.rash-required-panel {
  margin-top: 24px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
}

.rash-required-panel h3 {
  margin: 0 0 14px;
  color: #fff;
}

.rash-required-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.final-cta select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--navy);
  font: inherit;
}

#styles .product-text-card,
#fabric-upf .product-material-grid article,
#printing .product-market-card,
#details .rash-compare-grid article,
#specs .product-spec-row article,
#applications .product-market-card,
#sizes .rash-size-grid article {
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

#styles .product-text-card:hover,
#fabric-upf .product-material-grid article:hover,
#printing .product-market-card:hover,
#details .rash-compare-grid article:hover,
#specs .product-spec-row article:hover,
#applications .product-market-card:hover,
#sizes .rash-size-grid article:hover {
  border-color: #4eb7e8;
  background: var(--navy);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(10, 46, 109, .22);
}

#styles .product-text-card:hover h3,
#styles .product-text-card:hover p,
#styles .product-text-card:hover strong,
#fabric-upf .product-material-grid article:hover h3,
#fabric-upf .product-material-grid article:hover p,
#fabric-upf .product-material-grid article:hover strong,
#printing .product-market-card:hover h3,
#printing .product-market-card:hover p,
#details .rash-compare-grid article:hover h3,
#details .rash-compare-grid article:hover strong,
#details .rash-compare-grid article:hover p,
#specs .product-spec-row article:hover strong,
#specs .product-spec-row article:hover li,
#applications .product-market-card:hover h3,
#applications .product-market-card:hover p,
#sizes .rash-size-grid article:hover strong,
#sizes .rash-size-grid article:hover li {
  color: #fff;
}

#styles .product-text-card:hover > span,
#printing .product-market-card:hover > span,
#applications .product-market-card:hover > span,
#details .rash-compare-grid article:hover > span {
  background: var(--orange);
  color: #fff;
}

#styles .product-text-card:hover .rash-card-tag {
  background: var(--orange) !important;
  color: #fff !important;
}

#styles .product-text-card:hover > span,
#printing .product-market-card:hover > span,
#applications .product-market-card:hover > span,
#details .rash-compare-grid article:hover > span,
#fabric-upf .product-material-grid article:hover > span,
#specs .product-spec-row article:hover > span,
#sizes .rash-size-grid article:hover > span {
  background: var(--orange) !important;
  color: #fff !important;
  border-color: var(--orange) !important;
}

#styles .product-text-card .product-image-slot,
#fabric-upf .product-material-grid article {
  overflow: hidden;
}

#styles .product-text-card .product-image-slot img,
#fabric-upf .product-material-grid article img {
  transition: transform .28s ease;
}

#styles .product-text-card:hover .product-image-slot img,
#fabric-upf .product-material-grid article:hover img {
  transform: scale(1.045);
}

@media (max-width: 980px) {
  .rash-hero-products,
  .rash-fabric-layout,
  .rash-spec-grid,
  .rash-risk-grid,
  .rash-performance-grid,
  .rash-four-grid,
  .rash-application-grid,
  .rash-compare-grid article,
  .rash-timeline,
  .rash-size-grid,
  .rash-oem-card dl {
    grid-template-columns: 1fr !important;
  }

  .rash-hero-products {
    grid-template-rows: none;
    min-height: 0;
  }

  .rash-hero-products article {
    min-height: 0;
  }

  .rash-hero-products article:first-child {
    grid-row: auto;
  }

  .rash-hero-products img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 980px) {
  .product-text-hero .container {
    grid-template-columns: 1fr;
  }

  .product-text-grid,
  .product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-text-grid,
  .product-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage visual refresh. Scoped to index.html so product and company pages keep their current layout. */
.home-page {
  background:
    linear-gradient(180deg, rgba(246, 250, 253, .96) 0%, rgba(255, 255, 255, 0) 28%),
    #fff;
}

.home-page .huatop-header {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 34px rgba(10, 46, 109, .06);
}

.home-page .huatop-nav {
  min-height: 78px;
}

.home-page .brand-mark {
  width: 56px;
  height: 56px;
}

.home-page .nav-links a {
  position: relative;
  padding: 8px 0;
  font-weight: 760;
}

.home-page .nav-links > a:after,
.home-page .nav-product-trigger:before {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
  content: "";
}

.home-page .nav-links > a:hover:after,
.home-page .nav-links > a.is-active:after,
.home-page .nav-products:hover .nav-product-trigger:before,
.home-page .nav-products:focus-within .nav-product-trigger:before {
  transform: scaleX(1);
}

.home-page .btn {
  min-height: 48px;
  padding-inline: 20px;
}

.home-page .btn-primary {
  background: linear-gradient(135deg, #fb8a2b 0%, var(--gold) 100%);
  box-shadow: 0 16px 34px rgba(249, 115, 22, .24);
}

.home-page .btn-secondary {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(10, 46, 109, .08);
}

.huatop-menu,
.huatop-menu > a,
.huatop-menu .nav-product-trigger,
.home-page .nav-links a,
.home-page .nav-product-trigger {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.huatop-menu .product-dropdown a,
.home-page .product-dropdown a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.huatop-header .huatop-menu > a,
.huatop-header .huatop-menu > .nav-item > .nav-product-trigger,
.home-page .huatop-menu > a,
.home-page .huatop-menu > .nav-item > .nav-product-trigger {
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.2;
}

.huatop-header .product-dropdown a,
.home-page .product-dropdown a {
  font-size: 16px !important;
  font-weight: 550 !important;
  line-height: 1.25;
}

.home-page .integrated-hero {
  padding: 68px 22px 42px;
  background:
    radial-gradient(circle at 8% 18%, rgba(78, 183, 232, .18), transparent 28%),
    linear-gradient(135deg, #f7fbfe 0%, #fff 44%, #edf8fd 100%);
}

.home-page .factory-hero-grid {
  grid-template-columns: minmax(360px, .45fr) minmax(520px, .55fr);
  gap: 62px;
  min-height: 470px;
}

.home-page .factory-hero h1 {
  max-width: 600px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.04;
}

.home-page .factory-hero .lead {
  max-width: 520px;
  font-size: 18px;
}

.home-page .hero-actions {
  margin-top: 28px;
}

.home-page .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home-page .mobile-sticky-cta {
  display: none;
}

.home-page .hero-banner-image {
  position: relative;
  height: var(--home-hero-media-height);
  border-color: rgba(255, 255, 255, .9);
  box-shadow: 0 30px 90px rgba(10, 46, 109, .2);
}

.home-page .hero-banner-image:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 46, 109, 0) 58%, rgba(10, 46, 109, .22) 100%);
  content: "";
}

.home-page .hero-proof {
  margin-top: 40px;
  border: 0;
  box-shadow: 0 22px 60px rgba(10, 46, 109, .1);
}

.home-page .hero-proof li {
  padding: 22px 20px;
}

.home-page .hero-proof strong {
  font-size: 17px;
}

.home-page .section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.home-page .section-head {
  margin-bottom: 44px;
}

.home-page .section-head h2 {
  max-width: 880px;
}

.home-page .product-market,
.home-page .why-section,
.home-page .markets-trust {
  background:
    linear-gradient(180deg, rgba(246, 250, 253, .75), rgba(255, 255, 255, 0) 32%),
    #fff;
}

.home-page .product-marquee {
  --product-marquee-gap: 26px;
  position: relative;
  overflow: visible;
  margin-inline: 0;
  padding: 6px 0 14px;
  mask-image: none;
}

.home-page .product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 24px;
  animation: none;
  transform: none;
}

.home-page .product-card-grid .category-card,
.home-page .why-grid article,
.home-page .problem-compare div,
.home-page .final-cta form {
  border-color: rgba(217, 231, 238, .78);
  box-shadow: 0 18px 48px rgba(10, 46, 109, .075);
}

.home-page .product-card-grid .category-card {
  min-width: 0;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.home-page .product-card-grid .category-visual {
  background: #f4f9fc;
}

.home-page .product-card-grid .category-visual-empty {
  display: block;
  height: 286px;
  border-bottom: 1px solid rgba(217, 231, 238, .78);
  background:
    linear-gradient(135deg, rgba(78, 183, 232, .08), rgba(255, 255, 255, .92)),
    #f7fbfe;
}

.home-page .product-card-grid .category-visual img {
  height: 286px;
}

.home-page .product-card-grid .category-card:hover {
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(10, 46, 109, .22);
}

.home-page .product-card-grid .category-card:hover .category-visual img {
  transform: scale(1.055);
}

.home-page .product-card-grid .category-card:hover h3,
.home-page .product-card-grid .category-card:hover p,
.home-page .product-card-grid .category-card:hover li {
  color: #fff;
}

.home-page .product-card-grid .category-card:hover .category-body span {
  color: var(--gold);
}

.home-page .why-grid article:hover > span,
.home-page .markets-grid article:hover > span {
  border-color: rgba(249, 115, 22, .5);
  background: rgba(249, 115, 22, .18);
  color: var(--gold);
}

.home-page .problem-compare div:hover > span {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.home-page .product-card-grid .category-visual img.image-focus-upper {
  object-position: center 18%;
}

.home-page .product-card-grid .category-visual img.image-focus-rashguard {
  object-position: center top;
}

.home-page .category-body {
  padding: 24px;
}

.home-page .category-body span,
.home-page .text-link {
  color: var(--gold);
}

.home-page #about {
  background:
    linear-gradient(135deg, rgba(10, 46, 109, .05), rgba(78, 183, 232, .14)),
    #f7fbfe;
}

.home-page .about-layout {
  grid-template-columns: .68fr 1.32fr;
  gap: 48px;
}

.home-page .number-row div {
  border-left: 0;
  border-top: 3px solid var(--gold);
  box-shadow: 0 14px 34px rgba(10, 46, 109, .06);
}

.home-page .factory-gallery {
  gap: 16px;
}

.home-page .factory-gallery img {
  height: 246px;
  box-shadow: 0 14px 36px rgba(10, 46, 109, .08);
}

.home-page .custom-band {
  padding: 104px 22px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}

.home-page .custom-showcase {
  border-color: rgba(255, 255, 255, .9);
  box-shadow: 0 26px 74px rgba(10, 46, 109, .12);
}

.home-page .custom-option-grid {
  gap: 20px;
}

.home-page .custom-option-grid article {
  box-shadow: 0 14px 36px rgba(10, 46, 109, .07);
}

.home-page .why-grid {
  gap: 22px;
}

.home-page .why-grid article {
  min-height: 250px;
}

.home-page .markets-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page .markets-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(217, 231, 238, .78);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 18px 48px rgba(10, 46, 109, .075);
}

.home-page .markets-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .14);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-page .markets-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
}

.home-page .markets-grid p {
  margin: 0;
  color: #405166;
}

.home-page .trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-page .trust-strip span {
  padding: 11px 14px;
  border: 1px solid rgba(10, 46, 109, .1);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(10, 46, 109, .06);
}

.home-page .quality-lab {
  background:
    linear-gradient(135deg, #f4f9fc 0%, #fff 100%);
}

.home-page .quality-checks span {
  box-shadow: 0 12px 30px rgba(10, 46, 109, .06);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.home-page .quality-checks span:hover {
  transform: translateY(-3px);
  border-color: var(--aqua);
  background: var(--navy);
  color: #fff;
  box-shadow: 0 22px 56px rgba(10, 46, 109, .22);
}

.home-page .quality-note {
  box-shadow: 0 20px 56px rgba(10, 46, 109, .16);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-page .quality-note:hover {
  transform: translateY(-3px);
  border-color: var(--aqua);
  box-shadow: 0 28px 72px rgba(10, 46, 109, .24);
}

.home-page .problem-section {
  background:
    linear-gradient(135deg, #f7fbfe 0%, #fff 56%, #eef8fd 100%);
}

.home-page .problem-layout {
  gap: 54px;
}

.home-page .industry-insights {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbfe 100%);
}

.home-page .insights-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.home-page .insights-head .section-head {
  margin-bottom: 0;
}

.home-page .insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-page .insight-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(217, 231, 238, .78);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 18px 48px rgba(10, 46, 109, .075);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-page .insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .9);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .13);
}

.home-page .insight-card span {
  width: max-content;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .insight-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 23px;
  line-height: 1.2;
}

.home-page .insight-card p {
  margin: 0;
  color: #405166;
}

.home-page .insight-card a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--gold);
  font-weight: 850;
}

.home-page .insights-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-page .insights-topics span {
  padding: 11px 14px;
  border: 1px solid rgba(10, 46, 109, .1);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(10, 46, 109, .06);
}

.home-page .final-cta {
  background:
    linear-gradient(135deg, rgba(10, 46, 109, .08), rgba(78, 183, 232, .18)),
    #f7fbfe;
}

.home-page .inquiry {
  align-items: start;
}

.home-page input:focus,
.home-page select:focus,
.home-page textarea:focus {
  border-color: var(--aqua);
  outline: 3px solid rgba(78, 183, 232, .18);
}

@media (max-width: 980px) {
  .home-page .integrated-hero {
    padding-top: 58px;
  }

  .home-page .factory-hero-grid,
  .home-page .about-layout,
  .home-page .problem-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-page .integrated-hero .factory-hero-grid {
    min-height: 0;
  }

  .home-page .hero-banner-image {
    height: var(--home-hero-media-height-tablet);
  }

  .home-page .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .home-page .product-marquee {
    margin-inline: 0;
    padding-inline: 0;
  }

  .home-page .product-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .product-card-grid .category-card {
    min-width: 0;
  }

  .home-page .markets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .insights-head {
    align-items: start;
    flex-direction: column;
  }

  .home-page .insights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-page {
    padding-bottom: 76px;
  }

  .home-page .mobile-sticky-cta {
    position: fixed;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fb8a2b 0%, var(--gold) 100%);
    color: #fff;
    font-weight: 850;
    box-shadow: 0 18px 42px rgba(249, 115, 22, .32);
  }

  .home-page .huatop-nav {
    min-height: 68px;
  }

  .home-page .brand-mark {
    width: 72px;
    height: 52px;
  }

  .home-page .integrated-hero {
    padding: 44px 18px 30px;
  }

  .home-page .factory-hero h1 {
    font-size: clamp(36px, 12vw, 46px);
  }

  .home-page .factory-hero .lead {
    font-size: 16px;
  }

  .home-page .hero-actions,
  .home-page .cta-actions {
    display: grid;
  }

  .home-page .hero-banner-image {
    height: var(--home-hero-media-height-mobile);
  }

  .home-page .hero-proof li {
    padding: 18px;
  }

  .home-page .section,
  .home-page .custom-band,
  .home-page .final-cta {
    padding: 64px 18px;
  }

  .home-page .product-card-grid .category-visual img {
    height: 238px;
  }

  .home-page .product-card-grid .category-visual-empty {
    height: 238px;
  }

  .home-page .product-marquee {
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 18px;
  }

  .home-page .product-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 18px;
  }

  .home-page .product-card-grid .category-card {
    min-width: 0;
  }

  .home-page .factory-gallery img {
    height: 230px;
  }

  .home-page .markets-grid {
    grid-template-columns: 1fr;
  }

  .home-page .markets-grid article {
    min-height: 0;
  }

  .home-page .insight-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .product-marquee {
    overflow: visible;
    mask-image: none;
  }

  .home-page .product-card-grid {
    animation: none;
    transform: none;
  }
}

/* Stable desktop navigation across Chrome, Brave, and local preview. */
@media (min-width: 981px) {
  .huatop-nav,
  .home-page .huatop-nav {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr) 172px;
    align-items: center;
    width: min(100% - 36px, 1760px);
    max-width: none;
    gap: 24px;
    margin-inline: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .huatop-menu,
  .home-page .huatop-menu {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(18px, 2.5vw, 44px);
    min-width: 0;
  }

  .huatop-header .huatop-menu > a,
  .huatop-header .huatop-menu > .nav-item > .nav-product-trigger,
  .home-page .huatop-menu > a,
  .home-page .huatop-menu > .nav-item > .nav-product-trigger {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    white-space: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .huatop-nav .brand {
    position: static;
    justify-self: start;
  }

  .nav-quote {
    flex: 0 0 auto;
    justify-self: end;
    width: 162px;
    min-width: 162px;
    white-space: nowrap !important;
  }
}

@media (min-width: 1281px) and (max-width: 1320px) {
  .huatop-nav,
  .home-page .huatop-nav {
    grid-template-columns: 86px minmax(0, 1fr) 148px;
    gap: 16px;
  }

  .brand-mark,
  .home-page .brand-mark {
    width: 50px;
    height: 50px;
  }

  .huatop-menu,
  .home-page .huatop-menu {
    gap: clamp(14px, 1.7vw, 24px);
  }

  .huatop-header .huatop-menu > a,
  .huatop-header .huatop-menu > .nav-item > .nav-product-trigger,
  .home-page .huatop-menu > a,
  .home-page .huatop-menu > .nav-item > .nav-product-trigger {
    font-size: 15px !important;
  }

  .nav-quote {
    width: 142px;
    min-width: 142px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }
}

@media (max-width: 1180px) {
  .oem-hero .container {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .58fr);
    gap: 42px;
  }

  .oem-hero h1 {
    font-size: clamp(46px, 6vw, 68px);
  }
}

@media (max-width: 900px) {
  .oem-hero .container {
    max-width: 100%;
    gap: 30px;
  }

  .oem-hero .custom-hero-media,
  .page-hero.oem-hero .custom-hero-media {
    height: auto !important;
    max-width: 520px;
    justify-self: start;
    aspect-ratio: 720 / 760;
  }
}

@media (max-width: 620px) {
  .oem-hero .container {
    gap: 24px;
  }

  .oem-hero .custom-hero-media,
  .page-hero.oem-hero .custom-hero-media {
    height: auto !important;
    max-width: 100%;
    aspect-ratio: 720 / 760;
  }
}

@media (max-width: 1280px) {
  .nav-toggle {
    display: block;
  }

  .huatop-nav,
  .home-page .huatop-nav {
    display: flex;
    justify-content: space-between;
    width: min(100% - 32px, var(--max));
    min-height: 70px;
  }

  .huatop-nav .brand {
    position: static;
  }

  .nav-links,
  .huatop-menu,
  .home-page .huatop-menu {
    position: absolute;
    inset: 71px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open,
  .huatop-menu.is-open {
    display: flex;
  }

  .nav-quote {
    display: none;
  }
}

/* Mobile and tablet menu: keep product categories inside the menu panel. */
@media (max-width: 1280px) {
  .site-header {
    overflow: visible;
  }

  .nav-links,
  .huatop-menu,
  .home-page .huatop-menu {
    right: 18px;
    left: 18px;
    width: auto;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav-links a,
  .huatop-menu a,
  .huatop-menu .nav-product-trigger,
  .home-page .huatop-menu a,
  .home-page .huatop-menu .nav-product-trigger {
    width: 100%;
    min-width: 0;
    padding: 14px 4px;
    white-space: nowrap !important;
  }

  .nav-products {
    position: static;
    width: 100%;
  }

  .nav-product-trigger {
    justify-content: flex-start;
  }

  .product-dropdown,
  .home-page .product-dropdown {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: grid;
    width: 100% !important;
    max-width: 100%;
    margin: 4px 0 12px;
    padding: 8px;
    opacity: 1;
    visibility: visible;
    transform: none !important;
    box-shadow: none;
  }

  .product-dropdown:before,
  .home-page .product-dropdown:before {
    display: none;
  }

  .product-dropdown a,
  .home-page .product-dropdown a {
    display: block;
    padding: 11px 12px;
    font-size: 15px !important;
    line-height: 1.25;
    white-space: normal !important;
  }
}

/* Hard override for touch browsers: product categories behave like normal menu rows. */
@media (hover: none), (pointer: coarse), (max-width: 1280px) {
  .nav-links.is-open .nav-products,
  .huatop-menu.is-open .nav-products {
    display: block !important;
    position: static !important;
    width: 100% !important;
  }

  .nav-links.is-open .product-dropdown,
  .huatop-menu.is-open .product-dropdown,
  .nav-products:focus-within .product-dropdown,
  .nav-products:hover .product-dropdown {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 6px 0 14px !important;
    padding: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    background: var(--blue-soft) !important;
    box-shadow: none !important;
  }

  .nav-links.is-open .product-dropdown:before,
  .huatop-menu.is-open .product-dropdown:before,
  .nav-products:focus-within .product-dropdown:before,
  .nav-products:hover .product-dropdown:before {
    display: none !important;
    content: none !important;
  }

  .nav-links.is-open .product-dropdown a,
  .huatop-menu.is-open .product-dropdown a,
  .nav-products:focus-within .product-dropdown a,
  .nav-products:hover .product-dropdown a {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 11px 12px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    color: var(--navy) !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    white-space: normal !important;
  }
}

/* Final mobile/tablet navigation and readability fixes. */
@media (max-width: 1280px) {
  .nav-links.is-open,
  .huatop-menu.is-open,
  .home-page .huatop-menu.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .nav-links.is-open .nav-products,
  .huatop-menu.is-open .nav-products,
  .home-page .huatop-menu.is-open .nav-products {
    display: block !important;
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .nav-links.is-open .product-dropdown,
  .huatop-menu.is-open .product-dropdown,
  .home-page .huatop-menu.is-open .product-dropdown {
    all: unset !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 2px 0 12px !important;
    padding: 4px 0 4px 18px !important;
    border-left: 3px solid rgba(78, 183, 232, .35) !important;
    font-family: inherit !important;
  }

  .nav-links.is-open .product-dropdown a,
  .huatop-menu.is-open .product-dropdown a,
  .home-page .huatop-menu.is-open .product-dropdown a {
    all: unset !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    padding: 10px 8px !important;
    border-radius: 8px !important;
    color: var(--navy) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    cursor: pointer !important;
  }

  .nav-links.is-open .product-dropdown a:active,
  .huatop-menu.is-open .product-dropdown a:active,
  .home-page .huatop-menu.is-open .product-dropdown a:active {
    background: rgba(78, 183, 232, .14) !important;
  }
}

@media (max-width: 620px) {
  .about-factory-card {
    display: grid;
    grid-template-rows: auto auto !important;
    overflow: hidden;
    background: #fff;
  }

  .about-factory-card img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .about-factory-card div,
  .about-factory-card div:last-child {
    position: static !important;
    display: block !important;
    padding: 20px !important;
    background: #fff !important;
    color: var(--ink) !important;
  }

  .about-factory-card span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--navy) !important;
  }

  .about-factory-card h3 {
    color: var(--navy) !important;
    font-size: 22px;
    line-height: 1.22;
  }

  .about-factory-card p {
    color: #405166 !important;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* Prevent touch focus from opening product categories when the mobile menu is closed. */
@media (max-width: 1280px), (hover: none), (pointer: coarse) {
  .nav-links:not(.is-open) .product-dropdown,
  .huatop-menu:not(.is-open) .product-dropdown,
  .home-page .huatop-menu:not(.is-open) .product-dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
  }

  .nav-links:not(.is-open) .nav-products:hover .product-dropdown,
  .nav-links:not(.is-open) .nav-products:focus-within .product-dropdown,
  .huatop-menu:not(.is-open) .nav-products:hover .product-dropdown,
  .huatop-menu:not(.is-open) .nav-products:focus-within .product-dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .nav-links.is-open .nav-products:hover .product-dropdown,
  .nav-links.is-open .nav-products:focus-within .product-dropdown,
  .huatop-menu.is-open .nav-products:hover .product-dropdown,
  .huatop-menu.is-open .nav-products:focus-within .product-dropdown {
    display: flex !important;
    position: static !important;
    width: 100% !important;
    transform: none !important;
  }
}

/* Final guard: touch/tablet product dropdown must never open from retained focus. */
@media (max-width: 1280px) {
  .nav-products > .product-dropdown,
  .nav-products:hover > .product-dropdown,
  .nav-products:focus > .product-dropdown,
  .nav-products:focus-within > .product-dropdown,
  .nav-product-trigger:focus + .product-dropdown,
  .nav-product-trigger:active + .product-dropdown {
    display: none !important;
    position: static !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
  }

  .nav-links.is-open .nav-products > .product-dropdown,
  .huatop-menu.is-open .nav-products > .product-dropdown,
  .home-page .huatop-menu.is-open .nav-products > .product-dropdown {
    all: unset !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 2px 0 12px !important;
    padding: 4px 0 4px 18px !important;
    border-left: 3px solid rgba(78, 183, 232, .35) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    font-family: inherit !important;
  }

  .nav-links.is-open .nav-products > .product-dropdown > a,
  .huatop-menu.is-open .nav-products > .product-dropdown > a,
  .home-page .huatop-menu.is-open .nav-products > .product-dropdown > a {
    all: unset !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    padding: 10px 8px !important;
    border-radius: 8px !important;
    color: var(--navy) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    cursor: pointer !important;
  }
}

/* Site-wide mobile optimization pass. Keep desktop rules intact and normalize
   page-specific sections that were added at different times. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 900px) {
  .container {
    width: 100%;
  }

  .ht-hero-grid,
  .ht-two-col,
  .hero-grid,
  .split,
  .inquiry,
  .page-hero .container,
  .factory-hero-grid,
  .about-layout,
  .faq-layout,
  .risk-band .container,
  .oem-pain-section .container,
  .custom-chat-layout,
  .oem-beyond-panel,
  .product-showcase,
  .process-layout,
  .quality-layout,
  .problem-layout,
  .about-hero-grid,
  .about-factory-layout,
  .about-team-layout,
  .about-visit-layout,
  .about-cta-grid,
  .product-line-grid,
  .kids-product-line-grid,
  .product-detail-layout,
  .product-text-hero .container,
  .kids-collection-hero-grid,
  .kids-structure-layout,
  .kids-application-layout,
  .kids-oem-brief,
  .kids-size-layout,
  .kids-factory-compact,
  .kids-testing-intro,
  .kids-hero-grid,
  .kids-feature-layout,
  .kids-spec-layout,
  .kids-testing-layout,
  .kids-why-layout,
  .kids-factory-panel,
  .final-cta .container,
  .ht-contact .container {
    grid-template-columns: 1fr !important;
  }

  .product-section-grid,
  .product-detail-grid,
  .product-text-grid,
  .product-feature-grid,
  .product-spec-row,
  .product-material-grid,
  .product-market-grid,
  .product-process,
  .ht-service-grid,
  .capability-grid,
  .oem-pain-grid,
  .oem-value-grid,
  .oem-proof-gallery,
  .buyer-question-grid,
  .custom-option-grid,
  .why-grid,
  .order-grid,
  .number-row,
  .markets-grid,
  .trust-strip,
  .quality-checks,
  .problem-compare,
  .contact-channels,
  .kids-hero-product-grid,
  .kids-style-overview,
  .kids-model-options,
  .kids-structure-grid,
  .kids-collection-grid,
  .kids-custom-grid,
  .kids-custom-grid-wide,
  .kids-material-line-grid,
  .kids-application-grid,
  .kids-oem-brief-points,
  .kids-material-simple,
  .kids-market-grid,
  .kids-qc-grid,
  .kids-factory-mini-grid,
  .kids-process-row,
  .kids-gallery,
  .kids-catalog-grid,
  .kids-custom-options,
  .kids-related-grid,
  .kids-visual-grid,
  .kids-material-grid,
  .kids-testing-grid,
  .kids-process-grid,
  .kids-factory-points,
  .kids-lifestyle-row,
  .about-hero-facts,
  .about-hero-facts-row,
  .about-support-grid,
  .about-factory-grid,
  .about-stats-grid,
  .about-process-grid,
  .about-different-grid,
  .about-trusted-grid,
  .about-cert-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-process,
  .kids-process-row {
    gap: 12px;
  }

  .product-line-visual,
  .kids-product-line-visual,
  .product-hero-slot,
  .ht-hero-media,
  .hero-media,
  .page-hero .hero-media,
  .about-hero-media,
  .hero-banner-image {
    min-height: 0 !important;
    height: min(420px, 62vw) !important;
  }
}

@media (max-width: 620px) {
  :root {
    --product-hero-min: 0;
    --home-hero-media-height-mobile: 238px;
  }

  .site-header {
    z-index: 100;
  }

  .nav,
  .huatop-nav,
  .home-page .huatop-nav {
    width: calc(100% - 24px) !important;
    min-height: 64px !important;
    padding: 8px 0 !important;
    gap: 12px !important;
  }

  .brand,
  .huatop-nav .brand {
    min-width: 0;
  }

  .brand-mark,
  .home-page .brand-mark {
    width: 46px !important;
    height: 46px !important;
  }

  .nav-toggle {
    flex: 0 0 42px;
  }

  .nav-links,
  .huatop-menu,
  .home-page .huatop-menu {
    inset: 66px 12px auto !important;
    max-height: calc(100dvh - 82px) !important;
    padding: 12px !important;
    overflow-y: auto !important;
  }

  .nav-links a,
  .huatop-menu a,
  .huatop-menu .nav-product-trigger,
  .home-page .huatop-menu a,
  .home-page .huatop-menu .nav-product-trigger {
    min-height: 44px;
    padding: 11px 8px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .nav-links.is-open .product-dropdown,
  .huatop-menu.is-open .product-dropdown,
  .home-page .huatop-menu.is-open .product-dropdown {
    padding-left: 12px !important;
  }

  .section,
  .hero,
  .page-hero,
  .factory-hero,
  .integrated-hero,
  .product-line-hero,
  .kids-product-line-hero,
  .kids-collection-hero,
  .product-text-hero,
  .custom-band,
  .cta,
  .final-cta,
  .footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .hero,
  .page-hero,
  .factory-hero,
  .integrated-hero,
  .product-line-hero,
  .kids-product-line-hero,
  .kids-collection-hero,
  .product-text-hero,
  .ht-hero {
    padding-top: 42px !important;
    padding-bottom: 48px !important;
  }

  h1 {
    font-size: clamp(32px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  h2 {
    font-size: clamp(25px, 7vw, 32px) !important;
    line-height: 1.16 !important;
  }

  h3 {
    line-height: 1.24;
  }

  .lead {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  .eyebrow {
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-actions,
  .cta-actions,
  .section-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 12px !important;
  }

  .btn,
  .hero-actions .btn,
  .cta-actions .btn,
  .section-actions .btn,
  form .btn {
    width: 100%;
    min-height: 48px;
    white-space: normal;
    text-align: center;
  }

  .ht-hero-grid,
  .ht-two-col,
  .hero-grid,
  .split,
  .inquiry,
  .page-hero .container,
  .factory-hero-grid,
  .about-layout,
  .faq-layout,
  .risk-band .container,
  .oem-pain-section .container,
  .custom-chat-layout,
  .oem-beyond-panel,
  .product-showcase,
  .process-layout,
  .quality-layout,
  .problem-layout,
  .about-hero-grid,
  .about-factory-layout,
  .about-team-layout,
  .about-visit-layout,
  .about-cta-grid,
  .product-line-grid,
  .kids-product-line-grid,
  .product-detail-layout,
  .product-text-hero .container,
  .kids-collection-hero-grid,
  .kids-structure-layout,
  .kids-application-layout,
  .kids-oem-brief,
  .kids-size-layout,
  .kids-factory-compact,
  .kids-testing-intro,
  .kids-hero-grid,
  .kids-feature-layout,
  .kids-spec-layout,
  .kids-testing-layout,
  .kids-why-layout,
  .kids-factory-panel,
  .final-cta .container,
  .ht-contact .container,
  .product-section-grid,
  .product-detail-grid,
  .product-text-grid,
  .product-feature-grid,
  .product-spec-row,
  .product-material-grid,
  .product-market-grid,
  .product-process,
  .ht-service-grid,
  .capability-grid,
  .oem-pain-grid,
  .oem-value-grid,
  .oem-proof-gallery,
  .buyer-question-grid,
  .custom-option-grid,
  .why-grid,
  .order-grid,
  .number-row,
  .markets-grid,
  .trust-strip,
  .quality-checks,
  .problem-compare,
  .contact-channels,
  .kids-hero-product-grid,
  .kids-style-overview,
  .kids-model-options,
  .kids-structure-grid,
  .kids-collection-grid,
  .kids-custom-grid,
  .kids-custom-grid-wide,
  .kids-material-line-grid,
  .kids-application-grid,
  .kids-oem-brief-points,
  .kids-material-simple,
  .kids-market-grid,
  .kids-qc-grid,
  .kids-factory-mini-grid,
  .kids-process-row,
  .kids-gallery,
  .kids-catalog-grid,
  .kids-custom-options,
  .kids-related-grid,
  .kids-visual-grid,
  .kids-material-grid,
  .kids-testing-grid,
  .kids-process-grid,
  .kids-factory-points,
  .kids-lifestyle-row,
  .about-hero-facts,
  .about-hero-facts-row,
  .about-support-grid,
  .about-factory-grid,
  .about-stats-grid,
  .about-process-grid,
  .about-different-grid,
  .about-trusted-grid,
  .about-cert-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-proof,
  .hero-proof li:last-child {
    grid-column: auto !important;
  }

  .product-range-card,
  .product-text-card,
  .product-feature-card,
  .product-card-with-image,
  .product-detail-card,
  .product-market-card,
  .kids-model-options article,
  .kids-style-overview article,
  .kids-collection-grid article,
  .kids-custom-grid article,
  .kids-material-simple article,
  .buyer-question-card,
  .oem-value-grid article,
  .about-factory-card {
    min-height: 0 !important;
  }

  .product-range-card,
  .kids-model-options article,
  .kids-style-overview article,
  .kids-collection-grid article {
    grid-template-rows: auto 1fr !important;
  }

  .category-visual,
  .product-range-card img,
  .product-range-card svg,
  .product-range-card > .product-image-placeholder,
  .product-image-slot,
  .product-image-slot img,
  .product-material-grid img,
  .product-material-grid svg,
  .kids-model-options img,
  .kids-style-overview img,
  .kids-hero-product-grid img,
  .kids-collection-grid img,
  .kids-custom-grid img,
  .kids-material-simple img,
  .kids-qc-grid img,
  .kids-factory-mini-grid img,
  .about-factory-card img {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .oem-proof-gallery img {
    min-height: 0 !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover;
  }

  .product-line-visual,
  .kids-product-line-visual,
  .product-hero-slot,
  .ht-hero-media,
  .hero-media,
  .page-hero .hero-media,
  .about-hero-media,
  .hero-banner-image,
  .custom-showcase,
  .custom-showcase-large {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .custom-hero-media,
  .page-hero .custom-hero-media,
  .custom-showcase-large {
    aspect-ratio: 12 / 5;
  }

  .product-line-visual img,
  .kids-product-line-visual img,
  .product-hero-slot img,
  .ht-hero-media img,
  .hero-media img,
  .page-hero .hero-media img,
  .about-hero-media img,
  .hero-banner-image img,
  .custom-showcase img,
  .custom-showcase-large img {
    width: 100%;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
  }

  .page-hero .hero-media img[src*="custom-hero"],
  .custom-showcase-large img[src*="custom-hero"] {
    object-fit: contain !important;
    background: #fff;
  }

  .product-text-card,
  .product-feature-card,
  .product-range-card div,
  .product-detail-card,
  .product-market-card,
  .kids-model-options div,
  .kids-style-overview div,
  .kids-collection-grid article > div,
  .kids-custom-grid h3,
  .kids-custom-grid p,
  .kids-material-simple h3,
  .kids-material-simple p {
    padding: 20px !important;
  }

  .product-text-card span,
  .product-feature-card span,
  .kids-model-options span {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .section:not(#customize-bags) .bag-custom-flow article {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 20px !important;
  }

  .spec-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .spec-table th,
  .spec-table td {
    min-width: 150px;
    white-space: normal;
  }

  .kids-size-chart > div {
    grid-template-columns: 1fr !important;
  }

  .kids-size-chart strong,
  .kids-size-chart span {
    padding: 15px 16px !important;
  }

  form {
    width: 100%;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .mobile-sticky-cta,
  .home-page .mobile-sticky-cta {
    right: 16px !important;
    bottom: 16px !important;
    left: 16px !important;
    width: auto !important;
    max-width: none !important;
    min-height: 50px;
  }
}

@media (max-width: 420px) {
  .section,
  .hero,
  .page-hero,
  .factory-hero,
  .integrated-hero,
  .product-line-hero,
  .kids-product-line-hero,
  .kids-collection-hero,
  .product-text-hero,
  .custom-band,
  .cta,
  .final-cta,
  .footer {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .product-text-card,
  .product-feature-card,
  .product-range-card div,
  .product-detail-card,
  .product-market-card,
  .kids-model-options div,
  .kids-style-overview div,
  .kids-collection-grid article > div,
  .buyer-question-card,
  .oem-value-grid article,
  .order-grid article,
  .why-grid article {
    padding: 18px !important;
  }

  h1 {
    font-size: clamp(30px, 9.4vw, 36px) !important;
  }
}

/* Last rule in file: mobile product dropdown cannot open unless the menu panel is open. */
@media (max-width: 1280px), (hover: none), (pointer: coarse) {
  .nav-products > .product-dropdown,
  .nav-products:hover > .product-dropdown,
  .nav-products:focus > .product-dropdown,
  .nav-products:focus-within > .product-dropdown,
  .nav-product-trigger:focus + .product-dropdown,
  .nav-product-trigger:active + .product-dropdown,
  .nav-links:not(.is-open) .product-dropdown,
  .huatop-menu:not(.is-open) .product-dropdown {
    display: none !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    box-shadow: none !important;
  }

  .nav-links.is-open .nav-products > .product-dropdown,
  .huatop-menu.is-open .nav-products > .product-dropdown {
    all: unset !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin: 2px 0 12px !important;
    padding: 4px 0 4px 18px !important;
    border-left: 3px solid rgba(78, 183, 232, .35) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    font-family: inherit !important;
  }

  .nav-links.is-open .nav-products > .product-dropdown > a,
  .huatop-menu.is-open .nav-products > .product-dropdown > a {
    all: unset !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    padding: 10px 8px !important;
    border-radius: 8px !important;
    color: var(--navy) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    cursor: pointer !important;
  }
}

.buyer-type-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 620px) {
  .buyer-type-grid {
    grid-template-columns: 1fr !important;
  }
}

.entry-system-grid img,
.entry-system-grid > article > .product-image-placeholder {
  height: 300px;
  object-fit: contain;
  object-position: center;
  padding: 16px;
  background: #fff;
}

@media (max-width: 620px) {
  .entry-system-grid img,
  .entry-system-grid > article > .product-image-placeholder {
    height: 260px;
  }
}

.material-choice-grid img,
.material-choice-grid > article > .product-image-placeholder {
  height: 300px;
  object-fit: contain;
  object-position: center;
  padding: 16px;
  background: #fff;
}

@media (max-width: 620px) {
  .material-choice-grid img,
  .material-choice-grid > article > .product-image-placeholder {
    height: 260px;
  }
}

.seam-comparison-grid .product-market-card {
  display: grid;
  grid-template-rows: 210px 84px 96px 160px 1fr;
  overflow: hidden;
  padding: 0;
  min-height: 676px;
}

.seam-comparison-grid .product-market-card img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.seam-comparison-grid .product-market-card span {
  align-self: flex-start;
  justify-self: flex-start;
  margin: 26px 26px 0;
}

.seam-comparison-grid .product-market-card h3 {
  align-self: start;
  margin-top: 0;
}

.seam-comparison-grid .product-market-card p {
  align-self: start;
}

.seam-comparison-grid .product-market-card h3,
.seam-comparison-grid .product-market-card p,
.seam-comparison-grid .product-market-card strong {
  margin-left: 26px;
  margin-right: 26px;
}

.seam-comparison-grid .product-market-card strong {
  display: block;
  align-self: start;
  margin-top: 0;
  margin-bottom: 28px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .seam-comparison-grid .product-market-card img {
    height: 180px;
    margin-bottom: 24px;
  }

  .seam-comparison-grid .product-market-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

.seam-comparison-grid .product-market-card h3,
.seam-comparison-grid .product-market-card p {
    min-height: 0;
  }
}

/* Footer social icons: keep them compact and immune to global image/svg rules. */
.footer .footer-social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

.footer .footer-social .social-link {
  display: inline-flex !important;
  flex: 0 0 26px !important;
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: rgba(255, 255, 255, .88) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.footer .footer-social .social-link:hover {
  border-color: rgba(255, 255, 255, .48) !important;
  background: rgba(255, 255, 255, .16) !important;
  color: #fff !important;
  transform: none !important;
}

.footer .footer-social .social-link svg {
  display: block !important;
  flex: 0 0 13px !important;
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  max-height: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  fill: currentColor !important;
  object-fit: contain !important;
}

body.fitness-products-page .product-text-card:hover > span,
body.fitness-products-page .product-market-card:hover > span,
body.fitness-products-page .product-text-card > span:hover,
body.fitness-products-page .product-market-card > span:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

/* About page unified card interaction */
.about-factory-card,
.about-real-team-grid article,
.about-difference-cards article,
.about-trusted-points article,
.about-cert-grid article,
.about-trusted-gallery figure,
.about-visit-gallery figure {
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.about-factory-card img,
.about-real-team-grid article img,
.about-trusted-gallery figure img,
.about-visit-gallery figure img,
.about-cert-grid article img {
  transition: transform .3s ease, border-color .22s ease, box-shadow .22s ease;
}

.about-factory-card:hover,
.about-real-team-grid article:hover,
.about-difference-cards article:hover,
.about-trusted-points article:hover,
.about-cert-grid article:hover,
.about-trusted-gallery figure:hover,
.about-visit-gallery figure:hover {
  transform: translateY(-3px);
  border-color: rgba(78, 183, 232, .95) !important;
  background: var(--navy) !important;
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

.about-factory-card > div {
  transition: background-color .22s ease;
}

.about-factory-card:hover > div {
  background: var(--navy) !important;
}

.about-factory-card:hover h3,
.about-real-team-grid article:hover strong,
.about-difference-cards article:hover strong,
.about-trusted-points article:hover strong,
.about-cert-grid article:hover h4,
.about-cert-grid article:hover p,
.about-real-team-grid article:hover p,
.about-difference-cards article:hover p,
.about-trusted-points article:hover p,
.about-factory-card:hover p,
.about-cert-grid article:hover li,
.about-difference-cards article:hover li,
.about-trusted-points article:hover li {
  color: #fff !important;
}

.about-cert-grid article:hover b,
.about-factory-card:hover span {
  background: var(--gold) !important;
  color: #fff !important;
  border-color: var(--gold) !important;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.about-cert-grid article:hover small {
  background: transparent !important;
  color: var(--gold) !important;
}

.about-cert-group:hover .about-cert-group-head span,
.about-cert-grid article:hover b,
.about-factory-card:hover span {
  background: var(--gold) !important;
  color: #fff !important;
  border-color: var(--gold) !important;
}

.about-trusted-gallery figure:hover figcaption,
.about-visit-gallery figure:hover figcaption {
  background: var(--gold);
  color: #fff;
}

.about-factory-card:hover img,
.about-real-team-grid article:hover img,
.about-trusted-gallery figure:hover img,
.about-visit-gallery figure:hover img,
.about-cert-grid article:hover img {
  transform: scale(1.035);
}

.about-process-timeline article:hover span {
  background: var(--gold) !important;
  color: #fff !important;
  border-color: var(--gold) !important;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.about-certifications .is-qualification .about-cert-grid.is-factory article:hover {
  background: var(--navy) !important;
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

/* Unified product card hover state. */
.product-range-card,
.product-detail-card,
.product-market-card,
.product-material-grid article,
.product-spec-row article,
.product-text-card,
.product-feature-card,
.rash-oem-card {
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.product-range-card img,
.product-material-grid article img,
.product-card-with-image .product-image-slot img,
.product-feature-card img,
.product-text-card img {
  transition: transform .34s ease;
}

.product-range-card:hover,
.product-detail-card:hover,
.product-market-card:hover,
.product-material-grid article:hover,
.product-spec-row article:hover,
.product-text-card:hover,
.product-feature-card:hover {
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

.product-range-card:hover h3,
.product-range-card:hover p,
.product-range-card:hover strong,
.product-range-card:hover li,
.product-detail-card:hover h3,
.product-detail-card:hover p,
.product-detail-card:hover strong,
.product-detail-card:hover li,
.product-market-card:hover h3,
.product-market-card:hover p,
.product-market-card:hover strong,
.product-market-card:hover li,
.product-material-grid article:hover h3,
.product-material-grid article:hover p,
.product-material-grid article:hover strong,
.product-material-grid article:hover li,
.product-spec-row article:hover h3,
.product-spec-row article:hover p,
.product-spec-row article:hover strong,
.product-spec-row article:hover span,
.product-spec-row article:hover li,
.product-text-card:hover h3,
.product-text-card:hover p,
.product-text-card:hover strong,
.product-text-card:hover li,
.product-feature-card:hover h3,
.product-feature-card:hover p,
.product-feature-card:hover li {
  color: #fff;
}

.product-detail-card:hover span,
.product-market-card:hover > span,
.product-text-card:hover > span,
.product-feature-card:hover > span {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .26);
}

.product-range-card:hover img,
.product-material-grid article:hover img,
.product-card-with-image:hover .product-image-slot img,
.product-feature-card:hover img,
.product-text-card:hover img {
  transform: scale(1.045);
}

/* Final override: fitness page card labels turn orange on hover. */
.fitness-products-page .product-text-card:hover > span,
.fitness-products-page .product-market-card:hover > span,
.fitness-products-page .product-text-card > span:hover,
.fitness-products-page .product-market-card > span:hover {
  border-color: var(--gold) !important;
  background: var(--gold) !important;
  color: #fff !important;
}

/* Neoprene fitness page interaction states. */
.fitness-products-page .product-text-card,
.fitness-products-page .product-market-card,
.fitness-products-page .spec-card,
.fitness-products-page .product-process article,
.fitness-products-page .product-image-slot {
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    background-color .22s ease,
    color .22s ease;
}

.fitness-products-page .product-text-card:hover,
.fitness-products-page .product-market-card:hover,
.fitness-products-page .spec-card:hover {
  transform: translateY(-6px);
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 26px 68px rgba(10, 46, 109, .22);
}

.fitness-products-page .product-text-card:hover > span,
.fitness-products-page .product-market-card:hover > span {
  border-color: var(--gold);
  background: var(--gold) !important;
  color: #fff !important;
}

.fitness-products-page .product-process article:hover span {
  color: var(--gold) !important;
}

.fitness-products-page .product-text-card:hover h3,
.fitness-products-page .product-market-card:hover h3,
.fitness-products-page .product-text-card:hover p,
.fitness-products-page .product-market-card:hover p,
.fitness-products-page .product-text-card:hover li,
.fitness-products-page .product-text-card:hover .product-application,
.fitness-products-page .spec-card:hover th,
.fitness-products-page .spec-card:hover td,
.fitness-products-page .spec-card:hover td:first-child {
  color: #fff;
}

.fitness-products-page .spec-card:hover th {
  background: rgba(78, 183, 232, .2);
}

.fitness-products-page .spec-card:hover th,
.fitness-products-page .spec-card:hover td {
  border-color: rgba(255, 255, 255, .22);
}

.fitness-products-page .product-card-with-image .product-image-slot img,
.fitness-products-page .product-hero-slot img {
  transition: transform .35s ease;
}

.fitness-products-page .product-card-with-image:hover .product-image-slot {
  border-color: rgba(78, 183, 232, .9);
  background: #fff;
}

.fitness-products-page .product-card-with-image:hover .product-image-slot img,
.fitness-products-page .product-hero-slot:hover img {
  transform: scale(1.04);
}

.fitness-products-page .spec-table tbody tr {
  transition: background-color .18s ease, color .18s ease;
}

.fitness-products-page .spec-table tbody tr:hover {
  background: var(--gold);
}

.fitness-products-page #product-development-guide .spec-table tbody tr:hover td,
.fitness-products-page #product-development-guide .spec-table tbody tr:hover td:first-child {
  background: var(--gold);
  color: #fff;
}

.fitness-products-page .product-process article {
  cursor: default;
}

.fitness-products-page .product-process article:hover {
  transform: translateY(-5px);
  border-color: var(--aqua);
  background: rgba(78, 183, 232, .2);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .18);
}

/* Align Quality Checkpoints card content. */
#quality-checkpoints .quality-grid .product-market-card {
  display: grid !important;
  grid-template-rows: 56px 72px 1fr !important;
  align-content: start !important;
  min-height: 300px !important;
}

#quality-checkpoints .quality-grid .product-market-card span {
  align-self: start !important;
  justify-self: start !important;
  margin: 0 !important;
}

#quality-checkpoints .quality-grid .product-market-card h3 {
  align-self: start !important;
  min-height: 0 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

#quality-checkpoints .quality-grid .product-market-card p {
  align-self: start !important;
  margin: 0 !important;
  line-height: 1.55 !important;
}

@media (max-width: 620px) {
  #quality-checkpoints .quality-grid .product-market-card {
    grid-template-rows: auto auto 1fr !important;
    min-height: 0 !important;
    gap: 14px !important;
  }
}

/* Neoprene bag card hover interactions. */
#bag-types .product-text-card,
#bag-structure .structure-option-grid article,
#specs .product-spec-row article,
#quality-checkpoints .product-market-card {
  transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

#bag-types .product-text-card:hover,
#bag-structure .structure-option-grid article:hover,
#specs .product-spec-row article:hover,
#quality-checkpoints .product-market-card:hover {
  border-color: var(--aqua);
  background: var(--navy);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(10, 46, 109, .18);
}

#bag-types .product-text-card:hover h3,
#bag-types .product-text-card:hover p,
#bag-types .product-text-card:hover strong,
#bag-types .product-text-card:hover li,
#bag-structure .structure-option-grid article:hover strong,
#bag-structure .structure-option-grid article:hover span,
#specs .product-spec-row article:hover strong,
#specs .product-spec-row article:hover span,
#quality-checkpoints .product-market-card:hover h3,
#quality-checkpoints .product-market-card:hover p {
  color: #fff;
}

#bag-types .product-text-card > span,
#quality-checkpoints .product-market-card > span {
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

#bag-types .product-text-card:hover > span,
#quality-checkpoints .product-market-card:hover > span {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 22px rgba(249, 115, 22, .36);
}

#bag-types .card-spec-list li::before {
  transition: background-color .22s ease;
}

#bag-types .product-text-card:hover .card-spec-list li::before {
  background: var(--gold);
}

#bag-types .product-card-with-image .product-image-slot {
  overflow: hidden;
}

#bag-types .product-card-with-image .product-image-slot img,
#customize-bags .bag-custom-flow article .product-image-slot img {
  transition: transform .28s ease;
}

#bag-types .product-card-with-image:hover .product-image-slot img {
  transform: scale(1.06);
}

@media (min-width: 761px) {
  #customize-bags .bag-custom-flow article .product-image-slot:hover img {
    transform: scale(1.08);
  }
}

/* Neoprene bags OEM page structure. */
.product-family-hero figcaption {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 46, 109, .06);
}

.product-family-hero figcaption strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.product-family-hero figcaption ul,
.card-spec-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.product-family-hero figcaption ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-family-hero figcaption li,
.card-spec-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.product-family-hero figcaption li::before,
.card-spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue);
}

#bag-types .product-text-card h3 {
  margin-bottom: 6px;
}

#bag-types .product-text-card p {
  display: none;
}

.capability-grid .product-text-card p,
.quality-grid .product-market-card p {
  color: var(--muted);
}

.technical-options {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.workflow-simple {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.workflow-simple article {
  min-height: 120px;
}

.workflow-simple article p {
  display: none;
}

#quality-checkpoints .product-market-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .technical-options,
  .workflow-simple,
  #quality-checkpoints .product-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .product-family-hero figcaption ul,
  .technical-options,
  .workflow-simple,
  #quality-checkpoints .product-market-grid {
    grid-template-columns: 1fr;
  }
}

/* Neoprene bags OEM development language. */
.hero-capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
}

.hero-capability-list span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(10, 46, 109, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.structure-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.structure-option-grid article {
  min-height: 136px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 46, 109, .045);
}

.structure-option-grid strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.structure-option-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

#quality-checkpoints .product-market-grid.quality-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.workflow-simple {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  #quality-checkpoints .product-market-grid.quality-grid,
  .workflow-simple {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .structure-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hero-capability-list,
  .structure-option-grid,
  #quality-checkpoints .product-market-grid.quality-grid,
  .workflow-simple {
    grid-template-columns: 1fr;
  }
}


/* Final footer social override. */
.footer .footer-social {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  width: auto !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
}

.footer .footer-social .social-link {
  display: inline-flex !important;
  flex: 0 0 26px !important;
  width: 26px !important;
  min-width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: rgba(255, 255, 255, .88) !important;
  box-shadow: none !important;
  line-height: 1 !important;
}

.footer .footer-social .social-link:hover {
  border-color: rgba(255, 255, 255, .48) !important;
  background: rgba(255, 255, 255, .16) !important;
  color: #fff !important;
  transform: none !important;
}

.footer .footer-social .social-link svg {
  display: block !important;
  flex: 0 0 13px !important;
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  max-height: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 1 / 1 !important;
  fill: currentColor !important;
  object-fit: contain !important;
}


/* Neoprene bags hero image should fill the frame. */
.product-family-hero .product-hero-slot.product-image-contain img {
  padding: 0;
  object-fit: cover;
  object-position: center;
}

#process .workflow-simple article {
  transition: border-color .22s ease, box-shadow .22s ease;
}

#process .workflow-simple article:hover {
  background: inherit;
}

#process .workflow-simple article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .14);
  color: var(--aqua);
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

#process .workflow-simple article:hover > span,
#process .workflow-simple article > span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.material-profile-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  border-top: 0;
}

.material-explain-band {
  padding: 42px 22px 0;
  background: #fff;
}

.material-explain-callout {
  position: relative;
  overflow: hidden;
  padding: 26px 30px 28px;
  border: 1px solid rgba(10, 46, 109, .12);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
  box-shadow: 0 18px 48px rgba(10, 46, 109, .07);
}

.material-explain-callout .eyebrow {
  margin-bottom: 10px;
}

.material-explain-callout h2 {
  max-width: 980px;
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.22;
}

.material-explain-callout p:not(.eyebrow) {
  max-width: 980px;
  margin: 0 0 10px;
  color: #405166;
  font-size: 16px;
  line-height: 1.7;
}

.material-explain-callout p:last-child {
  margin-bottom: 0;
}

.material-profile {
  display: grid;
  grid-template-rows: 190px auto 1fr;
  overflow: hidden;
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.material-profile:hover {
  transform: translateY(-4px);
  border-color: var(--navy);
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .18);
}

.material-profile figure {
  overflow: hidden;
  width: 100%;
  height: 190px;
  margin: 0;
  border-radius: 0;
  background: #F6FAFD;
}

.material-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-profile-main {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 24px 24px 18px;
}

.material-profile-main span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.material-profile-main h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 34px;
  line-height: 1;
}

.material-profile-main p,
.material-profile-details p {
  margin: 0;
  color: #405166;
  line-height: 1.6;
}

.material-profile-main p strong {
  color: var(--navy);
}

.material-profile-details {
  display: block;
  min-height: 0;
  padding: 0 24px 24px;
}

.material-profile-details > div:last-child:nth-child(odd) {
  grid-column: auto;
}

.material-profile-details > div {
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  border-left: 0;
}

.material-profile-details h4 {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.material-profile-details .card-spec-list {
  gap: 7px;
  margin-top: 0;
}

.material-profile-details .card-spec-list li {
  color: #405166;
  font-size: 14px;
}

.material-profile-details .card-spec-list li::before {
  top: .7em;
  width: 4px;
  height: 4px;
}

.material-profile:hover .material-profile-main,
.material-profile:hover .material-profile-details {
  background: transparent;
}

.material-profile:hover .material-profile-main span,
.material-profile:hover .material-profile-main span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.material-profile:hover .material-profile-main h3,
.material-profile:hover .material-profile-main p,
.material-profile:hover .material-profile-main p strong,
.material-profile:hover .material-profile-details p {
  color: #fff;
}

.material-profile:hover .material-profile-details > div {
  border-top-color: rgba(255, 255, 255, .24);
}

.material-profile:hover .material-profile-details h4 {
  color: #8dd7f5;
}

.material-recycled-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(78, 183, 232, .32);
  border-radius: 8px;
  background: #F6FAFD;
  color: #405166;
}

.material-recycled-note strong {
  color: var(--navy);
  font-size: 17px;
}

.material-recycled-note span {
  font-size: 15px;
  line-height: 1.5;
}

.recycled-material-list {
  display: grid;
  gap: 18px;
}

.recycled-material-list article {
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.recycled-material-list article:hover {
  transform: translateY(-4px);
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

.recycled-material-head {
  padding: 4px 8px 4px 0;
}

.recycled-material-head > span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .16);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.recycled-material-head h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.2;
}

.recycled-material-head p {
  margin: 0;
  color: #405166;
  line-height: 1.65;
}

.recycled-material-list article:hover .recycled-material-head h3,
.recycled-material-list article:hover .recycled-material-head p {
  color: #fff;
}

.recycled-material-list article:hover .recycled-material-head > span,
.recycled-material-head > span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.recycled-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.recycled-spec-grid div {
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(217, 231, 238, .9);
  border-radius: 8px;
  background: #F6FAFD;
}

.recycled-spec-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.1;
}

.recycled-spec-grid span {
  display: block;
  color: #5f6f83;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.recycled-material-list article:hover .recycled-spec-grid div {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .10);
}

.recycled-material-list article:hover .recycled-spec-grid strong,
.recycled-material-list article:hover .recycled-spec-grid span {
  color: #fff;
}

.material-composition-card {
  overflow-x: auto;
}

.material-composition-table {
  width: 100%;
  min-width: 330px;
  border-collapse: collapse;
  color: #405166;
  font-size: 13px;
  line-height: 1.35;
}

.material-composition-table td {
  padding: 7px 8px;
  border-bottom: 1px solid rgba(217, 231, 238, .9);
  vertical-align: top;
}

.material-composition-table tr:last-child td {
  border-bottom: 0;
}

.material-composition-table td:first-child {
  padding-left: 0;
  color: var(--navy);
  font-weight: 850;
}

.material-composition-table td:nth-child(2) {
  white-space: nowrap;
}

.material-composition-table td:last-child {
  padding-right: 0;
  color: var(--navy);
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.material-compare-section {
  overflow: hidden;
}

.material-compare-wrap {
  overflow-x: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .18);
}

.material-compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--ink);
}

.material-compare-table th,
.material-compare-table td {
  padding: 18px 22px;
  border-bottom: 1px solid #d9e7ee;
  text-align: left;
  vertical-align: middle;
}

.material-compare-table th:not(:last-child),
.material-compare-table td:not(:last-child) {
  border-right: 1px solid #edf4f8;
}

.material-compare-table tr:last-child td {
  border-bottom: 0;
}

.material-compare-table th {
  background: #F6FAFD;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.material-compare-table th:first-child {
  border-top-left-radius: 8px;
}

.material-compare-table th:last-child {
  border-top-right-radius: 8px;
}

.material-compare-table th span {
  display: block;
  font-size: 24px;
  line-height: 1.15;
}

.material-compare-table th small {
  display: block;
  margin-top: 6px;
  color: #5f6f83;
  font-size: 12px;
  font-weight: 850;
}

.material-compare-table td {
  background: #fff;
  color: #27384c;
  font-weight: 760;
}

.material-compare-table tbody tr:nth-child(even) td {
  background: #fbfdff;
}

.material-compare-table th,
.material-compare-table td {
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.material-compare-table th:first-child,
.material-compare-table td:first-child {
  width: 24%;
  color: var(--navy);
  font-weight: 900;
}

.material-mobile-accordion {
  display: none;
}

.material-mobile-card {
  overflow: hidden;
  border: 1px solid rgba(217, 231, 238, .98);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}

.material-mobile-card + .material-mobile-card {
  margin-top: 14px;
}

.material-mobile-card summary {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 16px 46px 16px 16px;
  cursor: pointer;
  list-style: none;
  background: #F6FAFD;
  color: var(--navy);
}

.material-mobile-card summary::-webkit-details-marker {
  display: none;
}

.material-mobile-card summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  transform: translateY(-65%) rotate(45deg);
  content: "";
}

.material-mobile-card[open] summary {
  background: var(--navy);
  color: #fff;
}

.material-mobile-card[open] summary::after {
  border-color: #fff;
  transform: translateY(-35%) rotate(225deg);
}

.material-mobile-card summary span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.material-mobile-card summary strong {
  color: inherit;
  font-size: 16px;
  line-height: 1.25;
}

.material-mobile-card dl {
  margin: 0;
  padding: 0;
}

.material-mobile-card dl > div {
  display: grid;
  grid-template-columns: minmax(112px, .4fr) minmax(0, .6fr);
  gap: 12px;
  padding: 14px 16px;
  border-top: 1px solid #d9e7ee;
}

.material-mobile-card dt {
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.material-mobile-card dd {
  margin: 0;
  color: #27384c;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.45;
}

.material-rating {
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.material-rating i {
  display: block;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #d9e7ee;
}

.material-rating i::before {
  display: block;
  width: var(--rating-width);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aqua), var(--gold));
  content: "";
}

.material-rating b {
  color: var(--navy);
  font-size: 14px;
  white-space: nowrap;
}

.material-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #121820;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.material-stars span {
  color: #FBBF24;
  text-shadow: 0 1px 0 #B45309;
}

.material-stars i {
  color: #121820;
  font-style: normal;
}

.rating-3 {
  --rating-width: 60%;
}

.rating-2 {
  --rating-width: 40%;
}

.rating-4 {
  --rating-width: 80%;
}

.rating-5 {
  --rating-width: 100%;
}

.material-price,
.material-fit-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .16);
  color: var(--navy);
  font-weight: 900;
}

.material-price {
  min-width: 54px;
  justify-content: center;
  background: rgba(249, 115, 22, .14);
  color: #b84d09;
}

.material-choice-grid .product-feature-card {
  min-height: 280px;
}

.material-choice-grid .card-spec-list {
  margin-top: 0;
}

.material-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.material-flow-grid article {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.material-flow-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

.material-flow-grid figure {
  overflow: hidden;
  margin: 0;
  background: #fff;
}

.material-flow-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.material-flow-grid div {
  padding: 22px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #fff 0%, #F6FAFD 100%);
}

.material-flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.material-flow-grid h3 {
  min-height: 48px;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.material-flow-grid p {
  margin: 0;
  color: #405166;
  font-size: 15px;
  line-height: 1.6;
}

.material-flow-grid article:hover div {
  border-top-color: rgba(255, 255, 255, .18);
  background: transparent;
}

.material-flow-grid article:hover h3,
.material-flow-grid article:hover p {
  color: #fff;
}

.material-flow-grid article:hover span,
.material-flow-grid article span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.material-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.material-finish-grid article {
  position: relative;
  display: grid;
  grid-template-rows: 180px 1fr;
  overflow: hidden;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.material-finish-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

.material-finish-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #fff 0%, #EEF7FB 100%);
}

.material-finish-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.material-finish-image span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 7px 12px;
  border: 1px dashed rgba(10, 46, 109, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #6f7f91;
  font-size: 12px;
  font-weight: 850;
}

.material-finish-grid article > div {
  padding: 24px;
}

.material-finish-grid article > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(78, 183, 232, .16);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.material-finish-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
}

.material-finish-grid p {
  margin: 0;
  color: #405166;
  font-size: 15px;
  line-height: 1.65;
}

.material-finish-grid article:hover .material-finish-image {
  border-bottom-color: rgba(255, 255, 255, .18);
}

.material-finish-grid article:hover h3,
.material-finish-grid article:hover p {
  color: #fff;
}

.material-finish-grid article:hover > div > span,
.material-finish-grid article > div > span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

.material-flow-section .product-process article {
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.material-flow-section .product-process article:hover {
  transform: translateY(-4px);
  border-color: rgba(78, 183, 232, .55);
  background: rgba(255, 255, 255, .10);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}

.material-flow-section .product-process article > span,
.material-flow-section .product-process article:hover > span,
.material-flow-section .product-process article > span:hover {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--aqua) !important;
  box-shadow: none !important;
  transform: none !important;
}

.material-flow-section .product-process article:hover > span,
.material-flow-section .product-process article > span:hover {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: var(--gold) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28) !important;
  text-shadow: none;
}

.material-compliance-layout {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 44px;
  align-items: start;
}

.material-compliance-note {
  margin: 18px 0 0;
  color: #405166;
  line-height: 1.7;
}

.material-compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.material-compliance-grid article {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.material-compliance-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 24px 64px rgba(10, 46, 109, .22);
}

.material-compliance-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(78, 183, 232, .16);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  transition: background-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.material-compliance-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.2;
}

.material-compliance-grid p {
  margin: 0;
  color: #405166;
  font-size: 15px;
  line-height: 1.6;
}

.material-compliance-grid article:hover h3,
.material-compliance-grid article:hover p {
  color: #fff;
}

.material-compliance-grid article:hover span,
.material-compliance-grid span:hover {
  background: var(--gold);
  color: #fff;
  box-shadow: 0 10px 24px rgba(249, 115, 22, .28);
}

@media (max-width: 760px) {
  .material-profile {
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto 1fr;
    gap: 0;
    padding: 0;
  }

  .material-profile figure {
    width: 100%;
    height: 190px;
  }

  .material-profile-list {
    grid-template-columns: 1fr;
  }

  .material-explain-band {
    padding: 30px 18px 0;
  }

  .material-explain-callout {
    padding: 22px;
  }

  .material-explain-callout h2 {
    font-size: 22px;
  }

  .material-profile-details {
    padding: 0 24px 24px;
  }

  .material-profile-details > div {
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }

  .material-compliance-layout,
  .material-compliance-grid,
  .material-finish-grid,
  .material-flow-grid {
    grid-template-columns: 1fr;
  }

  .recycled-material-list article {
    grid-template-columns: 1fr;
  }

  .recycled-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .material-compliance-layout {
    gap: 24px;
  }

  .material-flow-grid article {
    grid-template-rows: 180px 1fr;
  }

  .material-flow-grid img,
  .material-finish-image img {
    padding: 10px;
  }

  .material-finish-grid article {
    grid-template-rows: 170px 1fr;
  }

  .material-compare-wrap {
    overflow-x: visible;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .material-compare-table {
    display: none;
  }

  .material-mobile-accordion {
    display: block;
  }

  .material-stars {
    font-size: 20px;
  }

  .material-price {
    min-width: 46px;
    min-height: 30px;
    padding: 5px 10px;
  }
}

@media (max-width: 520px) {
  .material-mobile-card dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .recycled-spec-grid {
    grid-template-columns: 1fr;
  }
}

/* Neoprene bags OEM information: only small cards react on hover. */
.bag-oem-info .rash-oem-card,
.bag-oem-info .rash-oem-card:hover {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
  transform: none;
  box-shadow: 0 14px 38px rgba(10, 46, 109, .06);
}

.bag-oem-info .rash-oem-card dl > div {
  min-height: 126px;
  padding: 24px 26px;
  border: 1px solid rgba(78, 183, 232, .18);
  background: rgba(78, 183, 232, .10);
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}

.bag-oem-info .rash-oem-card dt {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.bag-oem-info .rash-oem-card dd {
  color: #405166;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.bag-oem-info .rash-oem-card dl > div:hover {
  transform: translateY(-4px);
  border-color: var(--aqua);
  background: var(--navy);
  box-shadow: 0 22px 54px rgba(10, 46, 109, .22);
}

.bag-oem-info .rash-oem-card dl > div:hover dt,
.bag-oem-info .rash-oem-card dl > div:hover dd {
  color: #fff;
}

.legal-page {
  background: #fff;
}

.legal-hero {
  padding: 86px 22px 54px;
  background: linear-gradient(135deg, #fff 0%, #F6FAFD 62%, #fff 100%);
  border-bottom: 1px solid var(--line);
}

.legal-hero .container {
  max-width: 980px;
}

.legal-hero h1 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  letter-spacing: 0;
}

.legal-updated {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.legal-section {
  padding-top: 58px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(10, 46, 109, .06);
}

.legal-toc a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: #405166;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.legal-toc a:hover {
  background: #F6FAFD;
  color: var(--navy);
}

.legal-content {
  max-width: 820px;
  color: #2c3e52;
}

.legal-content section {
  padding: 0 0 34px;
  margin: 0 0 34px;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child {
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.legal-content h3 {
  margin: 22px 0 10px;
  color: #102033;
  font-size: 18px;
  line-height: 1.35;
}

.legal-content p,
.legal-content li {
  color: #405166;
  font-size: 16px;
  line-height: 1.75;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content a {
  color: var(--navy);
  font-weight: 850;
}

.preference-panel {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(10, 46, 109, .08);
}

.preference-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.preference-row h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 22px;
}

.preference-row p {
  margin: 0;
  color: #405166;
  line-height: 1.6;
}

.preference-status {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #E9F7FD;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.preference-recommended {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin-left: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: #c0560c;
  font-size: 12px;
  font-weight: 900;
  vertical-align: middle;
}

.preference-toggle input {
  width: 52px;
  height: 30px;
  accent-color: var(--navy);
}

.preference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  padding: 24px;
}

.preference-accept {
  box-shadow: 0 12px 30px rgba(249, 115, 22, .24);
}

.preference-panel .notice {
  margin: 0;
  padding: 0 24px 24px;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(10, 46, 109, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 80px rgba(10, 46, 109, .2);
}

.cookie-banner h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.25;
}

.cookie-banner p {
  margin: 0 0 8px;
  color: #405166;
  font-size: 14px;
  line-height: 1.55;
}

.cookie-banner a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
}

.cookie-banner-preferences {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 46, 109, .12);
}

.cookie-banner-preferences[hidden] {
  display: none;
}

.cookie-banner-preference-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(10, 46, 109, .12);
  border-radius: 8px;
  background: #f8fbff;
}

.cookie-banner-preference-row strong,
.cookie-banner-preference-row span {
  display: block;
}

.cookie-banner-preference-row strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.cookie-banner-preference-row span {
  margin-top: 3px;
  color: #526174;
  font-size: 13px;
  line-height: 1.35;
}

.cookie-banner-preference-row em {
  padding: 8px 12px;
  border-radius: 999px;
  background: #eaf8ff;
  color: var(--navy);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.cookie-banner-preference-row input {
  width: 22px;
  height: 22px;
  accent-color: var(--orange);
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-banner .btn {
  min-height: 42px;
  padding: 11px 15px;
  white-space: nowrap;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 96px;
  z-index: 1190;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 52px;
  padding: 0 17px 0 15px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  flex: 0 0 auto;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 50px rgba(16, 24, 40, .28);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, .32);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .legal-hero {
    padding: 62px 18px 40px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .legal-content h2 {
    font-size: 24px;
  }

  .preference-row {
    grid-template-columns: 1fr;
  }

  .preference-actions,
  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 16px;
  }

  .cookie-banner .btn {
    width: 100%;
  }

  .cookie-banner-preference-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cookie-banner-preference-row input {
    justify-self: start;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 88px;
    min-height: 50px;
    width: 50px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .page-hero.oem-hero .custom-hero-media {
    height: auto !important;
    max-width: 520px !important;
    justify-self: start;
    aspect-ratio: 720 / 760 !important;
  }

  .page-hero.oem-hero .custom-hero-media > img.photo {
    min-height: 0 !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

@media (max-width: 620px) {
  .page-hero.oem-hero .custom-hero-media {
    max-width: 100% !important;
    aspect-ratio: 720 / 760 !important;
  }
}

@media (max-width: 620px) {
  .home-page .hero-banner-image {
    display: none;
  }

  .cookie-banner {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 10px;
    padding: 12px;
    box-shadow: 0 14px 44px rgba(10, 46, 109, .18);
  }

  .cookie-banner h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
  }

  .cookie-banner p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .cookie-banner a {
    font-size: 12px;
  }

  .cookie-banner-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cookie-banner .btn {
    min-height: 38px;
    padding: 8px 7px;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
  }

  .cookie-banner-preferences {
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .cookie-banner-preference-row {
    min-height: 0;
    padding: 9px 10px;
  }

  .cookie-banner-preference-row strong {
    font-size: 13px;
  }

  .cookie-banner-preference-row span {
    font-size: 12px;
  }
}
