:root {
  --white: #ffffff;
  --charcoal: #4a4a4b;
  --blue: #005B8E;
  --sand: #c4aa70;
  --success: #4caf50;
  --line: rgba(74, 74, 75, 0.18);
  --body-copy-size: 16px;
  --hero-bg: #fdf5ed;
  --section-heading-size: clamp(28px, 3vw, 40px);
  --section-heading-weight: 700;
  --site-header-height: 96px;
}

.not-found-body {
  margin: 0;
  background: #f6f6f5;
}

.not-found-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 40px 24px;
  color: var(--charcoal);
  background: #f6f6f5 url("assets/ola-404-background.webp") center / cover no-repeat;
  box-sizing: border-box;
}

.not-found-content {
  width: min(100%, 720px);
  margin-top: -2vh;
  text-align: center;
}

.not-found-content h1 {
  margin: 0 0 16px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.not-found-content p {
  margin: 0 auto 28px;
  color: var(--blue);
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.not-found-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 48px;
  padding: 0 22px;
  color: var(--blue);
  border: 1px solid var(--blue);
  background: rgba(255, 255, 255, 0.18);
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease;
}

.not-found-button:hover,
.not-found-button:focus-visible {
  color: #fff;
  background: var(--blue);
}

@media (max-width: 720px) {
  .not-found-page {
    padding: 32px 20px;
    background-size: auto 100%;
  }

  .not-found-content {
    margin-top: 0;
  }

  .not-found-content p {
    font-size: 15px;
  }

  .not-found-break {
    display: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-height);
  overflow-x: hidden;
  scrollbar-color: rgba(196, 170, 112, 0.72) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}

body {
  margin: 0;
  padding-top: var(--site-header-height);
  overflow-x: hidden;
  color: var(--charcoal);
  background: var(--white);
  font-family: Lato, Arial, sans-serif;
  line-height: 1.5;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.selector-selection-modal-panel::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.selector-selection-modal-panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.selector-selection-modal-panel::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 999px;
  background: rgba(196, 170, 112, 0.72);
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.selector-selection-modal-panel::-webkit-scrollbar-thumb:hover {
  background: rgba(159, 124, 54, 0.82);
  background-clip: padding-box;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button,
.selector-selection-modal-panel::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

h1,
h2,
h3,
.button,
.main-nav {
  font-family: Montserrat, Arial, sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  min-height: 96px;
  padding: 14px clamp(24px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}

.brand img {
  width: 94px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  white-space: nowrap;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-trigger[data-i18n="headerNavResources"],
.nav-dropdown-trigger[data-i18n="headerNavContact"] {
  gap: 7px;
}

.nav-dropdown-trigger[data-i18n="headerNavResources"]::after,
.nav-dropdown-trigger[data-i18n="headerNavContact"]::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 35;
  min-width: 260px;
  padding: 10px 0;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 160ms ease-out, transform 160ms ease-out;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  display: block;
  padding: 9px 16px;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 700;
}

.mega-menu {
  display: none;
}

.mega-link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--charcoal);
  font-size: 11px;
  font-weight: 900;
}

.language-switch span {
  width: 1px;
  height: 14px;
  background: var(--charcoal);
  opacity: 0.45;
}

.resources-page {
  background: var(--white);
}

.resources-hero {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 138px) 0 clamp(42px, 6vw, 72px);
}

.resources-hero h1 {
  max-width: 760px;
  margin: 18px 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.resources-hero p:last-child {
  max-width: 650px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.75;
}

.resources-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto clamp(82px, 10vw, 132px);
}

.knowledge-page {
  background: var(--white);
}

.knowledge-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  gap: clamp(36px, 5vw, 56px);
  align-items: end;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(82px, 10vw, 138px) 0 clamp(42px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
}

.knowledge-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.knowledge-hero p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.75;
}

.knowledge-search {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  border-bottom: 1px solid var(--charcoal);
  color: var(--sand);
}

.knowledge-search svg {
  width: 19px;
  flex: 0 0 auto;
}

.knowledge-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
}

.knowledge-search input::placeholder {
  color: rgba(74, 74, 75, 0.7);
}

.knowledge-shell {
  display: grid;
  grid-template-columns: minmax(230px, 280px) minmax(280px, 340px) minmax(0, 1fr);
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto clamp(82px, 10vw, 132px);
  border-bottom: 1px solid var(--line);
}

.knowledge-categories,
.knowledge-index,
.knowledge-reader {
  min-width: 0;
}

.knowledge-categories {
  padding: 34px 22px 30px 0;
  border-right: 1px solid var(--line);
}

.knowledge-categories ol,
.knowledge-article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.knowledge-category-button,
.knowledge-article-button {
  display: grid;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--charcoal);
  text-align: left;
  cursor: pointer;
}

.knowledge-category-button {
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 10px;
}

.knowledge-category-button span,
.knowledge-article-button span,
.knowledge-category-intro span,
.knowledge-index-head span {
  color: var(--sand);
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.knowledge-category-button strong,
.knowledge-article-button strong {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.knowledge-category-button strong {
  font-size: 14px;
}

.knowledge-category-button em,
.knowledge-article-button em {
  opacity: 0;
  color: var(--sand);
  font-style: normal;
  transform: translateX(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.knowledge-category-button:hover,
.knowledge-category-button:focus-visible,
.knowledge-category-button.is-active,
.knowledge-article-button:hover,
.knowledge-article-button:focus-visible,
.knowledge-article-button.is-active {
  background: rgba(196, 170, 112, 0.08);
}

.knowledge-category-button:hover em,
.knowledge-category-button.is-active em,
.knowledge-article-button:hover em,
.knowledge-article-button.is-active em {
  opacity: 1;
  transform: translateX(0);
}

.knowledge-help {
  margin: 26px 10px 0;
  color: var(--charcoal);
  font-size: 13px;
  line-height: 1.65;
}

.knowledge-index {
  border-right: 1px solid var(--line);
  background: var(--white);
}

.knowledge-index-head {
  display: flex;
  min-height: 70px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 28px 18px;
  border-bottom: 1px solid var(--line);
}

.knowledge-index-head .eyebrow {
  align-self: flex-end;
  margin: 0;
}

.knowledge-category-intro {
  padding: 32px 28px 30px;
  border-bottom: 1px solid var(--line);
}

.knowledge-category-intro h2 {
  margin: 10px 0 12px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.knowledge-category-intro p {
  margin: 0;
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.65;
}

.knowledge-article-button {
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: start;
  min-height: 82px;
  padding: 20px 24px 18px 28px;
}

.knowledge-article-button strong {
  font-size: 14px;
}

.knowledge-reader {
  padding: clamp(48px, 6vw, 96px) clamp(42px, 6vw, 86px);
  background: var(--white);
}

.knowledge-reader-rule {
  width: 42px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--sand);
}

.knowledge-reader h2 {
  max-width: 760px;
  margin: 14px 0 28px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.knowledge-answer {
  max-width: 720px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.85;
}

.knowledge-answer p {
  margin: 0 0 18px;
}

.knowledge-table-wrap {
  max-width: 100%;
  margin: 28px 0 8px;
  overflow-x: auto;
}

.knowledge-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
}

.knowledge-table th,
.knowledge-table td {
  padding: 14px 16px;
  border: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
}

.knowledge-table thead th {
  color: var(--charcoal);
  background: rgba(196, 170, 112, 0.12);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.knowledge-table tbody th {
  min-width: 150px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.knowledge-related {
  max-width: 720px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.knowledge-related p {
  margin: 0 0 12px;
  color: var(--sand);
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.knowledge-related div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.knowledge-related a {
  color: var(--blue);
  font-family: Lato, Arial, sans-serif;
  font-size: var(--body-copy-size);
  font-weight: 900;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: var(--sand);
  text-underline-offset: 4px;
}

.knowledge-contact-options {
  max-width: 720px;
  margin-top: 28px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.knowledge-contact-options p {
  margin: 0 0 12px;
  color: var(--sand);
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.knowledge-contact-options div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.knowledge-contact-options a {
  color: var(--blue);
  font-size: var(--body-copy-size);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--sand);
  text-underline-offset: 4px;
}

.knowledge-cta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 14px 20px;
  color: var(--white);
  background: var(--blue);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.knowledge-empty {
  max-width: 520px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.7;
}

.measurement-page {
  --measure-line: rgba(196, 170, 112, 0.72);
  --measure-soft: #faf7f1;
}

.measurement-guide {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto clamp(82px, 10vw, 132px);
  padding-top: clamp(54px, 6vw, 82px);
}

.measurement-guide-hero {
  display: block;
  max-width: 820px;
  margin-left: clamp(34px, 5vw, 64px);
  padding-left: clamp(36px, 4.2vw, 54px);
  padding-bottom: clamp(32px, 4.4vw, 46px);
  border-left: 1px solid var(--measure-line);
  border-bottom: 1px solid var(--measure-line);
}

.measurement-guide-heading h1 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(36px, 4.3vw, 56px);
  font-weight: var(--section-heading-weight);
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.measurement-guide-heading h1 span {
  color: var(--sand);
}

.measurement-guide-heading p:not(.eyebrow) {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.measurement-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.82fr);
  gap: clamp(40px, 5vw, 62px);
  align-items: start;
  padding-top: clamp(28px, 4vw, 42px);
}

.measurement-guide-steps {
  display: grid;
  gap: 0;
}

.measurement-step {
  padding: 0 0 26px;
  border-bottom: 1px solid var(--measure-line);
}

.measurement-step + .measurement-step {
  padding-top: 18px;
}

.measurement-step-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}

.measurement-step-number {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.measurement-step h2,
.measurement-card-title h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: var(--section-heading-weight);
  line-height: 1.12;
  text-transform: uppercase;
}

.measurement-diagram {
  position: relative;
  max-width: 505px;
  margin: 0 auto;
}

.measurement-diagram img,
.measurement-phone img,
.measurement-template-icon {
  width: 100%;
  height: auto;
}

.measurement-step-photo {
  border-bottom: 0;
}

.measurement-photo-row {
  display: grid;
  grid-template-columns: minmax(210px, 315px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.measurement-phone {
  position: relative;
  min-height: 105px;
}

.measurement-phone img {
  max-width: 284px;
}

.measurement-photo-row p {
  max-width: 230px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.measurement-guide-aside {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
}

.measurement-needed-card {
  padding: clamp(30px, 3.4vw, 40px);
  background: var(--measure-soft);
  border: 1px solid rgba(196, 170, 112, 0.18);
  border-radius: 2px;
}

.measurement-card-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.measurement-round-icon {
  position: relative;
  display: inline-grid;
  width: 72px;
  height: 72px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: transparent;
  color: var(--sand);
}

.measurement-template-icon {
  width: 72px;
  max-width: 72px;
}

.measurement-needed-card ul {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--measure-line);
}

.measurement-needed-card li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--measure-line);
}

.measurement-needed-card li span {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--sand);
  border-radius: 50%;
}

.measurement-needed-card li span::after {
  content: none;
}

.measurement-needed-card li span svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--sand);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.4;
}

.measurement-needed-card li strong {
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  font-weight: 400;
  line-height: 1.35;
}

.measurement-final-card {
  padding-inline: clamp(18px, 3vw, 28px);
}

.measurement-final-card .measurement-card-title {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--measure-line);
}

.measurement-final-card p {
  margin: 24px 0 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.measurement-tolerance {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: clamp(30px, 5vw, 48px);
  padding: 26px clamp(28px, 5vw, 42px);
  border: 1px solid var(--sand);
  border-radius: 2px;
  background: var(--white);
}

.measurement-tolerance .measurement-card-title {
  padding-right: 28px;
  border-right: 1px solid var(--measure-line);
}

.measurement-tolerance p {
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .knowledge-hero,
  .knowledge-shell {
    grid-template-columns: 1fr;
  }

  .knowledge-categories,
  .knowledge-index {
    border-right: 0;
  }

  .knowledge-categories {
    padding-right: 0;
  }

  .knowledge-reader {
    padding-inline: 0;
  }

  .measurement-guide-hero {
    max-width: none;
    margin-left: 0;
    padding-left: clamp(24px, 5vw, 42px);
  }

  .measurement-guide-layout,
  .measurement-tolerance {
    grid-template-columns: 1fr;
  }

  .measurement-tolerance .measurement-card-title {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid var(--measure-line);
  }
}

@media (max-width: 620px) {
  .knowledge-hero,
  .knowledge-shell {
    width: min(100% - 32px, 1120px);
  }

  .knowledge-hero {
    padding-top: 54px;
  }

  .knowledge-category-button,
  .knowledge-article-button {
    padding-inline: 0;
  }

  .knowledge-index-head,
  .knowledge-category-intro {
    padding-inline: 0;
  }

  .measurement-guide {
    width: min(100% - 32px, 1120px);
    padding-top: 34px;
  }

  .measurement-guide-hero {
    padding-left: 22px;
  }

  .measurement-guide-heading h1 {
    font-size: clamp(34px, 11vw, 46px);
    letter-spacing: 0.04em;
  }

  .measurement-step-heading,
  .measurement-card-title,
  .measurement-needed-card li,
  .measurement-photo-row {
    grid-template-columns: 1fr;
  }

  .measurement-step-heading {
    display: grid;
    gap: 12px;
  }

  .measurement-step h2,
  .measurement-card-title h2 {
    font-size: 24px;
  }

  .measurement-diagram {
    max-width: 100%;
  }

  .measure-label {
    font-size: 12px;
  }

  .measure-height {
    right: -10px;
  }

  .measurement-photo-row {
    gap: 12px;
  }

  .measurement-needed-card {
    padding: 24px 20px;
  }

  .measurement-needed-card li {
    gap: 12px;
  }

  .measurement-tolerance {
    padding: 22px 20px;
  }
}

.resource-link {
  display: grid;
  gap: 12px;
  min-height: 164px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--charcoal);
}

.resource-link span {
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.resource-link small {
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.selector-hero-copy,
.selector-copy-block {
  max-width: 760px;
}

.selector-overview {
  width: min(1120px, calc(100% - 48px));
  max-width: 760px;
  margin: 0 auto clamp(26px, 4vw, 42px);
  padding-top: clamp(48px, 7vw, 86px);
}

.selector-overview-column {
  min-width: 0;
}

.selector-hero-copy {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.selector-hero-copy p,
.selector-copy-block p,
.selector-legend-list {
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.72;
}

.selector-copy-block h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.selector-cta {
  justify-self: start;
  margin-top: 8px;
}

.selector-legend {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto clamp(58px, 7vw, 92px);
  padding-top: clamp(34px, 5vw, 58px);
  border-top: 1px solid var(--line);
}

.selector-overview h2,
.selector-legend h2 {
  max-width: 760px;
  margin: 18px 0 24px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.selector-copy-block {
  display: grid;
  gap: 16px;
}

.selector-copy-block h3 {
  margin-top: 10px;
}

.selector-legend-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.selector-legend-list strong {
  color: var(--charcoal);
  font-weight: 900;
}

.selector-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  align-items: start;
  gap: clamp(28px, 5vw, 58px);
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto clamp(82px, 10vw, 132px);
  overflow-x: clip;
}

.selector-app-shell {
  width: auto;
  margin: 0;
}

.selector-app-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.7;
  text-align: center;
}

.selector-app-frame {
  display: block;
  width: 100%;
  min-height: 680px;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}

.selector-selection-panel {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 20px;
  max-height: none;
  overflow-x: hidden;
  overflow-y: visible;
}

.selector-selection-copy h2 {
  max-width: 520px;
  margin: 0 0 14px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.selector-selection-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.72;
}

.selector-selection-summary {
  align-self: start;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(74, 74, 75, 0.08);
}

.selector-selection-count {
  color: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.selector-selection-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.selector-selection-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}

.selector-selection-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.selector-selection-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid var(--line);
  color: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.selector-selection-details {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.selector-selection-item strong {
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.selector-selection-meta {
  display: block;
  color: rgba(74, 74, 75, 0.74);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}

.selector-selection-meta span {
  display: inline;
}

.selector-selection-delete {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: rgba(74, 74, 75, 0.72);
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  cursor: pointer;
}

.selector-selection-delete:hover,
.selector-selection-delete:focus-visible {
  color: var(--charcoal);
}

.selector-delete-icon {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-top: 0;
}

.selector-delete-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 15px;
  height: 1.5px;
  background: currentColor;
  transform: translateX(-50%);
}

.selector-delete-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 5px;
  height: 4px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  transform: translateX(-50%);
}

.selector-selection-empty {
  margin: 18px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.6;
}

.selector-view-all {
  display: inline-flex;
  justify-self: start;
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--charcoal);
  font-family: Lato, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-color: var(--sand);
  text-underline-offset: 4px;
  cursor: pointer;
}

.selector-view-all[hidden] {
  display: none;
}

.selector-quote-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.selector-quote-form label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.selector-quote-form input,
.selector-quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--charcoal);
  font: 400 15px/1.45 Lato, Arial, sans-serif;
  padding: 11px 12px;
}

.selector-quote-form textarea {
  resize: vertical;
}

.selector-quote-form input:focus,
.selector-quote-form textarea:focus {
  border-color: var(--sand);
  outline: 2px solid rgba(196, 170, 112, 0.22);
  outline-offset: 1px;
}

.selector-selection-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 24px;
}

.selector-site-visit-button {
  color: var(--charcoal);
  background: var(--white);
  border-color: var(--charcoal);
}

.selector-selection-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(31, 31, 32, 0.42);
}

.selector-selection-modal[hidden] {
  display: none;
}

.selector-selection-modal-panel {
  width: min(680px, calc(100vw - 48px));
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(34, 34, 35, 0.2);
}

.selector-selection-modal-header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.selector-selection-modal-header h2 {
  margin: 0 0 6px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: var(--section-heading-weight);
  line-height: 1.18;
}

.selector-selection-modal-header p {
  margin: 0;
  color: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.selector-selection-modal-close {
  display: grid;
  width: 34px;
  min-height: 34px;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--charcoal);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.selector-selection-modal-list {
  padding: 0 22px 12px;
}

.selector-mobile-cart {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 70;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(74, 74, 75, 0.16);
}

.selector-mobile-cart[hidden] {
  display: none;
}

.selector-mobile-cart button,
.selector-mobile-cart a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--charcoal);
  background: var(--white);
  font-family: Lato, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.selector-mobile-cart button {
  flex-wrap: wrap;
  gap: 4px 10px;
  cursor: pointer;
}

.selector-mobile-cart button span:first-child {
  color: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.selector-mobile-cart a {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.lang-button,
.text-button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.lang-button.is-active {
  text-decoration: underline;
  text-decoration-color: var(--sand);
  text-underline-offset: 4px;
}

.motion-ready .reveal-accent,
.motion-ready .reveal-title,
.motion-ready .reveal-copy,
.motion-ready .reveal-button,
.motion-ready .reveal-card {
  opacity: 0;
  transition-timing-function: ease-out;
  will-change: opacity, transform;
}

.motion-prep .reveal-accent,
.motion-prep .reveal-title,
.motion-prep .reveal-copy,
.motion-prep .reveal-button,
.motion-prep .reveal-card {
  transition: none !important;
}

.motion-ready .reveal-accent {
  transform: translateX(-12px);
  transition-duration: 200ms;
  transition-property: opacity, transform;
}

.motion-ready .reveal-title {
  transform: translateX(-26px);
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.motion-ready .reveal-copy {
  transition-duration: 300ms;
  transition-property: opacity;
}

.motion-ready .reveal-button {
  transform: translateY(12px);
  transition-duration: 280ms;
  transition-property: opacity, transform;
}

.motion-ready .reveal-card {
  transition-duration: 300ms;
  transition-property: opacity;
}

.motion-ready .is-visible .reveal-accent,
.motion-ready .is-visible .reveal-title,
.motion-ready .is-visible .reveal-copy,
.motion-ready .is-visible .reveal-button,
.motion-ready .is-visible .reveal-card {
  opacity: 1;
  transform: translate(0, 0);
}

.motion-ready .reveal-accent {
  transition-delay: 100ms;
}

.motion-ready .reveal-title {
  transition-delay: 200ms;
}

.motion-ready .reveal-copy {
  transition-delay: 300ms;
}

.motion-ready .reveal-button {
  transition-delay: 400ms;
}

.motion-ready .reveal-card {
  transition-delay: 300ms;
}

.motion-ready .hero:not(.is-visible) .reveal-accent {
  transform: translateX(-78px);
  transition-delay: 80ms;
  transition-duration: 260ms;
}

.motion-ready .hero:not(.is-visible) .reveal-title {
  transform: translateX(-128px);
  transition-delay: 300ms;
  transition-duration: 620ms;
}

.motion-ready .hero:not(.is-visible) .reveal-copy {
  transform: translateX(-92px);
  transition-delay: 760ms;
  transition-duration: 380ms;
  transition-property: opacity, transform;
}

.motion-ready .hero:not(.is-visible) .reveal-button {
  transform: translateX(-82px);
  transition-delay: 1080ms;
  transition-duration: 340ms;
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal-accent,
  .motion-ready .reveal-title,
  .motion-ready .reveal-copy,
  .motion-ready .reveal-button,
  .motion-ready .reveal-card {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .pvc-performance-track {
    animation: none;
    transform: none;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--charcoal);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--charcoal);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  align-items: center;
  min-height: 0;
  padding-block: clamp(28px, 4vw, 48px);
  background: var(--white);
  margin-bottom: clamp(72px, 9vw, 132px);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 72px) clamp(30px, 5vw, 76px);
}

.eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 24px;
  padding: 0;
  color: var(--sand);
  background: transparent;
  font-family: Lato, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(36px, 4.3vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.title-accent {
  color: var(--blue);
}

.hero-text {
  max-width: 430px;
  margin: 22px 0 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.call-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--charcoal);
}

.call-button strong {
  font-size: 13px;
  font-weight: 900;
}

.hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: url("assets/hero-slider-fixed-01.webp");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  filter: brightness(1.08) contrast(1.02);
  transition: opacity 650ms ease;
}

.hero-slide-window {
  background-image: url("assets/hero-slider-fixed-02.webp");
  background-position: center;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slider-controls {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.hero-slider-controls button {
  width: 34px;
  height: 4px;
  padding: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  cursor: pointer;
}

.hero-slider-controls button.is-active {
  background: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 344px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(72px, 9vw, 132px);
}

.product-card {
  display: grid;
  grid-template-columns: minmax(180px, 58%) minmax(120px, 42%);
  min-height: 344px;
  background: var(--white);
  border-right: 1px solid var(--line);
}

.product-card:last-child {
  border-right: 0;
}

.product-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 104px 106px 24px;
  align-content: start;
  padding: clamp(30px, 4vw, 48px) clamp(24px, 3vw, 40px);
  background: var(--white);
  overflow: hidden;
}

.product-card h2::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 18px 0;
  background: var(--sand);
  content: "";
}

.product-card h2 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.08;
  text-transform: uppercase;
}

.product-card p {
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.45;
  max-width: 22ch;
}

.product-card a {
  display: inline-flex;
  align-self: start;
  justify-self: start;
  flex-direction: column;
  margin-top: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
}

.product-card a::after {
  margin-left: 0;
  margin-top: 3px;
  content: "->";
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-pvc img {
  object-position: 50% 50%;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--white);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(72px, 9vw, 132px);
}

.benefits article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  min-height: 152px;
  padding: 34px clamp(20px, 2.4vw, 34px);
  border-right: 1px solid var(--line);
}

.benefits article:last-child {
  border-right: 0;
}

.benefit-icon {
  display: block;
  width: 50px;
  height: 50px;
  justify-self: center;
  align-self: start;
  color: var(--sand);
}

.benefit-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.benefits h3 {
  margin: 0 0 9px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.benefits p {
  grid-column: 2;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

.hero-certifications {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(72px, 9vw, 132px);
}

.hero-certifications article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 24px clamp(18px, 2.2vw, 34px);
  border-right: 1px solid var(--line);
}

.hero-certifications article:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--sand);
}

.trust-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.trust-icon-text {
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.hero-certifications h3 {
  margin: 0 0 4px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.hero-certifications p {
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.35;
}

.main-nav a[aria-current="page"] {
  color: var(--charcoal);
  text-decoration: underline;
  text-decoration-color: var(--sand);
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.pvc-page {
  padding-top: 0;
}

.pvc-page-hero {
  position: relative;
  display: block;
  min-height: clamp(500px, 40vw, 660px);
  overflow: hidden;
  padding: 0;
  margin-bottom: clamp(72px, 9vw, 132px);
}

.pvc-page-hero-copy {
  position: relative;
  z-index: 2;
  width: min(500px, 37vw);
  max-width: 500px;
  padding: clamp(72px, 6.5vw, 108px) 0 0 clamp(76px, 8vw, 152px);
}

.pvc-page-hero h1 {
  max-width: 520px;
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0;
}

.pvc-page-hero p:not(.eyebrow) {
  max-width: 430px;
  margin: 0 0 22px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.pvc-image-placeholder {
  width: 100%;
  aspect-ratio: 1 / 0.95;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(74, 74, 75, 0.04)),
    #eeeeec;
  border: 1px solid rgba(74, 74, 75, 0.08);
}

.pvc-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.95;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(74, 74, 75, 0.08);
}

.pvc-product-image-exact {
  aspect-ratio: 1 / 0.95;
  object-fit: cover;
}

.pvc-product-image-frame {
  width: 100%;
  aspect-ratio: 1 / 0.95;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(74, 74, 75, 0.08);
}

.pvc-product-image-frame .pvc-product-image {
  height: 116%;
  width: 116%;
  max-width: none;
  margin: -8% 0 0 -8%;
  aspect-ratio: auto;
  border: 0;
}

.pvc-product-image-centered {
  object-fit: cover;
  object-position: center center;
  transform: none;
}

.pvc-hero-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pvc-product-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
  padding: 0 clamp(28px, 5vw, 76px);
  margin-bottom: clamp(72px, 9vw, 132px);
}

.pvc-product-intro {
  max-width: 520px;
}

.pvc-product-intro h2 {
  margin: 0 0 8px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.pvc-product-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--sand);
  font-family: Lato, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pvc-product-kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
}

.pvc-product-intro > p:not(.pvc-product-kicker) {
  max-width: 46ch;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.pvc-section-copy {
  padding-top: 18px;
}

.pvc-section-copy h2 {
  max-width: 280px;
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(24px, 2.15vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.pvc-section-copy p {
  max-width: 260px;
  margin: 24px 0 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.pvc-product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 34px);
}

.pvc-product-list-six {
  row-gap: clamp(44px, 5.6vw, 72px);
}

.pvc-product-list-text-only {
  align-items: stretch;
}

.pvc-product-item {
  min-width: 0;
}

.pvc-product-item h3 {
  margin: 18px 0 8px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.pvc-product-item p {
  max-width: 32ch;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

.pvc-product-item-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pvc-product-item-centered h3,
.pvc-product-item-centered p {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pvc-product-text-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid rgba(74, 74, 75, 0.16);
  background: var(--white);
}

.pvc-product-text-card h3 {
  margin-top: 0;
}

.pvc-product-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(22px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(8px, 1vw, 16px);
  padding: clamp(22px, 2.8vw, 34px) clamp(24px, 3.5vw, 44px);
  border: 1px solid rgba(74, 74, 75, 0.14);
  border-radius: 2px;
}

.pvc-product-cta-selector {
  background: linear-gradient(90deg, rgba(0, 91, 142, 0.08), rgba(255, 255, 255, 0.92));
}

.pvc-product-cta-layout {
  background: linear-gradient(90deg, rgba(196, 170, 112, 0.16), rgba(255, 255, 255, 0.94));
}

.aluminium-product-section .pvc-product-cta {
  grid-template-columns: minmax(0, 1fr) auto;
}

.pvc-product-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--blue);
  overflow: hidden;
  background: var(--white);
}

.pvc-product-cta-layout .pvc-product-cta-icon {
  color: var(--sand);
}

.pvc-product-cta-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pvc-product-cta h3 {
  margin: 0 0 6px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 700;
  line-height: 1.2;
}

.pvc-product-cta p {
  max-width: 56ch;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

.pvc-product-cta .button {
  min-width: 260px;
  min-height: 54px;
}

.pvc-product-cta-layout .button {
  background: var(--sand);
}

.pvc-product-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  width: min(100% - 56px, 1380px);
  margin: calc(clamp(72px, 9vw, 132px) * -0.45) auto clamp(54px, 7vw, 96px);
  color: var(--sand);
}

.pvc-product-divider span {
  height: 1px;
  background: currentColor;
  opacity: 0.72;
}

.pvc-product-divider img {
  display: block;
  width: 23px;
  height: 28px;
  object-fit: contain;
}

.pvc-performance-section {
  margin: 0 clamp(34px, 4vw, 62px) clamp(72px, 9vw, 132px);
  background: var(--white);
}

.pvc-performance-main {
  display: grid;
  grid-template-columns: minmax(320px, 36%) minmax(0, 64%);
  gap: clamp(44px, 5vw, 82px);
  align-items: center;
  margin-bottom: clamp(42px, 5vw, 70px);
}

.pvc-performance-icon,
.pvc-feature-icon,
.pvc-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sand);
}

.pvc-performance-icon {
  width: 72px;
  height: 72px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.pvc-performance-icon svg,
.pvc-feature-icon svg,
.pvc-info-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pvc-performance-icon svg {
  stroke-width: 2.2;
}

.pvc-feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.pvc-feature-icon svg {
  stroke-width: 3;
}

.pvc-info-icon {
  width: 96px;
  height: 72px;
  color: var(--charcoal);
}

.pvc-info-icon svg {
  stroke-width: 2.4;
}

.pvc-performance-heading h2 {
  max-width: 560px;
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0;
}

.pvc-performance-ticker {
  position: relative;
  isolation: isolate;
  width: min(420px, 100%);
  margin-top: clamp(38px, 4vw, 58px);
  overflow: hidden;
  justify-self: center;
  padding: 14px;
  border: 1px solid rgba(196, 170, 112, 0.22);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.18);
}

html[lang="en"] .pvc-performance-ticker {
  margin-top: clamp(58px, 5vw, 78px);
}

.pvc-performance-glass-bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: saturate(110%) contrast(104%);
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

.pvc-performance-ticker::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(0, 91, 142, 0.08) 48%, rgba(196, 170, 112, 0.16)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 52px);
}

.pvc-performance-track {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1600%;
  animation: pvcFeatureConveyor 96s linear infinite;
  will-change: transform;
}

.pvc-ticker-card {
  position: relative;
  display: flex;
  flex: 0 0 6.25%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: clamp(224px, 18vw, 276px);
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 2px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.2)),
    linear-gradient(315deg, rgba(196, 170, 112, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.86),
    inset -1px -1px 0 rgba(196, 170, 112, 0.16),
    0 18px 46px rgba(74, 74, 75, 0.16);
  backdrop-filter: blur(26px) saturate(150%) contrast(106%);
  -webkit-backdrop-filter: blur(26px) saturate(150%) contrast(106%);
  text-align: center;
}

.pvc-ticker-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.64) 0 13%, rgba(255, 255, 255, 0.08) 14% 38%, transparent 39%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 46%);
}

.pvc-ticker-card > * {
  position: relative;
  z-index: 1;
}

.pvc-ticker-card .pvc-feature-icon {
  filter: drop-shadow(0 8px 14px rgba(196, 170, 112, 0.16));
}

.pvc-ticker-card .pvc-feature-icon svg {
  shape-rendering: geometricPrecision;
}

.pvc-ticker-card h3 {
  margin: 0 0 18px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.pvc-ticker-card p {
  max-width: 26ch;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

@keyframes pvcFeatureConveyor {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.pvc-performance-info {
  display: grid;
  grid-template-columns: minmax(96px, 140px) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: center;
  padding: clamp(34px, 4.2vw, 58px) clamp(36px, 5vw, 72px);
  border: 1px solid rgba(74, 74, 75, 0.1);
  background: #f7f6f4;
}

.pvc-performance-info p {
  max-width: 48ch;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.pvc-performance-info p + p {
  padding-left: clamp(34px, 4vw, 62px);
  border-left: 1px solid var(--line);
}

.pvc-visit-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 clamp(28px, 5vw, 76px) clamp(72px, 9vw, 132px);
  padding: clamp(54px, 7vw, 92px) clamp(24px, 5vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.pvc-visit-section h2 {
  max-width: 760px;
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  letter-spacing: 0;
}

.pvc-visit-section p {
  max-width: 720px;
  margin: clamp(18px, 2.4vw, 28px) 0 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.pvc-visit-section .button {
  margin-top: clamp(26px, 3vw, 36px);
}

.product-knowledge-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto clamp(72px, 9vw, 132px);
  padding: clamp(54px, 7vw, 92px) clamp(24px, 5vw, 58px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.product-knowledge-cta h1,
.product-knowledge-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  letter-spacing: 0;
}

.product-page-minimal {
  padding-top: clamp(82px, 10vw, 138px);
}

.product-page-minimal.aluminium-page {
  padding-top: 0;
}

.fire-page {
  background: var(--white);
}

.fire-hero {
  position: relative;
  min-height: clamp(520px, 43vw, 680px);
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) clamp(28px, 5vw, 76px) clamp(34px, 4vw, 54px);
  color: var(--white);
}

.fire-hero-image,
.fire-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fire-hero-image {
  z-index: 1;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.02);
}

.fire-hero-shade {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(20, 24, 27, 0.88) 0%, rgba(20, 24, 27, 0.72) 34%, rgba(20, 24, 27, 0.26) 68%, rgba(20, 24, 27, 0.1) 100%),
    linear-gradient(180deg, rgba(20, 24, 27, 0.18), rgba(20, 24, 27, 0.44));
}

.fire-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 620px;
}

.fire-hero .eyebrow {
  color: var(--white);
}

.fire-hero h1 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.fire-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.fire-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.fire-hero .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
}

.fire-hero-certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: clamp(28px, 3vw, 42px);
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fire-hero-certifications span:not(:last-child)::after {
  margin-left: 16px;
  color: var(--sand);
  content: "|";
}

.fire-hero-note {
  position: absolute;
  right: clamp(34px, 6vw, 92px);
  top: 50%;
  z-index: 3;
  width: 150px;
  margin: 0;
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.fire-hero-note::after {
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 24px;
  background: var(--sand);
  content: "";
}

.fire-section,
.fire-safety-grid,
.fire-two-up,
.fire-compliance-cta {
  padding: clamp(44px, 5vw, 76px) clamp(28px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
}

.fire-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: start;
}

.fire-section-heading {
  max-width: 520px;
}

.fire-section-heading h2,
.fire-info-panel h2,
.fire-feature-card h2,
.fire-compliance-cta h2,
.fire-final-cta h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  letter-spacing: 0;
}

.fire-section-intro,
.fire-info-panel > p:not(.eyebrow),
.fire-feature-card p:not(.eyebrow),
.fire-compliance-cta p,
.fire-final-cta p {
  max-width: 650px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

@media (min-width: 1121px) {
  .fire-sectors > .fire-section-intro {
    padding-top: 58px;
  }

  .fire-components > .fire-section-intro {
    padding-top: 36px;
  }

  html[lang="en"] .fire-components > .fire-section-intro {
    padding-top: 58px;
  }
}

.fire-sector-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.fire-sector-card,
.fire-component,
.fire-stat,
.fire-mini-card,
.fire-feature-card,
.fire-process-step,
.fire-final-cta {
  background: var(--white);
  border: 1px solid var(--line);
}

.fire-sector-card img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.fire-sector-card h3,
.fire-mini-card p,
.fire-component h3,
.fire-stat strong,
.fire-process-step h3,
.fire-ei-grid h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.fire-sector-card h3 {
  padding: 18px 18px 0;
}

.fire-sector-card p {
  margin: 8px 18px 20px;
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.45;
}

.fire-safety-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(270px, 0.9fr) minmax(300px, 1fr);
  padding-top: 0;
  padding-bottom: 0;
}

.fire-visual-panel {
  min-height: 380px;
  margin-left: calc(clamp(28px, 5vw, 76px) * -1);
}

.fire-visual-panel img,
.fire-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fire-info-panel {
  padding: clamp(38px, 4vw, 58px);
  border-right: 1px solid var(--line);
}

.fire-info-panel:last-child {
  border-right: 0;
}

.fire-info-panel h2 {
  margin-bottom: 14px;
}

.fire-mini-grid,
.fire-ei-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.fire-mini-card {
  display: flex;
  min-height: 104px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px 22px;
}

.fire-mini-card span,
.fire-ei-grid strong {
  color: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.fire-mini-card p {
  min-width: 0;
  font-size: 12px;
  line-height: 1.18;
  overflow-wrap: normal;
  hyphens: auto;
}

.fire-ei-grid article {
  padding: 22px;
  background: rgba(74, 74, 75, 0.035);
  border: 1px solid rgba(74, 74, 75, 0.08);
}

.fire-ei-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 42px;
}

.fire-ei-grid p {
  margin: 8px 0 0;
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.45;
}

.fire-classification-panel > h3 {
  margin: 28px 0 8px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.18;
}

.fire-component-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.fire-component {
  display: grid;
  align-content: start;
  text-align: center;
}

.fire-component img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.fire-component h3 {
  padding: 12px 10px 14px;
  font-size: 12px;
}

.fire-capabilities {
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
}

.fire-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.fire-stat {
  min-height: 112px;
  padding: 20px 18px;
}

.fire-stat strong {
  display: block;
  margin-bottom: 10px;
  color: var(--sand);
  font-size: clamp(18px, 1.45vw, 22px);
}

.fire-stat span {
  color: var(--charcoal);
  font-size: 13px;
  line-height: 1.4;
}

.fire-two-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.fire-feature-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1fr);
}

.fire-feature-card div {
  padding: clamp(24px, 3vw, 40px);
}

.fire-feature-card h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 2.2vw, 32px);
}

.fire-process {
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1fr);
}

.fire-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.fire-process-step {
  position: relative;
  min-height: 138px;
  padding: 20px;
}

.fire-process-step strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sand);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.fire-process-step p {
  margin: 8px 0 0;
  color: var(--charcoal);
  font-size: 13px;
  line-height: 1.42;
}

.fire-compliance-cta {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(220px, 0.55fr) minmax(300px, 0.75fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
}

.fire-compliance-cta h2 {
  margin-bottom: 14px;
}

.fire-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  text-align: center;
}

.fire-cert {
  display: grid;
  place-items: center;
  min-height: 82px;
  padding: 12px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  border: 1px solid var(--line);
}

.fire-final-cta {
  padding: clamp(26px, 3vw, 38px);
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.fire-final-cta h2,
.fire-final-cta p {
  color: var(--white);
}

.fire-final-cta .button {
  margin-top: 22px;
  background: var(--sand);
}

.aluminium-page-hero {
  margin-bottom: 0;
}

.aluminium-systems-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(400px, 0.92fr);
  gap: clamp(42px, 5vw, 78px);
  align-items: stretch;
  padding: clamp(42px, 5vw, 72px) clamp(28px, 5vw, 76px);
  margin-bottom: clamp(72px, 9vw, 132px);
  background: var(--white);
}

.aluminium-systems-copy {
  max-width: 650px;
}

.aluminium-systems-rule {
  display: block;
  width: 58px;
  height: 2px;
  margin: 0 0 18px;
  background: var(--sand);
}

.aluminium-systems-copy .eyebrow {
  margin: 0 0 18px;
}

.aluminium-systems-copy h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  letter-spacing: 0;
}

.aluminium-systems-copy h2 span {
  display: block;
}

.aluminium-systems-copy h2 span:first-child {
  color: var(--charcoal);
}

.aluminium-systems-copy h2 span:last-child {
  color: var(--charcoal);
}

.aluminium-systems-copy > p {
  max-width: 620px;
  margin: 0 0 16px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.aluminium-systems-link-copy {
  padding-top: 15px;
  margin-top: 18px;
  border-top: 1px solid rgba(74, 74, 75, 0.16);
}

.aluminium-systems-link-copy span,
.aluminium-systems-link-copy a {
  display: block;
}

.aluminium-systems-link-copy a {
  width: fit-content;
  margin-top: 3px;
  color: var(--blue);
  border-bottom: 2px solid var(--sand);
}

.aluminium-systems-link-copy a::after {
  margin-left: 18px;
  color: var(--sand);
  font-size: 1.35em;
  line-height: 0;
  content: "\2192";
}

.aluminium-systems-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  align-content: center;
  gap: clamp(34px, 4vw, 54px) clamp(42px, 5vw, 72px);
  padding-left: clamp(42px, 5vw, 72px);
  border-left: 1px solid var(--sand);
}

.aluminium-systems-icons article {
  display: grid;
  justify-items: center;
  text-align: center;
}

.aluminium-systems-icon {
  display: block;
  width: clamp(74px, 5.5vw, 88px);
  height: clamp(74px, 5.5vw, 88px);
  margin-bottom: 14px;
  color: var(--sand);
}

.aluminium-systems-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.aluminium-systems-icons h3 {
  margin: 0 0 5px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.aluminium-systems-icons p {
  max-width: 220px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

.product-knowledge-cta p {
  max-width: 650px;
  margin: clamp(18px, 2.4vw, 28px) 0 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.product-knowledge-cta .button {
  margin-top: clamp(26px, 3vw, 36px);
}

.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 58px);
  margin: 0 0 clamp(28px, 4vw, 48px);
  text-align: center;
}

.section-intro .eyebrow {
  align-self: center;
  display: block;
  margin-bottom: 18px;
}

.section-intro h2 {
  max-width: 760px;
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.contact-page {
  background: var(--white);
}

.contact-image-hero {
  width: 100%;
  height: clamp(180px, 22vw, 286px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f7f6f4;
}

.contact-image-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.contact-intro,
.contact-main,
.contact-details-section {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.contact-intro {
  padding: clamp(46px, 6vw, 72px) 0 clamp(38px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}

.contact-intro h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
}

.contact-intro p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.contact-main,
.contact-details-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(42px, 7vw, 94px);
  padding: clamp(58px, 8vw, 96px) 0;
}

.contact-main {
  border-bottom: 1px solid var(--line);
}

.contact-copy h2,
.contact-project-copy h2 {
  max-width: 500px;
  margin: 0 0 24px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.16;
}

.contact-copy h2::after,
.contact-project-copy h2::after {
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 24px;
  background: var(--sand);
  content: "";
}

.contact-copy p:not(.eyebrow),
.contact-project-copy p:not(.eyebrow) {
  max-width: 430px;
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.contact-address {
  margin-top: 28px !important;
}

.contact-address strong {
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 18px;
  align-self: start;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(74, 74, 75, 0.46);
  border-radius: 0;
  background: var(--white);
  color: var(--charcoal);
  font: 400 16px Lato, Arial, sans-serif;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 132px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(74, 74, 75, 0.52);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  outline: 2px solid rgba(0, 91, 142, 0.16);
  outline-offset: 0;
}

.contact-submit {
  width: 100%;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.contact-detail-grid article {
  display: grid;
  align-content: center;
  min-height: 154px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.contact-detail-grid h3 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 800;
  line-height: 1.25;
}

.contact-detail-grid a,
.contact-detail-grid p {
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

@media (min-width: 1121px) {
  :root {
    --site-header-height: 94px;
  }

  .site-header {
    grid-template-columns: 168px 1fr auto;
    min-height: 94px;
    padding: 18px 36px 16px;
    border-bottom: 0;
  }

  .brand img {
    width: 104px;
  }

  .main-nav {
    gap: clamp(22px, 2.3vw, 42px);
    color: var(--charcoal);
    font-size: clamp(14px, 0.86vw, 16px);
    font-weight: 700;
    text-transform: none;
  }

  .header-actions {
    gap: 22px;
  }

  .language-switch {
    color: var(--charcoal);
    font-size: 11px;
  }

  .site-header .button {
    min-height: 42px;
    padding: 0 20px;
    background: var(--blue);
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .nav-dropdown-menu {
    display: none;
  }

  .mega-menu {
    position: fixed;
    top: var(--site-header-height);
    left: 50%;
    z-index: 900;
    display: block;
    width: min(1180px, calc(100vw - 72px));
    max-height: min(468px, calc(100vh - var(--site-header-height) - 28px));
    overflow: auto;
    padding: 14px;
    background: rgba(255, 255, 255, 0.985);
    border: 1px solid var(--line);
    box-shadow: 0 18px 46px rgba(0, 91, 142, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    visibility: hidden;
  }

  body.mega-menu-open .mega-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
  }

  body.mega-menu-closing .mega-menu,
  body.mega-menu-closing .nav-dropdown-menu {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate(-50%, -8px) !important;
    visibility: hidden !important;
  }

  .mega-menu-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 238px;
    gap: 14px;
    max-width: 100%;
    margin: 0 auto;
  }

  .mega-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .mega-product-card,
  .mega-side-panel {
    min-width: 0;
    background: var(--white);
    border: 1px solid rgba(74, 74, 75, 0.12);
  }

  .mega-product-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }

  .mega-product-image {
    display: block;
    height: 96px;
    overflow: hidden;
    background: rgba(0, 91, 142, 0.04);
  }

  .mega-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-card-pvc .mega-product-image img {
    object-position: 50% 48%;
  }

  .mega-card-aluminium .mega-product-image img {
    object-position: 50% 50%;
  }

  .mega-card-fire .mega-product-image img {
    object-position: 52% 50%;
  }

  .mega-product-copy {
    display: grid;
    gap: 7px;
    padding: 12px 16px 11px;
  }

  .mega-product-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    color: var(--blue);
    font-family: Montserrat, Arial, sans-serif;
    font-size: clamp(15px, 1.12vw, 18px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1;
  }

  .mega-product-copy > p {
    max-width: 36ch;
    margin: 0;
    color: var(--charcoal);
    font-size: 12.5px;
    line-height: 1.38;
  }

  .mega-link-list {
    display: grid;
  }

  .mega-product-card > .mega-link-list {
    padding: 0 16px 12px;
  }

  .mega-link-list a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    padding: 6px 0;
    border-top: 1px solid rgba(74, 74, 75, 0.12);
    color: var(--blue);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
  }

  .mega-link-icon {
    display: inline-flex;
    width: 19px;
    height: 19px;
    color: var(--blue);
  }

  .mega-arrow {
    color: var(--blue);
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 900;
  }

  .mega-side {
    display: grid;
    gap: 12px;
  }

  .mega-side-panel {
    display: grid;
    align-content: start;
    gap: 9px;
    padding: 14px 16px;
  }

  .mega-side-panel h2 {
    margin: 0;
    color: var(--blue);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
  }

  .mega-side-panel .mega-link-list a {
    min-height: 38px;
  }

  .mega-side-contact {
    background: rgba(196, 170, 112, 0.1);
  }
}

@media (min-width: 861px) {
  .hero {
    --hero-left: clamp(76px, 8vw, 152px);
    grid-template-columns: 1fr;
    height: min(622px, 32.8vw);
    min-height: 500px;
    padding-block: 0;
    overflow: hidden;
    background-image: url("assets/desktop-hero-clean-daytime-sky.webp");
    background-color: var(--hero-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0;
    isolation: isolate;
  }

  .hero-copy {
    position: absolute;
    left: var(--hero-left);
    top: 0;
    bottom: 0;
    width: min(500px, 37vw);
    max-width: 500px;
    justify-content: flex-start;
    padding: clamp(58px, 5.2vw, 88px) 0 0;
  }

  .hero .eyebrow {
    margin-bottom: 20px;
  }

  .hero h1 {
    max-width: 475px;
    color: var(--charcoal);
    font-size: clamp(41px, 3.9vw, 72px);
    font-weight: 400;
    line-height: 0.99;
  }

  .hero-text {
    max-width: 470px;
    margin-top: 18px;
    color: var(--charcoal);
    font-weight: 400;
    line-height: 1.35;
  }

  html[lang="en"] .main-nav,
  html[lang="en"] .hero h1,
  html[lang="en"] .hero-text {
    color: var(--charcoal);
  }

  .hero-actions {
    position: absolute;
    left: 0;
    top: 67.5%;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 0;
  }

  .hero-actions .button {
    width: 238px;
    min-height: 52px;
    background: var(--blue);
    letter-spacing: 0.08em;
  }

  .hero .call-button {
    width: 214px;
    min-height: 52px;
    justify-content: center;
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.9);
  }

  .hero-media {
    display: none;
  }
}

.certified-systems {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 54%) minmax(0, 46%);
  min-height: clamp(660px, 66.7vw, 820px);
  overflow: hidden;
  margin-bottom: clamp(72px, 9vw, 132px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.certified-systems-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(102px, 10.4vw, 150px) clamp(30px, 3.4vw, 54px) clamp(58px, 6.6vw, 92px)
    clamp(92px, 8.6vw, 132px);
  background: var(--white);
}

.certified-systems-rule {
  position: absolute;
  top: clamp(102px, 10.4vw, 150px);
  bottom: clamp(58px, 6.6vw, 92px);
  left: clamp(34px, 4.2vw, 64px);
  width: 2px;
  background: var(--sand);
}

.certified-systems h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  letter-spacing: 0;
}

.certified-systems-copy > p {
  max-width: 520px;
  margin: clamp(28px, 3vw, 42px) 0 clamp(40px, 4.8vw, 68px);
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.5;
}

.certified-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 3.4vw, 48px) clamp(28px, 3.2vw, 46px);
  width: 100%;
  max-width: 580px;
}

.certified-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  text-align: center;
}

.certified-metric img {
  width: clamp(72px, 5.8vw, 92px);
  height: clamp(62px, 5.2vw, 80px);
  object-fit: contain;
  margin: 0 auto 18px;
  filter: saturate(1.12) contrast(1.18);
}

.certified-metric h3 {
  min-height: 31px;
  margin: 0 0 7px;
  color: #242424;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 900;
  line-height: 1.18;
  text-transform: uppercase;
}

.certified-metric p {
  margin: 0;
  color: #242424;
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

.certified-systems-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.certified-systems-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.color-finishes-section {
  overflow: hidden;
  margin: 0 0 clamp(72px, 9vw, 132px);
  padding: clamp(42px, 4.2vw, 66px) clamp(26px, 2.8vw, 40px) clamp(36px, 3.4vw, 48px);
  background: var(--white);
}

.color-finishes-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 22%) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 3vw, 46px);
}

.color-finishes-copy .eyebrow {
  margin-bottom: clamp(24px, 2.8vw, 36px);
}

.color-finishes-copy h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: none;
}

.color-finishes-rule {
  display: block;
  width: clamp(48px, 4.5vw, 78px);
  height: 2px;
  margin: clamp(22px, 2.6vw, 36px) 0 clamp(20px, 2.4vw, 32px);
  background: var(--sand);
}

.color-finishes-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(17px, 1.3vw, 23px);
  line-height: 1.52;
}

.color-finishes-profiles {
  min-width: 0;
}

.color-finishes-profiles img {
  width: 100%;
  height: auto;
}

.color-finishes-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  column-gap: clamp(24px, 3vw, 44px);
  row-gap: 30px;
  margin-top: clamp(30px, 3.2vw, 42px);
}

.color-finishes-features article {
  position: relative;
  display: grid;
  grid-template-columns: clamp(56px, 4.6vw, 78px) minmax(150px, 1fr);
  gap: clamp(14px, 1.7vw, 24px);
  padding: 0;
}

.color-finishes-features article:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: calc(clamp(24px, 3vw, 44px) / -2);
  width: 1px;
  height: 100%;
  background: var(--line);
  content: "";
}

.color-finishes-features article:last-child {
  padding-right: 0;
}

.finish-icon {
  width: clamp(56px, 4.6vw, 78px);
  height: auto;
}

.color-finishes-features article > div {
  min-width: 0;
}

.color-finishes-features h3 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(14px, 1.18vw, 21px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.color-finishes-features p {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(15px, 1.22vw, 22px);
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.video-feature {
  position: relative;
  display: grid;
  place-items: center;
  padding: clamp(42px, 6vw, 78px) clamp(24px, 5vw, 58px);
  margin-bottom: clamp(72px, 9vw, 132px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.video-feature video {
  width: 100%;
  max-width: 1180px;
  min-height: 520px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  background: var(--charcoal);
  filter: brightness(0.58);
}

.video-caption {
  position: absolute;
  left: max(58px, calc((100% - 1180px) / 2 + 58px));
  top: clamp(96px, 9vw, 128px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(430px, calc(100% - 116px));
  padding: 0;
  color: var(--white);
  background: transparent;
  transform: none;
}

.video-caption .eyebrow {
  margin-bottom: 18px;
  color: var(--sand);
}

.video-caption h2 {
  max-width: 430px;
  margin: 0;
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.video-caption h2::after {
  display: none;
  width: 28px;
  height: 2px;
  margin: 18px 0;
  background: var(--sand);
  content: "";
}

.video-caption p:not(.eyebrow) {
  max-width: 390px;
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  color: var(--white);
  font-size: 15px;
  line-height: 1.65;
}

.client-experiences {
  padding: clamp(58px, 7vw, 96px) clamp(24px, 5vw, 58px);
  margin-bottom: clamp(72px, 9vw, 132px);
  background: #f7f6f4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.client-experiences-intro {
  padding: 0;
}

.client-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  max-width: 1220px;
  margin: 0 auto;
}

.client-experience-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
}

.client-project-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.client-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 2.4vw, 34px);
}

.client-quote {
  margin: 0 0 24px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  font-style: italic;
  line-height: 1.62;
}

@media (min-width: 1121px) {
  .client-card-body {
    display: grid;
    grid-template-rows: minmax(132px, auto) 76px auto 1fr;
  }

  .client-quote {
    margin-bottom: 0;
    min-height: 132px;
  }

  .client-author {
    margin-bottom: 0;
  }

  .performance-list {
    grid-template-rows: repeat(3, minmax(74px, auto));
    align-content: start;
  }
}

.client-author {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.client-avatar {
  display: block;
  width: 48px;
  height: 48px;
  background: var(--charcoal);
  border: 2px solid var(--sand);
  border-radius: 50%;
  object-fit: cover;
}

.client-author strong,
.client-author span {
  display: block;
}

.client-author strong {
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.client-author span {
  margin-top: 3px;
  color: var(--sand);
  font-size: 13px;
  font-weight: 700;
}

.client-experience-card h3 {
  margin: 0 0 16px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.performance-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.performance-list div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.performance-list dt {
  margin: 0 0 3px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.performance-list dd {
  margin: 0;
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.45;
}

.faq-section {
  padding: clamp(54px, 7vw, 92px) clamp(24px, 5vw, 58px);
  margin-bottom: clamp(72px, 9vw, 132px);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-section h2 {
  margin: 0 0 clamp(28px, 4vw, 46px);
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: var(--section-heading-size);
  font-weight: var(--section-heading-weight);
  line-height: 1.16;
  text-align: center;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: block;
  padding: 22px 42px 22px 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 600;
  line-height: 1.32;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  right: 0;
  top: 22px;
  color: var(--sand);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  max-width: 820px;
  padding: 0 0 24px;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.55;
}

.footer-certification-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 54px;
  margin-top: clamp(32px, 5vw, 72px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.footer-certification-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  color: var(--charcoal);
  font-family: Lato, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.footer-certification-strip + .site-footer {
  margin-top: 0;
}

.site-footer {
  padding: 0 clamp(24px, 5vw, 58px);
  background: var(--white);
  border-top: 1px solid var(--line);
  margin-top: clamp(32px, 5vw, 72px);
}

.whatsapp-float {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 0;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid var(--line);
  border-right: 0;
  transform: translateY(-50%);
}

.back-to-top {
  position: fixed;
  right: 0;
  bottom: 24px;
  z-index: 950;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--blue);
  border-radius: 0;
  background: var(--white);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(74, 74, 75, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  visibility: hidden;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.back-to-top::before {
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--sand);
  border-left: 2px solid var(--sand);
  transform: translateY(3px) rotate(45deg);
  content: "";
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--white);
  outline: none;
}

.back-to-top:hover::before,
.back-to-top:focus-visible::before {
  border-color: var(--sand);
}

@media (max-width: 720px) {
  .back-to-top {
    right: 0;
    bottom: 16px;
  }
}

.whatsapp-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.whatsapp-float span {
  display: none;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 44px;
  padding: 9px 14px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(0, 91, 142, 0.12);
}

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

.cookie-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.cookie-banner a {
  margin-left: 8px;
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cookie-banner button {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 16px;
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-banner .cookie-banner-secondary {
  color: var(--charcoal);
  background: var(--white);
  border-color: var(--line);
}

.policy-page {
  width: min(920px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(54px, 7vw, 86px) 0 clamp(64px, 8vw, 104px);
}

.about-principles-section {
  width: min(1220px, calc(100% - 44px));
  margin: 0 auto clamp(72px, 9vw, 128px);
  padding: clamp(46px, 6vw, 76px) 0;
  text-align: center;
}

.about-value-card {
  width: min(1220px, calc(100% - 44px));
  margin: 0 auto clamp(72px, 9vw, 128px);
  text-align: center;
}

.about-value-card .eyebrow {
  align-self: center;
  color: var(--sand);
}

.about-value-card .button {
  margin-top: 22px;
  background: var(--sand);
  border-color: var(--sand);
}

.product-knowledge-cta {
  width: min(1220px, calc(100% - 44px));
  margin: 0 auto clamp(72px, 9vw, 128px);
  padding: clamp(26px, 3vw, 38px);
  color: var(--white);
  background: var(--blue);
  border: 1px solid var(--blue);
}

.product-knowledge-cta h1,
.product-knowledge-cta h2,
.product-knowledge-cta p {
  color: var(--white);
}

.product-knowledge-cta .button {
  margin-top: 22px;
  background: var(--sand);
  border-color: var(--sand);
}

.about-principles-section > .eyebrow {
  margin: 0 auto 12px;
}

.about-principles-section > h2 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.about-principles-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 330px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  margin-top: 46px;
  text-align: left;
}

.about-principles-column {
  display: grid;
  gap: 38px;
}

.about-principles-column article {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.about-principle-check {
  color: var(--sand);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.about-principles-column h3 {
  margin: 0 0 12px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.about-principles-column p {
  max-width: 30ch;
  margin: 0;
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.5;
}

.about-principles-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: var(--white);
}

.about-principles-mark img {
  width: 58%;
  height: 58%;
  object-fit: contain;
}

@media (max-width: 820px) {
  .about-principles-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 34px;
  }

  .about-principles-mark {
    order: -1;
    width: min(260px, 72vw);
    margin: 0 auto;
  }

  .about-principles-column p {
    max-width: none;
  }
}

.terms-en {
  display: none;
}

.terms-copy {
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.6;
}

.terms-copy p {
  margin: 0 0 18px;
}

.terms-copy ul {
  margin: -6px 0 18px 22px;
  padding: 0;
}

.terms-copy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html[lang="en"] .terms-pt {
  display: none;
}

html[lang="en"] .terms-en {
  display: block;
}

.policy-page h1 {
  margin: 0 0 28px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
}

.policy-content {
  display: grid;
  gap: 30px;
}

.policy-content section {
  display: grid;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.policy-content h2,
.policy-content h3 {
  margin: 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1.18;
}

.policy-content h2 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.policy-content h3 {
  font-size: 18px;
}

.policy-content p,
.policy-content li {
  margin: 0;
  color: var(--charcoal);
  font-size: var(--body-copy-size);
  line-height: 1.65;
}

.policy-content ul {
  margin: 0;
  padding-left: 22px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.65fr 0.95fr 1fr;
  gap: clamp(24px, 5vw, 60px);
  padding: 34px 0;
  border-bottom: 0;
}

.footer-legal {
  margin: 0;
  padding: 0 0 18px;
  text-align: center;
  color: var(--charcoal);
  font-size: 12px;
  line-height: 1.4;
}

.footer-brand img {
  width: 116px;
  height: auto;
  margin-bottom: 18px;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a,
.site-footer button {
  display: block;
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 13px;
}

.footer-main > div:first-child p {
  font-size: var(--body-copy-size);
  line-height: 1.45;
}

.footer-calculator-link {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: fit-content;
  margin: 28px auto 0;
  color: var(--charcoal);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.footer-calculator-icon {
  display: block;
  width: 38px;
  height: 38px;
  color: var(--sand);
}

.footer-calculator-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 104px auto;
    justify-content: space-between;
  }

  .brand img {
    width: 78px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav,
  .header-actions {
    position: fixed;
    left: 18px;
    right: 18px;
    display: none;
    background: var(--white);
    border: 1px solid var(--charcoal);
  }

  .main-nav {
    top: 96px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .main-nav a {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
  }

  .nav-dropdown {
    display: flex;
    flex-direction: column;
  }

  .nav-dropdown::after {
    display: none;
  }

  .nav-dropdown-trigger {
    display: flex;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu,
  .nav-dropdown.is-open .nav-dropdown-menu {
    transform: none;
  }

  .nav-dropdown-menu a {
    padding: 13px 18px 13px 34px;
    border-bottom: 0;
    font-size: 12px;
  }

  .header-actions {
    top: 520px;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
  }

  .resources-list {
    grid-template-columns: 1fr;
  }

  .selector-overview {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 42px;
  }

  .selector-workspace {
    grid-template-columns: 1fr;
  }

  .selector-selection-panel {
    order: -1;
    top: 112px;
    z-index: 20;
    position: static;
    max-height: none;
    padding: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
  }

  .selector-mobile-cart:not([hidden]) {
    display: grid;
  }

  body.menu-open .main-nav,
  body.menu-open .header-actions {
    display: flex;
  }

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

  .hero-certifications {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-certifications article:nth-child(3) {
    border-right: 0;
  }

  .benefits article:nth-child(3) {
    border-right: 0;
  }

  .color-finishes-showcase {
    grid-template-columns: 1fr;
  }

  .color-finishes-copy {
    max-width: 520px;
  }

  .color-finishes-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 38px;
  }

  .color-finishes-features article,
  .color-finishes-features article:first-child,
  .color-finishes-features article:last-child {
    padding: 24px 0 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .color-finishes-features article::after {
    display: none;
  }

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

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

  .pvc-performance-main {
    grid-template-columns: 1fr;
    gap: clamp(34px, 5vw, 54px);
  }

  .pvc-performance-heading h2 {
    max-width: 720px;
  }

  .pvc-performance-info {
    grid-template-columns: minmax(86px, 110px) 1fr;
  }

  .pvc-performance-info p + p {
    grid-column: 2;
    padding-left: 0;
    border-left: 0;
  }

  .pvc-section-copy {
    max-width: 620px;
    padding-top: 0;
  }

  .pvc-page-hero-copy {
    width: min(500px, 58vw);
    max-width: 500px;
    padding-top: clamp(58px, 8vw, 84px);
  }

  .fire-hero-note {
    display: none;
  }

  .fire-sector-grid,
  .fire-component-grid,
  .fire-stat-grid,
  .fire-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fire-section,
  .fire-capabilities,
  .fire-process,
  .fire-compliance-cta {
    grid-template-columns: 1fr;
  }

  .fire-safety-grid,
  .fire-two-up {
    grid-template-columns: 1fr;
  }

  .fire-visual-panel {
    min-height: 360px;
    margin-right: calc(clamp(28px, 5vw, 76px) * -1);
  }

  .fire-info-panel {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .fire-feature-card {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
  }

  .aluminium-systems-feature {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .aluminium-systems-icons {
    padding-top: 38px;
    padding-left: 0;
    border-top: 1px solid var(--sand);
    border-left: 0;
  }

  .contact-main,
  .contact-details-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-copy p:not(.eyebrow),
  .contact-project-copy p:not(.eyebrow) {
    max-width: 620px;
  }

  .pvc-section-copy p {
    max-width: 520px;
  }

  .pvc-product-cta {
    grid-template-columns: auto 1fr;
  }

  .pvc-product-cta .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 860px) {
  .hero,
  .certified-systems {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-copy::after {
    right: 24px;
    bottom: 30px;
    width: 90px;
    height: 18px;
  }

  .hero-media {
    min-height: 0;
  }

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

  .product-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(150px, 1.05fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .footer-certification-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-feature {
    grid-template-columns: 1fr;
  }

  .video-caption {
    position: static;
    width: 100%;
    padding: 28px 0 0;
    color: var(--charcoal);
    transform: none;
  }

  .video-caption h2,
  .video-caption p:not(.eyebrow) {
    color: var(--charcoal);
  }

  .client-experience-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .certified-systems {
    min-height: 0;
  }

  .certified-systems-copy {
    padding: 52px 42px;
  }

  .certified-systems-rule {
    top: 52px;
    bottom: auto;
    height: calc(100% - 104px);
    left: 24px;
  }

  .certified-systems-media {
    position: static;
    z-index: auto;
    min-height: 420px;
  }

  .certified-systems-media img {
    height: 100%;
  }

  .pvc-page {
    padding-top: 42px;
  }

  .pvc-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 620px) {
  :root {
    --site-header-height: 78px;
  }

  .site-header {
    min-height: 78px;
    padding: 10px 18px;
  }

  .brand img {
    width: 62px;
  }

  .main-nav {
    top: 78px;
  }

  .header-actions {
    top: 486px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy {
    padding: 42px 22px;
  }

  .hero h1 {
    font-size: clamp(34px, 10.8vw, 46px);
  }

  .hero-actions,
  .hero-actions .button,
  .call-button,
  .selector-selection-actions,
  .selector-selection-actions .button {
    width: 100%;
  }

  .selector-selection-item {
    grid-template-columns: 1fr;
  }

  .selector-selection-delete {
    justify-self: start;
  }

  .hero-actions .button,
  .call-button {
    justify-content: center;
  }

  .selector-mobile-cart {
    grid-template-columns: 1fr;
  }

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

  .product-card img {
    min-height: 250px;
  }

  .benefits,
  .hero-certifications,
  .color-finishes-features,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-certification-strip {
    grid-template-columns: 1fr;
  }

  .hero-certifications article,
  .benefits article,
  .benefits article:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-certifications article:last-child {
    border-bottom: 0;
  }

  .certified-systems-copy {
    padding: 44px 28px 48px 38px;
  }

  .certified-systems-rule {
    top: 44px;
    height: calc(100% - 92px);
    left: 20px;
  }

  .certified-systems h2 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .certified-systems-copy > p {
    font-size: 17px;
  }

  .certified-metrics {
    grid-template-columns: 1fr;
  }

  .certified-systems-media {
    min-height: 360px;
  }

  .video-feature {
    padding: 36px 22px;
  }

  .video-feature video {
    min-height: 260px;
  }

  .video-caption {
    padding: 28px 0 0;
  }

  .pvc-product-section,
  .pvc-performance-section {
    padding-inline: 22px;
  }

  .pvc-page-hero {
    min-height: clamp(520px, 112vw, 620px);
  }

  .pvc-page-hero-copy {
    width: auto;
    max-width: 430px;
    padding: 52px 22px 0;
  }

  .pvc-page-hero h1 {
    font-size: clamp(34px, 10.8vw, 46px);
  }

  .fire-hero {
    min-height: 620px;
    padding-inline: 22px;
  }

  .fire-hero-actions,
  .fire-hero-actions .button {
    width: 100%;
  }

  .fire-hero-actions .button {
    justify-content: center;
  }

  .fire-section,
  .fire-safety-grid,
  .fire-two-up,
  .fire-compliance-cta {
    padding-inline: 22px;
  }

  .fire-sector-grid,
  .fire-component-grid,
  .fire-stat-grid,
  .fire-process-grid,
  .fire-mini-grid,
  .fire-ei-grid {
    grid-template-columns: 1fr;
  }

  .fire-visual-panel {
    min-height: 300px;
    margin-left: -22px;
    margin-right: -22px;
  }

  .fire-info-panel {
    padding: 30px 0;
  }

  .fire-feature-card {
    grid-template-columns: 1fr;
  }

  .fire-feature-card img {
    aspect-ratio: 16 / 9;
  }

  .fire-cert-grid {
    grid-template-columns: 1fr;
  }

  .aluminium-systems-feature {
    padding-inline: 22px;
  }

  .aluminium-systems-copy {
    max-width: none;
  }

  .aluminium-systems-icons {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .pvc-product-intro {
    max-width: none;
  }

  .pvc-product-cta {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pvc-product-cta .button {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }

  .pvc-product-cta-icon {
    width: 58px;
    height: 58px;
  }

  .pvc-product-divider {
    width: calc(100% - 44px);
    gap: 18px;
  }

  .pvc-performance-section {
    margin-inline: 22px;
    padding-block: 34px;
  }

  .aluminium-product-section .pvc-product-cta {
    grid-template-columns: 1fr;
  }

  .aluminium-product-section .pvc-product-cta .button {
    grid-column: auto;
    width: 100%;
  }

  .contact-intro,
  .contact-main,
  .contact-details-section {
    width: calc(100% - 44px);
  }

  .contact-form-grid,
  .contact-detail-grid {
    grid-template-columns: 1fr;
  }

  .pvc-performance-info {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .pvc-info-icon {
    width: 82px;
    height: 62px;
  }

  .pvc-performance-info p + p {
    grid-column: auto;
  }

  .pvc-performance-ticker {
    width: 100%;
    margin-top: 0;
  }

  html[lang="en"] .pvc-performance-ticker {
    margin-top: 0;
  }

  .pvc-ticker-card {
    min-height: 230px;
    padding-inline: 24px;
  }

  .pvc-image-placeholder,
  .pvc-product-image {
    aspect-ratio: 4 / 3;
  }

  .pvc-product-image-frame {
    aspect-ratio: 4 / 3;
  }

}
