/* Generated V71.1 bundle for the deployed search styles. */

/* /assets/site.css */
/* Сайдинг / V24. Shared storefront system, desktop and mobile. */
@font-face {
  font-family: Manrope;
  src: url("fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 600 800;
  font-display: swap;
}
:root {
  --ink: #202222;
  --muted: #737777;
  --line: #e2e4e2;
  --paper: #fff;
  --soft: #f4f5f3;
  --green: #427653;
  --r: 4px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
button {
  border-radius: var(--r);
}
[hidden] {
  display: none !important;
}
a,
button {
  touch-action: manipulation;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid #446c86;
  outline-offset: 4px;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.045em;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
h3 {
  font-size: 23px;
  margin-bottom: 14px;
}
p {
  margin-bottom: 18px;
}
.container {
  width: min(1320px, calc(100% - 80px));
  margin-inline: auto;
}
.icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 12px;
  z-index: 1200;
}
.skip-link:focus {
  top: 12px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s;
}
.button-dark,
.button-rust {
  color: #fff;
  background: #232626;
}
.button-dark:hover,
.button-rust:hover {
  background: #434848;
}
.button-ghost {
  background: #fff;
  border-color: #cfd2cf;
}
.button-ghost:hover {
  background: #f0f1ee;
  border-color: #8b918b;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.section {
  padding: 58px 0;
}
.section-tight {
  padding: 28px 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 27px;
}
.section-head h2 {
  margin: 0;
}
.section-head p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
}
.section-head .text-link {
  white-space: nowrap;
  margin-bottom: 5px;
}
.section-kicker,
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  margin: 0 0 12px;
}
/* Three clean header rows: business information, shopping tools, product navigation. */
.site-header {
  position: sticky;
  top: -35px;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid var(--line);
}
.utility-bar {
  height: 35px;
  background: var(--soft);
  font-size: 11px;
  color: #666b67;
}
.utility-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
}
.utility-inner > a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.utility-inner .icon {
  width: 14px;
  height: 14px;
}
.utility-inner nav {
  margin-left: auto;
  display: flex;
  gap: 24px;
}
.utility-inner a:hover {
  color: #111;
}
.header-row {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-symbol {
  display: grid;
  gap: 5px;
  width: 36px;
  transform: skewY(-9deg);
}
.brand-symbol i {
  display: block;
  height: 7px;
  background: currentColor;
}
.brand-word {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.brand-descriptor {
  display: block;
  font-size: 7px;
  letter-spacing: 0.11em;
  font-weight: 700;
  margin-top: 8px;
}
.catalog-toggle {
  min-height: 45px;
  padding: 10px 17px;
  gap: 10px;
  margin-left: 8px;
}
.catalog-toggle .icon {
  width: 18px;
  height: 18px;
}
.header-search {
  flex: 1;
  position: relative;
  min-width: 120px;
  display: flex;
  border: 1px solid #d7dad7;
  border-radius: 4px;
  background: #fafbf9;
  height: 45px;
}
.header-search input {
  width: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 12px;
  min-width: 0;
}
.header-search:focus-within {
  border-color: #515b53;
}
.header-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 43px;
  width: 42px;
  background: none;
  border: 0;
}
.header-search .icon {
  width: 19px;
  height: 19px;
}
.header-phone {
  white-space: nowrap;
  line-height: 1.5;
}
.header-phone strong {
  display: block;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.header-phone small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.cart-link {
  position: relative;
  display: grid;
  justify-items: center;
  font-size: 10px;
  gap: 3px;
  min-width: 55px;
  padding: 0 8px;
}
.cart-count {
  font-size: 9px;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #232626;
  color: #fff;
  padding: 0 4px;
}
.cart-link .cart-count {
  position: absolute;
  right: 3px;
  top: -5px;
  border: 2px solid #fff;
  width: auto;
  height: 19px;
}
.category-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 47px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
}
.category-nav a {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding-top: 2px;
}
.category-nav a:hover,
.category-nav a[aria-current="page"] {
  border-bottom-color: #202222;
}
.category-nav .nav-calc {
  margin-left: auto;
}
.nav-calc .icon {
  width: 17px;
  height: 17px;
}
.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid var(--line);
  place-items: center;
}
.mobile-panel {
  display: none;
}
.catalog-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 28px #00000012;
  max-height: 75vh;
  overflow: auto;
}
.mega-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 70px;
  padding-block: 32px;
}
.mega-grid small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 14px;
}
.mega-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
}
.mega-grid a:hover {
  text-decoration: underline;
}
.mega-grid .icon {
  width: 16px;
  height: 16px;
}
.mega-help {
  padding: 24px;
  background: var(--soft);
}
.mega-help h3 {
  font-size: 24px;
}
.mega-help p {
  font-size: 12px;
  color: var(--muted);
}
.search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 320px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px #0002;
  max-height: 65vh;
  overflow: auto;
  z-index: 110;
}
.search-result {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.search-result img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.search-result-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  line-height: 1.45;
}
.search-result-name {
  overflow-wrap: anywhere;
}
.search-result-code,
.search-result-stock {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}
.search-result b {
  font-size: 11px;
  white-space: nowrap;
}
.search-result:hover {
  background: var(--soft);
}
.search-all,
.search-no-result {
  display: block;
  padding: 14px;
  font-size: 12px;
}
.search-all {
  font-weight: 700;
}
/* Home: typography and the actual material carry the visual identity. */
.home-hero {
  padding: 26px 0 0;
}
.hero-layout {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 472px;
  background: #f2f3f0;
  overflow: hidden;
}
.hero-copy {
  padding: 50px 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-copy .eyebrow {
  font-size: 9px;
  letter-spacing: 0.16em;
  margin-bottom: 26px;
}
.hero-copy h1 {
  font-size: clamp(40px, 4.1vw, 59px);
  line-height: 1.11;
  letter-spacing: -0.065em;
  margin: 0 0 23px;
}
.hero-copy h1 span {
  color: #777e78;
}
.hero-description {
  font-size: 13px;
  line-height: 1.85;
  color: #666d67;
  max-width: 410px;
  margin-bottom: 29px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 21px;
}
.hero-actions .button {
  padding: 13px 18px;
  font-size: 12px;
}
.hero-calc {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-calc .icon {
  width: 19px;
  height: 19px;
}
.hero-footnote {
  margin-top: 37px;
  padding-top: 19px;
  border-top: 1px solid #d9ddd6;
  display: flex;
  gap: 14px;
  font-size: 9px;
  color: #7b827b;
}
.hero-visual {
  position: relative;
  min-width: 0;
  background: #a5a38c;
  overflow: hidden;
}
.hero-visual > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 77% center;
  filter: saturate(0.68);
}
.hero-image-caption {
  position: absolute;
  bottom: 26px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  text-shadow: 0 1px 5px #0007;
}
.hero-image-caption:before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -50px -30px -26px;
  background: linear-gradient(transparent, #0008);
  pointer-events: none;
}
.hero-image-caption > span {
  position: relative;
}
.hero-image-caption b {
  font-weight: 400;
}
.round-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid #fff9;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.home-categories {
  padding-top: 47px;
  padding-bottom: 44px;
}
.home-categories h2 {
  font-size: 29px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.category-image {
  aspect-ratio: 1.8;
  overflow: hidden;
  background: var(--soft);
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
  filter: saturate(0.7);
}
.category-tile:hover .category-image img {
  transform: scale(1.035);
}
.category-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px;
}
.category-title h3 {
  font-size: 16px;
  letter-spacing: -0.025em;
  margin: 0;
}
.category-title .icon {
  width: 18px;
  height: 18px;
}
.category-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin-top: 7px;
}
.category-meta b {
  font-weight: 400;
  color: #4a514b;
}
.brand-strip-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 125px;
}
.brand-strip-inner > div {
  border-right: 1px solid var(--line);
}
.brand-strip strong {
  font-size: 14px;
  line-height: 1.6;
  display: block;
}
.brand-strip span {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 7px;
}
.brand-strip a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.brand-strip img {
  width: 130px;
  height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: opacity 0.2s;
}
.brand-strip a:hover img {
  opacity: 1;
}
.home-products {
  padding-block: 52px;
}
.home-products .section-head h2 {
  font-size: 33px;
}
.home-products .catalog-more {
  margin-top: 27px;
}
.calculation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--soft);
}
.calculation-photo {
  height: 380px;
  overflow: hidden;
}
.calculation-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65);
}
.calculation-copy {
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.calculation-copy h2 {
  font-size: 34px;
}
.calculation-copy p:not(.section-kicker) {
  font-size: 13px;
  color: var(--muted);
  max-width: 400px;
}
.calculation-copy > .text-link {
  margin-top: 20px;
  font-size: 11px;
}
/* Product grids. */
.catalog-panel {
  min-width: 0;
}
.product-grid,
.brand-product-grid,
.series-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  transition: border-color 0.2s;
}
.product-card:hover {
  border-color: #989f98;
}
.product-photo {
  height: 205px;
  display: grid;
  place-items: center;
  position: relative;
  background: #fafbf9;
  padding: 24px;
  overflow: hidden;
}
.product-photo img {
  width: 170px;
  height: 155px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.2s;
}
.product-card:hover .product-photo img {
  transform: scale(1.035);
}
.brand-badge {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 9px;
  font-weight: 700;
  color: #858b83;
  letter-spacing: 0.025em;
}
.product-copy {
  padding: 17px 17px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 7px;
}
.product-series {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #7d847d;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-name {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  min-height: 41px;
}
.product-name:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-spec-line {
  display: flex;
  gap: 5px;
  font-size: 10px;
  color: #7d847d;
  flex-wrap: wrap;
  margin: 1px 0 8px;
}
.product-buy {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 7px;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #edf0ec;
}
.product-buy strong {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.product-buy small {
  display: block;
  color: var(--green);
  font-size: 9px;
  margin-top: 6px;
}
.mini-add {
  width: 41px;
  min-width: 41px;
  height: 41px;
  font-size: 0;
  border: 1px solid #dadeda;
  background: #fff;
  display: grid;
  place-items: center;
  transition: background 0.2s;
}
.mini-add:hover,
.mini-add.added {
  background: #242824;
  border-color: #242824;
  color: #fff;
}
.catalog-more {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.catalog-more .button {
  min-width: 230px;
  background: #fff;
  border-color: #cbd0c9;
  color: #252a25;
}
.catalog-more .button:hover {
  background: var(--soft);
}
/* Catalog has a real shopping layout and useful controls. */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: var(--muted);
  padding: 24px 0 0;
  flex-wrap: wrap;
}
.breadcrumbs i {
  font-style: normal;
  color: #b8bcb6;
}
.breadcrumbs a:hover {
  color: #202222;
}
.page-hero {
  padding: 24px 0 4px;
}
.page-hero-box {
  padding: 0;
  background: none;
}
.page-hero h1 {
  margin: 0 0 16px;
  font-size: 40px;
}
.page-hero p {
  font-size: 13px;
  color: var(--muted);
  max-width: 850px;
  margin-bottom: 10px;
}
.brand-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand-hero-logo {
  flex-shrink: 0;
}
.brand-hero-logo img {
  width: 160px;
  height: 90px;
  object-fit: contain;
  filter: grayscale(1);
}
.shop-catalog {
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr);
  gap: 34px;
  padding-bottom: 20px;
}
.catalog-sidebar {
  border-right: 1px solid var(--line);
  padding-right: 25px;
}
.sidebar-title {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 14px;
}
.catalog-sidebar nav {
  margin-bottom: 27px;
}
.catalog-sidebar nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  padding: 9px 0;
  gap: 8px;
}
.catalog-sidebar nav .icon {
  width: 13px;
  height: 13px;
}
.catalog-sidebar nav a:hover {
  color: #000;
  text-decoration: underline;
}
.filter-chips {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.catalog-sidebar .filter-chips {
  flex-direction: column;
  gap: 5px;
}
.filter-chip {
  text-align: left;
  border: 1px solid transparent;
  background: none;
  min-height: 38px;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.filter-chip.active {
  background: #edefeb;
  border-color: #e2e5df;
  font-weight: 700;
}
.filter-chip:hover {
  background: #f4f5f3;
}
.catalog-sidebar .filter-chip:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #aeb5ab;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: -1px;
  background: #fff;
}
.catalog-sidebar .filter-chip.active:before {
  border: 4px solid #333b32;
}
.sidebar-help {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  background: var(--soft);
  gap: 10px;
  margin-top: 28px;
}
.sidebar-help b {
  font-size: 12px;
}
.sidebar-help span {
  font-size: 10px;
  color: var(--muted);
}
.catalog-body {
  min-width: 0;
}
.catalog-tools {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.catalog-search {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  min-width: 180px;
}
.catalog-search > .catalog-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--muted);
  pointer-events: none;
}
.catalog-search input,
.select-wrap select,
.sort-control select {
  height: 43px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  font-size: 11px;
  padding: 0 12px;
}
.catalog-search input {
  padding-left: 40px;
}
.select-wrap {
  max-width: 175px;
}
.sort-control {
  width: 160px;
}
.catalog-count {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 11px;
}
.catalog-count b {
  color: #333;
}
.shop-catalog .product-grid,
.shop-catalog .brand-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}
.filter-toggle {
  display: none;
}
.catalog-empty {
  text-align: center;
  padding: 70px 20px;
  border: 1px solid var(--line);
}
.catalog-empty p {
  color: var(--muted);
}
/* Product detail with image, colors and purchase controls. */
.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  padding: 34px 0 30px;
}
.product-gallery {
  position: sticky;
  top: 150px;
  height: max-content;
}
.main-product-stage {
  height: 470px;
  background: #f5f6f3;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  padding: 40px;
}
.main-product-stage img {
  width: 330px;
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.product-intro h1 {
  font-size: 33px;
  line-height: 1.3;
  margin: 12px 0 18px;
}
.detail-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.detail-tags span {
  font-size: 10px;
  background: var(--soft);
  padding: 5px 8px;
}
.big-price {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 22px 0 7px;
}
.stockline {
  color: var(--green);
  font-size: 11px;
}
.buybox {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 22px 0;
}
.buybox > .button {
  min-height: 47px;
  padding: 12px 15px;
  font-size: 12px;
}
.product-quantity {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 9px;
  color: var(--muted);
}
.product-quantity input {
  width: 73px;
  height: 47px;
  background: #fff;
  border: 1px solid #cdd2c9;
  text-align: center;
  padding: 0 7px;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
}
.product-text {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin: 25px 0 14px;
}
.spec-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
.spec-table th,
.spec-table td {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.spec-table th {
  width: 43%;
  font-weight: 400;
  color: var(--muted);
}
.spec-table a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.color-selector {
  margin: 22px 0 12px;
  font-size: 11px;
}
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}
.color-options a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  padding: 3px;
  border-radius: 3px;
}
.color-options a:hover,
.color-options a[aria-current="page"] {
  border: 2px solid #292e28;
  padding: 2px;
}
.color-options img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-service {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.product-service a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
}
.product-service .icon {
  width: 17px;
  height: 17px;
}
/* Articles, comparisons, brand and series navigation. */
.retail-info-section {
  border-top: 1px solid var(--line);
  padding-top: 54px;
}
.retail-info-head {
  align-items: start;
}
.retail-info-head h2 {
  max-width: 560px;
}
.retail-info-head > p {
  font-size: 12px;
  max-width: 400px;
}
.retail-copy-grid,
.category-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(240px, 0.75fr);
  gap: 60px;
}
.retail-copy-main p,
.category-seo-copy p,
.category-seo-copy li {
  color: #6a7269;
  font-size: 13px;
  line-height: 1.85;
}
.retail-copy-main strong {
  font-weight: 700;
  color: #3d443c;
}
.retail-quick-links a,
.retail-brand-list a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.retail-quick-links span,
.retail-brand-list span {
  font-size: 10px;
  color: var(--muted);
}
.retail-table-block,
.seo-table-block {
  margin-top: 30px;
}
.retail-table-block h3 {
  font-size: 24px;
}
.retail-lower-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  margin-top: 38px;
}
.retail-lower-grid p {
  font-size: 13px;
  color: var(--muted);
}
.retail-lower-grid h3 {
  font-size: 24px;
}
.retail-lower-grid p a,
.category-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.seo-table-wrap,
.guide-table-wrap {
  max-width: 100%;
  overflow: auto;
  border-top: 1px solid #303a2f;
  border-bottom: 1px solid var(--line);
}
.seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.seo-table th {
  background: #f5f6f3;
  text-align: left;
  font-size: 10px;
  color: #757e72;
  font-weight: 700;
  padding: 15px 18px;
}
.seo-table td {
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  vertical-align: top;
}
.seo-table a {
  font-weight: 700;
}
.seo-table a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-table td:last-child {
  white-space: nowrap;
}
.seo-table-intro {
  color: var(--muted);
  font-size: 12px;
  max-width: 900px;
}
.category-summary {
  background: var(--soft);
  padding: 25px;
  align-self: start;
}
.category-summary > strong {
  font-size: 13px;
}
.summary-metrics {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}
.summary-metrics > div {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.summary-metrics b {
  font-size: 22px;
  display: block;
  line-height: 1.4;
}
.summary-metrics span {
  font-size: 11px;
  color: var(--muted);
}
.category-summary .button {
  width: 100%;
  margin-top: 9px;
  font-size: 11px;
  padding-inline: 10px;
}
.category-seo-copy h2 {
  font-size: 30px;
}
.route-link-panel,
.v19-editorial-panel {
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.route-link-panel > div > p {
  font-size: 13px;
  color: var(--muted);
}
.route-link-grid,
.series-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.route-link-grid a,
.series-link-grid a {
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 17px 0;
  gap: 7px;
  font-size: 13px;
}
.route-link-grid span,
.series-link-grid span {
  color: var(--muted);
  font-size: 11px;
}
.route-link-grid a:hover,
.series-link-grid a:hover {
  border-color: #333;
}
.v19-editorial-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  color: var(--muted);
  font-size: 13px;
}
.series-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}
.series-hub-group h3 {
  font-size: 21px;
}
.series-hub-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.series-hub-links a span {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.catalog-brand-links {
  display: flex;
  gap: 20px;
  font-size: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.catalog-brand-links span {
  color: var(--muted);
}
.catalog-brand-links a {
  font-weight: 700;
}
.series-products {
  padding-top: 30px;
}
.series-related {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 30px;
}
.series-related a {
  margin-right: 15px;
}
.brand-catalog {
  padding-top: 25px;
}
/* Forms, supporting pages and reviews. */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.panel {
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
  min-width: 0;
}
.panel h2 {
  font-size: 29px;
}
.panel p {
  font-size: 13px;
  color: var(--muted);
}
.panel.dark {
  background: #f1f3ef;
  border: 0;
}
.info-card {
  padding: 25px 0;
  border-top: 1px solid #444d42;
}
.info-card .num {
  font-size: 11px;
  color: #90988d;
  margin-bottom: 25px;
}
.info-card h3 {
  font-size: 23px;
}
.info-card p {
  font-size: 13px;
  color: var(--muted);
}
.calc-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 11px;
  color: #676f63;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfd5cb;
  background: #fff;
  border-radius: 3px;
  min-height: 47px;
  padding: 11px 13px;
}
.field textarea {
  resize: vertical;
  min-height: 110px;
}
.field .button {
  width: 100%;
}
.calc-result {
  margin-top: 28px;
  padding: 24px;
  background: var(--soft);
}
.calc-result span {
  font-size: 11px;
  display: block;
  color: var(--muted);
}
.calc-result strong {
  font-size: 40px;
  letter-spacing: -0.045em;
}
.form-status {
  font-size: 12px;
  padding: 12px;
  background: var(--soft);
}
.is-error {
  color: #a83929;
}
.is-success {
  color: #356544;
}
.review-section {
  padding: 50px 0;
}
.review-grid,
.reviews-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.review-card {
  border-top: 1px solid #bac2b5;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.review-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.review-card h3 {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 6px;
}
.review-card time {
  font-size: 10px;
  color: var(--muted);
}
.review-stars {
  font-size: 12px;
  letter-spacing: 2px;
  color: #4c5a45;
}
.review-product {
  font-size: 11px;
  font-weight: 700;
  margin: 18px 0 12px;
}
.review-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.review-more {
  text-align: center;
  margin-top: 22px;
}
.review-summary {
  font-size: 12px;
  color: var(--muted);
}
.review-summary strong {
  font-size: 25px;
  color: #333;
}
.reviews-intro-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  gap: 25px;
}
.reviews-intro-bar p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
.reviews-intro-bar strong {
  font-size: 25px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 55px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  padding: 23px 35px 23px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  list-style: none;
  line-height: 1.6;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 17px;
  font-size: 23px;
  font-weight: 400;
}
.faq details[open] summary:after {
  content: "−";
}
.faq p {
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  padding-right: 28px;
}
/* Basket, checkout, feedback. */
body.cart-open {
  overflow: hidden;
}
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
}
.cart-drawer.open {
  visibility: visible;
  pointer-events: auto;
}
.cart-backdrop {
  position: absolute;
  inset: 0;
  background: #1118;
  opacity: 0;
  transition: opacity 0.2s;
}
.cart-drawer.open .cart-backdrop {
  opacity: 1;
}
.cart-sheet {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(470px, 100%);
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s;
  display: flex;
  flex-direction: column;
}
.cart-drawer.open .cart-sheet {
  transform: none;
}
.cart-sheet-head {
  padding: 26px 25px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-sheet-head small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}
.cart-sheet-head h3 {
  font-size: 27px;
  margin: 6px 0 0;
}
.cart-close,
.close {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 23px;
  line-height: 1;
  border-radius: 3px;
}
.cart-sheet-list {
  padding: 0 22px;
  overflow: auto;
  flex: 1;
}
.drawer-item,
.cart-page-item {
  display: grid;
  grid-template-columns: 70px 1fr auto 22px;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.drawer-item > img,
.cart-page-item > img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #f6f7f4;
}
.cart-item-main b {
  display: block;
  font-size: 11px;
  line-height: 1.55;
}
.cart-item-main small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin: 4px 0;
}
.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  margin-top: 5px;
  border-radius: 3px;
}
.qty-control button {
  width: 29px;
  height: 29px;
  border: 0;
  background: #f8f9f6;
}
.qty-control span {
  font-size: 11px;
  width: 30px;
  text-align: center;
}
.line-total {
  font-size: 12px;
  white-space: nowrap;
}
.cart-remove {
  font-size: 22px;
  background: none;
  border: 0;
  color: #8a9185;
  padding: 0;
}
.cart-sheet-footer {
  padding: 23px;
  background: var(--soft);
  border-top: 1px solid var(--line);
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.cart-total-row strong {
  font-size: 27px;
}
.cart-sheet-footer p {
  font-size: 10px;
  color: var(--muted);
  margin: 9px 0 16px;
}
.cart-checkout {
  width: 100%;
}
.empty-cart {
  padding: 65px 15px;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.empty-cart b {
  display: block;
  color: #333;
  font-size: 18px;
}
.empty-cart-icon {
  font-size: 35px;
  display: block;
  margin-bottom: 20px;
}
.cart-page-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}
.cart-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cart-page-title h2 {
  font-size: 26px;
}
.clear-cart {
  background: none;
  border: 0;
  text-decoration: underline;
  font-size: 10px;
  color: var(--muted);
}
.cart-page-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #b4bdad;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 12px;
}
.cart-page-total strong {
  font-size: 25px;
}
.quote-item {
  display: grid;
  grid-template-columns: 60px 1fr 35px;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.quote-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.quote-item small {
  display: block;
  font-size: 10px;
  color: var(--muted);
}
.notice {
  padding: 24px;
  background: var(--soft);
  font-size: 13px;
}
.notice a {
  text-decoration: underline;
}
.cart-toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1100;
  background: #242924;
  color: #fff;
  border-radius: 4px;
  padding: 16px 22px;
  box-shadow: 0 4px 18px #0002;
  font-size: 12px;
  max-width: calc(100% - 30px);
  width: max-content;
}
.cart-toast a {
  text-decoration: underline;
  margin-left: 15px;
}
/* Footer */
.footer {
  background: #202422;
  color: #e7ebe5;
  margin-top: 55px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 45px;
  padding: 50px 0 38px;
}
.footer .wordmark {
  color: #fff;
}
.footer .brand-word {
  font-size: 28px;
}
.footer .brand-descriptor {
  font-size: 6px;
}
.footer p {
  font-size: 11px;
  line-height: 1.8;
  color: #a0aaa0;
  max-width: 280px;
  margin-top: 22px;
}
.footer h4 {
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 22px;
}
.footer-grid > div > a:not(.wordmark),
.footer-grid > div > span {
  display: block;
  font-size: 11px;
  color: #abb5a9;
  margin: 11px 0;
}
.footer-grid > div > a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #ffffff18;
  padding: 20px 0 25px;
  font-size: 9px;
  color: #9aa496;
}
/* Tablet */
@media (min-width: 1500px) {
  .hero-layout {
    min-height: 510px;
  }
  .hero-copy {
    padding: 56px 48px;
  }
}
@media (max-width: 1180px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-row {
    gap: 16px;
  }
  .header-phone {
    display: none;
  }
  .category-nav {
    gap: 23px;
    font-size: 11px;
  }
  .hero-layout {
    grid-template-columns: 47% 53%;
    min-height: 440px;
  }
  .hero-copy {
    padding: 32px;
  }
  .hero-copy h1 {
    font-size: 45px;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  .hero-footnote {
    gap: 10px;
    font-size: 8px;
  }
  .product-photo {
    height: 180px;
  }
  .category-title h3 {
    font-size: 14px;
  }
  .calculation-copy {
    padding: 30px;
  }
  .shop-catalog {
    grid-template-columns: 185px 1fr;
    gap: 25px;
  }
  .catalog-sidebar {
    padding-right: 18px;
  }
  .product-copy {
    padding: 14px;
  }
  .product-name {
    font-size: 12px;
  }
  .product-buy strong {
    font-size: 20px;
  }
  .product-page {
    gap: 35px;
  }
  .product-intro h1 {
    font-size: 29px;
  }
  .main-product-stage {
    height: 430px;
  }
  .retail-copy-grid,
  .category-seo-grid,
  .retail-lower-grid {
    gap: 32px;
  }
  .footer-grid {
    gap: 25px;
  }
}
@media (max-width: 940px) {
  .category-nav {
    gap: 20px;
    overflow: auto;
    scrollbar-width: none;
  }
  .category-nav .nav-calc {
    display: none;
  }
  .hero-layout {
    min-height: 440px;
  }
  .hero-copy h1 {
    font-size: 39px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-footnote {
    display: none;
  }
  .category-grid {
    gap: 15px;
  }
  .category-title h3 {
    font-size: 13px;
  }
  .category-meta {
    font-size: 9px;
  }
  .brand-strip-inner {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
  .brand-strip strong {
    font-size: 11px;
  }
  .brand-strip img {
    width: 105px;
  }
  .product-grid,
  .brand-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-products .product-card:nth-child(n + 7) {
    display: none;
  }
  .shop-catalog {
    grid-template-columns: 165px 1fr;
    gap: 23px;
  }
  .shop-catalog .product-grid,
  .shop-catalog .brand-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-tools {
    gap: 8px;
  }
  .catalog-search {
    flex-basis: 100%;
  }
  .select-wrap,
  .sort-control {
    flex: 1;
    max-width: none;
    width: auto;
  }
  .review-grid,
  .reviews-page-grid {
    gap: 22px;
  }
  .section-head h2 {
    font-size: 28px;
  }
  .product-page {
    gap: 25px;
  }
  .product-intro h1 {
    font-size: 25px;
  }
  .main-product-stage {
    height: 360px;
    padding: 20px;
  }
  .product-service {
    gap: 15px;
  }
  .product-service a {
    font-size: 9px;
  }
  .color-options a {
    width: 37px;
    height: 37px;
  }
  .retail-info-head {
    display: block;
  }
  .retail-info-head > p {
    margin-top: 15px;
    max-width: 700px;
  }
  .retail-copy-grid,
  .category-seo-grid {
    grid-template-columns: 1fr;
  }
  .retail-quick-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
  }
  .category-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
  }
  .category-summary > strong {
    grid-column: 1/-1;
  }
  .summary-metrics {
    grid-column: 1/-1;
    display: flex;
    gap: 30px;
  }
  .summary-metrics > div {
    flex: 1;
  }
  .summary-metrics b {
    font-size: 20px;
  }
  .category-summary .button {
    margin: 0;
  }
  .cart-page-grid {
    grid-template-columns: 1fr;
  }
  .series-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .footer-grid > div:last-child h4 {
    margin: 0;
  }
  .calculation-copy h2 {
    font-size: 28px;
  }
  .calculation-photo {
    height: 370px;
  }
}
/* Mobile */
@media (max-width: 680px) {
  html {
    scroll-padding-top: 145px;
  }
  .container {
    width: calc(100% - 32px);
  }
  body {
    font-size: 13px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  .section {
    padding: 35px 0;
  }
  .section-tight {
    padding: 22px 0;
  }
  .section-head {
    gap: 15px;
    align-items: center;
    margin-bottom: 22px;
  }
  .section-head h2 {
    font-size: 26px;
  }
  .section-head > p {
    display: none;
  }
  .section-head .text-link {
    font-size: 10px;
    gap: 5px;
  }
  .section-head .text-link .icon {
    width: 17px;
  }
  .section-kicker {
    font-size: 8px;
    margin-bottom: 8px;
  }
  .site-header {
    top: -28px;
  }
  .utility-bar {
    height: 28px;
    font-size: 9px;
  }
  .utility-inner {
    gap: 10px;
    justify-content: space-between;
  }
  .utility-inner nav {
    display: none;
  }
  .utility-inner > .icon {
    width: 12px;
  }
  .utility-inner > a .icon {
    width: 12px;
    height: 12px;
  }
  .header-row {
    height: 113px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 0 14px;
    padding-top: 13px;
    padding-bottom: 12px;
    align-items: center;
  }
  .brand-word {
    font-size: 27px;
  }
  .brand-symbol {
    width: 29px;
    gap: 4px;
  }
  .brand-symbol i {
    height: 6px;
  }
  .brand-descriptor {
    font-size: 6px;
    margin-top: 7px;
  }
  .wordmark {
    gap: 10px;
  }
  .catalog-toggle {
    display: none;
  }
  .menu-btn {
    display: grid;
    grid-column: 3;
    grid-row: 1;
    width: 37px;
    height: 37px;
    border: 0;
  }
  .cart-link {
    grid-column: 2;
    grid-row: 1;
    min-width: 32px;
    padding: 0;
  }
  .cart-link > span {
    display: none;
  }
  .cart-link .cart-count {
    right: -8px;
    top: -6px;
  }
  .header-search {
    grid-column: 1/-1;
    grid-row: 2;
    height: 38px;
    margin-top: 12px;
    width: 100%;
    min-width: 0;
  }
  .header-search input {
    font-size: 11px;
    padding-left: 12px;
  }
  .header-search button {
    height: 36px;
  }
  .category-nav {
    display: none;
  }
  .mobile-panel.open {
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 150px);
    overflow: auto;
    border-top: 1px solid var(--line);
    padding: 12px 24px 25px;
    gap: 0;
    background: #fff;
  }
  .mobile-panel a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-panel .icon {
    width: 17px;
    height: 17px;
  }
  .search-results {
    min-width: 0;
    left: 0;
    right: 0;
    max-height: 60vh;
  }
  .search-result {
    grid-template-columns: 40px 1fr auto;
    padding: 10px;
    gap: 7px;
    font-size: 10px;
  }
  .search-result b {
    font-size: 10px;
  }
  .home-hero {
    padding-top: 16px;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    padding: 30px 24px 28px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 17px;
  }
  .hero-copy h1 {
    font-size: 41px;
    line-height: 1.12;
    margin-bottom: 18px;
  }
  .hero-description {
    font-size: 11px;
    line-height: 1.85;
    margin-bottom: 23px;
  }
  .hero-description br {
    display: none;
  }
  .hero-actions {
    flex-direction: row;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 12px 15px;
    min-height: 44px;
    gap: 8px;
  }
  .hero-calc {
    font-size: 10px;
    gap: 5px;
  }
  .hero-calc .icon {
    width: 16px;
  }
  .hero-visual {
    height: 246px;
    flex-shrink: 0;
  }
  .hero-visual > img {
    object-position: 76% center;
  }
  .hero-image-caption {
    bottom: 18px;
    left: 22px;
    right: 22px;
    font-size: 19px;
  }
  .round-arrow {
    width: 35px;
    height: 35px;
  }
  .round-arrow .icon {
    width: 18px;
  }
  .home-categories {
    padding: 30px 0;
  }
  .home-categories h2 {
    font-size: 24px;
    max-width: 210px;
    line-height: 1.2;
  }
  .home-categories .section-head .text-link {
    max-width: 92px;
    white-space: normal;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 14px;
  }
  .category-image {
    aspect-ratio: 1.5;
  }
  .category-title {
    margin-top: 12px;
    gap: 5px;
  }
  .category-title h3 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .category-title .icon {
    width: 14px;
    height: 14px;
  }
  .category-meta {
    font-size: 9px;
    gap: 4px;
    margin-top: 5px;
  }
  .category-meta b {
    font-size: 9px;
  }
  .brand-strip-inner {
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0 10px;
    gap: 12px 0;
    min-height: 0;
  }
  .brand-strip-inner > div {
    grid-column: 1/-1;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .brand-strip strong {
    font-size: 12px;
    line-height: 1.5;
  }
  .brand-strip span {
    font-size: 9px;
    max-width: 120px;
    margin: 0;
  }
  .brand-strip a {
    padding: 10px;
  }
  .brand-strip img {
    width: 90px;
    height: 45px;
  }
  .home-products {
    padding: 32px 0;
  }
  .home-products .section-head h2 {
    font-size: 27px;
  }
  .product-grid,
  .brand-product-grid,
  .series-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .home-products .product-card:nth-child(n + 7) {
    display: flex;
  }
  .product-photo {
    height: 148px;
    padding: 20px 12px 10px;
  }
  .product-photo img {
    width: 120px;
    height: 110px;
  }
  .brand-badge {
    left: 10px;
    top: 9px;
    font-size: 8px;
  }
  .product-copy {
    padding: 12px 10px;
    gap: 6px;
  }
  .product-series {
    font-size: 8px;
    letter-spacing: 0.055em;
  }
  .product-name {
    font-size: 10px;
    line-height: 1.6;
    min-height: 48px;
  }
  .product-spec-line {
    font-size: 8px;
    gap: 3px;
    margin-bottom: 3px;
  }
  .product-buy {
    padding-top: 11px;
    gap: 3px;
  }
  .product-buy strong {
    font-size: 18px;
    letter-spacing: -0.045em;
  }
  .product-buy small {
    font-size: 8px;
    margin-top: 5px;
  }
  .mini-add {
    width: 33px;
    min-width: 33px;
    height: 36px;
  }
  .catalog-more .button {
    font-size: 11px;
    min-height: 44px;
    padding: 12px 18px;
  }
  .calculation-layout {
    grid-template-columns: 1fr;
  }
  .calculation-photo {
    height: 245px;
  }
  .calculation-copy {
    padding: 27px 24px 30px;
  }
  .calculation-copy h2 {
    font-size: 28px;
  }
  .calculation-copy p:not(.section-kicker) {
    font-size: 12px;
  }
  .calculation-copy .button {
    font-size: 11px;
  }
  .retail-info-head h2 {
    font-size: 28px;
  }
  .retail-info-head > p {
    display: block;
    font-size: 11px;
    line-height: 1.8;
  }
  .retail-copy-main p,
  .category-seo-copy p,
  .category-seo-copy li {
    font-size: 12px;
  }
  .retail-copy-grid,
  .category-seo-grid {
    gap: 18px;
  }
  .retail-quick-links {
    grid-template-columns: 1fr;
  }
  .retail-quick-links a {
    font-size: 12px;
    padding: 13px 0;
  }
  .retail-lower-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .retail-lower-grid h3,
  .retail-table-block h3 {
    font-size: 22px;
  }
  .retail-lower-grid p {
    font-size: 12px;
  }
  .seo-table {
    font-size: 11px;
    min-width: 520px;
  }
  .seo-table th {
    font-size: 9px;
    padding: 13px 14px;
  }
  .seo-table td {
    padding: 14px;
    line-height: 1.7;
  }
  .seo-table-wrap {
    position: relative;
  }
  .retail-info-section {
    padding-top: 35px;
  }
  .review-section {
    padding: 35px 0;
  }
  .review-grid,
  .reviews-page-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .review-card {
    padding: 23px 0;
  }
  .review-summary {
    display: none;
  }
  .review-more {
    margin-top: 5px;
  }
  .reviews-intro-bar {
    flex-wrap: wrap;
    gap: 12px;
  }
  .faq {
    grid-template-columns: 1fr;
  }
  .faq summary {
    font-size: 12px;
    padding: 20px 30px 20px 0;
  }
  .faq p {
    font-size: 11px;
  }
  .footer {
    margin-top: 35px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    padding: 33px 0 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer p {
    max-width: 100%;
    margin-top: 17px;
    font-size: 10px;
  }
  .footer h4 {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .footer-grid > div > a:not(.wordmark),
  .footer-grid > div > span {
    font-size: 10px;
    margin: 9px 0;
  }
  .footer-grid > div:last-child {
    display: block;
    grid-column: 1/-1;
    border-top: 1px solid #ffffff18;
    padding-top: 22px;
  }
  .footer-grid > div:last-child h4 {
    margin-bottom: 15px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 8px;
    padding: 17px 0 22px;
  }
  .breadcrumbs {
    padding-top: 17px;
    font-size: 9px;
    gap: 7px;
  }
  .breadcrumbs > span {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .page-hero {
    padding: 22px 0 0;
  }
  .page-hero h1 {
    font-size: 30px;
    line-height: 1.28;
    margin-bottom: 12px;
  }
  .page-hero p {
    font-size: 11px;
    line-height: 1.85;
  }
  .brand-hero {
    align-items: start;
  }
  .brand-hero-logo img {
    width: 85px;
    height: 65px;
  }
  .shop-catalog {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
  }
  .catalog-sidebar {
    display: none;
    padding: 15px;
    border: 1px solid var(--line);
    background: var(--soft);
  }
  .shop-catalog.filters-open .catalog-sidebar {
    display: block;
  }
  .filter-toggle {
    display: flex;
    width: 100%;
    min-height: 42px;
    font-size: 11px;
    justify-content: flex-start;
  }
  .filter-toggle .icon {
    width: 16px;
    height: 16px;
  }
  .catalog-sidebar .filter-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .catalog-sidebar nav {
    margin-bottom: 18px;
  }
  .sidebar-help {
    display: none;
  }
  .shop-catalog .product-grid,
  .shop-catalog .brand-product-grid {
    gap: 14px 10px;
  }
  .catalog-tools {
    margin-bottom: 13px;
    gap: 8px;
  }
  .catalog-count {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .sort-control select,
  .select-wrap select,
  .catalog-search input {
    font-size: 10px;
    height: 42px;
  }
  .catalog-search {
    min-width: 0;
  }
  .catalog-empty {
    padding: 40px 15px;
  }
  .catalog-empty h3 {
    font-size: 22px;
  }
  .catalog-empty p {
    font-size: 11px;
  }
  .category-seo-copy h2,
  .seo-table-block h2 {
    font-size: 25px;
  }
  .category-summary {
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .summary-metrics {
    gap: 15px;
    margin: 5px 0;
  }
  .summary-metrics b {
    font-size: 18px;
    overflow-wrap: anywhere;
  }
  .summary-metrics span {
    font-size: 9px;
  }
  .route-link-grid,
  .series-link-grid,
  .series-hub-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .v19-editorial-columns {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 12px;
  }
  .route-link-panel h2,
  .v19-editorial-panel h2 {
    font-size: 25px;
  }
  .product-page {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 25px 0;
  }
  .product-gallery {
    position: static;
  }
  .main-product-stage {
    height: 290px;
    padding: 25px;
  }
  .main-product-stage img {
    width: 250px;
    height: 230px;
  }
  .product-intro h1 {
    font-size: 28px;
    margin: 10px 0 15px;
  }
  .detail-tags {
    gap: 6px;
  }
  .detail-tags span {
    font-size: 9px;
  }
  .product-intro .eyebrow {
    font-size: 9px;
  }
  .color-selector {
    font-size: 11px;
  }
  .color-options a {
    width: 41px;
    height: 41px;
  }
  .buybox {
    gap: 9px;
  }
  .buybox .button {
    font-size: 11px;
    padding-inline: 14px;
    flex: 1;
  }
  .buybox .button-ghost {
    flex-basis: 100%;
  }
  .product-service {
    gap: 15px;
  }
  .product-service a {
    font-size: 10px;
  }
  .product-text {
    font-size: 12px;
  }
  .spec-table {
    font-size: 11px;
  }
  .spec-table th {
    width: 42%;
  }
  .split,
  .three {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .panel {
    padding: 24px 20px;
  }
  .panel h2 {
    font-size: 25px;
  }
  .panel p {
    font-size: 12px;
  }
  .calc-form {
    gap: 16px 13px;
  }
  .field label {
    font-size: 10px;
  }
  .field input,
  .field textarea {
    font-size: 16px;
    padding: 10px;
  }
  .calc-result {
    padding: 20px;
  }
  .calc-result strong {
    font-size: 36px;
  }
  .info-card {
    padding: 20px 0 0;
  }
  .info-card .num {
    margin-bottom: 13px;
  }
  .cart-page-grid {
    gap: 20px;
  }
  .cart-page-item {
    grid-template-columns: 55px 1fr 22px;
    gap: 10px;
  }
  .cart-page-item > img {
    width: 55px;
    height: 65px;
  }
  .cart-page-item > .line-total {
    grid-column: 2;
    grid-row: 2;
  }
  .cart-page-item > .cart-remove {
    grid-column: 3;
    grid-row: 1;
  }
  .cart-page-title {
    gap: 10px;
  }
  .cart-page-title h2 {
    font-size: 24px;
  }
  .cart-page-total {
    font-size: 11px;
  }
  .cart-page-total strong {
    font-size: 25px;
  }
  .drawer-item {
    grid-template-columns: 58px 1fr auto 20px;
    gap: 8px;
  }
  .drawer-item > img {
    width: 58px;
    height: 65px;
  }
  .cart-item-main b {
    font-size: 10px;
  }
  .drawer-item .line-total {
    font-size: 10px;
  }
  .cart-sheet-head {
    padding: 23px 18px 17px;
  }
  .cart-sheet-list {
    padding: 0 15px;
  }
  .cart-sheet-footer {
    padding: 20px 17px;
  }
  .cart-toast {
    font-size: 11px;
    padding: 13px 15px;
    bottom: 16px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 24px);
  }
  .utility-inner > span {
    font-size: 8px;
  }
  .hero-copy {
    padding: 26px 20px;
  }
  .hero-copy h1 {
    font-size: 36px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-calc {
    font-size: 10px;
  }
  .hero-visual {
    height: 215px;
  }
  .product-buy strong {
    font-size: 16px;
  }
  .product-copy {
    padding: 11px 8px;
  }
  .mini-add {
    width: 29px;
    min-width: 29px;
  }
  .category-title h3 {
    font-size: 11px;
  }
  .category-meta {
    flex-wrap: wrap;
  }
  .cart-item-main b {
    font-size: 9px;
  }
  .drawer-item {
    grid-template-columns: 46px 1fr auto 17px;
  }
  .drawer-item > img {
    width: 46px;
  }
  .line-total {
    font-size: 9px;
  }
  .calc-form {
    grid-template-columns: 1fr;
  }
  .field.full {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
@media (max-width: 680px) {
  .hero-copy h1 {
    font-size: clamp(30px, 9.6vw, 42px);
  }
}
@media (max-width: 680px) {
  .catalog-menu {
    display: none;
  }
}


/* /assets/refinements.css */
/* V27: refined retail layout, monochrome original logos and turquoise accents. */
:root {
  --ink: #202020;
  --muted: #666666;
  --line: #dedede;
  --soft: #f4f4f4;
}
body {
  font-size: 15px;
  line-height: 1.7;
}
.button {
  font-size: 14px;
  min-height: 49px;
  border-radius: 3px;
}
.text-link {
  font-size: 14px;
}
.section {
  padding: 62px 0;
}
.section-kicker,
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #676767;
}
.section-head h2 {
  font-size: 34px;
  letter-spacing: -0.045em;
}
.section-head > p {
  font-size: 14px;
}
/* Header: generous search area, readable assistance, quieter visual chrome. */
.site-header {
  box-shadow: 0 2px 0 #21212103;
}
.utility-bar {
  font-size: 12px;
  background: #f4f4f4;
}
.utility-inner {
  gap: 26px;
}
.header-row {
  height: 89px;
  gap: 24px;
}
.brand-word {
  font-size: 32px;
  letter-spacing: -0.065em;
}
.brand-descriptor {
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.095em;
}
.brand-symbol {
  width: 34px;
  gap: 4px;
  transform: skewY(-8deg);
}
.brand-symbol i {
  height: 8px;
}
.catalog-toggle {
  min-height: 47px;
  padding: 11px 19px;
  font-size: 13px;
  margin-left: 12px;
}
.header-search {
  height: 47px;
  background: #ffffff;
  border-color: #c3c3c3;
}
.header-search input {
  font-size: 13px;
}
.header-search button {
  height: 45px;
}
.header-phone strong {
  font-size: 15px;
}
.header-phone small {
  font-size: 11px;
  margin-top: 2px;
}
.cart-link {
  font-size: 11px;
  gap: 5px;
}
.cart-link .icon {
  width: 25px;
  height: 25px;
}
.category-nav {
  height: 48px;
  font-size: 13px;
  gap: 31px;
}
.category-nav .icon {
  width: 18px;
  height: 18px;
}
.header-call {
  display: none;
}
.search-result {
  font-size: 12px;
  padding: 13px;
  grid-template-columns: 48px 1fr auto;
}
.search-result b {
  font-size: 12px;
}
.search-result img {
  width: 48px;
  height: 48px;
}
.search-all,
.search-no-result {
  font-size: 13px;
}
.mega-grid {
  gap: 50px;
}
.mega-grid small {
  font-size: 11px;
}
.mega-help p {
  font-size: 13px;
}
/* Main facade image: no decorative overlay; material and architecture stay visible. */
.home-hero {
  padding-top: 28px;
}
.hero-layout {
  grid-template-columns: 43% 57%;
  min-height: 490px;
  background: #f1f1f1;
  border-radius: 0;
}
.hero-copy {
  padding: 45px 40px;
  justify-content: center;
}
.hero-copy .eyebrow {
  font-size: 10px;
  letter-spacing: 0.075em;
  margin-bottom: 28px;
}
.hero-copy h1 {
  font-size: clamp(39px, 3.9vw, 56px);
  letter-spacing: -0.064em;
  line-height: 1.15;
  margin-bottom: 25px;
}
.hero-copy h1 span {
  color: #7b7b7b;
}
.hero-description {
  font-size: 14px;
  line-height: 1.8;
  color: #606060;
  margin-bottom: 30px;
  max-width: 380px;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 21px;
}
.hero-actions .button {
  font-size: 13px;
  padding: 14px 20px;
  min-height: 49px;
  gap: 14px;
}
.hero-calc {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  padding-top: 24px;
  margin-top: 35px;
  border-top: 1px solid #d3d3d3;
}
.hero-start-price small {
  font-size: 11px;
  color: #6e6e6e;
  display: block;
  margin-bottom: 3px;
}
.hero-start-price b {
  display: block;
  font-size: 31px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.hero-start-price b span {
  font-size: 21px;
}
.hero-bottom > a {
  font-size: 13px;
  line-height: 1.8;
}
.hero-bottom > a > span {
  color: #6f6f6f;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-bottom .icon {
  width: 16px;
  height: 16px;
}
.hero-visual {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #dddddd;
  overflow: hidden;
  position: relative;
}
.hero-visual > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 57px);
  object-fit: cover;
  object-position: 50% 56%;
  filter: none;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 57px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
}
.hero-visual figcaption > span {
  color: #6d6d6d;
}
.hero-visual figcaption a {
  font-weight: 700;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-visual figcaption .icon {
  width: 17px;
  height: 17px;
}
/* Material categories made from real product samples. */
.home-categories {
  padding: 51px 0 44px;
}
.home-categories h2 {
  font-size: 30px;
}
.category-grid {
  gap: 22px;
}
.category-tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.category-samples {
  height: 208px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 14px;
  border: 1px solid #e6e6e6;
}
.material-sample {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
  transform: none;
}
.category-title {
  margin-top: 19px;
  gap: 12px;
}
.category-title h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.category-title .icon {
  width: 18px;
  height: 18px;
}
.category-description {
  font-size: 12px;
  color: #7a7a7a;
  margin: 7px 0 12px;
}
.category-meta {
  font-size: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.category-meta b {
  font-size: 12px;
  font-weight: 700;
  color: #484848;
}
.brand-strip-inner {
  min-height: 121px;
}
.brand-strip strong {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}
.brand-strip span {
  font-size: 11px;
}
.brand-strip img {
  width: 135px;
  height: 55px;
  opacity: 0.85;
}
.home-products {
  padding: 53px 0;
}
.home-products .section-head {
  margin-bottom: 24px;
}
.home-products .section-head h2 {
  font-size: 34px;
}
.home-catalog-links {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 19px;
  margin-bottom: 23px;
  font-size: 13px;
}
.home-catalog-links a {
  font-weight: 700;
  color: #585858;
}
.home-catalog-links a:hover {
  color: #1b1b1b;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.home-catalog-links span {
  margin-left: auto;
  color: #828282;
  font-size: 11px;
}
/* Product cards: series, actual color, color options, price and clear action. */
.product-card {
  border-color: #e3e3e3;
  border-radius: 3px;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
.product-card:hover {
  border-color: #a9a9a9;
  box-shadow: 0 4px 15px #2b2b2b06;
}
.product-photo {
  height: 213px;
  background: #f4f4f4;
  padding: 30px 25px 10px;
}
.product-photo img {
  width: 170px;
  height: 170px;
  mix-blend-mode: multiply;
}
.product-card.has-hd-image .product-photo img {
  width: 210px;
  height: 185px;
}
.brand-badge {
  font-size: 11px;
  color: #636363;
  top: 13px;
  left: 17px;
  font-weight: 700;
}
.product-copy {
  padding: 19px 18px 18px;
  gap: 6px;
}
.product-series {
  font-size: 10px;
  letter-spacing: 0.035em;
  font-weight: 400;
  text-transform: none;
  color: #818181;
}
.product-name {
  font-size: 16px;
  line-height: 1.45;
  min-height: 24px;
  letter-spacing: -0.03em;
}
.card-color {
  font-size: 12px;
  line-height: 1.6;
  min-height: 20px;
  margin: 1px 0 3px;
}
.card-color > span {
  color: #848484;
}
.card-color b {
  font-weight: 400;
  color: #494949;
}
.product-spec-line {
  font-size: 10px;
  color: #828282;
  margin: 0 0 7px;
  min-height: 17px;
}
.card-palette {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0 14px;
}
.card-swatch {
  width: 27px;
  height: 27px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f9f9f9;
}
.card-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(2);
}
.card-swatch[aria-current="true"] {
  outline: 1px solid #656565;
  outline-offset: 2px;
}
.card-swatch:hover {
  outline: 1px solid #656565;
  outline-offset: 2px;
}
.palette-more {
  font-size: 10px;
  color: #6a6a6a;
  min-width: 27px;
  min-height: 27px;
  display: grid;
  place-items: center;
}
.product-buy {
  gap: 10px;
  padding-top: 16px;
  align-items: center;
  border-top: 1px solid #e4e4e4;
}
.product-buy strong {
  font-size: 25px;
  letter-spacing: -0.05em;
}
.product-buy small {
  font-size: 10px;
  margin-top: 5px;
  font-weight: 400;
}
.mini-add {
  width: auto;
  min-width: 105px;
  padding: 0 12px;
  height: 42px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  background: #2a2a2a;
  border-color: #2a2a2a;
  font-weight: 700;
}
.mini-add:hover,
.mini-add.added {
  background: #515151;
  border-color: #515151;
  color: #ffffff;
}
.catalog-more .button {
  font-size: 13px;
  min-height: 46px;
}
/* Catalog and editorial typography. */
.breadcrumbs {
  font-size: 11px;
  gap: 9px;
  line-height: 1.7;
}
.page-hero {
  padding: 26px 0 4px;
}
.page-hero h1 {
  font-size: 40px;
  line-height: 1.2;
}
.page-hero p {
  font-size: 14px;
  line-height: 1.8;
  max-width: 880px;
}
.sidebar-title {
  font-size: 14px;
  margin-bottom: 16px;
}
.catalog-sidebar nav a {
  font-size: 12px;
  padding: 10px 0;
}
.filter-chip {
  font-size: 12px;
  min-height: 39px;
}
.catalog-tools {
  gap: 12px;
  margin-bottom: 20px;
}
.catalog-search input,
.select-wrap select,
.sort-control select {
  font-size: 12px;
  height: 45px;
}
.sort-control {
  width: 174px;
}
.select-wrap {
  max-width: 175px;
}
.catalog-count {
  font-size: 12px;
  margin-bottom: 20px;
}
.sidebar-help b {
  font-size: 13px;
}
.sidebar-help span {
  font-size: 11px;
}
.category-seo-copy p,
.category-seo-copy li,
.retail-copy-main p {
  font-size: 14px;
  line-height: 1.9;
}
.retail-info-head > p {
  font-size: 14px;
  max-width: 430px;
}
.retail-quick-links a,
.retail-brand-list a {
  font-size: 14px;
  padding: 17px 0;
}
.retail-quick-links span,
.retail-brand-list span {
  font-size: 11px;
}
.retail-lower-grid p {
  font-size: 14px;
  line-height: 1.85;
}
.retail-lower-grid h3,
.retail-table-block h3 {
  font-size: 25px;
}
.seo-table {
  font-size: 13px;
}
.seo-table th {
  font-size: 11px;
}
.seo-table-intro {
  font-size: 13px;
}
.v19-editorial-columns {
  font-size: 14px;
  line-height: 1.85;
}
.series-hub-links a {
  font-size: 13px;
}
.series-hub-links a span {
  font-size: 11px;
}
.route-link-grid a,
.series-link-grid a {
  font-size: 14px;
}
.route-link-grid span,
.series-link-grid span {
  font-size: 12px;
}
.product-editorial-copy {
  max-width: 950px;
}
.product-editorial-copy h2 {
  font-size: 29px;
}
.product-editorial-copy p {
  font-size: 14px;
  color: var(--muted);
}
/* Gallery and buying panel. */
.product-page {
  gap: 52px;
  padding-top: 37px;
  align-items: start;
}
.product-gallery {
  top: 162px;
}
.main-product-stage {
  height: 450px;
  position: relative;
  padding: 42px;
  background: #f3f3f3;
  border-color: #e3e3e3;
}
.main-product-stage img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.main-product-stage.stage-hd img {
  width: 380px;
  height: 360px;
}
.main-product-stage[data-current-kind="facade"] {
  padding: 0;
  background: #f1f1f1;
}
.main-product-stage[data-current-kind="facade"] img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-expand {
  display: flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  padding: 8px 11px;
  border-radius: 3px;
  font-size: 10px;
}
.gallery-expand .icon {
  width: 17px;
  height: 17px;
}
.gallery-expand:hover {
  background: #f1f1f1;
}
.product-intro .eyebrow {
  font-size: 11px;
  margin-bottom: 16px;
}
.product-intro h1 {
  font-size: 32px;
  line-height: 1.28;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.detail-tags span {
  font-size: 11px;
  padding: 6px 9px;
  background: #f2f2f2;
}
.color-selector {
  font-size: 13px;
  margin: 24px 0 23px;
}
.color-options {
  gap: 9px;
  margin-top: 13px;
}
.color-options a {
  width: 43px;
  height: 43px;
  border-radius: 3px;
}
.purchase-panel {
  background: #f4f4f4;
  padding: 25px;
  margin-top: 22px;
  border: 1px solid #e5e5e5;
}
.purchase-panel .big-price {
  font-size: 37px;
  margin: 0 0 7px;
  line-height: 1.25;
}
.purchase-panel .stockline {
  font-size: 12px;
}
.purchase-panel .buybox {
  margin: 20px 0 0;
  flex-wrap: nowrap;
  align-items: end;
  gap: 12px;
}
.purchase-panel .buybox .button {
  flex: 1;
  min-height: 48px;
  font-size: 13px;
  gap: 10px;
}
.product-quantity {
  font-size: 10px;
  gap: 6px;
}
.product-quantity input {
  height: 48px;
  width: 84px;
  border-color: #c9c9c9;
}
.purchase-note {
  font-size: 11px;
  color: #818181;
  line-height: 1.7;
  margin: 15px 0 0;
  max-width: 390px;
}
.product-service {
  margin-top: 23px;
  padding: 16px 0;
  gap: 16px;
  justify-content: space-between;
}
.product-service a {
  font-size: 11px;
  gap: 8px;
}
.product-service .icon {
  width: 19px;
  height: 19px;
}
.product-section-nav {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  margin-top: 24px;
  padding-bottom: 13px;
}
.product-section-nav a {
  font-weight: 700;
  white-space: nowrap;
}
.product-section-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.product-text {
  font-size: 13px;
  line-height: 1.85;
  margin-top: 22px;
}
.spec-table {
  font-size: 13px;
  margin-top: 19px;
}
.spec-table th,
.spec-table td {
  padding: 12px 0;
}
.product-lightbox {
  border: 0;
  padding: 35px;
  background: #ffffff;
  width: min(1000px, 94vw);
  max-height: 94dvh;
  border-radius: 3px;
  overflow: auto;
  color: #3f3f3f;
}
.product-lightbox::backdrop {
  background: #191919c4;
}
.product-lightbox > img {
  width: 100%;
  height: 72dvh;
  object-fit: contain;
}
.product-lightbox > p {
  font-size: 13px;
  text-align: center;
  margin: 14px 0 0;
}
.lightbox-close {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 37px;
  height: 37px;
  font-size: 27px;
  border: 1px solid #dbdbdb;
  background: #ffffff;
}
.mobile-buybar {
  display: none;
}
/* Practical support, restrained reviews and footer. */
.calculation-feature {
  padding-top: 10px;
  padding-bottom: 57px;
}
.calculation-layout {
  grid-template-columns: 46% 54%;
  background: #f2f2f2;
}
.calculation-photo {
  height: 377px;
}
.calculation-photo img {
  filter: none;
}
.calculation-copy {
  padding: 37px 54px;
}
.calculation-copy h2 {
  font-size: 35px;
  line-height: 1.22;
}
.calculation-copy p:not(.section-kicker) {
  font-size: 14px;
  color: #6e6e6e;
}
.calculation-copy > .text-link {
  font-size: 12px;
}
.review-card {
  border-top: 1px solid #cccccc;
  padding: 25px 0;
}
.review-card h3 {
  font-size: 15px;
}
.review-card time {
  font-size: 11px;
}
.review-card p {
  font-size: 13px;
  line-height: 1.85;
}
.review-product {
  font-size: 12px;
}
.review-stars {
  font-size: 12px;
  color: #666666;
}
.faq summary {
  font-size: 14px;
  line-height: 1.7;
  padding-block: 24px;
}
.faq p {
  font-size: 13px;
  line-height: 1.85;
}
.visit-strip {
  border-top: 1px solid var(--line);
  padding: 45px 0 0;
  margin-top: 15px;
}
.visit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.visit-inner h2 {
  font-size: 34px;
  margin: 12px 0;
}
.visit-inner p {
  font-size: 14px;
  color: #747474;
  max-width: 540px;
  margin: 0;
}
.visit-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 7px;
}
.visit-contact > a:first-child {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.035em;
}
.visit-contact > span {
  font-size: 12px;
  color: #818181;
}
.visit-address {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
  margin-top: 11px;
}
.visit-address .icon {
  width: 18px;
  height: 18px;
}
.panel h2 {
  font-size: 30px;
}
.panel p {
  font-size: 14px;
}
.field label {
  font-size: 12px;
}
.form-status {
  font-size: 13px;
}
.cart-item-main b {
  font-size: 12px;
}
.cart-item-main small {
  font-size: 11px;
}
.line-total {
  font-size: 13px;
}
.cart-page-title h2 {
  font-size: 28px;
}
.cart-page-total {
  font-size: 13px;
}
.clear-cart {
  font-size: 11px;
}
.footer {
  margin-top: 58px;
  background: #242424;
}
.footer p {
  font-size: 12px;
}
.footer h4 {
  font-size: 13px;
}
.footer-grid > div > a:not(.wordmark),
.footer-grid > div > span {
  font-size: 12px;
}
.footer-bottom {
  font-size: 10px;
}
@media (min-width: 1500px) {
  .hero-layout {
    min-height: 516px;
  }
  .hero-copy {
    padding: 47px 40px;
  }
}
@media (max-width: 1180px) {
  .header-row {
    gap: 20px;
  }
  .catalog-toggle {
    margin-left: 2px;
    padding-inline: 16px;
  }
  .header-search input {
    font-size: 12px;
  }
  .category-nav {
    gap: 23px;
    font-size: 12px;
  }
  .hero-layout {
    grid-template-columns: 45% 55%;
    min-height: 493px;
  }
  .hero-copy {
    padding: 36px 31px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-bottom {
    gap: 18px;
    margin-top: 27px;
  }
  .hero-bottom > a {
    font-size: 12px;
  }
  .hero-bottom > a > span {
    font-size: 10px;
  }
  .hero-start-price b {
    font-size: 29px;
  }
  .category-samples {
    height: 185px;
  }
  .category-title h3 {
    font-size: 16px;
  }
  .category-description {
    font-size: 11px;
  }
  .category-meta,
  .category-meta b {
    font-size: 11px;
  }
  .product-buy strong {
    font-size: 23px;
  }
  .mini-add {
    min-width: 94px;
    padding-inline: 10px;
    font-size: 10px;
  }
  .product-copy {
    padding: 17px 15px;
  }
  .product-name {
    font-size: 15px;
  }
  .home-catalog-links {
    font-size: 12px;
    gap: 20px;
  }
  .product-page {
    gap: 35px;
  }
  .product-intro h1 {
    font-size: 30px;
  }
  .product-service {
    justify-content: start;
  }
  .calculation-copy {
    padding: 32px 35px;
  }
  .calculation-copy h2 {
    font-size: 31px;
  }
  .purchase-panel {
    padding: 22px;
  }
  .product-section-nav {
    gap: 17px;
    font-size: 11px;
  }
  .visit-contact > a:first-child {
    font-size: 24px;
  }
}
@media (max-width: 940px) {
  .header-row {
    gap: 17px;
  }
  .brand-word {
    font-size: 29px;
  }
  .brand-descriptor {
    font-size: 7px;
  }
  .hero-layout {
    grid-template-columns: 46% 54%;
    min-height: 500px;
  }
  .hero-copy {
    padding: 30px 27px;
  }
  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.19;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 0.035em;
  }
  .hero-actions {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 46px;
  }
  .hero-calc {
    font-size: 11px;
  }
  .hero-bottom {
    gap: 10px;
    padding-top: 18px;
    margin-top: 22px;
  }
  .hero-start-price b {
    font-size: 26px;
  }
  .hero-start-price small {
    font-size: 9px;
  }
  .hero-bottom > a {
    font-size: 10px;
  }
  .hero-bottom > a > span {
    font-size: 9px;
    gap: 3px;
  }
  .hero-bottom .icon {
    width: 13px;
  }
  .hero-visual figcaption {
    padding: 11px 13px;
    display: block;
    height: 64px;
  }
  .hero-visual figcaption > span {
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
  }
  .hero-visual > img {
    height: calc(100% - 64px);
  }
  .category-grid {
    gap: 17px;
  }
  .category-samples {
    height: 158px;
  }
  .category-title {
    margin-top: 16px;
  }
  .category-title h3 {
    font-size: 13px;
    line-height: 1.5;
  }
  .category-description {
    font-size: 10px;
    min-height: 34px;
    margin: 5px 0 9px;
  }
  .category-meta {
    font-size: 10px;
  }
  .category-meta b {
    font-size: 10px;
  }
  .brand-strip strong {
    font-size: 12px;
  }
  .brand-strip span {
    font-size: 10px;
  }
  .brand-strip img {
    width: 110px;
  }
  .home-products .section-head h2 {
    font-size: 30px;
  }
  .home-catalog-links span {
    display: none;
  }
  .product-photo {
    height: 205px;
  }
  .product-copy {
    padding: 16px 14px;
  }
  .card-color {
    font-size: 11px;
  }
  .product-buy {
    gap: 8px;
  }
  .mini-add {
    min-width: 95px;
  }
  .product-buy strong {
    font-size: 22px;
  }
  .main-product-stage {
    height: 355px;
    padding: 25px;
  }
  .main-product-stage.stage-hd img {
    height: 290px;
    width: 280px;
  }
  .product-intro h1 {
    font-size: 26px;
  }
  .purchase-panel {
    padding: 19px;
  }
  .purchase-panel .big-price {
    font-size: 33px;
  }
  .purchase-panel .buybox .button {
    font-size: 11px;
    padding-inline: 13px;
  }
  .product-quantity input {
    width: 70px;
  }
  .product-service a {
    font-size: 10px;
  }
  .product-section-nav {
    font-size: 10px;
    gap: 15px;
  }
  .spec-table {
    font-size: 12px;
  }
  .color-selector {
    font-size: 12px;
  }
  .color-options {
    gap: 7px;
  }
  .color-options a {
    width: 38px;
    height: 38px;
  }
  .calculation-copy {
    padding: 30px;
  }
  .calculation-copy h2 {
    font-size: 27px;
  }
  .calculation-copy p:not(.section-kicker) {
    font-size: 13px;
  }
  .visit-inner {
    gap: 30px;
  }
  .visit-inner h2 {
    font-size: 29px;
  }
  .visit-inner p {
    font-size: 13px;
  }
  .visit-contact > a:first-child {
    font-size: 22px;
  }
  .retail-info-head > p {
    max-width: 750px;
  }
  .product-editorial-copy {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 14px;
  }
  .container {
    width: calc(100% - 32px);
  }
  .section {
    padding: 36px 0;
  }
  .section-head {
    align-items: end;
    gap: 18px;
  }
  .section-head h2 {
    font-size: 27px;
    line-height: 1.25;
  }
  .section-head .text-link {
    font-size: 11px;
  }
  .section-kicker {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  .button {
    font-size: 13px;
    min-height: 47px;
  }
  .utility-bar {
    font-size: 10px;
    height: 28px;
  }
  .utility-inner {
    gap: 10px;
  }
  .utility-inner > span {
    font-size: 9px;
  }
  .header-row {
    height: 116px;
    grid-template-columns: 1fr auto auto auto;
    gap: 0 9px;
    padding: 13px 0 12px;
  }
  .brand-word {
    font-size: 28px;
  }
  .brand-symbol {
    width: 27px;
  }
  .brand-symbol i {
    height: 6px;
  }
  .brand-descriptor {
    font-size: 6px;
    letter-spacing: 0.055em;
  }
  .header-call {
    display: grid;
    place-items: center;
    grid-column: 2;
    grid-row: 1;
    width: 31px;
    height: 35px;
  }
  .header-call .icon {
    width: 21px;
    height: 21px;
  }
  .cart-link {
    grid-column: 3;
    min-width: 31px;
    gap: 0;
  }
  .cart-link .icon {
    width: 23px;
    height: 23px;
  }
  .cart-link .cart-count {
    top: -6px;
    right: -5px;
  }
  .menu-btn {
    grid-column: 4;
    width: 32px;
    height: 35px;
    padding: 0;
  }
  .header-search {
    height: 39px;
    margin-top: 12px;
  }
  .header-search input {
    font-size: 12px;
  }
  .header-search button {
    height: 37px;
  }
  .mobile-panel a {
    font-size: 14px;
    padding-block: 14px;
  }
  .search-result {
    font-size: 11px;
    grid-template-columns: 42px 1fr auto;
    gap: 9px;
    padding: 11px;
  }
  .search-result b {
    font-size: 11px;
  }
  .search-result img {
    width: 42px;
    height: 42px;
  }
  .search-all,
  .search-no-result {
    font-size: 12px;
  }
  .home-hero {
    padding-top: 17px;
  }
  .hero-layout {
    display: flex;
    min-height: 0;
    background: #f1f1f1;
  }
  .hero-copy {
    padding: 29px 24px 25px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: 0.045em;
    margin-bottom: 22px;
  }
  .hero-copy h1 {
    font-size: clamp(30px, 8.7vw, 40px);
    line-height: 1.18;
    margin-bottom: 21px;
    letter-spacing: -0.06em;
  }
  .hero-description {
    font-size: 13px;
    line-height: 1.85;
    margin-bottom: 23px;
    max-width: none;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 12px;
    min-height: 46px;
    padding: 12px 17px;
  }
  .hero-calc {
    font-size: 11px;
  }
  .hero-bottom {
    padding-top: 20px;
    margin-top: 24px;
    gap: 25px;
  }
  .hero-start-price small {
    font-size: 10px;
  }
  .hero-start-price b {
    font-size: 29px;
  }
  .hero-bottom > a {
    font-size: 12px;
  }
  .hero-bottom > a > span {
    font-size: 10px;
    gap: 5px;
  }
  .hero-bottom .icon {
    width: 15px;
  }
  .hero-visual {
    height: 287px;
    display: block;
    background: #ffffff;
  }
  .hero-visual > img {
    height: 230px;
    object-position: 50% 50%;
  }
  .hero-visual figcaption {
    height: 57px;
    display: flex;
    padding: 12px 15px;
    gap: 15px;
  }
  .hero-visual figcaption > span {
    font-size: 9px;
    max-width: 85px;
    margin: 0;
  }
  .hero-visual figcaption a {
    font-size: 10px;
    gap: 5px;
  }
  .hero-visual figcaption .icon {
    width: 15px;
  }
  .home-categories {
    padding: 34px 0;
  }
  .home-categories h2 {
    font-size: 26px;
    max-width: 240px;
  }
  .home-categories .section-head .text-link {
    max-width: 90px;
    white-space: normal;
    line-height: 1.6;
  }
  .category-grid {
    gap: 25px 14px;
  }
  .category-samples {
    height: 158px;
  }
  .category-title {
    margin-top: 14px;
    gap: 5px;
  }
  .category-title h3 {
    font-size: 14px;
    line-height: 1.4;
  }
  .category-title .icon {
    width: 15px;
  }
  .category-description {
    font-size: 11px;
    min-height: 34px;
    margin: 6px 0 10px;
    line-height: 1.6;
  }
  .category-meta,
  .category-meta b {
    font-size: 10px;
    padding-top: 10px;
  }
  .category-meta b {
    padding: 0;
  }
  .brand-strip-inner {
    padding-top: 22px;
    min-height: 0;
  }
  .brand-strip strong {
    font-size: 13px;
  }
  .brand-strip span {
    font-size: 10px;
  }
  .brand-strip img {
    height: 48px;
    width: 100px;
  }
  .home-products {
    padding: 34px 0;
  }
  .home-products .section-head {
    margin-bottom: 22px;
  }
  .home-products .section-head h2 {
    font-size: 28px;
    max-width: 270px;
  }
  .home-products .section-head .text-link {
    white-space: normal;
    max-width: 75px;
    text-align: right;
    font-size: 10px;
    gap: 5px;
  }
  .home-catalog-links {
    gap: 18px;
    overflow: auto;
    scrollbar-width: none;
    white-space: nowrap;
    font-size: 12px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .home-catalog-links a {
    flex-shrink: 0;
  }
  .product-grid,
  .shop-catalog .product-grid,
  .brand-product-grid,
  .shop-catalog .brand-product-grid {
    gap: 16px 12px;
  }
  .product-photo {
    height: 147px;
    padding: 28px 11px 8px;
  }
  .product-photo img {
    width: 125px;
    height: 111px;
  }
  .product-card.has-hd-image .product-photo img {
    width: 132px;
    height: 113px;
  }
  .brand-badge {
    font-size: 10px;
    left: 12px;
    top: 10px;
  }
  .product-copy {
    padding: 13px 11px 12px;
    gap: 6px;
  }
  .product-series {
    font-size: 9px;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .product-name {
    font-size: 14px;
    min-height: 40px;
    line-height: 1.45;
  }
  .card-color {
    font-size: 11px;
    margin: 0;
    min-height: 35px;
    line-height: 1.5;
  }
  .card-color b {
    font-weight: 400;
  }
  .product-spec-line {
    font-size: 9px;
    line-height: 1.6;
    min-height: 30px;
    margin-bottom: 5px;
  }
  .card-palette {
    gap: 7px;
    margin: 2px 0 13px;
    flex-wrap: wrap;
    min-height: 22px;
  }
  .card-swatch {
    width: 20px;
    height: 20px;
  }
  .palette-more {
    font-size: 9px;
    min-width: 18px;
    min-height: 20px;
  }
  .product-buy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 13px;
  }
  .product-buy strong {
    font-size: 23px;
  }
  .product-buy small {
    font-size: 10px;
    margin-top: 4px;
  }
  .mini-add {
    width: 100%;
    min-width: 0;
    font-size: 11px;
    height: 39px;
    padding: 0 6px;
    gap: 7px;
  }
  .catalog-more .button {
    font-size: 12px;
    min-height: 45px;
  }
  .breadcrumbs {
    font-size: 10px;
    line-height: 1.7;
  }
  .page-hero {
    padding-top: 23px;
  }
  .page-hero h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .page-hero p {
    font-size: 13px;
    line-height: 1.85;
  }
  .filter-toggle {
    font-size: 12px;
    min-height: 44px;
  }
  .catalog-search input,
  .sort-control select,
  .select-wrap select {
    font-size: 11px;
    height: 43px;
  }
  .sort-control,
  .select-wrap {
    width: auto;
    max-width: none;
  }
  .catalog-count {
    font-size: 11px;
  }
  .sidebar-title {
    font-size: 14px;
  }
  .catalog-sidebar nav a {
    font-size: 13px;
  }
  .filter-chip {
    font-size: 12px;
  }
  .catalog-sidebar .filter-chips {
    grid-template-columns: 1fr 1fr;
  }
  .category-seo-copy p,
  .category-seo-copy li,
  .retail-copy-main p {
    font-size: 13px;
    line-height: 1.85;
  }
  .retail-info-head > p {
    font-size: 13px;
  }
  .retail-quick-links a,
  .retail-brand-list a {
    font-size: 13px;
  }
  .retail-quick-links span,
  .retail-brand-list span {
    font-size: 11px;
  }
  .retail-lower-grid p {
    font-size: 13px;
  }
  .seo-table {
    font-size: 12px;
  }
  .seo-table th {
    font-size: 10px;
  }
  .seo-table-intro {
    font-size: 12px;
  }
  .v19-editorial-columns {
    font-size: 13px;
  }
  .series-hub-links a {
    font-size: 13px;
  }
  .series-hub-links a span {
    font-size: 11px;
  }
  .route-link-grid a,
  .series-link-grid a {
    font-size: 13px;
  }
  .product-editorial-copy h2 {
    font-size: 26px;
  }
  .product-editorial-copy p {
    font-size: 13px;
  }
  .product-page {
    padding: 25px 0 15px;
    gap: 26px;
  }
  .main-product-stage {
    height: 300px;
    padding: 24px;
  }
  .main-product-stage img {
    width: 170px;
    height: 170px;
  }
  .main-product-stage.stage-hd img {
    width: 250px;
    height: 250px;
  }
  .main-product-stage[data-current-kind="facade"] img {
    height: 100%;
    width: 100%;
  }
  .gallery-expand {
    right: 12px;
    bottom: 12px;
    padding: 7px 9px;
    font-size: 9px;
  }
  .product-intro .eyebrow {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .product-intro h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .detail-tags span {
    font-size: 11px;
  }
  .color-selector {
    font-size: 13px;
    margin-top: 21px;
  }
  .color-options a {
    width: 40px;
    height: 40px;
  }
  .purchase-panel {
    padding: 22px 19px;
    margin-top: 23px;
  }
  .purchase-panel .big-price {
    font-size: 35px;
  }
  .purchase-panel .stockline {
    font-size: 11px;
  }
  .purchase-panel .buybox {
    gap: 11px;
  }
  .purchase-panel .buybox .button {
    font-size: 12px;
    min-height: 48px;
    flex-basis: auto;
    padding-inline: 12px;
  }
  .product-quantity input {
    width: 78px;
    font-size: 16px;
    height: 48px;
  }
  .product-quantity {
    font-size: 10px;
  }
  .purchase-note {
    font-size: 11px;
    margin-top: 16px;
  }
  .product-service {
    gap: 15px;
    padding: 17px 0;
  }
  .product-service a {
    font-size: 11px;
  }
  .product-service .icon {
    width: 18px;
  }
  .product-section-nav {
    font-size: 11px;
    gap: 22px;
    overflow: auto;
    scrollbar-width: none;
    margin-top: 23px;
  }
  .product-text {
    font-size: 13px;
  }
  .spec-table {
    font-size: 12px;
  }
  .spec-table th {
    width: 43%;
  }
  .product-lightbox {
    padding: 40px 16px 20px;
    width: 95vw;
  }
  .product-lightbox > img {
    height: 64dvh;
  }
  .product-lightbox > p {
    font-size: 12px;
  }
  .product-view {
    padding-bottom: 83px;
  }
  .mobile-buybar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    background: #ffffff;
    border-top: 1px solid #d5d5d5;
    box-shadow: 0 -3px 14px #2c2c2c09;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
  }
  .mobile-buybar > div {
    min-width: 0;
  }
  .mobile-buybar small {
    display: block;
    max-width: 160px;
    font-size: 10px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888888;
  }
  .mobile-buybar strong {
    font-size: 22px;
    letter-spacing: -0.04em;
    display: block;
    line-height: 1.45;
  }
  .mobile-buybar .button {
    min-height: 43px;
    padding: 10px 19px;
    font-size: 12px;
    flex-shrink: 0;
  }
  .product-view .cart-toast {
    bottom: 95px;
  }
  .calculation-feature {
    padding-top: 8px;
    padding-bottom: 37px;
  }
  .calculation-layout {
    grid-template-columns: 1fr;
  }
  .calculation-photo {
    height: 242px;
  }
  .calculation-copy {
    padding: 27px 25px 30px;
  }
  .calculation-copy h2 {
    font-size: 28px;
  }
  .calculation-copy p:not(.section-kicker) {
    font-size: 13px;
  }
  .calculation-copy > .text-link {
    font-size: 12px;
  }
  .review-card p {
    font-size: 13px;
  }
  .review-card h3 {
    font-size: 15px;
  }
  .review-card time {
    font-size: 11px;
  }
  .review-product {
    font-size: 12px;
  }
  .faq summary {
    font-size: 13px;
    padding-block: 23px;
  }
  .faq p {
    font-size: 13px;
  }
  .visit-strip {
    padding-top: 32px;
    margin-top: 7px;
  }
  .visit-inner {
    display: block;
  }
  .visit-inner h2 {
    font-size: 29px;
  }
  .visit-inner p {
    font-size: 13px;
  }
  .visit-contact {
    margin-top: 25px;
    gap: 7px;
  }
  .visit-contact > a:first-child {
    font-size: 26px;
  }
  .visit-contact > span {
    font-size: 12px;
  }
  .visit-address {
    font-size: 12px;
    margin-top: 9px;
  }
  .panel h2 {
    font-size: 27px;
  }
  .panel p {
    font-size: 13px;
  }
  .field label {
    font-size: 11px;
  }
  .cart-item-main b {
    font-size: 11px;
  }
  .cart-item-main small {
    font-size: 10px;
  }
  .drawer-item .line-total {
    font-size: 11px;
  }
  .cart-page-title h2 {
    font-size: 25px;
  }
  .cart-page-total {
    font-size: 12px;
  }
  .clear-cart {
    font-size: 11px;
  }
  .footer {
    margin-top: 39px;
  }
  .footer-grid > div > a:not(.wordmark),
  .footer-grid > div > span {
    font-size: 12px;
  }
  .footer h4 {
    font-size: 12px;
  }
  .footer p {
    font-size: 12px;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 9px;
  }
}
@media (max-width: 370px) {
  .container {
    width: calc(100% - 24px);
  }
  .utility-inner > a {
    font-size: 9px;
  }
  .header-row {
    gap: 0 6px;
  }
  .brand-word {
    font-size: 25px;
  }
  .brand-descriptor {
    font-size: 5.6px;
  }
  .brand-symbol {
    width: 24px;
  }
  .header-call {
    width: 29px;
  }
  .menu-btn {
    width: 29px;
  }
  .hero-copy {
    padding: 27px 20px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-copy h1 {
    font-size: 29px;
  }
  .hero-description {
    font-size: 12px;
  }
  .hero-bottom {
    gap: 20px;
  }
  .hero-start-price b {
    font-size: 27px;
  }
  .hero-bottom > a {
    font-size: 11px;
  }
  .hero-visual {
    height: 263px;
  }
  .hero-visual > img {
    height: 206px;
  }
  .category-samples {
    height: 144px;
  }
  .category-title h3 {
    font-size: 12px;
  }
  .category-description {
    font-size: 10px;
  }
  .product-copy {
    padding: 12px 9px;
  }
  .product-name {
    font-size: 13px;
  }
  .product-photo {
    height: 140px;
  }
  .brand-badge {
    font-size: 9px;
    left: 10px;
  }
  .product-series {
    font-size: 8px;
  }
  .card-color {
    font-size: 10px;
  }
  .card-palette {
    gap: 6px;
  }
  .card-swatch {
    width: 18px;
    height: 18px;
  }
  .product-buy strong {
    font-size: 21px;
  }
  .product-buy small {
    font-size: 9px;
  }
  .mini-add {
    font-size: 10px;
  }
  .product-intro h1 {
    font-size: 25px;
  }
  .product-section-nav {
    gap: 16px;
    font-size: 10px;
  }
  .purchase-panel {
    padding: 18px 15px;
  }
  .purchase-panel .buybox .button {
    font-size: 11px;
  }
  .product-quantity input {
    width: 68px;
  }
  .visit-contact > a:first-child {
    font-size: 24px;
  }
  .drawer-item .cart-item-main b {
    font-size: 10px;
  }
  .drawer-item .line-total {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .material-sample,
  .product-card {
    transition: none;
  }
}
/* Readable secondary information on white and light gray surfaces. */
.product-series,
.card-color > span,
.product-spec-line,
.purchase-note,
.category-description,
.category-meta,
.home-catalog-links span,
.hero-start-price small,
.hero-bottom > a > span,
.visit-contact > span {
  color: #686868;
}
@media (max-width: 680px) {
  .hero-copy .eyebrow {
    display: none;
  }
  .hero-copy {
    padding: 27px 24px 25px;
  }
  .hero-copy h1 {
    margin-bottom: 17px;
  }
  .hero-description {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 22px;
  }
  .hero-bottom {
    margin-top: 23px;
    padding-top: 18px;
  }
  .hero-visual {
    height: 242px;
  }
  .hero-visual > img {
    height: 190px;
  }
  .hero-visual figcaption {
    height: 52px;
  }
  .hero-actions .button {
    min-height: 45px;
  }
}
@media (max-width: 370px) {
  .hero-copy {
    padding: 25px 20px;
  }
  .hero-visual {
    height: 226px;
  }
  .hero-visual > img {
    height: 174px;
  }
}
@media (min-width: 681px) and (max-width: 780px) {
  .home-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-products .product-card:nth-child(n + 7) {
    display: flex;
  }
  .hero-copy h1 {
    font-size: 29px;
  }
}

/* V26: restrained turquoise accents, supplied manufacturer artwork, readable carts. */
:root {
  --accent: #007d87;
  --accent-hover: #00636c;
  --accent-soft: #edf7f7;
  --accent-line: #a8d4d7;
}
.button-dark,
.button-rust,
.mini-add {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.button-dark:hover,
.button-rust:hover,
.mini-add:hover,
.mini-add.added {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #fff;
}
.catalog-more .button {
  background: #fff;
  color: var(--accent);
  border-color: var(--accent-line);
}
.catalog-more .button:hover {
  background: var(--accent-soft);
  border-color: var(--accent);
}
.brand-symbol i:first-child {
  background: var(--accent);
}
.footer .brand-symbol i:first-child {
  background: #42bdc5;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-copy .eyebrow:before {
  content: "";
  width: 19px;
  height: 3px;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-calc,
.text-link,
.nav-calc {
  color: var(--accent);
}
.hero-calc:hover,
.text-link:hover {
  color: var(--accent-hover);
}
.category-nav a:hover,
.category-nav a[aria-current="page"] {
  border-bottom-color: var(--accent);
  color: var(--accent);
}
.category-title .icon {
  color: var(--accent);
}
.category-tile:hover .category-title h3 {
  color: var(--accent);
}
.home-catalog-links a:hover,
.catalog-sidebar nav a:hover,
.product-name:hover {
  color: var(--accent);
}
.header-search:focus-within {
  border-color: var(--accent);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline-color: var(--accent);
}
.filter-chip.active {
  background: var(--accent-soft);
  border-color: var(--accent-line);
  color: var(--accent-hover);
}
.catalog-sidebar .filter-chip.active:before {
  border-color: var(--accent);
}
.card-swatch[aria-current="true"],
.card-swatch:hover {
  outline-color: var(--accent);
}
.color-options a:hover,
.color-options a[aria-current="page"] {
  border-color: var(--accent);
}
.cart-count {
  background: var(--accent);
  font-size: 10px;
  font-weight: 700;
}
.cart-link {
  min-width: 56px;
  min-height: 44px;
  justify-content: center;
  align-content: center;
}
.cart-link .cart-icon {
  width: 28px;
  height: 28px;
}
.cart-link .cart-count {
  min-width: 20px;
  height: 20px;
  top: -4px;
  right: 1px;
}
.cart-link:hover {
  color: var(--accent);
}
.cart-icon {
  display: block;
  flex-shrink: 0;
}
[data-add-cart] {
  gap: 8px;
}
[data-add-cart] .cart-icon {
  width: 22px;
  height: 22px;
}
.product-card {
  container-type: inline-size;
  container-name: product-card;
}
.product-buy {
  flex-wrap: wrap;
  gap: 12px;
}
.product-buy strong {
  white-space: nowrap;
}
.mini-add {
  min-width: 118px;
  min-height: 44px;
  height: auto;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}
.purchase-panel .buybox .button {
  font-size: 13px;
  gap: 8px;
}
.mobile-buybar .button {
  min-height: 46px;
  font-size: 13px;
  gap: 8px;
}
.empty-cart-icon {
  display: grid;
  place-items: center;
  color: var(--accent);
}
.empty-cart-icon .cart-icon {
  width: 38px;
  height: 38px;
}
/* Keep the supplied pixels intact; the frame removes transparent Docke margins. */
.brand-strip-inner {
  min-height: 132px;
}
.brand-strip a {
  min-height: 116px;
  min-width: 0;
  padding: 16px;
}
.brand-strip .brand-logo-frame {
  margin: 0;
  max-width: 100%;
}
.brand-logo-frame {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 1;
}
.brand-logo-frame img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 1;
  inset: 0;
}
.brand-logo-docke {
  width: 150px;
  aspect-ratio: 325 / 95;
}
.brand-logo-docke img {
  width: 111.6923%;
  height: 263.1579%;
  left: -5.8462%;
  top: -82.1053%;
  right: auto;
  bottom: auto;
}
.brand-logo-alta-profil {
  width: 150px;
  aspect-ratio: 597 / 216;
}
.brand-logo-yu-plast {
  width: 67px;
  aspect-ratio: 296 / 345;
}
.brand-hero-logo .brand-logo-docke {
  width: 175px;
}
.brand-hero-logo .brand-logo-alta-profil {
  width: 175px;
}
.brand-hero-logo .brand-logo-yu-plast {
  width: 77px;
}
@container product-card (max-width:245px) {
  .product-buy {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mini-add {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  .cart-link {
    min-width: 44px;
    min-height: 44px;
    padding: 0;
  }
  .cart-link .cart-icon {
    width: 27px;
    height: 27px;
  }
  .cart-link .cart-count {
    top: -2px;
    right: 0;
  }
  .mini-add {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    min-height: 44px;
  }
  .brand-strip-inner {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 12px;
  }
  .brand-strip a {
    min-height: 86px;
    padding: 10px 8px;
  }
  .brand-logo-docke,
  .brand-logo-alta-profil {
    max-width: 100%;
    width: 116px;
  }
  .brand-logo-yu-plast {
    width: 51px;
  }
  .brand-hero-logo .brand-logo-docke {
    width: 98px;
  }
  .brand-hero-logo .brand-logo-alta-profil {
    width: 98px;
  }
  .brand-hero-logo .brand-logo-yu-plast {
    width: 56px;
  }
  .purchase-panel .buybox .button {
    font-size: 12px;
  }
  .mobile-buybar .button {
    padding-inline: 16px;
  }
}


/* /assets/storefront.css */
/* V28 — type scale and shopping interfaces. All assets remain local. */
:root {
  --text-primary: #242727;
  --text-secondary: #616767;
  --text-caption: #6c7272;
  --font-body: 15px;
  --font-small: 12px;
  --heading-space: -0.035em;
}
body {
  font-size: var(--font-body);
  line-height: 1.72;
}
h1,
h2,
h3 {
  letter-spacing: var(--heading-space);
  text-wrap: balance;
}
h2 {
  line-height: 1.22;
}
p {
  text-wrap: pretty;
}
button,
input,
select,
textarea {
  line-height: 1.5;
}
button:disabled {
  cursor: not-allowed;
}
.section-head h2 {
  font-size: clamp(27px, 2.65vw, 36px);
}
.hero-copy h1 {
  letter-spacing: -0.048em;
}
.hero-description {
  font-size: 15px;
  line-height: 1.8;
}
.section-kicker,
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.075em;
}
.page-hero p,
.retail-copy-main p,
.retail-copy-main li,
.category-seo-copy p,
.category-seo-copy li,
.product-text {
  font-size: 15px;
  line-height: 1.8;
}
.product-editorial-copy {
  width: 100%;
  max-width: none;
}
.category-description,
.brand-strip span {
  color: var(--text-secondary);
}
.product-series,
.product-spec-line,
.brand-badge {
  font-size: 12px;
  color: var(--text-secondary);
}
.product-name {
  line-height: 1.45;
  letter-spacing: -0.02em;
}
.card-color {
  font-size: 13px;
}
.card-color > span,
.card-color b {
  color: var(--text-secondary);
}
.product-buy strong,
.big-price,
.estimate-metrics dd,
.estimate-total strong,
.comparison-table td,
.cart-page-total strong,
.line-total {
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
}
.spec-table {
  font-size: 14px;
  line-height: 1.7;
}
.spec-table th {
  color: var(--text-secondary);
}
.product-service a {
  font-size: 12px;
}
/* Personal tools: secondary placement keeps the main search row uncluttered. */
.utility-inner nav {
  gap: 18px;
  align-items: center;
}
.utility-inner nav .collection-open {
  font-size: 11px;
}
.collection-open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: none;
  padding: 0;
  white-space: nowrap;
}
.collection-open .icon {
  width: 15px;
  height: 15px;
}
.collection-open b,
.catalog-collections b,
.collection-tabs b {
  font-size: 11px;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.collection-open:hover {
  color: var(--accent);
}
.mobile-panel .collection-open {
  min-height: 46px;
  padding: 12px 0;
  justify-content: flex-start;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.mobile-panel .collection-open b {
  margin-left: auto;
}
.mobile-panel .collection-open .icon {
  width: 20px;
  height: 20px;
}
.product-card {
  position: relative;
}
.card-favorite {
  position: absolute;
  right: 10px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e0e4e4;
  background: #fff;
  color: #505858;
  z-index: 2;
  border-radius: 50%;
}
.card-favorite .icon {
  width: 18px;
  height: 18px;
}
.card-favorite:hover,
.card-favorite[aria-pressed="true"] {
  color: var(--accent);
  border-color: var(--accent);
}
.card-favorite[aria-pressed="true"] .icon {
  fill: var(--accent-soft);
}
.brand-badge {
  max-width: calc(100% - 60px);
}
.price-unit {
  display: block;
  color: var(--text-secondary);
  font-size: 11px;
  margin-top: 2px;
}
.price-per-area {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-primary);
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}
.product-buy small {
  font-size: 11px;
}
.card-compare {
  background: none;
  border: 0;
  border-top: 1px solid #eceeee;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  margin-top: 6px;
  padding: 8px 0 0;
  font-size: 12px;
  color: #626969;
}
.card-compare .icon {
  width: 16px;
  height: 16px;
}
.card-compare:hover,
.card-compare[aria-pressed="true"] {
  color: var(--accent);
}
.mini-add {
  min-width: 122px;
  transition:
    background 0.16s,
    color 0.16s;
}
.mini-add.added {
  background: var(--accent-hover);
}
.detail-save-tools {
  display: flex;
  gap: 23px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.save-control {
  background: none;
  border: 0;
  padding: 8px 0;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.save-control .icon {
  width: 19px;
  height: 19px;
}
.save-control[aria-pressed="true"],
.save-control:hover {
  color: var(--accent);
}
.detail-price-unit {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 0;
  color: var(--text-secondary);
  white-space: nowrap;
}
.detail-area-price {
  margin: 10px 0 16px;
  font-size: 14px;
  font-weight: 700;
}
.detail-area-price span {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.spec-source {
  font-size: 11px;
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.purchase-help {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 15px;
  display: grid;
  gap: 12px;
}
.purchase-help a {
  font-size: 12px;
  line-height: 1.6;
}
.purchase-help span {
  display: block;
  font-size: 11px;
  color: var(--text-secondary);
}
.purchase-help a:hover {
  color: var(--accent);
}
.mobile-price-unit {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}
/* Filters expose the current selection and retain the catalog's compact structure. */
.store-filters {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 21px;
  display: grid;
  gap: 20px;
}
.filter-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.filter-label select,
.store-filters select {
  display: block;
  margin-top: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid #cbd2d2;
  background: #fff;
  border-radius: 3px;
  padding: 9px 10px;
  font-weight: 400;
  font-size: 12px;
}
.price-filter {
  padding: 0;
  margin: 0;
  border: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 0;
}
.price-filter legend {
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 8px;
}
.price-filter label {
  min-width: 0;
}
.price-filter label > span {
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
  color: var(--text-secondary);
}
.price-filter input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid #cbd2d2;
  border-radius: 3px;
  padding: 8px;
  font-size: 13px;
  background: #fff;
}
.filter-error {
  font-size: 12px;
  color: #a33124;
  margin: 0;
}
.catalog-selection {
  margin: 0 0 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.active-filters button {
  font-size: 11px;
  min-height: 32px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  color: var(--accent-hover);
  padding: 5px 9px;
  border-radius: 3px;
}
.active-filters button span {
  margin-left: 5px;
  font-size: 15px;
}
.active-filters .clear-all {
  background: transparent;
  border: 0;
  color: var(--text-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.filter-tip {
  color: var(--text-secondary);
  font-size: 12px;
}
.catalog-collections {
  display: flex;
  gap: 14px;
}
.catalog-collections button {
  display: flex;
  gap: 5px;
  border: 0;
  background: none;
  font-size: 12px;
  padding: 5px 0;
  min-height: 36px;
}
.catalog-count {
  font-size: 12px;
}
.catalog-search input,
.select-wrap select,
.sort-control select {
  font-size: 12px;
}
/* The collection dialog uses native modality; wide comparison stays inside its scroll area. */
.collection-is-open {
  overflow: hidden;
}
.store-dialog {
  border: 1px solid #d6dddd;
  border-radius: 6px;
  width: min(960px, calc(100% - 32px));
  max-height: calc(100dvh - 48px);
  padding: 28px 32px 32px;
  color: var(--text-primary);
  box-shadow: 0 20px 80px #0003;
}
.store-dialog::backdrop {
  background: #17222280;
}
.collection-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.collection-heading h2 {
  font-size: 30px;
  margin: 0;
}
.collection-heading .section-kicker {
  margin-bottom: 7px;
}
.dialog-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  line-height: 1;
  flex-shrink: 0;
}
.collection-tabs {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  margin: 24px 0;
}
.collection-tabs button {
  min-height: 44px;
  padding: 8px 0 13px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: none;
  font-size: 14px;
}
.collection-tabs button[aria-pressed="true"] {
  border-bottom-color: var(--accent);
  font-weight: 700;
  color: var(--accent);
}
.collection-tabs b {
  margin-left: 5px;
}
.collection-empty {
  padding: 28px 16px 36px;
  text-align: center;
}
.collection-empty > .icon {
  color: var(--accent);
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
}
.collection-empty h3 {
  font-size: 23px;
}
.collection-empty p {
  max-width: 470px;
  margin: 0 auto 24px;
  font-size: 14px;
  color: var(--text-secondary);
}
.saved-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.saved-card {
  min-width: 0;
  border: 1px solid var(--line);
  padding: 16px;
}
.saved-card > a {
  display: block;
}
.saved-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 15px;
}
.saved-card > a > span {
  display: block;
  color: var(--text-secondary);
  font-size: 11px;
  margin-bottom: 5px;
}
.saved-card strong {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.saved-card > b {
  display: block;
  margin-top: 15px;
  font-size: 18px;
}
.saved-card b small {
  font-size: 11px;
  font-weight: 400;
}
.saved-card > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid var(--line);
  margin-top: 12px;
}
.saved-card .save-control {
  font-size: 11px;
}
.difference-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 18px;
}
.difference-toggle input {
  width: 17px;
  height: 17px;
  accent-color: var(--accent);
}
.comparison-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
}
.comparison-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  min-width: 660px;
  font-size: 13px;
}
.comparison-table th,
.comparison-table td {
  padding: 14px 17px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.comparison-table tr > *:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 150px;
  background: #f6f8f8;
  font-size: 12px;
}
.comparison-table thead th {
  font-weight: 700;
  background: #fff;
}
.comparison-table thead img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  margin-bottom: 13px;
}
.comparison-table thead button {
  display: block;
  background: none;
  border: 0;
  padding: 8px 0;
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 6px;
}
.comparison-table tbody tr:first-child td {
  font-size: 18px;
  font-weight: 700;
}
.comparison-note {
  color: var(--text-secondary);
  font-size: 12px;
  margin: 17px 0 0;
}
.store-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 32px);
  width: max-content;
  z-index: 1200;
  background: #253132;
  color: #fff;
  font-size: 13px;
  padding: 14px 20px;
  border-left: 3px solid #46c0c8;
  border-radius: 3px;
  box-shadow: 0 5px 20px #0002;
}
.dialog-toast {
  font-size: 13px;
  background: var(--accent-soft);
  border-left: 3px solid var(--accent);
  padding: 12px;
  margin-bottom: 18px;
}
/* Real model photography adds context without decorative overlays. */
.facade-inspiration {
  border-top: 1px solid var(--line);
}
.facade-inspiration .section-head {
  align-items: end;
}
.facade-inspiration .section-head p:not(.section-kicker) {
  max-width: 270px;
  font-size: 13px;
}
.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.inspiration-card img {
  width: 100%;
  aspect-ratio: 1.15;
  height: auto;
  object-fit: cover;
}
.inspiration-card > span {
  display: block;
  margin-top: 18px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.inspiration-card > strong {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
  margin-top: 5px;
}
.inspiration-card:hover > span {
  color: var(--accent);
}
.recent-section {
  border-top: 1px solid var(--line);
  padding-block: 35px;
}
.recent-section .section-head h2 {
  font-size: 24px;
}
.recent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.recent-grid > a {
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 0;
}
.recent-grid img {
  flex: 0 0 75px;
  width: 75px;
  height: 90px;
  object-fit: contain;
  background: transparent;
}
.recent-grid small {
  display: block;
  font-size: 10px;
  color: var(--text-secondary);
}
.recent-grid strong {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 4px;
}
.recent-grid b {
  display: block;
  font-size: 11px;
  margin-top: 7px;
}
/* One consistent diagram describes the same components in the guide and estimate. */
.facade-explainer {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 32px;
  align-items: center;
}
.facade-figure {
  margin: 0;
  background: #f7f9f9;
  padding: 15px 20px;
}
.facade-figure svg {
  display: block;
  width: 100%;
  height: auto;
}
.facade-figure figcaption {
  font-size: 12px;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 10px;
}
[data-part-region] {
  transition: stroke 0.16s;
}
[data-part-region].is-highlighted {
  stroke: var(--accent);
  stroke-width: 5;
}
.facade-legend {
  display: grid;
  gap: 5px;
}
.facade-legend button {
  display: flex;
  gap: 13px;
  align-items: start;
  text-align: left;
  background: none;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 0;
  padding: 13px 15px;
}
.facade-legend button[aria-pressed="true"] {
  background: var(--accent-soft);
  border-left-color: var(--accent);
}
.facade-legend button > b {
  font-size: 13px;
  color: var(--accent);
  width: 20px;
  padding-top: 2px;
}
.facade-legend strong {
  display: block;
  font-size: 15px;
}
.facade-legend small {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-top: 3px;
}
/* Calculation uses explicit units, rounded panel counts and a separate accessories request. */
.estimate-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 1fr);
  gap: 35px 45px;
  align-items: start;
}
.estimate-inputs {
  min-width: 0;
}
.estimate-step {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.estimate-step:first-child {
  padding-top: 0;
}
.step-heading {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 20px;
}
.step-heading > span {
  font-size: 12px;
  color: var(--accent);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.step-heading h2 {
  font-size: 23px;
  margin: 0;
}
.estimate-step > p {
  font-size: 14px;
  color: var(--text-secondary);
  max-width: 75ch;
}
.estimator .field label {
  font-size: 13px;
  margin-bottom: 8px;
}
.estimator .field input {
  height: 46px;
  font-size: 16px;
  border-color: #c7cfcf;
  background: #fff;
}
.estimator .field small {
  display: block;
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 8px;
}
#estimate-model {
  display: block;
  min-height: 47px;
  padding: 10px 12px;
  margin-top: 9px;
  width: 100%;
  border: 1px solid #c7cfcf;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.area-breakdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 20px 0 3px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
}
.area-breakdown span {
  display: block;
  font-size: 11px;
  color: var(--text-secondary);
}
.area-breakdown b {
  display: block;
  font-size: 23px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
  margin-top: 5px;
}
.area-breakdown > div:last-child b {
  color: var(--accent);
}
.estimate-model-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.estimate-model-info img {
  width: 75px;
  height: 90px;
  object-fit: contain;
  background: #f7f8f8;
}
.estimate-model-info strong {
  font-size: 14px;
  display: block;
}
.estimate-model-info span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
.estimate-model-info small {
  font-size: 12px;
  display: block;
  color: var(--text-secondary);
  margin-top: 5px;
}
.estimate-summary {
  padding: 27px;
  border: 1px solid #d3dddd;
  border-top: 3px solid var(--accent);
  position: sticky;
  top: 175px;
  background: #fff;
}
.estimate-summary h2 {
  font-size: 25px;
  margin-bottom: 24px;
}
.estimate-metrics {
  margin: 0;
}
.estimate-metrics > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #edf0f0;
  padding: 13px 0;
  font-size: 12px;
}
.estimate-metrics dt {
  color: var(--text-secondary);
}
.estimate-metrics dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
  flex-shrink: 0;
}
.estimate-total {
  margin: 24px 0 12px;
}
.estimate-total > span {
  display: block;
  font-size: 12px;
}
.estimate-total strong {
  display: block;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.35;
  margin-top: 6px;
}
.estimate-footnote {
  font-size: 12px;
  line-height: 1.75;
  color: var(--text-secondary);
  margin-bottom: 21px;
}
.estimate-summary > .button {
  width: 100%;
  padding: 13px 15px;
  font-size: 13px;
}
.estimate-cart-link {
  display: flex;
  justify-content: center;
  font-size: 13px;
  margin-top: 16px;
}
.estimate-error {
  color: #a33124;
  font-size: 13px;
  border-left: 2px solid #a33124;
  padding-left: 12px;
}
.estimate-details {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 17px;
}
.estimate-details summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}
.estimate-details dl > div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-block: 5px;
}
.estimate-details dd {
  margin: 0;
}
.estimate-details p {
  font-size: 11px;
  color: var(--text-secondary);
  margin: 12px 0 0;
}
.estimate-accessories {
  grid-column: 1 / -1;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.estimate-accessories .facade-explainer {
  margin: 20px 0 25px;
}
.estimate-accessories .calc-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.estimate-accessories .field.full {
  grid-column: auto;
}
.cart-estimate {
  border-left: 3px solid var(--accent);
  padding: 16px 18px;
  background: var(--accent-soft);
  margin-bottom: 25px;
}
.cart-estimate > strong {
  font-size: 14px;
}
.cart-estimate p {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}
.cart-estimate a {
  color: var(--accent);
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 1180px) {
  .utility-inner {
    gap: 15px;
  }
  .utility-inner nav {
    gap: 12px;
  }
  .utility-inner nav > a:first-child {
    display: none;
  }
  .hero-description {
    font-size: 14px;
  }
  .estimate-overview {
    gap: 30px;
    grid-template-columns: minmax(0, 1.3fr) minmax(310px, 1fr);
  }
  .estimate-summary {
    padding: 23px;
  }
  .recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 940px) {
  .utility-inner > span {
    display: none;
  }
  .utility-inner nav {
    gap: 13px;
  }
  .utility-inner nav > a {
    display: none;
  }
  .hero-description {
    font-size: 12px;
  }
  .product-series,
  .product-spec-line {
    font-size: 11px;
  }
  .estimate-overview {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .estimate-summary {
    position: static;
  }
  .estimate-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .estimate-step {
    padding: 0 0 20px;
  }
  .estimator .calc-form {
    gap: 16px;
  }
  .area-breakdown {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .area-breakdown > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .area-breakdown b {
    margin: 0;
    font-size: 21px;
  }
  .inspiration-grid {
    gap: 20px;
  }
  .inspiration-card > span {
    font-size: 17px;
  }
  .facade-explainer {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .facade-figure {
    padding: 10px;
  }
  .facade-legend button {
    padding: 11px;
  }
  .facade-legend strong {
    font-size: 13px;
  }
  .facade-legend small {
    font-size: 11px;
  }
}
@media (max-width: 680px) {
  body {
    font-size: 14px;
  }
  .page-hero p,
  .retail-copy-main p,
  .retail-copy-main li,
  .category-seo-copy p,
  .category-seo-copy li,
  .product-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .section-head h2 {
    font-size: 27px;
  }
  .hero-description {
    font-size: 13px;
  }
  .section-kicker,
  .eyebrow {
    font-size: 10px;
  }
  .product-series {
    font-size: 10px;
  }
  .product-spec-line {
    font-size: 10px;
    min-height: 32px;
  }
  .card-color {
    font-size: 12px;
  }
  .brand-badge {
    font-size: 10px;
    max-width: calc(100% - 48px);
  }
  .card-favorite {
    width: 32px;
    height: 32px;
    right: 7px;
    top: 7px;
  }
  .card-favorite .icon {
    width: 17px;
    height: 17px;
  }
  .price-unit,
  .product-buy small {
    font-size: 11px;
  }
  .price-per-area {
    font-size: 11px;
  }
  .product-buy {
    gap: 12px;
  }
  .mini-add {
    min-width: 0;
    font-size: 12px;
  }
  .card-compare {
    font-size: 11px;
    min-height: 38px;
  }
  .detail-price-unit {
    font-size: 12px;
    margin-left: 8px;
  }
  .detail-area-price {
    font-size: 13px;
  }
  .detail-area-price span {
    display: block;
    margin-top: 3px;
    font-size: 11px;
  }
  .spec-table {
    font-size: 12px;
  }
  .detail-save-tools {
    gap: 20px;
  }
  .save-control {
    font-size: 12px;
  }
  .store-filters {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .price-filter {
    grid-column: 1 / -1;
  }
  .filter-error {
    grid-column: 1 / -1;
  }
  .catalog-selection {
    margin-bottom: 16px;
    gap: 10px;
  }
  .active-filters {
    flex-basis: 100%;
  }
  .catalog-collections {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    padding-bottom: 9px;
  }
  .active-filters button {
    min-height: 34px;
  }
  .filter-tip,
  .catalog-count {
    font-size: 11px;
  }
  .catalog-search input,
  .select-wrap select,
  .sort-control select {
    font-size: 12px;
  }
  .store-dialog {
    padding: 21px 16px;
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }
  .collection-heading h2 {
    font-size: 24px;
  }
  .collection-tabs {
    gap: 22px;
    margin: 18px 0;
  }
  .collection-tabs button {
    font-size: 13px;
  }
  .saved-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .saved-card {
    padding: 11px;
  }
  .saved-card img {
    height: 130px;
  }
  .saved-card strong {
    font-size: 12px;
  }
  .saved-card > b {
    font-size: 16px;
  }
  .saved-card > div {
    flex-wrap: wrap;
    gap: 0;
  }
  .comparison-table {
    min-width: 630px;
    font-size: 12px;
  }
  .comparison-table tr > *:first-child {
    width: 125px;
    font-size: 11px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 12px;
  }
  .comparison-table thead img {
    height: 100px;
  }
  .store-toast {
    font-size: 12px;
    padding: 12px 16px;
    bottom: 18px;
  }
  .product-view .store-toast {
    bottom: 96px;
  }
  .facade-inspiration .section-head {
    display: block;
  }
  .facade-inspiration .section-head p:not(.section-kicker) {
    display: block;
    margin-top: 14px;
    max-width: 100%;
    font-size: 12px;
  }
  .inspiration-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 15px;
  }
  .inspiration-card {
    flex: 0 0 80%;
    scroll-snap-align: start;
  }
  .inspiration-card > span {
    font-size: 18px;
    margin-top: 14px;
  }
  .inspiration-card > strong {
    font-size: 11px;
  }
  .recent-grid {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
  }
  .recent-grid > a {
    flex: 0 0 270px;
  }
  .recent-section .section-head h2 {
    font-size: 22px;
  }
  .facade-explainer {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .facade-legend {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .facade-legend button {
    gap: 8px;
    padding: 10px 7px;
  }
  .facade-legend strong {
    font-size: 12px;
  }
  .facade-legend small {
    font-size: 11px;
  }
  .facade-legend button > b {
    width: 14px;
    font-size: 12px;
  }
  .facade-figure figcaption {
    font-size: 11px;
  }
  .estimate-inputs {
    display: block;
  }
  .estimate-step {
    padding: 23px 0;
  }
  .estimate-step:first-child {
    padding-top: 0;
  }
  .step-heading {
    gap: 11px;
    margin-bottom: 18px;
  }
  .step-heading h2 {
    font-size: 21px;
  }
  .estimator .field label {
    font-size: 12px;
  }
  .estimate-step > p {
    font-size: 13px;
  }
  .area-breakdown {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 17px;
  }
  .area-breakdown > div {
    display: block;
  }
  .area-breakdown span {
    font-size: 10px;
    min-height: 30px;
  }
  .area-breakdown b {
    font-size: 19px;
    margin-top: 7px;
  }
  .estimate-summary {
    padding: 23px 19px;
  }
  .estimate-summary h2 {
    font-size: 24px;
  }
  .estimate-accessories {
    padding-top: 23px;
  }
  .estimate-accessories .calc-form {
    grid-template-columns: 1fr 1fr;
  }
  .estimate-accessories .field.full {
    grid-column: 1 / -1;
  }
  .cart-estimate {
    padding: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-part-region],
  .mini-add {
    transition: none;
  }
  .inspiration-grid {
    scroll-snap-type: none;
  }
}

/* V29: independent comparison access, consistent alignment, bounded sticky summary. */
:root {
  --comparison-offset: calc(20px + env(safe-area-inset-bottom));
}
.category-samples .material-sample {
  object-position: center;
}
.estimator {
  display: block;
  padding-bottom: 40px;
}
.estimate-overview {
  min-width: 0;
  position: relative;
}
.estimate-accessories {
  margin-top: 34px;
}
.compare-launcher {
  position: fixed;
  right: 24px;
  bottom: var(--comparison-offset);
  z-index: 105;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d1dddd;
  border-radius: 6px;
  background: #fff;
  color: #263031;
  box-shadow: 0 3px 15px #172d2f1c;
  font-size: 12px;
  font-weight: 700;
}
.compare-launcher[hidden] {
  display: none !important;
}
.compare-launcher .icon {
  width: 20px;
  height: 20px;
  color: var(--accent);
}
.compare-launcher b {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.compare-launcher:hover {
  border-color: var(--accent);
  background: #f8fcfc;
}
.cart-open .compare-launcher,
.collection-is-open .compare-launcher {
  visibility: hidden;
}
.store-toast,
.cart-toast,
.product-view .store-toast,
.product-view .cart-toast {
  bottom: calc(var(--comparison-offset) + 62px);
}
.comparison-table thead th:not(:first-child),
.comparison-table tbody td {
  text-align: center;
  vertical-align: middle;
}
.comparison-table thead th:not(:first-child) > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.compare-photo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 144px;
}
.comparison-table thead .compare-photo img {
  display: block;
  width: 144px;
  height: 132px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
}
.compare-name {
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 68px;
  width: 100%;
  line-height: 1.55;
}
.compare-name b {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.compare-name > span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
}
.comparison-table thead .compare-remove {
  margin: 3px auto 0;
  min-height: 34px;
  padding: 7px 10px;
  text-align: center;
}
.comparison-table thead .compare-remove:hover {
  color: var(--accent);
}
.review-section {
  background: #f6f8f8;
  border-top: 1px solid #e5eaea;
  border-bottom: 1px solid #e5eaea;
}
.review-card {
  padding: 23px;
  border: 1px solid #dbe2e2;
  border-radius: 3px;
  background: #fff;
}
.review-card-head {
  align-items: center;
  gap: 12px;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.review-avatar {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #edf4f4;
  color: #315659;
  border-radius: 50%;
}
.review-avatar svg {
  width: 28px;
  height: 28px;
}
.review-identity {
  min-width: 0;
}
.review-card h3 {
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  margin-bottom: 3px;
}
.review-card time {
  font-size: 11px;
  color: #687171;
}
.review-stars {
  color: var(--accent);
  letter-spacing: 1px;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}
.review-product {
  font-size: 12px;
  line-height: 1.65;
  margin-top: 20px;
  color: #313b3b;
}
.review-product:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.review-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #4c5656;
}
.review-more {
  margin-top: 28px;
}
@media (max-width: 940px) {
  .review-card {
    padding: 18px;
  }
  .review-card-head {
    flex-wrap: wrap;
  }
  .review-stars {
    margin-left: 56px;
  }
}
@media (max-width: 680px) {
  :root {
    --comparison-offset: calc(14px + env(safe-area-inset-bottom));
  }
  .product-view {
    --comparison-offset: calc(98px + env(safe-area-inset-bottom));
  }
  .compare-launcher {
    right: 14px;
    width: 60px;
    height: 48px;
    min-height: 48px;
    padding: 8px;
    gap: 6px;
  }
  .compare-launcher > span {
    display: none;
  }
  .compare-launcher b {
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    flex-shrink: 0;
  }
  .compare-launcher .icon {
    width: 19px;
    height: 19px;
  }
  .compare-photo {
    height: 122px;
  }
  .comparison-table thead .compare-photo img {
    width: 116px;
    height: 112px;
  }
  .compare-name {
    min-height: 78px;
  }
  .compare-name b {
    font-size: 12px;
  }
  .compare-name > span {
    font-size: 11px;
  }
  .estimate-accessories {
    margin-top: 27px;
  }
  .review-grid,
  .reviews-page-grid {
    gap: 15px;
  }
  .review-card {
    padding: 20px;
  }
  .review-card-head {
    flex-wrap: nowrap;
  }
  .review-stars {
    margin-left: 0;
    font-size: 11px;
  }
  .review-card p {
    font-size: 13px;
  }
  .footer-bottom {
    padding-bottom: 76px;
  }
}
/* Optical centering uses the visible sample bounds; original bitmap files stay intact. */
.compare-crop {
  display: block;
  position: relative;
  overflow: hidden;
  width: min(144px, calc(132px * var(--sample-ratio)));
  aspect-ratio: var(--sample-ratio);
}
.comparison-table thead .compare-crop img {
  position: absolute;
  max-width: none;
  width: var(--canvas-width);
  height: var(--canvas-height);
  left: var(--canvas-left);
  top: var(--canvas-top);
  object-fit: fill;
  margin: 0;
}
@media (max-width: 680px) {
  .compare-crop {
    width: min(116px, calc(112px * var(--sample-ratio)));
  }
}
.comparison-table thead th:not(:first-child) {
  vertical-align: top;
}
.compare-name {
  min-height: 86px;
}

/* V30: clear comparison feedback, color previews and stronger mobile hierarchy. */
.visit-strip {
  padding-block: 45px;
}
.comparison-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.comparison-toolbar .difference-toggle {
  min-height: 44px;
  margin: 0;
  cursor: pointer;
}
.difference-toggle:has(input:disabled) {
  color: var(--text-secondary);
  cursor: default;
}
.comparison-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #cbd3d3;
  color: #414c4c;
  font-size: 12px;
  border-radius: 3px;
}
.comparison-clear .icon {
  width: 18px;
  height: 18px;
}
.comparison-clear:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.difference-status {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 4px 0 18px;
}
.comparison-table tr[hidden] {
  display: none !important;
}
.collection-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.collection-empty-actions .button {
  min-height: 44px;
}
.card-favorite[aria-pressed="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.card-favorite[aria-pressed="true"]:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #fff;
}
[data-favorite][aria-pressed="true"] .icon {
  fill: currentColor;
}
.card-favorite[aria-pressed="true"] .icon {
  fill: #fff;
}
.card-favorite:focus-visible,
.card-swatch:focus-visible,
.palette-more:focus-visible,
.comparison-clear:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.card-swatch[aria-pressed="true"] {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.card-palette {
  flex-wrap: wrap;
  gap: 9px;
}
.card-swatch {
  flex-shrink: 0;
}
.card-swatch[role="button"],
.palette-more[role="button"] {
  cursor: pointer;
}
.category-meta b {
  font-size: 15px;
  line-height: 1.4;
  color: var(--text-primary);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .visit-strip {
    padding-block: 32px;
  }
  .header-row {
    grid-template-columns: minmax(0, 1fr) repeat(3, 44px);
    column-gap: 3px;
  }
  .header-call,
  .header-row .cart-link,
  .menu-btn {
    display: grid;
    place-items: center;
    grid-row: 1;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    color: #242727;
  }
  .header-call .icon,
  .header-row .cart-link .cart-icon,
  .menu-btn .icon {
    width: 24px;
    height: 24px;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .header-row .cart-link .cart-count {
    top: 0;
    right: 0;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    border: 1px solid #fff;
  }
  .category-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-top: 12px;
    font-size: 12px;
  }
  .category-meta b {
    order: -1;
    font-size: 18px;
    padding: 0;
  }
  .product-buy strong {
    font-size: 26px;
    line-height: 1.3;
  }
  .price-per-area {
    font-size: 12px;
  }
  .card-favorite {
    width: 40px;
    height: 40px;
  }
  .card-favorite .icon {
    width: 20px;
    height: 20px;
  }
  .brand-badge {
    max-width: calc(100% - 60px);
  }
  .card-palette {
    gap: 11px;
  }
  .card-swatch {
    width: 24px;
    height: 24px;
  }
  .comparison-toolbar {
    gap: 4px 12px;
  }
  .comparison-toolbar .difference-toggle {
    font-size: 12px;
  }
  .comparison-clear {
    font-size: 11px;
    padding-inline: 9px;
  }
}
@media (max-width: 370px) {
  .header-row {
    grid-template-columns: minmax(0, 1fr) repeat(3, 40px);
    column-gap: 2px;
  }
  .header-call,
  .header-row .cart-link,
  .menu-btn {
    width: 40px;
    min-width: 40px;
  }
  .category-meta b {
    font-size: 17px;
  }
  .product-buy strong {
    font-size: 24px;
  }
}

/* V31: a bounded product overview and full-width information below it. */
.product-page {
  align-items: start;
  column-gap: 40px;
  row-gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "gallery intro" "gallery detail" "information information";
  grid-template-rows: auto 1fr auto;
}
.product-page > .product-gallery {
  position: static;
  top: auto;
  height: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  grid-area: gallery;
  align-self: start;
}
.product-gallery .main-product-stage {
  padding: 0;
  flex: none;
  height: clamp(360px, 34vw, 480px);
  min-height: 0;
  background: #fff;
}
.product-gallery .main-product-stage > img {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(70%, 260px);
  height: min(70%, 260px);
  object-fit: contain;
}
.product-gallery .main-product-stage.stage-hd > img {
  transform: none;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
}
.product-gallery .main-product-stage[data-current-kind="facade"] > img {
  inset: 0;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}
.product-page > .product-detail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  grid-area: detail;
}
.product-detail > .purchase-panel {
  flex: none;
}
.product-information {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  grid-area: information;
  margin-top: 16px;
}
.product-information .product-section-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: #f6f8f8;
  border: 1px solid var(--line);
}
.product-information .product-section-nav a {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 12px 8px;
  text-align: center;
  white-space: normal;
  font-size: 13px;
  line-height: 1.45;
}
.product-information .product-section-nav a + a {
  border-left: 1px solid var(--line);
}
.product-information .product-section-nav a:hover,
.product-information .product-section-nav a:focus-visible {
  background: var(--accent-soft);
  color: var(--accent-hover);
  text-decoration: none;
}
.product-information .product-text {
  margin: 25px 0 20px;
}
.product-information .spec-table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
}
.product-information .spec-table th {
  width: 43%;
}
.product-information .spec-table th,
.product-information .spec-table td {
  padding: 15px 18px;
  overflow-wrap: anywhere;
}
.product-information .spec-table tr:nth-child(odd) {
  background: #f8f9f9;
}
.product-information .detail-save-tools {
  justify-content: center;
  margin-top: 22px;
  padding-top: 12px;
  gap: 32px;
}
.product-information .detail-save-tools button {
  justify-content: center;
}
/* The calculator shows its result, then optional measurements and one final action. */
.estimate-guide {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.estimate-guide li {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.estimate-guide b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border: 1px solid var(--accent-line);
  color: var(--accent-hover);
  background: var(--accent-soft);
  font-size: 12px;
  border-radius: 50%;
}
.estimate-step .estimate-context {
  font-size: 12px;
  line-height: 1.75;
  padding: 12px 15px;
  background: #f4f7f7;
  border-left: 2px solid var(--accent);
  margin: 17px 0 22px;
  max-width: none;
}
.estimate-formula {
  font-size: 12px;
  line-height: 1.75;
  color: var(--text-secondary);
  padding-top: 14px;
  margin: 17px 0 14px;
  border-top: 1px solid var(--line);
}
.estimate-formula:empty {
  display: none;
}
.estimate-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0 0;
  border-top: 1px solid var(--line);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}
.estimate-summary .section-kicker {
  line-height: 1.7;
}
.step-heading > .step-optional {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  white-space: nowrap;
}
.estimate-accessories .calc-form {
  margin-top: 24px;
}
.accessory-results {
  margin-top: 26px;
  padding: 24px;
  background: #f6f8f8;
  border: 1px solid #e0e5e5;
}
.accessory-results-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 18px;
}
.accessory-results-heading h3 {
  font-size: 20px;
  margin: 0;
}
.accessory-results-heading a {
  font-size: 12px;
  color: var(--accent);
}
.accessory-results dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}
.accessory-results dt {
  font-size: 12px;
  color: var(--text-secondary);
  min-height: 40px;
}
.accessory-results dd {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.accessory-results > p {
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 20px 0 0;
}
.estimate-save {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 370px);
  align-items: center;
  gap: 30px;
  padding: 28px 0 10px;
}
.estimate-save h2 {
  font-size: clamp(24px, 2.3vw, 32px);
  margin: 7px 0 12px;
  line-height: 1.5;
}
.estimate-save h2 > span {
  display: inline-block;
}
.estimate-save-times {
  color: #8b9999;
  padding: 0 7px;
}
.estimate-save p {
  font-size: 13px;
  color: var(--text-secondary);
  max-width: 65ch;
  margin: 0;
}
.estimate-save p.estimate-error {
  color: #a33124;
  margin-top: 13px;
}
.estimate-save-actions > .button {
  width: 100%;
  min-height: 50px;
  padding: 12px 17px;
  font-size: 13px;
}
.facade-instruction {
  margin: -5px 0 22px;
  font-size: 13px;
  color: var(--text-secondary);
}
@media (max-width: 940px) {
  .accessory-results dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .estimate-save {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 310px);
    gap: 24px;
  }
  .estimate-accessories .calc-form {
    grid-template-columns: 1fr 1fr;
  }
  .estimate-accessories .field.full {
    grid-column: 1 / -1;
  }
}
@media (max-width: 860px) {
  .product-page {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .product-gallery .main-product-stage {
    flex: none;
    height: clamp(290px, 75vw, 460px);
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .product-information .product-section-nav a {
    font-size: 12px;
    padding: 12px 5px;
    min-height: 52px;
  }
  .product-information .product-text {
    font-size: 14px;
    margin: 22px 0;
  }
  .product-information .spec-table {
    font-size: 13px;
  }
  .product-information .spec-table th,
  .product-information .spec-table td {
    padding: 13px 10px;
  }
  .product-information .detail-save-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .product-information .save-control {
    width: 100%;
    min-height: 44px;
    font-size: 12px;
  }
  .estimate-guide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .estimate-accessories .step-heading {
    flex-wrap: wrap;
    gap: 8px 11px;
  }
  .step-heading > .step-optional {
    width: 100%;
    margin-left: 25px;
  }
  .estimate-accessories .calc-form {
    grid-template-columns: 1fr;
  }
  .estimate-accessories .field.full {
    grid-column: auto;
  }
  .accessory-results {
    padding: 20px 16px;
  }
  .accessory-results-heading h3 {
    font-size: 19px;
  }
  .accessory-results dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .accessory-results dl > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    border-bottom: 1px solid #dce3e3;
    padding: 12px 0;
  }
  .accessory-results dt {
    min-height: 0;
    font-size: 12px;
  }
  .accessory-results dd {
    margin: 0;
    font-size: 17px;
    text-align: right;
    white-space: nowrap;
  }
  .estimate-save {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 24px;
  }
  .estimate-save h2 {
    font-size: 25px;
  }
  .estimate-save-actions {
    width: 100%;
  }
  .facade-explainer .facade-legend {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
  }
  .facade-legend button {
    width: 100%;
    padding: 15px;
  }
  .facade-legend strong {
    font-size: 14px;
  }
  .facade-legend small {
    font-size: 12px;
  }
}
@media (max-width: 370px) {
  .product-information .product-section-nav a {
    font-size: 11px;
  }
  .product-information .spec-table th,
  .product-information .spec-table td {
    padding-inline: 8px;
    font-size: 12px;
  }
  .estimate-save h2 {
    font-size: 22px;
  }
}

/* V32: choose the model first, then its exact color; consistent sample framing. */
.catalog-guide {
  margin: -8px 0 22px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.catalog-count {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 13px;
}
.catalog-count > [data-result-count] {
  color: var(--text-primary);
}
.catalog-variant-total {
  margin-left: 16px;
  color: var(--text-secondary);
}
.catalog-variant-total b {
  color: var(--text-primary);
}
.card-variant-count {
  display: block;
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 16px;
  margin: 0;
}
.product-card .product-photo {
  height: 190px;
  padding: 32px 16px 12px;
}
.product-card .product-copy {
  padding: 14px 16px;
  gap: 5px;
}
.card-sample {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.card-crop {
  display: block;
  position: relative;
  overflow: hidden;
  width: min(185px, calc(140px * var(--sample-ratio)));
  aspect-ratio: var(--sample-ratio);
}
.product-card .product-photo .card-crop img {
  position: absolute;
  left: var(--canvas-left);
  top: var(--canvas-top);
  width: var(--canvas-width);
  height: var(--canvas-height);
  max-width: none;
  object-fit: fill;
  margin: 0;
  transform: none;
}
.product-card .product-name {
  font-size: 16px;
  line-height: 22px;
  min-height: 44px;
}
.product-card .product-series {
  font-size: 11px;
  line-height: 16px;
}
.product-card .card-color {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.product-card .card-color b {
  font-weight: 700;
  color: var(--text-primary);
}
.product-card .product-spec-line {
  font-size: 11px;
  line-height: 18px;
  min-height: 18px;
  margin: 0 0 3px;
}
.product-card .card-palette {
  flex-wrap: wrap;
  margin: 2px 0 6px;
}
.product-card .price-unit {
  font-size: 11px;
}
/* Compact card prices retain a row for optional area pricing, so stock and CTAs align. */
.product-card .product-buy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 8px 10px;
  padding-top: 12px;
}
.product-card .product-buy > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 30px 16px 18px 16px;
  min-width: 0;
  align-items: start;
}
.product-card .product-buy > div > strong {
  grid-row: 1;
  font-size: 24px;
  line-height: 30px;
}
.product-card .product-buy .price-unit {
  grid-row: 2;
  margin: 0;
  line-height: 16px;
}
.product-card .product-buy .price-per-area {
  grid-row: 3;
  margin: 0;
  line-height: 18px;
}
.product-card .product-buy small {
  grid-row: 4;
  margin: 0;
  line-height: 16px;
}
.product-card .product-buy .mini-add {
  align-self: center;
}
.product-card .card-compare {
  margin-top: 0;
  padding: 0;
  min-height: 32px;
}
@container product-card (min-width: 330px) {
  .product-card .product-buy > div {
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-rows: 30px 18px 16px;
    column-gap: 6px;
  }
  .product-card .product-buy .price-unit {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    padding-bottom: 3px;
    white-space: nowrap;
  }
  .product-card .product-buy .price-per-area {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .product-card .product-buy small {
    grid-column: 1 / -1;
    grid-row: 3;
  }
}
@container product-card (max-width: 280px) {
  .product-card .product-buy {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-card .product-buy .mini-add {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }
  .product-card .product-spec-line {
    min-height: 36px;
  }
}
@media (max-width: 680px) {
  .product-card .product-buy {
    grid-template-columns: minmax(0, 1fr);
  }
  .catalog-guide {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .catalog-count {
    font-size: 12px;
  }
  .catalog-variant-total {
    margin-left: 10px;
  }
  .product-card .product-photo {
    padding: 32px 10px 8px;
    height: 146px;
  }
  .product-card .product-copy {
    padding: 12px 10px;
  }
  .card-crop {
    width: min(120px, calc(102px * var(--sample-ratio)));
  }
  .product-card .product-name {
    font-size: 15px;
    line-height: 21px;
    min-height: 42px;
  }
  .product-card .product-series {
    font-size: 10px;
  }
  .product-card .card-color {
    font-size: 12px;
    min-height: 40px;
  }
  .product-card .product-spec-line {
    font-size: 11px;
    min-height: 36px;
  }
  .card-variant-count {
    font-size: 10px;
    line-height: 1.6;
  }
}
/* Brand filters keep the same indicator box in both states. */
.catalog-sidebar .filter-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 20px;
  min-height: 40px;
}
.catalog-sidebar .filter-chip::before {
  display: block;
  box-sizing: border-box;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #aeb5ab;
}
.catalog-sidebar .filter-chip.active::before {
  border: 1px solid var(--accent);
  box-shadow: inset 0 0 0 3px var(--accent);
}

/* V33: visual catalog navigation, stable product layout and readable mobile tables. */
/* Catalog navigation: two clear groups and a compact calculation link. */
.catalog-menu {
  max-height: calc(100dvh - 180px);
  overscroll-behavior: contain;
  box-shadow: 0 14px 24px #0000000a;
}
.catalog-menu .mega-grid {
  grid-template-columns: minmax(0, 2.4fr) minmax(240px, 1fr);
  gap: 18px 36px;
  padding-block: 24px 18px;
  align-items: start;
}
.mega-grid > div {
  min-width: 0;
}
.mega-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 24px;
  margin-bottom: 8px;
}
.mega-grid .mega-heading small,
.mega-grid .mega-brands > small {
  margin: 0;
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.065em;
}
.mega-grid a.mega-all {
  padding: 0;
  gap: 9px;
  color: var(--accent);
  font-size: 12px;
  white-space: nowrap;
}
.mega-material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}
.mega-grid a.mega-material {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 16px;
  gap: 14px;
  padding: 12px 8px;
  border-bottom: 1px solid var(--line);
  min-height: 88px;
  align-items: center;
  transition: background 0.15s;
}
.mega-grid a.mega-material:hover,
.mega-grid a.mega-material:focus-visible,
.mega-grid a.mega-brand:hover,
.mega-grid a.mega-brand:focus-visible {
  background: var(--accent-soft);
  text-decoration: none;
}
.mega-sample {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
}
.mega-sample img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.menu-sample-crop {
  display: block;
  position: relative;
  overflow: hidden;
  width: min(64px, calc(64px * var(--sample-ratio)));
  aspect-ratio: var(--sample-ratio);
}
.menu-sample-crop img.material-sample {
  position: absolute;
  max-width: none;
  width: var(--canvas-width);
  height: var(--canvas-height);
  left: var(--canvas-left);
  top: var(--canvas-top);
  object-fit: fill;
}
.mega-material-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.mega-material-copy b {
  font-size: 15px;
  line-height: 1.4;
}
.mega-material-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 12px;
  font-size: 12px;
  line-height: 1.6;
}
.mega-material-meta > span {
  color: var(--text-secondary);
  font-weight: 400;
}
.mega-material-meta strong {
  color: var(--text-primary);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.mega-material > .icon,
.mega-brand > .icon {
  color: var(--accent);
}
.mega-brands {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}
.mega-grid .mega-brands > small {
  min-height: 24px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.mega-grid a.mega-brand {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 16px;
  gap: 12px;
  min-height: 64px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.mega-brand-name {
  line-height: 1.5;
}
.mega-grid .mega-help {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 0 0;
  background: transparent;
  border-top: 1px solid var(--line);
}
.mega-help-icon {
  width: 24px;
  height: 28px;
  color: var(--accent);
}
.mega-help-icon .icon {
  width: 100%;
  height: 100%;
}
.mega-help h3 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 3px;
}
.mega-grid .mega-help p {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.mega-grid .mega-help a {
  color: var(--accent-hover);
  font-size: 13px;
  gap: 16px;
  padding: 10px 0 10px 16px;
}
.mega-grid a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
@media (max-width: 1100px) {
  .catalog-menu .mega-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .mega-brands {
    padding-left: 0;
    border-left: 0;
  }
  .mega-brand-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .mega-grid a.mega-brand {
    grid-template-columns: 54px minmax(0, 1fr) 16px;
    min-height: 52px;
    gap: 8px;
    font-size: 12px;
  }
  .mega-brand .mega-brand-mark {
    width: 54px;
  }
  .mega-brand-mark .brand-logo-docke,
  .mega-brand-mark .brand-logo-alta-profil {
    max-width: 50px;
  }
}

/* Keep product names complete; title height is shared within each color family. */
.product-breadcrumbs {
  flex-wrap: nowrap;
  min-width: 0;
}
.product-breadcrumbs > a {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 23%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-breadcrumbs > i {
  flex: 0 0 auto;
}
.product-breadcrumbs > span {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-intro .eyebrow {
  min-height: 20px;
  line-height: 20px;
  margin: 0 0 7px;
}
.product-intro h1 {
  font-size: clamp(26px, 2.1vw, 32px);
  line-height: 1.3;
  letter-spacing: -0.035em;
  text-wrap: wrap;
  margin: 0 0 16px;
  overflow-wrap: anywhere;
}
.product-intro .detail-tags {
  align-items: flex-start;
  margin: 12px 0 0;
  min-height: 0;
}
.product-detail .color-selector {
  margin: 0 0 18px;
}
.product-detail .color-selector > div:first-child {
  min-height: 24px;
  line-height: 24px;
}
.product-detail .color-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, 44px);
  grid-auto-rows: 44px;
  gap: 8px;
  min-height: 44px;
  align-content: start;
  margin-top: 8px;
}
.product-detail .color-options a {
  display: block;
  width: 44px;
  height: 44px;
}
.product-detail > .purchase-panel {
  margin-top: 0;
}
.purchase-panel .detail-area-price {
  font-size: 14px;
  line-height: 20px;
  min-height: 0;
  margin: 6px 0 0;
}
.purchase-panel .detail-area-price span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.purchase-panel .stockline {
  line-height: 20px;
  min-height: 0;
}

/* The result follows the inputs in normal document flow, on the full width. */
.estimate-overview {
  display: block;
}
.estimate-inputs {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
}
.estimate-inputs > .estimate-step {
  padding-top: 0;
  padding-bottom: 28px;
  border-bottom: 0;
  min-width: 0;
}
.estimate-inputs > .estimate-step + .estimate-step {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.estimate-result-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 16px;
  font-size: 13px;
}
.estimate-summary {
  position: static;
  top: auto;
  width: 100%;
  margin: 6px 0 12px;
  padding: 28px;
  scroll-margin-top: 160px;
}
.estimate-result-heading h2 {
  margin: 0 0 24px;
}
.estimate-result-body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 32px;
}
.estimate-result-details,
.estimate-result-cost {
  min-width: 0;
}
.estimate-result-details .estimate-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
}
.estimate-result-details .estimate-metrics > div {
  display: block;
  padding: 0 0 12px;
}
.estimate-result-details .estimate-metrics dt {
  font-size: 12px;
  line-height: 1.6;
  min-height: 20px;
}
.estimate-result-details .estimate-metrics dd {
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}
.estimate-result-details .estimate-formula {
  margin-bottom: 0;
}
.estimate-result-cost {
  background: var(--accent-soft);
  padding: 24px;
  align-self: start;
}
.estimate-result-cost .estimate-total {
  margin: 0 0 14px;
}
.estimate-result-cost .estimate-total strong {
  font-size: clamp(28px, 3vw, 40px);
  overflow-wrap: anywhere;
}
.estimate-result-cost .estimate-footnote {
  margin: 0;
}
.estimate-summary > .estimate-next {
  margin-top: 24px;
}

@media (max-width: 860px) {
  .product-intro h1 {
    font-size: 28px;
  }
  .estimate-inputs {
    display: block;
  }
  .estimate-inputs > .estimate-step + .estimate-step {
    padding-left: 0;
    border-left: 0;
    padding-top: 24px;
    border-top: 1px solid var(--line);
  }
  .estimate-result-body {
    gap: 22px;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }
  .estimate-result-cost {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .mobile-panel a.mobile-material {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 18px;
    gap: 16px;
    padding: 10px 0;
    min-height: 70px;
  }
  .mobile-material-sample {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: #f5f6f6;
  }
  .mobile-material-sample img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .mobile-material-sample .menu-sample-crop {
    width: min(42px, calc(44px * var(--sample-ratio)));
  }
  .mobile-material-name {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
  }
  .mobile-material > .icon,
  .mobile-panel a.mobile-all-catalog {
    color: var(--accent);
  }
  .mobile-panel a.mobile-all-catalog {
    font-weight: 700;
    font-size: 13px;
  }
  .product-breadcrumbs {
    gap: 6px;
  }
  .product-intro .eyebrow {
    font-size: 10px;
  }
  .purchase-panel .detail-area-price {
    font-size: 13px;
  }
  .purchase-panel .detail-area-price span {
    font-size: 11px;
  }
  .estimate-summary {
    padding: 22px 16px;
    scroll-margin-top: 145px;
  }
  .estimate-result-heading h2 {
    font-size: 23px;
  }
  .estimate-result-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .estimate-result-details .estimate-metrics {
    gap: 20px 18px;
  }
  .estimate-result-details .estimate-metrics dt {
    min-height: 38px;
  }
  .estimate-result-details .estimate-metrics dd {
    font-size: 21px;
  }
  .estimate-result-cost {
    padding: 20px;
  }

  /* Keep table semantics and all values while presenting each record as a card. */
  .seo-table-wrap,
  .guide-table-wrap {
    overflow: visible;
    border: 0;
    min-width: 0;
  }
  .seo-table {
    min-width: 0;
    width: 100%;
  }
  .seo-table td:last-child {
    white-space: normal;
  }
  .seo-table td,
  .seo-table th {
    overflow-wrap: anywhere;
  }
  .series-facts-table {
    table-layout: fixed;
    border-top: 1px solid var(--line);
  }
  .series-facts-table th {
    width: 42%;
  }
  .series-facts-table td,
  .series-facts-table th {
    padding: 13px 12px;
  }
  .mobile-record-table {
    display: block;
    position: relative;
    font-size: 13px;
  }
  .mobile-record-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .mobile-record-table tbody {
    display: block;
    width: 100%;
  }
  .mobile-record-table tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--line);
    margin-bottom: 12px;
    background: #fff;
  }
  .mobile-record-table tbody td {
    display: block;
    min-width: 0;
    width: auto;
    border: 0;
    padding: 12px 14px;
    text-align: left;
    line-height: 1.6;
  }
  .mobile-record-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: var(--text-secondary);
    letter-spacing: 0.015em;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .mobile-record-table tbody td:first-child {
    grid-column: 1 / -1;
    font-size: 15px;
    font-weight: 700;
    background: #f5f8f8;
    border-bottom: 1px solid var(--line);
  }
  .mobile-record-table tbody td:first-child a {
    display: flex;
    align-items: center;
    min-height: 30px;
    color: var(--text-primary);
  }
  .mobile-record-table tbody td[data-label^="Цена"] {
    font-size: 16px;
    color: var(--accent-hover);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
  }
  .mobile-record-table tbody td a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }

  .comparison-scroll {
    overflow: visible;
    border: 0;
  }
  .comparison-table {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }
  .comparison-table thead,
  .comparison-table tbody {
    display: block;
  }
  .comparison-table thead tr {
    display: block;
    position: relative;
    border: 1px solid var(--line);
    margin-bottom: 20px;
  }
  .comparison-table tr > *:first-child {
    position: static;
    width: auto;
    z-index: auto;
  }
  .comparison-table thead tr > th:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .comparison-table thead th:not(:first-child) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-right: 0;
    text-align: left;
  }
  .comparison-table thead th:last-child {
    border-bottom: 0;
  }
  .comparison-table thead th:not(:first-child) > a {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
  }
  .comparison-table .compare-photo {
    width: 58px;
    height: 66px;
  }
  .comparison-table .compare-crop {
    width: min(58px, calc(62px * var(--sample-ratio)));
  }
  .comparison-table .compare-name {
    min-height: 0;
    text-align: left;
  }
  .comparison-table .compare-name b {
    font-size: 12px;
  }
  .comparison-table .compare-name > span {
    font-size: 11px;
  }
  .comparison-table thead .compare-remove {
    margin: 0;
    min-height: 44px;
    padding: 8px 5px;
    font-size: 11px;
  }
  .comparison-table tbody tr {
    display: block;
    border: 1px solid var(--line);
    margin-bottom: 14px;
  }
  .comparison-table tbody tr > th:first-child {
    display: block;
    border: 0;
    background: #f1f6f6;
    font-size: 13px;
    padding: 12px;
  }
  .comparison-table tbody td {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    border-right: 0;
    padding: 12px;
    text-align: right;
    font-size: 13px;
    line-height: 1.6;
  }
  .comparison-table tbody td::before {
    content: attr(data-label);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-secondary);
    text-align: left;
  }
  .comparison-table tbody td:last-child {
    border-bottom: 0;
  }
  .comparison-table tbody tr:first-child td {
    font-size: 17px;
  }
}
@media (max-width: 370px) {
  .product-intro h1 {
    font-size: 26px;
  }
  .mega-grid a.mega-all {
    font-size: 11px;
  }
}
@media (max-width: 340px) {
  .comparison-table thead th:not(:first-child) {
    grid-template-columns: minmax(0, 1fr);
  }
  .comparison-table thead .compare-remove {
    justify-self: end;
    padding-inline: 12px;
  }
}

/* V34: consistent brand marks and visible menu state. */
.mega-brand-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 42px;
  justify-self: center;
  background: transparent;
}
.mega-brand-mark .brand-logo-docke,
.mega-brand-mark .brand-logo-alta-profil {
  width: 62px;
}
.mega-brand-mark .brand-logo-yu-plast {
  width: 22px;
}
[data-menu-btn] .menu-close-icon,
[data-catalog-toggle] .menu-close-icon {
  display: none;
}
[data-menu-btn][aria-expanded="true"] .menu-open-icon,
[data-catalog-toggle][aria-expanded="true"] .menu-open-icon {
  display: none;
}
[data-menu-btn][aria-expanded="true"] .menu-close-icon,
[data-catalog-toggle][aria-expanded="true"] .menu-close-icon {
  display: block;
}
.header-row .catalog-toggle[aria-expanded="true"] {
  background: var(--accent-hover);
  color: #fff;
  border-color: var(--accent-hover);
}
.header-row .catalog-toggle[aria-expanded="true"]:hover {
  background: var(--accent);
}
.header-row .menu-btn[aria-expanded="true"] {
  background: var(--accent);
  color: #fff;
  border-radius: 3px;
}
.header-row .menu-btn[aria-expanded="true"]:hover {
  background: var(--accent-hover);
}
[data-menu-btn]:focus-visible,
[data-catalog-toggle]:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.footer-legal {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-block: 19px;
  border-top: 1px solid #ffffff18;
  color: #c6ceca;
  font-size: 12px;
  line-height: 1.7;
}
.footer-legal > span {
  font-size: 11px;
}
.footer-legal > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 22px;
}
.footer-legal strong {
  font-size: 13px;
  color: #f3f5f3;
}
.footer-legal > div > span {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
/* Public contact details. */
.contact-email {
  margin-top: 24px;
}
.contact-email > span {
  display: block;
  color: var(--text-secondary);
  font-size: 12px;
  margin-bottom: 4px;
}
.contact-email > a {
  color: var(--accent-hover);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-email > p {
  font-size: 13px;
  margin: 8px 0 0;
  color: var(--text-secondary);
}
.contact-email-link {
  overflow-wrap: anywhere;
}
.contact-requisites {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
.contact-requisites h3 {
  font-size: 20px;
  margin: 0 0 16px;
}
.contact-requisites dl {
  margin: 0;
}
.contact-requisites dl > div {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 18px;
  padding: 11px 0;
  line-height: 1.65;
}
.contact-requisites dt {
  font-size: 12px;
  color: var(--text-secondary);
}
.contact-requisites dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
@media (max-width: 680px) {
  .utility-bar .utility-inner {
    justify-content: center;
  }
  .utility-bar .utility-inner > a {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .footer-legal {
    flex-direction: column;
    gap: 5px;
  }
  .contact-requisites dd {
    font-size: 13px;
  }
}

/* Product titles share a model line and a color line, without hidden sizing copies. */
.product-intro .product-heading {
  display: block;
  min-width: 0;
  margin: 0 0 16px;
  font-size: clamp(26px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.035em;
  text-wrap: wrap;
  overflow-wrap: anywhere;
}
.product-intro .product-heading > h1 {
  min-width: 0;
  min-height: 0;
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  text-wrap: inherit;
  overflow-wrap: inherit;
}
.product-heading .product-title-model,
.product-heading .product-title-color {
  display: block;
}
.product-heading .product-title-color {
  font-size: 0.875em;
  line-height: 1.4;
}
@media (max-width: 860px) {
  .product-intro .product-heading {
    font-size: 28px;
  }
}
@media (max-width: 370px) {
  .product-intro .product-heading {
    font-size: 26px;
  }
}

/* V40: center the visible panel in the supplied 1000px photographs. */
.category-samples {
  display: grid;
  place-items: center;
}
.category-crop {
  display: block;
  position: relative;
  overflow: hidden;
  width: min(100%, calc(164px * var(--sample-ratio)));
  max-width: 190px;
  aspect-ratio: var(--sample-ratio);
}
.category-crop img.material-sample {
  position: absolute;
  left: var(--canvas-left);
  top: var(--canvas-top);
  width: var(--canvas-width);
  height: var(--canvas-height);
  max-width: none;
  object-fit: fill;
}
@media (max-width: 940px) {
  .category-crop {
    width: min(100%, calc(122px * var(--sample-ratio)));
    max-width: 160px;
  }
}
@media (max-width: 370px) {
  .category-crop {
    width: min(100%, calc(110px * var(--sample-ratio)));
  }
}

/* V42: crawlable compact catalog index and unobtrusive form protection. */
.catalog-all-links {
  margin: 24px 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.catalog-all-links summary {
  cursor: pointer;
  color: var(--accent);
  font-weight: 700;
}
.catalog-all-links ul {
  columns: 3;
  column-gap: 28px;
  margin: 18px 0 0;
  padding-left: 18px;
}
.catalog-all-links li {
  break-inside: avoid;
  margin: 0 0 10px;
}
.catalog-all-links a:hover {
  text-decoration: underline;
}
.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width: 860px) {
  .catalog-all-links ul {
    columns: 2;
  }
}
@media (max-width: 680px) {
  .catalog-all-links ul {
    columns: 1;
  }
}

/* Facade photos fill the stage without side bands. */
.product-gallery .main-product-stage {
  overflow: hidden;
}

/* Product gallery: standard horizontal thumbnails. */
.product-gallery .gallery-thumbs {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 12px;
}
.product-gallery .gallery-thumbs button {
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.product-gallery .gallery-thumbs button[aria-pressed="true"] {
  border-color: var(--accent);
  box-shadow: inset 0 0 0 1px var(--accent);
}
.product-gallery .gallery-thumbs button:hover {
  border-color: var(--accent);
}
.product-gallery .gallery-thumbs button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.product-gallery .gallery-thumbs img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: transparent;
}
.product-gallery .gallery-thumbs [data-gallery-kind="facade"] img {
  object-fit: cover;
}

/* V48: compact product overview, with an independent gallery and a clear purchase area. */
.product-page > .product-intro {
  grid-area: intro;
  min-width: 0;
}
.product-intro .product-heading {
  margin: 0;
}
.product-detail > .purchase-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "price stock" "area area" "buy buy";
  column-gap: 12px;
  padding: 20px;
  background: #f7f9f9;
  border-color: #e0e5e5;
}
.product-detail > .purchase-panel .big-price {
  grid-area: price;
  min-width: 0;
  margin: 0;
  font-size: 34px;
  line-height: 1.25;
}
.product-detail > .purchase-panel .detail-price-unit {
  font-size: 12px;
  margin-left: 6px;
}
.product-detail > .purchase-panel .detail-area-price {
  grid-area: area;
  line-height: 20px;
  min-height: 40px;
}
.product-detail > .purchase-panel .detail-area-price span {
  display: block;
  margin-left: 0;
  line-height: 20px;
}
.product-detail > .purchase-panel .stockline {
  grid-area: stock;
  align-self: start;
  margin: 11px 0 0;
  font-size: 12px;
  white-space: nowrap;
}
.product-detail > .purchase-panel .buybox {
  grid-area: buy;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  margin: 16px 0 0;
  align-items: end;
}
.product-detail .product-quantity {
  font-size: 12px;
  color: var(--text-secondary);
}
.product-detail .product-quantity input {
  width: 100%;
  color: var(--text-primary);
}
.product-detail > .purchase-panel .buybox .button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  font-size: 13px;
}
.product-detail > .product-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2px 22px;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
}
.product-detail > .product-service a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  min-height: 40px;
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-secondary);
}
.product-detail > .product-service a:first-child {
  color: var(--accent-hover);
  font-weight: 600;
}
.product-detail > .product-service a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-detail > .product-service .icon {
  width: 17px;
  height: 17px;
}
.product-detail > .purchase-help {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 10px;
  padding-top: 14px;
}
.product-detail > .purchase-help a {
  min-width: 0;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.product-detail > .purchase-help strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 600;
}
.product-detail > .purchase-help span {
  font-size: 13px;
}
.product-detail > .purchase-help small {
  display: block;
  font-size: 12px;
}
.product-information > .spec-source {
  display: inline-block;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 860px) {
  .product-page {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "intro" "gallery" "detail" "information";
    grid-template-rows: auto;
    gap: 20px;
  }
  .product-gallery .main-product-stage {
    height: clamp(248px, 72vw, 360px);
  }
  .product-intro .product-heading {
    font-size: 26px;
    line-height: 1.3;
  }
  .product-information {
    margin-top: 8px;
  }
}
@media (max-width: 680px) {
  .product-gallery .main-product-stage {
    height: clamp(248px, 72vw, 320px);
  }
  .product-gallery .main-product-stage.stage-hd > img {
    inset: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .product-gallery .main-product-stage[data-current-kind="facade"] > img {
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .product-detail > .purchase-panel {
    padding: 18px;
  }
  .product-detail > .purchase-panel .big-price {
    font-size: 32px;
  }
  .product-detail > .product-service {
    gap: 2px 18px;
  }
  .product-detail > .product-service a {
    min-height: 44px;
  }
}
@media (max-width: 370px) {
  .product-intro .product-heading {
    font-size: 24px;
  }
  .product-detail > .purchase-panel {
    padding: 16px;
  }
  .product-detail > .purchase-panel .buybox {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 10px;
  }
  .product-detail > .purchase-panel .buybox .button {
    font-size: 12px;
  }
  .product-detail > .product-service {
    gap: 0 14px;
  }
  .product-detail > .product-service a {
    font-size: 12px;
  }
}

/* V49: shared content edges and readable, full-width product descriptions. */
:root {
  --page-gutter: clamp(16px, 3vw, 40px);
}
.container {
  width: calc(100% - 2 * var(--page-gutter));
  max-width: 1320px;
  margin-inline: auto;
}
.product-seo-section .product-editorial-copy {
  max-width: none;
}
.product-editorial-copy > .category-seo-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 18px;
}
.product-editorial-copy .section-kicker,
.product-editorial-copy h2 {
  grid-column: 1 / -1;
  margin: 0;
}
.product-editorial-copy .section-kicker {
  margin-bottom: -8px;
}
.product-editorial-copy p {
  min-width: 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.product-editorial-copy .text-link {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.product-series-table {
  margin-top: 32px;
}
.product-series-table h2 {
  font-size: clamp(25px, 2.5vw, 32px);
  margin-bottom: 14px;
}
.product-detail .color-selector > div:first-child {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 4px;
  overflow-wrap: anywhere;
}
.product-detail .color-options img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-delivery-note {
  padding-top: 16px;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.cart-delivery-note .text-link {
  display: block;
  margin-top: 8px;
}
@media (max-width: 860px) {
  .product-editorial-copy > .category-seo-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .product-editorial-copy p {
    font-size: 14px;
  }
  .product-series-table {
    margin-top: 26px;
  }
}

/* V51: clear delivery navigation and an editorial layout for collection and courier terms. */
@media (min-width: 681px) {
  .utility-inner nav > .utility-delivery {
    display: inline-flex;
    align-items: center;
  }
}
.home-delivery > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.5;
}
.home-delivery-title,
.home-delivery-action,
.delivery-action,
.delivery-teaser > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.home-delivery-title .icon {
  color: var(--accent);
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.home-delivery-summary {
  color: var(--text-secondary);
}
.home-delivery-action {
  margin-left: auto;
  color: var(--accent-hover);
  font-weight: 600;
}
.home-delivery-action .icon,
.delivery-action .icon,
.delivery-teaser .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.home-delivery a:hover .home-delivery-action,
.delivery-action:hover,
.delivery-phone:hover strong {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-detail > .purchase-help .purchase-help-link {
  display: inline-block;
  margin-top: 5px;
  color: var(--accent-hover);
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #007d8740;
  text-underline-offset: 3px;
}
.delivery-hero p {
  max-width: 710px;
}
.delivery-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.pickup-block,
.courier-methods {
  min-width: 0;
}
.pickup-block,
.courier-block,
.delivery-teaser {
  scroll-margin-top: 160px;
}
.pickup-block {
  padding: clamp(24px, 3vw, 36px);
  background: #f2f6f5;
  border-top: 3px solid var(--accent);
}
.delivery-method-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.delivery-icon {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--accent);
}
.delivery-icon .icon {
  width: 28px;
  height: 28px;
}
.delivery-method-heading h2 {
  font-size: clamp(24px, 2.2vw, 28px);
  line-height: 1.3;
  letter-spacing: -0.035em;
  margin: 0;
}
.delivery-layout p {
  margin: 0 0 16px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.delivery-layout .delivery-price {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--accent-hover);
  margin-bottom: 10px;
}
.delivery-layout .delivery-time {
  color: var(--text-primary);
  font-size: 13px;
  margin-bottom: 22px;
}
.delivery-layout .pickup-order-note {
  color: var(--text-primary);
  font-size: 13px;
}
.pickup-location {
  border-top: 1px solid #dbe4e2;
  margin-top: 24px;
  padding-top: 22px;
}
.delivery-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 8px;
}
.pickup-location h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 4px;
}
.pickup-location .pickup-hours {
  margin-bottom: 0;
}
.pickup-hours strong,
.pickup-hours span {
  display: block;
}
.pickup-hours strong {
  color: var(--text-primary);
  font-size: 16px;
}
.pickup-hours span {
  font-size: 13px;
}
.delivery-action {
  color: var(--accent-hover);
  font-size: 13px;
  font-weight: 600;
  min-height: 44px;
  margin-top: 18px;
}
.courier-block {
  padding: 3px 0 28px;
}
.courier-block + .courier-block {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.courier-block .delivery-method-heading {
  margin-bottom: 8px;
}
.courier-block p:last-child {
  margin-bottom: 0;
}
.delivery-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.delivery-prices strong,
.delivery-prices span {
  display: block;
}
.delivery-prices strong {
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin-bottom: 6px;
}
.delivery-prices span {
  font-size: 13px;
  color: var(--text-secondary);
}
.delivery-free strong {
  color: var(--accent-hover);
}
.delivery-layout .delivery-cost-label {
  color: var(--text-primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}
.delivery-phone {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 16px;
  justify-items: start;
  padding: 18px 20px;
  margin-top: 22px;
  background: #edf7f7;
}
.delivery-phone span {
  font-size: 12px;
  color: var(--text-secondary);
}
.delivery-phone strong {
  grid-column: 1;
  font-size: 19px;
  line-height: 1.4;
  color: var(--accent-hover);
}
.delivery-phone .icon {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--accent);
  width: 20px;
  height: 20px;
}
.delivery-layout .delivery-boundary {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  margin: 0;
}
.delivery-teaser {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 30px;
  padding: 26px 30px;
  background: #f2f6f5;
}
.delivery-teaser h2 {
  font-size: 25px;
  margin: 0 0 6px;
}
.delivery-teaser p {
  color: var(--text-secondary);
  font-size: 14px;
  margin: 0;
}
@media (max-width: 860px) {
  .delivery-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .home-delivery-summary {
    display: none;
  }
}
@media (max-width: 680px) {
  .home-delivery > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 16px 0;
  }
  .home-delivery-title {
    min-width: 0;
  }
  .home-delivery-action {
    margin-left: 0;
    font-size: 12px;
  }
  .pickup-block {
    padding: 24px 20px;
  }
  .delivery-prices {
    gap: 12px;
  }
  .delivery-prices strong {
    font-size: 25px;
  }
  .delivery-phone strong {
    font-size: 18px;
  }
  .delivery-phone {
    padding: 16px;
  }
  .delivery-teaser {
    padding: 22px 20px;
  }
  .pickup-block,
  .courier-block,
  .delivery-teaser {
    scroll-margin-top: 145px;
  }
}


/* /assets/contact.css */
/* V36 — accessible contact controls, also available in the catalog menu. */
.contact-widget {
  position: fixed;
  right: 24px;
  bottom: var(--comparison-offset, 24px);
  z-index: 110;
}
.has-contact-widget .compare-launcher {
  right: 90px;
}
.contact-toggle {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid var(--accent);
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 3px 15px #172d2f26;
}
.contact-toggle:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}
.contact-toggle .icon {
  width: 25px;
  height: 25px;
}
.contact-toggle .contact-close-icon {
  display: none;
}
.contact-toggle[aria-expanded="true"] {
  background: #242727;
  border-color: #242727;
}
.contact-toggle[aria-expanded="true"] .contact-chat-icon {
  display: none;
}
.contact-toggle[aria-expanded="true"] .contact-close-icon {
  display: block;
}
.contact-options {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(252px, calc(100vw - 32px));
  max-height: calc(100dvh - var(--comparison-offset, 24px) - 80px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 9px;
  border: 1px solid #d5dfdf;
  border-radius: 8px;
  background: #fff;
  color: var(--text-primary);
  box-shadow: 0 8px 28px #172d2f26;
}
.contact-options > p {
  margin: 4px 8px 7px;
  font-size: 11px;
  color: var(--text-secondary);
  line-height: 1.6;
}
.contact-choice {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 55px;
  padding: 8px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #242727;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.contact-choice + .contact-choice {
  border-top: 1px solid #edf0f0;
}
.contact-choice:hover {
  background: var(--accent-soft);
  color: var(--accent-hover);
  text-decoration: none;
}
.contact-channel-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent);
}
.contact-channel-icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.contact-choice--telegram .contact-channel-icon {
  background: #269fcd;
}
.contact-choice--telegram img {
  width: 26px;
  height: 26px;
}
.contact-choice--viber .contact-channel-icon {
  background: #7851a9;
}
.contact-choice--whatsapp .contact-channel-icon {
  background: #168b49;
}
.contact-choice > .icon {
  width: 16px;
  height: 16px;
  color: #7b8989;
}
.contact-toggle:focus-visible,
.contact-choice:focus-visible,
.callback-dialog button:focus-visible,
.callback-dialog a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.contact-widget[hidden],
.contact-options[hidden],
.callback-dialog [hidden] {
  display: none !important;
}
.cart-open .contact-widget,
.collection-is-open .contact-widget,
.callback-is-open .contact-widget,
.callback-is-open .compare-launcher,
.callback-is-open .mobile-buybar,
.contact-options-open .compare-launcher {
  visibility: hidden;
}
.callback-is-open {
  overflow: hidden;
}
.callback-dialog {
  width: min(460px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  border: 1px solid #d5dfdf;
  border-radius: 6px;
  background: #fff;
  color: var(--text-primary);
  box-shadow: 0 12px 50px #172d2f26;
  overflow: auto;
  overscroll-behavior: contain;
}
.callback-dialog::backdrop {
  background: #17232380;
}
.callback-dialog-content {
  padding: 30px;
}
.callback-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.callback-heading .section-kicker {
  margin-bottom: 9px;
}
.callback-heading h2 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin: 0;
}
.callback-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  color: #242727;
}
.callback-close:hover {
  background: #f4f7f7;
}
.callback-close .icon {
  width: 20px;
  height: 20px;
}
.callback-description {
  margin: 20px 0 23px;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.7;
}
.callback-form .field {
  margin-bottom: 17px;
}
.callback-form .field label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}
.callback-form .field input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  font-size: 16px;
  border: 1px solid #bdc9c9;
  border-radius: 3px;
  background: #fff;
}
.callback-form .field input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}
.callback-form .button,
.callback-success .button {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  font-size: 14px;
}
.callback-form .button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.callback-direct-call {
  display: block;
  margin-top: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-secondary);
}
.callback-direct-call a {
  color: var(--accent-hover);
  font-weight: 700;
  white-space: nowrap;
}
.callback-status {
  font-size: 13px;
  line-height: 1.7;
  margin: 15px 0 0;
  padding: 11px 13px;
  border-left: 2px solid #a33124;
  background: #fff5f2;
  color: #8b2f24;
}
.callback-status.is-preview {
  color: var(--accent-hover);
  background: var(--accent-soft);
  border-color: var(--accent);
}
.callback-success {
  padding-top: 5px;
}
.callback-success-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--accent);
  background: var(--accent-soft);
}
.callback-success-mark .icon {
  width: 25px;
  height: 25px;
}
.callback-success p {
  margin: 16px 0 22px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 680px) {
  .contact-widget {
    right: 14px;
  }
  .contact-toggle {
    width: 48px;
    height: 48px;
  }
  .has-contact-widget .compare-launcher {
    right: 76px;
  }
  .callback-dialog-content {
    padding: 24px 21px;
  }
  .callback-heading h2 {
    font-size: 26px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .contact-options:not([hidden]) {
    animation: contact-appear 0.16s ease-out;
  }
  @keyframes contact-appear {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}


/* /assets/blog.css */
/* Blog: shared store typography, compact cards and a readable article column. */
.blog-hero {
  padding-bottom: 30px;
}
.blog-hero p {
  max-width: 760px;
}
.blog-list {
  padding-bottom: 48px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.blog-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
.blog-card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  padding: 20px;
}
.blog-category {
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.6;
}
.blog-category {
  margin-bottom: 9px;
}
.blog-card h2 {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 12px;
  text-wrap: pretty;
}
.blog-card p {
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.75;
  margin: 0 0 18px;
}
.blog-read {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin-top: auto;
  color: var(--accent-hover);
  font-size: 12px;
  font-weight: 700;
}
.blog-card-link:hover h2,
.blog-text-link:hover {
  color: var(--accent-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blog-text-link {
  color: var(--accent-hover);
  font-size: 13px;
  font-weight: 600;
}
.blog-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0 48px;
  border-top: 1px solid var(--line);
}
.blog-help h2 {
  font-size: 25px;
  margin: 0 0 9px;
}
.blog-help p {
  max-width: 550px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
}
.blog-help-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.home-blog {
  border-top: 1px solid var(--line);
}
.blog-breadcrumbs {
  padding-block: 24px 18px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.blog-article-header {
  padding: 0 0 32px;
}
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin: 0 0 22px;
  color: var(--text-secondary);
  font-size: 13px;
  line-height: 1.6;
}
.blog-topic {
  padding: 5px 10px;
  color: var(--accent-hover);
  background: var(--accent-soft);
}
.blog-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.blog-reading-time svg {
  flex: 0 0 16px;
}
.blog-article-header h1 {
  max-width: 1020px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.22;
  margin: 0 0 18px;
}
.blog-lead {
  max-width: 840px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.blog-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 880px) minmax(220px, 1fr);
  align-items: start;
  gap: 52px;
}
.blog-article-body {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  font-size: 16px;
  line-height: 1.85;
}
.blog-article-body p {
  margin: 0 0 18px;
}
.blog-article-body h2 {
  font-size: 28px;
  line-height: 1.3;
  text-wrap: pretty;
  margin: 36px 0 17px;
}
.blog-article-body ul {
  padding-left: 22px;
  margin: 16px 0 24px;
}
.blog-article-body li + li {
  margin-top: 9px;
}
.blog-article-body p a,
.blog-article-body li a,
.blog-article-end a {
  color: var(--accent-hover);
  text-decoration: underline;
  text-decoration-color: var(--accent-line);
  text-underline-offset: 3px;
}
.blog-article-body a:hover {
  text-decoration-color: currentColor;
}
.blog-article-figure {
  margin: 0 0 30px;
}
.blog-article-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.25;
  object-fit: cover;
}
.blog-article-figure figcaption {
  color: var(--text-caption);
  font-size: 11px;
  line-height: 1.6;
  margin-top: 9px;
}
.blog-contents {
  grid-column: 2;
  grid-row: 1;
  border-top: 2px solid var(--accent);
  padding-top: 18px;
}
.blog-contents h2 {
  font-size: 16px;
  margin: 0 0 13px;
}
.blog-contents ol {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
.blog-contents li + li {
  border-top: 1px solid var(--line);
}
.blog-contents li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.65;
}
.blog-contents a:hover {
  color: var(--accent-hover);
}
.blog-sidebar-link {
  display: inline-block;
  font-size: 12px;
  color: var(--accent-hover);
  font-weight: 600;
}
.blog-note,
.blog-formula {
  background: var(--accent-soft);
  border-left: 2px solid var(--accent);
  padding: 20px 24px;
  margin: 24px 0;
}
.blog-note p {
  margin: 8px 0 0;
}
.blog-formula > * {
  display: block;
}
.blog-formula > span,
.blog-formula small {
  font-size: 12px;
  color: var(--text-secondary);
}
.blog-formula strong {
  font-size: 19px;
  line-height: 1.6;
  margin: 8px 0;
}
.blog-table-wrap {
  margin: 20px 0;
  overflow-x: auto;
}
.blog-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
.blog-table caption {
  text-align: left;
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-table th,
.blog-table td {
  border-bottom: 1px solid var(--line);
  padding: 13px 16px;
  vertical-align: top;
}
.blog-table thead {
  background: var(--soft);
}
.blog-table tbody th {
  font-weight: 400;
}
.blog-table td {
  white-space: nowrap;
}
.blog-samples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.blog-samples a {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  padding: 14px;
}
.blog-samples a:hover {
  border-color: var(--accent);
}
.blog-samples img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 12px;
}
.blog-samples span {
  font-size: 11px;
  color: var(--text-secondary);
}
.blog-samples strong {
  font-size: 13px;
  line-height: 1.5;
}
.blog-article-end {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.blog-related {
  padding: 52px 0;
  margin-top: 44px;
  border-top: 1px solid var(--line);
}
.blog-related .blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 940px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .blog-help {
    align-items: start;
    flex-direction: column;
  }
  .blog-article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .blog-contents {
    grid-column: 1;
    grid-row: 1;
  }
  .blog-article-body {
    grid-column: 1;
    grid-row: 2;
  }
}
@media (max-width: 680px) {
  .blog-breadcrumbs {
    padding-block: 18px 14px;
    margin-bottom: 22px;
  }
  .blog-meta {
    gap: 8px 14px;
    font-size: 12px;
    margin-bottom: 18px;
  }
  .blog-grid,
  .blog-related .blog-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .blog-card-copy {
    padding: 18px;
  }
  .blog-card h2 {
    font-size: 21px;
  }
  .blog-article-header {
    padding-bottom: 24px;
  }
  .blog-article-header h1 {
    font-size: 30px;
  }
  .blog-lead,
  .blog-article-body {
    font-size: 15px;
  }
  .blog-article-body h2 {
    font-size: 24px;
    margin-top: 28px;
  }
  .blog-article-figure img {
    aspect-ratio: 1.65;
  }
  .blog-note,
  .blog-formula {
    padding: 17px;
  }
  .blog-formula strong {
    font-size: 17px;
  }
  .blog-table th,
  .blog-table td {
    padding: 11px 8px;
    font-size: 12px;
  }
  .blog-samples {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
  .blog-samples a {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    grid-template-rows: 1fr 1fr;
    align-items: center;
    column-gap: 16px;
    padding: 12px;
  }
  .blog-samples img {
    grid-row: 1 / 3;
    width: 82px;
    height: 82px;
    margin: 0;
  }
  .blog-samples span {
    align-self: end;
  }
  .blog-samples strong {
    align-self: start;
  }
  .blog-related {
    padding: 32px 0;
    margin-top: 32px;
  }
}

/* Practical guides: short summaries, distinct steps and readable comparisons. */
.blog-article-body { line-height: 1.8; }
.blog-article-body h2 { scroll-margin-top: 180px; }
.blog-article-body h3 { font-size: 18px; line-height: 1.4; margin: 8px 0 12px; scroll-margin-top: 180px; }
.blog-takeaway {
  margin: 0 0 32px;
  padding: 22px 26px;
  background: #f3f7f7;
  border-left: 3px solid var(--accent);
}
.blog-eyebrow { display: block; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #547073; margin-bottom: 8px; }
.blog-takeaway p { margin: 0; color: var(--text, #242828); }
.blog-decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 24px 0 30px; }
.blog-decision-grid > div { padding: 18px; border: 1px solid #e0e6e6; border-radius: 3px; }
.blog-decision-grid > div > span { font-size: 11px; color: #637779; }
.blog-decision-grid p { margin: 0; font-size: 14px; line-height: 1.75; }
.blog-decision-grid a { text-underline-offset: 3px; }
.blog-article-body .blog-checklist,
.blog-article-body .blog-steps { margin: 22px 0 28px; padding-left: 24px; }
.blog-article-body .blog-checklist li,
.blog-article-body .blog-steps li { padding: 8px 0 8px 5px; margin: 0; }
.blog-steps li::marker { color: var(--accent-hover); font-weight: 600; }
.blog-checklist li::marker { color: var(--accent-hover); }
.blog-measures { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 24px 0; }
.blog-measures > div { background: #f5f6f6; padding: 18px; }
.blog-measures span { display: block; color: #687476; font-size: 12px; margin-bottom: 8px; }
.blog-measures strong { display: block; font-size: 15px; line-height: 1.6; font-weight: 600; }
.blog-choice-list { margin: 24px 0; padding: 0 22px; border: 1px solid #e0e6e6; }
.blog-choice-list > div { padding: 16px 0; }
.blog-choice-list > div + div { border-top: 1px solid #e0e6e6; }
.blog-choice-list p { margin: 0; }
.blog-article-body .blog-comparison td { white-space: normal; }
.blog-comparison th:first-child { width: 31%; }
.blog-sources { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 18px; font-size: 12px; line-height: 1.7; color: #667274; }
.blog-sources strong { font-weight: 600; }
.blog-sources p { margin: 6px 0 0; }
.blog-samples a { background: #fff; border-radius: 3px; }
.blog-samples a strong { margin-top: 5px; }
@media (max-width: 900px) {
  .blog-decision-grid { grid-template-columns: 1fr; gap: 10px; }
  .blog-decision-grid h3 { font-size: 17px; }
}
@media (max-width: 680px) {
  .blog-takeaway { padding: 18px; }
  .blog-measures { grid-template-columns: 1fr; gap: 8px; }
  .blog-measures > div { padding: 14px 16px; }
  .blog-measures span { margin-bottom: 4px; }
  .blog-table { font-size: 13px; }
  .blog-table th, .blog-table td { padding: 11px 9px; }
  .blog-table td { white-space: normal; }
  .blog-comparison th:first-child { width: 34%; }
  .blog-choice-list { padding: 0 16px; }
}


/* /assets/cms-public.css */
/* Shared states for editable stock and article descriptions. */
.stock-unavailable,
.product-buy > div > small.stock-unavailable {
  color: #747979;
}
[data-add-cart]:disabled {
  background: #e4e8e8;
  border-color: #e4e8e8;
  color: #626868;
  cursor: not-allowed;
}
.product-text > :first-child { margin-top: 0; }
.product-text > :last-child { margin-bottom: 0; }

.checkout-delivery {
  min-width: 0;
  padding: 20px 0 0;
  margin: 6px 0 0;
  border: 0;
  border-top: 1px solid #dce2e2;
}
.checkout-delivery legend { padding: 0 12px 0 0; font-size: 17px; font-weight: 600; }
.checkout-options { display: grid; gap: 8px; }
.checkout-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #dce2e2;
  border-radius: 3px;
  cursor: pointer;
}
.checkout-option:has(input:checked) { border-color: #00838c; background: #edf7f7; }
.checkout-option:focus-within { outline: 2px solid #00838c; outline-offset: 2px; }
.checkout-option input[type="radio"] { width: 18px; height: 18px; min-height: 18px; margin: 0; padding: 0; flex: 0 0 18px; accent-color: #00838c; }
.checkout-option span { display: grid; gap: 3px; min-width: 0; }
.checkout-option strong { font-size: 14px; }
.checkout-option small, .checkout-help { font-size: 12px; line-height: 1.65; color: #626b6b; }
.checkout-delivery .checkout-help { margin: 14px 0; font-size: 12px; }
.checkout-address { display: grid; gap: 8px; margin: 14px 0; font-size: 13px; }
.checkout-address[hidden] { display: none; }
.checkout-address textarea { width: 100%; min-height: 72px; resize: vertical; }
.checkout-summary { padding: 16px; margin-top: 16px; background: #f4f7f7; }
.checkout-summary > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin: 6px 0; font-size: 13px; }
.checkout-summary strong { text-align: right; }
.checkout-summary .checkout-total { border-top: 1px solid #dce2e2; margin-top: 12px; padding-top: 12px; }
.checkout-total strong { font-size: 18px; }


/* /assets/catalog-cards.css */
/* One product and one colour per card; common layout for every catalogue grid. */
.product-card.variant-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #dfe4e4;
  border-radius: 4px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.product-card.variant-card:hover,
.product-card.variant-card:focus-within {
  border-color: #9ebfc1;
  box-shadow: 0 4px 16px rgb(20 46 48 / 6%);
}
.product-card.variant-card .product-photo {
  height: 178px;
  padding: 18px;
  background: #fff;
  border-bottom: 1px solid #f0f2f2;
}
.variant-card .card-crop {
  width: min(200px, calc(142px * var(--sample-ratio)));
}
.product-card.variant-card .product-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 16px;
}
.product-card.variant-card .product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  flex: none;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  margin: 0;
  color: var(--text, #232626);
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  overflow: hidden;
  overflow-wrap: anywhere;
}
.variant-card .card-model-name,
.variant-card .card-colour-name {
  display: inline;
}
/* Only naturally single-line titles receive a break before the colour. */
.variant-card .product-name.is-single-line .card-colour-name::before {
  content: "\A";
  white-space: pre;
}
.product-card.variant-card .product-name:hover { text-decoration: underline; text-underline-offset: 3px; }
.product-code {
  color: #596366;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.product-code span { color: #525c5e; }
.product-intro .detail-code { margin: 10px 0 0; font-size: 12px; }
.product-card.variant-card .product-buy {
  display: block;
  margin: 0;
  padding: 2px 0 0;
  border: 0;
}
.product-card.variant-card .product-buy > div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: 30px 17px 22px;
  column-gap: 6px;
  row-gap: 0;
  align-items: baseline;
}
.product-card.variant-card .product-buy > div > strong {
  grid-column: 1;
  grid-row: 1;
  font-size: 25px;
  line-height: 30px;
  font-weight: 650;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.product-card.variant-card .product-buy .price-unit {
  grid-column: 2;
  grid-row: 1;
  padding: 0;
  margin: 0;
  font-size: 11px;
  line-height: 15px;
}
.product-card.variant-card .product-buy .price-per-area {
  grid-column: 1 / -1;
  grid-row: 2;
  min-height: 17px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}
.product-card.variant-card .product-buy small {
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}
.product-card.variant-card .card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 8px;
  padding-top: 2px;
}
.product-card.variant-card .mini-add {
  min-width: 0;
  width: 100%;
  height: 42px;
  padding: 0 8px;
  margin: 0;
  font-size: 13px;
  justify-content: center;
}
.product-card.variant-card .card-compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9e0e0;
  border-radius: 3px;
  color: #607173;
  background: #fff;
}
.product-card.variant-card .card-compare[aria-pressed="true"] {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
}
.product-card.variant-card .card-compare:hover { border-color: var(--accent); }
.product-card.variant-card .card-favorite { top: 10px; right: 10px; }
.variant-card a:focus-visible,
.variant-card button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.cart-item-main .cart-product-code { margin-top: 4px; font-size: 11px; }
@media (max-width: 680px) {
  .product-card.variant-card .product-photo { height: 140px; padding: 14px 10px; }
  .variant-card .card-crop { width: min(136px, calc(112px * var(--sample-ratio))); }
  .product-card.variant-card .product-copy { padding: 10px; gap: 6px; }
  .product-card.variant-card .product-name { height: 38px; min-height: 38px; max-height: 38px; font-size: 13px; line-height: 19px; }
  .product-card.variant-card .product-buy > div { grid-template-rows: 26px 16px 21px; column-gap: 4px; }
  .product-card.variant-card .product-buy > div > strong { font-size: 21px; line-height: 26px; }
  .product-card.variant-card .product-buy .price-unit { font-size: 10px; }
  .product-card.variant-card .card-actions { grid-template-columns: minmax(0, 1fr) 36px; gap: 5px; }
  .product-card.variant-card .mini-add { height: 40px; font-size: 12px; gap: 5px; padding: 0 4px; }
  .product-card.variant-card .mini-add .icon { width: 17px; height: 17px; }
  .product-card.variant-card .card-compare { width: 36px; min-height: 40px; }
  .product-card.variant-card .card-favorite { top: 7px; right: 7px; }
  .product-code { font-size: 10px; }
}
@media (max-width: 380px) {
  .product-card.variant-card .product-copy { padding: 8px; }
  .product-card.variant-card .product-buy > div { grid-template-columns: minmax(0, 1fr); grid-template-rows: 26px 14px 16px 21px; }
  .product-card.variant-card .product-buy .price-unit { grid-column: 1; grid-row: 2; }
  .product-card.variant-card .product-buy .price-per-area { grid-row: 3; }
  .product-card.variant-card .product-buy small { grid-row: 4; }
  .product-card.variant-card .mini-add .icon { display: none; }
}

.catalog-visible-count {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-secondary);
}
.catalog-series-filter {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e6e6;
}
.catalog-series-filter label {
  font-size: 13px;
  font-weight: 600;
}
.catalog-series-filter select {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  font: inherit;
  font-size: 12px;
  border: 1px solid #ccd4d5;
  border-radius: 2px;
  background: #fff;
  padding: 8px;
}

/* The restored collection band keeps the original grid and monochrome hierarchy. */
.collection-strip .brand-strip-inner > a {
  flex-direction: column;
  text-align: center;
}
.collection-strip .brand-strip-inner > a > strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.collection-strip .brand-strip-inner > a > span {
  font-size: 12px;
}
@media (max-width: 680px) {
  .collection-strip .brand-strip-inner > a > strong { font-size: 17px; }
  .collection-strip .brand-strip-inner > a > span { font-size: 10px; }
}

/* Collection dividers are confined to the catalogue's default ordering. */
[data-catalog] .catalog-group-heading {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 20px;
  min-width: 0;
  padding-top: 14px;
  border-top: 1px solid #dfe4e4;
}
[data-catalog] .catalog-group-heading ~ .catalog-group-heading {
  margin-top: 14px;
}
[data-catalog] .catalog-group-heading h2 {
  margin: 0;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
[data-catalog] .catalog-group-heading > span {
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* Product identity, availability and confirmed dimensions share a compact rhythm. */
.product-intro .product-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 20px;
  margin-top: 10px;
}
.product-intro .product-meta .detail-code,
.product-intro .product-meta .stockline {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.product-detail > .product-key-specs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 20px;
  margin: 0 0 16px;
}
.product-key-specs dl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
}
.product-key-specs dt {
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 18px;
}
.product-key-specs dd {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.product-key-specs > a {
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-key-specs > a:hover { color: var(--accent-hover); }
.product-detail > .purchase-panel {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "price" "area" "buy";
}
.product-detail > .purchase-panel .detail-area-price {
  min-height: 20px;
}

@media (max-width: 680px) {
  [data-catalog] .catalog-group-heading h2 { font-size: 17px; }
  [data-catalog] .catalog-group-heading > span { font-size: 11px; }
  .product-key-specs > a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    gap: 6px;
  }

  /* ResizeObserver supplies the real bar height, including the device safe area. */
  .product-view {
    --comparison-offset: calc(var(--mobile-buybar-height, calc(82px + env(safe-area-inset-bottom))) + 12px);
    padding-bottom: calc(var(--mobile-buybar-height, calc(82px + env(safe-area-inset-bottom))) + 16px);
  }
  .product-view .mobile-buybar {
    gap: 12px;
    padding-inline: 16px;
  }
  .product-view .mobile-buybar strong {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 4px;
  }
  .product-view .mobile-buybar .mobile-price-unit { margin-left: 0; }
  .product-view .mobile-buybar .button { min-height: 44px; }
  .product-view .contact-widget,
  .product-view .compare-launcher { bottom: var(--comparison-offset); }
  .product-view .store-toast,
  .product-view .cart-toast { bottom: calc(var(--comparison-offset) + 60px); }
}


/* /assets/home-navigation.css */
/* Compact catalog navigation and practical homepage sections. */
.faq {
  align-items: start;
}
.faq-column {
  min-width: 0;
}

.catalog-menu-compact .mega-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding-block: 18px 10px;
}
.catalog-menu-compact .mega-heading {
  margin-bottom: 12px;
}
.catalog-menu-compact .mega-material-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}
.catalog-menu-compact a.mega-material {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 100px;
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--line);
}
.catalog-menu-compact a.mega-material:first-child {
  padding-left: 0;
}
.catalog-menu-compact a.mega-material:last-child {
  border-right: 0;
}
.catalog-menu-compact .mega-material > .icon {
  display: none;
}
.catalog-menu-compact .mega-sample {
  width: 48px;
  height: 58px;
}
.catalog-menu-compact .menu-sample-crop {
  max-width: 48px;
  max-height: 58px;
}
.catalog-menu-compact .mega-material-copy {
  gap: 7px;
}
.catalog-menu-compact .mega-material-copy b {
  font-size: 14px;
  line-height: 1.4;
}
.catalog-menu-compact .mega-material-meta {
  display: grid;
  gap: 0;
  font-size: 11px;
}
.catalog-menu-compact .mega-utilities {
  display: flex;
  justify-content: space-between;
  gap: 8px 24px;
  border-top: 1px solid var(--line);
  padding-top: 5px;
}
.catalog-menu-compact .mega-utilities a {
  justify-content: flex-start;
  gap: 10px;
  min-height: 42px;
  font-size: 13px;
  font-weight: 500;
}
.catalog-menu-compact .mega-utilities .icon {
  color: var(--accent);
}

/* Separate the count and its caption instead of relying on inline whitespace. */
.hero-bottom > .hero-catalog-count {
  display: grid;
  gap: 3px;
  align-self: center;
  text-align: left;
  min-width: 0;
}
.hero-bottom > .hero-catalog-count > .hero-catalog-total {
  display: block;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}
.hero-catalog-count > small {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 11px;
  line-height: 1.5;
}
.hero-catalog-count .icon {
  flex: 0 0 16px;
}
.home-collection-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 24px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
.home-collection-links > span {
  color: var(--text-secondary);
}
.home-collection-links a:hover,
.home-material-guide a,
.home-price-guide p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #007f893d;
}
.home-buying-guide .section-head {
  margin-bottom: 18px;
}
.home-guide-intro {
  max-width: 74ch;
  margin: 0 0 28px;
  color: var(--text-secondary);
  line-height: 1.75;
}
.home-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}
.home-material-guide {
  margin: 0;
}
.home-material-guide > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.home-material-guide dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}
.home-material-guide dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.home-price-guide {
  background: #f5f7f6;
  padding: 26px;
}
.home-price-guide h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.4;
}
.home-price-guide p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.8;
}
.home-price-guide .home-price-formula {
  padding-block: 14px;
  border-block: 1px solid var(--line);
  font-weight: 600;
}
.home-price-guide .text-link {
  font-size: 13px;
}
.home-order-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.home-order-facts > a {
  display: grid;
  gap: 8px;
  align-content: start;
  padding-block: 4px;
}
.home-order-facts strong {
  font-size: 18px;
}
.home-order-facts span {
  font-size: 14px;
}
.home-order-facts small {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 12px;
  line-height: 1.6;
}
.home-order-facts .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--accent);
}
@media (max-width: 1100px) {
  .catalog-menu-compact a.mega-material {
    grid-template-columns: 36px minmax(0, 1fr);
    padding-inline: 10px;
    gap: 8px;
  }
  .catalog-menu-compact .mega-sample {
    width: 36px;
    height: 48px;
  }
  .catalog-menu-compact .menu-sample-crop {
    max-width: 36px;
    max-height: 48px;
  }
  .catalog-menu-compact .mega-material-copy b {
    font-size: 13px;
  }
  .home-guide-layout {
    gap: 28px;
  }
  .home-material-guide > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}
@media (max-width: 900px) {
  .catalog-menu-compact .mega-material-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-menu-compact a.mega-material {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-inline: 10px;
  }
  .catalog-menu-compact .mega-utilities {
    flex-wrap: wrap;
  }
  .home-guide-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 680px) {
  .home-collection-links {
    gap: 12px 20px;
    font-size: 12px;
  }
  .home-collection-links > span {
    flex-basis: 100%;
  }
  .home-price-guide {
    padding: 20px;
  }
  .home-order-facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
  .home-buying-guide .section-head {
    flex-wrap: wrap;
    gap: 12px;
  }
}


/* /assets/purchase.css */
[data-add-cart].is-in-cart {
  color: #006873;
  background: #edf7f7;
  border: 1px solid #8dbec2;
}
[data-add-cart].is-in-cart:hover {
  color: #004e56;
  background: #dceeee;
  border-color: #007f89;
}
[data-add-cart].is-cart-update { background: #006873; }
[data-add-cart] .cart-button-label { line-height: 1.25; }
.product-selected-total {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 16px;
  margin: 18px 0 16px;
  padding-top: 14px;
  border-top: 1px solid #dce3e3;
  align-items: baseline;
}
.product-selected-total > span { font-size: 13px; color: #555f60; }
.product-selected-total > strong { font-size: 24px; line-height: 1.2; font-variant-numeric: tabular-nums; }
.product-selected-total > small { grid-column: 1 / -1; font-size: 12px; color: #6a7374; }
[data-product-qty][aria-invalid="true"] { border-color: #a33434; }
@media (max-width: 680px) {
  .product-selected-total { grid-template-columns: 1fr; gap: 6px; }
  .product-selected-total > strong { font-size: 22px; }
  .mobile-buybar [data-add-cart] { max-width: min(190px, 48%); min-width: 0; white-space: normal; }
  .mobile-buybar [data-add-cart] .cart-button-label { min-width: 0; }
  .product-view .mobile-buybar strong { font-size: clamp(18px, 5vw, 22px); }
  .mobile-buybar [data-add-cart].is-in-cart { font-size: 12px; }
}

