/* The four overview cards only; preserve the surrounding page. */
#enjoy { padding-inline: clamp(1.25rem, 3.5vw, 4rem); --serif: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "Noto Serif CJK JP", Georgia, serif; font-family: var(--serif); }
.enjoy-summaries { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
#enjoy .enjoy-summary {
  display: grid; grid-row: span 8; grid-template-rows: subgrid; row-gap: .85rem;
  min-width: 0; min-height: 0; padding: 1.15rem .9rem 1rem;
  color: var(--ink); background: #f5edd8; border: 1px solid var(--gold);
  outline: 1px solid #d7bd7f; outline-offset: -8px;
  text-align: center; scroll-margin-top: 2rem;
}
.enjoy-summary p { margin: 0; }
.enjoy-summary__art { height: clamp(100px, 12vw, 180px); display: flex; align-items: flex-end; border-bottom: 1px solid #c49d46; padding-bottom: .9rem; }
.enjoy-summary__art img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.enjoy-summary__number { color: #8a651c; font-size: 1.5rem; line-height: 1.2; }
.enjoy-summary h3 { margin: 0; align-self: center; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 700; line-height: 1.45; }
.enjoy-summary__copy { font-size: .9rem; font-weight: 700; line-height: 1.7; }
.enjoy-summary__body { text-align: left; font-size: 1rem; line-height: 1.85; padding-block: .25rem .6rem; overflow-wrap: anywhere; }
.enjoy-summary__offer { padding-top: .5rem; }
.enjoy-summary__offer p { font-size: .875rem; line-height: 1.6; margin-bottom: .4rem; }
.enjoy-summary__offer strong { display: block; font-size: clamp(1.6rem, 3.1vw, 2.8rem); line-height: 1.3; font-weight: 700; }
.enjoy-summary__offer strong span { font-size: .75em; }
.enjoy-summary__note { font-size: .875rem; line-height: 1.7; align-self: center; }
.enjoy-summary__button { display: flex; align-items: center; justify-content: center; gap: .45rem; min-height: 48px; padding: .55rem .25rem; border: 1px solid var(--gold); background: var(--ink); color: var(--paper-bright); font-size: .875rem; line-height: 1.6; text-decoration: none; }
.enjoy-summary__button:hover { background: var(--ink-soft); }
.enjoy-summary__button:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
@media (max-width: 800px) {
  .enjoy-summaries { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; max-width: 32rem; margin-inline: auto; }
  #enjoy .enjoy-summary { grid-row: auto; grid-template-rows: none; padding: 1.25rem; }
  .enjoy-summary__art { height: auto; aspect-ratio: 2 / 1; }
  .enjoy-summary h3 { font-size: 1.8rem; }
  .enjoy-summary__offer strong { font-size: 2.8rem; }
}

/* Highlight serving information in the food and drink cards. */
#restaurant .enjoy-summary__note,
#bento .enjoy-summary__note,
#drink .enjoy-summary__note {
  padding: .65rem .4rem;
  border: 1px solid #a47b2b;
  background: #ead49d;
  color: #171f51;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

#restaurant .enjoy-summary__offer p,
#bento .enjoy-summary__offer p,
#drink .enjoy-summary__offer p {
  font-size: 1.0625rem;
  line-height: 1.6;
}

#moon-event .enjoy-summary__activity {
  align-self: center;
  font-size: 1rem;
  line-height: 1.7;
}
#moon-event .enjoy-summary__activity strong {
  font-size: 1.0625rem;
  font-weight: 700;
}
#moon-event .enjoy-summary__activity strong span {
  display: inline-block;
}
