/* ===== globals.css ===== */
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #171310;
  --cream: #f5f0e8;
  --paper: #fbfaf7;
  --red: #df3828;
  --muted: #746f68;
  --line: #ddd7cf;
  --green: #467938;
  --blue: #304f73;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,var(--font-geist-sans),sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select {
  font: inherit;
}
button {
  cursor: pointer;
}
.wrap {
  width: min(1420px,calc(100% - 64px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.header-main {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 42px;
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 185px;
  line-height: 1;
}
.logo strong {
  font-size: 22px;
  letter-spacing: .13em;
}
.logo small {
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 7px;
}
.logo-mark {
  width: 74px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 42% 42%;
  position: relative;
  margin-bottom: 6px;
}
.logo-mark:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -7px;
  height: 4px;
  border-bottom: 2px solid currentColor;
  border-radius: 50%;
}
.logo-mark i {
  position: absolute;
  top: 2px;
  width: 15px;
  height: 7px;
  border-top: 2px solid currentColor;
  transform: rotate(-17deg);
}
.logo-mark i:nth-child(1) {
  left: 13px;
}
.logo-mark i:nth-child(2) {
  left: 30px;
}
.logo-mark i:nth-child(3) {
  left: 47px;
}
.header-main,.hot-hero,.site-footer {
  background: var(--ink);
  color: white;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: auto;
  font-size: 15px;
}
.main-nav a,.category-nav a {
  transition: color .2s;
}
.main-nav a:hover,.category-nav a:hover {
  color: var(--red);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.icon-button {
  border: 1px solid #fff8;
  border-radius: 50%;
  background: transparent;
  color: white;
  width: 42px;
  height: 42px;
  font-size: 22px;
}
.cart-link {
  display: flex;
  align-items: center;
  gap: 7px;
  border-left: 1px solid #ffffff30;
  padding-left: 14px;
}
.cart-link b {
  background: var(--red);
  font-size: 11px;
  border-radius: 99px;
  padding: 2px 6px;
}
.cart-link em {
  font-style: normal;
  font-size: 14px;
  white-space: nowrap;
}
.category-nav {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.category-scroll {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 14px;
}
.new-link {
  margin-left: auto;
}
.new-link span,.tomato-pill {
  background: var(--red);
  color: white;
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-left: 5px;
}
.menu-button {
  display: none;
}
.button {
  min-height: 50px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: transform .18s,background .18s,color .18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-red {
  background: var(--red);
  color: white;
}
.button-red:hover {
  background: #c82c1e;
}
.button-outline {
  border-color: var(--ink);
  background: transparent;
}
.button-black {
  background: var(--ink);
  color: white;
}
.button-dark-outline {
  border-color: #fff8;
  color: white;
}
.button-sm {
  min-height: 46px;
  padding: 0 20px;
}
.button-full {
  width: 100%;
  min-height: 44px;
  justify-content: space-between;
}
.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.red-text {
  color: var(--red);
}
.hero-home {
  background: var(--cream);
  overflow: hidden;
}
.hero-home-inner {
  min-height: 590px;
  display: grid;
  grid-template-columns: .9fr 1.25fr;
  align-items: center;
}
.hero-copy {
  padding: 64px 0 55px;
  position: relative;
  z-index: 2;
}
.hero-copy h1,.hot-hero h1,.business-hero h1,.page-heading h1,.product-info h1 {
  font-size: clamp(48px,5.4vw,86px);
  line-height: .94;
  letter-spacing: -.055em;
  margin: 0 0 26px;
  max-width: 790px;
}
.hero-copy>p,.hot-hero p,.business-hero p {
  font-size: 20px;
  line-height: 1.55;
  max-width: 650px;
  color: #4f4b46;
  margin: 0 0 32px;
}
.hero-art {
  height: 100%;
  min-height: 590px;
  position: relative;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.floating-note {
  position: absolute;
  right: 28px;
  bottom: 36px;
  background: white;
  padding: 15px 19px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px #24170c1a;
  font-size: 13px;
  line-height: 1.4;
}
.hero-proof {
  display: flex;
  gap: 34px;
  margin-top: 48px;
}
.hero-proof div {
  border-left: 2px solid var(--red);
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}
.hero-proof b {
  font-size: 20px;
}
.hero-proof span {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  min-height: 112px;
}
.trust-grid>div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}
.trust-grid>div:last-child {
  border: 0;
}
.trust-grid b {
  font-size: 31px;
  font-weight: 400;
}
.trust-grid span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}
.trust-grid strong {
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 4px;
}
.section {
  padding-top: 96px;
  padding-bottom: 96px;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}
.section-head h2,.contact-section h2 {
  font-size: clamp(36px,4vw,60px);
  line-height: 1;
  letter-spacing: -.045em;
  margin: 0;
}
.section-intro {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.arrow-link,.text-button {
  color: var(--red);
  font-weight: 700;
  border: 0;
  background: none;
}
.category-cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}
.category-card {
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform .2s,box-shadow .2s;
}
.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px #2b211615;
}
.category-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.category-card div {
  padding: 23px;
}
.category-card h3 {
  font-size: 22px;
  margin: 0 0 8px;
}
.category-card p {
  min-height: 42px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.category-card span {
  color: var(--red);
  font-weight: 700;
  font-size: 13px;
}
.hot-feature {
  background: var(--ink);
  color: white;
}
.hot-feature-inner {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  min-height: 515px;
  align-items: center;
}
.hot-copy {
  padding: 64px 0;
  position: relative;
  z-index: 2;
}
.hot-copy h2 {
  font-size: clamp(42px,4.8vw,70px);
  letter-spacing: -.05em;
  line-height: .98;
  margin: 12px 0 22px;
}
.hot-copy p {
  color: #d2ccc5;
  font-size: 18px;
  line-height: 1.55;
  max-width: 610px;
}
.hot-image {
  height: 100%;
  overflow: hidden;
}
.hot-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.soft-section {
  background: #f2eee8;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--line);
  background: white;
}
.steps-grid article {
  padding: 34px;
  border-right: 1px solid var(--line);
  min-height: 220px;
}
.steps-grid article:last-child {
  border: 0;
}
.steps-grid span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.steps-grid h3 {
  font-size: 21px;
  margin: 34px 0 10px;
}
.steps-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.center {
  text-align: center;
  margin-top: 34px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.home-products {
  grid-template-columns: repeat(4,1fr);
}
.product-card {
  background: white;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.35;
}
.product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s;
}
.product-card:hover .product-image {
  transform: scale(1.035);
}
.badges {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.badges.static {
  position: static;
  margin-bottom: 20px;
}
.badge {
  color: white;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}
.badge.green {
  background: var(--green);
}
.badge.blue {
  background: var(--blue);
}
.badge.red {
  background: var(--red);
}
.product-body {
  padding: 19px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.product-body h3 {
  font-size: 18px;
  margin: 0 0 7px;
}
.product-body p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0 0 18px;
}
.product-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 14px;
}
.contact-section {
  background: var(--ink);
  color: white;
  padding: 90px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 110px;
  align-items: center;
}
.contact-section h2 {
  margin: 12px 0 22px;
}
.contact-section p {
  color: #c9c3bc;
  font-size: 18px;
  line-height: 1.6;
}
.contact-section ul {
  padding-left: 20px;
  line-height: 2;
  color: #eee;
}
.lead-form {
  background: var(--paper);
  color: var(--ink);
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.lead-form label span {
  font-size: 12px;
  font-weight: 700;
}
.lead-form input,.lead-form select {
  height: 50px;
  border: 1px solid var(--line);
  background: white;
  padding: 0 14px;
  border-radius: 2px;
}
.lead-form .button {
  grid-column: 1/-1;
}
.lead-form small {
  grid-column: 1/-1;
  color: var(--muted);
}
.lead-form.compact {
  grid-template-columns: 1fr;
}
.lead-form.compact .button,.lead-form.compact small {
  grid-column: auto;
}
.form-success {
  background: white;
  color: var(--ink);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-success strong {
  font-size: 28px;
}
.site-footer {
  padding: 70px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 60px;
}
.footer-grid .logo {
  align-items: flex-start;
  display: inline-flex;
}
.footer-grid p {
  color: #aaa;
  line-height: 1.6;
  font-size: 13px;
  max-width: 360px;
}
.footer-grid h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #777;
  margin: 0 0 18px;
}
.footer-grid>div {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}
.footer-bottom {
  border-top: 1px solid #ffffff25;
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 11px;
}
.catalog-page,.product-page {
  padding: 70px 0 110px;
}
.page-heading {
  margin-bottom: 36px;
}
.page-heading h1 {
  font-size: 64px;
}
.page-heading p {
  color: var(--muted);
  font-size: 17px;
}
.catalog-tabs {
  display: flex;
  border: 1px solid var(--line);
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 24px;
}
.catalog-tabs button {
  background: white;
  border: 0;
  border-right: 1px solid var(--line);
  height: 50px;
  padding: 0 27px;
  white-space: nowrap;
  position: relative;
}
.catalog-tabs button.active {
  box-shadow: inset 0 -3px var(--red);
  font-weight: bold;
}
.catalog-tabs i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
  vertical-align: top;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
}
.filters {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.filters>div {
  border: 1px solid var(--line);
  background: white;
  padding: 20px;
}
.filters h3 {
  font-size: 14px;
  margin: 0 0 15px;
}
.filters label {
  display: block;
  font-size: 13px;
  margin: 11px 0;
  color: #4e4a46;
}
.filters input {
  accent-color: var(--red);
}
.catalog-toolbar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}
.toast {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: var(--ink);
  color: white;
  padding: 17px 22px;
  z-index: 60;
  box-shadow: 0 12px 40px #0003;
}
.empty-state {
  background: white;
  border: 1px solid var(--line);
  padding: 70px;
  text-align: center;
}
.empty-state strong {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
.empty-state button {
  border: 0;
  background: none;
  color: var(--red);
}
.hot-hero {
  background-image: linear-gradient(90deg,#13100e 0%,#13100ef4 36%,#13100e20 70%),url('/mainpage/new/images/hot-sandwich-banner.png');
  background-size: cover;
  background-position: center;
}
.hot-hero-inner {
  min-height: 620px;
  display: flex;
  align-items: center;
}
.hot-hero-inner>div {
  max-width: 680px;
}
.hot-hero p {
  color: #d4cec7;
}
.hot-products {
  grid-template-columns: 1fr 1fr 1fr;
}
.equipment-card {
  background: var(--ink);
  color: white;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.equipment-card>span {
  color: var(--red);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.equipment-card h3 {
  font-size: 28px;
  margin: 20px 0 10px;
}
.equipment-card p {
  color: #bbb;
  line-height: 1.55;
}
.equipment-card a {
  color: #ff5a48;
  margin-top: 25px;
}
.business-hero {
  background: var(--cream);
  padding: 100px 0;
}
.business-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 100px;
  align-items: center;
}
.business-hero h1 {
  font-size: 76px;
}
.matrix-preview {
  background: var(--ink);
  color: white;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.matrix-preview>span,.matrix-preview>small {
  grid-column: 1/-1;
  color: #aaa;
}
.matrix-preview div {
  border-top: 3px solid var(--red);
  padding-top: 16px;
}
.matrix-preview b {
  display: block;
  font-size: 34px;
}
.matrix-preview i {
  font-style: normal;
  font-size: 12px;
  color: #aaa;
}
.channel-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
.channel-grid article {
  border: 1px solid var(--line);
  padding: 27px;
  background: white;
}
.channel-number {
  color: var(--red);
  font-size: 12px;
}
.channel-grid h3 {
  font-size: 24px;
  margin: 30px 0 12px;
}
.channel-grid>article>b {
  font-size: 14px;
  color: var(--red);
}
.channel-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  min-height: 62px;
}
.channel-grid article div {
  background: var(--cream);
  padding: 15px;
  font-size: 12px;
  line-height: 1.45;
  margin: 20px 0;
}
.channel-grid a {
  font-size: 13px;
  font-weight: bold;
  color: var(--red);
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.principle-grid article {
  background: white;
  padding: 32px;
  border: 1px solid var(--line);
}
.principle-grid strong {
  color: var(--red);
  font-size: 38px;
}
.principle-grid p {
  color: var(--muted);
  line-height: 1.55;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 30px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
}
.product-gallery>img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}
.thumbs {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.thumbs button {
  width: 110px;
  height: 75px;
  padding: 0;
  background: white;
  border: 1px solid var(--line);
}
.thumbs button.active {
  border-color: var(--red);
}
.thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  padding-top: 25px;
}
.product-info h1 {
  font-size: 60px;
}
.product-info .lead {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.6;
}
.detail-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 30px 0;
}
.detail-facts div {
  padding: 22px 12px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.detail-facts div:last-child {
  border: 0;
}
.detail-facts span {
  font-size: 11px;
  color: var(--muted);
}
.order-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border: 1px solid var(--line);
  padding: 18px;
  margin-bottom: 16px;
}
.order-box div {
  display: flex;
  flex-direction: column;
}
.muted {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.instruction-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 28px;
}
.instruction-row div {
  padding: 15px;
  border: 1px solid var(--line);
  border-right: 0;
  display: flex;
  gap: 10px;
  font-size: 11px;
}
.instruction-row div:last-child {
  border-right: 1px solid var(--line);
}
.instruction-row b {
  color: var(--red);
}
.detail-tabs {
  margin-top: 75px;
  border-top: 1px solid var(--line);
  padding-top: 45px;
}
.detail-tabs h2 {
  font-size: 40px;
}
.detail-columns {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
.detail-columns h3 {
  font-size: 15px;
}
.detail-columns p,.detail-columns li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.detail-columns ul {
  padding-left: 18px;
}
@media (max-width:1100px) {
  .main-nav {
    display: none;
  }
  .menu-button {
    display: flex;
    margin-left: auto;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: 0;
  }
  .menu-button span {
    width: 25px;
    height: 2px;
    background: white;
  }
  .main-nav.is-open {
    display: flex;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    background: var(--ink);
    padding: 25px 32px;
    flex-direction: column;
    align-items: flex-start;
  }
  .header-actions .button {
    display: none;
  }
  .hero-home-inner {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 390px;
  }
  .hero-home-inner {
    min-height: auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .category-cards,.home-products,.channel-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .hot-feature-inner {
    grid-template-columns: 1fr;
  }
  .hot-image {
    min-height: 380px;
  }
  .business-hero-inner {
    grid-template-columns: 1fr;
  }
  .product-detail {
    gap: 35px;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-grid>div:last-child {
    grid-column: 1/-1;
  }
  .hot-products {
    grid-template-columns: repeat(2,1fr);
  }
  .equipment-card {
    grid-column: 1/-1;
  }
}
@media (max-width:760px) {
  .wrap {
    width: min(100% - 32px,1420px);
  }
  .header-main {
    height: 72px;
    gap: 12px;
  }
  .logo {
    min-width: auto;
    align-items: flex-start;
  }
  .logo-mark {
    display: none;
  }
  .logo strong {
    font-size: 16px;
  }
  .logo small {
    font-size: 6px;
  }
  .main-nav.is-open {
    top: 72px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions .icon-button,.cart-link em {
    display: none;
  }
  .cart-link {
    border: 0;
    padding: 0;
  }
  .category-scroll {
    height: 46px;
    justify-content: flex-start;
  }
  .category-nav {
    position: relative;
  }
  .hero-home-inner {
    display: block;
  }
  .hero-copy {
    padding: 52px 0 25px;
  }
  .hero-copy h1,.hot-hero h1,.business-hero h1,.page-heading h1,.product-info h1 {
    font-size: 46px;
  }
  .hero-copy>p,.hot-hero p,.business-hero p {
    font-size: 16px;
  }
  .hero-proof {
    gap: 15px;
    overflow-x: auto;
  }
  .hero-proof div {
    min-width: 115px;
  }
  .hero-art {
    min-height: 310px;
    margin: 0 -16px;
  }
  .floating-note {
    display: none;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-grid>div {
    border-bottom: 1px solid var(--line);
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }
  .section-head h2,.contact-section h2 {
    font-size: 39px;
  }
  .category-cards,.product-grid,.home-products,.channel-grid,.principle-grid {
    grid-template-columns: 1fr;
  }
  .category-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .category-card img {
    height: 100%;
    min-height: 190px;
  }
  .hot-feature-inner {
    display: block;
  }
  .hot-copy {
    padding: 60px 0 35px;
  }
  .hot-image {
    min-height: 280px;
    margin: 0 -16px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .trust-grid strong {
    font-size: 12px;
  }
  .contact-section {
    padding: 65px 0;
  }
  .lead-form {
    grid-template-columns: 1fr;
  }
  .lead-form .button,.lead-form small {
    grid-column: auto;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-grid>div:first-child,.footer-grid>div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .catalog-page,.product-page {
    padding: 45px 0 80px;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .filters>div:first-child {
    grid-column: 1/-1;
  }
  .catalog-tabs {
    width: 100%;
  }
  .catalog-tabs button {
    padding: 0 18px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .business-hero {
    padding: 65px 0;
  }
  .business-hero h1 {
    font-size: 48px;
  }
  .matrix-preview {
    grid-template-columns: 1fr;
  }
  .matrix-preview>span,.matrix-preview>small {
    grid-column: auto;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .product-info {
    padding: 0;
  }
  .detail-columns {
    grid-template-columns: 1fr;
  }
  .instruction-row {
    grid-template-columns: 1fr 1fr;
  }
  .instruction-row div {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .instruction-row div:nth-last-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
  .hot-hero-inner {
    min-height: 600px;
    align-items: flex-end;
    padding-bottom: 55px;
  }
  .hot-hero {
    background-position: 62% center;
  }
  .hot-hero-inner>div {
    background: #171310d9;
    padding: 25px;
    margin: 0 -10px;
  }
  .hot-products {
    grid-template-columns: 1fr;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/* ===== tasty-storefront.css ===== */
:root{--ink:#12110f;--paper:#f5f1ea;--cream:#ebe5da;--white:#fff;--red:#e63b2c;--red-dark:#c92f22;--muted:#68635c;--line:#ddd6cc;--green:#4f7448;--blue:#38577d}
*{box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-manrope),Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.wrap{width:min(1428px,calc(100% - 96px));margin:0 auto}
h1,h2,h3,h4,strong,.button,.logo{font-family:var(--font-manrope),Arial,sans-serif}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #ff9e94;outline-offset:3px}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 0 rgba(18,17,15,.12)}
.utility-bar{display:none}
.header-main{width:100%;max-width:none;height:92px;margin:0;background:var(--ink);color:#fff;padding-left:max(48px,calc((100vw - 1428px)/2));padding-right:max(48px,calc((100vw - 1428px)/2));display:flex;align-items:center;gap:38px}
.logo{display:flex;flex-direction:column;align-items:center;min-width:206px;line-height:1;color:inherit}.logo strong{font-size:23px;font-weight:850;letter-spacing:.115em}.logo small{font-size:8px;font-weight:600;letter-spacing:.095em;text-transform:uppercase;margin-top:7px}.logo-mark{width:76px;height:19px;border:2px solid currentColor;border-radius:50% 50% 42% 42%;position:relative;margin-bottom:7px}.logo-mark:after{content:"";position:absolute;left:8px;right:8px;bottom:-7px;height:4px;border-bottom:2px solid currentColor;border-radius:50%}.logo-mark i{position:absolute;top:2px;width:15px;height:7px;border-top:2px solid currentColor;transform:rotate(-17deg)}.logo-mark i:nth-child(1){left:13px}.logo-mark i:nth-child(2){left:30px}.logo-mark i:nth-child(3){left:47px}
.main-nav{display:flex;align-items:center;gap:38px;margin-left:auto;font-size:15px;font-weight:500}.main-nav a{display:flex;align-items:center;min-height:46px;white-space:nowrap;transition:color .18s}.main-nav a:hover{color:#ff6255}
.header-actions{display:flex;align-items:center;gap:15px}.header-actions .button{min-height:52px;padding:0 25px;font-size:15px}.icon-button{width:46px;height:46px;border:1px solid #ffffff9c;border-radius:50%;background:transparent;color:#fff;display:grid;place-items:center}.icon-button svg{width:27px;height:27px}.cart-link{min-height:46px;display:flex;align-items:center;gap:10px;border-left:1px solid #ffffff38;padding-left:18px;white-space:nowrap}.cart-link svg{width:26px;height:26px}.cart-link em{font-style:normal;font-size:14px;font-weight:500}.menu-button{display:none}
.category-nav{background:#fff;border-bottom:1px solid var(--line)}.category-scroll{height:64px;display:flex;align-items:center;gap:48px;overflow-x:auto;white-space:nowrap;font-size:14px;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-nav a{font-size:14px;font-weight:500;line-height:20px;transition:color .18s}.category-nav a:hover{color:var(--red)}.category-scroll .current-category{height:64px;display:flex;align-items:center;gap:12px;border-bottom:3px solid var(--red);font-weight:700}.grid-icon{width:18px;height:18px;display:inline-block;background-image:radial-gradient(circle,#111 1.5px,transparent 2px);background-size:6px 6px}.category-spacer{flex:1}.selection-link{display:flex;align-items:center;gap:9px;font-weight:650}.selection-link svg{width:25px;height:25px}.more-link{display:flex;align-items:center;gap:8px}.nav-chevron{width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}.new-link{margin-left:auto}.new-link span,.tomato-pill{margin-left:6px;padding:5px 9px;border-radius:3px;background:var(--red);color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.06em}

/* Shared controls and type */
.button{min-height:52px;padding:0 28px;border:1px solid transparent;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:750;white-space:nowrap;transition:transform .18s,background .18s,color .18s,border-color .18s}.button:hover{transform:translateY(-2px)}.button-red{background:var(--red);color:#fff}.button-red:hover{background:var(--red-dark)}.button-black{background:var(--ink);color:#fff}.button-outline{border-color:var(--ink);background:transparent;color:var(--ink)}.button-dark-outline{border-color:#ffffffa6;background:transparent;color:#fff}.button-sm{min-height:52px}.button-full{width:100%;min-height:44px;justify-content:space-between}.button-row{display:flex;gap:14px;flex-wrap:wrap}
.eyebrow,.hero-label,.catalog-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.red-text,.arrow-link,.text-button{color:var(--red)}.section{padding:86px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin-bottom:34px}.section-head h2,.contact-section h2{font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.045em;margin:10px 0 0}.section-intro{max-width:520px;color:var(--muted);font-size:15px;line-height:1.6;margin:0}.arrow-link,.text-button{font-size:13px;font-weight:750;border:0;background:none}.soft-section{background:#ebe6dd}.center{text-align:center;margin-top:32px}

/* Home */
.hero-home{background:var(--paper);overflow:hidden}.hero-home-inner{min-height:590px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:stretch}.hero-copy{padding:68px 60px 54px 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-label{color:var(--red);margin-bottom:28px}.hero-copy h1{font-size:clamp(58px,5.4vw,82px);font-weight:740;line-height:.94;letter-spacing:-.06em;margin:0 0 26px}.hero-copy>p{max-width:610px;margin:0 0 30px;color:#55514b;font-size:19px;line-height:1.55}.hero-proof{display:flex;gap:32px;margin-top:48px}.hero-proof div{min-width:110px;padding-left:13px;border-left:2px solid var(--red);display:flex;flex-direction:column}.hero-proof b{font-size:17px}.hero-proof span{margin-top:5px;color:var(--muted);font-size:10px}.hero-visual{position:relative;min-width:0;overflow:hidden}.hero-visual>img{width:100%;height:100%;display:block;object-fit:cover;object-position:58% center}.hero-visual-note{position:absolute;right:24px;bottom:24px;width:250px;padding:20px;background:var(--ink);color:#fff;display:flex;flex-direction:column}.hero-visual-note span{color:#ff776b;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.hero-visual-note strong{margin:9px 0 18px;font-size:18px;line-height:1.25}.hero-visual-note a{font-size:12px;font-weight:750}
.trust-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{min-height:98px;display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div{padding:20px 30px;display:flex;align-items:center;gap:16px;border-right:1px solid var(--line)}.trust-grid>div:last-child{border:0}.trust-grid svg{width:42px;height:42px;flex:0 0 42px}.trust-grid b{font-size:30px;font-weight:450}.trust-grid span{display:flex;flex-direction:column;color:var(--muted);font-size:11px;line-height:1.45}.trust-grid strong{margin-bottom:3px;color:var(--ink);font-size:15px}
.launch-section{padding:54px 0 64px;background:var(--paper)}.launch-section h2{font-size:40px;line-height:1.08;letter-spacing:-.04em;margin:0 0 28px}.launch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.launch-card{min-height:190px;padding:25px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;grid-template-columns:66px 1fr;gap:18px;position:relative;transition:transform .2s,border-color .2s}.launch-card:hover{transform:translateY(-3px);border-color:#aaa39a}.launch-card>span{width:62px;height:62px;border-radius:50%;background:#f0ece5;display:grid;place-items:center}.launch-card>span svg{width:34px;height:34px}.launch-card h3{font-size:18px;line-height:1.25;margin:2px 0 8px}.launch-card p{color:var(--muted);font-size:12px;line-height:1.5;margin:0}.launch-card>b{position:absolute;right:20px;bottom:15px;color:var(--red);font-size:20px;font-weight:500}
.audience-section{padding:0 0 30px;background:var(--paper)}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.audience-grid article{min-height:265px;padding:34px;border:1px solid var(--line);border-radius:10px;background:#fff}.audience-grid article:last-child{background:var(--ink);color:#fff}.audience-grid>article>span{font-size:10px;color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.audience-grid h2{max-width:550px;font-size:31px;line-height:1.1;letter-spacing:-.035em;margin:18px 0 12px}.audience-grid p{max-width:550px;color:var(--muted);font-size:14px;line-height:1.55;margin:0 0 24px}.audience-grid article:last-child p{color:#c7c0b8}
.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .2s}.category-card:hover{transform:translateY(-4px)}.category-card img{width:100%;height:220px;object-fit:cover;display:block}.category-card div{padding:20px}.category-card h3{font-size:21px;margin:0 0 7px}.category-card p{min-height:39px;color:var(--muted);font-size:12px;line-height:1.5;margin:0 0 17px}.category-card span{color:var(--red);font-size:12px;font-weight:750}
.hot-feature{background:var(--ink);color:#fff}.hot-feature-inner{min-height:470px;display:grid;grid-template-columns:.76fr 1.24fr;align-items:stretch}.hot-copy{padding:58px 55px 58px 0;display:flex;flex-direction:column;justify-content:center}.hot-copy h2{font-size:clamp(42px,4.7vw,66px);line-height:.98;letter-spacing:-.05em;margin:15px 0 20px}.hot-copy p{max-width:590px;color:#c9c2ba;font-size:16px;line-height:1.6}.hot-image{min-width:0;overflow:hidden}.hot-image img{width:100%;height:100%;display:block;object-fit:cover}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.steps-grid article{min-height:210px;padding:28px;border-right:1px solid var(--line)}.steps-grid article:last-child{border:0}.steps-grid article>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:11px;font-weight:800}.steps-grid h3{font-size:19px;margin:28px 0 9px}.steps-grid p{color:var(--muted);font-size:13px;line-height:1.55;margin:0}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:10px;overflow:hidden}.faq-grid details{padding:25px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.faq-grid details:nth-child(2n){border-right:0}.faq-grid details:nth-last-child(-n+2){border-bottom:0}.faq-grid summary{font-size:14px;font-weight:750;cursor:pointer}.faq-grid p{color:var(--muted);font-size:13px;line-height:1.6;margin:18px 0 0}

/* Product cards */
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-products{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.product-card:hover{transform:translateY(-3px);border-color:#bcb4aa}.product-image-wrap{position:relative;display:block;aspect-ratio:1.25;background:#e8e2d8;overflow:hidden}.product-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.025)}.badges{position:absolute;left:12px;top:12px;z-index:2;display:flex;gap:6px;flex-wrap:wrap}.badges.static{position:static;margin-bottom:18px}.badge{padding:5px 8px;border-radius:3px;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase}.badge.green{background:var(--green)}.badge.blue{background:var(--blue)}.badge.red{background:var(--red)}.badge.dark{background:var(--ink)}.badge.light{background:#fff;color:var(--ink)}.product-body{padding:17px;display:flex;flex:1;flex-direction:column}.product-kicker{display:flex;justify-content:space-between;gap:8px;margin-bottom:9px;color:#8b857d;font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.product-body h3{font-size:18px;line-height:1.22;margin:0 0 8px}.product-body p{color:var(--muted);font-size:12px;line-height:1.45;margin:0}.product-facts{display:flex;gap:6px;margin:14px 0}.product-facts span{padding:5px 7px;border-radius:4px;background:#f0ede7;color:#625d56;font-size:9px;font-weight:650}.product-meta{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;margin-bottom:12px;color:var(--muted);font-size:10px}.product-meta strong{color:var(--ink);font-size:12px}

/* Catalog */
.catalog-page{padding:34px 0 110px;background:var(--paper)}.catalog-page>.wrap{width:min(1428px,calc(100% - 96px))}.catalog-page .page-heading{max-width:1040px;margin:0 0 25px}.catalog-eyebrow{margin-bottom:18px;color:var(--red)}.catalog-page .page-heading h1{font-size:clamp(54px,5vw,72px);font-weight:720;line-height:.98;letter-spacing:-.055em;margin:0 0 16px}.catalog-page .page-heading p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}.catalog-regime-tabs{width:max-content;max-width:100%;display:flex;overflow-x:auto;border:1px solid var(--line);background:#fff;margin:0 0 20px}.catalog-regime-tabs button{height:48px;padding:0 27px;border:0;border-right:1px solid var(--line);background:#fff;color:#504c46;font-size:13px;white-space:nowrap}.catalog-regime-tabs button:last-child{border-right:0}.catalog-regime-tabs button.active{background:var(--ink);color:#fff}.catalog-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:20px;align-items:start}.filters{display:flex;flex-direction:column;gap:0}.filters>div{padding:20px 4px;border-bottom:1px solid var(--line)}.filters>div h3{display:flex;justify-content:space-between;font-size:13px;margin:0 0 15px}.filters .filter-option{width:100%;display:flex;align-items:center;gap:9px;margin:0 0 12px;padding:0;border:0;background:transparent;color:#4e4943;font-size:12px;text-align:left}.filters .filter-option:last-child{margin-bottom:0}.filters .filter-option i{width:15px;height:15px;border:1px solid #bdb6ad;border-radius:50%;background:#fff}.filters .filter-option[aria-pressed="true"] i{background:var(--red);border-color:var(--red);box-shadow:inset 0 0 0 4px #fff}.filters .catalog-guide{min-height:530px;padding:28px 24px;border:0;background:var(--ink);color:#fff;display:flex;flex-direction:column}.guide-mark{width:40px;height:40px;display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:30px}.guide-mark i{border:2px solid var(--red)}.catalog-guide h3{display:block!important;font-size:28px!important;line-height:1.08;margin:0 0 18px!important}.catalog-guide p{max-width:225px;color:#c7c0b8;font-size:13px;line-height:1.55;margin:0 0 22px}.catalog-guide>a{min-height:50px;padding:0 20px;background:var(--red);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.catalog-guide ul{list-style:none;margin:auto 0 0;padding:22px 0 0;border-top:1px solid #ffffff26}.catalog-guide li{position:relative;padding:0 0 16px 28px;color:#d6d0ca;font-size:11px;line-height:1.45}.catalog-guide li:before{content:"";position:absolute;left:2px;top:1px;width:12px;height:12px;border:2px solid var(--red);border-radius:50%}.catalog-results{min-width:0}.catalog-controls{min-height:100px;margin:0 0 14px;padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border:1px solid var(--line);border-radius:10px;background:#fff}.catalog-controls label{min-width:0;height:66px;padding:10px 12px;display:grid;grid-template-columns:32px minmax(0,1fr) 18px;gap:10px;align-items:center;border:1px solid #cfc8be;border-radius:5px;position:relative;background:#fff}.catalog-controls label>svg{width:28px;height:28px}.catalog-controls label>span{display:flex;min-width:0;flex-direction:column;color:#847e76;font-size:9px}.catalog-controls label small{margin-top:4px;overflow:hidden;color:var(--ink);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.catalog-controls select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.catalog-controls label:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-3px)}.catalog-toolbar{min-height:42px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.catalog-toolbar>span strong{color:var(--ink);font-size:13px}.catalog-toolbar>div{display:flex;align-items:center;gap:14px}.catalog-toolbar .reset-inline{padding:0;border:0;background:transparent;color:var(--red);font-size:11px}.catalog-toolbar .sort-select{border:0;background:transparent;color:var(--ink);font-size:11px;font-weight:650}.catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.catalog-layout .product-card{border-radius:6px}.catalog-layout .product-image-wrap{aspect-ratio:1.25;background:#1a1714}.catalog-layout .product-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.32))}.catalog-layout .badges{top:auto;bottom:11px}.catalog-layout .badge{border-radius:3px}.catalog-layout .product-body{padding:16px}.catalog-layout .product-body h3{min-height:46px;font-size:18px}.catalog-layout .product-body p{min-height:51px}.catalog-layout .button-full{min-height:40px;border:0;border-top:1px solid var(--line);border-radius:0;padding:12px 0 0;background:transparent;color:var(--red)}.catalog-layout .button-full:hover{background:transparent;transform:none;color:var(--red-dark)}.empty-state{padding:65px 25px;border:1px solid var(--line);background:#fff;text-align:center}.empty-state strong{display:block;font-size:23px;margin-bottom:12px}.empty-state p{color:var(--muted)}.empty-state button{border:0;background:none;color:var(--red);font-weight:700}.toast{position:fixed;right:28px;bottom:28px;z-index:70;padding:16px 21px;background:var(--ink);color:#fff;box-shadow:0 12px 35px #0003}.order-dock{position:fixed;left:50%;bottom:22px;z-index:80;width:min(760px,calc(100% - 32px));padding:14px 15px 14px 20px;display:flex;align-items:center;gap:18px;transform:translateX(-50%);background:var(--ink);color:#fff;box-shadow:0 18px 50px #17130f3d}.order-dock>div{min-width:0;flex:1;display:flex;flex-direction:column}.order-dock>div span{overflow:hidden;color:#aaa;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.order-dock .button{min-height:42px}.order-dock>button{border:0;background:transparent;color:#fff;font-size:24px}

/* Business and editorial pages */
.business-hero{padding:78px 0;background:var(--paper)}.business-hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center}.business-hero h1{max-width:840px;font-size:clamp(54px,5.3vw,78px);font-weight:720;line-height:.96;letter-spacing:-.055em;margin:18px 0 24px}.business-hero p{max-width:710px;color:var(--muted);font-size:17px;line-height:1.6;margin:0 0 30px}.matrix-preview{padding:34px;background:var(--ink);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.matrix-preview>span,.matrix-preview>small{grid-column:1/-1;color:#aaa;font-size:11px}.matrix-preview div{padding-top:16px;border-top:3px solid var(--red)}.matrix-preview b{display:block;font-size:32px}.matrix-preview i{color:#aaa;font-size:10px;font-style:normal}.channel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.channel-grid article{padding:27px;border:1px solid var(--line);border-radius:8px;background:#fff}.channel-number{color:var(--red);font-size:11px;font-weight:800}.channel-grid h3{font-size:23px;margin:26px 0 10px}.channel-grid>article>b{color:var(--red);font-size:13px}.channel-grid p{min-height:63px;color:var(--muted);font-size:12px;line-height:1.55}.channel-grid article div{padding:14px;background:var(--paper);font-size:11px;line-height:1.45;margin:18px 0}.channel-grid a{color:var(--red);font-size:12px;font-weight:750}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.principle-grid article{padding:30px;border:1px solid var(--line);border-radius:8px;background:#fff}.principle-grid strong{color:var(--red);font-size:36px}.principle-grid h3{font-size:20px}.principle-grid p{color:var(--muted);font-size:13px;line-height:1.55}
.hot-hero{background:linear-gradient(90deg,#12110ff8 0%,#12110fd9 40%,#12110f20 73%),url('/mainpage/new/images/hot-sandwich-banner.png') center/cover no-repeat;color:#fff}.hot-hero-inner{min-height:560px;display:flex;align-items:center}.hot-hero-inner>div{max-width:700px}.hot-hero h1{font-size:clamp(54px,5vw,74px);line-height:.98;letter-spacing:-.055em;margin:18px 0 22px}.hot-hero p{max-width:650px;color:#d0c9c1;font-size:17px;line-height:1.6}.hot-products{grid-template-columns:repeat(3,1fr)}.equipment-card{padding:30px;background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center}.equipment-card>span{color:var(--red);font-size:10px;font-weight:800;text-transform:uppercase}.equipment-card h3{font-size:27px;margin:18px 0 10px}.equipment-card p{color:#bbb;font-size:13px;line-height:1.55}.equipment-card a{color:#ff675a;font-size:12px;font-weight:700;margin-top:20px}

/* Product detail */
.product-page{padding:42px 0 95px}.breadcrumbs{display:flex;gap:9px;color:var(--muted);font-size:11px;margin-bottom:28px}.product-detail{display:grid;grid-template-columns:1.08fr .92fr;gap:64px}.product-gallery>img{width:100%;aspect-ratio:1.15;display:block;object-fit:cover;background:#e8e2d8}.thumbs{display:flex;gap:10px;margin-top:10px}.thumbs button{width:105px;height:72px;padding:0;border:1px solid var(--line);background:#fff}.thumbs button.active{border:2px solid var(--red)}.thumbs img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:18px}.product-info h1{font-size:clamp(44px,4.4vw,62px);line-height:.98;letter-spacing:-.05em;margin:0 0 20px}.product-info .lead{color:var(--muted);font-size:17px;line-height:1.6}.detail-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.detail-facts div{padding:19px 11px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.detail-facts div:last-child{border:0}.detail-facts span{color:var(--muted);font-size:10px}.detail-facts b{font-size:14px}.order-box{padding:17px;margin-bottom:15px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between}.order-box div{display:flex;flex-direction:column}.order-box small{color:var(--muted)}.muted{color:var(--muted);font-size:11px;line-height:1.55}.instruction-row{display:grid;grid-template-columns:repeat(4,1fr);margin-top:25px}.instruction-row div{padding:13px;border:1px solid var(--line);border-right:0;display:flex;gap:8px;font-size:10px}.instruction-row div:last-child{border-right:1px solid var(--line)}.instruction-row b{color:var(--red)}.detail-tabs{margin-top:64px;padding-top:38px;border-top:1px solid var(--line)}.detail-tabs h2{font-size:38px}.detail-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.detail-columns h3{font-size:14px}.detail-columns p,.detail-columns li{color:var(--muted);font-size:12px;line-height:1.65}.detail-columns ul{padding-left:17px}

/* Forms and footer */
.contact-section{padding:78px 0;background:var(--ink);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 570px;gap:90px;align-items:center}.contact-section h2{margin:16px 0 20px}.contact-section p{color:#c9c2ba;font-size:16px;line-height:1.6}.contact-section ul{padding-left:18px;color:#eee;font-size:13px;line-height:2}.lead-form{padding:28px;background:var(--paper);color:var(--ink);display:grid;grid-template-columns:1fr 1fr;gap:15px}.lead-form label{display:flex;flex-direction:column;gap:7px}.lead-form label span{font-size:11px;font-weight:700}.lead-form input,.lead-form select{height:49px;padding:0 13px;border:1px solid var(--line);background:#fff}.lead-form .button,.lead-form small{grid-column:1/-1}.lead-form small{color:var(--muted);font-size:10px;line-height:1.4}.lead-form.compact{grid-template-columns:1fr}.lead-form.compact .button,.lead-form.compact small{grid-column:auto}.form-success{padding:36px;background:#fff;color:var(--ink);display:flex;flex-direction:column;gap:10px}.form-success strong{font-size:27px}
.site-footer{padding:65px 0 22px;background:var(--ink);color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:55px}.footer-grid .logo{align-items:flex-start;display:inline-flex}.footer-grid p{max-width:340px;color:#aaa;font-size:12px;line-height:1.6}.footer-grid h3{color:#777;font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 16px}.footer-grid>div{display:flex;flex-direction:column;gap:10px;font-size:13px}.footer-bottom{margin-top:50px;padding-top:20px;border-top:1px solid #ffffff22;display:flex;justify-content:space-between;color:#777;font-size:10px}.mobile-cta{display:none}

/* Keep editorial page titles on the same Manrope weight as the home and catalog. */
.hot-hero h1,.product-info h1{font-weight:720}

@media(max-width:1180px){
  .wrap{width:calc(100% - 48px)}.header-main{padding-left:24px;padding-right:24px;gap:22px}.header-main .logo{min-width:176px}.main-nav{gap:22px}.main-nav a:nth-child(4),.main-nav a:nth-child(5){display:none}.category-scroll{gap:28px}
  .hero-home-inner{grid-template-columns:1fr 1fr}.hero-copy{padding-right:35px}.hero-copy h1{font-size:60px}.hero-proof{gap:15px}.hero-proof div{min-width:90px}.launch-grid,.channel-grid{grid-template-columns:1fr 1fr}.home-products{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr 500px;gap:50px}
  .catalog-page>.wrap{width:calc(100% - 48px)}.catalog-layout{grid-template-columns:270px minmax(0,1fr)}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-controls{grid-template-columns:1fr}.filters .catalog-guide{min-height:470px}.business-hero-inner{gap:45px}.product-detail{gap:35px}
}
@media(max-width:760px){
  body{padding-bottom:54px}.wrap{width:calc(100% - 28px)}.header-main{height:68px;padding:0 14px;gap:12px}.header-main .logo{min-width:auto;align-items:flex-start}.logo-mark{display:none}.logo strong{font-size:16px}.logo small{font-size:6px}.menu-button{display:flex;margin-left:auto;padding:6px;border:0;background:none;flex-direction:column;gap:4px}.menu-button span{width:24px;height:2px;background:#fff}.main-nav{display:none}.main-nav.is-open{display:flex;position:absolute;top:68px;left:0;right:0;padding:22px 18px;background:var(--ink);flex-direction:column;align-items:flex-start}.header-actions{margin-left:auto}.header-actions .button,.header-actions .icon-button,.cart-link em{display:none}.cart-link{border:0;padding:0}.category-scroll{height:48px;gap:22px}.category-scroll .current-category{height:48px}.grid-icon,.selection-link,.category-spacer{display:none}
  .hero-home-inner{display:block}.hero-copy{padding:48px 0 34px}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:15px}.hero-copy .button-row{width:100%}.hero-copy .button{min-width:0;flex:1;padding:0 12px;font-size:12px}.hero-proof{margin-top:34px;overflow-x:auto}.hero-visual{height:360px;margin:0 -14px}.hero-visual-note{right:14px;bottom:14px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div{padding:18px 12px;border-bottom:1px solid var(--line)}.trust-grid svg{width:34px;height:34px;flex-basis:34px}.trust-grid strong{font-size:12px}.launch-section{padding:40px 0}.launch-section h2{font-size:31px}.launch-grid,.audience-grid,.category-cards,.steps-grid,.home-products,.product-grid,.channel-grid,.principle-grid,.detail-columns{grid-template-columns:1fr}.launch-card{min-height:150px}.audience-grid article{min-height:auto;padding:26px}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column;gap:15px}.section-head h2,.contact-section h2{font-size:37px}.category-card{display:grid;grid-template-columns:42% 58%}.category-card img{height:100%;min-height:185px}.hot-feature-inner{display:block}.hot-copy{padding:55px 0 30px}.hot-image{height:300px;margin:0 -14px}.steps-grid article{min-height:auto;border-right:0;border-bottom:1px solid var(--line)}.faq-grid{grid-template-columns:1fr}.faq-grid details,.faq-grid details:nth-child(2n),.faq-grid details:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.faq-grid details:last-child{border-bottom:0}
  .catalog-page{padding:28px 0 80px}.catalog-page>.wrap{width:calc(100% - 28px)}.catalog-page .page-heading h1{font-size:45px}.catalog-regime-tabs{width:100%;margin-bottom:14px}.catalog-regime-tabs button{height:44px;padding:0 17px}.catalog-layout{display:block}.filters>div:not(.catalog-guide){display:none}.filters .catalog-guide{min-height:auto;margin-bottom:12px;padding:24px}.catalog-guide h3{font-size:25px!important}.catalog-guide ul{display:none}.catalog-controls{grid-template-columns:1fr;gap:8px}.catalog-controls label{height:58px}.catalog-toolbar{align-items:flex-start;gap:8px;flex-direction:column}.catalog-toolbar>div{width:100%;justify-content:space-between}.catalog-layout .product-grid{grid-template-columns:1fr 1fr;gap:8px}.catalog-layout .product-body{padding:12px}.catalog-layout .product-body h3{min-height:34px;font-size:14px}.catalog-layout .product-body p,.product-kicker span:first-child{display:none}.catalog-layout .product-facts{margin:10px 0}.catalog-layout .product-meta{align-items:flex-start;flex-direction:column;gap:2px}.catalog-layout .button-full{font-size:11px}.order-dock{bottom:64px}.order-dock>div span{display:none}.order-dock .button{padding:0 13px;font-size:11px}
  .business-hero{padding:55px 0}.business-hero-inner,.product-detail{grid-template-columns:1fr}.business-hero h1,.hot-hero h1,.product-info h1{font-size:43px}.matrix-preview{grid-template-columns:1fr}.matrix-preview>span,.matrix-preview>small{grid-column:auto}.hot-hero-inner{min-height:590px;align-items:flex-end;padding-bottom:45px}.hot-hero-inner>div{padding:22px;background:#12110fd9}.hot-products{grid-template-columns:1fr}.product-page{padding:35px 0 75px}.product-info{padding-top:0}.instruction-row{grid-template-columns:1fr 1fr}.instruction-row div{border-right:1px solid var(--line);border-bottom:0}.instruction-row div:nth-last-child(-n+2){border-bottom:1px solid var(--line)}
  .contact-section{padding:58px 0}.contact-grid{grid-template-columns:1fr;gap:35px}.lead-form{grid-template-columns:1fr}.lead-form .button,.lead-form small{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:7px}.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1.4fr 1fr;box-shadow:0 -5px 20px #0002}.mobile-cta a{height:54px;display:flex;align-items:center;justify-content:center;border-right:1px solid #ffffff22;font-size:11px}.mobile-cta a:nth-child(2){background:var(--red);font-weight:750}
}
@media(max-width:480px){.catalog-layout .product-grid{grid-template-columns:1fr}.hero-proof div{min-width:96px}.footer-grid{grid-template-columns:1fr}.footer-grid>div{grid-column:auto!important}}

/* Business solution — visual contract from the approved business-page reference. */
.business-solution{background:var(--paper)}
.business-solution-hero{width:min(1428px,calc(100% - 96px));height:355px;margin:0 auto;display:grid;grid-template-columns:.92fr 1.08fr;border-bottom:1px solid var(--line)}
.business-solution-copy{padding:44px 34px 38px 10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.business-solution-copy h1{max-width:650px;margin:0 0 22px;font-size:clamp(46px,3.75vw,58px);font-weight:740;line-height:1.02;letter-spacing:-.05em}.business-solution-copy h1 span{display:block;white-space:nowrap}
.business-solution-copy p{margin:0 0 26px;color:#55514b;font-size:18px;line-height:1.45}
.business-solution-copy .button{min-height:52px;padding:0 31px;font-size:14px;font-weight:650}
.business-solution-visual{min-width:0;overflow:hidden;background:#181715}
.business-solution-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.business-flow{width:min(1428px,calc(100% - 96px));min-height:112px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}
.business-flow-step{min-width:0;padding:18px 38px 18px 16px;display:flex;align-items:center;gap:20px;position:relative}
.business-flow-step h2,.business-support h2{margin:0 0 5px;font-size:16px;line-height:1.2;letter-spacing:-.02em}
.business-flow-step p,.business-support p{margin:0;color:#34302c;font-size:11px;line-height:1.35}
.business-round-icon{width:58px;height:58px;flex:0 0 58px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff}
.business-round-icon svg{width:34px;height:34px;stroke-width:1.35}
.business-flow-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:30px;font-weight:300}
.business-matrices{width:min(1428px,calc(100% - 96px));margin:0 auto;padding:22px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.business-matrix-card{min-width:0;height:186px;display:grid;grid-template-columns:52% 48%;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}
.business-matrix-card>img{width:100%;height:100%;display:block;object-fit:cover;background:#1b1815}
.business-matrix-card>div{min-width:0;padding:20px 18px 16px;display:flex;flex-direction:column;align-items:flex-start}
.business-matrix-card h2{margin:0 0 6px;font-size:18px;line-height:1.15;letter-spacing:-.025em}
.business-matrix-card strong{color:var(--red);font-size:14px;font-weight:550}
.business-matrix-card p{margin:9px 0 12px;color:#292622;font-size:11px;line-height:1.45}
.business-matrix-card a{width:100%;min-height:34px;margin-top:auto;padding:0 12px;border:1px solid var(--ink);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:550;transition:background .18s,color .18s}
.business-matrix-card a:hover{background:var(--ink);color:#fff}
.business-support{width:min(1428px,calc(100% - 96px));min-height:100px;margin:0 auto 32px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}
.business-support article{padding:14px 36px;display:flex;align-items:center;gap:22px;border-right:1px solid var(--line)}
.business-support article:last-child{border-right:0}
.business-support .business-round-icon{width:56px;height:56px;flex-basis:56px}
.business-support .business-round-icon svg{width:31px;height:31px}

@media(max-width:1180px){
  .business-solution-hero,.business-flow,.business-matrices,.business-support{width:calc(100% - 48px)}
  .business-solution-copy{padding-left:0;padding-right:26px}.business-solution-copy h1{font-size:46px}.business-solution-copy p{font-size:15px}
  .business-solution-copy .button{padding:0 19px;font-size:12px}.business-flow-step{padding-left:8px;gap:13px}.business-round-icon{width:50px;height:50px;flex-basis:50px}.business-round-icon svg{width:29px;height:29px}
  .business-matrix-card{grid-template-columns:46% 54%}.business-matrix-card>div{padding:17px 14px}.business-support article{padding:14px 18px;gap:14px}
}
@media(max-width:900px){
  .business-solution-hero{height:auto;grid-template-columns:1fr}.business-solution-copy{padding:48px 0}.business-solution-visual{height:360px}.business-solution-copy h1{font-size:54px}
  .business-flow{grid-template-columns:1fr 1fr}.business-flow-step{min-height:104px;border-bottom:1px solid var(--line)}.business-flow-arrow{display:none}
  .business-matrices{grid-template-columns:1fr}.business-matrix-card{height:auto;min-height:210px;grid-template-columns:44% 56%}.business-support{grid-template-columns:1fr}.business-support article{min-height:92px;border-right:0;border-bottom:1px solid var(--line)}.business-support article:last-child{border-bottom:0}
}
@media(max-width:760px){
  .business-solution-hero,.business-flow,.business-matrices,.business-support{width:calc(100% - 28px)}
  .business-solution-copy{padding:42px 0 34px}.business-solution-copy h1{font-size:42px;line-height:1.02}.business-solution-copy h1 span{white-space:normal}.business-solution-copy p{font-size:15px}.business-solution-copy p br{display:none}.business-solution-copy .button-row{width:100%}.business-solution-copy .button{width:100%;padding:0 13px}
  .business-solution-visual{height:285px}.business-flow{grid-template-columns:1fr}.business-flow-step{padding:17px 10px}.business-matrix-card{min-height:0;grid-template-columns:1fr}.business-matrix-card>img{height:210px}.business-matrix-card>div{padding:20px}.business-matrix-card h2{font-size:20px}.business-support article{padding:17px 14px}
}

/* Approved storefront references — final type, header and page geometry. */
body{background:#f7f4ef;font-family:var(--font-manrope),Arial,sans-serif;font-weight:400;letter-spacing:-.015em}
.site-header{position:relative;top:auto}
.header-main{height:112px;gap:0;background:#11100f}
.header-main .logo{min-width:206px}
.main-nav{margin-left:70px;gap:38px;font-size:15px;font-weight:500;letter-spacing:-.025em}
.header-actions{margin-left:auto;gap:15px}
.header-actions .button{min-height:56px;padding:0 24px;font-size:15px;font-weight:650}
.icon-button{width:43px;height:43px}
.icon-button svg{width:24px;height:24px}
.cart-link{min-height:44px;padding-left:18px;gap:11px}
.cart-link svg{width:25px;height:25px}
.cart-link em{font-size:14px;font-weight:500;letter-spacing:-.02em}
.category-scroll{height:64px;gap:48px;font-size:14px;font-weight:500;letter-spacing:-.02em}
.category-nav a{font-size:14px;font-weight:500}
.category-scroll .current-category{height:64px;font-weight:500}
.grid-icon{width:19px;height:19px;background-size:6px 6px}
.selection-link svg{width:27px;height:27px}

/* Home */
.hero-home-dark{height:455px;background:#0f0e0c linear-gradient(90deg,rgba(11,10,9,.98) 0%,rgba(11,10,9,.92) 31%,rgba(11,10,9,.16) 58%,rgba(11,10,9,0) 100%);position:relative;color:#fff}
.hero-home-dark:before{content:"";position:absolute;inset:0;background:url('/mainpage/new/images/hot-sandwich-banner.png') center center/cover no-repeat;z-index:0}
.hero-home-dark:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,9,8,.97) 0%,rgba(10,9,8,.91) 30%,rgba(10,9,8,.18) 59%,rgba(10,9,8,.02) 100%);z-index:1}
.hero-home-dark .hero-home-inner{min-height:455px;display:flex;align-items:center;position:relative;z-index:2}
.hero-home-dark .hero-copy{width:520px;padding:0;display:block}
.hero-home-dark .hero-copy h1{margin:0 0 16px;color:#fff;font-size:78px;font-weight:800;line-height:1.02;letter-spacing:-.055em}
.hero-home-dark .hero-copy>p{max-width:500px;margin:0 0 30px;color:#f2efeb;font-size:18px;line-height:1.45;letter-spacing:-.025em}
.hero-home-dark .button{min-width:222px;min-height:62px;font-size:15px;font-weight:600}
.hero-home-dark .button-dark-outline{border-color:#fff}
.home-benefits .trust-grid{min-height:100px}
.home-benefits .trust-grid>div{padding:18px 35px;gap:17px}
.home-benefits .trust-grid svg{width:43px;height:43px;flex-basis:43px;stroke-width:1.35}
.home-benefits .trust-grid strong{font-size:16px;font-weight:650}
.home-benefits .trust-grid span{font-size:11px}
.launch-section{padding:34px 0 56px}
.launch-section h2{margin-bottom:20px;font-size:40px;font-weight:750}
.launch-card{min-height:184px;padding:27px 22px;grid-template-columns:84px 1fr;gap:18px}
.launch-card>span{width:84px;height:84px}
.launch-card>span svg{width:38px;height:38px}
.launch-card h3{font-size:19px;font-weight:650}
.launch-card p{font-size:12px}

/* Catalog */
.catalog-page{padding:32px 0 96px;background:#f7f4ef}
.catalog-page .page-heading{max-width:none;margin:0 0 20px}
.catalog-page .page-heading h1{margin:0 0 11px;font-size:50px;font-weight:800;line-height:1.05;letter-spacing:-.05em}
.catalog-page .page-heading p{font-size:14px;line-height:1.5}
.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;align-items:start}
.filters{display:flex;flex-direction:column;gap:14px}
.filters>div{padding:16px 16px 15px;border:1px solid #ded8d0;border-radius:9px;background:rgba(255,255,255,.36)}
.filters h3{display:flex;align-items:center;justify-content:space-between;margin:0 0 14px;font-size:13px;font-weight:750}
.filters h3 span{font-size:15px;font-weight:400}
.filter-option{width:100%;padding:7px 0;border:0;background:transparent;display:flex;align-items:center;gap:10px;color:#25221f;font-size:13px;text-align:left}
.filter-option i{width:16px;height:16px;border:1px solid #cec8c0;border-radius:3px;background:#fff;position:relative}
.filter-option[aria-pressed="true"] i{border-color:var(--red);background:var(--red)}
.filter-option[aria-pressed="true"] i:after{content:"✓";position:absolute;inset:-2px 0 0;color:#fff;font-size:11px;text-align:center}
.catalog-results{min-width:0}
.catalog-topline{min-height:50px;margin-bottom:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.catalog-results .catalog-controls{height:46px;min-height:0;margin:0;display:flex;align-items:center;gap:8px;min-width:0;padding:0;border:0;border-radius:0;background:transparent}
.catalog-controls label{height:46px;padding:0 12px;border:1px solid #ded8d0;border-radius:8px;background:rgba(255,255,255,.45);display:flex;align-items:center;gap:5px;color:#65605a;font-size:10px;white-space:nowrap}
.catalog-controls label:nth-child(1){width:175px}.catalog-controls label:nth-child(2){width:178px}.catalog-controls label:nth-child(3){width:208px}
.catalog-results .catalog-controls select{position:static;inset:auto;width:auto;height:auto;min-width:0;flex:1;border:0;background:transparent;color:#171512;font-size:12px;opacity:1;outline:0}
.reset-inline{padding:0 8px;border:0;background:transparent;color:#302d29;font-size:13px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.sort-select{min-width:178px;height:46px;padding:0 28px 0 10px;border:0;background:transparent;color:#24211e;font-size:13px}
.catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px}
.catalog-layout .catalog-card{border-color:#ded8d0;border-radius:8px;box-shadow:none}
.catalog-card:hover{transform:translateY(-2px)}
.catalog-card .product-image-wrap{aspect-ratio:2.02;background:#171412}
.catalog-card .product-image{object-fit:cover}
.catalog-card.product-pastrami-melt .product-image{object-position:82% center}
.catalog-card.product-club-turkey .product-image{object-position:56% center}
.catalog-card .product-image-wrap:after{background:linear-gradient(180deg,transparent 56%,rgba(0,0,0,.3))}
.catalog-card .badges{left:18px;bottom:12px;top:auto;gap:8px}
.catalog-card .badge{padding:4px 9px;border-radius:4px;font-size:9px;font-weight:650;text-transform:none}
.catalog-layout .catalog-card-body{padding:13px 14px 12px}
.catalog-card-body h3{min-height:0!important;margin:0 0 11px!important;font-size:16px!important;font-weight:650;line-height:1.25}
.catalog-card-order{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.catalog-card-order>span{color:#57524c;font-size:11px}
.catalog-card-order .button{min-height:34px;padding:0 17px;gap:10px;border:0;border-radius:4px;background:var(--red);color:#fff;font-size:12px;font-weight:650}
.catalog-card-order .button:hover{background:var(--red-dark);color:#fff;transform:none}
.catalog-card-order svg{width:18px;height:18px}

/* Product detail */
.product-page,
.product-page button{
  font-family:var(--font-manrope),Manrope,Arial,sans-serif;
  font-optical-sizing:auto;
  font-synthesis:none;
  font-feature-settings:"kern" 1,"liga" 1
}
.product-page{padding:28px 0 62px;background:#f7f4ef}
.product-page>.wrap{width:min(1510px,calc(100% - 96px))}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
.product-left{min-width:0}
.gallery-main{position:relative;overflow:hidden;border-radius:8px;background:#eee8df}
.gallery-main>img{width:100%;aspect-ratio:1.78;display:block;object-fit:cover}
.gallery-zoom{position:absolute;right:13px;top:13px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f8f5ef;color:#171512}
.gallery-zoom svg{width:20px;height:20px}
.thumbs{gap:10px;margin-top:8px}
.thumbs button{width:31%;height:auto;aspect-ratio:1.58;border:1px solid transparent;border-radius:7px;overflow:hidden;background:#fff}
.thumbs button.active{border:1px solid var(--red)}
.thumbs img{object-fit:cover}
.product-tabs{margin-top:34px}
.product-tabs nav{display:flex;gap:60px;border-bottom:1px solid var(--line)}
.product-tabs button{padding:0 0 14px;border:0;background:transparent;color:#4e4943;font-size:15px;font-weight:400;line-height:1.4;white-space:nowrap}
.product-tabs button.active{border-bottom:2px solid var(--red);color:#171512;font-weight:600}
.product-tabs p{margin:22px 0 0;color:#4f4a44;font-size:15px;font-weight:400;line-height:1.6}
.product-info{padding-top:0}
.product-info .breadcrumbs{margin:0 0 26px;gap:14px;color:#77716a;font-size:13px;font-weight:400;line-height:1.4}
.product-info .breadcrumbs b{font-weight:600}
.product-info .badges.static{margin-bottom:18px;gap:14px}
.product-info .badge{padding:7px 12px;font-size:12px;font-weight:600;line-height:1.25;text-transform:none}
.product-info h1{margin:0 0 18px;font-size:clamp(52px,3.4vw,62px);font-weight:700;line-height:1.02;letter-spacing:-.035em}
.product-info .lead{margin:0 0 28px;color:#4c4741;font-size:16px;font-weight:400;line-height:1.5}
.product-purchase{padding:28px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:158px 200px 1fr;gap:16px}
.quantity{height:58px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;justify-content:space-around;background:#fff}
.quantity button{padding:0 8px;border:0;background:none;font-size:22px;font-weight:300}
.quantity span{font-size:15px;font-weight:500}
.product-purchase>.button{min-height:58px;padding:0 18px;font-size:15px;font-weight:600}
.locked-price{height:58px;padding:0 24px;border-radius:5px;background:#ebe7e0;display:flex;align-items:center;justify-content:center;gap:10px;color:#5b5650;font-size:14px;font-weight:400;white-space:nowrap}
.locked-price svg{width:18px;height:18px}
.instruction-row{margin-top:4px;padding:20px 12px;grid-template-columns:repeat(4,1fr);border-radius:8px;background:#f0ede7}
.instruction-row div{min-height:82px;padding:10px 14px;border:0;border-right:1px solid #d8d2ca;display:grid;grid-template-columns:42px 1fr;grid-template-rows:16px 1fr;gap:0 12px;position:relative;color:#292622;font-size:13px;font-weight:400}
.instruction-row div:last-child{border-right:0}
.instruction-row svg{width:40px;height:40px;grid-row:1/3;align-self:center;stroke-width:1.45}
.instruction-row b{position:absolute;left:55px;top:0;width:22px;height:22px;border:1px solid #cdc6bd;border-radius:50%;display:grid;place-items:center;color:#38342f;font-size:10px;font-weight:600}
.instruction-row span{grid-column:2;grid-row:2;align-self:start;line-height:1.25}
.tech-card{min-height:126px;margin-top:40px;padding:20px 28px;border:1px solid var(--line);border-radius:9px;background:#fff;display:flex;align-items:center;gap:28px}
.tech-card>span{width:64px;height:64px;border-radius:9px;background:#f0ece6;display:grid;place-items:center}
.tech-card>span svg{width:37px;height:37px}
.tech-card strong{font-size:14px;font-weight:600;line-height:1.5}
.tech-card small{font-size:13px;font-weight:400}
.tech-card>svg{width:18px;height:18px;margin-left:auto;color:#67615b}

@media(max-width:1180px){
  .main-nav{margin-left:34px;gap:24px}.header-actions .button{padding:0 18px}.cart-link em{display:none}
  .hero-home-dark .hero-copy h1{font-size:67px}
  .catalog-layout{grid-template-columns:210px minmax(0,1fr)}.catalog-controls{flex-wrap:wrap}.catalog-topline{align-items:flex-end}.catalog-controls label:nth-child(n){width:170px}.catalog-controls .reset-inline{height:36px}.catalog-card .product-image-wrap{aspect-ratio:1.72}
  .product-detail{gap:30px}.product-info h1{font-size:48px}.product-purchase{grid-template-columns:130px 170px 1fr;gap:9px}.locked-price{padding:0 12px}.product-tabs nav{gap:28px}
}

@media(max-width:760px){
  .header-main{height:68px}.header-main .logo{min-width:auto}.header-actions{margin-left:auto}.cart-link em{display:none}.category-scroll{height:48px}.category-scroll .current-category{height:48px}
  .hero-home-dark{height:520px}.hero-home-dark:before{background-position:68% center}.hero-home-dark:after{background:linear-gradient(180deg,rgba(10,9,8,.92) 0%,rgba(10,9,8,.74) 54%,rgba(10,9,8,.22) 100%)}.hero-home-dark .hero-home-inner{min-height:520px;align-items:flex-start}.hero-home-dark .hero-copy{width:100%;padding-top:48px}.hero-home-dark .hero-copy h1{font-size:50px}.hero-home-dark .hero-copy>p{max-width:410px;font-size:15px}.hero-home-dark .button{min-width:0;min-height:52px}
  .home-benefits .trust-grid>div{padding:16px 10px}.launch-card{grid-template-columns:62px 1fr}.launch-card>span{width:62px;height:62px}
  .catalog-page .page-heading h1{font-size:40px}.catalog-layout{display:block}.filters{display:grid;grid-template-columns:1fr 1fr;margin-bottom:14px}.filters>div{display:block!important}.filters>div:first-child{grid-column:1/-1}.catalog-topline{display:block}.catalog-controls{display:grid;grid-template-columns:1fr 1fr}.catalog-controls label:nth-child(n){width:100%}.catalog-controls label:nth-child(3){grid-column:1/-1}.catalog-controls .reset-inline{justify-self:start}.sort-select{width:100%;margin-top:8px;border:1px solid var(--line);border-radius:7px}.catalog-layout .product-grid{grid-template-columns:1fr 1fr}.catalog-card .product-image-wrap{aspect-ratio:1.45}.catalog-card .badges{left:8px;bottom:8px;gap:4px}.catalog-card .badge{padding:3px 5px;font-size:7px}.catalog-card-body h3{font-size:14px!important}.catalog-card-order{align-items:flex-start;flex-direction:column}.catalog-card-order .button{width:100%}
  .product-page>.wrap{width:calc(100% - 28px)}.product-detail{grid-template-columns:1fr}.product-info{display:flex;flex-direction:column}.product-info .breadcrumbs{order:-2;margin-top:10px}.product-info .badges{order:-1}.product-info h1{font-size:40px;line-height:1.04}.product-info .lead{font-size:15px}.product-purchase{grid-template-columns:1fr 1.35fr}.locked-price{grid-column:1/-1}.instruction-row{grid-template-columns:1fr 1fr}.instruction-row div,.instruction-row div:nth-last-child(-n+2){border:0;border-bottom:1px solid var(--line)}.instruction-row div:nth-child(odd){border-right:1px solid var(--line)}.instruction-row div:nth-last-child(-n+2){border-bottom:0}.product-tabs nav{gap:22px;overflow-x:auto}.tech-card{margin-top:20px}
}

/* Catalog navigation and selection flow — one purpose per level. */
.header-main .main-nav{margin-left:48px;gap:26px;font-size:14px}
.header-main .header-actions{gap:12px}
.header-main .cart-link{position:relative}
.header-main .cart-link b{min-width:20px;height:20px;padding:0 6px;border-radius:10px;display:grid;place-items:center;background:var(--red);color:#fff;font-size:10px;font-style:normal;font-weight:800}
.category-scroll{justify-content:flex-start;gap:36px}
.category-scroll .nav-new{color:var(--red);font-weight:700}

.catalog-page{padding-top:42px}
.catalog-page .page-heading{max-width:none;margin-bottom:26px}
.catalog-page .page-heading h1{max-width:920px;font-size:58px}
.catalog-page .page-heading p{max-width:830px;font-size:15px}
.catalog-steps{max-width:910px;margin:25px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}
.catalog-steps li{min-height:74px;padding:14px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--line)}
.catalog-steps li:last-child{border-right:0}
.catalog-steps li>b{width:28px;height:28px;flex:0 0 28px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;font-size:11px}
.catalog-steps li>span{display:flex;flex-direction:column;gap:3px}
.catalog-steps strong{font-size:12px;font-weight:750}
.catalog-steps small{color:var(--muted);font-size:10px}

.catalog-experience{display:flex;flex-direction:column;gap:14px}
.catalog-filter-block{padding:4px 20px;border:1px solid var(--line);border-radius:10px;background:#fff}
.catalog-filter-row{min-height:68px;display:grid;grid-template-columns:154px minmax(0,1fr);align-items:center;gap:18px;border-bottom:1px solid #ebe6df}
.catalog-filter-row:last-child{border-bottom:0}
.catalog-filter-row>span{font-size:12px;font-weight:750}
.catalog-filter-row>div{min-width:0;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}
.catalog-filter-row>div::-webkit-scrollbar{display:none}
.catalog-filter-row button{min-height:38px;padding:0 17px;border:1px solid #d9d3cb;border-radius:20px;background:#fff;color:#37332f;font-size:12px;white-space:nowrap;transition:border-color .18s,background .18s,color .18s}
.catalog-filter-row button:hover{border-color:#8e8780}
.catalog-filter-row button.active{border-color:var(--ink);background:var(--ink);color:#fff;font-weight:650}
.catalog-filter-row button:last-child.active{border-color:var(--red);background:var(--red)}

.catalog-advanced{border:1px solid var(--line);border-radius:10px;background:#f0ece6}
.catalog-advanced summary{min-height:62px;padding:0 20px;display:grid;grid-template-columns:max-content 1fr 28px;align-items:center;gap:14px;cursor:pointer;list-style:none}
.catalog-advanced summary::-webkit-details-marker{display:none}
.catalog-advanced summary>span{font-size:13px;font-weight:750}
.catalog-advanced summary>small{color:var(--muted);font-size:11px}
.catalog-advanced summary>b{width:28px;height:28px;border:1px solid #cfc8bf;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:17px;font-weight:400;transition:transform .18s}
.catalog-advanced[open] summary>b{transform:rotate(45deg)}
.catalog-advanced-grid{padding:0 20px 20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.catalog-advanced-grid label{display:flex;flex-direction:column;gap:7px}
.catalog-advanced-grid label>span{color:#625d57;font-size:10px;font-weight:650}
.catalog-advanced-grid select{width:100%;height:48px;padding:0 38px 0 13px;border:1px solid #d3cdc4;border-radius:6px;background:#fff;color:var(--ink);font-size:12px}

.catalog-toolbar-new{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.catalog-toolbar-new>div{display:flex;align-items:center;gap:14px}
.catalog-found{min-width:0;flex-wrap:wrap}
.catalog-found>strong{font-size:18px}
.catalog-found>span{margin-left:-9px;color:var(--muted);font-size:12px}
.catalog-found>i{padding:5px 9px;border-radius:14px;background:#e9e4dd;color:#5b5650;font-size:9px;font-style:normal}
.catalog-reset{padding:0;border:0;background:transparent;color:var(--red);font-size:11px;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.catalog-sort{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:11px}
.catalog-sort select{height:40px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font-size:11px}

.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.catalog-product-grid .catalog-card{border-color:#ded8d0;border-radius:9px;box-shadow:none}
.catalog-product-grid .product-image-wrap{aspect-ratio:1.72;background:#171412}
.catalog-product-grid .product-image{object-fit:cover}
.catalog-product-grid .product-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(0,0,0,.32))}
.catalog-product-grid .product-pastrami-melt .product-image{object-position:82% center}
.catalog-product-grid .product-club-turkey .product-image{object-position:56% center}
.catalog-product-grid .badges{left:14px;top:auto;bottom:12px;gap:7px}
.catalog-product-grid .badge{padding:4px 8px;border-radius:4px;font-size:9px;font-weight:650;text-transform:none}
.catalog-product-grid .catalog-card-body{min-height:130px;padding:14px 16px}
.catalog-card-kicker{margin-bottom:7px;color:#8a847d;font-size:9px;font-weight:650;letter-spacing:.04em;text-transform:uppercase}
.catalog-product-grid .catalog-card-body h3{margin:0 0 14px!important;font-size:18px!important;font-weight:680;line-height:1.23}
.catalog-product-grid .catalog-card-order{margin-top:auto}
.catalog-product-grid .catalog-card-order>span{font-size:11px}
.catalog-product-grid .catalog-card-order .button{min-width:138px;min-height:38px;padding:0 15px}
.catalog-card-order .button:disabled{border-color:#d8d2ca;background:#eeeae4;color:#5d5852;cursor:default}
.catalog-card-order .button:disabled:hover{background:#eeeae4;color:#5d5852}

@media(max-width:1180px){
  .header-main .main-nav{margin-left:26px;gap:19px}
  .catalog-page .page-heading h1{font-size:52px}
  .catalog-filter-row{grid-template-columns:138px minmax(0,1fr)}
  .catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  .category-scroll{gap:24px}
  .catalog-page{padding-top:30px}
  .catalog-page .page-heading h1{font-size:42px}
  .catalog-page .page-heading p{font-size:14px}
  .catalog-steps{grid-template-columns:1fr}
  .catalog-steps li{min-height:62px;border-right:0;border-bottom:1px solid var(--line)}
  .catalog-steps li:last-child{border-bottom:0}
  .catalog-filter-block{padding:7px 14px}
  .catalog-filter-row{min-height:0;padding:10px 0;grid-template-columns:1fr;gap:9px}
  .catalog-filter-row>div{margin-right:-14px;padding-right:14px}
  .catalog-filter-row button{min-height:36px;padding:0 14px}
  .catalog-advanced summary{min-height:66px;padding:0 14px;grid-template-columns:1fr 28px}
  .catalog-advanced summary>small{grid-column:1;grid-row:2;margin-top:-18px;padding-bottom:12px}
  .catalog-advanced summary>b{grid-column:2;grid-row:1/3}
  .catalog-advanced-grid{padding:4px 14px 16px;grid-template-columns:1fr}
  .catalog-toolbar-new{align-items:flex-start;flex-direction:column}
  .catalog-toolbar-new>div{width:100%;justify-content:space-between}
  .catalog-found{justify-content:flex-start!important}
  .catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .catalog-product-grid .product-image-wrap{aspect-ratio:1.35}
  .catalog-product-grid .catalog-card-body{min-height:146px;padding:12px}
  .catalog-product-grid .catalog-card-body h3{font-size:14px!important}
  .catalog-product-grid .catalog-card-order{align-items:stretch;flex-direction:column}
  .catalog-product-grid .catalog-card-order .button{width:100%}
}

@media(max-width:480px){
  .catalog-product-grid{grid-template-columns:1fr}
  .catalog-product-grid .product-image-wrap{aspect-ratio:1.55}
}

/* ===== catalog-reference.css ===== */
/* Exact storefront catalog geometry from the approved desktop reference. */

body:has(.catalog-page) {
  --red: #d83325;
  --red-dark: #bd291e;
}

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

/* Header */
.header-main {
  height: 112px;
  padding-left: max(48px, calc((100vw - 1376px) / 2));
  padding-right: max(48px, calc((100vw - 1376px) / 2));
  gap: 0;
  background: #0e0d0b;
}

.header-main .logo {
  min-width: 206px;
}

.header-main .logo strong {
  font-size: 22px;
}

.header-main .main-nav {
  margin-left: 13px;
  gap: 38px;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.025em;
}

.header-main .header-actions {
  margin-left: auto;
  gap: 15px;
}

.header-actions .icon-button {
  order: 1;
  width: 43px;
  height: 43px;
}

.header-actions .button {
  order: 2;
  min-height: 52px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 650;
}

.header-actions .cart-link {
  order: 3;
  min-height: 44px;
  padding-left: 20px;
  gap: 11px;
}

.header-actions .cart-link svg {
  width: 25px;
  height: 25px;
}

.header-actions .cart-link em {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.category-nav .category-scroll {
  width: min(1376px, calc(100% - 96px));
  height: 64px;
  gap: 48px;
  justify-content: flex-start;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.category-nav {
  background: #f8f5f0;
}

.category-nav a,
.category-nav .selection-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.category-scroll .current-category {
  height: 64px;
  font-weight: 500;
  border-bottom-width: 2px;
}

.category-scroll .more-link {
  display: flex;
  align-items: center;
  gap: 8px;
}

.category-scroll .category-spacer {
  flex: 1 1 auto;
}

.category-scroll .selection-link {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.category-scroll .selection-link svg {
  width: 27px;
  height: 27px;
}

.category-scroll .selection-link b {
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 9px;
}

/* Catalog frame */
.catalog-page {
  padding: 28px 0 92px;
  background: #f8f5f0;
}

.catalog-page > .wrap {
  width: min(1376px, calc(100% - 96px));
}

.catalog-page .page-heading {
  max-width: none;
  margin: 0 0 22px;
}

.catalog-page .page-heading h1 {
  max-width: none;
  margin: 0 0 12px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.catalog-page .page-heading p {
  max-width: none;
  margin: 0;
  color: #6c6761;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.01em;
}

.catalog-reference-experience {
  display: block;
}

.catalog-reference-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

/* Left filters */
.catalog-reference-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.catalog-sidebar-group {
  padding: 17px 16px 14px;
  border: 1px solid #ded9d2;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.48);
}

.catalog-sidebar-group h2 {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 750;
  line-height: 19px;
  letter-spacing: -0.015em;
}

.catalog-sidebar-group h2 span {
  transform: translateY(2px);
  font-size: 16px;
  font-weight: 400;
}

.catalog-sidebar-group > div {
  display: flex;
  flex-direction: column;
}

.catalog-sidebar-group button {
  min-height: 34px;
  padding: 5px 0;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #393530;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.catalog-sidebar-group button:hover {
  color: var(--red);
}

.catalog-sidebar-group button i {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1px solid #d4cfc8;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

.catalog-sidebar-group button[aria-pressed="true"] i {
  border-color: var(--red);
  background: var(--red);
}

.catalog-sidebar-group button[aria-pressed="true"] i::after {
  content: "✓";
  position: absolute;
  inset: -3px 0 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

/* Toolbar */
.catalog-reference-results {
  min-width: 0;
}

.catalog-reference-toolbar {
  min-height: 48px;
  margin: 0 0 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.catalog-reference-selectors {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog-reference-selectors label {
  height: 44px;
  padding: 0 10px 0 12px;
  border: 1px solid #ded9d2;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.52);
  color: #6d6862;
  font-size: 10px;
  white-space: nowrap;
}

.catalog-reference-selectors label:nth-child(1) {
  width: 176px;
}

.catalog-reference-selectors label:nth-child(2) {
  width: 180px;
}

.catalog-reference-selectors label:nth-child(3) {
  width: 208px;
}

.catalog-reference-selectors select {
  min-width: 0;
  flex: 1;
  padding: 0 17px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #1d1b18;
  font-size: 12px;
  cursor: pointer;
}

.catalog-reference-reset {
  height: 44px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: #302d29;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.catalog-reference-sort {
  flex: 0 0 auto;
}

.catalog-reference-sort select {
  min-width: 178px;
  height: 44px;
  padding: 0 26px 0 10px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #24211e;
  font-size: 13px;
  cursor: pointer;
}

/* Product cards */
.catalog-reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 20px;
}

.catalog-reference-grid .catalog-card {
  border: 1px solid #ded9d2;
  border-radius: 8px;
  background: #faf9f7;
  box-shadow: none;
}

.catalog-reference-grid .catalog-card:hover {
  transform: translateY(-2px);
}

.catalog-reference-grid .product-image-wrap {
  aspect-ratio: 2.04;
  background: #171412;
}

.catalog-reference-grid .product-image {
  object-fit: cover;
}

.catalog-reference-grid .product-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, 0.3));
}

.catalog-reference-grid .product-pastrami-melt .product-image {
  object-position: 75% 66%;
  transform: scale(1.38);
}

.catalog-reference-grid .product-club-turkey .product-image {
  object-position: 56% center;
}

.catalog-reference-grid .badges {
  left: 18px;
  top: auto;
  bottom: 12px;
  gap: 8px;
}

.catalog-reference-grid .badge {
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 650;
  line-height: 13px;
  text-transform: none;
}

.catalog-reference-grid .badge.red,
.catalog-reference-grid .badge.dark {
  border: 1px solid rgba(255, 255, 255, 0.92);
}

.catalog-reference-grid .badge.light {
  border: 1px solid rgba(23, 20, 18, 0.12);
}

.catalog-reference-grid .product-pastrami-melt .badges {
  top: 18px;
  bottom: auto;
}

.catalog-reference-grid .catalog-card-body {
  min-height: 89px;
  padding: 13px 14px 12px;
}

.catalog-reference-grid .catalog-card-body h3 {
  min-height: 0 !important;
  margin: 0 0 11px !important;
  font-size: 16px !important;
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.catalog-reference-grid .catalog-card-order {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.catalog-reference-grid .catalog-card-order > span {
  color: #57524c;
  font-size: 11px;
}

.catalog-reference-grid .catalog-card-order .button {
  min-width: 124px;
  min-height: 34px;
  padding: 0 13px;
  gap: 9px;
  border: 0;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
}

.catalog-reference-grid .catalog-card-order .button:hover {
  background: var(--red-dark);
  color: #fff;
  transform: none;
}

.catalog-reference-grid .catalog-card-order svg {
  width: 17px;
  height: 17px;
}

.catalog-reference-grid .catalog-card-order .button:disabled {
  border-color: #d8d2ca;
  background: #eeeae4;
  color: #5d5852;
  cursor: default;
}

@media (max-width: 1450px) and (min-width: 1181px) {
  .header-main .logo {
    min-width: 190px;
  }

  .header-main .main-nav {
    margin-left: 25px;
    gap: 26px;
    font-size: 14px;
  }

  .header-main .header-actions {
    gap: 10px;
  }

  .header-actions .button {
    padding: 0 18px;
  }

  .header-actions .cart-link {
    padding-left: 14px;
  }

  .category-nav .category-scroll {
    gap: 36px;
  }
}

@media (max-width: 1180px) {
  .header-main {
    padding-left: 24px;
    padding-right: 24px;
  }

  .catalog-page > .wrap,
  .category-nav .category-scroll {
    width: calc(100% - 48px);
  }

  .catalog-reference-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .catalog-reference-selectors {
    flex-wrap: wrap;
  }

  .catalog-reference-toolbar {
    align-items: flex-end;
  }

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

@media (max-width: 760px) {
  .header-main {
    height: 68px;
    padding: 0 14px;
  }

  .category-nav .category-scroll {
    width: calc(100% - 28px);
    height: 48px;
    gap: 24px;
  }

  .category-scroll .current-category {
    height: 48px;
  }

  .category-scroll .category-spacer,
  .category-scroll .selection-link {
    display: none;
  }

  .catalog-page {
    padding: 25px 0 80px;
  }

  .catalog-page > .wrap {
    width: calc(100% - 28px);
  }

  .catalog-page .page-heading {
    margin-bottom: 20px;
  }

  .catalog-page .page-heading h1 {
    font-size: 36px;
    line-height: 1.04;
  }

  .catalog-page .page-heading p {
    font-size: 13px;
    line-height: 19px;
  }

  .catalog-reference-layout {
    display: block;
  }

  .catalog-reference-sidebar {
    display: none;
  }

  .catalog-reference-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .catalog-reference-selectors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .catalog-reference-selectors label:nth-child(n) {
    width: 100%;
  }

  .catalog-reference-selectors label:nth-child(3) {
    grid-column: 1 / -1;
  }

  .catalog-reference-reset {
    justify-self: start;
    height: 32px;
    padding-left: 0;
  }

  .catalog-reference-sort select {
    width: 100%;
    border: 1px solid #ded9d2;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.52);
  }

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

  .catalog-reference-grid .product-image-wrap {
    aspect-ratio: 1.45;
  }

  .catalog-reference-grid .badges {
    left: 8px;
    bottom: 8px;
    gap: 4px;
  }

  .catalog-reference-grid .badge {
    padding: 3px 5px;
    font-size: 7px;
  }

  .catalog-reference-grid .catalog-card-body {
    min-height: 144px;
    padding: 12px;
  }

  .catalog-reference-grid .catalog-card-body h3 {
    font-size: 14px !important;
  }

  .catalog-reference-grid .catalog-card-order {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-reference-grid .catalog-card-order .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .catalog-reference-grid {
    grid-template-columns: 1fr;
  }

  .catalog-reference-grid .product-image-wrap {
    aspect-ratio: 1.55;
  }
}

/* Approved simplified catalog */

.catalog-page-simple {
  padding: 20px 0 96px;
  overflow-x: clip;
  background: #f7f4ef;
}

.catalog-page-simple > .wrap {
  width: min(1500px, calc(100% - 96px));
}

.catalog-page-simple .page-heading {
  margin: 0 0 16px;
}

.catalog-page-simple .page-heading h1 {
  margin: 0 0 6px;
  font-size: clamp(38px, 3.1vw, 44px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.045em;
}

.catalog-page-simple .page-heading p {
  margin: 0;
  max-width: 850px;
  color: #68635d;
  font-size: 14px;
  line-height: 1.4;
}

.catalog-simple-experience {
  min-width: 0;
}

.catalog-line-tabs {
  width: min(880px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  overflow-x: auto;
  border: 1px solid #bdb7af;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.38);
  scrollbar-width: none;
}

.catalog-line-tabs::-webkit-scrollbar,
.catalog-type-scroll::-webkit-scrollbar {
  display: none;
}

.catalog-line-tabs button {
  min-width: 0;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-right: 1px solid #bdb7af;
  background: transparent;
  color: #171512;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.catalog-line-tabs button:last-child {
  border-right: 0;
}

.catalog-line-tabs button:hover {
  background: #ebe7e0;
}

.catalog-line-tabs button.active {
  background: #090909;
  color: #fff;
}

.catalog-type-filter {
  min-height: 60px;
  padding: 8px 0;
  border-bottom: 1px solid #d7d1c9;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.catalog-type-filter > strong {
  font-size: 13px;
  font-weight: 700;
}

.catalog-type-scroll {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.catalog-type-scroll button {
  min-width: 82px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #c8c2ba;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #24211e;
  font-family: var(--font-manrope), Arial, sans-serif;
  font-size: 12px;
  font-weight: 550;
  white-space: nowrap;
  cursor: pointer;
}

.catalog-type-scroll button:hover {
  border-color: #6c665f;
}

.catalog-type-scroll button.active {
  border-color: #090909;
  background: #090909;
  color: #fff;
}

.catalog-type-scroll .catalog-context-chip {
  max-width: 260px;
  border-color: rgba(216, 51, 37, 0.46);
  background: rgba(216, 51, 37, 0.08);
  color: #8f251c;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.catalog-context-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-context-chip b {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.catalog-simple-results {
  min-height: 360px;
}

.catalog-product-section {
  padding-top: 20px;
}

.catalog-product-section + .catalog-product-section {
  padding-top: 48px;
}

.catalog-section-head {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}

.catalog-section-title {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.catalog-section-head h2 {
  margin: 0;
  font-size: clamp(27px, 2.1vw, 32px);
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.catalog-section-head p,
.catalog-section-head > span {
  margin: 0;
  color: #68635d;
  font-size: 13px;
  line-height: 1.4;
}

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

.catalog-simple-experience .catalog-card-v2 {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8d2ca;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background: #fbfaf8;
  box-shadow: none;
}

.catalog-simple-experience .catalog-card-v2:hover {
  border-color: #aaa39a;
  transform: translateY(-2px);
}

.catalog-simple-experience .catalog-card-v2 .product-image-wrap {
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #151311;
}

.catalog-simple-experience .catalog-card-v2 .product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-simple-experience .catalog-card-v2 .product-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.catalog-simple-experience .product-pastrami-melt .product-image {
  object-position: 75% 66%;
  transform: scale(1.32);
}

.catalog-simple-experience .product-club-turkey .product-image {
  object-position: 56% center;
}

.catalog-simple-experience .catalog-card-v2 .badges {
  left: 13px;
  top: 13px;
  bottom: auto;
  z-index: 2;
  gap: 7px;
}

.catalog-simple-experience .catalog-card-v2 .badge {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalog-simple-experience .catalog-line-badge.chilled {
  background: #697441;
  color: #fff;
}

.catalog-simple-experience .catalog-line-badge.frozen {
  background: #45494d;
  color: #fff;
}

.catalog-simple-experience .catalog-line-badge.hot {
  background: #090909;
  color: #fff;
}

.catalog-simple-experience .catalog-card-v2 .catalog-card-body {
  min-height: 172px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
}

.catalog-card-kicker {
  margin-bottom: 4px;
  color: #716b64;
  font-size: 11px;
  line-height: 1.3;
}

.catalog-simple-experience .catalog-card-v2 h3 {
  margin: 0 0 9px !important;
  min-height: 0 !important;
  font-size: clamp(17px, 1.35vw, 21px) !important;
  font-weight: 680;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.catalog-simple-experience .catalog-card-v2 h3 a:hover {
  color: var(--red);
}

.catalog-card-facts {
  min-height: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #4f4a44;
}

.catalog-card-facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  white-space: nowrap;
}

.catalog-card-facts svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  stroke-width: 1.45;
}

.catalog-simple-experience .catalog-card-order {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #dfd9d1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.catalog-simple-experience .catalog-card-order > span {
  color: #5e5953;
  font-size: 11px;
}

.catalog-simple-experience .catalog-card-order .button {
  min-width: 134px;
  min-height: 44px;
  padding: 0 17px;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.catalog-simple-experience .catalog-card-order .button:disabled {
  background: #e8e3dc;
  color: #59544e;
}

.catalog-empty-state {
  min-height: 320px;
  padding: 80px 24px;
  border-bottom: 1px solid #d7d1c9;
  text-align: center;
}

.catalog-empty-state strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.catalog-empty-state p {
  margin: 0 0 24px;
  color: #68635d;
  font-size: 14px;
}

.catalog-empty-state button {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #090909;
  border-radius: 4px;
  background: #090909;
  color: #fff;
  font-weight: 650;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .catalog-page-simple > .wrap {
    width: calc(100% - 48px);
  }

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

  .catalog-type-filter {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
  }
}

@media (max-width: 760px) {
  .catalog-page-simple {
    padding: 16px 0 80px;
  }

  .catalog-page-simple > .wrap {
    width: calc(100% - 28px);
  }

  .catalog-page-simple .page-heading h1 {
    font-size: 34px;
  }

  .catalog-page-simple .page-heading p {
    font-size: 13px;
    line-height: 1.35;
  }

  .catalog-line-tabs {
    width: 100%;
    display: flex;
    border-radius: 4px;
  }

  .catalog-line-tabs button {
    min-width: 150px;
    flex: 0 0 auto;
  }

  .catalog-type-filter {
    min-height: 0;
    padding: 8px 0 10px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .catalog-type-filter > strong {
    display: none;
  }

  .catalog-type-scroll {
    margin-right: -14px;
    padding-right: 14px;
  }

  .catalog-product-section {
    padding-top: 18px;
  }

  .catalog-product-section + .catalog-product-section {
    padding-top: 40px;
  }

  .catalog-section-head {
    align-items: baseline;
  }

  .catalog-section-head h2 {
    font-size: 27px;
  }

  .catalog-section-title {
    flex-wrap: wrap;
    gap: 3px 10px;
  }

  .catalog-simple-experience .catalog-card-v2 .product-image-wrap {
    aspect-ratio: 1.72;
  }
}

@media (max-width: 520px) {
  .catalog-results-grid {
    grid-template-columns: 1fr;
  }

  .catalog-section-head {
    gap: 14px;
  }

  .catalog-simple-experience .catalog-card-v2 .product-image-wrap {
    aspect-ratio: 1.72;
  }

  .catalog-simple-experience .catalog-card-v2 .catalog-card-body {
    min-height: 172px;
  }
}

/* ===== home-directions.css ===== */
/* Approved homepage composition: design/homepage-mockup-approved.jpg.
   The shared header remains governed by design/header-reference.png. */

body:has(.home-v2) {
  --home-black: #090909;
  --home-paper: #f7f4ef;
  --home-white: #fff;
  --home-red: #e1251b;
  --home-olive: #62763d;
  --home-line: #dcd7cf;
  background: var(--home-paper);
}

.home-v2 {
  min-width: 0;
  overflow: hidden;
  background: var(--home-paper);
  color: #111;
}

.home-v2-shell {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
}

.home-v2-section {
  padding: 96px 0;
}

.home-v2-section-label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.home-v2-section-label.red-text {
  color: var(--home-red);
}

.home-v2-heading-row {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
  align-items: end;
  gap: 70px;
}

.home-v2-heading-row h2,
.home-v2-facts h2,
.home-v2-faq h2,
.home-v2-contact h2,
.home-v2-system-copy h2 {
  margin: 22px 0 0;
  font-size: clamp(54px, 5vw, 82px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.06em;
}

.home-v2-heading-row > p {
  max-width: 500px;
  margin: 0 0 5px;
  color: #716c65;
  font-size: 16px;
  line-height: 1.55;
}

.home-v2-text-link {
  width: max-content;
  margin: 0 0 8px auto;
  padding-bottom: 7px;
  border-bottom: 1px solid #111;
  font-size: 13px;
  font-weight: 700;
}

.home-v2-text-link span {
  margin-left: 18px;
}

.home-v2-hero {
  min-height: 625px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, .99) 0%, rgba(7, 7, 7, .93) 37%, rgba(7, 7, 7, .16) 68%, rgba(7, 7, 7, .05) 100%),
    url("/mainpage/new/images/hot-sandwich-banner.png") center / cover no-repeat;
  color: #fff;
}

.home-v2-hero-inner {
  min-height: 625px;
  display: flex;
  align-items: stretch;
}

.home-v2-hero-copy {
  width: min(650px, 48%);
  padding: 56px 0 0;
  display: flex;
  flex-direction: column;
}

.home-v2-hero-copy h1 {
  margin: 27px 0 24px;
  font-size: clamp(64px, 5.4vw, 82px);
  font-weight: 760;
  line-height: .92;
  letter-spacing: -.065em;
}

.home-v2-hero-copy > p {
  max-width: 600px;
  margin: 0;
  color: #d4cec7;
  font-size: 17px;
  line-height: 1.55;
}

.home-v2-actions {
  margin-top: 32px;
  display: flex;
  gap: 14px;
}

.home-v2-actions .button {
  min-width: 220px;
  min-height: 58px;
  padding: 0 24px;
  font-size: 14px;
}

.home-v2-button-outline {
  border-color: #ffffff72;
  background: transparent;
  color: #fff;
}

.home-v2-button-outline:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.home-v2-hero-facts {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ffffff30;
}

.home-v2-hero-facts > div {
  min-height: 96px;
  padding: 18px 24px 18px 0;
  border-right: 1px solid #ffffff30;
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-v2-hero-facts > div + div {
  padding-left: 24px;
}

.home-v2-hero-facts > div:last-child {
  border-right: 0;
}

.home-v2-hero-facts svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.home-v2-hero-facts span {
  display: flex;
  flex-direction: column;
}

.home-v2-hero-facts strong {
  font-size: 16px;
  white-space: nowrap;
}

.home-v2-hero-facts small {
  margin-top: 5px;
  color: #8f8983;
  font-size: 12px;
}

.home-v2-directions {
  background: var(--home-paper);
}

.home-v2-direction-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-v2-direction {
  min-height: 590px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e3ded6;
  background: #f4f0e8;
  isolation: isolate;
}

.home-v2-direction > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-v2-direction:hover > img {
  transform: scale(1.02);
}

.home-v2-direction:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(248, 246, 239, .62) 0%, rgba(248, 246, 239, .2) 42%, transparent 63%);
}

.home-v2-direction-hot {
  border-color: #151515;
  color: #fff;
}

.home-v2-direction-hot:after {
  background: linear-gradient(180deg, rgba(7, 7, 7, .73) 0%, rgba(7, 7, 7, .18) 48%, transparent 70%);
}

.home-v2-direction-copy {
  padding: 28px 27px;
}

.home-v2-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 750;
}

.home-v2-card-meta b {
  font-size: 12px;
}

.home-v2-direction h3 {
  margin: 26px 0 14px;
  font-size: clamp(34px, 3.15vw, 49px);
  font-weight: 780;
  line-height: .96;
  letter-spacing: -.055em;
}

.home-v2-direction-chilled h3 {
  color: var(--home-olive);
}

.home-v2-direction-chilled strong {
  text-shadow: 0 0 5px #f6f2ea, 0 0 12px rgba(246, 242, 234, .85);
}

.home-v2-direction-hot h3,
.home-v2-direction-hot strong {
  color: var(--home-red);
}

.home-v2-direction p {
  max-width: 420px;
  min-height: 50px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.52;
}

.home-v2-direction strong {
  font-size: 12px;
}

.home-v2-direction strong span {
  margin-left: 18px;
  font-size: 17px;
}

.home-v2-formats {
  background: #fff;
}

.home-v2-formats-head {
  grid-template-columns: 1fr auto;
}

.home-v2-format-grid {
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.15fr .73fr .73fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.home-v2-format-card {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  isolation: isolate;
}

.home-v2-format-large {
  grid-row: 1 / 3;
}

.home-v2-format-wide {
  grid-column: 2 / 4;
}

.home-v2-format-card > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

.home-v2-format-card:hover > img {
  transform: scale(1.025);
}

.home-v2-format-large > img {
  object-position: 58% center;
}

.home-v2-format-card:nth-child(2) > img {
  object-position: center 53%;
}

.home-v2-format-card:nth-child(3) > img {
  object-position: center 48%;
}

.home-v2-format-wide > img {
  object-position: center 60%;
}

.home-v2-format-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(9, 9, 9, .45) 0%, rgba(9, 9, 9, 0) 30%, rgba(9, 9, 9, 0) 45%, rgba(0, 0, 0, .85) 100%);
}

.home-v2-format-copy {
  height: 100%;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .45);
}

.home-v2-format-copy > b {
  position: absolute;
  left: 22px;
  top: 19px;
  font-size: 12px;
}

.home-v2-format-copy small {
  color: var(--home-red);
  font-size: 12px;
  font-weight: 750;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .8), 0 0 12px rgba(0, 0, 0, .6);
}

.home-v2-format-copy h3 {
  margin: 5px 0 6px;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -.04em;
}

.home-v2-format-copy p {
  max-width: 430px;
  margin: 0 0 13px;
  color: #ddd8d2;
  font-size: 12px;
  line-height: 1.45;
}

.home-v2-format-copy strong {
  font-size: 12px;
}

.home-v2-format-copy strong span {
  margin-left: 15px;
}

.home-v2-products {
  background: var(--home-paper);
}

.home-v2-products-head {
  grid-template-columns: 1fr auto;
}

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

.home-v2-product-grid .product-card {
  border: 0;
  border-radius: 0;
  background: var(--home-black);
  color: #fff;
}

.home-v2-product-grid .product-image-wrap {
  aspect-ratio: 1.26;
  background: #141414;
}

.home-v2-product-grid .product-image {
  object-fit: cover;
}

.home-v2-product-grid .product-body {
  min-height: 268px;
  padding: 20px 20px 17px;
}

.home-v2-product-grid .product-kicker {
  color: #a29d96;
}

.home-v2-product-grid .product-body h3 {
  color: #fff;
  font-size: 22px;
}

.home-v2-product-grid .product-body p,
.home-v2-product-grid .product-meta {
  color: #aaa49e;
}

.home-v2-product-grid .product-facts span {
  background: #1b1a19;
  color: #cac5be;
}

.home-v2-product-grid .product-meta strong {
  color: #fff;
}

.home-v2-product-grid .button-full {
  min-height: 50px;
  border: 0;
  background: var(--home-red);
}

.home-v2-system {
  min-height: 850px;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  background: var(--home-black);
  color: #fff;
}

.home-v2-system-image {
  min-height: 850px;
  position: relative;
  overflow: hidden;
}

.home-v2-system-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
}

.home-v2-system-image .home-v2-section-label {
  position: absolute;
  left: 32px;
  top: 32px;
}

.home-v2-system-copy {
  padding: 92px clamp(40px, 5.8vw, 100px);
}

.home-v2-system-copy h2 {
  font-size: clamp(55px, 5.2vw, 82px);
}

.home-v2-system-copy > p {
  max-width: 760px;
  margin: 30px 0 36px;
  color: #aaa49d;
  font-size: 16px;
  line-height: 1.55;
}

.home-v2-system-grid {
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ffffff22;
}

.home-v2-system-grid article {
  min-height: 190px;
  padding: 26px;
  position: relative;
  border-right: 1px solid #ffffff22;
  border-bottom: 1px solid #ffffff22;
}

.home-v2-system-grid article:nth-child(2n) {
  border-right: 0;
}

.home-v2-system-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-v2-system-grid svg {
  width: 30px;
  height: 30px;
}

.home-v2-system-grid article > b {
  position: absolute;
  right: 22px;
  top: 22px;
  color: var(--home-red);
  font-size: 12px;
}

.home-v2-system-grid h3 {
  margin: 32px 0 8px;
  font-size: 19px;
  font-weight: 600;
}

.home-v2-system-grid p {
  margin: 0;
  color: #918b85;
  font-size: 12px;
  line-height: 1.5;
}

.home-v2-system-copy > .button {
  min-height: 54px;
  padding: 0 28px;
  font-size: 13px;
}

.home-v2-process {
  background: #fff;
}

.home-v2-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--home-line);
}

.home-v2-process-grid article {
  min-height: 265px;
  padding: 28px;
  border-right: 1px solid var(--home-line);
  display: flex;
  flex-direction: column;
}

.home-v2-process-grid article:last-child {
  border-right: 0;
}

.home-v2-process-grid b {
  color: var(--home-red);
  font-size: 12px;
}

.home-v2-process-grid h3 {
  margin: auto 0 14px;
  font-size: 20px;
  font-weight: 520;
}

.home-v2-process-grid p {
  margin: 0;
  color: #858078;
  font-size: 12px;
  line-height: 1.5;
}

.home-v2-facts {
  padding: 104px 0;
  background: var(--home-black);
  color: #fff;
}

.home-v2-facts h2 {
  max-width: 1230px;
  margin-top: 34px;
}

.home-v2-facts-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #ffffff24;
}

.home-v2-facts-grid > div {
  min-height: 160px;
  padding: 30px;
  border-right: 1px solid #ffffff24;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-v2-facts-grid > div:last-child {
  border-right: 0;
}

.home-v2-facts-grid strong {
  font-size: 31px;
}

.home-v2-facts-grid span {
  color: #817b75;
  font-size: 12px;
}

.home-v2-faq {
  background: var(--home-paper);
}

.home-v2-faq h2 {
  margin: 28px 0 54px;
}

.home-v2-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--home-line);
  background: #fff;
}

.home-v2-faq-grid details {
  min-height: 88px;
  padding: 0 28px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-v2-faq-grid details:nth-child(2n) {
  border-right: 0;
}

.home-v2-faq-grid details:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.home-v2-faq-grid summary {
  min-height: 88px;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.home-v2-faq-grid summary::-webkit-details-marker {
  display: none;
}

.home-v2-faq-grid summary:before {
  content: "▸";
  margin-right: 10px;
  font-size: 12px;
  transition: transform .18s ease;
}

.home-v2-faq-grid details[open] summary:before {
  transform: rotate(90deg);
}

.home-v2-faq-grid p {
  margin: -12px 0 24px 20px;
  color: #6e6962;
  font-size: 12px;
  line-height: 1.55;
}

.home-v2-contact {
  padding: 96px 0 46px;
  background: var(--home-black);
  color: #fff;
}

.home-v2-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, .75fr);
  align-items: center;
  gap: 120px;
}

.home-v2-contact h2 {
  margin-top: 31px;
  font-size: clamp(56px, 5vw, 80px);
  font-weight: 450;
}

.home-v2-contact p {
  margin: 28px 0 18px;
  color: #a7a19a;
  font-size: 16px;
}

.home-v2-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #d1ccc6;
  font-size: 12px;
  line-height: 1.9;
}

.home-v2-contact .lead-form {
  padding: 30px;
  background: var(--home-paper);
}

.home-v2-contact .lead-form .button {
  min-height: 55px;
}

@media (max-width: 1180px) {
  .home-v2-shell {
    width: calc(100% - 48px);
  }

  .home-v2-section {
    padding: 82px 0;
  }

  .home-v2-hero,
  .home-v2-hero-inner {
    min-height: 600px;
  }

  .home-v2-hero-copy {
    width: 58%;
    padding-top: 58px;
  }

  .home-v2-heading-row {
    gap: 40px;
  }

  .home-v2-direction {
    min-height: 540px;
  }

  .home-v2-direction h3 {
    font-size: 35px;
  }

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

  .home-v2-system {
    grid-template-columns: .85fr 1.15fr;
  }

  .home-v2-system-copy {
    padding: 72px 42px;
  }

  .home-v2-contact-grid {
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .home-v2-heading-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-v2-heading-row > p {
    margin: 0;
  }

  .home-v2-formats-head,
  .home-v2-products-head {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .home-v2-direction-grid {
    margin-right: -24px;
    padding-right: 24px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-v2-direction {
    width: 440px;
    flex: 0 0 440px;
    scroll-snap-align: start;
  }

  .home-v2-format-grid {
    min-height: 760px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.2fr 1fr 1fr;
  }

  .home-v2-format-large {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .home-v2-format-wide {
    grid-column: 1 / 3;
  }

  .home-v2-system {
    grid-template-columns: 1fr;
  }

  .home-v2-system-image {
    min-height: 520px;
  }

  .home-v2-system-copy {
    padding: 72px 32px;
  }

  .home-v2-process-grid,
  .home-v2-facts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-v2-process-grid article:nth-child(2) {
    border-right: 0;
  }

  .home-v2-process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--home-line);
  }

  .home-v2-facts-grid > div:nth-child(2) {
    border-right: 0;
  }

  .home-v2-facts-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid #ffffff24;
  }

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

@media (max-width: 760px) {
  .home-v2-shell {
    width: calc(100% - 28px);
  }

  .home-v2-section {
    padding: 64px 0;
  }

  .home-v2-section-label {
    font-size: 12px;
  }

  .home-v2-heading-row {
    margin-bottom: 32px;
  }

  .home-v2-heading-row h2,
  .home-v2-facts h2,
  .home-v2-faq h2,
  .home-v2-system-copy h2 {
    font-size: 42px;
  }

  .home-v2-hero {
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(7, 7, 7, .98) 0%, rgba(7, 7, 7, .9) 52%, rgba(7, 7, 7, .25) 100%),
      url("/mainpage/new/images/hot-sandwich-banner.png") 67% center / cover no-repeat;
  }

  .home-v2-hero-inner {
    min-height: 680px;
  }

  .home-v2-hero-copy {
    width: 100%;
    padding-top: 44px;
  }

  .home-v2-hero-copy h1 {
    margin: 22px 0 20px;
    font-size: 56px;
  }

  .home-v2-hero-copy > p {
    max-width: 430px;
    font-size: 14px;
  }

  .home-v2-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .home-v2-actions .button {
    min-width: 0;
    padding: 0 10px;
    font-size: 12px;
  }

  .home-v2-hero-facts > div {
    min-height: 90px;
    padding: 12px 8px 12px 0;
    gap: 8px;
  }

  .home-v2-hero-facts > div + div {
    padding-left: 8px;
  }

  .home-v2-hero-facts svg {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }

  .home-v2-hero-facts strong {
    font-size: 13px;
  }

  .home-v2-hero-facts small {
    font-size: 12px;
  }

  .home-v2-formats-head,
  .home-v2-products-head {
    grid-template-columns: 1fr;
  }

  .home-v2-text-link {
    margin-left: 0;
  }

  .home-v2-direction-grid {
    margin-right: -14px;
    padding-right: 14px;
  }

  .home-v2-direction {
    width: 84vw;
    min-height: 510px;
    flex-basis: 84vw;
  }

  .home-v2-format-grid {
    min-height: 1100px;
    grid-template-columns: 1fr;
    grid-template-rows: 1.3fr repeat(3, 1fr);
  }

  .home-v2-format-large,
  .home-v2-format-wide {
    grid-column: auto;
    grid-row: auto;
  }

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

  .home-v2-product-grid .product-body {
    min-height: 240px;
  }

  .home-v2-system-image {
    min-height: 380px;
  }

  .home-v2-system-copy {
    padding: 58px 14px;
  }

  .home-v2-system-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-system-grid article {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid #ffffff22 !important;
  }

  .home-v2-system-grid article:last-child {
    border-bottom: 0 !important;
  }

  .home-v2-process-grid,
  .home-v2-facts-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-process-grid article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-v2-process-grid article:last-child {
    border-bottom: 0;
  }

  .home-v2-facts {
    padding: 68px 0;
  }

  .home-v2-facts-grid {
    margin-top: 40px;
  }

  .home-v2-facts-grid > div {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid #ffffff24;
  }

  .home-v2-facts-grid > div:last-child {
    border-bottom: 0;
  }

  .home-v2-faq h2 {
    margin-bottom: 34px;
  }

  .home-v2-faq-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-faq-grid details {
    border-right: 0;
    border-bottom: 1px solid var(--home-line) !important;
  }

  .home-v2-faq-grid details:last-child {
    border-bottom: 0 !important;
  }

  .home-v2-contact {
    padding: 68px 0 28px;
  }

  .home-v2-contact-grid {
    gap: 40px;
  }

  .home-v2-contact h2 {
    font-size: 46px;
  }

  .home-v2-contact .lead-form {
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .home-v2-hero-copy h1 {
    font-size: 48px;
  }

  .home-v2-heading-row h2,
  .home-v2-facts h2,
  .home-v2-faq h2,
  .home-v2-system-copy h2 {
    font-size: 37px;
  }

  .home-v2-direction h3 {
    font-size: 31px;
  }

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

/* ===== product-reference.css ===== */
/* Product comparison page.
   Desktop proportions follow design/exec-ed5d2498-bc7e-440f-b857-c811e9c7eeee.png.
   The approved global header is intentionally outside this stylesheet. */

.product-reference-page,
.product-reference-page button {
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
  font-synthesis: none;
}

.product-reference-page {
  overflow: hidden;
  background: #090909;
  color: #fff;
}

.product-ref-shell {
  width: min(1454px, calc(100% - 80px));
  margin: 0 auto;
}

.product-ref-index,
.product-ref-line {
  color: #e1251b;
  font-weight: 750;
  line-height: 1;
  text-transform: uppercase;
}

.product-ref-hero {
  width: min(1536px, 100%);
  height: clamp(620px, 52.214vw, 802px);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52.083% 47.917%;
  background: #090909;
}

/* Gallery */

.product-ref-gallery {
  min-width: 0;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: clamp(145px, 12.565vw, 193px) minmax(0, 1fr);
  background: #111;
}

.product-ref-index {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 1.628vw, 25px);
  top: clamp(18px, 1.563vw, 24px);
  font-size: clamp(14px, 1.172vw, 18px);
  letter-spacing: .02em;
}

.product-ref-thumbs {
  min-width: 0;
  padding: clamp(47px, 3.971vw, 61px) clamp(18px, 1.628vw, 25px) 18px;
  display: flex;
  flex-direction: column;
  gap: clamp(11px, .911vw, 14px);
}

.product-ref-thumbs img {
  width: 100%;
  aspect-ratio: .772;
  display: block;
  border: 1px solid #4c493f;
  border-radius: clamp(5px, .456vw, 7px);
  object-fit: cover;
}

.product-ref-thumbs img:first-child {
  border-color: #e1251b;
}

.product-ref-main-image {
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.product-ref-main-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% center;
}

/* Product information */

.product-ref-info {
  --product-info-left: clamp(31px, 2.604vw, 40px);
  --product-info-right: clamp(36px, 5.599vw, 86px);
  min-width: 0;
  height: 100%;
  padding: clamp(19px, 1.628vw, 25px) var(--product-info-right) 0 var(--product-info-left);
  display: flex;
  flex-direction: column;
  background: #090909;
}

.product-ref-line {
  margin: 0 0 clamp(9px, .781vw, 12px);
  font-size: clamp(15px, 1.302vw, 20px);
  letter-spacing: .015em;
}

.product-ref-info h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(49px, 4.167vw, 64px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.047em;
}

.product-ref-lead {
  max-width: 610px;
  margin: clamp(11px, .911vw, 14px) 0 clamp(14px, 1.172vw, 18px);
  color: #c3bdb6;
  font-size: clamp(15px, 1.302vw, 20px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -.018em;
}

/* Product facts */

.product-ref-facts {
  height: clamp(52px, 4.362vw, 67px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ffffff2e;
  border-bottom: 1px solid #ffffff2e;
}

.product-ref-facts > div {
  min-width: 0;
  min-height: 100%;
  padding: clamp(7px, .651vw, 10px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(13px, 1.172vw, 18px);
  border-right: 1px solid #ffffff2e;
}

.product-ref-facts > div:last-child {
  border-right: 0;
}

.product-ref-facts svg {
  width: clamp(30px, 2.539vw, 39px);
  height: clamp(30px, 2.539vw, 39px);
  flex: 0 0 clamp(30px, 2.539vw, 39px);
  display: block;
  stroke-width: 1.35;
}

.product-ref-facts strong {
  font-size: clamp(15px, 1.237vw, 19px);
  font-weight: 500;
  white-space: nowrap;
}

/* Purchase controls */

.product-ref-info .product-purchase {
  padding: clamp(7px, .586vw, 9px) 0 clamp(18px, 1.563vw, 24px);
  display: grid;
  grid-template-columns:
    minmax(130px, 1fr)
    clamp(96px, 8.073vw, 124px)
    clamp(168px, 14.258vw, 219px);
  grid-template-rows:
    clamp(46px, 3.906vw, 60px)
    clamp(40px, 3.385vw, 52px);
  gap: clamp(11px, .911vw, 14px) clamp(8px, .651vw, 10px);
  border: 0;
}

.product-ref-info .locked-price {
  grid-column: 1 / -1;
  grid-row: 1;
  height: 100%;
  padding: 0 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: #171717;
  color: #d2cdc7;
  font-size: clamp(14px, 1.172vw, 18px);
  font-weight: 400;
}

.product-ref-info .locked-price svg {
  width: clamp(17px, 1.432vw, 22px);
  height: clamp(17px, 1.432vw, 22px);
  stroke-width: 1.35;
}

.product-ref-info .product-wishlist {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  padding: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  background: transparent;
  color: #fff;
  font-size: clamp(11px, .911vw, 14px);
  font-weight: 400;
  white-space: nowrap;
}

.product-ref-info .product-wishlist svg {
  width: clamp(19px, 1.563vw, 24px);
  height: clamp(19px, 1.563vw, 24px);
  flex: 0 0 auto;
  stroke-width: 1.35;
}

.product-ref-info .quantity {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff20;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #171717;
  color: #fff;
}

.product-ref-info .quantity button {
  padding: 0 6px;
  border: 0;
  background: none;
  color: #fff;
  font-size: clamp(14px, 1.107vw, 17px);
  font-weight: 300;
}

.product-ref-info .quantity span {
  font-size: clamp(13px, 1.107vw, 17px);
  font-weight: 400;
}

.product-ref-info .product-purchase > .button {
  grid-column: 3;
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: 0 16px;
  border: 0;
  border-radius: 2px;
  gap: clamp(10px, .911vw, 14px);
  background: #e1251b;
  color: #fff;
  font-size: clamp(14px, 1.107vw, 17px);
  font-weight: 500;
}

.product-ref-info .product-purchase > .button:hover {
  background: #c91f17;
  transform: none;
}

.product-ref-info .product-purchase > .button svg {
  width: clamp(20px, 1.628vw, 25px);
  height: clamp(20px, 1.628vw, 25px);
  flex: 0 0 auto;
  stroke-width: 1.35;
}

/* Cooking sequence */

.product-ref-cook {
  height: clamp(138px, 11.654vw, 179px);
  margin: 0 0 0 calc(8px - var(--product-info-left));
  border-radius: 8px;
  overflow: hidden;
  background: #f7f4ef;
  color: #111;
}

.product-ref-cook h2 {
  height: clamp(38px, 3.19vw, 49px);
  margin: 0;
  padding: clamp(16px, 1.367vw, 21px) clamp(21px, 1.823vw, 28px) 5px;
  font-size: clamp(15px, 1.237vw, 19px);
  font-weight: 650;
  line-height: 1;
}

.product-ref-cook > div {
  height: calc(100% - clamp(38px, 3.19vw, 49px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-ref-cook article {
  min-width: 0;
  min-height: 0;
  padding: 4px 10px clamp(17px, 1.497vw, 23px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  text-align: center;
}

.product-ref-cook article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: clamp(26px, 2.214vw, 34px);
  left: calc(50% + clamp(27px, 2.279vw, 35px));
  right: calc(-50% + clamp(27px, 2.279vw, 35px));
  border-top: 1px dotted #817b74;
}

.product-ref-cook article:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(clamp(26px, 2.214vw, 34px) - 3px);
  right: calc(-50% + clamp(23px, 1.953vw, 30px));
  width: 6px;
  height: 6px;
  border-right: 1px solid #817b74;
  border-bottom: 1px solid #817b74;
  transform: rotate(-45deg);
}

.product-ref-cook article svg {
  width: clamp(45px, 3.776vw, 58px);
  height: clamp(45px, 3.776vw, 58px);
  flex: 0 0 auto;
  display: block;
  stroke-width: 1.25;
}

.product-ref-cook article span {
  font-size: clamp(9px, .781vw, 12px);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}

.product-ref-cook article b {
  color: #111;
  font-size: inherit;
  font-weight: 500;
}

/* Compatible equipment */

.product-ref-equipment {
  height: clamp(87px, 7.357vw, 113px);
  margin: clamp(8px, .716vw, 11px)
    calc(0px - var(--product-info-right))
    0
    calc(8px - var(--product-info-left));
  display: grid;
  grid-template-columns: 29% 31% 40%;
  border: 1px solid #ffffff2e;
}

.product-ref-equipment span {
  min-width: 0;
  min-height: 100%;
  padding: clamp(14px, 1.172vw, 18px) 14px clamp(14px, 1.172vw, 18px) clamp(20px, 2.279vw, 35px);
  border-right: 1px solid #ffffff2e;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.042vw, 16px);
  color: #ded9d2;
  font-size: clamp(11px, .911vw, 14px);
  font-weight: 400;
  line-height: 1.35;
}

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

.product-ref-equipment svg {
  width: clamp(42px, 3.581vw, 55px);
  height: clamp(42px, 3.581vw, 55px);
  flex: 0 0 auto;
  display: block;
  color: #fff;
  stroke-width: 1.25;
}

/* Related products */

.product-ref-related {
  padding: clamp(30px, 2.539vw, 39px) 0 72px;
  background: #f7f4ef;
  color: #111;
}

.product-ref-related-head {
  margin-bottom: clamp(18px, 1.563vw, 24px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.product-ref-related h2 {
  margin: 0;
  font-size: clamp(23px, 1.953vw, 30px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.035em;
}

.product-ref-related-head > a {
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  font-size: 12px;
  font-weight: 650;
}

.product-ref-related-head > a span {
  margin-left: 14px;
}

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

.product-ref-related-grid .product-card {
  border: 0;
  border-radius: 0;
  background: #090909;
  color: #fff;
}

.product-ref-related-grid .product-card:hover {
  border-color: transparent;
  transform: none;
}

.product-ref-related-grid .product-image-wrap {
  aspect-ratio: 1.65;
  background: #171717;
}

.product-ref-related-grid .product-body {
  min-height: 250px;
  padding: 18px;
}

.product-ref-related-grid .product-body h3 {
  color: #fff;
  font-size: 19px;
}

.product-ref-related-grid .product-body p,
.product-ref-related-grid .product-meta {
  color: #aaa49e;
}

.product-ref-related-grid .product-facts span {
  background: #1b1a19;
  color: #cac5be;
}

.product-ref-related-grid .product-meta strong {
  color: #fff;
}

.product-ref-related-grid .button-full {
  min-height: 46px;
  border: 0;
  border-radius: 2px;
  background: #e1251b;
}

/* Tablet */

@media (max-width: 1050px) {
  .product-ref-hero {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .product-ref-gallery,
  .product-ref-main-image {
    height: 650px;
  }

  .product-ref-gallery {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .product-ref-thumbs {
    padding: 61px 22px 18px;
    gap: 12px;
  }

  .product-ref-info {
    --product-info-left: 32px;
    --product-info-right: 32px;
    height: auto;
    padding-top: 40px;
  }

  .product-ref-line {
    font-size: 18px;
  }

  .product-ref-info h1 {
    font-size: 58px;
  }

  .product-ref-lead {
    font-size: 18px;
  }

  .product-ref-facts {
    height: 67px;
  }

  .product-ref-info .product-purchase {
    grid-template-columns: minmax(170px, 1fr) 124px 219px;
    grid-template-rows: 60px 52px;
    gap: 14px 10px;
    padding: 9px 0 24px;
  }

  .product-ref-cook {
    height: 179px;
  }

  .product-ref-equipment {
    height: 113px;
  }

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

/* Mobile */

@media (max-width: 760px) {
  .product-ref-shell {
    width: calc(100% - 28px);
  }

  .product-ref-gallery {
    height: 430px;
    grid-template-columns: 1fr;
    grid-template-rows: 350px 80px;
  }

  .product-ref-main-image {
    height: 350px;
    grid-row: 1;
  }

  .product-ref-thumbs {
    grid-row: 2;
    padding: 8px 14px;
    flex-direction: row;
    gap: 8px;
  }

  .product-ref-thumbs img {
    width: 74px;
    height: 64px;
    aspect-ratio: auto;
    border-radius: 4px;
  }

  .product-ref-index {
    left: 14px;
    top: 17px;
    font-size: 12px;
  }

  .product-ref-info {
    --product-info-left: 14px;
    --product-info-right: 14px;
    padding-top: 40px;
  }

  .product-ref-line {
    font-size: 14px;
  }

  .product-ref-info h1 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .product-ref-lead {
    margin: 15px 0 22px;
    font-size: 14px;
  }

  .product-ref-facts {
    height: auto;
  }

  .product-ref-facts > div {
    min-height: 82px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .product-ref-facts svg {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .product-ref-facts strong {
    font-size: 12px;
  }

  .product-ref-info .product-purchase {
    padding: 11px 0 20px;
    grid-template-columns: 1fr 108px;
    grid-template-rows: 52px 48px 48px;
    gap: 10px;
  }

  .product-ref-info .locked-price {
    grid-column: 1 / -1;
    grid-row: 1;
    height: 52px;
    font-size: 14px;
  }

  .product-ref-info .product-wishlist {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
  }

  .product-ref-info .quantity {
    grid-column: 2;
    grid-row: 2;
    width: 108px;
    height: 48px;
  }

  .product-ref-info .product-purchase > .button {
    grid-column: 1 / -1;
    grid-row: 3;
    min-width: 0;
    min-height: 48px;
  }

  .product-ref-cook {
    height: auto;
    margin-left: 0;
  }

  .product-ref-cook h2 {
    height: 49px;
    padding: 21px 20px 5px;
    font-size: 17px;
  }

  .product-ref-cook > div {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-ref-cook article {
    min-height: 122px;
    padding: 14px 10px 20px;
    border-bottom: 1px solid #ddd7cf;
  }

  .product-ref-cook article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .product-ref-cook article:not(:last-child)::before,
  .product-ref-cook article:not(:last-child)::after {
    display: none;
  }

  .product-ref-cook article svg {
    width: 48px;
    height: 48px;
  }

  .product-ref-cook article span {
    font-size: 11px;
  }

  .product-ref-equipment {
    height: auto;
    margin: 10px 0 0;
    grid-template-columns: 1fr;
  }

  .product-ref-equipment span {
    min-height: 76px;
    padding: 14px 20px;
    border-right: 0;
    border-bottom: 1px solid #ffffff2e;
    font-size: 12px;
  }

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

  .product-ref-equipment svg {
    width: 42px;
    height: 42px;
  }

  .product-ref-related {
    padding: 50px 0 64px;
  }

  .product-ref-related-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .product-ref-related h2 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .product-ref-related-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== product-story.css ===== */
.product-page-with-story {
  padding-bottom: 0;
}

.product-page-with-story > .product-detail {
  padding-bottom: clamp(72px, 7.2vw, 112px);
}

.product-story,
.product-story button {
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
  font-synthesis: none;
}

.product-story {
  background: #fff;
  color: #111;
}

.product-story-shell {
  width: min(1510px, calc(100% - 96px));
  margin: 0 auto;
}

.product-story-index {
  display: inline-block;
  color: #e1251b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.product-story h2 {
  margin: 0;
  font-size: clamp(44px, 4.1vw, 66px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.052em;
}

/* 01 / Taste */
.product-story-taste {
  padding: clamp(72px, 6.6vw, 104px) 0;
  background: #fff;
}

.product-story-taste-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: stretch;
}

.product-story-copy {
  padding: 16px clamp(48px, 6vw, 96px) 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-story-copy h2 {
  max-width: 650px;
  margin-top: 24px;
}

.product-story-copy > p {
  max-width: 650px;
  margin: 24px 0 30px;
  color: #66635e;
  font-size: 16px;
  line-height: 1.65;
}

.product-story-ingredients {
  max-width: 650px;
  margin: 0;
  border-top: 1px solid #dedad3;
}

.product-story-ingredients > div {
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(135px, .45fr) 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #dedad3;
}

.product-story-ingredients dt,
.product-story-ingredients dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.product-story-ingredients dt {
  font-weight: 700;
}

.product-story-ingredients dd {
  color: #66635e;
}

.product-story-media {
  min-height: 610px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #f2ede5;
}

.product-story-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.product-story-media figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 7px 10px;
  background: #090909;
  color: #fff;
  font-size: 10px;
  font-weight: 650;
}

/* 02 / Operations */
.product-story-operations {
  padding: clamp(76px, 7.2vw, 112px) 0;
  background: #f7f4ef;
}

.product-story-operations h2 {
  margin-top: 24px;
}

.product-story-facts {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dedad3;
}

.product-story-facts article {
  min-height: 260px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dedad3;
}

.product-story-facts article:last-child {
  border-right: 0;
}

.product-story-facts svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  stroke-width: 1.45;
}

.product-story-facts article > span {
  margin-bottom: 8px;
  color: #77716a;
  font-size: 11px;
  line-height: 1.3;
}

.product-story-facts strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.product-story-facts p {
  max-width: 260px;
  margin: auto 0 0;
  color: #66635e;
  font-size: 13px;
  line-height: 1.55;
}

/* 03 / Serving */
.product-story-serving {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 700px;
  background: #090909;
  color: #fff;
}

.product-story-serving figure {
  min-width: 0;
  min-height: 700px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #f3e7d7;
}

.product-story-serving figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.product-story-serving-copy {
  padding: clamp(64px, 7vw, 112px) clamp(48px, 6.8vw, 108px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-story-serving-copy h2 {
  margin-top: 24px;
  color: #fff;
}

.product-story-serving-copy > p {
  max-width: 560px;
  margin: 26px 0 32px;
  color: #b9b4ae;
  font-size: 15px;
  line-height: 1.65;
}

.product-story-serving-copy ul {
  max-width: 560px;
  margin: 0 0 34px;
  padding: 0;
  border-top: 1px solid #ffffff29;
  list-style: none;
}

.product-story-serving-copy li {
  padding: 16px 0;
  border-bottom: 1px solid #ffffff29;
  color: #dedad3;
  font-size: 13px;
  line-height: 1.4;
}

.product-story-serving-copy .button {
  min-height: 48px;
  align-self: flex-start;
  padding-inline: 24px;
  font-size: 13px;
}

/* 04 / Related products */
.product-story-related {
  padding: clamp(76px, 7.2vw, 112px) 0;
  background: #fff;
}

.product-story-related-head {
  margin-bottom: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.product-story-related-head h2 {
  margin-top: 22px;
}

.product-story-related-head > a {
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.product-story-related-head > a span {
  margin-left: 12px;
}

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

.product-story-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #090909;
  color: #fff;
}

.product-story-card-image {
  aspect-ratio: 1.45;
  position: relative;
  display: block;
  overflow: hidden;
  background: #181716;
}

.product-story-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .25s ease;
}

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

.product-story-card-image > span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #66714d;
  color: #fff;
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
  text-transform: uppercase;
}

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

.product-story-card-body > small {
  color: #8f8a84;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-story-card h3 {
  margin: 9px 0 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.product-story-card-body > p {
  margin: 0 0 18px;
  color: #aaa49e;
  font-size: 12px;
  line-height: 1.5;
}

.product-story-card-facts {
  margin-top: auto;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  border-top: 1px solid #ffffff20;
  color: #cac5be;
  font-size: 10px;
}

.product-story-card-facts span + span::before {
  content: "·";
  margin-right: 12px;
  color: #5f5a55;
}

.product-story-card .button {
  width: 100%;
  min-height: 44px;
  margin-top: 4px;
  padding: 0 14px;
  justify-content: space-between;
  border-radius: 2px;
  font-size: 12px;
}

/* 05 / MADE IT HOT */
.product-story-hot {
  padding: clamp(84px, 8vw, 128px) 0 clamp(76px, 7vw, 112px);
  border-bottom: 1px solid #ffffff1f;
  background: #090909;
  color: #fff;
}

.product-story-hot h2 {
  max-width: 940px;
  margin-top: 24px;
  color: #fff;
  font-size: clamp(48px, 5vw, 78px);
}

.product-story-hot p {
  max-width: 660px;
  margin: 24px 0 30px;
  color: #aaa49e;
  font-size: 15px;
  line-height: 1.6;
}

.product-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-story-actions .button {
  min-height: 48px;
  padding-inline: 24px;
  border-radius: 2px;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .product-story-shell {
    width: calc(100% - 56px);
  }

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

  .product-story-copy {
    padding-right: 40px;
  }

  .product-story-media {
    min-height: 540px;
  }

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

  .product-story-facts article:nth-child(2) {
    border-right: 0;
  }

  .product-story-facts article:nth-child(-n + 2) {
    border-bottom: 1px solid #dedad3;
  }

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

  .product-story-serving-copy {
    padding-inline: 44px;
  }

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

@media (max-width: 760px) {
  .product-page-with-story > .product-detail {
    padding-bottom: 72px;
  }

  .product-story-shell {
    width: calc(100% - 28px);
  }

  .product-story h2 {
    font-size: 39px;
    line-height: 1.02;
  }

  .product-story-taste {
    padding: 64px 0 0;
  }

  .product-story-taste-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .product-story-copy {
    width: calc(100% - 28px);
    margin: 0 auto;
    padding: 0 0 48px;
  }

  .product-story-copy h2,
  .product-story-operations h2,
  .product-story-related-head h2 {
    margin-top: 18px;
  }

  .product-story-copy > p {
    margin: 20px 0 26px;
    font-size: 14px;
  }

  .product-story-ingredients > div {
    grid-template-columns: 118px 1fr;
    gap: 14px;
  }

  .product-story-ingredients dt,
  .product-story-ingredients dd {
    font-size: 12px;
  }

  .product-story-media {
    min-height: 430px;
  }

  .product-story-operations {
    padding: 68px 0;
  }

  .product-story-facts {
    margin-top: 30px;
  }

  .product-story-facts article {
    min-height: 230px;
    padding: 22px 18px;
  }

  .product-story-facts article:nth-child(2n) {
    border-right: 0;
  }

  .product-story-facts svg {
    width: 30px;
    height: 30px;
    margin-bottom: 24px;
  }

  .product-story-facts strong {
    font-size: 17px;
  }

  .product-story-facts p {
    font-size: 11px;
  }

  .product-story-serving {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .product-story-serving figure {
    min-height: 430px;
  }

  .product-story-serving-copy {
    padding: 64px 20px 72px;
  }

  .product-story-serving-copy > p {
    font-size: 14px;
  }

  .product-story-serving-copy .button {
    width: 100%;
  }

  .product-story-related {
    padding: 68px 0;
  }

  .product-story-related-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .product-story-related-grid {
    margin-right: -14px;
    padding-right: 14px;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 82vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline mandatory;
  }

  .product-story-related-grid::-webkit-scrollbar {
    display: none;
  }

  .product-story-card {
    scroll-snap-align: start;
  }

  .product-story-hot {
    padding: 72px 0 76px;
  }

  .product-story-hot h2 {
    font-size: 42px;
  }

  .product-story-actions {
    flex-direction: column;
  }

  .product-story-actions .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .product-story-facts {
    grid-template-columns: 1fr;
  }

  .product-story-facts article,
  .product-story-facts article:nth-child(2) {
    min-height: 208px;
    border-right: 0;
    border-bottom: 1px solid #dedad3;
  }

  .product-story-facts article:last-child {
    border-bottom: 0;
  }
}

/* ===== reference-header.css ===== */
.site-header.reference-header {
  position: relative;
  z-index: 50;
  width: 100%;
  color: #fff;
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
}

.site-header.reference-header .utility-bar {
  display: none;
}

.site-header.reference-header .header-main,
body:has(.directions-home) .site-header.reference-header .header-main {
  width: 100%;
  max-width: none;
  height: 82px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 4.2vw, 68px);
  background: #090909;
}

.site-header.reference-header .header-wordmark {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.site-footer .logo-wordmark {
  min-width: 0;
  display: inline-flex;
  align-items: flex-start;
}

.site-footer .logo-wordmark strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.site-header.reference-header .main-nav,
body:has(.directions-home) .site-header.reference-header .main-nav {
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.2vw, 52px);
}

.site-header.reference-header .main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.site-header.reference-header .header-chevron {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.site-header.reference-header .header-actions,
body:has(.directions-home) .site-header.reference-header .header-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.site-header.reference-header .header-login,
.site-header.reference-header .cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  order: initial;
}

.site-header.reference-header .cart-link {
  min-height: 0;
  padding-left: 0;
  border-left: 0;
}

.site-header.reference-header .header-login svg,
.site-header.reference-header .cart-link svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.site-header.reference-header .cart-link em {
  font-style: normal;
}

.site-header.reference-header .cart-link b {
  position: absolute;
  top: -10px;
  left: 16px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #e32219;
  color: #fff;
  font-size: 10px;
}

.site-header.reference-header .button.button-sm,
body:has(.directions-home) .site-header.reference-header .button.button-sm {
  min-width: 214px;
  height: 52px;
  padding: 0 24px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
  order: initial;
}

@media (max-width: 1500px) {
  .site-header.reference-header .header-actions,
  body:has(.directions-home) .site-header.reference-header .header-actions {
    gap: 20px;
  }
  .site-header.reference-header .button.button-sm,
  body:has(.directions-home) .site-header.reference-header .button.button-sm {
    min-width: 184px;
  }
  .site-header.reference-header .header-login span,
  .site-header.reference-header .cart-link em {
    display: none;
  }
}

.site-header.reference-header .category-nav {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #ddd;
  background: #fff;
  color: #111;
  overflow: hidden;
}

.site-header.reference-header .category-scroll,
body:has(.directions-home) .site-header.reference-header .category-scroll {
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-header.reference-header .category-scroll::-webkit-scrollbar {
  display: none;
}

.site-header.reference-header .category-scroll a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #111;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.site-header.reference-header .category-scroll svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.65;
}

.site-header.reference-header .category-scroll .current-category {
  color: #d92b22;
}

.site-header.reference-header .menu-button {
  display: none;
}

@media (max-width: 1180px) {
  .site-header.reference-header .header-main,
  body:has(.directions-home) .site-header.reference-header .header-main {
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 28px;
  }
  .site-header.reference-header .main-nav,
  body:has(.directions-home) .site-header.reference-header .main-nav {
    gap: 24px;
  }
  .site-header.reference-header .header-actions,
  body:has(.directions-home) .site-header.reference-header .header-actions {
    gap: 16px;
  }
  .site-header.reference-header .button.button-sm,
  body:has(.directions-home) .site-header.reference-header .button.button-sm {
    min-width: 168px;
  }
}

@media (max-width: 1100px) {
  .site-header.reference-header .header-main,
  body:has(.directions-home) .site-header.reference-header .header-main {
    height: 68px;
    padding: 0 18px;
    grid-template-columns: 1fr auto auto;
  }
  .site-header.reference-header .header-wordmark {
    font-size: 23px;
  }
  .site-header.reference-header .menu-button {
    display: grid;
  }
  .site-header.reference-header .main-nav {
    display: none;
  }
  .site-header.reference-header .main-nav.is-open {
    width: auto;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 0;
    padding: 12px 18px;
    background: #090909;
  }
  .site-header.reference-header .main-nav.is-open a {
    padding: 13px 0;
  }
  .site-header.reference-header .header-actions {
    gap: 16px;
  }
  .site-header.reference-header .header-actions .button {
    display: none;
  }
  .site-header.reference-header .category-nav {
    height: 54px;
  }
  .site-header.reference-header .category-scroll {
    justify-content: flex-start;
    padding: 0 18px;
    gap: 22px;
  }
}

/* ===== approved-pages.css ===== */
/* Approved page previews. The shared two-row header is intentionally untouched. */

:root {
  --radius-card: 8px;
  --radius-control: 4px;
}

/* Shared radius system. Header geometry remains governed by header-reference.png. */
main .button,
main button:not(.menu-button),
main input,
main select,
main .badge,
main .tomato-pill {
  border-radius: var(--radius-control);
}

main .product-card,
main .category-card,
main .channel-grid article,
main .principle-grid article,
main .equipment-card,
main .lead-form,
main .form-success,
main .steps-grid,
main .faq-grid,
main .matrix-preview,
main .instruction-row,
main .tech-card,
main .business-approved-matrix,
main .business-approved-process-grid,
main .hot-approved-card,
main .hot-approved-equipment,
main .hot-approved-process-grid {
  border-radius: var(--radius-card);
}

main .product-card,
main .category-card,
main .steps-grid,
main .faq-grid,
main .business-approved-process-grid,
main .hot-approved-process-grid {
  overflow: hidden;
}

main .product-image-wrap,
main .gallery-main,
main .thumbs button,
main .home-v2-direction,
main .home-v2-format-card,
main .business-approved-matrix > img,
main .hot-approved-card-image {
  border-radius: var(--radius-card);
}

main .product-card .product-image-wrap,
main .business-approved-matrix > img,
main .hot-approved-card-image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

main .quantity,
main .locked-price,
main .catalog-approved-context,
main .catalog-approved-group button,
main .catalog-context-chip,
main .catalog-line-tabs,
main .catalog-line-tabs button,
main .catalog-type-scroll button,
main .catalog-empty-state button {
  border-radius: var(--radius-control);
}

main .home-v2-direction,
main .home-v2-format-card {
  overflow: hidden;
}

/* Homepage additions */
.home-v2-hero-copy h1,
.home-v2-heading-row h2,
.home-v2-facts h2,
.home-v2-faq h2,
.home-v2-contact h2,
.home-v2-system-copy h2 {
  font-weight: 700;
}

.home-v2-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(58px, 4.7vw, 74px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.home-v2-hero-copy {
  width: min(720px, 50%);
}

.home-v2-actions .button:first-child {
  min-width: 338px;
}

.home-v2-proof {
  border-bottom: 1px solid #d8d3cc;
  background: #f7f4ef;
}

.home-v2-proof-grid {
  min-height: 94px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-v2-proof-grid > div {
  min-width: 0;
  padding: 18px 40px;
  border-right: 1px solid #d8d3cc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #171512;
}

.home-v2-proof-grid > div:first-child {
  border-left: 1px solid #d8d3cc;
}

.home-v2-proof-grid svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  stroke-width: 1.35;
}

.home-v2-proof-grid span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

/* Catalog: approved left navigation + three-card grid */
.catalog-sidebar-experience {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.catalog-approved-sidebar {
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid #d8d2ca;
}

.catalog-approved-context {
  width: 100%;
  min-height: 44px;
  margin-bottom: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(225, 37, 27, .35);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(225, 37, 27, .06);
  color: #8f251c;
  font-size: 12px;
  text-align: left;
}

.catalog-approved-context b {
  font-size: 18px;
  font-weight: 400;
}

.catalog-approved-group + .catalog-approved-group {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d8d2ca;
}

.catalog-approved-group h2 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.catalog-approved-group > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.catalog-approved-group button {
  min-width: 0;
  min-height: 44px;
  padding: 0;
  border: 0;
  position: relative;
  background: transparent;
  color: #403b35;
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  white-space: nowrap;
}

.catalog-approved-group button:hover {
  color: #e1251b;
}

.catalog-approved-group:first-of-type button.active {
  color: #111;
  font-weight: 700;
}

.catalog-approved-group:first-of-type button.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background: #e1251b;
}

.catalog-approved-types button {
  width: 100%;
  padding: 0 12px;
}

.catalog-approved-types button.active {
  border-radius: 4px;
  background: #090909;
  color: #fff;
  font-weight: 600;
}

.catalog-approved-results {
  min-width: 0;
}

.catalog-approved-results .catalog-product-section {
  padding-top: 0;
}

.catalog-approved-results .catalog-product-section + .catalog-product-section {
  padding-top: 44px;
}

.catalog-approved-results .catalog-section-head {
  min-height: 43px;
  margin-bottom: 10px;
}

.catalog-approved-results .catalog-section-head h2 {
  font-size: 27px;
  font-weight: 700;
}

.catalog-approved-results .catalog-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.catalog-sidebar-experience .catalog-card-v2 .product-image-wrap {
  aspect-ratio: 1.72;
}

.catalog-sidebar-experience .catalog-card-v2 .catalog-card-body {
  min-height: 186px;
  padding: 15px 16px 14px;
}

.catalog-sidebar-experience .catalog-card-v2 h3 {
  font-size: clamp(17px, 1.25vw, 20px) !important;
  font-weight: 700;
}

.catalog-sidebar-experience .catalog-card-order .button {
  min-width: 124px;
}

/* Business page */
.business-approved {
  overflow: hidden;
  background: #f7f4ef;
  color: #111;
}

.business-approved,
.business-approved button {
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
  font-synthesis: none;
}

.business-approved-label {
  color: #e1251b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.business-approved-hero {
  min-height: 548px;
  display: grid;
  grid-template-columns: 40.5% 59.5%;
  border-bottom: 1px solid #d8d2ca;
}

.business-approved-copy {
  min-width: 0;
  padding: 44px 48px 0;
  display: flex;
  flex-direction: column;
}

.business-approved-copy h1 {
  margin: 20px 0 12px;
  font-size: clamp(50px, 3.65vw, 66px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.business-approved-copy > p {
  max-width: 640px;
  margin: 0;
  color: #4f4a44;
  font-size: 15px;
  line-height: 1.45;
}

.business-approved-actions {
  margin-top: 26px;
  display: flex;
  gap: 16px;
}

.business-approved-actions .button {
  min-width: 250px;
  min-height: 54px;
  font-size: 14px;
  font-weight: 600;
}

.business-approved-benefits {
  min-height: 74px;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d8d2ca;
}

.business-approved-benefits > div {
  min-width: 0;
  padding: 14px 10px 14px 0;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  line-height: 1.25;
}

.business-approved-benefits svg {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  stroke-width: 1.4;
}

.business-approved-visual {
  min-width: 0;
  overflow: hidden;
  background: #16130f;
}

.business-approved-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.business-approved-matrices {
  padding: 22px 48px 34px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid #d8d2ca;
}

.business-approved-intro {
  padding: 18px 24px 0 0;
}

.business-approved-intro h2 {
  margin: 18px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.business-approved-matrix-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.business-approved-matrix {
  min-width: 0;
  border: 1px solid #d8d2ca;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.business-approved-matrix > img {
  width: 100%;
  aspect-ratio: 1.55;
  display: block;
  object-fit: cover;
  background: #151311;
}

.business-approved-matrix > div {
  min-height: 156px;
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
}

.business-approved-matrix h3 {
  margin: 0 0 3px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.business-approved-matrix strong,
.business-approved-matrix p,
.business-approved-matrix a {
  font-size: 11px;
}

.business-approved-matrix p {
  margin: 5px 0 12px;
  color: #4f4a44;
  line-height: 1.4;
}

.business-approved-matrix a {
  margin-top: auto;
  font-weight: 600;
}

.business-approved-matrix a span {
  margin-left: 10px;
  font-size: 16px;
}

.business-approved-process {
  padding: 80px 48px;
}

.business-approved-process-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.business-approved-process-head h2 {
  margin: 17px 0 0;
  font-size: clamp(38px, 3.5vw, 54px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.business-approved-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d8d2ca;
  background: #fff;
}

.business-approved-process-grid article {
  min-height: 220px;
  padding: 28px;
  position: relative;
  border-right: 1px solid #d8d2ca;
}

.business-approved-process-grid article:last-child {
  border-right: 0;
}

.business-approved-process-grid svg {
  width: 38px;
  height: 38px;
}

.business-approved-process-grid b {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #e1251b;
  font-size: 12px;
}

.business-approved-process-grid h3 {
  margin: 32px 0 9px;
  font-size: 20px;
}

.business-approved-process-grid p {
  margin: 0;
  color: #625d57;
  font-size: 13px;
  line-height: 1.55;
}

/* MADE IT HOT */
.hot-approved {
  overflow: hidden;
  background: #f7f4ef;
  color: #111;
}

.hot-approved-shell {
  width: min(1800px, calc(100% - 96px));
  margin: 0 auto;
}

.hot-approved-label {
  color: #e1251b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hot-approved-hero {
  min-height: 525px;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, .98) 0%, rgba(4, 4, 4, .9) 37%, rgba(4, 4, 4, .16) 68%, rgba(4, 4, 4, .04) 100%),
    url("/mainpage/new/images/hot-sandwich-banner.png") center / cover no-repeat;
  color: #fff;
}

.hot-approved-hero-inner {
  min-height: 525px;
  display: flex;
}

.hot-approved-copy {
  width: min(680px, 47%);
  padding: 42px 0 0;
  display: flex;
  flex-direction: column;
}

.hot-approved-copy h1 {
  margin: 24px 0 14px;
  font-size: clamp(51px, 4vw, 65px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hot-approved-copy > p {
  max-width: 640px;
  margin: 0;
  color: #d1cbc5;
  font-size: 16px;
  line-height: 1.48;
}

.hot-approved-actions {
  margin-top: 26px;
  display: flex;
  gap: 16px;
}

.hot-approved-actions .button {
  min-width: 220px;
  min-height: 54px;
  font-size: 14px;
  font-weight: 600;
}

.hot-approved-outline {
  border: 1px solid #ffffff9c;
  background: transparent;
  color: #fff;
}

.hot-approved-facts {
  width: 100%;
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #ffffff2e;
}

.hot-approved-facts > div {
  min-height: 88px;
  padding: 16px 22px 16px 0;
  border-right: 1px solid #ffffff2e;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hot-approved-facts > div + div {
  padding-left: 22px;
}

.hot-approved-facts > div:last-child {
  border-right: 0;
}

.hot-approved-facts svg {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}

.hot-approved-facts span {
  display: flex;
  flex-direction: column;
}

.hot-approved-facts strong {
  font-size: 15px;
  font-weight: 600;
}

.hot-approved-facts small {
  margin-top: 2px;
  color: #aaa49d;
  font-size: 11px;
}

.hot-approved-assortment {
  padding: 30px 0 38px;
}

.hot-approved-assortment h2 {
  margin: 9px 0 18px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.hot-approved-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(360px, 1.4fr);
  gap: 18px;
}

.hot-approved-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d8d2ca;
  border-radius: 6px;
  background: #fff;
}

.hot-approved-card-image {
  aspect-ratio: 1.68;
  position: relative;
  display: block;
  overflow: hidden;
  background: #161310;
}

.hot-approved-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hot-approved-card-image > span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #e1251b;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.hot-approved-card > div {
  min-height: 130px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
}

.hot-approved-card h3 {
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.hot-approved-card p {
  margin: 0 0 9px;
  display: flex;
  gap: 22px;
}

.hot-approved-card p span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
}

.hot-approved-card p svg {
  width: 17px;
  height: 17px;
}

.hot-approved-card > div > a {
  margin-top: auto;
  color: #e1251b;
  font-size: 12px;
  font-weight: 600;
}

.hot-approved-card > div > a span {
  margin-left: 12px;
  font-size: 16px;
}

.hot-approved-equipment {
  min-width: 0;
  min-height: 100%;
  padding: 24px 24px 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background: #12110f;
  color: #fff;
}

.hot-approved-equipment h3 {
  margin: 0 0 6px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.05;
}

.hot-approved-equipment p {
  margin: 0;
  color: #aaa49d;
  font-size: 11px;
}

.hot-approved-equipment img {
  width: calc(100% + 48px);
  min-height: 160px;
  margin: auto -24px 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.hot-approved-equipment > a {
  padding: 11px 0;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.hot-approved-equipment > a span {
  margin-left: 12px;
}

.hot-approved-process {
  padding: 80px 0;
  background: #fff;
}

.hot-approved-process-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.hot-approved-process h2 {
  margin: 16px 0 0;
  font-size: clamp(38px, 3.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.hot-approved-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d8d2ca;
}

.hot-approved-process-grid article {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid #d8d2ca;
}

.hot-approved-process-grid article:last-child {
  border-right: 0;
}

.hot-approved-process-grid b {
  color: #e1251b;
  font-size: 12px;
}

.hot-approved-process-grid h3 {
  margin: 32px 0 8px;
  font-size: 19px;
}

.hot-approved-process-grid p {
  margin: 0;
  color: #625d57;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .home-v2-hero-copy h1 {
    font-size: 58px;
  }

  .home-v2-proof-grid > div {
    padding-inline: 20px;
  }

  .catalog-sidebar-experience {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
  }

  .catalog-approved-sidebar {
    padding-right: 20px;
  }

  .business-approved-hero {
    grid-template-columns: 46% 54%;
  }

  .business-approved-copy {
    padding-inline: 30px;
  }

  .business-approved-copy h1 {
    font-size: 48px;
  }

  .business-approved-actions .button {
    min-width: 0;
    padding-inline: 18px;
  }

  .business-approved-matrices {
    grid-template-columns: 230px minmax(0, 1fr);
    padding-inline: 30px;
  }

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

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

  .hot-approved-equipment {
    grid-column: 1 / -1;
    min-height: 300px;
  }
}

@media (max-width: 900px) {
  .product-page > .wrap {
    width: calc(100% - 48px);
  }

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

  .product-left {
    display: contents;
  }

  .product-gallery {
    order: 1;
  }

  .product-info {
    order: 2;
  }

  .product-tabs {
    order: 3;
  }

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

  .locked-price {
    grid-column: 1 / -1;
  }

  .instruction-row {
    grid-template-columns: 1fr 1fr;
  }

  .home-v2-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-v2-proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .home-v2-proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d8d3cc;
  }

  .catalog-sidebar-experience {
    display: block;
  }

  .catalog-approved-sidebar {
    margin-bottom: 20px;
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 1px solid #d8d2ca;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .catalog-approved-context {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .catalog-approved-group + .catalog-approved-group {
    margin: 0;
    padding: 0;
    border-top: 0;
  }

  .catalog-approved-group > div {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .catalog-approved-group > div::-webkit-scrollbar {
    display: none;
  }

  .catalog-approved-group button,
  .catalog-approved-types button {
    width: auto;
    flex: 0 0 auto;
    padding: 0 14px;
    border: 1px solid #c8c2ba;
    border-radius: 4px;
  }

  .catalog-approved-group:first-of-type button.active::after {
    display: none;
  }

  .catalog-approved-group:first-of-type button.active {
    border-color: #090909;
    background: #090909;
    color: #fff;
  }

  .business-approved-hero {
    grid-template-columns: 1fr;
  }

  .business-approved-copy {
    min-height: 500px;
  }

  .business-approved-visual {
    height: 420px;
  }

  .business-approved-matrices {
    grid-template-columns: 1fr;
  }

  .business-approved-intro {
    padding-right: 0;
  }

  .business-approved-process-grid,
  .hot-approved-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .business-approved-process-grid article:nth-child(2),
  .hot-approved-process-grid article:nth-child(2) {
    border-right: 0;
  }

  .business-approved-process-grid article:nth-child(-n + 2),
  .hot-approved-process-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #d8d2ca;
  }

  .hot-approved-copy {
    width: min(620px, 70%);
  }
}

@media (max-width: 760px) {
  .product-page > .wrap {
    width: calc(100% - 28px);
  }

  .home-v2-hero-copy {
    width: 100%;
  }

  .home-v2-hero-copy h1 {
    font-size: 44px;
    line-height: 1.02;
  }

  .home-v2-actions .button:first-child {
    min-width: 0;
  }

  .home-v2-proof-grid span {
    font-size: 12px;
  }

  .home-v2-proof-grid svg {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .catalog-approved-sidebar {
    display: block;
  }

  .catalog-approved-group + .catalog-approved-group {
    margin-top: 14px;
  }

  .catalog-approved-group h2 {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .catalog-approved-group > div {
    margin-right: -14px;
    padding-right: 14px;
  }

  .catalog-approved-results .catalog-results-grid {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar-experience .catalog-card-v2 .product-image-wrap {
    aspect-ratio: 1.62;
  }

  .business-approved-copy {
    min-height: 530px;
    padding: 34px 20px 0;
  }

  .business-approved-copy h1 {
    font-size: 42px;
  }

  .business-approved-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .business-approved-actions .button {
    width: 100%;
  }

  .business-approved-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .business-approved-visual {
    height: 300px;
  }

  .business-approved-matrices,
  .business-approved-process {
    padding: 52px 20px;
  }

  .business-approved-matrix-grid {
    grid-template-columns: 1fr;
  }

  .business-approved-process-grid,
  .hot-approved-process-grid {
    grid-template-columns: 1fr;
  }

  .business-approved-process-grid article,
  .business-approved-process-grid article:nth-child(n),
  .hot-approved-process-grid article,
  .hot-approved-process-grid article:nth-child(n) {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid #d8d2ca;
  }

  .business-approved-process-grid article:last-child,
  .hot-approved-process-grid article:last-child {
    border-bottom: 0;
  }

  .hot-approved-shell {
    width: calc(100% - 28px);
  }

  .hot-approved-hero {
    min-height: 600px;
    background-position: 61% center;
  }

  .hot-approved-hero-inner {
    min-height: 600px;
  }

  .hot-approved-copy {
    width: 100%;
    padding-top: 38px;
  }

  .hot-approved-copy h1 {
    font-size: 42px;
  }

  .hot-approved-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hot-approved-actions .button {
    width: 100%;
  }

  .hot-approved-facts {
    grid-template-columns: 1fr;
  }

  .hot-approved-facts > div,
  .hot-approved-facts > div + div {
    min-height: 62px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff2e;
  }

  .hot-approved-facts > div:last-child {
    border-bottom: 0;
  }

  .hot-approved-grid {
    grid-template-columns: 1fr;
  }

  .hot-approved-equipment {
    grid-column: auto;
  }

  .hot-approved-process {
    padding: 58px 0;
  }
}

/* ===== catalog-v4.css ===== */
/* SUBEXPRESS header, compact catalog and checkout */

/* Approved single-row header */
.site-header.catalog-v4-header {
  position: sticky;
  top: 0;
  z-index: 80;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #090909;
  color: #fff;
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
}

.catalog-v4-header .header-main {
  width: min(1500px, calc(100% - 64px));
  max-width: none;
  height: 68px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
  background: transparent;
}

.catalog-v4-header .header-wordmark {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.catalog-v4-header .main-nav {
  width: auto;
  margin: 0;
  display: flex;
  align-items: stretch;
  gap: clamp(26px, 3vw, 48px);
  align-self: stretch;
}

.catalog-v4-header .main-nav a {
  min-height: 44px;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.catalog-v4-header .main-nav a:hover {
  color: #fff;
}

.catalog-v4-header .main-nav a::after {
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}

.catalog-v4-header .main-nav a:hover::after,
.catalog-v4-header .main-nav a.active::after {
  background: #e1251b;
}

.catalog-v4-header .header-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.catalog-v4-header .header-search,
.catalog-v4-header .header-request {
  min-width: 44px;
  min-height: 44px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

.catalog-v4-header .header-search {
  display: none;
}

.catalog-v4-header .header-search svg,
.catalog-v4-header .header-request svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
}

.catalog-v4-header .header-request em {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}

.catalog-v4-header .header-request b {
  display: none;
}

.catalog-v4-header .button.button-sm {
  min-width: 150px;
  min-height: 44px;
  height: 44px;
  padding: 0 22px;
  border-radius: 3px;
  background: #e1251b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.catalog-v4-header .menu-button {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  display: none;
  place-items: center;
  background: transparent;
}

.catalog-v4-header .menu-button span {
  width: 24px;
  height: 2px;
  display: block;
  background: #fff;
}

/* Compact B2B catalog */
.catalog-v4-page {
  min-height: 80vh;
  padding: 0 0 104px;
  overflow-x: clip;
  background: #f7f4ef;
  color: #111;
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
}

.catalog-v4-page > .wrap {
  width: min(1500px, calc(100% - 96px));
}

.catalog-v4-page button,
.catalog-v4-page input,
.catalog-v4-page select {
  font-family: inherit;
}

.catalog-v4-experience {
  min-width: 0;
}

.catalog-v4-intro {
  min-height: 120px;
  padding: 18px 0 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 48px;
}

.catalog-v4-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #e1251b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
}

.catalog-v4-heading h1 {
  margin: 0;
  font-size: clamp(48px, 4vw, 56px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.035em;
}

.catalog-v4-heading p {
  margin: 8px 0 0;
  color: #6b665f;
  font-size: 15px;
  line-height: 1.35;
}

.catalog-v4-search {
  height: 48px;
  border: 1px solid #d4cec6;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, .42);
}

.catalog-v4-search:focus-within {
  border-color: #77716a;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(225, 37, 27, .16);
}

.catalog-v4-search button {
  width: 48px;
  height: 46px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: #77716a;
}

.catalog-v4-search svg {
  width: 21px;
  height: 21px;
}

.catalog-v4-search input {
  width: 100%;
  height: 46px;
  padding: 0 16px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font-size: 15px;
}

.catalog-v4-search input::placeholder {
  color: #8b857e;
}

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

.catalog-commerce-direction-label {
  min-height: 30px;
  border-bottom: 1px solid #d8d2ca;
  display: flex;
  align-items: center;
  color: #111;
  font-size: 12px;
  font-weight: 650;
}

.catalog-v4-directions {
  min-height: 144px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.catalog-v4-directions button {
  --direction-accent: #111;
  min-width: 0;
  min-height: 144px;
  padding: 12px 18px 11px;
  border: 1px solid #e3ded6;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  isolation: isolate;
  background: #f7f4ef;
  color: #111;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.catalog-v4-directions button::before,
.catalog-v4-directions button::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.catalog-v4-directions button::before {
  z-index: -2;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .25s ease;
}

.catalog-v4-directions button::after {
  z-index: -1;
}

.catalog-v4-directions button:hover::before,
.catalog-v4-directions button.active::before {
  transform: scale(1.015);
}

.catalog-v4-directions button.active {
  border-color: var(--direction-accent);
  box-shadow: inset 0 -3px 0 var(--direction-accent);
}

.catalog-v4-directions button:focus-visible,
.catalog-commerce-categories button:focus-visible,
.catalog-commerce-types button:focus-visible,
.catalog-commerce-toolbar button:focus-visible,
.catalog-commerce-mobile-tools select:focus-visible,
.catalog-commerce-mobile-tools > button:focus-visible,
.catalog-commerce-product-image > button:focus-visible,
.catalog-commerce-quantity button:focus-visible,
.catalog-commerce-actions > button:focus-visible,
.catalog-commerce-cart-dock > a:focus-visible {
  outline: 2px solid #e1251b;
  outline-offset: 2px;
}

.catalog-v4-direction-meta {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

.catalog-v4-direction-meta b {
  font-weight: 750;
}

.catalog-v4-direction-meta i {
  font-style: normal;
}

.catalog-v4-directions button strong {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.catalog-v4-directions button strong em {
  color: #e1251b;
  font-style: normal;
}

.catalog-v4-directions button small {
  max-width: 66%;
  margin-top: 7px;
  color: #111;
  font-size: 12px;
  line-height: 1.35;
}

.catalog-v4-direction-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
}

.catalog-v4-direction-cta b {
  font-size: 18px;
  font-weight: 400;
}

.catalog-v4-directions .chilled {
  --direction-accent: #62763d;
  color: #62763d;
}

.catalog-v4-directions .chilled::before {
  background-image: url('/mainpage/new/images/direction-chilled-catalog-v2.jpg');
  background-position: center;
}

.catalog-v4-directions .chilled::after {
  background: linear-gradient(90deg, #f7f4ef 0%, rgba(247, 244, 239, .98) 48%, rgba(247, 244, 239, .74) 61%, rgba(247, 244, 239, .08) 79%, transparent 100%);
}

.catalog-v4-directions .frozen {
  --direction-accent: #555b61;
  background: #f2f1ee;
  color: #111;
}

.catalog-v4-directions .frozen::before {
  background-image: url('/mainpage/new/images/direction-frozen-catalog-v2.jpg');
  background-position: center;
}

.catalog-v4-directions .frozen::after {
  background: linear-gradient(90deg, #f2f1ee 0%, rgba(242, 241, 238, .98) 48%, rgba(242, 241, 238, .74) 61%, rgba(242, 241, 238, .08) 79%, transparent 100%);
}

.catalog-v4-directions .hot {
  --direction-accent: #e1251b;
  border-color: #151515;
  background: #090909;
  color: #fff;
}

.catalog-v4-directions .hot::before {
  background-image: url('/mainpage/new/images/direction-hot-catalog-v2.jpg');
  background-position: center;
}

.catalog-v4-directions .hot::after {
  background: linear-gradient(90deg, #090909 0%, rgba(9, 9, 9, .98) 48%, rgba(9, 9, 9, .76) 61%, rgba(9, 9, 9, .12) 79%, transparent 100%);
}

.catalog-v4-directions .hot .catalog-v4-direction-meta,
.catalog-v4-directions .hot small {
  color: #fff;
}

.catalog-v4-directions .hot .catalog-v4-direction-cta {
  color: #e1251b;
}

.catalog-commerce-categories,
.catalog-commerce-types {
  min-width: 0;
  border-bottom: 1px solid #d8d2ca;
  display: flex;
  align-items: stretch;
  gap: clamp(22px, 3vw, 52px);
  overflow-x: auto;
  scrollbar-width: none;
}

.catalog-commerce-categories::-webkit-scrollbar,
.catalog-commerce-types::-webkit-scrollbar {
  display: none;
}

.catalog-commerce-categories button,
.catalog-commerce-types button {
  min-width: max-content;
  min-height: 46px;
  padding: 0;
  border: 0;
  position: relative;
  flex: 0 0 auto;
  background: transparent;
  color: #24211e;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.catalog-commerce-types {
  gap: clamp(20px, 2.5vw, 44px);
}

.catalog-commerce-types button {
  min-height: 42px;
  font-size: 14px;
  font-weight: 600;
}

.catalog-commerce-categories button::after,
.catalog-commerce-types button::after,
.catalog-commerce-toolbar button::after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
}

.catalog-commerce-categories button.active,
.catalog-commerce-types button.active,
.catalog-commerce-toolbar button.active {
  color: #e1251b;
}

.catalog-commerce-categories button.active::after,
.catalog-commerce-types button.active::after,
.catalog-commerce-toolbar button.active::after {
  background: #e1251b;
}

.catalog-commerce-mobile-tools {
  display: none;
}

.catalog-commerce-toolbar {
  min-height: 46px;
  border-bottom: 1px solid #d8d2ca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.catalog-commerce-toolbar > strong {
  font-size: 14px;
  font-weight: 700;
}

.catalog-commerce-toolbar > div {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.catalog-commerce-toolbar button {
  min-height: 44px;
  padding: 0;
  border: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #24211e;
  font-size: 14px;
  font-weight: 600;
}

.catalog-commerce-toolbar button svg {
  width: 18px;
  height: 18px;
}

.catalog-commerce-view-label {
  display: inline-flex;
  align-items: center;
  color: #77716a;
  font-size: 12px;
}

.catalog-commerce-products {
  --catalog-image-column: 144px;
  --catalog-row-gap: 12px;
  --catalog-table-columns: minmax(150px, 1.3fr) 104px 108px 68px 88px 92px 138px 250px;
  --catalog-column-gap: 10px;
  min-width: 0;
}

.catalog-commerce-head {
  min-height: 40px;
  padding-left: calc(var(--catalog-image-column) + var(--catalog-row-gap));
  border-bottom: 1px solid #d8d2ca;
  display: grid;
  grid-template-columns: var(--catalog-table-columns);
  align-items: center;
  gap: var(--catalog-column-gap);
  color: #57524c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
}

.catalog-commerce-product {
  min-width: 0;
  min-height: 106px;
  padding: 10px 0;
  border-bottom: 1px solid #ded9d2;
  display: grid;
  grid-template-columns: var(--catalog-image-column) minmax(0, 1fr);
  gap: var(--catalog-row-gap);
  background: rgba(255, 255, 255, .32);
  transition: background-color .16s ease;
}

.catalog-commerce-product:hover,
.catalog-commerce-product:focus-within {
  background: rgba(255, 255, 255, .76);
}

.catalog-commerce-product-image {
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 4px;
}

.catalog-commerce-product-image > a {
  height: 76px;
  overflow: hidden;
  display: block;
  background: #eee8df;
}

.catalog-commerce-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-commerce-product-image > button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  color: #111;
}

.catalog-commerce-product-image > button svg {
  width: 21px;
  height: 21px;
}

.catalog-commerce-product-image > button.selected {
  color: #e1251b;
}

.catalog-commerce-product-image > button.selected svg {
  fill: currentColor;
}

.catalog-commerce-product-body {
  min-width: 0;
  display: grid;
  grid-template-columns: var(--catalog-table-columns);
  align-items: center;
  gap: var(--catalog-column-gap);
}

.catalog-commerce-identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.catalog-commerce-identity > a {
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.catalog-commerce-identity small,
.catalog-commerce-fact small {
  color: #817b74;
  font-size: 12px;
  line-height: 1.25;
}

.catalog-commerce-line {
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.catalog-commerce-line.chilled {
  color: #73863f;
}

.catalog-commerce-line.frozen {
  color: #555b61;
}

.catalog-commerce-line.hot {
  color: #e1251b;
}

.catalog-commerce-fact {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #292622;
  font-size: 13px;
  line-height: 1.3;
}

.catalog-commerce-price {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.catalog-commerce-price > strong {
  color: #111;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

.catalog-commerce-price > strong small {
  font-size: 12px;
  font-weight: 500;
}

.catalog-commerce-price > span {
  color: #77716a;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

.catalog-commerce-actions {
  min-width: 0;
  display: grid;
  grid-template-columns: 132px minmax(110px, 1fr);
  gap: 8px;
}

.catalog-commerce-quantity {
  min-width: 0;
  min-height: 44px;
  border: 1px solid #bab4ac;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, .3);
}

.catalog-commerce-quantity button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 18px;
}

.catalog-commerce-quantity span {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.catalog-commerce-actions > button {
  min-height: 44px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #090909;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.catalog-commerce-actions > button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.catalog-commerce-actions > button.in-cart {
  background: #e1251b;
}

/* User-selected card view */
.catalog-commerce-products.is-cards .catalog-commerce-head {
  display: none;
}

.catalog-commerce-products.is-cards .catalog-commerce-list {
  padding-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.catalog-commerce-products.is-cards .catalog-commerce-product {
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  background: #090909;
}

.catalog-commerce-products.is-cards .catalog-commerce-product-image {
  display: block;
}

.catalog-commerce-products.is-cards .catalog-commerce-product-image > a {
  height: auto;
  aspect-ratio: 1.55;
}

.catalog-commerce-products.is-cards .catalog-commerce-product-image > button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
}

.catalog-commerce-products.is-cards .catalog-commerce-product-body {
  padding: 17px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  color: #fff;
}

.catalog-commerce-products.is-cards .catalog-commerce-identity,
.catalog-commerce-products.is-cards .catalog-commerce-line,
.catalog-commerce-products.is-cards .catalog-commerce-actions {
  grid-column: 1 / -1;
}

.catalog-commerce-products.is-cards .catalog-commerce-identity > a,
.catalog-commerce-products.is-cards .catalog-commerce-price > strong,
.catalog-commerce-products.is-cards .catalog-commerce-fact,
.catalog-commerce-products.is-cards .catalog-commerce-quantity span,
.catalog-commerce-products.is-cards .catalog-commerce-quantity button {
  color: #fff;
}

.catalog-commerce-products.is-cards .catalog-commerce-identity > a {
  font-size: 17px;
  font-weight: 700;
}

.catalog-commerce-products.is-cards .catalog-commerce-identity small,
.catalog-commerce-products.is-cards .catalog-commerce-fact small,
.catalog-commerce-products.is-cards .catalog-commerce-price > span {
  color: #bbb6b0;
}

.catalog-commerce-products.is-cards .catalog-commerce-actions {
  margin-top: 4px;
}

.catalog-commerce-products.is-cards .catalog-commerce-quantity {
  border-color: rgba(255, 255, 255, .55);
  background: transparent;
}

.catalog-v4-empty {
  min-height: 280px;
  padding: 70px 24px;
  border-bottom: 1px solid #d8d2ca;
  text-align: center;
}

.catalog-v4-empty strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.catalog-v4-empty p {
  margin: 0 0 24px;
  color: #68635d;
  font-size: 14px;
}

.catalog-v4-empty button {
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid #090909;
  border-radius: 4px;
  background: #090909;
  color: #fff;
  font-weight: 650;
}

.catalog-v4-toast {
  position: fixed;
  right: 28px;
  bottom: 78px;
  z-index: 90;
  padding: 15px 20px;
  border-radius: 4px;
  background: #090909;
  color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
}

.catalog-commerce-cart-dock {
  width: min(1500px, calc(100% - 32px));
  min-height: 62px;
  padding: 9px 18px 9px 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 96;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 190px;
  align-items: center;
  gap: 24px;
  border-radius: 10px 10px 0 0;
  background: #090909;
  color: #fff;
  box-shadow: 0 -8px 26px rgba(0, 0, 0, .15);
}

.catalog-commerce-cart-dock > span {
  font-size: 13px;
}

.catalog-commerce-cart-dock > strong {
  font-size: 21px;
  white-space: nowrap;
}

.catalog-commerce-cart-dock > a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #e1251b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

/* Checkout without online payment */
.checkout-page {
  min-height: 72vh;
  padding: 52px 0 96px;
  background: #f7f4ef;
  color: #111;
  font-family: var(--font-manrope), Manrope, Arial, sans-serif;
}

.checkout-page > .wrap {
  width: min(1280px, calc(100% - 64px));
}

.checkout-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.checkout-heading > span,
.checkout-empty > span {
  color: #e1251b;
  font-size: 11px;
  font-weight: 800;
}

.checkout-heading h1,
.checkout-empty h1 {
  margin: 10px 0 14px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

.checkout-heading p,
.checkout-empty p {
  margin: 0;
  color: #65605a;
  font-size: 15px;
  line-height: 1.55;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, .65fr);
  gap: 28px;
  align-items: start;
}

.checkout-order,
.checkout-form {
  border: 1px solid #d8d2ca;
  background: rgba(255, 255, 255, .34);
}

.checkout-section-title {
  min-height: 66px;
  padding: 0 20px;
  border-bottom: 1px solid #d8d2ca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.checkout-section-title h2,
.checkout-form h2 {
  margin: 0;
  font-size: 22px;
}

.checkout-section-title a {
  color: #e1251b;
  font-size: 12px;
  font-weight: 700;
}

.checkout-item {
  min-height: 92px;
  padding: 12px 16px;
  border-bottom: 1px solid #ded9d2;
  display: grid;
  grid-template-columns: 92px minmax(150px, 1fr) 130px 110px 32px;
  align-items: center;
  gap: 14px;
}

.checkout-item > img {
  width: 92px;
  height: 66px;
  object-fit: cover;
  background: #eee8df;
}

.checkout-item > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.checkout-item > div:nth-child(2) strong {
  font-size: 13px;
  line-height: 1.3;
}

.checkout-item > div:nth-child(2) span {
  color: #77716a;
  font-size: 10px;
}

.checkout-item > strong {
  font-size: 14px;
  text-align: right;
  white-space: nowrap;
}

.checkout-quantity {
  height: 38px;
  border: 1px solid #bcb5ad;
  display: grid;
  grid-template-columns: 36px minmax(50px, 1fr) 36px;
  align-items: center;
}

.checkout-quantity button,
.checkout-remove {
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 18px;
}

.checkout-quantity span {
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
}

.checkout-total {
  min-height: 78px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3px 20px;
  background: #090909;
  color: #fff;
}

.checkout-total > span {
  font-size: 12px;
}

.checkout-total > strong {
  grid-row: 1 / 3;
  grid-column: 2;
  font-size: 24px;
}

.checkout-total > small {
  color: #aaa49d;
  font-size: 9px;
}

.checkout-form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checkout-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.checkout-form label > span {
  font-size: 11px;
  font-weight: 700;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid #cfc8bf;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 13px;
}

.checkout-form input {
  height: 46px;
  padding: 0 13px;
}

.checkout-form textarea {
  padding: 12px 13px;
  resize: vertical;
}

.checkout-form input:focus,
.checkout-form textarea:focus {
  border-color: #77716a;
}

.checkout-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.checkout-form > button[type="submit"],
.checkout-success > a {
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1251b;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.checkout-form > small {
  color: #77716a;
  font-size: 9px;
  line-height: 1.45;
}

.checkout-success > span {
  color: #e1251b;
  font-size: 10px;
  font-weight: 800;
}

.checkout-success > p {
  margin: 0 0 8px;
  color: #625d57;
  font-size: 13px;
  line-height: 1.5;
}

.checkout-success > button {
  min-height: 44px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
}

.checkout-empty,
.checkout-loading {
  min-height: 52vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.checkout-empty p {
  margin-bottom: 24px;
}

.checkout-empty > a {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  background: #e1251b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body:has(.checkout-page) .mobile-cta,
body:has(.catalog-v4-page) .mobile-cta {
  display: none;
}

@media (max-width: 1320px) {
  .catalog-v4-page > .wrap {
    width: calc(100% - 48px);
  }

  .catalog-commerce-products {
    --catalog-row-gap: 10px;
    --catalog-table-columns: minmax(140px, 1.2fr) 96px 100px 64px 84px 86px 132px 240px;
    --catalog-column-gap: 8px;
  }

  .catalog-commerce-actions {
    grid-template-columns: 132px minmax(100px, 1fr);
  }
}

@media (max-width: 1200px) {
  .catalog-commerce-head {
    display: none;
  }

  .catalog-commerce-list,
  .catalog-commerce-products.is-cards .catalog-commerce-list {
    padding-top: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .catalog-commerce-product,
  .catalog-commerce-products.is-cards .catalog-commerce-product {
    padding: 0;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background: #090909;
  }

  .catalog-commerce-product-image,
  .catalog-commerce-products.is-cards .catalog-commerce-product-image {
    display: block;
  }

  .catalog-commerce-product-image > a,
  .catalog-commerce-products.is-cards .catalog-commerce-product-image > a {
    height: auto;
    aspect-ratio: 1.6;
  }

  .catalog-commerce-product-image > button,
  .catalog-commerce-products.is-cards .catalog-commerce-product-image > button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
  }

  .catalog-commerce-product-body,
  .catalog-commerce-products.is-cards .catalog-commerce-product-body {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 12px;
    color: #fff;
  }

  .catalog-commerce-identity,
  .catalog-commerce-line,
  .catalog-commerce-actions {
    grid-column: 1 / -1;
  }

  .catalog-commerce-identity > a,
  .catalog-commerce-price > strong,
  .catalog-commerce-fact,
  .catalog-commerce-quantity span,
  .catalog-commerce-quantity button {
    color: #fff;
  }

  .catalog-commerce-identity > a {
    font-size: 17px;
    font-weight: 700;
  }

  .catalog-commerce-identity small,
  .catalog-commerce-fact small,
  .catalog-commerce-price > span {
    color: #bbb6b0;
  }

  .catalog-commerce-actions {
    margin-top: 4px;
  }

  .catalog-commerce-quantity {
    border-color: rgba(255, 255, 255, .55);
    background: transparent;
  }

  .catalog-commerce-view-label,
  .catalog-commerce-toolbar button:not(.selection) {
    display: none;
  }
}

@media (max-width: 1180px) {
  .catalog-v4-header .header-main {
    width: calc(100% - 48px);
    gap: 28px;
  }

  .catalog-v4-header .main-nav {
    gap: 24px;
  }

  .catalog-v4-header .header-actions {
    gap: 16px;
  }

  .catalog-v4-header .button.button-sm {
    min-width: 140px;
    padding: 0 18px;
  }
}

@media (max-width: 1100px) {
  .catalog-v4-header .header-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .catalog-v4-header .main-nav {
    width: auto;
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 16px;
    background: #090909;
  }

  .catalog-v4-header .main-nav.is-open {
    display: grid;
  }

  .catalog-v4-header .main-nav a {
    min-height: 48px;
  }

  .catalog-v4-header .main-nav a::after {
    right: auto;
    width: 44px;
  }

  .catalog-v4-header .header-search {
    display: inline-flex;
  }

  .catalog-v4-header .header-request em,
  .catalog-v4-header .button.button-sm {
    display: none;
  }

  .catalog-v4-header .header-request b {
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    position: absolute;
    top: 2px;
    right: 1px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #e1251b;
    color: #fff;
    font-size: 9px;
  }

  .catalog-v4-header .menu-button {
    display: grid;
    gap: 5px;
  }

  .catalog-v4-intro {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 32px;
  }
}

@media (max-width: 920px) {
  .catalog-v4-directions {
    min-height: 142px;
    margin: 0 -24px;
    padding: 0 24px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-padding-left: 24px;
    scroll-snap-type: x proximity;
  }

  .catalog-v4-directions::-webkit-scrollbar {
    display: none;
  }

  .catalog-v4-directions button {
    min-width: min(62vw, 480px);
    min-height: 142px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

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

@media (max-width: 760px) {
  .catalog-v4-header .header-main {
    width: calc(100% - 28px);
    height: 56px;
    gap: 12px;
  }

  .catalog-v4-header .header-wordmark {
    font-size: 20px;
  }

  .catalog-v4-header .main-nav {
    top: 56px;
    padding: 8px 14px 14px;
  }

  .catalog-v4-header .header-actions {
    gap: 2px;
  }

  .catalog-v4-header .header-search,
  .catalog-v4-header .header-request,
  .catalog-v4-header .menu-button {
    min-width: 44px;
    min-height: 44px;
  }

  .catalog-v4-header .header-search svg,
  .catalog-v4-header .header-request svg {
    width: 22px;
    height: 22px;
  }

  .catalog-v4-page {
    padding-bottom: 92px;
  }

  .catalog-v4-page > .wrap {
    width: calc(100% - 28px);
  }

  .catalog-v4-intro {
    min-height: 0;
    padding: 12px 0 8px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .catalog-v4-heading > span {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .catalog-v4-heading h1 {
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.025em;
  }

  .catalog-v4-heading p {
    display: none;
  }

  .catalog-v4-search,
  .catalog-v4-search input {
    height: 44px;
  }

  .catalog-v4-search button {
    width: 44px;
    height: 44px;
  }

  .catalog-v4-search {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .catalog-commerce-direction-label {
    display: none;
  }

  .catalog-v4-directions {
    min-height: 124px;
    margin: 0 -14px;
    padding: 0 14px;
    gap: 8px;
    scroll-padding-left: 14px;
  }

  .catalog-v4-directions button {
    min-width: min(82vw, 330px);
    min-height: 124px;
    padding: 12px 16px 11px;
  }

  .catalog-v4-direction-meta {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .catalog-v4-directions button strong {
    font-size: 24px;
    letter-spacing: -.025em;
  }

  .catalog-v4-directions button small {
    max-width: 67%;
    margin-top: 6px;
    font-size: 11px;
  }

  .catalog-v4-direction-cta {
    display: none;
    gap: 10px;
    font-size: 10px;
  }

  .catalog-commerce-categories {
    min-height: 44px;
    margin: 0 -14px;
    padding: 0 14px;
    gap: 24px;
  }

  .catalog-commerce-categories button {
    min-height: 44px;
    font-size: 14px;
    font-weight: 600;
  }

  .catalog-commerce-types,
  .catalog-commerce-toolbar {
    display: none;
  }

  .catalog-commerce-mobile-tools {
    min-height: 54px;
    border-bottom: 1px solid #d8d2ca;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
    align-items: center;
    gap: 10px;
  }

  .catalog-commerce-mobile-tools label,
  .catalog-commerce-mobile-tools select,
  .catalog-commerce-mobile-tools > button {
    min-width: 0;
    min-height: 44px;
    height: 44px;
  }

  .catalog-commerce-mobile-tools select,
  .catalog-commerce-mobile-tools > button {
    width: 100%;
    padding: 0 12px;
    border: 1px solid #aaa39a;
    border-radius: 4px;
    background: transparent;
    color: #111;
    font-size: 13px;
  }

  .catalog-commerce-mobile-tools > button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .catalog-commerce-mobile-tools > button.active {
    border-color: #e1251b;
    color: #e1251b;
  }

  .catalog-commerce-mobile-tools svg {
    width: 18px;
    height: 18px;
  }

  .catalog-commerce-list,
  .catalog-commerce-products.is-cards .catalog-commerce-list {
    padding-top: 10px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .catalog-commerce-product-image > a,
  .catalog-commerce-products.is-cards .catalog-commerce-product-image > a {
    aspect-ratio: 1.7;
  }

  .catalog-commerce-product-body,
  .catalog-commerce-products.is-cards .catalog-commerce-product-body {
    min-height: 0;
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 12px;
  }

  .catalog-commerce-identity > a,
  .catalog-commerce-products.is-cards .catalog-commerce-identity > a {
    font-size: 17px;
  }

  .catalog-commerce-identity small {
    font-size: 12px;
  }

  .catalog-commerce-line {
    margin-bottom: -1px;
    font-size: 12px;
  }

  .catalog-commerce-fact {
    font-size: 13px;
  }

  .catalog-commerce-price {
    grid-column: 1 / -1;
    margin-top: 2px;
  }

  .catalog-commerce-price > strong {
    font-size: 23px;
  }

  .catalog-commerce-price > span {
    font-size: 12px;
  }

  .catalog-commerce-actions,
  .catalog-commerce-products.is-cards .catalog-commerce-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .catalog-commerce-quantity {
    min-height: 44px;
  }

  .catalog-commerce-actions > button {
    min-height: 44px;
    background: #e1251b;
  }

  .catalog-commerce-cart-dock {
    width: 100%;
    min-height: 60px;
    padding: 8px 10px 8px 14px;
    grid-template-columns: minmax(0, 1fr) auto 106px;
    gap: 10px;
    border-radius: 10px 10px 0 0;
  }

  .catalog-commerce-cart-dock > span {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-commerce-cart-dock > strong {
    font-size: 16px;
  }

  .catalog-commerce-cart-dock > a {
    min-height: 44px;
    font-size: 10px;
    text-transform: uppercase;
  }

  .catalog-v4-toast {
    right: 14px;
    bottom: 76px;
    left: 14px;
    text-align: center;
  }

  .checkout-page {
    padding: 32px 0 72px;
  }

  .checkout-page > .wrap {
    width: calc(100% - 28px);
  }

  .checkout-heading {
    margin-bottom: 26px;
  }

  .checkout-heading h1,
  .checkout-empty h1 {
    font-size: 39px;
  }

  .checkout-item {
    grid-template-columns: 72px minmax(0, 1fr) 28px;
    gap: 10px;
  }

  .checkout-item > img {
    width: 72px;
    height: 58px;
  }

  .checkout-quantity {
    grid-column: 2;
    width: 128px;
  }

  .checkout-item > strong {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .checkout-remove {
    grid-column: 3;
    grid-row: 1;
  }

  .checkout-form {
    padding: 20px 16px;
  }

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

@media (max-width: 420px) {
  .catalog-v4-header .header-wordmark {
    font-size: 18px;
  }

  .catalog-v4-header .header-actions {
    gap: 0;
  }

  .catalog-v4-header .header-search,
  .catalog-v4-header .header-request,
  .catalog-v4-header .menu-button {
    min-width: 44px;
    width: 44px;
  }

  .catalog-v4-page > .wrap {
    width: calc(100% - 24px);
  }

  .catalog-v4-directions {
    margin: 0 -12px;
    padding: 0 12px;
    scroll-padding-left: 12px;
  }

  .catalog-commerce-categories {
    margin: 0 -12px;
    padding: 0 12px;
  }

  .catalog-commerce-mobile-tools {
    grid-template-columns: minmax(0, 1fr) 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-v4-directions button::before {
    transition: none;
  }
}

