:root {
  --brand-red: #B5262E;
  --brand-red-dark: #941F26;
  --deep-bg: #111827;
  --deep-panel: #172033;
  --bg-white: #FFFFFF;
  --bg-cool-light: #F5F7F8;
  --bg-blue-light: #ECF2F5;
  --bg-blue-muted: #E4EDF2;
  --bg-navy: #173042;
  --bg-navy-deep: #102532;
  --bg-footer: #0D202B;
  --bg-rescue-red: #B5262E;
  --text-primary: #15232D;
  --text-secondary: #55656F;
  --border-light: #D8E1E6;
  --safety-yellow: #F5B700;
  --text: #15232D;
  --text-muted: #55656F;
  --light-bg: #F6F8FA;
  --white: #FFFFFF;
  --ink: #F8FAFC;
  --muted: #B8C2D0;
  --line: rgba(245,183,0,.16);
  --paper: var(--deep-bg);
  --soft: var(--deep-panel);
  --accent: var(--safety-yellow);
  --accent-dark: var(--brand-red);
  --warn: var(--safety-yellow);
  --card: #1F2937;
  --product-page-max-width: 1900px;
  --product-page-gutter: clamp(12px, 1.45vw, 28px);
  --product-page-safe-width: min(var(--product-page-max-width), calc(100% - var(--product-page-gutter) - var(--product-page-gutter)));
  --product-page-container-x: max(var(--product-page-gutter), calc((100% - var(--product-page-max-width)) / 2));
  --product-page-section-gap: clamp(38px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; object-fit: cover; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 116px);
  background: var(--bg-rescue-red);
  border-bottom: 1px solid rgba(245,183,0,.18);
}
.logo { display: inline-flex; align-items: center; font-size: 22px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.logo-yellow { color: var(--accent); }
.logo-white { color: #fff; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.nav-item { position: relative; }
.nav-item > a { display: block; padding: 12px 14px; color: #d7d4dc; font-size: 14px; font-weight: 800; }
.nav-item:hover > a { color: var(--accent); }
.nav-cart-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 46px;
  border: 2px solid var(--accent-dark);
  border-radius: 2px;
  background: rgba(255,255,255,.02);
  color: #fff;
  cursor: pointer;
}
.nav-cart-button:hover {
  background: rgba(229,57,53,.13);
  color: var(--accent);
}
.nav-cart-button b {
  position: absolute;
  right: 5px;
  top: 5px;
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-red);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.cart-icon {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
  display: none;
  background: var(--bg-navy-deep);
  border: 1px solid rgba(245,183,0,.24);
  box-shadow: 0 18px 42px rgba(0,0,0,.38);
}
.nav-item:hover .dropdown { display: block; }
.dropdown a { display: block; padding: 12px 16px; color: var(--muted); }
.dropdown a:hover { color: var(--accent); background: var(--bg-navy); }
.nav-toggle { display: none; border: 0; background: var(--brand-red); color: #fff; padding: 9px 12px; font-size: 20px; }

.hero-slider { position: relative; min-height: 620px; overflow: hidden; background: var(--deep-bg); }
.catalog-hero { min-height: 560px; border-bottom: 1px solid rgba(255,210,74,.16); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease; }
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 20%, rgba(229,57,53,.18), transparent 28%),
    linear-gradient(90deg, rgba(17,24,39,.96) 0%, rgba(17,32,51,.84) 43%, rgba(229,57,53,.18) 100%);
}
.hero-slide img { height: 620px; filter: brightness(.48) saturate(.95); }
.catalog-hero .hero-slide img { height: 560px; }
.hero-copy {
  position: absolute;
  left: clamp(24px, 7vw, 96px);
  top: 50%;
  z-index: 2;
  max-width: 780px;
  transform: translateY(-50%);
  color: white;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.hero-copy h1, .hero-copy .hero-title { margin: 0 0 20px; font-size: clamp(44px, 6.8vw, 92px); line-height: .98; letter-spacing: 0; }
.hero-copy h1 strong, .hero-copy .hero-title strong {
  display: block;
  color: var(--accent);
  font: inherit;
}
.hero-copy p { margin: 0 0 30px; max-width: 680px; color: #e1b5aa; font-size: 20px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid var(--accent);
  font-weight: 800;
}
.button:focus-visible,
.nav-toggle:focus-visible {
  outline: 3px solid rgba(245,183,0,.78);
  outline-offset: 3px;
}
.button.primary { background: var(--brand-red); color: #fff; border-color: var(--brand-red); border-radius: 999px; }
.button.primary:hover { background: var(--brand-red-dark); border-color: var(--brand-red-dark); }
.button.secondary { background: #111118; color: var(--accent); border-color: rgba(212,175,69,.28); }
.slider-dots { position: absolute; z-index: 3; left: clamp(24px, 7vw, 96px); bottom: 28px; display: flex; gap: 10px; }
.slider-dots button { width: 38px; height: 4px; border: 0; background: rgba(255,255,255,.5); cursor: pointer; }
.slider-dots button.active { background: var(--accent); }

.b2b-video-hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 83px);
  overflow: hidden;
  align-items: center;
  padding: clamp(72px, 10vh, 126px) clamp(18px, 6vw, 116px);
  background: #120f10;
  isolation: isolate;
}
.b2b-hero-video,
.b2b-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b2b-hero-video {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.05);
}
.b2b-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 46%, rgba(0,0,0,.43) 100%),
    rgba(0,0,0,.50);
}
.b2b-hero-content {
  width: min(860px, 100%);
  color: #fff;
}
.b2b-hero-content h1 {
  margin: 0 0 22px;
  max-width: 920px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}
.b2b-hero-content p {
  margin: 0;
  max-width: 760px;
  color: #f0ded8;
  font-size: clamp(17px, 1.45vw, 22px);
}
.b2b-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button.hero-secondary {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 999px;
  backdrop-filter: none;
}
.button.hero-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.b2b-home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 980px);
  justify-content: start;
  align-items: center;
  min-height: clamp(700px, calc(100vh - 83px), 820px);
  overflow: hidden;
  padding: clamp(72px, 9vh, 104px) clamp(24px, 6vw, 96px);
  background: var(--bg-navy-deep);
  isolation: isolate;
}
.b2b-home-hero-video,
.b2b-home-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.b2b-home-hero-video {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  background: var(--bg-navy-deep);
  opacity: 1;
  filter: brightness(.82) contrast(1.08) saturate(1.05);
}
.b2b-home-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(16,37,50,.62) 0%, rgba(16,37,50,.46) 46%, rgba(16,37,50,.22) 100%);
}
.b2b-home-copy {
  width: min(980px, 100%);
  color: #fff;
}
.b2b-home-copy h1 {
  max-width: 980px;
  margin: 0 0 20px;
  overflow-wrap: normal;
  word-break: normal;
  font-size: clamp(46px, 4.8vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}
.b2b-home-copy p {
  max-width: 700px;
  margin: 0;
  color: #E2E8F0;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.58;
}
.b2b-hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 34px 0 0;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}
.b2b-hero-proof div {
  min-width: 0;
  padding: 18px 16px;
  background: rgba(15,23,42,.62);
  backdrop-filter: none;
}
.b2b-hero-proof dt {
  color: var(--accent);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.08;
}
.b2b-hero-proof dd {
  margin: 8px 0 0;
  color: #F8FAFC;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}
.b2b-hero-mini-player {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: clamp(28px, 6vh, 64px);
  z-index: 2;
  width: min(540px, 42vw);
  min-width: 420px;
  color: #fff;
}
.b2b-mini-video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  background: var(--deep-bg);
  box-shadow: 0 24px 60px rgba(0,0,0,.34);
}
.b2b-mini-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--deep-bg);
}
.b2b-mini-video-trigger {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 18px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(7,12,21,.08) 0%, rgba(7,12,21,.82) 100%);
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.b2b-mini-video-trigger:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}
.b2b-mini-play-icon {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--brand-red);
  box-shadow: 0 12px 28px rgba(229,57,53,.36);
}
.b2b-mini-play-icon::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}
.b2b-mini-video-trigger:hover .b2b-mini-play-icon {
  background: #C62828;
}
.b2b-mini-video-shell.is-playing .b2b-mini-video-trigger {
  display: none;
}

.scope-band {
  padding: 18px clamp(18px, 4vw, 56px);
  text-align: center;
  background: linear-gradient(90deg, var(--deep-bg), var(--deep-panel) 58%, var(--brand-red));
  color: var(--accent);
  border-bottom: 1px solid rgba(245,183,0,.2);
}
.scope-band strong {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}

.page-section { padding: 76px clamp(18px, 4vw, 76px); background: var(--paper); }
.page-section.muted, .inquiry-band { background: var(--soft); }
.section-head { max-width: 850px; margin: 0 auto 34px; text-align: center; }
.section-head h2, .inner-hero h1 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; }
.section-head p, .inner-hero p { color: var(--muted); font-size: 18px; }
.certificates-page {
  background: var(--bg-white);
  color: var(--text-primary);
}
.certificates-page .page-section,
.certificates-page .seo-link-hub,
.certificates-page .inquiry-band {
  padding-inline: max(20px, calc((100% - 1180px) / 2));
}
.cert-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .72fr);
  gap: clamp(28px, 5vw, 78px);
  min-height: 620px;
  align-items: center;
  padding: clamp(74px, 10vh, 126px) max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(90deg, rgba(16,37,50,.98), rgba(23,48,66,.88) 50%, rgba(16,37,50,.94)),
    url("https://img.rescuepackfactory.com/images/certificates/ce-compliance-preview.webp") center right / contain no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.cert-hero-copy {
  max-width: 840px;
}
.cert-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.02;
}
.cert-hero p {
  max-width: 740px;
  margin: 0;
  color: #D7E1E7;
  font-size: clamp(17px, 1.35vw, 22px);
}
.cert-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.cert-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 22px 52px rgba(8,22,31,.24);
}
.cert-hero-proof div {
  min-height: 150px;
  padding: 26px 24px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
}
.cert-hero-proof strong {
  display: block;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}
.cert-hero-proof span {
  display: block;
  margin-top: 12px;
  color: #D7E1E7;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.cert-intro-band {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: center;
  padding: 30px max(20px, calc((100% - 1180px) / 2));
  background: var(--bg-blue-muted);
  color: var(--text-primary);
}
.cert-intro-band span {
  display: block;
  margin-bottom: 6px;
  color: var(--bg-rescue-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cert-intro-band strong {
  display: block;
  max-width: 520px;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.14;
}
.cert-intro-band p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 17px;
}
.certificates-feature {
  background: var(--bg-white);
  color: var(--text-primary);
}
.certificates-feature .section-head h2 {
  color: var(--text-primary);
}
.certificates-feature .section-head p {
  color: var(--text-secondary);
}
.certificate-feature-card {
  display: grid;
  grid-template-columns: minmax(360px, .62fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  max-width: 1180px;
  margin: 0 auto;
  align-items: center;
  padding: clamp(18px, 2vw, 30px);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 16px 36px rgba(16,37,50,.08);
}
.certificate-preview-link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  background: var(--bg-blue-light);
}
.certificate-feature-card img,
.certificate-card img {
  width: 100%;
  aspect-ratio: 10 / 13.2;
  object-fit: contain;
  background: var(--bg-blue-light);
}
.certificate-feature-card span,
.certificate-card span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(181,38,46,.08);
  color: var(--bg-rescue-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.certificate-feature-card h3,
.certificate-card h3 {
  margin: 0 0 12px;
  color: var(--text-primary);
  font-size: clamp(24px, 2.6vw, 44px);
  line-height: 1.08;
}
.certificate-feature-card p,
.certificate-card p {
  margin: 0 0 22px;
  color: var(--text-secondary);
  font-size: 16px;
}
.certificate-feature-card dl,
.certificate-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--border-light);
}
.certificate-feature-card dl div,
.certificate-card dl div {
  min-width: 0;
  padding: 15px 16px;
  background: var(--bg-cool-light);
}
.certificate-feature-card dt,
.certificate-card dt {
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.certificate-feature-card dd,
.certificate-card dd {
  margin: 5px 0 0;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.certificates-library {
  background: var(--bg-cool-light);
  color: var(--text-primary);
}
.certificates-library .section-head h2 {
  color: var(--text-primary);
}
.certificates-library .section-head p {
  color: var(--text-secondary);
}
.certificate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  max-width: 1180px;
  margin: 0 auto;
}
.certificate-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 14px 32px rgba(16,37,50,.08);
}
.certificate-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
.certificate-card h3 {
  font-size: clamp(21px, 1.5vw, 28px);
}
.certificates-library .certificate-card h3,
.certificates-library .certificate-card dd {
  color: var(--text-primary);
}
.certificates-library .certificate-card p {
  color: var(--text-secondary);
}
.certificates-library .certificate-card dl {
  border-color: var(--border-light);
  background: var(--border-light);
}
.certificates-library .certificate-card dl div {
  background: var(--bg-cool-light);
}
.certificate-card dl {
  grid-template-columns: 1fr;
}
.certificate-card .button {
  width: 100%;
  margin-top: auto;
}
.cert-review-section {
  background: var(--bg-blue-light);
  color: var(--text-primary);
}
.cert-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.cert-review-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
}
.cert-review-grid span {
  display: block;
  margin-bottom: 24px;
  color: #94A3AD;
  font-weight: 900;
  letter-spacing: 2px;
}
.cert-review-grid h3 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-size: 22px;
}
.cert-review-grid p {
  margin: 0;
  color: var(--text-secondary);
}
.cert-applicability-note {
  padding: 58px max(20px, calc((100% - 1180px) / 2));
  background: var(--bg-navy);
  color: #fff;
}
.cert-applicability-note h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
}
.cert-applicability-note p {
  max-width: 960px;
  margin: 0;
  color: #D7E1E7;
  font-size: 17px;
}
.cert-hero .button.primary,
.certificates-feature .certificate-feature-card .button.primary {
  background: var(--bg-rescue-red);
  border-color: var(--bg-rescue-red);
}
.cert-hero .button.primary:hover,
.certificates-feature .certificate-feature-card .button.primary:hover {
  background: #941F26;
  border-color: #941F26;
}
.certificates-library .certificate-card .button.primary {
  background: var(--bg-white);
  border-color: rgba(181,38,46,.48);
  color: var(--bg-rescue-red);
}
.certificates-library .certificate-card .button.primary:hover {
  background: rgba(181,38,46,.08);
  border-color: var(--bg-rescue-red);
  color: var(--bg-rescue-red);
}
.b2b-buying-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--bg-navy);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.b2b-buying-strip div {
  min-height: 112px;
  padding: 24px clamp(18px, 2.4vw, 36px);
  background: var(--bg-navy);
}
.b2b-buying-strip strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.b2b-buying-strip span {
  display: block;
  margin-top: 8px;
  color: #CBD5E1;
  font-size: 14px;
}
.b2b-category-section {
  background: var(--bg-white);
  color: var(--text);
}
.b2b-category-section .section-head h2 {
  color: var(--text);
}
.b2b-category-section .section-head p {
  color: var(--text-muted);
}
.b2b-category-section .category-card {
  display: flex;
  flex-direction: column;
  border-color: #E5E7EB;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(17,24,39,.08);
}
.b2b-category-section .category-card img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}
.b2b-category-section .category-card-body {
  min-height: 104px;
  padding: 16px 20px 18px;
}
.b2b-category-section .category-card h3 {
  margin: 14px 0 0;
  color: var(--text);
  font-size: clamp(19px, 1.08vw, 23px);
  line-height: 1.18;
}
.b2b-featured-section {
  padding-inline: clamp(96px, 8vw, 172px);
  background: var(--bg-white);
  color: var(--text);
}
.b2b-featured-section .section-head h2,
.b2b-featured-section .section-head p {
  color: var(--text);
}
.b2b-featured-section .section-head p {
  color: var(--text-muted);
}
.b2b-featured-section .directory-grid {
  gap: clamp(32px, 2.35vw, 48px);
}
.b2b-featured-section .featured-catalog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.b2b-featured-section .product-card {
  display: flex;
  flex-direction: column;
}
.b2b-featured-section .product-card a:first-child {
  display: flex;
  flex: 1;
  height: auto;
  min-height: 0;
  flex-direction: column;
}
.b2b-featured-section .featured-catalog .product-card img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}
.b2b-featured-section .product-card h3 {
  display: -webkit-box;
  min-height: 58px;
  margin: 0;
  padding: 8px 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(17px, .98vw, 21px);
  line-height: 1.14;
}
.b2b-featured-section .product-card p,
.b2b-featured-section .product-card-specs {
  display: none;
}
.b2b-featured-section .quick-inquiry {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  border-radius: 0;
}
.b2b-featured-section .directory-card {
  border-color: #E5E7EB;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17,24,39,.08);
}
.b2b-featured-section .directory-card:hover {
  border-color: rgba(229,57,53,.42);
  box-shadow: 0 24px 58px rgba(17,24,39,.12);
}
.b2b-featured-section .directory-card h3,
.b2b-featured-section .directory-card-meta strong {
  color: var(--text);
}
.b2b-featured-section .directory-card-meta span {
  color: var(--text-muted);
}
.b2b-featured-section .directory-quote {
  background: var(--brand-red);
  color: #fff;
}
.b2b-market-section {
  background: var(--bg-blue-muted);
  color: var(--text);
}
.market-grid article {
  border: 1px solid #D8E3EA;
  background: var(--bg-white);
}
.market-grid a {
  display: block;
  height: 100%;
  padding-bottom: 18px;
}
.market-grid span {
  display: inline-flex;
  margin: 0 20px;
  color: var(--bg-rescue-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.b2b-factory-section,
.b2b-process-section,
.b2b-case-section {
  background: var(--bg-white);
}
.b2b-factory-section {
  background: var(--bg-blue-light);
  color: var(--text);
}
.b2b-process-section {
  background: var(--bg-white);
  color: var(--text);
}
.b2b-case-section {
  background: var(--bg-cool-light);
  color: var(--text);
}
.b2b-trust-section {
  background: var(--bg-cool-light);
  color: var(--text);
}
.b2b-trust-section .section-head h2 {
  color: var(--text);
}
.b2b-trust-section .section-head p {
  color: var(--text-muted);
}
.b2b-split {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(28px, 4vw, 64px);
  max-width: 1600px;
  margin: 0 auto;
  align-items: center;
}
.b2b-split h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
}
.b2b-split p {
  color: #CBD5E1;
  font-size: 18px;
}
.b2b-capability-copy {
  position: relative;
  display: grid;
  align-content: start;
  min-width: 0;
}
.b2b-capability-statement {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(430px, 36vw, 560px);
  margin-top: 22px;
  padding: clamp(28px, 4.2vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(245,183,0,.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015) 42%, rgba(229,57,53,.14)),
    linear-gradient(180deg, var(--deep-panel), var(--deep-bg));
  box-shadow: inset 0 0 56px rgba(229,57,53,.08), 0 26px 60px rgba(0,0,0,.24);
}
.b2b-capability-statement::before {
  content: "";
  position: absolute;
  left: clamp(26px, 4vw, 56px);
  right: clamp(26px, 4vw, 56px);
  top: clamp(26px, 4vw, 48px);
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(245,183,0,.08));
}
.b2b-capability-statement::after {
  content: "";
  position: absolute;
  right: clamp(24px, 4vw, 52px);
  bottom: clamp(24px, 4vw, 48px);
  width: min(240px, 34%);
  height: 1px;
  background: linear-gradient(90deg, rgba(229,57,53,0), rgba(229,57,53,.78));
}
.b2b-capability-copy h2 {
  position: relative;
  max-width: 720px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.04;
  text-shadow: 0 2px 14px rgba(0,0,0,.38);
  z-index: 1;
}
.b2b-capability-copy h2 span {
  display: block;
}
.b2b-capability-copy h2 span:nth-child(1) {
  color: #fffaf2;
}
.b2b-capability-copy h2 span:nth-child(2) {
  color: var(--accent);
}
.b2b-capability-copy h2 span:nth-child(3) {
  color: var(--brand-red);
}
.b2b-capability-copy p {
  position: relative;
  max-width: 650px;
  margin: 0;
  color: #CBD5E1;
  font-size: 18px;
  line-height: 1.55;
  z-index: 1;
}
.b2b-capability-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.b2b-capability-list article,
.b2b-process-grid article {
  border: 1px solid rgba(245,183,0,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
  padding: 22px;
}
.b2b-capability-list article {
  min-width: 0;
  border-radius: 8px;
  text-align: center;
}
.b2b-capability-list svg {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b2b-capability-list svg text {
  fill: var(--accent);
  stroke: none;
  font-size: 7px;
  font-weight: 900;
}
.b2b-capability-list h3,
.b2b-process-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.22;
}
.b2b-capability-list p,
.b2b-process-grid p {
  margin: 0;
  color: #B8C2D0;
  font-size: 14px;
}
.b2b-capability-board {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid rgba(245,183,0,.34);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(31,41,55,.88), rgba(17,24,39,.94));
  box-shadow: inset 0 0 36px rgba(229,57,53,.08), 0 24px 54px rgba(0,0,0,.24);
}
.fabric-swatch-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(245,183,0,.22);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
}
.fabric-swatch-head {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
  color: #F8FAFC;
  font-size: 14px;
  font-weight: 800;
}
.fabric-swatch-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 8px;
}
.fabric-swatch-grid span {
  display: block;
  aspect-ratio: 1.72 / 1;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), transparent 28%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.12) 0 1px, transparent 1px 4px),
    var(--swatch);
}
.fabric-swatch-panel p {
  margin: 12px 0 0;
  color: #B8C2D0;
  font-size: 13px;
}
.capability-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(245,183,0,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.025);
}
.capability-process article {
  min-width: 0;
  text-align: center;
}
.capability-process span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 9px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 900;
}
.capability-process h3 {
  margin: 0 0 5px;
  color: var(--accent);
  font-size: 15px;
  line-height: 1.2;
}
.capability-process p {
  margin: 0;
  color: #CBD5E1;
  font-size: 12px;
  line-height: 1.35;
}
.b2b-factory-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.b2b-factory-gallery figure {
  overflow: hidden;
  border-radius: 8px;
}
.b2b-solution-section {
  background: var(--bg-white);
  border-top: 1px solid #D8E3EA;
  border-bottom: 1px solid #D8E3EA;
  color: var(--text);
}
.b2b-solution-panel {
  display: grid;
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
}
.b2b-solution-head {
  max-width: 920px;
}
.b2b-solution-head .eyebrow {
  color: var(--accent);
}
.b2b-solution-head h2 {
  margin: 0 0 14px;
  color: #15232D;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}
.b2b-solution-head p {
  margin: 0;
  color: #4B5B66;
  font-size: 17px;
}
.b2b-solution-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.b2b-solution-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 22px;
  border: 1px solid #D8E3EA;
  border-radius: 8px;
  background: var(--bg-cool-light);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.04);
}
.b2b-solution-card h3 {
  margin: 0 0 10px;
  color: #15232D;
  font-size: 19px;
}
.b2b-solution-card p {
  margin: 0 0 14px;
  color: #4B5B66;
  font-size: 14px;
}
.solution-card-links {
  display: grid;
  margin-top: auto;
}
.solution-card-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 0;
  border-top: 1px solid #D8E3EA;
  color: #15232D;
  font-weight: 800;
  line-height: 1.25;
}
.solution-card-links a::after {
  content: "\2192";
  margin-left: 14px;
  color: var(--bg-rescue-red);
  font-weight: 900;
}
.solution-card-links a:hover {
  color: var(--bg-rescue-red);
}
.b2b-solution-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid #C8D6DE;
  border-radius: 8px;
  background: var(--bg-blue-light);
}
.b2b-solution-cta p {
  max-width: 640px;
  margin: 0;
  color: #15232D;
  font-weight: 800;
}
.b2b-solution-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.b2b-solution-section .button.hero-secondary {
  border-color: rgba(21,35,45,.34);
  background: transparent;
  color: #15232D;
}
.b2b-solution-section .button.hero-secondary:hover {
  border-color: var(--bg-rescue-red);
  color: var(--bg-rescue-red);
}
.b2b-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1480px;
  margin: 0 auto;
}
.b2b-process-grid span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}
.b2b-trust-section .section-head p {
  max-width: 780px;
  margin-inline: auto;
}
.b2b-trust-section .compliance-proof-grid p {
  color: var(--text-muted);
}
.b2b-featured-section .eyebrow,
.b2b-factory-section .eyebrow,
.b2b-category-section .eyebrow,
.b2b-trust-section .eyebrow,
.b2b-market-section .eyebrow,
.b2b-process-section .eyebrow,
.b2b-case-section .eyebrow,
.b2b-faq-section .eyebrow,
.b2b-solution-head .eyebrow {
  color: var(--bg-navy);
}
.b2b-factory-section .b2b-capability-statement,
.b2b-factory-section .b2b-capability-board,
.b2b-factory-section .b2b-capability-list article {
  border-color: #D8E3EA;
  background: var(--bg-white);
}
.b2b-factory-section .fabric-swatch-panel,
.b2b-factory-section .capability-process {
  border-color: #D8E3EA;
  background: var(--bg-cool-light);
}
.b2b-factory-section .b2b-capability-copy h2 span:nth-child(1),
.b2b-factory-section .b2b-split h2,
.b2b-factory-section .b2b-capability-list h3,
.b2b-factory-section .capability-process h3,
.b2b-market-section .section-head h2,
.b2b-process-section .section-head h2,
.b2b-case-section .section-head h2,
.b2b-faq-section .section-head h2,
.b2b-market-section .case-grid h3,
.b2b-case-section .case-grid h3,
.b2b-process-section .b2b-process-grid h3 {
  color: #15232D;
}
.b2b-factory-section .b2b-capability-copy h2 span:nth-child(2),
.b2b-factory-section .capability-process span,
.b2b-process-section .b2b-process-grid span {
  color: var(--bg-navy);
}
.b2b-factory-section .b2b-capability-copy h2 span:nth-child(3) {
  color: var(--bg-rescue-red);
}
.b2b-factory-section .b2b-capability-copy p,
.b2b-factory-section .b2b-capability-list p,
.b2b-factory-section .fabric-swatch-panel p,
.b2b-factory-section .capability-process p,
.b2b-market-section .section-head p,
.b2b-process-section .section-head p,
.b2b-case-section .section-head p,
.b2b-faq-section .section-head p,
.b2b-market-section .case-grid p,
.b2b-case-section .case-grid p,
.b2b-process-section .b2b-process-grid p {
  color: #4B5B66;
}
.b2b-factory-section .b2b-capability-list svg {
  stroke: var(--bg-navy);
}
.b2b-factory-section .b2b-capability-list svg text {
  fill: var(--bg-navy);
}
.b2b-factory-section .fabric-swatch-head {
  color: #15232D;
}
.b2b-factory-section .capability-process span {
  border-color: var(--bg-navy);
}
.b2b-process-section .b2b-process-grid article,
.b2b-case-section .case-grid article {
  border-color: #D8E3EA;
  background: var(--bg-white);
}
.catalog-section {
  padding: 72px clamp(18px, 3vw, 58px) 92px;
  background:
    radial-gradient(circle at 76% 0%, rgba(255,210,74,.14), transparent 30%),
    radial-gradient(circle at 0% 40%, rgba(255,122,26,.14), transparent 28%),
    linear-gradient(180deg, #4a0b08, #300706 58%, #230505);
}
.catalog-section .section-head h2 {
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
}
.catalog-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 42px;
  max-width: 1100px;
}
.catalog-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 22px;
  border: 1px solid rgba(255,210,74,.22);
  border-radius: 999px;
  color: #f1c7bd;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.catalog-pills a.active,
.catalog-pills a:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #111;
}

.product-directory {
  padding: 44px 0 76px;
  background: var(--bg-cool-light);
  color: var(--text-primary);
}
.product-directory .catalog-pills {
  gap: 9px;
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto 26px;
}
.product-directory .catalog-pills a {
  min-height: 32px;
  padding: 7px 16px;
  border-color: var(--border-light);
  background: var(--bg-white);
  color: var(--text-secondary);
  font-size: 12px;
}
.product-directory .catalog-pills a:hover {
  border-color: var(--border-light);
  background: var(--bg-blue-light);
  color: var(--text-primary);
}
.product-directory .catalog-pills a.active,
.product-directory .catalog-pills a.active:hover {
  border-color: var(--bg-navy);
  background: var(--bg-navy);
  color: #fff;
}
.directory-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(12px, 1.05vw, 20px);
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.directory-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 12px 30px rgba(16,37,50,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.directory-card[hidden] { display: none !important; }
.directory-card:hover {
  transform: translateY(-2px);
  border-color: rgba(181,38,46,.32);
  box-shadow: 0 18px 42px rgba(16,37,50,.12);
}
.directory-card-link {
  display: flex;
  flex: 1;
  min-height: 0;
  flex-direction: column;
}
.directory-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  flex: 0 0 auto;
  object-fit: contain;
  background: linear-gradient(180deg, var(--bg-white), var(--bg-blue-light));
  border-bottom: 1px solid var(--border-light);
}
.directory-card-body {
  display: grid;
  gap: 7px;
  min-height: 110px;
  align-content: start;
  padding: 8px 16px 14px;
}
.directory-card h3 {
  margin: 0;
  color: var(--text-primary);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}
.directory-card-meta {
  display: grid;
  gap: 6px;
  min-width: 0;
}
.directory-card-meta strong,
.directory-card-meta span {
  display: block;
  overflow: hidden;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directory-card-meta strong {
  color: var(--bg-rescue-red);
}
.directory-card-meta span {
  color: #71818A;
}
.directory-card-specs {
  display: grid;
  gap: 6px;
  margin: 0;
}
.directory-card-specs div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
}
.directory-card-specs dt {
  color: #8d8994;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}
.directory-card-specs dd {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.directory-quote {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background: var(--bg-rescue-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .2px;
}

.products-index-directory {
  padding: 40px clamp(96px, 8vw, 172px) 86px;
  background: var(--bg-cool-light);
}
.product-search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 22px;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  background: var(--bg-white);
  box-shadow: 0 12px 28px rgba(16,37,50,.08);
}
.product-search-bar:focus-within {
  border-color: var(--bg-rescue-red);
  box-shadow: 0 0 0 3px rgba(181,38,46,.14), 0 12px 28px rgba(16,37,50,.08);
}
.product-search-bar input {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 10px 48px 10px 18px;
  background: transparent;
  color: var(--text-primary);
  font-size: 15px;
  outline: none;
}
.product-search-bar input::placeholder { color: #71818A; }
.product-search-bar button {
  position: absolute;
  right: 7px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--bg-navy);
  color: #fff;
  cursor: pointer;
}
.product-search-bar button:hover {
  background: var(--bg-rescue-red);
  color: #fff;
}
.product-search-bar svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-search-empty {
  display: none;
  max-width: 780px;
  margin: 18px auto 28px;
  padding: 16px 18px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-blue-light);
  color: var(--text-primary);
  text-align: center;
  font-weight: 800;
}
.product-search-empty.active { display: block; }
.products-index-directory .catalog-pills {
  gap: 10px;
  width: min(1180px, calc(100% - 40px));
  margin-bottom: 28px;
  justify-content: center;
}
.products-index-directory .directory-grid {
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(32px, 2.35vw, 48px);
}
.products-index-directory .directory-card-body {
  min-height: 110px;
  padding: 8px 16px 14px;
}
.products-index-directory .directory-card h3 {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
  font-size: 15px;
}
.products-index-directory .directory-quote {
  min-height: 46px;
}

.blog-index-page .page-section {
  padding: 72px 0;
  background: var(--bg-cool-light);
  color: var(--text-primary);
}
.blog-index-page .blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}
.blog-index-page .blog-grid article {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border-color: var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 16px 36px rgba(16,37,50,.08);
}
.blog-index-page .blog-grid article:hover {
  border-color: rgba(181,38,46,.34);
  box-shadow: 0 22px 48px rgba(16,37,50,.12);
}
.blog-index-page .blog-grid h2 {
  color: var(--text-primary);
}
.blog-index-page .blog-grid p {
  color: var(--text-secondary);
}
.blog-index-page .blog-grid h2 a:hover,
.blog-index-page .blog-card-cta {
  color: var(--bg-rescue-red);
}
.blog-index-page .blog-card-cta {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: auto 20px 18px;
  font-weight: 900;
}
.blog-index-page .blog-card-cta::after {
  content: ">";
  margin-left: 8px;
}

.category-grid, .product-grid, .advantage-grid, .factory-grid, .case-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.featured-catalog {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(22px, 1.85vw, 34px);
  align-items: stretch;
}
.category-card, .product-card, .case-grid article, .advantage-grid div, .blog-grid article {
  border: 1px solid var(--line);
  background: var(--card);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.case-grid.market-grid article {
  border-color: #D8E3EA;
  background: var(--bg-white);
}
.category-card:hover, .product-card:hover, .blog-grid article:hover { transform: translateY(-5px); border-color: rgba(255,210,74,.62); box-shadow: 0 30px 70px rgba(90, 9, 6, .38); }
.category-card img, .product-card img, .blog-grid img { aspect-ratio: 4 / 3; background: #f5f1e8; }
.featured-catalog .product-card img,
.product-directory .product-card img { aspect-ratio: 2.08 / 1; }
.category-card h3, .product-card h3, .case-grid h3, .advantage-grid h3, .blog-grid h2 { margin: 18px 20px 8px; color: #fff; font-size: 20px; line-height: 1.22; }
.category-card p, .product-card p, .case-grid p, .advantage-grid p, .blog-grid p { margin: 0 20px 20px; color: var(--muted); }
.category-card, .product-card { position: relative; overflow: hidden; border-radius: 8px; }
.category-card-body {
  min-height: 186px;
  padding-bottom: 4px;
}
.category-card-body span {
  display: inline-flex;
  margin: 18px 20px 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,210,74,.12);
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.product-card {
  background: linear-gradient(180deg, #24171a, #1b1014);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.product-card a:first-child { display: block; height: 100%; }
.product-kicker {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #ffb32c);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-card h3 {
  min-height: 48px;
  font-size: clamp(18px, 1.05vw, 22px);
  font-weight: 900;
}
.featured-catalog .product-card p {
  min-height: 68px;
  font-size: 14px;
  line-height: 1.55;
}
.product-directory .product-card p { min-height: 68px; }
.product-card-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 20px 20px;
}
.product-card-specs div {
  min-width: 0;
  padding: 10px 9px;
  border-radius: 7px;
  background: rgba(255,210,74,.06);
  border: 1px solid rgba(255,210,74,.08);
}
.product-card-specs dt {
  color: #8d8994;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.product-card-specs dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.quick-inquiry { display: block; margin: 0 20px 20px; padding: 12px 12px; border-radius: 7px; text-align: center; background: var(--brand-red); color: #fff; font-weight: 900; }
.compliance-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.compliance-proof-grid article {
  min-width: 0;
  padding: 24px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 46px rgba(17,24,39,.08);
}
.compliance-proof-grid h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.2;
}
.compliance-proof-grid p {
  margin: 0;
  color: var(--muted);
}
.certificate-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.product-certificates-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,210,74,.1), transparent 34%),
    #4a0b08;
}
.product-certificates-section .section-head p {
  max-width: 720px;
  margin-inline: auto;
}
.product-detail-modules {
  padding: 0;
  background: var(--bg-white);
  color: var(--text-primary);
}
.product-detail-modules-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
}
.product-detail-modules .product-content-section {
  display: block;
  min-width: 0;
  height: auto;
  padding: clamp(44px, 5vw, 68px) var(--product-page-container-x);
  border: 0;
  border-radius: 0;
  background: var(--bg-white);
  color: var(--text-primary);
  box-shadow: none;
}
.product-detail-modules .product-content-section > * {
  width: 100%;
  max-width: var(--product-page-max-width);
  margin-inline: auto;
}
.product-detail-modules .key-features-section,
.product-detail-modules .packaging-leadtime-section {
  background: var(--bg-cool-light);
}
.product-detail-modules .oem-customization-section,
.product-detail-modules .shipping-section {
  background: var(--bg-blue-light);
}
.product-detail-modules .documentation-support-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
  gap: 28px;
  align-items: center;
  background: var(--bg-navy);
  color: #FFFFFF;
}
.product-detail-modules .documentation-support-strip > * {
  width: auto;
  max-width: none;
  margin-inline: 0;
}
.product-detail-modules .product-content-section .section-head {
  max-width: var(--product-page-max-width);
  margin: 0 auto 24px;
  text-align: left;
}
.product-detail-section-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.product-detail-section-head .section-number {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bg-rescue-red);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.product-detail-section-head .section-number::after {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--bg-rescue-red);
  content: "";
}
.product-detail-modules .product-content-section .section-head h2 {
  margin: 0;
  color: var(--text-primary);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  text-transform: uppercase;
}
.product-detail-modules .documentation-support-strip .section-head {
  margin-bottom: 12px;
}
.product-detail-modules .documentation-support-strip .section-head h2,
.product-detail-modules .documentation-support-strip .section-number {
  color: #FFFFFF;
}
.product-detail-modules .documentation-support-strip .section-number::after {
  background: #FFFFFF;
}
.product-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}
.product-detail-modules .product-copy {
  max-width: 760px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.68;
}
.product-detail-modules .product-copy p {
  margin: 0 0 14px;
}
.product-detail-modules .product-copy p:last-child {
  margin-bottom: 0;
}
.product-scope-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: var(--bg-navy);
  color: #FFFFFF;
  box-shadow: 0 16px 34px rgba(16,37,50,.12);
}
.product-scope-card span {
  display: block;
  margin-bottom: 10px;
  color: #C9D7E5;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-scope-card strong {
  display: block;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.25;
}
.product-scope-card p {
  margin: 0;
  color: #E4EDF2;
  font-size: 14px;
  line-height: 1.55;
}
.product-detail-modules .feature-list,
.product-detail-modules .oem-grid,
.product-detail-modules .application-list,
.product-detail-modules .leadtime-list,
.product-detail-modules .shipping-section .shipping-options-grid {
  display: grid;
  gap: 14px;
  max-width: var(--product-page-max-width);
  margin: 0 auto;
}
.product-detail-modules .feature-list,
.product-detail-modules .oem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-detail-modules .application-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  list-style: none;
}
.product-detail-modules .leadtime-list,
.product-detail-modules .shipping-section .shipping-options-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-detail-modules .feature-list article,
.product-detail-modules .oem-grid article,
.product-detail-modules .leadtime-list div,
.product-detail-modules .application-list li,
.product-detail-modules .shipping-option-card {
  min-width: 0;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 10px 24px rgba(16,37,50,.06);
}
.product-detail-modules .feature-list article,
.product-detail-modules .oem-grid article {
  padding: 20px;
}
.product-detail-modules .feature-list h3,
.product-detail-modules .oem-grid h3 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-size: 18px;
  line-height: 1.25;
}
.product-detail-modules .feature-list p,
.product-detail-modules .oem-grid p,
.product-detail-modules .shipping-note {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.55;
}
.product-detail-modules .spec-table-wrap {
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
}
.product-detail-modules .spec-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: var(--bg-white);
}
.product-detail-modules .spec-table th,
.product-detail-modules .spec-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--border-light);
  color: var(--text-primary);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.product-detail-modules .spec-table tr:last-child th,
.product-detail-modules .spec-table tr:last-child td {
  border-bottom: 0;
}
.product-detail-modules .spec-table th {
  width: clamp(160px, 28%, 260px);
  background: var(--bg-cool-light);
  color: var(--text-secondary);
  font-weight: 900;
}
.product-detail-modules .leadtime-list {
  border: 0;
  overflow: visible;
}
.product-detail-modules .leadtime-list div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 20px;
}
.product-detail-modules .leadtime-list dt {
  color: var(--bg-rescue-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-detail-modules .leadtime-list dd {
  margin: 0;
  color: var(--text-primary);
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
}
.product-detail-modules .application-list li {
  padding: 16px 18px;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.product-detail-modules .application-list li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--bg-rescue-red);
  content: "";
}
.product-detail-modules .shipping-option-card {
  gap: 10px;
  padding: 18px;
}
.product-detail-modules .shipping-option-head {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
}
.product-detail-modules .shipping-option-icon {
  width: 38px;
  height: 38px;
  background: var(--bg-blue-light);
  box-shadow: none;
}
.product-detail-modules .shipping-option-card h3 {
  color: var(--text-primary);
  font-size: 17px;
  line-height: 1.22;
}
.product-detail-modules .shipping-option-card p {
  color: var(--text-secondary);
}
.product-detail-modules .shipping-option-card strong {
  color: var(--bg-rescue-red);
  font-size: 14px;
}
.product-detail-modules .shipping-option-card ul {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.42;
}
.product-detail-modules .shipping-option-card li.warning {
  color: var(--bg-rescue-red);
}
.product-detail-modules .shipping-note {
  margin-top: 16px;
}
.documentation-support-strip p {
  max-width: 760px;
  margin: 0;
  color: #E4EDF2;
  font-size: 16px;
  line-height: 1.6;
}
.documentation-support-strip strong {
  display: inline-block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
}
.documentation-actions {
  display: grid;
  gap: 10px;
  width: 100%;
  justify-self: end;
}
.documentation-actions .button {
  min-height: 44px;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  text-align: center;
  white-space: normal;
}
.documentation-actions .button.secondary {
  border-color: rgba(255,255,255,.38);
  background: transparent;
  color: #FFFFFF;
}
.documentation-actions .button.primary {
  border-color: var(--bg-rescue-red);
  background: var(--bg-rescue-red);
  color: #FFFFFF;
}
.documentation-actions .button:hover {
  transform: translateY(-1px);
}
.product-content-section {
  background: var(--paper);
  color: var(--ink);
}
.product-content-section .section-head {
  max-width: 960px;
  margin-inline: auto;
  text-align: left;
}
.product-content-section .section-head h2 {
  color: #fff;
}
.product-copy,
.spec-table-wrap,
.feature-list,
.oem-grid,
.application-list,
.leadtime-list,
.shipping-section .shipping-options-grid,
.shipping-note {
  max-width: 960px;
  margin-inline: auto;
}
.product-copy {
  color: #d6deea;
  font-size: 16px;
}
.product-copy p {
  margin: 0 0 14px;
}
.feature-list,
.oem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.feature-list article,
.oem-grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(245,183,0,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.feature-list h3,
.oem-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}
.feature-list p,
.oem-grid p,
.shipping-note {
  margin: 0;
  color: #c8d2df;
}
.spec-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(245,183,0,.16);
  border-radius: 8px;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.03);
}
.spec-table th,
.spec-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(245,183,0,.12);
  text-align: left;
  vertical-align: top;
}
.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}
.spec-table th {
  width: 240px;
  color: #e3c16c;
}
.spec-table td {
  color: #fff;
}
.application-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}
.application-list li {
  padding: 13px 16px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-weight: 800;
}
.leadtime-list {
  display: grid;
  gap: 0;
  border: 1px solid rgba(245,183,0,.16);
  border-radius: 8px;
  overflow: hidden;
}
.leadtime-list div {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(245,183,0,.12);
  background: rgba(255,255,255,.035);
}
.leadtime-list div:last-child { border-bottom: 0; }
.leadtime-list dt {
  color: #e3c16c;
  font-weight: 900;
}
.leadtime-list dd {
  margin: 0;
  color: #fff;
}
.shipping-section .shipping-options-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.shipping-note {
  margin-top: 14px;
}
.factory-grid figure { margin: 0; border: 1px solid var(--line); background: var(--card); }
.factory-grid img { aspect-ratio: 4 / 3; }
.factory-grid figcaption { padding: 12px 16px; font-weight: 800; }
.faq-list { max-width: 920px; margin: 0 auto; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 18px; }
.faq-list p { color: var(--muted); }
.page-section.muted.b2b-faq-section {
  background: var(--bg-blue-light);
  color: var(--text);
}
.page-section.muted.b2b-faq-section .eyebrow {
  color: var(--bg-navy);
}
.page-section.muted.b2b-faq-section .section-head h2,
.page-section.muted.b2b-faq-section .faq-list summary {
  color: #15232D;
}
.page-section.muted.b2b-faq-section .section-head p,
.page-section.muted.b2b-faq-section .faq-list p {
  color: #4B5B66;
}
.page-section.muted.b2b-faq-section .faq-list details {
  border-bottom-color: #C8D6DE;
}

.inner-hero {
  padding: 96px clamp(18px, 5vw, 116px);
  text-align: center;
  background:
    radial-gradient(circle at 78% 0%, rgba(229,57,53,.18), transparent 30%),
    linear-gradient(180deg, var(--deep-panel), var(--deep-bg));
  color: #fff;
}
.inner-hero p {
  max-width: 860px;
  margin-inline: auto;
  color: #CBD5E1;
}
.about-page {
  background: var(--bg-white);
  color: var(--text-primary);
}
.about-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.about-page .inner-hero.about-hero {
  padding: 0;
  text-align: left;
  background: linear-gradient(135deg, var(--bg-navy-deep), var(--bg-navy));
  color: #fff;
}
.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, .48fr);
  gap: clamp(28px, 5vw, 78px);
  min-height: 560px;
  align-items: center;
  padding: clamp(74px, 10vh, 118px) 0;
}
.about-hero-copy {
  max-width: 850px;
}
.about-hero .eyebrow {
  color: #FF9CA1;
}
.about-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}
.about-hero p {
  max-width: 760px;
  margin: 0;
  color: #D7E1E7;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.62;
}
.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.about-hero .button.primary {
  background: var(--bg-rescue-red);
  border-color: var(--bg-rescue-red);
}
.about-secondary {
  border-color: rgba(255,255,255,.38);
  border-radius: 999px;
  background: transparent;
  color: #fff;
}
.about-secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
}
.about-identity-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 18px 44px rgba(0,0,0,.16);
}
.about-identity-card span {
  color: #D7E1E7;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-identity-card strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.22;
}
.about-identity-card strong:last-child {
  margin-bottom: 0;
}
.about-facts {
  padding: 24px 0;
  background: var(--bg-blue-muted);
}
.about-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--border-light);
}
.about-fact-grid article {
  min-width: 0;
  padding: 22px 20px;
  background: var(--bg-white);
}
.about-fact-grid strong {
  display: block;
  color: var(--bg-navy);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.1;
}
.about-fact-grid span {
  display: block;
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}
.about-section {
  padding: clamp(62px, 7vw, 92px) 0;
}
.about-overview,
.about-oem {
  background: var(--bg-white);
}
.about-scope {
  background: var(--bg-cool-light);
}
.about-markets {
  background: var(--bg-blue-light);
}
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.about-copy {
  min-width: 0;
}
.about-copy .eyebrow,
.about-section-head .eyebrow,
.about-cooperation .eyebrow {
  color: var(--bg-rescue-red);
}
.about-copy h2,
.about-section-head h2 {
  margin: 0 0 18px;
  color: var(--text-primary);
  font-size: clamp(32px, 3.6vw, 54px);
  line-height: 1.08;
}
.about-copy p,
.about-section-head p {
  max-width: 780px;
  margin: 0 0 16px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.64;
}
.about-section-head {
  max-width: 820px;
  margin: 0 0 34px;
}
.about-support-card {
  min-width: 0;
  padding: clamp(26px, 3.4vw, 42px);
  border-radius: 8px;
  background: var(--bg-navy);
  color: #fff;
}
.about-support-card span {
  color: #FF9CA1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-support-card h3 {
  margin: 12px 0 16px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.16;
}
.about-support-card p {
  margin: 0;
  color: #D7E1E7;
  font-size: 17px;
  line-height: 1.58;
}
.about-scope-grid,
.about-oem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.about-scope-grid article,
.about-oem-grid article {
  min-width: 0;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  box-shadow: 0 12px 28px rgba(16,37,50,.06);
}
.about-scope-grid article {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 20px;
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
}
.about-market-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.about-market-tags span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--border-light);
  border-radius: 999px;
  padding: 8px 16px;
  background: var(--bg-white);
  color: var(--bg-navy);
  font-weight: 900;
}
.about-map-card {
  display: grid;
  min-height: 300px;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(23,48,66,.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.08) 1px, transparent 1px),
    var(--bg-navy);
  background-size: 54px 54px;
}
.about-map-card span {
  display: block;
  width: min(360px, 100%);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.about-map-card span:nth-child(2) {
  justify-self: end;
}
.about-oem-grid article {
  padding: 22px;
}
.about-oem-grid h3 {
  margin: 0 0 10px;
  color: var(--bg-navy);
  font-size: 20px;
  line-height: 1.22;
}
.about-oem-grid p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.55;
}
.about-cooperation {
  padding: clamp(54px, 6vw, 78px) 0;
  background: var(--bg-navy);
  color: #fff;
}
.about-cooperation-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.about-cooperation h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.1;
}
.about-cooperation p {
  max-width: 760px;
  margin: 0;
  color: #D7E1E7;
  font-size: 18px;
  line-height: 1.58;
}
.about-cooperation-button {
  border-color: var(--bg-white);
  border-radius: 999px;
  background: var(--bg-white);
  color: var(--bg-navy);
}
.about-cooperation-button:hover {
  border-color: var(--bg-blue-muted);
  background: var(--bg-blue-muted);
}
.about-page .seo-link-hub {
  background: var(--bg-blue-light);
}
.about-page #inquiry.inquiry-band {
  padding: 72px 0;
  background: var(--bg-rescue-red);
}
.about-page .inquiry-card {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16,37,50,.18);
}
.about-page .contact-line {
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 18px;
}
.about-page #inquiry.inquiry-band .inquiry-form input,
.about-page #inquiry.inquiry-band .inquiry-form textarea,
.about-page #inquiry.inquiry-band .inquiry-form select {
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 11px 12px;
  background: var(--bg-white);
}
.about-page #inquiry.inquiry-band .inquiry-form input:focus,
.about-page #inquiry.inquiry-band .inquiry-form textarea:focus,
.about-page #inquiry.inquiry-band .inquiry-form select:focus {
  border-color: var(--bg-rescue-red);
}
.about-page #inquiry.inquiry-band .inquiry-form button.full-button {
  background: var(--bg-navy);
  border-color: var(--bg-navy);
}
.about-page #inquiry.inquiry-band .inquiry-form button.full-button:hover {
  background: var(--bg-navy-deep);
  border-color: var(--bg-navy-deep);
}
@media (max-width: 1120px) {
  .about-scope-grid,
  .about-oem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .about-hero-grid,
  .about-split {
    grid-template-columns: 1fr;
  }
  .about-identity-card {
    max-width: 720px;
  }
}
@media (max-width: 820px) {
  .about-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .about-container,
  .about-page .inquiry-card {
    width: min(100% - 36px, 1180px);
  }
  .about-hero-grid {
    min-height: 0;
    padding: 64px 0;
  }
  .about-cooperation-inner {
    grid-template-columns: 1fr;
  }
  .about-cooperation-button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .about-container,
  .about-page .inquiry-card {
    width: min(100% - 32px, 1180px);
  }
  .about-hero h1 {
    font-size: clamp(36px, 10vw, 42px);
  }
  .about-hero-actions,
  .about-hero-actions .button {
    width: 100%;
  }
  .about-fact-grid,
  .about-scope-grid,
  .about-oem-grid {
    grid-template-columns: 1fr;
  }
  .about-map-card {
    min-height: 260px;
  }
}
.catalog-list-hero {
  padding: 86px clamp(18px, 5vw, 116px) 74px;
  background: linear-gradient(135deg, var(--bg-navy-deep) 0%, var(--bg-navy) 100%);
  color: #fff;
}
.catalog-list-hero .eyebrow {
  color: #FF9CA1;
}
.catalog-list-hero h1 {
  color: #fff;
}
.catalog-list-hero p {
  color: #D7E1E7;
}
.product-detail-page {
  --product-detail-bg: var(--bg-cool-light);
  --product-detail-surface: var(--bg-white);
  --product-detail-muted-surface: #F8FAFB;
  --product-detail-media-bg: #F3F5F6;
  --product-detail-border: var(--border-light);
  --product-detail-border-soft: #E7EDF1;
  --product-detail-text: var(--text-primary);
  --product-detail-muted: var(--text-secondary);
  --product-detail-layout-gap: clamp(24px, 1.7vw, 32px);
}
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(440px, .75fr);
  column-gap: var(--product-detail-layout-gap);
  row-gap: 18px;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 22px var(--product-page-container-x) var(--product-page-section-gap);
  background: var(--product-detail-bg);
  color: var(--product-detail-text);
}
.product-detail > * {
  min-width: 0;
}
.product-detail-page .product-detail,
.product-detail-page .product-detail-modules,
.product-detail-page .product-faq-section,
.product-detail-page .product-directory,
.product-detail-page .seo-link-hub,
.product-detail-page .inquiry-band {
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--product-page-container-x);
}
.product-detail-page .product-detail-modules {
  padding-inline: 0;
}
.product-detail-page .product-directory .catalog-pills {
  width: 100%;
  max-width: var(--product-page-max-width);
}
.product-detail-page .product-faq-section .section-head,
.product-detail-page .product-faq-section .faq-list,
.product-detail-page .inquiry-card {
  width: 100%;
  max-width: var(--product-page-max-width);
}
.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px clamp(18px, 5vw, 116px) 0;
  background: var(--product-detail-bg);
  color: var(--product-detail-muted);
  font-size: 13px;
}
.breadcrumb-nav a {
  color: var(--brand-red-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumb-nav span {
  color: var(--product-detail-muted);
}
.breadcrumb-nav [aria-current="page"] {
  max-width: min(720px, 100%);
  overflow: hidden;
  color: var(--product-detail-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-gallery {
  --gallery-thumb-size: 76px;
  --gallery-thumb-gap: 8px;
  --gallery-main-height: 664px;
  display: grid;
  grid-template-columns: var(--gallery-thumb-size) minmax(0, 1fr);
  grid-template-rows: var(--gallery-main-height) auto auto;
  gap: 12px var(--product-detail-layout-gap);
  align-items: stretch;
  align-content: start;
  justify-self: stretch;
  width: 100%;
}
.product-gallery .gallery-thumb-shell {
  grid-column: 1;
  grid-row: 1;
}
.product-gallery .gallery-stage {
  grid-column: 2;
  grid-row: 1;
}
.product-gallery .quick-facts {
  grid-column: 1 / 3;
  grid-row: 2;
  justify-self: stretch;
  width: 100%;
  box-sizing: border-box;
}
.product-gallery .gallery-tabs + .quick-facts {
  grid-row: 3;
}
.gallery-info-grid {
  grid-column: 1 / 3;
  grid-row: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin-top: 16px;
}
.gallery-info-grid article {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid var(--product-detail-border-soft);
  border-left: 4px solid var(--brand-red);
  border-radius: 8px;
  background: var(--product-detail-surface);
}
.gallery-info-grid h2 {
  margin: 0 0 10px;
  color: var(--product-detail-text);
  font-size: 17px;
  line-height: 1.2;
}
.gallery-info-grid ul {
  margin: 0;
  padding-left: 18px;
}
.gallery-info-grid .info-icon-list,
.gallery-info-grid .info-check-list {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}
.gallery-info-grid li,
.gallery-info-grid p {
  margin: 0;
  color: var(--product-detail-muted);
  font-size: 13px;
  line-height: 1.48;
}
.info-icon-list li,
.info-check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.info-icon-list span,
.info-check-list span {
  display: inline-grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 6px;
  background: #FFF4D6;
  color: var(--brand-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
.info-icon-list b {
  min-width: 0;
  color: var(--product-detail-text);
  font-size: 13px;
  line-height: 1.25;
}
.gallery-description {
  grid-column: 1 / 3;
  grid-row: 4;
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 8px;
  background: var(--product-detail-surface);
  color: var(--product-detail-muted);
  font-size: 14px;
  line-height: 1.62;
}
.gallery-stage {
  height: var(--gallery-main-height);
  min-width: 0;
  position: relative;
}
.gallery-main { display: none; }
.gallery-main.active {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: var(--product-detail-media-bg);
}
.gallery-main img {
  display: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  background: transparent;
  padding: 0;
  transition: transform .2s ease;
}
.gallery-main img.active {
  display: block;
}
.gallery-video-panel { display: none; }
.gallery-video-panel.active {
  display: block;
  height: 100%;
  overflow: hidden;
}
.gallery-video-panel video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border: 0;
  border-radius: 0;
  background: var(--product-detail-media-bg);
  object-fit: contain;
}
.gallery-thumb-shell {
  position: relative;
  min-width: 0;
  height: var(--gallery-main-height);
  align-self: start;
  contain: size;
  overflow: hidden;
}
.gallery-thumbs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gallery-thumb-gap);
  height: 100%;
  min-height: 0;
  overflow: auto;
  scrollbar-width: none;
}
.gallery-thumbs::-webkit-scrollbar {
  display: none;
}
.gallery-thumbs button {
  flex: 0 0 var(--gallery-thumb-size);
  height: var(--gallery-thumb-size);
  min-height: 0;
  width: var(--gallery-thumb-size);
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 6px;
  padding: 3px;
  background: var(--product-detail-surface);
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .68);
}
.gallery-thumbs button.active {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 2px rgba(181, 38, 46, .16);
}
.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.gallery-thumb-nav,
.gallery-main-nav {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #1f2933;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.14);
}
.gallery-thumb-nav {
  display: none;
}
.gallery-thumb-nav.up { top: 8px; }
.gallery-thumb-nav.down { bottom: 8px; }
.gallery-main {
  position: relative;
}
.gallery-main-nav {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.gallery-main-nav.prev { left: 16px; }
.gallery-main-nav.next { right: 16px; }
.gallery-thumb-nav span,
.gallery-main-nav span {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.gallery-thumb-nav.up span { transform: rotate(-45deg) translate(1px, 1px); }
.gallery-thumb-nav.down span { transform: rotate(135deg) translate(1px, 1px); }
.gallery-main-nav.prev span { transform: rotate(-135deg) translate(-1px, -1px); }
.gallery-main-nav.next span { transform: rotate(45deg) translate(-1px, -1px); }
.gallery-thumb-nav:hover,
.gallery-main-nav:hover {
  background: #fff;
  color: #ff6a00;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.gallery-tabs {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  display: inline-flex;
  gap: 4px;
  margin: 12px auto 0;
  padding: 4px;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 8px;
  background: #fff;
}
.gallery-tabs button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 800;
}
.gallery-tabs button.active { background: var(--accent); color: #111; }
.product-summary {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  min-height: 100%;
  padding: clamp(18px, 1.45vw, 26px);
  border-radius: 8px;
  background: var(--product-detail-surface);
  border: 1px solid var(--product-detail-border-soft);
  color: var(--product-detail-text);
}
.product-summary h1 {
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.24;
  letter-spacing: 0;
  color: var(--product-detail-text);
}
.product-summary .product-cert-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(8px, .7vw, 14px);
  margin: -2px 0 0;
  padding: 0;
  list-style: none;
  color: var(--product-detail-muted);
  font-size: clamp(13px, 1.08vw, 18px);
  font-size: clamp(13px, 3.2cqi, 18px);
  font-weight: 400;
  line-height: 1.15;
}
.product-summary .product-cert-summary li {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.product-summary .product-cert-summary span {
  flex: 0 0 auto;
  color: var(--brand-red);
  font-weight: 900;
}
.quick-facts {
  padding: 12px;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 0;
  background: var(--product-detail-surface);
}
.quick-facts h2 {
  margin: 0 0 12px;
  color: var(--product-detail-text);
  font-size: 16px;
}
.quick-facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  border: 0;
  overflow: visible;
}
.quick-facts div {
  display: grid;
  grid-template-columns: minmax(82px, 34%) minmax(0, 1fr);
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 8px;
  background: var(--product-detail-muted-surface);
  min-width: 0;
}
.quick-facts dt {
  color: var(--brand-red-dark);
  font-size: 13px;
  font-weight: 800;
}
.quick-facts dd {
  margin: 0;
  color: var(--product-detail-text);
  font-size: 14px;
  overflow-wrap: break-word;
  word-break: normal;
}
.product-summary p { color: var(--product-detail-muted); font-size: 15px; }
.price-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 18px;
  padding: 20px 18px;
  border-radius: 8px;
  border: 1px solid var(--product-detail-border-soft);
  background: var(--product-detail-muted-surface);
  overflow: hidden;
}
.quote-price-strip {
  grid-template-columns: 1fr;
}
.price-tier {
  min-width: 0;
  padding: 0 10px;
  background: transparent;
}
.price-tier strong {
  display: block;
  color: #111;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1;
  letter-spacing: 0;
}
.price-tier span {
  display: block;
  margin-top: 8px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
.choice-block,
.attributes-block {
  padding: 18px;
  border-top: 1px solid var(--product-detail-border-soft);
}
.block-title,
.attributes-block h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
}
.spec-options-block .block-title {
  color: var(--product-detail-text);
}
.attributes-block h2 {
  color: var(--product-detail-text);
}
.spec-options-block {
  display: grid;
  gap: 16px;
}
.color-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.color-choice button {
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 6px;
  background: #f7f7f7;
  cursor: pointer;
}
.color-choice button.active { border-color: #111; background: #fff; }
.color-choice img {
  width: 48px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}
.spec-option-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
.spec-group {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}
.spec-group .block-title {
  margin: 0;
  padding-top: 14px;
  font-size: 18px;
  line-height: 1.2;
}
.spec-option-grid button {
  width: 88px;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 8px;
  background: var(--product-detail-surface);
  color: var(--product-detail-text);
  cursor: pointer;
  text-align: center;
}
.size-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  align-items: stretch;
  width: 100%;
}
.size-spec-grid button,
.spec-option-grid .text-spec-option {
  width: 100%;
  min-height: 58px;
  padding: 12px 14px;
}
.spec-option-grid button.active {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 2px rgba(181, 38, 46, .12);
}
.spec-option-grid img {
  width: 100%;
  height: 66px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}
.spec-option-grid span {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 28px;
  padding: 6px 7px 7px;
}
.spec-option-grid em {
  color: var(--product-detail-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.spec-option-grid b {
  overflow: hidden;
  color: var(--product-detail-text);
  font-size: 13px;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.size-spec-grid b,
.text-spec-option b {
  overflow: visible;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
}
.attributes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--product-detail-border-soft);
  background: var(--product-detail-muted-surface);
  overflow: hidden;
}
.attribute-item {
  display: grid;
  grid-template-columns: minmax(112px, 34%) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--product-detail-border-soft);
  min-width: 0;
}
.attribute-item:last-child { border-bottom: 0; }
.attribute-item dt {
  color: var(--product-detail-muted);
  font-size: 14px;
  font-weight: 700;
}
.attribute-item dd {
  margin: 0;
  color: var(--product-detail-text);
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.scope-notice {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  background: #FFF7DF;
  color: #7A4D00 !important;
  font-size: 13px !important;
  font-weight: 800;
}
.detail-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
}
.detail-actions .button {
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #075e54 0%, #128c7e 46%, #25d366 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 28px rgba(37, 211, 102, .22);
}
.detail-actions .button.secondary {
  background: #128c7e;
  color: #fff;
}
.whatsapp-inquiry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 36px);
  min-height: 48px;
  margin-inline: 18px auto;
  box-sizing: border-box;
  padding: 0 16px;
  border: 1px solid #25D366;
  border-radius: 999px;
  background: linear-gradient(90deg, #075E54 0%, #128C7E 46%, #25D366 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  box-shadow: 0 10px 22px rgba(37, 211, 102, .22);
}
.whatsapp-inquiry-button:hover {
  background: linear-gradient(90deg, #075E54 0%, #128C7E 36%, #1EBE5D 100%);
}
.product-summary > .trade-whatsapp-action {
  margin: 16px 0 0;
  padding: 0;
}
.product-primary-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  padding-top: 0;
}
.product-primary-actions .button {
  min-height: 48px;
  border-radius: 8px;
  box-shadow: none;
}
.product-primary-actions .button.primary {
  background: linear-gradient(90deg, var(--accent), #ffb229);
  color: #190704;
}
.product-primary-actions .button.secondary {
  background: #128c7e;
  color: #fff;
}
.buyer-assurance {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.buyer-assurance li {
  position: relative;
  padding-left: 18px;
  color: var(--product-detail-text);
  font-size: 13px;
  font-weight: 800;
}
.buyer-assurance li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-red);
  content: "";
}
.shipping-panel-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 6px;
  color: #16c86a;
}
.shipping-panel-mark svg,
.payment-panel-mark svg,
.shipping-option-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trade-panel {
  margin-top: 18px;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 8px;
  background: var(--product-detail-surface);
  overflow: hidden;
}
.trade-shipping,
.trade-payment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--product-detail-border-soft);
}
.trade-payment {
  background: var(--product-detail-muted-surface);
}
.trade-shipping strong,
.trade-payment strong {
  display: block;
  color: var(--product-detail-text);
  font-size: 18px;
  line-height: 1.2;
}
.trade-shipping .trade-panel-title > span > span,
.trade-payment .trade-panel-title > span > span {
  display: block;
  margin-top: 4px;
  color: var(--product-detail-muted);
  font-size: 13px;
  font-style: normal;
}
.trade-panel-title {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-width: 0;
}
.trade-panel-title > span {
  min-width: 0;
}
.payment-panel-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #16c86a;
}
.shipping-option-icon-ocean {
  color: #26b6da;
}
.shipping-option-icon-air {
  color: #7ab8ff;
}
.shipping-option-icon-courier {
  color: #ff5b8a;
}
.trade-shipping button,
.trade-payment button {
  border: 0;
  background: transparent;
  color: var(--brand-red-dark);
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
}
.payment-summary {
  grid-column: 1 / -1;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  color: #172033;
}
.payment-summary p {
  max-width: 780px;
  margin: 0 0 14px;
  color: #172033;
  font-size: 15px;
  line-height: 1.45;
}
.payment-method-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: 8px;
  max-width: 620px;
}
.payment-method-grid span {
  display: grid;
  min-height: 28px;
  place-items: center;
  border: 1px solid #dde3ea;
  border-radius: 4px;
  background: #fbfdff;
  color: #1e3a8a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.trade-modal.payment-modal {
  width: min(1020px, calc(100vw - 48px));
  padding: 42px;
}
.payment-modal .modal-intro {
  color: #111;
  font-size: 24px;
  line-height: 1.35;
}
.payment-modal .payment-summary {
  padding: 0;
  background: transparent;
}
.payment-modal .payment-summary p {
  max-width: 1170px;
  margin-bottom: 21px;
  font-size: 22.5px;
}
.payment-modal .payment-method-grid {
  grid-template-columns: repeat(6, minmax(108px, 1fr));
  gap: 12px;
  max-width: 930px;
}
.payment-modal .payment-method-grid span {
  min-height: 42px;
  border-radius: 6px;
  font-size: 16.5px;
}
.trade-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}
.trade-qty {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  color: var(--product-detail-text);
  font-weight: 800;
}
.trade-qty input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--product-detail-border-soft);
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
}
.trade-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}
.trade-button.add {
  border-color: var(--accent-dark);
  background: var(--accent-dark);
  color: #fff;
}
.trade-button.order {
  border-color: var(--accent);
  background: linear-gradient(90deg, var(--accent), #ffb229);
  color: #190704;
  box-shadow: 0 10px 24px rgba(255, 178, 41, .18);
}
.trade-button.order:hover {
  filter: brightness(1.03);
}
.trade-button.outline:hover {
  background: #FFF7DF;
}
.mini-cart-summary {
  padding: 0 18px 18px;
  color: var(--product-detail-muted);
  font-size: 13px;
  font-weight: 700;
}
.mini-cart-summary.error {
  color: #ff7043;
}
.cart-rail {
  position: fixed;
  z-index: 31;
  border: 0;
  background: linear-gradient(135deg, var(--accent), #ffb229);
  color: #2b0704;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(35, 24, 21, .28);
  font-weight: 900;
}
.cart-rail {
  right: 18px;
  top: 42%;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 8px;
}
.cart-rail b {
  position: absolute;
  right: -6px;
  top: -6px;
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--accent-dark);
  font-size: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.cart-rail .cart-icon { width: 28px; height: 28px; }
body.modal-open { overflow: hidden; }
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(17, 24, 39, .52);
}
.modal-backdrop.open { display: flex; }
.order-backdrop {
  background: rgba(12, 7, 8, .58);
  backdrop-filter: blur(2px);
}
.trade-modal {
  position: relative;
  width: min(720px, 100%);
  max-height: min(84vh, 760px);
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 28px 90px rgba(0,0,0,.28);
}
.order-modal {
  width: min(940px, 100%);
  max-height: calc(100vh - 8px);
  padding: 14px 24px 12px;
  border: 1px solid #eceff3;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f4f1ee;
  cursor: pointer;
  font-weight: 900;
}
.trade-modal h2 {
  margin: 0 48px 16px 0;
  color: #111;
  font-size: 26px;
  line-height: 1.2;
}
.shipping-modal .modal-close,
.payment-modal .modal-close {
  top: 27px;
  right: 27px;
  width: 54px;
  height: 54px;
  font-size: 21px;
}
.shipping-modal h2,
.payment-modal h2 {
  margin: 0 72px 24px 0;
  font-size: 39px;
}
.modal-intro {
  margin: -4px 0 18px;
  color: var(--muted);
}
.order-modal .modal-intro {
  margin-bottom: 10px;
  color: #5f6368;
  font-size: 14px;
  line-height: 1.3;
}
.order-modal h2 {
  margin-bottom: 8px;
  font-size: 23px;
}
.shipping-modal {
  width: min(1230px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 30px 33px;
}
.shipping-modal-visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 158px;
  border-radius: 15px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #fbf6ef, #f8f6f3);
}
.shipping-visual-icon {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-image: url("https://img.rescuepackfactory.com/images/ui/shipping-options-icons.png");
  background-repeat: no-repeat;
  background-size: 300% 100%;
  box-shadow: 0 8px 24px rgba(30, 24, 21, .12);
}
.shipping-visual-icon.ocean {
  background-position: left center;
}
.shipping-visual-icon.air {
  background-position: center center;
}
.shipping-visual-icon.express {
  background-position: right center;
}
.shipping-options-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0;
}
.shipping-option-card {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
}
.shipping-option-head {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}
.shipping-option-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--bg-blue-light);
  font-size: 18px;
  box-shadow: 0 6px 18px rgba(16,37,50,.08);
}
.shipping-option-card h3,
.shipping-why h3 {
  margin: 0;
  color: var(--text-primary);
  font-size: 17px;
  line-height: 1.25;
}
.shipping-option-card p {
  margin: 2px 0 0;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 800;
}
.shipping-option-card strong {
  color: var(--bg-rescue-red);
  font-size: 13px;
}
.shipping-option-card ul,
.shipping-why ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--text-primary);
  list-style: none;
  font-size: 13px;
  line-height: 1.28;
}
.shipping-option-card li.warning {
  color: var(--bg-rescue-red);
  font-weight: 800;
}
.shipping-why {
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--bg-blue-light);
  border: 1px solid var(--border-light);
}
.shipping-why h3 {
  margin-bottom: 8px;
}
.shipping-why ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 18px;
}
.shipping-modal .shipping-options-grid {
  gap: 15px;
  margin: 18px 0;
}
.shipping-modal .shipping-option-card {
  gap: 12px;
  padding: 18px;
  border-radius: 12px;
}
.shipping-modal .shipping-option-head {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
}
.shipping-modal .shipping-option-icon {
  width: 48px;
  height: 48px;
  font-size: 27px;
}
.shipping-modal .shipping-option-card h3,
.shipping-modal .shipping-why h3 {
  font-size: 25.5px;
}
.shipping-modal .shipping-option-card p {
  margin-top: 3px;
  font-size: 18px;
}
.shipping-modal .shipping-option-card strong {
  font-size: 19.5px;
}
.shipping-modal .shipping-option-card ul,
.shipping-modal .shipping-why ul {
  gap: 9px;
  font-size: 19.5px;
}
.shipping-modal .shipping-why {
  padding: 18px 21px;
  border-radius: 12px;
}
.shipping-modal .shipping-why h3 {
  margin-bottom: 12px;
}
.shipping-modal .shipping-why ul {
  gap: 9px 27px;
}
.protection-link {
  color: #111;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.order-cart-list {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 8px;
  background: #fff;
  color: #444;
}
.order-cart-list div {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(92px, auto) 110px minmax(82px, auto) auto;
  gap: 10px;
  align-items: center;
}
.order-cart-list > .order-cart-item {
  min-height: 48px;
  padding: 8px 12px;
  border: 1px solid #eef0f2;
  border-radius: 8px;
  background: #f7f7f7;
}
.order-cart-list strong,
.order-cart-list b {
  color: #111;
}
.order-cart-list span {
  color: #202124;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}
.order-cart-item > b {
  color: #111;
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}
.order-cart-item label {
  display: grid;
  gap: 2px;
  width: 110px;
  justify-self: center;
  margin: 0;
  color: #111;
  font-size: 10px;
  font-weight: 900;
}
.order-cart-item label em {
  display: block;
  color: #60656c;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.order-cart-item input {
  width: 100%;
  min-height: 32px;
  border: 1px solid #dfe3e8;
  border-radius: 999px;
  padding: 0 10px;
  background: #fff;
  color: #111;
  font-weight: 900;
  text-align: center;
}
.order-cart-item button {
  min-height: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: #e63200;
  cursor: pointer;
  font-weight: 900;
}
.order-cart-item button:hover {
  border-color: #e63200;
  background: #e63200;
  color: #fff;
}
.order-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  margin: 0 0 8px;
  padding: 9px 14px;
  border: 1px solid #eceff3;
  border-radius: 8px;
  background: #fff;
}
.order-total span {
  color: #111;
  font-size: 15px;
  font-weight: 900;
}
.order-total strong {
  color: #111;
  font-size: 20px;
  line-height: 1;
}
.order-total em {
  grid-column: 1 / -1;
  color: #60656c;
  font-size: 12px;
  font-style: normal;
}
.trade-modal .inquiry-form {
  padding: 0;
}
.order-modal .inquiry-form {
  gap: 6px 14px;
  padding: 9px 0 0;
  border-top: 1px solid #eceff3;
}
.order-modal .inquiry-form input,
.order-modal .inquiry-form textarea,
.order-modal .inquiry-form select {
  min-height: 34px;
  border: 1px solid #dde1e6;
  border-radius: 8px;
  padding: 7px 11px;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.25;
}
.order-modal .inquiry-form textarea {
  min-height: 48px;
  resize: vertical;
}
.order-modal .inquiry-form input::placeholder,
.order-modal .inquiry-form textarea::placeholder {
  color: #7b8088;
}
.order-modal .inquiry-form input:focus,
.order-modal .inquiry-form textarea:focus,
.order-modal .inquiry-form select:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(229, 57, 53, .12);
}
.order-modal .form-note {
  margin: 0 0 2px;
  color: #60656c;
  font-size: 12px;
  line-height: 1.25;
}
.order-modal .upload-field {
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(180px, 1fr) minmax(170px, auto) minmax(100px, auto);
  gap: 8px;
  align-items: center;
  padding: 0;
  color: #111;
  font-size: 13px;
}
.order-modal .upload-field small {
  color: #60656c;
  font-size: 12px;
}
.order-modal .upload-box {
  min-height: 34px;
  margin-top: 0;
  padding: 7px 10px;
  border-color: #d9dde3;
  border-radius: 8px;
  background: #f7f7f7;
}
.order-modal .upload-box:hover {
  border-color: var(--brand-red);
  background: #fff5f5;
}
.order-modal .upload-box b {
  color: #111;
  font-size: 13px;
}
.order-modal .upload-box em,
.order-modal .upload-selected {
  color: #60656c;
  font-size: 12px;
}
.order-modal .inquiry-form button.full-button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--brand-red);
  color: #fff;
  box-shadow: none;
}
.order-modal .inquiry-form button.full-button:hover {
  background: var(--brand-red-dark);
}
.hidden-field,
.hidden-frame {
  display: none;
}
.order-success {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #ecfdf3;
  color: #116235;
  font-weight: 900;
}
.order-success.show { display: block; }
.success-modal {
  width: min(560px, 100%);
  padding: 34px 32px 30px;
  text-align: left;
}
.success-modal h2 {
  margin-right: 48px;
  color: #116235;
}
.success-modal .order-success {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
}
.detail-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1220px; margin: 0 auto; }
.detail-columns article { border-left: 4px solid var(--accent); padding: 6px 0 6px 20px; }
.detail-columns h2 { margin-top: 0; font-size: 22px; }
.detail-columns li, .detail-columns p { color: var(--muted); }

.inquiry-band { scroll-margin-top: 92px; padding: 72px clamp(18px, 5vw, 116px); background: var(--bg-rescue-red); }
.inquiry-card {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg-white);
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 18px 46px rgba(16,37,50,.18);
}
.contact-panel {
  padding: clamp(34px, 5vw, 58px);
  background: var(--bg-rescue-red);
  color: white;
}
.contact-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.1;
}
.contact-panel p {
  max-width: 340px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, .86);
}
.contact-line {
  display: grid;
  gap: 4px;
  margin-top: 26px;
  padding-left: 24px;
  border-left: 1px solid rgba(255,156,161,.45);
  position: relative;
}
.contact-line::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF9CA1;
}
.contact-line span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}
.contact-line strong {
  color: white;
  font-size: 16px;
  line-height: 1.35;
}
.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  padding: clamp(34px, 5vw, 58px);
  align-content: start;
  background: var(--bg-white);
  color: #15232D;
}
.inquiry-form label { display: grid; gap: 7px; color: #15232D; font-weight: 800; }
.inquiry-form label.full { grid-column: 1 / -1; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
  background: var(--bg-white);
  color: #15232D;
  outline: none;
}
.inquiry-form textarea {
  min-height: 112px;
  resize: vertical;
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #64748B;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-form select:focus {
  border-color: var(--bg-rescue-red);
}
.form-note {
  grid-column: 1 / -1;
  margin: -2px 0 8px;
  color: #4B5B66;
  font-size: 14px;
}
.upload-field {
  gap: 5px;
  color: #15232D;
  font-size: 14px;
  padding: 18px 12px 0;
  border: 2px solid transparent;
}
.upload-field small {
  color: #4B5B66;
  font-weight: 400;
}
.upload-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.upload-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 70px;
  margin-top: 6px;
  padding: 16px 20px;
  border: 2px dashed #d9e2de;
  border-radius: 14px;
  cursor: pointer;
  background: var(--bg-cool-light);
  transition: border-color .2s ease, background .2s ease;
}
.upload-box:hover {
  border-color: var(--brand-red);
  background: var(--bg-blue-light);
}
.upload-box b {
  color: #15232D;
  font-size: 14px;
}
.upload-box em {
  color: #4B5B66;
  font-style: normal;
  font-size: 14px;
}
.upload-selected {
  color: #4B5B66;
  font-size: 13px;
  font-weight: 700;
}
.inquiry-form button.full-button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 54px;
  border-radius: 12px;
  background: var(--bg-navy);
  border-color: var(--bg-navy);
  color: #fff;
}
.inquiry-form button.full-button:hover {
  background: var(--bg-navy-deep);
  border-color: var(--bg-navy-deep);
}
.article-page { max-width: 860px; margin: 0 auto; padding: 58px 18px; }
.article-page img { aspect-ratio: 16 / 8; margin-bottom: 22px; }
.article-page time, .blog-grid time { color: #ff5a62; font-weight: 800; margin: 16px 18px 0; display: block; }
.article-page h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.12; }
.article-page p { color: #dbe7f3; font-size: 18px; }
.seo-article {
  max-width: 980px;
}
.seo-article img {
  border-radius: 8px;
  object-fit: cover;
}
.article-cluster {
  margin: 0 0 12px;
  color: #ff5a62 !important;
  font-size: 13px !important;
  font-weight: 900;
  text-transform: uppercase;
}
.seo-article section {
  margin: 34px 0;
}
.seo-article h2 {
  margin: 0 0 14px;
  color: #f8fafc;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.18;
}
.seo-article a {
  color: #ff5a62;
  font-weight: 900;
}
.seo-article .button.primary {
  color: #fff;
}
.article-cta,
.article-final-cta {
  margin: 36px 0;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--deep-bg), var(--deep-panel));
  color: #fff;
}
.article-cta strong,
.article-final-cta h2 {
  display: block;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
}
.article-cta p,
.article-final-cta p {
  color: #CBD5E1;
}
.article-faq details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.article-faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.article-faq summary {
  cursor: pointer;
  color: #f8fafc;
  font-size: 18px;
  font-weight: 900;
}
.seo-link-hub {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  padding: 44px max(20px, calc((100% - 1180px) / 2));
  background: var(--bg-blue-light);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  color: var(--text-primary);
}
.seo-link-hub .eyebrow {
  color: var(--bg-rescue-red);
}
.seo-link-hub h2 {
  margin: 6px 0 10px;
  color: var(--text-primary);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}
.seo-link-hub p {
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.58;
}
.seo-link-hub a {
  color: var(--bg-rescue-red);
  font-weight: 900;
}
.seo-link-hub nav {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 10px;
}
.seo-link-hub nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: var(--bg-white);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 8px 22px rgba(16,37,50,.06);
}
.seo-link-hub nav a:hover {
  border-color: rgba(181,38,46,.42);
  background: rgba(181,38,46,.08);
  color: var(--bg-rescue-red);
}
.product-detail-page .seo-link-hub {
  padding-inline: var(--product-page-container-x);
}
.certificates-page .seo-link-hub {
  background: var(--bg-white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  color: var(--text-primary);
}
.certificates-page .seo-link-hub .eyebrow,
.certificates-page .seo-link-hub a {
  color: var(--bg-rescue-red);
}
.certificates-page .seo-link-hub h2 {
  color: var(--text-primary);
}
.certificates-page .seo-link-hub p {
  color: var(--text-secondary);
}
.certificates-page .seo-link-hub nav a {
  border-color: var(--border-light);
  background: var(--bg-cool-light);
  color: var(--text-primary);
  box-shadow: none;
}
.certificates-page .seo-link-hub nav a:hover {
  border-color: rgba(181,38,46,.48);
  background: rgba(181,38,46,.08);
  color: var(--bg-rescue-red);
}
.certificates-page #inquiry.inquiry-band {
  background: var(--bg-rescue-red);
}
.certificates-page .inquiry-card {
  max-width: 1180px;
  border-color: rgba(255,255,255,.38);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16,37,50,.18);
}
.certificates-page #inquiry.inquiry-band .inquiry-form input,
.certificates-page #inquiry.inquiry-band .inquiry-form textarea,
.certificates-page #inquiry.inquiry-band .inquiry-form select {
  border: 1px solid var(--border-light);
  border-radius: 6px;
  padding: 11px 12px;
  background: var(--bg-white);
}
.certificates-page #inquiry.inquiry-band .inquiry-form input:focus,
.certificates-page #inquiry.inquiry-band .inquiry-form textarea:focus,
.certificates-page #inquiry.inquiry-band .inquiry-form select:focus {
  border-color: var(--bg-rescue-red);
}
.certificates-page #inquiry.inquiry-band .inquiry-form button.full-button {
  background: var(--bg-navy);
  border-color: var(--bg-navy);
}
.certificates-page #inquiry.inquiry-band .inquiry-form button.full-button:hover {
  background: var(--bg-navy-deep);
  border-color: var(--bg-navy-deep);
}
.ads-lp-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid rgba(212,175,69,.35);
  border-radius: 999px;
  background: #fff;
  color: #5a0b08;
  font-size: 13px;
  font-weight: 900;
}
.simple-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.simple-lead-form label {
  display: grid;
}
.simple-lead-form label.full,
.simple-lead-form .form-note,
.simple-lead-form .full-button {
  grid-column: 1 / -1;
}
.simple-lead-form input,
.simple-lead-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #eaded8;
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}
.simple-lead-form textarea {
  resize: vertical;
}
.ads-landing-page {
  background: #fff8ec;
}
.ads-lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(28px, 5vw, 76px);
  min-height: 100vh;
  padding: clamp(34px, 7vw, 92px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(42,8,7,.92), rgba(91,11,8,.78)),
    url("https://img.rescuepackfactory.com/images/catalog/slides/slide-03.png") center / cover;
  color: #fff;
}
.ads-lp-hero h1 {
  max-width: 860px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}
.ads-lp-hero ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.ads-lp-hero li {
  position: relative;
  padding-left: 24px;
  color: #ffe3c8;
  font-size: 20px;
  font-weight: 800;
}
.ads-lp-hero li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}
.ads-lp-form {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  background: #fff;
  color: #111;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.ads-lp-form h2 {
  margin-top: 0;
  font-size: 28px;
}
.ads-lp-products {
  padding: 72px clamp(18px, 4vw, 76px);
}
.ads-lp-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 24px clamp(18px, 4vw, 76px) 56px;
}
.lead-modal {
  width: min(680px, 100%);
}
.lead-modal .simple-lead-form {
  margin-top: 18px;
}
.sticky-quote {
  position: fixed;
  right: 22px;
  bottom: 108px;
  z-index: 31;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--brand-red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 18px 46px rgba(0,0,0,.26);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(5, minmax(150px, 1fr));
  gap: 28px;
  padding: 48px clamp(18px, 4vw, 56px);
  background: var(--bg-footer);
  color: white;
}
.site-footer h3,
.site-footer h4 {
  margin-top: 0;
}
.site-footer p { color: #CBD5E1; }
.site-footer a { display: block; margin: 9px 0; color: #E2E8F0; }
.footer-admin-link {
  grid-column: 1 / -1;
  padding-top: 14px;
  border-top: 1px solid rgba(226, 232, 240, .12);
  text-align: left;
}
.footer-admin-link a {
  display: inline-block;
  margin: 0;
  color: #94A3B8;
  font-size: 12px;
  font-weight: 700;
}
.footer-admin-link a:hover {
  color: var(--accent);
}
@media (max-width: 1280px) {
  .site-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  isolation: isolate;
}
.whatsapp-float::before,
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: rgba(231, 51, 35, .24);
  animation: whatsappPulse 2.2s ease-out infinite;
  z-index: -1;
}
.whatsapp-float::after {
  animation-delay: .75s;
}
.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
}
.whatsapp-badge {
  width: 68px;
  height: 68px;
  position: relative;
  display: block;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0,0,0,.26), 0 0 0 5px rgba(255,138,28,.2);
  animation: whatsappInnerGlow 1.8s ease-in-out infinite;
}
.whatsapp-badge:empty {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 36% 26%, #7df49e, #22d463 55%, #079f4a);
  color: #fff;
  font-weight: 900;
}
.whatsapp-badge:empty::before {
  content: "WA";
}
.whatsapp-badge svg {
  width: 100%;
  height: 100%;
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes whatsappPulse {
  0% { transform: scale(.72); opacity: .8; }
  70% { transform: scale(1.42); opacity: 0; }
  100% { transform: scale(1.42); opacity: 0; }
}

@keyframes whatsappInnerGlow {
  0%, 100% { box-shadow: 0 14px 34px rgba(0,0,0,.26), 0 0 0 5px rgba(255,138,28,.2); }
  50% { box-shadow: 0 14px 34px rgba(0,0,0,.26), 0 0 0 10px rgba(231,51,35,.28); }
}

@media (max-width: 640px) {
  .certificates-page .whatsapp-float {
    right: 10px;
    bottom: 10px;
    width: 58px;
    height: 58px;
  }
  .certificates-page .whatsapp-float::before,
  .certificates-page .whatsapp-float::after {
    inset: 6px;
  }
  .certificates-page .whatsapp-badge {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1400px) {
  .featured-catalog { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .b2b-featured-section .featured-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .b2b-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .featured-catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .b2b-featured-section .featured-catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-index-page .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .b2b-buying-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b2b-split { grid-template-columns: 1fr; }
  .b2b-solution-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .b2b-solution-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .b2b-capability-copy h2 { max-width: 760px; }
  .b2b-capability-statement { max-width: 760px; }
  .b2b-capability-list,
  .capability-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cert-hero,
  .certificate-feature-card {
    grid-template-columns: 1fr;
  }
  .cert-hero {
    background:
      linear-gradient(180deg, rgba(16,37,50,.96), rgba(23,48,66,.9)),
      url("https://img.rescuepackfactory.com/images/certificates/ce-compliance-preview.webp") center bottom / 72vw auto no-repeat;
  }
  .cert-hero-proof {
    max-width: 720px;
  }
}

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

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; background: var(--bg-navy-deep); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .dropdown { position: static; display: block; min-width: 0; border: 0; box-shadow: none; padding-left: 18px; }
  .b2b-featured-section { padding-inline: clamp(24px, 5vw, 48px); }
  .products-index-directory { padding-inline: clamp(24px, 5vw, 48px); }
  .category-grid, .product-grid, .advantage-grid, .factory-grid, .case-grid, .blog-grid, .compliance-proof-grid, .detail-columns, .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-link-hub, .ads-lp-hero { grid-template-columns: 1fr; }
  .b2b-home-hero {
    grid-template-columns: 1fr;
    min-height: clamp(680px, calc(100vh - 76px), 780px);
  }
  .b2b-home-copy {
    width: min(720px, 100%);
    padding-bottom: 220px;
  }
  .b2b-hero-mini-player {
    right: 24px;
    bottom: 24px;
    width: 360px;
    min-width: 0;
  }
  .b2b-mini-video-trigger {
    padding: 14px;
    font-size: 12px;
  }
  .b2b-mini-play-icon {
    width: 40px;
    height: 40px;
  }
  .b2b-mini-play-icon::before {
    left: 16px;
    top: 12px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }
  .b2b-video-hero { min-height: calc(100vh - 76px); }
  .product-detail {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .product-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-self: stretch;
    width: 100%;
  }
  .product-detail-modules-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-modules .product-content-section:not(.documentation-support-strip) {
    grid-template-columns: 1fr;
  }
  .product-detail-modules .product-content-section:not(.documentation-support-strip) > :not(.section-head) {
    grid-column: auto;
  }
  .product-detail-modules .product-content-section .section-head {
    margin-bottom: 4px;
  }
  .product-detail-modules .shipping-section {
    grid-column: auto;
  }
  .product-overview-layout,
  .product-detail-modules .documentation-support-strip {
    grid-template-columns: 1fr;
  }
  .documentation-actions {
    justify-content: flex-start;
  }
  .product-detail-modules .feature-list,
  .product-detail-modules .oem-grid,
  .product-detail-modules .application-list,
  .product-detail-modules .leadtime-list,
  .product-detail-modules .shipping-section .shipping-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-thumb-shell { order: 2; }
  .gallery-thumbs {
    flex-direction: row;
    justify-content: flex-start;
    order: 2;
    height: auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .gallery-thumbs button { flex: 0 0 68px; width: 68px; height: 68px; }
  .gallery-thumb-nav { display: none; }
  .gallery-stage { order: 1; }
  .product-gallery .gallery-stage,
  .product-gallery .gallery-thumb-shell,
  .gallery-info-grid,
  .gallery-description {
    grid-column: 1;
  }
  .product-gallery .gallery-stage { grid-row: 1; }
  .product-gallery .gallery-thumb-shell { grid-row: 2; }
  .product-gallery .gallery-stage,
  .product-gallery .gallery-thumb-shell,
  .gallery-main.active,
  .gallery-video-panel.active,
  .gallery-main img,
  .gallery-video-panel video {
    height: auto;
    max-height: none;
  }
  .gallery-thumb-shell {
    contain: none;
    overflow: visible;
  }
  .gallery-tabs {
    grid-column: 1;
    grid-row: 3;
  }
  .product-gallery .quick-facts {
    grid-column: 1;
    grid-row: 3;
  }
  .product-gallery .gallery-tabs + .quick-facts {
    grid-row: 4;
  }
  .gallery-info-grid {
    grid-row: 5;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gallery-description { grid-row: 6; }
  .inquiry-card { grid-template-columns: 1fr; border-radius: 8px; }
  .shipping-options-grid { grid-template-columns: 1fr; }
  .cart-rail { display: none; }
  .cert-intro-band,
  .cert-review-grid {
    grid-template-columns: 1fr;
  }
  .certificate-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .products-index-directory .catalog-pills {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .products-index-directory .catalog-pills a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .products-index-directory .directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .product-detail-page {
    --product-page-gutter: 18px;
  }
  .site-header {
    gap: 10px;
    padding: 14px;
  }
  .b2b-featured-section { padding-inline: 18px; }
  .logo {
    min-width: 0;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .nav-toggle {
    flex: 0 0 auto;
    padding: 8px 11px;
  }
  .hero-slider, .hero-slide img { min-height: 560px; height: 560px; }
  .b2b-home-hero {
    min-height: calc(100svh - 72px);
    padding: 74px 18px 36px;
    align-items: end;
  }
  .b2b-home-hero-overlay {
    background:
      linear-gradient(90deg, rgba(16,37,50,.46) 0%, rgba(16,37,50,.32) 56%, rgba(16,37,50,.22) 100%),
      linear-gradient(180deg, rgba(16,37,50,.24) 0%, rgba(16,37,50,.18) 42%, rgba(16,37,50,.50) 100%);
  }
  .b2b-home-copy h1 { font-size: clamp(32px, 9vw, 38px); }
  .b2b-home-copy p { max-width: 100%; font-size: 16px; }
  .b2b-home-copy {
    padding-bottom: 150px;
  }
  .b2b-hero-mini-player {
    right: 18px;
    bottom: 18px;
    width: min(228px, 58vw);
  }
  .b2b-mini-video-trigger {
    align-items: center;
    justify-content: center;
    padding: 0;
    background:
      linear-gradient(180deg, rgba(7,12,21,.12) 0%, rgba(7,12,21,.72) 100%);
  }
  .b2b-mini-video-trigger span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .b2b-mini-play-icon {
    width: 38px;
    height: 38px;
  }
  .b2b-mini-play-icon::before {
    left: 15px;
    top: 11px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }
  .b2b-video-hero {
    min-height: calc(100vh - 72px);
    padding: 54px 18px 42px;
    align-items: flex-end;
  }
  .b2b-hero-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.68) 52%, rgba(0,0,0,.88) 100%),
      rgba(0,0,0,.52);
  }
  .b2b-hero-content h1 { font-size: 39px; }
  .b2b-hero-content p { font-size: 16px; }
  .b2b-hero-actions { margin-top: 24px; }
  .b2b-hero-actions .button { width: 100%; }
  .b2b-buying-strip,
  .b2b-capability-list,
  .b2b-process-grid,
  .b2b-solution-groups {
    grid-template-columns: 1fr;
  }
  .b2b-solution-actions,
  .b2b-solution-actions .button {
    width: 100%;
  }
  .b2b-home-hero .b2b-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }
  .b2b-home-hero .b2b-hero-proof div {
    min-height: 106px;
    padding: 15px 14px;
  }
  .b2b-home-hero .b2b-hero-proof dt {
    font-size: 21px;
  }
  .b2b-home-hero .b2b-hero-proof dd {
    font-size: 11px;
  }
  .b2b-buying-strip div { min-height: auto; }
  .b2b-split h2 { font-size: 32px; }
  .b2b-capability-copy h2 { font-size: 37px; }
  .b2b-capability-statement {
    min-height: auto;
    padding: 28px 22px;
  }
  .b2b-capability-list,
  .capability-process,
  .fabric-swatch-head {
    grid-template-columns: 1fr;
  }
  .fabric-swatch-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .hero-copy h1, .hero-copy .hero-title { font-size: 38px; }
  .hero-copy p { font-size: 17px; }
  .category-grid, .product-grid, .advantage-grid, .factory-grid, .case-grid, .blog-grid, .compliance-proof-grid, .detail-columns, .site-footer, .inquiry-form, .simple-lead-form { grid-template-columns: 1fr; }
  .blog-index-page .blog-grid { grid-template-columns: 1fr; }
  .blog-index-page .whatsapp-float {
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
  }
  .blog-index-page .whatsapp-float::before,
  .blog-index-page .whatsapp-float::after {
    inset: 5px;
  }
  .blog-index-page .whatsapp-badge {
    width: 42px;
    height: 42px;
  }
  .product-detail-page .whatsapp-float {
    display: none;
  }
  .footer-admin-link { text-align: left; }
  .cert-hero {
    min-height: auto;
    padding: 54px 18px 42px;
    background:
      linear-gradient(180deg, rgba(16,37,50,.97), rgba(23,48,66,.94));
  }
  .cert-hero h1 {
    font-size: 40px;
  }
  .cert-hero p,
  .cert-intro-band p {
    font-size: 16px;
  }
  .cert-hero-actions .button {
    width: 100%;
  }
  .cert-hero-proof,
  .certificates-page .certificate-feature-card dl {
    grid-template-columns: 1fr;
  }
  .cert-hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cert-hero-proof div {
    min-height: auto;
  }
  .cert-intro-band {
    padding: 24px 18px;
  }
  .certificate-feature-card {
    padding: 14px;
  }
  .certificate-feature-card dl,
  .certificate-card dl {
    grid-template-columns: 1fr;
  }
  .seo-link-hub { padding: 32px 18px; }
  .product-detail-page .seo-link-hub,
  .product-detail-page .product-directory,
  .product-detail-page .product-faq-section,
  .product-detail-page .inquiry-band {
    padding-inline: var(--product-page-container-x);
  }
  .ads-lp-hero { min-height: auto; padding: 44px 18px; }
  .ads-lp-hero h1 { font-size: 38px; }
  .sticky-quote { display: none; }
  .featured-catalog { grid-template-columns: 1fr; }
  .b2b-featured-section .featured-catalog { grid-template-columns: 1fr; }
  .product-directory { padding-inline: 0; }
  .products-index-directory { padding: 28px 18px 64px; }
  .product-search-bar {
    width: 100%;
    margin: 0 auto 18px;
  }
  .products-index-directory .catalog-pills,
  .products-index-directory .directory-grid,
  .products-index-directory .product-search-empty {
    width: 100%;
  }
  .products-index-directory .catalog-pills {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .products-index-directory .catalog-pills a {
    max-width: 100%;
  }
  .directory-grid { grid-template-columns: 1fr; }
  .products-index-directory .directory-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .products-index-directory .directory-card h3 {
    min-height: auto;
    -webkit-line-clamp: unset;
    font-size: 14px;
  }
  .products-index-directory .directory-card-body {
    min-height: 122px;
  }
  .price-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-info-grid { grid-template-columns: 1fr; }
  .product-detail {
    padding-inline: var(--product-page-container-x);
    padding-bottom: 38px;
  }
  .product-detail-modules {
    padding: 0;
  }
  .product-detail-modules .product-content-section {
    padding: 34px var(--product-page-container-x);
  }
  .product-detail-modules .documentation-support-strip {
    gap: 12px;
    padding: 34px var(--product-page-container-x);
  }
  .product-overview-layout,
  .product-detail-modules .feature-list,
  .product-detail-modules .oem-grid,
  .product-detail-modules .application-list,
  .product-detail-modules .leadtime-list,
  .product-detail-modules .shipping-section .shipping-options-grid {
    grid-template-columns: 1fr;
  }
  .documentation-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .documentation-actions .button {
    min-height: 42px;
    width: 100%;
    padding: 9px 10px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
  .product-summary {
    padding: 18px;
  }
  .product-summary .product-cert-summary {
    flex-wrap: wrap;
  }
  .product-summary .product-cert-summary li {
    white-space: normal;
  }
  .product-primary-actions,
  .application-list {
    grid-template-columns: 1fr;
  }
  .payment-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quick-facts div,
  .leadtime-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }
  .spec-table th {
    padding-bottom: 3px;
    border-bottom: 0;
  }
  .spec-table td {
    padding-top: 3px;
  }
  .spec-group {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .spec-group .block-title {
    padding-top: 0;
  }
  .attribute-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .product-summary dl div { grid-template-columns: 1fr; gap: 4px; }
  .inquiry-card { border-radius: 18px; }
  .contact-panel, .inquiry-form { padding: 28px 22px; }
  .upload-box { grid-template-columns: 1fr; }
  .trade-actions { grid-template-columns: 1fr; }
  .trade-button { width: 100%; }
  .whatsapp-inquiry-button {
    width: calc(100% - 36px);
    margin-inline: 18px;
  }
  .modal-backdrop { padding: 14px; align-items: flex-end; }
  .trade-modal { max-height: 92vh; padding: 24px 18px; border-radius: 14px 14px 0 0; }
  .trade-modal.payment-modal,
  .trade-modal.shipping-modal {
    width: 100%;
  }
  .payment-modal .payment-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }
  .shipping-modal {
    overflow: auto;
  }
  .shipping-modal-visual {
    gap: 8px;
    height: clamp(88px, 28vw, 158px);
  }
  .shipping-visual-icon {
    width: clamp(82px, 26vw, 158px);
    height: clamp(82px, 26vw, 158px);
  }
  .shipping-modal .shipping-options-grid,
  .shipping-modal .shipping-why ul {
    grid-template-columns: 1fr;
  }
  .order-cart-list div { grid-template-columns: 1fr; gap: 2px; }
  .trade-modal .inquiry-form { grid-template-columns: 1fr; padding: 0; }
  .order-modal .upload-field { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .product-detail-page {
    --product-page-gutter: 14px;
  }
  .quick-facts dl {
    grid-template-columns: 1fr;
  }
  .gallery-thumbs button {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }
}
