:root {
  --container: 1200px;
  --mobile-container: 354px;
  --mobile-page-padding: 18px;
  --ink: rgb(31, 31, 31);
  --muted: rgba(31, 31, 31, .72);
  --soft: rgba(31, 31, 31, .56);
  --line: rgba(31, 31, 31, .10);
  --panel: #fff;
  --section: #f6f7f8;
  --dark: rgb(47, 47, 47);
  --blue: #2261b6;
  --teal: #2f8794;
  --gold: #a77243;
  --radius-card: 30px;
  --radius-pill: 999px;
  --shadow-card: 0 18px 48px rgba(0, 0, 0, .05);
  --shadow-card-hover: 0 24px 58px rgba(0, 0, 0, .085);
  --button-height: 48px;
  --button-height-mobile: 52px;
  --button-border: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: #fff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 29.24px;
}

a { color: inherit; }
.bwpc-wrap { width: min(var(--container), calc(100% - 48px)); max-width: var(--container); margin: 0 auto; }
.bwpc-section { padding: 118px 0; }
.bwpc-soft { background: var(--section); }
.bwpc-eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bwpc-section-head { max-width: 980px; margin: 0 auto 54px; text-align: center; }
.bwpc-section h2,
.bwpc-contact h2 {
  margin: 0;
  color: #000;
  font-size: 58px;
  line-height: 62.64px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwpc-hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(246, 247, 248, .95), rgba(255, 255, 255, .96)),
    linear-gradient(90deg, rgba(34, 97, 182, .08), rgba(47, 135, 148, .08));
}
.bwpc-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  gap: 56px;
  align-items: center;
}
.bwpc-hero-copy h1 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(72px, 9vw, 112px);
  line-height: .96;
  font-weight: 900;
  letter-spacing: 0;
}
.bwpc-subtitle {
  max-width: 680px;
  margin: 0 0 32px;
  color: var(--ink);
  font-size: 27px;
  line-height: 38px;
  font-weight: 700;
}
.bwpc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.bwpc-button,
.bwpc-product-card > a,
.bwpc-series-overview a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  min-width: 284px;
  height: var(--button-height);
  min-height: var(--button-height);
  padding: 0 28px;
  border: var(--button-border) solid var(--dark);
  border-radius: var(--radius-pill);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.bwpc-button-dark { color: #fff; background: var(--dark); }
.bwpc-button-outline { color: var(--dark); background: transparent; }

.bwpc-system-map {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(31, 31, 31, .08);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--shadow-card);
}
.bwpc-map-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.bwpc-map-row a,
.bwpc-map-core {
  min-height: 172px;
  padding: 26px;
  border: 1px solid rgba(31, 31, 31, .08);
  border-radius: 24px;
  background: #fff;
  text-decoration: none;
}
.bwpc-map-row span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.bwpc-map-row strong {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 900;
}
.bwpc-map-row em {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}
.bwpc-map-core {
  min-height: auto;
  color: #fff;
  background: var(--dark);
  font-size: 21px;
  line-height: 31px;
  font-weight: 800;
  text-align: center;
}

.bwpc-series-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.bwpc-series-overview article,
.bwpc-product-card,
.bwpc-faq article,
.bwpc-choice-grid article {
  min-width: 0;
  border: 1px solid rgba(31, 31, 31, .08);
  border-radius: var(--radius-card);
  background: var(--panel);
  box-shadow: var(--shadow-card);
}
.bwpc-series-overview article {
  display: flex;
  flex-direction: column;
  min-height: 438px;
  padding: 30px;
}
.bwpc-series-overview article > span {
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
}
.bwpc-series-overview h3,
.bwpc-product-card h3,
.bwpc-faq h3,
.bwpc-choice-grid h3 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}
.bwpc-series-overview p,
.bwpc-product-card p,
.bwpc-faq p,
.bwpc-choice-grid p,
.bwpc-contact p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 27px;
}
.bwpc-series-overview ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 26px;
  padding: 0;
  color: var(--ink);
  list-style: none;
  font-size: 14px;
  line-height: 22px;
}
.bwpc-series-overview li {
  padding-top: 9px;
  border-top: 1px solid var(--line);
}
.bwpc-series-overview a {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  color: var(--dark);
  background: transparent;
}

.bwpc-matrix {
  display: grid;
  gap: 10px;
}
.bwpc-matrix-row {
  display: grid;
  grid-template-columns: minmax(210px, .75fr) minmax(0, 1.25fr) minmax(250px, .95fr);
  gap: 14px;
  align-items: stretch;
}
.bwpc-matrix-app,
.bwpc-matrix-choice,
.bwpc-matrix-note {
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(31, 31, 31, .08);
  border-radius: 18px;
  background: #fff;
}
.bwpc-matrix-app {
  color: #000;
  font-weight: 900;
}
.bwpc-matrix-choice {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bwpc-matrix-choice a,
.bwpc-choice-grid a,
.bwpc-resource-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(31, 31, 31, .12);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, .88);
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}
.bwpc-matrix-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 23px;
}

.bwpc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.bwpc-product-card {
  display: flex;
  flex-direction: column;
  min-height: 392px;
  padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.bwpc-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}
.bwpc-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bwpc-card-top span {
  color: var(--teal);
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
}
.bwpc-product-card h3 {
  min-height: 90px;
  margin-top: 18px;
  font-size: 21px;
  line-height: 27px;
}
.bwpc-product-card p {
  min-height: 108px;
}
.bwpc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}
.bwpc-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f4f6;
  color: var(--soft);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}
.bwpc-product-card > a {
  width: 100%;
  min-width: 0;
  margin-top: auto;
  color: var(--dark);
  background: transparent;
}

.bwpc-dark {
  color: #fff;
  background: var(--dark);
}
.bwpc-dark .bwpc-section h2,
.bwpc-dark h2,
.bwpc-dark .bwpc-eyebrow { color: #fff; }
.bwpc-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.bwpc-choice-grid article {
  padding: 30px;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: none;
}
.bwpc-choice-grid h3,
.bwpc-choice-grid p { color: #fff; }
.bwpc-choice-grid div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.bwpc-choice-grid a {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .10);
}

.bwpc-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.bwpc-faq article {
  padding: 32px;
}

.bwpc-contact {
  background: #f7f8f9;
}
.bwpc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 48px;
  align-items: start;
}
.bwpc-contact h2 {
  margin-bottom: 22px;
}
.bwpc-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.bwpc-form-shell {
  border: 1px solid rgba(31, 31, 31, .08);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
  padding: 34px;
}
.bwp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
}
.bwp-form-message,
.bwp-form label:has(textarea),
.bwp-form button {
  grid-column: 1 / -1;
}
.bwp-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bwp-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}
.bwp-form input,
.bwp-form select,
.bwp-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(31, 31, 31, .14);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  line-height: 22px;
}
.bwp-form input,
.bwp-form select {
  height: 50px;
  padding: 0 16px;
}
.bwp-form textarea {
  min-height: 116px;
  padding: 14px 16px;
  resize: vertical;
}
.bwp-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  min-width: 284px;
  height: var(--button-height);
  min-height: var(--button-height);
  margin-top: 4px;
  border: var(--button-border) solid var(--dark);
  border-radius: var(--radius-pill);
  color: #fff;
  background: var(--dark);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}
.bwp-submit-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bwp-submit-content svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}
.bwp-form-message {
  min-height: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 22px;
}
.bwp-form-message.is-success { color: #1b7f4d; }
.bwp-form-message.is-error { color: #b42318; }
.bwp-form-message.is-pending { color: var(--blue); }

@media (max-width: 1120px) {
  .bwpc-hero-grid,
  .bwpc-contact-grid {
    grid-template-columns: 1fr;
  }
  .bwpc-series-overview,
  .bwpc-product-grid,
  .bwpc-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
    line-height: 23.7px;
  }
  .bwpc-wrap {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
  }
  .bwpc-section {
    padding: 76px 0;
  }
  .bwpc-section-head {
    margin-bottom: 34px;
    text-align: left;
  }
  .bwpc-section h2,
  .bwpc-contact h2 {
    font-size: 26px;
    line-height: 30.16px;
  }
  .bwpc-hero {
    min-height: 0;
    padding: 78px 0 68px;
  }
  .bwpc-hero-grid {
    gap: 34px;
  }
  .bwpc-hero-copy h1 {
    font-size: 54px;
    line-height: 56px;
  }
  .bwpc-subtitle {
    font-size: 20px;
    line-height: 29px;
  }
  .bwpc-actions,
  .bwpc-button {
    width: 100%;
  }
  .bwpc-button,
  .bwpc-product-card > a,
  .bwpc-series-overview a,
  .bwp-form button {
    width: 350px;
    max-width: 100%;
    min-width: 0;
    height: var(--button-height-mobile);
    min-height: var(--button-height-mobile);
  }
  .bwpc-system-map {
    padding: 16px;
    border-radius: 24px;
  }
  .bwpc-map-row,
  .bwpc-series-overview,
  .bwpc-product-grid,
  .bwpc-choice-grid,
  .bwpc-faq,
  .bwp-form {
    grid-template-columns: 1fr;
  }
  .bwpc-map-row a {
    min-height: 148px;
    padding: 22px;
  }
  .bwpc-map-core {
    font-size: 17px;
    line-height: 25px;
  }
  .bwpc-series-overview article,
  .bwpc-product-card,
  .bwpc-faq article,
  .bwpc-choice-grid article {
    border-radius: 24px;
    padding: 24px;
  }
  .bwpc-form-shell {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .bwpc-product-card {
    min-height: 0;
  }
  .bwpc-product-card h3,
  .bwpc-product-card p {
    min-height: 0;
  }
  .bwpc-matrix-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(31, 31, 31, .08);
    border-radius: 24px;
    background: #fff;
  }
  .bwpc-matrix-app,
  .bwpc-matrix-choice,
  .bwpc-matrix-note {
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .bwpc-contact-grid {
    gap: 30px;
  }
  .bwp-form-message,
  .bwp-form label:has(textarea),
  .bwp-form button {
    grid-column: auto;
  }
  .bwp-form button {
    justify-self: center;
  }
}

.bw-product-hub {
  --hub-ink: #25272b;
  --hub-muted: #686f78;
  --hub-faint: #9aa2aa;
  --hub-line: #e7e8ea;
  --hub-soft: #f5f6f7;
  --hub-panel: #fff;
  --hub-shadow: 0 18px 48px rgba(0, 0, 0, .05);
  --hub-shadow-hover: 0 24px 58px rgba(0, 0, 0, .085);
  --hub-radius: 30px;
  margin: 0;
  color: var(--hub-ink);
  background: #fff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
}
.bw-product-hub a {
  color: inherit;
  text-decoration: none;
}
.bw-product-hub img {
  display: block;
  max-width: 100%;
}
.bw-product-hub .wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bw-product-hub .catalog-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bw-product-hub .page-hero {
  position: relative;
  min-height: 560px;
  background: #25272b;
  border-bottom: 1px solid var(--hub-line);
  overflow: hidden;
}
.bw-product-hub .page-hero-image {
  width: 100%;
  max-width: none;
  height: 560px;
  object-fit: cover;
  object-position: center center;
}
.bw-product-hub .page-hero picture {
  display: block;
  height: 560px;
}
.bw-product-hub .page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 28, 33, .72) 0%, rgba(24, 28, 33, .54) 45%, rgba(24, 28, 33, .22) 100%);
  pointer-events: none;
}
.bw-product-hub .page-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.bw-product-hub h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}
.bw-product-hub .hero-copy {
  max-width: 900px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
}
.bw-product-hub .desktop-break {
  display: inline;
}
.bw-product-hub main {
  padding: 72px 0 76px;
}
.bw-product-hub .catalog-layout {
  position: relative;
  display: block;
}
.bw-product-hub .category-rail {
  position: static;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bw-product-hub .rail-title {
  margin: 0 0 16px;
  color: var(--hub-faint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
}
.bw-product-hub .category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 8px 2px 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}
.bw-product-hub .category-tabs::-webkit-scrollbar {
  display: none;
}
.bw-product-hub .category-tab {
  display: block;
  position: relative;
  flex: 0 0 auto;
  min-width: 216px;
  min-height: 82px;
  padding: 18px 20px 20px 22px;
  border: 1px solid var(--hub-line);
  border-radius: 19px;
  background: #fff;
  scroll-snap-align: start;
  box-shadow: 0 4px 14px rgba(18, 24, 32, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.bw-product-hub .category-tab:hover,
.bw-product-hub .category-tab.active {
  transform: translateY(-3px) scale(1.035);
  border-color: #25272b;
  background: #fff;
  box-shadow: 0 8px 18px rgba(18, 24, 32, .06);
}
.bw-product-hub .category-tab.active::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: -1px;
  width: 3px;
  border-radius: 999px;
  background: #25272b;
}
.bw-product-hub .category-tab span {
  display: block;
  margin-bottom: 6px;
  color: var(--hub-faint);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.bw-product-hub .category-tab strong {
  display: block;
  color: var(--hub-ink);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 800;
}
.bw-product-hub .catalog-content {
  min-width: 0;
}
.bw-product-hub .family-card,
.bw-product-hub .product-card {
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius);
  background: var(--hub-panel);
  box-shadow: 0 10px 28px rgba(18, 24, 32, .035), 0 1px 2px rgba(18, 24, 32, .035);
}
.bw-product-hub .family-card {
  margin-bottom: 30px;
  padding: 34px;
}
.bw-product-hub .code {
  color: var(--hub-faint);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.bw-product-hub .family-card h3 {
  margin: 14px 0 12px;
  color: var(--hub-ink);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
}
.bw-product-hub .family-card p {
  max-width: 850px;
  margin: 0;
  color: var(--hub-muted);
  font-size: 15px;
}
.bw-product-hub .family-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}
.bw-product-hub .family-feature {
  padding-top: 18px;
  border-top: 1px solid var(--hub-line);
}
.bw-product-hub .family-feature strong,
.bw-product-hub .family-feature span {
  display: block;
}
.bw-product-hub .family-feature strong {
  margin-bottom: 6px;
  color: var(--hub-ink);
  font-size: 16px;
}
.bw-product-hub .family-feature span {
  color: var(--hub-muted);
  font-size: 14px;
}
.bw-product-hub .product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 32px;
  align-items: stretch;
}
.bw-product-hub .product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 0;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.bw-product-hub .product-card[hidden] {
  display: none !important;
}
.bw-product-hub .product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 31, 31, .1);
  box-shadow: 0 14px 34px rgba(18, 24, 32, .055), 0 1px 2px rgba(18, 24, 32, .04);
}
.bw-product-hub .product-image {
  display: grid;
  place-items: center;
  min-height: 318px;
  padding: 46px 42px 38px;
  border-bottom: 1px solid var(--hub-line);
  background: #fff;
}
.bw-product-hub .product-image img {
  width: auto;
  height: auto;
  max-width: 74%;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
}
.bw-product-hub .product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 34px 32px;
}
.bw-product-hub .product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.bw-product-hub .pill {
  max-width: 58%;
  overflow: hidden;
  border: 1px solid var(--hub-line);
  border-radius: 999px;
  padding: 5px 12px;
  color: var(--hub-muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bw-product-hub .product-card h3 {
  max-width: 460px;
  margin: 0;
  color: var(--hub-ink);
  font-size: 24px;
  line-height: 1.26;
  font-weight: 900;
}
.bw-product-hub .product-card p {
  flex: 1;
  max-width: 520px;
  margin: 16px 0 28px;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.72;
}
.bw-product-hub .facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--hub-line);
}
.bw-product-hub .fact {
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}
.bw-product-hub .fact strong {
  display: block;
  margin-bottom: 4px;
  color: var(--hub-ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}
.bw-product-hub .product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--hub-ink);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}
.bw-product-hub .product-link::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #25272b;
}
.bw-product-hub .bwpc-contact {
  width: 100vw;
  margin: 96px 0 0 calc(50% - 50vw);
  padding: 134px 0;
  border: 0;
  border-radius: 0;
  background: #f6f7f8;
  box-shadow: none;
}
.bw-product-hub .bwpc-contact .bwpc-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bw-product-hub .bwpc-contact-grid {
  display: block;
  padding: 52px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: var(--hub-radius);
  background: #fff;
  box-shadow: none;
}
.bw-product-hub .bwpc-contact-grid > div:first-child {
  margin-bottom: 34px;
}
.bw-product-hub .bwpc-section h2,
.bw-product-hub .bwpc-contact h2 {
  max-width: 1094px;
  margin: 10px 0 0;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 51.52px;
  font-weight: 900;
  letter-spacing: 0;
}
.bw-product-hub .bwpc-contact p:not(.bwpc-eyebrow) {
  max-width: 1094px;
  margin: 22px 0 0;
  color: var(--hub-muted);
  font-size: 17px;
  line-height: 29.24px;
}
.bw-product-hub .bwpc-contact .bwpc-eyebrow {
  max-width: none;
  margin: 0;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-align: left;
}
.bw-product-hub .bwpc-contact .bwpc-resource-links {
  display: none;
  margin: 0;
}
.bw-product-hub .bwpc-contact .bwpc-resource-links a {
  min-height: 42px;
  padding: 10px 18px;
  border-color: rgba(31, 31, 31, .18);
  background: rgba(255, 255, 255, .72);
  color: var(--hub-ink);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bw-product-hub .bwpc-form-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bw-product-hub .bwp-form {
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  margin: 0;
}
.bw-product-hub .bwp-form-message,
.bw-product-hub .bwp-form label,
.bw-product-hub .bwp-form button {
  grid-column: 1 / -1;
}
.bw-product-hub .bwp-form-message {
  display: none;
  min-height: 0;
  padding: 14px 18px;
  border: 1px solid rgba(31, 31, 31, .10);
  border-radius: 18px;
  background: rgba(246, 247, 248, .82);
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 22px;
}
.bw-product-hub .bwp-form-message.is-pending,
.bw-product-hub .bwp-form-message.is-success,
.bw-product-hub .bwp-form-message.is-error {
  display: block;
}
.bw-product-hub .bwp-form-message.is-success {
  border-color: rgba(31, 120, 68, .20);
  background: rgba(235, 248, 240, .88);
  color: rgb(31, 96, 58);
}
.bw-product-hub .bwp-form-message.is-error {
  border-color: rgba(154, 55, 55, .22);
  background: rgba(252, 239, 239, .90);
  color: rgb(130, 45, 45);
}
.bw-product-hub .bwp-form label {
  display: block;
  min-width: 0;
  color: var(--hub-ink);
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}
.bw-product-hub .bwp-form label span {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.bw-product-hub .bwp-form input,
.bw-product-hub .bwp-form select,
.bw-product-hub .bwp-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid rgba(31, 31, 31, .12);
  border-radius: 18px;
  background: rgba(246, 247, 248, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  font: 15px/21.75px Helvetica, Verdana, Arial, sans-serif;
}
.bw-product-hub .bwp-form textarea {
  min-height: 150px;
  padding: 18px 20px;
}
.bw-product-hub .bwp-form input::placeholder,
.bw-product-hub .bwp-form textarea::placeholder {
  color: rgba(31, 31, 31, .42);
  opacity: 1;
}
.bw-product-hub .bwp-form button {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: rgb(31, 31, 31);
  box-shadow: 0 18px 34px rgba(31, 31, 31, .14);
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
}
.bw-product-hub .bwp-submit-content,
.bw-product-hub .bwp-submit-content span {
  position: static;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
}
.bw-product-hub .bwpc-product-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 42px 0 0;
}
.bw-product-hub .bwpc-product-pagination[hidden] {
  display: none !important;
}
.bw-product-hub .bwpc-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.bw-product-hub .bwpc-page-button,
.bw-product-hub .bwpc-page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--hub-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hub-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 20px rgba(18, 24, 32, .025);
}
.bw-product-hub .bwpc-page-button {
  min-width: 108px;
  padding: 0 22px;
}
.bw-product-hub .bwpc-page-number {
  padding: 0;
}
.bw-product-hub .bwpc-page-number.is-current,
.bw-product-hub .bwpc-page-button:not(.is-disabled):hover,
.bw-product-hub .bwpc-page-number:not(.is-current):hover {
  border-color: #25272b;
  background: #25272b;
  color: #fff;
}
.bw-product-hub .bwpc-page-button.is-disabled {
  color: var(--hub-faint);
  pointer-events: none;
}

@media (min-width: 1680px) {
  .bw-product-hub .catalog-layout {
    display: grid;
    grid-template-columns: 228px minmax(0, var(--container));
    gap: 16px;
    width: calc(var(--container) + 244px);
    margin-left: -244px;
    align-items: start;
  }
  .bw-product-hub .category-rail {
    position: sticky;
    top: 24px;
    width: 228px;
    margin: 0;
  }
  .bw-product-hub .category-tabs {
    display: grid;
    gap: 12px;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  .bw-product-hub .category-tab {
    min-width: 0;
    min-height: 88px;
    padding: 20px 20px 22px 22px;
    scroll-snap-align: none;
  }
  .bw-product-hub .category-tab:hover,
  .bw-product-hub .category-tab.active {
    transform: translateX(5px) scale(1.035);
  }
  .bw-product-hub .catalog-content {
    width: var(--container);
  }
}

@media (max-width: 1540px) {
  .bw-product-hub .category-rail {
    position: static;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .bw-product-hub .rail-title {
    margin-left: 2px;
  }
  .bw-product-hub .category-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 8px 2px 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .bw-product-hub .category-tabs::-webkit-scrollbar {
    display: none;
  }
  .bw-product-hub .category-tab {
    flex: 0 0 auto;
    min-width: 186px;
    scroll-snap-align: start;
  }
  .bw-product-hub .category-tab:hover,
  .bw-product-hub .category-tab.active {
    transform: translateY(-3px) scale(1.035);
  }
}

@media (max-width: 1020px) {
  .bw-product-hub .product-grid {
    grid-template-columns: 1fr;
  }
  .bw-product-hub .bwpc-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .bw-product-hub {
    --hub-radius: 24px;
  }
  .bw-product-hub .wrap,
  .bw-product-hub .catalog-wrap {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }
  .bw-product-hub .page-hero {
    min-height: 500px;
  }
  .bw-product-hub .page-hero-image {
    height: 500px;
    object-position: 52% center;
  }
  .bw-product-hub .page-hero picture {
    height: 500px;
  }
  .bw-product-hub .page-hero::after {
    background:
      linear-gradient(180deg, rgba(24, 28, 33, .02) 0%, rgba(24, 28, 33, .12) 42%, rgba(24, 28, 33, .58) 100%),
      linear-gradient(90deg, rgba(24, 28, 33, .52) 0%, rgba(24, 28, 33, .32) 58%, rgba(24, 28, 33, .10) 100%);
  }
  .bw-product-hub .page-hero-content {
    align-items: flex-end;
    padding-bottom: 70px;
  }
  .bw-product-hub h1 {
    max-width: 350px;
    font-size: 34px;
    line-height: 1.08;
  }
  .bw-product-hub .hero-copy {
    max-width: 340px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }
  .bw-product-hub .desktop-break {
    display: inline;
  }
  .bw-product-hub .desktop-break br {
    display: none;
  }
  .bw-product-hub main {
    padding: 56px 0 56px;
  }
  .bw-product-hub .category-rail {
    display: contents;
    position: static;
    z-index: auto;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: hidden;
  }
  .bw-product-hub .rail-title {
    width: min(var(--mobile-container), calc(100vw - 36px));
    margin: 0 auto 30px;
    color: #1d1d1f;
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
  }
  .bw-product-hub .category-tabs {
    position: sticky;
    top: 10px;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    width: 100vw;
    margin: 0 0 34px calc(50% - 50vw);
    padding: 12px max(58px, calc(50vw - 112px)) 24px;
    background: transparent;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bw-product-hub .category-tabs::-webkit-scrollbar {
    display: none;
  }
  .bw-product-hub .category-tab {
    flex: 0 0 218px;
    min-width: 218px;
    max-width: 218px;
    min-height: 68px;
    padding: 14px 18px 18px;
    border: 1px solid rgba(31, 31, 31, .12);
    border-radius: 999px;
    background: #fff;
    text-align: center;
    scroll-snap-align: center;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .035);
    transform: scale(.78);
    transform-origin: center;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
    overflow: hidden;
  }
  .bw-product-hub .category-tab:hover,
  .bw-product-hub .category-tab.active {
    border-color: rgba(31, 31, 31, .18);
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .045);
  }
  .bw-product-hub .category-tab.active {
    transform: scale(1.1);
  }
  .bw-product-hub .category-tab.active::before {
    top: auto;
    bottom: 8px;
    left: 50%;
    width: 34px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #25272b;
  }
  .bw-product-hub .category-tab span {
    margin-bottom: 4px;
    font-size: 9px;
  }
  .bw-product-hub .category-tab strong {
    display: block;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.18;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .bw-product-hub .category-tab.active span {
    font-size: 10px;
  }
  .bw-product-hub .category-tab.active strong {
    font-size: 14px;
  }
  .bw-product-hub .family-card {
    margin-bottom: 26px;
    padding: 28px 24px;
  }
  .bw-product-hub .family-card h3 {
    font-size: 23px;
    line-height: 1.18;
  }
  .bw-product-hub .family-features {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .bw-product-hub .product-grid {
    gap: 28px;
    overflow: visible;
  }
  .bw-product-hub .product-card {
    box-shadow: 0 8px 22px rgba(18, 24, 32, .03), 0 1px 2px rgba(18, 24, 32, .03);
  }
  .bw-product-hub .product-card:hover {
    transform: none;
    box-shadow: 0 8px 22px rgba(18, 24, 32, .03), 0 1px 2px rgba(18, 24, 32, .03);
  }
  .bw-product-hub .product-image {
    min-height: 246px;
    padding: 36px 24px 28px;
  }
  .bw-product-hub .product-image img {
    max-width: 72%;
    max-height: 164px;
  }
  .bw-product-hub .product-body {
    padding: 26px 22px 24px;
  }
  .bw-product-hub .product-meta {
    align-items: flex-start;
    margin-bottom: 16px;
  }
  .bw-product-hub .product-card h3 {
    font-size: 22px;
    line-height: 1.22;
  }
.bw-product-hub .product-card p {
  margin: 12px 0 22px;
  font-size: 15px;
  line-height: 1.65;
}
  .bw-product-hub .facts {
    gap: 16px;
    padding-top: 18px;
  }
  .bw-product-hub .bwpc-contact {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 48px 0;
    border: 0;
    border-radius: 0;
  }
  .bw-product-hub .bwpc-contact .bwpc-wrap {
    width: min(var(--mobile-container), calc(100vw - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }
  .bw-product-hub .bwpc-contact-grid {
    padding: 28px 24px 30px;
    border-radius: var(--hub-radius);
    box-shadow: none;
  }
  .bw-product-hub .bwpc-form-shell {
    padding: 0;
    border-radius: 0;
  }
  .bw-product-hub .bwpc-section h2,
  .bw-product-hub .bwpc-contact h2 {
    font-size: 30px;
    line-height: 1.08;
  }
}

@media (max-width: 767px) {
  .bwpc-page .bwp-form input:not([type="hidden"]),
  .bwpc-page .bwp-form select,
  .bwpc-page .bwp-form textarea,
  .bw-product-hub .bwp-form input:not([type="hidden"]),
  .bw-product-hub .bwp-form select,
  .bw-product-hub .bwp-form textarea {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

/* Desktop interaction standard: keep mobile category tab rules unchanged. */
@media (hover: hover) and (pointer: fine) {
  .bw-product-hub :is(.category-tab, .product-card, .bwpc-page-button:not(.is-disabled), .bwpc-page-number:not(.is-current)) {
    transition: transform .3s cubic-bezier(0, 0, .5, 1), box-shadow .3s cubic-bezier(0, 0, .5, 1);
  }

  .bw-product-hub .category-tab.active {
    transform: none;
  }

  .bw-product-hub :is(.category-tab, .product-card, .bwpc-page-button:not(.is-disabled), .bwpc-page-number:not(.is-current)):is(:hover, :focus-visible),
  .bw-product-hub .category-tab.active:is(:hover, :focus-visible) {
    box-shadow: 0 1px 2px rgba(18, 24, 32, .04), 0 12px 28px rgba(18, 24, 32, .06);
    transform: translateZ(0) scale(1.015);
  }
}
