@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --cwp-ink: #141715;
  --cwp-ink-2: #242825;
  --cwp-paper: #f4f4f1;
  --cwp-white: #ffffff;
  --cwp-soft: #e7e9e5;
  --cwp-muted: #666b67;
  --cwp-line: rgba(20, 23, 21, 0.16);
  --cwp-line-dark: rgba(255, 255, 255, 0.2);
  --cwp-orange: #c9483c;
  --cwp-orange-dark: #a93630;
  --cwp-olive: #748278;
  --cwp-blue: #365f86;
  --cwp-radius: 4px;
  --cwp-max: 1360px;
  --cwp-font: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

body.cwp-site,
.cwp-home,
.cwp-page {
  color: var(--cwp-ink);
  background: var(--cwp-paper);
  font-family: var(--cwp-font);
}

.cwp-site h1,
.cwp-site h2,
.cwp-site h3,
.cwp-site p {
  letter-spacing: 0;
}

.cwp-header {
  min-height: 76px;
  padding: 0 clamp(20px, 3.2vw, 52px);
  color: var(--cwp-ink);
  background: rgba(247, 247, 244, 0.96);
  border-bottom: 1px solid var(--cwp-line);
  backdrop-filter: blur(18px);
}

.cwp-header.is-scrolled,
.cwp-header.is-open,
.cwp-header--solid {
  min-height: 68px;
  color: var(--cwp-ink);
  background: rgba(247, 247, 244, 0.97);
  border-bottom: 1px solid var(--cwp-line);
}

.cwp-brand {
  display: inline-flex;
  align-items: center;
  width: clamp(132px, 12vw, 170px);
  height: 38px;
}

.cwp-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.cwp-brand__mark,
.cwp-brand__text {
  display: none;
}

.cwp-nav {
  gap: clamp(15px, 1.7vw, 26px);
  font-size: 12px;
  font-weight: 750;
}

.cwp-nav a {
  position: relative;
  padding: 29px 0;
}

.cwp-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.cwp-nav a:hover::after,
.cwp-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cwp-header__actions {
  gap: 8px;
}

.cwp-button {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
}

.cwp-button--primary {
  color: var(--cwp-white);
  background: var(--cwp-orange);
  border-color: var(--cwp-orange);
}

.cwp-button--primary:hover {
  color: var(--cwp-white);
  background: var(--cwp-orange-dark);
  border-color: var(--cwp-orange-dark);
}

.cwp-button--outline {
  color: var(--cwp-ink);
  background: transparent;
  border-color: var(--cwp-ink);
}

.cwp-button--outline:hover {
  color: var(--cwp-white);
  background: var(--cwp-ink);
}

.cwp-button--ghost {
  color: var(--cwp-white);
  background: rgba(20, 23, 21, 0.32);
  border-color: rgba(255, 255, 255, 0.72);
}

.cwp-menu-toggle {
  color: var(--cwp-ink);
  border-color: var(--cwp-line);
}

.cwp-mega {
  top: 76px;
  color: var(--cwp-ink);
  background: rgba(247, 247, 244, 0.98);
  border-color: var(--cwp-line);
  box-shadow: 0 24px 60px rgba(20, 23, 21, 0.16);
}

.cwp-mega__column h3,
.cwp-mega__column a {
  color: var(--cwp-ink);
}

.cwp-mega__column h3 {
  opacity: 0.55;
}

.cwp-hero {
  min-height: min(760px, 86vh);
  padding-top: 76px;
  color: var(--cwp-white);
  background:
    linear-gradient(90deg, rgba(14, 16, 15, 0.83), rgba(14, 16, 15, 0.3) 55%, rgba(14, 16, 15, 0.05)),
    var(--hero-image) center 58% / cover;
}

.cwp-hero::after {
  background: linear-gradient(180deg, rgba(13, 15, 14, 0.12), transparent 55%, rgba(13, 15, 14, 0.5));
}

.cwp-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(760px, calc(100% - 44px));
  min-height: calc(min(760px, 86vh) - 76px);
  padding: 80px 0 42px clamp(22px, 6vw, 88px);
}

.cwp-eyebrow {
  margin-bottom: 18px;
  color: var(--cwp-orange);
  font-size: 11px;
  font-weight: 800;
}

.cwp-hero .cwp-eyebrow {
  color: #ff796d;
}

.cwp-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(50px, 6.1vw, 88px);
  font-weight: 620;
  line-height: 0.98;
}

.cwp-hero__content > p:not(.cwp-eyebrow) {
  max-width: 610px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.cwp-hero__families {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(700px, 100%);
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.cwp-hero__families li {
  min-height: 86px;
  padding: 17px 18px;
  background: rgba(14, 16, 15, 0.5);
}

.cwp-hero__families small,
.cwp-hero__families strong {
  display: block;
}

.cwp-hero__families small {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwp-hero__families strong {
  font-size: 13px;
  font-weight: 720;
}

.cwp-hero__note {
  position: absolute;
  right: clamp(18px, 3vw, 46px);
  bottom: 28px;
  z-index: 2;
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  text-align: right;
}

.cwp-home-intro,
.cwp-section,
.cwp-content-hub,
.cwp-resources-quote,
.cwp-factory-process,
.cwp-detail-grid,
.cwp-catalog,
.cwp-insights-index {
  width: min(100%, var(--cwp-max));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 4vw, 56px);
}

.cwp-section {
  display: block;
}

.cwp-home-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: start;
  border-bottom: 1px solid var(--cwp-line);
  padding-top: clamp(56px, 6vw, 86px);
}

.cwp-home-intro h2,
.cwp-section__intro h2,
.cwp-work-model h2,
.cwp-evidence-band h2,
.cwp-project-entry h2 {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 66px);
  font-weight: 570;
  line-height: 1.04;
}

.cwp-home-intro__copy {
  max-width: 760px;
}

.cwp-home-intro__copy > p {
  margin: 0 0 34px;
  color: var(--cwp-muted);
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1.6;
}

.cwp-home-intro__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--cwp-line);
  border: 1px solid var(--cwp-line);
}

.cwp-home-intro__points article {
  min-height: 138px;
  padding: 22px;
  background: var(--cwp-paper);
}

.cwp-home-intro__points span {
  display: block;
  margin-bottom: 26px;
  color: var(--cwp-orange);
  font-size: 11px;
  font-weight: 800;
}

.cwp-home-intro__points p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.cwp-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
  gap: clamp(28px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.cwp-section__intro > p {
  max-width: 520px;
  margin: 0;
  color: var(--cwp-muted);
  font-size: 16px;
  line-height: 1.65;
}

.cwp-section__intro .cwp-text-link {
  grid-column: 2;
  justify-self: start;
}

.cwp-systems {
  background: var(--cwp-paper);
}

.cwp-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--cwp-line);
  border: 1px solid var(--cwp-line);
}

.cwp-system-card,
.cwp-system-card.is-active {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 580px;
  padding: 0;
  color: var(--cwp-ink);
  background: var(--cwp-paper);
  border: 0;
  transform: none;
}

.cwp-system-card img,
.cwp-system-card.is-active img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  filter: saturate(0.72);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.cwp-system-card:hover img {
  filter: saturate(1);
}

.cwp-system-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.cwp-system-card__number {
  margin-bottom: 38px;
  color: var(--cwp-orange);
  font-size: 11px;
  font-weight: 800;
}

.cwp-system-card h3 {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 620;
  line-height: 1.14;
}

.cwp-system-card p {
  margin: 0 0 26px;
  color: var(--cwp-muted);
  font-size: 14px;
  line-height: 1.62;
}

.cwp-system-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 24px;
  padding: 0;
  list-style: none;
}

.cwp-system-card__meta li {
  padding: 7px 9px;
  color: var(--cwp-muted);
  border: 1px solid var(--cwp-line);
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.cwp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
}

.cwp-application-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  min-height: 660px;
  color: var(--cwp-white);
  background: var(--cwp-ink);
}

.cwp-application-band__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(54px, 7vw, 104px) clamp(24px, 6vw, 88px);
}

.cwp-application-band__content h2 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 540;
  line-height: 1.02;
}

.cwp-application-band__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cwp-application-band__list a {
  min-height: 120px;
  padding: 20px;
  background: var(--cwp-ink);
}

.cwp-application-band__list span,
.cwp-application-band__list strong {
  display: block;
}

.cwp-application-band__list span {
  margin-bottom: 24px;
  color: #ff796d;
  font-size: 10px;
}

.cwp-application-band__list strong {
  font-size: 14px;
}

.cwp-application-band__image {
  min-height: 660px;
}

.cwp-application-band__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}

.cwp-work-model {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 9vw, 140px);
  padding: clamp(76px, 10vw, 146px) max(clamp(20px, 5vw, 72px), calc((100vw - var(--cwp-max)) / 2 + 52px));
  background: #e6e9e5;
}

.cwp-work-model__lead > p:last-of-type {
  max-width: 650px;
  color: var(--cwp-muted);
  font-size: 18px;
  line-height: 1.65;
}

.cwp-work-model__facts {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--cwp-line);
}

.cwp-work-model__facts li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--cwp-line);
}

.cwp-work-model__facts span {
  color: var(--cwp-orange);
  font-size: 11px;
  font-weight: 800;
}

.cwp-work-model__facts strong,
.cwp-work-model__facts small {
  display: block;
}

.cwp-work-model__facts strong {
  margin-bottom: 6px;
  font-size: 15px;
}

.cwp-work-model__facts small {
  color: var(--cwp-muted);
  font-size: 12px;
  line-height: 1.55;
}

.cwp-process {
  border-top: 1px solid var(--cwp-line);
}

.cwp-process__line {
  gap: 0;
  border-top: 1px solid var(--cwp-line);
  border-bottom: 1px solid var(--cwp-line);
}

.cwp-process__step {
  min-height: 210px;
  padding: 24px 22px;
  border-right: 1px solid var(--cwp-line);
}

.cwp-process__step:last-child {
  border-right: 0;
}

.cwp-process__step > span {
  color: var(--cwp-orange);
  background: transparent;
  border: 0;
}

.cwp-process__step h3 {
  margin-top: 42px;
  font-size: 17px;
}

.cwp-process__step p {
  color: var(--cwp-muted);
  font-size: 12px;
}

.cwp-evidence-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: clamp(54px, 9vw, 140px);
  padding: clamp(78px, 10vw, 150px) max(clamp(20px, 5vw, 72px), calc((100vw - var(--cwp-max)) / 2 + 52px));
  color: var(--cwp-white);
  background: var(--cwp-ink);
}

.cwp-evidence-band > div:first-child > p:last-child {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.65;
}

.cwp-evidence-list {
  border-top: 1px solid var(--cwp-line-dark);
}

.cwp-evidence-list article {
  display: grid;
  grid-template-columns: 42px 0.75fr 1.25fr;
  gap: 14px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--cwp-line-dark);
}

.cwp-evidence-list span {
  color: #ff796d;
}

.cwp-evidence-list h3,
.cwp-evidence-list p {
  margin: 0;
}

.cwp-evidence-list h3 {
  font-size: 14px;
}

.cwp-evidence-list p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.55;
}

.cwp-finishes {
  background: var(--cwp-paper);
}

.cwp-finish-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--cwp-line);
}

.cwp-finish,
.cwp-finish.is-selected {
  padding: 0 0 18px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--cwp-line);
  transform: none;
}

.cwp-finish:last-child {
  border-right: 0;
}

.cwp-finish__swatch {
  width: 100%;
  height: 140px;
  margin-bottom: 15px;
  border-radius: 0;
}

.cwp-finish strong,
.cwp-finish small {
  padding: 0 12px;
  text-align: left;
}

.cwp-finish strong {
  font-size: 11px;
}

.cwp-finish small {
  color: var(--cwp-muted);
  font-size: 9px;
}

.cwp-project-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(46px, 9vw, 140px);
  padding: clamp(76px, 10vw, 148px) max(clamp(20px, 5vw, 72px), calc((100vw - var(--cwp-max)) / 2 + 52px));
  background: var(--cwp-white);
  border-top: 1px solid var(--cwp-line);
}

.cwp-project-entry__copy > p:last-of-type {
  max-width: 650px;
  color: var(--cwp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.cwp-project-entry__checklist {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--cwp-line);
}

.cwp-project-entry__checklist li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--cwp-line);
  font-size: 13px;
}

.cwp-project-entry__checklist span {
  color: var(--cwp-orange);
  font-size: 10px;
  font-weight: 800;
}

.cwp-content-hub {
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--cwp-line);
}

.cwp-guides-panel,
.cwp-faq-panel {
  padding: clamp(28px, 4vw, 54px);
  background: var(--cwp-paper);
  border: 0;
}

.cwp-guides-panel h2,
.cwp-faq-panel h2 {
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 580;
}

.cwp-guide-card {
  border-color: var(--cwp-line);
  border-radius: 0;
}

.cwp-guide-card:hover {
  border-color: var(--cwp-ink);
  transform: none;
}

.cwp-faq-list details {
  border-color: var(--cwp-line);
}

.cwp-resources-quote {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1px;
  background: var(--cwp-line);
}

.cwp-resources,
.cwp-quote {
  padding: clamp(30px, 4vw, 56px);
  background: var(--cwp-paper);
  border: 0;
}

.cwp-resource-grid {
  gap: 1px;
  background: var(--cwp-line);
}

.cwp-resource {
  min-height: 180px;
  background: var(--cwp-paper);
  border: 0;
  border-radius: 0;
}

.cwp-form input,
.cwp-form select,
.cwp-form textarea {
  min-height: 48px;
  background: var(--cwp-white);
  border-color: var(--cwp-line);
  border-radius: 0;
}

.cwp-dropzone {
  border-color: var(--cwp-line);
  border-radius: 0;
}

.cwp-footer-proof {
  background: #e6e9e5;
}

.cwp-site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 120px);
  padding: 62px max(clamp(20px, 5vw, 72px), calc((100vw - var(--cwp-max)) / 2 + 52px));
  color: var(--cwp-white);
  background: var(--cwp-ink);
}

.cwp-site-footer__brand img {
  width: 165px;
  height: auto;
  margin-bottom: 24px;
}

.cwp-site-footer strong {
  display: none;
}

.cwp-site-footer p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.6;
}

.cwp-site-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 14px 24px;
  align-content: start;
}

.cwp-site-footer nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
}

.cwp-page {
  padding-top: 76px;
}

.cwp-page-hero {
  --cwp-page-hero-image: url("../images/hero-slat.jpg");
  --cwp-page-hero-position: center;
  isolation: isolate;
  min-height: clamp(480px, 36vw, 560px);
  padding: clamp(104px, 9vw, 138px) calc(45vw + clamp(28px, 4vw, 60px)) 72px max(clamp(20px, 5vw, 72px), calc((100vw - var(--cwp-max)) / 2 + 52px));
  color: var(--cwp-ink);
  background-color: #e6e9e5;
  background-image: none;
  border-bottom: 1px solid var(--cwp-line);
}

.cwp-page-hero::before {
  display: block;
  inset: 0 0 0 55%;
  z-index: 0;
  background: var(--cwp-page-hero-image) var(--cwp-page-hero-position) / cover no-repeat;
  transform: scale(1.025);
  transform-origin: center;
  transition: transform 1.1s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.cwp-page-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52%;
  z-index: 0;
  width: 8%;
  content: "";
  background: linear-gradient(90deg, #e6e9e5 0%, rgba(230, 233, 229, 0) 100%);
  pointer-events: none;
}

.cwp-page-hero.is-revealed::before {
  transform: scale(1);
}

.cwp-page-hero > * {
  max-width: min(680px, 48vw);
}

.cwp-page-hero h1 {
  max-width: 680px;
  margin: 0 0 24px;
  font-size: clamp(46px, 5.5vw, 78px);
  font-weight: 560;
  line-height: 0.98;
}

.cwp-page-hero > p:last-child {
  max-width: 590px;
  color: var(--cwp-muted);
  font-size: 17px;
  line-height: 1.6;
}

.cwp-page-hero--systems {
  --cwp-page-hero-image: url("../images/system-slat-detail.jpg");
  --cwp-page-hero-position: center 48%;
}

.cwp-page-hero--finishes {
  --cwp-page-hero-image: url("../images/material-oak-natural.jpg");
}

.cwp-page-hero--applications {
  --cwp-page-hero-image: url("../images/application-public-slat.jpg");
  --cwp-page-hero-position: 58% center;
}

.cwp-page-hero--projects {
  --cwp-page-hero-image: url("../images/material-walnut-smoke.jpg");
}

.cwp-page-hero--resources {
  --cwp-page-hero-image: url("../images/application-office-slat.jpg");
  --cwp-page-hero-position: 64% center;
}

.cwp-page-hero--factory {
  --cwp-page-hero-image: url("../images/application-hospitality-slat.jpg");
  --cwp-page-hero-position: 55% center;
}

.cwp-page-hero--quote {
  --cwp-page-hero-image: url("../images/hero-slat.jpg");
  --cwp-page-hero-position: 62% center;
}

.cwp-page-hero--distributor {
  --cwp-page-hero-image: url("../images/application-office.jpg");
  --cwp-page-hero-position: center 42%;
}

.cwp-page-hero--faq {
  --cwp-page-hero-image: url("../images/application-education-slat.jpg");
  --cwp-page-hero-position: 54% center;
}

.cwp-page-hero--insights {
  --cwp-page-hero-image: url("../images/application-office.jpg");
  --cwp-page-hero-position: center 44%;
}

.cwp-insights-index > .cwp-section__intro {
  display: block;
  min-width: 0;
  margin: 0 0 42px;
}

.cwp-insights-index > .cwp-section__intro h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.02;
  overflow-wrap: normal;
  word-break: normal;
}

.cwp-insights-index > .cwp-section__intro > p {
  min-width: 0;
  margin-top: 26px;
}

@media (min-width: 1101px) {
  .cwp-insights-index {
    grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.28fr);
  }

  .cwp-insights-index > .cwp-section__intro {
    margin-bottom: 0;
  }
}

.cwp-filter-bar {
  gap: 8px;
  margin-bottom: 38px;
}

.cwp-filter-bar a {
  padding: 9px 13px;
  border-color: var(--cwp-line);
  border-radius: 0;
  font-size: 11px;
}

.cwp-filter-bar a.is-active,
.cwp-filter-bar a:hover {
  color: var(--cwp-white);
  background: var(--cwp-ink);
  border-color: var(--cwp-ink);
}

.cwp-catalog-grid,
.cwp-project-grid {
  gap: 1px;
  background: var(--cwp-line);
  border: 1px solid var(--cwp-line);
}

.cwp-catalog-card,
.cwp-project-grid article {
  background: var(--cwp-paper);
  border: 0;
  border-radius: 0;
}

.cwp-catalog-card img,
.cwp-project-grid img {
  filter: saturate(0.76);
}

.cwp-cta-band {
  color: var(--cwp-white);
  background: var(--cwp-ink);
}

.cwp-detail-grid {
  border-top: 1px solid var(--cwp-line);
  border-bottom: 1px solid var(--cwp-line);
}

.cwp-article-shell {
  padding-top: 84px;
}

.cwp-article-hero-media {
  width: 100%;
  margin: 0 0 clamp(34px, 5vw, 52px);
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border: 1px solid var(--cwp-line);
}

.cwp-article-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

@media (max-width: 1120px) {
  .cwp-header {
    grid-template-columns: auto auto;
  }

  .cwp-nav,
  .cwp-header__actions .cwp-button--outline {
    display: none;
  }

  .cwp-menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .cwp-header__actions {
    position: absolute;
    right: 80px;
  }

  .cwp-header.is-open .cwp-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 16px 22px 24px;
    color: var(--cwp-ink);
    background: var(--cwp-paper);
    border-bottom: 1px solid var(--cwp-line);
  }

  .cwp-header.is-open .cwp-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--cwp-line);
  }

  .cwp-home-intro,
  .cwp-work-model,
  .cwp-evidence-band,
  .cwp-project-entry {
    grid-template-columns: 1fr;
  }

  .cwp-application-band {
    grid-template-columns: 1fr;
  }

  .cwp-application-band__image {
    min-height: 480px;
  }

  .cwp-finish-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .cwp-finish:nth-child(4) {
    border-right: 0;
  }

  .cwp-finish:nth-child(-n + 4) {
    border-bottom: 1px solid var(--cwp-line);
  }
}

@media (max-width: 820px) {
  html,
  body.cwp-site {
    max-width: 100%;
    overflow-x: clip;
  }

  .cwp-motion-ready [data-cwp-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cwp-header {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 16px;
    width: 100%;
    padding-right: 18px;
    padding-left: 20px;
  }

  .cwp-brand {
    width: 124px;
  }

  .cwp-menu-toggle {
    position: relative;
    display: inline-grid !important;
    justify-self: end;
  }

  .cwp-menu-toggle::before,
  .cwp-menu-toggle::after {
    left: 11px;
  }

  .cwp-header__actions,
  .cwp-header.is-open .cwp-header__actions {
    display: none;
  }

  .cwp-header.is-open .cwp-nav {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    padding: 12px 20px 18px;
  }

  .cwp-header.is-open .cwp-nav a {
    width: 100%;
  }

  .cwp-hero {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(14, 16, 15, 0.38), rgba(14, 16, 15, 0.82) 72%),
      var(--hero-image) 60% center / cover;
  }

  .cwp-hero__content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-height: 604px;
    padding: 56px 0 24px 20px;
  }

  .cwp-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 50px);
    line-height: 1.02;
    overflow-wrap: break-word;
  }

  .cwp-hero__content > p:not(.cwp-eyebrow) {
    max-width: 100%;
    font-size: 16px;
  }

  .cwp-hero__actions {
    align-items: stretch;
    width: 100%;
  }

  .cwp-hero__actions .cwp-button {
    flex: 1 1 150px;
    padding: 0 14px;
  }

  .cwp-hero__families {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cwp-hero__families li {
    min-height: 62px;
  }

  .cwp-hero__note {
    display: none;
  }

  .cwp-home-intro,
  .cwp-section,
  .cwp-content-hub,
  .cwp-resources-quote,
  .cwp-factory-process,
  .cwp-detail-grid,
  .cwp-catalog,
  .cwp-insights-index {
    padding: 68px 20px;
  }

  .cwp-home-intro {
    padding-top: 56px;
  }

  .cwp-section__intro,
  .cwp-content-hub,
  .cwp-resources-quote {
    grid-template-columns: 1fr;
  }

  .cwp-section__intro .cwp-text-link {
    grid-column: 1;
  }

  .cwp-home-intro__points,
  .cwp-system-grid {
    grid-template-columns: 1fr;
  }

  .cwp-system-card,
  .cwp-system-card.is-active {
    min-height: auto;
  }

  .cwp-system-card img,
  .cwp-system-card.is-active img {
    height: 270px;
  }

  .cwp-application-band__content {
    padding: 68px 20px;
  }

  .cwp-application-band__list {
    grid-template-columns: 1fr;
  }

  .cwp-application-band__image {
    min-height: 380px;
  }

  .cwp-work-model,
  .cwp-evidence-band,
  .cwp-project-entry {
    padding: 72px 20px;
  }

  .cwp-process__line {
    grid-template-columns: 1fr;
  }

  .cwp-process__step {
    min-height: 160px;
    border-right: 0;
    border-bottom: 1px solid var(--cwp-line);
  }

  .cwp-process__step:last-child {
    border-bottom: 0;
  }

  .cwp-evidence-list article {
    grid-template-columns: 34px 1fr;
  }

  .cwp-evidence-list p {
    grid-column: 2;
  }

  .cwp-finish-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwp-finish:nth-child(even) {
    border-right: 0;
  }

  .cwp-finish:nth-child(-n + 6) {
    border-bottom: 1px solid var(--cwp-line);
  }

  .cwp-finish__swatch {
    height: 110px;
  }

  .cwp-site-footer {
    grid-template-columns: 1fr;
    padding: 52px 20px;
  }

  .cwp-site-footer nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .cwp-page {
    padding-top: 68px;
  }

  .cwp-page-hero {
    min-height: 650px;
    padding: 330px 20px 56px;
    align-content: end;
  }

  .cwp-page-hero::before {
    inset: 0 0 auto;
    height: 280px;
  }

  .cwp-page-hero::after {
    top: 238px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 44px;
    background: linear-gradient(180deg, rgba(230, 233, 229, 0), #e6e9e5);
  }

  .cwp-page-hero > * {
    max-width: 100%;
  }

  .cwp-page-hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 58px);
  }

  .cwp-article-hero-media {
    aspect-ratio: 4 / 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cwp-system-card img,
  .cwp-nav a::after,
  .cwp-page-hero::before {
    transition: none;
  }
}

.cwp-editor-content {
  width: min(840px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 110px;
  color: var(--cwp-ink, #151716);
}

.cwp-editor-content h2 {
  margin: 44px 0 14px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.1;
}

.cwp-editor-content p,
.cwp-editor-content li {
  max-width: 72ch;
  color: #5e635f;
  font-size: 17px;
  line-height: 1.75;
}

.cwp-content-card {
  padding: 28px 0;
  border-bottom: 1px solid rgba(21, 23, 22, 0.15);
}

.cwp-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.cwp-form-notice {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid #b9bdb9;
  background: #f5f6f4;
  color: #202320;
}

.cwp-form-notice--success {
  border-color: #6a8b75;
  background: #edf5ef;
}

.cwp-form-notice--error {
  border-color: #ba5a50;
  background: #fff1ef;
}

.cwp-cookie-notice {
  position: fixed;
  z-index: 9999;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(560px, calc(100% - 44px));
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #151716;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  color: #fff;
}

.cwp-cookie-notice[hidden] {
  display: none;
}

.cwp-cookie-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.cwp-cookie-notice a {
  color: #fff;
  text-decoration: underline;
}

.cwp-cookie-notice button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  background: #cf473d;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 640px) {
  .cwp-cookie-notice {
    right: 14px;
    bottom: 14px;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 28px);
  }
}

/* Primary navigation information architecture. */
.cwp-nav__item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.cwp-nav__parent-row {
  display: flex;
  align-items: stretch;
}

.cwp-nav__dropdown-toggle {
  display: inline-grid;
  place-items: center;
  width: 26px;
  min-width: 26px;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.cwp-nav__dropdown-toggle svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
  transition: transform 0.18s ease;
}

.cwp-nav__dropdown-toggle:focus-visible {
  outline: 2px solid var(--cwp-orange);
  outline-offset: -2px;
}

.cwp-nav__item.is-open .cwp-nav__dropdown-toggle svg {
  transform: rotate(180deg);
}

.cwp-nav__submenu {
  position: absolute;
  top: calc(100% - 10px);
  left: -16px;
  z-index: 60;
  display: grid;
  width: 246px;
  padding: 10px;
  color: var(--cwp-ink);
  background: rgba(247, 247, 244, 0.99);
  border: 1px solid var(--cwp-line);
  box-shadow: 0 18px 44px rgba(20, 23, 21, 0.16);
}

.cwp-nav__submenu[hidden] {
  display: none;
}

.cwp-nav .cwp-nav__submenu a {
  padding: 10px 12px;
  border: 0;
  font-size: 12px;
  line-height: 1.25;
}

.cwp-nav .cwp-nav__submenu a::after {
  display: none;
}

.cwp-nav .cwp-nav__submenu a:hover,
.cwp-nav .cwp-nav__submenu a:focus-visible,
.cwp-nav .cwp-nav__submenu a.is-current {
  color: var(--cwp-orange-dark);
  background: rgba(201, 72, 60, 0.08);
}

.cwp-nav .cwp-nav__submenu-all {
  margin-top: 6px;
  border-top: 1px solid var(--cwp-line);
}

.cwp-nav > a.is-current::after,
.cwp-nav__item.is-current .cwp-nav__parent::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cwp-nav__mobile-actions {
  display: none;
}

@media (max-width: 1240px) {
  .cwp-material-home .cwp-header--material.is-open .cwp-nav__item,
  .cwp-material-home .cwp-header--material.is-open .cwp-nav__parent-row {
    display: block;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__parent-row {
    position: relative;
    border-bottom: 1px solid rgba(24, 26, 25, 0.11);
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__parent-row > a {
    padding-right: 48px;
    border-bottom: 0;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__submenu {
    position: static;
    width: 100%;
    padding: 4px 0 10px 16px;
    background: transparent;
    border: 0;
    border-left: 2px solid rgba(201, 72, 60, 0.28);
    box-shadow: none;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__submenu a {
    padding: 9px 12px;
    border-bottom: 0;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__mobile-actions {
    display: grid;
    gap: 8px;
    padding-top: 14px;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    color: var(--cwp-white);
    background: var(--cwp-orange);
    border: 1px solid var(--cwp-orange);
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav__mobile-cta--secondary {
    color: var(--cwp-ink);
    background: transparent;
    border-color: var(--cwp-ink);
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-header__actions {
    display: none;
  }
}

@media (max-width: 1120px) {
  .cwp-header.is-open .cwp-nav__item,
  .cwp-header.is-open .cwp-nav__parent-row {
    display: block;
  }

  .cwp-header.is-open .cwp-nav__parent-row {
    position: relative;
    border-bottom: 1px solid var(--cwp-line);
  }

  .cwp-header.is-open .cwp-nav__parent-row > a {
    padding-right: 48px;
    border-bottom: 0;
  }

  .cwp-header.is-open .cwp-nav__dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }

  .cwp-header.is-open .cwp-nav__submenu {
    position: static;
    width: 100%;
    padding: 4px 0 10px 16px;
    background: transparent;
    border: 0;
    border-left: 2px solid rgba(201, 72, 60, 0.28);
    box-shadow: none;
  }

  .cwp-header.is-open .cwp-nav__submenu a {
    padding: 9px 12px;
    border-bottom: 0;
  }

  .cwp-header.is-open .cwp-nav__mobile-actions {
    display: grid;
    gap: 8px;
    padding-top: 14px;
  }

  .cwp-header.is-open .cwp-nav__mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    color: var(--cwp-white);
    background: var(--cwp-orange);
    border: 1px solid var(--cwp-orange);
  }

  .cwp-header.is-open .cwp-nav__mobile-cta--secondary {
    color: var(--cwp-ink);
    background: transparent;
    border-color: var(--cwp-ink);
  }

  .cwp-header.is-open .cwp-header__actions {
    display: none;
  }
}

/* Concrete product pages */
.cwp-filter-bar {
  scrollbar-width: none;
}

.cwp-filter-bar::-webkit-scrollbar {
  display: none;
}

.cwp-site .cwp-button--dark {
  color: var(--cwp-white);
  background: var(--cwp-ink);
  border-color: var(--cwp-ink);
}

.cwp-site .cwp-button--dark:hover,
.cwp-site .cwp-button--dark:focus-visible {
  color: var(--cwp-white);
  background: #2c302e;
  border-color: #2c302e;
}

.cwp-product-page .cwp-product-hero > div {
  padding-right: clamp(36px, 5vw, 82px);
}

.cwp-product-page .cwp-product-hero > figure img {
  object-position: center;
}

.cwp-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cwp-product-facts li {
  padding: 8px 10px;
  color: var(--cwp-ink);
  background: var(--cwp-paper);
  border: 1px solid var(--cwp-line);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.cwp-product-page .cwp-hero__actions {
  margin-top: 28px;
}

.cwp-product-specs {
  background: var(--cwp-white);
}

.cwp-product-options,
.cwp-related-products {
  padding: clamp(64px, 8vw, 118px) var(--cwp-gutter);
}

.cwp-product-options {
  background: linear-gradient(135deg, rgba(207, 73, 59, 0.04), transparent 45%), var(--cwp-paper);
}

.cwp-product-options > .cwp-section__intro,
.cwp-related-products > .cwp-section__intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 42px;
}

.cwp-product-options .cwp-section__intro h2,
.cwp-related-products .cwp-section__intro h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(36px, 4.4vw, 64px);
  line-height: 0.98;
}

.cwp-product-options__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--cwp-line);
  border: 1px solid var(--cwp-line);
}

.cwp-product-options__grid article {
  min-height: 260px;
  padding: clamp(26px, 3vw, 42px);
  background: var(--cwp-white);
}

.cwp-product-options__grid article > span {
  color: var(--cwp-orange);
  font-size: 11px;
  font-weight: 900;
}

.cwp-product-options__grid h3 {
  margin: 54px 0 14px;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.05;
}

.cwp-product-options__grid p {
  margin: 0;
  color: var(--cwp-muted);
  line-height: 1.7;
}

.cwp-application-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 28px;
}

.cwp-application-list strong {
  margin-right: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cwp-application-list span {
  padding: 9px 12px;
  color: var(--cwp-muted);
  background: var(--cwp-white);
  border: 1px solid var(--cwp-line);
  font-size: 12px;
}

.cwp-related-products {
  background: var(--cwp-white);
}

.cwp-related-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--cwp-line);
  border: 1px solid var(--cwp-line);
}

.cwp-related-products__grid article {
  min-width: 0;
  background: var(--cwp-paper);
}

.cwp-related-products__grid a {
  display: block;
  color: var(--cwp-ink);
  text-decoration: none;
}

.cwp-related-products__grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.82);
  transition: filter 0.25s ease;
}

.cwp-related-products__grid a:hover img {
  filter: saturate(1);
}

.cwp-related-products__grid small,
.cwp-related-products__grid h3,
.cwp-related-products__grid span {
  display: block;
  margin-right: 26px;
  margin-left: 26px;
}

.cwp-related-products__grid small {
  margin-top: 24px;
  color: var(--cwp-orange);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cwp-related-products__grid h3 {
  min-height: 2.2em;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.05;
}

.cwp-related-products__grid span {
  margin-bottom: 28px;
  color: var(--cwp-orange);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 840px) {
  .cwp-product-options > .cwp-section__intro,
  .cwp-related-products > .cwp-section__intro {
    grid-template-columns: 1fr;
  }

  .cwp-product-options__grid,
  .cwp-related-products__grid {
    grid-template-columns: 1fr;
  }

  .cwp-product-options__grid article {
    min-height: 0;
  }

  .cwp-product-options__grid h3 {
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  .cwp-product-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cwp-product-page .cwp-product-hero > figure,
  .cwp-product-page .cwp-product-hero > figure img {
    min-height: 380px;
  }

  .cwp-product-specs dl div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .cwp-application-list strong {
    width: 100%;
  }
}

/* Material Story Rail homepage — selected concept 02. */
.cwp-material-home {
  --cwp-orange: #d84a3f;
  --cwp-orange-dark: #b83a32;
  --cwp-material-black: #171918;
  --cwp-material-rail: 158px;
  --cwp-material-gutter: clamp(24px, 5vw, 72px);
  color: #181a19;
  background: #f4f1eb;
  overflow: clip;
}

.cwp-material-home section[id],
.cwp-material-home .cwp-application-story[id] {
  scroll-margin-top: 82px;
}

.cwp-material-home .cwp-eyebrow {
  color: var(--cwp-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.cwp-material-home .cwp-header--material {
  position: fixed;
  min-height: 82px;
  padding: 0 clamp(24px, 4vw, 68px);
  color: #171918;
  background: rgba(248, 246, 241, 0.97);
  border-bottom: 1px solid rgba(24, 26, 25, 0.1);
  backdrop-filter: blur(18px);
}

.cwp-material-home .cwp-header--material.is-scrolled,
.cwp-material-home .cwp-header--material.is-open {
  min-height: 70px;
  color: #171918;
  background: rgba(248, 246, 241, 0.98);
  border-bottom-color: rgba(24, 26, 25, 0.16);
}

.cwp-material-home .cwp-header--material .cwp-brand {
  width: 142px;
}

.cwp-material-home .cwp-header--material .cwp-brand img {
  width: 100%;
  height: auto;
}

.cwp-material-home .cwp-header--material .cwp-nav {
  gap: clamp(13px, 1.4vw, 22px);
  font-size: 12px;
  font-weight: 730;
}

.cwp-material-home .cwp-header--material .cwp-nav a {
  position: relative;
  padding: 32px 0 29px;
  white-space: nowrap;
}

.cwp-material-home .cwp-header--material .cwp-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--cwp-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.cwp-material-home .cwp-header--material .cwp-nav a:hover::after,
.cwp-material-home .cwp-header--material .cwp-nav a:focus-visible::after,
.cwp-material-home .cwp-header--material .cwp-nav a.is-current::after {
  transform: scaleX(1);
  transform-origin: left;
}

.cwp-material-home .cwp-nav__mobile-cta {
  display: none;
}

.cwp-material-home .cwp-header__actions {
  gap: 10px;
}

.cwp-material-home .cwp-header__actions .cwp-button {
  min-height: 48px;
  padding: 0 21px;
  font-size: 11px;
}

.cwp-material-home .cwp-header__actions .cwp-button--outline {
  color: #171918;
  background: transparent;
  border-color: #171918;
}

.cwp-material-hero {
  padding-top: 82px;
  background: var(--cwp-material-black);
}

.cwp-material-hero__stage {
  display: grid;
  grid-template-columns: var(--cwp-material-rail) minmax(410px, 0.72fr) minmax(0, 1.28fr);
  min-height: 570px;
}

.cwp-material-index {
  color: #f8f6f1;
  background: #1d1f1e;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.cwp-material-index__kicker {
  display: block;
  padding: 28px 20px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cwp-material-index a {
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 28px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  transition: background-color 0.25s ease, color 0.25s ease;
}

.cwp-material-index a > span:first-child {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
}

.cwp-material-index a strong {
  max-width: 105px;
  font-size: 16px;
  font-weight: 680;
  line-height: 1.1;
  text-transform: uppercase;
}

.cwp-material-index a small {
  max-width: 105px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.55;
}

.cwp-material-index a.is-active {
  color: #fff;
  background: #252827;
}

.cwp-material-index a.is-active > span:first-child {
  color: var(--cwp-orange);
}

.cwp-material-index a.is-active::after {
  width: 1px;
  height: 44px;
  margin-top: auto;
  content: "";
  background: var(--cwp-orange);
}

.cwp-material-index--hero a {
  min-height: 475px;
}

.cwp-material-hero__copy {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px clamp(38px, 3.5vw, 50px);
  color: #fff;
  background: var(--cwp-material-black);
}

.cwp-material-hero__copy h1 {
  max-width: 570px;
  margin: 18px 0 26px;
  font-size: clamp(47px, 4vw, 60px);
  font-weight: 560;
  letter-spacing: -0.048em;
  line-height: 0.99;
}

.cwp-material-hero__copy > p:not(.cwp-eyebrow) {
  max-width: 500px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.cwp-material-hero__copy .cwp-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.cwp-material-hero__media {
  position: relative;
  min-width: 0;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  background: #a89983;
}

.cwp-material-hero__media img {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  object-position: 62% center;
  animation: cwp-material-hero-reveal 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes cwp-material-hero-reveal {
  from { opacity: 0; transform: scale(1.09); }
  to { opacity: 1; transform: scale(1.04); }
}

.cwp-system-selector {
  display: grid;
  grid-template-columns: var(--cwp-material-rail) minmax(180px, 0.44fr) minmax(0, 1.56fr);
  min-height: 190px;
  background: #f8f6f1;
  border-bottom: 1px solid rgba(24, 26, 25, 0.14);
}

.cwp-system-selector__rail {
  display: flex;
  flex-direction: column;
  padding: 30px 22px;
  color: #fff;
  background: #222423;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.cwp-system-selector__rail span {
  color: var(--cwp-orange);
  font-size: 11px;
}

.cwp-system-selector__rail strong {
  max-width: 100px;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
}

.cwp-system-selector__rail small {
  max-width: 100px;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  line-height: 1.5;
}

.cwp-system-selector__label {
  display: flex;
  align-items: flex-start;
  padding: 38px 34px;
}

.cwp-system-selector__label p {
  max-width: 130px;
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.cwp-system-selector__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
  padding: 28px var(--cwp-material-gutter) 28px 0;
}

.cwp-system-choice {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  min-height: 128px;
  padding: 28px 24px;
  overflow: hidden;
  color: #151716;
  background: #d9d1c6;
}

.cwp-system-choice::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.42);
  transition: background-color 0.28s ease;
}

.cwp-system-choice--pet {
  color: #fff;
  background: #202221;
}

.cwp-system-choice--pet::after {
  background: rgba(10, 11, 11, 0.38);
}

.cwp-system-choice img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cwp-system-choice span,
.cwp-system-choice strong,
.cwp-system-choice b {
  position: relative;
  z-index: 1;
}

.cwp-system-choice span {
  grid-column: 1 / -1;
  color: var(--cwp-orange);
  font-size: 10px;
  font-weight: 800;
}

.cwp-system-choice strong {
  align-self: end;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwp-system-choice b {
  align-self: end;
  font-size: 18px;
  font-weight: 500;
}

.cwp-system-choice:hover img,
.cwp-system-choice:focus-visible img {
  transform: scale(1.06);
}

.cwp-system-choice:hover::after,
.cwp-system-choice:focus-visible::after {
  background: rgba(216, 74, 63, 0.2);
}

.cwp-application-stories {
  display: grid;
  grid-template-columns: var(--cwp-material-rail) minmax(0, 1fr);
  color: #fff;
  background: #191b1a;
}

.cwp-material-index--story {
  position: sticky;
  top: 70px;
  align-self: start;
  display: grid;
  grid-template-rows: repeat(3, 1fr) auto;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  min-height: 0;
}

.cwp-material-index--story a {
  min-height: 0;
}

.cwp-material-index--story .cwp-material-index__scroll {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 18px 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 9px;
}

.cwp-material-index__scroll svg {
  width: 18px;
  height: 18px;
}

.cwp-material-index--story .cwp-material-index__scroll::after {
  display: none;
}

@media (min-width: 861px) and (max-height: 690px) {
  .cwp-material-index--story a {
    padding: 14px 18px;
  }

  .cwp-material-index--story a small,
  .cwp-material-index--story a.is-active::after {
    display: none;
  }

  .cwp-material-index--story .cwp-material-index__scroll {
    min-height: 52px;
    padding: 12px 18px;
  }
}

.cwp-application-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.6fr) minmax(0, 1.4fr);
  min-height: 205px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #111312;
}

.cwp-application-story__copy {
  z-index: 2;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 22px;
  align-items: start;
  padding: 30px 34px;
  background: #151716;
}

.cwp-application-story__copy > svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  stroke-width: 1.3;
}

.cwp-application-story__copy span {
  color: var(--cwp-orange);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwp-application-story__copy h2 {
  max-width: 260px;
  margin: 8px 0 12px;
  font-size: clamp(25px, 2.4vw, 36px);
  font-weight: 560;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.cwp-application-story__copy p {
  max-width: 260px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.cwp-application-story figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #353530;
}

.cwp-application-story figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(13, 15, 14, 0.26);
  transition: background-color 0.35s ease;
}

.cwp-application-story figure img {
  position: absolute;
  inset: -7%;
  width: 114%;
  height: 114%;
  object-fit: cover;
  filter: saturate(0.76);
  transition: filter 0.35s ease;
}

.cwp-application-story:hover figure::after {
  background: rgba(13, 15, 14, 0.06);
}

.cwp-application-story:hover figure img {
  filter: saturate(0.96);
}

.cwp-application-story__link {
  position: absolute;
  right: 32px;
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 750;
}

.cwp-material-samples {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  padding: 50px var(--cwp-material-gutter);
  background: #f8f6f1;
}

.cwp-material-samples__intro h2,
.cwp-material-notes__intro h2,
.cwp-home-faq__intro h2 {
  margin: 12px 0 18px;
  font-size: clamp(36px, 3.7vw, 50px);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.cwp-material-samples__intro > p:not(.cwp-eyebrow) {
  max-width: 380px;
  margin: 0 0 22px;
  color: #696c69;
  font-size: 13px;
  line-height: 1.65;
}

.cwp-sample-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.cwp-system-selector__grid,
.cwp-sample-strip,
.cwp-material-notes__grid {
  scrollbar-color: var(--cwp-orange) transparent;
  scrollbar-width: thin;
}

.cwp-system-selector__grid::-webkit-scrollbar,
.cwp-sample-strip::-webkit-scrollbar,
.cwp-material-notes__grid::-webkit-scrollbar {
  height: 3px;
}

.cwp-system-selector__grid::-webkit-scrollbar-track,
.cwp-sample-strip::-webkit-scrollbar-track,
.cwp-material-notes__grid::-webkit-scrollbar-track {
  background: transparent;
}

.cwp-system-selector__grid::-webkit-scrollbar-thumb,
.cwp-sample-strip::-webkit-scrollbar-thumb,
.cwp-material-notes__grid::-webkit-scrollbar-thumb {
  background: var(--cwp-orange);
}

.cwp-sample-card {
  min-width: 0;
}

.cwp-sample-card__image {
  display: block;
  aspect-ratio: 0.82;
  margin-bottom: 12px;
  overflow: hidden;
  background: #ddd7ce;
}

.cwp-sample-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.cwp-sample-card strong {
  display: block;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

.cwp-sample-card:hover img,
.cwp-sample-card:focus-visible img {
  transform: scale(1.08);
}

.cwp-support-path {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1.58fr);
  gap: 34px;
  padding: 46px var(--cwp-material-gutter);
  color: #fff;
  background: #1b1d1c;
}

.cwp-support-path__intro h2 {
  max-width: 340px;
  margin: 10px 0 0;
  font-size: clamp(36px, 3.7vw, 50px);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.cwp-support-path__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.cwp-support-path__steps li {
  min-width: 0;
  padding: 6px 24px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.cwp-support-path__steps svg {
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  stroke-width: 1.3;
}

.cwp-support-path__steps span {
  display: block;
  color: var(--cwp-orange);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwp-support-path__steps h3 {
  margin: 8px 0;
  font-size: 15px;
  font-weight: 650;
}

.cwp-support-path__steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  line-height: 1.58;
}

.cwp-material-notes {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(36px, 6vw, 88px);
  padding: 56px var(--cwp-material-gutter);
  background: #f4f1eb;
}

.cwp-material-notes__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cwp-material-notes__intro .cwp-text-link {
  margin-top: auto;
}

.cwp-material-notes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cwp-note-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-bottom: 18px;
  background: #faf8f4;
  border-bottom: 1px solid rgba(24, 26, 25, 0.16);
}

.cwp-note-card img {
  width: 100%;
  height: 190px;
  margin-bottom: 18px;
  object-fit: cover;
  filter: saturate(0.72);
  transition: filter 0.3s ease, transform 0.45s ease;
}

.cwp-note-card small,
.cwp-note-card h3,
.cwp-note-card span {
  margin-right: 18px;
  margin-left: 18px;
}

.cwp-note-card small {
  color: var(--cwp-orange);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.cwp-note-card h3 {
  min-height: 58px;
  margin-top: 8px;
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.15;
}

.cwp-note-card span {
  margin-top: auto;
  color: var(--cwp-orange);
  font-size: 10px;
  font-weight: 750;
}

.cwp-note-card:hover img,
.cwp-note-card:focus-visible img {
  filter: saturate(1);
  transform: scale(1.015);
}

.cwp-home-faq {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(36px, 6vw, 88px);
  padding: 44px var(--cwp-material-gutter);
  color: #fff;
  background-color: rgba(17, 19, 18, 0.95);
  background-image: url("../images/hero-slat.jpg");
  background-position: right center;
  background-size: cover;
  background-blend-mode: multiply;
}

.cwp-home-faq__intro,
.cwp-home-faq__list {
  position: relative;
  z-index: 1;
}

.cwp-home-faq__intro h2 {
  max-width: 330px;
}

.cwp-home-faq .cwp-faq-list {
  margin: 0;
  border-bottom-color: rgba(255, 255, 255, 0.24);
}

.cwp-home-faq .cwp-faq-list details {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.cwp-home-faq .cwp-faq-list summary {
  padding: 14px 0;
  font-size: 13px;
}

.cwp-home-faq .cwp-faq-list details p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.6;
}

.cwp-project-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  min-height: 130px;
  padding: 28px var(--cwp-material-gutter);
  color: #fff;
  background: var(--cwp-orange);
}

.cwp-project-cta .cwp-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.cwp-project-cta h2 {
  max-width: 820px;
  margin: 8px 0 0;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.cwp-project-cta > div:first-child > p:last-child {
  max-width: 700px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.cwp-project-cta__actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.cwp-site .cwp-button--light {
  color: #181a19;
  background: #fff;
  border-color: #fff;
}

.cwp-site .cwp-button--light:hover {
  color: #fff;
  background: #181a19;
  border-color: #181a19;
}

.cwp-material-home + .cwp-site-footer,
.cwp-material-home ~ .cwp-site-footer {
  padding-top: 54px;
  padding-bottom: 54px;
}

.cwp-motion-ready .cwp-application-story[data-cwp-reveal] figure {
  clip-path: inset(0 10% 0 0);
  transition: clip-path 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cwp-motion-ready .cwp-application-story[data-cwp-reveal].is-revealed figure {
  clip-path: inset(0);
}

@media (max-width: 1240px) {
  .cwp-material-home .cwp-header--material {
    grid-template-columns: auto auto;
  }

  .cwp-material-home .cwp-header--material .cwp-nav,
  .cwp-material-home .cwp-header__actions .cwp-button--outline {
    display: none;
  }

  .cwp-material-home .cwp-menu-toggle {
    position: relative;
    display: inline-grid;
    justify-self: end;
    color: #181a19;
    border-color: rgba(24, 26, 25, 0.45);
  }

  .cwp-material-home .cwp-header__actions {
    position: absolute;
    right: 84px;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 10px 28px 22px;
    background: #f8f6f1;
    border-bottom: 1px solid rgba(24, 26, 25, 0.14);
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(24, 26, 25, 0.11);
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav a::after {
    display: none;
  }

  .cwp-material-home .cwp-nav__mobile-cta {
    display: block;
    color: var(--cwp-orange);
  }

  .cwp-material-hero__stage {
    grid-template-columns: 132px minmax(360px, 0.82fr) minmax(0, 1.18fr);
  }

  .cwp-material-home {
    --cwp-material-rail: 132px;
  }

  .cwp-material-hero__copy {
    padding-right: 42px;
    padding-left: 42px;
  }

  .cwp-system-selector__grid {
    gap: 16px;
  }

  .cwp-material-samples,
  .cwp-support-path,
  .cwp-material-notes,
  .cwp-home-faq {
    grid-template-columns: 1fr;
  }

  .cwp-material-samples__intro,
  .cwp-material-notes__intro,
  .cwp-home-faq__intro {
    max-width: 720px;
  }

  .cwp-material-notes__intro .cwp-text-link {
    margin-top: 12px;
  }
}

@media (max-width: 860px) {
  .cwp-material-home {
    --cwp-material-rail: 0px;
  }

  .cwp-material-home section[id],
  .cwp-material-home .cwp-application-story[id] {
    scroll-margin-top: 68px;
  }

  .cwp-material-home .cwp-header--material {
    min-height: 68px;
    padding-right: 18px;
    padding-left: 20px;
  }

  .cwp-material-home .cwp-header--material .cwp-brand {
    width: 126px;
  }

  .cwp-material-home .cwp-header__actions {
    display: none;
  }

  .cwp-material-home .cwp-header--material.is-open .cwp-nav {
    top: 68px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cwp-material-hero {
    padding-top: 68px;
  }

  .cwp-material-hero__stage {
    grid-template-columns: 1fr;
  }

  .cwp-material-index--hero,
  .cwp-material-index--story,
  .cwp-system-selector__rail {
    display: none;
  }

  .cwp-material-hero__copy {
    min-height: 500px;
    padding: 70px 22px 58px;
  }

  .cwp-material-hero__copy h1 {
    max-width: 650px;
    font-size: clamp(49px, 12vw, 72px);
  }

  .cwp-material-hero__media {
    min-height: 430px;
  }

  .cwp-system-selector {
    grid-template-columns: 1fr;
    padding: 44px 20px 48px;
  }

  .cwp-system-selector__label {
    padding: 0 0 22px;
  }

  .cwp-system-selector__label p {
    max-width: none;
  }

  .cwp-system-selector__grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 12px;
    padding: 0 0 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .cwp-system-choice {
    scroll-snap-align: start;
  }

  .cwp-application-stories {
    grid-template-columns: 1fr;
  }

  .cwp-application-story {
    grid-template-columns: 1fr;
    min-height: 510px;
  }

  .cwp-application-story__copy {
    min-height: 240px;
    padding: 34px 22px;
  }

  .cwp-application-story figure {
    min-height: 270px;
  }

  .cwp-application-story__link {
    right: 22px;
    bottom: 22px;
  }

  .cwp-material-samples,
  .cwp-support-path,
  .cwp-material-notes,
  .cwp-home-faq {
    gap: 34px;
    padding: 58px 20px;
  }

  .cwp-sample-strip {
    grid-template-columns: repeat(6, minmax(156px, 1fr));
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .cwp-sample-card {
    scroll-snap-align: start;
  }

  .cwp-support-path__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cwp-support-path__steps li {
    min-height: 230px;
    padding: 24px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cwp-material-notes__grid {
    grid-template-columns: repeat(3, minmax(270px, 1fr));
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .cwp-note-card {
    scroll-snap-align: start;
  }

  .cwp-project-cta {
    grid-template-columns: 1fr;
    padding: 42px 20px;
  }
}

@media (max-width: 560px) {
  .cwp-material-hero__copy {
    min-height: 480px;
  }

  .cwp-material-hero__copy h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .cwp-material-hero__copy .cwp-hero__actions,
  .cwp-project-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cwp-material-hero__copy .cwp-hero__actions .cwp-button {
    flex: 0 0 auto;
    align-self: flex-start;
    width: auto;
    min-height: 52px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .cwp-material-hero__copy .cwp-text-link,
  .cwp-project-cta__actions .cwp-text-link {
    align-self: flex-start;
  }

  .cwp-support-path__steps {
    grid-template-columns: 1fr;
  }

  .cwp-support-path__steps li {
    min-height: 200px;
  }

  .cwp-home-faq .cwp-faq-list summary {
    font-size: 12px;
  }

  .cwp-project-cta h2 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cwp-material-hero__media img,
  .cwp-system-choice img,
  .cwp-sample-card img,
  .cwp-note-card img,
  .cwp-motion-ready .cwp-application-story[data-cwp-reveal] figure {
    animation: none;
    clip-path: none;
    transition: none;
  }
}
