:root {
  --bwh-muted-light: rgba(255, 255, 255, .78);
  --bwh-container: 1200px;
  --bwh-title-container: 1040px;
  --bwh-mobile-container: 354px;
  --bwh-mobile-padding: 18px;
  --bwh-radius-card: 30px;
  --bwh-page-bg: #f5f6f7;
  --bwh-section-ink: #1f1f1f;
  --bwh-section-muted: rgba(31, 31, 31, .72);
  --bwh-section-shadow: 0 18px 48px rgba(0, 0, 0, .05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--bwh-page-bg);
}

body.bwh-page {
  margin: 0;
  color: #fff;
  background: var(--bwh-page-bg);
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 17px;
  line-height: 29.24px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.bwh-page a {
  color: inherit;
  text-decoration: none;
}

.bwh-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #111315;
}

.bwh-hero-media,
.bwh-hero-media picture,
.bwh-hero-video,
.bwh-hero-poster,
.bwh-hero-shade {
  position: absolute;
  inset: 0;
}

.bwh-hero-media picture {
  display: block;
}

.bwh-hero-video,
.bwh-hero-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.02) brightness(.96);
}

.bwh-hero-poster {
  z-index: 0;
}

.bwh-hero-video {
  z-index: 1;
  opacity: 0;
  transition: opacity .22s ease;
}

.bwh-hero-video.is-ready {
  opacity: 1;
}

.bwh-hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8, 10, 12, .58) 0%, rgba(8, 10, 12, .42) 46%, rgba(8, 10, 12, .22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .28) 100%);
}

.bwh-hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(var(--bwh-container), calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 92px 0 132px;
}

.bwh-hero-copyblock {
  width: min(940px, 100%);
  text-align: center;
}

.bwh-eyebrow {
  margin: 0;
  color: var(--bwh-muted-light);
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.bwh-hero h1 {
  width: 100%;
  margin: 18px 0 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.bwh-hero-intro {
  max-width: 820px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: 17px;
  line-height: 29.24px;
  font-weight: 400;
}

.bwh-hero-footer {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 34px;
  display: flex;
  width: min(var(--bwh-container), calc(100% - 48px));
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  transform: translateX(50%);
  color: #fff;
  pointer-events: none;
}

.bwh-hero-social {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  pointer-events: auto;
}

.bwh-social-icon {
  display: inline-flex;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  opacity: .8;
  transition:
    color .2s var(--bw-card-hover-easing, cubic-bezier(0, 0, .5, 1)),
    opacity .2s var(--bw-card-hover-easing, cubic-bezier(0, 0, .5, 1));
}

.bwh-social-icon:hover,
.bwh-social-icon:focus-visible {
  color: #006cfc;
  opacity: 1;
  outline: none;
}

.bwh-social-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.bwh-social-icon-facebook {
  width: 10px;
}

.bwh-social-icon-youtube {
  width: 19px;
}

.bwh-social-icon-instagram {
  width: 15px;
}

.bwh-hero-contact {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: min(720px, 100%);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: right;
  pointer-events: auto;
}

.bwh-hero-contact a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color .2s var(--bw-card-hover-easing, cubic-bezier(0, 0, .5, 1)),
    opacity .2s var(--bw-card-hover-easing, cubic-bezier(0, 0, .5, 1));
}

.bwh-hero-contact a:hover,
.bwh-hero-contact a:focus-visible {
  color: #006cfc;
  outline: none;
}

.bwh-page .bwpc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 24px;
}

.bwh-page .bwpc-modal:target {
  display: grid;
}

.bwh-page .bwpc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
}

.bwh-page .bwpc-modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 34px;
  background: #fff;
  color: #1f1f1f;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

.bwh-page .bwpc-modal-card h2 {
  margin: 0 0 22px;
  color: #1f1f1f;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-page .bwpc-modal-card img {
  display: block;
  width: min(360px, 100%);
  height: auto;
  margin: 0 auto;
}

.bwh-page .bwpc-modal-card p {
  margin: 20px 0 0;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.bwh-page .bwpc-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.bwh-page .bwpc-modal-close:focus-visible,
.bwh-page .bwpc-modal-backdrop:focus-visible {
  outline: 2px solid rgba(31, 31, 31, .34);
  outline-offset: 3px;
}

.bwh-section {
  padding: 150px 0;
  background: var(--bwh-page-bg);
  color: var(--bwh-section-ink);
}

.bwh-system-section {
  padding-top: 300px;
  background: #eef3f6;
}

.bwh-shell {
  width: min(var(--bwh-container), calc(100% - 48px));
  max-width: var(--bwh-container);
  margin: 0 auto;
}

.bwh-section-head {
  max-width: var(--bwh-title-container);
  margin: 0 auto 76px;
  text-align: center;
}

.bwh-section h2 {
  margin: 0 0 18px;
  color: var(--bwh-section-ink);
  font-size: 44px;
  line-height: 53.68px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-section-head > p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--bwh-section-muted);
  font-size: 17px;
  line-height: 29.24px;
  font-weight: 400;
}

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

.bwh-application-card {
  display: flex;
  grid-column: span 4;
  min-height: 470px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: var(--bwh-radius-card);
  background: #fff;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--bwh-section-shadow);
}

.bwh-application-card-wide {
  grid-column: span 6;
  min-height: 448px;
}

.bwh-application-card-feature {
  grid-column: span 8;
  display: grid;
  min-height: 334px;
  grid-template-columns: minmax(0, .78fr) minmax(360px, .92fr);
  background: #fff;
}

.bwh-application-card-entry {
  grid-column: span 4;
  min-height: 334px;
  background: #fff;
}

.bwh-application-card-soft {
  background: #fff;
}

.bwh-application-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10.2;
  background: #fff;
}

.bwh-application-card-wide .bwh-application-media {
  aspect-ratio: 16 / 8.1;
}

.bwh-application-card-feature .bwh-application-media {
  order: 2;
  height: 100%;
  min-height: 334px;
  aspect-ratio: auto;
}

.bwh-application-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.bwh-application-card-feature .bwh-application-media img {
  width: 88%;
  height: 88%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.bwh-application-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 36px 38px;
}

.bwh-application-card-feature .bwh-application-body {
  order: 1;
  padding: 42px 44px 42px;
}

.bwh-application-card-entry .bwh-application-body {
  justify-content: center;
  padding: 42px;
}

.bwh-application-card h3 {
  max-width: 520px;
  margin: 0 0 14px;
  color: var(--bwh-section-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-application-card p {
  max-width: 560px;
  margin: 0;
  color: var(--bwh-section-muted);
  font-size: 16px;
  line-height: 27.52px;
}

.bwh-about-section {
  padding: 150px 0;
  background: #f5f6f7;
}

.bwh-about-head {
  max-width: var(--bwh-title-container);
  margin: 0 auto 76px;
  text-align: center;
}

.bwh-about-head h2 {
  max-width: 930px;
  margin: 14px auto 24px;
  color: var(--bwh-section-ink);
  font-size: 44px;
  line-height: 53.68px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-about-description {
  max-width: 800px;
  margin: 0 auto;
  color: var(--bwh-section-muted);
  font-size: 17px;
  line-height: 29.24px;
  text-align: center;
}

.bwh-about-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200 / 522;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 24, 32, .08);
}

.bwh-about-card-media,
.bwh-about-card-video {
  position: absolute;
  inset: 0;
}

.bwh-about-card-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bwh-about-capability-grid {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bwh-about-capability-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(18, 24, 32, .06);
}

.bwh-about-capability-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eef1f4;
}

.bwh-about-capability-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwh-about-capability-body {
  padding: 24px 24px 26px;
}

.bwh-about-capability-body h3 {
  margin: 0 0 10px;
  color: var(--bwh-section-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-about-capability-body p {
  margin: 0;
  color: var(--bwh-section-muted);
  font-size: 16px;
  line-height: 27.52px;
}

.bwh-about-entry-card {
  grid-column: 1 / -1;
  background: #fff;
}

.bwh-about-entry-card .bwh-about-capability-body {
  padding: 34px 36px 36px;
}

.bwh-about-entry-card h3,
.bwh-about-entry-card p {
  max-width: 760px;
}

.bwh-product-section {
  background: #eef1f4;
}

.bwh-product-section .bwh-section-head {
  margin-bottom: 54px;
}

.bwh-product-video-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200 / 522;
  margin-bottom: 34px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 24, 32, .08);
}

.bwh-product-video-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bwh-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.bwh-product-card {
  display: flex;
  position: relative;
  min-height: 448px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: var(--bwh-radius-card);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--bwh-section-shadow);
}

.bwh-product-mark {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 0;
  background: #f5f6f7;
}

.bwh-product-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bwh-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px 36px 38px;
}

.bwh-product-card h3 {
  max-width: 520px;
  margin: 0 0 12px;
  color: var(--bwh-section-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-product-card p {
  max-width: 560px;
  margin: 0;
  color: var(--bwh-section-muted);
  font-size: 16px;
  line-height: 27.52px;
}

.bwh-product-card-entry {
  grid-column: 1 / -1;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
  background: #fff;
}

.bwh-product-card-entry h3 {
  max-width: 680px;
  margin-top: 8px;
}

.bwh-product-card-entry p {
  max-width: 760px;
}

.bwh-cases-section {
  background: #f5f6f7;
}

.bwh-cases-head {
  max-width: var(--bwh-title-container);
  margin: 0 auto 54px;
  text-align: center;
}

.bwh-cases-head h2 {
  max-width: 930px;
  margin: 12px auto 22px;
  color: var(--bwh-section-ink);
  font-size: 44px;
  line-height: 53.68px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-cases-head > p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--bwh-section-muted);
  font-size: 17px;
  line-height: 29.24px;
  text-align: center;
}

.bwh-cases-video-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200 / 522;
  margin-bottom: 34px;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 24, 32, .08);
}

.bwh-cases-video-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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

.bwh-case-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(18, 24, 32, .06);
}

.bwh-case-card-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10.2;
  background: #eef1f4;
}

.bwh-case-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bwh-case-card-body {
  padding: 24px 24px 26px;
}

.bwh-case-card-body h3 {
  margin: 0 0 10px;
  color: var(--bwh-section-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-case-card-body p {
  margin: 0;
  color: var(--bwh-section-muted);
  font-size: 16px;
  line-height: 27.52px;
}

.bwh-case-card-entry {
  display: flex;
  min-height: 100%;
  align-items: stretch;
  background: #fff;
}

.bwh-case-card-entry .bwh-case-card-body {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
}

.bwh-articles-section {
  background: #eef1f4;
}

.bwh-articles-head {
  max-width: var(--bwh-title-container);
  margin: 0 auto 54px;
  text-align: center;
}

.bwh-articles-head h2 {
  max-width: 930px;
  margin: 12px auto 22px;
  color: var(--bwh-section-ink);
  font-size: 44px;
  line-height: 53.68px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-articles-head > p {
  max-width: 780px;
  margin: 0 auto;
  color: var(--bwh-section-muted);
  font-size: 17px;
  line-height: 29.24px;
  text-align: center;
}

.bwh-article-path-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 58px 64px 62px;
  border: 0;
  border-radius: 34px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .86) 48%, rgba(255, 255, 255, .62) 100%);
  box-shadow: 0 18px 46px rgba(18, 24, 32, .07);
}

.bwh-article-card-grid + .bwh-article-path-card {
  margin-top: 34px;
  margin-bottom: 0;
}

.bwh-article-path-card h3 {
  max-width: 1040px;
  margin: 14px 0 18px;
  color: var(--bwh-section-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-article-path-intro {
  max-width: 1120px;
  margin: 0;
  color: var(--bwh-section-muted);
  font-size: 17px;
  line-height: 29.24px;
}

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

.bwh-article-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(31, 31, 31, .06);
  border-radius: 24px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(18, 24, 32, .06);
}

.bwh-article-card-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10.2;
  background: #eef1f4;
}

.bwh-article-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bwh-article-card-body {
  padding: 24px 24px 26px;
}

.bwh-article-card-body h3 {
  margin: 0 0 10px;
  color: var(--bwh-section-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.bwh-article-card-body p {
  margin: 0;
  color: var(--bwh-section-muted);
  font-size: 16px;
  line-height: 27.52px;
}

.bwh-article-card-entry {
  display: flex;
  min-height: 100%;
  align-items: stretch;
  background: #fff;
}

.bwh-article-card-entry .bwh-article-card-body {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (max-width: 1080px) {
  .bwh-hero-content {
    align-items: center;
    width: min(920px, calc(100% - 48px));
    padding: 120px 0 146px;
  }

  .bwh-hero-copyblock {
    width: 100%;
  }

  .bwh-hero-footer {
    bottom: 42px;
  }

  .bwh-application-card,
  .bwh-application-card-wide,
  .bwh-application-card-feature,
  .bwh-application-card-entry {
    grid-column: span 6;
  }

  .bwh-application-card-feature {
    display: flex;
    min-height: 470px;
  }

  .bwh-application-card-feature .bwh-application-media {
    order: 0;
    min-height: 0;
    aspect-ratio: 16 / 10.2;
  }

  .bwh-application-card-feature .bwh-application-body {
    order: 0;
    padding: 28px 30px 30px;
  }

  .bwh-about-head h2 {
    font-size: 44px;
    line-height: 53.68px;
  }

  .bwh-product-grid {
    grid-template-columns: 1fr;
  }

  .bwh-cases-head h2 {
    font-size: 44px;
    line-height: 53.68px;
  }

  .bwh-cases-head > p {
    max-width: 680px;
  }

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

  .bwh-article-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bwh-hero {
    min-height: 820px;
  }

  .bwh-hero-video,
  .bwh-hero-poster {
    object-position: center;
  }

  .bwh-hero-shade {
    background:
      linear-gradient(180deg, rgba(7, 9, 12, .08) 0%, rgba(7, 9, 12, .2) 42%, rgba(7, 9, 12, .44) 100%);
  }

  .bwh-hero-content {
    width: 100%;
    min-height: 820px;
    padding: 102px 20px 86px;
  }

  .bwh-hero-footer {
    right: auto;
    bottom: 36px;
    left: 50%;
    width: min(var(--bwh-mobile-container), calc(100% - (var(--bwh-mobile-padding) * 2)));
    max-width: var(--bwh-mobile-container);
    flex-direction: column;
    align-items: center;
    gap: 22px;
    transform: translateX(-50%);
  }

  .bwh-hero-social {
    gap: 18px;
  }

  .bwh-social-icon {
    width: 17px;
    height: 17px;
  }

  .bwh-social-icon-facebook {
    width: 10px;
  }

  .bwh-social-icon-youtube {
    width: 19px;
  }

  .bwh-social-icon-instagram {
    width: 15px;
  }

  .bwh-hero-contact {
    max-width: 100%;
    justify-content: center;
    gap: 7px 14px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .bwh-eyebrow {
    font-size: 11px;
    letter-spacing: .2em;
  }

  .bwh-hero h1 {
    margin-top: 10px;
    font-size: 31px;
    line-height: 1.14;
  }

  .bwh-hero-intro {
    margin-top: 16px;
    font-size: 15px;
    line-height: 23.8px;
  }

  .bwh-section {
    padding: 104px 0;
  }

  .bwh-system-section {
    padding-top: 124px;
  }

  .bwh-shell {
    width: min(var(--bwh-mobile-container), calc(100% - (var(--bwh-mobile-padding) * 2)));
    max-width: var(--bwh-mobile-container);
  }

  .bwh-section-head {
    margin-bottom: 48px;
    text-align: center;
  }

  .bwh-about-head {
    margin-bottom: 42px;
  }

  .bwh-about-head h2 {
    font-size: 26px;
    line-height: 30.16px;
  }

  .bwh-about-head h2 br {
    display: none;
  }

  .bwh-about-description {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-about-card {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
  }

  .bwh-about-card-media {
    object-position: center top;
  }

  .bwh-about-capability-grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bwh-about-capability-card {
    border-radius: 20px;
  }

  .bwh-about-capability-body {
    padding: 22px 22px 24px;
  }

  .bwh-about-entry-card .bwh-about-capability-body {
    padding: 28px 24px 30px;
  }

  .bwh-about-capability-body h3 {
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwh-about-capability-body p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-product-section .bwh-section-head {
    margin-bottom: 38px;
  }

  .bwh-product-video-card {
    aspect-ratio: 16 / 9;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .bwh-product-video-media {
    object-position: center top;
  }

  .bwh-section h2 {
    font-size: 26px;
    line-height: 30.16px;
  }

  .bwh-section-head > p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-application-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bwh-application-card,
  .bwh-application-card-wide,
  .bwh-application-card-feature,
  .bwh-application-card-entry {
    grid-column: auto;
    border-radius: 22px;
  }

  .bwh-application-card,
  .bwh-application-card-wide,
  .bwh-application-card-feature,
  .bwh-application-card-entry {
    min-height: auto;
  }

  .bwh-application-media,
  .bwh-application-card-wide .bwh-application-media,
  .bwh-application-card-feature .bwh-application-media {
    aspect-ratio: 16 / 10.4;
  }

  .bwh-application-body,
  .bwh-application-card-feature .bwh-application-body,
  .bwh-application-card-entry .bwh-application-body {
    padding: 30px 24px 34px;
  }

  .bwh-application-card h3 {
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwh-application-card p,
  .bwh-product-card p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-product-card {
    min-height: auto;
    border-radius: 22px;
  }

  .bwh-product-card-body {
    padding: 30px 24px 34px;
  }

  .bwh-product-mark {
    height: auto;
    margin: 0;
    aspect-ratio: 16 / 10.4;
    border-radius: 0;
  }

  .bwh-product-card-entry {
    min-height: 220px;
    padding: 30px 24px 34px;
  }

  .bwh-product-card h3 {
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwh-cases-head {
    margin-bottom: 24px;
  }

  .bwh-cases-head h2 {
    font-size: 26px;
    line-height: 30.16px;
  }

  .bwh-cases-head > p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-cases-video-card {
    aspect-ratio: 16 / 9;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .bwh-cases-video-media {
    object-position: center top;
  }

  .bwh-case-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bwh-case-card {
    border-radius: 20px;
  }

  .bwh-case-card-body {
    padding: 22px 22px 24px;
  }

  .bwh-case-card-entry .bwh-case-card-body {
    min-height: 230px;
  }

  .bwh-case-card-body h3 {
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwh-case-card-body p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-articles-head {
    margin-bottom: 24px;
  }

  .bwh-articles-head h2 {
    font-size: 26px;
    line-height: 30.16px;
  }

  .bwh-articles-head > p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-article-path-card {
    margin-bottom: 24px;
    padding: 30px 24px 32px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .78) 100%);
  }

  .bwh-article-path-card h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwh-article-path-intro {
    font-size: 16px;
    line-height: 25.6px;
  }

  .bwh-article-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bwh-article-card {
    border-radius: 20px;
  }

  .bwh-article-card-body {
    padding: 22px 22px 24px;
  }

  .bwh-article-card-entry .bwh-article-card-body {
    min-height: 230px;
  }

  .bwh-article-card-body h3 {
    font-size: 20px;
    line-height: 24.4px;
  }

  .bwh-article-card-body p {
    font-size: 16px;
    line-height: 25.6px;
  }

}

/* BWHOMELF 0.1.85: align homepage typography and text widths with product detail pages. */
:root {
  --bwh-text-container: 980px;
  --bwh-section-head-container: 1000px;
  --bwh-section-title-width: 800px;
}

body.bwh-page {
  font-family: Helvetica, Verdana, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 29.24px !important;
  letter-spacing: 0 !important;
}

.bwh-hero-copyblock,
.bwh-hero h1 {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.bwh-section-head,
.bwh-about-head,
.bwh-cases-head,
.bwh-articles-head {
  max-width: var(--bwh-section-head-container) !important;
}

.bwh-eyebrow {
  font-size: 12px !important;
  line-height: 14.4px !important;
  font-weight: 600 !important;
  letter-spacing: .22em !important;
  text-transform: uppercase !important;
}

.bwh-hero h1 {
  font-size: 50px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.bwh-section h2,
.bwh-about-head h2,
.bwh-cases-head h2,
.bwh-articles-head h2 {
  max-width: var(--bwh-section-title-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: 44px !important;
  line-height: 53.68px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.bwh-section-head > p,
.bwh-about-description,
.bwh-cases-head > p,
.bwh-articles-head > p,
.bwh-article-path-intro {
  max-width: var(--bwh-text-container) !important;
  font-size: 17px !important;
  line-height: 29.24px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.bwh-application-card h3,
.bwh-about-capability-body h3,
.bwh-product-card h3,
.bwh-case-card-body h3,
.bwh-article-path-card h3,
.bwh-article-card-body h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.bwh-article-path-card h3,
.bwh-about-entry-card h3,
.bwh-product-card-entry h3,
.bwh-case-card-entry h3,
.bwh-article-card-entry h3 {
  max-width: var(--bwh-section-title-width) !important;
}

.bwh-about-entry-card p,
.bwh-product-card-entry p,
.bwh-case-card-entry p,
.bwh-article-card-entry p {
  max-width: var(--bwh-text-container) !important;
}

.bwh-application-card p,
.bwh-about-capability-body p,
.bwh-product-card p,
.bwh-case-card-body p,
.bwh-article-card-body p {
  font-size: 16px !important;
  line-height: 27.52px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 720px) {
  body.bwh-page {
    font-size: 16px !important;
    line-height: 25.6px !important;
  }

  .bwh-hero-copyblock,
  .bwh-hero h1,
  .bwh-section-head,
  .bwh-about-head,
  .bwh-cases-head,
  .bwh-articles-head,
  .bwh-section-head > p,
  .bwh-about-description,
  .bwh-cases-head > p,
  .bwh-articles-head > p,
  .bwh-article-path-intro {
    max-width: 100% !important;
  }

  .bwh-eyebrow {
    font-size: 9px !important;
    line-height: 10.8px !important;
    font-weight: 600 !important;
    letter-spacing: .22em !important;
  }

  .bwh-hero h1 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .bwh-section h2,
  .bwh-about-head h2,
  .bwh-cases-head h2,
  .bwh-articles-head h2 {
    max-width: 100% !important;
    font-size: 26px !important;
    line-height: 30.16px !important;
  }

  .bwh-application-card h3,
  .bwh-about-capability-body h3,
  .bwh-product-card h3,
  .bwh-case-card-body h3,
  .bwh-article-path-card h3,
  .bwh-article-card-body h3 {
    max-width: 100% !important;
    font-size: 20px !important;
    line-height: 24.4px !important;
  }

  .bwh-section-head > p,
  .bwh-about-description,
  .bwh-cases-head > p,
  .bwh-articles-head > p,
  .bwh-article-path-intro,
  .bwh-application-card p,
  .bwh-about-capability-body p,
  .bwh-product-card p,
  .bwh-case-card-body p,
  .bwh-article-card-body p {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 25.6px !important;
  }
}

/* BWHOMELF 0.1.93: Apple-style duration-based video progress controls. */
.bwh-video-control {
  --bwh-video-progress: 0deg;
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    opacity .18s ease,
    transform .18s ease;
}

.bwh-video-control::before,
.bwh-video-control::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.bwh-video-control::before {
  border: 2px solid rgba(255, 255, 255, .72);
}

.bwh-video-control::after {
  background: conic-gradient(from -90deg, #fff var(--bwh-video-progress), rgba(255, 255, 255, 0) 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  transition: background .08s linear;
}

.bwh-hero .bwh-video-control {
  right: 32px;
  bottom: 92px;
}

.bwh-video-control:hover,
.bwh-video-control:focus-visible {
  opacity: .86;
  outline: none;
  transform: scale(1.04);
}

.bwh-video-control-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 14px;
  height: 16px;
}

.bwh-video-control-icon::before,
.bwh-video-control-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  display: block;
  width: 3.5px;
  height: 14px;
  border-radius: 999px;
  background: currentColor;
  transition:
    opacity .16s ease,
    transform .16s ease,
    clip-path .16s ease,
    width .16s ease;
}

.bwh-video-control-icon::before {
  left: 2px;
}

.bwh-video-control-icon::after {
  right: 2px;
}

.bwh-video-control.is-paused .bwh-video-control-icon::before {
  top: 0;
  left: 3px;
  width: 13px;
  height: 16px;
  border-radius: 0;
  clip-path: polygon(18% 8%, 18% 92%, 86% 50%);
}

.bwh-video-control.is-paused .bwh-video-control-icon::after {
  opacity: 0;
  transform: scaleX(.2);
}

.bwh-video-control[hidden] {
  display: none;
}

@media (max-width: 720px) {
  .bwh-video-control {
    right: 14px;
    bottom: 14px;
    width: 34px;
    height: 34px;
  }

  .bwh-hero .bwh-video-control {
    right: 20px;
    bottom: 150px;
  }

  .bwh-video-control-icon {
    width: 12px;
    height: 14px;
  }

  .bwh-video-control-icon::before,
  .bwh-video-control-icon::after {
    top: 1px;
    width: 3px;
    height: 12px;
  }

  .bwh-video-control.is-paused .bwh-video-control-icon::before {
    left: 2px;
    width: 12px;
    height: 14px;
  }
}

/* BWHOMELF 0.1.92: match system-category action icons and loosen card copy spacing. */
.bwh-application-card,
.bwh-about-entry-card,
.bwh-product-card,
.bwh-case-card,
.bwh-article-card {
  position: relative;
}

.bwh-application-grid {
  gap: 32px;
}

.bwh-product-grid {
  gap: 36px;
}

.bwh-case-card-grid,
.bwh-article-card-grid {
  gap: 30px;
}

.bwh-application-body,
.bwh-product-card-body {
  padding: 38px 40px 88px !important;
}

.bwh-about-capability-card:not(.bwh-about-entry-card) .bwh-about-capability-body {
  padding: 32px 34px 38px !important;
}

.bwh-about-entry-card .bwh-about-capability-body,
.bwh-case-card-body,
.bwh-article-card-body {
  padding: 32px 34px 84px !important;
}

.bwh-application-card-feature .bwh-application-body,
.bwh-application-card-entry .bwh-application-body,
.bwh-product-card-entry {
  padding: 44px 46px 92px !important;
}

.bwh-application-card h3,
.bwh-about-capability-body h3,
.bwh-product-card h3,
.bwh-case-card-body h3,
.bwh-article-card-body h3 {
  margin-bottom: 16px !important;
}

.bwh-application-card p,
.bwh-about-capability-body p,
.bwh-product-card p,
.bwh-case-card-body p,
.bwh-article-card-body p {
  margin-top: 0 !important;
}

@media (max-width: 720px) {
  .bwh-page.bw-interaction-scope .bw-interactive-card,
  .bwh-page.bw-interaction-scope .bw-interactive-card .bw-card-stable-copy {
    transform: none !important;
  }

  .bwh-application-grid,
  .bwh-product-grid,
  .bwh-case-card-grid,
  .bwh-article-card-grid {
    gap: 22px;
  }

  .bwh-application-body,
  .bwh-product-card-body,
  .bwh-application-card-feature .bwh-application-body,
  .bwh-application-card-entry .bwh-application-body,
  .bwh-product-card-entry {
    padding: 30px 24px 78px !important;
  }

  .bwh-about-capability-card:not(.bwh-about-entry-card) .bwh-about-capability-body {
    padding: 26px 24px 30px !important;
  }

  .bwh-about-entry-card .bwh-about-capability-body,
  .bwh-case-card-body,
  .bwh-article-card-body {
    padding: 26px 24px 74px !important;
  }

  .bwh-application-card h3,
  .bwh-about-capability-body h3,
  .bwh-product-card h3,
  .bwh-case-card-body h3,
  .bwh-article-card-body h3 {
    margin-bottom: 12px !important;
  }
}

/* BWHOMELF 0.1.96: match the About entry card height to the Product entry card. */
.bwh-about-entry-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
}

.bwh-about-entry-card .bwh-about-capability-body {
  padding: 44px 46px 92px !important;
}

@media (max-width: 720px) {
  .bwh-about-entry-card {
    min-height: 220px;
  }

  .bwh-about-entry-card .bwh-about-capability-body {
    padding: 30px 24px 78px !important;
  }
}

/* BWHOMELF 0.1.98: restore the article guide banner card while keeping reduced copy. */
.bwh-article-path-card {
  margin-bottom: 34px;
  padding: 58px 64px 62px;
  border: 0;
  border-radius: 34px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .86) 48%, rgba(255, 255, 255, .62) 100%);
  box-shadow: 0 18px 46px rgba(18, 24, 32, .07);
}

.bwh-article-path-card h3 {
  margin: 14px 0 18px;
  max-width: 760px !important;
}

.bwh-article-path-intro {
  max-width: 760px !important;
  font-size: 16px;
  line-height: 27.52px;
}

@media (max-width: 720px) {
  .bwh-article-path-card {
    margin-bottom: 24px;
    padding: 30px 24px 32px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .78) 100%);
  }
}

/* BWHOMELF 0.1.100: match the article guide banner size to the video cards above. */
.bwh-article-path-card {
  aspect-ratio: 1200 / 522;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
}

@media (max-width: 720px) {
  .bwh-article-path-card {
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: 22px;
  }
}

/* BWHOMELF 0.1.101: remove the visible left edge from the article guide banner. */
.bwh-article-path-card {
  border: 0;
}

/* BWHOMELF 0.1.103: center the article guide content inside the banner card. */
.bwh-article-path-card {
  align-items: center;
  text-align: center;
}

.bwh-article-path-card h3,
.bwh-article-path-intro {
  margin-right: auto;
  margin-left: auto;
}

/* BWHOMELF 0.1.110: turn the article guide banner into a contact CTA card. */
.bwh-article-contact-card {
  color: inherit;
}

.bwh-article-contact-card .bwh-article-path-intro {
  max-width: 760px !important;
}

.bwh-page .bwh-article-contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 168px;
  height: 42px;
  min-height: 42px;
  margin-top: 24px;
  padding: 0 20px;
  border: 3px solid #2f2f2f;
  border-radius: 999px;
  background: #2f2f2f;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
  gap: 10px;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.bwh-page .bwh-article-contact-cta::after {
  content: "\203A";
  margin-left: 0;
  color: currentColor;
  font-size: 21px;
  line-height: 1;
  transform: translateY(-1px);
}

.bwh-page .bwh-article-contact-cta:is(:hover, :focus-visible) {
  border-color: #2261b6;
  background: #2261b6;
  color: #fff;
}

.bwh-page .bwh-article-contact-cta:focus-visible {
  outline: 0;
}

.bwh-article-path-card.is-background-loaded {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .84) 48%, rgba(255, 255, 255, .64) 100%),
    url("/wp-content/uploads/bw-article-lightweight/assets/article-category/polyurea-articles-banner-desktop.webp?ver=1779859219") center / cover no-repeat;
}

@media (max-width: 720px) {
  .bwh-article-path-card.is-background-loaded {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .9) 58%, rgba(255, 255, 255, .78) 100%),
      url("/wp-content/uploads/bw-article-lightweight/assets/article-category/polyurea-articles-banner-mobile.webp?ver=1779859220") center / cover no-repeat;
  }

  .bwh-article-contact-card {
    aspect-ratio: auto;
    min-height: 240px;
    padding: 34px 24px 36px;
  }

  .bwh-article-contact-card .bwh-article-path-intro {
    max-width: 306px !important;
  }

  .bwh-page .bwh-article-contact-cta {
    width: auto;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    margin-top: 22px;
    padding: 0 18px;
  }
}

/* BWHOMELF 0.1.104: make the system application cards swipeable on mobile only. */
@media (min-width: 721px) {
  .bwh-mobile-carousel-indicator {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .bwh-system-section .bwh-application-grid.bwh-mobile-carousel {
    --bwh-mobile-carousel-card-width: min(var(--bwh-mobile-container), calc(100vw - 36px));
    display: flex;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 0 calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2) 20px;
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .bwh-system-section .bwh-application-grid.bwh-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-wide,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-feature,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-entry {
    flex: 0 0 var(--bwh-mobile-carousel-card-width);
    width: var(--bwh-mobile-carousel-card-width);
    min-width: var(--bwh-mobile-carousel-card-width);
    min-height: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-feature {
    display: flex;
    grid-template-columns: none;
  }

  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-feature .bwh-application-media {
    order: 0;
    height: auto;
    min-height: 0;
  }

  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-feature .bwh-application-body {
    order: 0;
  }

  .bwh-mobile-carousel-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(var(--bwh-mobile-container), calc(100vw - 36px));
    min-height: 14px;
    margin: 8px auto 0;
    gap: 7px;
  }

  .bwh-mobile-carousel-indicator[hidden] {
    display: none;
  }

  .bwh-mobile-carousel-dot {
    display: block;
    width: 5px;
    height: 5px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(16, 24, 39, .2);
    appearance: none;
    cursor: pointer;
    box-shadow: none;
    transition: width .22s ease, background-color .22s ease, opacity .22s ease;
  }

  .bwh-mobile-carousel-dot.is-active {
    width: 18px;
    background: rgba(16, 24, 39, .78);
  }
}

/* BWHOMELF 0.1.106: remove the mobile carousel card shadow haze. */
@media (max-width: 720px) {
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-wide,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-feature,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-entry {
    box-shadow: none;
  }
}

/* BWHOMELF 0.1.107: make the About capability cards swipeable on mobile; keep the video card static. */
@media (max-width: 720px) {
  .bwh-about-section .bwh-about-capability-grid.bwh-mobile-carousel {
    --bwh-mobile-carousel-card-width: min(var(--bwh-mobile-container), calc(100vw - 36px));
    display: flex;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 0 calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2) 20px;
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .bwh-about-section .bwh-about-capability-grid.bwh-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .bwh-about-section .bwh-mobile-carousel > .bwh-about-capability-card {
    display: flex;
    flex: 0 0 var(--bwh-mobile-carousel-card-width);
    width: var(--bwh-mobile-carousel-card-width);
    min-width: var(--bwh-mobile-carousel-card-width);
    min-height: 0;
    flex-direction: column;
    grid-column: auto;
    box-shadow: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .bwh-about-section .bwh-mobile-carousel > .bwh-about-capability-card .bwh-about-capability-body {
    flex: 1;
  }
}

/* BWHOMELF 0.1.108: make the Product category cards swipeable on mobile; keep the video card static. */
@media (max-width: 720px) {
  .bwh-product-section .bwh-product-grid.bwh-mobile-carousel {
    --bwh-mobile-carousel-card-width: min(var(--bwh-mobile-container), calc(100vw - 36px));
    display: flex;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 0 calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2) 20px;
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .bwh-product-section .bwh-product-grid.bwh-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .bwh-product-section .bwh-mobile-carousel > .bwh-product-card {
    display: flex;
    flex: 0 0 var(--bwh-mobile-carousel-card-width);
    width: var(--bwh-mobile-carousel-card-width);
    min-width: var(--bwh-mobile-carousel-card-width);
    min-height: 0;
    flex-direction: column;
    grid-column: auto;
    box-shadow: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .bwh-product-section .bwh-mobile-carousel > .bwh-product-card .bwh-product-card-body {
    flex: 1;
  }
}

/* BWHOMELF 0.1.109: make the Case and Article cards swipeable on mobile while keeping their lead cards static. */
@media (max-width: 720px) {
  .bwh-cases-section .bwh-case-card-grid.bwh-mobile-carousel,
  .bwh-articles-section .bwh-article-card-grid.bwh-mobile-carousel {
    --bwh-mobile-carousel-card-width: min(var(--bwh-mobile-container), calc(100vw - 36px));
    display: flex;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding: 0 calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2) 20px;
    gap: 18px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc((100vw - var(--bwh-mobile-carousel-card-width)) / 2);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
  }

  .bwh-cases-section .bwh-case-card-grid.bwh-mobile-carousel::-webkit-scrollbar,
  .bwh-articles-section .bwh-article-card-grid.bwh-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .bwh-cases-section .bwh-mobile-carousel > .bwh-case-card,
  .bwh-articles-section .bwh-mobile-carousel > .bwh-article-card {
    display: flex;
    flex: 0 0 var(--bwh-mobile-carousel-card-width);
    width: var(--bwh-mobile-carousel-card-width);
    min-width: var(--bwh-mobile-carousel-card-width);
    min-height: 0;
    flex-direction: column;
    grid-column: auto;
    box-shadow: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .bwh-cases-section .bwh-mobile-carousel > .bwh-case-card .bwh-case-card-body,
  .bwh-articles-section .bwh-mobile-carousel > .bwh-article-card .bwh-article-card-body {
    flex: 1;
  }
}

/* BWHOMELF 0.1.126: center mobile carousel entry-card copy. */
@media (max-width: 720px) {
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-entry,
  .bwh-about-section .bwh-mobile-carousel > .bwh-about-entry-card,
  .bwh-product-section .bwh-mobile-carousel > .bwh-product-card-entry,
  .bwh-cases-section .bwh-mobile-carousel > .bwh-case-card-entry,
  .bwh-articles-section .bwh-mobile-carousel > .bwh-article-card-entry {
    justify-content: center;
  }

  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-entry .bwh-application-body,
  .bwh-about-section .bwh-mobile-carousel > .bwh-about-entry-card .bwh-about-capability-body,
  .bwh-product-section .bwh-mobile-carousel > .bwh-product-card-entry,
  .bwh-cases-section .bwh-mobile-carousel > .bwh-case-card-entry .bwh-case-card-body,
  .bwh-articles-section .bwh-mobile-carousel > .bwh-article-card-entry .bwh-article-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 42px 30px !important;
    text-align: center;
  }

  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-entry h3,
  .bwh-about-section .bwh-mobile-carousel > .bwh-about-entry-card h3,
  .bwh-product-section .bwh-mobile-carousel > .bwh-product-card-entry h3,
  .bwh-cases-section .bwh-mobile-carousel > .bwh-case-card-entry h3,
  .bwh-articles-section .bwh-mobile-carousel > .bwh-article-card-entry h3,
  .bwh-system-section .bwh-mobile-carousel > .bwh-application-card-entry p,
  .bwh-about-section .bwh-mobile-carousel > .bwh-about-entry-card p,
  .bwh-product-section .bwh-mobile-carousel > .bwh-product-card-entry p,
  .bwh-cases-section .bwh-mobile-carousel > .bwh-case-card-entry p,
  .bwh-articles-section .bwh-mobile-carousel > .bwh-article-card-entry p {
    margin-right: auto;
    margin-left: auto;
  }
}
