:root {
  --ink: #121315;
  --ink-soft: #2a2c30;
  --paper: #f4f1e9;
  --white: #ffffff;
  --line: #d9d4c9;
  --muted: #676760;
  --gold: #c89637;
  --gold-light: #e8c36d;
  --gold-deep: #986718;
  --green: #2e7655;
  --shell: 1280px;
  --shadow: 0 18px 50px rgba(18, 19, 21, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  border-radius: 0;
}

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

button,
select {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3.2rem, 7.2vw, 7.4rem);
}

h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
}

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  font-weight: 800;
}

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

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 36px;
  padding: 7px 24px;
  background: var(--ink);
  color: #f6f2e9;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.announcement a {
  color: var(--gold-light);
  font-weight: 800;
}

.site-header {
  position: relative;
  z-index: 30;
  background: var(--white);
}

.header-main {
  display: grid;
  grid-template-columns: 220px minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  min-height: 104px;
}

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

.brand-crop {
  position: relative;
  display: block;
  width: 205px;
  height: 78px;
  overflow: hidden;
}

.brand-crop img {
  position: absolute;
  top: -21px;
  left: 0;
  width: 205px;
  max-width: none;
}

.header-search {
  display: flex;
  height: 48px;
  border: 1px solid #ccc8bd;
  background: #faf9f6;
}

.header-search:focus-within {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(200, 150, 55, 0.15);
}

.header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 16px;
  background: transparent;
  color: var(--ink);
}

.header-search button {
  border: 0;
  padding: 0 20px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.header-contact a {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.contact-label {
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-contact strong {
  margin-top: 5px;
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.cart-link {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 8px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-link > span:first-child {
  grid-row: 1 / 3;
  font-size: 2rem;
  transform: rotate(180deg);
}

.cart-link b {
  position: absolute;
  top: -14px;
  left: 19px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--gold);
  font-size: 0.68rem;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
}

.category-nav {
  background: var(--ink);
  color: var(--white);
  border-bottom: 3px solid var(--gold);
}

.category-nav .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
}

.category-nav a {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 9px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.category-nav a:hover,
.category-nav a:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.service-ribbon {
  background: #ece9e1;
  border-bottom: 1px solid #d9d4c9;
}

.service-ribbon .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.service-ribbon a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 78px;
  padding: 12px 18px;
  border-left: 1px solid #d6d0c3;
}

.service-ribbon a:last-child {
  border-right: 1px solid #d6d0c3;
}

.service-ribbon a > span:first-child {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #aaa295;
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 900;
}

.service-ribbon a > span:last-child {
  display: flex;
  flex-direction: column;
}

.service-ribbon strong {
  font-size: 0.79rem;
  letter-spacing: -0.01em;
}

.service-ribbon small {
  color: #66635e;
  font-size: 0.73rem;
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 35%;
  background:
    linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0.82) 18%, rgba(18, 19, 21, 0.24) 70%),
    linear-gradient(0deg, rgba(18, 19, 21, 0.35), rgba(18, 19, 21, 0.05)),
    url("assets/hero-kitchen-background.webp") right center / cover no-repeat;
  filter: saturate(0.62) contrast(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(200, 150, 55, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(200, 150, 55, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 60%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
  padding-block: 70px 54px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--gold-light);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(4.25rem, 8.6vw, 8.7rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 28px;
  color: #d8d7d2;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: var(--gold-light);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: var(--white);
  color: var(--ink);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.button-outline {
  border-color: #b9b4aa;
  background: transparent;
  color: var(--ink);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 36px;
  max-width: 900px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #cbc9c2;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-points span {
  margin-right: 7px;
  color: var(--gold-light);
}

.operator-strip {
  background: var(--gold);
}

.operator-strip .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.operator-strip div div {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
  border-right: 1px solid rgba(18, 19, 21, 0.23);
}

.operator-strip div div:first-child {
  border-left: 1px solid rgba(18, 19, 21, 0.23);
}

.operator-strip strong {
  font-size: 0.76rem;
  letter-spacing: 0.09em;
}

.operator-strip span {
  font-size: 0.75rem;
}

.section {
  padding-block: 92px;
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-weight: 850;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: 40px;
}

.split-heading > p,
.split-heading > a {
  max-width: 480px;
  margin: 0 0 6px auto;
  color: var(--muted);
}

.text-link {
  color: var(--ink) !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--gold-deep) !important;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.category-card {
  --cat: #b88a36;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 235px;
  overflow: hidden;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f8f6f0;
  transition: background 180ms ease, color 180ms ease;
}

.category-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(18, 19, 21, 0.08) 100%);
  pointer-events: none;
}

.category-card:hover,
.category-card:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.category-card:hover .category-media img,
.category-card:focus-visible .category-media img {
  transform: scale(1.04);
  filter: brightness(0.52) saturate(0.8);
}

.category-index {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.category-media {
  position: absolute;
  inset: 0;
  display: block;
}

.category-media img {
  width: 100%;
  height: 100%;
  padding: 22px 30px 42px;
  object-fit: contain;
  background: #f8f6f0;
  transition: transform 220ms ease, filter 180ms ease;
}

.category-name {
  position: relative;
  z-index: 2;
  align-self: end;
  max-width: 175px;
  font-size: 1.03rem;
  font-weight: 900;
}

.category-arrow {
  position: relative;
  z-index: 2;
  align-self: end;
  justify-self: end;
  color: var(--cat);
  font-size: 1.35rem;
}

[data-category="bakery-equipment"] { --cat: #c18a2e; }
[data-category="butcher-equipment"] { --cat: #98463d; }
[data-category="cooking-equipment"] { --cat: #ca5b2d; }
[data-category="dishwashing"] { --cat: #3f86a0; }
[data-category="food-preparation"] { --cat: #5a8b60; }
[data-category="food-warmers"] { --cat: #a45f31; }
[data-category="commercial-refrigeration"] { --cat: #48779d; }
[data-category="sinks-faucets"] { --cat: #4b8790; }
[data-category="smallwares"] { --cat: #776b91; }
[data-category="worktables-storage"] { --cat: #687078; }
[data-category="used-equipment"] { --cat: #a18448; }

.story-band {
  background: var(--ink);
  color: var(--white);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 620px;
}

.story-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 40px;
  background:
    linear-gradient(0deg, rgba(18, 19, 21, 0.78), rgba(18, 19, 21, 0.08)),
    url("assets/social-preview.webp") right center / cover no-repeat;
  filter: saturate(0.7);
}

.story-image::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.story-image span {
  position: relative;
  z-index: 1;
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.15;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(40px, 7vw, 100px);
}

.story-copy h2 {
  max-width: 720px;
  margin-bottom: 26px;
}

.story-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #c9c8c3;
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 15px 0 35px;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-bottom: 12px;
  border-bottom: 1px solid #393b40;
}

.check-list li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--gold-light);
}

.light-link {
  color: var(--gold-light) !important;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-image-link {
  display: block;
}

.product-art {
  --cat: #a17c39;
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: #f3f1eb;
}

.product-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-card:hover .product-photo {
  transform: scale(1.035);
}

.art-model,
.art-condition {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.art-model {
  left: 15px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.9);
}

.art-condition {
  right: 15px;
  padding: 4px 7px;
  background: var(--ink);
  color: var(--white);
}

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

.product-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 15px 0 10px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.product-card h3 a:hover {
  color: var(--gold-deep);
}

.availability {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.product-card-actions {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e3dfd6;
}

.product-card-actions > div {
  display: flex;
  flex-direction: column;
}

.product-card-actions small {
  color: var(--muted);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.product-card-actions strong {
  font-size: 1.05rem;
}

.product-card-actions button {
  min-height: 38px;
  border: 1px solid var(--ink);
  padding: 0 12px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card-actions button:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

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

.centered-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered-heading p:last-child {
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfc9bc;
  border-left: 1px solid #cfc9bc;
  list-style: none;
}

.process-grid li {
  min-height: 280px;
  padding: 26px;
  border-right: 1px solid #cfc9bc;
  border-bottom: 1px solid #cfc9bc;
}

.process-grid li > span,
.values-grid article > span,
.delivery-grid > div > span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.process-grid h3 {
  margin: 80px 0 14px;
  font-size: 1.2rem;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.brand-band {
  padding-block: 38px;
  background: var(--white);
  border-block: 1px solid var(--line);
}

.brand-band p {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 24px;
}

.brand-row span {
  color: #4d4f52;
  font-size: clamp(0.92rem, 2vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.contact-cta {
  padding-block: 70px;
  background: var(--gold);
}

.contact-cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  align-items: center;
  gap: 45px;
}

.contact-cta .eyebrow {
  color: #62440e;
}

.contact-cta h2 {
  margin: 0;
}

.contact-cta-grid > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}

.contact-cta-grid > div:nth-child(2) a {
  width: fit-content;
  font-size: 1.05rem;
  font-weight: 900;
}

.contact-cta-grid > div:nth-child(2) p {
  max-width: 420px;
  margin: 12px 0 0;
  font-size: 0.8rem;
}

.site-footer {
  padding-top: 70px;
  background: var(--ink);
  color: #d8d7d1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.65fr);
  gap: 60px;
}

.footer-crown {
  display: inline-block;
  color: var(--gold-light);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.footer-brand p {
  max-width: 400px;
  margin: 18px 0 22px;
  color: #a8a7a1;
}

.footer-brand a {
  display: block;
  width: fit-content;
  margin-top: 5px;
  font-weight: 800;
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.77rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #a8a7a1;
  font-size: 0.86rem;
  list-style: none;
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-grid address {
  margin-top: 20px;
  color: #a8a7a1;
  font-size: 0.82rem;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  padding-block: 22px;
  border-top: 1px solid #383a3f;
  color: #777872;
  font-size: 0.7rem;
}

/* Category pages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 84px;
  background: var(--ink);
  color: var(--white);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    linear-gradient(90deg, var(--gold) 1px, transparent 1px),
    linear-gradient(var(--gold) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}

.page-hero .shell {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 6.8vw, 6.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: #c9c8c3;
  font-size: 1.08rem;
}

.category-page-hero {
  --cat: var(--gold);
  background:
    radial-gradient(circle at 86% 35%, color-mix(in srgb, var(--cat) 28%, transparent), transparent 29%),
    var(--ink);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 48px;
  color: #a9a8a3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--gold-light);
}

.category-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 80px;
  align-items: end;
}

.category-use-cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #55575b;
  border-left: 1px solid #55575b;
}

.category-use-cases span {
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  border-right: 1px solid #55575b;
  border-bottom: 1px solid #55575b;
  font-size: 0.79rem;
  font-weight: 800;
}

.category-use-cases b {
  color: var(--cat);
  font-size: 0.65rem;
}

.catalogue-section {
  min-height: 800px;
}

.catalogue-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 46px;
}

.catalogue-filter {
  align-self: start;
  padding: 24px;
  background: var(--paper);
  border-top: 4px solid var(--gold);
}

.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 900;
}

.filter-heading small {
  color: var(--muted);
  font-size: 0.68rem;
}

.catalogue-filter label,
.contact-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  color: #454640;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalogue-filter input,
.catalogue-filter select,
.catalogue-toolbar select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.page-search input {
  width: 100%;
  min-height: 45px;
  border: 1px solid #c8c2b6;
  outline: 0;
  padding: 10px 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.88rem;
  letter-spacing: 0;
  text-transform: none;
}

.catalogue-filter input:focus,
.catalogue-filter select:focus,
.catalogue-toolbar select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.page-search input:focus {
  border-color: var(--gold-deep);
  box-shadow: 0 0 0 3px rgba(200, 150, 55, 0.14);
}

.filter-note {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.filter-note strong {
  font-size: 0.86rem;
}

.filter-note p {
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.filter-note a {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.catalogue-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.catalogue-toolbar p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.catalogue-toolbar select {
  min-width: 220px;
}

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

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 45px;
}

.pagination a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  font-size: 0.79rem;
  font-weight: 900;
}

.pagination a.active,
.pagination a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.empty-state,
.empty-cart {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px;
  background: var(--paper);
  text-align: center;
}

.empty-state > span,
.empty-cart > span {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid #bdb6a9;
  border-radius: 50%;
  color: var(--gold-deep);
  font-size: 2rem;
  font-weight: 900;
}

.empty-state h2,
.empty-cart h2 {
  margin: 20px 0 10px;
  font-size: 2rem;
}

.empty-state p,
.empty-cart p {
  max-width: 530px;
  color: var(--muted);
}

.empty-state button {
  border: 0;
  padding: 11px 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-help {
  padding-block: 65px;
  background: var(--gold);
}

.category-help .shell {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 44px;
}

.category-help h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
}

.category-help > .shell > p {
  margin: 0;
  font-size: 0.92rem;
}

/* Product detail */
.product-breadcrumb-wrap {
  padding-top: 35px;
}

.breadcrumbs-dark {
  margin-bottom: 0;
  color: var(--muted);
}

.breadcrumbs-dark a:hover {
  color: var(--gold-deep);
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 7vw, 90px);
  padding-block: 46px 85px;
}

.product-art-large {
  min-height: 590px;
  box-shadow: inset 0 0 0 1px var(--line);
}

.product-art-large .product-photo {
  padding: clamp(28px, 5vw, 60px);
}

.product-art-large .art-model,
.product-art-large .art-condition {
  bottom: 22px;
  font-size: 0.72rem;
}

.product-art-large .art-model {
  left: 24px;
}

.product-art-large .art-condition {
  right: 24px;
}

.product-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-inline: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-assurance span {
  padding: 14px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.68rem;
}

.product-assurance span:last-child {
  border-right: 0;
}

.product-summary {
  align-self: center;
}

.product-labels {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.product-labels span {
  padding: 6px 9px;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-labels span:last-child {
  background: #e5efe8;
  color: #275d44;
}

.product-summary h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 4.3vw, 4.6rem);
  font-weight: 900;
}

.product-intro {
  color: var(--muted);
  font-size: 1.05rem;
}

.product-price {
  display: flex;
  flex-direction: column;
  margin: 28px 0 22px;
  padding: 23px 0;
  border-block: 1px solid var(--line);
}

.product-price small {
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-price strong {
  font-size: 2.1rem;
}

.product-price strong span {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.product-price p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.product-highlights {
  display: grid;
  gap: 10px;
  margin: 0 0 27px;
  padding: 0;
  list-style: none;
}

.product-highlights li {
  font-size: 0.9rem;
}

.product-highlights li::before {
  content: "◆";
  margin-right: 10px;
  color: var(--gold);
  font-size: 0.62rem;
}

.add-to-quote {
  display: flex;
  gap: 10px;
}

.add-to-quote input {
  width: 70px;
  height: 50px;
  border: 1px solid var(--line);
  padding-inline: 12px;
}

.add-to-quote .button {
  flex: 1;
  border: 0;
}

.direct-inquiry {
  display: inline-block;
  margin-top: 17px;
  color: var(--gold-deep);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-info-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-block: 80px;
  border-top: 1px solid var(--line);
}

.product-info-grid h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3.2vw, 3.3rem);
}

.product-info-grid > div > p:last-child {
  color: var(--muted);
}

.spec-table {
  margin: 0;
  border-top: 1px solid var(--line);
}

.spec-table div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.spec-table dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.spec-table dd {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 800;
}

.delivery-band {
  padding-block: 50px;
  background: var(--paper);
}

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

.delivery-grid > div {
  min-height: 170px;
  padding: 24px 35px;
  border-right: 1px solid var(--line);
}

.delivery-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.delivery-grid h3 {
  margin: 40px 0 8px;
  font-size: 1.05rem;
}

.delivery-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

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

/* Cart and search */
.compact-page-hero {
  padding-block: 65px;
}

.compact-page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 50px;
  align-items: start;
}

.cart-line {
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr) 70px 110px;
  gap: 22px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line-art .product-art {
  min-height: 130px;
}

.cart-line-art .art-mark {
  font-size: 3.3rem;
}

.cart-line-art .art-condition {
  display: none;
}

.cart-line-copy > p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 800;
}

.cart-line-copy h2 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.cart-line-copy > span {
  color: var(--green);
  font-size: 0.72rem;
}

.cart-line-copy button,
.clear-cart {
  display: block;
  width: fit-content;
  margin-top: 9px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #8a4b43;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: underline;
}

.cart-quantity {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 0.68rem;
}

.cart-quantity input {
  width: 65px;
  height: 42px;
  border: 1px solid var(--line);
  padding: 8px;
}

.cart-line-total {
  text-align: right;
}

.clear-cart {
  margin-top: 18px;
}

.quote-summary {
  position: sticky;
  top: 20px;
  padding: 28px;
  background: var(--paper);
  border-top: 4px solid var(--gold);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.84rem;
}

.summary-note {
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.quote-summary .button {
  width: 100%;
  margin-top: 9px;
}

.phone-line {
  display: block;
  margin-top: 16px;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

.empty-cart {
  grid-column: 1 / -1;
}

.page-search {
  display: flex;
  max-width: 760px;
  margin-top: 28px;
}

.page-search input {
  min-height: 54px;
  border: 0;
}

.page-search button {
  border: 0;
  padding-inline: 24px;
  background: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-count {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}

.search-count p {
  margin: 0;
}

.search-categories {
  margin-top: 80px;
  padding: 35px;
  background: var(--paper);
}

.search-categories h2 {
  font-size: 1.7rem;
}

.search-categories > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-categories a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 0.75rem;
  font-weight: 800;
}

/* Contact and information pages */
.contact-page-hero {
  padding-block: 95px;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: end;
}

.contact-direct {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #55575b;
  border-top: 4px solid var(--gold);
}

.contact-direct span {
  margin-bottom: 22px;
  color: #a9a8a3;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-direct a {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 85px;
}

.contact-layout > div > h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
}

.contact-intro {
  max-width: 700px;
  color: var(--muted);
}

.contact-form {
  margin-top: 35px;
}

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

.contact-form textarea {
  resize: vertical;
}

.form-help,
.form-notice {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.72rem;
}

.form-notice {
  color: var(--green);
  font-weight: 800;
}

.contact-aside {
  display: grid;
  gap: 20px;
  align-self: start;
}

.address-card {
  padding: 30px;
  background: var(--gold);
}

.address-card h2 {
  font-size: 1.6rem;
}

.address-card address {
  margin: 18px 0 25px;
  font-style: normal;
}

.address-card > a {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prep-card {
  padding: 30px;
  background: var(--paper);
}

.prep-card h3 {
  font-size: 1.15rem;
}

.prep-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.narrow-hero {
  max-width: 1020px;
}

.about-hero,
.financing-hero {
  padding-block: 115px;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.editorial-grid h2 {
  font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.editorial-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.values-section {
  padding-block: 70px;
  background: var(--paper);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.values-grid article {
  min-height: 260px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values-grid h2 {
  margin: 85px 0 10px;
  font-size: 1.35rem;
}

.values-grid p {
  color: var(--muted);
  font-size: 0.88rem;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.about-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.finance-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.finance-grid > div > h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.finance-grid > div > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: var(--muted);
}

.finance-grid ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.finance-grid li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.finance-grid li > span {
  color: var(--gold-deep);
  font-size: 0.74rem;
  font-weight: 900;
}

.finance-grid h3 {
  margin-bottom: 7px;
  font-size: 1.15rem;
}

.finance-grid li p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.legal-note {
  margin-bottom: 80px;
  padding: 25px;
  background: var(--paper);
  color: var(--muted);
  font-size: 0.82rem;
}

.legal-copy {
  max-width: 880px;
}

.legal-copy h2 {
  margin-top: 38px;
  font-size: 1.45rem;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

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

.legal-copy a {
  color: var(--gold-deep);
  font-weight: 800;
}

.offline-loading {
  display: grid;
  min-height: 100vh;
  place-items: center;
  background: var(--ink);
  color: var(--gold-light);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offline-loading p {
  margin: 0;
}

.offline-toast {
  position: fixed;
  z-index: 200;
  right: 24px;
  bottom: 24px;
  padding: 14px 18px;
  transform: translateY(28px);
  background: var(--ink);
  box-shadow: var(--shadow);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity 160ms ease, transform 160ms ease;
}

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

.category-filter-button {
  width: 100%;
  margin-top: 2px;
}

.offline-home-link {
  width: fit-content;
  margin-top: 24px;
}

@media (max-width: 1120px) {
  .header-main {
    grid-template-columns: 190px minmax(240px, 1fr) auto;
    gap: 18px;
  }

  .header-contact {
    display: none;
  }

  .brand-crop {
    width: 180px;
  }

  .brand-crop img {
    width: 180px;
    top: -17px;
  }

  .category-nav .shell {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .category-nav a {
    padding-inline: 13px;
  }

  .service-ribbon .shell {
    width: 100%;
  }

  .service-ribbon a {
    padding-inline: 12px;
  }

  .service-ribbon a > span:first-child {
    display: none;
  }

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

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

  .category-hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .category-use-cases {
    max-width: 650px;
    grid-template-columns: repeat(4, 1fr);
  }

  .category-use-cases span {
    min-height: 95px;
  }

  .catalogue-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 30px;
  }

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

  .contact-cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-cta-grid > .button {
    width: fit-content;
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(3, 0.7fr);
    gap: 35px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .announcement {
    justify-content: space-between;
    font-size: 0.65rem;
  }

  .header-main {
    grid-template-columns: 1fr auto auto;
    min-height: auto;
    padding-block: 8px 12px;
  }

  .brand-crop {
    width: 155px;
    height: 62px;
  }

  .brand-crop img {
    width: 155px;
    top: -17px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .cart-link > span:nth-child(2) {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .category-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: min(70vh, 580px);
    overflow-y: auto;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
  }

  .category-nav.is-open {
    display: block;
  }

  .category-nav .shell {
    display: grid;
    width: 100%;
    overflow: visible;
  }

  .category-nav a {
    min-height: 48px;
    padding-inline: 20px;
    border-bottom: 1px solid #323438;
  }

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

  .service-ribbon a {
    min-height: 64px;
    border-bottom: 1px solid #d6d0c3;
  }

  .hero,
  .hero-content {
    min-height: 610px;
  }

  .hero-photo {
    inset: 0;
    opacity: 0.58;
    background:
      linear-gradient(90deg, rgba(18, 19, 21, 0.95), rgba(18, 19, 21, 0.45)),
      linear-gradient(0deg, rgba(18, 19, 21, 0.78), transparent),
      url("assets/hero-kitchen-background.webp") right center / cover no-repeat;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 15vw, 6.5rem);
  }

  .hero-points {
    display: grid;
    gap: 10px;
  }

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

  .operator-strip div div {
    border-bottom: 1px solid rgba(18, 19, 21, 0.23);
  }

  .section {
    padding-block: 68px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .split-heading > p,
  .split-heading > a {
    margin-left: 0;
  }

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

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

  .story-image {
    min-height: 470px;
  }

  .story-copy {
    padding: 65px 35px;
  }

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

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

  .contact-cta-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

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

  .category-use-cases {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogue-layout {
    grid-template-columns: 1fr;
  }

  .catalogue-filter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }

  .filter-heading,
  .filter-note {
    grid-column: 1 / -1;
  }

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

  .category-help .shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .product-art-large {
    min-height: 520px;
  }

  .product-info-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

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

  .delivery-grid > div {
    min-height: auto;
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .delivery-grid h3 {
    margin-top: 20px;
  }

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

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .quote-summary {
    position: static;
  }

  .contact-hero-grid,
  .contact-layout,
  .editorial-grid,
  .finance-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout,
  .editorial-grid,
  .finance-grid {
    gap: 55px;
  }

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

  .values-grid article {
    min-height: 210px;
  }

  .values-grid h2 {
    margin-top: 55px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .announcement span {
    display: none;
  }

  .announcement {
    justify-content: center;
  }

  .header-main {
    gap: 10px;
  }

  .brand-crop {
    width: 135px;
    height: 58px;
  }

  .brand-crop img {
    width: 135px;
    top: -13px;
  }

  .service-ribbon .shell {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .service-ribbon .shell::-webkit-scrollbar {
    display: none;
  }

  .service-ribbon a {
    min-width: 235px;
  }

  .hero-content {
    padding-block: 55px 45px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 19vw, 5.4rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
  }

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

  .operator-strip div div {
    border-left: 1px solid rgba(18, 19, 21, 0.23);
  }

  .section {
    padding-block: 55px;
  }

  .category-grid,
  .product-grid,
  .category-product-grid,
  .process-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 205px;
  }

  .story-image {
    min-height: 360px;
  }

  .story-copy {
    padding: 55px 22px;
  }

  .product-art {
    min-height: 290px;
  }

  .process-grid li {
    min-height: 220px;
  }

  .process-grid h3 {
    margin-top: 50px;
  }

  .brand-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

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

  .footer-brand {
    grid-column: auto;
  }

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

  .page-hero {
    padding-block: 62px;
  }

  .page-hero h1 {
    font-size: clamp(2.9rem, 15vw, 4.4rem);
  }

  .breadcrumbs {
    margin-bottom: 35px;
  }

  .category-use-cases {
    grid-template-columns: 1fr 1fr;
  }

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

  .filter-heading,
  .filter-note {
    grid-column: auto;
  }

  .catalogue-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .catalogue-toolbar select {
    width: 100%;
  }

  .product-art-large {
    min-height: 400px;
  }

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

  .product-assurance span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-assurance span:last-child {
    border-bottom: 0;
  }

  .add-to-quote {
    flex-wrap: wrap;
  }

  .add-to-quote .button {
    flex-basis: calc(100% - 80px);
    padding-inline: 10px;
  }

  .spec-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cart-line {
    grid-template-columns: 100px 1fr;
    align-items: start;
  }

  .cart-line-art .product-art {
    min-height: 100px;
  }

  .cart-quantity {
    grid-column: 2;
  }

  .cart-line-total {
    grid-column: 2;
    text-align: left;
  }

  .page-search {
    flex-direction: column;
    gap: 8px;
  }

  .page-search button {
    min-height: 48px;
  }

  .search-count {
    flex-direction: column;
  }

  .contact-direct {
    padding: 22px;
  }

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

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

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