:root {
  --ink: #101214;
  --ink-2: #181b1f;
  --ink-3: #24282e;
  --paper: #f4f3ef;
  --surface: #ffffff;
  --surface-soft: #ecece8;
  --text: #181a1d;
  --muted: #646a71;
  --line: #d9dbd8;
  --orange: #f66a19;
  --orange-dark: #c94a05;
  --orange-soft: #fff0e7;
  --green: #21775a;
  --red: #9d3129;
  --radius-sm: 7px;
  --radius: 14px;
  --radius-lg: 24px;
  --shadow: 0 18px 48px rgba(18, 20, 23, 0.1);
  --shadow-dark: 0 18px 48px rgba(0, 0, 0, 0.3);
  --container: min(1200px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(246, 106, 25, 0.62);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #111;
  background: var(--orange);
  font-weight: 700;
  transform: translateY(-170%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  color: #fff;
  background: rgba(13, 15, 17, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  background: #090a0b;
  font-size: 0.75rem;
}

.topbar-inner {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topbar a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
}

.header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: 185px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 172px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.site-nav > a {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 570;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav > a + a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.17);
  content: "";
  transform: translateY(-50%);
}

.site-nav > a:hover,
.site-nav > a[aria-current="page"] {
  color: #fff;
  background: transparent;
}

.site-nav > a.site-nav__sale {
  color: #ff8a46;
}

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

.lang-switch {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  gap: 2px;
}

.lang-switch a {
  display: grid;
  min-width: 34px;
  min-height: 34px;
  border-radius: 5px;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 720;
  text-decoration: none;
}

.lang-switch a[aria-current="true"],
.lang-switch a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.quote-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.84rem;
  font-weight: 680;
  text-decoration: none;
}

.quote-link:hover {
  background: rgba(255, 255, 255, 0.13);
}

.quote-count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  place-items: center;
  color: #141517;
  background: var(--orange);
  font-size: 0.72rem;
}

.menu-toggle {
  position: relative;
  display: none;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  left: 12px;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0;
  background: #fff;
  content: "";
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu-toggle::before {
  top: 14px;
}

.menu-toggle span {
  top: 20px;
}

.menu-toggle::after {
  top: 26px;
}

body.nav-open .menu-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .menu-toggle span {
  opacity: 0;
}

body.nav-open .menu-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 112px));
  overflow: hidden;
  color: #fff;
  background: #0d0f11;
  isolation: isolate;
}

.hero__background,
.page-hero__background {
  position: absolute;
  z-index: -3;
  inset: -1.5%;
  width: 103%;
  height: 103%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: translate3d(
      calc((var(--pointer-x, 0.5) - 0.5) * -12px),
      calc((var(--pointer-y, 0.5) - 0.5) * -8px),
      0
    )
    scale(1.012);
  transition: transform 180ms ease-out;
}

.hero::before,
.page-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 11, 13, 0.94) 0%, rgba(10, 11, 13, 0.82) 43%, rgba(10, 11, 13, 0.32) 76%, rgba(10, 11, 13, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 11, 13, 0.72), transparent 46%);
  content: "";
}

.hero::after,
.page-hero::after {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  top: calc(var(--pointer-y, 0.5) * 100% - 260px);
  left: calc(var(--pointer-x, 0.5) * 100% - 260px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 106, 25, 0.15), transparent 68%);
  pointer-events: none;
  content: "";
}

.hero-inner {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  padding: 76px 0 86px;
}

.hero-copy {
  max-width: 820px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: #ffad7e;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.kicker::before {
  width: 24px;
  height: 2px;
  background: var(--orange);
  content: "";
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 610;
  letter-spacing: -0.03em;
  line-height: 1.14;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 4.5vw, 4.25rem);
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.65rem);
}

h3 {
  font-size: clamp(1.06rem, 1.6vw, 1.3rem);
}

.lead {
  max-width: 710px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.hero .lead,
.page-hero .lead,
.section--dark .lead {
  color: rgba(255, 255, 255, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 680;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--orange {
  color: #111;
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(246, 106, 25, 0.24);
}

.btn--orange:hover {
  background: #ff853e;
}

.btn--light {
  border-color: var(--line);
  color: var(--text);
  background: #fff;
}

.btn--outline {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn--text {
  min-height: auto;
  padding: 0;
  color: var(--orange-dark);
  background: transparent;
}

.btn--small {
  min-height: 39px;
  padding: 8px 12px;
  font-size: 0.84rem;
}

.hero-facts {
  display: grid;
  width: min(760px, 100%);
  margin-top: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  backdrop-filter: blur(10px);
}

.hero-fact {
  padding: 15px 17px;
  background: rgba(12, 14, 16, 0.73);
}

.hero-fact strong {
  display: block;
  color: #fff;
  font-size: 1.08rem;
}

.hero-fact span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.82rem;
}

.section {
  padding: 72px 0;
}

.section--white {
  background: #fff;
}

.section--dark {
  color: #fff;
  background: var(--ink);
}

.section--graphite {
  color: #fff;
  background: var(--ink-2);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-head > div {
  max-width: 780px;
}

.section-head .lead {
  margin-top: 12px;
}

.muted {
  color: var(--muted);
}

.section--dark .muted,
.section--graphite .muted {
  color: rgba(255, 255, 255, 0.65);
}

.trust-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip__grid div {
  padding: 19px 22px;
  border-right: 1px solid var(--line);
}

.trust-strip__grid div:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 640;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.82rem;
}

.category-grid,
.product-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.category-card,
.feature-card {
  position: relative;
  display: flex;
  min-height: 210px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.category-card:hover,
.feature-card:hover {
  border-color: #f0a47a;
  box-shadow: var(--shadow);
}

.category-card small {
  color: var(--orange-dark);
  font-weight: 720;
}

.category-card h3 {
  margin-top: 22px;
}

.category-card p,
.feature-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.category-card__arrow {
  margin-top: 18px;
  align-self: flex-end;
  color: var(--orange-dark);
  font-size: 1.2rem;
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  will-change: transform;
}

.product-card[hidden] {
  display: none;
}

.product-card:hover {
  border-color: #f0a47a;
  box-shadow: var(--shadow);
}

.product-image {
  display: grid;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  place-items: center;
  background: #f8f8f5;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.product-body {
  display: flex;
  min-height: 225px;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 730;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-meta__verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
}

.product-meta__verified::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.product-body h2,
.product-body h3 {
  font-size: 1.14rem;
}

.product-body h2 a,
.product-body h3 a {
  text-decoration: none;
}

.product-body p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.product-dimensions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.product-dimensions span {
  padding: 4px 7px;
  border-radius: 5px;
  color: #52575e;
  background: var(--surface-soft);
  font-size: 0.72rem;
  font-weight: 650;
}

.product-actions {
  display: grid;
  margin-top: auto;
  padding-top: 16px;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.inspiration-grid figure {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink-3);
  grid-column: span 2;
}

.inspiration-grid:has(> figure:nth-child(5):last-child) > figure:nth-child(n + 4),
.inspiration-grid:has(> figure:nth-child(4):last-child) > figure {
  grid-column: span 3;
}

.inspiration-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-grid figcaption {
  display: none;
}

.gallery-zoom {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  color: #fff;
  background: var(--ink-3);
  text-align: inherit;
}

.inspiration-grid .gallery-zoom {
  aspect-ratio: 16 / 10;
}

.gallery-zoom > span,
.product-gallery__item > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  place-items: center;
  color: #111;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, background 180ms ease;
}

.gallery-zoom:hover > span,
.product-gallery__item:hover > span {
  background: var(--orange);
  transform: scale(1.06);
}

.media-natural .gallery-zoom img {
  width: 100%;
  height: auto;
  transition: transform 360ms ease;
}

.media-natural .gallery-zoom:hover img,
.surface-shop-card__image:hover img,
.news-card__image:hover img {
  transform: scale(1.02);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
}

.media-natural {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--ink-3);
  box-shadow: var(--shadow);
}

.media-natural img {
  width: 100%;
  height: auto;
}

.media-natural figcaption {
  display: none;
}

.feature-list {
  display: grid;
  gap: 15px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
}

.feature-list b {
  display: grid;
  width: 32px;
  height: 32px;
  border-radius: 7px;
  place-items: center;
  color: #161719;
  background: var(--orange);
  font-size: 0.76rem;
}

.feature-list strong {
  display: block;
}

.feature-list span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.88rem;
}

.section--dark .feature-list span,
.section--graphite .feature-list span {
  color: rgba(255, 255, 255, 0.65);
}

.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.process article {
  min-height: 190px;
  padding: 19px;
  border-top: 3px solid var(--orange);
  border-radius: 0 0 9px 9px;
  color: var(--text);
  background: #fff;
}

.process small {
  color: var(--orange-dark);
  font-weight: 760;
}

.process h3 {
  margin-top: 30px;
  font-size: 1.05rem;
}

.process p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 410px;
  overflow: hidden;
  align-items: end;
  color: #fff;
  background: var(--ink);
  isolation: isolate;
}

.page-hero-inner {
  padding: 68px 0 54px;
}

.page-hero h1 {
  max-width: 850px;
  font-size: clamp(2.1rem, 3.7vw, 3.55rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.shop-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.filter-panel {
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 20, 23, 0.06);
}

.filter-panel summary {
  display: none;
}

.filter-panel__content {
  display: grid;
  gap: 18px;
}

.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}

.filter-heading h2 {
  font-size: 1.08rem;
}

.filter-reset {
  padding: 0;
  border: 0;
  color: var(--orange-dark);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 700;
}

.filter-group {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 0 17px;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.filter-group:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.filter-group legend {
  margin-bottom: 8px;
  font-size: 0.86rem;
  font-weight: 720;
}

.filter-label {
  display: grid;
  gap: 5px;
  color: #454a50;
  font-size: 0.78rem;
  font-weight: 650;
}

.filter-check {
  display: grid;
  min-height: 30px;
  grid-template-columns: 17px 1fr auto;
  align-items: center;
  gap: 8px;
  color: #52575e;
  font-size: 0.8rem;
}

.filter-check input {
  width: 16px;
  height: 16px;
  accent-color: var(--orange);
}

.filter-check small {
  color: #8b8f94;
}

.filter-input,
.field {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid #cfd2cf;
  border-radius: 7px;
  color: var(--text);
  background: #fff;
}

.filter-dimensions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.catalog-main {
  min-width: 0;
}

.catalog-bar {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.catalog-result {
  color: var(--muted);
  font-size: 0.87rem;
}

.catalog-active {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.catalog-active span {
  padding: 4px 8px;
  border-radius: 5px;
  color: #77340e;
  background: var(--orange-soft);
  font-size: 0.72rem;
}

.product-detail {
  display: grid;
  padding: 48px 0 76px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: start;
  gap: 46px;
}

.product-gallery {
  position: sticky;
  top: 130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.product-gallery__item {
  position: relative;
  display: grid;
  min-height: 118px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  place-items: center;
  background: #fff;
}

.product-gallery__item.is-primary {
  min-height: 510px;
  border-radius: var(--radius);
  grid-column: 1 / -1;
}

.product-gallery__item img {
  width: 100%;
  height: 100%;
  max-height: 650px;
  object-fit: contain;
}

.product-detail__copy h1 {
  font-size: clamp(2.05rem, 3.5vw, 3.25rem);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 28px;
}

.detail-block {
  margin-top: 28px;
}

.detail-block h2 {
  margin-bottom: 13px;
  font-size: 1.34rem;
}

.specs {
  display: grid;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.spec-row {
  display: grid;
  padding: 11px 13px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.spec-row:last-child {
  border-bottom: 0;
}

.spec-row dt {
  color: var(--muted);
}

.spec-row dd {
  margin: 0;
  font-weight: 650;
}

.material-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.material-list li {
  position: relative;
  padding-left: 20px;
}

.material-list li::before {
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.notice {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 3px solid var(--orange);
  border-radius: 0 7px 7px 0;
  color: #653518;
  background: var(--orange-soft);
  font-size: 0.85rem;
}

.form-layout {
  display: grid;
  padding: 58px 0 76px;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: 46px;
}

.form-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-label {
  display: grid;
  gap: 6px;
  color: #3c4147;
  font-size: 0.83rem;
  font-weight: 680;
}

textarea.field {
  min-height: 124px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.76rem;
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  color: var(--muted);
  font-size: 0.76rem;
}

.consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--orange);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  display: none;
  margin-bottom: 14px;
  padding: 11px 13px;
  border-radius: 7px;
  font-size: 0.84rem;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #14533e;
  background: #e3f4ec;
}

.form-status.is-error {
  color: #7b2822;
  background: #ffe8e5;
}

.quote-items {
  display: grid;
  gap: 9px;
  margin-top: 26px;
}

.quote-item {
  display: grid;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  grid-template-columns: 68px 1fr auto;
  align-items: center;
  gap: 11px;
  background: #fff;
}

.quote-item img {
  width: 68px;
  height: 54px;
  object-fit: contain;
  background: #f5f5f2;
}

.quote-item strong {
  display: block;
  font-size: 0.86rem;
}

.quote-item small {
  color: var(--muted);
}

.quote-item button {
  padding: 6px;
  border: 0;
  color: var(--red);
  background: transparent;
  font-size: 0.76rem;
}

.quote-empty {
  padding: 22px;
  border: 1px dashed #bfc2bf;
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  text-align: center;
}

.faq {
  display: grid;
  max-width: 900px;
  gap: 9px;
}

.faq details {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq summary {
  cursor: pointer;
  font-weight: 660;
}

.faq p {
  margin: 11px 0 0;
  color: var(--muted);
}

.cta {
  position: relative;
  display: grid;
  min-height: 310px;
  overflow: hidden;
  padding: 42px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: var(--ink);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  isolation: isolate;
}

.cta img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.cta::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 16, 18, 0.97), rgba(14, 16, 18, 0.54));
  content: "";
}

.cta h2,
.cta p {
  max-width: 680px;
}

.cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.legal {
  max-width: 840px;
  padding: 64px 0 80px;
}

.legal h2 {
  margin: 30px 0 10px;
  font-size: 1.35rem;
}

.legal p,
.legal li {
  color: var(--muted);
}

.surface-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.surface-shop-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 20, 23, 0.06);
  flex-direction: column;
}

.surface-shop-card__image {
  aspect-ratio: 16 / 10;
  border-radius: 0;
}

.surface-shop-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.surface-shop-card__body {
  display: flex;
  height: 100%;
  padding: 18px;
  flex-direction: column;
}

.surface-shop-card__body h3 {
  font-size: 1.2rem;
}

.surface-shop-card__body > p:not(.product-meta) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.surface-shop-card__body .btn {
  width: 100%;
  margin-top: 16px;
}

.surface-dimensions {
  display: grid;
  margin-top: auto;
  padding-top: 17px;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.surface-dimensions label {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.surface-dimensions .field {
  min-height: 40px;
  margin-top: 5px;
}

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

.decision-card {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.section:not(.section--graphite):not(.section--dark) .decision-card {
  border-color: var(--line);
  background: #fff;
}

.decision-card > span,
.design-process article > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 36px;
  border-radius: 50%;
  place-items: center;
  color: #111;
  background: var(--orange);
  font-size: 0.75rem;
  font-weight: 760;
}

.decision-card h3 {
  font-size: 1.08rem;
}

.decision-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.86rem;
}

.section:not(.section--graphite):not(.section--dark) .decision-card p {
  color: var(--muted);
}

.compact-faq {
  max-width: 900px;
  margin-inline: auto;
}

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

.editorial-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.editorial-grid article h3 {
  font-size: 1.16rem;
}

.editorial-grid article p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.split--wide {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.design-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.design-process article {
  min-height: 240px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.design-process article > span {
  margin-bottom: 54px;
}

.design-process article p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.news-overview {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.news-overview__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-block: 22px;
}

.news-overview p {
  display: grid;
  min-height: 58px;
  align-content: center;
  margin: 0;
  padding: 0 24px;
  border-right: 1px solid var(--line);
}

.news-overview p:first-child {
  padding-left: 0;
}

.news-overview p:last-child {
  border-right: 0;
}

.news-overview strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 680;
}

.news-overview span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

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

.news-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 28px rgba(18, 20, 23, 0.05);
}

.news-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.news-card > div {
  padding: 22px;
}

.news-card__meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 13px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.news-card h2 {
  font-size: 1.38rem;
}

.news-card h2 a {
  text-decoration: none;
}

.news-card > div > p:not(.news-card__meta) {
  margin: 12px 0 16px;
  color: var(--muted);
}

.text-link {
  color: var(--orange-dark);
  font-size: 0.87rem;
  font-weight: 720;
  text-decoration: none;
}

.article {
  max-width: 860px;
  padding: 64px 0 80px;
}

.article-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.article section {
  margin-top: 42px;
}

.article section h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.08rem);
}

.article section p {
  margin: 15px 0 0;
  color: #4f555c;
  font-size: 1.03rem;
  line-height: 1.75;
}

.article .article-sources {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.article-sources ul {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.article-sources a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 0.9rem;
  font-weight: 620;
  text-decoration: none;
}

.article-sources a:hover {
  border-color: rgba(246, 106, 25, 0.48);
  color: var(--orange-dark);
}

.article-note {
  margin-top: 50px;
  padding: 28px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--ink-2);
}

.article-note h2 {
  font-size: 1.55rem;
}

.article-note p {
  color: rgba(255, 255, 255, 0.72);
}

.footer-cookie-button {
  display: block;
  margin: 7px 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  font-size: 0.84rem;
  text-align: left;
}

.footer-cookie-button:hover {
  color: #fff;
}

.cookie-banner {
  position: fixed;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  max-width: 1050px;
  margin-inline: auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(18, 20, 23, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  backdrop-filter: blur(16px);
}

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

.cookie-banner h2 {
  font-size: 1.35rem;
}

.cookie-banner p:not(.kicker) {
  max-width: 700px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.87rem;
}

.cookie-banner p a,
.dialog-actions a {
  color: #fff;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-link {
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 0.82rem;
  text-decoration: underline;
}

.cookie-dialog,
.lightbox {
  padding: 0;
  border: 0;
  color: var(--text);
  background: transparent;
}

.cookie-dialog {
  width: min(620px, calc(100% - 32px));
}

.cookie-dialog::backdrop,
.lightbox::backdrop {
  background: rgba(6, 7, 8, 0.88);
  backdrop-filter: blur(8px);
}

.cookie-dialog form {
  padding: 26px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-dark);
}

.dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dialog-head h2 {
  font-size: 1.55rem;
}

.dialog-close {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  place-items: center;
  background: #fff;
  font-size: 1.45rem;
}

.cookie-dialog form > p {
  color: var(--muted);
}

.cookie-option {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.cookie-option small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
}

.cookie-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--orange);
}

.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.dialog-actions a {
  color: var(--orange-dark);
}

.lightbox {
  width: min(1400px, calc(100% - 32px));
  height: min(900px, calc(100% - 32px));
  overflow: visible;
}

.lightbox figure {
  display: grid;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px;
  border-radius: var(--radius);
  background: #0e1012;
  grid-template-rows: minmax(0, 1fr);
}

.lightbox figure img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.lightbox figcaption {
  display: none;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(18, 20, 23, 0.86);
}

.lightbox-close {
  top: 16px;
  right: 16px;
  font-size: 1.7rem;
}

.lightbox-nav {
  top: 50%;
  font-size: 2.2rem;
  transform: translateY(-50%);
}

.lightbox-nav--prev {
  left: 16px;
}

.lightbox-nav--next {
  right: 16px;
}

.site-footer {
  padding: 54px 0 23px;
  color: rgba(255, 255, 255, 0.68);
  background: #0c0e10;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.8fr);
  gap: 36px;
}

.footer-brand img {
  width: 190px;
  height: 104px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  max-width: 370px;
  margin: 17px 0 0;
  font-size: 0.87rem;
}

.footer-col h2 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0;
}

.footer-col a {
  display: block;
  margin: 7px 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  text-decoration: none;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  margin-top: 40px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  gap: 20px;
  font-size: 0.74rem;
}

.toast {
  position: fixed;
  z-index: 200;
  right: 18px;
  bottom: 18px;
  max-width: min(390px, calc(100% - 36px));
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  background: #1c1f23;
  box-shadow: var(--shadow-dark);
  transform: translateY(150%);
  transition: transform 220ms ease;
}

.toast.is-visible {
  transform: translateY(0);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sale-promo {
  padding: 22px 0;
  color: #fff;
  background: linear-gradient(115deg, #171a1e 0%, #24282d 62%, #332014 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.sale-promo__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sale-promo h2,
.sale-promo p {
  margin: 0;
}

.sale-promo h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
}

.sale-promo p:not(.kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.sale-catalog-hero {
  padding: clamp(58px, 8vw, 105px) 0;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(246, 106, 25, 0.21), transparent 31%),
    linear-gradient(135deg, #0d0f11 0%, #171a1e 58%, #24282d 100%);
}

.sale-catalog-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 355px);
  align-items: center;
  gap: clamp(38px, 7vw, 96px);
}

.sale-catalog-hero .breadcrumbs {
  color: rgba(255, 255, 255, 0.58);
}

.sale-catalog-hero h1 {
  max-width: 850px;
}

.sale-catalog-hero .lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.sale-catalog-cover {
  margin: 0;
  transform: rotate(2deg);
}

.sale-catalog-cover img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.sale-catalog-facts {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 9px;
}

.sale-catalog-facts span {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
}

.sale-catalog-viewer {
  background: #e9e9e5;
}

.sale-catalog-toolbar {
  position: sticky;
  z-index: 24;
  top: 94px;
  display: flex;
  min-height: 58px;
  margin: 0 auto 28px;
  padding: 8px 10px;
  border: 1px solid rgba(16, 18, 20, 0.12);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: rgba(16, 18, 20, 0.94);
  box-shadow: 0 16px 38px rgba(16, 18, 20, 0.19);
  backdrop-filter: blur(14px);
}

.sale-catalog-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.sale-catalog-toolbar select {
  min-width: 66px;
  padding: 7px 28px 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #fff;
  background: #24282d;
}

.sale-catalog-toolbar strong {
  min-width: 58px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.sale-catalog-toolbar > a {
  margin-left: auto;
  padding: 7px 10px;
  color: #ff8a46;
  font-size: 0.8rem;
  font-weight: 680;
  text-decoration: none;
}

.catalog-nav-button {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.catalog-nav-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.sale-catalog-pages {
  width: min(100%, 980px);
  margin-inline: auto;
}

.sale-catalog-sheet {
  margin: 0 0 34px;
  scroll-margin-top: 170px;
}

.sale-catalog-sheet img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(16, 18, 20, 0.14);
}

.sale-catalog-sheet figcaption {
  padding-top: 8px;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: right;
}

.sale-catalog-note {
  display: flex;
  width: min(100%, 980px);
  margin: 36px auto 0;
  padding: 24px;
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: var(--ink-2);
}

.sale-catalog-note p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
  .header-inner {
    grid-template-columns: 160px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .brand img {
    width: 150px;
  }

  .site-nav > a {
    padding-inline: 8px;
    font-size: 0.82rem;
  }

  .quote-label {
    display: none;
  }

  .category-grid,
  .product-grid,
  .feature-grid,
  .surface-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .decision-grid,
  .design-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-shell {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 28px, 720px);
  }

  .topbar {
    display: none;
  }

  .header-inner {
    min-height: 74px;
    grid-template-columns: 1fr auto auto;
  }

  .brand img {
    width: 136px;
    height: 64px;
  }

  .sale-catalog-hero__grid {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 28px;
  }

  .sale-catalog-toolbar {
    top: 82px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
    padding: 18px max(20px, calc((100vw - 720px) / 2)) max(24px, env(safe-area-inset-bottom));
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(13, 15, 17, 0.995);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
    flex-direction: column;
    justify-content: flex-start;
    opacity: 0;
    overscroll-behavior: contain;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    visibility: hidden;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  body.nav-open .site-header {
    background: #0d0f11;
  }

  body.nav-open .menu-toggle {
    border-color: rgba(246, 106, 25, 0.72);
    background: rgba(246, 106, 25, 0.12);
  }

  .site-nav > a {
    display: flex;
    min-height: 50px;
    justify-content: flex-start;
    padding: 12px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0;
    font-size: 1.02rem;
  }

  .site-nav > a + a::before {
    display: none;
  }

  .lang-switch {
    display: none;
  }

  .nav-languages {
    display: flex !important;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    gap: 8px;
  }

  .nav-languages a {
    display: grid;
    min-width: 45px;
    min-height: 42px;
    border-radius: 7px;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-languages a[aria-current="true"] {
    color: #111;
    background: var(--orange);
  }

  .hero {
    min-height: 680px;
  }

  .hero::before,
  .page-hero::before {
    background:
      linear-gradient(180deg, rgba(10, 11, 13, 0.91), rgba(10, 11, 13, 0.68) 65%, rgba(10, 11, 13, 0.7)),
      linear-gradient(0deg, rgba(10, 11, 13, 0.72), transparent 46%);
  }

  .split,
  .product-detail,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    position: static;
  }

  .product-gallery__item.is-primary {
    min-height: 400px;
  }

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

  .inspiration-grid > figure,
  .inspiration-grid:has(> figure:nth-child(5):last-child) > figure:nth-child(n + 4),
  .inspiration-grid:has(> figure:nth-child(4):last-child) > figure {
    grid-column: auto;
  }

  .shop-shell {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .filter-panel summary {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-radius: 8px;
    color: #fff;
    background: var(--ink-2);
    cursor: pointer;
    font-weight: 680;
  }

  .filter-panel__content {
    margin-top: 9px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

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

@media (max-width: 600px) {
  .section {
    padding: 55px 0;
  }

  .sale-promo__inner,
  .sale-catalog-note {
    align-items: stretch;
    flex-direction: column;
  }

  .sale-promo__inner .btn,
  .sale-catalog-note .btn {
    width: 100%;
  }

  .sale-catalog-hero {
    padding: 50px 0 58px;
  }

  .sale-catalog-hero__grid {
    grid-template-columns: 1fr;
  }

  .sale-catalog-cover {
    width: min(72vw, 300px);
    margin-inline: auto;
  }

  .sale-catalog-toolbar {
    top: 80px;
    justify-content: space-between;
  }

  .sale-catalog-toolbar label {
    font-size: 0;
  }

  .sale-catalog-toolbar > a {
    display: none;
  }

  .sale-catalog-sheet {
    margin-bottom: 18px;
    scroll-margin-top: 152px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-inner {
    padding: 58px 0 48px;
  }

  h1 {
    font-size: clamp(2.02rem, 10.8vw, 2.85rem);
  }

  h2 {
    font-size: 1.75rem;
  }

  .page-hero {
    min-height: 360px;
  }

  .page-hero h1 {
    font-size: 2.15rem;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-facts,
  .news-overview__inner,
  .trust-strip__grid,
  .category-grid,
  .product-grid,
  .feature-grid,
  .surface-shop-grid,
  .decision-grid,
  .editorial-grid,
  .design-process,
  .news-grid,
  .process,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .news-overview p,
  .news-overview p:first-child {
    min-height: 0;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .news-overview p:last-child {
    border-bottom: 0;
  }

  .hero-fact {
    padding: 11px 13px;
  }

  .trust-strip__grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip__grid div:last-child {
    border-bottom: 0;
  }

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

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

  .form-card {
    padding: 19px;
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .quote-item {
    grid-template-columns: 56px 1fr;
  }

  .quote-item img {
    width: 56px;
    height: 48px;
  }

  .quote-item button {
    grid-column: 2;
    justify-self: start;
  }

  .cta {
    min-height: 360px;
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .cookie-actions .btn {
    flex: 1 1 150px;
  }

  .lightbox {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
  }

  .lightbox figure {
    padding: 8px;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .surface-dimensions {
    grid-template-columns: 1fr;
  }
}

@media (hover: none), (pointer: coarse) {
  .hero__background,
  .page-hero__background {
    transform: scale(1.012);
  }

  .product-card {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero__background,
  .page-hero__background {
    transform: scale(1.012);
  }
}
