.rrm-empty-state {
  padding: 24px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
}

.rrm-menu-shell {
  --rrm-accent: #c57b2d;
  --rrm-accent-soft: #f3e2cf;
  --rrm-shell-bg: #f6efe7;
  --rrm-card-bg: #fffdf9;
  --rrm-hero-bg: #1f1711;
  --rrm-text: #1f1a17;
  --rrm-muted: #6f655e;
  --rrm-radius: 28px;
  --rrm-shell-padding: 18px;
  --rrm-section-gap: 24px;
  --rrm-menu-max-width: 1180px;
  --rrm-title-size: 54px;
  --rrm-section-title-size: 32px;
  --rrm-product-title-size: 18px;
  --rrm-price-size: 18px;
  --rrm-price-color: #1f1a17;
  --rrm-price-bg: #f3e2cf;
  --rrm-price-text-align: right;
  --rrm-price-justify: flex-end;
  --rrm-price-margin-top: 0px;
  --rrm-price-margin-right: 0px;
  --rrm-price-margin-bottom: 0px;
  --rrm-price-padding-y: 9px;
  --rrm-price-padding-x: 12px;
  --rrm-price-radius: 999px;
  --rrm-price-min-width: 88px;
  --rrm-price-weight: 800;
  --rrm-description-size: 15px;
  --rrm-description-gap: 10px;
  --rrm-description-color: #6f655e;
  --rrm-leader-color: #b8a89d;
  color: var(--rrm-text);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.rrm-menu-shell__inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--rrm-menu-max-width));
  max-width: var(--rrm-menu-max-width);
  margin: 0 auto;
  padding: var(--rrm-shell-padding);
  border-radius: calc(var(--rrm-radius) + 6px);
  background:
    radial-gradient(circle at top right, var(--rrm-accent-soft), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--rrm-shell-bg) 100%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.10);
}

.rrm-language-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.rrm-language-switch__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.88);
  color: var(--rrm-text);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.rrm-language-switch__button:hover,
.rrm-language-switch__button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.10);
  border-color: rgba(15, 23, 42, 0.16);
  outline: none;
}

.rrm-language-switch__button.is-active {
  background: var(--rrm-accent-soft);
  border-color: color-mix(in srgb, var(--rrm-accent) 46%, white);
}

.rrm-language-switch__flag {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 999px;
  flex: 0 0 28px;
  overflow: hidden;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.10), 0 1px 2px rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.rrm-language-switch__label {
  display: none !important;
}

.rrm-mobile-app {
  border: 0;
}

.rrm-mode-app .rrm-menu-shell__inner {
  max-width: min(100%, 820px);
}

.rrm-font-elegant-sans {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rrm-font-classic-serif {
  font-family: Georgia, "Times New Roman", serif;
}

.rrm-font-modern-contrast {
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
}

.rrm-font-refined-serif {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.rrm-font-humanist-sans {
  font-family: Optima, Candara, "Segoe UI", sans-serif;
}

.rrm-font-neo-grotesk {
  font-family: Helvetica, Arial, "Nimbus Sans", sans-serif;
}

.rrm-font-luxe-serif {
  font-family: Didot, Bodoni MT, "Times New Roman", serif;
}

.rrm-font-system-clean {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rrm-desc-font-match-main .rrm-product-description {
  font-family: inherit;
}

.rrm-desc-font-elegant-sans .rrm-product-description {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rrm-desc-font-classic-serif .rrm-product-description {
  font-family: Georgia, "Times New Roman", serif;
}

.rrm-desc-font-modern-contrast .rrm-product-description {
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
}

.rrm-desc-font-refined-serif .rrm-product-description {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.rrm-desc-font-humanist-sans .rrm-product-description {
  font-family: Optima, Candara, "Segoe UI", sans-serif;
}

.rrm-desc-font-neo-grotesk .rrm-product-description {
  font-family: Helvetica, Arial, "Nimbus Sans", sans-serif;
}

.rrm-desc-font-luxe-serif .rrm-product-description {
  font-family: Didot, Bodoni MT, "Times New Roman", serif;
}

.rrm-desc-font-system-clean .rrm-product-description {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rrm-menu-hero {
  background:
    radial-gradient(circle at top right, var(--rrm-accent-soft), transparent 30%),
    linear-gradient(135deg, var(--rrm-hero-bg) 0%, #0f0f0f 100%);
  border-radius: var(--rrm-radius);
  padding: clamp(22px, 3vw, 34px);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.rrm-menu-hero::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: var(--rrm-accent-soft);
  filter: blur(10px);
  opacity: .7;
}

.rrm-menu-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: stretch;
}

.rrm-hero-copy,
.rrm-hero-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.rrm-hero-align-center .rrm-menu-hero__inner,
.rrm-hero-align-center .rrm-hero-copy,
.rrm-hero-align-center .rrm-hero-side {
  align-items: center;
  text-align: center;
}

.rrm-hero-align-center .rrm-shortcode-badge,
.rrm-hero-align-center .rrm-hero-note {
  margin-left: auto;
  margin-right: auto;
}

.rrm-kicker,
.rrm-category-overline {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  opacity: .74;
}

.rrm-title {
  margin: 8px 0;
  color: #fff;
  font-size: clamp(2rem, calc(var(--rrm-title-size) * 0.55), var(--rrm-title-size));
  line-height: .98;
}

.rrm-font-classic-serif .rrm-title,
.rrm-font-classic-serif .rrm-category-header h3,
.rrm-font-classic-serif .rrm-product-name {
  letter-spacing: -.02em;
}

.rrm-subtitle {
  margin: 0;
  max-width: 720px;
  opacity: .84;
  font-size: 1rem;
  line-height: 1.55;
}

.rrm-shortcode-badge,
.rrm-hero-note {
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  width: fit-content;
}

.rrm-hero-note {
  border-radius: 18px;
  max-width: 320px;
  line-height: 1.4;
}

.rrm-toolbar {
  position: static;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rrm-filter-bar,
.rrm-category-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 10px;
  border-radius: calc(var(--rrm-radius) - 8px);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.rrm-filter-bar::-webkit-scrollbar,
.rrm-category-nav::-webkit-scrollbar {
  display: none;
}

.rrm-chip,
.rrm-category-pill {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: var(--rrm-text);
  border-radius: 999px;
  padding: 11px 15px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.rrm-chip:hover,
.rrm-category-pill:hover,
.rrm-chip.is-active,
.rrm-category-pill.is-active {
  background: var(--rrm-accent);
  color: #fff;
  border-color: var(--rrm-accent);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.rrm-chip span {
  margin-right: 6px;
}
.rrm-category-nav {
  position: static;
}

.rrm-category-pill--custom:not(.is-active) {
  background: var(--rrm-category-custom-bg, #fff);
  color: var(--rrm-category-custom-text, var(--rrm-text));
  border-color: var(--rrm-category-custom-bg, rgba(15, 23, 42, 0.08));
}


.rrm-category-section--custom .rrm-category-overline {
  opacity: .78;
}


.rrm-menu-content {
  display: flex;
  flex-direction: column;
  gap: var(--rrm-section-gap);
  margin-top: 22px;
}

.rrm-category-section {
  padding: clamp(18px, 2.4vw, 28px);
  border-radius: var(--rrm-radius);
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
}

.rrm-category-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.rrm-category-header > div {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.rrm-category-overline,
.rrm-category-header h3 {
  display: block;
  text-align: left;
}

.rrm-category-header h3 {
  margin: 6px 0 0;
  font-size: clamp(1.45rem, calc(var(--rrm-section-title-size) * 0.6), var(--rrm-section-title-size));
}

.rrm-category-header span:last-child {
  color: var(--rrm-muted);
  font-weight: 600;
}

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

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


.rrm-layout-list .rrm-product-grid {
  gap: 10px;
}

.rrm-layout-list .rrm-product-card {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: var(--rrm-list-item-radius);
  padding: var(--rrm-list-item-padding) 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  display: flex;
  flex-direction: column;
}

.rrm-layout-list .rrm-product-card:first-child {
  padding-top: 0;
}

.rrm-layout-list .rrm-product-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rrm-layout-list .rrm-product-topline {
  align-items: start;
}

.rrm-layout-list .rrm-price {
  align-self: start;
}

.rrm-layout-list .rrm-product-heading {
  min-width: 0;
}

.rrm-product-card {
  padding: 18px;
  border-radius: calc(var(--rrm-radius) - 6px);
  background: var(--rrm-card-bg);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.rrm-card-style-outline .rrm-product-card {
  box-shadow: none;
  border-width: 1.5px;
  background: rgba(255,255,255,.75);
}

.rrm-card-style-minimal .rrm-product-card {
  box-shadow: none;
  background: rgba(255,255,255,.45);
  border-style: dashed;
}

.rrm-layout-list .rrm-product-card {
  padding: 20px 22px;
}

.rrm-product-topline {
  display: block;
}

.rrm-product-heading {
  min-width: 0;
}

.rrm-product-name {
  margin: 0 0 0 0;
  margin-bottom: 0 !important;
  font-size: var(--rrm-product-title-size);
  line-height: 1.18;
}

.rrm-title-row {
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(18px, 1fr) auto;
  align-items: end;
  column-gap: 12px;
  min-width: 0;
  width: 100%;
}

.rrm-title-row .rrm-product-name {
  min-width: 0;
  max-width: 100%;
}

.rrm-title-row > .rrm-product-name,
.rrm-product-heading > .rrm-product-name {
  margin-bottom: 0 !important;
}

.rrm-title-leader {
  min-width: 18px;
  align-self: end;
  height: 1.18em;
  margin-bottom: .06em;
  opacity: .9;
  background-position: left calc(100% - 1px);
}

.rrm-leader-style-none .rrm-title-leader {
  display: none;
}

.rrm-leader-style-dotted .rrm-title-leader {
  background-image: radial-gradient(circle, var(--rrm-leader-color) 1.1px, transparent 1.3px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: left calc(100% - 1px);
}

.rrm-leader-style-solid .rrm-title-leader {
  background: linear-gradient(to right, var(--rrm-leader-color), var(--rrm-leader-color)) left calc(100% - 1px) / 100% 1.5px no-repeat;
}

.rrm-leader-style-dashed .rrm-title-leader {
  background: repeating-linear-gradient(to right, var(--rrm-leader-color) 0 12px, transparent 12px 20px) left calc(100% - 1px) / 100% 1.5px no-repeat;
}

.rrm-leader-style-double .rrm-title-leader {
  background:
    linear-gradient(to right, var(--rrm-leader-color), var(--rrm-leader-color)) left calc(100% - 4px) / 100% 1px no-repeat,
    linear-gradient(to right, var(--rrm-leader-color), var(--rrm-leader-color)) left calc(100% - 1px) / 100% 1px no-repeat;
}

.rrm-price {
  display: inline-flex;
  align-items: center;
  justify-content: var(--rrm-price-justify);
  align-self: end;
  flex: 0 0 auto;
  font-family: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  font-weight: var(--rrm-price-weight);
  font-size: var(--rrm-price-size);
  line-height: 1.18;
  border-radius: var(--rrm-price-radius);
  padding: var(--rrm-price-padding-y) var(--rrm-price-padding-x);
  background: var(--rrm-price-bg);
  color: var(--rrm-price-color);
  min-width: var(--rrm-price-min-width);
  text-align: var(--rrm-price-text-align);
  white-space: nowrap;
  margin-left: auto;
  margin-top: var(--rrm-price-margin-top);
  margin-right: var(--rrm-price-margin-right);
  margin-bottom: var(--rrm-price-margin-bottom);
}

.rrm-product-description {
  margin-top: max(0px, calc(var(--rrm-description-gap) - 6px));
  color: var(--rrm-description-color);
  line-height: 1.5;
  font-size: var(--rrm-description-size);
}

.rrm-product-description p {
  margin: 0;
}

.rrm-product-description p + p {
  margin-top: .55em;
}

.rrm-product-description p:last-child {
  margin-bottom: 0;
}

.rrm-display-toggles {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rrm-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  margin-top: 12px;
}

.rrm-meta-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}


.rrm-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: .82rem;
  line-height: 1;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.rrm-chip--toggle {
  background: rgba(255,255,255,.78);
}

.rrm-layout-list .rrm-meta-inline {
  margin-top: 10px;
  gap: 6px 8px;
}

.rrm-layout-list .rrm-meta-group {
  gap: 6px;
}

.rrm-layout-list .rrm-badge {
  padding: 6px 9px;
  font-size: .78rem;
}

.rrm-layout-list .rrm-title-row {
  gap: 10px;
}

.rrm-layout-list .rrm-title-leader {
  min-width: 16px;
}

.rrm-layout-list .rrm-product-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.rrm-layout-list .rrm-product-topline,
.rrm-layout-list .rrm-product-description,
.rrm-layout-list .rrm-meta-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.rrm-layout-list .rrm-product-description {
  padding-bottom: 0;
}

.rrm-hide-flags .rrm-meta-group--flags,
.rrm-hide-allergens .rrm-meta-group--allergens {
  display: none;
}

.rrm-badge--flag,
.rrm-badge--allergen {
  background: #f8fafc;
  color: #334155;
}

.rrm-no-hero .rrm-toolbar {
  margin-top: 0;
}

.rrm-preset-cream-minimal .rrm-category-section {
  background: rgba(255,255,255,.82);
}

.rrm-preset-forest-elegant .rrm-badge--flag,
.rrm-preset-forest-elegant .rrm-badge--allergen {
  background: #f3f6f3;
  color: #284235;
}

.rrm-preset-terracotta-bistro .rrm-badge--flag,
.rrm-preset-terracotta-bistro .rrm-badge--allergen {
  background: #fbefea;
  color: #6d3d2e;
}

.rrm-preset-midnight-gold .rrm-badge--flag,
.rrm-preset-midnight-gold .rrm-badge--allergen {
  background: #faf2dc;
  color: #71551a;
}

.rrm-preset-sea-breeze .rrm-badge--flag,
.rrm-preset-sea-breeze .rrm-badge--allergen {
  background: #ebf7fa;
  color: #245768;
}

.rrm-preset-rose-lounge .rrm-badge--flag,
.rrm-preset-rose-lounge .rrm-badge--allergen {
  background: #faedf1;
  color: #7d4155;
}

.rrm-preview-shell {
  border: 0;
}

.rrm-preview-shell .rrm-menu-shell__inner {
  box-shadow: none;
  border: 1px solid rgba(15, 23, 42, .08);
}

@media (max-width: 900px) {
  .rrm-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rrm-language-switch {
    gap: 8px;
    margin-bottom: 12px;
  }

  .rrm-language-switch__button {
    width: 42px;
    height: 42px;
  }

  .rrm-menu-shell.rrm-mode-responsive:not(.rrm-preview-shell) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .rrm-menu-shell__inner {
    width: 100%;
    max-width: none;
    padding: 12px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .rrm-menu-hero,
  .rrm-category-section,
  .rrm-product-card,
  .rrm-filter-bar,
  .rrm-category-nav {
    border-radius: 18px;
  }

  .rrm-menu-hero {
    padding: 20px 16px;
  }

  .rrm-category-section {
    padding: 16px 14px;
  }

  .rrm-menu-content {
    gap: 16px;
    margin-top: 16px;
  }

  .rrm-product-grid {
    gap: 12px;
  }

  .rrm-menu-hero__inner,
  .rrm-category-header {
    display: flex;
    flex-direction: row;
  }

  .rrm-category-header,
  .rrm-category-header > div,
  .rrm-category-header h3,
  .rrm-category-overline,
  .rrm-category-header *,
  .rrm-category-section h3 {
    text-align: left !important;
  }

  .rrm-category-header > div,
  .rrm-category-header h3,
  .rrm-category-overline {
    margin-left: 0;
    margin-right: auto;
    align-self: flex-start;
  }

  .rrm-category-header span:last-child {
    text-align: left !important;
    margin-left: 0;
    margin-right: auto;
    align-self: flex-start;
  }

  .rrm-filter-bar,
  .rrm-category-nav {
    padding: 8px;
    gap: 8px;
    scroll-snap-type: x proximity;
  }

  .rrm-chip,
  .rrm-category-pill {
    padding: 10px 13px;
    font-size: .94rem;
    scroll-snap-align: start;
  }

  .rrm-product-topline {
    display: block;
  }

  .rrm-title-row {
    grid-template-columns: minmax(0, max-content) minmax(10px, 1fr) auto;
    column-gap: 8px;
  }

  .rrm-title-leader {
    min-width: 10px;
  }

  .rrm-toolbar {
    top: 8px;
  }

  .rrm-price {
    align-self: end;
    min-width: 76px;
  }

  .rrm-layout-list .rrm-product-card {
    padding: 14px 0;
  }

  .rrm-layout-list .rrm-product-card--has-image {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .rrm-layout-list .rrm-product-card--has-image .rrm-product-media {
    border-radius: 14px;
  }
}

.rrm-mode-web {
  padding: 0;
}

.rrm-mode-web .rrm-menu-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 340px);
  align-items: stretch;
}

.rrm-mode-web .rrm-toolbar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.rrm-mode-web .rrm-category-nav {
  justify-content: flex-start;
}

.rrm-mode-web .rrm-display-toggles {
  align-self: flex-start;
}

@media (min-width: 1200px) {
  .rrm-mode-web.rrm-layout-cards .rrm-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.rrm-mode-app {
  max-width: none;
}

.rrm-card-style-glass .rrm-product-card {
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.4);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.10);
}

.rrm-card-style-editorial .rrm-product-card {
  background: linear-gradient(180deg, #fff 0%, #fbf7f2 100%);
  border: 0;
  border-left: 4px solid var(--rrm-accent);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.04);
}

.rrm-card-style-editorial .rrm-product-topline {
  gap: 24px;
}

.rrm-card-style-editorial .rrm-product-heading .rrm-product-name {
  letter-spacing: -.02em;
}

.rrm-card-style-luxe .rrm-product-card {
  background: linear-gradient(160deg, rgba(31,23,17,.96) 0%, rgba(53,40,31,.96) 100%);
  border: 1px solid rgba(197, 123, 45, .26);
  color: #f8f2eb;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
}

.rrm-card-style-luxe .rrm-product-description,
.rrm-card-style-luxe .rrm-category-header span:last-child,
.rrm-card-style-luxe .rrm-badge--flag,
.rrm-card-style-luxe .rrm-badge--allergen {
  color: #ddcfbf;
}

.rrm-card-style-luxe .rrm-price {
  background: rgba(197, 123, 45, 0.18);
  color: #fff4e8;
}

.rrm-card-style-luxe .rrm-badge--flag,
.rrm-card-style-luxe .rrm-badge--allergen {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.08);
}

.rrm-card-style-luxe .rrm-category-section {
  background: rgba(255,255,255,.3);
}

@media (max-width: 1100px) {
  .rrm-mode-web .rrm-toolbar,
  .rrm-mode-web .rrm-menu-hero__inner {
    grid-template-columns: 1fr;
  }

  .rrm-mode-web .rrm-category-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .rrm-mode-web,
  .rrm-mode-app {
    max-width: 100%;
  }
}

.rrm-product-card--has-image {
  overflow: hidden;
}

.rrm-product-media {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--rrm-radius) - 10px);
  margin-bottom: 14px;
  background: rgba(15, 23, 42, 0.06);
  aspect-ratio: 16 / 10;
}

.rrm-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rrm-product-body {
  min-width: 0;
}

.rrm-layout-list .rrm-product-card--has-image {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.rrm-layout-list .rrm-product-card--has-image .rrm-product-media {
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
}

.rrm-layout-list .rrm-product-card--has-image .rrm-product-body {
  min-width: 0;
}

.rrm-product-showcase {
  --rrm-showcase-radius: 24px;
  --rrm-showcase-border: rgba(15, 23, 42, 0.08);
  --rrm-showcase-text: #1f1a17;
  --rrm-showcase-muted: #6f655e;
  --rrm-showcase-accent: #c57b2d;
}

.rrm-showcase-head {
  margin-bottom: 16px;
}

.rrm-showcase-head h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--rrm-showcase-text);
}

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

.rrm-showcase-cols-1 .rrm-showcase-grid { grid-template-columns: 1fr; }
.rrm-showcase-cols-2 .rrm-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rrm-showcase-cols-4 .rrm-showcase-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.rrm-showcase-card {
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease, border-color .25s ease;
}

.rrm-showcase-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.rrm-showcase-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 22px;
  border-radius: var(--rrm-showcase-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fbf7f2 100%);
  border: 1px solid var(--rrm-showcase-border);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
}

.rrm-showcase-card__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(197,123,45,0.14), transparent 34%);
  pointer-events: none;
}

.rrm-showcase-media {
  position: relative;
  z-index: 1;
  border-radius: calc(var(--rrm-showcase-radius) - 8px);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.rrm-showcase-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .45s ease;
}

.rrm-showcase-card:hover .rrm-showcase-media img {
  transform: scale(1.05);
}

.rrm-showcase-card:hover .rrm-showcase-card__inner {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.10);
  border-color: rgba(197,123,45,0.25);
}

.rrm-showcase-copy,
.rrm-showcase-price {
  position: relative;
  z-index: 1;
}

.rrm-showcase-copy .rrm-showcase-title {
  margin: 0 0 10px;
  color: var(--rrm-showcase-text);
  font-size: 1.15rem;
  line-height: 1.15;
}

.rrm-showcase-copy p {
  margin: 0;
  color: var(--rrm-showcase-muted);
  line-height: 1.55;
}

.rrm-showcase-price {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(197,123,45,0.12);
  color: var(--rrm-showcase-accent);
  font-weight: 800;
}

@media (max-width: 820px) {
  .rrm-layout-list .rrm-product-card--has-image {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }

  .rrm-showcase-grid,
  .rrm-showcase-cols-2 .rrm-showcase-grid,
  .rrm-showcase-cols-3 .rrm-showcase-grid,
  .rrm-showcase-cols-4 .rrm-showcase-grid {
    grid-template-columns: 1fr;
  }
}


.rrm-product-name,
.rrm-showcase-title {
  display: block;
}


.rrm-show-list-divider-no.rrm-layout-list .rrm-product-card {
  border-bottom: 0 !important;
}

.rrm-show-list-divider-no.rrm-layout-list .rrm-product-card:last-child {
  border-bottom: 0 !important;
}

.rrm-layout-cards .rrm-product-card {
  position: relative;
}

.rrm-show-card-divider-yes.rrm-layout-cards .rrm-product-card::after {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10);
  pointer-events: none;
}

.rrm-show-card-divider-no.rrm-layout-cards .rrm-product-card::after,
.rrm-list-divider-none.rrm-layout-cards .rrm-product-card::after {
  display: none;
}

.rrm-show-card-divider-yes.rrm-layout-cards.rrm-list-divider-strong .rrm-product-card::after {
  border-bottom-width: 2px;
  border-bottom-color: rgba(15, 23, 42, 0.16);
}

.rrm-show-card-divider-yes.rrm-layout-cards.rrm-list-divider-dashed .rrm-product-card::after {
  border-bottom-style: dashed;
}

.rrm-show-card-divider-yes.rrm-layout-cards.rrm-list-divider-accent .rrm-product-card::after {
  border-bottom-color: var(--rrm-accent);
}

.rrm-show-card-divider-yes.rrm-layout-cards .rrm-product-card:last-child::after {
  display: none;
}
