:root {
  color: #17201c;
  background: #f2f1ec;
  font-family: Inter, Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  --font-sans: Inter, Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-mono: "Cascadia Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --background: #f2f1ec;
  --surface: #fffefa;
  --surface-subtle: #e9ece7;
  --text: #17201c;
  --text-muted: #5b655f;
  --border: #cfd5cf;
  --border-strong: #aeb8b1;
  --brand: #111914;
  --brand-strong: #0b110e;
  --accent: #45614f;
  --interactive: #355744;
  --interactive-hover: #294636;
  --focus: #89aa92;
  --danger: #87372f;
  --space-xs: 0.375rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 6rem;
  --radius-xs: 2px;
  --radius-sm: 5px;
  --radius-md: 10px;
  --shadow-sticky: 0 10px 28px rgba(5, 10, 7, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--text);
  background: var(--background);
  font-family: var(--font-sans);
  line-height: 1.5;
}

body,
button,
input {
  font: inherit;
}

main {
  min-width: 0;
  flex: 1;
}

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

a {
  color: inherit;
}

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

button,
input {
  max-width: 100%;
}

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

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--brand);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}

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

.page-shell,
.nav-shell {
  width: min(calc(100% - 48px), 1240px);
  margin-inline: auto;
}

.eyebrow,
.metadata-label {
  margin: 0 0 var(--space-sm);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

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

.button--primary {
  color: #ffffff;
  background: var(--interactive);
  border-color: var(--interactive);
}

.button--primary:hover {
  background: var(--interactive-hover);
  border-color: var(--interactive-hover);
}

.button--secondary-on-dark {
  color: #eff3ee;
  background: transparent;
  border-color: rgba(224, 233, 226, 0.46);
}

.button--secondary-on-dark:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.72);
}

.button--light {
  color: var(--brand);
  background: #f8f8f3;
  border-color: #f8f8f3;
}

.button--light:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.text-link {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--interactive);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--interactive-hover);
  text-decoration: underline;
}

/* Header */

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: #eef2ed;
  background: var(--brand-strong);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: var(--shadow-sticky);
}

.nav-shell {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3.2vw, 48px);
}

.brand {
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.brand__descriptor {
  margin-top: 5px;
  color: #aeb9b1;
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  min-width: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2px;
}

.site-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: #c4cdc6;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 12px;
  bottom: 6px;
  left: 12px;
  height: 1px;
  content: "";
  background: #a9bbae;
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 150ms ease, transform 150ms ease;
}

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

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.quote-nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 11px 8px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.quote-nav-link:hover,
.quote-nav-link[aria-current="page"] {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.68);
}

.quote-nav-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  padding-inline: 4px;
  color: #102018;
  background: #dce7de;
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
}

.cart-count--bump {
  animation: cart-count-bump 360ms ease-out;
}

@keyframes cart-count-bump {
  0%,
  100% {
    transform: scale(1);
  }

  55% {
    transform: scale(1.14);
  }
}

/* Hero */

.catalog-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f4f5f1;
  background: var(--brand);
  border-bottom: 1px solid #2a352e;
}

.catalog-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 48%;
  content: "";
  pointer-events: none;
  opacity: 0.05;
  background-image:
    radial-gradient(circle, #dce8df 0 1.5px, transparent 1.8px),
    linear-gradient(32deg, transparent 49.2%, #dce8df 49.5%, #dce8df 50.5%, transparent 50.8%),
    linear-gradient(-32deg, transparent 49.2%, #dce8df 49.5%, #dce8df 50.5%, transparent 50.8%);
  background-position: 0 0, 0 0, 34px 0;
  background-size: 68px 68px, 136px 136px, 136px 136px;
}

.hero-layout {
  min-height: 410px;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(300px, 0.66fr);
  align-items: center;
  gap: clamp(48px, 6vw, 80px);
  padding-block: clamp(58px, 7vw, 82px);
}

.hero-copy {
  min-width: 0;
  max-width: 720px;
}

.catalog-hero .eyebrow {
  color: #c1cec4;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
}

.catalog-hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.05rem, 5.6vw, 4.65rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-wrap: balance;
}

.catalog-hero__summary {
  max-width: 640px;
  margin: var(--space-md) 0 0;
  color: #d2dad4;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.catalog-hero__notice {
  margin: var(--space-md) 0 0;
  color: #b3c0b6;
  font-family: var(--font-mono);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-index {
  min-width: 0;
  padding-left: clamp(28px, 3.5vw, 42px);
  border-left: 1px solid rgba(222, 231, 224, 0.24);
}

.hero-index__label {
  margin: 0 0 18px;
  color: #bdc9c0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-index ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-index li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 3px 14px;
  padding: 17px 0;
  border-top: 1px solid rgba(222, 231, 224, 0.16);
}

.hero-index li:last-child {
  border-bottom: 1px solid rgba(222, 231, 224, 0.16);
}

.hero-index li > span {
  grid-row: 1 / span 2;
  color: #a6b5aa;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 650;
}

.hero-index strong {
  color: #f1f3ef;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-index small {
  color: #bdc7c0;
  font-size: 0.78rem;
  line-height: 1.5;
}

/* Catalog support strip */

.service-proof {
  background: var(--surface-subtle);
  border-bottom: 1px solid var(--border);
}

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

.service-proof__item {
  min-width: 0;
  padding: 25px clamp(18px, 2.8vw, 34px);
}

.service-proof__item + .service-proof__item {
  border-left: 1px solid var(--border);
}

.service-proof__number {
  display: block;
  margin-bottom: 7px;
  color: #6b7a70;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-variant-numeric: tabular-nums;
}

.service-proof__item strong {
  display: block;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.3;
}

.service-proof__item p {
  margin: 5px 0 0;
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

/* Catalog */

.catalog-section {
  padding-block: clamp(64px, 7vw, 92px) var(--space-2xl);
  scroll-margin-top: 86px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.52fr);
  align-items: end;
  gap: var(--space-xl);
  margin-bottom: var(--space-lg);
}

.section-heading h2,
.company-preview h2,
.business-support-panel h2,
.quote-cta h2,
.static-page h1,
.product-info h1,
.cart-heading h1 {
  font-family: var(--font-display);
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.35rem, 4.6vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.catalog-controls {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(28px, 4vw, 54px);
  padding-block: 22px;
  border-block: 1px solid var(--border);
}

.search-control,
.category-filter {
  min-width: 0;
  display: grid;
  gap: 9px;
}

.search-control > span,
.category-filter > span {
  color: #465149;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.search-control input {
  width: 100%;
  min-height: 46px;
  padding: 0 15px;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
}

.search-control input:hover {
  border-color: #87958b;
}

.search-control input::placeholder {
  color: #7a847d;
}

.category-options {
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.category-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  color: #3d4841;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 650;
  line-height: 1.2;
  transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.category-button:hover {
  background: #f7f8f4;
  border-color: #8b988f;
}

.category-button[aria-pressed="true"] {
  color: #ffffff;
  background: var(--interactive);
  border-color: var(--interactive);
}

.category-button:focus-visible {
  outline-width: 2px;
  outline-offset: 2px;
}

.category-button__count {
  min-width: 18px;
  padding-left: 8px;
  color: #68736b;
  border-left: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.category-button[aria-pressed="true"] .category-button__count {
  color: #d4dfd7;
  border-left-color: rgba(255, 255, 255, 0.3);
}

.catalog-results-heading {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding-block: 15px;
}

.catalog-status {
  min-height: 20px;
  margin: 0;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
}

.catalog-results-heading > p:last-child {
  max-width: 480px;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: right;
}

.catalog-status--error {
  color: var(--danger);
}

.catalog-status--empty {
  color: var(--text-muted);
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.product-card__primary-link {
  min-width: 0;
  min-height: 168px;
  height: 100%;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  color: inherit;
  text-decoration: none;
}

.product-card:hover,
.product-card:focus-within {
  background: #fcfdf9;
  border-color: #909d93;
}

.product-card__primary-link:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: -3px;
}

.product-card__image-wrap {
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 10px;
  background: #ffffff;
  border-right: 1px solid var(--border);
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.product-card h3 {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.15;
}

.product-card__category {
  margin: 7px 0 0;
  color: var(--accent);
  font-size: 0.69rem;
  font-weight: 720;
  line-height: 1.35;
}

.product-card__metadata {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 12px;
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.product-card__sku {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.product-card__price {
  margin: 15px 0 0;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.35;
}

.product-card__link {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--interactive);
  border-top: 1px solid #d8ddd8;
  font-size: 0.76rem;
  font-weight: 750;
}

.product-card__link span {
  transition: transform 150ms ease;
}

.product-card:hover .product-card__link,
.product-card__primary-link:focus-visible .product-card__link {
  color: var(--interactive-hover);
}

.product-card:hover .product-card__link span,
.product-card__primary-link:focus-visible .product-card__link span {
  transform: translateX(3px);
}

/* Corporate content */

.corporate-section {
  padding-block: clamp(60px, 6vw, 78px);
  background: var(--surface-subtle);
  border-block: 1px solid var(--border);
}

.corporate-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: clamp(42px, 7vw, 92px);
}

.company-preview,
.business-support-panel {
  min-width: 0;
}

.business-support-panel {
  padding-left: clamp(32px, 5vw, 64px);
  border-left: 1px solid var(--border-strong);
}

.company-preview h2,
.business-support-panel h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.08;
  text-wrap: balance;
}

.company-preview > p:not(.eyebrow),
.business-support-panel > p:not(.eyebrow) {
  max-width: 620px;
  margin: var(--space-md) 0 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.company-preview .text-link,
.business-support-panel .text-link {
  margin-top: 16px;
}

.quality-supply {
  padding-block: clamp(60px, 7vw, 88px);
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.quality-supply__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 108px);
}

.quality-supply__intro h2 {
  max-width: 560px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.8vw, 3.15rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-wrap: balance;
}

.quality-supply__intro > p:not(.eyebrow) {
  max-width: 580px;
  margin: var(--space-md) 0 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.quality-supply__list {
  min-width: 0;
  margin: 0;
  border-top: 1px solid var(--border-strong);
}

.quality-supply__row {
  display: grid;
  grid-template-columns: minmax(100px, 0.28fr) minmax(0, 1fr);
  gap: var(--space-md);
  padding: 17px 0;
  border-bottom: 1px solid var(--border);
}

.quality-supply__row dt {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.quality-supply__row dd {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr);
  gap: var(--space-md);
  margin: 0;
}

.quality-supply__row strong {
  font-size: 0.9rem;
  line-height: 1.5;
}

.quality-supply__row span {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.quote-cta {
  padding-block: clamp(44px, 5vw, 62px);
  color: #f3f5f1;
  background: var(--brand);
  border-bottom: 1px solid #2d3731;
}

.quote-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-xl);
}

.quote-cta .eyebrow {
  color: #aabcae;
}

.quote-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.quote-cta p:not(.eyebrow) {
  max-width: 700px;
  margin: 14px 0 0;
  color: #bbc6be;
  line-height: 1.65;
}

/* Product detail */

.product-detail-page {
  padding-block: var(--space-lg) var(--space-2xl);
}

.back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: var(--space-md);
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
}

.back-link:hover {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-status {
  margin: 0;
  padding: var(--space-md);
  color: var(--text-muted);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.page-status--error {
  color: var(--danger);
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(36px, 6vw, 82px);
}

.product-visual,
.product-info {
  min-width: 0;
}

.product-visual {
  aspect-ratio: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 30px);
  background: var(--surface-subtle);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.product-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-info {
  padding-top: 8px;
}

.product-category {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-info h1 {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.product-detail__intro {
  max-width: 650px;
  margin: var(--space-md) 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.product-specification-count {
  margin: 14px 0 var(--space-lg);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
}

.variant-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.variant-fieldset legend,
.quantity-label,
.selected-price__label {
  margin-bottom: 10px;
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

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

.variant-option {
  position: relative;
  min-width: 0;
  min-height: 56px;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease;
}

.variant-option::before {
  width: 15px;
  height: 15px;
  content: "";
  background: var(--surface);
  border: 1.5px solid #8c978f;
  border-radius: 50%;
}

.variant-option:hover {
  border-color: #8b978e;
}

.variant-option:has(input:checked) {
  background: #e9eeea;
  border-color: var(--interactive);
  box-shadow: inset 0 0 0 1px rgba(53, 87, 68, 0.16);
}

.variant-option:has(input:checked)::before {
  background: var(--interactive);
  border-color: var(--interactive);
  box-shadow: inset 0 0 0 4px var(--surface);
}

.variant-option:focus-within {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.variant-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.variant-option__spec {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.4;
}

.variant-option__price {
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.purchase-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: var(--space-lg);
  margin-top: var(--space-lg);
  padding-block: var(--space-md);
  border-block: 1px solid var(--border);
}

.selected-price__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.quantity-selector {
  width: fit-content;
  display: grid;
  grid-template-columns: 42px 54px 42px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
}

.quantity-selector button,
.quantity-selector input {
  min-height: 42px;
  color: var(--text);
  background: var(--surface);
  border: 0;
  text-align: center;
}

.quantity-selector button {
  cursor: pointer;
}

.quantity-selector button:hover:not(:disabled) {
  color: #ffffff;
  background: var(--interactive);
}

.quantity-selector button:disabled {
  color: #9ba39d;
  cursor: not-allowed;
}

.quantity-selector input {
  width: 54px;
  border-inline: 1px solid var(--border);
  appearance: textfield;
}

.reference-price-notice {
  margin: 16px 0 18px;
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.inquiry-button {
  width: 100%;
  min-height: 52px;
  padding: 13px 18px;
  color: #ffffff;
  background: var(--interactive);
  border: 1px solid var(--interactive);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 750;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.inquiry-button:hover:not(:disabled) {
  background: var(--interactive-hover);
  border-color: var(--interactive-hover);
  transform: translateY(-1px);
}

.inquiry-button.inquiry-button--added,
.inquiry-button.inquiry-button--added:hover {
  background: #496c54;
  border-color: #496c54;
  animation: inquiry-button-confirm 280ms ease-out;
}

@keyframes inquiry-button-confirm {
  0%,
  100% {
    transform: scale(1);
  }

  55% {
    transform: scale(0.985);
  }
}

.inquiry-button:disabled {
  color: #737b75;
  background: #d8ddd8;
  border-color: #d8ddd8;
  cursor: not-allowed;
}

.inquiry-feedback {
  min-height: 22px;
  margin: 9px 0 0;
  color: var(--interactive);
  font-size: 0.78rem;
}

.product-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  margin: 4px 0 0;
  padding-top: 14px;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  font-size: 0.7rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.product-trust-row span {
  white-space: nowrap;
}

.product-trust-row span + span::before {
  margin: 0 9px;
  color: #8d9890;
  content: "\00b7";
}

/* Static information pages */

.static-page {
  padding-block: clamp(64px, 8vw, 100px) var(--space-2xl);
}

.static-page__header {
  max-width: 900px;
  padding-bottom: var(--space-xl);
  border-bottom: 1px solid var(--border-strong);
}

.static-page h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  text-wrap: balance;
}

.static-page__lead {
  max-width: 720px;
  margin: var(--space-md) 0 0;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

.static-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: clamp(48px, 8vw, 108px);
  padding-top: var(--space-xl);
}

.static-page__content {
  min-width: 0;
  max-width: 760px;
}

.static-page__content > p {
  margin: 0 0 var(--space-md);
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.about-page .static-page__header {
  max-width: 1080px;
}

.about-page h1 {
  max-width: 1000px;
  font-size: clamp(2.9rem, 5.8vw, 4.75rem);
  letter-spacing: -0.032em;
  line-height: 1;
}

.capabilities {
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border-strong);
}

.capabilities h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 var(--space-lg);
  margin: var(--space-md) 0 0;
  padding: 0;
  list-style: none;
}

.capability-list li {
  min-width: 0;
  padding: 13px 0;
  border-top: 1px solid var(--border);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.static-page__aside {
  min-width: 0;
  align-self: start;
  display: grid;
  gap: 4px;
  padding-left: var(--space-md);
  border-left: 1px solid var(--border);
}

.static-page__aside .metadata-label {
  margin-bottom: 4px;
}

.research-notice {
  margin: 0;
  padding: var(--space-md) 0 var(--space-md) var(--space-md);
  color: var(--text-muted);
  border-left: 3px solid var(--interactive);
  line-height: 1.7;
}

.research-notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
}

.research-notice p {
  margin: 0;
}

.disclaimer-content {
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--border);
}

.disclaimer-page .disclaimer-content {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.disclaimer-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.disclaimer-content > p:last-child {
  margin: var(--space-md) 0 0;
  color: var(--text-muted);
  line-height: 1.8;
}

/* Quote List */

.cart-page {
  padding-block: clamp(56px, 7vw, 84px) var(--space-2xl);
}

.cart-heading {
  max-width: 820px;
  margin-bottom: var(--space-xl);
}

.cart-heading h1 {
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-wrap: balance;
}

.cart-heading > p:last-child {
  max-width: 680px;
  margin: var(--space-md) 0 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.72fr);
  align-items: start;
  gap: clamp(28px, 4vw, 50px);
}

.cart-list-panel,
.cart-summary {
  min-width: 0;
}

.cart-list-panel {
  padding-top: var(--space-md);
  border-top: 1px solid var(--border-strong);
}

.cart-list-panel > h2,
.cart-summary > h2 {
  margin: 0 0 var(--space-md);
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.cart-items {
  display: grid;
}

.cart-item {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: var(--space-md);
  padding-block: var(--space-md);
  border-top: 1px solid var(--border);
}

.cart-item:first-child {
  border-top: 0;
}

.cart-item__information h3 {
  margin: 0 0 7px;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
}

.cart-item__specification,
.cart-item__sku {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.cart-item__sku {
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
}

.cart-remove-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 0;
  color: var(--danger);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0.74rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-item__pricing {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 14px;
}

.cart-item__amount,
.cart-item__quantity {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.cart-item__amount > span,
.cart-item__quantity > span {
  color: var(--text-muted);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cart-item__amount strong {
  overflow-wrap: anywhere;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.cart-item__amount--subtotal strong {
  font-size: 0.92rem;
}

.cart-quantity-selector {
  width: fit-content;
  display: grid;
  grid-template-columns: 38px 40px 38px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
}

.cart-quantity-selector button,
.cart-quantity-selector span {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 0;
}

.cart-quantity-selector button {
  color: var(--text);
  background: transparent;
  cursor: pointer;
}

.cart-quantity-selector button:hover:not(:disabled) {
  color: #ffffff;
  background: var(--interactive);
}

.cart-quantity-selector button:disabled {
  color: #9da59f;
  cursor: not-allowed;
}

.cart-quantity-selector span {
  border-inline: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 0.72rem;
}

.cart-summary {
  position: sticky;
  top: 96px;
  padding: var(--space-md);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
}

.cart-summary .metadata-label {
  margin-bottom: 8px;
}

.cart-summary dl {
  margin: 0;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
  padding-block: 11px;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  font-size: 0.78rem;
}

.cart-summary-row dd {
  margin: 0;
  color: var(--text);
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.cart-summary-row--total {
  align-items: baseline;
}

.cart-summary-row--total dd {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
}

.cart-actions {
  display: grid;
  gap: 8px;
}

.cart-action {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.35;
  transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease;
}

.cart-action--whatsapp {
  color: #ffffff;
  background: var(--interactive);
  border-color: var(--interactive);
}

.cart-action--whatsapp:hover:not(:disabled) {
  background: var(--interactive-hover);
  border-color: var(--interactive-hover);
}

.cart-action--telegram {
  color: var(--interactive);
  background: transparent;
  border-color: var(--border-strong);
}

.cart-action--telegram:hover:not(:disabled) {
  color: var(--interactive-hover);
  background: #f0f3ef;
  border-color: #89968c;
}

.cart-action:disabled {
  color: #7d857f;
  background: #dfe3df;
  border-color: #dfe3df;
  cursor: not-allowed;
}

.cart-action-feedback {
  min-height: 20px;
  margin: 8px 0 0;
  color: var(--danger);
  font-size: 0.74rem;
  line-height: 1.5;
}

.cart-summary-support {
  margin: 12px 0 0;
  padding-top: 12px;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
  font-size: 0.7rem;
  line-height: 1.5;
}

.cart-empty {
  padding: var(--space-xl) var(--space-md);
  text-align: left;
  border-block: 1px solid var(--border);
}

.cart-empty h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 500;
}

.cart-empty p {
  margin: 10px 0 var(--space-md);
  color: var(--text-muted);
}

.empty-cart-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  color: #ffffff;
  background: var(--interactive);
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.empty-cart-link:hover {
  background: var(--interactive-hover);
}

/* Footer */

.site-footer {
  padding-top: var(--space-xl);
  color: #c2cbc4;
  background: var(--brand-strong);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.55fr) repeat(3, minmax(130px, 0.65fr));
  gap: clamp(28px, 5vw, 68px);
  padding-bottom: var(--space-xl);
}

.footer-brand strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.footer-brand p {
  max-width: 340px;
  margin: 11px 0 0;
  color: #97a49b;
  font-size: 0.78rem;
  line-height: 1.65;
}

.footer-nav {
  display: grid;
  align-content: start;
  gap: 3px;
}

.footer-nav strong {
  margin-bottom: 8px;
  color: #e6ebe7;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #9eaaa1;
  font-size: 0.78rem;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.footer-legal a {
  color: #8d9a91;
  text-decoration: underline;
  text-decoration-color: rgba(141, 154, 145, 0.55);
  text-underline-offset: 3px;
}

.footer-legal a:hover {
  color: #c5cec7;
}

.footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding-block: 12px;
  color: #77847b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.68rem;
  line-height: 1.5;
}

/* Responsive */

@media (min-width: 600px) {
  .category-options {
    gap: 8px;
  }

  .category-button {
    min-height: 46px;
    padding: 9px 12px;
    font-size: 0.76rem;
  }

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

  .product-card__primary-link {
    min-height: 220px;
    grid-template-columns: minmax(118px, 0.78fr) minmax(0, 1.22fr);
  }

  .product-card__image-wrap {
    min-height: 220px;
    padding: 14px;
  }
}

@media (min-width: 721px) {
  .product-visual {
    padding: 26px;
  }
}

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

  .product-card__image-wrap {
    height: 220px;
    padding: 7px;
  }

  .product-card__body {
    padding: 14px 16px 13px;
  }

  .product-card__metadata {
    gap: 3px 14px;
    margin-top: 11px;
    font-size: 0.69rem;
  }

  .product-card__sku {
    letter-spacing: 0.015em;
  }

  .product-card__price {
    margin-top: 14px;
    font-size: 0.84rem;
    font-weight: 760;
  }
}

@media (max-width: 1040px) {
  .page-shell,
  .nav-shell {
    width: min(calc(100% - 40px), 1240px);
  }

  .site-nav a {
    padding-inline: 9px;
  }

  .site-nav a::after {
    right: 9px;
    left: 9px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 36px;
  }

  .cart-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.75fr);
  }

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

@media (max-width: 860px) {
  .service-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-proof__item:nth-child(3) {
    border-left: 0;
  }

  .service-proof__item:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-lg);
  }

  .hero-index {
    padding: var(--space-md) 0 0;
    border-top: 1px solid rgba(222, 231, 224, 0.24);
    border-left: 0;
  }

  .hero-index ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-index li {
    grid-template-columns: 26px minmax(0, 1fr);
    padding: 12px;
    border-top: 0;
    border-left: 1px solid rgba(222, 231, 224, 0.16);
  }

  .hero-index li:first-child {
    border-left: 0;
  }

  .hero-index li:last-child {
    border-bottom: 0;
  }

  .catalog-controls,
  .section-heading,
  .corporate-grid,
  .quality-supply__layout,
  .static-page__layout,
  .cart-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-heading {
    align-items: start;
    gap: var(--space-md);
  }

  .business-support-panel,
  .static-page__aside {
    padding: var(--space-lg) 0 0;
    border-top: 1px solid var(--border-strong);
    border-left: 0;
  }

  .product-detail {
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
    gap: 30px;
  }

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

  .cart-summary {
    position: static;
  }

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

@media (max-width: 720px) {
  .page-shell,
  .nav-shell {
    width: min(calc(100% - 32px), 1240px);
  }

  .nav-shell {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 16px;
    padding-top: 10px;
  }

  .brand {
    min-height: 44px;
  }

  .brand__descriptor {
    margin-top: 3px;
    font-size: 0.52rem;
  }

  .quote-nav-link {
    grid-column: 2;
    grid-row: 1;
    min-height: 44px;
    padding-inline: 10px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav a {
    min-width: 0;
    min-height: 44px;
    justify-content: center;
    padding-inline: 4px;
    font-size: 0.72rem;
  }

  .site-nav a::after {
    right: 8px;
    bottom: 4px;
    left: 8px;
  }

  .catalog-section {
    scroll-margin-top: 110px;
  }

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

  .product-visual {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .quote-cta__layout {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: var(--space-md);
  }

  .quote-cta .button {
    width: 100%;
  }

  .cart-item__pricing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 14px;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 599px) {
  .hero-layout {
    min-height: 0;
    padding-block: 46px 42px;
  }

  .catalog-hero::before {
    inset: 0 0 0 24%;
    opacity: 0.04;
  }

  .catalog-hero h1 {
    font-size: clamp(2.65rem, 13.5vw, 3.6rem);
    line-height: 0.98;
  }

  .catalog-hero__summary {
    font-size: 0.96rem;
  }

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

  .hero-actions .button {
    padding-inline: 10px;
    font-size: 0.78rem;
  }

  .hero-index {
    display: none;
  }

  .catalog-section,
  .static-page,
  .cart-page,
  .product-detail-page {
    padding-bottom: 72px;
  }

  .section-heading h2 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .catalog-controls {
    gap: var(--space-md);
  }

  .category-options {
    gap: 5px;
  }

  .category-button {
    min-height: 36px;
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  .catalog-results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .catalog-results-heading > p:last-child {
    text-align: left;
  }

  .service-proof__item {
    padding: 17px 14px;
  }

  .service-proof__item p {
    font-size: 0.69rem;
  }

  .product-card__primary-link {
    min-height: 168px;
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .product-card__image-wrap {
    min-height: 168px;
    padding: 10px;
    border-right: 1px solid var(--border);
    border-bottom: 0;
  }

  .product-card__body {
    padding: 13px 14px;
  }

  .product-card h3 {
    font-size: 1.12rem;
  }

  .product-card__category {
    margin-top: 5px;
  }

  .product-card__metadata {
    display: grid;
    gap: 1px;
    margin-top: 8px;
  }

  .product-card__price {
    margin-top: 9px;
    font-size: 0.76rem;
  }

  .product-card__link {
    min-height: 44px;
    margin-top: auto;
    padding-top: 7px;
    font-size: 0.72rem;
  }

  .company-preview h2,
  .business-support-panel h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .quality-supply__row {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .quality-supply__row dd {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

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

  .static-page h1,
  .cart-heading h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .product-info h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .product-trust-row {
    column-gap: 12px;
  }

  .product-trust-row span + span::before {
    margin: 0;
    content: "";
  }

  .purchase-controls {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: var(--space-md);
  }

  .quantity-selector {
    grid-template-columns: 44px 58px 44px;
  }

  .quantity-selector button,
  .quantity-selector input {
    min-height: 44px;
  }

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

  .cart-item__amount--subtotal {
    grid-column: 1 / -1;
    padding-top: 10px;
    border-top: 1px solid var(--border);
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-lg) var(--space-md);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 390px) {
  .page-shell,
  .nav-shell {
    width: min(calc(100% - 24px), 1240px);
  }

  .brand__name {
    font-size: 1.05rem;
  }

  .brand__descriptor {
    font-size: 0.49rem;
  }

  .quote-nav-link {
    gap: 6px;
    padding-inline: 8px;
    font-size: 0.76rem;
  }

  .quote-nav-icon {
    width: 17px;
    height: 17px;
  }

  .site-nav a {
    font-size: 0.67rem;
  }

  .catalog-hero h1 {
    font-size: clamp(2.55rem, 13.2vw, 3.25rem);
  }

  .product-card__primary-link {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .category-button {
    font-size: 0.67rem;
  }
}

@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;
  }
}
