.directory-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  background: #f6f6f6
}

/* Modern siding: responsive overrides for the scoped fit and production blocks */
@media (max-width: 1100px) {

  .ms-fit .ms-fit-in,
  .ms-benefits .ms-benefits-in,
  .ms-flow .ms-flow-in {
    max-width: calc(100% - 48px);
  }

  .ms-fit .ms-fit-grid,
  .ms-benefits .ms-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-flow .ms-flow-stage {
    height: auto;
    overflow: hidden;
  }

  .ms-flow .swiper-wrapper {
    align-items: stretch;
  }

  .ms-flow .swiper-slide {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 36px;
    overflow: visible;
  }

  .ms-flow .ms-flow-stage::before,
  .ms-flow .ms-flow-stage::after,
  .ms-flow .ms-flow-side {
    display: none;
  }

  .ms-flow .ms-flow-main,
  .ms-flow .ms-flow-copy,
  .ms-flow .ms-flow-thumbs,
  .ms-flow .ms-flow-label {
    position: static;
  }

  .ms-flow .ms-flow-main {
    width: 100%;
    height: auto;
    grid-row: 1 / span 2;
  }

  .ms-flow .ms-flow-copy {
    width: auto;
  }

  .ms-flow .ms-flow-copy h2 {
    font-size: 38px;
  }

  .ms-flow .ms-flow-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ms-flow .ms-flow-thumbs img {
    width: 100%;
    height: auto;
  }

  .ms-flow .ms-flow-label {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }

  .ms-flow .ms-flow-nav {
    position: static;
    margin-top: 16px;
  }
}

@media (max-width: 600px) {

  .ms-fit .ms-fit-in,
  .ms-benefits .ms-benefits-in,
  .ms-flow .ms-flow-in {
    max-width: calc(100% - 32px);
  }

  .ms-fit .ms-fit-grid,
  .ms-benefits .ms-benefit-grid {
    grid-template-columns: 1fr;
  }

  .ms-fit .ms-fit-card {
    height: auto;
    min-height: 156px;
  }

  .ms-benefits .ms-benefit-grid article {
    min-height: 220px;
  }

  .ms-flow .swiper-slide {
    grid-template-columns: 1fr;
  }

  .ms-flow .ms-flow-main {
    grid-row: auto;
  }

  .ms-flow .ms-flow-label {
    grid-column: auto;
    grid-row: auto;
  }

  .ms-flow .ms-flow-copy h2 br {
    display: none;
  }
}

.directory-toolbar label {
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  min-width: 0
}

.directory-toolbar select {
  border: 1px solid #bbb;
  background: white;
  padding: .7rem 1rem;
  max-width: 100%;
  min-height: 44px
}

.case-list .card>img {
  width: 100%;
  aspect-ratio: 514/300;
  object-fit: cover
}

.case-list .card h2 {
  font-size: 1.25rem;
  line-height: 1.35
}

.case-list time {
  font-size: .9rem;
  color: #666
}

.case-list .button {
  font-size: .9rem;
  padding: .6rem 1rem
}

.empty-state {
  text-align: center;
  padding: 3rem;
  background: #f6f6f6
}

.guide-intro {
  padding: 3rem;
  background: #f5f5f7;
  border-radius: 5px
}

.guide-intro h2 {
  color: var(--red);
  font-size: 2.4rem;
  margin-bottom: 1.5rem
}

.guide-intro p {
  font-size: 1.15rem;
  margin-top: 1rem;
  color: #333
}

.guide-construction {
  grid-template-columns: 1fr 1.5fr
}

.guide-construction .layer-list {
  padding-left: 1.5rem
}

.guide-construction .layer-list h3 {
  font-size: 1.3rem
}

.guide-construction .layer-list li::marker {
  color: var(--red);
  font-weight: 600
}

.guide-apps article {
  background: white;
  border-radius: 4px;
  overflow: hidden
}

.guide-apps article>div {
  padding: 2rem 1.5rem;
  position: relative;
  min-height: 12rem
}

.guide-apps span {
  position: absolute;
  right: 1rem;
  top: .5rem;
  font-size: 3rem;
  color: #eee;
  font-weight: 700;
  line-height: 1
}

.guide-apps h3 {
  font-size: 1.3rem;
  color: var(--blue);
  position: relative
}

.guide-apps p {
  font-size: .95rem;
  margin-top: 1rem;
  position: relative
}

.guide-apps img {
  width: 100%;
  aspect-ratio: 360/196;
  object-fit: cover
}

.swatches figcaption {
  font-size: .95rem;
  padding: .8rem .25rem
}

.guide-directions {
  padding-top: 2rem
}

.guide-directions>.grid {
  gap: 0
}

.guide-directions article {
  min-height: 35rem;
  display: flex;
  align-items: end;
  background: linear-gradient(0deg, #000 0%, #0005 50%, transparent), var(--photo) center/cover;
  color: white
}

.guide-directions article>div {
  padding: 2.3rem
}

.guide-directions h3 {
  font-size: 1.5rem
}

.guide-directions p {
  color: #eee;
  font-size: 1rem;
  margin: 1rem 0
}

.guide-directions .text-link {
  font-size: .95rem;
  color: #fff
}

.buyer-confirm {
  list-style: none;
  counter-reset: item;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 3rem 0 0
}

.buyer-confirm li {
  counter-increment: item;
  background: #fff;
  color: #222;
  padding: 1.5rem;
  text-align: center;
  border-radius: 3px
}

.buyer-confirm li:before {
  content: counter(item, decimal-leading-zero);
  display: block;
  font-size: 1.3rem;
  color: var(--red);
  margin-bottom: .5rem
}

.guide-samples {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: center
}

.guide-final {
  min-height: 40rem
}

.guide-final p {
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #355982
}

@media(max-width:1100px) {
  .guide-directions article>div {
    padding: 1.5rem
  }

  .guide-construction {
    grid-template-columns: 1fr 1fr
  }

  .buyer-confirm {
    grid-template-columns: repeat(3, 1fr)
  }

  .guide-samples {
    gap: 1.5rem
  }

  .guide-directions article {
    min-height: 27rem
  }
}

@media(max-width:600px) {
  .guide-intro {
    padding: 1.5rem
  }

  .guide-intro h2 {
    font-size: 1.8rem
  }

  .guide-intro p {
    font-size: 1rem
  }

  .guide-construction {
    grid-template-columns: 1fr
  }

  .guide-apps article>div {
    min-height: 0
  }

  .guide-directions>.grid {
    grid-template-columns: 1fr 1fr
  }

  .guide-directions article {
    min-height: 25rem
  }

  .guide-directions article>div {
    padding: 1.2rem
  }

  .guide-directions h3 {
    font-size: 1.1rem
  }

  .guide-directions p {
    font-size: .85rem
  }

  .guide-directions .text-link {
    font-size: .8rem
  }

  .buyer-confirm {
    grid-template-columns: 1fr 1fr
  }

  .buyer-confirm li {
    padding: 1rem;
    font-size: .9rem
  }

  .guide-samples {
    grid-template-columns: 1fr
  }

  .guide-samples>img {
    max-width: 70%;
    margin: auto
  }

  .guide-samples .grid {
    grid-template-columns: 1fr 1fr
  }

  .guide-final {
    min-height: 440px
  }

  .guide-final p {
    font-size: 1rem
  }
}

/* Modern metal siding introduction */
.ms-intro {
  min-height: 644px;
  padding: 120px 0 104px;
  background: #fff;
}

.ms-intro .ms-intro-in {
  display: grid;
  grid-template-columns: 600px minmax(0, 908px);
  gap: 85px;
  align-items: center;
}

.ms-intro .ms-intro-copy {
  min-width: 0;
  transform: translateY(8px);
}

.ms-intro .ms-intro-copy h2 {
  margin: 0 0 22px;
  color: #171717;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: -0.02em;
}

.ms-intro .ms-intro-copy p {
  margin: 0;
  color: #353535;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.ms-intro .ms-intro-copy p+p {
  margin-top: 25px;
}

.ms-intro .ms-blinds {
  width: 100%;
  height: 420px;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.ms-intro .ms-blind {
  min-width: 0;
  height: 100%;
  flex: 1 1 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #171717;
  cursor: pointer;
  transition: flex-grow 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ms-intro .ms-blind.is-open {
  flex-grow: 2.8;
}

.ms-intro .ms-blind img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ms-intro .ms-blind.is-open img {
  transform: scale(1);
}

.ms-intro .ms-blind:focus-visible {
  outline: 3px solid #2f5192;
  outline-offset: -5px;
}

/* Modern siding: build sequence */
.ms-build {
  min-height: 560px;
  padding: 117px 0 29px;
  background: #fff;
}

.ms-build h2,
.ms-inspo h2 {
  margin: 0;
  color: #111;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.025em;
}

.ms-build .ms-build-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 380px);
  gap: 20px;
}

.ms-build .ms-step,
.ms-build .ms-result {
  min-width: 0;
  position: relative;
}

.ms-build .ms-step::after {
  content: "+";
  position: absolute;
  top: 92px;
  right: -16px;
  z-index: 2;
  color: #111;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.ms-build .ms-step:nth-child(3)::after {
  content: "=";
  right: -17px;
}

.ms-build img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ms-build .ms-step-info {
  min-height: 76px;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: start;
  padding-left: 20px;
}

.ms-build .ms-step-no {
  color: #2f579e;
  font-size: 60px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.ms-build .ms-step-info h3,
.ms-build .ms-result h3 {
  margin: 1px 0 0;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.ms-build .ms-step-info p {
  margin-top: 1px;
  color: #353535;
  font-size: 16px;
  line-height: 1.45;
  white-space: nowrap;
}

.ms-build .ms-result h3 {
  margin: 25px 0 0 42px;
  color: #2f579e;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

/* Modern siding: facade inspiration */
.ms-inspo {
  min-height: 760px;
  padding: 80px 0 18px;
  background: #fff;
}

.ms-inspo .ms-inspo-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.ms-inspo .ms-look {
  min-width: 0;
  height: 259px;
  display: grid;
  grid-template-columns: 480px minmax(0, 1fr);
  overflow: hidden;
  border-radius: 8px;
  background: #f1f2f4;
}

.ms-inspo .ms-look-photo {
  width: 480px;
  height: 259px;
  object-fit: cover;
}

.ms-inspo .ms-look-copy {
  min-width: 0;
  padding: 36px 32px 24px;
}

.ms-inspo .ms-look-copy h3 {
  margin: 0;
  color: #171717;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.ms-inspo .ms-look-copy p {
  margin-top: 4px;
  color: #666;
  font-size: 16px;
  line-height: 1.45;
  white-space: nowrap;
}

.ms-inspo .ms-swatch {
  width: 226px;
  height: 110px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 8px;
}

.ms-inspo .ms-look:nth-child(2) .ms-swatch {
  filter: grayscale(0.25) brightness(0.57);
}

.ms-inspo .ms-look:nth-child(3) .ms-swatch {
  filter: grayscale(1) brightness(2.25);
}

/* Modern siding: panel construction */
.ms-panel {
  min-height: 935px;
  padding: 133px 0 102px;
  background: #fff;
}

.ms-panel .ms-panel-in {
  display: grid;
  grid-template-columns: 1054px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.ms-panel .ms-panel-img {
  width: 1054px;
  height: 700px;
}

.ms-panel .ms-panel-copy {
  min-width: 0;
  padding-left: 0;
  transform: translateY(-7px);
}

.ms-panel .ms-panel-copy h2 {
  margin: 0;
  color: #111;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  transform: translateY(7px);
}

.ms-panel .ms-panel-copy p {
  margin-top: 35px;
  color: #2f579e;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.ms-panel .ms-panel-copy a {
  width: 334px;
  min-height: 38px;
  margin-top: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid #b90c14;
  border-radius: 2px;
  background: #b90c14;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.ms-panel .ms-panel-copy a:hover,
.ms-panel .ms-panel-copy a:focus-visible {
  border-color: #033b7d;
  background: #033b7d;
}

/* Modern siding: technical snapshot */
.ms-tech {
  min-height: 504px;
  position: relative;
  overflow: hidden;
  padding: 113px 0 60px;
  background: #f2f2f0;
}

.ms-tech::before {
  content: "";
  position: absolute;
  inset: -120px -40px;
  background: repeating-linear-gradient(151deg, transparent 0 195px, rgba(255, 255, 255, 0.68) 195px 254px);
  opacity: 0.62;
  pointer-events: none;
}

.ms-tech .ms-tech-in {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 720px minmax(0, 782px);
  gap: 78px;
  align-items: start;
}

.ms-tech .ms-tech-copy {
  padding-top: 15px;
}

.ms-tech .ms-tech-copy h2 {
  margin: 0;
  color: #111;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.ms-tech .ms-tech-copy p {
  margin-top: 18px;
  color: #2f579e;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.ms-tech .ms-tech-copy a {
  width: 390px;
  min-height: 51px;
  margin-top: 69px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px 0 24px;
  border: 1px solid #c40d16;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
  color: #c40d16;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease;
}

.ms-tech .ms-tech-copy a span {
  font-size: 27px;
  font-weight: 400;
}

.ms-tech .ms-tech-copy a:hover,
.ms-tech .ms-tech-copy a:focus-visible {
  background: #c40d16;
  color: #fff;
}

.ms-tech .ms-tech-table {
  overflow-x: auto;
}

.ms-tech table {
  width: 100%;
  min-width: 680px;
  table-layout: fixed;
  border-collapse: collapse;
  background: rgba(245, 247, 248, 0.94);
}

.ms-tech th,
.ms-tech td {
  height: 48px;
  padding: 0 32px;
  border: 0;
  border-bottom: 1px solid #dce1e4;
  background: transparent;
  text-align: left;
  vertical-align: middle;
}

.ms-tech tr>*+* {
  border-left: 1px solid #dce1e4;
}

.ms-tech thead th:first-child,
.ms-tech tbody th {
  width: 255px;
}

.ms-tech thead th {
  color: #171717;
  font-size: 21px;
  font-weight: 600;
}

.ms-tech tbody th {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.ms-tech tbody td {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}

.ms-tech tbody tr:last-child>* {
  border-bottom: 0;
}

@media (max-width: 1500px) {
  .ms-build .ms-build-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ms-build .ms-result {
    transform: none;
  }

  .ms-build .ms-step-info {
    grid-template-columns: 72px minmax(0, 1fr);
    padding-left: 10px;
  }

  .ms-build .ms-step-no {
    font-size: 52px;
  }

  .ms-build .ms-step-info p {
    font-size: 14px;
    white-space: normal;
  }

  .ms-inspo .ms-look {
    grid-template-columns: 61% 39%;
  }

  .ms-inspo .ms-look-photo {
    width: 100%;
  }

  .ms-inspo .ms-look-copy {
    padding: 30px 24px 20px;
  }

  .ms-inspo .ms-look-copy h3 {
    font-size: 21px;
  }

  .ms-inspo .ms-swatch {
    width: 100%;
  }

  .ms-panel .ms-panel-in {
    grid-template-columns: minmax(0, 2fr) minmax(390px, 1fr);
    gap: 28px;
  }

  .ms-panel .ms-panel-img {
    width: 100%;
    height: auto;
  }

  .ms-panel .ms-panel-copy p br,
  .ms-tech .ms-tech-copy p br {
    display: none;
  }

  .ms-tech .ms-tech-in {
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
  }
}

@media (max-width: 1050px) {

  .ms-fit .ms-fit-in,
  .ms-benefits .ms-benefits-in,
  .ms-flow .ms-flow-in,
  .ms-custom .ms-custom-in {
    max-width: calc(100% - 48px);
  }

  .ms-build,
  .ms-inspo,
  .ms-panel,
  .ms-tech {
    min-height: 0;
    padding: 72px 0;
  }

  .ms-build .ms-build-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 20px;
  }

  .ms-build .ms-step::after {
    display: none;
  }

  .ms-inspo .ms-inspo-grid {
    grid-template-columns: 1fr;
  }

  .ms-panel .ms-panel-in,
  .ms-tech .ms-tech-in {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ms-panel .ms-panel-copy {
    max-width: 720px;
    transform: none;
  }

  .ms-panel .ms-panel-copy h2 {
    transform: none;
  }

  .ms-tech .ms-tech-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .ms-tech .ms-tech-copy a {
    margin-top: 36px;
  }
}

@media (max-width: 600px) {

  .ms-build,
  .ms-inspo,
  .ms-panel,
  .ms-tech {
    padding: 56px 0;
  }

  .ms-build h2,
  .ms-inspo h2,
  .ms-panel .ms-panel-copy h2,
  .ms-tech .ms-tech-copy h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .ms-build .ms-build-grid {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .ms-build .ms-step-info {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .ms-build .ms-result h3 {
    margin-left: 10px;
  }

  .ms-inspo .ms-inspo-grid {
    margin-top: 42px;
  }

  .ms-inspo .ms-look {
    height: auto;
    grid-template-columns: 1fr;
  }

  .ms-inspo .ms-look-photo {
    height: auto;
  }

  .ms-inspo .ms-look-copy {
    padding: 24px;
  }

  .ms-inspo .ms-swatch {
    width: 100%;
    height: auto;
  }

  .ms-panel .ms-panel-copy p,
  .ms-tech .ms-tech-copy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }

  .ms-panel .ms-panel-copy a,
  .ms-tech .ms-tech-copy a {
    width: 100%;
    max-width: 390px;
  }

  .ms-panel .ms-panel-copy a {
    margin-top: 28px;
  }

  .ms-tech .ms-tech-table {
    margin-right: -5vw;
  }
}

@media (max-width: 1500px) {
  .ms-intro .ms-intro-in {
    grid-template-columns: minmax(420px, 0.72fr) minmax(0, 1fr);
    gap: 54px;
  }

  .ms-intro .ms-intro-copy h2 {
    font-size: clamp(38px, 3vw, 46px);
  }

  .ms-intro .ms-intro-copy p br {
    display: none;
  }
}

@media (max-width: 1050px) {
  .ms-intro {
    min-height: 0;
    padding: 80px 0;
  }

  .ms-intro .ms-intro-in {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .ms-intro .ms-intro-copy {
    max-width: 720px;
    transform: none;
  }

  .ms-intro .ms-blinds {
    height: clamp(320px, 46vw, 420px);
  }
}

@media (max-width: 600px) {
  .ms-intro {
    padding: 60px 0;
  }

  .ms-intro .ms-intro-copy h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3;
  }

  .ms-intro .ms-intro-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  .ms-intro .ms-intro-copy p+p {
    margin-top: 18px;
  }

  .ms-intro .ms-blinds {
    height: 340px;
    gap: 6px;
  }

  .ms-intro .ms-blind {
    border-radius: 7px;
  }
}

/* Modern siding: application mosaic */
.ms-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ms-fit {
  padding: 128px 0 42px;
  background: #fff;
}

.ms-fit .ms-fit-in,
.ms-benefits .ms-benefits-in,
.ms-flow .ms-flow-in {
  width: 1600px;
  max-width: calc(100% - 160px);
  margin: 0 auto;
}

.ms-custom .ms-custom-in {
  width: 1600px;
  max-width: calc(100% - 160px);
  margin: 0 auto;
}

.ms-fit h2,
.ms-benefits h2 {
  margin: 0;
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-align: center;
}

.ms-fit .ms-fit-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.ms-fit .ms-fit-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ms-fit .ms-fit-img {
  width: 100%;
  aspect-ratio: 380 / 492;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

.ms-fit .ms-fit-card {
  height: 198px;
  padding: 32px 42px 26px;
  border-radius: 4px;
  background: #f1f2f4;
}

.ms-fit .ms-fit-card svg {
  width: 36px;
  height: 36px;
  display: block;
  margin-bottom: 13px;
  fill: none;
  stroke: #d51b2b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ms-fit .ms-fit-card h3 {
  margin: 0;
  color: #171717;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.ms-fit .ms-fit-card p {
  margin: 8px 0 0;
  color: #737373;
  font-size: 16px;
  line-height: 1.45;
}

/* Modern siding: benefit cards */
.ms-benefits {
  padding: 104px 0 66px;
  background: #fff;
}

.ms-benefits .ms-benefit-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.ms-benefits .ms-benefit-grid article {
  min-height: 278px;
  padding: 42px 42px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

.ms-benefits .ms-benefit-grid svg {
  width: 54px;
  height: 54px;
  display: block;
  margin-bottom: 18px;
  fill: none;
  stroke: #c51625;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ms-benefits .ms-benefit-grid h3 {
  margin: 0;
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.ms-benefits .ms-benefit-grid p {
  margin: 8px 0 0;
  color: #777;
  font-size: 16px;
  line-height: 1.4;
}

/* Modern siding: production flow */
.ms-flow {
  padding: 88px 0 96px;
  overflow: hidden;
  background: #fff;
}

.ms-flow .ms-flow-stage {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.ms-flow .swiper-wrapper,
.ms-flow .swiper-slide {
  height: 100%;
}

.ms-flow .swiper-slide {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.ms-flow .ms-flow-stage::before,
.ms-flow .ms-flow-stage::after {
  position: absolute;
  z-index: 0;
  right: -10px;
  color: rgba(197, 13, 24, 0.035);
  font-size: 74px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  pointer-events: none;
}

.ms-flow .ms-flow-stage::before {
  content: "FROM COLOR-COATED";
  top: 64px;
}

.ms-flow .ms-flow-stage::after {
  content: "FINISHED PROFILES";
  top: 178px;
}

.ms-flow .ms-flow-main,
.ms-flow .ms-flow-side,
.ms-flow .ms-flow-thumbs,
.ms-flow .ms-flow-copy,
.ms-flow .ms-flow-label {
  position: absolute;
  z-index: 1;
}

.ms-flow .ms-flow-main {
  left: 272px;
  top: 0;
  width: 511px;
  height: 559px;
  display: block;
  object-fit: cover;
}

.ms-flow .ms-flow-side {
  left: 0;
  top: 388px;
  width: 262px;
  height: 212px;
  display: block;
  object-fit: cover;
}

.ms-flow .ms-flow-copy {
  left: 800px;
  top: 4px;
  width: 650px;
}

.ms-flow .ms-flow-count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #888;
  font-size: 13px;
  line-height: 1;
}

.ms-flow .ms-flow-count i {
  width: 54px;
  height: 1px;
  display: block;
  background: #c9c9c9;
}

.ms-flow .ms-flow-copy h2 {
  margin: 12px 0 0;
  color: #111;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.ms-flow .ms-flow-copy p {
  width: 560px;
  max-width: 100%;
  margin: 12px 0 0;
  color: #315aa3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.ms-flow .ms-flow-nav {
  position: absolute;
  left: 800px;
  top: 300px;
  margin-top: 0;
  display: flex;
  gap: 9px;
}

.ms-flow .ms-flow-nav button {
  border: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5e6e8;
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.ms-flow .ms-flow-nav button:first-child {
  background: #c10d18;
  color: #fff;
}

.ms-flow .ms-flow-thumbs {
  left: 800px;
  top: 388px;
  display: grid;
  grid-template-columns: repeat(3, 262px);
  gap: 8px;
}

.ms-flow .ms-flow-thumbs img {
  width: 262px;
  height: 212px;
  display: block;
  object-fit: cover;
}

.ms-flow .ms-flow-label {
  left: 272px;
  top: 563px;
  margin: 0;
  color: #444;
  font-size: 17px;
  line-height: 1;
}

.ms-flow .ms-flow-label strong {
  margin-right: 8px;
  color: #111;
  font-size: 31px;
}

.ms-flow .swiper-button-disabled {
  opacity: 0.55;
  cursor: default;
}

/* Modern siding: custom options */
.ms-custom {
  min-height: 588px;
  position: relative;
  overflow: hidden;
  padding: 108px 0 80px;
  background: #f3f6fb;
}

.ms-custom .ms-custom-photo {
  width: 650px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  object-fit: cover;
  object-position: 42% center;
  clip-path: polygon(24% 0, 100% 0, 82% 100%, 0 100%);
}

.ms-custom .ms-custom-in {
  position: relative;
  z-index: 1;
}

.ms-custom h2 {
  margin: 0;
  color: #111;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.ms-custom .ms-custom-in>p {
  margin: 18px 0 0;
  color: #315a9f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.ms-custom .ms-custom-grid {
  width: 1400px;
  max-width: 100%;
  min-height: 151px;
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 18px 0 12px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.ms-custom .ms-custom-grid article {
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.ms-custom .ms-custom-grid article+article::before {
  content: "";
  width: 1px;
  height: 97px;
  position: absolute;
  top: 10px;
  left: 0;
  background: repeating-linear-gradient(to bottom, #dde0e5 0 3px, transparent 3px 6px);
}

.ms-custom .ms-custom-grid svg {
  width: 48px;
  height: 48px;
  display: block;
  padding: 8px;
  border: 1px solid #e86b73;
  border-radius: 50%;
  fill: none;
  stroke: #cf2935;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ms-custom .ms-custom-grid h3 {
  margin: 12px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 1050px) {

  .ms-fit,
  .ms-benefits,
  .ms-flow,
  .ms-custom {
    padding: 70px 0;
  }

  .ms-fit .ms-fit-grid,
  .ms-benefits .ms-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ms-flow .ms-flow-stage {
    height: auto;
    display: block;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: 36px;
  }

  .ms-flow .swiper-wrapper {
    height: auto;
  }

  .ms-flow .ms-flow-stage::before,
  .ms-flow .ms-flow-stage::after,
  .ms-flow .ms-flow-side {
    display: none;
  }

  .ms-flow .ms-flow-main,
  .ms-flow .ms-flow-copy,
  .ms-flow .ms-flow-thumbs,
  .ms-flow .ms-flow-label {
    position: static;
  }

  .ms-flow .ms-flow-main {
    width: 100%;
    height: auto;
    grid-row: 1 / span 2;
  }

  .ms-flow .ms-flow-copy {
    width: auto;
  }

  .ms-flow .ms-flow-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ms-flow .ms-flow-thumbs img {
    width: 100%;
    height: auto;
  }

  .ms-flow .ms-flow-label {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }

  .ms-flow .ms-flow-nav {
    position: static;
    margin-top: 16px;
  }

  .ms-custom {
    min-height: 0;
  }

  .ms-custom .ms-custom-photo {
    opacity: 0.35;
  }

  .ms-custom .ms-custom-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ms-custom .ms-custom-grid article {
    min-height: 130px;
  }

  .ms-custom .ms-custom-grid article+article::before {
    display: none;
  }
}

@media (max-width: 600px) {

  .ms-fit .ms-fit-in,
  .ms-benefits .ms-benefits-in,
  .ms-flow .ms-flow-in,
  .ms-custom .ms-custom-in {
    max-width: calc(100% - 32px);
  }

  .ms-fit,
  .ms-benefits,
  .ms-flow,
  .ms-custom {
    padding: 56px 0;
  }

  .ms-fit h2,
  .ms-benefits h2,
  .ms-flow .ms-flow-copy h2,
  .ms-custom h2 {
    font-size: 30px;
  }

  .ms-fit .ms-fit-grid,
  .ms-benefits .ms-benefit-grid,
  .ms-flow .ms-flow-stage {
    grid-template-columns: 1fr;
  }

  .ms-fit .ms-fit-card {
    height: auto;
    min-height: 140px;
  }

  .ms-flow .ms-flow-main {
    grid-row: auto;
  }

  .ms-flow .ms-flow-label {
    grid-column: auto;
    grid-row: auto;
  }

  .ms-flow .ms-flow-copy h2 br,
  .ms-custom .ms-custom-in>p br {
    display: none;
  }

  .ms-custom .ms-custom-photo {
    display: none;
  }

  .ms-custom .ms-custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1050px) {

  .ms-fit .ms-fit-in,
  .ms-benefits .ms-benefits-in,
  .ms-flow .ms-flow-in,
  .ms-custom .ms-custom-in {
    max-width: calc(100% - 48px);
  }
}

/* Modern siding: FAQ */
.mm-faq {
  padding: 54px 0 96px;
  background: #fff;
}

.mm-faq .mm-faq-in,
.mm-collections .mm-collections-in,
.mm-resources .mm-resources-in {
  width: 1600px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
}

.mm-faq .mm-faq-in {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(0, 660px);
  gap: 138px;
  align-items: center;
}

.mm-faq .mm-faq-list h2,
.mm-collections h2,
.mm-resources h2 {
  margin: 35px 0 58px;
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.mm-faq .mm-faq-list details {
  margin: 0;
  border-top: 1px solid #d0d0d0;
}

.mm-faq .mm-faq-list details:last-child {
  border-bottom: 1px solid #d0d0d0;
}

.mm-faq .mm-faq-list summary {
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 46px 0 0;
  color: #171717;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}

.mm-faq .mm-faq-list summary::-webkit-details-marker {
  display: none;
}

.mm-faq .mm-faq-list summary>span {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.mm-faq .mm-faq-list summary>span::before,
.mm-faq .mm-faq-list summary>span::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #2e5a9f;
}

.mm-faq .mm-faq-list summary>span::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.mm-faq .mm-faq-list details[open] summary>span::after {
  transform: rotate(0);
}

.mm-faq .mm-faq-list details p {
  margin: -4px 0 22px;
  padding-right: 42px;
  color: #777;
  font-size: 16px;
  line-height: 1.55;
}

.mm-faq .mm-faq-photo {
  width: 660px;
  height: auto !important;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

/* Modern siding: collection links */
.mm-collections {
  padding: 0 0 96px;
  background: #fff;
}

.mm-collections h2,
.mm-resources h2 {
  margin: 0 0 58px;
  text-align: center;
}

.mm-collections .mm-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mm-collections .mm-collection {
  min-height: 228px;
  display: block;
  padding: 39px 73px 29px;
  border-right: 1px solid #fff;
  background: #f1f2f4;
  color: #171717;
  text-decoration: none;
}

.mm-collections .mm-collection:last-child {
  border-right: 0;
}

.mm-collections .mm-collection.current {
  background: #345a9e;
  color: #fff;
}

.mm-collections .mm-collection-no {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #315a9f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.mm-collections .mm-collection.current .mm-collection-no {
  color: #fff;
}

.mm-collections .mm-collection-no i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 1px;
  background: #315a9f;
}

.mm-collections .mm-collection.current .mm-collection-no i {
  background: #fff;
}

.mm-collections .mm-collection h3 {
  margin: 17px 0 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.mm-collections .mm-collection p {
  max-width: 330px;
  margin: 0;
  color: #777;
  font-size: 16px;
  line-height: 1.45;
}

.mm-collections .mm-collection.current p {
  color: #fff;
}

.mm-collections .mm-collection-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #315a9f;
  font-size: 16px;
  font-weight: 600;
}

.mm-collections .mm-collection.current .mm-collection-link {
  color: #fff;
}

.mm-collections .mm-collection-link b {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

/* Modern siding: resource links */
.mm-resources {
  padding: 0 0 90px;
  background: #fff;
}

.mm-resources .mm-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  /* border-top: 1px solid #d4d4d4; */
  /* border-left: 1px solid #d4d4d4; */
  gap: 0 20px;
}

.mm-resources .mm-resource-grid>a {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  padding: 12px 28px 12px 20px;
  border: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  color: #171717;
  text-decoration: none;
}

.mm-resources .mm-resource-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #f4f4f4;
}

.mm-resources .mm-resource-icon svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: #111;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mm-resources .mm-resource-grid b {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.mm-resources .mm-resource-arrow {
  margin-left: auto;
  color: #07519b;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.mm-resources .mm-resources-button {
  min-width: 216px;
  min-height: 46px;
  margin: 48px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #bd0c18;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.mm-resources .mm-resources-button span {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1050px) {
  .mm-faq {
    padding: 72px 0 80px;
  }

  .mm-faq .mm-faq-in {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mm-faq .mm-faq-photo {
    width: min(660px, 100%);
    height: auto;
    margin: 0 auto;
  }

  .mm-faq .mm-faq-list h2,
  .mm-collections h2,
  .mm-resources h2 {
    margin-top: 0;
    font-size: 36px;
  }

  .mm-collections .mm-collection {
    padding: 32px 28px 26px;
  }
}

@media (max-width: 600px) {

  .mm-faq,
  .mm-collections,
  .mm-resources {
    padding: 56px 0;
  }

  .mm-faq .mm-faq-list h2,
  .mm-collections h2,
  .mm-resources h2 {
    font-size: 30px;
  }

  .mm-faq .mm-faq-list summary {
    min-height: 64px;
    font-size: 15px;
  }

  .mm-faq .mm-faq-list details p {
    font-size: 14px;
  }

  .mm-collections .mm-collection-grid,
  .mm-resources .mm-resource-grid {
    grid-template-columns: 1fr;
  }

  .mm-collections .mm-collection {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }

  .mm-resources .mm-resource-grid>a {
    min-height: 88px;
  }
}

.footer-quote {
  display: none
}

.footer-quote {
  margin-top: 2rem;
  text-align: right
}

.footer-quote .button {
  font-size: .9rem
}

.site-footer .copyright {
  margin-top: 5.75rem
}

.resource-hero {
  background: linear-gradient(90deg, #fff 5%, #ffffffee 38%, transparent 80%), var(--photo) right/auto 100% no-repeat;
  color: #111
}

.resource-hero p {
  color: #333
}

.resource-projects {
  gap: 2rem
}

.resource-projects article:nth-child(2) {
  display: flex;
  flex-direction: column
}

.resource-projects article:nth-child(2) img {
  order: 3;
  margin-top: 1.5rem
}

.resource-projects img {
  width: 100%;
  aspect-ratio: 510/600;
  object-fit: cover;
  border-radius: 5px
}

.resource-projects h3 {
  font-size: 1.25rem;
  margin: 1rem 0 .5rem
}

.resource-help article {
  border: 1px solid #ddd;
  background: #fff;
  padding: 2.5rem;
  border-radius: 5px
}

.resource-help img {
  width: 4.6rem;
  height: 3.75rem;
  object-fit: contain;
  margin-bottom: .8rem
}

.resource-help h3 {
  font-size: 1.3rem
}

.resource-help p {
  margin: 1rem 0 1.5rem;
  font-size: 1rem
}

.helpful-guides {
  gap: 4.5rem
}

.helpful-guides .faq-list details {
  padding: 1.6rem 1rem
}

.helpful-guides details[open] {
  background: #f5f5f5
}

.helpful-guides .text-link {
  margin-top: 1rem
}

.comparison-cards {
  gap: 1.5rem
}

.comparison-cards a {
  background: #fff;
  text-align: center
}

.comparison-cards h3 {
  font-size: 1.1rem;
  padding: 1rem
}

.comparison-cards img {
  width: 100%;
  aspect-ratio: 302/186;
  object-fit: cover
}

.resource-columns {
  gap: 2.5rem
}

.resource-columns h2 {
  font-size: 2rem
}

.resource-columns .section-heading {
  margin-bottom: 2rem
}

.resource-columns .resource-links a {
  font-size: 1.1rem;
  background: #fafafa
}

.resource-columns .button {
  font-size: .9rem;
  padding: .6rem 1rem
}

.resource-news {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.5rem
}

.resource-news article {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 1rem;
  align-items: center
}

.resource-news img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover
}

.resource-news h3 {
  font-size: 1rem;
  margin-bottom: .4rem
}

.resource-news p {
  font-size: .85rem
}

.resource-news time {
  display: block;
  text-align: center;
  border: 1px solid #eee;
  padding: 1rem .5rem
}

.resource-news time span {
  font-size: .9rem;
  display: block
}

.resource-news time strong {
  font-size: 2rem;
  color: #333;
  display: block
}

.resource-help-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: #f5f5f5;
  padding: 4rem;
  align-items: center
}

.resource-help-strip h2 {
  font-size: 2rem;
  margin-bottom: 1rem
}

.quick-question label {
  display: block;
  font-size: 1rem;
  margin-bottom: .7rem
}

.quick-question>div {
  display: flex
}

.quick-question input {
  width: 100%;
  min-width: 0;
  border: 1px solid #ddd;
  padding: .8rem
}

.quick-question button {
  font-size: .9rem;
  white-space: nowrap
}

.quick-question>a {
  margin-top: 1rem
}

@media(max-width:1100px) {
  .resource-help article {
    padding: 1.5rem
  }

  .resource-columns {
    grid-template-columns: 1fr 1fr
  }

  .resource-columns>div:last-child {
    grid-column: 1/-1
  }

  .resource-help-strip {
    padding: 2rem;
    gap: 2rem
  }
}

@media(max-width:600px) {
  .resource-projects article:nth-child(2) img {
    order: 0;
    margin-top: 0
  }

  .resource-projects img {
    aspect-ratio: 1.1
  }

  .resource-columns {
    grid-template-columns: 1fr
  }

  .comparison-cards {
    grid-template-columns: 1fr 1fr
  }

  .comparison-cards h3 {
    font-size: 1rem
  }

  .resource-help-strip {
    grid-template-columns: 1fr;
    padding: 1.5rem
  }

  .quick-question>div {
    flex-wrap: wrap;
    gap: .5rem
  }

  .quick-question button {
    width: 100%
  }
}

.technical-product-cards article {
  display: grid;
  grid-template-columns: 42% 1fr;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  align-items: center
}

.technical-product-cards img {
  width: 100%;
  object-fit: contain
}

.technical-product-cards article>div {
  padding: 1.5rem
}

.technical-product-cards h3 {
  font-size: 1.4rem
}

.technical-product-cards p {
  font-size: 1rem;
  margin: .8rem 0 1rem
}

.technical-product-cards .button {
  font-size: .8rem;
  padding: .4rem .7rem;
  margin: .3rem .3rem .3rem 0
}

.download-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  background: white;
  border: 1px solid #ddd;
  border-top: 3px solid var(--red);
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  gap: .8rem
}

.download-card span {
  color: var(--red)
}

.support-faq details {
  background: #f6f6f6;
  padding: 1.3rem
}

.support-faq summary {
  font-size: 1.05rem
}

.support-faq p {
  font-size: 1rem
}

@media(max-width:600px) {
  .technical-product-cards article {
    grid-template-columns: 35% 1fr
  }

  .technical-product-cards article>div {
    padding: 1rem
  }

  .technical-product-cards h3 {
    font-size: 1.2rem
  }

  .technical-product-cards p {
    font-size: .9rem
  }

  .download-cards {
    grid-template-columns: 1fr 1fr
  }

  .download-card {
    font-size: .9rem
  }
}

.help-audiences {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr;
  gap: 2rem
}

.help-audiences article {
  border: 1px solid #ddd;
  padding: 2.5rem;
  background: linear-gradient(120deg, #fff, #f6f6f6)
}

.help-audiences article:nth-child(3) {
  grid-column: 3;
  grid-row: 1/3;
  background: linear-gradient(#fffffff2, #ffffffa8), url('../images/pages/about/factory-clean.webp') center/cover
}

.help-audiences h3 {
  font-size: 1.4rem
}

.help-audiences p {
  margin: 1rem 0 1.5rem
}

.help-audiences .button {
  font-size: .9rem
}

.contact-layout {
  display: grid;
  grid-template-columns: 1000fr 569fr;
  gap: 2rem;
  align-items: start
}

.inquiry-card, .contact-methods {
  padding: 3rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-width: 0
}

.inquiry-card h2 {
  font-size: 2.25rem
}

.project-inquiry fieldset {
  border: 0;
  border-top: 1px solid #eee;
  margin: 2rem 0;
  padding: 1.5rem 0 0;
  min-width: 0
}

.project-inquiry legend {
  font-weight: 600;
  font-size: 1.1rem;
  padding-right: 1rem
}

.project-inquiry legend span {
  color: var(--red);
  font-size: 1.25rem;
  display: inline-block;
  margin-right: .5rem
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem 1rem
}

.choice-grid label {
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  font-size: .9rem
}

.choice-grid input {
  accent-color: var(--red);
  flex: none;
  margin-top: .3rem
}

.project-inquiry .form-grid label, .project-inquiry fieldset>label {
  font-size: .9rem;
  display: block
}

.project-inquiry input:not([type=radio]):not([type=checkbox]), .project-inquiry textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #bbb;
  background: #fff;
  padding: .7rem;
  margin: .3rem 0 1rem;
  max-width: 100%
}

.project-inquiry .file-upload {
  padding: 1rem;
  border: 1px dashed #aaa;
  color: var(--blue);
  text-align: center
}

.file-hint, .source-note {
  font-size: .85rem;
  color: #666;
  margin-top: 1rem
}

.project-inquiry>button {
  width: 100%
}

.project-result p {
  font-size: .9rem;
  margin: 1rem 0
}

.project-result a {
  width: 100%
}

.contact-methods h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem
}

.contact-methods article {
  padding: 1rem 0 1rem 1.5rem;
  border-left: 3px solid #eee;
  margin: 1rem 0
}

.contact-methods h3 {
  font-size: 1.2rem
}

.contact-methods a, .contact-value {
  color: var(--red);
  font-size: 1.125rem;
  overflow-wrap: anywhere
}

.contact-methods article p:last-child {
  font-size: .9rem;
  margin-top: .4rem
}

.contact-steps .feature-grid article {
  border: 0;
  text-align: center
}

.contact-steps .feature-number {
  width: 5rem;
  height: 5rem;
  background: #f6f0f0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 2rem;
  font-size: 2rem
}

@media(max-width:1100px) {
  .help-audiences article {
    padding: 1.5rem
  }

  .help-audiences .button {
    font-size: .8rem
  }

  .inquiry-card, .contact-methods {
    padding: 2rem
  }

  .contact-layout {
    grid-template-columns: 1.5fr 1fr
  }

  .choice-grid {
    grid-template-columns: 1fr
  }

  .contact-methods h2 {
    font-size: 1.8rem
  }
}

@media(max-width:700px) {
  .help-audiences {
    grid-template-columns: 1fr
  }

  .help-audiences article:nth-child(3) {
    grid-column: auto;
    grid-row: auto
  }

  .contact-layout {
    grid-template-columns: 1fr
  }

  .inquiry-card, .contact-methods {
    padding: 1.5rem
  }

  .inquiry-card h2 {
    font-size: 1.8rem
  }

  .project-inquiry legend {
    font-size: 1rem
  }

  .project-inquiry .form-grid {
    grid-template-columns: 1fr
  }
}

.centered-article {
  text-align: center
}

.centered-article h1 {
  margin: auto;
  max-width: 75rem;
  font-size: 2.375rem
}

.case-article-section {
  padding-top: 2.5rem
}

.case-article {
  width: 100%;
  max-width: none !important
}

.case-article figure {
  margin: 1rem 0;
  max-width: 74.75rem
}

.case-article-section .case-article h2 {
  margin: .6rem 0 .3rem
}

.case-article-section .case-article h3 {
  margin: .3rem 0
}

.case-article-section .case-article p {
  margin-bottom: .35rem
}

.case-article-section .case-article ul {
  margin: .3rem 0
}

.recommended .card {
  border: 0
}

.recommended .card-copy {
  padding: .7rem
}

.recommended .card-copy h3 {
  font-size: 1rem
}

.recommended .card-copy p {
  font-size: .9rem;
  margin: .5rem 0
}

.recommended .text-link {
  display: none
}

.article-layout+.recommended+.cta, .case-article-section+.recommended+.cta {
  background: linear-gradient(120deg, #be3038, #99141a);
  text-align: left
}

.article-layout+.recommended+.cta>.wrap, .case-article-section+.recommended+.cta>.wrap {
  display: flex;
  align-items: center;
  gap: 3rem
}

.article-layout+.recommended+.cta .section-heading, .case-article-section+.recommended+.cta .section-heading {
  flex: 1;
  text-align: left
}

.article-layout+.recommended+.cta h2, .case-article-section+.recommended+.cta h2 {
  font-size: 2rem
}

.article-layout+.recommended+.cta p, .case-article-section+.recommended+.cta p {
  font-size: 1rem
}

.about-intro {
  gap: 7rem
}

.about-intro .section-heading {
  margin-bottom: 1.5rem
}

.about-intro .section-heading p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #222
}

.company-stats>div {
  border: 1px solid #ddd;
  padding: 2rem;
  border-radius: 4px
}

.company-stats strong {
  display: block;
  font-size: 2.8rem;
  color: var(--red);
  line-height: 1.25
}

.company-stats span {
  display: block;
  margin-top: 1rem
}

.about-products {
  margin-top: 6rem;
  gap: 2.5rem
}

.about-products article {
  padding: 3rem 2rem;
  min-height: 31.25rem;
  background: linear-gradient(90deg, #eef2f3 20%, #eef2f3e8 50%, transparent), var(--photo) right/auto 100% no-repeat
}

.about-products h3 {
  font-size: 1.5rem
}

.about-products p {
  color: #222;
  font-size: 1rem;
  max-width: 80%;
  margin: .8rem 0
}

.about-products ul {
  padding-left: 1.2rem;
  margin: 1rem 0 3rem;
  font-size: .95rem
}

.production-chain {
  gap: 3rem
}

.production-chain figure {
  margin: 0;
  position: relative
}

.production-chain img {
  width: 100%;
  aspect-ratio: 280/130;
  object-fit: cover
}

.production-chain figcaption {
  background: #222;
  color: white;
  padding: .8rem .5rem;
  font-size: .9rem;
  display: flex;
  gap: .5rem;
  align-items: center
}

.production-chain figcaption span {
  color: #ee4a54
}

.production-chain figure:not(:last-child):after {
  content: '→';
  position: absolute;
  right: -2.1rem;
  top: 30%;
  color: var(--red);
  font-size: 1.5rem
}

.distribution-band {
  background: linear-gradient(100deg, #172938d9, #17293899), url('../images/pages/case-studies/team-clean.webp') center/cover;
  color: white
}

.distribution-band .feature-grid article {
  padding: 2.5rem;
  color: #222
}

.distribution-band .feature-number {
  display: none
}

.market-section {
  grid-template-columns: 2fr 3fr
}

.market-section ul {
  padding-left: 1.5rem
}

.market-section li {
  margin: .6rem 0
}

.market-section li::marker {
  color: var(--blue)
}

.about-benefits .feature-grid article {
  min-height: 13rem
}

.about-benefits .feature-number {
  color: var(--blue);
  font-size: 1.6rem
}

.about-benefits .feature-grid h3 {
  font-size: 1.3rem
}

@media(max-width:1100px) {
  .about-intro {
    gap: 3rem
  }

  .company-stats strong {
    font-size: 2rem
  }

  .company-stats>div {
    padding: 1.3rem
  }

  .production-chain {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem
  }

  .production-chain figure:after {
    display: none
  }

  .market-section {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:700px) {
  .centered-article h1 {
    font-size: 1.9rem
  }

  .article-layout+.recommended+.cta>.wrap, .case-article-section+.recommended+.cta>.wrap {
    display: block
  }

  .case-article figure {
    max-width: 100%
  }
}

@media(max-width:600px) {
  .company-stats {
    grid-template-columns: 1fr 1fr
  }

  .company-stats span {
    font-size: .85rem
  }

  .company-stats strong {
    font-size: 1.8rem
  }

  .about-products {
    margin-top: 3rem
  }

  .about-products article {
    padding: 2rem;
    min-height: 390px
  }

  .production-chain {
    grid-template-columns: 1fr 1fr
  }

  .production-chain figcaption {
    font-size: .8rem
  }

  .market-section {
    grid-template-columns: 1fr
  }

  .about-benefits .feature-grid article {
    min-height: 0
  }
}

.article-layout>.wrap {
  display: grid;
  grid-template-columns: 350fr 1200fr;
  gap: 3.125rem;
  align-items: start
}

.article-sidebar {
  display: grid;
  gap: 1.25rem;
  min-width: 0
}

.article-sidebar>form, .article-sidebar>nav, .article-sidebar>div {
  padding: 1.8rem;
  border: 1px solid #ddd;
  background: #f8f8f8
}

.article-sidebar h2, .article-search label {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  margin-bottom: 1.2rem
}

.article-search>div {
  display: flex;
  background: white;
  border: 1px solid #ddd
}

.article-search input {
  width: 100%;
  min-width: 0;
  padding: .7rem;
  border: 0
}

.article-search button {
  width: 44px;
  flex: none;
  border: 0;
  background: white;
  font-size: 1.6rem
}

.article-search p {
  font-size: .85rem
}

.contents ol {
  padding-left: 1.2rem;
  margin: 0
}

.contents li {
  padding: .6rem 0
}

.contents a {
  font-size: .95rem
}

.sidebar-faq summary {
  font-size: .9rem;
  cursor: pointer;
  padding: 1rem 0
}

.sidebar-faq details {
  border-bottom: 1px solid #ddd
}

.sidebar-faq p {
  font-size: .85rem;
  padding-bottom: 1rem
}

.sidebar-contact p {
  margin-bottom: 1rem
}

.article-body.source-article {
  max-width: none;
  min-width: 0;
  font-size: 1.125rem;
  line-height: 1.65
}

.source-article h1 {
  font-size: 2.375rem
}

.source-article p {
  margin-bottom: .8rem
}

.source-article h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.2rem 0 .6rem;
  scroll-margin-top: 2rem
}

.source-article h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: .6rem 0
}

.source-article ul {
  margin: .5rem 0;
  padding-left: 1.5rem
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 1.5rem 0 3rem;
  font-size: 1rem
}

.article-share button {
  width: 36px;
  height: 36px;
  border: 1px solid #aaa;
  background: white;
  border-radius: 50%
}

.article-body mark {
  background: #ffeb91;
  color: #222
}

.source-article figure {
  max-width: 1196px
}

.source-article figure img {
  max-height: none
}

.article-body.source-article .article-pagination {
  font-size: 1rem
}

@media(max-width:1100px) {
  .article-layout>.wrap {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 2rem
  }

  .article-sidebar>form, .article-sidebar>nav, .article-sidebar>div {
    padding: 1rem
  }

  .source-article h1 {
    font-size: 2rem
  }
}

@media(max-width:700px) {
  .article-layout>.wrap {
    grid-template-columns: 1fr
  }

  .article-sidebar {
    grid-template-columns: 1fr
  }

  .article-sidebar .sidebar-faq, .article-sidebar .sidebar-contact {
    display: none
  }

  .contents ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .25rem 1rem
  }

  .article-body.source-article {
    font-size: 1rem
  }

  .source-article h1 {
    font-size: 1.9rem
  }
}

.news-list {
  display: grid;
  gap: 3rem
}

.news-list article {
  display: grid;
  grid-template-columns: 31.25% 1fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
  align-items: center
}

.news-list img {
  width: 100%;
  aspect-ratio: 500/320;
  object-fit: cover
}

.news-list time {
  font-size: .95rem;
  color: #888
}

.news-list h2 {
  font-size: 1.7rem;
  max-width: 59rem;
  margin: .4rem 0 1rem
}

.plain-link>span {
  display: none
}

.news-list p {
  margin-bottom: 1.5rem
}

.news-list .button {
  font-size: .9rem;
  padding: .55rem 1.2rem
}

.blog-directory .filter-bar button {
  padding: .5rem 1rem;
  border-radius: 2rem;
  font-size: .9rem
}

@media(max-width:600px) {
  .news-list article {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .news-list h2 {
    font-size: 1.4rem
  }

  .news-list {
    gap: 2rem
  }

  .blog-directory .filter-bar {
    gap: .5rem
  }

  .blog-directory .filter-bar button {
    font-size: .8rem
  }
}

.article-head {
  padding: 5.5rem 0 2rem
}

.article-head h1 {
  max-width: 70rem;
  font-size: 2.5rem
}

.article-head time {
  display: block;
  margin-top: 1rem;
  color: #666
}

.article-body {
  max-width: 1200px;
  margin: auto
}

.article-body h2 {
  margin-top: 3rem
}

.article-body h3 {
  margin-top: 2rem
}

.article-body h4 {
  margin-top: 1.4rem;
  color: var(--blue);
  font-size: 1.1rem
}

.article-body figure {
  margin: 3rem 0
}

.article-body figure img {
  width: 100%;
  max-height: 528px;
  object-fit: cover
}

.article-body figcaption {
  font-size: .9rem;
  color: #666;
  margin-top: .5rem
}

.article-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .8rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem
}

.article-share a {
  width: 2rem;
  height: 2rem;
  border: 1px solid #bbb;
  border-radius: 50%;
  display: grid;
  place-items: center
}

.article-pagination {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 1.5rem
}

.recommended .card>a>img {
  aspect-ratio: 390/280
}

.recommended .card-copy {
  padding: 1.2rem
}

.recommended .card h3 {
  font-size: 1.15rem
}

@media(max-width:600px) {
  .article-head {
    padding: 3.5rem 0 1.5rem
  }

  .article-head h1 {
    font-size: 2rem
  }

  .article-body h2 {
    font-size: 1.7rem
  }

  .article-share {
    justify-content: flex-start
  }

  .article-pagination {
    font-size: .9rem
  }

  .recommended .card>a>img {
    aspect-ratio: 390/240
  }
}

/* Support FAQ: two balanced columns with clear, full-row disclosure targets. */
.support-faq-section {
  padding: 103px 0 105px;
  background: #fff;
}

.support-faq-section .section-heading {
  margin-bottom: 53px;
}

.support-faq-section .section-heading h2 {
  color: #111;
  font-size: 2.875rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.support-faq {
  column-gap: 38px;
  row-gap: 0;
}

.support-faq .faq-list {
  border-top: 1px solid #cfd1d4;
}

.support-faq details {
  padding: 0;
  background: #f6f7f8;
  border-bottom: 1px solid #cfd1d4;
}

.support-faq summary {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 12px 76px 12px 39px;
  color: #111;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.support-faq summary::-webkit-details-marker {
  display: none;
}

.support-faq summary::after {
  position: absolute;
  top: 50%;
  right: 48px;
  width: 24px;
  color: var(--blue);
  content: "+";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: translateY(-52%);
}

.support-faq details[open] summary::after {
  content: "\2212";
}

.support-faq details p {
  max-width: 90%;
  padding: 0 76px 20px 39px;
  color: #5e6268;
  font-size: 0.95rem;
  line-height: 1.65;
}

.support-faq-actions {
  margin-top: 49px;
  text-align: center;
}

.support-faq-actions .button {
  width: 180px;
  min-height: 40px;
  padding: 7px 16px;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.4;
}

.support-faq-arrow {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 900px) {
  .support-faq-section {
    padding: 70px 0 76px;
  }

  .support-faq-section .section-heading {
    margin-bottom: 38px;
  }

  .support-faq {
    grid-template-columns: 1fr;
  }

  .support-faq .faq-list+.faq-list {
    border-top: 0;
  }

  .support-faq-actions {
    margin-top: 38px;
  }
}

@media (max-width: 600px) {
  .support-faq-section {
    padding: 54px 0 60px;
  }

  .support-faq-section .section-heading {
    margin-bottom: 30px;
  }

  .support-faq-section .section-heading h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .support-faq summary {
    min-height: 64px;
    padding: 12px 50px 12px 18px;
    font-size: 1rem;
  }

  .support-faq summary::after {
    right: 16px;
    font-size: 1.75rem;
  }

  .support-faq details p {
    max-width: none;
    padding: 0 46px 18px 18px;
    font-size: 0.9rem;
  }
}

/* Machine-made panels · Machine-Made or Hand-Made comparison. */
.machine-made-comparison-section {
  min-height: 902px;
  background: #fff;
}

.machine-made-comparison-section .machine-made-comparison__inner {
  width: min(1400px, 90%);
  margin: 0 auto;
}

.machine-made-comparison-section .machine-made-comparison__heading {
  margin-bottom: 56px;
  text-align: center;
}

.machine-made-comparison-section .machine-made-comparison__title {
  margin: 0;
  color: #111;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
}

.machine-made-comparison-section .machine-made-comparison__table-scroll {
  overflow-x: auto;
}

.machine-made-comparison-section .machine-made-comparison__table {
  width: 100%;
  min-width: 900px;
  table-layout: fixed;
  border-collapse: collapse;
  background: #f3f4f6;
}

.machine-made-comparison-section .machine-made-comparison__table th,
.machine-made-comparison-section .machine-made-comparison__table td {
  height: 48px;
  padding: 0 20px;
  border: 1px solid #e5e7e9;
  background: transparent;
  text-align: center;
  vertical-align: middle;
}

.machine-made-comparison-section .machine-made-comparison__table thead th {
  height: 56px;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.machine-made-comparison-section .machine-made-comparison__table tbody td {
  height: 47.75px;
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.machine-made-comparison-section .machine-made-comparison__table tbody td:first-child {
  color: #111;
  font-weight: 600;
}

.machine-made-comparison-section .machine-made-comparison__note {
  margin: 30px 0 0;
  color: #2f5192;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.machine-made-comparison-section .machine-made-comparison__actions {
  margin-top: 43px;
  text-align: center;
}

.machine-made-comparison-section .machine-made-comparison__button {
  display: inline-flex;
  width: 315px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border: 1px solid #ad0c14;
  border-radius: 2px;
  background: #ad0c14;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  transform: translateX(7px);
}

.machine-made-comparison-section .machine-made-comparison__button:hover {
  border-color: #033b7d;
  background: #033b7d;
}

@media (max-width: 768px) {
  .machine-made-comparison-section {
    min-height: 0;
  }

  .machine-made-comparison-section .machine-made-comparison__inner {
    width: 90%;
  }

  .machine-made-comparison-section .machine-made-comparison__heading {
    margin-bottom: 34px;
  }

  .machine-made-comparison-section .machine-made-comparison__title {
    font-size: 30px;
  }

  .machine-made-comparison-section .machine-made-comparison__table th,
  .machine-made-comparison-section .machine-made-comparison__table td {
    padding: 0 14px;
  }

  .machine-made-comparison-section .machine-made-comparison__note {
    margin-top: 24px;
    font-size: 16px;
  }

  .machine-made-comparison-section .machine-made-comparison__actions {
    margin-top: 28px;
  }

  .machine-made-comparison-section .machine-made-comparison__button {
    width: min(315px, 100%);
    transform: none;
  }
}

/* Machine-made panels · Panel Construction technical specifications. */
.machine-made-panel-construction-section {
  padding: 162px 0 88px;
  background: #fff;
}

.machine-made-panel-construction-section .machine-made-panel-construction-section__layout {
  align-items: start;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs {
  width: calc(100% + 32px);
  margin-left: -32px;
  color: #111;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__heading {
  margin: 0;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__title {
  margin: 0;
  color: #111;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: normal;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__description {
  max-width: 740px;
  margin-top: 19px;
  color: #2f5192;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.78;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__download {
  display: inline-flex;
  width: 312px;
  min-height: 50px;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 1px solid #2f5aa2;
  border-radius: 2px;
  color: #2f5aa2;
  background: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__download:hover {
  color: #fff;
  background: #2f5aa2;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__download svg {
  width: 26px;
  height: 26px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table-wrap {
  width: calc(100% - 14px);
  margin-top: 67px;
  overflow-x: auto;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #c9cdd1;
  background: #eef4fa;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table th,
.machine-made-panel-construction-section .machine-made-panel-construction-specs__table td {
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid #dce4eb;
  background: transparent;
  vertical-align: middle;
  text-align: left;
  line-height: 1.35;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table th:first-child,
.machine-made-panel-construction-section .machine-made-panel-construction-specs__table td:first-child {
  width: 180px;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table th+th,
.machine-made-panel-construction-section .machine-made-panel-construction-specs__table th+td {
  border-left: 1px solid #dce4eb;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table thead th {
  height: 50px;
  color: #171717;
  font-size: 1.375rem;
  font-weight: 600;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table tbody th {
  color: #171717;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table tbody td {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
}

.machine-made-panel-construction-section .machine-made-panel-construction-specs__table tbody tr:last-child>* {
  height: 68px;
  border-bottom: 0;
}

@media (max-width: 1100px) {
  .machine-made-panel-construction-section {
    padding: 110px 0 80px;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs {
    width: 100%;
    margin-left: 0;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs__table-wrap {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  .machine-made-panel-construction-section {
    padding: 72px 0;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs {
    margin-top: 54px;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs__table-wrap {
    margin-top: 46px;
  }
}

@media (max-width: 600px) {
  .machine-made-panel-construction-section {
    padding: 54px 0 60px;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs {
    margin-top: 42px;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs__title {
    font-size: 2rem;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs__description {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs__download {
    width: 100%;
    max-width: 312px;
    margin-top: 22px;
  }

  .machine-made-panel-construction-section .machine-made-panel-construction-specs__table-wrap {
    margin-top: 38px;
  }
}

/* Cleanroom Applications: four image-led solution cards. */
.cleanroom-applications {
  background: #f4f6f9;
  padding: 6rem 0 7rem
}

.cleanroom-applications .section-heading {
  margin-bottom: 3rem
}

.cleanroom-applications .section-heading h2 {
  font-size: 2.75rem;
  line-height: 1.2
}

.cleanroom-applications .section-heading p {
  font-size: 1.2rem;
  color: #333;
  margin-top: .85rem
}

.applications-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 27.25rem;
  gap: 3.25rem
}

.application-card {
  height: 100%;
  position: relative;
  background: #fff;
  min-width: 0;
  overflow: hidden
}

.application-card__body {
  height: 9.4rem;
  position: relative;
  padding: 2rem 1.4rem 1rem;
  transition: height .36s cubic-bezier(.22, 1, .36, 1)
}

.application-card__rule {
  display: block;
  width: 1.5rem;
  height: .25rem;
  background: #2f5192;
  margin-bottom: 1.05rem
}

.application-card h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 600;
  max-width: 75%;
  position: relative;
  z-index: 1;
  transition: color .24s ease
}

.application-card__icon {
  position: absolute;
  right: 1.35rem;
  top: 3.35rem;
  width: 2.75rem;
  height: 2.75rem;
  color: #666;
  transition: color .24s ease, top .36s cubic-bezier(.22, 1, .36, 1)
}

.application-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.application-card__image {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden
}

.application-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 360/241;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1)
}

.application-card .application-card__details {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-.35rem);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .95rem;
  line-height: 1.9;
  transition: max-height .36s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, transform .36s cubic-bezier(.22, 1, .36, 1), margin .36s cubic-bezier(.22, 1, .36, 1)
}

.application-card li {
  position: relative;
  padding-left: 1.2rem
}

.application-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: .42rem;
  height: .42rem;
  border: 2px solid #5b78ae;
  border-radius: 50%;
  transform: translateY(-50%)
}

.application-card__cta {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #2f5192;
  font-weight: 600;
  padding: .55rem .8rem;
  font-size: .95rem;
  line-height: 1.25;
  opacity: 0;
  visibility: hidden;
  transform: translateY(.65rem);
  transition: opacity .22s ease, transform .32s cubic-bezier(.22, 1, .36, 1), visibility .22s
}

.application-card__cta span {
  font-size: 1.35em;
  vertical-align: -.08em;
  margin-left: .25rem
}

.application-card__cta-mask {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #e7e9e8;
  opacity: 1;
  visibility: visible;
  transition: opacity .22s ease, visibility .22s
}

.application-card__cta-mask img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 130%;
  aspect-ratio: auto;
  object-fit: fill;
  transform: translateX(-50%) !important;
  transition: none !important
}

.application-card:is(:hover, :focus-within) h3, .application-card:is(:hover, :focus-within) .application-card__icon {
  color: #2f5192
}

.application-card:is(:hover, :focus-within) .application-card__image img {
  transform: scale(1.025)
}

.application-card:is(:hover, :focus-within) .application-card__cta {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.application-card--detailed:is(:hover, :focus-within) .application-card__cta-mask {
  opacity: 0;
  visibility: hidden
}

.application-card--detailed:is(:hover, :focus-within) .application-card__body {
  height: 12.2rem
}

.application-card--detailed:is(:hover, :focus-within) .application-card__icon {
  top: 3.25rem
}

.application-card--detailed:is(:hover, :focus-within) .application-card__details {
  max-height: 5.7rem;
  opacity: 1;
  transform: translateY(0);
  margin-top: .6rem
}

@media(max-width:1100px) {
  .applications-grid {
    gap: 1.5rem
  }

  .application-card__body {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .application-card__icon {
    right: 1rem
  }

  .application-card h3 {
    font-size: 1.1rem
  }

  .cleanroom-applications .section-heading h2 {
    font-size: 2.35rem
  }
}

@media(max-width:700px) {
  .cleanroom-applications {
    padding: 4rem 0
  }

  .cleanroom-applications .section-heading {
    margin-bottom: 2.2rem
  }

  .cleanroom-applications .section-heading h2 {
    font-size: 2rem
  }

  .cleanroom-applications .section-heading p {
    font-size: 1rem
  }

  .applications-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 1rem
  }

  .application-card {
    height: auto
  }

  .application-card__body {
    height: 8.8rem;
    padding: 1.4rem 1rem .8rem
  }

  .application-card--detailed:is(:hover, :focus-within) .application-card__body {
    height: 11.2rem
  }

  .application-card__icon {
    width: 2.25rem;
    height: 2.25rem;
    right: .8rem;
    top: 3rem
  }

  .application-card--detailed:is(:hover, :focus-within) .application-card__icon {
    top: 3rem
  }

  .application-card h3 {
    font-size: 1rem
  }

  .application-card__details {
    font-size: .8rem
  }

  .application-card__cta {
    font-size: .75rem;
    padding: .4rem .55rem
  }
}

@media(max-width:450px) {
  .applications-grid {
    grid-template-columns: 1fr
  }

  .application-card__body, .application-card--detailed:is(:hover, :focus-within) .application-card__body {
    height: auto;
    min-height: 8.75rem
  }

  .application-card--detailed:is(:hover, :focus-within) .application-card__body {
    min-height: 11.25rem
  }

  .application-card__icon {
    right: 1rem
  }
}

@media(hover:none) and (pointer:coarse) {
  .application-card__cta {
    opacity: 1;
    visibility: visible;
    transform: none
  }

  .application-card__cta-mask {
    opacity: 0;
    visibility: hidden
  }

  .application-card--detailed h3, .application-card--detailed .application-card__icon {
    color: #2f5192
  }

  .application-card--detailed .application-card__details {
    max-height: 5.7rem;
    opacity: 1;
    transform: none;
    margin-top: .6rem
  }

  .application-card--detailed .application-card__body {
    height: 11.2rem
  }
}

@media(prefers-reduced-motion:reduce) {
  .application-card__body, .application-card h3, .application-card__icon, .application-card__image img, .application-card__details, .application-card__cta, .application-card__cta-mask {
    transition: none
  }
}

/* Full-section image treatment: editable copy sits directly on the hero. */
.page-hero[style*="--hero-photo"] {
  background-image: linear-gradient(90deg, #0009, transparent 85%), var(--hero-photo);
  background-size: cover;
  background-position: center
}

.siding-hero[style*="--hero-photo"] {
  min-height: 50rem;
  background-color: #062c48;
  background-image: linear-gradient(90deg, #062c48 8%, #062c48f5 32%, #062c48b0 52%, transparent 76%), var(--hero-photo);
  background-size: 100% 100%, auto 100%;
  background-position: center, right
}

.modern-hero[style*="--hero-photo"] {
  min-height: 50rem;
  background-color: #f5f6f7;
  background-image: linear-gradient(90deg, #f5f6f7 8%, #f5f6f7 32%, #f5f6f7da 51%, transparent 75%), var(--hero-photo);
  background-size: 100% 100%, auto 100%;
  background-position: center, right
}

.siding-hero .hero-content, .modern-hero .hero-content {
  background: none;
  padding: 0;
  max-width: 49rem
}

.siding-hero h1 {
  font-size: 3.25rem
}

.center-hero[style*="--hero-photo"] {
  background: #f3f5f7 url('../images/pages/products/hero-left-clean.webp') left center/auto 100% no-repeat
}

.center-hero[style*="--hero-photo"]:after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../images/pages/products/hero-right-clean.webp') right center/auto 100% no-repeat;
  pointer-events: none
}

.center-hero:before {
  z-index: 1;
  inset: 0 15%;
  background: #f3f5f7;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%)
}

.center-hero .wrap {
  z-index: 2
}

/* Machine-made panels: Why Machine-Made */
.machine-made-why-section {
  padding: 0px 0 100px;
  background: #fff;
}

.machine-made-why-section .machine-made-why__inner {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 817px 656px;
  column-gap: 127px;
  align-items: start;
}

.machine-made-why-section .machine-made-why__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 303px);
}

.machine-made-why-section .machine-made-why__feature {
  min-width: 0;
  padding: 60px 7px 32px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(odd) {
  border-right: 1px solid #d2d2d2;
}

.machine-made-why-section .machine-made-why__feature:nth-child(even) {
  padding-left: 66px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(1) {
  padding-top: 79px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(2) {
  padding-top: 59px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(3) {
  padding-top: 64px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(4) {
  padding-top: 63px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(-n + 2) {
  border-bottom: 1px solid #d2d2d2;
}

.machine-made-why-section .machine-made-why__icon {
  width: auto;
  max-width: none;
  height: auto;
}

.machine-made-why-section .machine-made-why__feature-title {
  margin-top: 13px;
  color: #171717;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.42;
}

.machine-made-why-section .machine-made-why__feature:nth-child(1) .machine-made-why__feature-title {
  margin-top: 7px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(2) .machine-made-why__feature-title {
  margin-top: 21px;
}

.machine-made-why-section .machine-made-why__feature:nth-child(4) .machine-made-why__feature-title {
  margin-top: 14px;
}

.machine-made-why-section .machine-made-why__feature-copy {
  max-width: 332px;
  margin-top: 12px;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1.28;
}

.machine-made-why-section .machine-made-why__content {
  min-width: 0;
  padding-top: 11px;
}

.machine-made-why-section .machine-made-why__title {
  color: #101010;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
}

.machine-made-why-section .machine-made-why__description {
  margin-top: 15px;
  color: #2f5192;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.machine-made-why-section .machine-made-why__button {
  width: 362px;
  height: 38px;
  margin-top: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #ad0c14;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s ease;
}

.machine-made-why-section .machine-made-why__button:hover {
  background: #8f0910;
}

.machine-made-why-section .machine-made-why__button span {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.machine-made-why-section .machine-made-why__factory {
  width: 656px;
  height: 309px;
  margin-top: 32px;
  border-radius: 10px;
  object-fit: cover;
}

/* Machine-made panels: How To Choose The Core */
.machine-made-core-choice-section {
  padding: 10px 0 100px;
  background: #fff;
}

.machine-made-core-choice-section .machine-made-core-choice__inner {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}

.machine-made-core-choice-section .machine-made-core-choice__title {
  margin-bottom: 48px;
  color: #101010;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.machine-made-core-choice-section .machine-made-core-choice__table-scroll {
  width: 100%;
  overflow-x: auto;
}

.machine-made-core-choice-section .machine-made-core-choice__table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: auto;
}

.machine-made-core-choice-section .machine-made-core-choice__table th,
.machine-made-core-choice-section .machine-made-core-choice__table td {
  border: 0;
  border-bottom: 1px solid #c4c4c4;
  background: transparent;
  color: #171717;
  text-align: center;
  white-space: nowrap;
}

.machine-made-core-choice-section .machine-made-core-choice__table thead th {
  padding: 14px 16px 39px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.machine-made-core-choice-section .machine-made-core-choice__table tbody th,
.machine-made-core-choice-section .machine-made-core-choice__table tbody td {
  height: 81px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}

.machine-made-core-choice-section .machine-made-core-choice__table tbody th {
  font-weight: 600;
}

.machine-made-core-choice-section .machine-made-core-choice__table tbody td {
  color: #3e3e3e;
  font-weight: 400;
}

.machine-made-core-choice-section .machine-made-core-choice__table tbody tr:last-child th,
.machine-made-core-choice-section .machine-made-core-choice__table tbody tr:last-child td {
  border-bottom: 0;
}

.machine-made-core-choice-section .machine-made-core-choice__rating {
  width: 106px;
  height: 22px;
  overflow: visible;
  vertical-align: middle;
}

.machine-made-core-choice-section .machine-made-core-choice__star-symbol {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.machine-made-core-choice-section .machine-made-core-choice__star {
  fill: transparent;
  stroke: #171717;
  stroke-width: 1.2;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.machine-made-core-choice-section .machine-made-core-choice__rating--1 .machine-made-core-choice__star:nth-child(-n + 1),
.machine-made-core-choice-section .machine-made-core-choice__rating--2 .machine-made-core-choice__star:nth-child(-n + 2),
.machine-made-core-choice-section .machine-made-core-choice__rating--3 .machine-made-core-choice__star:nth-child(-n + 3) {
  fill: #ad0c14;
  stroke: #ad0c14;
}

/* Machine-made panels: selection steps */
.machine-made-selection-section {
  padding: 0px 0 131px;
  overflow: hidden;
  background: #fff;
}

.machine-made-selection-section .machine-made-selection__title {
  color: #101010;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

.machine-made-selection-section .machine-made-selection__steps {
  width: 1619px;
  max-width: 94%;
  margin: 79px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  transform: translateX(-7.5px);
}

.machine-made-selection-section .machine-made-selection__step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.machine-made-selection-section .machine-made-selection__visual {
  position: relative;
  width: 138px;
  height: 138px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #efefef;
}

.machine-made-selection-section .machine-made-selection__icon {
  flex: none;
}

.machine-made-selection-section img.machine-made-selection__icon--needs {
  width: 54px;
  height: 61px;
}

.machine-made-selection-section svg.machine-made-selection__icon {
  overflow: visible;
  fill: none;
  stroke: #ad0c14;
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.machine-made-selection-section .machine-made-selection__icon--core {
  width: 72px;
  height: 64px;
}

.machine-made-selection-section .machine-made-selection__icon--thickness {
  width: 78px;
  height: 56px;
}

.machine-made-selection-section .machine-made-selection__icon--joint {
  width: 58px;
  height: 54px;
}

.machine-made-selection-section .machine-made-selection__icon--delivery {
  width: 74px;
  height: 64px;
}

.machine-made-selection-section .machine-made-selection__number {
  position: absolute;
  top: 7px;
  right: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke: 2px #ed1c24;
  paint-order: stroke fill;
}

.machine-made-selection-section .machine-made-selection__step:first-child .machine-made-selection__number {
  right: 5px;
}

.machine-made-selection-section .machine-made-selection__step:nth-child(n + 4) .machine-made-selection__number {
  right: -5px;
}

.machine-made-selection-section .machine-made-selection__connector {
  position: absolute;
  top: 67px;
  left: calc(50% + 84px);
  width: 157px;
  max-width: none;
  height: 18px;
}

.machine-made-selection-section .machine-made-selection__step:nth-child(2) .machine-made-selection__connector {
  margin-left: 2px;
}

.machine-made-selection-section .machine-made-selection__step:nth-child(3) .machine-made-selection__connector {
  margin-left: 1px;
}

.machine-made-selection-section .machine-made-selection__step:nth-child(4) .machine-made-selection__connector {
  top: 60px;
  margin-left: 4px;
}

.machine-made-selection-section .machine-made-selection__connector--reverse {
  transform: rotate(180deg);
}

.machine-made-selection-section .machine-made-selection__step-title {
  margin-top: 32px;
  color: #343434;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}

.machine-made-selection-section .machine-made-selection__step-copy {
  margin-top: 9px;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .machine-made-selection-section {
    padding: 0px 0 72px;
  }

  .machine-made-selection-section .machine-made-selection__title {
    padding: 0 5%;
    font-size: 40px;
    line-height: 1.3;
  }

  .machine-made-selection-section .machine-made-selection__steps {
    width: 100%;
    max-width: 90%;
    margin-top: 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 24px;
    transform: none;
  }

  .machine-made-selection-section .machine-made-selection__step:last-child {
    grid-column: 1 / -1;
  }

  .machine-made-selection-section .machine-made-selection__connector {
    display: none;
  }
}

@media (max-width: 600px) {
  .machine-made-selection-section {
    padding: 0px 0 50px;
  }

  .machine-made-selection-section .machine-made-selection__title {
    font-size: 32px;
  }

  .machine-made-selection-section .machine-made-selection__steps {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .machine-made-selection-section .machine-made-selection__step:last-child {
    grid-column: auto;
  }
}

/* Machine-made panels: standardized production */
.machine-made-standardized-section {
  position: relative;
  min-height: 855px;
  overflow: hidden;
  background-color: #fafbfc;
  isolation: isolate;
}

.machine-made-standardized-section::before,
.machine-made-standardized-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.machine-made-standardized-section::before {
  inset: 202px -9% -70px;
  opacity: 0.42;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(47, 81, 146, 0.055) 39px 40px),
    repeating-linear-gradient(90deg, transparent 0 52px, rgba(47, 81, 146, 0.045) 53px 54px),
    linear-gradient(110deg, transparent 0 28%, rgba(47, 81, 146, 0.04) 28.1% 28.3%, transparent 28.4% 100%),
    linear-gradient(70deg, transparent 0 68%, rgba(47, 81, 146, 0.035) 68.1% 68.3%, transparent 68.4% 100%);
  transform: perspective(700px) rotateX(57deg) scale(1.18);
  transform-origin: 50% 100%;
}

.machine-made-standardized-section::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 68%;
  background:
    linear-gradient(180deg, rgba(250, 251, 252, 0) 0%, rgba(250, 251, 252, 0.23) 54%, #fafbfc 100%),
    linear-gradient(90deg, rgba(250, 251, 252, 0.9) 0%, rgba(250, 251, 252, 0.2) 23%, rgba(250, 251, 252, 0.12) 78%, rgba(250, 251, 252, 0.9) 100%);
}

.machine-made-standardized-section .machine-made-standardized__inner {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto;
}

.machine-made-standardized-section .machine-made-standardized__intro {
  display: grid;
  grid-template-columns: 750px minmax(0, 1fr);
  column-gap: 50px;
  align-items: start;
}

.machine-made-standardized-section .machine-made-standardized__title {
  color: #101010;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.022em;
}

.machine-made-standardized-section .machine-made-standardized__description {
  padding-top: 1px;
  color: #2f5192;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
}

.machine-made-standardized-section .machine-made-standardized__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
  margin-top: 6px;
}

.machine-made-standardized-section .machine-made-standardized__card {
  position: relative;
  min-width: 0;
  height: 380px;
  padding: 18px 19px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
}

.machine-made-standardized-section .machine-made-standardized__card:nth-child(odd) {
  transform: translateY(56px);
}

.machine-made-standardized-section .machine-made-standardized__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 159px;
  border-radius: 3px;
  object-fit: cover;
}

.machine-made-standardized-section .machine-made-standardized__card-copy {
  position: relative;
  z-index: 1;
  padding: 20px 5px 0;
}

.machine-made-standardized-section .machine-made-standardized__card-title {
  color: #171717;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.machine-made-standardized-section .machine-made-standardized__card-text {
  margin-top: 13px;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.machine-made-standardized-section .machine-made-standardized__number {
  position: absolute;
  right: 20px;
  bottom: -1px;
  z-index: 0;
  color: #f4f4f4;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
  user-select: none;
}

@media (max-width: 1650px) {
  .machine-made-standardized-section .machine-made-standardized__inner {
    width: min(1500px, calc(100% - 64px));
  }

  .machine-made-standardized-section .machine-made-standardized__intro {
    grid-template-columns: minmax(520px, 0.94fr) minmax(0, 1.06fr);
    column-gap: 44px;
  }

  .machine-made-standardized-section .machine-made-standardized__cards {
    gap: 28px;
  }

  .machine-made-standardized-section .machine-made-standardized__description {
    white-space: normal;
  }
}

@media (max-width: 1100px) {
  .machine-made-standardized-section {
    min-height: 0;
  }

  .machine-made-standardized-section .machine-made-standardized__intro {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }

  .machine-made-standardized-section .machine-made-standardized__title {
    font-size: 40px;
    line-height: 1.38;
  }

  .machine-made-standardized-section .machine-made-standardized__description br {
    display: none;
  }

  .machine-made-standardized-section .machine-made-standardized__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }

  .machine-made-standardized-section .machine-made-standardized__card:nth-child(odd) {
    transform: translateY(28px);
  }
}

@media (max-width: 600px) {


  .machine-made-standardized-section .machine-made-standardized__inner {
    width: min(100% - 36px, 420px);
  }

  .machine-made-standardized-section .machine-made-standardized__title {
    font-size: 32px;
    line-height: 1.42;
  }

  .machine-made-standardized-section .machine-made-standardized__description {
    font-size: 16px;
    line-height: 1.75;
  }

  .machine-made-standardized-section .machine-made-standardized__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .machine-made-standardized-section .machine-made-standardized__card:nth-child(odd) {
    transform: none;
  }
}

/* Machine-made panels: consistent project supply */
.machine-made-project-supply-section {
  min-height: 593px;
  color: #fff;
  background: url('../images/mm-supply-bg.webp') center center / cover no-repeat;
}

.machine-made-project-supply-section .machine-made-project-supply__inner {
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto;
}

.machine-made-project-supply-section .machine-made-project-supply__heading {
  text-align: center;
}

.machine-made-project-supply-section .machine-made-project-supply__title {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -0.025em;
}

.machine-made-project-supply-section .machine-made-project-supply__subtitle {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  white-space: nowrap;
}

.machine-made-project-supply-section .machine-made-project-supply__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 80px;
}

.machine-made-project-supply-section .machine-made-project-supply__card {
  height: 160px;
  padding: 34px 46px 28px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.8);
  color: #171717;
  transition: all 0.5s;
  cursor: pointer;
}

.machine-made-project-supply-section .machine-made-project-supply__card:hover {
  background: #ad0c14;
  color: #fff;
}

.machine-made-project-supply-section .machine-made-project-supply__card-title {
  color: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.machine-made-project-supply-section .machine-made-project-supply__card-text {
  margin-top: 2px;
  color: #383838;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.5s;
}

.machine-made-project-supply-section .machine-made-project-supply__card:hover .machine-made-project-supply__card-text {
  color: #fff;
}

@media (max-width: 1350px) {

  .machine-made-project-supply-section .machine-made-project-supply__subtitle {
    white-space: normal;
  }

  .machine-made-project-supply-section .machine-made-project-supply__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 56px;
  }
}

@media (max-width: 600px) {

  .machine-made-project-supply-section .machine-made-project-supply__inner {
    width: min(100% - 36px, 420px);
  }

  .machine-made-project-supply-section .machine-made-project-supply__title {
    font-size: 34px;
    line-height: 1.3;
  }

  .machine-made-project-supply-section .machine-made-project-supply__subtitle {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  .machine-made-project-supply-section .machine-made-project-supply__cards {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .machine-made-project-supply-section .machine-made-project-supply__card {
    height: auto;
    min-height: 150px;
    padding: 30px;
  }

  .machine-made-project-supply-section .machine-made-project-supply__card-text br {
    display: none;
  }
}

/* Machine-made panels: resources and FAQ */
.machine-made-resources-section {
  position: relative;
  min-height: 1138px;
  overflow: hidden;
  background: #f9f9f9;
  isolation: isolate;
}

.machine-made-resources-section::before,
.machine-made-resources-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.machine-made-resources-section::before {
  top: -166px;
  left: -256px;
  width: 306px;
  height: 720px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
}

.machine-made-resources-section::after {
  top: 163px;
  right: -44px;
  width: 920px;
  height: 835px;
  opacity: 0.32;
  background-image: radial-gradient(circle, #e6e8ea 0 4px, transparent 4.6px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(ellipse at 56% 48%, #000 0 41%, rgba(0, 0, 0, 0.76) 57%, transparent 78%);
  mask-image: radial-gradient(ellipse at 56% 48%, #000 0 41%, rgba(0, 0, 0, 0.76) 57%, transparent 78%);
}

.machine-made-resources-section .machine-made-resources__inner {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 717px minmax(0, 1fr);
  column-gap: 51px;
  align-items: start;
}

.machine-made-resources-section .machine-made-resources__title {
  color: #101010;
  font-size: 46px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -0.025em;
}

.machine-made-resources__download-list {
  margin-top: 34px;
  border: 1px solid #d3d3d3;
  background: #fff;
}

.machine-made-resources__download-item {
  min-height: 99px;
  padding: 10px 38px 10px 18px;
  display: grid;
  grid-template-columns: 77px minmax(0, 1fr) 28px;
  column-gap: 16px;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  color: #171717;
}

.machine-made-resources__download-item:last-child {
  border-bottom: 0;
}

.machine-made-resources__download-icon {
  width: 77px;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #f4f4f4;
}

.machine-made-resources__download-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #050505;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.machine-made-resources__download-label {
  min-width: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.machine-made-resources__download-arrow {
  color: #07468e;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 180ms ease;
  
}

.machine-made-resources__download-arrow svg {
  width: 24px;
}

.machine-made-resources__download-item:hover .machine-made-resources__download-arrow {
  transform: translate(4px, -1px);
}

.mm-res .mm-res-list {
  margin-top: 34px;
  border-top: 1px solid #d0d0d0;
}

.mm-res .mm-res-item {
  border-bottom: 1px solid #d0d0d0;
}

.mm-res .mm-res-q {
  height: 65px;
  padding: 0 53px 0 7px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 22px;
  column-gap: 0;
  align-items: center;
  list-style: none;
  color: #171717;
  cursor: pointer;
}

.mm-res .mm-res-q::-webkit-details-marker {
  display: none;
}

.mm-res .mm-res-no {
  color: #06458d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.mm-res .mm-res-label {
  min-width: 0;
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.mm-res .mm-res-icon {
  position: relative;
  width: 22px;
  height: 22px;
  justify-self: end;
}

.mm-res .mm-res-icon::before,
.mm-res .mm-res-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  background: #24559b;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.mm-res .mm-res-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mm-res .mm-res-item.is-open .mm-res-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.mm-res .mm-res-answer {
  padding: 0 60px 20px 39px;
  color: #444;
  font-size: 16px;
  line-height: 25px;
}

.mm-res .mm-res-note {
  min-height: 87px;
  padding: 8px 32px 34px;
  border-bottom: 1px solid #d0d0d0;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

@media (max-width: 1350px) {
  .machine-made-resources-section {
    min-height: 0;
  }

  .machine-made-resources-section .machine-made-resources__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    column-gap: 40px;
  }

  .machine-made-resources-section .machine-made-resources__title {
    font-size: 40px;
    line-height: 1.4;
  }

  .machine-made-resources-section .machine-made-resources__download-label,
  .mm-res .mm-res-label {
    font-size: 16px;
  }
}

@media (max-width: 960px) {
  .machine-made-resources-section .machine-made-resources__inner {
    grid-template-columns: 1fr;
    row-gap: 64px;
  }

  .machine-made-resources-section .machine-made-resources__downloads,
  .mm-res .mm-res-faq {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .machine-made-resources-section .machine-made-resources__inner {
    width: min(100% - 36px, 420px);
    row-gap: 50px;
  }

  .machine-made-resources-section .machine-made-resources__title {
    font-size: 32px;
    line-height: 1.35;
  }

  .machine-made-resources__download-list,
  .mm-res .mm-res-list {
    margin-top: 28px;
  }

  .machine-made-resources__download-item {
    min-height: 88px;
    padding: 9px 18px 9px 10px;
    grid-template-columns: 68px minmax(0, 1fr) 24px;
    column-gap: 12px;
  }

  .machine-made-resources__download-icon {
    width: 68px;
    height: 68px;
  }

  .machine-made-resources__download-label,
  .mm-res .mm-res-label {
    font-size: 15px;
    line-height: 1.45;
  }

  .mm-res .mm-res-q {
    min-height: 72px;
    padding: 0 12px 0 5px;
    grid-template-columns: 31px minmax(0, 1fr) 22px;
  }

  .mm-res .mm-res-answer {
    padding: 0 36px 20px 36px;
    font-size: 15px;
  }

  .mm-res .mm-res-note {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
  }

  .mm-res .mm-res-note br {
    display: none;
  }
}

/* Machine-made panels: cleanroom systems */
.machine-made-systems-section {
  min-height: 759px;
  background: #fff;
}

.machine-made-systems-section .machine-made-systems__inner {
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto;
}

.machine-made-systems-section .machine-made-systems__title {
  color: #101010;
  font-size: 46px;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: -0.025em;
  text-align: center;
}

.machine-made-systems-section .machine-made-systems__grid {
  height: 411px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.machine-made-systems-section .machine-made-systems__card {
  min-width: 0;
  height: 411px;
  overflow: hidden;
  border-right: 2px solid #fff;
  background: #f3f4f6;
  color: #171717;
  transition: background-color 260ms ease, color 260ms ease;
}

.machine-made-systems-section .machine-made-systems__card:last-child {
  border-right: 0;
}

.machine-made-systems-section .machine-made-systems__card:hover,
.machine-made-systems-section .machine-made-systems__card:focus-within {
  background: #2f5192;
  color: #fff;
}

.machine-made-systems-section .machine-made-systems__image {
  width: 285px;
  height: 232px;
  margin: 18px auto 0;
  object-fit: contain;
}

.machine-made-systems-section .machine-made-systems__copy {
  margin-top: 8px;
  padding: 0 50px;
}

.machine-made-systems-section .machine-made-systems__card:first-child .machine-made-systems__copy {
  padding-left: 72px;
}

.machine-made-systems-section .machine-made-systems__index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2f5192;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition: color 260ms ease;
}

.machine-made-systems-section .machine-made-systems__index span {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 2px;
  background: #2f5192;
  transition: background-color 260ms ease;
}

.machine-made-systems-section .machine-made-systems__card:hover .machine-made-systems__index,
.machine-made-systems-section .machine-made-systems__card:focus-within .machine-made-systems__index {
  color: #fff;
}

.machine-made-systems-section .machine-made-systems__card:hover .machine-made-systems__index span,
.machine-made-systems-section .machine-made-systems__card:focus-within .machine-made-systems__index span {
  background: #fff;
}

.machine-made-systems-section .machine-made-systems__card-title {
  margin-top: 2px;
  color: inherit;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
}

.machine-made-systems-section .machine-made-systems__description {
  margin-top: 2px;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: color 260ms ease;
}

.machine-made-systems-section .machine-made-systems__card:hover .machine-made-systems__description,
.machine-made-systems-section .machine-made-systems__card:focus-within .machine-made-systems__description {
  color: #fff;
}

.machine-made-systems-section .machine-made-systems__current {
  width: max-content;
  margin-top: 17px;
  display: block;
  border-bottom: 1px solid #353535;
  color: #353535;
  font-size: 16px;
  line-height: 25px;
  transition: color 260ms ease, border-color 260ms ease;
}

.machine-made-systems-section .machine-made-systems__card:hover .machine-made-systems__current,
.machine-made-systems-section .machine-made-systems__card:focus-within .machine-made-systems__current {
  border-bottom-color: rgba(255, 255, 255, 0.92);
  color: #fff;
}

@media (max-width: 1200px) {
  .machine-made-systems-section {
    min-height: 0;
  }

  .machine-made-systems-section .machine-made-systems__title {
    font-size: 40px;
    line-height: 1.4;
  }

  .machine-made-systems-section .machine-made-systems__grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }

  .machine-made-systems-section .machine-made-systems__card {
    border-bottom: 2px solid #fff;
  }
}

@media (max-width: 600px) {

  .machine-made-systems-section .machine-made-systems__inner {
    width: min(100% - 36px, 420px);
  }

  .machine-made-systems-section .machine-made-systems__title {
    font-size: 32px;
    line-height: 1.35;
  }

  .machine-made-systems-section .machine-made-systems__grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .machine-made-systems-section .machine-made-systems__card {
    border-right: 0;
  }

  .machine-made-systems-section .machine-made-systems__copy,
  .machine-made-systems-section .machine-made-systems__card:first-child .machine-made-systems__copy {
    padding-right: 32px;
    padding-left: 32px;
  }

  .machine-made-systems-section .machine-made-systems__description br {
    display: none;
  }
}

@media (max-width: 1100px) {
  .machine-made-core-choice-section {
    padding: 10px 0 80px;
  }

  .machine-made-core-choice-section .machine-made-core-choice__title {
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 1.3;
  }

  .machine-made-core-choice-section .machine-made-core-choice__table {
    min-width: 1200px;
  }
}

@media (max-width: 600px) {
  .machine-made-core-choice-section {
    padding: 10px 0 60px;
  }

  .machine-made-core-choice-section .machine-made-core-choice__title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

@media (max-width: 1700px) {
  .machine-made-why-section .machine-made-why__inner {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
    column-gap: clamp(48px, 6.6vw, 112px);
  }
}

@media (max-width: 1100px) {
  .machine-made-why-section {
    padding: 0px 0 72px;
  }

  .machine-made-why-section .machine-made-why__inner {
    grid-template-columns: 1fr;
    row-gap: 56px;
  }

  .machine-made-why-section .machine-made-why__content {
    padding-top: 0;
  }

  .machine-made-why-section .machine-made-why__factory {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .machine-made-why-section {
    padding: 0px 0 50px;
  }

  .machine-made-why-section .machine-made-why__features {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .machine-made-why-section .machine-made-why__feature,
  .machine-made-why-section .machine-made-why__feature:nth-child(even) {
    min-height: 245px;
    padding: 40px 20px;
    border-right: 0;
    border-bottom: 1px solid #d2d2d2;
  }

  .machine-made-why-section .machine-made-why__feature:nth-child(n) {
    padding-top: 40px;
  }

  .machine-made-why-section .machine-made-why__feature:nth-child(n) .machine-made-why__feature-title {
    margin-top: 13px;
  }

  .machine-made-why-section .machine-made-why__feature:last-child {
    border-bottom: 0;
  }

  .machine-made-why-section .machine-made-why__title {
    font-size: 34px;
    line-height: 1.25;
  }

  .machine-made-why-section .machine-made-why__description {
    font-size: 16px;
    line-height: 1.7;
  }

  .machine-made-why-section .machine-made-why__button {
    width: 100%;
    height: 48px;
    margin-top: 30px;
    font-size: 14px;
  }
}

@media(max-width:1100px) {
  .siding-hero[style*="--hero-photo"], .modern-hero[style*="--hero-photo"] {
    min-height: 570px
  }

  .siding-hero .hero-content, .modern-hero .hero-content {
    max-width: 39rem
  }
}

@media(max-width:600px) {
  .siding-hero[style*="--hero-photo"] {
    background-image: linear-gradient(90deg, #062c48f2, #062c48bd 70%, #062c4870), var(--hero-photo);
    background-size: cover
  }

  .modern-hero[style*="--hero-photo"] {
    background-image: linear-gradient(90deg, #f5f6f7f5, #f5f6f7d9 65%, #f5f6f790), var(--hero-photo);
    background-size: cover
  }

  .siding-hero .hero-content, .modern-hero .hero-content, .home-hero .hero-content {
    background: none;
    padding: 0
  }

  .siding-hero h1 {
    font-size: 2.25rem
  }

  .home-hero[style*="--hero-photo"] {
    background-image: linear-gradient(90deg, #000b, #0005), var(--hero-photo)
  }

  .center-hero:before {
    inset: 0;
    background: #f3f5f7e8;
    clip-path: none
  }

  .center-hero .hero-content {
    padding: 0
  }
}
