:root {
  --bg: #f5f6f7;
  --container: 1200px;
  --desktop-title-container: 1040px;
  --mobile-container: 354px;
  --mobile-page-padding: 18px;
  --desktop-h2-size: 58px;
  --desktop-h2-line: 62.64px;
  --desktop-h2-weight: 900;
  --desktop-h3-size: 24px;
  --desktop-h3-line: 30px;
  --desktop-h3-weight: 900;
  --hero-h1-size: 76px;
  --hero-h1-line: 78px;
  --hero-h1-weight: 800;
  --mobile-h1-size: 36px;
  --mobile-h1-line: 40px;
  --button-size: 15px;
  --button-line: 18px;
  --button-weight: 500;
  --table-label-size: 12px;
  --table-label-line: 17.4px;
  --table-label-weight: 700;
  --table-value-size: 16px;
  --table-value-line: 27.52px;
  --body-size: 17px;
  --body-line: 29.24px;
  --card-body-size: 16px;
  --card-body-line: 26.4px;
  --mobile-h2-size: 26px;
  --mobile-h2-line: 30.16px;
  --mobile-h2-weight: 900;
  --mobile-h3-size: 20px;
  --mobile-h3-line: 24.4px;
  --mobile-body-size: 15px;
  --mobile-body-line: 23.7px;
  --text: #1f1f1f;
  --muted: rgba(31, 31, 31, .72);
  --soft: rgba(31, 31, 31, .58);
  --label: rgba(31, 31, 31, .72);
  --color-card: #fff;
  --color-button-dark: rgb(47, 47, 47);
  --color-link-hover: #2261b6;
  --radius-card: 30px;
  --radius-button: 40px;
  --button-height: 48px;
  --button-height-mobile: 52px;
  --button-border: 3px;
  --section-y-hero-top: 188px;
  --section-y-hero-bottom: 153px;
  --shadow-card: 0 18px 48px 0 rgba(0, 0, 0, .05);
  --shadow-card-hover: 0 24px 58px rgba(0, 0, 0, .085);
  --bws-font-family: Helvetica, Verdana, Arial, sans-serif;
  --bws-eyebrow-size: 12px;
  --bws-eyebrow-line: 14.4px;
  --bws-eyebrow-weight: 600;
  --bws-eyebrow-spacing: 2.64px;
  --bws-eyebrow-color: rgba(31, 31, 31, 0.72);
  --bws-card-title-size: 24px;
  --bws-card-title-line: 30px;
  --bws-card-title-weight: 900;
  --bws-card-body-size: 15px;
  --bws-card-body-line: 27.86px;
  --bws-card-body-weight: 400;
  --bws-card-body-color: rgba(31, 31, 31, 0.72);
  --bws-feature-title-size: 17px;
  --bws-feature-title-line: 29.24px;
  --bws-feature-title-weight: 700;
  --bws-small-size: 13px;
  --bws-small-line: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: var(--bws-font-family);
  font-size: var(--body-size);
  line-height: var(--body-line);
}
a { color: inherit; }
svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}
.bws-shell {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}
.bws-section {
  padding: 116px 0;
  background: var(--bg);
}
.bws-risk-section {
  background: var(--bg);
  box-shadow: none;
}
.bws-section-head {
  max-width: var(--desktop-title-container);
  margin: 0 auto 56px;
  text-align: center;
}
.bws-eyebrow {
  margin: 0 0 4px;
  color: var(--label);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  color: var(--text);
  letter-spacing: 0;
}
.bws-section-head h2 {
  margin-bottom: 18px;
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  font-weight: var(--desktop-h2-weight);
  letter-spacing: 0;
}
.bws-section-head p:not(.bws-eyebrow),
.bws-inquiry-card > p:not(.bws-eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--body-size);
  line-height: 29px;
  font-weight: 400;
}
.bws-hero {
  padding: var(--section-y-hero-top) 0 var(--section-y-hero-bottom);
}
.bws-hero-inner {
  text-align: center;
}
.bws-hero h1 {
  max-width: 1200px;
  margin: 0 auto 18px;
  color: var(--text);
  font-size: var(--hero-h1-size);
  line-height: var(--hero-h1-line);
  font-weight: var(--hero-h1-weight);
  letter-spacing: 0;
}
.bws-hero-subtitle {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(31, 31, 31, .72);
  font-size: var(--body-size);
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0;
}
.bwp-actions { display: flex; gap: 16px; justify-content: center; align-items: center; margin-bottom: 53px; }
.bwp-button {
  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(--color-button-dark);
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  gap: 10px;
}
.bwp-button svg {
  width: 16px;
  height: 16px;
  flex: 0 1 auto;
  fill: currentColor;
  stroke: none;
}
.bwp-button-outline {
  background: transparent;
  color: var(--color-button-dark);
}
.bwp-button-dark {
  background: var(--color-button-dark);
  color: #fff;
}
.bws-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .5fr);
  gap: 42px;
  align-items: center;
  max-width: 1200px;
  min-height: 520px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .06);
}
.bws-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  margin: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.bws-hero-image img {
  display: block;
  width: min(112%, 780px);
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.bws-system-panel {
  text-align: left;
}
.bws-panel-kicker {
  margin: 0 0 11px;
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.bws-system-panel h2 {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-system-panel > p:not(.bws-panel-kicker) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 25.6px;
}
.bws-panel-layers {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bws-panel-layers li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(31,31,31,.08);
}
.bws-panel-layers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 30px;
  border-radius: 10px;
  background: rgba(31,31,31,.04);
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
}
.bws-panel-layers li:nth-child(1) span {
  background: rgba(191, 151, 80, .28);
  color: #72531d;
}
.bws-panel-layers li:nth-child(2) span {
  background: #2f3435;
  color: #fff;
}
.bws-panel-layers li:nth-child(3) span {
  background: #d7d9d8;
  color: #313637;
}
.bws-panel-layers em {
  display: block;
  margin-bottom: 3px;
  color: var(--soft);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bws-panel-layers strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
}
.bws-panel-layers p,
.bws-panel-base p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 20px;
}
.bws-panel-base {
  margin-top: 6px;
  padding-top: 18px;
  border-top: 1px solid rgba(31,31,31,.08);
}
.bws-panel-base strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
}
.bws-risk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.bws-risk-card,
.bws-inquiry-card,
.bws-faq-card {
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: var(--radius-card);
  background: var(--color-card);
  box-shadow: var(--shadow-card);
}
.bws-risk-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}
.bws-risk-section .bws-risk-card {
  border-color: rgba(31, 31, 31, .07);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .07);
}
.bws-risk-card-half {
  grid-template-rows: auto 1fr;
}
.bws-risk-copy {
  max-width: 470px;
  padding: 28px 30px 36px;
}
.bws-risk-card span {
  display: block;
  margin-bottom: 20px;
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.bws-risk-copy p:first-of-type {
  margin-bottom: 18px;
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.bws-risk-card h3 {
  margin-bottom: 18px;
  font-size: var(--desktop-h3-size);
  line-height: var(--desktop-h3-line);
  font-weight: var(--desktop-h3-weight);
  letter-spacing: 0;
}
.bws-risk-copy p:last-child,
.bws-faq-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--card-body-size);
  line-height: var(--card-body-line);
  font-weight: 400;
}
.bws-risk-section .bws-risk-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
}
.bws-risk-section .bws-risk-points div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}
.bws-risk-section .bws-risk-points dt {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
}
.bws-risk-section .bws-risk-points dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  font-size: var(--card-body-size);
  line-height: var(--card-body-line);
  font-weight: 400;
}
.bws-risk-copy-has-points,
.bws-risk-card-wide .bws-risk-copy-has-points {
  width: 100%;
  max-width: none;
}
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  grid-template-columns: none;
  gap: 18px;
  width: 100%;
  max-width: none;
}
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points > div {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
}
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points dt,
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points dd {
  display: block;
  width: 100%;
  max-width: none;
}
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points dt {
  color: var(--bws-eyebrow-color);
  font-size: var(--bws-eyebrow-size);
  line-height: var(--bws-eyebrow-line);
  font-weight: var(--bws-eyebrow-weight);
  letter-spacing: var(--bws-eyebrow-spacing);
  text-transform: uppercase;
}
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points dd {
  color: var(--bws-card-body-color);
  font-size: var(--bws-card-body-size);
  line-height: var(--bws-card-body-line);
  font-weight: var(--bws-card-body-weight);
}
.bws-risk-section .bws-risk-copy-has-points .bws-risk-points dd {
  margin-top: 5px;
}
.bws-risk-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  align-items: stretch;
  padding: 0;
}
.bws-risk-card-wide.bws-risk-card-has-points {
  grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
}
.bws-risk-card-wide.bws-risk-card-has-points .bws-risk-copy-has-points {
  max-width: none;
}
.bws-risk-card-wide .bws-risk-copy {
  max-width: 390px;
  align-self: center;
  padding: 44px 38px;
}
.bws-risk-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius-card) var(--radius-card) 0 0;
  background: transparent;
  box-shadow: none;
}
.bws-risk-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.bws-risk-card-wide .bws-risk-image {
  aspect-ratio: auto;
  min-height: 430px;
  border-radius: var(--radius-card) 0 0 var(--radius-card);
}
.bws-planning-section {
  background: #fff;
}
.bws-planning-section .bws-section-head {
  margin-bottom: 76px;
}
.bws-stage-journey {
  display: grid;
  gap: 0;
}
.bws-stage-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.52fr) minmax(320px, .98fr);
  gap: 72px;
  align-items: center;
  min-width: 0;
  padding: 96px 0;
}
.bws-stage-row:first-child {
  padding-top: 0;
}
.bws-stage-row + .bws-stage-row {
  border-top: 1px solid rgba(31,31,31,.07);
}
.bws-stage-row::before {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(31,31,31,.18);
}
.bws-stage-row:first-child::before {
  display: none;
}
.bws-stage-row-reverse {
  grid-template-columns: minmax(320px, .98fr) minmax(0, 1.52fr);
}
.bws-stage-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 30px;
  background: transparent;
  box-shadow: 0 22px 54px rgba(0,0,0,.10);
}
.bws-stage-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  border: 0;
}
.bws-stage-image-note {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  max-width: calc(100% - 36px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(20, 20, 20, .74);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}
.bws-stage-card {
  width: min(100%, 470px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bws-stage-row-reverse .bws-stage-card {
  justify-self: end;
}
.bws-stage-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.bws-stage-card span::after {
  content: " / Application Stage";
}
.bws-stage-card h3 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
}
.bws-stage-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 29px;
}
.bws-stage-reference {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(31,31,31,.12);
}
.bws-stage-reference > strong {
  display: block;
  min-width: 0;
  border-radius: 0;
  background: transparent;
  color: var(--soft);
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
}
.bws-product-cue {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #242424;
  text-decoration: none;
}
.bws-product-cue img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: cover;
  object-position: center 58%;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.bws-product-cue span {
  display: block;
  margin: 0;
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.bws-product-cue span::after {
  content: none;
}
.bws-product-cue em,
.bws-product-cue b {
  display: block;
}
.bws-product-cue em {
  margin-bottom: 4px;
  color: var(--label);
  font-size: 12px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 800;
}
.bws-product-cue b {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  white-space: nowrap;
}
.bws-product-cue:hover b {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bws-stage-note {
  display: grid;
  grid-template-columns: 42px minmax(140px, .32fr) minmax(0, 1fr);
  gap: 18px 22px;
  align-items: center;
  margin-top: 74px;
  padding: 22px 26px;
  border: 1px solid rgba(31,31,31,.08);
  border-radius: 24px;
  background: #f7f8f8;
  box-shadow: 0 16px 40px rgba(0,0,0,.04);
}
.bws-stage-note svg {
  width: 38px;
  height: 38px;
  color: #1f1f1f;
}
.bws-stage-note strong {
  align-self: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}
.bws-stage-note p {
  margin: 0;
  color: var(--muted);
  font-size: var(--card-body-size);
  line-height: var(--card-body-line);
}
.bws-system-reference {
  display: grid;
  gap: 34px;
  width: min(100%, 1200px);
  margin: 96px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bws-reference-strip-head {
  max-width: 620px;
  margin: 0 auto 4px;
  text-align: center;
}
.bws-reference-strip-head span {
  display: block;
  margin-bottom: 12px;
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bws-reference-strip-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-reference-layers {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  min-width: 0;
}
.bws-reference-layers::before {
  content: "";
  position: absolute;
  left: 16.666%;
  right: 16.666%;
  top: 26px;
  height: 1px;
  background: rgba(31,31,31,.14);
}
.bws-reference-layer {
  position: relative;
  display: grid;
  gap: 12px;
  align-content: start;
  justify-items: center;
  min-width: 0;
  padding: 0 10px 26px;
  border-bottom: 1px solid rgba(31,31,31,.12);
  background: transparent;
  text-align: center;
}
.bws-reference-layer::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 21px auto 12px;
  border: 2px solid #1f1f1f;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px #fff;
}
.bws-reference-layer > span {
  display: block;
  color: var(--label);
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.bws-reference-layer h4 {
  margin: 0;
  color: var(--text);
  font-size: 23px;
  line-height: 28px;
  font-weight: 900;
}
.bws-reference-layer p {
  margin: 0;
  color: rgba(31,31,31,.62);
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
}
@media (min-width: 901px) {
  .bws-reference-layers:has(> .bws-reference-layer:nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 840px);
    margin-inline: auto;
  }
  .bws-reference-layers:has(> .bws-reference-layer:nth-child(4):last-child) > .bws-reference-layer:nth-child(4) {
    grid-column: 2;
  }
}
.bws-reference-pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.bws-reference-pill-row p {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(31,31,31,.11);
  border-radius: 999px;
  background: #fff;
  color: rgba(31,31,31,.68);
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
}
.bws-reference-pill-row span,
.bws-reference-pill-row strong {
  display: block;
}
.bws-reference-pill-row strong {
  color: var(--text);
  font-size: 15px;
  line-height: 19px;
  font-weight: 900;
}
.bws-reference-performance-line {
  max-width: 880px;
  margin: -4px auto 0;
  color: rgba(31,31,31,.54);
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
dl {
  display: grid;
  grid-template-columns: minmax(120px, .52fr) minmax(0, 1fr);
  gap: 10px 22px;
  margin: 0;
}
dt {
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
dd {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
}
.bws-data-section {
  background: #fff;
}
.bws-product-data-stack {
  display: grid;
  gap: 28px;
}
.bws-product-data-card {
  padding: 36px 40px 16px;
  border: 0;
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: transform .22s ease, box-shadow .22s ease;
}
.bws-product-data-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-5px);
}
.bws-product-data-card h3 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  color: var(--text);
  font-size: var(--desktop-h3-size);
  line-height: var(--desktop-h3-line);
  font-weight: 900;
  letter-spacing: 0;
}
.bws-data-table-shell {
  overflow: hidden;
  background: transparent;
}
.bws-data-table {
  width: 100%;
  margin: 22px 0 22.5px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent;
}
.bws-data-table th,
.bws-data-table td {
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.bws-data-table thead th {
  padding: 18px;
  border-bottom: 1px solid rgba(31, 31, 31, .16);
  background: transparent;
  color: rgba(31, 31, 31, .54);
  font-size: 12px;
  line-height: 17.4px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.bws-data-table thead th:nth-child(1),
.bws-data-table tbody th {
  width: 33.333%;
}
.bws-data-table thead th:nth-child(2),
.bws-data-table tbody td:nth-of-type(1) {
  width: 33.333%;
}
.bws-data-table thead th:nth-child(3),
.bws-data-table tbody td:nth-of-type(2) {
  width: 33.333%;
}
.bws-data-table tbody th {
  color: var(--text);
  font-size: 16px;
  line-height: 27.52px;
  font-weight: 900;
}
.bws-data-table tbody td {
  color: var(--text);
  font-size: 16px;
  line-height: 27.52px;
  font-weight: 400;
}
.bws-data-table tbody th,
.bws-data-table tbody td {
  padding: 20px 18px;
  border-bottom: 1px solid rgba(31, 31, 31, .08);
  background: transparent;
}
.bws-data-table tbody tr:last-child th,
.bws-data-table tbody tr:last-child td {
  border-bottom: 0;
}
.bws-data-table thead th:nth-child(2):not(:last-child),
.bws-data-table tbody td:nth-of-type(1):not(:last-child) {
  text-align: center;
}
.bws-data-table thead th:last-child,
.bws-data-table tbody td:last-child {
  text-align: right;
}
.bws-data-note {
  margin: 4px 0 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 22px;
}
.bws-qc-section {
  background: #fff;
}
.bws-qc-section .bws-section-head {
  margin-bottom: 72px;
}
.bws-qc-flow {
  display: grid;
  gap: 32px;
}
.bws-qc-block {
  display: grid;
  grid-template-columns: 86px minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 36px;
  align-items: center;
  min-height: 206px;
  padding: 46px 52px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.bws-qc-number {
  color: rgba(31, 31, 31, .24);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-qc-copy h3 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-qc-copy p {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 28px;
}
.bws-qc-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bws-qc-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
}
.bws-qc-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(31, 31, 31, .32);
}
.bws-qc-focus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  justify-content: space-between;
  margin-top: 34px;
  padding: 22px 28px;
  border: 1px solid rgba(31,31,31,.08);
  border-radius: 28px;
  background: rgba(255,255,255,.72);
}
.bws-qc-focus > span {
  color: var(--label);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.bws-qc-focus ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  gap: 14px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bws-qc-focus li,
.bws-checklist-card li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
}
.bws-condition-section {
  padding-top: 132px;
  padding-bottom: 144px;
  background: #fff;
}
.bws-condition-section .bws-section-head {
  margin-bottom: 72px;
}
.bws-condition-layout {
  display: block;
}
.bws-condition-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.bws-condition-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(250px, 320px);
  gap: 48px;
  align-items: center;
  min-height: 190px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(31, 31, 31, .1);
}
.bws-condition-list li:first-child {
  border-top: 1px solid rgba(31, 31, 31, .1);
}
.bws-condition-list li:last-child {
  border-bottom: 1px solid rgba(31, 31, 31, .1);
}
.bws-condition-list span {
  color: rgba(31, 31, 31, .32);
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-condition-list h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-condition-list p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 28px;
}
.bws-condition-check {
  max-width: 300px;
  justify-self: end;
  color: var(--soft);
  font-size: 14px;
  line-height: 22px;
}
.bws-condition-check b {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bws-condition-warning {
  max-width: 940px;
  margin: 52px auto 0;
  padding-top: 0;
  border-top: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.bws-quote-section {
  background: #fff;
}
.bws-quote-section .bws-section-head {
  margin-bottom: 80px;
}
.bws-quote-prep {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 82px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 38px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.bws-quote-prep-copy h3 {
  max-width: 680px;
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 39px;
  font-weight: 900;
  letter-spacing: 0;
}
.bws-quote-prep-copy > p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 29px;
}
.bws-quote-note {
  max-width: 680px;
  margin-top: 26px;
  color: var(--soft);
  font-size: 15px;
  line-height: 25px;
}
.bws-checklist-card {
  margin-top: 58px;
  padding-top: 38px;
  border-top: 1px solid rgba(31,31,31,.08);
}
.bws-checklist-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 58px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bws-checklist-card li {
  position: relative;
  min-height: 62px;
  padding: 18px 0 18px 24px;
  border-bottom: 1px solid rgba(31,31,31,.06);
  color: var(--text);
  font-size: 15px;
  line-height: 22px;
  font-weight: 900;
}
.bws-checklist-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(31,31,31,.32);
}
.bws-quote-next {
  margin: 42px 0 0;
  padding-top: 0;
  border-top: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.bws-faq-wrap {
  max-width: 1180px;
}
.bws-inquiry-wrap {
  max-width: 1160px;
}
.bws-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.bws-faq-card {
  padding: 40px;
  border-radius: 36px;
}
.bws-faq-card h3 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: var(--desktop-h3-size);
  line-height: var(--desktop-h3-line);
  font-weight: 900;
  letter-spacing: 0;
}
.bws-faq-card p {
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: var(--card-body-size);
  line-height: var(--card-body-line);
  font-weight: 400;
}
.bws-faq-section {
  background: #fff;
}
.bws-inquiry-card {
  padding: 68px 72px;
  border-radius: 40px;
}
.bws-inquiry-card h2 {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 44px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}
.bws-inquiry-card .bws-eyebrow {
  text-align: center;
}
.bws-inquiry-card > p:not(.bws-eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.bwp-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 18px;
  align-items: start;
  margin-top: 44px;
}
.bwp-form-message,
.bws-form-wide,
.bwp-form button {
  grid-column: 1 / -1;
}
.bwp-form-message {
  display: none;
  padding: 14px 18px;
  border: 1px solid rgba(31,31,31,.10);
  border-radius: 18px;
  background: rgba(246,247,248,.82);
  color: var(--muted);
  font-size: 15px;
  line-height: 22px;
}
.bwp-form-message.is-pending,
.bwp-form-message.is-success,
.bwp-form-message.is-error { display: block; }
.bwp-form-message.is-success {
  border-color: rgba(31, 120, 68, .2);
  background: rgba(235, 248, 240, .9);
  color: rgb(31, 96, 58);
}
.bwp-form-message.is-error {
  border-color: rgba(154, 55, 55, .22);
  background: rgba(252, 239, 239, .92);
  color: rgb(130, 45, 45);
}
.bwp-honeypot {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}
.bwp-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.bwp-form input,
.bwp-form select,
.bwp-form textarea {
  width: 100%;
  min-height: 62px;
  height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(31,31,31,.08);
  border-radius: 20px;
  background: #f7f8f9;
  color: var(--text);
  font: 15px/22px Helvetica, Verdana, Arial, sans-serif;
  box-shadow: none;
}
.bwp-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(31,31,31,.44) 50%), linear-gradient(135deg, rgba(31,31,31,.44) 50%, transparent 50%);
  background-position: calc(100% - 22px) 27px, calc(100% - 16px) 27px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.bwp-form textarea {
  height: auto;
  min-height: 164px;
  padding: 20px 22px;
  border-radius: 22px;
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: rgba(31,31,31,.38);
  opacity: 1;
}
button {
  min-height: 62px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: #1f1f1f;
  color: #fff;
  font: 700 15px/18px Helvetica, Verdana, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(31,31,31,.14);
}
button:disabled {
  opacity: .72;
  cursor: wait;
}
.bwp-submit-content {
  display: inline-flex;
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

body.bws-system-page:not(.bws-system-category-page) .bwp-form {
  min-width: 0;
  max-width: 100%;
}

body.bws-system-page:not(.bws-system-category-page) .bwp-form label,
body.bws-system-page:not(.bws-system-category-page) .bwp-form input,
body.bws-system-page:not(.bws-system-category-page) .bwp-form select,
body.bws-system-page:not(.bws-system-category-page) .bwp-form textarea,
body.bws-system-page:not(.bws-system-category-page) .bwp-form button {
  min-width: 0;
  max-width: 100%;
}

body.bws-system-page:not(.bws-system-category-page) .bwp-form input,
body.bws-system-page:not(.bws-system-category-page) .bwp-form select,
body.bws-system-page:not(.bws-system-category-page) .bwp-form textarea {
  font-size: 16px;
  line-height: 22px;
}

body.bws-system-page:not(.bws-system-category-page) .bwp-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: normal;
}

body.bws-system-page:not(.bws-system-category-page) .bwp-form .bwp-submit-content {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
}

body.bws-system-page:not(.bws-system-category-page) .bwp-form .bwp-submit-content span {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}
/* Unified typography tokens aligned with product detail pages. */
.bws-eyebrow,
.bws-panel-kicker,
.bws-risk-copy p:first-of-type,
.bws-stage-card span,
.bws-product-cue em,
.bws-panel-layers em,
.bws-qc-focus > span,
.bws-condition-check b,
dt {
  color: var(--bws-eyebrow-color);
  font-size: var(--bws-eyebrow-size);
  line-height: var(--bws-eyebrow-line);
  font-weight: var(--bws-eyebrow-weight);
  letter-spacing: var(--bws-eyebrow-spacing);
  text-transform: uppercase;
}
.bws-section-head h2,
.bws-inquiry-card h2 {
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  font-weight: var(--desktop-h2-weight);
}
.bws-risk-card h3,
.bws-risk-copy h3,
.bws-system-panel h2,
.bws-stage-card h3,
.bws-product-data-card h3,
.bws-qc-copy h3,
.bws-condition-list h3,
.bws-quote-prep-copy h3,
.bws-faq-card h3 {
  color: var(--text);
  font-size: var(--bws-card-title-size);
  line-height: var(--bws-card-title-line);
  font-weight: var(--bws-card-title-weight);
  letter-spacing: 0;
}
.bws-section-head p:not(.bws-eyebrow),
.bws-hero-subtitle,
.bws-inquiry-card > p:not(.bws-eyebrow) {
  color: var(--muted);
  font-size: var(--body-size);
  line-height: var(--body-line);
  font-weight: 400;
}
.bws-hero-subtitle {
  font-size: 17px;
  line-height: 29.24px;
}
.bws-section-head p:not(.bws-eyebrow),
.bws-inquiry-card > p:not(.bws-eyebrow) {
  color: var(--muted);
}
.bws-risk-card p,
.bws-risk-copy p:last-child,
.bws-system-panel p:not(.bws-panel-kicker),
.bws-panel-base p,
.bws-panel-layers p,
.bws-stage-card p,
.bws-qc-copy p,
.bws-condition-list p,
.bws-quote-prep-copy > p,
.bws-faq-card p {
  color: var(--bws-card-body-color);
  font-size: var(--bws-card-body-size);
  line-height: var(--bws-card-body-line);
  font-weight: var(--bws-card-body-weight);
}
.bws-stage-reference strong,
.bws-stage-note,
.bws-stage-note p,
.bws-data-note,
.bws-quote-note,
.bws-quote-next,
.bws-condition-warning {
  color: rgba(31,31,31,.62);
  font-size: var(--bws-small-size);
  line-height: var(--bws-small-line);
  font-weight: 700;
}
.bws-panel-layers strong,
.bws-panel-base strong {
  color: var(--text);
  font-size: var(--bws-feature-title-size);
  line-height: var(--bws-feature-title-line);
  font-weight: var(--bws-feature-title-weight);
  letter-spacing: 0;
}
.bws-data-table thead th {
  color: rgba(31,31,31,.54);
  font-size: var(--table-label-size);
  line-height: var(--table-label-line);
  font-weight: var(--table-label-weight);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.bws-data-table tbody th,
.bws-data-table tbody td,
dd {
  color: var(--text);
  font-size: var(--table-value-size);
  line-height: var(--table-value-line);
  font-weight: 400;
}
.bws-checklist-card li,
.bws-qc-list li,
.bws-qc-focus li,
.bws-product-cue b {
  color: var(--text);
  font-size: var(--bws-feature-title-size);
  line-height: var(--bws-feature-title-line);
  font-weight: 700;
}
.bws-product-cue em {
  color: rgba(31,31,31,.54);
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.bws-product-cue b {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.bwp-button {
  font-size: var(--button-size);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}
button {
  font: 700 var(--button-size)/var(--button-line) var(--bws-font-family);
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 901px) {
  body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw6-9528-bw0-8029-tank-swimming-pool-hand-applied-polyurea-waterproofing-system/"]) .bws-hero-card {
    grid-template-columns: minmax(0, .96fr) minmax(360px, .56fr);
    gap: 68px;
  }
  body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw6-9528-bw0-8029-tank-swimming-pool-hand-applied-polyurea-waterproofing-system/"]) .bws-hero-image img {
    width: min(104%, 720px);
  }
  body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw6-9527-bw8007-bw8032-old-tile-overlay-polyaspartic-waterproofing-protection-system/"]) .bws-hero-card {
    grid-template-columns: minmax(0, .96fr) minmax(360px, .56fr);
    gap: 68px;
  }
  body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw6-9527-bw8007-bw8032-old-tile-overlay-polyaspartic-waterproofing-protection-system/"]) .bws-hero-image img {
    width: min(104%, 720px);
  }
  body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8009-bw6-9527-bw0-8027-concrete-hand-applied-polyurea-wear-resistant-weather-resistant-floor-waterproofing-anti-corrosion-system/"]) .bws-hero-card {
    grid-template-columns: minmax(0, .94fr) minmax(380px, .58fr);
    gap: 72px;
  }
  body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8009-bw6-9527-bw0-8027-concrete-hand-applied-polyurea-wear-resistant-weather-resistant-floor-waterproofing-anti-corrosion-system/"]) .bws-hero-image img {
    width: min(102%, 700px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .bws-risk-card,
.bws-qc-block,
.bws-faq-card,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8009-bw3-900-bw0-8029-roof-polyurea-waterproofing-system/"]) .bws-quote-prep,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw6-9528-bw0-8029-concrete-roof-hand-applied-polyurea-waterproofing-system/"]) .bws-quote-prep,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw3-900-basement-garage-roof-deck-spray-polyurea-waterproofing-system/"]) .bws-quote-prep,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw6-9528-bw0-8029-tank-swimming-pool-hand-applied-polyurea-waterproofing-system/"]) .bws-quote-prep,
.bwp-button,
.bwp-form input,
.bwp-form select,
.bwp-form textarea,
.bwp-form button {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .18s ease, color .18s ease;
  }
.bws-risk-card:hover,
.bws-qc-block:hover,
.bws-faq-card:hover,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8009-bw3-900-bw0-8029-roof-polyurea-waterproofing-system/"]) .bws-quote-prep:hover,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw6-9528-bw0-8029-concrete-roof-hand-applied-polyurea-waterproofing-system/"]) .bws-quote-prep:hover,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw3-900-basement-garage-roof-deck-spray-polyurea-waterproofing-system/"]) .bws-quote-prep:hover,
body:has(input[name="form_fields[source_url]"][value="https://bwpolyurea.com/bw8010-bw6-9528-bw0-8029-tank-swimming-pool-hand-applied-polyurea-waterproofing-system/"]) .bws-quote-prep:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-hover);
  }
.bwp-button:hover,
  .bwp-button:focus-visible {
    color: var(--color-link-hover);
  }
  .bwp-button-outline:hover,
  .bwp-button-outline:focus-visible {
    border-color: var(--color-link-hover);
  }
  .bwp-button:hover svg,
  .bwp-button:focus-visible svg {
    fill: var(--color-link-hover);
  }
  .bwp-form button:hover {
    transform: translateY(-1px);
  }
  .bwp-form input:focus,
.bwp-form select:focus,
.bwp-form textarea:focus {
    outline: 0;
    border-color: rgba(31,31,31,.42);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(31,31,31,.055);
  }
}
@media (max-width: 1100px) {
  .bws-hero-card {
    grid-template-columns: 1fr;
  }
  .bws-stage-row,
.bws-stage-row-reverse {
    grid-template-columns: 1fr;
  }
  .bws-stage-row-reverse .bws-stage-card {
    justify-self: start;
  }
  .bws-stage-row-reverse .bws-stage-media {
    order: 1;
  }
  .bws-stage-row-reverse .bws-stage-card {
    order: 2;
  }
  .bws-qc-block {
    grid-template-columns: 74px minmax(0, 1.12fr) minmax(250px, 330px);
    gap: 28px;
    padding: 42px 40px;
  }
  .bws-condition-layout {
    display: block;
  }
}
@media (max-width: 900px) {
  :root {
    --section-y-hero-top: 40px;
    --section-y-hero-bottom: 54px;
  }
  .bws-shell {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }
  .bws-section {
    padding: 74px 0;
  }
  .bws-condition-section {
    padding-top: 86px;
    padding-bottom: 92px;
  }
  .bws-hero {
    padding: var(--section-y-hero-top) 0 var(--section-y-hero-bottom);
    overflow: hidden;
  }
  .bws-eyebrow {
    margin-bottom: -2px;
    color: var(--label);
    font-size: 9px;
    line-height: 10.8px;
    font-weight: 600;
    letter-spacing: .22em;
  }
  .bws-hero h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    overflow-wrap: break-word;
  }
  .bws-section-head h2 {
    font-size: var(--mobile-h2-size);
    line-height: var(--mobile-h2-line);
    font-weight: var(--mobile-h2-weight);
  }
  .bws-section-head p:not(.bws-eyebrow),
.bws-hero-subtitle,
.bws-inquiry-card > p:not(.bws-eyebrow) {
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
    color: var(--muted);
  }
  .bws-hero-subtitle {
    max-width: 100%;
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
    font-weight: 400;
    letter-spacing: 0;
  }
  .bwp-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 34px;
    padding: 0 6px;
  }
  .bwp-button {
    width: 100%;
    min-width: 0;
    height: var(--button-height-mobile);
    min-height: var(--button-height-mobile);
    padding: 0 18px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    border-radius: var(--radius-button);
  }
  .bws-risk-grid,
.bwp-form,
.bws-checklist-card ul {
    grid-template-columns: 1fr;
  }
  .bws-hero-card,
.bws-inquiry-card,
.bws-risk-card,
.bws-faq-card {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
  }
  .bws-hero-card,
.bws-inquiry-card,
.bws-risk-card {
    padding: 22px;
  }
  .bws-inquiry-card {
    padding: 28px;
    border-radius: 30px;
  }
  .bws-hero-card {
    min-height: 0;
    gap: 24px;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .06);
  }
  .bws-hero-image {
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: visible;
    align-self: stretch;
    border-radius: 0;
  }
  .bws-hero-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    object-fit: contain;
    transform: none;
  }
  .bws-system-panel h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .bws-system-panel > p:not(.bws-panel-kicker) {
    font-size: 15px;
    line-height: 23.7px;
  }
  .bws-panel-layers li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }
  .bws-risk-card {
    min-height: 0;
    gap: 0;
    padding: 0;
  }
  .bws-risk-card-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .bws-risk-card-wide.bws-risk-card-has-points {
    grid-template-columns: 1fr;
  }
  .bws-risk-copy,
.bws-risk-card-wide .bws-risk-copy {
    max-width: none;
    padding: 24px 22px 28px;
  }
  .bws-risk-section .bws-risk-copy-has-points .bws-risk-points {
    gap: 16px;
  }
  .bws-risk-image {
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-card) var(--radius-card) 0 0;
  }
  .bws-risk-card-wide .bws-risk-image {
    aspect-ratio: 16 / 10;
    min-height: 0;
    border-radius: var(--radius-card) var(--radius-card) 0 0;
  }
  .bws-risk-card h3,
.bws-stage-card h3 {
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }
  .bws-inquiry-card h2 {
    margin-bottom: 14px;
    font-size: var(--mobile-h2-size);
    line-height: var(--mobile-h2-line);
  }
  .bws-risk-copy p:last-child,
.bws-stage-card p,
.bws-faq-card p {
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
  }
  .bws-planning-section .bws-section-head {
    margin-bottom: 52px;
  }
  .bws-stage-row,
.bws-stage-row-reverse {
    gap: 24px;
    padding: 62px 0;
  }
  .bws-stage-row:first-child {
    padding-top: 0;
  }
  .bws-stage-row::before {
    left: 50%;
  }
  .bws-stage-row-reverse .bws-stage-media {
    order: 1;
  }
  .bws-stage-row-reverse .bws-stage-card {
    order: 2;
  }
  .bws-stage-media {
    aspect-ratio: 16 / 10;
    border-radius: 24px;
    box-shadow: 0 16px 38px rgba(0,0,0,.085);
  }
  .bws-stage-card {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .bws-stage-card span {
    margin-bottom: 12px;
  }
  .bws-stage-reference {
    display: block;
    padding-top: 14px;
  }
  .bws-stage-reference > strong {
    display: block;
    padding-top: 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
    line-height: 18px;
  }
  .bws-product-cue {
    width: 100%;
    margin-top: 16px;
    padding: 14px;
    gap: 14px;
    justify-content: flex-start;
    border-radius: 20px;
    background: #f7f8f9;
  }
  .bws-product-cue img {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    padding: 6px;
    border-radius: 16px;
    background: #fff;
    object-fit: contain;
    box-shadow: inset 0 0 0 1px rgba(31,31,31,.06);
  }
  .bws-product-cue span {
    margin: 0;
    min-width: 0;
    text-align: left;
  }
  .bws-product-cue em {
    margin-bottom: 3px;
    font-size: 11px;
  }
  .bws-product-cue b {
    font-size: 15px;
    line-height: 19px;
    white-space: normal;
  }
  .bws-stage-note {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px 16px;
    margin-top: 56px;
    padding: 22px 20px;
    border-radius: 22px;
  }
  .bws-stage-note p {
    grid-column: 1 / -1;
  }
  .bws-system-reference {
    gap: 28px;
    margin-top: 64px;
  }
  .bws-reference-strip-head {
    text-align: left;
  }
  .bws-reference-strip-head h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .bws-reference-layers {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bws-reference-layers::before {
    left: 21px;
    right: auto;
    top: 34px;
    bottom: 34px;
    width: 1px;
    height: auto;
  }
  .bws-reference-layer {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 14px;
    justify-items: start;
    padding: 18px 0 20px 16px;
    border-bottom: 0;
    text-align: left;
  }
  .bws-reference-layer::before {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 10px;
    height: 10px;
    margin: 5px 0 0;
    box-shadow: 0 0 0 7px #fff;
  }
  .bws-reference-layer > span,
  .bws-reference-layer h4,
  .bws-reference-layer p {
    grid-column: 2;
  }
  .bws-reference-layer h4 {
    font-size: 21px;
    line-height: 26px;
  }
  .bws-reference-layer p {
    font-size: 12px;
    line-height: 20px;
  }
  .bws-reference-pill-row {
    display: grid;
    gap: 14px;
    justify-content: stretch;
  }
  .bws-reference-pill-row p {
    display: grid;
    width: 100%;
    gap: 8px;
    justify-content: stretch;
    align-items: start;
    padding: 20px 22px;
    border-radius: 28px;
  }
  .bws-reference-pill-row span {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .bws-reference-pill-row strong {
    font-size: 20px;
    line-height: 28px;
  }
  .bws-reference-performance-line {
    margin-top: -2px;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }
  .bws-data-table,
.bws-data-table thead,
.bws-data-table tbody,
.bws-data-table tr,
.bws-data-table th,
.bws-data-table td {
    display: block;
    width: 100%;
  }
  .bws-data-table thead {
    display: none;
  }
  .bws-data-table tr {
    display: block;
    margin: 0 0 16px;
    padding: 20px 16px 18px;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: #f4f5f6;
    box-shadow: none;
  }
  .bws-data-table tbody th,
.bws-data-table tbody td,
.bws-data-table tbody tr:last-child th,
  .bws-data-table tbody tr:last-child td {
    padding: 0;
    border-bottom: 0;
  }
  .bws-data-table tbody {
    display: block;
  }
  .bws-data-table tbody th {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(31,31,31,.075);
    color: var(--text);
    font-size: 14px;
    line-height: 20.72px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
  }
  .bws-data-table tbody td {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(31,31,31,.075);
    color: var(--text);
    font-size: 14px;
    line-height: 20.72px;
    font-weight: 400;
    text-align: left;
  }
  .bws-data-table tbody td:nth-of-type(1),
.bws-data-table tbody td:nth-of-type(2) {
    width: 100%;
  }
  .bws-data-table tbody td:nth-of-type(1):not(:last-child),
  .bws-data-table tbody td:nth-of-type(2):not(:last-child) {
    text-align: left;
  }
  .bws-data-table tbody td + td {
    margin-top: 0;
  }
  .bws-data-table tbody td:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: left;
  }
  .bws-data-table tbody tr:last-child th {
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(31,31,31,.075);
  }
  .bws-data-table tbody tr:last-child td {
    padding: 12px 0;
    border-bottom: 1px solid rgba(31,31,31,.075);
  }
  .bws-data-table tbody tr:last-child td:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .bws-data-table tbody th::before,
.bws-data-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: rgba(31,31,31,.54);
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: left;
  }
  .bws-product-data-stack {
    gap: 32px;
  }
  .bws-product-data-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .bws-product-data-card h3 {
    margin-bottom: 26px;
    padding: 0;
    border-bottom: 0;
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }
  .bws-data-note {
    padding: 0 2px;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .bws-quote-section .bws-section-head {
    margin-bottom: 54px;
  }
  .bws-quote-prep {
    padding: 32px 22px;
    border-radius: 28px;
  }
  .bws-quote-prep-copy h3 {
    margin-bottom: 12px;
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }
  .bws-quote-prep-copy > p {
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
  }
  .bws-quote-note {
    margin-top: 24px;
    font-size: 14px;
    line-height: 23px;
  }
  .bws-checklist-card {
    margin-top: 34px;
    padding-top: 24px;
  }
  .bws-checklist-card ul {
    row-gap: 0;
  }
  .bws-checklist-card li {
    min-height: 54px;
    padding: 14px 0 14px 22px;
    font-size: 15px;
    line-height: 22px;
  }
  .bws-checklist-card li::before {
    top: 23px;
  }
  .bws-quote-next {
    margin-top: 34px;
    padding-top: 0;
    border-top: 0;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
  }
  .bws-qc-section .bws-section-head {
    margin-bottom: 48px;
  }
  .bws-qc-flow {
    gap: 26px;
  }
  .bws-qc-block {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 26px 22px;
    border-radius: 28px;
  }
  .bws-qc-number {
    font-size: 28px;
  }
  .bws-qc-copy h3 {
    margin-bottom: 10px;
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }
  .bws-qc-copy p {
    max-width: none;
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
  }
  .bws-qc-list {
    gap: 10px;
    padding-top: 4px;
  }
  .bws-qc-list li {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
  .bws-qc-focus {
    display: grid;
    gap: 18px;
    margin-top: 28px;
    padding: 20px 22px;
    border-radius: 24px;
  }
  .bws-qc-focus ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .bws-condition-section .bws-section-head {
    margin-bottom: 64px;
  }
  .bws-condition-list li {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 34px 0;
  }
  .bws-condition-list li + li {
    padding-top: 34px;
  }
  .bws-condition-list span {
    font-size: 18px;
    line-height: 22px;
  }
  .bws-condition-list h3 {
    margin-bottom: 8px;
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }
  .bws-condition-list p {
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
  }
  .bws-condition-check {
    max-width: none;
    justify-self: start;
    margin-top: 2px;
    font-size: 14px;
    line-height: 22px;
  }
  .bws-condition-check b {
    margin-bottom: 4px;
    font-size: 11px;
  }
  .bws-condition-warning {
    margin-top: 34px;
    padding-top: 0;
    border-top: 0;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
  }
  dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  dt {
    margin-top: 14px;
    color: rgba(31,31,31,.46);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  dd {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(31,31,31,.07);
    font-size: 15px;
  }
  .bws-faq-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .bws-faq-card {
    padding: 28px 22px;
    border-radius: 28px;
  }
  .bws-faq-card h3 {
    margin-bottom: 12px;
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }
  .bwp-form {
    gap: 14px;
    margin-top: 32px;
  }
  .bwp-form input,
.bwp-form select,
.bwp-form textarea {
    min-height: 54px;
    height: 54px;
    padding: 12px 44px 12px 16px;
    border-radius: 16px;
    background: #f7f8f9;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .bwp-form button {
    min-height: 56px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
  }
  .bwp-form textarea {
    height: auto;
    min-height: 140px;
    padding: 16px;
    border-radius: 18px;
    background: #f7f8f9;
  }
  .bws-eyebrow,
.bws-panel-kicker,
.bws-risk-copy p:first-of-type,
.bws-stage-card span,
.bws-product-cue em,
.bws-panel-layers em,
.bws-qc-focus > span,
.bws-condition-check b,
dt {
    color: var(--bws-eyebrow-color);
    font-size: 11px;
    line-height: var(--bws-eyebrow-line);
    font-weight: var(--bws-eyebrow-weight);
    letter-spacing: var(--bws-eyebrow-spacing);
  }
  .bws-hero h1 {
    font-size: var(--mobile-h1-size);
    line-height: var(--mobile-h1-line);
    font-weight: var(--hero-h1-weight);
  }
  .bws-section-head h2,
.bws-inquiry-card h2 {
    font-size: var(--mobile-h2-size);
    line-height: var(--mobile-h2-line);
    font-weight: var(--mobile-h2-weight);
  }
  .bws-risk-card h3,
.bws-risk-copy h3,
.bws-system-panel h2,
.bws-stage-card h3,
.bws-product-data-card h3,
.bws-qc-copy h3,
.bws-condition-list h3,
.bws-quote-prep-copy h3,
.bws-faq-card h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: var(--bws-card-title-weight);
  }
  .bws-section-head p:not(.bws-eyebrow),
.bws-hero-subtitle,
.bws-inquiry-card > p:not(.bws-eyebrow) {
    color: var(--muted);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .bws-risk-card p,
.bws-risk-copy p:last-child,
.bws-system-panel p:not(.bws-panel-kicker),
.bws-panel-base p,
.bws-panel-layers p,
.bws-stage-card p,
.bws-qc-copy p,
.bws-condition-list p,
.bws-quote-prep-copy > p,
.bws-faq-card p {
    color: var(--bws-card-body-color);
    font-size: var(--bws-card-body-size);
    line-height: var(--bws-card-body-line);
    font-weight: var(--bws-card-body-weight);
  }
  .bws-stage-reference strong,
.bws-stage-note,
.bws-stage-note p,
.bws-data-note,
.bws-quote-note,
.bws-quote-next,
.bws-condition-warning {
    color: rgba(31,31,31,.62);
    font-size: var(--bws-small-size);
    line-height: var(--bws-small-line);
    font-weight: 700;
  }
  .bws-panel-layers strong,
.bws-panel-base strong {
    font-size: var(--bws-feature-title-size);
    line-height: var(--bws-feature-title-line);
    font-weight: var(--bws-feature-title-weight);
  }
  .bws-data-table tbody th,
.bws-data-table tbody td,
.bws-data-table tbody tr:last-child th,
.bws-data-table tbody tr:last-child td {
    font-size: 14px;
    line-height: 20.72px;
    font-weight: 400;
  }
  .bws-data-table tbody th::before,
.bws-data-table tbody td::before {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 700;
    letter-spacing: .06em;
  }
  .bws-checklist-card li,
.bws-qc-list li,
.bws-qc-focus li,
.bws-product-cue b {
    font-size: var(--bws-feature-title-size);
    line-height: var(--bws-feature-title-line);
    font-weight: 700;
  }
  .bws-product-cue em {
    color: rgba(31,31,31,.54);
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .bws-product-cue b {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
  }
  .bwp-button {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
  }
  .bwp-form button {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }
}

.bwp-back-top,
button.bwp-back-top,
body.bws-system-page button.bwp-back-top {
  position: fixed;
  right: calc(18px + env(safe-area-inset-right, 0px));
  bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  left: auto;
  z-index: 70;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
  padding: 0;
  border: 1px solid rgba(31, 31, 31, .10);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
  color: #1f1f1f;
  font: 700 22px/1 Helvetica, Arial, sans-serif;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease, box-shadow .18s ease;
}

.bwp-back-top.is-visible,
button.bwp-back-top.is-visible,
body.bws-system-page button.bwp-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.bwp-back-top:focus-visible,
button.bwp-back-top:focus-visible,
body.bws-system-page button.bwp-back-top:focus-visible {
  outline: 2px solid rgba(31, 31, 31, .32);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .bwp-back-top:hover,
  button.bwp-back-top:hover,
  body.bws-system-page button.bwp-back-top:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, .10);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bwp-back-top,
  button.bwp-back-top,
  body.bws-system-page button.bwp-back-top {
    transition: none;
    transform: none;
  }
}

.bws-system-category-page {
  background: #f5f6f7;
}

.bws-category-hero {
  display: flex;
  align-items: center;
  min-height: 690px;
  padding: 150px 0 104px;
  background:
    linear-gradient(135deg, rgba(245, 246, 247, .96), rgba(255, 255, 255, .98)),
    linear-gradient(120deg, rgba(34, 97, 182, .12), rgba(47, 135, 148, .10), rgba(167, 114, 67, .08));
}

.bws-category-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: 54px;
  align-items: center;
}

.bws-category-hero-copy {
  min-width: 0;
}

.bws-category-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  color: #000;
  font-size: 84px;
  line-height: 88px;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-category-subtitle {
  max-width: 820px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.bws-category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bws-category-hero-panel {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(31, 31, 31, .09);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.bws-category-hero-panel span {
  display: inline-flex;
  margin-bottom: 18px;
  color: #2261b6;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bws-category-hero-panel strong {
  display: block;
  color: #000;
  font-size: 29px;
  line-height: 36px;
  font-weight: 900;
}

.bws-category-hero-panel p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 27px;
}

.bws-category-intro {
  background: #fff;
}

.bws-category-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
  gap: 56px;
  align-items: start;
}

.bws-category-intro h2 {
  max-width: 760px;
  margin: 0;
  color: #000;
  font-size: 58px;
  line-height: 63px;
  font-weight: 900;
}

.bws-category-intro-copy {
  min-width: 0;
  padding-top: 8px;
}

.bws-category-intro-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  line-height: 31px;
}

.bws-category-intro-copy span {
  display: inline-flex;
  margin-top: 6px;
  padding: 9px 14px;
  border: 1px solid rgba(31, 31, 31, .10);
  border-radius: 999px;
  color: #1f1f1f;
  background: #f5f6f7;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
}

.bws-category-grid-section {
  background: #f5f6f7;
}

.bws-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bws-category-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(31, 31, 31, .09);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.bws-category-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9ecef;
}

.bws-category-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bws-category-card-body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px;
}

.bws-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.bws-category-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(31, 31, 31, .09);
  border-radius: 999px;
  color: rgba(31, 31, 31, .72);
  background: #f8f9fa;
  font-size: 12px;
  line-height: 14px;
  font-weight: 800;
}

.bws-category-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
}

.bws-category-card dl {
  margin: 22px 0 24px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(31, 31, 31, .10);
}

.bws-category-card dt {
  margin: 0 0 7px;
  color: rgba(31, 31, 31, .56);
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bws-category-card dd {
  margin: 0;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}

.bws-category-card .bwp-button {
  width: 100%;
  min-width: 0;
  margin-top: auto;
}

.bws-category-inquiry-section {
  background: #fff;
}

@media (max-width: 1120px) {
  .bws-category-hero-grid,
  .bws-category-intro-grid {
    grid-template-columns: 1fr;
  }

  .bws-category-hero h1 {
    font-size: 68px;
    line-height: 72px;
  }

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

@media (max-width: 700px) {
  .bws-category-hero {
    min-height: auto;
    padding: 104px 0 72px;
  }

  .bws-category-hero-grid,
  .bws-category-intro-grid {
    gap: 28px;
  }

  .bws-category-hero h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .bws-category-subtitle {
    font-size: 17px;
    line-height: 27px;
  }

  .bws-category-actions,
  .bws-category-actions .bwp-button {
    width: 100%;
  }

  .bws-category-hero-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .bws-category-hero-panel strong,
  .bws-category-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .bws-category-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .bws-category-card {
    border-radius: 22px;
  }

  .bws-category-card-body {
    padding: 20px;
  }

  .bws-category-card h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

.bws-system-hub {
  --hub-ink: #25272b;
  --hub-muted: #686f78;
  --hub-faint: #9aa2aa;
  --hub-line: #e7e8ea;
  --hub-panel: #fff;
  --hub-radius: 30px;
  --hub-shadow: 0 10px 28px rgba(18, 24, 32, .035), 0 1px 2px rgba(18, 24, 32, .035);
  margin: 0;
  overflow-x: clip;
  color: var(--hub-ink);
  background: #fff;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.bws-system-hub a {
  color: inherit;
  text-decoration: none;
}

.bws-category-wrap,
.bws-system-catalog-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}

.bws-system-catalog-wrap {
  padding: 72px 0 76px;
}

.bws-system-hub .bws-category-hero {
  position: relative;
  display: block;
  min-height: 560px;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--hub-line);
  background: #25272b;
}

.bws-system-hub .bws-category-hero-placeholder {
  width: 100%;
  height: 560px;
  background:
    linear-gradient(90deg, rgba(24, 28, 33, .10), rgba(24, 28, 33, .22)),
    linear-gradient(135deg, #2c3035 0%, #3d444b 48%, #24282d 100%);
}

.bws-system-hub .bws-category-hero-placeholder picture,
.bws-system-hub .bws-category-hero-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
}

.bws-system-hub .bws-category-hero-placeholder img {
  object-fit: cover;
  object-position: center;
}

.bws-system-hub .bws-category-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;
}

.bws-system-hub .bws-category-hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.bws-system-hub .bws-category-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-system-hub .bws-category-subtitle {
  max-width: 900px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.bws-system-hub .bws-category-intro,
.bws-system-hub .bws-category-grid-section {
  margin: 0;
  padding: 0;
  background: transparent;
}

.bws-system-hub .bws-category-family-card,
.bws-system-hub .bws-category-card {
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius);
  background: var(--hub-panel);
  box-shadow: var(--hub-shadow);
}

.bws-system-hub .bws-category-family-card {
  margin-bottom: 30px;
  padding: 34px;
}

.bws-category-code {
  color: var(--hub-faint);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bws-system-hub .bws-category-family-card h2 {
  max-width: 850px;
  margin: 14px 0 12px;
  color: var(--hub-ink);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-system-hub .bws-category-family-card p {
  max-width: none;
  margin: 0;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.72;
}

.bws-category-family-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.bws-category-family-features div {
  padding-top: 18px;
  border-top: 1px solid var(--hub-line);
}

.bws-category-family-features strong,
.bws-category-family-features span {
  display: block;
}

.bws-category-family-features strong {
  margin-bottom: 6px;
  color: var(--hub-ink);
  font-size: 16px;
}

.bws-category-family-features span {
  color: var(--hub-muted);
  font-size: 14px;
}

.bws-category-section-head {
  margin: 0 0 24px;
}

.bws-category-section-head h2 {
  margin: 12px 0 0;
  color: var(--hub-ink);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-category-section-head p {
  margin: 12px 0 0;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.6;
}

.bws-category-section-head .bws-category-mobile-count {
  display: none;
}

.bws-system-hub .bws-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 32px;
  align-items: stretch;
}

.bws-system-hub .bws-category-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
  transition: transform .3s cubic-bezier(0, 0, .5, 1), box-shadow .3s cubic-bezier(0, 0, .5, 1), border-color .3s cubic-bezier(0, 0, .5, 1);
}

.bws-system-hub .bws-category-card:not(.is-page-visible) {
  display: none;
}

.bws-system-hub .bws-category-card[hidden],
.bws-project-cases-page .bws-project-card[hidden] {
  display: none !important;
}

.bws-system-hub .bws-category-card-image {
  display: grid;
  min-height: 318px;
  overflow: hidden;
  place-items: center;
  padding: 46px 42px 38px;
  border-bottom: 1px solid var(--hub-line);
  background: #fff;
  aspect-ratio: auto;
}

.bws-system-hub .bws-category-card-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
}

.bws-system-hub .bws-category-card-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 34px 34px 32px;
}

.bws-category-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.bws-category-pill {
  max-width: 58%;
  overflow: hidden;
  padding: 5px 12px;
  border: 1px solid var(--hub-line);
  border-radius: 999px;
  color: var(--hub-muted);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bws-system-hub .bws-category-card h3 {
  max-width: 460px;
  margin: 0;
  color: var(--hub-ink);
  font-size: 24px;
  line-height: 1.26;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-system-hub .bws-category-card p {
  flex: 1;
  max-width: 520px;
  margin: 16px 0 28px;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.72;
}

.bws-category-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--hub-line);
}

.bws-category-facts div {
  min-width: 0;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.bws-category-facts strong {
  display: block;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
  color: var(--hub-ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.bws-category-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;
}

.bws-category-product-link::before {
  content: "";
  width: 18px;
  height: 1px;
  background: #25272b;
}

.bws-project-cases-page .bws-case-section {
  margin-top: 38px;
}

.bws-project-cases-page .bws-category-family-card {
  margin-bottom: 58px;
}

.bws-project-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  justify-content: center;
  margin: 0 auto 58px;
}

.bws-project-filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--hub-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hub-muted);
  font: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .bws-project-filter-button:hover,
  .bws-project-filter-button:focus-visible {
    border-color: rgba(36, 38, 42, .28);
    color: var(--hub-ink);
    transform: scale(1.06);
  }
}

.bws-project-filter-button.is-active {
  border-color: #24262a;
  background: #24262a;
  color: #fff;
  transform: scale(1.12);
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .bws-project-filter-button.is-active:hover,
  .bws-project-filter-button.is-active:focus-visible {
    border-color: #24262a;
    background: #24262a;
    color: #fff;
    transform: scale(1.15);
  }
}

.bws-system-filter {
  margin-bottom: 58px;
}

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

.bws-case-category-card {
  display: block;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--hub-line);
  border-radius: var(--hub-radius);
  background: var(--hub-panel);
  box-shadow: var(--hub-shadow);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bws-case-category-card:hover {
  border-color: rgba(31, 34, 38, .18);
  box-shadow: 0 20px 48px rgba(27, 31, 35, .10);
  transform: translateY(-3px);
}

.bws-case-category-card .bws-category-code {
  display: inline-flex;
}

.bws-case-category-card h3 {
  margin: 14px 0 12px;
  color: var(--hub-ink);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-case-category-card p,
.bws-case-category-card div {
  margin: 0;
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 1.65;
}

.bws-case-category-card div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--hub-line);
}

.bws-case-category-card strong,
.bws-case-category-card span {
  display: block;
}

.bws-case-category-card strong {
  margin-bottom: 5px;
  color: var(--hub-ink);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
}

.bws-project-cases-page .bws-project-card .bws-category-card-image {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: zoom-in;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.bws-project-cases-page .bws-project-card .bws-category-card-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.bws-project-cases-page .bws-category-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bws-project-cases-page .bws-project-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bws-project-cases-page [data-case-category][hidden] {
  display: none !important;
}

.bws-project-cases-page .bws-project-card .bws-category-card-body {
  min-height: 0;
}

.bws-project-cases-page .bws-project-card p {
  margin-bottom: 0;
}

.bws-project-case {
  --case-ink: #202225;
  --case-muted: #62666b;
  --case-soft: #f4f5f6;
  --case-line: rgba(31, 34, 38, .10);
  width: 100%;
  margin: 0;
  padding: 0 0 88px;
  color: var(--case-ink);
}

.bws-case-gallery-item {
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.bws-case-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .28s ease;
}

.bws-case-gallery-item:hover img {
  transform: scale(1.025);
}

.bws-case-story {
  width: 100vw;
  max-width: none;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 146px 0 134px;
  background: #fff;
  text-align: center;
}

.bws-case-story > .bws-category-code,
.bws-case-story h2,
.bws-case-story-text {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

.bws-case-story h2 {
  max-width: var(--desktop-title-container);
}

.bws-case-story h2,
.bws-case-gallery-section h2,
.bws-case-related-section h2 {
  margin: 14px auto 20px;
  font-size: var(--desktop-h2-size);
  line-height: var(--desktop-h2-line);
  font-weight: var(--desktop-h2-weight);
  letter-spacing: -.035em;
}

.bws-case-story > .bws-category-code,
.bws-case-story h2,
.bws-case-section-head,
.bws-case-related-section {
  text-align: center;
}

.bws-case-story-text {
  max-width: var(--container);
  margin: 64px auto 0;
  text-align: justify;
  text-justify: inter-word;
}

.bws-case-story-text p {
  text-align-last: left;
}

.bws-case-story-text h3 {
  margin: 52px 0 10px;
  color: var(--text);
  font-size: var(--desktop-h3-size);
  line-height: var(--desktop-h3-line);
  font-weight: var(--desktop-h3-weight);
  letter-spacing: -.02em;
  text-align: left;
}

.bws-case-story-text h3:first-child {
  margin-top: 0;
}

.bws-case-route-subtitle {
  margin-top: 0;
  color: var(--text);
}

.bws-case-route-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  text-align: center;
}

.bws-case-route-placeholder-grid section {
  min-width: 0;
  padding: 38px 34px 42px;
  border-top: 1px solid rgba(31, 31, 31, .10);
  border-bottom: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-route-placeholder-grid section + section {
  border-left: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-route-placeholder-grid h3 {
  margin: 0 0 16px;
  text-align: center;
}

.bws-case-story-text p + p {
  margin-top: 24px;
}

.bws-case-story-text strong {
  color: var(--case-ink);
  font-weight: 900;
}

.bws-case-story-closing {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-snapshot {
  width: min(var(--container), 100%);
  margin: 10px auto 34px;
  padding: 0;
  border-top: 1px solid rgba(31, 31, 31, .10);
  text-align: center;
}

.bws-case-snapshot-heading {
  margin: 30px auto 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.24;
  font-weight: 900;
  letter-spacing: -.02em;
}

.bws-case-snapshot dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-bottom: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-snapshot div {
  display: grid;
  align-content: center;
  justify-items: center;
  min-width: 0;
  min-height: 150px;
  padding: 26px 30px 28px;
  border-right: 1px solid rgba(31, 31, 31, .09);
  border-bottom: 1px solid rgba(31, 31, 31, .09);
}

.bws-case-snapshot div:nth-child(3n) {
  border-right: 0;
}

.bws-case-snapshot div:nth-child(n+4) {
  border-bottom: 0;
}

.bws-case-snapshot div.is-thickness {
  grid-column: 1 / -1;
  min-height: 118px;
  border-top: 1px solid rgba(31, 31, 31, .09);
  border-right: 0;
  border-bottom: 0;
}

.bws-case-snapshot div.is-thickness dd {
  max-width: 760px;
}

.bws-case-snapshot dt,
.bws-case-snapshot dd {
  margin: 0;
}

.bws-case-snapshot dt {
  color: var(--soft);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bws-case-snapshot dd {
  max-width: 330px;
  margin-top: 10px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.48;
  font-weight: 650;
}

.bws-case-snapshot-note {
  max-width: 760px;
  margin: 16px auto 0;
  padding: 0 24px;
  color: var(--case-muted);
  font-size: 14px;
  line-height: 1.65;
}

.bws-case-section-head {
  max-width: var(--desktop-title-container);
  margin: 0 auto 64px;
}

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

.bws-case-gallery-item {
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  background: var(--case-soft);
  position: relative;
}

.bws-case-gallery-caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: block;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(20, 22, 25, .72);
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  text-align: left;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.bws-project-case .bws-case-hero {
  padding-top: var(--section-y-hero-top);
  padding-bottom: var(--section-y-hero-bottom);
}

.bws-project-case .bws-hero-inner {
  text-align: center;
}

.bws-project-case .bws-case-hero h1 {
  max-width: 1200px;
  margin: 0 auto 18px;
  font-size: var(--hero-h1-size);
  line-height: var(--hero-h1-line);
  font-weight: var(--hero-h1-weight);
  letter-spacing: 0;
}

.bws-project-case .bws-hero-subtitle {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: var(--body-size);
  line-height: 29px;
}

.bws-project-case .bwp-actions {
  justify-content: center;
  margin-bottom: 30px;
  gap: 16px;
}

.bws-case-hero-banner {
  width: min(var(--container), 100%);
  max-width: var(--container);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
  background: var(--case-soft);
  aspect-ratio: 16 / 8;
}

.bws-case-hero-banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.bws-case-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto 34px;
  padding: 0;
  border-top: 1px solid rgba(31, 31, 31, .10);
  border-bottom: 1px solid rgba(31, 31, 31, .10);
  list-style: none;
  text-align: center;
}

.bws-case-route-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 24px 28px;
  border-right: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-route-list li:last-child {
  border-right: 0;
}

.bws-case-route-list em {
  display: block;
  margin-bottom: 4px;
  color: var(--soft);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  font-style: normal;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bws-case-route-list strong {
  display: block;
  color: var(--text);
  font-size: 17px;
  line-height: 1.28;
  font-weight: 900;
}

.bws-case-route-list p {
  max-width: 300px;
  margin: 9px auto 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.52;
  font-weight: 400;
}

.bws-case-related-section {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
  padding: 134px 0 0;
}

.bws-case-story .bws-case-related-section {
  padding-top: 78px;
}

.bws-case-related-section > p {
  max-width: 980px;
  margin: 22px auto 0;
  color: var(--soft);
  font-size: 17px;
  line-height: 1.72;
}

.bws-case-direction-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
  margin: 28px auto 0;
  padding: 0;
  color: var(--case-muted);
  font-size: 16px;
  line-height: 1.62;
  list-style: none;
}

.bws-case-direction-list li {
  padding: 0;
}

.bws-case-product-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  gap: 1px;
  margin-top: 34px;
  border-top: 1px solid rgba(31, 31, 31, .10);
  border-bottom: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-product-links a,
.bws-case-product-card {
  display: grid;
  grid-template-rows: 96px auto auto;
  align-content: center;
  justify-items: center;
  min-height: 210px;
  padding: 24px 22px 26px;
  border-right: 1px solid rgba(31, 31, 31, .10);
  background-color: #fff;
  color: var(--text);
  text-decoration: none;
  overflow: hidden;
  transition: color .34s ease;
}

.bws-case-product-links a:last-child,
.bws-case-product-card:last-child {
  border-right: 0;
}

.bws-case-product-links figure {
  display: grid;
  place-items: center;
  width: 100%;
  height: 96px;
  margin: 0 0 16px;
  overflow: visible;
}

.bws-case-product-links img {
  display: block;
  width: auto;
  max-width: 72%;
  max-height: 92px;
  height: auto;
  object-fit: contain;
  transform-origin: center bottom;
  transition: transform .44s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.bws-case-product-links img.is-primer-package {
  transform: scale(1.12);
}

.bws-case-material-mark {
  display: inline-grid;
  place-items: center;
  min-width: 92px;
  min-height: 54px;
  padding: 10px 14px;
  border: 1px solid rgba(31, 31, 31, .12);
  border-radius: 6px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.bws-case-product-links strong,
.bws-case-product-links span {
  display: block;
  transition: color .34s ease, transform .44s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.bws-case-product-links strong {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  transform-origin: center;
}

.bws-case-product-links span {
  margin-top: 8px;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.45;
}

.bws-case-product-links a:hover,
.bws-case-product-links a:focus-visible {
  background-color: #fff;
}

.bws-case-product-links a:focus-visible {
  outline: 2px solid rgba(34, 97, 182, .28);
  outline-offset: 6px;
}

.bws-case-product-links a:hover img,
.bws-case-product-links a:focus-visible img {
  transform: scale(1.08);
}

.bws-case-product-links a:hover img.is-primer-package,
.bws-case-product-links a:focus-visible img.is-primer-package {
  transform: scale(1.22);
}

.bws-case-product-links a:hover strong,
.bws-case-product-links a:focus-visible strong {
  color: var(--color-link-hover);
  transform: scale(1.055);
}

.bws-case-product-links a:hover span,
.bws-case-product-links a:focus-visible span {
  color: var(--color-link-hover);
}

.bws-case-system-reference {
  margin-top: 0;
  border-bottom: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-system-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: var(--text);
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.bws-case-system-panel:hover,
.bws-case-system-panel:focus-visible {
  color: var(--text);
  transform: none;
}

.bws-case-system-panel:focus-visible {
  outline: 2px solid rgba(34, 97, 182, .28);
  outline-offset: 6px;
}

.bws-case-system-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  margin: 0;
  padding: 26px 28px;
  background: #fff;
  overflow: hidden;
}

.bws-case-system-media img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  min-height: 0;
  max-height: 230px;
  object-fit: contain;
  transition: transform .45s ease;
}

.bws-case-system-panel:hover .bws-case-system-media img,
.bws-case-system-panel:focus-visible .bws-case-system-media img {
  transform: scale(1.08);
}

.bws-case-system-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 260px;
  padding: 34px 38px;
  text-align: center;
}

.bws-case-system-copy h3 {
  max-width: 360px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  transform-origin: center;
  transition: color .34s ease, transform .44s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.bws-case-system-copy p {
  max-width: 390px;
  margin: 0 0 6px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.55;
  transition: color .34s ease;
}

.bws-case-system-copy span {
  color: var(--soft);
  font-size: 15px;
  line-height: 1.55;
}

.bws-case-system-copy .bws-case-system-model {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  margin-top: 4px;
  padding: 8px 11px;
  border: 1px solid rgba(31, 31, 31, .10);
  border-radius: 999px;
  background: rgba(31, 31, 31, .035);
  color: var(--case-muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bws-case-system-copy em {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid currentColor;
  color: var(--text);
  font-size: 14px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 900;
  transition: color .34s ease, transform .44s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.bws-case-system-panel:hover .bws-case-system-copy h3,
.bws-case-system-panel:focus-visible .bws-case-system-copy h3 {
  color: var(--color-link-hover);
  transform: scale(1.055);
}

.bws-case-system-panel:hover .bws-case-system-copy p,
.bws-case-system-panel:hover .bws-case-system-copy span,
.bws-case-system-panel:focus-visible .bws-case-system-copy p,
.bws-case-system-panel:focus-visible .bws-case-system-copy span {
  color: var(--color-link-hover);
}

.bws-case-system-panel:hover .bws-case-system-copy em,
.bws-case-system-panel:focus-visible .bws-case-system-copy em {
  color: var(--color-link-hover);
  transform: scale(1.055);
}

.bws-case-gallery-section {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
  padding: 134px 0 0;
}

.bws-project-case .bws-category-inquiry-section {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 0 0 134px;
  border: 0;
  border-radius: 0;
  background: var(--bg);
}

.bws-project-case .bws-inquiry-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
}

.bws-project-case .bws-inquiry-card {
  width: 100%;
  max-width: none;
}

.bws-case-adjacent-nav {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 80px auto;
}

.bws-case-adjacent-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .62fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  padding-top: 26px;
  border-top: 1px solid rgba(31, 31, 31, .10);
}

.bws-case-adjacent-link,
.bws-case-adjacent-all {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  transition: color .3s cubic-bezier(0, 0, .5, 1);
}

.bws-case-adjacent-link:hover,
.bws-case-adjacent-link:focus-visible,
.bws-case-adjacent-all:hover,
.bws-case-adjacent-all:focus-visible {
  color: var(--color-link-hover);
  transform: none;
}

.bws-case-adjacent-link:focus-visible,
.bws-case-adjacent-all:focus-visible {
  outline: 2px solid rgba(34, 97, 182, .28);
  outline-offset: 8px;
}

.bws-case-adjacent-link .bws-case-adjacent-kicker,
.bws-case-adjacent-all > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soft);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  transform-origin: left center;
  transition: color .3s cubic-bezier(0, 0, .5, 1), transform .3s cubic-bezier(0, 0, .5, 1);
}

.bws-case-adjacent-link .bws-case-adjacent-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1em;
  margin-top: -1px;
  background: transparent;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform .3s cubic-bezier(0, 0, .5, 1);
}

.bws-case-adjacent-link.is-previous:hover .bws-case-adjacent-arrow,
.bws-case-adjacent-link.is-previous:focus-visible .bws-case-adjacent-arrow {
  transform: none;
}

.bws-case-adjacent-link.is-next:hover .bws-case-adjacent-arrow,
.bws-case-adjacent-link.is-next:focus-visible .bws-case-adjacent-arrow {
  transform: none;
}

.bws-case-adjacent-link strong,
.bws-case-adjacent-all strong {
  display: block;
  color: currentColor;
  font-size: 22px;
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: 0;
  transform-origin: left center;
  transition: color .3s cubic-bezier(0, 0, .5, 1), transform .3s cubic-bezier(0, 0, .5, 1);
}

.bws-case-adjacent-link em,
.bws-case-adjacent-all em {
  display: block;
  max-width: 430px;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.58;
  font-style: normal;
  transform-origin: left center;
  transition: color .3s cubic-bezier(0, 0, .5, 1), transform .3s cubic-bezier(0, 0, .5, 1);
}

.bws-case-adjacent-link:hover span,
.bws-case-adjacent-link:hover em,
.bws-case-adjacent-link:focus-visible span,
.bws-case-adjacent-link:focus-visible em,
.bws-case-adjacent-all:hover span,
.bws-case-adjacent-all:hover em,
.bws-case-adjacent-all:focus-visible span,
.bws-case-adjacent-all:focus-visible em {
  color: var(--color-link-hover);
}

.bws-case-adjacent-all {
  align-items: center;
  text-align: center;
}

.bws-case-adjacent-all > span,
.bws-case-adjacent-all strong,
.bws-case-adjacent-all em {
  transform-origin: center;
}

.bws-case-adjacent-all em {
  max-width: 260px;
}

.bws-case-adjacent-link:last-child {
  align-items: flex-end;
  text-align: right;
}

.bws-case-adjacent-link:last-child .bws-case-adjacent-kicker,
.bws-case-adjacent-link:last-child strong,
.bws-case-adjacent-link:last-child em {
  transform-origin: right center;
}

.bws-project-lightbox[hidden] {
  display: none;
}

.bws-project-lightbox {
  --bws-lightbox-control-size: 52px;
  --bws-lightbox-control-gutter: 32px;
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 36px;
  background: rgba(12, 14, 16, .82);
}

.bws-project-lightbox img {
  width: auto;
  max-width: min(1120px, 94vw);
  max-height: 86vh;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.bws-project-lightbox-close {
  position: absolute;
  top: var(--bws-lightbox-control-gutter);
  right: var(--bws-lightbox-control-gutter);
  display: inline-grid;
  place-items: center;
  width: var(--bws-lightbox-control-size);
  height: var(--bws-lightbox-control-size);
  min-width: var(--bws-lightbox-control-size);
  min-height: var(--bws-lightbox-control-size);
  max-width: var(--bws-lightbox-control-size);
  max-height: var(--bws-lightbox-control-size);
  padding: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.bws-project-lightbox-nav {
  position: absolute;
  top: 50%;
  display: inline-grid;
  place-items: center;
  width: var(--bws-lightbox-control-size);
  height: var(--bws-lightbox-control-size);
  min-width: var(--bws-lightbox-control-size);
  min-height: var(--bws-lightbox-control-size);
  max-width: var(--bws-lightbox-control-size);
  max-height: var(--bws-lightbox-control-size);
  padding: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.bws-project-lightbox-nav.is-prev {
  left: var(--bws-lightbox-control-gutter);
}

.bws-project-lightbox-nav.is-next {
  right: var(--bws-lightbox-control-gutter);
}

.bws-project-lightbox-count {
  position: absolute;
  left: 50%;
  bottom: 22px;
  min-width: 70px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transform: translateX(-50%);
}

.bws-project-text-button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

body.bws-project-lightbox-open {
  overflow: hidden;
}

.bws-category-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 42px 0 0;
}

.bws-category-pagination[hidden] {
  display: none;
}

.bws-category-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.bws-category-page-link,
.bws-category-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-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 8px 20px rgba(18, 24, 32, .025);
}

.bws-category-page-link {
  min-width: 108px;
  padding: 0 22px;
}

.bws-category-page-number.is-current {
  border-color: #25272b;
  background: #25272b;
  color: #fff;
}

.bws-category-page-link.is-disabled {
  color: var(--hub-faint);
  pointer-events: none;
}

.bws-system-hub .bws-category-inquiry-section {
  width: 100vw;
  margin: 96px 0 0 calc(50% - 50vw);
  padding: 134px 0;
  border: 0;
  border-radius: 0;
  background: #f6f7f8;
  box-shadow: none;
}

.bws-system-hub .bws-inquiry-wrap {
  width: min(var(--container), calc(100% - 48px));
  max-width: var(--container);
  margin: 0 auto;
}

.bws-system-hub .bws-inquiry-card {
  display: block;
  width: 100%;
  max-width: none;
  padding: 52px 58px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: var(--hub-radius);
  background: #fff;
  box-shadow: none;
  text-align: left;
}

.bws-system-hub .bws-inquiry-card .bws-eyebrow {
  max-width: none;
  margin: 0;
  color: var(--hub-muted);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align: left;
}

.bws-system-hub .bws-inquiry-card h2 {
  max-width: 1094px;
  margin: 10px 0 0;
  color: #1f1f1f;
  font-size: 46px;
  line-height: 51.52px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: left;
}

.bws-system-hub .bws-inquiry-card > p:not(.bws-eyebrow) {
  max-width: 1094px;
  margin: 22px 0 34px;
  color: var(--hub-muted);
  font-size: 17px;
  line-height: 29.24px;
  text-align: left;
}

.bws-system-hub .bwp-form {
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  margin: 0;
}

.bws-system-hub .bwp-form-message,
.bws-system-hub .bwp-form label,
.bws-system-hub .bwp-form button {
  grid-column: 1 / -1;
}

.bws-system-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;
}

.bws-system-hub .bwp-form-message.is-pending,
.bws-system-hub .bwp-form-message.is-success,
.bws-system-hub .bwp-form-message.is-error {
  display: block;
}

.bws-system-hub .bwp-form-message.is-success {
  border-color: rgba(31, 120, 68, .20);
  background: rgba(235, 248, 240, .88);
  color: rgb(31, 96, 58);
}

.bws-system-hub .bwp-form-message.is-error {
  border-color: rgba(154, 55, 55, .22);
  background: rgba(252, 239, 239, .90);
  color: rgb(130, 45, 45);
}

.bws-system-hub .bwp-form label {
  display: block;
  min-width: 0;
  color: var(--hub-ink);
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

.bws-system-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;
}

.bws-system-hub .bwp-form input,
.bws-system-hub .bwp-form select,
.bws-system-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);
  color: var(--hub-ink);
  font: 15px/21.75px Helvetica, Verdana, Arial, sans-serif;
}

.bws-system-hub .bwp-form textarea {
  min-height: 150px;
  padding: 18px 20px;
}

@media (max-width: 767px) {
  .bws-system-hub .bwp-form input,
  .bws-system-hub .bwp-form select,
  .bws-system-hub .bwp-form textarea {
    font-size: 16px;
    line-height: 22px;
  }
}

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

.bws-system-hub .bwp-form input::placeholder,
.bws-system-hub .bwp-form textarea::placeholder {
  color: rgba(31, 31, 31, .42);
  opacity: 1;
}

.bws-system-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);
  color: #fff;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
}

.bws-system-hub .bwp-submit-content,
.bws-system-hub .bwp-submit-content span {
  position: static;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
}

@media (hover: hover) and (pointer: fine) {
  .bws-system-hub .bws-category-card:hover {
    transform: translateZ(0) scale(1.015);
    border-color: rgba(31, 31, 31, .10);
    box-shadow: 0 1px 2px rgba(18, 24, 32, .04), 0 12px 28px rgba(18, 24, 32, .06);
  }

  .bws-case-category-card:hover {
    transform: translateZ(0) scale(1.015);
    border-color: rgba(31, 31, 31, .10);
    box-shadow: 0 1px 2px rgba(18, 24, 32, .04), 0 12px 28px rgba(18, 24, 32, .06);
  }
}

.bws-project-cases-page .bws-project-gallery-grid {
  gap: 28px;
}

.bws-project-cases-page .bws-project-card,
.bws-case-category-card {
  border-color: transparent;
  border-radius: 28px;
  box-shadow: 0 1px 2px rgba(18, 24, 32, .035), 0 8px 24px rgba(18, 24, 32, .045);
  transform: translateZ(0) scale(1);
  transform-origin: center;
  transition: transform .3s cubic-bezier(0, 0, .5, 1), box-shadow .3s cubic-bezier(0, 0, .5, 1);
  will-change: transform;
}

.bws-project-cases-page .bws-project-card .bws-category-card-image {
  border-bottom: 0;
  background: #fff;
}

.bws-project-cases-page .bws-project-card .bws-category-card-body {
  padding: 30px 32px 32px;
}

@media (hover: hover) and (pointer: fine) {
  .bws-project-cases-page .bws-project-card:hover,
  .bws-case-category-card:hover,
  .bws-case-category-card:focus-visible {
    border-color: transparent;
    box-shadow: 0 1px 2px rgba(18, 24, 32, .04), 0 12px 28px rgba(18, 24, 32, .06);
    transform: translateZ(0) scale(1.015);
  }
}

@media (max-width: 1020px) {
  .bws-system-hub .bws-category-grid {
    grid-template-columns: 1fr;
  }

  .bws-project-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bws-project-cases-page .bws-project-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bws-case-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bws-system-hub {
    --hub-radius: 24px;
  }

  .bws-category-wrap,
  .bws-system-catalog-wrap {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }

  .bws-system-catalog-wrap {
    padding: 56px 0;
  }

  .bws-system-hub .bws-category-hero {
    min-height: 500px;
  }

  .bws-system-hub .bws-category-hero-placeholder {
    height: 500px;
  }

  .bws-system-hub .bws-category-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%);
  }

  .bws-system-hub .bws-category-hero-content {
    align-items: flex-end;
    padding-bottom: 70px;
  }

  .bws-system-hub .bws-category-hero h1 {
    max-width: 350px;
    font-size: 34px;
    line-height: 1.08;
  }

  .bws-system-hub .bws-category-subtitle {
    max-width: 340px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .bws-system-hub .bws-category-family-card {
    margin-bottom: 26px;
    padding: 28px 24px;
  }

  .bws-system-hub .bws-category-family-card h2,
  .bws-category-section-head h2 {
    font-size: 23px;
    line-height: 1.18;
  }

  .bws-category-family-features,
  .bws-category-facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bws-system-hub .bws-category-grid {
    gap: 28px;
  }

  .bws-project-cases-page .bws-case-section {
    margin-top: 46px;
  }

  .bws-project-cases-page .bws-category-family-card {
    margin-bottom: 48px;
  }

  .bws-project-filter {
    position: sticky;
    top: 10px;
    z-index: 7;
    flex-wrap: nowrap;
    gap: 14px 16px;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100vw;
    margin: 0 0 48px calc(50% - 50vw);
    padding: 8px max(34px, calc(50vw - 32px)) 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -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%);
  }

  .bwa-article-index-page .bws-project-filter,
  .bws-system-category-page .bws-system-filter {
    column-gap: 28px;
  }

  .bws-project-filter::-webkit-scrollbar {
    display: none;
  }

  .bws-project-filter-button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
    scroll-snap-align: center;
    transform-origin: center;
  }

  .bws-project-filter-button.is-active {
    transform: scale(1.16);
  }

  .bws-project-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bws-case-category-card {
    padding: 24px 22px;
  }

  .bws-case-category-card:hover {
    transform: none;
  }

  .bws-category-pagination {
    display: none;
  }

  .bws-system-category-page .bws-category-pagination:not([hidden]),
  .bwa-article-index-page .bws-category-pagination:not([hidden]) {
    display: flex;
  }

  .bws-category-section-head .bws-category-desktop-count {
    display: none;
  }

  .bws-category-section-head .bws-category-mobile-count {
    display: block;
  }

  .bws-system-hub .bws-category-card:not(.is-page-visible) {
    display: flex;
  }

  .bws-system-hub .bws-category-card:hover {
    transform: none;
  }

  .bws-system-hub .bws-category-card-image {
    min-height: 246px;
    padding: 36px 24px 28px;
  }

  .bws-project-cases-page .bws-project-card .bws-category-card-image {
    min-height: 0;
    padding: 0;
    aspect-ratio: 16 / 10;
  }

  .bws-system-hub .bws-category-card-image img {
    max-height: 164px;
  }

  .bws-project-cases-page .bws-project-card .bws-category-card-image img {
    max-height: none;
  }

  .bws-system-hub .bws-category-card-body {
    padding: 26px 22px 24px;
  }

  .bws-category-product-meta {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .bws-project-cases-page .bws-category-facts {
    grid-template-columns: 1fr;
  }

  .bws-project-cases-page .bws-project-gallery-grid {
    grid-template-columns: 1fr;
  }

  .bws-project-case {
    width: 100%;
    max-width: none;
    padding: 0 0 64px;
  }

  .bws-project-case .bws-case-hero {
    padding-top: 64px;
    padding-bottom: 54px;
  }

  .bws-project-case .bws-case-hero h1 {
    max-width: 100%;
    margin: 0 auto 18px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    overflow-wrap: break-word;
  }

  .bws-project-case .bws-hero-subtitle {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: var(--mobile-body-size);
    line-height: var(--mobile-body-line);
  }

  .bws-project-case .bwp-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 26px;
    padding: 0 6px;
  }

  .bws-project-case .bwp-button {
    width: 100%;
    min-width: 0;
  }

  .bws-case-hero-banner {
    border-radius: 22px;
    aspect-ratio: 4 / 3;
  }

  .bws-case-route-list {
    grid-template-columns: 1fr;
    margin: 0 0 30px;
  }

  .bws-case-route-list li {
    min-height: 0;
    padding: 20px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 31, 31, .10);
  }

  .bws-case-route-list li:last-child {
    border-bottom: 0;
  }

  .bws-case-route-list strong {
    font-size: 16px;
  }

  .bws-case-route-list p {
    max-width: 310px;
    font-size: 13px;
    line-height: 1.5;
  }

  .bws-case-story {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 74px 0;
  }

  .bws-case-story > .bws-category-code,
  .bws-case-story h2,
  .bws-case-story-text,
  .bws-case-snapshot,
  .bws-case-related-section {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }

  .bws-case-story-text {
    margin-top: 42px;
    text-align: left;
  }

  .bws-case-story h2,
  .bws-case-gallery-section h2,
  .bws-case-related-section h2 {
    font-size: var(--mobile-h2-size);
    line-height: var(--mobile-h2-line);
    font-weight: var(--mobile-h2-weight);
    letter-spacing: -.035em;
  }

  .bws-case-story-text h3 {
    margin-top: 40px;
    font-size: var(--mobile-h3-size);
    line-height: var(--mobile-h3-line);
  }

  .bws-case-route-placeholder-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .bws-case-route-placeholder-grid section {
    padding: 28px 18px 30px;
  }

  .bws-case-route-placeholder-grid section + section {
    border-top: 0;
    border-left: 0;
  }

  .bws-case-snapshot {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    border-top: 1px solid rgba(31, 31, 31, .10);
  }

  .bws-case-snapshot-heading {
    margin-top: 24px;
    padding: 0 18px;
    font-size: 22px;
    line-height: 1.26;
  }

  .bws-case-snapshot dl {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .bws-case-snapshot div {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 28px 18px 30px;
    border-right: 0;
    border-bottom: 0;
  }

  .bws-case-snapshot div:nth-child(n) {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .bws-case-snapshot div.is-thickness {
    min-height: 0;
    border-top: 0;
  }

  .bws-case-snapshot div + div {
    padding-top: 10px;
  }

  .bws-case-snapshot dd {
    border-bottom: 0;
    font-size: 15px;
    line-height: 1.62;
  }

  .bws-case-snapshot-note {
    margin-top: 14px;
    padding: 0 18px;
    font-size: 13px;
  }

  .bws-case-related-section {
    padding-top: 74px;
  }

  .bws-case-story .bws-case-related-section {
    padding-top: 58px;
  }

  .bws-case-related-section > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .bws-case-system-reference {
    margin-top: 0;
    padding-top: 0;
  }

  .bws-case-system-panel {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 6px;
    transform: none;
  }

  .bws-case-system-panel:hover,
  .bws-case-system-panel:focus-visible {
    transform: none;
  }

  .bws-case-system-media,
  .bws-case-system-media img {
    min-height: 0;
  }

  .bws-case-system-media {
    padding: 24px 20px 20px;
    border-right: 0;
  }

  .bws-case-system-media img {
    width: min(100%, 330px);
    max-height: none;
  }

  .bws-case-system-copy {
    min-height: 0;
    padding: 26px 22px 24px;
    gap: 12px;
  }

  .bws-case-system-copy-primary {
    padding-bottom: 18px;
  }

  .bws-case-system-copy-secondary {
    padding-top: 16px;
  }

  .bws-case-system-copy h3 {
    font-size: 17px;
    line-height: 1.3;
  }

  .bws-case-system-copy p {
    font-size: 13px;
    line-height: 1.55;
  }

  .bws-case-system-copy span {
    font-size: 14px;
  }

  .bws-case-section-head {
    margin-bottom: 42px;
  }

  .bws-case-product-links {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .bws-case-product-links a,
  .bws-case-product-card {
    grid-template-rows: 104px auto auto;
    min-height: 0;
    padding: 22px 18px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 31, 31, .10);
  }

  .bws-case-product-links figure {
    height: 104px;
    margin-bottom: 14px;
  }

  .bws-case-product-links a:last-child,
  .bws-case-product-card:last-child {
    border-bottom: 0;
  }

  .bws-case-gallery-section {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
    padding: 74px 0 0;
  }

  .bws-project-case .bws-category-inquiry-section {
    margin-top: 0;
    padding: 0 0 74px;
  }

  .bws-project-case .bws-inquiry-wrap {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
  }

  .bws-case-adjacent-nav {
    width: min(var(--mobile-container), calc(100% - (var(--mobile-page-padding) * 2)));
    max-width: var(--mobile-container);
    margin: 48px auto;
  }

  .bws-case-adjacent-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 18px;
  }

  .bws-case-adjacent-link,
  .bws-case-adjacent-all {
    min-height: 0;
    padding: 22px 0;
    align-items: flex-start;
    text-align: left;
    border-bottom: 1px solid rgba(31, 31, 31, .08);
  }

  .bws-case-adjacent-link:last-child {
    align-items: flex-start;
    text-align: left;
  }

  .bws-case-adjacent-all {
    align-items: flex-start;
    text-align: left;
  }

  .bws-case-adjacent-link strong,
  .bws-case-adjacent-all strong {
    font-size: 19px;
    line-height: 1.22;
  }

  .bws-case-adjacent-link em,
  .bws-case-adjacent-all em {
    max-width: none;
    font-size: 14px;
    line-height: 1.56;
  }

  .bws-case-story-text p + p {
    margin-top: 20px;
  }

  .bws-case-gallery-section p {
    font-size: 15px;
    line-height: 1.65;
  }

  .bws-case-gallery-grid {
    grid-template-columns: 1fr;
  }

  .bws-project-lightbox {
    --bws-lightbox-control-size: 42px;
    --bws-lightbox-control-gutter: 14px;
    padding: 18px;
  }

  .bws-project-lightbox-close {
    font-size: 26px;
  }

  .bws-project-lightbox-nav {
    font-size: 30px;
  }

  .bws-system-hub .bws-category-card h3 {
    font-size: 22px;
    line-height: 1.22;
  }

  .bws-system-hub .bws-category-card p {
    margin: 12px 0 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .bws-system-hub .bws-category-inquiry-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 48px 0;
    border: 0;
    border-radius: 0;
  }

  .bws-system-hub .bws-inquiry-card {
    padding: 28px 24px 30px;
    border-radius: var(--hub-radius);
    box-shadow: none;
  }

  .bws-system-hub .bws-inquiry-card h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .bws-system-hub .bwp-form button {
    width: 100%;
    min-width: 0;
  }
}

/* Desktop interaction standard: subtle card/button motion only. */
@media (hover: hover) and (pointer: fine) {
  :where(.bws-system-page) :is(.bws-risk-card, .bws-qc-block, .bws-faq-card, .bws-product-data-card, .bws-quote-prep, .bws-category-card, .bws-case-category-card, .bwp-button, .bws-project-filter-button, .bws-category-page-link, .bws-category-page-number) {
    transition: transform .3s cubic-bezier(0, 0, .5, 1), box-shadow .3s cubic-bezier(0, 0, .5, 1);
  }

  :where(.bws-system-page) :is(.bws-risk-card, .bws-qc-block, .bws-faq-card, .bws-product-data-card, .bws-quote-prep, .bws-category-card, .bws-case-category-card, .bwp-button, .bws-project-filter-button, .bws-category-page-link, .bws-category-page-number):is(:hover, :focus-visible, :focus-within) {
    box-shadow: 0 1px 2px rgba(18, 24, 32, .04), 0 12px 28px rgba(18, 24, 32, .06);
    transform: translateZ(0) scale(1.015);
  }

  :where(.bws-system-page) :is(.bwp-button:hover svg, .bwp-button:focus-visible svg) {
    transform: none;
  }

  .bws-project-filter-button.is-active { transform: none; }
  .bws-project-filter-button.is-active:is(:hover, :focus-visible) { border-color: #24262a; background: #24262a; color: #fff; transform: translateZ(0) scale(1.015); }
  :where(.bws-project-case-detail-page) :is(.bws-case-product-links a, .bws-case-system-panel) {
    transition: none;
  }
  :where(.bws-project-case-detail-page) :is(.bws-case-product-links a, .bws-case-system-panel):is(:hover, :focus-visible) {
    box-shadow: none;
    transform: none;
  }
  :where(.bws-project-case-detail-page) .bws-case-product-links a > figure {
    transition: transform .3s cubic-bezier(0, 0, .5, 1);
  }
  :where(.bws-project-case-detail-page) .bws-case-product-links a:is(:hover, :focus-visible) > figure,
  :where(.bws-project-case-detail-page) .bws-case-product-links a:is(:hover, :focus-visible) > span {
    transform: translateZ(0) scale(1.015);
  }
  :where(.bws-project-case-detail-page) .bws-case-product-links a:is(:hover, :focus-visible) img {
    transform: none;
  }
  :where(.bws-project-case-detail-page) .bws-case-product-links a:is(:hover, :focus-visible) img.is-primer-package {
    transform: scale(1.12);
  }
  :where(.bws-project-case-detail-page) .bws-case-product-links a:is(:hover, :focus-visible) strong,
  :where(.bws-project-case-detail-page) .bws-case-system-panel:is(:hover, :focus-visible) .bws-case-system-copy h3,
  :where(.bws-project-case-detail-page) .bws-case-system-panel:is(:hover, :focus-visible) .bws-case-system-copy em {
    transform: translateZ(0) scale(1.015);
  }
  :where(.bws-project-case-detail-page) .bws-case-system-panel:is(:hover, :focus-visible) .bws-case-system-media img {
    transform: translateZ(0) scale(1.015);
  }
  :where(.bws-project-case-detail-page) :is(.bws-case-adjacent-link, .bws-case-adjacent-all):is(:hover, :focus-visible) > :is(.bws-case-adjacent-kicker, span, strong, em) {
    transform: translateZ(0) scale(1.015);
  }
  .bwp-form button:is(:hover, :focus-visible) { box-shadow: 0 18px 34px rgba(31,31,31,.14); transform: none; }
}
