.menu-page {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 80px;
}

.eyebrow {
  margin: 0;
  color: #0f8b8d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: #6b756f;
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a:hover { color: #0f8b8d; }

.menu-hero,
.menu-index-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 6vw, 62px);
  border-radius: 22px;
  background: linear-gradient(135deg, #122b2c 0%, #0f5f62 58%, #149c9f 100%);
  color: #fff;
  box-shadow: 0 24px 55px rgba(15, 74, 76, .18);
}

.menu-hero::after,
.menu-index-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(255, 214, 114, .16);
}

.menu-hero .eyebrow,
.menu-index-hero .eyebrow { color: #ffe29c; }

.menu-hero h1,
.menu-index-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 12px 0 16px;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.menu-hero > p:not(.eyebrow),
.menu-index-hero > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #e1f3f3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  word-break: keep-all;
}

.menu-summary {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.menu-summary span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: 12px;
  font-weight: 800;
}

.lunchq-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 10px;
  background: #ffe29c;
  color: #1b3334;
  font-size: 14px;
  font-weight: 900;
}

.restaurant-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.restaurant-menu-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid #d9e2dc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(34, 52, 43, .07);
}

.restaurant-menu-card > header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.restaurant-menu-card h2 {
  margin: 5px 0 0;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.price {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf8f6;
  color: #087477;
  font-size: 12px;
  font-weight: 900;
}

.restaurant-menu-card dl {
  display: grid;
  gap: 7px;
  margin: 18px 0 0;
  padding: 14px;
  border-radius: 11px;
  background: #f5f7f4;
}

.restaurant-menu-card dl div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.restaurant-menu-card dt { color: #718078; font-weight: 800; }
.restaurant-menu-card dd { min-width: 0; margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.restaurant-menu-card dd a { color: #087477; text-decoration: underline; }

.menu-images {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.menu-source { margin: 0; }
.menu-source img { width: 100%; display: block; border-radius: 12px; background: #eef1ed; object-fit: contain; }
.menu-source figcaption { margin-top: 7px; color: #66746c; font-size: 12px; font-weight: 700; line-height: 1.45; }

.menu-slots { display: grid; gap: 12px; margin-top: 18px; }
.menu-slot { padding: 16px; border: 1px solid #e0e5e0; border-radius: 12px; background: #fbfcfa; }
.menu-slot h3 { margin: 0 0 10px; color: #0a7779; font-size: 14px; line-height: 1.35; }
.menu-slot ul { columns: 2; column-gap: 22px; margin: 0; padding-left: 18px; }
.menu-slot li { break-inside: avoid; margin-bottom: 5px; color: #313b35; font-size: 13px; font-weight: 700; line-height: 1.45; }

.menu-notice {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 4px solid #0f8b8d;
  border-radius: 0 12px 12px 0;
  background: #edf6f3;
}

.menu-notice strong { color: #0b6668; }
.menu-notice p { margin: 7px 0 0; color: #4b5b52; font-size: 13px; font-weight: 700; line-height: 1.65; }

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

.region-content-card,
.region-content-empty {
  min-height: 180px;
  padding: 24px;
  border: 1px solid #d9e2dc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(34, 52, 43, .06);
}

.region-content-card { transition: transform .18s ease, box-shadow .18s ease; }
.region-content-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(34, 52, 43, .1); }
.region-content-card h2 { margin: 10px 0 8px; font-size: 22px; line-height: 1.25; }
.region-content-card p { margin: 0; color: #4f5d55; font-size: 13px; font-weight: 700; line-height: 1.55; }
.region-content-card time { display: block; margin-top: 20px; color: #758078; font-size: 11px; font-weight: 700; }
.region-content-empty { grid-column: 1 / -1; min-height: 150px; display: grid; place-content: center; text-align: center; }
.region-content-empty p { margin: 8px 0 0; color: #6c766f; }

@media (max-width: 900px) {
  .restaurant-menu-grid { grid-template-columns: 1fr; }
  .region-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .menu-page { width: min(100% - 24px, 1120px); padding-top: 20px; }
  .menu-hero, .menu-index-hero { padding: 28px 22px; border-radius: 16px; }
  .restaurant-menu-card { padding: 18px; }
  .restaurant-menu-card > header { display: grid; }
  .price { justify-self: start; }
  .menu-slot ul { columns: 1; }
  .region-content-grid { grid-template-columns: 1fr; }
}
