:root {
  --ink: #12161b;
  --blue: #0080e1;
  --blue-deep: #0070bc;
  --veneer: #d8bc94;
  --veneer-light: #f0e4d2;
  --paper: #ffffff;
  --paper-2: #f5f6f7;
  --muted: #6b7887;
  --line: #dde3e9;
  --ok: #2e7d53;
  --warning: #b8791f;
  --danger: #9f2f2f;
  --shadow: 0 2px 10px rgba(18, 22, 27, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper-2);
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

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

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

a {
  color: var(--blue-deep);
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--blue-deep);
  outline-offset: 3px;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.015em;
}

h1 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 5.4vw, 2.625rem);
  line-height: 1.12;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.18;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.28;
}

p {
  margin-top: 0;
}

address {
  font-style: normal;
}

.container {
  width: min(100% - 32px, 1040px);
  margin-inline: auto;
}

.narrow-copy {
  max-width: 760px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

.site-header-row {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 36px;
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.brand-descriptor {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.desktop-nav,
.header-contact {
  display: none;
}

.mobile-menu {
  position: relative;
}

.mobile-menu summary {
  min-width: 52px;
  min-height: 44px;
  display: inline-flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu[open] summary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.mobile-menu:not([open]) .mobile-drawer {
  display: none;
}

.mobile-drawer {
  position: fixed;
  z-index: 40;
  top: 68px;
  right: 0;
  left: 0;
  max-height: calc(100vh - 68px);
  overflow-y: auto;
  padding: 18px 20px 28px;
  border-top: 5px solid var(--veneer);
  background: var(--ink);
  box-shadow: 0 20px 40px rgba(18, 22, 27, 0.32);
}

.mobile-drawer a,
.drawer-label {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-drawer a {
  color: var(--paper);
  font-weight: 700;
  text-decoration: none;
}

.drawer-label {
  margin-top: 14px;
  color: #aebdca;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.commercial-hero {
  border-bottom: 5px solid var(--veneer);
  background: linear-gradient(150deg, #12161b 0%, #1e3247 55%, #0080e1 100%);
  color: var(--paper);
}

.hero-content {
  padding-top: clamp(54px, 9vw, 92px);
  padding-bottom: clamp(52px, 8vw, 80px);
}

.commercial-hero h1 {
  max-width: 19ch;
  color: var(--paper);
}

.eyebrow,
.section-kicker,
.contact-label {
  margin-bottom: 10px;
  color: var(--veneer);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--blue-deep);
}

.hero-lead {
  max-width: 63ch;
  margin-bottom: 26px;
  color: #d7e0e8;
  font-size: clamp(1rem, 2.2vw, 1.17rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-row-center {
  justify-content: center;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 17px;
  border: 1.5px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  border-color: var(--blue-deep);
  background: var(--blue-deep);
  color: var(--paper);
}

.button-primary:hover {
  border-color: #005f9f;
  background: #005f9f;
}

.button-secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.button-whatsapp {
  border-color: #1f9d50;
  background: #1f9d50;
  color: var(--paper);
}

.button-wide {
  width: 100%;
}

.trust-list {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.trust-list li {
  padding: 5px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #eef4f8;
  font-size: 0.78rem;
}

.section {
  padding-block: clamp(48px, 7vw, 74px);
}

.section-paper {
  background: var(--paper);
}

.section-dark {
  border-top: 5px solid var(--veneer);
  background: var(--ink);
  color: var(--paper);
}

.section-dark h2,
.section-dark h3 {
  color: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading-split p:last-child {
  max-width: 56ch;
  color: var(--muted);
}

.section-heading .section-kicker {
  color: var(--blue-deep);
}

.route-grid,
.service-grid,
.facts-grid,
.question-grid,
.contact-grid,
.product-layout,
.request-layout {
  display: grid;
  gap: 16px;
}

.route-card,
.service-card,
.fact-card,
.question-card,
.contact-card,
.notice-card,
.empty-state,
.error-state,
.requisites-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.route-card,
.service-card,
.question-card,
.notice-card,
.empty-state,
.error-state,
.requisites-card {
  padding: 20px;
}

.route-card-cool {
  border-left: 4px solid var(--blue);
}

.route-card-warm {
  border-color: #e6d6bc;
  border-left: 4px solid var(--veneer);
  background: #fbf6ee;
}

.route-number,
.catalog-index,
.fact-card > span {
  color: var(--blue-deep);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.text-link,
.service-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.catalog-grid,
.category-grid {
  display: grid;
  gap: 10px;
}

.catalog-card {
  min-height: 90px;
  display: grid;
  align-items: center;
  padding: 14px;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.catalog-card:hover,
.category-card:hover,
.service-card:hover {
  border-color: #aebdca;
  box-shadow: var(--shadow);
}

.catalog-title {
  display: block;
  font-weight: 800;
  line-height: 1.3;
}

.catalog-description {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.catalog-arrow {
  color: var(--blue-deep);
  font-size: 1.3rem;
}

.service-card h2 {
  font-size: 1.12rem;
}

.service-card p,
.route-card p,
.notice-card p,
.empty-state p,
.error-state p,
.company-copy > p {
  color: var(--muted);
}

.service-card--media {
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.service-card-figure {
  position: relative;
  margin: 0;
  border-bottom: 4px solid var(--veneer);
  background: #e5ebf0;
}

.service-card-figure picture {
  display: block;
}

.service-card-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.service-card-figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(18, 22, 27, 0.88);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
}

.service-card-body {
  display: flex;
  min-height: 190px;
  padding: 18px 20px 20px;
  flex-direction: column;
}

.service-card-body p {
  flex: 1;
}

.service-card-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.service-media-disclaimer {
  width: min(100% - 32px, 1040px);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.service-gallery-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f4f6f8;
}

.service-gallery-heading {
  display: grid;
  align-items: end;
  gap: 12px 28px;
}

.service-gallery-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.service-gallery-heading h2 {
  margin-bottom: 0;
}

.service-gallery-groups {
  display: grid;
  margin-top: 26px;
  gap: 30px;
}

.service-gallery-group {
  min-width: 0;
}

.service-gallery-group > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}

.service-gallery-group h3 {
  margin: 0;
  font-size: 1.2rem;
}

.service-gallery-group > header span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.8rem;
}

.service-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 12px;
}

.service-gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #e5ebf0;
  box-shadow: 0 5px 16px rgba(18, 22, 27, 0.06);
}

.service-gallery-item picture {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
}

.service-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  background: #e5ebf0;
  object-fit: contain;
}

.service-gallery-item figcaption {
  padding: 8px 10px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 0.72rem;
}

.breadcrumbs {
  padding-top: 14px;
  padding-bottom: 8px;
}

.breadcrumbs ol {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
  color: var(--muted);
  font-size: 0.78rem;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 7px;
  content: "→";
  color: #9aa8b5;
}

.breadcrumbs a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.page-hero {
  padding-block: clamp(44px, 7vw, 72px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.page-hero p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

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

.category-card {
  min-height: 160px;
  display: flex;
  padding: 12px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.category-title {
  font-weight: 800;
}

.category-meta {
  margin-top: auto;
  padding-top: 8px;
  color: var(--muted);
  font-size: 0.78rem;
}

.taxonomy-card,
.catalog-card--visual,
.category-card--visual {
  min-width: 0;
  min-height: 164px;
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: stretch;
  padding: 10px;
  grid-template-columns: clamp(88px, 27vw, 104px) minmax(0, 1fr);
  gap: 11px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.taxonomy-card::after {
  width: 46px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--veneer);
}

.taxonomy-card-media {
  min-width: 0;
  min-height: 142px;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-bottom: 4px solid var(--veneer);
  background: var(--paper-2);
}

.taxonomy-card-media picture,
.taxonomy-card-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.taxonomy-card-media img {
  padding: 6px;
  background: var(--paper);
  object-fit: contain;
}

.taxonomy-card-media--editorial img {
  padding: 0;
  object-fit: cover;
}

.taxonomy-card-media--icon {
  color: var(--ink);
  background: #eef5fa;
}

.taxonomy-card-icon {
  width: 92%;
  height: auto;
  max-height: 112px;
  display: block;
}

.taxonomy-card-media-label {
  min-height: 25px;
  position: absolute;
  top: 7px;
  left: 7px;
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border-radius: 5px;
  background: var(--blue-deep);
  color: #fff;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.taxonomy-card-media-label--neutral {
  background: var(--ink);
}

.taxonomy-card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 2px 0 3px;
}

.taxonomy-card-kicker {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  color: var(--blue-deep);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.taxonomy-card .catalog-title,
.taxonomy-card .category-title {
  display: block;
  font-size: 0.98rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.taxonomy-card .catalog-description,
.category-description {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.taxonomy-card-footer {
  min-width: 0;
  display: flex;
  margin-top: auto;
  padding-top: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.25;
}

.taxonomy-card-footer .category-meta {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.taxonomy-card-footer .catalog-arrow {
  flex: 0 0 auto;
}

.category-navigation {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.category-filter-rail {
  display: flex;
  overflow-x: auto;
  padding-block: 12px;
  gap: 8px;
  scrollbar-width: thin;
}

.filter-chip {
  min-height: 44px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper-2);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.product-card {
  min-width: 0;
  display: flex;
  padding: 10px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
}

.product-card-body {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

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

.product-swatch {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  border-radius: 7px;
  border-bottom: 4px solid var(--veneer);
  background: #e8ecef;
}

.product-card-media {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper-2);
}

.product-card-media picture,
.product-card-media img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-card-media img {
  padding: 7px;
  background: var(--paper);
  object-fit: contain;
}

.product-card-title {
  font-weight: 800;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.product-card-brand {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card-brand-renner {
  color: var(--blue-deep);
}

.product-card-meta,
.product-price-note,
.product-code,
.product-sla {
  color: var(--muted);
  font-size: 0.78rem;
}

.product-card-meta {
  margin-top: 6px;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
}

.product-card-price {
  margin-top: auto;
  padding-top: 9px;
  color: var(--ink);
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.empty-state-category {
  max-width: 720px;
  margin-inline: auto;
}

.category-contact {
  max-width: 720px;
  margin: 28px auto 0;
}

.product-detail-grid {
  display: grid;
  gap: 20px;
}

.product-gallery {
  display: grid;
  margin-bottom: 8px;
  gap: 10px;
}

.product-gallery:focus-visible {
  outline: 3px solid var(--blue-deep);
  outline-offset: 4px;
}

.product-gallery-hint {
  display: none;
}

.product-gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.product-gallery-item picture {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px;
  object-fit: contain;
}

.product-media-credit {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.78rem;
}

.product-media-credit a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.product-main,
.product-order-card {
  min-width: 0;
}

.product-description {
  max-width: 68ch;
  color: var(--muted);
}

.renner-dealer-badge {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 12px;
  border: 1px solid #9cccf0;
  border-left: 4px solid var(--blue-deep);
  border-radius: 7px;
  background: #eaf4fe;
  color: #075889;
  font-size: 0.88rem;
  font-weight: 800;
}

.product-manufacturer {
  margin: 0 0 12px;
  color: var(--muted);
}

.product-variants {
  margin: 24px 0;
}

.product-variants h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.product-variant-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.product-variant-list li {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 9px;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.product-variant-list strong {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}

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

.product-hero-swatch {
  height: 150px;
  margin-bottom: 18px;
  border-radius: 10px;
  border-bottom: 5px solid var(--veneer);
  background: #e8ecef;
}

.product-code {
  margin-bottom: 13px;
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
}

.product-specs {
  margin: 24px 0;
}

.product-specs > div {
  display: grid;
  padding-block: 9px;
  border-bottom: 1px dashed var(--line);
  gap: 4px;
}

.product-specs dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.product-specs dd {
  margin: 0;
  font-weight: 700;
}

.related-block {
  margin-top: 26px;
}

.related-block h2 {
  font-size: 1.2rem;
}

.related-block > p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.related-list span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-2);
  font-size: 0.82rem;
}

.related-link-list a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-2);
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.related-link-list a:hover,
.related-link-list a:focus-visible {
  border-color: var(--blue);
  text-decoration: underline;
}

.related-product-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.related-product-links a {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  color: var(--ink);
  line-height: 1.35;
  text-decoration: none;
}

.related-product-links a:hover,
.related-product-links a:focus-visible {
  border-color: var(--blue);
}

.related-product-links a > span {
  font-size: 0.86rem;
  font-weight: 700;
}

.related-product-links small {
  color: var(--muted);
  font-size: 0.75rem;
}

.product-order-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper-2);
  align-self: start;
}

.product-order-card .form-card {
  margin-top: 14px;
  box-shadow: none;
}

.product-price {
  margin: 0 0 2px;
  font-size: clamp(1.6rem, 5vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1.2;
}

.product-price-note {
  margin-bottom: 0;
}

.product-sla {
  margin: 12px 0 0;
}

.mobile-filter-sheet {
  flex: 0 0 auto;
}

.mobile-filter-sheet > summary {
  list-style: none;
}

.mobile-filter-sheet > summary::-webkit-details-marker {
  display: none;
}

.filter-close-label {
  display: none;
}

.mobile-filter-sheet[open] .filter-open-label {
  display: none;
}

.mobile-filter-sheet[open] .filter-close-label {
  display: inline;
}

.mobile-filter-panel {
  position: fixed;
  z-index: 27;
  right: 0;
  bottom: 64px;
  left: 0;
  max-height: min(66vh, 480px);
  display: grid;
  overflow-y: auto;
  padding: 18px 13px calc(18px + env(safe-area-inset-bottom));
  gap: 8px;
  border-top: 5px solid var(--veneer);
  border-radius: 14px 14px 0 0;
  background: var(--paper);
  box-shadow: 0 -16px 40px rgba(18, 22, 27, 0.24);
}

.mobile-filter-heading {
  display: grid;
  margin-bottom: 5px;
}

.mobile-filter-heading span {
  color: var(--muted);
  font-size: 0.78rem;
}

.mobile-filter-panel .filter-chip {
  width: 100%;
}

.callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.callout > div {
  max-width: 650px;
}

.question-card h2 {
  margin-top: 8px;
  font-size: 1.15rem;
}

.display-chips,
.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.display-chips span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper-2);
  color: var(--muted);
  font-size: 0.82rem;
}

.system-selector {
  display: grid;
  gap: 24px;
}

.system-selector-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}

.system-selector-heading > div {
  max-width: 720px;
}

.system-selector-heading h2,
.system-selector-heading p,
.system-summary-copy h2,
.system-summary-copy p {
  margin: 0;
}

.system-selector-heading h2,
.system-summary-copy h2 {
  margin-top: 6px;
}

.system-selector-heading > div > p:last-child,
.system-summary-copy > p:last-child {
  margin-top: 8px;
  color: var(--muted);
}

.system-progress {
  min-width: 148px;
  display: grid;
  padding: 12px 14px;
  border: 1px solid #c9ddea;
  border-radius: 10px;
  background: #eef7fd;
}

.system-progress strong {
  color: var(--blue-deep);
  font-size: 1.15rem;
}

.system-progress span {
  color: var(--muted);
  font-size: 0.74rem;
}

.system-question-card {
  min-inline-size: 0;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.system-question-card.is-complete {
  border-color: #77b7df;
  box-shadow: 0 8px 24px rgba(0, 118, 190, 0.1);
}

.system-question-card.has-error {
  border-color: var(--danger);
}

.system-question-card legend {
  width: 100%;
  display: grid;
  padding: 0;
  gap: 8px;
}

.system-question-title {
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 800;
}

.system-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.system-choice {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.system-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.system-choice span {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  color: #536171;
  font-size: 0.9rem;
  line-height: 1.25;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease, transform .15s ease;
}

.system-choice:hover span {
  border-color: #85bddd;
  color: var(--blue-deep);
}

.system-choice input:focus-visible + span {
  outline: 3px solid rgba(0, 118, 190, 0.28);
  outline-offset: 2px;
}

.system-choice input:checked + span {
  border-color: var(--blue-deep);
  background: #e9f5fc;
  color: var(--blue-deep);
  font-weight: 800;
  box-shadow: inset 0 -3px 0 rgba(0, 118, 190, 0.16);
}

.system-choice input:checked + span::before {
  content: "✓";
  margin-right: 7px;
  font-weight: 900;
}

.system-selector-error {
  margin: 0;
}

.system-selector-error p {
  margin: 4px 0 0;
}

.system-summary-card {
  display: grid;
  padding: 22px;
  border: 1px solid #c9ddea;
  border-left: 5px solid var(--blue-deep);
  border-radius: 12px;
  background: #eef7fd;
  box-shadow: var(--shadow);
  gap: 18px;
}

.system-summary-list {
  display: grid;
  margin: 0;
  gap: 8px;
}

.system-summary-list > div {
  display: grid;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 118, 190, 0.16);
  gap: 2px;
}

.system-summary-list dt {
  color: var(--muted);
  font-size: 0.74rem;
}

.system-summary-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.system-summary-action {
  width: 100%;
}

.system-summary-action.is-disabled {
  background: #748392;
}

.system-summary-note {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.request-layout {
  align-items: start;
}

.renner-specialization {
  border-bottom: 1px solid #e6d6bc;
  background: var(--veneer-light);
}

.renner-specialization-inner,
.renner-intro-inner {
  display: grid;
  align-items: center;
  gap: 22px;
}

.renner-specialization-inner > div:first-child,
.renner-intro-inner > div:first-child {
  max-width: 720px;
}

.renner-specialization-inner p:last-child,
.renner-intro-inner p:last-child {
  margin-bottom: 0;
  color: #45515d;
}

.renner-intro {
  padding-block: 28px;
  border-bottom: 1px solid #c9ddea;
  background: #eef7fd;
}

.renner-intro h2 {
  margin-bottom: 8px;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.request-copy p:not(.section-kicker) {
  color: #b9c6d4;
}

.contact-emphasis {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--paper);
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.contact-emphasis-dark {
  color: var(--ink);
}

.form-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.form-card-light {
  border-color: var(--line);
  box-shadow: var(--shadow);
}

.direct-contact-panel {
  display: grid;
  gap: 12px;
}

.direct-contact-panel h2,
.direct-contact-panel h3,
.direct-contact-panel p {
  margin: 0;
}

.direct-contact-label {
  color: var(--blue-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.direct-contact-actions {
  display: grid;
  gap: 9px;
}

.direct-contact-actions .button {
  width: 100%;
}

.direct-contact-hours,
.footer-hours {
  color: var(--muted);
  font-size: 0.82rem;
}

.lead-form,
.form-grid {
  display: grid;
  gap: 14px;
}

.lead-form {
  grid-template-columns: minmax(0, 1fr);
}

.lead-form-heading {
  display: grid;
  gap: 6px;
}

.lead-form-heading h2,
.lead-form-heading p {
  margin: 0;
}

.lead-form-heading h2 {
  font-size: clamp(1.2rem, 3vw, 1.45rem);
}

.lead-form-heading > p:last-child {
  color: var(--muted);
  font-size: 0.88rem;
}

.lead-product-context {
  display: grid;
  padding: 12px;
  border: 1px solid #c9ddea;
  border-left: 4px solid var(--blue-deep);
  border-radius: 8px;
  background: #eef7fd;
  gap: 3px;
}

.lead-product-context > span,
.lead-product-context small {
  color: var(--muted);
  font-size: 0.74rem;
}

.lead-product-context strong {
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lead-product-context small {
  font-family: ui-monospace, "Cascadia Mono", Consolas, monospace;
}

.lead-request-context {
  margin: 0;
  padding: 10px 12px;
  border-left: 4px solid var(--blue-deep);
  background: #eef7fd;
  color: #45515d;
  font-size: 0.85rem;
}

.form-error-summary {
  padding: 13px 14px;
  border: 1px solid #efb4b4;
  border-left: 4px solid var(--danger);
  border-radius: 8px;
  background: #fff5f5;
  color: #5c2a2a;
}

.form-error-summary:focus-visible {
  outline: 3px solid var(--blue-deep);
  outline-offset: 3px;
}

.form-error-summary h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
}

.form-error-summary ul {
  margin: 0;
  padding-left: 20px;
}

.form-error-summary a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #7c2424;
  font-weight: 700;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field label,
.channel-fieldset legend {
  font-size: 0.82rem;
  font-weight: 700;
}

.optional {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 400;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #b8c3ce;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

.form-field input:focus-visible,
.form-field textarea:focus-visible {
  border-color: var(--blue-deep);
  outline: 3px solid rgba(0, 119, 190, 0.22);
  outline-offset: 1px;
}

.form-field.has-error input,
.form-field.has-error textarea {
  border-color: var(--danger);
  background: #fffafa;
}

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

.channel-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-choice-fieldset {
  min-width: 0;
}

.channel-fieldset legend {
  margin-bottom: 7px;
}

.choice-chip {
  position: relative;
}

.choice-chip input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.choice-chip span {
  min-height: 44px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--paper-2);
  font-size: 0.82rem;
}

.choice-chip input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.choice-chip input:focus-visible + span {
  outline: 3px solid var(--blue-deep);
  outline-offset: 2px;
}

.form-choice-fieldset.has-error legend {
  color: var(--danger);
}

.form-choice-fieldset.has-error .choice-chip span {
  border-color: #e1a4a4;
}

.choice-row-packages .choice-chip span {
  min-width: 72px;
  justify-content: center;
}

.consent-row {
  min-height: 44px;
  display: grid;
  cursor: pointer;
  align-items: center;
  grid-template-columns: 24px 1fr;
  gap: 9px;
  color: #45515d;
  font-size: 0.8rem;
  line-height: 1.45;
}

.consent-row input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--blue-deep);
}

.consent-row input:focus-visible {
  outline: 3px solid var(--blue-deep);
  outline-offset: 2px;
}

.consent-field.has-error .consent-row {
  color: #7c2424;
}

.consent-documents {
  display: flex;
  margin: 2px 0 0 33px;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 0.76rem;
}

.consent-documents a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.field-error {
  margin: 0;
  color: var(--danger);
  font-size: 0.78rem;
  font-weight: 700;
}

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

.lead-status-layout {
  max-width: 960px;
  display: grid;
  margin-inline: auto;
  align-items: start;
  gap: 24px;
}

.lead-status-heading > p:not(.section-kicker) {
  max-width: 58ch;
  color: var(--muted);
}

.lead-request-layout {
  align-items: start;
}

.request-intro > p:not(.section-kicker) {
  max-width: 58ch;
  color: var(--muted);
}

.lead-request-facts {
  display: grid;
  margin: 22px 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.lead-request-facts li {
  position: relative;
  padding-left: 25px;
  color: #45515d;
}

.lead-request-facts li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--blue-deep);
  content: "✓";
  font-weight: 800;
}

.lead-request-alternative a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.lead-receipt {
  max-width: 620px;
  margin: 24px auto;
  border-top: 1px solid var(--line);
  text-align: left;
}

.lead-receipt > div {
  display: grid;
  padding-block: 11px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
}

.lead-receipt dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.lead-receipt dd {
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.notice-card {
  margin-bottom: 18px;
  border-left: 4px solid var(--blue);
}

.notice-card h2 {
  font-size: 1.25rem;
}

.fact-card {
  padding: 18px;
}

.fact-card h2 {
  margin: 8px 0 0;
  font-size: 1rem;
}

.company-copy {
  max-width: 900px;
}

.company-facts {
  margin-block: 26px;
}

.requisites-card {
  margin-top: 28px;
}

.requisites-card dl {
  margin: 0;
}

.requisites-card dl > div {
  display: grid;
  padding-block: 9px;
  border-bottom: 1px dashed var(--line);
  gap: 4px;
}

.requisites-card dl > div:last-child {
  border-bottom: 0;
}

.requisites-card dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.requisites-card dd {
  margin: 0;
  font-weight: 700;
}

.contact-card {
  min-height: 130px;
  display: flex;
  padding: 18px;
  flex-direction: column;
  justify-content: center;
}

.contact-card .contact-label {
  color: var(--muted);
}

.contact-card a,
.contact-card address {
  color: var(--ink);
  font-size: 1.06rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.contact-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.empty-state,
.error-state,
.success-state {
  text-align: center;
}

.empty-mark,
.success-icon,
.error-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 800;
}

.empty-mark {
  background: #eaf4fe;
  color: var(--blue-deep);
}

.success-icon {
  background: #eaf6ef;
  color: var(--ok);
}

.error-icon {
  background: #fff0f0;
  color: var(--danger);
}

.error-state ul {
  max-width: 560px;
  margin: 0 auto 18px;
  padding-left: 20px;
  color: #5c2a2a;
  text-align: left;
}

.success-state {
  max-width: 720px;
}

.success-state p {
  color: var(--muted);
}

.mobile-contact-bar,
.mobile-action-bar {
  position: fixed;
  z-index: 25;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 9px 11px calc(9px + env(safe-area-inset-bottom));
  gap: 7px;
  border-top: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 -6px 20px rgba(18, 22, 27, 0.09);
}

.mobile-contact-bar .button {
  flex: 1;
}

.mobile-action-bar > .button-wide {
  width: auto;
  flex: 1;
}

.site-footer {
  padding-top: 38px;
  border-top: 5px solid var(--veneer);
  background: var(--ink);
  color: #a8b5c1;
}

.footer-grid {
  display: grid;
  gap: 26px;
}

.brand-link-inverse {
  color: var(--paper);
}

.brand-link-inverse .brand-descriptor {
  color: #a8b5c1;
}

.footer-brand p {
  max-width: 52ch;
  margin: 14px 0 0;
  font-size: 0.86rem;
}

.footer-nav,
.footer-contacts {
  display: grid;
  align-content: start;
  gap: 4px;
}

.footer-nav a,
.footer-contacts a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--paper);
  text-decoration: none;
}

.footer-contacts address {
  margin-top: 8px;
  font-size: 0.86rem;
}

.footer-legal {
  display: grid;
  margin-top: 28px;
  padding-block: 18px calc(22px + env(safe-area-inset-bottom));
  gap: 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
}

.footer-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #d4dde5;
}

.renner-supply {
  border-top: 1px solid var(--line);
  background: var(--paper-2);
}

.renner-supply-figure {
  margin: 0;
}

.renner-supply-grid {
  display: grid;
  gap: 16px;
}

.renner-supply-grid img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.renner-supply-caption {
  max-width: 78ch;
  display: flex;
  margin-top: 18px;
  align-items: flex-start;
  flex-direction: column;
  color: var(--muted);
  font-size: 0.9rem;
}

.renner-supply-caption a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

@media (min-width: 720px) {
  .renner-supply-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  body {
    padding-bottom: 72px;
  }

  .button-row .button {
    width: 100%;
  }

  .catalog-grid-large .catalog-card--visual {
    min-height: 164px;
  }

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

  .product-card {
    display: grid;
    min-height: 114px;
    align-items: center;
    grid-template-columns: clamp(88px, 25vw, 104px) minmax(0, 1fr);
    column-gap: 11px;
  }

  .product-swatch {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
  }

  .product-card-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
  }

  .product-card-body {
    min-height: clamp(88px, 25vw, 104px);
  }

  .product-card-brand {
    margin-bottom: 4px;
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .product-card-title {
    font-size: 1rem;
    line-height: 1.25;
  }

  .product-card-meta,
  .product-card-price {
    margin: 0;
    padding: 0;
  }

  .product-card-meta {
    margin-top: 5px;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .product-card-price {
    padding-top: 7px;
    font-size: 1.05rem;
    line-height: 1.2;
  }

  .product-detail-section {
    padding-top: 32px;
  }

  .product-hero-swatch {
    height: 120px;
  }
}

@media (max-width: 559px) {
  .product-gallery-hint {
    display: block;
    margin: 4px 0 8px;
    color: var(--muted);
    font-size: 0.78rem;
  }

  .product-gallery-multiple {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 12px 10px 2px;
    scroll-padding-inline: 2px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .product-gallery-multiple .product-gallery-item {
    width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

@media (min-width: 560px) {
  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-gallery-item-primary {
    grid-column: 1 / -1;
  }

  .form-grid,
  .route-grid,
  .facts-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card-wide {
    grid-column: span 2;
  }
}

@media (min-width: 720px) {
  body {
    font-size: 16.5px;
  }

  .mobile-contact-bar,
  .mobile-action-bar {
    display: none;
  }

  .section-heading-split {
    max-width: none;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
  }

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

  .taxonomy-card,
  .catalog-card--visual,
  .category-card--visual {
    min-height: 178px;
    padding: 12px;
    grid-template-columns: clamp(112px, 12vw, 144px) minmax(0, 1fr);
    gap: 14px;
  }

  .taxonomy-card-media {
    min-height: 152px;
  }

  .taxonomy-card .catalog-title,
  .taxonomy-card .category-title {
    font-size: 1.04rem;
  }

  .taxonomy-card .catalog-description,
  .category-description {
    font-size: 0.8rem;
  }

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

  .system-summary-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
    align-items: start;
    gap: 22px 34px;
  }

  .system-summary-action,
  .system-summary-note {
    grid-column: 2;
  }

  .system-summary-action {
    align-self: end;
  }

  .request-layout,
  .product-layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
  }

  .renner-specialization-inner,
  .renner-intro-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product-detail-grid {
    grid-template-columns: 1.4fr 1fr;
    gap: 16px;
  }

  .product-order-card {
    position: sticky;
    top: 88px;
  }

  .product-specs > div {
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1fr);
    gap: 18px;
  }

  .requisites-card dl > div {
    grid-template-columns: 190px 1fr;
    gap: 18px;
  }

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

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

  .footer-legal span:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 840px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 359px) {
  .taxonomy-card,
  .catalog-card--visual,
  .category-card--visual {
    min-height: 156px;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 9px;
  }

  .taxonomy-card-media {
    min-height: 134px;
  }

  .taxonomy-card .catalog-description,
  .category-description {
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 820px) {
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .desktop-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-menu {
    display: none;
  }
}

@media (min-width: 960px) {
  .header-contact {
    min-height: 44px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    text-decoration: none;
  }

  .header-contact small {
    color: var(--muted);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.06em;
  }

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

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  body {
    padding: 0;
    background: var(--paper);
  }

  .site-header,
  .site-footer,
  .mobile-contact-bar,
  .mobile-action-bar,
  .lead-form,
  .button-row {
    display: none !important;
  }

  .section,
  .page-hero {
    padding-block: 24px;
  }

  .route-card,
  .service-card,
  .fact-card,
  .question-card,
  .contact-card,
  .notice-card,
  .requisites-card {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Stage 4 — approved direction: Atlas of Coatings. */
:root {
  --ink: #161310;
  --paper: #f4efe6;
  --paper-2: #ece5d8;
  --paper2: #ece5d8;
  --card: #fbf8f2;
  --blue: #0080e1;
  --blue-deep: #005ea6;
  --oak: #c89a5b;
  --walnut: #5b3f24;
  --veneer: #c89a5b;
  --veneer-light: #ece5d8;
  --line: #dcd2c0;
  --muted: #7a6f5e;
  --shadow: 0 12px 28px rgba(22, 19, 16, 0.08);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

@keyframes sheen {
  0% { transform: translateX(-130%) skewX(-18deg); }
  60%, 100% { transform: translateX(230%) skewX(-18deg); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes grain-pan {
  from { background-position: 0 0; }
  to { background-position: 340px 190px; }
}

@keyframes fanout {
  from { transform: rotate(0) translateY(0); }
  to { transform: rotate(var(--r)) translateY(var(--y)); }
}

@keyframes swatchglow {
  0%, 100% { box-shadow: 0 18px 40px rgba(22, 19, 16, 0.18); }
  50% { box-shadow: 0 26px 54px rgba(22, 19, 16, 0.3); }
}

body {
  background: var(--paper);
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  color: var(--ink);
}

h1,
h2,
h3,
.route-number,
.catalog-index,
.fact-card > span {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h1 em,
h2 em,
h3 em {
  color: var(--walnut);
  font-style: italic;
}

h1 { font-size: clamp(2.125rem, 7vw, 4rem); line-height: 1.04; }
h2 { font-size: clamp(1.6rem, 4.4vw, 2.375rem); line-height: 1.12; }
h3 { font-size: clamp(1.15rem, 2.7vw, 1.375rem); line-height: 1.2; }

.container { width: min(calc(100% - 44px), 1060px); }
.rise { animation: rise 0.8s cubic-bezier(0.22, 0.8, 0.26, 1) both; }
.d1 { animation-delay: 0.08s; }
.d2 { animation-delay: 0.18s; }
.d3 { animation-delay: 0.3s; }
.d4 { animation-delay: 0.44s; }
.d5 { animation-delay: 0.6s; }

.site-header {
  border-color: var(--line);
  background: rgba(251, 248, 242, 0.98);
  box-shadow: none;
}

.desktop-nav a,
.header-contact small { color: var(--muted); }
.desktop-nav a:hover { color: var(--blue-deep); }

.mobile-drawer {
  border-top-color: var(--oak);
  background: var(--paper2);
  box-shadow: 0 20px 40px rgba(22, 19, 16, 0.2);
}

.mobile-drawer a,
.drawer-label {
  border-bottom-color: var(--line);
  color: var(--ink);
}

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

.commercial-hero.atlas-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  background: radial-gradient(1200px 500px at 85% -10%, rgba(0, 128, 225, 0.07), transparent 60%), var(--card);
  color: var(--ink);
}

.commercial-hero.atlas-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.5;
  background-image: radial-gradient(rgba(22, 19, 16, 0.05) 1px, transparent 1.4px);
  background-size: 5px 5px;
  animation: grain-pan 26s linear infinite;
  animation-delay: 12s;
}

.atlas-hero .hero-content {
  min-height: 510px;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  padding-bottom: 58px;
}

.atlas-hero .eyebrow {
  margin-bottom: 20px;
  color: var(--blue-deep);
  font-size: 0.69rem;
  letter-spacing: 0.28em;
}

.atlas-hero h1 {
  max-width: 16ch;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(2.25rem, 5.6vw, 3.625rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
}

.atlas-hero h1 em { white-space: nowrap; }
.atlas-hero .hero-lead {
  max-width: 52ch;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 1rem;
}

.button {
  border-radius: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.atlas-hero .button { min-height: 50px; padding: 14px 28px; }
.atlas-hero .button-primary,
.product-order-card .button-primary {
  position: relative;
  overflow: hidden;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.atlas-hero .button-primary::after,
.product-order-card .button-primary::after {
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  animation: sheen 3.4s ease-in-out infinite;
  animation-delay: 12s;
}

.atlas-hero .button-light {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.atlas-sheet-stack {
  width: 360px;
  height: 300px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(-6deg);
  pointer-events: none;
}

.atlas-sheet {
  height: 44px;
  position: absolute;
  right: 0;
  left: 0;
  border-radius: 5px;
  transform-origin: 8% 50%;
  box-shadow: 0 14px 30px rgba(22, 19, 16, 0.18);
  animation: fanout 1.2s cubic-bezier(0.2, 0.8, 0.25, 1) both;
}

.atlas-sheet-1 { top: 0; --r: -9deg; --y: -6px; background: linear-gradient(95deg, #e7cfa8, #c89a5b 55%, #a87b44); animation-delay: 0.15s; }
.atlas-sheet-2 { top: 56px; --r: -4.5deg; --y: -3px; background: linear-gradient(95deg, #ddbe92, #b98a4c 55%, #946c3b); animation-delay: 0.28s; }
.atlas-sheet-3 { top: 112px; --r: 0deg; --y: 0; background: linear-gradient(95deg, #0080e1, #0066be 60%, #005ea6); animation-delay: 0.42s; }
.atlas-sheet-4 { top: 168px; --r: 4.5deg; --y: 3px; background: linear-gradient(95deg, #c9a167, #9a713c 55%, #7c5930); animation-delay: 0.56s; }
.atlas-sheet-5 { top: 224px; --r: 9deg; --y: 6px; background: linear-gradient(95deg, #b98f58, #8a6335 55%, #6b4a26); animation-delay: 0.7s; }

.atlas-sheet i {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Courier New", monospace;
  font-size: 0.625rem;
  font-style: normal;
  letter-spacing: 0.2em;
}

.atlas-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper2);
}

.atlas-marquee-track {
  width: max-content;
  display: flex;
  padding: 12px 0;
  animation: marquee 30s linear infinite;
  animation-delay: 12s;
}

.atlas-marquee span {
  padding: 0 26px;
  color: var(--walnut);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  font-style: italic;
  white-space: nowrap;
}

.atlas-marquee b { color: var(--blue-deep); font-family: inherit; font-style: normal; font-weight: 400; }

.section-paper,
.page-hero { background: var(--card); }
.page-hero { border-color: var(--line); }
.section-dark {
  border-top: 1px solid var(--line);
  background: var(--paper2);
  color: var(--ink);
}
.section-dark h2,
.section-dark h3 { color: var(--ink); }
.section-dark .section-kicker { color: var(--walnut); }

.route-card,
.service-card,
.fact-card,
.question-card,
.contact-card,
.notice-card,
.empty-state,
.error-state,
.requisites-card,
.form-card {
  border-color: var(--line);
  border-radius: 3px;
  background: var(--card);
  box-shadow: none;
}

.catalog-grid,
.category-grid {
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.taxonomy-card,
.catalog-card--visual,
.category-card--visual {
  min-height: 190px;
  padding: 12px;
  border: 0;
  border-radius: 0;
  background: var(--card);
  transition: background 0.3s ease;
}

.taxonomy-card::after { display: none; }
.taxonomy-card:hover { background: #fff; box-shadow: none; }
.taxonomy-card-media {
  min-height: 164px;
  border-color: var(--line);
  border-radius: 2px;
  border-bottom-color: var(--oak);
  background: var(--paper2);
}

.taxonomy-card-body { position: relative; padding: 10px 10px 28px; }
.taxonomy-card-kicker { color: var(--blue-deep); font-size: 0.68rem; letter-spacing: 0.12em; }
.taxonomy-card .catalog-title,
.taxonomy-card .category-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.taxonomy-card .catalog-description,
.category-description { color: var(--muted); line-height: 1.5; }
.taxonomy-card-footer { margin-top: auto; padding: 18px 0 0; color: var(--muted); }
.taxonomy-card-footer .catalog-arrow {
  position: absolute;
  top: 5px;
  right: 4px;
  color: var(--line);
  transition: color 0.3s ease, transform 0.3s ease;
}

.taxonomy-card:hover .taxonomy-card-footer .catalog-arrow { color: var(--blue); transform: translateX(4px); }
.atlas-chapter-swatch {
  height: 8px;
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--paper2);
}

.atlas-chapter-swatch i {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.25, 1);
}

.atlas-chapter:hover .atlas-chapter-swatch i { transform: scaleX(1); }
.atlas-oak .atlas-chapter-swatch i { background: linear-gradient(90deg, #d8bc94, #9d6f38); }
.atlas-green .atlas-chapter-swatch i { background: linear-gradient(90deg, #9cb17f, #39543a); }
.atlas-graphite .atlas-chapter-swatch i { background: linear-gradient(90deg, #6b7887, #3a4653); }
.atlas-walnut .atlas-chapter-swatch i { background: linear-gradient(90deg, #b0713f, #5b3f24); }
.atlas-honey .atlas-chapter-swatch i { background: linear-gradient(90deg, #e2c494, #c89a5b); }
.atlas-gold .atlas-chapter-swatch i { background: linear-gradient(90deg, #e8c46a, #b8873b); }
.atlas-sand .atlas-chapter-swatch i { background: linear-gradient(90deg, #cfc1a9, #8a7a63); }
.atlas-blue .atlas-chapter-swatch i { background: linear-gradient(90deg, #0080e1, #005ea6); }
.atlas-neutral .atlas-chapter-swatch i { background: linear-gradient(90deg, #ddd5c6, #9b8f7c); }
.atlas-fan .atlas-chapter-swatch i { background: linear-gradient(90deg, #c89a5b, #0080e1); }

.product-grid { gap: 1px; border: 1px solid var(--line); background: var(--line); }
.product-card {
  position: relative;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: var(--card);
  transition: background 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover { z-index: 1; background: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.product-card-media,
.product-swatch { border-radius: 2px; border-color: var(--line); border-bottom-color: var(--oak); background: var(--paper2); }
.product-card-title { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 400; }
.product-card-meta,
.product-card-price,
.product-code,
.product-price { font-family: "Courier New", monospace; font-variant-numeric: tabular-nums; }

.atlas-swatch-mini {
  width: fit-content;
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 9px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(22, 19, 16, 0.18);
  font-family: "Courier New", monospace;
  font-size: 0.75rem;
  font-weight: 700;
}

.atlas-swatch-mini small { display: block; color: var(--muted); font-size: 0.5rem; letter-spacing: 0.12em; text-transform: uppercase; }

.product-atlas-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--card);
}

.atlas-swatch-band {
  height: 150px;
  position: relative;
  overflow: hidden;
}

.atlas-swatch-band::after {
  position: absolute;
  inset: 0;
  content: "";
  background: repeating-linear-gradient(94deg, rgba(0, 0, 0, 0.06) 0 2px, transparent 2px 9px);
}

.atlas-swatch-band--wood { background: linear-gradient(96deg, #f1e8d8 0%, #e2c494 18%, #c89a5b 42%, #8a6335 68%, #5b3f24 88%, #3e2c1b 100%); }
.atlas-swatch-band--neutral { background: linear-gradient(96deg, #f4efe6, #ddd5c6 30%, #a99d8b 68%, #776c5d); }
.atlas-swatch-band--graphite { background: linear-gradient(96deg, #c5cbd0, #6b7887 35%, #3a4653 68%, #161310); }
.atlas-swatch-band--gold { background: linear-gradient(96deg, #fff2b7, #e8c46a 35%, #b8873b 70%, #70501e); }

.atlas-swatch-label,
.atlas-swatch-number {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  padding: 8px 14px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(22, 19, 16, 0.2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.atlas-swatch-label { left: 24px; }
.atlas-swatch-number { right: 24px; font-family: "Courier New", monospace; }
.atlas-swatch-number small { display: block; color: var(--muted); font-size: 0.5rem; text-transform: uppercase; }
.atlas-gloss-pin { width: 2px; position: absolute; z-index: 2; top: 0; bottom: 0; left: var(--gloss-position); background: var(--blue); }
.atlas-gloss-pin i {
  position: absolute;
  top: 10px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 3px;
  background: var(--blue);
  color: #fff;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.product-atlas-shell .product-detail-grid { gap: 0; }
.product-atlas-shell .product-main { padding: 30px 28px; background: var(--card); }
.product-atlas-shell .product-order-card {
  margin: 0;
  padding: 30px 28px;
  border: 0;
  border-radius: 0;
  background: var(--paper2);
}

.product-main h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
.renner-dealer-badge {
  border: 0;
  border-radius: 3px;
  background: var(--blue);
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-gallery-item { border-radius: 2px; border-color: var(--line); background: #fff; }
.product-variants { margin: 22px 0 0; }
.product-variant-list { border-top: 0; }
.product-variant-list li {
  min-height: 52px;
  margin-bottom: 10px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--card);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.product-variant-list li:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(22, 19, 16, 0.08); }
.product-variant-list strong { font-family: "Courier New", monospace; }
.atlas-gloss-scale { margin: 20px 0 0; }
.atlas-gloss-scale > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; }
.atlas-gloss-scale > i { height: 10px; position: relative; display: block; border-radius: 5px; background: linear-gradient(90deg, #3e2c1b, #c89a5b 45%, #f0e4d2); }
.atlas-gloss-scale b { width: 20px; height: 20px; position: absolute; top: -5px; left: var(--gloss-position); transform: translateX(-50%); border: 3px solid var(--card); border-radius: 50%; background: var(--blue); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); }

.atlas-vykras-section { background: var(--paper); }
.atlas-vykras-block {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 26px 28px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--paper);
  gap: 18px;
}

.atlas-vykras-block::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.14;
  background: repeating-linear-gradient(94deg, var(--oak) 0 2px, transparent 2px 11px);
}

.atlas-vykras-tag {
  position: relative;
  flex: 0 0 auto;
  padding: 14px 20px;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  font-family: "Courier New", monospace;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  animation: swatchglow 4s ease-in-out infinite;
  animation-delay: 12s;
}

.atlas-vykras-tag small { display: block; color: var(--muted); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; }
.atlas-vykras-block p { position: relative; margin: 0; color: #d9cdbb; font-size: 0.94rem; }
.atlas-vykras-block strong { color: #fff; }

.service-card-figure { border-bottom-color: var(--oak); background: var(--paper2); }
.site-footer { border-top-color: var(--oak); background: var(--ink); color: #cfc5b5; }
.brand-link-inverse .brand-descriptor,
.footer-hours { color: #cfc5b5; }

@media (min-width: 1040px) {
  .product-atlas-shell .product-detail-grid { grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr); }
  .product-atlas-shell .product-main { border-right: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .atlas-sheet-stack { display: none; }
  .atlas-hero .hero-content { min-height: auto; }
}

@media (max-width: 719px) {
  .container { width: min(calc(100% - 32px), 1060px); }
  .atlas-hero .hero-content { padding-top: 48px; padding-bottom: 48px; }
  .atlas-hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .taxonomy-card,
  .catalog-card--visual,
  .category-card--visual { min-height: 164px; padding: 10px; }
  .taxonomy-card-body { padding: 4px 3px 24px; }
  .taxonomy-card .catalog-title,
  .taxonomy-card .category-title { font-size: 1.05rem; }
  .product-atlas-shell .product-main,
  .product-atlas-shell .product-order-card { padding: 24px 20px; }
  .atlas-swatch-band { height: 128px; }
  .atlas-swatch-label { right: 16px; bottom: 12px; left: 16px; padding: 7px 10px; }
  .atlas-swatch-number { top: 12px; right: 16px; bottom: auto; }
  .atlas-vykras-block { align-items: flex-start; flex-direction: column; padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    animation-delay: 0s !important;
    transition: none !important;
  }
}
