.mh-demo-disclosure {
  position: relative;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 32px;
  padding: 0.4rem max(1.5rem, calc((100vw - 1180px) / 2));
  background: #20201f;
  border-bottom: 1px solid #363634;
  color: #f5f5f4;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.35;
}

.mh-demo-disclosure__message,
.mh-demo-disclosure__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mh-demo-disclosure__message strong { color: #f4be58; font-weight: 700; }
.mh-demo-disclosure__message span { color: #d6d3d1; }
.mh-demo-disclosure a { color: #ffffff; font-weight: 600; text-decoration: none; }
.mh-demo-disclosure a:hover { color: #f4be58; }

.mh-theme-1 {
  --mh-forest: #12382d;
  --mh-forest-deep: #0b2a21;
  --mh-gold: #b36a13;
  --mh-red: #a61b2b;
  --mh-ink: #171a18;
  --mh-muted: #58645f;
  --mh-line: #d9dedb;
  --mh-white: #ffffff;
  --mh-font-ui: Inter, Arial, sans-serif;
  --mh-font-display: 'Cormorant Garamond', Georgia, serif;
  background: var(--mh-white);
  color: var(--mh-ink);
  font-family: var(--mh-font-ui) !important;
}

.mh-theme-1 *,
.mh-theme-1 *::before,
.mh-theme-1 *::after { box-sizing: border-box; }

.mh-theme-1 .mh-header__inner,
.mh-theme-1 .mh-about__inner,
.mh-theme-1 .mh-menu__inner,
.mh-theme-1 .mh-contact__inner,
.mh-theme-1 .mh-footer__inner,
.mh-theme-1 .mh-hospitality__inner {
  width: min(100%, 1180px);
  max-width: 1180px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mh-theme-1 .mh-header--traditional {
  min-height: 76px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #e6e9e7;
  backdrop-filter: blur(14px);
}

.mh-theme-1 .mh-header--traditional .mh-header__inner {
  min-height: 76px;
  padding-top: 0;
  padding-bottom: 0;
}

.mh-theme-1 .mh-header--traditional .mh-header__brand {
  color: var(--mh-forest-deep);
  font-family: var(--mh-font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.mh-theme-1 .mh-header__nav {
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  margin-left: auto;
  margin-right: clamp(1.25rem, 3vw, 3rem);
}

.mh-theme-1 .mh-header__nav a {
  color: #252a27;
  font-family: var(--mh-font-ui);
  font-size: 0.875rem;
  font-weight: 600;
}

.mh-theme-1 .mh-header__nav a:hover { color: var(--mh-red); }

.mh-theme-1 .mh-header__order,
.mh-theme-1 .mh-button,
.mh-theme-1 .mh-menu__add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 2px;
  font-family: var(--mh-font-ui);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mh-theme-1 .mh-header__order {
  min-width: 132px;
  padding: 0.65rem 1.2rem;
  background: var(--mh-forest);
  border: 1px solid var(--mh-forest);
  color: #ffffff;
}

.mh-theme-1 .mh-header__order:hover,
.mh-theme-1 .mh-button--primary:hover,
.mh-theme-1 .mh-menu__add-btn:hover {
  background: var(--mh-forest-deep);
  border-color: var(--mh-forest-deep);
  color: #ffffff;
}

.mh-theme-1 .mh-hero--traditional {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(520px, 68vh, 690px);
  padding: 0;
  overflow: hidden;
  background: #f7f8f7;
  text-align: left;
  isolation: isolate;
}

.mh-theme-1 .mh-hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mh-theme-1 .mh-hero--traditional .mh-hero__content {
  width: min(100%, 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.mh-theme-1 .mh-hero--traditional .mh-hero__content > * { max-width: 600px; }

.mh-theme-1 .mh-hero__title,
.mh-theme-1 .mh-about h2,
.mh-theme-1 .mh-menu__title,
.mh-theme-1 .mh-menu__category h3,
.mh-theme-1 .mh-contact h2,
.mh-theme-1 .mh-footer strong {
  font-family: var(--mh-font-display);
  letter-spacing: 0;
}

.mh-theme-1 .mh-hero__title {
  margin: 0 0 0.55rem;
  color: #111311;
  font-size: clamp(3.4rem, 4.7vw, 4rem);
  font-weight: 600;
  line-height: 0.95;
}

.mh-theme-1 .mh-hero__subtitle {
  max-width: 500px;
  margin: 0;
  color: #202522;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.35;
}

.mh-theme-1 .mh-hero__location {
  margin: 0.75rem 0 0;
  color: var(--mh-red);
  font-size: 0.9rem;
  font-weight: 700;
}

.mh-theme-1 .mh-hero__location span { margin: 0 0.25rem; }

.mh-theme-1 .mh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.mh-theme-1 .mh-button { min-width: 150px; padding: 0.75rem 1.25rem; }

.mh-theme-1 .mh-button--primary {
  background: var(--mh-forest);
  border: 1px solid var(--mh-forest);
  color: #ffffff;
}

.mh-theme-1 .mh-button--secondary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #2b3832;
  color: #17241e;
}

.mh-theme-1 .mh-button--secondary:hover {
  background: #ffffff;
  border-color: var(--mh-red);
  color: var(--mh-red);
}

.mh-theme-1 .mh-about--traditional { padding: 0; background: #ffffff; text-align: left; }

.mh-theme-1 .mh-about--traditional .mh-about__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  align-items: stretch;
  max-width: 1180px;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.mh-theme-1 .mh-about__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem clamp(2rem, 5vw, 4.75rem) 1rem 0;
}

.mh-theme-1 .mh-section-label {
  margin: 0 0 0.7rem;
  color: var(--mh-gold);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mh-theme-1 .mh-about h2 {
  margin: 0 0 1rem;
  color: var(--mh-ink);
  font-size: clamp(2.25rem, 4vw, 3.35rem);
  font-weight: 600;
  line-height: 0.96;
}

.mh-theme-1 .mh-about p:not(.mh-section-label) {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--mh-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.mh-theme-1 .mh-about__copy a {
  align-self: flex-start;
  margin-top: 1.2rem;
  color: var(--mh-forest);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.mh-theme-1 .mh-about__copy a:hover { color: var(--mh-red); }

.mh-theme-1 .mh-about__image {
  width: 100%;
  min-height: 360px;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 2px;
}

/* =========================================================
   TRADITIONAL LUXURY MENU SECTION
   ========================================================= */
.mh-theme-1 .mh-menu--traditional {
  padding: 5rem 0 6rem;
  background: #fbfbfa;
  border-top: 1px solid #e7ebe8;
}

.mh-theme-1 .mh-menu__header-wrap {
  text-align: center;
  margin-bottom: 2.5rem;
}

.mh-theme-1 .mh-menu__title {
  margin: 0;
  color: var(--mh-forest-deep);
  font-family: var(--mh-font-display);
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  position: relative;
  display: inline-block;
}

.mh-theme-1 .mh-menu__title::before {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--mh-gold);
  content: "Artisanal Cuisine";
  font-family: var(--mh-font-ui);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mh-theme-1 .mh-menu__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mh-gold), transparent);
  margin: 0.75rem auto 0;
}

/* Category Navigation Bar */
.mh-theme-1 .mh-menu__category-nav {
  position: sticky;
  top: 76px;
  z-index: 30;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  margin: 0 -1.5rem 3.5rem;
  padding: 0.85rem 1.5rem;
  overflow-x: auto;
  background: rgba(251, 251, 250, 0.94);
  border-top: 1px solid rgba(217, 222, 219, 0.6);
  border-bottom: 1px solid rgba(217, 222, 219, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  scrollbar-width: none;
  justify-content: flex-start;
}

.mh-theme-1 .mh-menu__category-nav::-webkit-scrollbar { display: none; }

.mh-theme-1 .mh-menu__category-pill,
.mh-theme-1 .mh-menu__category-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 1.15rem;
  background: #ffffff;
  border: 1px solid #e0e5e2;
  border-radius: 999px;
  color: #3b4540;
  font-family: var(--mh-font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.mh-theme-1 .mh-menu__category-pill:hover,
.mh-theme-1 .mh-menu__category-nav a:hover {
  background: var(--mh-forest);
  border-color: var(--mh-forest);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(18, 56, 45, 0.15);
}

/* Section Headings */
.mh-theme-1 .mh-menu__section-heading,
.mh-theme-1 .mh-menu__category-header {
  margin-bottom: 1.75rem;
  position: relative;
}

.mh-theme-1 .mh-menu__section-badge {
  display: inline-block;
  color: var(--mh-gold);
  font-family: var(--mh-font-ui);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.mh-theme-1 .mh-menu__specials-title,
.mh-theme-1 .mh-menu__bundles-title,
.mh-theme-1 .mh-menu__category h3 {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--mh-forest-deep);
  font-family: var(--mh-font-display);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 600;
  line-height: 1.2;
}

.mh-theme-1 .mh-menu__category-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #d9dedb 0%, rgba(217, 222, 219, 0.2) 100%);
  margin-top: 0.75rem;
}

.mh-theme-1 .mh-menu__specials,
.mh-theme-1 .mh-menu__bundles {
  margin-bottom: 4rem;
  padding: 2.25rem;
  background: #ffffff;
  border: 1px solid #e4e8e5;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(18, 56, 45, 0.04);
}

.mh-theme-1 .mh-menu__specials {
  border-color: rgba(179, 106, 19, 0.25);
  background: linear-gradient(180deg, #ffffff 0%, #fdfcf9 100%);
}

.mh-theme-1 .mh-menu__category {
  scroll-margin-top: 150px;
  margin-bottom: 4.5rem;
}

/* Menu Grid */
.mh-theme-1 .mh-menu__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  gap: 1.5rem;
}

.mh-theme-1 .mh-menu__items--specials {
  grid-template-columns: 1fr;
}

/* Menu Item Card */
.mh-theme-1 .mh-menu__item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #e5e9e6;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  align-items: start;
}

.mh-theme-1 .mh-menu__item:hover {
  background: #ffffff;
  border-color: #cbd4cf;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(18, 56, 45, 0.08);
}

.mh-theme-1 .mh-menu__item.mh-menu__item--no-image {
  grid-template-columns: 1fr;
  border-left: 3px solid rgba(18, 56, 45, 0.15);
}

.mh-theme-1 .mh-menu__item.mh-menu__item--no-image:hover {
  border-left-color: var(--mh-forest);
}

.mh-theme-1 .mh-menu__item--special {
  grid-template-columns: 180px minmax(0, 1fr);
  border-color: rgba(179, 106, 19, 0.35);
  background: #ffffff;
}

.mh-theme-1 .mh-menu__item-image-btn,
.mh-theme-1 .mh-menu__item-image {
  width: 140px;
  height: 115px;
  border-radius: 8px;
  overflow: hidden;
}

.mh-theme-1 .mh-menu__item--special .mh-menu__item-image-btn,
.mh-theme-1 .mh-menu__item--special .mh-menu__item-image {
  width: 180px;
  height: 135px;
}

.mh-theme-1 .mh-menu__item-image {
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mh-theme-1 .mh-menu__item:hover .mh-menu__item-image {
  transform: scale(1.04);
}

.mh-theme-1 .mh-menu__item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.mh-theme-1 .mh-menu__item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.mh-theme-1 .mh-menu__item h4 {
  margin: 0;
  color: var(--mh-ink);
  font-family: var(--mh-font-display);
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 1.15;
}

.mh-theme-1 .mh-menu__price {
  color: var(--mh-forest-deep);
  font-family: var(--mh-font-ui);
  font-size: 1.05rem;
  font-weight: 800;
  white-space: nowrap;
}

.mh-theme-1 .mh-menu__price--special {
  color: var(--mh-gold);
}

.mh-theme-1 .mh-menu__price--was {
  text-decoration: line-through;
  color: #8b9690;
  font-size: 0.85em;
  font-weight: 500;
  margin-right: 0.35rem;
}

.mh-theme-1 .mh-menu__item-desc,
.mh-theme-1 .mh-menu__bundle-desc {
  margin: 0.25rem 0 0.5rem;
  color: var(--mh-muted);
  font-family: var(--mh-font-ui);
  font-size: 0.84rem;
  line-height: 1.55;
  flex-grow: 1;
}

/* Dietary & Allergen Badges */
.mh-theme-1 .mh-menu__item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0.45rem 0;
}

.mh-theme-1 .mh-menu__dietary-tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-family: var(--mh-font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #f0f4f2;
  border: 1px solid #d3ded8;
  color: #3b5046;
}

.mh-theme-1 .mh-menu__dietary-tag--veg {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.28);
  color: #166534;
}

.mh-theme-1 .mh-menu__dietary-tag--gf {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.3);
  color: #92400e;
}

.mh-theme-1 .mh-menu__dietary-tag--halal {
  background: rgba(14, 165, 233, 0.08);
  border-color: rgba(14, 165, 233, 0.3);
  color: #0369a1;
}

.mh-theme-1 .mh-menu__sizes-badge {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(18, 56, 45, 0.08);
  border: 1px solid rgba(18, 56, 45, 0.2);
  color: var(--mh-forest);
  font-family: var(--mh-font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

.mh-theme-1 .mh-menu__allergens {
  flex-basis: 100%;
  color: #838e88;
  font-family: var(--mh-font-ui);
  font-size: 0.72rem;
  margin-top: 0.2rem;
}

/* Variant Pickers */
.mh-theme-1 .mh-menu__variant-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.5rem 0;
}

.mh-theme-1 .mh-menu__variant-chip {
  padding: 0.35rem 0.7rem;
  background: #f6f8f7;
  border: 1px solid #cfd7d2;
  border-radius: 999px;
  color: #29332e;
  font-family: var(--mh-font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.mh-theme-1 .mh-menu__variant-chip:hover {
  border-color: var(--mh-forest);
  background: #ffffff;
}

.mh-theme-1 .mh-menu__variant-chip--selected {
  background: var(--mh-forest);
  border-color: var(--mh-forest);
  color: #ffffff;
}

/* Card Action Footer */
.mh-theme-1 .mh-menu__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid #edf1ee;
}

.mh-theme-1 .mh-menu__deep-details-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  padding: 0;
  color: var(--mh-red);
  font-family: var(--mh-font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.15s ease;
}

.mh-theme-1 .mh-menu__deep-details-btn:hover {
  color: #7d121f;
}

.mh-theme-1 .mh-menu__add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.45rem 1rem;
  background: var(--mh-forest);
  border: 1px solid var(--mh-forest);
  border-radius: 6px;
  color: #ffffff;
  font-family: var(--mh-font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.18s ease;
  box-shadow: 0 2px 6px rgba(18, 56, 45, 0.12);
  margin: 0;
}

.mh-theme-1 .mh-menu__add-btn:hover {
  background: var(--mh-forest-deep);
  border-color: var(--mh-forest-deep);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(18, 56, 45, 0.22);
}

.mh-theme-1 .mh-menu__add-btn--sizes {
  background: transparent;
  color: var(--mh-forest);
  border: 1.5px solid var(--mh-forest);
}

.mh-theme-1 .mh-menu__add-btn--sizes:hover {
  background: var(--mh-forest);
  color: #ffffff;
}

.mh-theme-1 .mh-menu__badge--special {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(179, 106, 19, 0.12);
  border: 1px solid rgba(179, 106, 19, 0.35);
  color: var(--mh-gold);
  font-family: var(--mh-font-ui);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  vertical-align: middle;
}

.mh-theme-1 .mh-menu__badge--sold-out {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--mh-red);
  border-radius: 4px;
  color: var(--mh-red);
  font-family: var(--mh-font-ui);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* Bundles & Tasting Feasts */
.mh-theme-1 .mh-menu__bundles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.mh-theme-1 .mh-menu__bundle-card {
  padding: 1.75rem;
  background: #fdfdfc;
  border: 1px solid #e1dacd;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.mh-theme-1 .mh-menu__bundle-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.mh-theme-1 .mh-menu__bundle-tag {
  display: inline-block;
  color: var(--mh-gold);
  font-family: var(--mh-font-ui);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.mh-theme-1 .mh-menu__bundle-card h4 {
  margin: 0;
  color: var(--mh-forest-deep);
  font-family: var(--mh-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
}

.mh-theme-1 .mh-menu__bundle-price {
  font-size: 1.45rem;
  color: var(--mh-forest-deep);
  font-weight: 800;
}

.mh-theme-1 .mh-menu__bundle-items-wrap {
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  background: #ffffff;
  border: 1px solid #e9ecea;
  border-radius: 8px;
}

.mh-theme-1 .mh-menu__bundle-items-title {
  display: block;
  font-family: var(--mh-font-ui);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #63706a;
  margin-bottom: 0.5rem;
}

.mh-theme-1 .mh-menu__bundle-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.mh-theme-1 .mh-menu__bundle-items li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--mh-font-ui);
  font-size: 0.88rem;
  color: var(--mh-ink);
}

.mh-theme-1 .mh-menu__bundle-qty {
  font-weight: 700;
  color: var(--mh-forest);
}

.mh-theme-1 .mh-menu__bundle-name {
  font-weight: 500;
}

.mh-theme-1 .mh-menu__story-tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: rgba(166, 27, 43, 0.08);
  border: 1px solid rgba(166, 27, 43, 0.25);
  border-radius: 999px;
  color: var(--mh-red);
  font-family: var(--mh-font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  cursor: pointer;
  margin-left: 0.5rem;
  transition: all 0.15s ease;
}

.mh-theme-1 .mh-menu__story-tag:hover {
  background: var(--mh-red);
  color: #ffffff;
}

.mh-theme-1 .mh-menu__bundle-footer {
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
}

.mh-theme-1 .mh-menu__add-btn--bundle {
  padding: 0.65rem 1.5rem;
  font-size: 0.85rem;
  border-radius: 8px;
}

@@media (max-width: 768px) {
  .mh-theme-1 .mh-menu__items {
    grid-template-columns: 1fr;
  }
  .mh-theme-1 .mh-menu__item,
  .mh-theme-1 .mh-menu__item--special {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 1rem;
  }
  .mh-theme-1 .mh-menu__item-image-btn,
  .mh-theme-1 .mh-menu__item-image,
  .mh-theme-1 .mh-menu__item--special .mh-menu__item-image-btn,
  .mh-theme-1 .mh-menu__item--special .mh-menu__item-image {
    width: 110px;
    height: 90px;
  }
  .mh-theme-1 .mh-menu__specials,
  .mh-theme-1 .mh-menu__bundles {
    padding: 1.25rem;
  }
}

.mh-theme-1 .mh-hospitality { background: var(--mh-forest); color: #ffffff; }

.mh-theme-1 .mh-hospitality__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
}

.mh-theme-1 .mh-hospitality__inner > div {
  display: flex;
  flex-direction: column;
  min-height: 148px;
  justify-content: center;
  padding: 1.75rem 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.mh-theme-1 .mh-hospitality__inner > div:last-child { border-right: 1px solid rgba(255, 255, 255, 0.24); }

.mh-theme-1 .mh-hospitality__label {
  margin-bottom: 0.45rem;
  color: #f1bd58;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mh-theme-1 .mh-hospitality strong {
  font-family: var(--mh-font-display);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
}

.mh-theme-1 .mh-hospitality span:not(.mh-hospitality__label),
.mh-theme-1 .mh-hospitality a {
  margin-top: 0.35rem;
  color: #dce6e1;
  font-size: 0.75rem;
  line-height: 1.4;
}

.mh-theme-1 .mh-hospitality a { color: #f1bd58; font-weight: 800; text-decoration: none; }

.mh-theme-1 .mh-contact--traditional { padding: 4.5rem 0; background: #ffffff; }

.mh-theme-1 .mh-contact h2 {
  margin: 0;
  color: var(--mh-ink);
  font-size: 2.65rem;
  font-weight: 600;
}

.mh-theme-1 .mh-contact__grid { grid-template-columns: 1fr 1fr; gap: 6rem; margin-top: 2rem; }
.mh-theme-1 .mh-contact__list,
.mh-theme-1 .mh-contact__hours-list { gap: 0; }

.mh-theme-1 .mh-contact__list li,
.mh-theme-1 .mh-contact__hours-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--mh-line);
  font-size: 0.82rem;
}

.mh-theme-1 .mh-contact__list li strong,
.mh-theme-1 .mh-contact__hours h3 {
  color: var(--mh-gold);
  font-family: var(--mh-font-ui);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.mh-theme-1 .mh-contact__hours h3 { margin: 0 0 0.45rem; }
.mh-theme-1 .mh-contact__list a { color: var(--mh-forest); }

.mh-theme-1 .mh-footer--traditional {
  padding: 2.25rem 0;
  background: #f6f7f6;
  border-top: 1px solid var(--mh-line);
  color: var(--mh-muted);
  text-align: left;
}

.mh-theme-1 .mh-footer--traditional .mh-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.mh-theme-1 .mh-footer--traditional div > div { display: flex; flex-direction: column; }
.mh-theme-1 .mh-footer strong { color: var(--mh-forest-deep); font-size: 1.9rem; font-weight: 600; }
.mh-theme-1 .mh-footer span,
.mh-theme-1 .mh-footer p { margin: 0.15rem 0 0; font-size: 0.72rem; }

@media (max-width: 900px) {
  .mh-theme-1 .mh-header__nav { display: none; }
  .mh-theme-1 .mh-header__order { margin-left: auto; }
  .mh-theme-1 .mh-hero__media { object-position: 58% center; }
  .mh-theme-1 .mh-hero--traditional .mh-hero__content { padding-right: 42%; }
  .mh-theme-1 .mh-about--traditional .mh-about__inner { grid-template-columns: 1fr; }
  .mh-theme-1 .mh-about__copy { padding: 0 0 2.25rem; }
  .mh-theme-1 .mh-menu__items { grid-template-columns: 1fr; }
  .mh-theme-1 .mh-menu__item:nth-child(odd),
  .mh-theme-1 .mh-menu__item:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
  .mh-theme-1 .mh-hospitality__inner { grid-template-columns: 1fr; }
  .mh-theme-1 .mh-hospitality__inner > div,
  .mh-theme-1 .mh-hospitality__inner > div:last-child {
    min-height: auto;
    padding: 1.5rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .mh-demo-disclosure { align-items: flex-start; flex-direction: column; padding: 0.55rem 1rem; }
  .mh-demo-disclosure__message { align-items: flex-start; flex-direction: column; gap: 0.15rem; }
  .mh-demo-disclosure__actions { width: 100%; justify-content: space-between; }
  .mh-theme-1 .mh-header--traditional,
  .mh-theme-1 .mh-header--traditional .mh-header__inner { min-height: 64px; }
  .mh-theme-1 .mh-header--traditional .mh-header__brand { max-width: 175px; font-size: 1.65rem; }
  .mh-theme-1 .mh-header__order { min-width: 108px; min-height: 38px; padding: 0.5rem 0.75rem; font-size: 0.75rem; }
  .mh-theme-1 .mh-hero--traditional { align-items: flex-start; min-height: 620px; background: #f7f8f7; }
  .mh-theme-1 .mh-hero__media { top: auto; height: 56%; object-position: 62% center; }
  .mh-theme-1 .mh-hero--traditional .mh-hero__content { padding: 3.25rem 1.25rem 0; }
  .mh-theme-1 .mh-hero--traditional .mh-hero__content > * { max-width: 100%; }
  .mh-theme-1 .mh-hero__title { font-size: clamp(3.2rem, 15vw, 4.4rem); }
  .mh-theme-1 .mh-hero__subtitle { max-width: 20rem; font-size: 1.1rem; }
  .mh-theme-1 .mh-about--traditional .mh-about__inner,
  .mh-theme-1 .mh-menu__inner,
  .mh-theme-1 .mh-contact__inner,
  .mh-theme-1 .mh-footer__inner,
  .mh-theme-1 .mh-hospitality__inner { padding-left: 1.25rem; padding-right: 1.25rem; }
  .mh-theme-1 .mh-about--traditional .mh-about__inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .mh-theme-1 .mh-about__image { min-height: 260px; }
  .mh-theme-1 .mh-menu--traditional { padding-top: 3.75rem; }
  .mh-theme-1 .mh-menu__category-nav {
    top: 64px;
    gap: 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mh-theme-1 .mh-menu__item { grid-template-columns: 112px minmax(0, 1fr); min-height: 142px; gap: 0.85rem; }
  .mh-theme-1 .mh-menu__item-image-btn,
  .mh-theme-1 .mh-menu__item-image { width: 112px; height: 96px; }
  .mh-theme-1 .mh-menu__item h4 { font-size: 1.15rem; }
  .mh-theme-1 .mh-menu__item-header { gap: 0.5rem; }
  .mh-theme-1 .mh-menu__item p { font-size: 0.76rem; }
  .mh-theme-1 .mh-contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .mh-theme-1 .mh-contact__list li,
  .mh-theme-1 .mh-contact__hours-list li { grid-template-columns: 95px 1fr; }
  .mh-theme-1 .mh-footer--traditional .mh-footer__inner { align-items: flex-start; flex-direction: column; }
}

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