﻿@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/fonts/poppins-300.ttf") format("truetype");
}

@font-face {
font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-400.ttf") format("truetype");
}

@font-face {
font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-500.ttf") format("truetype");
}

@font-face {
font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600.ttf") format("truetype");
}

@font-face {
font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/poppins-700.ttf") format("truetype");
}

@font-face {
font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/poppins-800.ttf") format("truetype");
}
:root {
  color-scheme: light;
  --bg: #e8e8e8;
  --surface: #fbfbfa;
  --surface-2: #d9d9d9;
  --ink: #242424;
  --muted: #656565;
  --line: #c7c7c7;
  --brand: #404040;
  --brand-2: #767676;
  --accent: #b51d1d;
  --gold: #bfbfbf;
  --whatsapp: #b51d1d;
  --shadow: 0 22px 70px rgba(33, 31, 27, .16);
  --radius: 8px;
  --max: 1220px;
  --header: 76px;
  interpolate-size: allow-keywords;
  font-family: "Poppins", "Segoe UI", Roboto, Arial, sans-serif;
}

/* K02 Reopen06: neue Nutzerkorrekturen, final vor Deploy */
.hero-mini-actions {
  width: min(800px, 100%);
  gap: clamp(8px, 1vw, 12px);
}

.hero-mini-link {
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  min-height: clamp(86px, 7vw, 104px);
  height: auto;
  align-items: center;
  padding: clamp(10px, 1.2vw, 14px);
}

.hero-mini-link::after {
  bottom: 10px;
}

.hero-mini-index {
  width: 28px;
  height: 28px;
  font-size: .62rem;
}

.hero-mini-text {
  gap: 2px;
}

.hero-mini-text small {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.92rem, 1.08vw, 1.08rem);
  font-weight: 780;
  line-height: 1.08;
}

.hero-mini-text strong {
  max-width: 22ch;
  font-size: clamp(.76rem, .88vw, .9rem);
  font-weight: 620;
  line-height: 1.24;
}

.hero-mini-text em {
  display: none;
}

.home-path-section .section-head {
  margin-bottom: clamp(26px, 4vw, 48px);
}

.home-path-grid {
  margin-top: clamp(10px, 1.8vw, 22px);
}

.home-catalog-collage {
  display: none !important;
}

.home-catalog-collage::after {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bg) 50%, transparent), transparent 10%, transparent 90%, color-mix(in srgb, var(--bg) 54%, transparent)),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 44%, transparent), transparent 28%, transparent 72%, color-mix(in srgb, var(--bg) 56%, transparent));
}

.home-catalog-collage-track {
  display: none !important;
}

.home-catalog-strip {
  background: color-mix(in srgb, var(--bg) 42%, transparent);
  backdrop-filter: blur(4px);
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .28)), var(--tile-show);
  opacity: .78;
  filter: saturate(1.12) contrast(1.06);
}

.custom-home-section {
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .9), rgba(20, 20, 20, .58) 46%, rgba(20, 20, 20, .28)),
    linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .72)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(22, 22, 22, .52));
}

.custom-home-mosaic {
  display: none !important;
}

.downloads-hero-covers {
  inset: -12% 0 -10%;
  opacity: .72;
}

.downloads-hero-track {
  padding-left: 36vw;
  animation-duration: 190s;
}

.downloads-hero-tile {
  width: clamp(190px, 18vw, 286px);
  padding: 0;
  pointer-events: none;
}

.downloads-hero-tile::before {
  background-image: var(--catalog-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.04);
}

.downloads-hero-tile span,
.downloads-hero-tile strong {
  display: none;
}

.tech-topic summary small {
  min-width: 78px;
  text-align: center;
}

@media (max-width: 1040px) {
  .tech-decision-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-topic-nav {
    position: relative;
    top: auto;
  }

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

@media (max-width: 720px) {
  .hero-mini-actions {
    grid-template-columns: 1fr;
  }

  .hero-mini-link {
    min-height: 78px;
  }

  .home-catalog-collage-track {
    display: none !important;
  }

  .downloads-hero-covers {
    opacity: .54;
  }

  .downloads-hero-track {
    padding-left: 8vw;
  }

  .downloads-hero-tile {
    width: clamp(150px, 42vw, 210px);
  }

  .tech-decision-strip,
  .tech-care-grid {
    grid-template-columns: 1fr;
  }

  .tech-topic summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 16px;
  }

  .tech-topic-body {
    padding: 16px;
  }

  .tech-table-card {
    border-radius: 8px;
  }
}

/* K02 Reopen08 final: Filterzustand, Start-Kataloge und Katalog-Hero */
.home-catalog-collage,
.home-catalog-collage-track,
.custom-home-mosaic {
  display: none !important;
}

.home-catalog-section {
  min-height: 0;
  padding: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, var(--bg)), var(--bg));
}

.home-catalog-section::before {
  display: none;
}

.home-catalog-panel {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.home-catalog-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(16px, 3vw, 36px);
}

.home-catalog-copy .section-summary {
  max-width: 820px;
}

.home-catalog-marquee {
  padding-block: 2px;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.home-catalog-track {
  animation-duration: 260s;
}

.home-catalog-tile {
  min-height: 142px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .28)), var(--tile-show);
  opacity: .78;
  filter: saturate(1.12) contrast(1.06);
}

.custom-home-section {
  min-height: clamp(540px, 56vw, 760px);
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .9), rgba(20, 20, 20, .58) 46%, rgba(20, 20, 20, .28)),
    linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .72)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(22, 22, 22, .52));
}

.custom-home-layout {
  grid-template-columns: minmax(280px, 760px);
  justify-content: start;
}

.downloads-hero-covers {
  inset: -12% 0 -10%;
  opacity: .72;
}

.downloads-hero-track {
  gap: clamp(12px, 2vw, 24px);
  padding-left: 36vw;
  animation-duration: 190s;
}

.downloads-hero-tile {
  width: clamp(190px, 18vw, 286px);
  padding: 0;
  border-color: rgba(255, 255, 255, .16);
  background: #2a2926;
  pointer-events: none;
}

.downloads-hero-tile::before {
  background-image: var(--catalog-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.04);
}

.downloads-hero-tile span,
.downloads-hero-tile strong {
  display: none;
}

@media (max-width: 720px) {
  .home-catalog-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-catalog-copy .btn {
    justify-self: start;
  }

  .home-catalog-tile {
    width: clamp(184px, 68vw, 246px);
  }

  .custom-home-section {
    min-height: 620px;
  }

  .downloads-hero-covers {
    opacity: .54;
  }

  .downloads-hero-track {
    padding-left: 8vw;
  }

  .downloads-hero-tile {
    width: clamp(150px, 42vw, 210px);
  }
}

/* K04 Nachfix: Produktkarten zeigen Fliesenbilder proportional gefuellt; Hover-Showbilder kacheln nie. */
.product-card figure.tile-pattern,
.product-card:hover figure.tile-pattern,
.product-card:focus-within figure.tile-pattern,
.product-card figure.tile-pattern[data-tile-orientation],
.product-card:hover figure.tile-pattern[data-tile-orientation],
.product-card:focus-within figure.tile-pattern[data-tile-orientation] {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.product-card figure.tile-pattern img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  object-fit: cover !important;
}

.product-card:hover figure.tile-pattern img,
.product-card:focus-within figure.tile-pattern img {
  opacity: 0 !important;
}

.shortlist-toggle.is-active,
.shortlist-toggle[aria-pressed="true"],
[data-theme="dark"] .shortlist-toggle.is-active,
[data-theme="dark"] .shortlist-toggle[aria-pressed="true"] {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
}

/* K02 Reopen09 final: Overrides nach allen aelteren Korrekturregeln. */
[data-theme="light"] .hero-mini-link {
  background: rgba(255, 255, 255, .94) !important;
  border-color: rgba(36, 36, 36, .18) !important;
  color: #242424 !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .14) !important;
}

[data-theme="light"] .hero-mini-text small,
[data-theme="light"] .hero-mini-text strong,
[data-theme="light"] .hero-mini-link svg {
  color: #242424 !important;
}

[data-theme="light"] .hero-mini-link:hover,
[data-theme="light"] .hero-mini-link:focus-visible {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #fff !important;
  box-shadow: 0 24px 62px rgba(0, 0, 0, .24) !important;
}

[data-theme="light"] .hero-mini-link:hover .hero-mini-text small,
[data-theme="light"] .hero-mini-link:focus-visible .hero-mini-text small,
[data-theme="light"] .hero-mini-link:hover .hero-mini-text strong,
[data-theme="light"] .hero-mini-link:focus-visible .hero-mini-text strong,
[data-theme="light"] .hero-mini-link:hover svg,
[data-theme="light"] .hero-mini-link:focus-visible svg {
  color: #fff !important;
}

.product-card:hover figure.tile-pattern,
.product-card:focus-within figure.tile-pattern,
.product-card:hover figure.tile-pattern[data-tile-orientation],
.product-card:focus-within figure.tile-pattern[data-tile-orientation] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* K02 Reopen09: finale Karten- und Hero-CTA-Regeln. */
[data-theme="light"] .hero-mini-link {
  background: rgba(255, 255, 255, .94);
  border-color: rgba(36, 36, 36, .18);
  color: #242424;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .14);
}

[data-theme="light"] .hero-mini-text small,
[data-theme="light"] .hero-mini-text strong,
[data-theme="light"] .hero-mini-link svg {
  color: #242424;
}

[data-theme="light"] .hero-mini-link:hover,
[data-theme="light"] .hero-mini-link:focus-visible {
  background: #242424;
  border-color: #242424;
  color: #fff;
  box-shadow: 0 24px 62px rgba(0, 0, 0, .24);
}

[data-theme="light"] .hero-mini-link:hover .hero-mini-text small,
[data-theme="light"] .hero-mini-link:focus-visible .hero-mini-text small,
[data-theme="light"] .hero-mini-link:hover .hero-mini-text strong,
[data-theme="light"] .hero-mini-link:focus-visible .hero-mini-text strong,
[data-theme="light"] .hero-mini-link:hover svg,
[data-theme="light"] .hero-mini-link:focus-visible svg {
  color: #fff;
}

.product-card:hover figure.tile-pattern,
.product-card:focus-within figure.tile-pattern,
.product-card:hover figure.tile-pattern[data-tile-orientation],
.product-card:focus-within figure.tile-pattern[data-tile-orientation] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* K02 Reopen09: Showbilder auf Karten füllen beim Hover, nur Fliesenbilder dürfen kacheln. */
.product-card:hover figure.tile-pattern,
.product-card:focus-within figure.tile-pattern,
.product-card:hover figure.tile-pattern[data-tile-orientation],
.product-card:focus-within figure.tile-pattern[data-tile-orientation] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* K02 Reopen08 absolute final override */
.home-catalog-collage,
.home-catalog-collage-track,
.custom-home-mosaic {
  display: none !important;
}

.home-catalog-section {
  min-height: 0 !important;
  padding: clamp(42px, 6vw, 78px) 0 !important;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, var(--bg)), var(--bg)) !important;
}

.home-catalog-section::before {
  display: none !important;
}

.home-catalog-panel {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.home-catalog-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(16px, 3vw, 36px);
}

.home-catalog-copy .section-summary {
  max-width: 820px;
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .28)), var(--tile-show) !important;
  opacity: .78 !important;
  filter: saturate(1.12) contrast(1.06) !important;
}

.custom-home-section {
  min-height: clamp(540px, 56vw, 760px) !important;
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .9), rgba(20, 20, 20, .58) 46%, rgba(20, 20, 20, .28)),
    linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .72)),
    var(--custom-image) !important;
  background-size: cover !important;
  background-position: center !important;
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(22, 22, 22, .52)) !important;
}

.custom-home-layout {
  grid-template-columns: minmax(280px, 760px) !important;
  justify-content: start;
}

.downloads-hero-covers {
  inset: -12% 0 -10% !important;
  opacity: .72 !important;
}

.downloads-hero-track {
  gap: clamp(12px, 2vw, 24px);
  padding-left: 36vw !important;
  animation-duration: 190s !important;
}

.downloads-hero-tile {
  width: clamp(190px, 18vw, 286px) !important;
  padding: 0 !important;
  pointer-events: none;
}

.downloads-hero-tile::before {
  background-image: var(--catalog-cover) !important;
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.04);
}

.downloads-hero-tile span,
.downloads-hero-tile strong {
  display: none !important;
}

@media (max-width: 720px) {
  .home-catalog-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-catalog-copy .btn {
    justify-self: start;
  }

  .home-catalog-tile {
    width: clamp(184px, 68vw, 246px);
  }

  .custom-home-section {
    min-height: 620px !important;
  }

  .downloads-hero-covers {
    opacity: .54 !important;
  }

  .downloads-hero-track {
    padding-left: 8vw !important;
  }

  .downloads-hero-tile {
    width: clamp(150px, 42vw, 210px) !important;
  }
}

/* K02 Reopen08 final override: muss nach alten Reopen06-Regeln stehen */
.home-catalog-collage,
.home-catalog-collage-track,
.custom-home-mosaic {
  display: none !important;
}

.home-catalog-section {
  min-height: 0;
  padding: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, var(--bg)), var(--bg));
}

.home-catalog-section::before {
  display: none;
}

.home-catalog-panel {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.home-catalog-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(16px, 3vw, 36px);
}

.home-catalog-copy .section-summary {
  max-width: 820px;
}

.home-catalog-marquee {
  padding-block: 2px;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.home-catalog-track {
  animation-duration: 260s;
}

.home-catalog-tile {
  min-height: 142px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .28)), var(--tile-show);
  opacity: .78;
  filter: saturate(1.12) contrast(1.06);
}

.custom-home-section {
  min-height: clamp(540px, 56vw, 760px);
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .9), rgba(20, 20, 20, .58) 46%, rgba(20, 20, 20, .28)),
    linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .72)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(22, 22, 22, .52));
}

.custom-home-layout {
  grid-template-columns: minmax(280px, 760px);
  justify-content: start;
}

.downloads-hero-covers {
  inset: -12% 0 -10%;
  opacity: .72;
}

.downloads-hero-track {
  gap: clamp(12px, 2vw, 24px);
  padding-left: 36vw;
  animation-duration: 190s;
}

.downloads-hero-tile {
  width: clamp(190px, 18vw, 286px);
  padding: 0;
  border-color: rgba(255, 255, 255, .16);
  background: #2a2926;
  pointer-events: none;
}

.downloads-hero-tile::before {
  background-image: var(--catalog-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.04);
}

.downloads-hero-tile span,
.downloads-hero-tile strong {
  display: none;
}

@media (max-width: 720px) {
  .home-catalog-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-catalog-copy .btn {
    justify-self: start;
  }

  .home-catalog-tile {
    width: clamp(184px, 68vw, 246px);
  }

  .custom-home-section {
    min-height: 620px;
  }

  .downloads-hero-covers {
    opacity: .54;
  }

  .downloads-hero-track {
    padding-left: 8vw;
  }

  .downloads-hero-tile {
    width: clamp(150px, 42vw, 210px);
  }
}

/* K02 Reopen07: Anti-0-Treffer erklaeren statt blind lockern */
.fallback-mismatch-line {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin: 2px 0 0;
  font-size: .64rem;
  line-height: 1.2;
  color: #b51d1d;
}

.fallback-mismatch-line span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 7px;
  border: 1px solid color-mix(in srgb, #b51d1d 34%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, #b51d1d 8%, transparent);
  font-weight: 650;
}

/* K02 Reopen08: Filterzustand, Start-Kataloge und Katalog-Hero */
.home-catalog-collage,
.home-catalog-collage-track,
.custom-home-mosaic {
  display: none !important;
}

.home-catalog-section {
  min-height: 0;
  padding: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, var(--bg)), var(--bg));
}

.home-catalog-section::before {
  display: none;
}

.home-catalog-panel {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.home-catalog-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(16px, 3vw, 36px);
}

.home-catalog-copy .section-summary {
  max-width: 820px;
}

.home-catalog-marquee {
  padding-block: 2px;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.home-catalog-track {
  animation-duration: 260s;
}

.home-catalog-tile {
  min-height: 142px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .28)), var(--tile-show);
  opacity: .78;
  filter: saturate(1.12) contrast(1.06);
}

.custom-home-section {
  min-height: clamp(540px, 56vw, 760px);
  background-image:
    linear-gradient(90deg, rgba(20, 20, 20, .9), rgba(20, 20, 20, .58) 46%, rgba(20, 20, 20, .28)),
    linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .72)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(22, 22, 22, .52));
}

.custom-home-layout {
  grid-template-columns: minmax(280px, 760px);
  justify-content: start;
}

.downloads-hero-covers {
  inset: -12% 0 -10%;
  opacity: .72;
}

.downloads-hero-track {
  gap: clamp(12px, 2vw, 24px);
  padding-left: 36vw;
  animation-duration: 190s;
}

.downloads-hero-tile {
  width: clamp(190px, 18vw, 286px);
  padding: 0;
  border-color: rgba(255, 255, 255, .16);
  background: #2a2926;
  pointer-events: none;
}

.downloads-hero-tile::before {
  background-image: var(--catalog-cover);
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.04);
}

.downloads-hero-tile span,
.downloads-hero-tile strong {
  display: none;
}

@media (max-width: 720px) {
  .home-catalog-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-catalog-copy .btn {
    justify-self: start;
  }

  .home-catalog-tile {
    width: clamp(184px, 68vw, 246px);
  }

  .custom-home-section {
    min-height: 620px;
  }

  .downloads-hero-covers {
    opacity: .54;
  }

  .downloads-hero-track {
    padding-left: 8vw;
  }

  .downloads-hero-tile {
    width: clamp(150px, 42vw, 210px);
  }
}
[data-theme="dark"] {
  color-scheme: dark;
  --bg: #242424;
  --surface: #303030;
  --surface-2: #3c3c3c;
  --ink: #f7f6f0;
  --muted: #c6c1b8;
  --line: #545454;
  --brand: #ffffff;
  --brand-2: #bfbfbf;
  --accent: #b51d1d;
  --gold: #d2d0ca;
  --whatsapp: #b51d1d;
  --shadow: 0 18px 55px rgba(0, 0, 0, .34);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}
body.nav-open,
body.modal-open,
body.project-folder-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}
button {
  cursor: pointer;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--ink);
  color: var(--surface);
  padding: 10px 14px;
  border-radius: 6px;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header);
  background: color-mix(in srgb, var(--surface) 91%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 76%, transparent) 20%, color-mix(in srgb, var(--accent) 76%, transparent) 80%, transparent);
  pointer-events: none;
}
.header-inner {
  max-width: var(--max);
  height: 100%;
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
}
.brand-link img {
  width: 38px;
  height: auto;
}
.brand-mark {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
  letter-spacing: .08em;
}
.brand-mark-bold {
  font-weight: 850;
}
.brand-mark-light {
  font-weight: 300;
}
.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.primary-nav a,
.nav-dropdown > summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0 12px;
  border-radius: 6px;
  font-weight: 650;
  font-size: .93rem;
  list-style: none;
  cursor: pointer;
}
.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown > summary svg {
  width: 15px;
  height: 15px;
  opacity: .72;
  transition: transform .18s ease;
}
.nav-dropdown[open] > summary svg,
.nav-dropdown.is-hover-open > summary svg,
.nav-dropdown:hover > summary svg {
  transform: rotate(180deg);
}
.primary-nav a:hover,
.primary-nav a:focus-visible,
.nav-dropdown > summary:hover,
.nav-dropdown > summary:focus-visible,
.btn.icon-only:hover,
.btn.icon-only:focus-visible {
  background: var(--surface-2);
  outline: none;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown-panel {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 160;
  transform: translate(-50%, -6px);
  width: min(420px, calc(100vw - 34px));
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .28s;
}
.nav-dropdown-panel.is-wide {
  width: min(520px, calc(100vw - 34px));
}
.nav-dropdown:focus-within .nav-dropdown-panel,
.nav-dropdown[open] .nav-dropdown-panel,
.nav-dropdown.is-hover-open .nav-dropdown-panel,
.nav-dropdown:hover .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}
.nav-dropdown-label {
  grid-column: 1 / -1;
  padding: 6px 10px 2px;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.nav-category-details {
  grid-column: 1 / -1;
  border: 1px solid color-mix(in srgb, var(--accent) 13%, var(--line));
  border-radius: 7px;
  background: color-mix(in srgb, var(--surface) 86%, var(--surface-2));
  overflow: hidden;
}
.nav-category-details > summary {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .06em;
  text-transform: uppercase;
  list-style: none;
  cursor: pointer;
}
.nav-category-details > summary::-webkit-details-marker {
  display: none;
}
.nav-category-details > summary svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
  transition: transform .22s ease;
}
.nav-category-details[open] > summary svg {
  transform: rotate(180deg);
}
.nav-dropdown-section {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  max-height: 0;
  padding: 0 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .42s cubic-bezier(.22, 1, .36, 1), opacity .3s ease, transform .36s ease, padding .34s ease;
}
.nav-category-details[open] .nav-dropdown-section {
  max-height: 280px;
  padding: 0 8px 8px;
  opacity: 1;
  transform: translateY(0);
}
.nav-tile {
  border-radius: 6px;
  min-height: 40px;
  background: transparent;
}
.nav-dropdown-panel .nav-tile {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  font-size: .92rem;
  font-weight: 680;
}
.nav-dropdown-panel .nav-tile:hover,
.nav-dropdown-panel .nav-tile:focus-visible {
  background: var(--surface-2);
  outline: none;
}
.header-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
}
.header-settings {
  position: relative;
}
.header-settings summary {
  list-style: none;
}
.header-settings summary::-webkit-details-marker {
  display: none;
}
.header-settings-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 130;
  width: min(360px, calc(100vw - 28px));
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.header-settings-panel .lang-switch {
  width: fit-content;
}
.header-settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header-settings-row .lang-switch {
  flex: 1 1 auto;
}
.header-settings-row .btn.icon-only {
  flex: 0 0 auto;
}
.btn.icon-only,
.nav-category-details[open] .nav-dropdown-section {
    max-height: 420px;
  }
.menu-toggle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
}
.btn.icon-only svg,
.menu-toggle svg,
.btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}
.menu-toggle {
  display: none;
}
.lang-switch {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: var(--surface);
}
.lang-switch a {
  min-width: 34px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 750;
  font-size: .82rem;
}
.lang-switch a[aria-current="true"] {
  background: var(--ink);
  color: var(--surface);
}
.cookie-lang-switch a {
  min-height: 36px;
}
.nav-utilities {
  display: none;
}
.nav-utility-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 7px;
  border: 1px solid transparent;
  padding: 10px 16px;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn:not(.btn-primary) {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.is-whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.shortlist-toggle.is-active,
.shortlist-toggle[aria-pressed="true"] {
  background: color-mix(in srgb, var(--accent) 12%, var(--surface));
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  color: var(--accent);
}
.pill-count {
  min-width: 24px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 2px 7px;
  background: var(--accent);
  color: #fff;
  font-size: .8rem;
  line-height: 1;
}
.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px color-mix(in srgb, var(--accent) 22%, transparent);
  outline: none;
}
.btn:active {
  transform: translateY(0) scale(.98);
  box-shadow: 0 5px 14px rgba(0, 0, 0, .16);
}
.btn:disabled,
.btn[aria-disabled="true"] {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.main {
  min-height: calc(100vh - var(--header));
}
.section {
  padding: 72px 22px;
}
.section.compact {
  padding-top: 42px;
  padding-bottom: 42px;
}
.section.alt {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.wrap {
  max-width: var(--max);
  margin: 0 auto;
}
.narrow {
  max-width: 850px;
}
.eyebrow {
  color: var(--brand);
  font-size: .78rem;
  text-transform: uppercase;
  font-weight: 850;
  letter-spacing: .08em;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.14;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
h1 {
  font-size: clamp(2rem, 4.1vw, 4.15rem);
}
h2 {
  font-size: clamp(1.55rem, 2.45vw, 2.75rem);
}
h3 {
  font-size: 1.25rem;
  line-height: 1.22;
}
p {
  margin: 0;
}
.lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
.hero {
  min-height: calc(100svh - var(--header));
  padding: 0 22px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #111;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .24) 52%, rgba(0, 0, 0, .58)), var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
  padding: 88px 0 58px;
}
.hero-copy {
  display: grid;
  gap: 24px;
  max-width: 920px;
}
.hero .lead {
  color: rgba(255, 255, 255, .86);
}
.hero-mini-actions {
  width: min(880px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}
.hero-mini-link {
  position: relative;
  min-height: 142px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)),
    rgba(19, 19, 19, .34);
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .18);
  backdrop-filter: blur(16px);
  transition: transform .34s cubic-bezier(.22, 1, .36, 1), border-color .28s ease, background-color .28s ease, color .28s ease, box-shadow .28s ease;
}
.hero-mini-link::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 12% 14%, rgba(181, 29, 29, .3), transparent 34%),
    linear-gradient(180deg, transparent 56%, rgba(181, 29, 29, .16));
  opacity: .84;
  transform: translateY(18%);
  transform-origin: center;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .32s ease;
}
.hero-mini-index {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .58);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.hero-mini-text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  min-width: 0;
}
.hero-mini-text strong {
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.12;
}
.hero-mini-text small {
  color: rgba(255, 255, 255, .62);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-mini-text em {
  color: rgba(255, 255, 255, .76);
  font-size: .86rem;
  font-style: normal;
  line-height: 1.34;
}
.hero-mini-link svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, .7);
  transition: transform .24s ease, color .24s ease;
}
.hero-mini-link:hover,
.hero-mini-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .2);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  outline: none;
}
.hero-mini-link:hover::before,
.hero-mini-link:focus-visible::before {
  transform: translateY(0);
  opacity: 1;
}
.hero-mini-link:hover svg,
.hero-mini-link:focus-visible svg {
  color: #fff;
  transform: translateX(3px);
}
.hero .btn:not(.btn-primary) {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
  background: rgba(0, 0, 0, .2);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 20px;
  margin-bottom: clamp(38px, 5vw, 58px);
}
.section-head .stack {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}
.section-head.compact-copy {
  align-items: center;
}
.section-summary {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.6;
}
.section h2 {
  margin-bottom: clamp(18px, 2.6vw, 30px);
}
.section h2 + :where(p, ul, ol, .section-summary, .lead, .card-actions, .grid, .story-grid),
.info-panel h2 + :where(p, ul, ol, .section-summary, .lead),
.legal-panel h2 + :where(p, ul, ol) {
  margin-top: clamp(12px, 1.8vw, 22px);
}
.section :where(p, ul, ol) + :where(p, ul, ol),
.info-panel :where(p, ul, ol) + :where(p, ul, ol),
.legal-panel :where(p, ul, ol) + :where(p, ul, ol) {
  margin-top: clamp(12px, 1.6vw, 20px);
}
.section :where(p, ul, ol) + h2,
.info-panel :where(p, ul, ol) + h2,
.legal-panel :where(p, ul, ol) + h2 {
  margin-top: clamp(34px, 5vw, 54px);
}
.grid {
  display: grid;
  gap: 18px;
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-card,
.catalog-card,
.finder-panel,
.info-panel,
.product-card,
.legal-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.category-card,
.catalog-card,
.product-card {
  overflow: hidden;
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.category-card figure,
.catalog-card figure,
.product-card figure {
  margin: 0;
  background: var(--surface-2);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.catalog-card figure {
  aspect-ratio: 429 / 607;
}
.catalog-card img {
  object-fit: contain;
  padding: 10px;
  background: var(--surface-2);
}
.category-card img,
.catalog-card img,
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.category-card:hover img,
.catalog-card:hover img,
.product-card:hover img {
  transform: scale(1.035);
}
.category-card:hover,
.category-card:focus-visible,
.product-card:hover,
.product-card:focus-within {
  border-color: color-mix(in srgb, var(--accent) 44%, var(--line));
  box-shadow: 0 18px 48px color-mix(in srgb, var(--accent) 12%, transparent);
}
.category-card-visual figure {
  position: relative;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .08)), var(--card-image);
  background-size: cover;
  background-position: center;
}
.category-card-visual figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--accent);
  transform: scaleX(.42);
  transform-origin: left;
  transition: transform .28s ease;
}
.category-card-visual:hover figure::after,
.category-card-visual:focus-visible figure::after {
  transform: scaleX(1);
}
.card-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}
.card-meta {
  color: var(--muted);
  font-size: .9rem;
}
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-card .card-actions .btn.icon-only {
  flex: 0 0 42px;
}
.chips,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 4px 9px;
  color: var(--muted);
  font-size: .82rem;
  background: color-mix(in srgb, var(--surface) 75%, var(--surface-2));
}
.chip img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.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;
}
.swatch {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, .22);
  background: var(--swatch, #aaa);
}
.swatch-link {
  flex: 0 0 auto;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.swatch-link:hover,
.swatch-link:focus-visible {
  transform: translateY(-1px) scale(1.12);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent);
  outline: none;
}
.toolbar {
  position: sticky;
  top: var(--header);
  z-index: 40;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.toolbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 22px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(5, auto) max-content;
  gap: 10px;
  align-items: center;
}
.project-folder-panel {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 34px);
  background: rgba(0, 0, 0, .56);
}
.project-folder-panel[hidden] {
  display: none !important;
}
.project-folder-inner {
  position: relative;
  width: min(var(--max), calc(100vw - 32px));
  max-height: min(82svh, 820px);
  overflow: auto;
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.4fr);
  gap: 18px;
  align-items: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 26px 90px rgba(0, 0, 0, .36);
}
.project-folder-inner h2 {
  margin: 0;
  font-size: 1.25rem;
}
.project-folder-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.project-folder-empty-copy:empty {
  display: none;
}
.project-folder-item {
  display: inline-flex;
  align-items: stretch;
  max-width: min(320px, 100%);
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  overflow: hidden;
}
.project-folder-item a {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 7px 9px 7px 7px;
}
.project-folder-item img {
  width: 52px;
  height: 42px;
  border-radius: 5px;
  object-fit: cover;
  background: var(--surface-2);
}
.project-folder-item span {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.project-folder-item strong,
.project-folder-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-folder-item small {
  color: var(--muted);
}
.project-folder-item .btn.icon-only {
  width: 40px;
  height: auto;
  border-width: 0 0 0 1px;
  border-radius: 0;
}
.project-folder-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 8px;
}
.project-folder-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: var(--surface);
}
.search-input,
.form-control {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  padding: 10px 12px;
}
.filter-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 22px 76px;
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 24px;
}
.filters {
  align-self: start;
  position: sticky;
  top: calc(var(--header) + 74px);
  display: grid;
  gap: 14px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.filter-group {
  display: grid;
  gap: 9px;
  border: 0;
  padding: 0;
  margin: 0;
}
.filter-group legend {
  font-weight: 780;
  margin-bottom: 2px;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  color: var(--muted);
}
.check-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}
.check-row small {
  margin-left: auto;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 750;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  transition: opacity .18s ease, filter .18s ease;
}
body.is-filtering-products .product-grid {
  opacity: .72;
  filter: saturate(.9);
  cursor: progress;
}
.product-list-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}
.product-list-controls[hidden] {
  display: none !important;
}
.product-list-controls .card-meta {
  margin: 0;
}
.related-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.optik-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.optik-related-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(156px, 210px);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 4px 2px 12px;
  scrollbar-width: thin;
}
.optik-related-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.optik-related-rail.is-autoplay {
  width: max-content;
  min-width: 100%;
  overflow: visible;
  animation: optik-related-drift 78s linear infinite;
}
.optik-related-marquee:hover .optik-related-rail.is-autoplay,
.optik-related-marquee:focus-within .optik-related-rail.is-autoplay {
  animation-play-state: paused;
}
.optik-related-card {
  display: grid;
  gap: 10px;
  scroll-snap-align: start;
}
.optik-related-rail .optik-related-card {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.optik-related-rail.is-muted .optik-related-card {
  background: color-mix(in srgb, var(--surface) 86%, var(--surface-2));
}
.optik-related-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--surface-2);
}
.optik-related-card h3 {
  margin: 0;
  font-size: .98rem;
  line-height: 1.25;
}
@keyframes optik-related-drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 7px));
  }
}
.related-grid .product-card .card-body {
  min-height: 230px;
  padding: 14px;
  gap: 9px;
}
.related-grid .product-title h3 {
  font-size: .98rem;
  line-height: 1.2;
}
.related-grid .card-meta,
.related-grid .chip {
  font-size: .74rem;
}
.product-card[hidden] {
  display: none;
}
.product-card .card-body {
  min-height: 258px;
  align-content: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, .44fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}
.faq-support-grid {
  display: grid;
  gap: 10px;
  position: sticky;
  top: 104px;
}
.faq-support-card {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 48%),
    color-mix(in srgb, var(--surface) 92%, var(--surface-2));
}
.faq-support-card h2 {
  margin: 0 0 8px;
  font-size: 1rem;
}
.faq-support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.faq-item::details-content,
.format-ratio-branch::details-content,
.category-filter-branch::details-content {
  block-size: 0;
  opacity: 0;
  overflow: hidden;
  transition: block-size .34s ease, opacity .24s ease, content-visibility .34s allow-discrete;
}
.faq-item[open]::details-content,
.format-ratio-branch[open]::details-content,
.category-filter-branch[open]::details-content {
  block-size: auto;
  opacity: 1;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  overflow: hidden;
  transition: border-color .28s ease, box-shadow .28s ease, background-color .28s ease, transform .28s ease;
}
.faq-item summary {
  cursor: pointer;
  position: relative;
  padding: 18px 54px 18px 20px;
  font-weight: 780;
  list-style: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--accent);
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-4px);
  transition: grid-template-rows .34s ease, opacity .28s ease, transform .34s ease;
}
.faq-answer-inner {
  overflow: hidden;
}
.faq-answer p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  line-height: 1.6;
}
.faq-item[open] {
  box-shadow: var(--shadow-soft);
  border-color: color-mix(in srgb, var(--accent) 28%, var(--line));
  transform: translateY(-1px);
}
.faq-item[open] summary::after {
  content: "−";
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
  transform: translateY(-50%) rotate(180deg);
}
.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}
.faq-note {
  padding-top: 0 !important;
  font-weight: 650;
}
.faq-note a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
}
.faq-note a:hover {
  border-bottom-color: var(--accent);
}
@media (prefers-reduced-motion: reduce) {
  .primary-nav,
  .nav-dropdown-panel,
  .filter-group-body,
  .faq-item::details-content,
  .format-ratio-branch::details-content,
  .category-filter-branch::details-content,
  .faq-item,
  .faq-item summary::after,
  .faq-answer {
    transition: none;
  }
}
.career-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.career-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 100%;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 6%, transparent), transparent 46%),
    var(--surface);
}
.career-panel > span {
  color: var(--accent);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.career-panel h2 {
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
}
.career-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}
.career-panel li + li {
  margin-top: 8px;
}
.product-title {
  display: grid;
  gap: 4px;
}
.product-title h3 {
  overflow-wrap: anywhere;
}
.product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}
.gallery-main {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.gallery-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.detail-panel {
  display: grid;
  gap: 18px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.detail-panel h1 {
  font-size: clamp(2.35rem, 3.6vw, 3.7rem);
  line-height: 1.02;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
}
.detail-tech-facts {
  display: grid;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.detail-tech-facts dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}
.detail-tech-facts div {
  display: grid;
  grid-template-columns: minmax(96px, .38fr) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.detail-tech-facts dt,
.detail-tech-facts dd {
  margin: 0;
  font-size: .9rem;
  line-height: 1.35;
}
.detail-tech-facts dt {
  color: var(--muted);
  font-weight: 680;
}
.detail-tech-facts dd {
  color: var(--ink);
  overflow-wrap: anywhere;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th,
.spec-table td {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.spec-table th {
  width: 42%;
  color: var(--muted);
  font-weight: 650;
}
.execution-table {
  border-collapse: separate;
  border-spacing: 0 8px;
  table-layout: fixed;
}
.execution-table th:nth-child(1),
.execution-table td:nth-child(1) {
  width: 34%;
}
.execution-table th:nth-child(2),
.execution-table td:nth-child(2) {
  width: 15%;
}
.execution-table th:nth-child(3),
.execution-table td:nth-child(3) {
  width: 14%;
}
.execution-table th:nth-child(4),
.execution-table td:nth-child(4) {
  width: 9%;
}
.execution-table th:nth-child(5),
.execution-table td:nth-child(5) {
  width: 28%;
}
.execution-table thead th {
  padding: 0 12px 8px;
  border-bottom: 0;
  color: var(--muted);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.execution-table tbody tr {
  background: color-mix(in srgb, var(--surface) 92%, var(--surface-2));
  box-shadow: 0 0 0 1px var(--line);
}
.execution-table tbody th,
.execution-table tbody td {
  padding: 14px 12px;
  border-bottom: 0;
}
.execution-table tbody th {
  border-radius: 8px 0 0 8px;
  color: var(--ink);
  font-size: .95rem;
}
.execution-table tbody td:last-child {
  border-radius: 0 8px 8px 0;
}
@media (max-width: 700px) {
  .execution-table,
  .execution-table thead,
  .execution-table tbody,
  .execution-table tr,
  .execution-table th,
  .execution-table td {
    display: block;
    width: 100%;
  }
  .execution-table th:nth-child(1),
  .execution-table td:nth-child(1),
  .execution-table th:nth-child(2),
  .execution-table td:nth-child(2),
  .execution-table th:nth-child(3),
  .execution-table td:nth-child(3),
  .execution-table th:nth-child(4),
  .execution-table td:nth-child(4),
  .execution-table th:nth-child(5),
  .execution-table td:nth-child(5) {
    width: 100%;
  }
  .execution-table thead {
    display: none;
  }
  .execution-table tbody {
    display: grid;
    gap: 12px;
  }
  .execution-table tr {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--surface) 88%, var(--surface-2));
  }
  .execution-table th,
  .execution-table td {
    border-bottom: 0;
    padding: 0;
  }
  .execution-table tbody th {
    margin-bottom: 10px;
    color: var(--ink);
    font-size: .98rem;
    line-height: 1.35;
  }
  .execution-table td {
    display: grid;
    grid-template-columns: minmax(84px, 30%) minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    padding: 7px 0;
    line-height: 1.45;
    overflow-wrap: normal;
    word-break: normal;
  }
  .execution-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-size: .76rem;
    font-weight: 760;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
}
@media (max-width: 380px) {
  .execution-table td {
    grid-template-columns: 1fr;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 18px;
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.finder-panel,
.info-panel,
.legal-panel {
  padding: 24px;
}
.finder-form {
  display: grid;
  gap: 20px;
}
.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.option-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 14px;
  background: var(--surface);
  min-height: 104px;
}
.option-card input {
  width: 18px;
  height: 18px;
  accent-color: var(--brand);
}
.reason-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(0, 3fr);
  align-items: start;
  gap: 24px;
}
.contact-info-list {
  list-style: none;
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  color: var(--muted);
}
.contact-info-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.contact-info-list a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, var(--line));
  border-radius: 8px;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
}
.contact-icon svg {
  width: 21px;
  height: 21px;
}
.contact-channel-actions {
  margin-top: 18px;
}
.contact-map-fullbleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: clamp(24px, 5vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  overflow: hidden;
}
.contact-map-fullbleed .map-placeholder {
  min-height: clamp(360px, 48vw, 560px);
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 84%, transparent), color-mix(in srgb, var(--bg) 86%, transparent)),
    var(--surface-2);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-grid .full {
  grid-column: 1 / -1;
}
.form-note,
.form-status,
.form-file small {
  color: var(--muted);
  font-size: .9rem;
}
.form-status {
  min-height: 1.2em;
  margin: 0;
}
.form-choice-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  margin: 0;
  background: color-mix(in srgb, var(--surface) 86%, transparent);
}
.form-choice-group legend {
  padding: 0 6px;
  font-weight: 760;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
.form-file {
  display: grid;
  gap: 7px;
}
textarea.form-control {
  min-height: 160px;
  resize: vertical;
}
.consent-box {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: .92rem;
}
.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--surface-2);
  color: var(--muted);
  text-align: center;
  padding: 18px;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding: 48px 22px 24px;
}
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr repeat(5, minmax(0, 1fr));
  gap: 30px;
}
.footer-ai-note {
  align-self: end;
}
.footer-logo {
  width: min(230px, 72vw);
  max-width: 230px;
  height: auto;
  margin-bottom: 18px;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
  color: var(--muted);
}
.footer-bottom {
  max-width: var(--max);
  margin: 32px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: .9rem;
}
.search-modal,
.cookie-panel {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
}
.search-modal[aria-hidden="false"],
.cookie-panel[aria-hidden="false"] {
  display: block;
}
.modal-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  display: none;
  pointer-events: none;
}
.search-modal[aria-hidden="false"] .modal-scrim,
.cookie-panel[aria-hidden="false"] .modal-scrim {
  display: block;
  pointer-events: auto;
}
.search-dialog {
  position: relative;
  max-width: 900px;
  margin: 8vh auto;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 22px;
}
.search-results {
  margin-top: 16px;
  display: grid;
  gap: 10px;
  max-height: 58vh;
  overflow: auto;
}
.search-result {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
}
.search-result img {
  width: 72px;
  height: 58px;
  object-fit: cover;
  border-radius: 5px;
}
.cookie-box {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: min(720px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 20px;
  display: grid;
  gap: 14px;
  overflow-wrap: anywhere;
}
.cookie-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-head h3 {
  margin: 0;
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}
.cookie-box .card-meta {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}
.empty-state {
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
  text-align: center;
}
.hidden {
  display: none !important;
}

@media (max-width: 1040px) {
.primary-nav {
    position: fixed;
    inset: var(--header) 0 auto 0;
    max-height: calc(100svh - var(--header));
    overflow: auto;
    display: flex;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding: 18px 22px;
    align-items: stretch;
    justify-content: start;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .28s;
  }
body.nav-open .primary-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
.nav-dropdown-panel {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-color: color-mix(in srgb, var(--accent) 14%, var(--line));
    border-left: 2px solid color-mix(in srgb, var(--accent) 42%, var(--line));
    background: color-mix(in srgb, var(--surface) 84%, var(--surface-2));
    transform: translateY(-4px);
    transition: max-height .34s ease, opacity .24s ease, transform .3s ease, margin .28s ease, padding .28s ease, visibility 0s linear .28s;
  }
.nav-dropdown[open] .nav-dropdown-panel {
    max-height: 560px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
.menu-toggle {
    display: inline-flex;
  }
.header-inner {
    grid-template-columns: auto 1fr auto;
  }
.primary-nav {
    grid-column: 1 / -1;
  }
.nav-utilities {
    display: grid;
    gap: 12px;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }
.nav-utility-row {
    justify-content: center;
  }
.header-settings-panel .lang-switch {
    justify-self: center;
  }
.filter-layout,
.product-gallery,
.contact-grid {
    grid-template-columns: 1fr;
  }
.filters {
    position: fixed;
    z-index: 210;
    inset: auto 0 0 0;
    max-height: 82svh;
    overflow: auto;
    border-radius: 8px 8px 0 0;
    transform: translateY(105%);
    transition: transform .25s ease;
  }
.filters::before {
    content: "";
    width: 46px;
    height: 4px;
    justify-self: center;
    border-radius: 999px;
    background: var(--line);
  }
body.filters-open .filters {
    transform: translateY(0);
  }
.toolbar-inner {
    grid-template-columns: 1fr auto;
  }
.toolbar-inner .count {
    grid-column: 1 / -1;
  }
.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.grid-4,
.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
:root {
    --header: 68px;
  }
.header-inner {
    padding: 0 14px;
    gap: 8px;
  }
.brand-link {
    min-width: 0;
  }
.brand-link img {
    width: 34px;
  }
.header-actions {
    gap: 5px;
  }
.header-actions .is-whatsapp {
    width: 44px;
    min-height: 40px;
    padding: 0;
    font-size: 0;
  }
.header-actions .is-whatsapp::before {
    content: none;
  }
.header-actions > .lang-switch {
    display: none;
  }
.nav-utilities .lang-switch {
    display: inline-flex;
  }
.hero {
    min-height: calc(100svh - var(--header));
    padding: 0 16px;
    overflow: hidden;
  }
.hero-image-slide {
    transform-origin: center;
  }
.hero-inner {
    padding-bottom: 34px;
  }
.hero-mini-actions {
    grid-template-columns: 1fr;
  }
.hero-mini-link {
    min-height: 72px;
  }
.grid-4,
.grid-3,
.grid-2,
.product-grid,
.option-grid,
.footer-grid,
.form-grid,
.choice-grid {
    grid-template-columns: 1fr;
  }
.section {
    padding: 52px 16px;
    overflow: hidden;
  }
.primary-nav {
    padding: 16px;
    gap: 12px;
  }
.primary-nav,
.primary-nav * {
    min-width: 0;
  }
.primary-nav a,
.nav-dropdown > summary {
    width: 100%;
    justify-content: flex-start;
    min-height: 44px;
    padding: 0 10px;
  }
.nav-dropdown-panel {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0;
    gap: 8px;
  }
.nav-category-details {
    border-left: 2px solid color-mix(in srgb, var(--accent) 42%, var(--line));
  }
.nav-category-details > summary {
    min-height: 42px;
  }
.nav-category-details .nav-dropdown-section {
    grid-template-columns: 1fr;
  }
.nav-dropdown[open] .nav-dropdown-panel {
    margin-top: 8px;
  }
.primary-nav .nav-dropdown-panel .nav-tile {
    display: inline-flex;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    min-height: auto;
    padding: 10px 12px;
    overflow-wrap: anywhere;
    border-radius: 6px;
    background: color-mix(in srgb, var(--surface) 72%, transparent);
  }
.header-settings {
    position: static;
  }
.header-settings-panel {
    position: fixed;
    top: calc(var(--header) + 8px);
    left: 12px;
    right: 12px;
    width: auto;
    max-height: calc(100svh - var(--header) - 22px);
    overflow: auto;
  }
.header-settings-panel .lang-switch {
    width: 100%;
    justify-content: center;
  }
.header-settings-panel .lang-switch a {
    flex: 1 1 0;
  }
.header-settings-panel [data-theme-toggle] {
    width: 100%;
    display: inline-flex;
  }
.section-head {
    grid-template-columns: 1fr;
  }
.filter-layout {
    padding: 18px 16px 52px;
  }
.footer-bottom {
    flex-direction: column;
  }
.btn {
    width: 100%;
  }
.card-actions .btn {
    width: auto;
    flex: 1 1 140px;
  }
}
/* Merge & Deploy refinements */
.section.slim {
  padding-top: 24px;
  padding-bottom: 24px;
}
.is-whatsapp,
[data-theme="dark"] .is-whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.is-whatsapp:hover,
.is-whatsapp:focus-visible {
  border-color: var(--accent);
}
.filter-icon {
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  text-align: center;
  min-height: 92px;
  padding: 12px 10px 10px;
}
.filter-icon img {
  width: 42px;
  height: 42px;
}
.filter-icon span {
  align-self: auto;
  font-size: .74rem;
  line-height: 1.15;
}
.filter-icon small {
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: .68rem;
}
/* Open-points refinements */
.header-actions .btn.icon-only,
.header-actions .btn.icon-only,
.menu-toggle {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 78%, var(--surface-2));
  color: var(--ink);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.header-actions .is-email {
  background: color-mix(in srgb, var(--surface) 78%, var(--surface-2));
  color: var(--ink);
  border-color: var(--line);
}
.header-actions .is-whatsapp,
[data-theme="dark"] .header-actions .is-whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.header-actions .btn.icon-only:hover,
.header-actions .btn.icon-only:focus-visible,
.header-actions .btn.icon-only:hover,
.header-actions .btn.icon-only:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}
.header-actions .is-whatsapp:hover,
.header-actions .is-whatsapp:focus-visible {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  color: var(--accent);
  border-color: var(--accent);
}
.header-settings-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-settings-row .lang-switch {
  width: auto;
}
[data-theme="dark"] .shortlist-toggle.is-active,
[data-theme="dark"] .shortlist-toggle[aria-pressed="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
[data-theme="dark"] .contact-icon,
[data-theme="dark"] .contact-icon svg,
[data-theme="dark"] .contact-channel-actions .btn,
[data-theme="dark"] .contact-channel-actions .btn svg {
  color: #fff;
}
.category-benefit-supported {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
}
.category-benefit-figure {
  position: relative;
  min-height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-2);
}
.category-benefit-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.finder-guide-list span {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.finder-guide-list .is-active {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), transparent 46%),
    var(--accent);
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
  transform: translateX(4px);
}
.option-card.is-muted {
  display: none !important;
}

@media (max-width: 1040px) {
.contact-grid,
.category-benefit-supported {
    grid-template-columns: 1fr;
  }
.header-settings-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
  }
.header-settings-row .lang-switch {
    width: 100%;
  }
.header-settings-row [data-theme-toggle] {
    width: 44px;
  }
}
/* Journey rebuild audit refinements */
.footer-grid {
  grid-template-columns: minmax(240px, 1.35fr) repeat(5, minmax(138px, 1fr));
  align-items: start;
}
.footer-technical {
  padding: 0;
  border: 0;
  background: transparent;
}
.footer-technical p {
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}
.footer-technical h3 a {
  color: var(--ink);
  text-decoration: none;
}
.footer-technical h3 a:hover,
.footer-technical h3 a:focus-visible {
  color: var(--accent);
  outline: none;
}
.category-benefit-panel {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.category-benefit-panel h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.1vw, 2.05rem);
}
.category-benefit-panel p {
  margin: 0;
  max-width: 68ch;
  line-height: 1.62;
  color: var(--muted);
}
.category-benefit-panel ul,
.category-material-note {
  color: var(--muted);
}
.category-benefit-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.1rem;
}
.category-benefit-panel li {
  line-height: 1.55;
}
.category-material-note {
  margin: 0;
}
.category-material-note {
  padding: 12px 14px;
  border-left: 3px solid var(--accent);
  background: color-mix(in srgb, var(--surface) 82%, var(--surface-2));
  line-height: 1.55;
}
.catalog-download-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.catalog-download-grid .catalog-card .card-body {
  gap: 10px;
  padding: 15px;
}
.catalog-download-grid .catalog-card h3 {
  font-size: 1rem;
  line-height: 1.25;
}
.catalog-download-grid .catalog-card .card-meta {
  font-size: .78rem;
  line-height: 1.45;
}
.tech-table-card {
  overflow: hidden;
}
.tech-table-wrap {
  overflow-x: auto;
  padding: 0 20px 20px;
}
.tech-table-card .spec-table {
  min-width: 760px;
}
.tech-table-card .spec-table th,
.tech-table-card .spec-table td {
  padding: 15px 16px;
  line-height: 1.55;
}
.tech-table-card .spec-table th:first-child,
.tech-table-card .spec-table td:first-child {
  width: 24%;
}
.tech-table-card .spec-table th:nth-child(2),
.tech-table-card .spec-table td:nth-child(2) {
  width: 26%;
}
.tech-source-note {
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: color-mix(in srgb, var(--surface) 86%, var(--surface-2));
}
@media (max-width: 1180px) {
.catalog-download-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
.catalog-download-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.downloads-hero-layout {
    grid-template-columns: 1fr;
  }
.downloads-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.tech-decision-strip,
.tech-care-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.tech-topic-nav {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
.catalog-download-grid,
.category-benefit-grid {
    grid-template-columns: 1fr;
  }
.downloads-hero-section {
    min-height: auto;
  }
.downloads-hero-covers {
    opacity: .28;
  }
.downloads-hero-track {
    padding-left: 8vw;
  }
.downloads-hero-layout {
    padding-top: 96px;
  }
.downloads-category-nav,
.downloads-group-head {
    grid-template-columns: 1fr;
  }
.tech-decision-strip,
.tech-guide-grid,
.tech-planning-grid,
.tech-care-grid {
    grid-template-columns: 1fr;
  }
.tech-topic summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
  }
.tech-topic-body {
    padding: 15px;
  }
.tech-table-wrap {
    padding: 0 12px 16px;
  }
}
.category-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.sortiment-finder-section {
  padding-top: 8px;
  padding-bottom: 12px;
}
.sortiment-finder-banner {
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, transparent), transparent 58%),
    var(--surface);
  box-shadow: none;
}
.sortiment-finder-banner h2 {
  margin-top: 2px;
  font-size: clamp(1.05rem, 1.35vw, 1.38rem);
}
.sortiment-finder-banner p {
  max-width: 820px;
  margin-top: 5px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}
.sortiment-finder-banner .card-actions {
  justify-content: flex-end;
}
.product-card .product-title a,
.product-card .chips a,
.product-card .category-link {
  transition: color .18s ease, background-color .18s ease, transform .18s ease, border-color .18s ease;
  text-decoration: none;
}
.product-card .product-title a:hover,
.product-card .product-title a:focus-visible,
.product-card .chips a:hover,
.product-card .chips a:focus-visible,
.product-card .category-link:hover,
.product-card .category-link:focus-visible {
  color: var(--accent);
  text-decoration: none;
  transform: translateY(-1px);
  outline: none;
}
.product-card .chips a:hover,
.product-card .chips a:focus-visible {
  background: color-mix(in srgb, var(--accent) 12%, var(--surface));
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
}
.gallery-lightbox {
  position: relative;
}
.product-card figure {
  position: relative;
}
.ai-image-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  min-height: 20px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: rgba(32, 32, 32, .82);
  border: 1px solid rgba(0, 0, 0, .12);
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}
.ai-disclaimer {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}
.ai-disclaimer strong {
  color: var(--ink);
}
.category-route-section {
  padding-top: 28px;
  padding-bottom: 42px;
  background: var(--bg);
}
.category-route-wrap {
  display: grid;
  gap: 26px;
}
.category-route-head {
  max-width: 760px;
  display: grid;
  gap: 10px;
}
.category-route-wrap h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
}
.category-route-grid {
  display: grid;
  gap: 14px;
}
.category-route-grid.is-children {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-route-grid.is-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.category-route-card {
  min-height: 184px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  display: grid;
  align-content: start;
  gap: 10px;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
}
.category-route-card:hover,
.category-route-card:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  transform: translateY(-2px);
  outline: none;
}
.category-route-card span,
.category-route-card small {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 760;
  text-transform: uppercase;
}
.category-route-card strong {
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.18;
}
.category-route-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}
.category-route-card-visual {
  min-height: 240px;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, .18), rgba(20, 20, 20, .78)),
    var(--route-image) center / cover no-repeat;
  align-content: end;
}
.category-route-card-visual span,
.category-route-card-visual small,
.category-route-card-visual p {
  color: rgba(255, 255, 255, .86);
}
.category-route-tabs {
  display: grid;
  gap: 16px;
}
.category-tab-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 8px;
  scrollbar-width: thin;
}
.category-tab-button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  color: var(--muted);
  font: inherit;
  font-size: .9rem;
  font-weight: 720;
  cursor: pointer;
}
.category-tab-button[aria-selected="true"] {
  color: var(--ink);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
  box-shadow: inset 0 -2px 0 var(--accent);
}
.category-tab-button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--accent) 70%, transparent);
  outline-offset: 2px;
}
.category-tab-panel {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr);
  min-height: 258px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.category-tab-panel[hidden] {
  display: none;
}
.category-tab-visual {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, .05), rgba(20, 20, 20, .28)),
    var(--route-image) center / cover no-repeat;
}
.category-tab-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(20px, 3vw, 34px);
}
.category-tab-copy h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 2rem);
}
.category-tab-copy p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.55;
}
.category-tab-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.category-tab-actions .btn {
  gap: 9px;
}
.category-tab-actions .btn span {
  color: currentColor;
  opacity: .72;
  font-size: .78rem;
  font-weight: 680;
}
.category-direct-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}
.category-direct-panel h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}
.category-direct-panel p {
  margin: 8px 0 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.55;
}
.category-direct-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.category-direct-actions .btn span {
  color: currentColor;
  opacity: .72;
  font-size: .78rem;
  font-weight: 680;
}
.category-story {
  padding-top: 44px;
  padding-bottom: 44px;
  background: color-mix(in srgb, var(--surface) 70%, var(--surface-2));
}
.category-story-layout {
  display: grid;
  gap: 26px;
}
.category-story-row {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 26px;
  align-items: center;
}
.category-story-row.is-reverse {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
}
.category-story-row.is-reverse > figure {
  order: 2;
}
.category-story-row > figure {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  max-height: min(500px, 58svh);
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-2);
}
.category-story-row > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-story-row > figure figcaption,
.custom-support-figure figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: fit-content;
  max-width: calc(100% - 20px);
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(24, 24, 24, .66);
  color: #fff;
  font-size: .78rem;
  font-weight: 760;
}
.category-story-note .category-material-note {
  margin-top: 4px;
}
.category-story-copy {
  display: grid;
  gap: 14px;
  max-width: 720px;
}
.category-story-copy h2 {
  font-size: clamp(1.45rem, 2.1vw, 2.35rem);
}
.category-story-copy p {
  color: var(--muted);
  line-height: 1.6;
}
.category-fact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.category-fact-list li {
  padding: 12px 14px;
  border-left: 3px solid var(--accent);
  background: color-mix(in srgb, var(--surface) 86%, var(--surface-2));
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--muted);
  line-height: 1.45;
}
.vinyl-proof-badges {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.vinyl-proof-badges li {
  display: grid;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
}
.vinyl-proof-badges strong {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vinyl-proof-badges span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}
.custom-material-section {
  background: color-mix(in srgb, var(--surface-2) 68%, var(--surface));
}
.custom-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  margin-top: clamp(18px, 2.6vw, 28px);
}
.custom-material-card {
  padding: 18px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  border: 1px solid var(--line);
}
.custom-material-card h2 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}
.custom-material-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}
.compact-panels .info-panel {
  min-height: 0;
  padding: 16px;
}
.tech-info-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.custom-supported-row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: clamp(22px, 4.5vw, 58px);
  align-items: center;
}
.custom-supported-row.is-reverse {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
}
.custom-support-figure {
  position: relative;
  min-height: clamp(300px, 38vw, 540px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface-2);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .16);
}
.custom-support-figure img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

@media (max-width: 960px) {
.vinyl-proof-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.category-story-row,
.category-story-row.is-reverse,
.custom-supported-row,
.custom-supported-row.is-reverse,
.custom-process-panel,
.sortiment-finder-banner {
    grid-template-columns: 1fr;
  }
.category-story-row.is-reverse > figure {
    order: 0;
  }
.sortiment-finder-banner .card-actions {
    justify-content: flex-start;
  }
.category-story-row > figure,
.custom-support-figure {
    min-height: 240px;
  }
}

@keyframes card-rise-in {
from {
    opacity: .82;
    transform: translateY(18px);
  }
to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-slow-drift {
from {
    transform: scale(1.05) translateY(-10px);
  }
to {
    transform: scale(1.08) translateY(10px);
  }
}

@supports (animation-timeline: view()) {
.category-card,
.custom-service-card,
.custom-home-tile {
    animation: card-rise-in both;
    animation-timeline: view();
    animation-range: entry 8% cover 26%;
  }
}

@media (prefers-reduced-motion: reduce) {
*,
*::before,
*::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
.hero-image-slide:first-child {
    opacity: 1 !important;
    transform: none !important;
  }
.home-catalog-track {
    animation: none !important;
  }
}
/* CERAFLIESEN premium layer */
body {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 86%, #fff) 0, var(--bg) 520px),
    var(--bg);
}
.site-header {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
}
[data-theme="dark"] .site-header {
  background: color-mix(in srgb, #2b2b2b 88%, transparent);
}
.brand-link {
  min-width: 210px;
}
.brand-link .brand-logo {
  width: 196px;
  max-width: min(196px, 34vw);
  height: auto;
}
.footer-logo.brand-logo {
  width: 196px;
  max-width: min(196px, 70vw);
  height: auto;
}
.brand-logo-light,
[data-theme="dark"] .brand-logo-dark {
  display: none;
}
[data-theme="dark"] .brand-logo-light {
  display: block;
}
.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
[data-theme="dark"] .btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.is-whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.is-whatsapp svg {
  width: 20px;
  height: 20px;
}
.is-whatsapp {
  padding-inline: 13px 15px;
}
.hero-image-section {
  min-height: 100svh;
  align-items: center;
  isolation: isolate;
  color: #242424;
  background: #f4f1e8 var(--hero-image) center / cover no-repeat;
  overflow: hidden;
}
.hero-image-stage,
.hero-image-slide,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image-stage {
  z-index: -3;
  overflow: hidden;
  background: var(--hero-image) center / cover no-repeat;
}
.hero-image-slide {
  opacity: 0;
  background-image: var(--slide-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.04) translate3d(0, 0, 0);
  transform-origin: center;
  animation: hero-slide-fade 24s infinite;
}
.hero-image-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--accent);
  opacity: .78;
  z-index: 2;
}
.hero-image-slide:nth-child(1) {
  animation-delay: 0s;
}
.hero-image-slide:nth-child(2) {
  animation-delay: 6s;
}
.hero-image-slide:nth-child(3) {
  animation-delay: 12s;
}
.hero-image-slide:nth-child(4) {
  animation-delay: 18s;
}
@keyframes hero-slide-fade {
  0%, 100% {
    opacity: 0;
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  6%, 24% {
    opacity: 1;
  }
  32% {
    opacity: 0;
    transform: scale(1.09) translate3d(-1.4%, .8%, 0);
  }
}
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, .96), rgba(251, 250, 247, .72) 46%, rgba(251, 250, 247, .42)),
    linear-gradient(180deg, rgba(251, 250, 247, .32), rgba(251, 250, 247, .76));
}
[data-theme="dark"] .hero-image-section {
  color: #f7f6f0;
  background: #242424;
}
[data-theme="dark"] .hero-shade {
  background:
    linear-gradient(90deg, rgba(28, 28, 28, .92), rgba(28, 28, 28, .66) 48%, rgba(28, 28, 28, .38)),
    linear-gradient(180deg, rgba(28, 28, 28, .26), rgba(28, 28, 28, .78));
}
[data-theme="dark"] .hero .lead {
  color: rgba(247, 246, 240, .82);
}
[data-theme="dark"] .hero .eyebrow {
  color: #d2d0ca;
}
[data-theme="dark"] .hero-mini-link {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(26, 26, 26, .52);
  color: #f7f6f0;
}
[data-theme="dark"] .hero-mini-link:hover,
[data-theme="dark"] .hero-mini-link:focus-visible {
  border-color: rgba(255, 255, 255, .42);
  background: rgba(44, 44, 44, .68);
  color: #fff;
}
.hero::before {
  z-index: -4;
}
.hero-inner {
  padding-top: clamp(62px, 9vh, 104px);
  padding-bottom: clamp(46px, 7vh, 72px);
}
.hero-copy {
  max-width: 760px;
  gap: 18px;
}
.hero-copy h1 {
  font-size: clamp(2.35rem, 4.4vw, 4.75rem);
}
.hero .lead {
  color: rgba(36, 36, 36, .78);
}
.hero .eyebrow {
  color: #5c5142;
}
.hero .btn:not(.btn-primary) {
  color: #242424;
  border-color: rgba(36, 36, 36, .28);
  background: rgba(255, 255, 255, .42);
}
.finder-focus-section {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 8%, var(--surface)) 0%, var(--surface) 44%, color-mix(in srgb, var(--surface-2) 74%, var(--bg)) 100%);
}
.finder-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}
.finder-focus-copy {
  display: grid;
  gap: 20px;
  max-width: 1180px;
}
.finder-focus-copy h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: .96;
}
.finder-quiet-panel {
  min-height: 100%;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  display: grid;
  align-content: center;
  gap: 14px;
}
.finder-quiet-panel h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
}
.finder-quiet-panel p {
  margin: 0;
  color: var(--muted);
}
.finder-quiet-panel ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.finder-quiet-panel li {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--muted);
}
.home-path-section {
  background: color-mix(in srgb, var(--surface) 80%, var(--bg));
}
.home-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.home-path-card {
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  color: inherit;
  text-decoration: none;
  display: grid;
  align-content: start;
  gap: 10px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.home-path-card:hover,
.home-path-card:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ink) 34%, var(--line));
  box-shadow: 0 16px 40px rgba(33, 31, 27, .1);
}
.home-path-card span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: .78rem;
  font-weight: 760;
}
.home-path-card strong {
  font-size: 1.05rem;
}
.home-path-card p,
.home-path-card small {
  margin: 0;
  color: var(--muted);
}
.home-path-card small {
  align-self: end;
  font-weight: 760;
}
.home-category-grid .category-card .card-meta {
  display: none;
}
.home-category-grid .category-card {
  min-height: 100%;
}
.home-catalog-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.home-catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, var(--bg), color-mix(in srgb, var(--bg) 74%, transparent) 18%, color-mix(in srgb, var(--bg) 62%, transparent) 82%, var(--bg)),
    linear-gradient(180deg, var(--bg), color-mix(in srgb, var(--surface) 72%, transparent), var(--bg));
}
.home-catalog-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.4fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  min-height: clamp(310px, 38vw, 510px);
  padding: clamp(32px, 5vw, 60px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.home-catalog-strip > * {
  position: relative;
  z-index: 1;
}
.home-catalog-collage {
  position: absolute;
  inset: -24% 0 -24%;
  z-index: -2;
  pointer-events: none;
  opacity: .16;
}
.home-catalog-collage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--bg), transparent 18%, transparent 82%, var(--bg)),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 85%, transparent), transparent 22%, transparent 76%, color-mix(in srgb, var(--bg) 9%, transparent));
}
.home-catalog-collage-track {
  width: 420vw;
  min-height: 240%;
  display: grid;
  grid-template-columns: repeat(36, minmax(78px, 1fr));
  grid-auto-rows: minmax(78px, 7.5vw);
  gap: 0;
  transform: translate3d(-4vw, -14%, 0);
  animation: catalog-collage-drift 260s linear infinite;
}
.home-catalog-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(.72) contrast(.88);
}
.home-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.home-catalog-marquee {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.home-catalog-track {
  display: flex;
  gap: 8px;
  width: max-content;
  animation: catalog-drift 150s linear infinite;
}
.home-catalog-marquee:hover .home-catalog-track,
.home-catalog-marquee:focus-within .home-catalog-track {
  animation-play-state: paused;
}
.home-catalog-tile {
  position: relative;
  width: clamp(178px, 18vw, 242px);
  min-height: 116px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  color: inherit;
  text-decoration: none;
  display: grid;
  align-content: space-between;
  gap: 10px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
  backdrop-filter: blur(8px);
  transition: transform .26s cubic-bezier(.22, 1, .36, 1), border-color .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.home-catalog-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .82)), var(--tile-show);
  background-size: cover;
  background-position: center;
  opacity: .24;
  transform: scale(1.02);
}
.home-catalog-tile:hover,
.home-catalog-tile:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ink) 34%, var(--line));
  background: color-mix(in srgb, var(--surface) 96%, transparent);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .12);
  outline: none;
}
.home-catalog-tile span {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-catalog-tile strong {
  font-size: .95rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}
@keyframes catalog-drift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 4px));
  }
}
@keyframes catalog-collage-drift {
  from {
    transform: translate3d(-4vw, -14%, 0);
  }
  to {
    transform: translate3d(-128vw, -14%, 0);
  }
}
.finder-question-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 4px;
}
.finder-question-chip {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  color: inherit;
  font-size: .9rem;
  font-weight: 760;
  text-decoration: none;
}
.finder-question-chip:hover,
.finder-question-chip:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  color: var(--accent);
}
.home-finder-choice-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.home-finder-choice {
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  color: inherit;
  text-decoration: none;
  display: grid;
  align-content: space-between;
  gap: 12px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.home-finder-choice:hover,
.home-finder-choice:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  box-shadow: 0 18px 42px rgba(33, 31, 27, .1);
  background: var(--surface);
}
.home-finder-choice strong {
  font-size: .98rem;
  line-height: 1.18;
}
.home-finder-choice span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.35;
}
.home-path-section .section-summary {
  display: none;
}
.home-accessory-section {
  padding-top: clamp(28px, 4vw, 52px);
}
.home-accessory-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding-block: clamp(18px, 3vw, 28px);
  border-top: 1px solid var(--line);
}
.home-accessory-panel h2 {
  margin: 4px 0 6px;
  font-size: clamp(1.25rem, 2vw, 2rem);
}
.home-accessory-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
}
.product-format-line {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.35;
}
.product-format-line a {
  color: inherit;
  text-decoration: none;
}
.product-format-line a:hover,
.product-format-line a:focus-visible {
  color: var(--accent);
  outline: none;
}
.product-visual-chips {
  align-items: center;
}
.tech-icon-chip {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.tech-icon-chip img,
.tech-icon-chip svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.tech-icon-chip:hover,
.tech-icon-chip:focus-visible {
  transform: translateY(-1px);
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent);
  outline: none;
}
.chip-icon {
  gap: 6px;
}
.chip-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.story-card {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.story-card span {
  color: var(--accent);
  font-weight: 800;
  font-size: .9rem;
}
.story-card p {
  color: var(--ink);
  font-size: 1.04rem;
}
.custom-home-section {
  position: relative;
  overflow: hidden;
  color: #f7f6f0;
  background:
    linear-gradient(90deg, rgba(27, 27, 27, .96), rgba(27, 27, 27, .82) 46%, rgba(27, 27, 27, .46)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}
.custom-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 31, 31, .12), rgba(31, 31, 31, .74)),
    linear-gradient(90deg, rgba(181, 29, 29, .2), transparent 32%);
}
.custom-home-section::after {
  content: "";
  position: absolute;
  left: clamp(16px, 4vw, 56px);
  right: clamp(16px, 4vw, 56px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, .22), transparent);
}
.custom-home-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .76fr) minmax(380px, 1fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}
.custom-home-copy {
  display: grid;
  gap: 20px;
  max-width: none;
}
.custom-home-copy .eyebrow {
  color: rgba(255, 255, 255, .78);
}
.custom-home-copy h2 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 1.02;
  text-wrap: balance;
}
.custom-home-copy .lead {
  max-width: 620px;
  color: rgba(255, 255, 255, .8);
}
.custom-home-copy ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .18);
}
.custom-home-copy li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 42px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, .86);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.25;
}
.custom-home-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
}
.custom-home-copy .card-actions .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
}
.custom-home-copy .card-actions .btn-primary {
  border-color: var(--accent);
  background: var(--accent);
}
.custom-home-copy .card-actions .btn:hover,
.custom-home-copy .card-actions .btn:focus-visible {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .15);
}
.custom-home-copy .card-actions .btn-primary:hover,
.custom-home-copy .card-actions .btn-primary:focus-visible {
  background: color-mix(in srgb, var(--accent) 88%, #000);
}
.custom-home-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(158px, 1fr);
  gap: 12px;
  min-height: clamp(380px, 44vw, 590px);
  transform: rotate(-1deg);
}
.custom-home-tile {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
}
.custom-home-tile:first-child {
  grid-row: span 2;
  min-height: clamp(340px, 46vw, 560px);
}
.custom-home-tile:nth-child(2) {
  margin-top: clamp(28px, 5vw, 64px);
}
.custom-home-tile:nth-child(3) {
  margin-bottom: clamp(28px, 5vw, 64px);
}
.custom-home-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(.98);
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1), filter .4s ease;
}
.custom-home-tile:hover img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}
.custom-home-tile figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(24, 24, 24, .52);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.custom-hero-section {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 18, 18, .88), rgba(18, 18, 18, .58) 56%, rgba(18, 18, 18, .28)),
    linear-gradient(180deg, rgba(18, 18, 18, .18), rgba(18, 18, 18, .70)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}
.custom-hero-section .lead {
  color: rgba(255, 255, 255, .86);
  margin-top: clamp(18px, 2.4vw, 30px);
}
.custom-hero-section h1 {
  max-width: 940px;
  font-size: clamp(2rem, 5.8vw, 4rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}
.custom-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.custom-service-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border: 1px solid var(--line);
  border-left: 3px solid color-mix(in srgb, var(--accent) 82%, transparent);
  border-radius: 8px;
}
.custom-service-card span {
  color: var(--accent);
  font-weight: 700;
}
.custom-service-card h2 {
  font-size: 1.12rem;
}
.custom-service-card p {
  margin: 0;
  color: var(--muted);
}
.about-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.about-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}
.custom-focus-row {
  margin-top: clamp(20px, 3.6vw, 42px);
}
.custom-process-panel {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: start;
  margin-top: clamp(26px, 5vw, 56px);
  padding: clamp(20px, 3.2vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface-2) 58%, var(--surface));
}
.custom-process-panel p {
  margin: 0;
  color: var(--muted);
}
.custom-process-list {
  counter-reset: custom-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-process-list li {
  counter-increment: custom-step;
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 16px;
  border-radius: 8px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.45;
}
.downloads-hero-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(430px, 52vw, 620px);
  display: flex;
  align-items: end;
  isolation: isolate;
  color: #fff;
  background: #1f1f1d;
}
.downloads-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(31, 31, 29, .94), rgba(31, 31, 29, .72) 42%, rgba(31, 31, 29, .35)),
    linear-gradient(180deg, rgba(31, 31, 29, .18), rgba(31, 31, 29, .88));
}
.downloads-hero-covers {
  position: absolute;
  inset: -10% 0 -8%;
  z-index: -2;
  opacity: .42;
  pointer-events: none;
}
.downloads-hero-track {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 45vw;
  animation: catalog-drift 160s linear infinite;
}
.downloads-hero-tile {
  position: relative;
  width: clamp(168px, 16vw, 238px);
  aspect-ratio: 429 / 607;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  overflow: hidden;
  background: #2a2926;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}
.downloads-hero-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, .72)), var(--catalog-cover);
  background-size: cover;
  background-position: center;
}
.downloads-hero-tile span {
  color: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.downloads-hero-tile strong {
  font-size: .96rem;
  line-height: 1.16;
}
.downloads-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: clamp(24px, 6vw, 86px);
  align-items: end;
  padding-top: clamp(120px, 18vw, 230px);
}
.downloads-hero-layout h1 {
  max-width: 780px;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
}
.downloads-hero-layout .lead {
  max-width: 720px;
  color: rgba(255, 255, 255, .84);
}
.downloads-category-nav {
  display: grid;
  gap: 8px;
}
.downloads-category-nav a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  text-decoration: none;
  font-weight: 760;
  backdrop-filter: blur(10px);
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}
.downloads-category-nav a::after {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--accent);
}
.downloads-category-nav a:hover,
.downloads-category-nav a:focus-visible {
  transform: translateX(3px);
  border-color: rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .14);
  outline: none;
}
.downloads-list-stack {
  display: grid;
  gap: clamp(44px, 7vw, 76px);
}
.downloads-group {
  display: grid;
  gap: 22px;
}
.downloads-group-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  align-items: end;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.downloads-group-head .eyebrow {
  grid-column: 1 / -1;
}
.downloads-group-head h2 {
  margin: 0;
}
.downloads-group-head p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

@media (max-width: 720px) {
  .downloads-hero-section {
    min-height: auto;
    align-items: end;
  }

  .downloads-hero-covers {
    opacity: .24;
  }

  .downloads-hero-track {
    padding-left: 6vw;
  }

  .downloads-hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding-top: 96px;
  }

  .downloads-hero-layout h1 {
    max-width: none;
    font-size: 2.28rem;
    line-height: 1.02;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .downloads-hero-layout .lead {
    max-width: none;
  }

  .downloads-category-nav,
  .downloads-group-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 360px) {
  .downloads-hero-layout h1 {
    font-size: 2rem;
  }
}
.custom-process-list li::before {
  content: counter(custom-step, decimal-leading-zero);
  color: var(--accent);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.custom-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .78fr);
  gap: clamp(22px, 5vw, 54px);
  align-items: center;
}
.custom-supported-row h2,
.custom-process-panel h2,
.custom-cta-band h2 {
  font-size: clamp(1.42rem, 2.2vw, 2.25rem);
  line-height: 1.16;
}
.custom-cta-band {
  padding: clamp(22px, 4vw, 36px);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 46%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.custom-accessory-note {
  margin: 0;
  color: var(--muted);
}
.custom-final-action {
  display: grid;
  gap: 14px;
  align-content: center;
}
.custom-final-action p {
  margin: 0;
  color: var(--muted);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.text-link:hover {
  color: var(--accent);
}
.filter-pill-grid,
.filter-icon-grid {
  display: grid;
  gap: 8px;
}
.format-filter-body {
  display: grid;
  gap: 8px;
}
.format-ratio-branch {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: color-mix(in srgb, var(--surface) 84%, var(--surface-2));
  overflow: hidden;
}
.format-ratio-branch summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.format-ratio-branch summary::-webkit-details-marker {
  display: none;
}
.format-ratio-branch summary::after {
  content: "+";
  color: var(--muted);
  font-weight: 700;
}
.format-ratio-branch[open] summary::after {
  content: "-";
}
.format-ratio-options {
  padding: 0 8px 8px;
}
.format-chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.filter-icon-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.category-filter-tree {
  display: grid;
  gap: 8px;
}
.category-filter-branch {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: color-mix(in srgb, var(--surface) 84%, var(--surface-2));
  overflow: hidden;
}
.category-filter-branch summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  cursor: pointer;
  color: var(--ink);
  list-style: none;
}
.category-filter-branch summary::-webkit-details-marker {
  display: none;
}
.category-filter-branch summary::after {
  content: "+";
  color: var(--muted);
  font-weight: 700;
}
.category-filter-branch[open] summary::after {
  content: "-";
}
.category-filter-branch summary small {
  color: var(--muted);
  font-size: .76rem;
}
.category-filter-options {
  display: grid;
  gap: 6px;
  padding: 0 8px 8px;
}
.category-filter-options .filter-pill {
  min-height: 38px;
}
.category-filter-all {
  font-weight: 760;
}
.category-filter-sub {
  margin-left: 8px;
}
.filter-pill,
.filter-icon {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 42px;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: color-mix(in srgb, var(--surface) 82%, var(--surface-2));
  color: var(--ink);
  padding: 8px 10px;
  cursor: pointer;
}
.filter-pill {
  grid-template-columns: minmax(0, 1fr) auto;
}
.filter-icon {
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 72px;
}
.color-filter-swatch {
  grid-template-columns: 1fr;
  justify-items: center;
  min-height: 42px;
  padding: 9px;
}
.color-filter-swatch .swatch {
  width: 24px;
  height: 24px;
}
.filter-pill input,
.filter-icon input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: grayscale(.1);
}
.filter-pill small,
.filter-icon small {
  color: var(--muted);
}
.filter-pill:has(input:checked),
.filter-icon:has(input:checked),
.option-card.is-selected,
.option-card:has(input:checked) {
  border-color: var(--ink);
  background: color-mix(in srgb, var(--ink) 8%, var(--surface));
  box-shadow: inset 0 0 0 1px var(--ink);
}
.color-filter {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.product-gallery.detail-gallery {
  grid-template-columns: minmax(0, 1fr) 390px;
}
.gallery-main {
  display: grid;
  gap: 14px;
  padding: 14px;
}
.gallery-block-head,
.tile-gallery-head {
  display: grid;
  gap: 6px;
  padding: 4px 2px;
}
.room-gallery {
  display: grid;
  grid-template-columns: 1.35fr .8fr;
  gap: 12px;
}
.optik-visual-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(230px, .68fr);
  gap: 12px;
  align-items: stretch;
}
.optik-visual-pair .gallery-room-item {
  min-height: clamp(330px, 38vw, 560px);
}
.optik-product-visual {
  position: relative;
  min-height: clamp(330px, 38vw, 560px);
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--surface) 92%, transparent), color-mix(in srgb, var(--surface-2) 78%, transparent)),
    var(--tile-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.optik-product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  backdrop-filter: blur(8px);
}
.optik-product-visual > * {
  position: relative;
  z-index: 1;
}
.optik-product-thumb {
  justify-self: end;
  width: min(82%, 270px);
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}
.optik-tile-overlap {
  min-height: 118px;
  display: grid;
  grid-template-columns: repeat(3, minmax(86px, 1fr));
  align-items: end;
  padding: 0 4px 4px;
}
.optik-tile-overlap span {
  display: block;
  aspect-ratio: 1 / .72;
  border: 1px solid color-mix(in srgb, var(--ink) 18%, var(--line));
  border-radius: 6px;
  background-image: var(--tile-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}
.optik-tile-overlap span:nth-child(1) {
  transform: rotate(-2deg) translateX(18px);
}
.optik-tile-overlap span:nth-child(2) {
  z-index: 2;
  transform: translateY(-13px);
}
.optik-tile-overlap span:nth-child(3) {
  transform: rotate(2deg) translateX(-18px);
}
.optik-story-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 88%, var(--surface-2));
}
.optik-story-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.room-gallery .gallery-room-item:first-child {
  grid-row: span 2;
}
.gallery-lightbox {
  display: block;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--surface-2);
  color: inherit;
}
.gallery-lightbox img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-lightbox:hover img,
.gallery-lightbox:focus-visible img {
  transform: none;
}
.gallery-room-item {
  aspect-ratio: 16 / 11;
}
.optik-visual-pair .gallery-room-item {
  aspect-ratio: auto;
}
.tile-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.tile-thumb {
  aspect-ratio: 1 / 1;
}
.tile-thumb-contain img {
  object-fit: contain;
  padding: 8px;
  background: var(--surface-2);
}
.gallery-caption {
  position: absolute;
  inset-inline: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  color: var(--ink);
  font-size: .78rem;
  line-height: 1.25;
  text-align: left;
  overflow-wrap: anywhere;
}
.gallery-room-item .ai-image-badge {
  top: 8px;
  bottom: auto;
}
.technical-note {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}
.lightbox-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, .82);
}
.lightbox-modal[aria-hidden="false"] {
  display: grid;
}
.lightbox-modal img {
  max-width: min(1200px, 96vw);
  max-height: 86vh;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .45);
}
.lightbox-close {
  position: fixed;
  right: 22px;
  top: 22px;
  z-index: 301;
}
.finder-shell {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.finder-guide {
  position: sticky;
  top: calc(var(--header) + 22px);
  min-height: 520px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(36, 36, 36, .08), rgba(36, 36, 36, .82)),
    url("/assets/media/ui/finder-guide.webp");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}
.finder-guide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .1), transparent 42%),
    linear-gradient(0deg, rgba(24, 24, 24, .84), rgba(24, 24, 24, .24) 64%);
  pointer-events: none;
}
[data-theme="dark"] .finder-guide::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%),
    linear-gradient(0deg, rgba(16, 16, 16, .9), rgba(16, 16, 16, .36) 66%);
}
.finder-guide > * {
  position: relative;
  z-index: 1;
}
.finder-guide .eyebrow,
.finder-guide h2 {
  color: #fff;
}
.finder-guide h2 {
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: .98;
}
.finder-guide p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
}
.finder-guide-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}
.finder-guide-list span {
  display: flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, .22);
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
  font-weight: 650;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .34);
}
.finder-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 96%, transparent), color-mix(in srgb, var(--surface-2) 42%, transparent));
}
.finder-preview {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.finder-preview[hidden] {
  display: none !important;
}
.finder-preview-grid {
  margin-top: 18px;
}
.finder-preview-grid .product-card {
  min-height: 100%;
}
.option-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.finder-step {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
}
.finder-step legend {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 6px;
  font-size: 1.02rem;
}
.finder-step legend span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: .78rem;
}
.step-help {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: .9rem;
}
.option-card {
  position: relative;
  gap: 10px;
  min-height: 118px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.option-card span {
  color: var(--muted);
  font-size: .9rem;
}
.finder-form .option-card:hover,
.finder-form .option-card:focus-within {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--ink) 58%, var(--line));
  box-shadow: 0 14px 34px rgba(33, 31, 27, .12);
}
.finder-form .option-card input {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--brand);
  z-index: 2;
}
.finder-submit,
.finder-result-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.finder-result-head {
  margin-top: 24px;
  color: var(--muted);
  justify-content: space-between;
}
.finder-result-panel {
  padding-top: clamp(18px, 3vw, 30px);
  padding-bottom: clamp(18px, 3vw, 30px);
  background: color-mix(in srgb, var(--surface) 88%, var(--surface-2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.finder-result-panel[hidden] {
  display: none !important;
}
.finder-result-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.finder-result-wrap .finder-result-head {
  display: grid;
  gap: 8px;
  margin: 0;
  justify-content: stretch;
}
.finder-result-wrap h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
}
.finder-result-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.finder-result-chips span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 9px;
  background: var(--surface);
  color: var(--muted);
  font-size: .82rem;
  font-weight: 650;
}

@media (max-width: 1040px) {
.story-grid,
.filter-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.finder-shell {
    grid-template-columns: 1fr;
  }
.finder-guide {
    position: relative;
    top: auto;
    min-height: 360px;
  }
.finder-result-wrap {
    grid-template-columns: 1fr;
  }
.finder-result-wrap .card-actions .btn {
    justify-content: center;
  }
.product-gallery.detail-gallery {
    grid-template-columns: 1fr;
  }
.optik-visual-pair {
    grid-template-columns: 1fr;
  }
.optik-visual-pair .gallery-room-item,
.optik-product-visual {
    min-height: clamp(260px, 54vw, 460px);
  }
}

@media (max-width: 900px) {
.category-tab-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding-inline: 0;
  }
.category-tab-button {
    width: 100%;
    min-width: 0;
    white-space: normal;
    line-height: 1.15;
    border-radius: 7px;
    font-size: .82rem;
  }
}

@media (max-width: 720px) {
.brand-link {
    min-width: 0;
  }
.brand-logo {
    width: min(148px, 45vw);
    max-width: min(148px, 45vw);
  }
.brand-link .brand-logo {
    width: min(148px, 45vw);
    max-width: min(148px, 45vw);
  }
.header-actions .is-whatsapp span {
    display: none;
  }
.header-actions .is-whatsapp::before {
    content: none;
  }
.header-actions > [data-open-search],
.header-actions > [data-theme-toggle] {
    display: none;
  }
.story-grid,
.option-grid-2,
.room-gallery,
.optik-visual-pair,
.tile-strip,
.filter-icon-grid {
    grid-template-columns: 1fr;
  }
.optik-product-thumb {
    width: min(76%, 230px);
  }
.optik-tile-overlap {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
  }
.optik-related-rail {
    grid-auto-columns: minmax(150px, 78vw);
  }
.hero-copy {
    gap: 14px;
  }
.story-card {
    min-height: 150px;
  }
.finder-panel {
    padding: 14px;
  }
.finder-step {
    padding: 14px;
  }
.finder-guide {
    min-height: 310px;
    padding: 18px;
  }
.finder-guide-list span {
    min-height: 34px;
  }
.cookie-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
.cookie-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
.cookie-head .lang-switch {
    justify-self: start;
  }
.cookie-box {
    left: 50%;
    right: auto;
    width: min(342px, calc(100vw - 48px));
    max-width: calc(100vw - 48px);
    box-sizing: border-box;
    transform: translateX(-50%);
    max-height: calc(100svh - 24px);
    overflow: auto;
    padding: 18px;
  }
.cookie-actions .btn {
    width: 100%;
  }
}

@media (max-width: 430px) {
.header-inner {
    padding-inline: 12px;
    gap: 6px;
  }
.brand-link .brand-logo {
    width: min(132px, 38vw);
    max-width: min(132px, 38vw);
  }
.header-actions {
    gap: 4px;
  }
.header-actions > .is-email {
    display: none;
  }
.menu-toggle {
    display: inline-flex;
  }
.header-actions .btn.icon-only,
.header-actions .btn.icon-only,
.menu-toggle {
    width: 38px;
    min-width: 38px;
  }
.custom-hero-section h1 {
    font-size: 1.8rem;
  }
.custom-hero-section .card-actions .btn {
    width: 100%;
    justify-content: center;
  }
.custom-hero-section .card-actions .btn.icon-only {
    width: 44px;
    min-width: 44px;
    justify-content: center;
  }
.custom-service-card,
.custom-material-card {
    padding: 14px;
  }
.custom-process-panel {
    padding: 16px;
  }
.custom-process-list li {
    min-height: 0;
    padding: 13px;
  }
.custom-cta-band {
    padding: 18px;
  }
.custom-process-list {
    gap: 0;
  }
.custom-process-list li {
    position: relative;
    display: block;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    padding: 12px 0 12px 38px;
  }
.custom-process-list li::before {
    position: absolute;
    left: 0;
    top: 13px;
  }
.custom-final-action .card-actions {
    display: grid;
    grid-template-columns: 1fr repeat(2, 42px);
    align-items: center;
  }
.custom-final-action .btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1600px) {
:root {
    --max: 1400px;
  }
.hero-copy {
    max-width: 1120px;
  }
}
/* Phase refinement */
.btn.icon-only,
.is-email.icon-only,
.is-whatsapp.icon-only {
  width: 44px;
  min-width: 44px;
  padding: 0;
}
.is-email {
  background: color-mix(in srgb, var(--surface) 76%, var(--surface-2));
  color: var(--ink);
  border-color: var(--line);
}
.is-whatsapp {
  background: color-mix(in srgb, var(--ink) 82%, var(--surface));
  color: var(--surface);
}
[data-theme="dark"] .is-whatsapp {
  background: color-mix(in srgb, var(--surface-2) 78%, #000);
  color: var(--ink);
}
.nav-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}
.toolbar-inner {
  grid-template-columns: minmax(0, 1fr) auto auto auto auto auto;
}
.filter-group legend button {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  font-weight: 780;
  cursor: pointer;
}
.filter-group legend button::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
  opacity: .72;
}
.filter-group.is-open legend button::after {
  transform: rotate(225deg);
}
.filter-group-body {
  display: grid;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .34s ease, opacity .24s ease, transform .3s ease;
}
.filter-group.is-open .filter-group-body {
  max-height: 760px;
  opacity: 1;
  transform: translateY(0);
}
.filters {
  max-height: calc(100svh - var(--header) - 92px);
  overflow: auto;
  overscroll-behavior: contain;
}

@media (min-width: 1041px) {
body.filters-collapsed .filter-layout {
    grid-template-columns: minmax(0, 1fr);
  }
body.filters-collapsed .filters {
    display: none;
  }
body.filters-collapsed [data-filter-toggle] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
  }
}
.filter-icon {
  background: #fff;
  color: #252525;
  min-height: 78px;
}
.filter-icon img {
  width: 30px;
  height: 30px;
}
.filter-icon span {
  align-self: end;
  font-size: .76rem;
  line-height: 1.15;
}
.product-figure-link {
  display: block;
}
.product-card figure.tile-pattern {
  background-image: var(--tile-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  image-rendering: auto;
  box-shadow: inset 0 -30px 42px rgba(0, 0, 0, .06);
}
.product-card:hover figure.tile-pattern,
.product-card:focus-within figure.tile-pattern {
  background-image: var(--tile-hover-image, var(--tile-image));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-card figure.tile-pattern img {
  display: block;
  opacity: 1;
  object-fit: cover;
}
@media (max-width: 1460px) {
.header-actions > .is-email {
    display: none;
  }
}
.category-link,
.product-title h3 a,
.chip {
  text-decoration: none;
}
.catalog-card figure {
  aspect-ratio: 429 / 607;
}
.catalog-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.catalog-actions .btn {
  min-height: 38px;
  min-width: 0;
  padding: 8px 10px;
  font-size: .78rem;
  justify-content: center;
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}
.tech-hero-section {
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
}
.tech-decision-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tech-decision-strip article {
  display: grid;
  align-content: start;
  min-height: 100%;
  gap: 9px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 92%, var(--surface-2));
}
.tech-decision-strip span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 11%, var(--surface));
  color: var(--accent);
  font-weight: 800;
  font-size: .78rem;
}
.tech-decision-strip h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}
.tech-decision-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.tech-topic-nav {
  position: sticky;
  top: calc(var(--header) + 8px);
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(16px);
}
.tech-topic-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--surface);
  color: var(--ink);
  font-size: .86rem;
  font-weight: 700;
}
.tech-topic-nav a:hover,
.tech-topic-nav a:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 52%, var(--line));
  color: var(--accent);
}
.tech-topic-stack {
  display: grid;
  gap: 12px;
}
.tech-topic {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: color-mix(in srgb, var(--surface) 94%, var(--surface-2));
}
.tech-topic summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 17px 20px;
  list-style: none;
  font-weight: 800;
  font-size: clamp(1.04rem, 1.7vw, 1.35rem);
}
.tech-topic summary::-webkit-details-marker {
  display: none;
}
.tech-topic summary small {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 9px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tech-topic[open] summary {
  border-bottom: 1px solid var(--line);
}
.tech-topic-body {
  display: grid;
  gap: 18px;
  padding: 20px;
}
.tech-table-grid {
  display: grid;
  gap: 22px;
  margin-top: 28px;
}
.tech-guide-head {
  margin-top: 34px;
}
.tech-guide-grid,
.tech-planning-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.tech-guide-card,
.tech-planning-card {
  align-content: start;
  gap: 10px;
  min-height: 100%;
}
.tech-guide-card h3,
.tech-planning-card h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
}
.tech-guide-card p,
.tech-planning-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}
.tech-table-card {
  background: color-mix(in srgb, var(--surface) 90%, var(--surface-2));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow-x: auto;
  overflow-y: hidden;
}
.tech-table-card h2 {
  margin: 0;
  padding: 18px 20px;
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  border-bottom: 1px solid var(--line);
}
.tech-table-card h3 {
  margin: 0;
  padding: 18px 20px;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  border-bottom: 1px solid var(--line);
}
.tech-table-card .spec-table {
  margin: 0;
}
.tech-packing-card .technical-note {
  margin: 0;
  padding: 16px 20px 20px;
  border-top: 1px solid var(--line);
}
.tech-packing-table {
  min-width: 920px;
}
.tech-care-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.tech-care-grid article {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.tech-care-grid h3 {
  margin: 0 0 8px;
  font-size: .98rem;
}
.tech-care-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.tech-source-note {
  margin-top: 24px;
  color: var(--muted);
}
.benefit-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}
.detail-copy h2 {
  font-size: 1.12rem;
  line-height: 1.2;
}
.detail-copy {
  display: grid;
  gap: 8px;
  color: var(--muted);
}
.detail-copy h2 {
  color: var(--ink);
  margin-top: 6px;
}
.detail-mode-stack {
  display: grid;
  gap: 10px;
}
.detail-mode-panel {
  gap: 10px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 18%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--surface) 88%, var(--surface-2));
}
.detail-mode-panel h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.22;
}
.detail-mode-panel p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}
.detail-mode-panel .btn {
  justify-self: start;
}
.detail-secondary-actions {
  padding-top: 4px;
}
.contact-hero .wrap {
  text-align: left;
}
.contact-hero,
.contact-section {
  background-image:
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 90%, transparent), color-mix(in srgb, var(--bg) 82%, transparent)),
    linear-gradient(90deg, color-mix(in srgb, var(--surface) 74%, transparent), transparent 72%),
    url("/assets/media/ui/contact-consultation-ai-blur.webp");
  background-size: cover;
  background-position: center 44%;
}
.contact-section {
  padding-left: 0;
  padding-right: 0;
}
.contact-section > .wrap {
  width: min(var(--max), calc(100% - 44px));
}
[data-theme="dark"] .contact-hero,
[data-theme="dark"] .contact-section {
  background-image:
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 88%, transparent), color-mix(in srgb, var(--bg) 78%, transparent)),
    linear-gradient(90deg, color-mix(in srgb, var(--surface) 68%, transparent), rgba(36, 36, 36, .52) 74%),
    url("/assets/media/ui/contact-consultation-ai-blur.webp");
}
.map-placeholder iframe {
  width: 100%;
  min-height: clamp(360px, 48vw, 560px);
  border: 0;
  border-radius: 0;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
.finder-step[hidden],
.finder-guide-list [hidden],
[data-finder-submit][hidden],
[data-finder-next][hidden] {
  display: none !important;
}
.finder-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--muted);
  font-size: .78rem;
  padding-top: 10px;
}
.finder-guide-list .is-active {
  border-color: rgba(255, 255, 255, .46);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 42%),
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 86%, #fff), color-mix(in srgb, var(--brand) 84%, #000));
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .26), 0 0 0 1px rgba(255, 255, 255, .08) inset;
  transform: translateX(5px);
}
.option-card.is-muted {
  display: none !important;
}
.lightbox-modal img {
  max-width: min(94vw, 1320px);
  max-height: 86svh;
  object-fit: contain;
}

@media (max-width: 1040px) {
.footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.toolbar-inner {
    grid-template-columns: minmax(220px, 1fr) repeat(5, auto) max-content;
  }
.project-folder-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
.project-folder-actions {
    justify-content: start;
  }
.category-fact-list,
.custom-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.home-path-grid,
.home-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.home-finder-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.category-route-grid.is-children,
.category-route-grid.is-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.category-tab-panel {
    grid-template-columns: 240px minmax(0, 1fr);
  }
.home-catalog-strip {
    grid-template-columns: 1fr;
    align-items: start;
  }
.home-catalog-strip .btn {
    justify-self: start;
  }
.finder-focus-layout {
    grid-template-columns: 1fr;
  }
.custom-home-layout {
    grid-template-columns: 1fr;
  }
.custom-supported-row,
.custom-supported-row.is-reverse {
    grid-template-columns: 1fr;
  }
.custom-process-list,
.custom-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.custom-home-copy {
    max-width: 760px;
  }
.custom-home-copy ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
.footer-grid {
    grid-template-columns: 1fr;
  }
.footer-list a,
.footer-grid p {
    overflow-wrap: anywhere;
  }
.toolbar-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.toolbar-inner .search-input {
    grid-column: 1 / -1;
  }
.toolbar-inner [data-filter-toggle] {
    grid-column: 1 / 3;
  }
.toolbar-inner [data-project-folder-jump] {
    grid-column: 3 / 5;
    gap: 5px;
    font-size: .76rem;
  }
.toolbar-inner [data-build-pdf] {
    grid-column: 1 / 3;
  }
.toolbar-inner [data-share-whatsapp] {
    grid-column: 3 / 4;
  }
.toolbar-inner [data-share-email] {
    grid-column: 4 / 5;
  }
.toolbar-inner [data-filter-toggle],
.toolbar-inner [data-project-folder-jump],
.toolbar-inner [data-build-pdf] {
    width: 100%;
    min-width: 0;
    padding-inline: 6px;
  }
.toolbar-inner [data-project-folder-jump] svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
.toolbar-inner [data-project-folder-jump] .pill-count {
    min-width: 24px;
    padding-inline: 5px;
  }
.toolbar-inner .count {
    grid-column: 1 / -1;
  }
.project-folder-items {
    display: grid;
    grid-template-columns: 1fr;
  }
.project-folder-item {
    max-width: 100%;
  }
.project-folder-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
.project-folder-actions .btn {
    width: 100%;
  }
.filters {
    max-height: 82svh;
  }
.category-fact-list,
.custom-service-grid {
    grid-template-columns: 1fr;
  }
.home-path-grid,
.home-catalog-grid {
    grid-template-columns: 1fr;
  }
.home-finder-choice-grid {
    grid-template-columns: 1fr;
  }
.home-finder-choice {
    min-height: auto;
  }
.home-accessory-panel {
    grid-template-columns: 1fr;
  }
.home-accessory-panel .btn {
    width: 100%;
    justify-content: center;
  }
.category-route-grid.is-children,
.category-route-grid.is-actions {
    grid-template-columns: 1fr;
  }
.category-tab-panel {
    grid-template-columns: 1fr;
  }
.category-tab-visual {
    min-height: 150px;
  }
.category-tab-actions .btn {
    width: 100%;
    justify-content: center;
  }
.category-direct-panel {
    grid-template-columns: 1fr;
  }
.category-direct-actions {
    justify-content: stretch;
  }
.category-direct-actions .btn {
    width: 100%;
    justify-content: center;
  }
.category-route-card,
.category-route-card-visual {
    min-height: auto;
  }
.home-path-card {
    min-height: auto;
  }
.home-catalog-strip .btn {
    width: 100%;
    justify-content: center;
  }
.home-catalog-collage-track {
    width: 520vw;
    grid-template-columns: repeat(24, minmax(74px, 1fr));
    grid-auto-rows: minmax(72px, 24vw);
  }
.custom-process-panel,
.custom-process-list,
.custom-cta-band,
.custom-material-grid,
.about-panel-grid,
.about-process-grid,
.custom-home-mosaic {
    grid-template-columns: 1fr;
    transform: none;
  }
.custom-home-tile:first-child {
    grid-row: auto;
  }
.custom-home-tile:nth-child(2),
.custom-home-tile:nth-child(3) {
    margin: 0;
  }
.section-head {
    grid-template-columns: 1fr;
  }
.btn.icon-only {
    width: 42px;
    min-width: 42px;
  }
}

@media (max-width: 720px) {
.vinyl-proof-badges {
    grid-template-columns: 1fr;
  }
.spec-table:not(.execution-table):not(.tech-packing-table) tr {
    display: grid;
    grid-template-columns: minmax(88px, 0.42fr) minmax(0, 1fr);
  }
.spec-table:not(.execution-table):not(.tech-packing-table) th,
.spec-table:not(.execution-table):not(.tech-packing-table) td {
    width: auto;
    min-width: 0;
    overflow-wrap: anywhere;
  }
.brand-link .brand-logo {
    width: min(116px, 34vw);
    max-width: min(116px, 34vw);
  }
.header-actions > .is-email {
    display: none;
  }
.header-settings,
.header-actions > .is-whatsapp,
.header-actions > [data-open-search] {
    display: inline-flex;
  }
.custom-hero-section h1 {
    max-width: calc(100vw - 44px);
    font-size: 1.55rem;
    line-height: 1.08;
  }
.custom-copy-section h2 {
    max-width: calc(100vw - 44px);
    font-size: 1.48rem;
    line-height: 1.12;
  }
.custom-hero-section .lead {
    max-width: calc(100vw - 44px);
  }
.custom-hero-section .card-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: calc(100vw - 44px);
  }
.custom-hero-section .card-actions .btn {
    width: 100%;
    justify-content: center;
  }
}
/* Final Merge & Deploy overrides */
.is-whatsapp,
[data-theme="dark"] .is-whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.is-whatsapp:hover,
.is-whatsapp:focus-visible {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  color: var(--accent);
  border-color: var(--accent);
}
.header-actions .is-whatsapp,
[data-theme="dark"] .header-actions .is-whatsapp {
  background: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
}
.header-actions .is-whatsapp:hover,
.header-actions .is-whatsapp:focus-visible,
[data-theme="dark"] .header-actions .is-whatsapp:hover,
[data-theme="dark"] .header-actions .is-whatsapp:focus-visible {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface)) !important;
  color: var(--accent) !important;
  border-color: var(--accent) !important;
}
.filter-icon {
  grid-template-columns: 1fr;
  justify-items: center;
  align-content: center;
  text-align: center;
  min-height: 92px;
  padding: 12px 10px 10px;
}
.filter-icon img {
  width: 42px;
  height: 42px;
}
.filter-icon span {
  align-self: auto;
  font-size: .74rem;
  line-height: 1.15;
  text-align: center;
}
.filter-icon small {
  position: absolute;
  top: 7px;
  right: 8px;
  font-size: .68rem;
}
.product-card figure.tile-pattern {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Open-point rhythm pass: keep real space below section headings after local component resets. */
.section h2,
.info-panel h2,
.legal-panel h2,
.project-folder-inner h2 {
  margin-bottom: clamp(18px, 2.6vw, 30px);
}
.custom-material-card h2,
.tech-table-card h2,
.custom-service-card h2,
.detail-mode-panel h2 {
  margin-bottom: 12px;
}
/* Current open-points normalization */
.btn,
button.btn,
a.btn,
summary.btn {
  min-height: 44px;
  border-color: var(--line);
  background: color-mix(in srgb, var(--surface) 82%, var(--surface-2));
  color: var(--ink);
  box-shadow: none;
}
.btn:hover,
.btn:focus-visible {
  background: color-mix(in srgb, var(--accent) 8%, var(--surface));
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}
.btn.btn-primary,
[data-theme="dark"] .btn.btn-primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus-visible {
  background: color-mix(in srgb, var(--accent) 88%, #000);
  color: #fff;
  border-color: color-mix(in srgb, var(--accent) 88%, #000);
}
.btn.icon-only,
.menu-toggle {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
}
.btn.is-whatsapp,
[data-theme="dark"] .btn.is-whatsapp {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn.is-whatsapp:hover,
.btn.is-whatsapp:focus-visible,
[data-theme="dark"] .btn.is-whatsapp:hover,
[data-theme="dark"] .btn.is-whatsapp:focus-visible {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  color: var(--accent);
  border-color: var(--accent);
}
.header-actions .btn,
.header-settings-row .btn,
.nav-utility-row .btn {
  border-radius: 8px;
}
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.header-actions .btn.is-whatsapp,
[data-theme="dark"] .header-actions .btn.is-whatsapp {
  background: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
}
.header-actions .btn.is-whatsapp:hover,
.header-actions .btn.is-whatsapp:focus-visible,
[data-theme="dark"] .header-actions .btn.is-whatsapp:hover,
[data-theme="dark"] .header-actions .btn.is-whatsapp:focus-visible {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface)) !important;
  color: var(--accent) !important;
  border-color: var(--accent) !important;
}
.info-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
}
.info-panel :where(h2, h3) {
  margin-top: 0;
}
.info-panel :where(p, ul, ol) {
  color: var(--muted);
  line-height: 1.62;
}
.image-hit {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.image-hit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-card .image-hit img {
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: var(--surface-2);
}
.image-hit:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 70%, #fff);
  outline-offset: -5px;
}
.category-benefit-grid {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
}
.category-benefit-panel p + ul {
  margin-top: clamp(14px, 2vw, 22px);
}
.category-benefit-figure figcaption,
.custom-home-tile figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: fit-content;
  max-width: calc(100% - 20px);
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(24, 24, 24, .68);
  color: #fff;
  font-size: .78rem;
  font-weight: 760;
  line-height: 1.2;
}
.category-benefit-figure,
.custom-home-tile {
  position: relative;
}
.sortiment-finder-section {
  max-height: 0;
  margin: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .42s ease, opacity .28s ease, transform .34s ease, padding .34s ease;
}
.sortiment-finder-section.is-visible {
  max-height: 150px;
  padding-top: 8px !important;
  padding-bottom: 10px !important;
  opacity: 1;
  transform: translateY(0);
}
.sortiment-finder-section[hidden] {
  display: none !important;
}
.sortiment-finder-wrap {
  position: relative;
}
.sortiment-finder-close {
  position: absolute;
  top: 8px;
  right: max(10px, env(safe-area-inset-right));
  z-index: 3;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
}
.sortiment-finder-banner {
  display: none !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 9px 52px 9px 12px;
  border-radius: 8px;
  box-shadow: none;
}
.sortiment-finder-banner h2 {
  font-size: clamp(1rem, 1.16vw, 1.22rem);
}
.sortiment-finder-banner p {
  max-width: 72ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .84rem;
  line-height: 1.4;
}
.sortiment-finder-banner .card-actions .btn {
  min-height: 38px;
  padding: 8px 11px;
  font-size: .84rem;
}
.section :where(p, ul, ol) + h2,
.info-panel :where(p, ul, ol) + h2 {
  margin-top: clamp(38px, 5.4vw, 62px);
}
.section h2 + :where(p, ul, ol, .section-summary, .lead, .card-actions, .grid, .story-grid),
.info-panel h2 + :where(p, ul, ol, .section-summary, .lead) {
  margin-top: clamp(14px, 2.1vw, 26px);
}

@media (max-width: 760px) {
.sortiment-finder-section.is-visible {
    max-height: 260px;
  }
.sortiment-finder-banner {
    grid-template-columns: 1fr;
    padding-right: 46px;
  }
.sortiment-finder-banner .card-actions {
    justify-content: flex-start;
  }
}
/* 2026-06-25 UI consolidation */
:where(h1, h2, h3, h4) {
  margin-bottom: 0 !important;
}
.menu-toggle {
  display: none !important;
}
.btn,
button.btn,
a.btn,
summary.btn,
.btn.is-email,
.btn.is-whatsapp,
[data-theme="dark"] .btn.is-email,
[data-theme="dark"] .btn.is-whatsapp {
  border-color: var(--line) !important;
  background: color-mix(in srgb, var(--surface) 82%, var(--surface-2)) !important;
  color: var(--ink) !important;
  box-shadow: none;
}
.btn:hover,
.btn:focus-visible,
.btn.is-email:hover,
.btn.is-email:focus-visible,
.btn.is-whatsapp:hover,
.btn.is-whatsapp:focus-visible {
  background: color-mix(in srgb, var(--accent) 8%, var(--surface)) !important;
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line)) !important;
  color: var(--ink) !important;
}
.btn.btn-primary,
[data-theme="dark"] .btn.btn-primary {
  background: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus-visible {
  background: color-mix(in srgb, var(--accent) 88%, #000) !important;
  color: #fff !important;
  border-color: color-mix(in srgb, var(--accent) 88%, #000) !important;
}
.btn.icon-only,
.menu-toggle {
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
}
.form-control:invalid:not(:focus):not(:placeholder-shown),
.contact-form-panel .is-invalid {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 16%, transparent);
}
.form-status.is-error {
  color: var(--accent);
}
.form-status.is-success {
  color: color-mix(in srgb, #19743a 84%, var(--ink));
}

@media (max-width: 1040px) {
.menu-toggle {
    display: inline-flex !important;
  }
}
/* 2026-06-25 UI/PDF polish */
.section-head {
  margin-bottom: 0 !important;
}
.custom-support-figure {
  min-height: 0 !important;
  aspect-ratio: 4 / 3;
  max-height: 430px;
}
.custom-support-figure .image-hit {
  display: block;
  width: 100%;
  height: 100%;
}
.custom-support-figure img {
  min-height: 0 !important;
}
.lang-switch,
.nav-utilities .lang-switch,
.header-settings-panel .lang-switch,
.cookie-lang-switch {
  display: inline-grid !important;
  grid-template-columns: repeat(3, minmax(34px, 1fr));
}
.lang-switch a {
  width: 100%;
  min-width: 0;
  justify-content: center !important;
  text-align: center;
}

@media (min-width: 900px) {
.custom-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1040px) {
.primary-nav > a,
.nav-dropdown > summary {
    width: 100%;
    justify-content: flex-start !important;
    text-align: left;
  }
.nav-utilities .lang-switch {
    width: 104px;
  }
.career-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.faq-layout {
    grid-template-columns: 1fr;
  }
.faq-support-grid {
    position: relative;
    top: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.tech-guide-grid,
.tech-planning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
.career-grid {
    grid-template-columns: 1fr;
  }
.faq-support-grid {
    grid-template-columns: 1fr;
  }
.tech-guide-grid,
.tech-planning-grid {
    grid-template-columns: 1fr;
  }
.tech-guide-head {
    margin-top: 26px;
  }
}

/* K02 Reopen03: verbindliche Startseiten- und Navigationskorrektur */
@media (min-width: 1041px) {
  .nav-dropdown-panel {
    top: calc(100% + 8px);
    transform: translate(-50%, 10px) scale(.985);
    transform-origin: top center;
    transition:
      opacity .32s ease,
      transform .42s cubic-bezier(.22, 1, .36, 1),
      visibility 0s linear .32s;
    will-change: opacity, transform;
  }
  .nav-dropdown:focus-within .nav-dropdown-panel,
  .nav-dropdown[open] .nav-dropdown-panel,
  .nav-dropdown.is-hover-open .nav-dropdown-panel,
  .nav-dropdown:hover .nav-dropdown-panel {
    transform: translate(-50%, 0) scale(1);
    transition-delay: 0s;
  }
  .nav-dropdown::after {
    height: 22px;
  }
}

@media (max-width: 1040px) {
  .primary-nav {
    transition:
      opacity .38s ease,
      transform .46s cubic-bezier(.22, 1, .36, 1),
      visibility 0s linear .38s;
  }
  .nav-dropdown-panel {
    border-left: 3px solid color-mix(in srgb, var(--accent) 48%, var(--line));
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 36%),
      color-mix(in srgb, var(--surface) 88%, var(--surface-2));
    transition:
      max-height .48s cubic-bezier(.22, 1, .36, 1),
      opacity .34s ease,
      transform .42s cubic-bezier(.22, 1, .36, 1),
      margin .34s ease,
      padding .34s ease,
      visibility 0s linear .34s;
  }
  .nav-category-details {
    background: color-mix(in srgb, var(--surface-2) 76%, var(--surface));
  }
  .nav-category-details .nav-dropdown-section {
    background: color-mix(in srgb, var(--accent) 4%, transparent);
  }
}

.hero-mini-actions {
  width: min(960px, 100%);
  gap: clamp(10px, 1.4vw, 16px);
}
.hero-mini-link {
  min-height: clamp(132px, 15vw, 168px);
  align-items: stretch;
  padding: clamp(16px, 2vw, 22px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .055) 58%),
    rgba(21, 21, 21, .42);
}
.hero-mini-link::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, .28), transparent);
  opacity: .65;
  transform: scaleX(.48);
  transform-origin: left center;
  transition: transform .44s cubic-bezier(.22, 1, .36, 1), opacity .28s ease;
}
.hero-mini-link:hover::after,
.hero-mini-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}
.hero-mini-index {
  align-self: start;
  border: 1px solid rgba(255, 255, 255, .2);
}
.hero-mini-text {
  align-self: center;
}
.hero-mini-text strong {
  font-size: clamp(1.08rem, 1.48vw, 1.38rem);
  letter-spacing: 0;
}
.hero-mini-text em {
  max-width: 22ch;
}

.home-catalog-section {
  min-height: clamp(430px, 45vw, 660px);
  background: var(--bg);
}
.home-catalog-section::before {
  z-index: 1;
  background:
    linear-gradient(90deg, var(--bg), color-mix(in srgb, var(--bg) 58%, transparent) 14%, color-mix(in srgb, var(--bg) 48%, transparent) 86%, var(--bg)),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 92%, transparent), color-mix(in srgb, var(--surface) 48%, transparent) 50%, color-mix(in srgb, var(--bg) 88%, transparent));
}
.home-catalog-collage {
  inset: -2px 0;
  z-index: 0;
  opacity: .32;
}
.home-catalog-collage::after {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bg) 82%, transparent), transparent 13%, transparent 87%, color-mix(in srgb, var(--bg) 82%, transparent)),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 62%, transparent), transparent 32%, transparent 68%, color-mix(in srgb, var(--bg) 74%, transparent));
}
.home-catalog-collage-track {
  width: 360vw;
  min-height: 160%;
  grid-template-columns: repeat(54, minmax(82px, 1fr));
  grid-auto-rows: minmax(82px, 8vw);
  transform: translate3d(-8vw, -18%, 0);
  animation-duration: 420s;
}
.home-catalog-strip {
  position: relative;
  z-index: 2;
  min-height: clamp(380px, 38vw, 560px);
  padding-inline: clamp(18px, 3vw, 38px);
  background: color-mix(in srgb, var(--bg) 58%, transparent);
  backdrop-filter: blur(5px);
}
.home-catalog-track {
  animation-duration: 260s;
}
.home-catalog-tile {
  width: clamp(194px, 19vw, 270px);
  min-height: 132px;
  background: color-mix(in srgb, var(--surface) 88%, transparent);
}
.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .86)), var(--tile-show);
  opacity: .18;
  filter: saturate(.82);
}

.custom-home-section {
  min-height: clamp(560px, 62vw, 820px);
  display: grid;
  align-items: center;
  background: #1f1f1f;
}
.custom-home-section::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .96), rgba(22, 22, 22, .82) 42%, rgba(22, 22, 22, .54) 72%, rgba(22, 22, 22, .86)),
    linear-gradient(180deg, rgba(22, 22, 22, .18), rgba(22, 22, 22, .88));
}
.custom-home-section::after {
  z-index: 3;
}
.custom-home-layout {
  z-index: 2;
  grid-template-columns: minmax(280px, 780px);
  justify-content: start;
}
.custom-home-copy {
  max-width: 760px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(18, 18, 18, .38);
  backdrop-filter: blur(12px);
}
.custom-home-mosaic {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(10, minmax(130px, 1fr));
  grid-auto-rows: minmax(150px, 11vw);
  gap: 0;
  min-height: 100%;
  opacity: .42;
  transform: none;
  overflow: hidden;
}
.custom-home-tile,
.custom-home-tile:first-child,
.custom-home-tile:nth-child(2),
.custom-home-tile:nth-child(3) {
  grid-row: auto;
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.custom-home-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) contrast(.9);
  transform: scale(1.012);
}
.custom-home-tile figcaption {
  display: none;
}

@media (max-width: 720px) {
  .hero-mini-link {
    min-height: 96px;
  }
  .home-catalog-collage-track {
    width: 620vw;
    grid-template-columns: repeat(54, minmax(70px, 1fr));
    grid-auto-rows: minmax(78px, 24vw);
  }
  .home-catalog-strip {
    padding-inline: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .custom-home-section {
    min-height: 680px;
  }
  .custom-home-layout {
    grid-template-columns: 1fr;
  }
  .custom-home-copy {
    padding: 18px;
  }
  .custom-home-mosaic {
    grid-template-columns: repeat(5, minmax(92px, 1fr));
    grid-auto-rows: minmax(118px, 30vw);
    opacity: .34;
  }
}

/* K02 Reopen05: Sortimentfilter, Start-CTAs und Katalogmosaic */
.filter-group.is-open .filter-group-body {
  max-height: 2600px;
  overflow: visible;
}

.format-ratio-branch summary {
  align-items: center;
}

.format-ratio-branch summary small {
  margin-left: auto;
  color: var(--muted);
  font-size: .76rem;
}

.format-ratio-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.format-ratio-options .filter-pill:first-child {
  grid-column: 1 / -1;
  font-weight: 780;
  background: color-mix(in srgb, var(--accent) 7%, var(--surface));
}

.color-filter.color-filter-swatch {
  grid-template-columns: 1fr;
}

.filter-group[data-filter-group-key="colors"] .filter-pill-grid {
  grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));
}

.filter-group[data-filter-group-key="colors"] .color-filter-swatch {
  aspect-ratio: 1;
  min-height: 38px;
  padding: 7px;
}

.filter-group[data-filter-group-key="colors"] .color-filter-swatch .swatch {
  width: clamp(22px, 4.2vw, 28px);
  height: clamp(22px, 4.2vw, 28px);
}

.active-filter-trail {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto clamp(14px, 2vw, 22px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: .86rem;
}

.active-filter-trail[hidden] {
  display: none;
}

.active-filter-trail > span {
  color: var(--ink);
  font-weight: 780;
}

.active-filter-trail [data-active-filter-items] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.active-filter-trail [data-active-filter-items] span + span::before {
  content: "•";
  margin-right: 8px;
  color: color-mix(in srgb, var(--accent) 74%, var(--muted));
}

.product-card figure.tile-pattern[data-tile-orientation="rotated_portrait"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-card:hover figure.tile-pattern[data-tile-orientation="rotated_portrait"],
.product-card:focus-within figure.tile-pattern[data-tile-orientation="rotated_portrait"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-mini-actions {
  width: min(820px, 100%);
  align-items: start;
  gap: clamp(8px, 1.2vw, 14px);
}

.hero-mini-link {
  grid-template-columns: 32px minmax(0, 1fr) 16px;
  align-self: start;
  align-items: center;
  min-height: 0;
  height: clamp(94px, 8vw, 116px);
  gap: 10px;
  padding: clamp(10px, 1.2vw, 13px);
}

.hero-mini-index {
  width: 30px;
  height: 30px;
  font-size: .66rem;
}

.hero-mini-text {
  gap: 3px;
}

.hero-mini-text strong {
  font-size: clamp(.92rem, 1.05vw, 1.04rem);
}

.hero-mini-text small {
  font-size: .64rem;
}

.hero-mini-text em {
  max-width: 21ch;
  font-size: .76rem;
  line-height: 1.22;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-catalog-collage {
  inset: -20% 0 -24%;
  opacity: .44;
}

.home-catalog-collage-track {
  width: 430vw;
  min-height: 220%;
  grid-template-columns: repeat(72, minmax(54px, 1fr));
  grid-auto-rows: minmax(54px, 5vw);
  transform: translate3d(-10vw, -28%, 0);
  animation-duration: 520s;
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .91), rgba(255, 255, 255, .78)), var(--tile-show);
  opacity: .24;
  filter: saturate(.9);
}

@media (max-width: 720px) {
  .active-filter-trail {
    align-items: flex-start;
    flex-direction: column;
  }

  .format-ratio-options {
    grid-template-columns: 1fr;
  }

  .home-catalog-collage-track {
    width: 760vw;
    grid-template-columns: repeat(72, minmax(46px, 1fr));
    grid-auto-rows: minmax(54px, 18vw);
  }
}

/* K02 Reopen06 final override: muss nach allen aelteren Korrekturblöcken stehen */
.hero-mini-actions {
  width: min(800px, 100%);
  gap: clamp(8px, 1vw, 12px);
}

.hero-mini-link {
  grid-template-columns: 28px minmax(0, 1fr) 16px;
  min-height: clamp(86px, 7vw, 104px);
  height: auto;
  align-items: center;
  padding: clamp(10px, 1.2vw, 14px);
}

.hero-mini-link::after {
  bottom: 10px;
}

.hero-mini-index {
  width: 28px;
  height: 28px;
  font-size: .62rem;
}

.hero-mini-text {
  gap: 2px;
}

.hero-mini-text small {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.92rem, 1.08vw, 1.08rem);
  font-weight: 780;
  line-height: 1.08;
}

.hero-mini-text strong {
  max-width: 22ch;
  font-size: clamp(.76rem, .88vw, .9rem);
  font-weight: 620;
  line-height: 1.24;
}

.hero-mini-text em {
  display: none;
}

.home-path-section .section-head {
  margin-bottom: clamp(26px, 4vw, 48px);
}

.home-path-grid {
  margin-top: clamp(10px, 1.8vw, 22px);
}

.home-catalog-collage {
  inset: -18% 0 -28%;
  opacity: .64;
}

.home-catalog-collage::after {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--bg) 50%, transparent), transparent 10%, transparent 90%, color-mix(in srgb, var(--bg) 54%, transparent)),
    linear-gradient(180deg, color-mix(in srgb, var(--bg) 44%, transparent), transparent 28%, transparent 72%, color-mix(in srgb, var(--bg) 56%, transparent));
}

.home-catalog-collage-track {
  width: 560vw;
  min-height: 245%;
  grid-template-columns: repeat(96, minmax(46px, 1fr));
  grid-auto-rows: minmax(48px, 4.7vw);
  transform: translate3d(-12vw, -30%, 0);
  animation-duration: 560s;
}

.home-catalog-strip {
  background: color-mix(in srgb, var(--bg) 42%, transparent);
  backdrop-filter: blur(4px);
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .70), rgba(255, 255, 255, .52)), var(--tile-show);
  opacity: .46;
  filter: saturate(1.02) contrast(1.04);
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .86), rgba(22, 22, 22, .64) 42%, rgba(22, 22, 22, .34) 72%, rgba(22, 22, 22, .68)),
    linear-gradient(180deg, rgba(22, 22, 22, .08), rgba(22, 22, 22, .72));
}

.custom-home-mosaic {
  opacity: .5;
}

.tech-topic summary small {
  min-width: 78px;
  text-align: center;
}

@media (max-width: 1040px) {
  .tech-decision-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-topic-nav {
    position: relative;
    top: auto;
  }

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

@media (max-width: 720px) {
  .hero-mini-actions {
    grid-template-columns: 1fr;
  }

  .hero-mini-link {
    min-height: 78px;
  }

  .home-catalog-collage-track {
    width: 920vw;
    grid-template-columns: repeat(96, minmax(42px, 1fr));
    grid-auto-rows: minmax(48px, 16vw);
  }

  .tech-decision-strip,
  .tech-care-grid {
    grid-template-columns: 1fr;
  }

  .tech-topic summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 16px;
  }

  .tech-topic-body {
    padding: 16px;
  }

  .tech-table-card {
    border-radius: 8px;
  }
}

/* K02 Reopen08 final nach allen aelteren Korrekturregeln */
.home-catalog-collage,
.home-catalog-collage-track,
.custom-home-mosaic {
  display: none !important;
}

.home-catalog-section {
  min-height: 0;
  padding: clamp(42px, 6vw, 78px) 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 72%, var(--bg)), var(--bg));
}

.home-catalog-section::before {
  display: none;
}

.home-catalog-panel {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.home-catalog-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(16px, 3vw, 36px);
}

.home-catalog-copy .section-summary {
  max-width: 820px;
}

.home-catalog-marquee {
  padding-block: 2px;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.home-catalog-track {
  animation-duration: 260s;
}

.home-catalog-tile {
  min-height: 142px;
  background: color-mix(in srgb, var(--surface) 76%, transparent);
}

.home-catalog-tile::before {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .44), rgba(255, 255, 255, .28)), var(--tile-show);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .78;
  filter: saturate(1.12) contrast(1.06);
}

.custom-home-section {
  min-height: clamp(540px, 56vw, 760px);
  background:
    linear-gradient(90deg, rgba(20, 20, 20, .9), rgba(20, 20, 20, .58) 46%, rgba(20, 20, 20, .28)),
    linear-gradient(180deg, rgba(20, 20, 20, .12), rgba(20, 20, 20, .72)),
    var(--custom-image);
  background-size: cover;
  background-position: center;
}

.custom-home-section::before {
  background:
    linear-gradient(90deg, rgba(22, 22, 22, .38), transparent 58%),
    linear-gradient(180deg, transparent, rgba(22, 22, 22, .52));
}

.custom-home-layout {
  grid-template-columns: minmax(280px, 760px);
  justify-content: start;
}

.downloads-hero-covers {
  inset: -12% 0 -10%;
  opacity: .72;
}

.downloads-hero-track {
  gap: clamp(12px, 2vw, 24px);
  padding-left: 36vw;
  animation-duration: 190s;
}

.downloads-hero-tile {
  width: clamp(190px, 18vw, 286px);
  padding: 0;
  border-color: rgba(255, 255, 255, .16);
  background: #2a2926;
  pointer-events: none;
}

.downloads-hero-tile::before {
  background-image: var(--catalog-cover);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(1.1) contrast(1.04);
}

.downloads-hero-tile span,
.downloads-hero-tile strong {
  display: none;
}

@media (max-width: 720px) {
  .home-catalog-copy {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-catalog-copy .btn {
    justify-self: start;
  }

  .home-catalog-tile {
    width: clamp(184px, 68vw, 246px);
  }

  .custom-home-section {
    min-height: 620px;
  }

  .downloads-hero-covers {
    opacity: .54;
  }

  .downloads-hero-track {
    padding-left: 8vw;
  }

  .downloads-hero-tile {
    width: clamp(150px, 42vw, 210px);
  }
}
