:root {
  --ci-red: #ed1b24;
  --ci-red-deep: #c8101a;
  --ci-red-dark: #8f0710;
  --ci-red-gradient: linear-gradient(135deg, var(--ci-red-dark) 0%, var(--ci-red-deep) 45%, var(--ci-red) 100%);
  --ci-red-gradient-horizontal: linear-gradient(90deg, var(--ci-red-dark) 0%, var(--ci-red-deep) 42%, var(--ci-red) 100%);
  --ci-red-gradient-vertical: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  --ci-white: #ffffff;
  --ci-red-soft: #fff5f6;
  --ci-red-line: #ffd6da;
  --ci-gold: var(--ci-white);
  --ci-green: #a90b14;
  --ci-ink: #1d1114;
  --red: var(--ci-red);
  --red-deep: var(--ci-red-deep);
  --red-soft: var(--ci-red-soft);
  --ink: var(--ci-ink);
  --muted: #6e555a;
  --line: var(--ci-red-line);
  --soft: #fff8f9;
  --gold: var(--ci-gold);
  --green: var(--ci-green);
  --shadow: 0 18px 44px rgba(18, 25, 35, 0.12);
  --shadow-soft: 0 10px 28px rgba(18, 25, 35, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans Thai", "Prompt", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-set { display: none; }
.container {
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}
main { overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  color: #fff;
  background: linear-gradient(90deg, var(--red-deep), var(--red));
  box-shadow: 0 12px 26px rgba(108, 6, 12, 0.18);
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1180px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
}
.brand {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  color: #fff;
  line-height: 0.86;
  text-transform: uppercase;
}
.brand span { font-size: 10px; font-weight: 900; }
.brand strong { margin-top: 3px; font-size: 27px; font-weight: 1000; }
.brand small { margin-top: 5px; font-size: 8px; font-weight: 800; }
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}
.nav-links a {
  position: relative;
  padding: 30px 0 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.nav-links a::after {
  position: absolute;
  left: 50%;
  bottom: 19px;
  width: 0;
  height: 3px;
  content: "";
  background: var(--gold);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width 160ms ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 32px; }
.nav-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.icon-button, .contact-button, .nav-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  cursor: pointer;
}
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 42px;
  padding: 4px 5px 4px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}
.language-switch > svg {
  flex: 0 0 auto;
  font-size: 18px;
}
.lang-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 32px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.88);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 1000;
}
.lang-option.active {
  color: var(--red);
  background: #fff;
}
.contact-button {
  gap: 8px;
  min-width: 128px;
  padding: 0 17px;
  color: var(--red);
  background: #fff;
  font-weight: 1000;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 43%, #f2fbf3 100%);
}
.hero::after {
  position: absolute;
  right: -4%;
  bottom: -72px;
  width: 72%;
  height: 150px;
  content: "";
  background: linear-gradient(90deg, #bd0610, var(--red));
  transform: skewY(-5deg);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
  min-height: 720px;
  padding: 70px 0 76px;
}
.hero-copy, .hero-visual, .photo-panel, .category-card, .product-card, .problem-card, .customer-grid article { min-width: 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 13px;
  font-weight: 1000;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 72px;
  font-weight: 1000;
  line-height: 0.92;
}
.hero-statement {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--red);
  font-size: 42px;
  font-weight: 1000;
  line-height: 1.05;
}
.lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: #2d3540;
  font-size: 17px;
  font-weight: 700;
}
.hero-statement, .lead, .section-head h2, .section-head p, .product-body p, .footer-line span {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.primary-button, .secondary-button, .outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 1000;
}
.primary-button {
  padding: 0 24px;
  border: 0;
  color: #fff;
  background: linear-gradient(180deg, var(--red), var(--red-deep));
  box-shadow: 0 14px 26px rgba(217, 14, 24, 0.25);
  cursor: pointer;
}
.secondary-button {
  padding: 0 22px;
  color: #1f2a38;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 34px;
}
.hero-metrics div {
  min-height: 88px;
  padding: 15px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.hero-metrics strong { display: block; color: var(--red); font-size: 25px; font-weight: 1000; }
.hero-metrics span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 800; }
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 450px;
}
.photo-panel {
  overflow: hidden;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.photo-panel img, .category-photo img, .product-photo img, .about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel-main { grid-row: 1 / 3; }
.panel-main img, .seafood img { object-position: 28% 36%; }
.panel-beef img, .beef img, .meat img { object-position: 84% 14%; }
.panel-greens img, .greens img, .vegetables img { object-position: 83% 52%; }
.fruits img { object-position: 68% 86%; }
.dry img, .pantry img { object-position: 93% 86%; }
.veg img { object-position: 39% 86%; }
.quality-badge {
  position: absolute;
  right: 166px;
  bottom: 26px;
  display: grid;
  place-items: center;
  width: 122px;
  height: 122px;
  padding: 16px;
  color: var(--red);
  text-align: center;
  background: var(--gold);
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.quality-badge strong, .quality-badge span { display: block; line-height: 1.1; }
.quality-badge strong { font-size: 14px; font-weight: 1000; }
.quality-badge span { font-size: 13px; font-weight: 900; }
.delivery-note {
  position: absolute;
  right: 28px;
  bottom: -28px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(300px, calc(100% - 56px));
  min-height: 76px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.delivery-note svg { flex: 0 0 auto; color: var(--red); font-size: 28px; }
.delivery-note strong { display: block; font-size: 15px; font-weight: 1000; }
.delivery-note span { display: block; color: var(--muted); font-size: 13px; font-weight: 800; }

.trust-band { color: #fff; background: linear-gradient(90deg, var(--red-deep), var(--red)); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid article {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 126px;
  padding: 26px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.trust-grid article:last-child { border-right: 0; }
.trust-grid svg { flex: 0 0 auto; font-size: 40px; }
.trust-grid h2, .trust-grid p { margin: 0; }
.trust-grid h2 { font-size: 18px; font-weight: 1000; }
.trust-grid p { margin-top: 4px; color: rgba(255, 255, 255, 0.82); font-size: 13px; font-weight: 800; }

.section { padding: 78px 0; }
.about { background: var(--soft); }
.ci-section,
.problem-section,
.landing-products,
.category-list-section {
  background: #fff;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}
.section-head h2, .process h2, .about h2, .contact-section h2, .quality-section h2, .faq-section h2 {
  margin: 0;
  max-width: 760px;
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.14;
}
.section-head p:not(.eyebrow), .process p, .about p, .contact-section p, .quality-section p, .faq-section p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}
.outline-link {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 17px;
  color: var(--red);
  background: #fff;
  border: 1px solid rgba(217, 14, 24, 0.35);
}
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.category-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 116px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}
.category-photo, .category-icon { width: 96px; height: 116px; }
.category-photo { overflow: hidden; background: #eef2f3; }
.category-icon { display: grid; place-items: center; color: #fff; }
.category-icon svg { font-size: 34px; }
.category-icon.red { background: var(--red); }
.category-icon.green { background: var(--green); }
.category-icon.ink { background: var(--ink); }
.category-icon.gold { color: var(--red); background: var(--gold); }
.category-card h3 { margin: 0; padding-right: 12px; font-size: 17px; font-weight: 1000; }
.category-card p { margin: 2px 0 0; color: var(--muted); font-size: 13px; font-weight: 800; }

.ci-section {
  background: linear-gradient(180deg, #fff 0%, #fff8f1 100%);
}

.ci-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: center;
}

.ci-section h2 {
  margin: 0;
  max-width: 680px;
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.14;
}

.ci-section p {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

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

.ci-chip {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 138px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.ci-chip > span {
  display: block;
  width: 64px;
  height: 84px;
  border: 6px solid #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 25, 35, 0.16);
}

.ci-red > span { background: var(--ci-red); }
.ci-gold > span { background: var(--ci-gold); }
.ci-green > span { background: var(--ci-green); }
.ci-ink > span { background: var(--ci-ink); }

.ci-chip strong,
.ci-chip em,
.ci-chip p {
  display: block;
}

.ci-chip strong {
  font-size: 18px;
  font-weight: 1000;
}

.ci-chip em {
  margin-top: 3px;
  color: var(--red);
  font-size: 13px;
  font-style: normal;
  font-weight: 1000;
}

.ci-chip p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.compact-head {
  align-items: flex-start;
  margin-bottom: 34px;
}

.problem-section {
  background: linear-gradient(180deg, #fff 0%, #f7faf7 100%);
}

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

.problem-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.problem-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--red);
  background: var(--red-soft);
  border-radius: 50%;
}

.problem-icon svg {
  font-size: 24px;
}

.problem-card h3 {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 1000;
  line-height: 1.22;
}

.problem-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.problem-card strong {
  display: block;
  margin-top: auto;
  padding-top: 20px;
  color: var(--green);
  font-size: 14px;
  font-weight: 1000;
}

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

.landing-products .category-card {
  min-height: 124px;
}

.landing-products .category-photo,
.landing-products .category-icon {
  height: 124px;
}

.product-showcase {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.product-feature {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 360px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.product-feature-photo {
  min-height: 360px;
  overflow: hidden;
  background: #eef2f3;
}

.product-feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 34% 48%;
}

.product-feature-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 30px;
}

.product-feature-body > span {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 10px;
  color: var(--red);
  background: var(--red-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

.product-feature-body h3 {
  margin: 14px 0 0;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.18;
}

.product-feature-body p {
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.product-feature-body ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.product-feature-body li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #2d3744;
  font-size: 14px;
  font-weight: 800;
}

.product-feature-body li svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--green);
}

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

.product-mini-card {
  display: grid;
  align-content: center;
  min-height: 74px;
  padding: 15px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.product-mini-card strong {
  display: block;
  font-size: 16px;
  font-weight: 1000;
}

.product-mini-card span {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-mini-card:hover,
.category-card:hover,
.problem-card:hover,
.customer-grid article:hover {
  border-color: rgba(217, 14, 24, 0.32);
  box-shadow: var(--shadow-soft);
}

.catalog-shop-section {
  background: #f8fafb;
}

.catalog-shop-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
}

.catalog-shop-head h2 {
  margin: 0;
  max-width: 760px;
  font-size: 42px;
  font-weight: 1000;
  line-height: 1.12;
}

.catalog-shop-head p:not(.eyebrow) {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.catalog-search {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 7px 7px 7px 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.catalog-search svg {
  color: var(--red);
  font-size: 21px;
}

.catalog-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
}

.catalog-search button {
  min-height: 40px;
  padding: 0 17px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 1000;
}

.catalog-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, 0.78fr);
  gap: 16px;
  margin-bottom: 18px;
}

.catalog-feature-card,
.catalog-quick-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.catalog-feature-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
}

.catalog-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: 38% 52%;
}

.catalog-feature-card div {
  display: grid;
  align-content: center;
  padding: 28px;
}

.catalog-feature-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.catalog-feature-card h3,
.catalog-quick-card strong {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.18;
}

.catalog-feature-card p,
.catalog-quick-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.catalog-quick-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #2a3544);
}

.catalog-quick-card p {
  color: rgba(255, 255, 255, 0.78);
}

.catalog-quick-card .primary-button {
  align-self: flex-start;
  margin-top: 24px;
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 16px 26px rgba(0, 0, 0, 0.18);
}

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

.catalog-aisle-card {
  scroll-margin-top: 112px;
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas:
    "icon meta"
    "icon title"
    "desc desc"
    "cta cta";
  gap: 4px 14px;
  min-height: 178px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.catalog-aisle-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--gold));
}

.catalog-aisle-card.featured::before,
.catalog-aisle-card.seafood::before,
.catalog-aisle-card.frozen::before,
.catalog-aisle-card.sauces::before {
  background: linear-gradient(90deg, var(--red), var(--red-deep));
}

.catalog-aisle-card.vegetables::before,
.catalog-aisle-card.herbs::before,
.catalog-aisle-card.bakery::before {
  background: linear-gradient(90deg, var(--green), #2abf63);
}

.catalog-aisle-card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 25, 32, 0.28);
  box-shadow: var(--shadow-soft);
}

.catalog-aisle-card .aisle-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
}

.catalog-aisle-card.vegetables .aisle-icon,
.catalog-aisle-card.herbs .aisle-icon,
.catalog-aisle-card.bakery .aisle-icon {
  background: var(--green);
}

.catalog-aisle-card.dairy .aisle-icon,
.catalog-aisle-card.fruits .aisle-icon,
.catalog-aisle-card.beverage .aisle-icon {
  color: var(--red);
  background: var(--gold);
}

.catalog-aisle-card.meat .aisle-icon,
.catalog-aisle-card.dry-goods .aisle-icon,
.catalog-aisle-card.imported .aisle-icon {
  background: var(--ink);
}

.catalog-aisle-card .aisle-icon svg {
  font-size: 25px;
}

.catalog-aisle-card small {
  grid-area: meta;
  align-self: end;
  color: var(--red);
  font-size: 12px;
  font-weight: 1000;
}

.catalog-aisle-card strong {
  grid-area: title;
  display: block;
  align-self: start;
  font-size: 21px;
  font-weight: 1000;
}

.catalog-aisle-card em {
  grid-area: desc;
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.catalog-aisle-card b {
  grid-area: cta;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 34px;
  margin-top: 14px;
  padding: 0 13px;
  color: var(--red);
  background: var(--red-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

.catalog-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.catalog-proof article {
  min-height: 96px;
  padding: 19px 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #263241);
  border-radius: 8px;
}

.catalog-proof article:nth-child(2) {
  background: linear-gradient(135deg, var(--red-deep), var(--red));
}

.catalog-proof article:nth-child(3) {
  color: var(--ink);
  background: var(--gold);
}

.catalog-proof strong,
.catalog-proof span {
  display: block;
}

.catalog-proof strong {
  font-size: 18px;
  font-weight: 1000;
}

.catalog-proof span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 800;
}

.product-supply-board {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  gap: 18px;
  align-items: stretch;
}

.product-feature-modern {
  min-height: 430px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 1)),
    linear-gradient(135deg, rgba(215, 25, 32, 0.16), rgba(247, 201, 72, 0.2));
  box-shadow: var(--shadow);
}

.product-feature-photo-modern {
  position: relative;
  min-height: 430px;
}

.product-feature-photo-modern::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(21, 28, 41, 0.02), rgba(21, 28, 41, 0.36));
  pointer-events: none;
}

.product-photo-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 168px;
  min-height: 70px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(21, 28, 41, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.product-photo-badge svg {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: 30px;
}

.product-photo-badge strong,
.product-photo-badge span {
  display: block;
  line-height: 1.1;
}

.product-photo-badge strong {
  font-size: 15px;
  font-weight: 1000;
}

.product-photo-badge span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.product-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.product-flow div {
  min-height: 78px;
  padding: 13px 14px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-flow strong {
  display: block;
  color: var(--red);
  font-size: 19px;
  font-weight: 1000;
}

.product-flow span {
  display: block;
  margin-top: 3px;
  color: #354150;
  font-size: 13px;
  font-weight: 900;
}

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

.product-order-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(21, 28, 41, 0.94), rgba(21, 28, 41, 0.88)),
    url("assets/fast/food-collage.jpg") center / cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-order-panel h3 {
  margin: 12px 0 0;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.18;
}

.product-order-panel p:not(.panel-kicker) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.product-order-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.product-order-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.product-order-panel .primary-button {
  align-self: flex-start;
  margin-top: 28px;
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.product-category-modern {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.product-category-modern .product-mini-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon type"
    "desc desc";
  gap: 3px 14px;
  align-content: start;
  min-height: 154px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border-color: rgba(21, 28, 41, 0.08);
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.product-category-modern .product-mini-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--gold));
  opacity: 0;
  transition: opacity 160ms ease;
}

.product-category-modern .product-mini-card:hover::before {
  opacity: 1;
}

.product-category-modern .mini-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  color: #fff;
  border-radius: 8px;
  font-weight: 900;
}

.product-category-modern .mini-icon svg {
  font-size: 24px;
}

.mini-icon.red { background: var(--red); }
.mini-icon.green { background: var(--green); }
.mini-icon.ink { background: var(--ink); }
.mini-icon.gold { color: var(--red); background: var(--gold); }

.product-category-modern .product-mini-card strong {
  grid-area: title;
  align-self: end;
  font-size: 17px;
}

.product-category-modern .product-mini-card small {
  grid-area: type;
  color: var(--red);
  font-size: 12px;
  font-weight: 1000;
}

.product-category-modern .product-mini-card em {
  grid-area: desc;
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.product-photo { height: 190px; overflow: hidden; background: #eef2f3; }
.product-body { padding: 18px 18px 20px; }
.product-body span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--red);
  background: var(--red-soft);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}
.product-body h3 { margin: 12px 0 0; font-size: 20px; font-weight: 1000; }
.product-body p { min-height: 48px; margin: 6px 0 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.product-body strong { display: block; margin-top: 14px; color: var(--green); font-size: 14px; font-weight: 1000; }

.quality-section {
  background: #f8fbf8;
}

.quality-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.quality-copy {
  min-width: 0;
}

.quality-photo {
  height: 260px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.quality-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 31% 48%;
}

.quality-board {
  display: grid;
  gap: 14px;
}

.quality-board article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 112px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.quality-board span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
}

.quality-board article:nth-child(even) span {
  color: var(--red);
  background: var(--gold);
}

.quality-board h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 1000;
}

.quality-board p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.process {
  color: #fff;
  background: linear-gradient(90deg, rgba(21, 28, 41, 0.94), rgba(21, 28, 41, 0.84)), url("assets/fast/food-collage.jpg") center / cover;
}
.process .eyebrow, .contact-section .eyebrow { color: var(--gold); }
.process p, .contact-section p { color: rgba(255, 255, 255, 0.82); }
.process-grid, .about-grid, .contact-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 50px;
  align-items: center;
}
.delivery-zones { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.delivery-zones span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}
.steps { display: grid; gap: 14px; }
.steps article {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 122px;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.steps strong { color: var(--red); font-size: 28px; font-weight: 1000; }
.steps h3 { margin: 0 0 5px; font-size: 19px; font-weight: 1000; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; }

.delivery-rounds {
  padding: 22px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
}

.delivery-rounds h3 {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 1000;
}

.round-row {
  display: grid;
  grid-template-columns: 86px 132px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(21, 28, 41, 0.16);
}

.round-row span,
.round-row strong,
.round-row em {
  display: block;
  min-width: 0;
}

.round-row span {
  color: var(--red);
  font-size: 13px;
  font-weight: 1000;
}

.round-row strong {
  font-size: 15px;
  font-weight: 1000;
}

.round-row em {
  color: #354150;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.customer-section {
  background: #fff;
}

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

.customer-grid article {
  min-height: 226px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.customer-grid svg {
  color: var(--red);
  font-size: 34px;
}

.customer-grid h3 {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 1000;
}

.customer-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.about-photo { height: 460px; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.about-photo img { object-position: 42% 56%; }
.check-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: #29323d; font-weight: 800; }
.check-list svg { flex: 0 0 auto; margin-top: 3px; color: var(--green); }

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 48px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 18px 20px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 1000;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex: 0 0 auto;
  content: "+";
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-section { color: #fff; background: linear-gradient(90deg, var(--red-deep), var(--red)); }
.contact-grid { align-items: start; }
.contact-list { display: grid; gap: 14px; margin-top: 28px; }
.contact-list p, .footer-line { display: flex; align-items: flex-start; gap: 12px; margin: 0; }
.contact-list svg, .footer-line svg { flex: 0 0 auto; margin-top: 3px; }
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}
.quote-form label { display: grid; gap: 7px; }
.quote-form .form-wide, .quote-form button { grid-column: 1 / -1; }
.quote-form span { color: #33404e; font-size: 14px; font-weight: 900; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(217, 14, 24, 0.1);
}
.quote-form .primary-button { width: 100%; }

.site-footer { background: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.78fr 1fr 1.28fr;
  gap: 42px;
  padding: 56px 0 42px;
}
.brand-footer { color: var(--red); }
.site-footer p, .site-footer a { color: #4d5664; font-size: 15px; font-weight: 700; }
.site-footer h2 { margin: 0 0 16px; font-size: 16px; font-weight: 1000; }
.site-footer div > a { display: block; margin-top: 10px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #2abf63;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 1000;
}
.socials a:nth-child(2) { background: #314f8b; }
.socials a:nth-child(3) { background: #d43f7c; }
.socials a:nth-child(4) { background: #697282; }
.footer-line { margin-bottom: 13px; }
.footer-line svg { color: var(--red); font-size: 18px; }
.copyright {
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  background: var(--red);
  font-size: 12px;
  font-weight: 700;
}

.floating-actions {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 40;
  display: grid;
  gap: 10px;
}

.floating-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 118px;
  height: 48px;
  padding: 0 15px;
  color: #fff;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(18, 25, 35, 0.22);
  font-size: 13px;
  font-weight: 1000;
}

.floating-button svg {
  flex: 0 0 auto;
  font-size: 20px;
}

.floating-call {
  background: linear-gradient(180deg, var(--red), var(--red-deep));
}

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

.floating-catalog {
  background: var(--green);
}

.floating-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(18, 25, 35, 0.26);
}

.page-hero {
  overflow: hidden;
  background:
    linear-gradient(90deg, #fff 0%, #fff 50%, #f2fbf3 100%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
  min-height: 430px;
  padding: 68px 0;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.page-breadcrumb strong {
  color: var(--red);
}

.page-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 60px;
  font-weight: 1000;
  line-height: 1;
}

.page-hero-photo {
  height: 330px;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 45%;
}

@media (max-width: 1100px) {
  .nav-wrap { gap: 16px; }
  .nav-links { gap: 13px; }
  .nav-links a { font-size: 13px; }
  .hero-grid, .process-grid, .about-grid, .contact-grid, .page-hero-grid, .quality-grid, .faq-grid, .ci-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; padding: 58px 0 70px; }
  .hero h1 { font-size: 64px; }
  .hero-statement { font-size: 36px; }
  .page-hero-grid { min-height: 0; padding: 54px 0; }
  .page-hero h1 { font-size: 52px; }
  .product-showcase, .product-supply-board { grid-template-columns: 1fr; }
  .product-category-modern { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .problem-grid, .customer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-shop-head,
  .catalog-feature-row {
    grid-template-columns: 1fr;
  }
  .catalog-aisle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .container, .nav-wrap { width: min(1180px, calc(100% - 36px)); }
  .site-header { position: relative; }
  .nav-wrap { flex-wrap: wrap; min-height: 76px; padding: 10px 0 0; }
  .brand { width: 100%; }
  .brand strong { font-size: 23px; }
  .nav-actions { order: 2; width: 100%; padding: 0 0 10px; }
  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 16px;
    scrollbar-width: none;
  }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 13px;
  }
  .nav-links a::after { display: none; }
  .nav-links a.active { color: var(--red); background: #fff; }
  .hero::after { width: 100%; height: 110px; bottom: -62px; }
  .hero h1 { font-size: 52px; }
  .hero-statement { font-size: 30px; }
  .page-hero h1 { font-size: 42px; }
  .page-hero-photo { height: 280px; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-visual { grid-template-columns: 1fr 1fr; min-height: 0; }
  .panel-main { grid-column: 1 / -1; min-height: 300px; }
  .panel-beef, .panel-greens { min-height: 160px; }
  .quality-badge { right: 22px; bottom: 136px; width: 104px; height: 104px; }
  .delivery-note { position: static; grid-column: 1 / -1; width: 100%; }
  .section { padding: 58px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-head h2, .process h2, .about h2, .contact-section h2, .quality-section h2, .faq-section h2, .ci-section h2 { font-size: 31px; }
  .product-feature { grid-template-columns: 1fr; }
  .product-feature-photo { min-height: 260px; }
  .product-feature-photo-modern { min-height: 320px; }
  .product-feature-body { padding: 24px; }
  .product-order-panel { min-height: 320px; }
  .product-category-modern { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ci-board { grid-template-columns: 1fr; }
  .catalog-proof { grid-template-columns: 1fr; }
  .quality-photo { height: 300px; }
  .catalog-aisle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-shop-head h2 {
    font-size: 31px;
  }
  .catalog-feature-card {
    grid-template-columns: 1fr;
  }
  .catalog-feature-card img {
    min-height: 240px;
  }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 104px; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .trust-grid article:last-child { border-bottom: 0; }
  .about-photo { height: 340px; }
  .quote-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 560px) {
  .container, .nav-wrap {
    width: min(360px, calc(100% - 28px));
    margin-left: 14px;
    margin-right: 14px;
  }
  .contact-button { flex: 1 1 auto; }
  .hero-grid { padding: 42px 0 56px; }
  .hero h1 { font-size: 38px; }
  .hero-statement { font-size: 25px; }
  .page-hero-grid { padding: 42px 0; }
  .page-hero h1 { font-size: 34px; }
  .page-hero-photo { height: 220px; }
  .product-feature-photo { min-height: 210px; }
  .product-feature-photo-modern { min-height: 250px; }
  .product-feature-body h3 { font-size: 23px; }
  .product-category-panel { grid-template-columns: 1fr; gap: 10px; }
  .product-mini-card { min-height: 64px; }
  .product-flow { grid-template-columns: 1fr; }
  .product-flow div { min-height: 62px; }
  .product-order-panel { min-height: 0; padding: 22px; }
  .product-order-panel h3 { font-size: 23px; }
  .product-order-panel .primary-button { align-self: stretch; }
  .product-category-modern .product-mini-card {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 136px;
    padding: 16px;
  }
  .product-category-modern .mini-icon {
    width: 44px;
    height: 44px;
  }
  .lead { font-size: 15px; overflow-wrap: anywhere; word-break: normal; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button, .secondary-button, .outline-link { width: 100%; min-height: 50px; text-align: center; }
  .panel-main { min-height: 240px; }
  .panel-beef, .panel-greens { min-height: 128px; }
  .quality-badge { width: 92px; height: 92px; padding: 12px; }
  .quality-badge strong { font-size: 12px; }
  .quality-badge span { font-size: 11px; }
  .section-head h2, .process h2, .about h2, .contact-section h2, .quality-section h2, .faq-section h2, .ci-section h2 { font-size: 27px; }
  .category-grid, .product-grid, .problem-grid, .customer-grid { grid-template-columns: 1fr; }
  .catalog-search {
    grid-template-columns: 22px minmax(0, 1fr);
    border-radius: 8px;
  }
  .catalog-search button {
    grid-column: 1 / -1;
    width: 100%;
  }
  .catalog-aisle-grid {
    grid-template-columns: 1fr;
  }
  .catalog-aisle-card {
    min-height: 154px;
  }
  .ci-grid { gap: 24px; }
  .ci-chip { grid-template-columns: 58px minmax(0, 1fr); min-height: 118px; padding: 16px; }
  .ci-chip > span { width: 50px; height: 68px; }
  .category-card { grid-template-columns: 110px minmax(0, 1fr); }
  .category-photo, .category-icon { width: 110px; }
  .product-photo { height: 210px; }
  .steps article { grid-template-columns: 1fr; gap: 8px; }
  .quality-board article { grid-template-columns: 1fr; }
  .round-row { grid-template-columns: 1fr; gap: 4px; }
  .faq-list summary { align-items: flex-start; min-height: 58px; padding: 16px; }
  .faq-list details p { padding: 0 16px 16px; }
  .floating-actions {
    left: max(14px, env(safe-area-inset-left));
    right: max(14px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .floating-button {
    min-width: 0;
    justify-content: center;
    height: 46px;
    padding: 0 8px;
    font-size: 12px;
  }
  .floating-button svg { font-size: 18px; }
}

/* Grocery landing redesign */
.grocery-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 45%, rgba(247, 250, 247, 0.96) 100%),
    url("assets/fast/food-collage.jpg") center / cover;
}

.grocery-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, var(--red), var(--gold), var(--green));
}

.grocery-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
  min-height: 650px;
  padding: 72px 0 80px;
}

.grocery-hero-copy h1 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: 66px;
  font-weight: 1000;
  line-height: 0.98;
}

.grocery-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  max-width: 620px;
  min-height: 62px;
  margin-top: 28px;
  padding: 8px 8px 8px 18px;
  background: #fff;
  border: 1px solid rgba(21, 28, 41, 0.08);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.grocery-search svg {
  color: var(--red);
  font-size: 22px;
}

.grocery-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 800;
}

.grocery-search button {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 1000;
}

.grocery-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.grocery-hero-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: #354150;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.grocery-hero-market {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.grocery-hero-market img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: 42% 50%;
}

.market-card {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.market-card-main {
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #fff;
  background: rgba(21, 28, 41, 0.9);
}

.market-card-main span,
.market-card-main em,
.market-card-fresh span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.market-card-main strong {
  font-size: 28px;
  font-weight: 1000;
}

.market-card-fresh {
  top: 22px;
  right: 22px;
  min-width: 152px;
  color: var(--ink);
  background: var(--gold);
}

.market-card-fresh svg {
  color: var(--green);
  font-size: 26px;
}

.market-card-fresh strong {
  font-size: 17px;
  font-weight: 1000;
}

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

.grocery-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.grocery-service-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 110px;
  padding: 24px;
  background: #fff;
}

.grocery-service-grid svg {
  grid-row: 1 / 3;
  color: var(--red);
  font-size: 34px;
}

.grocery-service-grid strong {
  font-size: 17px;
  font-weight: 1000;
}

.grocery-service-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

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

.grocery-section-head h2,
.featured-copy h2,
.grocery-delivery h2,
.contact-section h2 {
  margin: 0;
  max-width: 760px;
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.14;
}

.grocery-section-head p:not(.eyebrow),
.featured-copy p,
.grocery-delivery p {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.grocery-aisles {
  background: #f8fafb;
}

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

.grocery-aisle-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  min-height: 148px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.grocery-aisle-card.featured {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}

.grocery-aisle-card > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
}

.grocery-aisle-card.featured > span {
  color: var(--red);
  background: #fff;
}

.grocery-aisle-card svg {
  font-size: 27px;
}

.grocery-aisle-card small,
.grocery-aisle-card em {
  display: block;
  font-style: normal;
}

.grocery-aisle-card small {
  color: var(--red);
  font-size: 12px;
  font-weight: 1000;
}

.grocery-aisle-card.featured small,
.grocery-aisle-card.featured em {
  color: rgba(255, 255, 255, 0.78);
}

.grocery-aisle-card strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 1000;
}

.grocery-aisle-card em {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.grocery-featured {
  background: #fff;
}

.grocery-featured-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.fresh-list {
  display: grid;
  gap: 14px;
}

.fresh-list article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 124px;
  padding: 12px 18px 12px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.fresh-list img {
  width: 112px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.fresh-list strong {
  display: block;
  font-size: 20px;
  font-weight: 1000;
}

.fresh-list span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-weight: 700;
}

.fresh-list em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 34px;
  color: var(--red);
  background: var(--red-soft);
  border-radius: 999px;
  font-style: normal;
  font-weight: 1000;
}

.grocery-delivery {
  color: #fff;
  background: linear-gradient(135deg, rgba(21, 28, 41, 0.95), rgba(21, 28, 41, 0.84)), url("assets/fast/food-collage.jpg") center / cover;
}

.grocery-delivery .eyebrow {
  color: var(--gold);
}

.grocery-delivery p {
  color: rgba(255, 255, 255, 0.78);
}

.grocery-delivery-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.grocery-rounds {
  display: grid;
  gap: 12px;
}

.grocery-rounds article {
  display: grid;
  grid-template-columns: 150px 110px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
}

.grocery-rounds strong,
.grocery-rounds span,
.grocery-rounds p {
  margin: 0;
}

.grocery-rounds strong {
  color: var(--red);
  font-weight: 1000;
}

.grocery-rounds span {
  font-weight: 1000;
}

.grocery-rounds p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.grocery-quality {
  background: #fff;
}

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

.quality-tile {
  min-height: 170px;
  padding: 24px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quality-tile svg {
  color: var(--green);
  font-size: 36px;
}

.quality-tile strong,
.quality-tile span {
  display: block;
}

.quality-tile strong {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 1000;
}

.quality-tile span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.quality-tile.highlight {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  border-color: transparent;
}

.quality-tile.highlight strong {
  margin-top: 0;
  font-size: 28px;
}

.quality-tile.highlight span {
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1100px) {
  .grocery-hero-grid,
  .grocery-featured-grid,
  .grocery-delivery-grid {
    grid-template-columns: 1fr;
  }

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

  .grocery-hero-grid {
    min-height: 0;
  }
}

@media (max-width: 860px) {
  .grocery-hero-copy h1 {
    font-size: 46px;
  }

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

  .grocery-section-head h2,
  .featured-copy h2,
  .grocery-delivery h2,
  .contact-section h2 {
    font-size: 31px;
  }

  .grocery-rounds article {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 560px) {
  .grocery-hero-grid {
    padding: 42px 0 52px;
  }

  .grocery-hero-copy h1 {
    font-size: 34px;
  }

  .grocery-search {
    grid-template-columns: 22px minmax(0, 1fr);
    border-radius: 8px;
  }

  .grocery-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .grocery-hero-market,
  .grocery-hero-market img {
    min-height: 320px;
  }

  .grocery-service-grid,
  .grocery-aisle-grid,
  .grocery-quality-grid {
    grid-template-columns: 1fr;
  }

  .grocery-aisle-card,
  .fresh-list article {
    grid-template-columns: 1fr;
  }

  .fresh-list img {
    width: 100%;
    height: 170px;
  }
}

/* Landing page v2 - grocery UX rebuild */
.landing-header {
  background: linear-gradient(90deg, var(--ci-red-deep), var(--ci-red) 64%, #c2151d);
}

.market-main {
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff 0%, #fff 42%, #f8fafb 100%);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--ci-red);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-section {
  padding: 84px 0;
}

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

.landing-section-head.narrow {
  max-width: 820px;
}

.landing-section-head h2,
.featured-shelves-copy h2,
.ci-story h2,
.delivery-copy h2,
.quality-system h2,
.faq-layout h2,
.contact-market h2 {
  margin: 0;
  max-width: 780px;
  color: var(--ink);
  font-size: 42px;
  font-weight: 1000;
  line-height: 1.12;
}

.landing-section-head p:not(.section-kicker),
.featured-shelves-copy p,
.ci-story p,
.delivery-copy p,
.quality-system p,
.faq-layout p,
.contact-market-copy p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.market-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
}

.market-button svg {
  flex: 0 0 auto;
  font-size: 18px;
}

.market-button.primary {
  color: #fff;
  background: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  box-shadow: 0 16px 28px rgba(217, 25, 32, 0.24);
}

.market-button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.market-button.outline {
  color: var(--ci-red);
  background: #fff;
  border: 1px solid rgba(217, 25, 32, 0.32);
}

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

.landing-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 48%, rgba(240, 249, 243, 0.95) 100%),
    url("assets/fast/food-collage.jpg") center / cover;
}

.landing-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  content: "";
  background: linear-gradient(90deg, var(--ci-red), var(--ci-gold), var(--ci-green));
}

.landing-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
  min-height: 690px;
  padding: 78px 0 96px;
}

.landing-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 68px;
  font-weight: 1000;
  line-height: 0.98;
}

.hero-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: #2d3744;
  font-size: 18px;
  font-weight: 700;
}

.landing-search {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  max-width: 650px;
  min-height: 64px;
  margin-top: 30px;
  padding: 8px 8px 8px 18px;
  background: #fff;
  border: 1px solid rgba(21, 28, 41, 0.08);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.landing-search svg {
  color: var(--ci-red);
  font-size: 23px;
}

.landing-search input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 800;
}

.landing-search button {
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 1000;
}

.hero-action-row,
.hero-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-action-row {
  margin-top: 22px;
}

.hero-tag-row {
  margin-top: 20px;
}

.hero-tag-row a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: #34404d;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.landing-hero-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.landing-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 42% 50%;
}

.hero-floating-card {
  position: absolute;
  display: grid;
  gap: 5px;
  padding: 16px 18px;
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.card-status {
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: #fff;
  background: rgba(21, 28, 41, 0.9);
}

.card-status span,
.card-status em,
.card-quality span {
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.card-status span,
.card-status em {
  color: rgba(255, 255, 255, 0.78);
}

.card-status strong {
  font-size: 30px;
  font-weight: 1000;
}

.card-quality {
  top: 22px;
  right: 22px;
  min-width: 160px;
  color: var(--ink);
  background: var(--ci-gold);
}

.card-quality svg {
  color: var(--ci-green);
  font-size: 27px;
}

.card-quality strong {
  font-size: 18px;
  font-weight: 1000;
}

.card-quality span {
  color: rgba(21, 28, 41, 0.72);
}

.hero-metric-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -52px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-metric-bar article {
  min-height: 112px;
  padding: 24px;
  background: #fff;
}

.hero-metric-bar strong,
.hero-metric-bar span {
  display: block;
}

.hero-metric-bar strong {
  color: var(--ci-red);
  font-size: 28px;
  font-weight: 1000;
}

.hero-metric-bar span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.service-promise {
  padding: 48px 0 0;
  background: #fff;
}

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

.service-promise article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 118px;
  padding: 24px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-promise svg {
  color: var(--ci-red);
  font-size: 36px;
}

.service-promise strong,
.service-promise span {
  display: block;
}

.service-promise strong {
  font-size: 18px;
  font-weight: 1000;
}

.service-promise span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.product-aisles {
  background: #fff;
}

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

.landing-aisle-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas:
    "icon meta"
    "icon title"
    "desc desc";
  gap: 5px 15px;
  min-height: 164px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.landing-aisle-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--ci-red), var(--ci-gold));
}

.landing-aisle-card:hover {
  transform: translateY(-3px);
  border-color: rgba(217, 25, 32, 0.28);
  box-shadow: var(--shadow-soft);
}

.landing-aisle-card.hot {
  color: #fff;
  background: linear-gradient(135deg, var(--ci-red), var(--ci-red-deep));
  border-color: transparent;
}

.landing-aisle-card.fresh::before {
  background: linear-gradient(90deg, var(--ci-green), #2abf63);
}

.landing-aisle-card.cold::before {
  background: linear-gradient(90deg, #2a78c7, var(--ci-green));
}

.landing-aisle-card.premium::before {
  background: linear-gradient(90deg, var(--ci-gold), var(--ci-red));
}

.landing-aisle-card .aisle-badge {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: var(--ci-red);
  border-radius: 8px;
}

.landing-aisle-card.hot .aisle-badge {
  color: var(--ci-red);
  background: #fff;
}

.landing-aisle-card.fresh .aisle-badge {
  background: var(--ci-green);
}

.landing-aisle-card.pantry .aisle-badge,
.landing-aisle-card.premium .aisle-badge {
  background: var(--ink);
}

.landing-aisle-card.cold .aisle-badge {
  color: var(--ink);
  background: var(--ci-gold);
}

.landing-aisle-card svg {
  font-size: 27px;
}

.landing-aisle-card small,
.landing-aisle-card strong,
.landing-aisle-card em {
  display: block;
  min-width: 0;
}

.landing-aisle-card small {
  grid-area: meta;
  color: var(--ci-red);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.landing-aisle-card.hot small,
.landing-aisle-card.hot em {
  color: rgba(255, 255, 255, 0.78);
}

.landing-aisle-card strong {
  grid-area: title;
  font-size: 20px;
  font-weight: 1000;
}

.landing-aisle-card em {
  grid-area: desc;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.featured-shelves {
  background: #f8fafb;
}

.featured-shelves-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 46px;
  align-items: center;
}

.featured-checklist {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.featured-checklist span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d3744;
  font-size: 14px;
  font-weight: 900;
}

.featured-checklist svg {
  flex: 0 0 auto;
  color: var(--ci-green);
  font-size: 19px;
}

.featured-product-stack {
  display: grid;
  gap: 14px;
}

.featured-product-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 12px 18px 12px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.featured-product-card img {
  width: 118px;
  height: 108px;
  object-fit: cover;
  object-position: 42% 50%;
  border-radius: 8px;
}

.featured-product-card small {
  display: block;
  color: var(--ci-red);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.featured-product-card strong,
.featured-product-card span {
  display: block;
}

.featured-product-card strong {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 1000;
}

.featured-product-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.featured-product-card em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  min-height: 34px;
  color: var(--ci-red);
  background: var(--red-soft);
  border-radius: 999px;
  font-style: normal;
  font-weight: 1000;
}

.ci-story {
  background: #fff;
}

.ci-story-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: center;
}

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

.ci-swatch-grid article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px 16px;
  min-height: 160px;
  padding: 20px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ci-swatch-grid .swatch {
  grid-row: 1 / 4;
  display: block;
  width: 64px;
  height: 94px;
  border: 6px solid #fff;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(18, 25, 35, 0.14);
}

.swatch.red { background: var(--ci-red); }
.swatch.gold { background: var(--ci-gold); }
.swatch.green { background: var(--ci-green); }
.swatch.ink { background: var(--ci-ink); }

.ci-swatch-grid strong,
.ci-swatch-grid em,
.ci-swatch-grid p {
  display: block;
  margin: 0;
}

.ci-swatch-grid strong {
  font-size: 18px;
  font-weight: 1000;
}

.ci-swatch-grid em {
  color: var(--ci-red);
  font-size: 13px;
  font-style: normal;
  font-weight: 1000;
}

.ci-swatch-grid p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.order-flow {
  background: linear-gradient(180deg, #fff 0%, #f8fafb 100%);
}

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

.order-flow-grid article {
  position: relative;
  min-height: 272px;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(18, 25, 35, 0.04);
}

.order-flow-grid article::after {
  position: absolute;
  right: -34px;
  bottom: -44px;
  width: 130px;
  height: 130px;
  content: "";
  background: rgba(247, 201, 72, 0.32);
  border-radius: 50%;
}

.order-flow-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ci-red);
  border-radius: 50%;
  font-weight: 1000;
}

.order-flow-grid svg {
  display: block;
  margin-top: 22px;
  color: var(--ci-green);
  font-size: 34px;
}

.order-flow-grid h3 {
  margin: 18px 0 0;
  font-size: 22px;
  font-weight: 1000;
}

.order-flow-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.delivery-board {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(21, 28, 41, 0.94), rgba(84, 20, 25, 0.86)),
    url("assets/fast/food-collage.jpg") center / cover;
}

.delivery-board .section-kicker {
  color: var(--ci-gold);
}

.delivery-board h2 {
  color: #fff;
}

.delivery-board-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.delivery-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.delivery-zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.delivery-zone-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.delivery-time-panel {
  margin-top: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.delivery-time-panel-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
}

.delivery-time-panel-head svg {
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--ci-red);
  background: #fff;
  border-radius: 8px;
}

.delivery-time-panel h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.2;
}

.delivery-time-panel-head p {
  max-width: none;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.delivery-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.delivery-time-grid article {
  min-height: 112px;
  padding: 14px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
}

.delivery-time-grid strong {
  display: block;
  color: var(--ci-red);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.25;
}

.delivery-time-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.delivery-round-list {
  display: grid;
  gap: 12px;
}

.delivery-round-list article {
  display: grid;
  grid-template-columns: 150px 120px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.delivery-round-list strong,
.delivery-round-list span,
.delivery-round-list p {
  margin: 0;
}

.delivery-round-list strong {
  color: var(--ci-red);
  font-weight: 1000;
}

.delivery-round-list span {
  font-weight: 1000;
}

.delivery-round-list p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.business-segments {
  background: #fff;
}

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

.segment-card-grid article {
  min-height: 276px;
  padding: 24px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.segment-card-grid svg {
  color: var(--ci-red);
  font-size: 36px;
}

.segment-card-grid h3 {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 1000;
}

.segment-card-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.segment-card-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--ci-green);
  font-size: 14px;
  font-weight: 1000;
}

.quality-system {
  background: #f8fafb;
}

.quality-system-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.quality-image-panel {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quality-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  object-position: 45% 50%;
}

.quality-overlay {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  padding: 18px;
  color: #fff;
  background: rgba(21, 28, 41, 0.9);
  border-radius: 8px;
}

.quality-overlay strong,
.quality-overlay span {
  display: block;
}

.quality-overlay strong {
  font-size: 22px;
  font-weight: 1000;
}

.quality-overlay span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.quality-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.quality-proof-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quality-proof-list svg {
  color: var(--ci-red);
  font-size: 34px;
}

.quality-proof-list strong,
.quality-proof-list span {
  display: block;
}

.quality-proof-list strong {
  font-size: 17px;
  font-weight: 1000;
}

.quality-proof-list span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.faq-section {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 42px;
  align-items: start;
}

.market-main .faq-list {
  display: grid;
  gap: 12px;
}

.market-main .faq-list details {
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.market-main .faq-list summary {
  min-height: 66px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--ink);
  font-size: 17px;
  font-weight: 1000;
}

.market-main .faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-market {
  color: #fff;
  background: linear-gradient(135deg, var(--ci-red-deep), var(--ci-red));
}

.contact-market .section-kicker {
  color: var(--ci-gold);
}

.contact-market h2 {
  color: #fff;
}

.contact-market-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-market-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
  align-items: start;
}

.contact-info-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-info-list p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.contact-info-list svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--ci-gold);
  font-size: 20px;
}

.contact-map-card {
  margin-top: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(83, 7, 12, 0.2);
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  min-height: 260px;
  border: 0;
}

.contact-map-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 900;
}

.market-quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.market-quote-form label {
  display: grid;
  gap: 7px;
}

.market-quote-form .form-wide {
  grid-column: 1 / -1;
}

.market-quote-form label > span {
  color: #34404d;
  font-size: 14px;
  font-weight: 900;
}

.market-quote-form input,
.market-quote-form select,
.market-quote-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
}

.market-quote-form textarea {
  resize: vertical;
}

.market-quote-form input:focus,
.market-quote-form select:focus,
.market-quote-form textarea:focus {
  border-color: var(--ci-red);
  box-shadow: 0 0 0 4px rgba(217, 25, 32, 0.1);
}

.market-quote-form .market-button {
  width: 100%;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  background: rgba(18, 25, 35, 0.58);
  border: 0;
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.contact-modal-card {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(217, 25, 32, 0.16);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(18, 25, 35, 0.32);
}

.contact-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--ci-red), #b90f18 62%, var(--green));
}

.contact-modal-head p,
.contact-modal-head h2 {
  margin: 0;
}

.contact-modal-head p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.contact-modal-head h2 {
  margin-top: 6px;
  color: #fff;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.16;
}

.contact-modal-close {
  flex: 0 0 auto;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.contact-modal-close span {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-1px);
}

.contact-modal-form {
  box-shadow: none;
  border-radius: 0;
}

.contact-modal-open {
  overflow: hidden;
}

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

.delivery-visit-banner {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(96px, calc(env(safe-area-inset-bottom) + 96px));
  z-index: 68;
  width: min(420px, calc(100vw - 32px));
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.delivery-visit-banner.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.delivery-banner-card {
  position: relative;
  padding: 22px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ci-red-line);
  border-radius: 16px;
  box-shadow: 0 26px 70px rgba(76, 3, 8, 0.22);
}

.delivery-banner-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
  background: var(--ci-red-gradient-horizontal);
  border-radius: 16px 16px 0 0;
}

.delivery-banner-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--ci-red);
  cursor: pointer;
  background: var(--ci-red-soft);
  border: 1px solid var(--ci-red-line);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.delivery-banner-close:hover,
.delivery-banner-close:focus-visible {
  color: #fff;
  background: var(--ci-red);
}

.delivery-banner-card .section-kicker {
  margin-right: 42px;
}

.delivery-banner-card h2 {
  margin: 0;
  padding-right: 42px;
  color: var(--ci-red-deep);
  font-size: 28px;
  font-weight: 1000;
  line-height: 1.12;
}

.delivery-banner-copy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.48;
}

.delivery-banner-times {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.delivery-banner-times span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px;
  background: var(--ci-red-soft);
  border: 1px solid var(--ci-red-line);
  border-radius: 8px;
}

.delivery-banner-times strong {
  color: var(--ci-red-deep);
  font-size: 14px;
  font-weight: 1000;
}

.delivery-banner-times em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
}

.delivery-banner-check {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.delivery-banner-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--ci-red);
}

.delivery-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.delivery-banner-actions .market-button {
  min-height: 44px;
}

@media (max-width: 560px) {
  .delivery-visit-banner {
    right: 16px;
    bottom: max(88px, calc(env(safe-area-inset-bottom) + 88px));
    width: calc(100vw - 32px);
  }

  .delivery-banner-card {
    padding: 20px 18px;
  }

  .delivery-banner-card h2 {
    font-size: 24px;
  }

  .delivery-banner-actions {
    flex-direction: column;
  }
}

.landing-footer {
  border-top: 1px solid var(--line);
}

@media (max-width: 1100px) {
  .landing-hero-grid,
  .featured-shelves-grid,
  .ci-story-grid,
  .delivery-board-grid,
  .quality-system-grid,
  .faq-layout,
  .contact-market-grid {
    grid-template-columns: 1fr;
  }

  .service-promise-grid,
  .landing-aisle-grid,
  .order-flow-grid,
  .segment-card-grid,
  .hero-metric-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero-grid {
    min-height: 0;
  }

  .delivery-round-list article {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .delivery-round-list p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .landing-section {
    padding: 62px 0;
  }

  .landing-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .landing-section-head h2,
  .featured-shelves-copy h2,
  .ci-story h2,
  .delivery-copy h2,
  .quality-system h2,
  .faq-layout h2,
  .contact-market h2 {
    font-size: 32px;
  }

  .landing-hero-grid {
    gap: 36px;
    padding: 58px 0 86px;
  }

  .landing-hero-copy h1 {
    font-size: 48px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .landing-hero-visual,
  .landing-hero-visual > img,
  .quality-image-panel,
  .quality-image-panel img {
    min-height: 360px;
  }

  .hero-metric-bar {
    margin-top: -40px;
  }

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

  .featured-product-card img {
    width: 104px;
    height: 98px;
  }

  .featured-product-card em {
    grid-column: 2;
    justify-self: start;
  }

  .ci-swatch-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 560px) {
  .landing-hero-grid {
    padding: 42px 0 78px;
  }

  .landing-hero-copy h1 {
    font-size: 36px;
  }

  .landing-search {
    grid-template-columns: 22px minmax(0, 1fr);
    border-radius: 8px;
  }

  .landing-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .hero-action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .market-button {
    width: 100%;
    min-height: 50px;
    white-space: normal;
    text-align: center;
  }

  .landing-hero-visual,
  .landing-hero-visual > img,
  .quality-image-panel,
  .quality-image-panel img {
    min-height: 310px;
  }

  .card-quality {
    right: 14px;
    top: 14px;
    min-width: 138px;
  }

  .card-status,
  .quality-overlay {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .hero-metric-bar,
  .service-promise-grid,
  .landing-aisle-grid,
  .order-flow-grid,
  .segment-card-grid {
    grid-template-columns: 1fr;
  }

  .hero-metric-bar article {
    min-height: 92px;
    padding: 18px;
  }

  .landing-aisle-card {
    min-height: 148px;
  }

  .featured-product-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .featured-product-card img {
    width: 100%;
    height: 176px;
  }

  .featured-product-card em {
    grid-column: auto;
  }

  .ci-swatch-grid article {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .ci-swatch-grid .swatch {
    width: 54px;
    height: 76px;
  }

  .delivery-round-list article {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .delivery-round-list p {
    grid-column: auto;
  }

  .delivery-time-panel-head,
  .delivery-time-grid {
    grid-template-columns: 1fr;
  }

  .quality-proof-list article {
    grid-template-columns: 1fr;
  }
}

/* Reference alignment pass */
.landing-header {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 25, 35, 0.08);
}

.landing-header .nav-wrap {
  width: min(1130px, calc(100% - 56px));
  min-height: 118px;
  gap: 44px;
}

.landing-header .brand {
  width: 138px;
  color: var(--ci-red);
}

.landing-header .brand span {
  font-size: 10px;
  letter-spacing: 0;
}

.landing-header .brand strong {
  font-size: 33px;
  line-height: 0.78;
}

.landing-header .brand small {
  align-self: center;
  margin-top: 7px;
  font-size: 8px;
}

.landing-header .nav-links {
  gap: 54px;
}

.landing-header .nav-links a {
  padding: 46px 0 36px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.landing-header .nav-links a::after {
  bottom: 25px;
  height: 3px;
  background: var(--ci-red);
}

.landing-header .nav-links a:hover,
.landing-header .nav-links a.active {
  color: var(--ci-red);
}

.landing-header .language-switch {
  display: inline-flex;
}

.landing-header .icon-button,
.landing-header .account-button,
.landing-header .contact-button,
.landing-header .nav-cart-button {
  width: 44px;
  min-width: 44px;
  flex: 0 0 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  background: var(--ci-red);
  box-shadow: 0 10px 20px rgba(217, 25, 32, 0.18);
}

.landing-header .contact-button span {
  display: none;
}

.nav-cart-button {
  position: relative;
}

.nav-cart-button b {
  position: absolute;
  right: -5px;
  top: -5px;
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: var(--ci-red);
  background: #fff;
  border: 2px solid var(--ci-red);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
}

.market-main {
  background: #fff;
}

.landing-hero {
  min-height: 730px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 27%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 72%),
    url("assets/fast/good-choice-hero.jpg") center / cover no-repeat;
}

.landing-hero::after {
  right: -8%;
  bottom: -64px;
  left: -8%;
  height: 118px;
  background: var(--ci-red);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.landing-hero::before {
  position: absolute;
  z-index: 3;
  bottom: 70px;
  left: calc(50% - 21px);
  width: 11px;
  height: 11px;
  content: "";
  background: var(--ci-red);
  border-radius: 50%;
  box-shadow:
    20px 0 0 #fff,
    40px 0 0 #fff;
}

.landing-hero-grid {
  display: block;
  min-height: 730px;
  padding: 82px 0 150px;
}

.landing-hero-copy {
  width: min(420px, 100%);
}

.landing-hero-copy > :not(.reference-hero-copy) {
  display: none !important;
}

.reference-hero-copy {
  display: block;
}

.hero-location,
.hero-brand-service,
.reference-hero-lead,
.hero-benefits strong {
  margin: 0;
}

.hero-location {
  color: var(--ci-red);
  font-size: 20px;
  font-weight: 1000;
  line-height: 1;
}

.hero-logo-title {
  margin: 8px 0 0;
  color: var(--ci-red);
  font-size: 92px;
  font-weight: 1000;
  line-height: 0.78;
  text-transform: uppercase;
}

.reference-hero-copy .hero-logo-title {
  color: var(--ci-red);
}

.hero-logo-title span {
  display: block;
}

.hero-brand-service {
  margin-top: 10px;
  color: var(--ci-red);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
  text-align: right;
}

.hero-divider {
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 46px;
  background: var(--ci-red);
}

.reference-hero-lead {
  margin-top: 18px;
  color: #222b37;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.reference-hero-lead strong {
  color: var(--ci-red);
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.hero-benefits article {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.hero-benefits article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--ci-red);
  border-radius: 50%;
  box-shadow: 0 12px 18px rgba(217, 25, 32, 0.18);
}

.hero-benefits svg {
  font-size: 25px;
}

.hero-benefits strong {
  color: #111827;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1.15;
  text-transform: uppercase;
}

.landing-hero-visual,
.hero-metric-bar {
  display: none;
}

.hero-slider-dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 26px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-slider-dots span {
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(18, 25, 35, 0.2);
}

.hero-slider-dots .active {
  background: var(--ci-red);
}

.service-promise,
.featured-shelves,
.ci-story,
.order-flow,
.delivery-board,
.business-segments,
.quality-system,
.faq-section,
.contact-market {
  display: none;
}

.product-aisles {
  padding: 92px 0 70px;
  background: #fff;
}

.product-aisles .landing-section-head {
  align-items: flex-end;
  margin-bottom: 36px;
}

.product-aisles .section-kicker,
.partners-section .section-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.product-aisles .section-kicker::before,
.partners-section .section-kicker::before {
  display: block;
  width: 22px;
  height: 3px;
  content: "";
  background: var(--ci-red);
}

.product-aisles .landing-section-head h2 {
  max-width: 560px;
  font-size: 38px;
  line-height: 1.14;
}

.product-aisles .section-kicker {
  font-size: 0;
}

.product-aisles .section-kicker::after {
  content: "SHOP BY CATEGORY";
  font-size: 12px;
}

.product-aisles .landing-section-head h2 {
  font-size: 0;
}

.product-aisles .landing-section-head h2::after {
  display: block;
  content: "Find the best quality food\A for your business.";
  white-space: pre-line;
  font-size: 38px;
  line-height: 1.14;
}

.product-aisles .landing-section-head p:not(.section-kicker) {
  display: none;
}

.product-aisles .market-button.outline {
  min-width: 220px;
  min-height: 58px;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  box-shadow: 0 14px 28px rgba(217, 25, 32, 0.2);
}

.product-aisles .market-button.outline span {
  font-size: 0;
}

.product-aisles .market-button.outline span::before {
  content: "View All Categories";
  font-size: 14px;
}

.product-aisles .market-button.outline svg {
  transform: translateX(2px);
}

.landing-aisle-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.landing-aisle-card {
  display: grid;
}

.landing-aisle-card:nth-child(n + 6) {
  display: none;
}

.product-aisles .landing-aisle-card {
  grid-template-columns: 1fr;
  grid-template-areas:
    "photo"
    "title";
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 25, 35, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(18, 25, 35, 0.08);
}

.product-aisles .landing-aisle-card::before {
  grid-area: photo;
  position: static;
  display: block;
  width: 100%;
  height: 188px;
  content: "";
  background-image: url("assets/fast/food-collage.jpg");
  background-repeat: no-repeat;
  background-size: 575px auto;
}

.product-aisles .landing-aisle-card:nth-child(3)::before {
  background-position: 37% 84%;
}

.product-aisles .landing-aisle-card:nth-child(1)::before {
  background-position: 10% 12%;
}

.product-aisles .landing-aisle-card:nth-child(2)::before {
  background-position: 88% 10%;
}

.product-aisles .landing-aisle-card:nth-child(4)::before {
  background-position: 71% 86%;
}

.product-aisles .landing-aisle-card:nth-child(5)::before {
  background-position: 97% 88%;
}

.product-aisles .landing-aisle-card .aisle-badge,
.product-aisles .landing-aisle-card small,
.product-aisles .landing-aisle-card em {
  display: none;
}

.product-aisles .landing-aisle-card strong {
  grid-area: title;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.product-aisles .landing-aisle-card strong::after {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--ci-red);
  content: ">";
  font-size: 21px;
  font-weight: 1000;
  line-height: 1;
}

.why-choose-band {
  padding: 72px 0 82px;
  color: #fff;
  background: var(--ci-red);
  text-align: center;
}

.why-choose-band .section-kicker {
  color: #fff;
  margin-bottom: 16px;
}

.why-choose-band h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.16;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 54px;
}

.why-choose-grid article {
  min-width: 0;
  padding: 0 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}

.why-choose-grid article:last-child {
  border-right: 0;
}

.why-choose-grid svg {
  font-size: 52px;
}

.why-choose-grid h3 {
  margin: 28px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 1000;
}

.why-choose-grid p {
  margin: 10px auto 0;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.partners-section {
  padding: 64px 0 52px;
  background:
    linear-gradient(180deg, #fff 0%, #fff7f8 52%, #fff 100%);
}

.partners-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.partners-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 1000;
  line-height: 1.1;
}

.partners-modern-head,
.partners-minimal-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.partners-lead {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.partner-logo-showcase {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.partner-logo-card {
  position: relative;
  display: grid;
  grid-template-rows: 102px auto 1fr;
  gap: 12px;
  min-height: 218px;
  padding: 16px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--ci-red-line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(143, 7, 16, 0.08);
}

.partner-logo-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--ci-red-gradient-horizontal);
}

.partner-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(143, 7, 16, 0.14);
}

.partner-logo-media {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 14px;
  background: linear-gradient(180deg, #fff 0%, var(--ci-red-soft) 100%);
  border: 1px solid rgba(255, 214, 218, 0.8);
  border-radius: 8px;
}

.partner-logo-media img {
  display: block;
  width: auto;
  max-width: min(100%, 180px);
  max-height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(15, 23, 42, 0.08));
}

.partner-logo-card--cp .partner-logo-media img {
  max-height: 58px;
}

.partner-logo-card--smileheart .partner-logo-media img,
.partner-logo-card--tvi .partner-logo-media img {
  max-height: 78px;
}

.partner-logo-card strong {
  display: block;
  color: var(--ci-red-deep);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.1;
}

.partner-logo-card > span:not(.partner-logo-media) {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
}

.partner-location-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--ci-red-line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(143, 7, 16, 0.08);
}

.store-location-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 520px;
  margin: 22px 0 0;
  color: #374151;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.55;
}

.store-location-address svg {
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--ci-red);
  font-size: 22px;
}

.store-map-button {
  margin-top: 24px;
}

.partner-location-strip .store-location-address {
  flex: 1 1 auto;
  max-width: none;
  margin: 0;
  font-size: 14px;
}

.partner-location-strip .store-map-button {
  flex: 0 0 auto;
  margin-top: 0;
}

.store-map-preview {
  min-height: 312px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #dde3ea;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(18, 25, 35, 0.1);
}

.store-map-preview iframe {
  display: block;
  width: 100%;
  height: 312px;
  border: 0;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  min-height: 132px;
  border-left: 1px solid #b9c0c8;
}

.partner-logo {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid #b9c0c8;
}

.partner-logo img {
  display: block;
  max-width: 172px;
  max-height: 88px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .partner-logo-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .partners-modern-head,
  .partners-minimal-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .partner-location-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .partner-logo-showcase {
    grid-template-columns: 1fr;
  }

  .partner-logo-card {
    min-height: 0;
  }
}

.growth-cta {
  padding: 0 0 62px;
  background: #fff;
}

.growth-cta-inner {
  min-height: 332px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, var(--ci-red) 0%, var(--ci-red) 42%, rgba(217, 25, 32, 0.78) 58%, rgba(217, 25, 32, 0.02) 100%),
    url("assets/fast/good-choice-hero.jpg") center right / cover no-repeat;
  border-radius: 10px;
}

.growth-cta-copy {
  width: min(460px, 100%);
  padding: 58px 62px;
}

.growth-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.12;
}

.growth-cta p {
  max-width: 330px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.growth-cta .market-button.secondary {
  min-width: 190px;
  color: var(--ci-red);
  background: #fff;
  box-shadow: 0 16px 26px rgba(70, 9, 12, 0.16);
}

.landing-footer {
  position: relative;
  color: #fff;
  background: var(--ci-red);
  border-top: 0;
}

.landing-footer .footer-grid {
  padding: 46px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.landing-footer .brand-footer,
.landing-footer .site-footer h2,
.landing-footer .footer-line svg {
  color: #fff;
}

.landing-footer p,
.landing-footer a,
.landing-footer .site-footer p,
.landing-footer .site-footer a,
.landing-footer .footer-line span {
  color: rgba(255, 255, 255, 0.9);
}

.landing-footer h2 {
  color: #fff;
  text-transform: uppercase;
}

.landing-footer .socials a {
  color: var(--ci-red);
  background: #fff;
}

.landing-footer .copyright {
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border-top: 0;
}

.landing-footer .footer-grid > div:first-child p {
  font-size: 0;
}

.landing-footer .footer-grid > div:first-child p::after {
  content: "Fresh Food, Local Goodness,\A Better Choices for You.";
  white-space: pre-line;
  font-size: 13px;
  line-height: 1.5;
}

.landing-footer .footer-grid > div:nth-child(3) h2,
.landing-footer .footer-grid > div:nth-child(3) a {
  font-size: 0;
}

.landing-footer .footer-grid > div:nth-child(3) h2::after {
  content: "CATEGORIES";
  font-size: 14px;
}

.landing-footer .footer-grid > div:nth-child(3) a::after {
  font-size: 13px;
}

.landing-footer .footer-grid > div:nth-child(3) a:nth-of-type(1)::after {
  content: "CP";
}

.landing-footer .footer-grid > div:nth-child(3) a:nth-of-type(2)::after {
  content: "Smileheart";
}

.landing-footer .footer-grid > div:nth-child(3) a:nth-of-type(3)::after {
  content: "TVI";
}

.landing-footer .footer-grid > div:nth-child(3) a:nth-of-type(4)::after {
  content: "PFP";
}

.landing-footer .footer-grid > div:nth-child(3) a:nth-of-type(5)::after {
  content: "Betagro";
}

.landing-footer .footer-grid > div:nth-child(3) a:nth-of-type(6)::after {
  content: "Eggs & Dairy";
}

.footer-top {
  position: absolute;
  right: 42px;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ci-red) !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(60, 3, 8, 0.16);
}

.floating-actions {
  display: none;
}

@media (max-width: 1100px) {
  .landing-header .nav-wrap {
    gap: 28px;
  }

  .landing-header .nav-links {
    gap: 28px;
  }

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

  .why-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 0;
  }

  .why-choose-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .landing-header .nav-wrap {
    min-height: 0;
    flex-wrap: wrap;
    gap: 18px;
    padding: 18px 0;
  }

  .landing-header .nav-links {
    order: 3;
    justify-content: flex-start;
    flex-basis: 100%;
    gap: 16px;
    overflow-x: auto;
  }

  .landing-header .nav-links a {
    padding: 8px 0 12px;
    font-size: 12px;
  }

  .landing-header .nav-links a::after {
    bottom: 3px;
  }

  .landing-hero {
    min-height: 650px;
    background:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 255, 255, 0.48) 74%, rgba(255, 255, 255, 0.05) 100%),
      url("assets/fast/good-choice-hero.jpg") 59% center / cover no-repeat;
  }

  .landing-hero-grid {
    min-height: 650px;
    padding: 62px 0 138px;
  }

  .hero-logo-title {
    font-size: 72px;
  }

  .reference-hero-lead {
    font-size: 19px;
  }

  .product-aisles .landing-section-head {
    align-items: flex-start;
  }

  .product-aisles .landing-section-head h2,
  .why-choose-band h2,
  .partners-section h2,
  .growth-cta h2 {
    font-size: 31px;
  }

  .product-aisles .landing-section-head h2 {
    font-size: 0;
  }

  .product-aisles .landing-section-head h2::after {
    font-size: 31px;
  }

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

  .partner-logos {
    border-left: 0;
  }

  .growth-cta-inner {
    background:
      linear-gradient(90deg, var(--ci-red) 0%, rgba(217, 25, 32, 0.96) 52%, rgba(217, 25, 32, 0.2) 100%),
      url("assets/fast/good-choice-hero.jpg") center right / cover no-repeat;
  }

  .footer-top {
    right: 24px;
  }
}

@media (max-width: 560px) {
  .container,
  .landing-header .nav-wrap {
    width: min(100% - 32px, 1180px);
  }

  .landing-header .brand strong {
    font-size: 28px;
  }

  .landing-hero {
    min-height: 590px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 51%, rgba(255, 255, 255, 0.08) 100%),
      url("assets/fast/good-choice-hero.jpg") 66% center / cover no-repeat;
  }

  .landing-hero-grid {
    min-height: 590px;
    padding: 44px 0 120px;
  }

  .landing-hero-copy {
    width: min(340px, 100%);
  }

  .hero-location {
    font-size: 15px;
  }

  .hero-logo-title {
    font-size: 54px;
  }

  .hero-brand-service {
    font-size: 16px;
  }

  .hero-divider {
    margin-top: 28px;
  }

  .reference-hero-lead {
    font-size: 16px;
  }

  .hero-benefits {
    gap: 12px;
    margin-top: 28px;
  }

  .hero-benefits article > span {
    width: 44px;
    height: 44px;
  }

  .hero-benefits strong {
    font-size: 10px;
  }

  .landing-aisle-grid,
  .why-choose-grid,
  .partner-logos {
    grid-template-columns: 1fr;
  }

  .product-aisles {
    padding: 64px 0 54px;
  }

  .product-aisles .landing-section-head h2::after {
    font-size: 29px;
  }

  .product-aisles .landing-aisle-card::before {
    height: 210px;
    background-size: 640px auto;
  }

  .why-choose-grid {
    gap: 28px;
    margin-top: 38px;
  }

  .why-choose-grid article,
  .why-choose-grid article:nth-child(2) {
    padding: 0;
    border-right: 0;
  }

  .partner-logos,
  .partner-logo {
    border: 0;
  }

  .growth-cta-copy {
    padding: 38px 26px;
  }

  .growth-cta-inner {
    min-height: 360px;
    background:
      linear-gradient(180deg, var(--ci-red) 0%, rgba(217, 25, 32, 0.95) 58%, rgba(217, 25, 32, 0.12) 100%),
      url("assets/fast/good-choice-hero.jpg") 67% center / cover no-repeat;
  }

  .landing-footer .footer-grid {
    padding-bottom: 72px;
  }
}

/* Business procurement redesign */
.landing-hero {
  min-height: 520px;
}

.landing-hero-grid {
  min-height: 520px;
  padding: 58px 0 120px;
}

.hero-benefits {
  margin-top: 34px;
}

.product-aisles {
  display: none;
}

.procurement-workspace {
  padding: 72px 0 82px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f8fafb 100%);
}

.procurement-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
  min-width: 0;
  margin-bottom: 26px;
}

.procurement-head > div,
.category-filter-list button > span,
.product-order-card,
.cart-line > div {
  min-width: 0;
}

.procurement-head h2,
.fulfillment-system h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 38px;
  font-weight: 1000;
  line-height: 1.1;
  overflow-wrap: break-word;
}

.procurement-head p:not(.section-kicker),
.fulfillment-system p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
}

.procurement-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 10px;
}

.procurement-metrics article {
  min-height: 84px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(18, 25, 35, 0.06);
}

.procurement-metrics strong,
.procurement-metrics span {
  display: block;
}

.procurement-metrics strong {
  color: var(--ci-red);
  font-size: 25px;
  font-weight: 1000;
}

.procurement-metrics span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.procurement-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.catalog-search-box,
.catalog-select {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(18, 25, 35, 0.05);
}

.catalog-search-box {
  gap: 12px;
  padding: 0 16px;
}

.catalog-search-box svg {
  flex: 0 0 auto;
  color: var(--ci-red);
  font-size: 20px;
}

.catalog-search-box input,
.catalog-select select {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 850;
}

.catalog-select {
  gap: 10px;
  padding: 0 13px;
}

.catalog-select span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.cart-jump {
  position: relative;
}

.cart-jump b {
  display: inline-grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 7px;
  color: var(--ci-red);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

.procurement-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 360px;
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.category-sidebar,
.catalog-panel,
.po-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(18, 25, 35, 0.07);
}

.category-sidebar,
.po-panel {
  position: sticky;
  top: 136px;
}

.panel-title,
.catalog-panel-head,
.po-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 70px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.panel-title span,
.panel-title strong,
.catalog-panel-head p,
.po-card-head h3,
.catalog-panel-head h3 {
  margin: 0;
}

.panel-title span,
.catalog-panel-head h3,
.po-card-head h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 1000;
}

.panel-title strong,
.catalog-panel-head p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.category-filter-list {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.category-filter-list button,
.product-category-tabs button {
  cursor: pointer;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.category-filter-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 70px;
  padding: 12px;
  border-radius: 8px;
  text-align: left;
}

.category-filter-list button.active,
.product-category-tabs button.active {
  color: var(--ci-red);
  background: var(--red-soft);
  border-color: rgba(217, 25, 32, 0.22);
}

.category-filter-list strong,
.category-filter-list em,
.category-filter-list b {
  display: block;
}

.category-filter-list strong {
  font-size: 13px;
  font-weight: 1000;
}

.category-filter-list em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.category-filter-list b {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  color: #fff;
  background: var(--ci-red);
  border-radius: 50%;
  font-size: 12px;
}

.catalog-panel {
  overflow: hidden;
}

.catalog-panel-head .section-kicker {
  margin-bottom: 6px;
}

.product-category-tabs {
  display: flex;
  gap: 8px;
  padding: 14px 18px 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.product-category-tabs button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

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

.product-order-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  min-height: 246px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-card-top span,
.product-card-top b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 1000;
}

.product-card-top span {
  color: var(--ci-red);
  background: var(--red-soft);
}

.product-card-top b {
  color: var(--green);
  background: rgba(22, 128, 74, 0.1);
}

.product-order-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 1000;
  line-height: 1.15;
}

.product-order-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.product-order-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.product-order-card dl div {
  min-height: 56px;
  padding: 9px;
  background: #f8fafb;
  border-radius: 8px;
}

.product-order-card dt,
.product-order-card dd {
  margin: 0;
}

.product-order-card dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 1000;
  text-transform: uppercase;
}

.product-order-card dd {
  margin-top: 2px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 1000;
}

.product-card-action {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  margin-top: auto;
}

.product-card-action label,
.po-form label {
  display: grid;
  gap: 6px;
}

.product-card-action label span,
.po-form label span {
  color: #4b5563;
  font-size: 12px;
  font-weight: 1000;
}

.product-card-action input,
.po-form input,
.po-form select,
.po-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 10px 11px;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  font-weight: 850;
}

.product-card-action input:focus,
.po-form input:focus,
.po-form select:focus,
.po-form textarea:focus {
  border-color: var(--ci-red);
  box-shadow: 0 0 0 3px rgba(217, 25, 32, 0.1);
}

.product-card-action .market-button {
  min-height: 42px;
  padding: 0 13px;
}

.po-panel {
  min-width: 0;
}

.po-card {
  overflow: hidden;
}

.po-card-head {
  align-items: flex-start;
}

.po-card-head .section-kicker {
  margin-bottom: 6px;
}

.clear-cart-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: var(--ci-red);
  background: var(--red-soft);
}

.cart-empty {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 26px 18px;
  color: var(--muted);
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.cart-empty[hidden] {
  display: none;
}

.cart-empty svg {
  color: var(--ci-red);
  font-size: 30px;
}

.cart-empty strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 1000;
}

.cart-empty span {
  font-size: 13px;
  font-weight: 750;
}

.cart-lines {
  display: grid;
  max-height: 310px;
  overflow: auto;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px 88px 28px;
  gap: 9px;
  align-items: center;
  min-height: 76px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.2;
}

.cart-line span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.cart-line label span {
  margin: 0 0 4px;
  font-size: 10px;
  text-transform: uppercase;
}

.cart-line input {
  width: 100%;
  min-height: 34px;
  padding: 5px 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-line b {
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  text-align: right;
}

.cart-line button {
  width: 26px;
  height: 26px;
  color: var(--ci-red);
  background: var(--red-soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  font-weight: 1000;
}

.po-totals {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.po-totals p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.po-totals strong {
  color: var(--ink);
  font-weight: 1000;
}

.po-totals .total {
  padding-top: 10px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.po-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.po-form .form-wide {
  grid-column: 1 / -1;
}

.po-form textarea {
  resize: vertical;
}

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

.po-actions .market-button {
  min-height: 42px;
}

.po-output {
  display: block;
  width: calc(100% - 32px);
  min-height: 180px;
  margin: 0 16px 16px;
  padding: 12px;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.45;
  resize: vertical;
}

.fulfillment-system {
  padding: 72px 0;
  background: #fff;
}

.fulfillment-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
}

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

.fulfillment-steps article {
  min-height: 190px;
  padding: 20px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fulfillment-steps span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--ci-red);
  border-radius: 50%;
  font-weight: 1000;
}

.fulfillment-steps strong {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 1000;
}

.fulfillment-steps p {
  margin-top: 8px;
  font-size: 13px;
}

@media (max-width: 1180px) {
  .procurement-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .po-panel {
    grid-column: 1 / -1;
    position: static;
  }

  .po-card {
    display: block;
  }

  .po-card-head,
  .cart-empty,
  .cart-lines,
  .po-totals {
    grid-column: 1;
  }

  .po-form,
  .po-actions,
  .po-output {
    grid-column: 2;
  }

  .po-card-head {
    grid-row: 1;
  }

  .po-form {
    grid-row: 1 / span 3;
    border-left: 1px solid var(--line);
  }

  .po-actions,
  .po-output {
    border-left: 1px solid var(--line);
  }
}

@media (max-width: 900px) {
  .landing-hero {
    min-height: 430px;
  }

  .landing-hero-grid {
    min-height: 430px;
    padding: 48px 0 104px;
  }

  .procurement-head,
  .procurement-toolbar,
  .procurement-layout,
  .fulfillment-grid,
  .fulfillment-steps {
    grid-template-columns: 1fr;
  }

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

  .category-sidebar {
    position: static;
  }

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

  .po-card {
    display: block;
  }

  .po-form,
  .po-actions,
  .po-output {
    border-left: 0;
  }
}

@media (min-width: 901px) {
  .site-header .nav-links,
  .reference-home .landing-header .nav-links,
  .products-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links {
    max-width: none;
    gap: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header .nav-links a,
  .reference-home .landing-header .nav-links a,
  .products-header .nav-links a,
  .category-page-header .nav-links a,
  .catalog-header .nav-links a {
    padding: 14px 0;
    color: var(--ci-ink);
    background: transparent;
    border-radius: 0;
  }

  .site-header .nav-links a::after,
  .reference-home .landing-header .nav-links a::after,
  .products-header .nav-links a::after,
  .category-page-header .nav-links a::after,
  .catalog-header .nav-links a::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 3px;
    content: "";
    background: var(--ci-red);
    border-radius: 999px;
    transform: translateX(-50%);
    transition: width 160ms ease;
  }

  .site-header .nav-links a:hover,
  .reference-home .landing-header .nav-links a:hover,
  .products-header .nav-links a:hover,
  .category-page-header .nav-links a:hover,
  .catalog-header .nav-links a:hover {
    color: var(--ci-red);
    background: transparent;
  }

  .site-header .nav-links a.active,
  .reference-home .landing-header .nav-links a.active,
  .reference-home .landing-header .nav-links a.active:hover,
  .products-header .nav-links a.active,
  .category-page-header .nav-links a.active,
  .catalog-header .nav-links a.active {
    color: var(--ci-red);
    background: transparent;
    box-shadow: none;
  }

  .site-header .nav-links a:hover::after,
  .site-header .nav-links a.active::after,
  .reference-home .landing-header .nav-links a:hover::after,
  .reference-home .landing-header .nav-links a.active::after,
  .products-header .nav-links a:hover::after,
  .products-header .nav-links a.active::after,
  .category-page-header .nav-links a:hover::after,
  .category-page-header .nav-links a.active::after,
  .catalog-header .nav-links a:hover::after,
  .catalog-header .nav-links a.active::after {
    width: 30px;
  }
}

@media (max-width: 640px) {
  .video-products-page,
  .video-products-page .products-main {
    overflow-x: hidden;
  }

  .video-products-page .products-main > .products-control-panel > .container.products-filter-card,
  .video-products-page .products-main > .products-list-section > .container {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .video-products-page .nav-wrap {
    width: calc(100% - 30px);
  }

  .products-header .nav-wrap {
    overflow: hidden;
  }

  .products-header .nav-actions {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .products-header .nav-actions::-webkit-scrollbar {
    display: none;
  }

  .products-header .contact-button {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .products-header .contact-button span {
    display: none;
  }

  .products-filter-card {
    padding: 22px 16px;
  }

  .products-filter-card h1 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .products-search-bar,
  .products-grid,
  .video-product-card {
    max-width: 100% !important;
  }

  .products-search-bar {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding-right: 14px;
  }

  .products-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .video-product-action {
    gap: 10px;
    margin: 0 14px 16px;
    padding: 14px;
  }

  .video-product-action button {
    width: 46px;
    height: 46px;
    margin-right: 18px;
    transform: translateX(-18px);
  }

  .video-product-action button:hover {
    transform: translateX(-18px);
  }

  .video-product-action strong {
    font-size: 20px;
  }
}

/* Product page navbar match with the landing header */
.video-products-page .products-header {
  isolation: isolate;
  overflow: visible;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 42%),
    var(--ci-red-gradient);
  border-bottom: 0;
  box-shadow: 0 18px 36px rgba(143, 7, 16, 0.2);
}

.video-products-page .products-header::before {
  inset: 0 0 auto;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(76, 3, 8, 0));
  pointer-events: none;
}

.video-products-page .products-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}

.video-products-page .products-header .nav-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  min-height: 86px;
  gap: 16px;
  padding-top: 0;
  overflow: visible;
}

.video-products-page .products-header .brand {
  min-width: 150px;
  color: #fff;
  text-shadow: 0 8px 18px rgba(76, 3, 8, 0.18);
}

.video-products-page .products-header .brand span,
.video-products-page .products-header .brand small {
  color: rgba(255, 255, 255, 0.86);
}

.video-products-page .products-header .brand strong {
  color: #fff;
  font-size: 29px;
  line-height: 0.84;
}

.video-products-page .products-header .nav-links {
  --nav-indicator-left: 0px;
  --nav-indicator-top: 0px;
  --nav-indicator-width: 0px;
  --nav-indicator-height: 0px;
  --nav-indicator-opacity: 0;
  position: relative;
  isolation: isolate;
  flex: 0 1 auto;
  justify-content: center;
  gap: 3px;
  max-width: none;
  margin: 0 auto;
  padding: 5px;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(76, 3, 8, 0.16);
}

.video-products-page .products-header .nav-links::before {
  position: absolute;
  top: var(--nav-indicator-top);
  left: var(--nav-indicator-left);
  z-index: 0;
  width: var(--nav-indicator-width);
  height: var(--nav-indicator-height);
  content: "";
  pointer-events: none;
  background: var(--ci-red-gradient);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.24);
  opacity: 0;
  transform: translateZ(0);
  transition:
    left 260ms cubic-bezier(0.22, 1, 0.36, 1),
    top 260ms cubic-bezier(0.22, 1, 0.36, 1),
    width 260ms cubic-bezier(0.22, 1, 0.36, 1),
    height 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 140ms ease;
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"]::before {
  opacity: var(--nav-indicator-opacity);
}

.video-products-page .products-header .nav-links a,
.video-products-page .products-header .nav-links a:nth-child(n) {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: #211417;
  background: transparent;
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.video-products-page .products-header .nav-links a::before,
.video-products-page .products-header .nav-links a::after,
.video-products-page .products-header .nav-links a:nth-child(n)::before,
.video-products-page .products-header .nav-links a:nth-child(n)::after {
  display: none;
  content: none;
}

.video-products-page .products-header .nav-links a:hover {
  color: var(--ci-red);
  background: var(--ci-red-soft);
}

.video-products-page .products-header .nav-links a.active,
.video-products-page .products-header .nav-links a.active:hover {
  color: #fff;
  background: var(--ci-red-gradient);
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.24);
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"] a,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a:hover,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active:hover {
  background: transparent;
  box-shadow: none;
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a:hover {
  color: var(--ci-red);
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.is-indicator-target,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.is-indicator-target:hover,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.is-indicator-target:focus-visible {
  color: #fff;
}

.video-products-page .products-header .nav-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 8px;
}

.video-products-page .products-header .language-switch {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.video-products-page .products-header .language-switch::before {
  background: #fff;
  box-shadow: 0 10px 18px rgba(76, 3, 8, 0.16);
}

.video-products-page .products-header .language-switch > svg {
  display: none;
}

.video-products-page .products-header .language-switch .lang-option {
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

.video-products-page .products-header .language-switch .lang-option.active {
  color: var(--ci-red);
  background: transparent;
}

.video-products-page .products-header .icon-button,
.video-products-page .products-header .contact-button {
  color: var(--ci-red);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 12px 24px rgba(76, 3, 8, 0.14);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.video-products-page .products-header .icon-button:hover,
.video-products-page .products-header .contact-button:hover {
  color: var(--ci-red-deep);
  background: #fff;
  border-color: #fff;
  transform: translateY(-1px);
}

.video-products-page .products-header .contact-button {
  min-width: 148px;
  height: 44px;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 1000;
}

.video-products-page .products-header .icon-button b {
  top: -6px;
  right: -6px;
  color: #fff;
  background: var(--ci-red-deep);
  border-color: #fff;
}

@media (max-width: 1120px) {
  .video-products-page .products-header .nav-wrap {
    width: min(100% - 38px, 1280px);
    gap: 12px;
  }

  .video-products-page .products-header .brand {
    min-width: 130px;
  }

  .video-products-page .products-header .brand strong {
    font-size: 26px;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .video-products-page .products-header {
    position: sticky;
  }

  .video-products-page .products-header .nav-wrap {
    display: grid;
    grid-template-columns: minmax(112px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "links links";
    align-items: center;
    min-height: 0;
    gap: 10px 12px;
    padding: 11px 0 12px;
  }

  .video-products-page .products-header .brand {
    grid-area: brand;
    justify-self: start;
    width: auto;
    min-width: 0;
    max-width: 190px;
  }

  .video-products-page .products-header .nav-actions {
    grid-area: actions;
    justify-self: end;
    width: auto;
    max-width: calc(100vw - 180px);
    margin-left: 0;
    padding: 0;
    overflow: visible;
  }

  .video-products-page .products-header .contact-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
  }

  .video-products-page .products-header .contact-button span {
    display: none;
  }

  .video-products-page .products-header .nav-links {
    grid-area: links;
    order: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .video-products-page .products-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex: 1 1 min(118px, 100%);
    min-height: 38px;
    padding: 0 15px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .video-products-page .products-header .nav-wrap {
    width: calc(100% - 24px);
    overflow: visible;
  }

  .video-products-page .products-header .nav-actions {
    max-width: none;
    gap: 6px;
  }

  .video-products-page .products-header .brand {
    max-width: 108px;
  }

  .video-products-page .products-header .brand span,
  .video-products-page .products-header .brand small {
    line-height: 1;
  }

  .video-products-page .products-header .brand span {
    font-size: 8px;
  }

  .video-products-page .products-header .brand strong {
    margin-top: 2px;
    font-size: 21px;
  }

  .video-products-page .products-header .brand small {
    font-size: 7px;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 33px);
    width: 72px;
    min-width: 72px;
    min-height: 36px;
    padding: 3px;
  }

  .video-products-page .products-header .language-switch::before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 33px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(33px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 33px;
    height: 30px;
    padding: 0;
    font-size: 12px;
  }

  .video-products-page .products-header .nav-links {
    padding: 4px;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex-basis: calc(50% - 4px);
    min-height: 32px;
    padding: 0 10px;
    font-size: 11.5px;
  }
}

@media (max-width: 380px) {
  .video-products-page .products-header .nav-wrap {
    width: calc(100% - 20px);
  }

  .video-products-page .products-header .brand {
    max-width: 98px;
  }

  .video-products-page .products-header .brand strong {
    font-size: 19px;
  }

  .video-products-page .products-header .nav-actions {
    max-width: none;
    gap: 5px;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 31px);
    width: 68px;
    min-width: 68px;
    min-height: 34px;
  }

  .video-products-page .products-header .language-switch::before {
    width: 31px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(31px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 31px;
    height: 28px;
    padding: 0;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex-basis: 100%;
    padding: 0 9px;
    font-size: 11px;
  }
}

/* Last-mile responsive overflow guard: keep this at the end of styles.css. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}

img,
svg,
video,
canvas,
iframe,
input,
select,
textarea,
button {
  max-width: 100%;
}

.container,
.nav-wrap,
.reference-category-page .container,
.product-category-page .container,
.video-products-page .container,
.category-page-header .nav-wrap,
.catalog-header .nav-wrap,
.products-header .nav-wrap,
.nav-wrap > *,
.nav-links,
.nav-actions,
.brand,
.footer-grid,
.products-filter-card,
.products-search-bar,
.product-search-bar,
.category-search-panel,
.catalog-search,
.catalog-search-box,
.video-product-card,
.category-product-card,
.category-index-card,
.simple-product-card,
.modal-cart-line,
.modal-summary,
.quote-mail-note {
  min-width: 0;
  max-width: 100%;
}

.nav-links a,
.products-filter-pills button,
.product-category-tabs a,
.category-pill-row button,
.video-product-body h2,
.video-product-body p,
.category-product-body h2,
.category-product-body p,
.category-index-card strong,
.category-index-card span,
.modal-cart-line strong,
.quote-mail-note,
.footer-grid a,
.footer-grid p {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  :root {
    --mobile-page-gutter: 14px;
  }

  .container,
  .nav-wrap,
  .reference-category-page .container,
  .product-category-page .container,
  .video-products-page .container,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap,
  .products-header .nav-wrap {
    width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    max-width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    margin-right: auto;
    margin-left: auto;
  }

  .site-header .nav-wrap,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap,
  .products-header .nav-wrap {
    overflow: visible;
  }

  .site-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links,
  .products-header .nav-links,
  .video-products-page .products-header .nav-links {
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  .site-header .nav-links a,
  .category-page-header .nav-links a,
  .catalog-header .nav-links a,
  .products-header .nav-links a,
  .products-header .nav-links a:nth-child(n),
  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex: 1 1 auto;
    min-width: min(118px, 100%);
    white-space: normal;
    text-align: center;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    flex-wrap: wrap;
    align-items: stretch;
    overflow: visible;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding-right: 8px;
    padding-left: 14px;
  }

  .products-grid,
  .category-product-grid,
  .reference-category-page .category-product-grid,
  .category-index-grid,
  .simple-product-grid,
  .product-grid,
  .category-grid,
  .problem-grid,
  .customer-grid,
  .product-category-modern,
  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .modal-cart-lines {
    margin-right: 0;
  }

  .modal-cart-line {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .modal-cart-line em {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }

  .modal-summary,
  .quote-request-form,
  .order-modal-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .modal-summary button {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
  }

  .floating-products-cart,
  .catalog-floating-cart,
  .floating-button {
    right: max(14px, env(safe-area-inset-right));
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-page-gutter: 12px;
  }

  .products-filter-card {
    padding: 18px 14px;
    border-radius: 8px;
  }

  .products-filter-card h1 {
    align-items: flex-start;
    font-size: 20px;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    gap: 8px;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex-basis: 100%;
    min-height: 40px;
    padding-inline: 12px;
    border-radius: 8px;
    font-size: 12px;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    min-height: 54px;
    border-radius: 8px;
  }

  .products-search-bar input,
  .product-search-bar input,
  .category-search-panel input,
  .catalog-search input {
    font-size: 15px;
  }

  .video-product-action,
  .category-product-action {
    gap: 10px;
    margin-inline: 12px;
    padding: 12px;
    border-radius: 8px;
  }

  .video-product-action button,
  .category-product-action button,
  .reference-category-page .category-product-action a {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .load-more-products {
    width: 100%;
    padding-inline: 14px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 340px) {
  .products-header .nav-actions,
  .video-products-page .products-header .nav-actions {
    gap: 4px;
    max-width: none;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 28px);
    width: 62px;
    min-width: 62px;
  }

  .video-products-page .products-header .language-switch::before {
    width: 28px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(28px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 28px;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

/* Project-wide responsive overflow hardening */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}

img,
svg,
video,
canvas,
iframe,
input,
select,
textarea,
button {
  max-width: 100%;
}

.container,
.nav-wrap,
.reference-category-page .container,
.product-category-page .container,
.video-products-page .container,
.category-page-header .nav-wrap,
.catalog-header .nav-wrap,
.products-header .nav-wrap {
  box-sizing: border-box;
}

.nav-wrap > *,
.nav-links,
.nav-actions,
.brand,
.site-footer,
.footer-grid,
.category-index-card,
.category-product-card,
.video-product-card,
.simple-product-card,
.products-filter-card,
.products-search-bar,
.product-search-bar,
.category-search-panel,
.catalog-search,
.catalog-search-box,
.modal-cart-line,
.modal-summary,
.quote-mail-note {
  min-width: 0;
}

.nav-links a,
.product-category-tabs a,
.category-pill-row button,
.products-filter-pills button,
.load-more-products,
.market-button,
.primary-button,
.secondary-button,
.outline-link {
  max-width: 100%;
}

.nav-links a,
.products-filter-pills button,
.product-category-tabs a,
.category-pill-row button,
.video-product-body h2,
.video-product-body p,
.category-product-body h2,
.category-product-body p,
.category-index-card strong,
.category-index-card span,
.modal-cart-line strong,
.quote-mail-note,
.footer-grid a,
.footer-grid p {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  :root {
    --mobile-page-gutter: 14px;
  }

  .container,
  .nav-wrap,
  .reference-category-page .container,
  .product-category-page .container,
  .video-products-page .container,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap,
  .products-header .nav-wrap {
    width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    max-width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    margin-right: auto;
    margin-left: auto;
  }

  .site-header .nav-wrap,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap {
    overflow: visible;
  }

  .site-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links,
  .products-header .nav-links {
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  .site-header .nav-links a,
  .category-page-header .nav-links a,
  .catalog-header .nav-links a,
  .products-header .nav-links a,
  .products-header .nav-links a:nth-child(n) {
    flex: 1 1 auto;
    min-width: min(118px, 100%);
    white-space: normal;
    text-align: center;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    flex-wrap: wrap;
    align-items: stretch;
    overflow: visible;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .products-filter-card,
  .products-modal-card,
  .contact-modal-card,
  .order-modal-card {
    width: 100%;
    max-width: 100%;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding-right: 8px;
    padding-left: 14px;
  }

  .products-grid,
  .category-product-grid,
  .reference-category-page .category-product-grid,
  .category-index-grid,
  .simple-product-grid,
  .product-grid,
  .category-grid,
  .problem-grid,
  .customer-grid,
  .product-category-modern,
  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .video-product-action,
  .category-product-action {
    min-width: 0;
  }

  .video-product-action strong,
  .category-product-action strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .modal-cart-lines {
    margin-right: 0;
  }

  .modal-cart-line {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .modal-cart-line em {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }

  .modal-summary,
  .quote-request-form,
  .order-modal-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .modal-summary button {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
  }

  .floating-products-cart,
  .catalog-floating-cart,
  .floating-button {
    right: max(14px, env(safe-area-inset-right));
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-page-gutter: 12px;
  }

  .products-filter-card {
    padding: 18px 14px;
    border-radius: 8px;
  }

  .products-filter-card h1 {
    align-items: flex-start;
    font-size: 20px;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    gap: 8px;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex-basis: 100%;
    min-height: 40px;
    padding-inline: 12px;
    border-radius: 8px;
    font-size: 12px;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    min-height: 54px;
    border-radius: 8px;
  }

  .products-search-bar input,
  .product-search-bar input,
  .category-search-panel input,
  .catalog-search input {
    font-size: 15px;
  }

  .video-product-action,
  .category-product-action {
    gap: 10px;
    margin-inline: 12px;
    padding: 12px;
    border-radius: 8px;
  }

  .video-product-action button,
  .category-product-action button,
  .reference-category-page .category-product-action a {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .load-more-products {
    width: 100%;
    padding-inline: 14px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 340px) {
  .products-header .nav-actions,
  .video-products-page .products-header .nav-actions {
    gap: 4px;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 28px);
    width: 62px;
    min-width: 62px;
  }

  .video-products-page .products-header .language-switch::before {
    width: 28px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(28px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 28px;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

@media (max-width: 640px) {
  .video-products-page,
  .video-products-page .products-main {
    overflow-x: hidden;
  }

  .video-products-page .products-main .container {
    width: calc(100vw - 48px);
  }

  .video-products-page .products-main > .products-control-panel > .container.products-filter-card,
  .video-products-page .products-main > .products-list-section > .container {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .video-products-page .products-search-bar,
  .video-products-page .products-grid,
  .video-products-page .video-product-card {
    max-width: 100% !important;
  }

  .video-products-page .nav-wrap {
    width: calc(100% - 30px);
  }

  .products-header .nav-wrap {
    overflow: hidden;
  }

  .products-header .nav-actions {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .products-header .nav-actions::-webkit-scrollbar {
    display: none;
  }

  .products-header .contact-button {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .products-header .contact-button span {
    display: none;
  }

  .products-filter-card {
    padding: 22px 16px;
  }

  .products-filter-card h1 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .products-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .video-product-card {
    width: 100%;
    max-width: 100%;
  }

  .video-product-action {
    gap: 10px;
    margin: 0 14px 16px;
    padding: 14px;
  }

  .video-product-action button {
    width: 46px;
    height: 46px;
  }

  .video-product-action strong {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .video-products-page,
  .video-products-page .products-main {
    overflow-x: hidden;
  }

  .video-products-page .container,
  .video-products-page .nav-wrap {
    width: calc(100% - 30px);
  }

  .video-products-page .products-main .container {
    width: calc(100% - 48px);
  }

  .products-header .nav-wrap {
    overflow: hidden;
  }

  .products-header .nav-actions {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .products-header .nav-actions::-webkit-scrollbar {
    display: none;
  }

  .products-header .contact-button {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .products-header .contact-button span {
    display: none;
  }

  .products-header .nav-links {
    max-width: 100%;
  }

  .products-filter-card {
    padding: 22px 16px;
  }

  .products-filter-card h1 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .products-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .video-product-card {
    width: 100%;
    max-width: 100%;
  }

  .video-product-action {
    gap: 10px;
    margin: 0 14px 16px;
    padding: 14px;
  }

  .video-product-action button {
    width: 46px;
    height: 46px;
  }

  .video-product-action strong {
    font-size: 20px;
  }
}

@media (max-width: 620px) {
  .procurement-workspace .container {
    width: min(100% - 48px, 1180px);
  }

  .landing-hero {
    min-height: 390px;
  }

  .landing-hero-grid {
    min-height: 390px;
    padding: 38px 0 88px;
  }

  .procurement-workspace,
  .fulfillment-system {
    padding: 54px 0;
  }

  .procurement-head h2,
  .fulfillment-system h2 {
    max-width: calc(100vw - 32px);
    font-size: 25px;
    line-height: 1.14;
  }

  .procurement-head p:not(.section-kicker),
  .fulfillment-system p {
    max-width: calc(100vw - 44px);
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .procurement-metrics,
  .category-filter-list,
  .product-grid,
  .po-form,
  .po-actions {
    grid-template-columns: 1fr;
  }

  .procurement-toolbar {
    gap: 10px;
    max-width: calc(100vw - 32px);
  }

  .catalog-search-box,
  .catalog-select,
  .cart-jump {
    width: 100%;
  }

  .category-filter-list b {
    display: none;
  }

  .cart-line {
    grid-template-columns: minmax(0, 1fr) 68px 26px;
  }

  .cart-line b {
    grid-column: 1 / -1;
    text-align: left;
  }

  .hero-benefits {
    display: none;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  .po-card,
  .po-card * {
    visibility: visible;
  }

  .po-card {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    box-shadow: none;
    border: 0;
  }

  .po-actions,
  .clear-cart-button {
    display: none !important;
  }
}

/* Simple category shop */
.simple-shop {
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 8% 12%, rgba(22, 128, 74, 0.12), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(217, 25, 32, 0.1), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f6faf7 42%, #fff7f7 100%);
}

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

.simple-shop-main,
.simple-cart {
  min-width: 0;
}

.simple-shop-head,
.simple-product-head,
.simple-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.simple-shop-head h2,
.simple-product-head h3,
.simple-cart-head h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 1000;
  line-height: 1.1;
}

.simple-shop-head h2 {
  font-size: 38px;
}

.simple-shop-head h2::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 12px;
  content: "";
  background: linear-gradient(90deg, var(--ci-red), var(--green));
  border-radius: 999px;
}

.simple-shop-head p,
.simple-product-head span,
.simple-cart-head span {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.cart-jump b {
  display: inline-grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 7px;
  color: var(--ci-red);
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

.simple-category-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 22px;
}

.simple-category-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 128, 74, 0.12);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 24px rgba(18, 25, 35, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.simple-category-card.active {
  border-color: rgba(217, 25, 32, 0.38);
  box-shadow: 0 12px 28px rgba(217, 25, 32, 0.12);
}

.simple-category-card:hover {
  border-color: rgba(22, 128, 74, 0.32);
  box-shadow: 0 14px 30px rgba(22, 128, 74, 0.12);
  transform: translateY(-2px);
}

.simple-category-photo,
.simple-product-photo {
  display: block;
  overflow: hidden;
  background: #f3f4f6;
  border-radius: 7px;
}

.simple-category-photo {
  aspect-ratio: 1 / 0.72;
}

.simple-product-photo {
  aspect-ratio: 1 / 0.74;
  border-radius: 8px 8px 0 0;
}

.simple-category-photo img,
.simple-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-vegetables img {
  object-position: 76% 25%;
}

.category-seafood img {
  object-position: 58% 70%;
}

.category-meat img {
  object-position: 88% 58%;
}

.category-fruits img {
  object-position: 92% 20%;
}

.category-pantry img {
  object-position: 22% 46%;
}

.simple-category-card strong,
.simple-category-card em {
  display: block;
}

.simple-category-card strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simple-category-card em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.simple-shop-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 170px;
  gap: 12px;
  margin: 0 0 18px;
}

.simple-shop-search,
.simple-shop-sort {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(22, 128, 74, 0.14);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(18, 25, 35, 0.05);
}

.simple-shop-search {
  gap: 11px;
  padding: 0 15px;
}

.simple-shop-search svg {
  flex: 0 0 auto;
  color: var(--ci-red);
  font-size: 19px;
}

.simple-shop-search input,
.simple-shop-sort select {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 850;
}

.simple-shop-sort {
  gap: 9px;
  padding: 0 12px;
}

.simple-shop-sort span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.simple-product-head {
  margin-bottom: 14px;
}

.simple-product-head h3 {
  font-size: 24px;
}

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

.simple-product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(18, 25, 35, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(18, 25, 35, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.simple-product-card:hover {
  border-color: rgba(217, 25, 32, 0.24);
  box-shadow: 0 16px 34px rgba(18, 25, 35, 0.11);
  transform: translateY(-2px);
}

.simple-product-body {
  display: grid;
  gap: 7px;
  padding: 15px 15px 0;
}

.simple-product-body span {
  color: var(--ci-red);
  font-size: 11px;
  font-weight: 1000;
}

.simple-product-body h4 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.18;
}

.simple-product-body strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 1000;
}

.simple-product-body em {
  width: fit-content;
  padding: 5px 9px;
  color: var(--green);
  background: rgba(22, 128, 74, 0.1);
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
}

.simple-product-body em::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  content: "";
  background: var(--green);
  border-radius: 50%;
}

.simple-product-action {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: end;
  padding: 15px;
}

.simple-product-action label {
  display: grid;
  gap: 5px;
}

.simple-product-action label span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 1000;
}

.simple-product-action input {
  width: 100%;
  min-height: 42px;
  padding: 9px 10px;
  color: var(--ink);
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  font-weight: 900;
}

.simple-product-action input:focus {
  border-color: var(--ci-red);
  box-shadow: 0 0 0 3px rgba(217, 25, 32, 0.1);
}

.simple-product-action .market-button {
  min-height: 42px;
  padding: 0 13px;
}

.product-load-row {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

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

.product-load-row .market-button {
  min-width: 190px;
  min-height: 44px;
}

.simple-cart {
  position: sticky;
  top: 136px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(217, 25, 32, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(18, 25, 35, 0.11);
}

.simple-cart-head {
  min-height: 72px;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, var(--ci-red), #b90f18 62%, #16804a);
  border-bottom: 0;
}

.simple-cart-head h3 {
  color: #fff;
  font-size: 20px;
}

.simple-cart-head span {
  color: rgba(255, 255, 255, 0.86);
}

.simple-cart-head .clear-cart-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.simple-cart-lines {
  display: grid;
  max-height: 330px;
  overflow: auto;
}

.simple-cart-lines .cart-line {
  grid-template-columns: minmax(0, 1fr) 64px 82px 28px;
  min-height: 70px;
  background: #fff;
}

.simple-cart-totals {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.simple-cart-totals p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.simple-cart-totals strong {
  color: var(--ink);
  font-weight: 1000;
}

.simple-cart-totals .total {
  padding-top: 10px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.cart-purchase-button {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  width: calc(100% - 36px);
  min-height: 52px;
  margin: 0 18px 18px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--ci-red), #b90f18);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(217, 25, 32, 0.22);
}

.cart-purchase-button svg {
  font-size: 20px;
}

.cart-purchase-button span,
.cart-purchase-button small {
  display: block;
}

.cart-purchase-button span {
  font-size: 16px;
  font-weight: 1000;
  text-align: left;
}

.cart-purchase-button small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.cart-purchase-button:hover {
  background: linear-gradient(135deg, #b90f18, var(--green));
}

body.modal-open {
  overflow: hidden;
}

.order-modal[hidden] {
  display: none;
}

.order-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 25, 35, 0.54);
  backdrop-filter: blur(5px);
}

.order-modal-card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(217, 25, 32, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(18, 25, 35, 0.28);
}

.order-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--ci-red), #b90f18 58%, var(--green));
}

.order-modal-head p,
.order-modal-head h2 {
  margin: 0;
}

.order-modal-head p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
}

.order-modal-head h2 {
  margin-top: 4px;
  color: #fff;
  font-size: 25px;
  font-weight: 1000;
  line-height: 1.12;
}

.order-modal-head .icon-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.order-summary-lines {
  display: grid;
  max-height: 330px;
  overflow: auto;
  background: #fbfdfb;
}

.order-summary-lines article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  min-height: 70px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
}

.order-summary-lines strong,
.order-summary-lines span {
  display: block;
}

.order-summary-lines strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.2;
}

.order-summary-lines span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.order-summary-lines b,
.order-summary-lines em {
  color: var(--ink);
  font-style: normal;
  font-weight: 1000;
  white-space: nowrap;
}

.order-summary-lines em {
  text-align: right;
}

.order-summary-totals {
  display: grid;
  gap: 9px;
  padding: 18px 20px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.order-summary-totals p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.order-summary-totals strong {
  color: var(--ink);
  font-weight: 1000;
}

.order-summary-totals .total {
  padding-top: 11px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 16px;
}

.order-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 20px 20px;
  background: #fff;
}

.order-modal-actions .market-button {
  min-height: 46px;
}

@media (max-width: 1120px) {
  .simple-shop-grid {
    grid-template-columns: 1fr;
  }

  .simple-cart {
    position: static;
  }

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

@media (max-width: 760px) {
  .simple-shop {
    padding: 54px 0;
  }

  .simple-shop-grid {
    gap: 20px;
  }

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

  .simple-shop-head h2 {
    font-size: 30px;
  }

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

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

  .simple-product-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .simple-product-head span {
    margin-top: 0;
  }

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

@media (max-width: 460px) {
  .simple-shop .container {
    width: min(100% - 28px, 1180px);
  }

  .simple-category-row {
    gap: 10px;
  }

  .simple-product-action {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .simple-cart-lines .cart-line {
    grid-template-columns: minmax(0, 1fr) 62px 26px;
  }

  .simple-cart-lines .cart-line b {
    grid-column: 1 / -1;
    text-align: left;
  }

  .order-modal {
    padding: 14px;
  }

  .order-modal-head h2 {
    font-size: 21px;
  }

  .order-summary-lines article {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .order-summary-lines em {
    grid-column: 1 / -1;
    text-align: left;
  }

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

/* Product category page */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-category-page {
  color: var(--ink);
  background: #f6f7f9;
}

.product-category-page main {
  overflow: visible;
}

.product-category-page .container {
  width: min(1540px, calc(100% - 72px));
}

.catalog-header {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 6px 24px rgba(18, 25, 35, 0.08);
}

.catalog-header .nav-wrap {
  width: min(1540px, calc(100% - 72px));
  min-height: 116px;
  gap: 58px;
}

.catalog-header .brand {
  width: 142px;
  color: var(--ci-red);
}

.catalog-header .brand span {
  font-size: 10px;
  letter-spacing: 0;
}

.catalog-header .brand strong {
  font-size: 34px;
  line-height: 0.78;
}

.catalog-header .brand small {
  align-self: center;
  margin-top: 7px;
  font-size: 8px;
}

.catalog-header .nav-links {
  gap: 58px;
}

.catalog-header .nav-links a {
  padding: 44px 0 36px;
  color: #232936;
  font-size: 16px;
  font-weight: 1000;
}

.catalog-header .nav-links a::after {
  bottom: 28px;
  height: 4px;
  background: var(--ci-red);
}

.catalog-header .nav-links a:hover,
.catalog-header .nav-links a.active {
  color: var(--ci-red);
}

.catalog-header .nav-actions {
  gap: 14px;
}

.catalog-header .icon-button,
.catalog-header .nav-cart-button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: var(--ci-red);
  background: #fff1f2;
  box-shadow: none;
}

.catalog-header .nav-cart-button {
  position: relative;
  color: #1f2937;
  background: #f1f3f6;
}

.catalog-header .nav-cart-button b,
.catalog-floating-cart b {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: var(--ci-red);
  background: #fff;
  border: 3px solid var(--ci-red);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
}

.catalog-header .contact-button {
  min-width: 154px;
  height: 48px;
  gap: 9px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  box-shadow: 0 12px 24px rgba(217, 25, 32, 0.22);
}

.catalog-header .contact-button svg {
  flex: 0 0 auto;
}

.category-filter-strip {
  position: sticky;
  top: 116px;
  z-index: 24;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #edf0f3;
  border-bottom: 1px solid #e7ebef;
  box-shadow: 0 10px 22px rgba(18, 25, 35, 0.05);
  backdrop-filter: blur(12px);
}

.category-pill-row {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
}

.category-pill-row button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 138px;
  min-height: 54px;
  padding: 0 24px;
  color: #303847;
  background: #edf0f5;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(18, 25, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 1000;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.category-pill-row button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 25, 35, 0.12);
}

.category-pill-row button.active {
  color: #fff;
  background: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  box-shadow: 0 14px 26px rgba(217, 25, 32, 0.24);
}

.category-pill-row svg {
  flex: 0 0 auto;
  font-size: 20px;
}

.product-category-board {
  min-height: 840px;
  padding: 66px 0 92px;
  background:
    linear-gradient(180deg, #fafbfc 0%, #f5f6f8 100%);
}

.category-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  margin: 0 0 54px;
  padding: 0 10px 0 30px;
  background: #fff;
  border: 1px solid #e1e6eb;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 25, 35, 0.06);
}

.category-search-panel input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 800;
}

.category-search-panel input::placeholder {
  color: #a7b0bd;
}

.category-search-panel button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #9da7b5;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 26px;
}

.category-search-panel button:hover {
  color: var(--ci-red);
  background: #fff1f2;
}

.catalog-result-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 34px;
  margin: -24px 0 22px;
}

.catalog-result-meta strong {
  color: var(--ci-red);
  font-size: 22px;
  font-weight: 1000;
}

.catalog-result-meta span {
  color: #7a8491;
  font-size: 13px;
  font-weight: 900;
}

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

.category-product-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 25, 35, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(18, 25, 35, 0.1);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

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

.category-product-card:hover {
  border-color: rgba(217, 25, 32, 0.22);
  box-shadow: 0 18px 36px rgba(18, 25, 35, 0.14);
  transform: translateY(-3px);
}

.category-product-photo {
  position: relative;
  aspect-ratio: 1 / 0.66;
  overflow: hidden;
  background: #eef1f4;
}

.category-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: var(--fit, cover);
  object-position: var(--focus, center);
  transform: scale(var(--zoom, 1));
}

.category-product-photo span {
  position: absolute;
  top: 17px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 28px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(109, 6, 12, 0.18);
  font-size: 12px;
  font-weight: 1000;
  white-space: nowrap;
}

.category-product-body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px 24px 10px;
}

.category-product-body h2 {
  margin: 0;
  color: #151c29;
  font-size: 21px;
  font-weight: 1000;
  line-height: 1.2;
}

.category-product-body p {
  min-height: 52px;
  margin: 0;
  color: #5c6674;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.category-product-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 24px 24px;
}

.category-product-action strong {
  min-width: 0;
  color: var(--ci-red);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.1;
}

.category-product-action button {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(217, 25, 32, 0.22);
  font-size: 22px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.category-product-action button:hover,
.category-product-action button.added {
  transform: scale(1.08);
  box-shadow: 0 16px 28px rgba(217, 25, 32, 0.32);
}

.category-empty-state {
  min-height: 180px;
  margin: 0;
  padding: 72px 24px;
  color: #87909c;
  background: #fff;
  border: 1px dashed #d8dee5;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.catalog-contact {
  background: linear-gradient(90deg, var(--ci-red-deep), var(--ci-red));
}

.catalog-floating-cart {
  position: fixed;
  right: max(36px, env(safe-area-inset-right));
  bottom: max(34px, env(safe-area-inset-bottom));
  z-index: 42;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: #fff;
  background: rgba(217, 25, 32, 0.74);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(217, 25, 32, 0.24);
  backdrop-filter: blur(8px);
}

.catalog-floating-cart svg {
  font-size: 34px;
}

.catalog-floating-cart b {
  top: -6px;
  right: -3px;
  color: var(--ci-red);
  background: #fff;
}

.catalog-footer .brand-footer {
  color: var(--ci-red);
}

@media (max-width: 1280px) {
  .catalog-header .nav-wrap,
  .product-category-page .container {
    width: min(100% - 56px, 1180px);
  }

  .catalog-header .nav-wrap {
    gap: 34px;
  }

  .catalog-header .nav-links {
    gap: 30px;
  }

  .category-product-grid {
    gap: 20px;
  }

  .category-product-body {
    padding-inline: 20px;
  }

  .category-product-action {
    padding-inline: 20px;
  }
}

@media (max-width: 1040px) {
  .catalog-header .nav-wrap {
    flex-wrap: wrap;
    min-height: 0;
    padding: 18px 0;
  }

  .catalog-header .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .catalog-header .nav-links a {
    padding: 8px 0 14px;
  }

  .catalog-header .nav-links a::after {
    bottom: 2px;
  }

  .category-filter-strip {
    position: static;
  }

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

@media (max-width: 780px) {
  .catalog-header .contact-button {
    min-width: 48px;
    padding: 0;
  }

  .catalog-header .contact-button span {
    display: none;
  }

  .category-pill-row {
    min-height: 72px;
    gap: 12px;
  }

  .category-pill-row button {
    min-width: auto;
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }

  .product-category-board {
    padding: 38px 0 64px;
  }

  .category-search-panel {
    grid-template-columns: minmax(0, 1fr) 52px;
    min-height: 62px;
    margin-bottom: 36px;
    padding-left: 18px;
  }

  .category-search-panel input {
    font-size: 16px;
  }

  .catalog-result-meta {
    margin-top: -16px;
  }

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

  .category-product-body h2 {
    font-size: 18px;
  }

  .category-product-body p {
    min-height: 0;
    font-size: 13px;
  }

  .category-product-action strong {
    font-size: 18px;
  }

  .catalog-floating-cart {
    right: 22px;
    bottom: 22px;
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 540px) {
  .catalog-header .nav-wrap,
  .product-category-page .container {
    width: min(100% - 30px, 1180px);
  }

  .catalog-header .brand strong {
    font-size: 29px;
  }

  .catalog-result-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

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

  .category-product-photo {
    aspect-ratio: 1 / 0.62;
  }
}

/* Reference home and separated product category pages */
.reference-home .landing-header .nav-links a {
  display: inline-flex;
  font-size: 14px;
}

.reference-home .landing-header .nav-links a:nth-child(n)::before {
  content: none;
}

.reference-home .landing-header .nav-links {
  gap: 56px;
}

.reference-home .landing-header .icon-button,
.reference-home .landing-header .account-button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  color: #fff;
  background: var(--ci-red);
  box-shadow: 0 10px 20px rgba(217, 25, 32, 0.18);
}

.reference-home .landing-header .language-switch {
  min-height: 46px;
  padding: 5px;
  color: #fff;
  background: var(--ci-red);
  box-shadow: 0 10px 20px rgba(217, 25, 32, 0.18);
}

.reference-home .landing-header .language-switch > svg {
  margin: 0 3px 0 7px;
  font-size: 18px;
}

.reference-home .landing-header .lang-option {
  min-width: 38px;
  height: 34px;
  color: rgba(255, 255, 255, 0.9);
}

.reference-home .landing-header .lang-option.active {
  color: var(--ci-red);
  background: #fff;
}

.reference-home .product-aisles .landing-aisle-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.reference-home .product-aisles .landing-aisle-card {
  order: initial;
  grid-template-columns: 1fr;
  grid-template-areas:
    "photo"
    "title";
  gap: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 25, 35, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(18, 25, 35, 0.08);
}

.reference-home .product-aisles .landing-aisle-card:nth-child(n) {
  display: grid;
  order: initial;
}

.reference-home .product-aisles .landing-aisle-card::before {
  display: none;
}

.reference-home .product-aisles .landing-aisle-card img {
  grid-area: photo;
  width: 100%;
  height: 188px;
  object-fit: cover;
  background: #eef1f4;
}

.reference-home .product-aisles .landing-aisle-card:nth-child(1) img {
  object-position: 45% 46%;
}

.reference-home .product-aisles .landing-aisle-card:nth-child(2) img {
  object-position: 48% 58%;
}

.reference-home .product-aisles .landing-aisle-card:nth-child(3) img {
  object-position: 50% 50%;
}

.reference-home .product-aisles .landing-aisle-card:nth-child(4) img {
  object-position: 55% 52%;
}

.reference-home .product-aisles .landing-aisle-card:nth-child(5) img {
  object-position: 50% 48%;
}

.reference-home .product-aisles .landing-aisle-card strong {
  grid-area: title;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.2;
}

.reference-home .product-aisles .landing-aisle-card:nth-child(5) strong::before {
  content: none;
}

.reference-home .product-aisles .landing-aisle-card strong::after {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--ci-red);
  content: ">";
  font-size: 21px;
  font-weight: 1000;
  line-height: 1;
}

.reference-home .product-aisles .landing-aisle-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(18, 25, 35, 0.12);
}

.reference-home .landing-footer .footer-grid > div:nth-child(2) a:nth-of-type(5) {
  display: block;
}

.reference-category-page {
  color: var(--ink);
  background: #f7f8fa;
}

.reference-category-page .container,
.category-page-header .nav-wrap {
  width: min(1180px, calc(100% - 56px));
  max-width: 100%;
  margin: 0 auto;
}

.category-page-header {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 26px rgba(18, 25, 35, 0.08);
}

.category-page-header .nav-wrap {
  min-height: 112px;
  gap: 48px;
}

.category-page-header .brand {
  width: 138px;
  color: var(--ci-red);
}

.category-page-header .brand strong {
  font-size: 33px;
  line-height: 0.78;
}

.category-page-header .brand small {
  align-self: center;
  margin-top: 7px;
}

.category-page-header .nav-links {
  gap: 48px;
}

.category-page-header .nav-links a {
  padding: 43px 0 35px;
  color: var(--ink);
  font-weight: 1000;
}

.category-page-header .nav-links a::after {
  bottom: 25px;
  height: 3px;
  background: var(--ci-red);
}

.category-page-header .nav-links a:hover,
.category-page-header .nav-links a.active {
  color: var(--ci-red);
}

.category-page-header .icon-button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  color: #fff;
  background: var(--ci-red);
  box-shadow: 0 10px 20px rgba(217, 25, 32, 0.18);
}

.category-index-hero {
  padding: 76px 0 34px;
  background: #fff;
}

.category-index-hero h1,
.product-list-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 48px;
  font-weight: 1000;
  line-height: 1.08;
}

.category-index-hero p:not(.section-kicker),
.product-list-hero p:not(.section-kicker):not(.page-breadcrumb) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.category-index-section {
  padding: 30px 0 82px;
  background: #fff;
}

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

.category-index-card {
  display: grid;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 25, 35, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(18, 25, 35, 0.08);
}

.category-index-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(18, 25, 35, 0.12);
}

.category-index-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.category-index-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 1000;
}

.category-index-card strong::after {
  color: var(--ci-red);
  content: ">";
  font-size: 21px;
}

.category-index-card span {
  min-height: 72px;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.product-list-hero {
  padding: 54px 0;
  background: #fff;
}

.product-list-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 46px;
  align-items: center;
}

.product-list-hero img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(18, 25, 35, 0.12);
}

.product-list-section {
  padding: 34px 0 86px;
  background: #f7f8fa;
}

.product-category-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  overflow-x: auto;
}

.product-category-tabs a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  color: #303847;
  background: #fff;
  border: 1px solid #e4e8ee;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 1000;
  white-space: nowrap;
}

.product-category-tabs a.active,
.product-category-tabs a:hover {
  color: #fff;
  background: var(--ci-red);
  border-color: var(--ci-red);
}

.product-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  min-height: 68px;
  margin-bottom: 24px;
  padding: 0 10px 0 24px;
  background: #fff;
  border: 1px solid #e1e6eb;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 25, 35, 0.06);
}

.product-search-bar input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
  font-weight: 850;
}

.product-search-bar svg {
  justify-self: center;
  color: #98a2af;
  font-size: 24px;
}

.product-list-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.product-list-meta strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 1000;
}

.product-list-meta span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

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

.reference-category-page .category-product-action a {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: linear-gradient(180deg, var(--ci-red), var(--ci-red-deep));
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(217, 25, 32, 0.22);
  font-size: 22px;
}

.reference-category-page .category-product-action a:hover {
  transform: scale(1.08);
  box-shadow: 0 16px 28px rgba(217, 25, 32, 0.32);
}

.category-page-footer {
  color: #fff;
  background: var(--ci-red);
}

.category-page-footer .brand-footer,
.category-page-footer h2,
.category-page-footer .footer-line svg {
  color: #fff;
}

.category-page-footer p,
.category-page-footer a,
.category-page-footer .footer-line span {
  color: rgba(255, 255, 255, 0.9);
}

.category-page-footer .copyright {
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

@media (max-width: 1080px) {
  .reference-home .landing-header .nav-links,
  .category-page-header .nav-links {
    gap: 24px;
  }

  .reference-home .product-aisles .landing-aisle-grid,
  .category-index-grid,
  .reference-category-page .category-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .reference-home .landing-header .nav-wrap,
  .category-page-header .nav-wrap {
    flex-wrap: wrap;
    min-height: 0;
    gap: 18px;
    padding: 18px 0;
  }

  .reference-home .landing-header .nav-links,
  .category-page-header .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .reference-home .product-aisles .landing-aisle-grid,
  .category-index-grid,
  .reference-category-page .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-index-hero h1,
  .product-list-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 540px) {
  .reference-home .product-aisles .landing-aisle-grid,
  .category-index-grid,
  .reference-category-page .category-product-grid {
    grid-template-columns: 1fr;
  }

  .reference-category-page .container,
  .category-page-header .nav-wrap {
    width: min(100% - 30px, 1180px);
  }
}

/* Homepage product category entry */
.reference-home .product-aisles {
  display: block;
  padding: 92px 0 82px;
  background: #fff;
}

.reference-home .product-aisles .container {
  width: min(1400px, calc(100% - 140px));
}

.reference-home .product-aisles .product-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  margin-bottom: 54px;
}

.reference-home .product-aisles .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--ci-red);
  font-size: 17px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.reference-home .product-aisles .section-kicker::before {
  display: block;
  width: 18px;
  height: 3px;
  content: "";
  background: var(--ci-red);
  border-radius: 999px;
}

.reference-home .product-aisles .section-kicker::after {
  content: none;
}

.reference-home .product-aisles .landing-section-head h2 {
  max-width: 860px;
  margin: 0;
  color: #111827;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 1000;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.reference-home .product-aisles .landing-section-head h2::after {
  content: none;
}

.reference-home .product-aisles .landing-section-head h2 span {
  display: inline;
}

.reference-home .product-aisles .landing-section-head p:not(.section-kicker) {
  display: none;
}

.reference-home .product-aisles .market-button.outline {
  justify-self: end;
  min-width: 220px;
  min-height: 62px;
  padding: 0 28px 0 32px;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 28px rgba(217, 25, 32, 0.28);
}

.reference-home .product-aisles .market-button.outline span {
  font-size: 17px;
  font-weight: 1000;
}

.reference-home .product-aisles .market-button.outline span::before {
  content: none;
}

.reference-home .product-aisles .market-button.outline svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.7;
}

.reference-home .product-aisles .landing-aisle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.reference-home .product-aisles .landing-aisle-card,
.reference-home .product-aisles .landing-aisle-card:nth-child(n) {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 25, 35, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(18, 25, 35, 0.08);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.reference-home .product-aisles .landing-aisle-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: var(--aisle-focus, 50% 50%);
  background: #eef1f4;
}

.reference-home .product-aisles .landing-aisle-card--dairy {
  --aisle-focus: 50% 44%;
}

.reference-home .product-aisles .landing-aisle-card--cp {
  --aisle-focus: 50% 50%;
}

.reference-home .product-aisles .landing-aisle-card--poultry {
  --aisle-focus: 52% 48%;
}

.reference-home .product-aisles .landing-aisle-card--beef {
  --aisle-focus: 50% 52%;
}

.reference-home .product-aisles .landing-aisle-card--pork {
  --aisle-focus: 51% 51%;
}

.reference-home .product-aisles .landing-aisle-card--ready {
  --aisle-focus: 50% 52%;
}

.reference-home .product-aisles .landing-aisle-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
  padding: 0 22px;
  color: #111827;
  font-size: 17px;
  font-weight: 1000;
}

.reference-home .product-aisles .landing-aisle-card strong::after {
  color: var(--ci-red);
  content: ">";
  font-size: 30px;
  line-height: 1;
}

.reference-home .product-aisles .landing-aisle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 38px rgba(18, 25, 35, 0.13);
}

.brand-logo-card {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 100%;
  height: 190px;
  overflow: hidden;
  padding: 34px;
  background: linear-gradient(180deg, #fbfcfd 0%, #f4f7fa 100%);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.reference-home .product-aisles .landing-aisle-card .brand-logo-card {
  grid-area: photo;
  height: 210px;
}

.brand-logo-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: min(72%, 210px);
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(15, 23, 42, 0.08));
}

.reference-home .product-aisles .landing-aisle-card .brand-logo-card img {
  width: auto;
  height: auto;
  max-width: min(72%, 210px);
  max-height: 132px;
  object-fit: contain;
  background: transparent;
}

.brand-logo-card--cp {
  background: linear-gradient(180deg, #fff8df 0%, #fff1bd 100%);
}

.brand-logo-card--cp img {
  max-height: 106px;
}

.brand-logo-card--smileheart {
  background: linear-gradient(180deg, #fff8f8 0%, #fff0f0 100%);
}

.brand-logo-card--smileheart img {
  max-height: 126px;
}

.reference-home .product-aisles .landing-aisle-card .brand-logo-card--cp img {
  max-height: 106px;
}

.reference-home .product-aisles .landing-aisle-card .brand-logo-card--smileheart img {
  max-height: 126px;
}

.brand-logo-card--tvi {
  background: linear-gradient(180deg, #f7f9ff 0%, #eef4ff 100%);
}

.brand-logo-card--betagro {
  background: linear-gradient(180deg, #fbfff8 0%, #f3faed 100%);
}

.brand-logo-card--pfp {
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fc 100%);
}

@media (max-width: 1160px) {
  .reference-home .product-aisles .container {
    width: min(100% - 56px, 1400px);
  }

  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .reference-home .product-aisles {
    padding: 68px 0 64px;
  }

  .reference-home .product-aisles .container {
    width: min(100% - 32px, 1400px);
  }

  .reference-home .product-aisles .product-section-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .reference-home .product-aisles .landing-section-head h2 {
    font-size: 36px;
  }

  .reference-home .product-aisles .market-button.outline {
    justify-self: start;
  }

  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .reference-home .product-aisles .landing-section-head h2 {
    font-size: 31px;
    line-height: 1.18;
  }

  .reference-home .product-aisles .landing-section-head h2 br {
    display: none;
  }

  .reference-home .product-aisles .landing-section-head h2 span {
    display: block;
  }

  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: 1fr;
  }

  .reference-home .product-aisles .landing-aisle-card img {
    height: auto;
  }
}

/* Video-inspired product listing page */
.video-products-page {
  min-height: 100vh;
  color: var(--ink);
  background: #f6f6f6;
}

.video-products-page .container,
.video-products-page .nav-wrap {
  width: min(1520px, calc(100% - 96px));
}

.products-header {
  z-index: 80;
  background: var(--ci-red);
  box-shadow: 0 12px 30px rgba(95, 9, 13, 0.18);
}

.products-header .nav-wrap {
  min-height: 88px;
  gap: 34px;
}

.products-header .brand {
  color: #fff;
}

.products-header .brand span {
  font-size: 10px;
  letter-spacing: 0;
}

.products-header .brand strong {
  font-size: 29px;
  line-height: 0.82;
}

.products-header .brand small {
  align-self: flex-end;
  font-size: 8px;
}

.products-header .nav-links {
  gap: clamp(18px, 3.2vw, 54px);
}

.products-header .nav-links a {
  padding: 34px 0 30px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 950;
}

.products-header .nav-links a::after {
  bottom: 22px;
  height: 4px;
  background: var(--ci-gold);
}

.products-header .nav-links a:hover,
.products-header .nav-links a.active {
  color: #fff;
}

.products-header .icon-button {
  position: relative;
  width: 46px;
  min-width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.products-header .language-switch {
  min-height: 46px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.products-header .language-switch > svg {
  margin: 0 3px 0 7px;
  font-size: 18px;
}

.products-header .lang-option {
  height: 34px;
  color: rgba(255, 255, 255, 0.9);
}

.products-header .lang-option.active {
  color: var(--ci-red);
  background: #fff;
}

.products-header .icon-button svg,
.products-header .contact-button svg {
  font-size: 20px;
}

.products-header .icon-button b,
.category-page-header .icon-button b,
.floating-products-cart b {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  place-items: center;
  color: var(--ci-red);
  background: #fff;
  border: 2px solid var(--ci-red);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
}

.products-header .contact-button {
  min-width: 152px;
  height: 46px;
  color: var(--ci-red);
  background: #fff;
  box-shadow: 0 12px 24px rgba(95, 9, 13, 0.16);
}

.products-main {
  overflow: visible;
}

.products-control-panel {
  padding: 36px 0 38px;
  background: #f6f6f6;
}

.products-filter-card {
  padding: 30px 34px 34px;
  background: #fff;
  border: 1px solid rgba(215, 25, 32, 0.07);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(18, 25, 35, 0.08);
}

.products-filter-card h1 {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 29px;
  font-weight: 1000;
  line-height: 1.15;
}

.products-filter-card h1 svg {
  flex: 0 0 auto;
  color: var(--ci-red);
  font-size: 31px;
  stroke-width: 2.3;
}

.products-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.products-filter-pills button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 45px;
  padding: 0 20px;
  color: #1e2938;
  background: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(18, 25, 35, 0.07);
  cursor: pointer;
  font-size: 14px;
  font-weight: 1000;
  white-space: nowrap;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.products-filter-pills button svg {
  font-size: 18px;
  stroke-width: 2.4;
}

.products-filter-pills button:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(18, 25, 35, 0.1);
}

.products-filter-pills button.active {
  color: #fff;
  background: var(--ci-red);
  border-color: var(--ci-red);
  box-shadow: 0 16px 28px rgba(215, 25, 32, 0.25);
}

.products-list-section {
  padding: 0 0 90px;
  background: #f6f6f6;
}

.products-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  align-items: center;
  min-height: 72px;
  margin-bottom: 42px;
  padding: 0 8px 0 28px;
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(18, 25, 35, 0.07);
}

.products-search-bar input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-weight: 850;
}

.products-search-bar input::placeholder {
  color: #a7aeb9;
}

.products-search-bar svg {
  justify-self: center;
  color: #9da6b3;
  font-size: 28px;
  stroke-width: 2.3;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.video-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ebeef2;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(18, 25, 35, 0.09);
}

.video-product-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.45 / 1;
  background: #eef1f3;
}

.video-product-photo img,
.modal-cart-line img {
  width: 100%;
  height: 100%;
  object-fit: var(--fit, cover);
  object-position: var(--focus, center);
  transform: scale(var(--zoom, 1));
  transform-origin: var(--focus, center);
}

.video-product-photo span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  color: #fff;
  background: var(--ci-red);
  border-radius: 999px;
  box-shadow: 0 8px 15px rgba(215, 25, 32, 0.24);
  font-size: 12px;
  font-weight: 1000;
}

.video-product-body {
  flex: 1 1 auto;
  min-height: 128px;
  padding: 22px 22px 14px;
}

.video-product-body h2 {
  margin: 0;
  color: #172131;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.video-product-body p {
  margin: 12px 0 0;
  color: #5f6875;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.video-product-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 18px 18px;
  padding: 16px 16px 16px 18px;
  background: #fff5f5;
  border: 1px solid #ffd6d8;
  border-radius: 14px;
}

.video-product-action div {
  min-width: 0;
}

.video-product-action span {
  display: block;
  margin-bottom: 3px;
  color: #a1585c;
  font-size: 12px;
  font-weight: 900;
}

.video-product-action strong {
  display: block;
  color: var(--ci-red);
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 1000;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.video-product-action button {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  place-items: center;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 13px 24px rgba(215, 25, 32, 0.28);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.video-product-action button svg {
  font-size: 22px;
  stroke-width: 2.5;
}

.video-product-action button:hover {
  transform: scale(1.06);
  box-shadow: 0 17px 30px rgba(215, 25, 32, 0.34);
}

.products-empty {
  margin: 0;
  padding: 34px;
  color: var(--muted);
  background: #fff;
  border: 1px solid #e8ebef;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.load-more-products {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  min-height: 52px;
  margin: 44px auto 0;
  padding: 0 30px;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(215, 25, 32, 0.24);
  cursor: pointer;
  font-weight: 1000;
}

.load-more-products[hidden],
.products-empty[hidden],
.products-toast[hidden],
.products-modal[hidden] {
  display: none;
}

.floating-products-cart {
  position: fixed;
  right: 42px;
  bottom: 40px;
  z-index: 70;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: #fff;
  background: #e95059;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(215, 25, 32, 0.32);
  cursor: pointer;
}

.floating-products-cart svg {
  font-size: 31px;
  stroke-width: 2.5;
}

.floating-products-cart b {
  top: -4px;
  right: -2px;
}

.products-toast {
  position: fixed;
  top: 106px;
  right: 34px;
  z-index: 95;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: min(410px, calc(100% - 32px));
  padding: 16px 18px;
  color: #15583c;
  background: #e8f8ef;
  border: 1px solid #bce8cd;
  border-radius: 12px;
  box-shadow: 0 18px 36px rgba(18, 25, 35, 0.14);
}

.products-toast svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #16804a;
  font-size: 24px;
  stroke-width: 2.5;
}

.products-toast strong,
.products-toast span {
  display: block;
  line-height: 1.4;
}

.products-toast strong {
  font-size: 15px;
  font-weight: 1000;
}

.products-toast span {
  color: #2f7654;
  font-size: 13px;
  font-weight: 850;
}

.products-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
}

.products-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 12, 20, 0.56);
  backdrop-filter: blur(2px);
}

.products-modal-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.products-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--ink);
  background: #f3f5f7;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.products-modal-close svg {
  font-size: 21px;
}

.modal-cart-lines {
  display: grid;
  gap: 14px;
  margin-right: 32px;
}

.modal-cart-line {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 1px solid #edf0f3;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(18, 25, 35, 0.06);
}

.modal-cart-line img {
  overflow: hidden;
  aspect-ratio: 1;
  background: #eef1f3;
  border-radius: 12px;
}

.modal-cart-line strong {
  display: block;
  color: #172131;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.35;
}

.modal-cart-line span {
  display: block;
  margin-top: 3px;
  color: #687384;
  font-size: 13px;
  font-weight: 850;
}

.modal-cart-line em {
  color: var(--ci-red);
  font-style: normal;
  font-size: 15px;
  font-weight: 1000;
  white-space: nowrap;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 4px;
  background: #f3f5f7;
  border-radius: 999px;
}

.qty-control button {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  font-weight: 1000;
  line-height: 1;
}

.qty-control b {
  min-width: 18px;
  color: #172131;
  text-align: center;
  font-size: 14px;
  font-weight: 1000;
}

.modal-empty-cart {
  margin: 0;
  padding: 24px;
  color: #697585;
  background: #f7f8fa;
  border-radius: 14px;
  text-align: center;
  font-weight: 900;
}

.modal-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 18px;
  align-items: center;
  margin: 22px 0;
  padding: 20px;
  background: #fff4f4;
  border: 1px solid #ffd8da;
  border-radius: 16px;
}

.modal-summary span {
  color: #9d4c52;
  font-size: 13px;
  font-weight: 900;
}

.modal-summary strong {
  color: var(--ci-red);
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.2;
}

.modal-summary button {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 14px;
  color: var(--ci-red);
  background: #fff;
  border: 1px solid #ffc9cc;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 1000;
}

.quote-request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-request-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #263243;
  font-size: 13px;
  font-weight: 1000;
}

.quote-request-form input,
.quote-request-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 12px;
  outline: 0;
  font-size: 14px;
  font-weight: 800;
}

.quote-request-form textarea {
  resize: vertical;
}

.quote-request-form input:focus,
.quote-request-form textarea:focus {
  border-color: var(--ci-red);
  box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
}

.quote-request-form .form-wide,
.quote-mail-note {
  grid-column: 1 / -1;
}

.quote-mail-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 14px 16px;
  color: #5a4250;
  background: #fff1f5;
  border: 1px solid #ffd4df;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}

.quote-mail-note svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--ci-red);
  font-size: 20px;
}

.modal-submit-button {
  min-height: 52px;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(215, 25, 32, 0.24);
  cursor: pointer;
  font-size: 16px;
  font-weight: 1000;
}

.modal-submit-button:disabled,
.market-button:disabled {
  opacity: 0.48;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.products-modal-open {
  overflow: hidden;
}

@media (max-width: 1220px) {
  .video-products-page .container,
  .video-products-page .nav-wrap {
    width: min(100% - 58px, 1520px);
  }

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

  .products-header .nav-wrap {
    gap: 22px;
  }

  .products-header .nav-links {
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .products-header {
    position: relative;
  }

  .products-header .nav-wrap {
    flex-wrap: wrap;
    min-height: 0;
    padding: 18px 0;
  }

  .products-header .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .products-header .nav-links a {
    padding: 8px 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
  }

  .products-header .nav-links a::after {
    display: none;
  }

  .products-header .nav-links a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.24);
  }

  .products-filter-card {
    padding: 24px;
  }

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

  .products-toast {
    top: 18px;
    right: 16px;
  }
}

@media (max-width: 640px) {
  .video-products-page .container,
  .video-products-page .nav-wrap {
    width: min(100% - 30px, 1520px);
  }

  .products-header .brand strong {
    font-size: 24px;
  }

  .products-header .nav-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .products-header .contact-button {
    min-width: 0;
    padding: 0 14px;
  }

  .products-control-panel {
    padding: 20px 0 26px;
  }

  .products-filter-card h1 {
    font-size: 23px;
  }

  .products-filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .products-filter-pills button {
    flex: 0 0 auto;
  }

  .products-search-bar {
    grid-template-columns: minmax(0, 1fr) 52px;
    min-height: 60px;
    margin-bottom: 24px;
    padding-left: 18px;
  }

  .products-search-bar input {
    font-size: 16px;
  }

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

  .video-product-body {
    min-height: 0;
  }

  .floating-products-cart {
    right: 22px;
    bottom: 22px;
    width: 62px;
    height: 62px;
  }

  .products-modal {
    padding: 12px;
  }

  .products-modal-card {
    max-height: 92vh;
    padding: 22px;
    border-radius: 16px;
  }

  .modal-cart-lines {
    margin-right: 28px;
  }

  .modal-cart-line {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .modal-cart-line em {
    grid-column: 2;
    justify-self: start;
  }

  .modal-summary,
  .quote-request-form {
    grid-template-columns: 1fr;
  }

  .modal-summary button {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .products-header .contact-button {
    width: 46px;
    min-width: 46px;
    flex: 0 0 46px;
    padding: 0;
  }

  .products-header .contact-button span {
    display: none;
  }
}

/* Navbar refresh */
.site-header .language-switch {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: 30px 40px 40px;
  align-items: center;
  gap: 0;
  min-height: 46px;
  padding: 4px;
  overflow: hidden;
  border-radius: 999px;
}

.site-header .language-switch::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 34px;
  z-index: 0;
  width: 40px;
  content: "";
  background: #fff;
  border-radius: inherit;
  box-shadow: 0 8px 18px rgba(18, 25, 35, 0.12);
  transition: transform 180ms ease;
}

.site-header .language-switch[data-active-lang="en"]::before {
  transform: translateX(40px);
}

.site-header .language-switch > svg,
.site-header .language-switch .lang-option {
  position: relative;
  z-index: 1;
}

.site-header .language-switch > svg {
  justify-self: center;
  margin: 0;
}

.site-header .language-switch .lang-option {
  min-width: 40px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 1;
  transition: color 180ms ease;
}

.site-header .language-switch .lang-option.active {
  background: transparent;
}

.reference-home .landing-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(215, 25, 32, 0.08);
  box-shadow: 0 12px 34px rgba(18, 25, 35, 0.07);
  backdrop-filter: blur(18px);
}

.reference-home .landing-header .nav-wrap {
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  gap: 18px;
  justify-content: space-between;
}

.reference-home .landing-header .brand {
  width: auto;
  min-width: 168px;
  padding: 10px 14px 9px;
  color: var(--ci-red);
  background: linear-gradient(135deg, #fff 0%, #fff4f5 100%);
  border: 1px solid rgba(215, 25, 32, 0.12);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(215, 25, 32, 0.1);
}

.reference-home .landing-header .brand span {
  font-size: 9px;
}

.reference-home .landing-header .brand strong {
  font-size: 29px;
  line-height: 0.82;
}

.reference-home .landing-header .brand small {
  align-self: flex-start;
  margin-top: 6px;
  font-size: 8px;
}

.reference-home .landing-header .nav-links {
  flex: 1 1 auto;
  max-width: 650px;
  justify-content: center;
  gap: 4px;
  padding: 6px;
  background: #f7faf7;
  border: 1px solid rgba(21, 28, 41, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.reference-home .landing-header .nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: #445161;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.15;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reference-home .landing-header .nav-links a::after {
  display: none;
}

.reference-home .landing-header .nav-links a:hover {
  color: var(--ci-red);
  background: #fff;
  box-shadow: 0 6px 16px rgba(18, 25, 35, 0.08);
}

.reference-home .landing-header .nav-links a.active,
.reference-home .landing-header .nav-links a.active:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--ci-red), var(--ci-red-deep));
  box-shadow: 0 10px 18px rgba(215, 25, 32, 0.18);
}

.reference-home .landing-header .nav-actions {
  gap: 8px;
  flex-wrap: nowrap;
}

.reference-home .landing-header .icon-button,
.reference-home .landing-header .account-button {
  width: 46px;
  min-width: 46px;
  height: 46px;
  color: var(--ci-red);
  background: #fff;
  border: 1px solid rgba(215, 25, 32, 0.12);
  box-shadow: 0 10px 22px rgba(18, 25, 35, 0.08);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.reference-home .landing-header .icon-button:hover,
.reference-home .landing-header .account-button:hover {
  color: #fff;
  background: var(--ci-red);
  transform: translateY(-1px);
}

.reference-home .landing-header .language-switch {
  color: var(--ci-red);
  background: #fff4f5;
  border: 1px solid rgba(215, 25, 32, 0.12);
  box-shadow: 0 10px 22px rgba(18, 25, 35, 0.08);
}

.reference-home .landing-header .language-switch > svg {
  margin: 0;
}

.reference-home .landing-header .language-switch::before {
  background: linear-gradient(135deg, var(--ci-red), var(--ci-red-deep));
  box-shadow: 0 10px 18px rgba(215, 25, 32, 0.18);
}

.reference-home .landing-header .lang-option {
  color: var(--ci-red);
}

.reference-home .landing-header .lang-option.active {
  color: #fff;
}

.products-header .language-switch::before {
  background: #fff;
}

.products-header .lang-option.active {
  color: var(--ci-red);
}

@media (max-width: 1080px) {
  .reference-home .landing-header .nav-wrap {
    gap: 12px;
  }

  .reference-home .landing-header .brand {
    min-width: 150px;
  }

  .reference-home .landing-header .brand strong {
    font-size: 26px;
  }

  .reference-home .landing-header .nav-links {
    max-width: none;
  }

  .reference-home .landing-header .nav-links a {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  .reference-home .landing-header .nav-wrap {
    flex-wrap: wrap;
    min-height: 0;
    padding: 14px 0;
  }

  .reference-home .landing-header .brand {
    flex: 1 1 auto;
  }

  .reference-home .landing-header .nav-actions {
    margin-left: auto;
  }

  .reference-home .landing-header .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .reference-home .landing-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .reference-home .landing-header .nav-links a {
    flex: 0 0 auto;
    padding: 0 14px;
  }
}

@media (max-width: 520px) {
  .reference-home .landing-header .nav-wrap {
    width: min(100% - 28px, 1240px);
    gap: 10px;
    padding: 12px 0;
  }

  .reference-home .landing-header .brand {
    min-width: 0;
    max-width: 128px;
    padding: 9px 10px 8px;
    border-radius: 15px;
  }

  .reference-home .landing-header .brand span {
    font-size: 8px;
  }

  .reference-home .landing-header .brand strong {
    font-size: 22px;
  }

  .reference-home .landing-header .brand small {
    font-size: 7px;
  }

  .reference-home .landing-header .nav-actions {
    gap: 6px;
  }

  .reference-home .landing-header .icon-button,
  .reference-home .landing-header .account-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .site-header .language-switch {
    grid-template-columns: 26px 32px 32px;
    min-height: 40px;
    padding: 3px;
  }

  .site-header .language-switch::before {
    top: 4px;
    bottom: 4px;
    left: 29px;
    width: 32px;
  }

  .site-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(32px);
  }

  .site-header .language-switch .lang-option {
    min-width: 32px;
    height: 32px;
    font-size: 11px;
  }

  .reference-home .landing-header .nav-links {
    padding: 5px;
  }

  .reference-home .landing-header .nav-links a {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* Navbar common layout + category search */
.site-header .language-switch {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: repeat(2, 38px);
  align-items: center;
  min-height: 40px;
  padding: 3px;
  overflow: hidden;
  border-radius: 999px;
}

.site-header .language-switch::before {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  z-index: 0;
  width: 38px;
  content: "";
  background: var(--ci-red);
  border-radius: inherit;
  box-shadow: 0 8px 16px rgba(217, 25, 32, 0.18);
  transition: transform 180ms ease;
}

.site-header .language-switch[data-active-lang="en"]::before {
  transform: translateX(38px);
}

.site-header .language-switch > svg {
  display: none;
}

.site-header .language-switch .lang-option {
  position: relative;
  z-index: 1;
  min-width: 38px;
  height: 34px;
  padding: 0;
  color: #596575;
  background: transparent;
  border-radius: 999px;
  line-height: 1;
  transition: color 180ms ease;
}

.site-header .language-switch .lang-option.active {
  color: #fff;
  background: transparent;
}

.reference-home .landing-header {
  color: var(--ci-ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(21, 28, 41, 0.08);
  box-shadow: 0 10px 28px rgba(18, 25, 35, 0.08);
  backdrop-filter: blur(16px);
}

.reference-home .landing-header .nav-wrap {
  width: min(1180px, calc(100% - 48px));
  min-height: 76px;
  gap: 30px;
  justify-content: space-between;
}

.reference-home .landing-header .brand {
  width: auto;
  min-width: 148px;
  padding: 0;
  color: var(--ci-red);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reference-home .landing-header .brand span {
  font-size: 9px;
}

.reference-home .landing-header .brand strong {
  font-size: 28px;
  line-height: 0.82;
}

.reference-home .landing-header .brand small {
  align-self: flex-start;
  margin-top: 6px;
  font-size: 8px;
}

.reference-home .landing-header .nav-links {
  flex: 1 1 auto;
  max-width: none;
  justify-content: center;
  gap: 26px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.reference-home .landing-header .nav-links a:nth-child(n) {
  display: inline-flex;
  font-size: 14px;
}

.reference-home .landing-header .nav-links a::before {
  display: none;
  content: none;
}

.reference-home .landing-header .nav-links a {
  position: relative;
  align-items: center;
  min-height: 76px;
  padding: 0;
  color: #3d4857;
  background: transparent;
  border-radius: 0;
  font-weight: 900;
  line-height: 1.2;
  transition: color 180ms ease;
}

.reference-home .landing-header .nav-links a::after {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: block;
  width: 0;
  height: 3px;
  content: "";
  background: var(--ci-red);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.reference-home .landing-header .nav-links a:hover,
.reference-home .landing-header .nav-links a.active,
.reference-home .landing-header .nav-links a.active:hover {
  color: var(--ci-red);
  background: transparent;
  box-shadow: none;
}

.reference-home .landing-header .nav-links a:hover::after,
.reference-home .landing-header .nav-links a.active::after {
  width: 28px;
}

.reference-home .landing-header .nav-actions {
  position: relative;
  gap: 10px;
  flex-wrap: nowrap;
}

.reference-home .landing-header .icon-button,
.reference-home .landing-header .account-button {
  width: 42px;
  min-width: 42px;
  height: 42px;
  color: var(--ci-red);
  background: #fff;
  border: 1px solid rgba(217, 25, 32, 0.14);
  box-shadow: 0 8px 18px rgba(18, 25, 35, 0.08);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.reference-home .landing-header .icon-button:hover,
.reference-home .landing-header .account-button:hover,
.reference-home .landing-header .nav-search[open] > .icon-button {
  color: #fff;
  background: var(--ci-red);
  border-color: var(--ci-red);
  transform: translateY(-1px);
}

.reference-home .landing-header .language-switch {
  color: var(--ci-red);
  background: #f4f6f8;
  border: 1px solid rgba(21, 28, 41, 0.08);
  box-shadow: none;
}

.nav-search {
  position: relative;
}

.nav-search summary {
  list-style: none;
}

.nav-search summary::-webkit-details-marker {
  display: none;
}

.nav-search-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 12px;
  width: min(430px, calc(100vw - 48px));
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(21, 28, 41, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(18, 25, 35, 0.18);
}

.nav-search:not([open]) .nav-search-panel {
  display: none;
}

.nav-search-panel::before {
  position: absolute;
  top: -7px;
  right: 16px;
  width: 14px;
  height: 14px;
  content: "";
  background: #fff;
  border-top: 1px solid rgba(21, 28, 41, 0.1);
  border-left: 1px solid rgba(21, 28, 41, 0.1);
  transform: rotate(45deg);
}

.nav-search-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.nav-search-field span {
  color: #6c7786;
  font-size: 12px;
  font-weight: 900;
}

.nav-search-field input,
.nav-search-field select {
  width: 100%;
  min-width: 0;
  height: 42px;
  color: var(--ci-ink);
  background: #f7faf7;
  border: 1px solid #e2e8ee;
  border-radius: 7px;
  outline: 0;
  padding: 0 12px;
  font-weight: 800;
}

.nav-search-field input:focus,
.nav-search-field select:focus {
  border-color: rgba(217, 25, 32, 0.42);
  box-shadow: 0 0 0 3px rgba(217, 25, 32, 0.1);
}

.nav-search-panel button {
  grid-column: 1 / -1;
  min-height: 44px;
  color: #fff;
  background: var(--ci-red);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 1000;
}

.products-header .language-switch::before {
  background: #fff;
  box-shadow: 0 8px 16px rgba(18, 25, 35, 0.12);
}

.products-header .language-switch .lang-option {
  color: rgba(255, 255, 255, 0.88);
}

.products-header .language-switch .lang-option.active {
  color: var(--ci-red);
}

.landing-search {
  grid-template-columns: 24px 150px minmax(0, 1fr) auto;
  max-width: 760px;
}

.landing-search select {
  width: 100%;
  min-width: 0;
  height: 44px;
  color: var(--ci-ink);
  background: #f7faf7;
  border: 1px solid #e2e8ee;
  border-radius: 999px;
  outline: 0;
  padding: 0 14px;
  font-weight: 900;
}

.landing-search select:focus {
  border-color: rgba(217, 25, 32, 0.42);
  box-shadow: 0 0 0 3px rgba(217, 25, 32, 0.1);
}

@media (max-width: 1080px) {
  .reference-home .landing-header .nav-wrap {
    gap: 18px;
  }

  .reference-home .landing-header .nav-links {
    gap: 18px;
  }

  .reference-home .landing-header .nav-links a {
    font-size: 13px;
  }
}

@media (max-width: 860px) {
  .reference-home .landing-header .nav-wrap {
    flex-wrap: wrap;
    min-height: 0;
    padding: 12px 0;
  }

  .reference-home .landing-header .brand {
    flex: 1 1 auto;
  }

  .reference-home .landing-header .nav-actions {
    margin-left: auto;
  }

  .reference-home .landing-header .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .reference-home .landing-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .reference-home .landing-header .nav-links a {
    flex: 0 0 auto;
    min-height: 42px;
  }

  .reference-home .landing-header .nav-links a::after {
    bottom: 2px;
  }
}

@media (max-width: 680px) {
  .landing-search {
    grid-template-columns: 22px minmax(0, 1fr);
    border-radius: 8px;
  }

  .landing-search select,
  .landing-search input,
  .landing-search button {
    grid-column: 1 / -1;
  }

  .landing-search input {
    min-height: 42px;
    padding: 0 4px;
  }

  .landing-search select {
    border-radius: 7px;
  }
}

@media (max-width: 520px) {
  .reference-home .landing-header .nav-wrap {
    width: min(100% - 28px, 1180px);
    gap: 10px;
  }

  .reference-home .landing-header .brand {
    min-width: 0;
    max-width: 128px;
  }

  .reference-home .landing-header .brand strong {
    font-size: 22px;
  }

  .reference-home .landing-header .nav-actions {
    gap: 6px;
  }

  .reference-home .landing-header .icon-button,
  .reference-home .landing-header .account-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .site-header .language-switch {
    grid-template-columns: repeat(2, 32px);
    min-height: 40px;
  }

  .site-header .language-switch::before {
    width: 32px;
  }

  .site-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(32px);
  }

  .site-header .language-switch .lang-option {
    min-width: 32px;
    height: 34px;
    font-size: 11px;
  }

  .nav-search-panel {
    position: fixed;
    top: 118px;
    right: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .nav-search-panel::before {
    right: 64px;
  }

  .reference-home .landing-header .nav-links {
    gap: 16px;
  }

  .reference-home .landing-header .nav-links a {
    font-size: 12px;
  }
}

/* Red + white CI refresh */
.site-header,
.products-header,
.category-page-header,
.landing-footer,
.why-choose-band,
.contact-market,
.trust-band,
.contact-section,
.catalog-contact {
  background: linear-gradient(135deg, var(--ci-red-deep), var(--ci-red) 58%, #f02632);
}

.nav-links a::after,
.products-header .nav-links a::after,
.category-page-header .nav-links a::after,
.section-kicker::before,
.product-aisles .section-kicker::before,
.partners-section .section-kicker::before,
.hero-divider,
.cart-purchase-button,
.modal-submit-button,
.floating-button,
.floating-products-cart,
.catalog-floating-cart,
.category-product-action button,
.category-filter-list button.active,
.product-category-tabs button.active,
.product-category-tabs a.active,
.product-category-tabs a:hover,
.category-pill-row button.active,
.products-filter-pills button.active,
.market-button.primary,
.market-button.outline:hover,
.nav-search-panel button,
.order-flow-grid article > span,
.order-summary-actions .market-button {
  color: #fff;
  background: var(--ci-red);
  border-color: var(--ci-red);
}

.market-button.primary,
.market-button.outline:hover,
.cart-purchase-button,
.modal-submit-button,
.floating-button,
.floating-products-cart,
.catalog-floating-cart,
.category-product-action button,
.products-filter-pills button.active,
.category-pill-row button.active {
  box-shadow: 0 16px 30px rgba(215, 25, 32, 0.24);
}

.market-button.secondary,
.market-button.outline,
.growth-cta .market-button.secondary,
.products-header .lang-option.active,
.category-page-header .icon-button,
.landing-footer .socials a,
.products-modal-close,
.order-modal-head .icon-button,
.contact-modal-close {
  color: var(--ci-red);
  background: #fff;
  border-color: var(--ci-red-line);
}

.icon-button,
.contact-button,
.nav-cart-button,
.products-header .icon-button,
.products-header .language-switch,
.floating-call,
.floating-quote,
.floating-catalog {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.hero-benefits article > span {
  color: #fff;
  background: var(--ci-red);
}

.category-icon.green,
.category-icon.gold,
.mini-icon.green,
.mini-icon.gold,
.landing-aisle-card.fresh .aisle-badge,
.landing-aisle-card.cold .aisle-badge,
.landing-aisle-card.pantry .aisle-badge,
.landing-aisle-card.premium .aisle-badge,
.simple-product-action .market-button,
.product-load-row .market-button {
  color: #fff;
  background: var(--ci-red);
}

.check-list svg,
.product-feature-body li svg,
.order-flow-grid svg,
.simple-product-body em,
.product-body strong,
.category-product-action strong,
.video-product-action strong,
.modal-summary strong,
.products-toast svg,
.featured-checklist svg,
.delivery-board .section-kicker,
.contact-market .section-kicker,
.contact-info-list svg,
.store-location-address svg,
.footer-line svg {
  color: var(--ci-red);
}

.order-flow-grid article::after,
.quality-badge,
.hero-slider-dots .active,
.products-header .nav-links a::after,
.category-page-header .nav-links a::after {
  background: #fff;
}

.products-header .nav-links a::after,
.category-page-header .nav-links a::after {
  background: #fff;
}

.ci-swatch-grid article,
.reference-home,
.reference-category-page,
.video-products-page,
.category-detail-page,
.product-detail-page,
.product-catalog-body,
.simple-product-list,
.product-category-modern,
.product-section,
.category-detail-products,
.product-list-section,
.video-products-main,
.product-mini-card,
.category-card,
.product-card,
.simple-category-card,
.simple-product-card,
.category-index-card,
.category-product-card,
.video-product-card,
.products-filter-card,
.products-search-bar,
.market-quote-form,
.contact-modal-card,
.order-modal-card,
.products-modal-card,
.nav-search-panel {
  background: #fff;
  border-color: var(--ci-red-line);
}

.ci-swatch-grid .swatch {
  border-color: #fff;
}

.swatch.red {
  background: var(--ci-red);
}

.swatch.deep,
.swatch.gold,
.swatch.green,
.swatch.ink {
  background: var(--ci-red-deep);
}

.swatch.white {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--ci-red-line), 0 12px 24px rgba(215, 25, 32, 0.12);
}

.swatch.soft {
  background: var(--ci-red-soft);
}

.ci-swatch-grid em,
.section-kicker,
.product-aisles .section-kicker,
.partners-section .section-kicker,
.products-filter-card h1 svg,
.category-index-card strong::after,
.reference-home .product-aisles .landing-aisle-card strong::after,
.category-page-footer .brand-footer,
.category-page-footer h2,
.category-page-footer .footer-line svg {
  color: var(--ci-red);
}

.brand-logo-card,
.brand-logo-card--cp,
.brand-logo-card--smileheart,
.brand-logo-card--tvi,
.brand-logo-card--pfp,
.brand-logo-card--betagro {
  background: linear-gradient(180deg, #fff 0%, var(--ci-red-soft) 100%);
  border-bottom-color: var(--ci-red-line);
}

.landing-search,
.nav-search-field input,
.nav-search-field select,
.landing-search select,
.market-quote-form input,
.market-quote-form select,
.market-quote-form textarea,
.quote-request-form input,
.quote-request-form textarea,
.category-search-panel input,
.products-search-bar,
.video-product-action,
.modal-summary,
.quote-mail-note,
.products-toast,
.product-feature-body > span,
.video-product-photo span,
.category-product-photo span,
.products-empty,
.modal-empty-cart {
  background: var(--ci-red-soft);
  border-color: var(--ci-red-line);
}

.products-toast,
.quote-mail-note {
  color: var(--ci-red-deep);
}

.contact-modal-head,
.order-modal-head,
.products-modal-card::before {
  background: linear-gradient(135deg, var(--ci-red-deep), var(--ci-red) 64%, #f02632);
}

.growth-cta-inner {
  background:
    linear-gradient(90deg, var(--ci-red-deep) 0%, var(--ci-red) 46%, rgba(215, 25, 32, 0.9) 66%, rgba(215, 25, 32, 0.08) 100%),
    url("assets/fast/good-choice-hero.jpg") center right / cover no-repeat;
}

.delivery-board,
.process {
  background:
    linear-gradient(135deg, rgba(120, 6, 13, 0.96), rgba(215, 25, 32, 0.88)),
    url("assets/fast/food-collage.jpg") center / cover;
}

.landing-aisle-card::before,
.product-category-modern .product-mini-card::before,
.quality-card::before,
.problem-card::before {
  background: linear-gradient(90deg, var(--ci-red-deep), var(--ci-red));
}

.landing-aisle-card.fresh::before,
.landing-aisle-card.cold::before,
.landing-aisle-card.premium::before,
.category-icon.red,
.mini-icon.red {
  background: var(--ci-red);
}

.floating-button:hover,
.category-product-action button:hover,
.category-product-action button.added,
.cart-purchase-button:hover,
.load-more-products:hover,
.market-button:hover {
  color: #fff;
  background: var(--ci-red-deep);
  border-color: var(--ci-red-deep);
}

.socials a,
.landing-footer .socials a:nth-child(n),
.products-header .language-switch::before,
.site-header .language-switch::before {
  background: #fff;
}

.category-page-header .brand,
.category-page-header .nav-links a {
  color: rgba(255, 255, 255, 0.94);
}

.category-page-header .nav-links a:hover,
.category-page-header .nav-links a.active {
  color: #fff;
}

.category-page-header .icon-button {
  color: var(--ci-red);
  background: #fff;
}

.video-product-photo span,
.category-product-photo span {
  color: #fff;
  background: var(--ci-red);
  border-color: var(--ci-red);
}

.hero-metric-bar article,
.simple-category-card.active,
.category-filter-list button.active,
.product-category-tabs button.active,
.category-pill-row button.active,
.products-filter-pills button.active {
  border-color: var(--ci-red);
}

.products-modal-backdrop,
.order-modal-backdrop,
.contact-modal-backdrop {
  background: rgba(76, 3, 8, 0.62);
}

.reference-home,
.reference-category-page,
.video-products-page,
.category-detail-page,
.product-detail-page,
.product-catalog-body {
  background: #fff;
}

.simple-product-list,
.product-category-modern,
.product-section,
.category-detail-products,
.product-list-section,
.video-products-main,
.catalog-page-main {
  background: linear-gradient(180deg, #fff 0%, var(--ci-red-soft) 100%);
}

.category-photo,
.product-photo,
.video-product-photo,
.category-product-photo,
.category-detail-hero,
.category-detail-photo {
  background: var(--ci-red-soft);
}

.category-search-panel input,
.products-search-bar input,
.product-search-bar input,
.catalog-search input {
  color: var(--ci-ink);
}

.category-search-panel svg,
.products-search-bar svg,
.product-search-bar svg,
.catalog-search svg {
  color: var(--ci-red);
}

/* Impact red CI + premium navigation refresh */
.site-header,
.reference-home .landing-header,
.products-header,
.category-page-header,
.catalog-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: var(--ci-ink);
  background: #fff;
  border-bottom: 1px solid var(--ci-red-line);
  box-shadow: 0 14px 34px rgba(143, 7, 16, 0.08);
}

.site-header::before,
.reference-home .landing-header::before,
.products-header::before,
.category-page-header::before,
.catalog-header::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: var(--ci-red);
}

.site-header .nav-wrap,
.reference-home .landing-header .nav-wrap,
.products-header .nav-wrap,
.category-page-header .nav-wrap,
.catalog-header .nav-wrap {
  min-height: 88px;
  gap: 20px;
  padding-top: 4px;
}

.site-header .brand,
.reference-home .landing-header .brand,
.products-header .brand,
.category-page-header .brand,
.catalog-header .brand {
  color: var(--ci-red);
}

.site-header .brand strong,
.reference-home .landing-header .brand strong,
.products-header .brand strong,
.category-page-header .brand strong,
.catalog-header .brand strong {
  letter-spacing: 0;
}

.site-header .nav-links,
.reference-home .landing-header .nav-links,
.products-header .nav-links,
.category-page-header .nav-links,
.catalog-header .nav-links {
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
  max-width: max-content;
  margin: 0 auto;
  padding: 6px;
  background: #fff;
  border: 1px solid var(--ci-red-line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(143, 7, 16, 0.06);
}

.site-header .nav-links a,
.reference-home .landing-header .nav-links a,
.products-header .nav-links a,
.category-page-header .nav-links a,
.catalog-header .nav-links a {
  padding: 10px 16px;
  color: var(--ci-ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
}

.site-header .nav-links a::before,
.site-header .nav-links a::after,
.reference-home .landing-header .nav-links a::before,
.reference-home .landing-header .nav-links a::after,
.products-header .nav-links a::before,
.products-header .nav-links a::after,
.category-page-header .nav-links a::before,
.category-page-header .nav-links a::after,
.catalog-header .nav-links a::before,
.catalog-header .nav-links a::after {
  display: none;
}

.site-header .nav-links a:hover,
.reference-home .landing-header .nav-links a:hover,
.products-header .nav-links a:hover,
.category-page-header .nav-links a:hover,
.catalog-header .nav-links a:hover {
  color: var(--ci-red);
  background: var(--ci-red-soft);
}

.site-header .nav-links a.active,
.reference-home .landing-header .nav-links a.active,
.reference-home .landing-header .nav-links a.active:hover,
.products-header .nav-links a.active,
.category-page-header .nav-links a.active,
.catalog-header .nav-links a.active {
  color: #fff;
  background: var(--ci-red-gradient);
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.22);
}

.site-header .nav-actions,
.reference-home .landing-header .nav-actions,
.products-header .nav-actions,
.category-page-header .nav-actions,
.catalog-header .nav-actions {
  gap: 8px;
}

.site-header .icon-button,
.site-header .account-button,
.site-header .nav-cart-button,
.reference-home .landing-header .icon-button,
.reference-home .landing-header .account-button,
.reference-home .landing-header .nav-cart-button,
.products-header .icon-button,
.products-header .nav-cart-button,
.category-page-header .icon-button,
.catalog-header .icon-button {
  color: var(--ci-red);
  background: #fff;
  border: 1px solid var(--ci-red-line);
  box-shadow: 0 8px 20px rgba(143, 7, 16, 0.06);
}

.site-header .icon-button:hover,
.site-header .account-button:hover,
.site-header .nav-cart-button:hover,
.reference-home .landing-header .icon-button:hover,
.reference-home .landing-header .account-button:hover,
.reference-home .landing-header .nav-cart-button:hover,
.products-header .icon-button:hover,
.products-header .nav-cart-button:hover,
.category-page-header .icon-button:hover,
.catalog-header .icon-button:hover {
  color: #fff;
  background: var(--ci-red);
  border-color: var(--ci-red);
}

.site-header .language-switch,
.reference-home .landing-header .language-switch,
.products-header .language-switch {
  color: var(--ci-red);
  background: #fff;
  border: 1px solid var(--ci-red-line);
  box-shadow: 0 8px 20px rgba(143, 7, 16, 0.06);
}

.site-header .language-switch::before,
.reference-home .landing-header .language-switch::before,
.products-header .language-switch::before {
  background: var(--ci-red-gradient);
  box-shadow: none;
}

.site-header .language-switch .lang-option,
.reference-home .landing-header .language-switch .lang-option,
.products-header .language-switch .lang-option {
  color: var(--ci-red);
}

.site-header .language-switch .lang-option.active,
.reference-home .landing-header .language-switch .lang-option.active,
.products-header .language-switch .lang-option.active {
  color: #fff;
}

.site-header .contact-button,
.reference-home .landing-header .contact-button,
.products-header .contact-button,
.catalog-header .contact-button {
  color: #fff;
  background: var(--ci-red-gradient);
  border: 1px solid var(--ci-red);
  box-shadow: 0 12px 26px rgba(237, 27, 36, 0.22);
}

.site-header .contact-button:hover,
.reference-home .landing-header .contact-button:hover,
.products-header .contact-button:hover,
.catalog-header .contact-button:hover {
  color: #fff;
  background: var(--ci-red-deep);
  border-color: var(--ci-red-deep);
}

.landing-footer,
.why-choose-band,
.contact-market,
.trust-band,
.contact-section,
.catalog-contact,
.contact-modal-head,
.order-modal-head,
.products-modal-card::before,
.growth-cta-inner,
.delivery-board,
.process {
  background: var(--ci-red-gradient-horizontal);
}

.landing-aisle-card::before,
.product-category-modern .product-mini-card::before,
.quality-card::before,
.problem-card::before {
  background: var(--ci-red-gradient-horizontal);
}

.brand-logo-card,
.brand-logo-card--cp,
.brand-logo-card--smileheart,
.brand-logo-card--tvi,
.brand-logo-card--pfp,
.brand-logo-card--betagro {
  background: var(--ci-red-soft);
}

.simple-product-list,
.product-category-modern,
.product-section,
.category-detail-products,
.product-list-section,
.video-products-main,
.catalog-page-main {
  background: var(--ci-red-soft);
}

.swatch.deep,
.swatch.gold,
.swatch.green,
.swatch.ink {
  background: var(--ci-red-deep);
}

.market-button.primary,
.market-button.outline:hover,
.cart-purchase-button,
.modal-submit-button,
.floating-button,
.floating-products-cart,
.catalog-floating-cart,
.category-product-action button,
.products-filter-pills button.active,
.category-pill-row button.active,
.nav-search-panel button {
  background: var(--ci-red-gradient);
  border-color: var(--ci-red-deep);
  box-shadow: 0 16px 30px rgba(237, 27, 36, 0.22);
}

.floating-button:hover,
.category-product-action button:hover,
.category-product-action button.added,
.cart-purchase-button:hover,
.load-more-products:hover,
.market-button:hover {
  background: var(--ci-red-deep);
  border-color: var(--ci-red-deep);
}

.reference-home .floating-actions {
  display: grid;
}

.reference-home .floating-line {
  background: #06c755;
  border-color: #06c755;
  box-shadow: 0 16px 30px rgba(6, 199, 85, 0.24);
}

.reference-home .floating-facebook {
  background: #1877f2;
  border-color: #1877f2;
  box-shadow: 0 16px 30px rgba(24, 119, 242, 0.24);
}

.reference-home .floating-contact {
  background: var(--ci-red-gradient);
  border-color: var(--ci-red-deep);
}

.floating-social-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 4px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 1000;
  line-height: 1;
}

.floating-facebook .floating-social-mark {
  min-width: 22px;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 0.9;
}

.reference-home .floating-line:hover {
  background: #05a648;
  border-color: #05a648;
}

.reference-home .floating-facebook:hover {
  background: #145ec1;
  border-color: #145ec1;
}

.floating-action-button {
  position: fixed;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 70;
  width: 56px;
  height: 56px;
}

.floating-action-button[data-position="bottom-left"] {
  right: auto;
  left: max(24px, env(safe-area-inset-left));
}

.floating-action-button[data-position="top-right"] {
  top: max(24px, env(safe-area-inset-top));
  bottom: auto;
}

.floating-action-button[data-position="top-left"] {
  top: max(24px, env(safe-area-inset-top));
  right: auto;
  bottom: auto;
  left: max(24px, env(safe-area-inset-left));
}

.fab-trigger {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  color: #fff;
  cursor: pointer;
  background: var(--ci-red-gradient);
  border: 1px solid var(--ci-red-deep);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(143, 7, 16, 0.24);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.fab-trigger svg {
  width: 24px;
  height: 24px;
}

.fab-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(143, 7, 16, 0.28);
}

.fab-trigger:active {
  transform: translateY(0) scale(0.96);
}

.fab-trigger:focus-visible,
.fab-close:focus-visible,
.fab-action:focus-visible {
  outline: 3px solid rgba(237, 27, 36, 0.28);
  outline-offset: 3px;
}

.fab-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(240px, calc(100vw - 32px));
  padding: 0;
  color: var(--ink);
  pointer-events: none;
  visibility: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(14px) scale(0.94);
  transform-origin: bottom right;
  transition:
    opacity 180ms ease-in,
    transform 180ms ease-in,
    visibility 0s linear 220ms;
}

.fab-panel[hidden] {
  display: block;
}

.floating-action-button[data-expanded="true"] .fab-panel {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 220ms ease-out,
    transform 220ms ease-out,
    visibility 0s;
}

.floating-action-button[data-position="bottom-left"] .fab-panel {
  right: auto;
  left: 0;
  transform-origin: bottom left;
}

.floating-action-button[data-position="top-right"] .fab-panel {
  top: 72px;
  bottom: auto;
  transform-origin: top right;
}

.floating-action-button[data-position="top-left"] .fab-panel {
  top: 72px;
  right: auto;
  bottom: auto;
  left: 0;
  transform-origin: top left;
}

.floating-action-button[data-position="bottom-left"] .fab-panel-head,
.floating-action-button[data-position="top-left"] .fab-panel-head {
  justify-content: flex-start;
}

.floating-action-button[data-position="bottom-left"] .fab-action-list,
.floating-action-button[data-position="top-left"] .fab-action-list {
  align-items: flex-start;
}

.floating-action-button[data-position="bottom-left"] .fab-action,
.floating-action-button[data-position="top-left"] .fab-action {
  transform-origin: left center;
}

.fab-panel-head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.fab-panel-head > div {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.fab-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  cursor: pointer;
  background: var(--ci-red-deep);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(18, 25, 35, 0.18);
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: translateY(14px) scale(0.82);
  transition:
    opacity 160ms ease-in,
    transform 160ms ease-in,
    background 160ms ease;
}

.floating-action-button[data-expanded="true"] .fab-close {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 210ms ease-out 40ms,
    transform 210ms ease-out 40ms,
    background 160ms ease;
}

.fab-close:hover {
  background: var(--ci-red);
}

.fab-action-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-top: 0;
}

.fab-action {
  display: inline-grid;
  grid-template-columns: 36px auto;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 7px 10px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(18, 25, 35, 0.16);
  font-family: inherit;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1.2;
  text-align: left;
  opacity: 0;
  transform: translateY(18px) scale(0.86);
  transform-origin: right center;
  transition:
    opacity 160ms ease-in,
    transform 160ms ease-in,
    background 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.floating-action-button[data-expanded="true"] .fab-action {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 220ms ease-out,
    transform 220ms ease-out,
    background 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.floating-action-button[data-expanded="true"] .fab-action:nth-child(1) {
  transition-delay: 20ms, 20ms, 0ms, 0ms, 0ms;
}

.floating-action-button[data-expanded="true"] .fab-action:nth-child(2) {
  transition-delay: 45ms, 45ms, 0ms, 0ms, 0ms;
}

.floating-action-button[data-expanded="true"] .fab-action:nth-child(3) {
  transition-delay: 70ms, 70ms, 0ms, 0ms, 0ms;
}

.floating-action-button[data-expanded="true"] .fab-action:nth-child(4) {
  transition-delay: 95ms, 95ms, 0ms, 0ms, 0ms;
}

.floating-action-button[data-expanded="true"] .fab-action:nth-child(5) {
  transition-delay: 120ms, 120ms, 0ms, 0ms, 0ms;
}

.fab-action:hover:not(:disabled) {
  color: var(--ci-red-deep);
  background: var(--ci-red-soft);
  border-color: var(--ci-red-line);
  box-shadow: 0 20px 38px rgba(143, 7, 16, 0.18);
}

.fab-action:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.fab-action-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--ci-red-gradient);
  border-radius: 50%;
}

.fab-action-icon svg {
  width: 18px;
  height: 18px;
}

.fab-action-line .fab-action-icon {
  background: #06c755;
}

.fab-action-facebook .fab-action-icon {
  background: #1877f2;
}

.fab-social-mark {
  font-size: 9px;
  letter-spacing: 0;
}

.fab-facebook-mark {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 560px) {
  .floating-action-button {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .floating-action-button[data-position="bottom-left"],
  .floating-action-button[data-position="top-left"] {
    left: max(16px, env(safe-area-inset-left));
  }

  .floating-action-button[data-position="top-right"],
  .floating-action-button[data-position="top-left"] {
    top: max(16px, env(safe-area-inset-top));
  }

  .fab-panel {
    width: calc(100vw - 32px);
  }
}

@media (max-width: 900px) {
  .site-header .nav-wrap,
  .reference-home .landing-header .nav-wrap,
  .products-header .nav-wrap,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap {
    align-items: center;
    gap: 12px;
    min-height: auto;
    padding: 14px 0 12px;
  }

  .site-header .nav-links,
  .reference-home .landing-header .nav-links,
  .products-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links {
    order: 3;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header .nav-links::-webkit-scrollbar,
  .reference-home .landing-header .nav-links::-webkit-scrollbar,
  .products-header .nav-links::-webkit-scrollbar,
  .category-page-header .nav-links::-webkit-scrollbar,
  .catalog-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav-links a,
  .reference-home .landing-header .nav-links a,
  .products-header .nav-links a,
  .category-page-header .nav-links a,
  .catalog-header .nav-links a {
    padding: 10px 14px;
    font-size: 12px;
  }

  .site-header .nav-actions,
  .reference-home .landing-header .nav-actions,
  .products-header .nav-actions,
  .category-page-header .nav-actions,
  .catalog-header .nav-actions {
    margin-left: auto;
  }

  .reference-home .product-aisles .market-button.outline,
  .product-aisles .market-button.outline {
    width: 320px;
    min-width: 0;
    max-width: calc(100vw - 48px);
    justify-content: center;
    justify-self: start;
    padding-inline: 20px;
  }
}

@media (min-width: 901px) {
  .site-header .nav-links,
  .reference-home .landing-header .nav-links,
  .products-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links {
    max-width: none;
    gap: 28px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header .nav-links a,
  .reference-home .landing-header .nav-links a,
  .products-header .nav-links a,
  .category-page-header .nav-links a,
  .catalog-header .nav-links a {
    padding: 14px 0;
    color: var(--ci-ink);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header .nav-links a::after,
  .reference-home .landing-header .nav-links a::after,
  .products-header .nav-links a::after,
  .category-page-header .nav-links a::after,
  .catalog-header .nav-links a::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    height: 3px;
    content: "";
    background: var(--ci-red);
    border-radius: 999px;
    transform: translateX(-50%);
    transition: width 160ms ease;
  }

  .site-header .nav-links a:hover,
  .reference-home .landing-header .nav-links a:hover,
  .products-header .nav-links a:hover,
  .category-page-header .nav-links a:hover,
  .catalog-header .nav-links a:hover,
  .site-header .nav-links a.active,
  .reference-home .landing-header .nav-links a.active,
  .reference-home .landing-header .nav-links a.active:hover,
  .products-header .nav-links a.active,
  .category-page-header .nav-links a.active,
  .catalog-header .nav-links a.active {
    color: var(--ci-red);
    background: transparent;
    box-shadow: none;
  }

  .site-header .nav-links a:hover::after,
  .site-header .nav-links a.active::after,
  .reference-home .landing-header .nav-links a:hover::after,
  .reference-home .landing-header .nav-links a.active::after,
  .products-header .nav-links a:hover::after,
  .products-header .nav-links a.active::after,
  .category-page-header .nav-links a:hover::after,
  .category-page-header .nav-links a.active::after,
  .catalog-header .nav-links a:hover::after,
  .catalog-header .nav-links a.active::after {
    width: 30px;
  }
}

/* Final mobile products viewport guard */
@media (max-width: 640px) {
  .video-products-page,
  .video-products-page .products-main {
    overflow-x: hidden;
  }

  .video-products-page .products-main > .products-control-panel > .container.products-filter-card,
  .video-products-page .products-main > .products-list-section > .container {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .video-products-page .nav-wrap {
    width: calc(100% - 30px);
  }

  .products-header .nav-wrap {
    overflow: hidden;
  }

  .products-header .nav-actions {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .products-header .nav-actions::-webkit-scrollbar {
    display: none;
  }

  .products-header .contact-button {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .products-header .contact-button span {
    display: none;
  }

  .products-filter-card {
    padding: 22px 16px;
  }

  .products-filter-card h1 {
    font-size: 22px;
    overflow-wrap: anywhere;
  }

  .products-search-bar,
  .products-grid,
  .video-product-card {
    max-width: 100% !important;
  }

  .products-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .video-product-action {
    gap: 10px;
    margin: 0 14px 16px;
    padding: 14px;
  }

  .video-product-action button {
    width: 46px;
    height: 46px;
  }

  .video-product-action strong {
    font-size: 20px;
  }
}

/* Last-mile responsive overflow guard: keep this after generated legacy blocks. */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  overflow-x: clip;
}

@supports not (overflow: clip) {
  body {
    overflow-x: hidden;
  }
}

img,
svg,
video,
canvas,
iframe,
input,
select,
textarea,
button {
  max-width: 100%;
}

.container,
.nav-wrap,
.reference-category-page .container,
.product-category-page .container,
.video-products-page .container,
.category-page-header .nav-wrap,
.catalog-header .nav-wrap,
.products-header .nav-wrap,
.nav-wrap > *,
.nav-links,
.nav-actions,
.brand,
.footer-grid,
.products-filter-card,
.products-search-bar,
.product-search-bar,
.category-search-panel,
.catalog-search,
.catalog-search-box,
.video-product-card,
.category-product-card,
.category-index-card,
.simple-product-card,
.modal-cart-line,
.modal-summary,
.quote-mail-note {
  min-width: 0;
  max-width: 100%;
}

.nav-links a,
.products-filter-pills button,
.product-category-tabs a,
.category-pill-row button,
.video-product-body h2,
.video-product-body p,
.category-product-body h2,
.category-product-body p,
.category-index-card strong,
.category-index-card span,
.modal-cart-line strong,
.quote-mail-note,
.footer-grid a,
.footer-grid p {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  :root {
    --mobile-page-gutter: 14px;
  }

  .container,
  .nav-wrap,
  .reference-category-page .container,
  .product-category-page .container,
  .video-products-page .container,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap,
  .products-header .nav-wrap {
    width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    max-width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    margin-right: auto;
    margin-left: auto;
  }

  .site-header .nav-wrap,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap,
  .products-header .nav-wrap {
    overflow: visible;
  }

  .site-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links,
  .products-header .nav-links,
  .video-products-page .products-header .nav-links {
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  .site-header .nav-links a,
  .category-page-header .nav-links a,
  .catalog-header .nav-links a,
  .products-header .nav-links a,
  .products-header .nav-links a:nth-child(n),
  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex: 1 1 auto;
    min-width: min(118px, 100%);
    white-space: normal;
    text-align: center;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    flex-wrap: wrap;
    align-items: stretch;
    overflow: visible;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding-right: 8px;
    padding-left: 14px;
  }

  .products-grid,
  .category-product-grid,
  .reference-category-page .category-product-grid,
  .category-index-grid,
  .simple-product-grid,
  .product-grid,
  .category-grid,
  .problem-grid,
  .customer-grid,
  .product-category-modern,
  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .modal-cart-lines {
    margin-right: 0;
  }

  .modal-cart-line {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  .modal-cart-line em {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }

  .modal-summary,
  .quote-request-form,
  .order-modal-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .modal-summary button {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
  }

  .floating-products-cart,
  .catalog-floating-cart,
  .floating-button {
    right: max(14px, env(safe-area-inset-right));
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-page-gutter: 12px;
  }

  .products-filter-card {
    padding: 18px 14px;
    border-radius: 8px;
  }

  .products-filter-card h1 {
    align-items: flex-start;
    font-size: 20px;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    gap: 8px;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex-basis: 100%;
    min-height: 40px;
    padding-inline: 12px;
    border-radius: 8px;
    font-size: 12px;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    min-height: 54px;
    border-radius: 8px;
  }

  .products-search-bar input,
  .product-search-bar input,
  .category-search-panel input,
  .catalog-search input {
    font-size: 15px;
  }

  .video-product-action,
  .category-product-action {
    gap: 10px;
    margin-inline: 12px;
    padding: 12px;
    border-radius: 8px;
  }

  .video-product-action button,
  .category-product-action button,
  .reference-category-page .category-product-action a {
    width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .load-more-products {
    width: 100%;
    padding-inline: 14px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 340px) {
  .products-header .nav-actions,
  .video-products-page .products-header .nav-actions {
    gap: 4px;
    max-width: none;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 28px);
    width: 62px;
    min-width: 62px;
  }

  .video-products-page .products-header .language-switch::before {
    width: 28px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(28px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 28px;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
}

/* Final product navbar polish */
.video-products-page .products-header {
  isolation: isolate;
  overflow: visible;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 42%),
    var(--ci-red-gradient);
  border-bottom: 0;
  box-shadow: 0 18px 36px rgba(143, 7, 16, 0.2);
}

.video-products-page .products-header::before {
  inset: 0 0 auto;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(76, 3, 8, 0));
  pointer-events: none;
}

.video-products-page .products-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}

.video-products-page .products-header .nav-wrap {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 48px));
  min-height: 86px;
  gap: 16px;
  padding-top: 0;
  overflow: visible;
}

.video-products-page .products-header .brand {
  min-width: 150px;
  color: #fff;
  text-shadow: 0 8px 18px rgba(76, 3, 8, 0.18);
}

.video-products-page .products-header .brand span,
.video-products-page .products-header .brand small {
  color: rgba(255, 255, 255, 0.86);
}

.video-products-page .products-header .brand strong {
  color: #fff;
  font-size: 29px;
  line-height: 0.84;
}

.video-products-page .products-header .nav-links {
  --nav-indicator-left: 0px;
  --nav-indicator-top: 0px;
  --nav-indicator-width: 0px;
  --nav-indicator-height: 0px;
  --nav-indicator-opacity: 0;
  position: relative;
  isolation: isolate;
  flex: 0 1 auto;
  justify-content: center;
  gap: 3px;
  max-width: none;
  margin: 0 auto;
  padding: 5px;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(76, 3, 8, 0.16);
}

.video-products-page .products-header .nav-links::before {
  position: absolute;
  top: var(--nav-indicator-top);
  left: var(--nav-indicator-left);
  z-index: 0;
  width: var(--nav-indicator-width);
  height: var(--nav-indicator-height);
  content: "";
  pointer-events: none;
  background: var(--ci-red-gradient);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.24);
  opacity: 0;
  transform: translateZ(0);
  transition:
    left 260ms cubic-bezier(0.22, 1, 0.36, 1),
    top 260ms cubic-bezier(0.22, 1, 0.36, 1),
    width 260ms cubic-bezier(0.22, 1, 0.36, 1),
    height 260ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 140ms ease;
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"]::before {
  opacity: var(--nav-indicator-opacity);
}

.video-products-page .products-header .nav-links a,
.video-products-page .products-header .nav-links a:nth-child(n) {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  color: #211417;
  background: transparent;
  border-radius: 999px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.video-products-page .products-header .nav-links a::before,
.video-products-page .products-header .nav-links a::after,
.video-products-page .products-header .nav-links a:nth-child(n)::before,
.video-products-page .products-header .nav-links a:nth-child(n)::after {
  display: none;
  content: none;
}

.video-products-page .products-header .nav-links a:hover {
  color: var(--ci-red);
  background: var(--ci-red-soft);
}

.video-products-page .products-header .nav-links a.active,
.video-products-page .products-header .nav-links a.active:hover {
  color: #fff;
  background: var(--ci-red-gradient);
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.24);
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"] a,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a:hover,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active:hover {
  background: transparent;
  box-shadow: none;
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a:hover {
  color: var(--ci-red);
}

.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.is-indicator-target,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.is-indicator-target:hover,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.is-indicator-target:focus-visible {
  color: #fff;
}

.video-products-page .products-header .nav-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 8px;
  width: auto;
  max-width: none;
  overflow: visible;
}

.video-products-page .products-header .language-switch {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.video-products-page .products-header .language-switch::before {
  background: #fff;
  box-shadow: 0 10px 18px rgba(76, 3, 8, 0.16);
}

.video-products-page .products-header .language-switch > svg {
  display: none;
}

.video-products-page .products-header .language-switch .lang-option {
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
}

.video-products-page .products-header .language-switch .lang-option.active {
  color: var(--ci-red);
  background: transparent;
}

.video-products-page .products-header .icon-button,
.video-products-page .products-header .contact-button {
  color: var(--ci-red);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  box-shadow: 0 12px 24px rgba(76, 3, 8, 0.14);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.video-products-page .products-header .icon-button:hover,
.video-products-page .products-header .contact-button:hover {
  color: var(--ci-red-deep);
  background: #fff;
  border-color: #fff;
  transform: translateY(-1px);
}

.video-products-page .products-header .contact-button {
  min-width: 148px;
  height: 44px;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 1000;
}

.video-products-page .products-header .icon-button b {
  top: -6px;
  right: -6px;
  color: #fff;
  background: var(--ci-red-deep);
  border-color: #fff;
}

@media (max-width: 1120px) {
  .video-products-page .products-header .nav-wrap {
    width: min(100% - 38px, 1280px);
    gap: 12px;
  }

  .video-products-page .products-header .brand {
    min-width: 130px;
  }

  .video-products-page .products-header .brand strong {
    font-size: 26px;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    padding: 0 11px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .video-products-page .products-header {
    position: sticky;
  }

  .video-products-page .products-header .nav-wrap {
    display: grid;
    grid-template-columns: minmax(112px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "links links";
    align-items: center;
    min-height: 0;
    gap: 10px 12px;
    padding: 11px 0 12px;
  }

  .video-products-page .products-header .brand {
    grid-area: brand;
    justify-self: start;
    width: auto;
    min-width: 0;
    max-width: 190px;
  }

  .video-products-page .products-header .nav-actions {
    grid-area: actions;
    justify-self: end;
    width: auto;
    max-width: calc(100vw - 180px);
    margin-left: 0;
    padding: 0;
    overflow: visible;
  }

  .video-products-page .products-header .contact-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
  }

  .video-products-page .products-header .contact-button span {
    display: none;
  }

  .video-products-page .products-header .nav-links {
    grid-area: links;
    order: 3;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .video-products-page .products-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .video-products-page .products-header .nav-wrap {
    width: calc(100% - 24px);
    overflow: visible;
  }

  .video-products-page .products-header .nav-actions {
    max-width: calc(100vw - 150px);
    gap: 6px;
  }

  .video-products-page .products-header .brand {
    max-width: 108px;
  }

  .video-products-page .products-header .brand span,
  .video-products-page .products-header .brand small {
    line-height: 1;
  }

  .video-products-page .products-header .brand span {
    font-size: 8px;
  }

  .video-products-page .products-header .brand strong {
    margin-top: 2px;
    font-size: 21px;
  }

  .video-products-page .products-header .brand small {
    font-size: 7px;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 33px);
    width: 72px;
    min-width: 72px;
    min-height: 36px;
    padding: 3px;
  }

  .video-products-page .products-header .language-switch::before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 33px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(33px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 33px;
    height: 30px;
    padding: 0;
    font-size: 12px;
  }

  .video-products-page .products-header .nav-links {
    padding: 4px;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    min-height: 32px;
    padding: 0 10px;
    font-size: 11.5px;
  }
}

@media (max-width: 380px) {
  .video-products-page .products-header .nav-wrap {
    width: calc(100% - 20px);
  }

  .video-products-page .products-header .brand {
    max-width: 98px;
  }

  .video-products-page .products-header .brand strong {
    font-size: 19px;
  }

  .video-products-page .products-header .nav-actions {
    max-width: calc(100vw - 128px);
    gap: 5px;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 31px);
    width: 68px;
    min-width: 68px;
    min-height: 34px;
  }

  .video-products-page .products-header .language-switch::before {
    width: 31px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(31px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 31px;
    height: 28px;
    padding: 0;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    padding: 0 9px;
    font-size: 11px;
  }
}
/* EOF responsive overrides */
@media (max-width: 900px) {
  .video-products-page .products-header .nav-links {
    flex-wrap: wrap;
    overflow: visible;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex: 1 1 min(118px, 100%);
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .video-products-page .products-header .nav-actions {
    max-width: none;
    overflow: visible;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex-basis: calc(50% - 4px);
  }
}

@media (max-width: 380px) {
  .video-products-page .products-header .nav-actions {
    max-width: none;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex-basis: 100%;
  }
}
/* EOF shared mobile guard */
@media (max-width: 640px) {
  :root {
    --mobile-page-gutter: 14px;
  }

  .container,
  .nav-wrap,
  .reference-category-page .container,
  .product-category-page .container,
  .video-products-page .container,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap,
  .products-header .nav-wrap {
    width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
    max-width: calc(100% - (var(--mobile-page-gutter) * 2)) !important;
  }

  .products-filter-pills,
  .product-category-tabs,
  .category-pill-row {
    flex-wrap: wrap;
    overflow: visible;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  .products-search-bar,
  .product-search-bar,
  .category-search-panel,
  .catalog-search {
    grid-template-columns: minmax(0, 1fr) 44px;
    padding-right: 8px;
    padding-left: 14px;
  }

  .products-grid,
  .category-product-grid,
  .reference-category-page .category-product-grid,
  .category-index-grid,
  .simple-product-grid,
  .product-grid,
  .category-grid,
  .problem-grid,
  .customer-grid,
  .product-category-modern,
  .reference-home .product-aisles .landing-aisle-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .modal-cart-lines {
    margin-right: 0;
  }
}

@media (max-width: 390px) {
  :root {
    --mobile-page-gutter: 12px;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex-basis: 100%;
    border-radius: 8px;
  }

  .products-filter-card {
    padding: 18px 14px;
    border-radius: 8px;
  }
}
/* EOF tablet header guard */
@media (max-width: 1080px) {
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap {
    flex-wrap: wrap;
    min-height: 0;
    gap: 12px 18px;
    padding: 14px 0;
    overflow: visible;
  }

  .category-page-header .nav-links,
  .catalog-header .nav-links {
    order: 3;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    overflow: visible;
  }

  .category-page-header .nav-links a,
  .catalog-header .nav-links a {
    flex: 1 1 min(150px, 100%);
    padding: 10px 12px;
    background: var(--ci-red-soft);
    border-radius: 8px;
    text-align: center;
    white-space: normal;
  }

  .product-category-tabs {
    flex-wrap: wrap;
    overflow: visible;
  }

  .product-category-tabs a {
    flex: 1 1 min(150px, 100%);
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

/* Final overflow normalization for viewport debug checks */
.landing-hero::after {
  right: 0;
  left: 0;
  max-width: 100%;
}

@media (max-width: 640px) {
  .video-product-photo,
  .category-product-photo {
    contain: layout paint;
  }

  .video-product-photo img,
  .category-product-photo img {
    display: block;
    max-width: 100%;
    transform: none !important;
  }
}

/* Mobile production fixes: keep sticky-header anchors, cart modal, and fixed buttons clear. */
html {
  scroll-padding-top: 112px;
}

#home,
#products,
#partners,
#about,
#contact,
#delivery {
  scroll-margin-top: 112px;
}

.footer-top {
  z-index: 75;
}

.modal-cart-line img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: var(--fit, cover);
  object-position: var(--focus, center);
}

@media (max-width: 900px) {
  .video-products-page .products-header .nav-links {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .video-products-page .products-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .video-products-page .products-header .nav-links a,
  .video-products-page .products-header .nav-links a:nth-child(n) {
    flex: 0 0 auto;
    min-width: max-content;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 94px;
  }

  #home,
  #products,
  #partners,
  #about,
  #contact,
  #delivery {
    scroll-margin-top: 94px;
  }

  .video-products-page .products-main {
    padding-bottom: 108px;
  }

  .video-products-page .products-header .nav-wrap {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 8px;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .video-products-page .products-header .brand {
    max-width: 96px;
  }

  .video-products-page .products-header .nav-actions {
    justify-content: flex-end;
    gap: 5px;
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .video-products-page .products-header .language-switch {
    grid-template-columns: repeat(2, 30px);
    width: 66px;
    min-width: 66px;
  }

  .video-products-page .products-header .language-switch::before {
    width: 30px;
  }

  .video-products-page .products-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(30px);
  }

  .video-products-page .products-header .language-switch .lang-option {
    min-width: 30px;
  }

  .video-products-page .products-header .icon-button,
  .video-products-page .products-header .contact-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .video-products-page .products-main > .products-control-panel > .container.products-filter-card {
    width: min(calc(100vw - 32px), 361px) !important;
    max-width: min(calc(100vw - 32px), 361px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .products-filter-card {
    padding: 22px 16px 116px;
  }

  .products-filter-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .products-filter-pills button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 48px;
    padding-inline: 8px;
    font-size: 13px;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .video-products-page .products-header .icon-button b {
    top: -4px;
    right: 0;
  }

  .catalog-floating-cart,
  .floating-button {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(82px, calc(env(safe-area-inset-bottom) + 18px));
    width: 62px;
    height: 62px;
  }

  .catalog-floating-cart svg,
  .floating-button svg {
    font-size: 27px;
  }

  .floating-products-cart {
    display: none;
  }

  .products-modal {
    align-items: start;
    justify-items: center;
    padding: 12px;
    overflow: auto;
  }

  .products-modal-card {
    width: min(100%, 440px);
    max-height: calc(100dvh - 24px);
    padding: 56px 12px 16px;
    border-radius: 16px;
  }

  @supports not (height: 100dvh) {
    .products-modal-card {
      max-height: calc(100vh - 24px);
    }
  }

  .products-modal-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .modal-cart-lines {
    gap: 12px;
    margin-right: 0;
  }

  .modal-cart-line {
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    width: 100%;
    padding: 10px;
    border-radius: 14px;
  }

  .modal-cart-line img {
    align-self: start;
    border-radius: 12px;
  }

  .modal-cart-line strong {
    font-size: 14px;
    line-height: 1.32;
  }

  .modal-cart-line span {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .modal-cart-line em {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }

  .qty-control {
    gap: 8px;
    max-width: max-content;
  }

  .qty-control button {
    width: 34px;
    height: 34px;
  }

  .modal-summary,
  .quote-request-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .modal-summary button {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
  }

  .footer-top {
    right: auto;
    left: max(18px, env(safe-area-inset-left));
    bottom: max(26px, env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 390px) {
  .products-filter-card {
    padding-bottom: 110px;
  }

  .products-filter-pills button,
  .product-category-tabs a,
  .category-pill-row button {
    flex-basis: calc(50% - 5px);
  }

  .modal-cart-line {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 10px;
  }
}

/* Stable navbar override: no moving hover indicator, no layout-shifting nav hover. */
.site-header .nav-links::before,
.reference-home .landing-header .nav-links::before,
.products-header .nav-links::before,
.category-page-header .nav-links::before,
.catalog-header .nav-links::before,
.video-products-page .products-header .nav-links::before {
  display: none !important;
  content: none !important;
}

.site-header .nav-links a,
.site-header .nav-links a:nth-child(n),
.reference-home .landing-header .nav-links a,
.reference-home .landing-header .nav-links a:nth-child(n),
.products-header .nav-links a,
.products-header .nav-links a:nth-child(n),
.category-page-header .nav-links a,
.category-page-header .nav-links a:nth-child(n),
.catalog-header .nav-links a,
.catalog-header .nav-links a:nth-child(n),
.video-products-page .products-header .nav-links a,
.video-products-page .products-header .nav-links a:nth-child(n) {
  position: relative;
  z-index: 1;
  transform: none !important;
  transition: color 140ms ease, background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease !important;
}

.site-header .nav-links[data-indicator-ready="true"] a,
.site-header .nav-links[data-indicator-ready="true"] a:hover,
.site-header .nav-links[data-indicator-ready="true"] a.active,
.reference-home .landing-header .nav-links[data-indicator-ready="true"] a,
.reference-home .landing-header .nav-links[data-indicator-ready="true"] a:hover,
.reference-home .landing-header .nav-links[data-indicator-ready="true"] a.active,
.products-header .nav-links[data-indicator-ready="true"] a,
.products-header .nav-links[data-indicator-ready="true"] a:hover,
.products-header .nav-links[data-indicator-ready="true"] a.active,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a:hover,
.video-products-page .products-header .nav-links[data-indicator-ready="true"] a.active {
  box-shadow: none;
}

.site-header .nav-links a:hover,
.reference-home .landing-header .nav-links a:hover,
.products-header .nav-links a:hover,
.category-page-header .nav-links a:hover,
.catalog-header .nav-links a:hover,
.video-products-page .products-header .nav-links a:hover {
  color: var(--ci-red) !important;
  background: var(--ci-red-soft) !important;
  box-shadow: none !important;
}

.site-header .nav-links a.active,
.site-header .nav-links a.active:hover,
.reference-home .landing-header .nav-links a.active,
.reference-home .landing-header .nav-links a.active:hover,
.products-header .nav-links a.active,
.products-header .nav-links a.active:hover,
.category-page-header .nav-links a.active,
.category-page-header .nav-links a.active:hover,
.catalog-header .nav-links a.active,
.catalog-header .nav-links a.active:hover,
.video-products-page .products-header .nav-links a.active,
.video-products-page .products-header .nav-links a.active:hover {
  color: #fff !important;
  background: var(--ci-red-gradient) !important;
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.22) !important;
}

.site-header .nav-links a.is-indicator-target,
.reference-home .landing-header .nav-links a.is-indicator-target,
.products-header .nav-links a.is-indicator-target,
.video-products-page .products-header .nav-links a.is-indicator-target {
  color: inherit;
}

/* Mobile visual-viewport clamp for in-app browsers with oversized layout viewports. */
@media (max-width: 640px) {
  @supports (width: 100dvw) {
    .container,
    .nav-wrap,
    .reference-category-page .container,
    .product-category-page .container,
    .video-products-page .container,
    .category-page-header .nav-wrap,
    .catalog-header .nav-wrap,
    .products-header .nav-wrap {
      width: calc(100dvw - (var(--mobile-page-gutter, 14px) * 2)) !important;
      max-width: calc(100dvw - (var(--mobile-page-gutter, 14px) * 2)) !important;
      margin-right: var(--mobile-page-gutter, 14px) !important;
      margin-left: var(--mobile-page-gutter, 14px) !important;
    }

    .site-header,
    main,
    footer {
      max-width: 100dvw;
      overflow-x: clip;
    }

    .video-products-page .products-main > .products-control-panel > .container.products-filter-card,
    .video-products-page .products-main > .products-list-section > .container {
      width: calc(100dvw - 32px) !important;
      max-width: calc(100dvw - 32px) !important;
      margin-right: 16px !important;
      margin-left: 16px !important;
    }

    .products-filter-card,
    .products-search-bar,
    .products-grid,
    .video-product-card,
    .category-index-card,
    .category-product-card {
      max-width: 100% !important;
    }

    .delivery-visit-banner {
      right: auto !important;
      left: max(14px, env(safe-area-inset-left)) !important;
      width: calc(100dvw - 28px) !important;
      max-width: calc(100dvw - 28px) !important;
    }
  }
}

/* Last-pass mobile clamp: keep product filter cards inside the physical viewport. */
@media (max-width: 640px) {
  .video-products-page .products-main > .products-control-panel > .container.products-filter-card,
  .video-products-page .products-main > .products-list-section > .container {
    box-sizing: border-box !important;
    width: min(calc(100vw - 56px), 380px) !important;
    max-width: min(calc(100vw - 56px), 380px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  @supports (width: 100dvw) {
    .video-products-page .products-main > .products-control-panel > .container.products-filter-card,
    .video-products-page .products-main > .products-list-section > .container {
      width: min(calc(100dvw - 56px), 380px) !important;
      max-width: min(calc(100dvw - 56px), 380px) !important;
    }
  }

  .products-filter-card,
  .products-filter-pills,
  .products-filter-pills button {
    box-sizing: border-box !important;
  }

  .products-filter-card {
    overflow: hidden !important;
  }

  .products-filter-pills {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .products-filter-pills button {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .video-products-page .products-header .contact-button {
    display: none !important;
  }
}

/* Cross-page navbar alignment. Keep this last so every product/category page
   keeps the same red header language as the home page. */
.products-header,
.category-page-header,
.catalog-header {
  position: sticky;
  top: 0;
  z-index: 90;
  isolation: isolate;
  overflow: visible;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 42%),
    var(--ci-red-gradient);
  border-bottom: 0;
  box-shadow: 0 18px 36px rgba(143, 7, 16, 0.2);
}

.products-header::before,
.category-page-header::before,
.catalog-header::before {
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(76, 3, 8, 0));
}

.products-header::after,
.category-page-header::after,
.catalog-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}

.products-header .nav-wrap,
.category-page-header .nav-wrap,
.catalog-header .nav-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: min(1280px, calc(100% - 48px)) !important;
  min-height: 86px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0;
  overflow: visible;
}

.products-header .brand,
.category-page-header .brand,
.catalog-header .brand {
  width: auto;
  min-width: 150px;
  color: #fff;
  text-shadow: 0 8px 18px rgba(76, 3, 8, 0.18);
}

.products-header .brand span,
.products-header .brand small,
.category-page-header .brand span,
.category-page-header .brand small,
.catalog-header .brand span,
.catalog-header .brand small {
  color: rgba(255, 255, 255, 0.86);
}

.products-header .brand strong,
.category-page-header .brand strong,
.catalog-header .brand strong {
  color: #fff;
  font-size: 29px;
  line-height: 0.84;
}

.products-header .nav-links,
.category-page-header .nav-links,
.catalog-header .nav-links {
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 5px;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(76, 3, 8, 0.16);
}

.products-header .nav-links::before,
.category-page-header .nav-links::before,
.catalog-header .nav-links::before,
.products-header .nav-links a::before,
.products-header .nav-links a::after,
.category-page-header .nav-links a::before,
.category-page-header .nav-links a::after,
.catalog-header .nav-links a::before,
.catalog-header .nav-links a::after {
  display: none !important;
  content: none !important;
}

.products-header .nav-links a,
.products-header .nav-links a:nth-child(n),
.category-page-header .nav-links a,
.category-page-header .nav-links a:nth-child(n),
.catalog-header .nav-links a,
.catalog-header .nav-links a:nth-child(n) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 40px;
  padding: 0 16px;
  color: #211417 !important;
  background: transparent !important;
  border-radius: 999px;
  box-shadow: none !important;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  white-space: nowrap;
}

.products-header .nav-links a:hover,
.category-page-header .nav-links a:hover,
.catalog-header .nav-links a:hover {
  color: var(--ci-red) !important;
  background: var(--ci-red-soft) !important;
}

.products-header .nav-links a.active,
.products-header .nav-links a.active:hover,
.category-page-header .nav-links a.active,
.category-page-header .nav-links a.active:hover,
.catalog-header .nav-links a.active,
.catalog-header .nav-links a.active:hover {
  color: #fff !important;
  background: var(--ci-red-gradient) !important;
  box-shadow: 0 10px 22px rgba(237, 27, 36, 0.22) !important;
}

.products-header .nav-actions,
.category-page-header .nav-actions,
.catalog-header .nav-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: 0;
  overflow: visible;
}

.products-header .language-switch,
.category-page-header .language-switch,
.catalog-header .language-switch {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.products-header .language-switch::before,
.category-page-header .language-switch::before,
.catalog-header .language-switch::before {
  background: #fff;
  box-shadow: 0 10px 18px rgba(76, 3, 8, 0.16);
}

.products-header .language-switch .lang-option,
.category-page-header .language-switch .lang-option,
.catalog-header .language-switch .lang-option {
  color: rgba(255, 255, 255, 0.82);
}

.products-header .language-switch .lang-option.active,
.category-page-header .language-switch .lang-option.active,
.catalog-header .language-switch .lang-option.active {
  color: var(--ci-red);
}

.products-header .icon-button,
.products-header .products-cart-trigger,
.products-header .contact-button,
.category-page-header .icon-button,
.category-page-header .products-cart-trigger,
.category-page-header .contact-button,
.catalog-header .icon-button,
.catalog-header .contact-button {
  color: var(--ci-red) !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  box-shadow: 0 12px 24px rgba(76, 3, 8, 0.14) !important;
}

.products-header .icon-button,
.products-header .products-cart-trigger,
.category-page-header .icon-button,
.category-page-header .products-cart-trigger {
  position: relative;
}

.products-header .contact-button,
.category-page-header .contact-button {
  min-width: 148px;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  font-weight: 1000;
}

@media (max-width: 1120px) {
  .products-header .nav-wrap,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap {
    display: grid;
    grid-template-columns: minmax(112px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "links links";
    align-items: center;
    gap: 10px 12px;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    min-height: 0;
    padding: 11px 0 12px;
  }

  .products-header .brand,
  .category-page-header .brand,
  .catalog-header .brand {
    grid-area: brand;
    justify-self: start;
    min-width: 0;
    max-width: 190px;
  }

  .products-header .brand strong,
  .category-page-header .brand strong,
  .catalog-header .brand strong {
    font-size: 25px;
  }

  .products-header .nav-actions,
  .category-page-header .nav-actions,
  .catalog-header .nav-actions {
    grid-area: actions;
    justify-self: end;
    max-width: calc(100vw - 180px);
  }

  .products-header .contact-button,
  .category-page-header .contact-button {
    width: 42px;
    min-width: 42px;
    padding: 0;
  }

  .products-header .contact-button span,
  .category-page-header .contact-button span {
    display: none;
  }

  .products-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links {
    grid-area: links;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .products-header .nav-links::-webkit-scrollbar,
  .category-page-header .nav-links::-webkit-scrollbar,
  .catalog-header .nav-links::-webkit-scrollbar {
    display: none;
  }

  .products-header .nav-links a,
  .products-header .nav-links a:nth-child(n),
  .category-page-header .nav-links a,
  .category-page-header .nav-links a:nth-child(n),
  .catalog-header .nav-links a,
  .catalog-header .nav-links a:nth-child(n) {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 15px;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .products-header .nav-wrap,
  .category-page-header .nav-wrap,
  .catalog-header .nav-wrap {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }

  .products-header .brand,
  .category-page-header .brand,
  .catalog-header .brand {
    max-width: 108px;
  }

  .products-header .brand strong,
  .category-page-header .brand strong,
  .catalog-header .brand strong {
    font-size: 21px;
  }

  .products-header .icon-button,
  .products-header .products-cart-trigger,
  .products-header .contact-button,
  .category-page-header .icon-button,
  .category-page-header .products-cart-trigger,
  .category-page-header .contact-button,
  .catalog-header .icon-button {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }

  .products-header .language-switch,
  .category-page-header .language-switch {
    grid-template-columns: repeat(2, 33px);
    width: 72px;
    min-width: 72px;
    min-height: 36px;
    padding: 3px;
  }

  .products-header .language-switch::before,
  .category-page-header .language-switch::before {
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: 33px;
  }

  .products-header .language-switch[data-active-lang="en"]::before,
  .category-page-header .language-switch[data-active-lang="en"]::before {
    transform: translateX(33px);
  }

  .products-header .language-switch .lang-option,
  .category-page-header .language-switch .lang-option {
    min-width: 33px;
    height: 30px;
    padding: 0;
    font-size: 12px;
  }

  .category-page-header .contact-button {
    display: none !important;
  }

  .products-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex-wrap: wrap;
    overflow: visible;
    padding: 4px;
    border-radius: 10px;
  }

  .products-header .nav-links a,
  .products-header .nav-links a:nth-child(n),
  .category-page-header .nav-links a,
  .category-page-header .nav-links a:nth-child(n),
  .catalog-header .nav-links a,
  .catalog-header .nav-links a:nth-child(n) {
    flex: 1 1 calc(33.333% - 6px);
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 0 10px;
    font-size: 11.5px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .products-header .nav-links,
  .category-page-header .nav-links,
  .catalog-header .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-header .nav-links a,
  .products-header .nav-links a:nth-child(n),
  .category-page-header .nav-links a,
  .category-page-header .nav-links a:nth-child(n),
  .catalog-header .nav-links a,
  .catalog-header .nav-links a:nth-child(n) {
    flex-basis: calc(50% - 5px);
  }
}
