:root {
  --ink: #161616;
  --muted: #676b73;
  --line: #e7e4df;
  --paper: #fffaf3;
  --brand: #bd1f2d;
  --gold: #d69b31;
  --green: #28685c;
  --blue: #245a8d;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(22, 22, 22, .12);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar {
  background: #202020;
  color: #f4f4f4;
  font-size: 13px;
}
.topbar .container, .nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar .container { min-height: 38px; }
.topbar span { color: #d7d7d7; }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  animation: navDrop .55s ease both;
}
.nav .container { min-height: 76px; }
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .4px;
}
.brand-logo {
  width: auto;
  height: 66px;
  max-width: 250px;
  object-fit: contain;
}
.footer-logo {
  filter: invert(1);
}
.menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.menu > li { position: relative; }
.menu a, .menu button {
  border: 0;
  background: transparent;
  padding: 28px 12px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.menu a.cta {
  min-height: 40px;
  margin-left: 6px;
  padding: 0 16px;
  background: var(--brand);
  color: #fff;
  border: 1px solid var(--brand);
  font-size: 14px;
  font-weight: 550;
}
.menu a.quote-nav-cta {
  background: #202020;
  border-color: #202020;
}
.menu a.cta:hover {
  transform: translateY(-2px);
}
.mega {
  position: absolute;
  top: 100%;
  left: -160px;
  width: min(820px, calc(100vw - 32px));
  display: none;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  background: #fff;
  padding: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.menu li:hover .mega { display: grid; }
.mega-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mega a { padding: 10px; border-radius: 6px; background: #f8f6f2; font-weight: 600; }
.mega-eyebrow { font-weight: 600; }
.mega p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--brand);
  color: #fff;
  border: 1px solid var(--brand);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.2;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.cta:hover {
  box-shadow: 0 10px 24px rgba(189,31,45,.17);
  transform: translateY(-2px);
}
.cta.secondary {
  background: #fff;
  color: #292929;
  border-color: #dedbd6;
  box-shadow: 0 5px 16px rgba(22,22,22,.045);
}
.cta.secondary:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(189,31,45,.17);
}
.section-cta {
  min-width: 148px;
  min-height: 46px;
  border-color: #dedbd6;
  background: #fff;
  box-shadow: 0 5px 16px rgba(22,22,22,.045);
  font-weight: 550;
  text-align: center;
  white-space: nowrap;
}
.section-cta:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(189,31,45,.17);
  transform: translateY(-2px);
}
.hero {
  min-height: calc(100vh - 114px);
  display: grid;
  align-items: end;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18) 60%, rgba(0,0,0,.04)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=82") center/cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-out both;
}
.hero .container { position: relative; padding: 80px 0 58px; }
.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
  margin: 0 0 20px;
  letter-spacing: 0;
}
.hero p { max-width: 650px; font-size: 19px; line-height: 1.55; color: #f2f2f2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 680px;
  margin-top: 48px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(16px);
}
.stat { padding: 18px; border-right: 1px solid rgba(255,255,255,.22); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 30px; }
.stat span { color: #ededed; font-size: 13px; }
section { padding: 76px 0; }
.wall-video-section {
  padding: 56px 0;
  background: #f7f4ef;
}
.wall-video-hero {
  padding: 0;
  background: #202020;
}
.wall-video-hero .container {
  width: 100%;
  max-width: none;
}
.wall-video-hero .wall-video-frame {
  height: clamp(520px, 38.82vw, 722px);
  min-height: 0;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
}
.wall-video-frame {
  position: relative;
  width: 100%;
  --hero-delay: 0s;
  --site-edge: max(18px, calc((100vw - 1180px) / 2));
  aspect-ratio: 1860 / 722;
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
  box-shadow: 0 28px 80px rgba(22,22,22,.18);
  perspective: 1400px;
  transform-style: preserve-3d;
  isolation: isolate;
}
.wall-video-frame.is-jumping .wall-scene::before,
.wall-video-frame.is-jumping .wall-scene-video,
.wall-video-frame.is-jumping .wall-copy,
.wall-video-frame.is-jumping .wall-swatch {
  animation-name: none !important;
}
.wall-video-frame.is-jumping .wall-scene::before,
.wall-video-frame.is-jumping .wall-scene-video,
.wall-video-frame.is-jumping .wall-copy {
  opacity: 0;
}
.wall-video-frame.is-jumping .wall-scene::before {
  transform: scale(1.1);
  background-position: center;
}
.wall-video-frame.is-jumping .wall-scene-video {
  transform: scale(1.01);
}
.wall-video-frame.is-jumping[data-active-scene="0"] .scene-one::before,
.wall-video-frame.is-jumping[data-active-scene="1"] .scene-two::before,
.wall-video-frame.is-jumping[data-active-scene="2"] .scene-three::before,
.wall-video-frame.is-jumping[data-active-scene="3"] .scene-four::before,
.wall-video-frame.is-jumping[data-active-scene="4"] .scene-five::before,
.wall-video-frame.is-jumping[data-active-scene="0"] .scene-one .wall-scene-video,
.wall-video-frame.is-jumping[data-active-scene="1"] .scene-two .wall-scene-video,
.wall-video-frame.is-jumping[data-active-scene="2"] .scene-three .wall-scene-video,
.wall-video-frame.is-jumping[data-active-scene="3"] .scene-four .wall-scene-video,
.wall-video-frame.is-jumping[data-active-scene="4"] .scene-five .wall-scene-video,
.wall-video-frame.is-jumping[data-active-scene="0"] .scene-one .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="1"] .scene-two .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="2"] .scene-three .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="3"] .scene-four .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="4"] .scene-five .wall-copy {
  opacity: 1;
}
.wall-video-frame.is-jumping[data-active-scene="0"] .scene-one .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="1"] .scene-two .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="2"] .scene-three .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="3"] .scene-four .wall-copy,
.wall-video-frame.is-jumping[data-active-scene="4"] .scene-five .wall-copy {
  transform: translate3d(0, 0, 150px) scale(1);
  filter: blur(0);
}
.wall-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  pointer-events: none;
  z-index: 3;
}
.wall-scene {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding: clamp(34px, 5.5vw, 96px) var(--site-edge);
  opacity: 1;
  transform: none;
  transform-origin: center;
  transform-style: preserve-3d;
  pointer-events: none;
}
.wall-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background-image: var(--scene-image);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08) translate3d(2%, 0, 0);
  transform-origin: center;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--hero-delay);
  pointer-events: none;
  z-index: 1;
}
.wall-scene.has-video::before {
  display: none;
}
.wall-scene.is-still::before,
.wall-scene.is-still .wall-scene-video {
  transform: scale(1.04);
}
.wall-scene-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--hero-delay);
}
.wall-scene::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255,255,255,.18);
  transform: translateZ(72px);
  pointer-events: none;
  display: none;
  opacity: 0;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--hero-delay);
  z-index: 3;
}
.wall-depth-layer {
  position: absolute;
  display: none;
  border: 1px solid rgba(255,255,255,.36);
  background: var(--scene-accent);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  opacity: 0;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--hero-delay);
  z-index: 2;
}
.layer-back {
  width: 33%;
  height: 66%;
  right: 7%;
  top: 9%;
  transform: translateZ(46px) rotateY(-13deg);
}
.layer-mid {
  width: 22%;
  height: 42%;
  right: 27%;
  bottom: 10%;
  transform: translateZ(110px) rotateY(10deg);
}
.scene-one {
  --scene-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2600&q=92");
}
.scene-two {
  --scene-image: url("https://images.unsplash.com/photo-1600210492493-0946911123ea?auto=format&fit=crop&w=2600&q=92");
}
.scene-three {
  --scene-image: url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2600&q=92");
}
.scene-four {
  --scene-image: url("https://images.unsplash.com/photo-1600210491369-e753d80a41f3?auto=format&fit=crop&w=2600&q=92");
}
.scene-five {
  --scene-image: url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2600&q=92");
}
.scene-one::before { animation-name: wallBackgroundOne; }
.scene-two::before { animation-name: wallBackgroundTwo; }
.scene-three::before { animation-name: wallBackgroundThree; }
.scene-four::before { animation-name: wallBackgroundFour; }
.scene-five::before { animation-name: wallBackgroundFive; }
.scene-one.is-still::before { animation-name: wallStillOne; }
.scene-two.is-still::before { animation-name: wallStillTwo; }
.scene-three.is-still::before { animation-name: wallStillThree; }
.scene-four.is-still::before { animation-name: wallStillFour; }
.scene-five.is-still::before { animation-name: wallStillFive; }
.scene-one .wall-scene-video { animation-name: wallVideoOne; }
.scene-two .wall-scene-video { animation-name: wallVideoTwo; }
.scene-three .wall-scene-video { animation-name: wallVideoThree; }
.scene-four .wall-scene-video { animation-name: wallVideoFour; }
.scene-five .wall-scene-video { animation-name: wallVideoFive; }
.scene-one::after { animation-name: wallFrameOne; }
.scene-two::after { animation-name: wallFrameTwo; }
.scene-three::after { animation-name: wallFrameThree; }
.scene-four::after { animation-name: wallFrameFour; }
.scene-five::after { animation-name: wallFrameFive; }
.scene-one .wall-depth-layer { animation-name: wallPanelOne; }
.scene-two .wall-depth-layer { animation-name: wallPanelTwo; }
.scene-three .wall-depth-layer { animation-name: wallPanelThree; }
.scene-four .wall-depth-layer { animation-name: wallPanelFour; }
.scene-five .wall-depth-layer { animation-name: wallPanelFive; }
.scene-one .wall-copy { animation-name: wallTextOne; }
.scene-two .wall-copy { animation-name: wallTextTwo; }
.scene-three .wall-copy { animation-name: wallTextThree; }
.scene-four .wall-copy { animation-name: wallTextFour; }
.scene-five .wall-copy { animation-name: wallTextFive; }
.wall-copy {
  position: relative;
  z-index: 4;
  max-width: min(600px, 78%);
  color: #fff;
  text-shadow: 0 6px 20px rgba(0,0,0,.58), 0 2px 4px rgba(0,0,0,.28);
  transform: translateZ(150px);
  opacity: 0;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.wall-copy span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #ffd15c;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1.4px;
  font-size: clamp(12px, 1.4vw, 17px);
}
.wall-copy strong {
  display: block;
  font-size: clamp(28px, 3.5vw, 56px);
  line-height: 1.08;
  max-width: 640px;
}
.wall-swatch-track {
  position: absolute;
  right: var(--site-edge);
  bottom: clamp(28px, 5vw, 66px);
  top: auto;
  transform: none;
  z-index: 4;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  max-width: calc(100% - 72px);
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(0,0,0,.22);
}
.wall-swatch {
  width: clamp(34px, 3vw, 48px);
  aspect-ratio: 1;
  background: var(--swatch);
  border: 3px solid rgba(255,255,255,.82);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,.16);
  transition: transform .45s ease, box-shadow .45s ease, outline-color .45s ease;
  cursor: pointer;
  padding: 0;
}
.wall-swatch:focus-visible {
  outline: 4px solid rgba(255,255,255,.88);
  outline-offset: 3px;
}
.swatch-one {
  animation: swatchPulseOne 25s infinite;
  animation-delay: var(--hero-delay);
}
.swatch-two {
  animation: swatchPulseTwo 25s infinite;
  animation-delay: var(--hero-delay);
}
.swatch-three {
  animation: swatchPulseThree 25s infinite;
  animation-delay: var(--hero-delay);
}
.swatch-four {
  animation: swatchPulseFour 25s infinite;
  animation-delay: var(--hero-delay);
}
.swatch-five {
  animation: swatchPulseFive 25s infinite;
  animation-delay: var(--hero-delay);
}
.wall-swatch.is-active,
.wall-swatch:hover {
  transform: scale(1.16);
  outline: 4px solid rgba(255,255,255,.76);
  box-shadow: 0 16px 36px color-mix(in srgb, var(--swatch) 52%, transparent);
}
@keyframes wallBackgroundOne {
  0% { opacity: 1; transform: scale(1.06) translate3d(2%, 0, 0); background-position: 58% 50%; }
  17% { opacity: 1; transform: scale(1.16) translate3d(-1.6%, -1.2%, 0); background-position: 43% 50%; }
  20%, 100% { opacity: 0; transform: scale(1.18) translate3d(-2.5%, -1.8%, 0); background-position: 40% 50%; }
}
@keyframes wallBackgroundTwo {
  0%, 18% { opacity: 0; transform: scale(1.06) translate3d(2%, 0, 0); background-position: 58% 50%; }
  20% { opacity: 1; }
  37% { opacity: 1; transform: scale(1.16) translate3d(-1.6%, -1.2%, 0); background-position: 43% 50%; }
  40%, 100% { opacity: 0; transform: scale(1.18) translate3d(-2.5%, -1.8%, 0); background-position: 40% 50%; }
}
@keyframes wallBackgroundThree {
  0%, 38% { opacity: 0; transform: scale(1.06) translate3d(2%, 0, 0); background-position: 58% 50%; }
  40% { opacity: 1; }
  57% { opacity: 1; transform: scale(1.16) translate3d(-1.6%, -1.2%, 0); background-position: 43% 50%; }
  60%, 100% { opacity: 0; transform: scale(1.18) translate3d(-2.5%, -1.8%, 0); background-position: 40% 50%; }
}
@keyframes wallBackgroundFour {
  0%, 58% { opacity: 0; transform: scale(1.06) translate3d(2%, 0, 0); background-position: 58% 50%; }
  60% { opacity: 1; }
  77% { opacity: 1; transform: scale(1.16) translate3d(-1.6%, -1.2%, 0); background-position: 43% 50%; }
  80%, 100% { opacity: 0; transform: scale(1.18) translate3d(-2.5%, -1.8%, 0); background-position: 40% 50%; }
}
@keyframes wallBackgroundFive {
  0%, 78% { opacity: 0; transform: scale(1.06) translate3d(2%, 0, 0); background-position: 58% 50%; }
  80% { opacity: 1; }
  97% { opacity: 1; transform: scale(1.16) translate3d(-1.6%, -1.2%, 0); background-position: 43% 50%; }
  100% { opacity: 0; transform: scale(1.18) translate3d(-2.5%, -1.8%, 0); background-position: 40% 50%; }
}
@keyframes wallVideoOne {
  0%, 17% { opacity: 1; transform: scale(1); }
  20%, 100% { opacity: 0; transform: scale(1.02); }
}
@keyframes wallVideoTwo {
  0%, 18% { opacity: 0; transform: scale(1); }
  20%, 37% { opacity: 1; transform: scale(1.01); }
  40%, 100% { opacity: 0; transform: scale(1.02); }
}
@keyframes wallVideoThree {
  0%, 38% { opacity: 0; transform: scale(1); }
  40%, 57% { opacity: 1; transform: scale(1.01); }
  60%, 100% { opacity: 0; transform: scale(1.02); }
}
@keyframes wallVideoFour {
  0%, 58% { opacity: 0; transform: scale(1); }
  60%, 77% { opacity: 1; transform: scale(1.01); }
  80%, 100% { opacity: 0; transform: scale(1.02); }
}
@keyframes wallVideoFive {
  0%, 78% { opacity: 0; transform: scale(1); }
  80%, 97% { opacity: 1; transform: scale(1.01); }
  100% { opacity: 0; transform: scale(1.02); }
}
@keyframes wallStillOne {
  0%, 17% { opacity: 1; transform: scale(1.04); background-position: center; }
  20%, 100% { opacity: 0; transform: scale(1.04); background-position: center; }
}
@keyframes wallStillTwo {
  0%, 18% { opacity: 0; transform: scale(1.04); background-position: center; }
  20%, 37% { opacity: 1; transform: scale(1.04); background-position: center; }
  40%, 100% { opacity: 0; transform: scale(1.04); background-position: center; }
}
@keyframes wallStillThree {
  0%, 38% { opacity: 0; transform: scale(1.04); background-position: center; }
  40%, 57% { opacity: 1; transform: scale(1.04); background-position: center; }
  60%, 100% { opacity: 0; transform: scale(1.04); background-position: center; }
}
@keyframes wallStillFour {
  0%, 58% { opacity: 0; transform: scale(1.04); background-position: center; }
  60%, 77% { opacity: 1; transform: scale(1.04); background-position: center; }
  80%, 100% { opacity: 0; transform: scale(1.04); background-position: center; }
}
@keyframes wallStillFive {
  0%, 78% { opacity: 0; transform: scale(1.04); background-position: center; }
  80%, 97% { opacity: 1; transform: scale(1.04); background-position: center; }
  100% { opacity: 0; transform: scale(1.04); background-position: center; }
}
@keyframes wallTextOne {
  0% { opacity: 0; transform: translate3d(-30px, 22px, 150px) scale(.98); filter: blur(6px); }
  3%, 16% { opacity: 1; transform: translate3d(0, 0, 150px) scale(1); filter: blur(0); }
  19%, 100% { opacity: 0; transform: translate3d(34px, -18px, 150px) scale(1.02); filter: blur(5px); }
}
@keyframes wallTextTwo {
  0%, 19% { opacity: 0; transform: translate3d(-30px, 22px, 150px) scale(.98); filter: blur(6px); }
  23%, 36% { opacity: 1; transform: translate3d(0, 0, 150px) scale(1); filter: blur(0); }
  39%, 100% { opacity: 0; transform: translate3d(34px, -18px, 150px) scale(1.02); filter: blur(5px); }
}
@keyframes wallTextThree {
  0%, 39% { opacity: 0; transform: translate3d(-30px, 22px, 150px) scale(.98); filter: blur(6px); }
  43%, 56% { opacity: 1; transform: translate3d(0, 0, 150px) scale(1); filter: blur(0); }
  59%, 100% { opacity: 0; transform: translate3d(34px, -18px, 150px) scale(1.02); filter: blur(5px); }
}
@keyframes wallTextFour {
  0%, 59% { opacity: 0; transform: translate3d(-30px, 22px, 150px) scale(.98); filter: blur(6px); }
  63%, 76% { opacity: 1; transform: translate3d(0, 0, 150px) scale(1); filter: blur(0); }
  79%, 100% { opacity: 0; transform: translate3d(34px, -18px, 150px) scale(1.02); filter: blur(5px); }
}
@keyframes wallTextFive {
  0%, 79% { opacity: 0; transform: translate3d(-30px, 22px, 150px) scale(.98); filter: blur(6px); }
  83%, 96% { opacity: 1; transform: translate3d(0, 0, 150px) scale(1); filter: blur(0); }
  99%, 100% { opacity: 0; transform: translate3d(34px, -18px, 150px) scale(1.02); filter: blur(5px); }
}
@keyframes wallPanelOne {
  0% { opacity: 0; filter: blur(8px); }
  3%, 17% { opacity: .82; filter: blur(0); }
  20%, 100% { opacity: 0; filter: blur(8px); }
}
@keyframes wallPanelTwo {
  0%, 19% { opacity: 0; filter: blur(8px); }
  23%, 37% { opacity: .82; filter: blur(0); }
  40%, 100% { opacity: 0; filter: blur(8px); }
}
@keyframes wallPanelThree {
  0%, 39% { opacity: 0; filter: blur(8px); }
  43%, 57% { opacity: .82; filter: blur(0); }
  60%, 100% { opacity: 0; filter: blur(8px); }
}
@keyframes wallPanelFour {
  0%, 59% { opacity: 0; filter: blur(8px); }
  63%, 77% { opacity: .82; filter: blur(0); }
  80%, 100% { opacity: 0; filter: blur(8px); }
}
@keyframes wallPanelFive {
  0%, 79% { opacity: 0; filter: blur(8px); }
  83%, 97% { opacity: .82; filter: blur(0); }
  100% { opacity: 0; filter: blur(8px); }
}
@keyframes wallFrameOne {
  0%, 7% { opacity: 0; }
  11%, 17% { opacity: .55; }
  20%, 100% { opacity: 0; }
}
@keyframes wallFrameTwo {
  0%, 27% { opacity: 0; }
  31%, 37% { opacity: .55; }
  40%, 100% { opacity: 0; }
}
@keyframes wallFrameThree {
  0%, 47% { opacity: 0; }
  51%, 57% { opacity: .55; }
  60%, 100% { opacity: 0; }
}
@keyframes wallFrameFour {
  0%, 67% { opacity: 0; }
  71%, 77% { opacity: .55; }
  80%, 100% { opacity: 0; }
}
@keyframes wallFrameFive {
  0%, 87% { opacity: 0; }
  91%, 97% { opacity: .55; }
  100% { opacity: 0; }
}
@keyframes swatchPulseOne {
  0%, 20%, 100% { transform: scale(1); outline: 0 solid transparent; }
  3%, 17% { transform: scale(1.16); outline: 4px solid rgba(255,255,255,.76); box-shadow: 0 16px 36px rgba(239,226,209,.5); }
}
@keyframes swatchPulseTwo {
  0%, 20%, 40%, 100% { transform: scale(1); outline: 0 solid transparent; }
  23%, 37% { transform: scale(1.16); outline: 4px solid rgba(255,255,255,.76); box-shadow: 0 16px 36px rgba(83,111,138,.5); }
}
@keyframes swatchPulseThree {
  0%, 40%, 60%, 100% { transform: scale(1); outline: 0 solid transparent; }
  43%, 57% { transform: scale(1.16); outline: 4px solid rgba(255,255,255,.76); box-shadow: 0 16px 36px rgba(165,90,73,.5); }
}
@keyframes swatchPulseFour {
  0%, 60%, 80%, 100% { transform: scale(1); outline: 0 solid transparent; }
  63%, 77% { transform: scale(1.16); outline: 4px solid rgba(255,255,255,.76); box-shadow: 0 16px 36px rgba(95,127,104,.5); }
}
@keyframes swatchPulseFive {
  0%, 80%, 100% { transform: scale(1); outline: 0 solid transparent; }
  83%, 97% { transform: scale(1.16); outline: 4px solid rgba(255,255,255,.76); box-shadow: 0 16px 36px rgba(222,215,206,.5); }
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 42px;
}
.eyebrow { color: var(--brand); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: 1px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.05; margin: 8px 0 0; letter-spacing: 0; }
.lead { color: var(--muted); line-height: 1.65; max-width: 620px; }
.product-band { background: var(--paper); }
.product-grid, .project-grid, .inspiration-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card, .project-card, .inspire-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  min-width: 0;
}
.clickable-card {
  display: block;
  height: 100%;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.clickable-card:hover {
  transform: translateY(-4px);
  border-color: #d7c9b7;
  box-shadow: var(--shadow);
}
.product-card img, .project-card img, .inspire-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.clickable-card:hover img,
.project-card:hover img,
.inspire-card:hover img {
  transform: scale(1.08);
}
.card-body { padding: 18px; }
.card-body h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.2; }
.card-body p { margin: 0; color: var(--muted); line-height: 1.5; }
.product-card .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.project-detail-head {
  padding: 70px 0 34px;
  background: #fff;
}
.project-detail-head h1 {
  max-width: 900px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.03;
  margin: 8px 0 0;
}
.project-detail-section { padding-top: 36px; }
.project-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}
.project-media-stack { display: grid; gap: 16px; }
.project-main-image {
  width: 100%;
  min-height: 420px;
  max-height: 680px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(22,22,22,.08);
}
.project-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.project-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
}
.project-info-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  position: sticky;
  top: 104px;
}
.project-info-panel h2 {
  font-size: 24px;
  margin: 0 0 24px;
  color: #163c36;
}
.project-info-panel h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 12px;
  border-radius: 99px;
  background: #d8d8d8;
}
.project-info-panel dl { margin: 0; }
.project-info-panel dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.project-info-panel dt {
  font-weight: 800;
  color: #173c37;
}
.project-info-panel dd {
  margin: 0;
  color: #4f5f80;
  line-height: 1.55;
}
.project-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
}
.project-share a {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f3f3;
  color: var(--ink);
}
.project-share a:hover {
  background: var(--brand);
  color: #fff;
}
.contact-hero {
  padding: 86px 0 54px;
  background:
    linear-gradient(90deg, rgba(22,22,22,.78), rgba(22,22,22,.24)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=84") center/cover;
  color: #fff;
}
.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  margin: 8px 0 18px;
}
.contact-hero p {
  max-width: 680px;
  color: #f4f4f4;
  font-size: 18px;
  line-height: 1.65;
}
.contact-section { background: var(--paper); }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 34px;
  align-items: start;
}
.contact-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.contact-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}
a.contact-card {
  color: inherit;
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
a.contact-card:hover {
  border-color: #c7cdd0;
  box-shadow: 0 12px 30px rgba(35, 66, 84, .09);
  transform: translateY(-3px);
}
.contact-card-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #202020;
  color: #fff;
}
.contact-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
}
.contact-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.contact-card a:hover { color: var(--brand); }
.contact-map {
  grid-column: 1 / -1;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  display: block;
}
.contact-form {
  position: sticky;
  top: 104px;
}
.contact-form h2 {
  font-size: 30px;
  margin: 8px 0 24px;
}
.shade-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.shade {
  min-height: 156px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 14px;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.38);
}
.why { background: #f5f7f6; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.why-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #f7e8df;
  color: var(--brand);
  font-weight: 900;
}
.consult {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20,20,20,.84), rgba(20,20,20,.52)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1600&q=80") center/cover;
}
.consult-eyebrow {
  color: #ffd15c;
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.consult-grid { display: grid; grid-template-columns: 1fr minmax(460px, 520px); gap: 56px; align-items: start; }
.form-panel {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 28px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(14px);
}
.form-panel h3 {
  margin: 0 0 22px;
  font-size: 24px;
}
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  align-items: start;
}
.quote-form h3,
.quote-form .lead,
.quote-form .form-error,
.quote-form input[type="hidden"],
.quote-form .honeypot-field,
.quote-form .field-wide {
  grid-column: 1 / -1;
}
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-weight: 700; font-size: 13px; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid #ded8d0;
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(189,31,45,.1);
  outline: 0;
}
.field textarea { min-height: 110px; resize: vertical; }
.form-panel .cta {
  min-width: 150px;
  min-height: 48px;
  border-radius: 6px;
}
.form-error {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #fff0f1;
  color: #9d1423;
  border: 1px solid #ffd2d6;
  font-weight: 700;
}
.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.turnstile-wrap {
  margin: 2px 0 16px;
}
.footer {
  background: #202020;
  color: #fff;
  padding: 80px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .85fr 1.25fr 1.25fr;
  gap: 62px;
  align-items: start;
}
.footer-logo {
  width: 170px;
  height: auto;
  filter: invert(1) brightness(1.5);
}
.footer-about p {
  color: #f2f2f2;
  line-height: 1.7;
  max-width: 290px;
  margin: 24px 0 26px;
}
.footer h3 {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: #d7d7d7;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer li {
  margin: 0 0 13px;
  color: #f2f2f2;
  line-height: 1.65;
}
.footer-col li,
.footer-contact li {
  font-size: 14px;
}
.footer a {
  color: #f2f2f2;
}
.footer a:hover {
  color: #a9c4ea;
}
.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
}
.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #202020;
  background: #fff;
  font-weight: 900;
  font-size: 18px;
}
.footer-contact li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}
.footer-icon {
  color: #fff;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14);
  color: #f2f2f2;
  text-align: center;
  margin-top: 66px;
  padding: 26px 0;
  font-size: 14px;
}
.whatsapp-float,
.back-top {
  position: fixed;
  z-index: 30;
  right: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.whatsapp-float {
  bottom: 70px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #24c35a;
  font-size: 24px;
  font-weight: 900;
}
.back-top {
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: var(--brand);
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(.82);
  transition: opacity .35s ease, visibility .35s ease, transform .45s cubic-bezier(.2,.8,.2,1), background-color .25s ease;
}
.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.back-top:hover {
  background: #971822;
  transform: translateY(-3px) scale(1.04);
}
.mobile-toggle { display: none; }
.news-page-head {
  padding: 86px 0 76px;
  background: #202020;
  color: #fff;
}
.news-page-head h1 {
  max-width: 850px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
}
.news-page-head p { max-width: 680px; margin: 0; color: #d6d6d6; font-size: 18px; line-height: 1.65; }
.news-feature-section { padding: 58px 0 34px; background: var(--paper); }
.news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .75fr);
  min-height: 500px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 70px rgba(22,22,22,.1);
}
.news-feature-media { overflow: hidden; }
.news-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.news-feature:hover .news-feature-media img { transform: scale(1.035); }
.news-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.news-category {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-feature time { color: var(--muted); font-size: 14px; }
.news-feature h2 { margin: 18px 0 14px; font-size: clamp(30px, 3vw, 48px); line-height: 1.08; }
.news-feature p, .news-card p { color: var(--muted); line-height: 1.65; }
.news-read-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--brand); font-weight: 800; }
.news-read-link i { transition: transform .25s ease; }
.news-card:hover .news-read-link i, .news-feature:hover .news-read-link i { transform: translateX(5px); }
.news-list-section { padding-top: 54px; }
.news-list-section .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.news-home-section { background: #f5f7f6; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.news-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .3s ease, box-shadow .3s ease;
}
.news-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(22,22,22,.1); }
.news-card > img { width: 100%; height: 230px; object-fit: cover; }
.news-card-body { padding: 24px; }
.news-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .5px; }
.news-card-meta span { color: var(--brand); font-weight: 800; }
.news-card h3 { margin: 14px 0 10px; font-size: 22px; line-height: 1.2; }
.news-card p { margin: 0; }
.article-head { padding: 72px 0 190px; background: #202020; color: #fff; }
.article-head-inner { max-width: 950px; }
.article-back { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 54px; color: #d7d7d7; font-weight: 700; }
.article-head .news-category { display: flex; width: max-content; }
.article-head h1 { margin: 8px 0 22px; font-size: clamp(42px, 5vw, 72px); line-height: 1.04; }
.article-meta { display: flex; gap: 22px; color: #c9c9c9; font-size: 14px; }
.article-main { padding: 0 0 84px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 52px; align-items: start; }
.article-content { margin-top: -120px; padding: 0 0 20px; font-size: 18px; line-height: 1.8; }
.article-feature-image { width: 100%; max-height: 620px; margin-bottom: 42px; object-fit: cover; box-shadow: 0 24px 70px rgba(22,22,22,.16); }
.article-content p { max-width: 790px; margin: 0 0 24px; color: #343434; }
.article-content .article-intro { font-size: 23px; line-height: 1.55; font-weight: 650; color: var(--ink); }
.rich-text { line-height: 1.75; }
.rich-text > :first-child { margin-top: 0; }
.rich-text > :last-child { margin-bottom: 0; }
.rich-text p { margin: 0 0 20px; }
.rich-text h2, .rich-text h3, .rich-text h4 { margin: 32px 0 14px; line-height: 1.2; }
.rich-text ul, .rich-text ol { margin: 0 0 22px; padding-left: 24px; }
.rich-text li { margin-bottom: 8px; }
.rich-text blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--brand); background: var(--paper); font-weight: 650; }
.rich-text a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.rich-text img { display: block; max-width: 100%; height: auto; margin: 28px 0; border-radius: 6px; }
.article-aside { position: sticky; top: 106px; margin-top: 52px; }
.article-aside-panel { padding: 30px; background: var(--paper); border-top: 4px solid var(--brand); }
.article-aside-panel h2 { margin: 8px 0 12px; font-size: 27px; }
.article-aside-panel p { color: var(--muted); line-height: 1.6; }
.article-share { display: flex; align-items: center; gap: 10px; padding: 22px 0; }
.article-share strong { margin-right: 6px; }
.article-share a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.article-share a:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.detail-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18) 66%, rgba(0,0,0,.08));
}
.detail-media {
  position: absolute;
  inset: 0;
}
.detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroDrift 18s ease-out both;
}
.detail-hero-content {
  position: relative;
  z-index: 1;
  padding: 90px 0 70px;
}
.detail-hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 80px);
  line-height: 1;
  margin: 8px 0 18px;
}
.detail-hero p {
  max-width: 660px;
  font-size: 19px;
  line-height: 1.55;
  color: #f1f1f1;
}
.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 46px;
  align-items: start;
}
.product-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}
.product-detail-image {
  background: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(22,22,22,.12);
  overflow: hidden;
}
.product-detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.product-overview-copy .lead {
  max-width: none;
  color: #245a5c;
  font-size: 17px;
  line-height: 1.75;
}
.brand-action-panel {
  margin-top: 28px;
  display: grid;
  justify-items: center;
  gap: 16px;
}
.brand-action-panel img {
  width: min(250px, 100%);
  max-height: 140px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 18px;
}
.brand-link-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 0 0 22px;
  border-radius: 999px;
  background: #dd5b9e;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(221,91,158,.28);
}
.brand-link-button span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #0f7778;
}
.brand-link-button:hover {
  color: #fff;
  transform: translateY(-2px);
}
.catalogue-hero {
  position: relative;
  isolation: isolate;
  min-height: 310px;
  display: grid;
  align-items: end;
  padding: 96px 0 66px;
  background: #202020;
  color: #fff;
  overflow: hidden;
}
.catalogue-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--catalogue-hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}
.catalogue-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(12,12,12,.78), rgba(12,12,12,.42) 52%, rgba(12,12,12,.2));
}
.catalogue-hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255,255,255,.92);
  color: var(--brand);
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
}
.catalogue-hero h1 {
  margin: 8px 0 14px;
  max-width: 940px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  text-shadow: 0 16px 36px rgba(0,0,0,.45);
}
.catalogue-hero p { max-width: 720px; color: rgba(255,255,255,.88); line-height: 1.65; }
.catalogue-section { padding-top: 60px; background: #fff; }
.catalogue-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.catalogue-filter {
  box-sizing: border-box;
  width: 100%;
  position: sticky;
  top: 100px;
  display: grid;
  gap: 18px;
  align-content: start;
  border: 1px solid #ece7df;
  border-radius: 10px;
  padding: 16px;
  background: #fbfaf8;
  box-shadow: 0 18px 44px rgba(31,31,31,.06);
}
.catalogue-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 6px;
  width: 100%;
}
.catalogue-search input,
.catalogue-toolbar select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 40px;
  border: 1px solid #bfc2c7;
  border-radius: 5px;
  padding: 0 11px;
  font: inherit;
}
.catalogue-search button {
  width: 44px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: #a3161f;
  color: #fff;
  font-size: 17px;
}
.catalogue-clear { color: var(--brand); font-size: 13px; }
.filter-group h3 {
  margin: 0 0 9px;
  color: #2a2b2f;
  font-size: 14px;
  font-weight: 650;
}
.filter-accordion {
  border-bottom: 1px solid #eee8e2;
  padding: 2px 0;
}
.filter-accordion-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 9px 8px;
  background: transparent;
  color: #2a2b2f;
  font: inherit;
  font-size: 13px;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}
.filter-accordion-toggle:hover {
  background: #fff;
  color: var(--brand);
}
.filter-accordion-toggle i {
  color: #9b9289;
  font-size: 11px;
  transition: transform .22s ease;
}
.filter-accordion.is-open .filter-accordion-toggle i { transform: rotate(180deg); }
.filter-accordion-panel {
  display: none;
  padding: 0 0 7px;
}
.filter-accordion.is-open .filter-accordion-panel { display: block; }
.filter-group label {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  margin: 5px 0;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 6px 8px;
  color: #4d5057;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.25;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.filter-group label:hover {
  border-color: #e7dbd0;
  background: #fff;
  color: #161616;
  box-shadow: inset 3px 0 0 rgba(163, 22, 31, .2);
}
.filter-group input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1.5px solid #c9c2bb;
  border-radius: 5px;
  background: #fff;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.filter-group input:checked {
  border-color: var(--brand);
  background: var(--brand);
  box-shadow: 0 0 0 3px rgba(194, 27, 44, .13);
}
.filter-group input:checked::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  margin: 2px 0 0 5px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-group input:checked + span { color: #171717; font-weight: 650; }
.filter-group .filter-child { padding-left: 18px; font-weight: 500; }
.catalogue-apply { width: 100%; }
.catalogue-filter.is-filtering {
  opacity: .72;
  pointer-events: none;
}
.catalogue-results {
  transition: opacity .28s ease, transform .28s ease;
}
.catalogue-results.is-updating {
  opacity: .55;
  transform: translateY(10px);
}
.catalogue-results.is-entering {
  opacity: 0;
  transform: translateY(18px);
}
.catalogue-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.catalogue-toolbar p { margin: 0; color: #333; }
.catalogue-toolbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.catalogue-sort-form { margin: 0; }
.catalogue-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #d8d1cb;
  border-radius: 5px;
  padding: 0 22px;
  background: #fff;
  color: #777;
  font-size: 15px;
  font-weight: 500;
  transition: border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.catalogue-reset:hover {
  border-color: var(--brand);
  color: var(--brand);
  box-shadow: 0 10px 24px rgba(31,31,31,.08);
  transform: translateY(-1px);
}
.catalogue-toolbar select { width: min(270px, 100%); background: #fff; }
.brand-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}
.brand-strip a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  background: #fff;
  color: #333;
  font-size: 14px;
}
.brand-strip a:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.brand-browser-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.brand-browser-card {
  display: grid;
  min-height: 170px;
  place-items: center;
  gap: 10px;
  padding: 22px 16px;
  border: 1px solid var(--line);
  background: #fff;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.brand-browser-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand);
  box-shadow: var(--shadow);
}
.brand-browser-card img {
  max-width: 128px;
  max-height: 58px;
  object-fit: contain;
}
.brand-browser-card strong { font-size: 16px; }
.brand-browser-card span { color: var(--muted); font-size: 13px; line-height: 1.4; }
.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
}
.catalogue-card {
  display: grid;
  min-height: 410px;
  align-content: start;
  padding: 34px 28px 28px;
  background: #f5f5f5;
  color: var(--ink);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.catalogue-card:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 20px 55px rgba(22,22,22,.1);
}
.catalogue-card-brand {
  color: var(--brand);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.catalogue-card img {
  width: 100%;
  height: 210px;
  margin: 12px auto 18px;
  object-fit: contain;
}
.catalogue-card h2 {
  margin: 0 auto 10px;
  max-width: 280px;
  font-size: 22px;
  line-height: 1.16;
  text-transform: uppercase;
}
.catalogue-card p {
  margin: 0 auto;
  max-width: 280px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.catalogue-read {
  display: inline-block;
  justify-self: center;
  margin-top: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #8c9aaa;
  color: #4f6278;
  font-size: 14px;
}
.catalogue-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 44px;
}
.catalogue-pagination a,
.catalogue-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ded8d2;
  border-radius: 6px;
  padding: 0 13px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 520;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.catalogue-pagination a:hover {
  border-color: var(--brand);
  color: var(--brand);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(31,31,31,.08);
}
.catalogue-pagination a.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}
.catalogue-pagination a.is-disabled {
  pointer-events: none;
  opacity: .45;
}
.catalogue-empty { padding: 44px; background: var(--paper); text-align: center; }
.catalogue-detail-section { padding-top: 58px; }
.catalogue-detail {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}
.catalogue-main-image {
  padding: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(22,22,22,.12);
}
.catalogue-main-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.catalogue-thumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.catalogue-thumbs img {
  width: 72px;
  height: 72px;
  padding: 7px;
  border: 1px solid var(--line);
  background: #fff;
  object-fit: contain;
}
.catalogue-detail-copy h1 {
  margin: 4px 0 12px;
  color: #234254;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}
.catalogue-detail-copy > p { max-width: 760px; color: #111; line-height: 1.55; }
.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 28px;
}
.feature-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}
.feature-strip i { color: #6f8794; font-size: 27px; }
.technical-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 14px;
  background: #E0BE33;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}
.technical-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(224,190,51,.3); }
.catalogue-meta { margin-top: 30px; }
.catalogue-meta p { margin: 0 0 18px; font-size: 18px; }
.catalogue-meta a { color: #777; }
.available-colors {
  margin: 0 0 18px;
  font-size: 18px;
}
.available-colors > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.available-colors span {
  border: 1px solid #d9dedf;
  border-radius: 999px;
  color: #234254;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  padding: 8px 12px;
}
.catalogue-tabs-section { padding-top: 26px; }
.catalogue-tabs { max-width: 780px; }
.tab-head { display: flex; justify-content: center; gap: 26px; margin-bottom: 28px; }
.tab-head button { border: 0; border-bottom: 3px solid transparent; background: transparent; padding: 0 0 8px; font: inherit; color: #111; }
.tab-head button.is-active { border-color: #f7aa17; color: #4b2183; }
.tab-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.tab-grid li { margin-bottom: 24px; padding-left: 7px; line-height: 1.5; }
.tab-grid li::marker { color: #8260b1; font-size: 21px; }
.spec-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
}
.spec-panel h3 { margin-top: 0; }
.spec-panel dl { margin: 0; }
.spec-panel div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.spec-panel dt {
  font-weight: 900;
  margin-bottom: 4px;
}
.spec-panel dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity .82s cubic-bezier(.2,.7,.2,1),
    transform .82s cubic-bezier(.2,.7,.2,1),
    filter .82s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal-card {
  filter: saturate(.9);
}
.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: saturate(1);
}
.hero .reveal,
.detail-hero .reveal {
  transform: translate3d(0, 44px, 0);
}
.hero .reveal.is-visible,
.detail-hero .reveal.is-visible {
  transform: translate3d(0, 0, 0);
}
.section-head.reveal {
  transform: translate3d(0, 26px, 0);
}
.shade.reveal {
  transform: translate3d(0, 28px, 0) scale(.96);
}
.shade.reveal.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}
@keyframes navDrop {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes heroDrift {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.02) translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

@media (max-width: 920px) {
  .mobile-toggle { display: inline-flex; }
  .menu {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 76px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 10px 18px 18px;
    flex-direction: column;
    align-items: stretch;
  }
  .menu.is-open { display: flex; }
  .menu a, .menu button { padding: 12px 0; text-align: left; }
  .menu a.cta { justify-content: center; margin-left: 0; padding: 0 16px; }
  .mega { position: static; width: 100%; display: grid; box-shadow: none; padding: 14px; }
  .product-grid, .project-grid, .inspiration-grid { grid-template-columns: repeat(2, 1fr); }
  .consult-grid, .detail-grid, .product-overview-grid, .project-detail-layout, .contact-layout { grid-template-columns: 1fr; }
  .project-info-panel { position: static; }
  .contact-form { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-feature, .article-layout { grid-template-columns: 1fr; }
  .news-feature { min-height: 0; }
  .news-feature-media img { height: 420px; }
  .article-aside { position: static; margin-top: 0; }
  .shade-row { grid-template-columns: repeat(3, 1fr); }
  .section-head { align-items: start; margin-bottom: 34px; }
  .wall-video-frame {
    aspect-ratio: 4 / 3;
    min-height: 420px;
  }
  .wall-copy {
    max-width: 88%;
  }
}

@media (max-width: 620px) {
  .topbar .container { align-items: start; flex-direction: column; padding: 8px 0; }
  .hero { min-height: 680px; }
  .stats, .product-grid, .project-grid, .inspiration-grid, .why-grid, .shade-row, .news-grid, .news-list-section .news-grid { grid-template-columns: 1fr; }
  .news-page-head { padding: 58px 0; }
  .news-feature-media img { height: 290px; }
  .news-feature-copy { padding: 28px; }
  .article-head { padding: 54px 0 150px; }
  .article-back { margin-bottom: 36px; }
  .article-content { margin-top: -100px; font-size: 17px; }
  .article-content .article-intro { font-size: 20px; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .section-head { display: block; margin-bottom: 28px; }
  .section-cta { margin-top: 18px; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer { padding-top: 54px; }
  .footer-bottom { margin-top: 42px; }
  .project-main-image { min-height: 300px; }
  .project-info-panel dl div { grid-template-columns: 1fr; gap: 6px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-card { min-height: auto; }
  .quote-form { grid-template-columns: 1fr; }
  .wall-video-section {
    padding: 38px 0;
  }
  .wall-video-hero {
    padding: 0;
  }
  .wall-video-hero .wall-video-frame {
    height: min(720px, calc(100vh - 76px));
    min-height: 560px;
  }
  .wall-video-frame {
    aspect-ratio: 9 / 13;
    min-height: 560px;
  }
  .wall-scene {
    align-items: end;
    padding: 26px var(--site-edge);
  }
  .wall-swatch-track {
    left: auto;
    right: var(--site-edge);
    top: auto;
    bottom: 22px;
    transform: none;
    display: flex;
  }
  .wall-copy {
    padding-bottom: 88px;
  }
}

/* CMS page builder */
.builder-simple-hero { background-image: linear-gradient(rgba(0,0,0,.48), rgba(0,0,0,.48)), var(--builder-hero-image, url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2200&q=88")); }
.builder-simple-hero h1 { max-width: 850px; font-size: clamp(46px, 5vw, 72px); }
.builder-plain-hero { padding: 100px 0 72px; border-bottom: 1px solid var(--line); background: #f7f4ef; }
.builder-plain-hero h1 { max-width: 900px; margin: 9px 0 14px; font-size: clamp(44px, 6vw, 82px); line-height: 1; }
.builder-plain-hero p { max-width: 720px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.builder-section { background-position: center; background-size: cover; }
.builder-section-elements { display: grid; gap: 34px; }
.builder-section-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.builder-section-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.builder-section-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.builder-full-container { width: 100%; }
.builder-padding-none { padding-block: 0; }
.builder-padding-small { padding-block: 28px; }
.builder-padding-medium { padding-block: 58px; }
.builder-padding-large { padding-block: 90px; }
.builder-margin-small { margin-block: 18px; }
.builder-margin-medium { margin-block: 36px; }
.builder-margin-large { margin-block: 64px; }
.builder-heading { max-width: 920px; }
.builder-heading h2 { margin: 7px 0 0; color: inherit; font-size: 52px; line-height: 1.04; }
.builder-heading p { max-width: 760px; margin: 15px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.builder-heading-small h2 { font-size: 30px; }
.builder-heading-medium h2 { font-size: 40px; }
.builder-font-serif h2 { font-family: Georgia, "Times New Roman", serif; }
.builder-font-mono h2 { font-family: "Courier New", monospace; }
.builder-align-center { margin-inline: auto; text-align: center; }
.builder-align-center p { margin-inline: auto; }
.builder-align-right { margin-left: auto; text-align: right; }
.builder-rich-text { color: var(--muted); font-size: 17px; line-height: 1.78; }
.builder-rich-text h2, .builder-rich-text h3 { color: var(--ink); }
.builder-image-text { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.builder-image-text.builder-image-right img { order: 2; }
.builder-image-text img { width: 100%; max-height: 580px; border-radius: 5px; object-fit: cover; }
.builder-image-text h2 { margin: 9px 0 18px; font-size: 48px; }
.builder-image-text .cta { margin-top: 18px; }
.builder-grid { display: grid; gap: 20px; }
.builder-columns-1 { grid-template-columns: 1fr; }
.builder-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.builder-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.builder-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.builder-columns-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.builder-columns-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.builder-product-grid .product-card, .builder-project-grid .project-card { height: 100%; }
.builder-product-grid .product-card img, .builder-project-grid .project-card img { width: 100%; }
.builder-element-action { display: flex; justify-content: flex-end; margin-top: 24px; }
.builder-custom-card { display: block; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; }
.builder-custom-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.builder-custom-card > div { padding: 22px; }
.builder-custom-card h3 { margin: 0 0 8px; font-size: 21px; }
.builder-custom-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.builder-icon-grid .builder-custom-card { display: flex; gap: 18px; align-items: flex-start; padding: 25px; }
.builder-icon-grid .builder-custom-card > i { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: #202020; color: #fff; font-size: 20px; }
.builder-icon-grid .builder-custom-card > div { padding: 0; }
.builder-icon-grid .icon-top, .builder-icon-grid .icon-bottom { display: grid; }
.builder-icon-grid .icon-bottom > i { order: 2; margin-top: 16px; }
.builder-icon-grid .icon-right > i { order: 2; }
.team-grid { align-items: start; }
.team-card { min-width: 0; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.team-card-copy { padding: 19px 18px 21px; text-align: center; }
.team-card h3 { margin: 0 0 5px; font-size: 19px; line-height: 1.25; }
.team-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.team-grid-empty { grid-column: 1 / -1; margin: 0; padding: 30px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }
.builder-quote { margin: 0; scroll-margin-top: 100px; }
.builder-quote .lead { color: #eee; }
.builder-contact-details { align-content: start; }
.builder-section-columns-2 > .contact-form { position: static; }
.builder-form-notice { padding: 13px 0; background: #eaf7ee; color: #176b35; font-weight: 700; }
.builder-form-notice i { margin-right: 7px; }
.builder-section-animate .builder-element-animate { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.builder-section-animate .builder-element-animate.is-visible { opacity: 1; transform: none; }
@media (max-width: 1100px) {
  .builder-columns-4, .builder-columns-5, .builder-columns-6 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .builder-section-columns-3, .builder-section-columns-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-layout { grid-template-columns: 1fr; }
  .catalogue-filter { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalogue-search, .catalogue-apply, .catalogue-clear { grid-column: 1 / -1; }
  .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-browser-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .builder-padding-large { padding-block: 62px; }
  .builder-heading h2, .builder-image-text h2 { font-size: 38px; }
  .builder-image-text, .builder-section-columns-2, .builder-section-columns-3, .builder-section-columns-4, .builder-columns-2, .builder-columns-3, .builder-columns-4, .builder-columns-5, .builder-columns-6 { grid-template-columns: 1fr; }
  .builder-image-text.builder-image-right img { order: initial; }
  .builder-plain-hero { padding: 70px 0 50px; }
  .builder-plain-hero h1 { font-size: 44px; }
  .catalogue-filter, .catalogue-grid, .catalogue-detail, .feature-strip, .tab-grid, .brand-browser-grid { grid-template-columns: 1fr; }
  .catalogue-toolbar { align-items: stretch; flex-direction: column; }
  .catalogue-toolbar-actions { justify-content: stretch; }
  .catalogue-toolbar-actions, .catalogue-sort-form { width: 100%; }
  .catalogue-reset { flex: 0 0 auto; }
  .catalogue-toolbar select { width: 100%; }
  .catalogue-card { min-height: 0; }
}
