/* ============================================================
   Historic Rivermill — menu.css
   Styles for the Senior & Disability Group Menu page.
   Layers on home.css + celebrate.css (sub-hero) + the design
   system (colors_and_type.css + assets/site.css).
   ============================================================ */

/* ---- Sub-hero sizing for this page: clear the fixed header ---- */
.hr-subhero { min-height: 64vh; }
.hr-subhero__inner { padding-top: 140px; }

/* ---- Kitchen-hours info strip under the intro ---- */
.hr-kitchen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 26px auto 0;
  max-width: 880px;
}
.hr-kitchen__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  box-shadow: var(--hr-shadow-card);
}
.hr-kitchen__item svg { width: 22px; height: 22px; fill: var(--accent); flex-shrink: 0; }
.hr-kitchen__lbl {
  font-family: var(--rm-font-ui);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rm-text-light);
  display: block;
  margin-bottom: 3px;
}
.hr-kitchen__val {
  font-family: var(--rm-font-heading);
  font-size: 20px;
  color: var(--rm-head);
  line-height: 1;
}
.hr-kitchen__note {
  font-family: var(--rm-font-ui);
  font-size: 14px;
  color: var(--rm-text-light);
  text-align: center;
  margin: 16px auto 0;
  max-width: 60ch;
  line-height: 1.6;
}

/* ============================================================
   MENU LAYOUT — section cards with leader-line rows
   ============================================================ */
.hr-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
  margin-top: 4px;
}

.hr-menu__card {
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 16px;
  box-shadow: var(--hr-shadow-card);
  overflow: hidden;
}
.hr-menu__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--rm-media-bg);
}
.hr-menu__media img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hr-menu__tag {
  position: absolute;
  left: 18px; bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.94);
  border-radius: 100px;
  box-shadow: 0 2px 10px rgba(46,34,24,0.16);
  font-family: var(--rm-font-ui);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.hr-menu__tag svg { width: 15px; height: 15px; fill: var(--accent); }

.hr-menu__inner { padding: clamp(28px, 3vw, 42px); }
.hr-menu__title {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.1;
  color: var(--rm-head);
  margin: 0 0 4px;
}
.hr-menu__sub {
  font-family: var(--rm-font-body);
  font-style: italic;
  font-size: 16px;
  color: var(--rm-text-light);
  margin: 0 0 26px;
}

/* Individual menu item: name + price on a dotted leader, desc below */
.hr-item { padding: 18px 0; border-top: 1px solid var(--rm-border-soft); }
.hr-item:first-of-type { border-top: 0; padding-top: 0; }
.hr-item:last-of-type { padding-bottom: 0; }
.hr-item__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.hr-item__name {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  color: var(--rm-head);
  white-space: normal;
}
.hr-item__dots {
  flex: 1;
  border-bottom: 2px dotted var(--rm-border);
  transform: translateY(-4px);
  min-width: 18px;
}
.hr-item__price {
  font-family: var(--rm-font-heading);
  font-weight: 600;
  font-size: 21px;
  color: var(--accent);
  white-space: nowrap;
}
.hr-item__desc {
  font-family: var(--rm-font-body);
  font-size: 16px;
  line-height: 1.62;
  color: #3E463E;
  margin: 9px 0 0;
  max-width: 46ch;
}

/* ============================================================
   GOOD TO KNOW — group ordering notes
   ============================================================ */
.hr-gtk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.hr-gtk__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 28px 30px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 14px;
  box-shadow: var(--hr-shadow-card);
}
.hr-gtk__icon {
  width: 46px; height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--accent-tint);
}
.hr-gtk__icon svg { width: 24px; height: 24px; fill: var(--accent); }
.hr-gtk__item h3 {
  font-family: var(--rm-font-heading);
  font-weight: 500;
  font-size: 21px;
  color: var(--rm-head);
  margin: 4px 0 0;
}
.hr-gtk__item p {
  font-family: var(--rm-font-body);
  font-size: 16px;
  line-height: 1.62;
  color: #3E463E;
  margin: 0;
}

/* ============================================================
   CLOSING CTA — arrange a group visit
   ============================================================ */
.hr-mcta { background: var(--ink-band); color: #efe6db; }
.hr-mcta__inner { text-align: center; max-width: 720px; margin: 0 auto; }
.hr-mcta h2 {
  font-family: var(--rm-font-heading);
  font-weight: 400;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  color: #fff;
  margin: 14px 0 0;
}
.hr-mcta p {
  font-family: var(--rm-font-body);
  font-size: 19px;
  line-height: 1.7;
  color: #cdbfb0;
  margin: 18px auto 0;
  max-width: 56ch;
}
.hr-mcta__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
}
.hr-mcta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 38px;
  background: var(--accent);
  color: #fff;
  font-family: var(--rm-font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 9px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hr-mcta__btn:hover { background: var(--accent-hover); color: #fff; transform: translateY(-2px); }
.hr-mcta__btn svg { width: 17px; height: 17px; fill: currentColor; }
.hr-mcta__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.32);
  color: #efe6db;
}
.hr-mcta__btn--ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .hr-menu { grid-template-columns: 1fr; }
  .hr-gtk { grid-template-columns: 1fr; }
}

/* Fine print under the good-to-know boxes */
.hr-finenote {
  text-align: center;
  font-family: var(--rm-font-ui);
  font-size: 13px;
  line-height: 1.6;
  color: var(--rm-text-light);
  margin: 22px auto 0;
  max-width: 64ch;
}

/* Compact "order at your table" note */
.hr-ordernote {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 660px;
  margin: 44px auto 0;
  padding: 16px 22px;
  background: var(--rm-white);
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  box-shadow: var(--hr-shadow-card);
}
.hr-ordernote__icon {
  width: 38px; height: 38px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--accent-tint);
}
.hr-ordernote__icon svg { width: 20px; height: 20px; fill: var(--accent); }
.hr-ordernote p {
  margin: 0;
  font-family: var(--rm-font-body);
  font-size: 15px;
  line-height: 1.55;
  color: #3E463E;
}
.hr-ordernote strong { color: var(--rm-head); font-weight: 600; }
