:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #24180f;
  background: #fffaf5;
  line-height: 1.6;
}

* { box-sizing: border-box; }
body { margin: 0; background: #fffaf5; }
a { color: #8a3f10; }
header, main, footer { width: min(100% - 2rem, 64rem); margin-inline: auto; }
header { padding-block: 1.25rem; border-bottom: 1px solid #eadfd5; }
header a { color: #5d2b0b; font-size: 1.5rem; font-weight: 800; text-decoration: none; }
main { padding-block: 1.5rem 4rem; }
nav { margin-bottom: 1.5rem; color: #6f6258; font-size: .875rem; overflow-wrap: anywhere; }
article { max-width: 52rem; margin-inline: auto; }
.cover { width: 100%; height: auto; aspect-ratio: 1200 / 630; object-fit: cover; border-radius: 1rem; border: 1px solid #eadfd5; }
.eyebrow { margin: 1.5rem 0 .25rem; color: #9a4b18; font-weight: 700; }
h1 { margin: 0; font-size: clamp(2rem, 7vw, 3.5rem); line-height: 1.1; }
.intro { max-width: 42rem; color: #62574f; font-size: 1.125rem; }
.cta { display: inline-block; margin-block: .75rem 2.5rem; padding: .8rem 1.1rem; border-radius: .6rem; background: #8a3f10; color: white; font-weight: 700; text-decoration: none; }
.menu { display: grid; gap: 2rem; }
.menu-group h2 { padding-bottom: .6rem; border-bottom: 2px solid #c77942; }
ul { margin: 0; padding: 0; list-style: none; }
.menu-group li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: start; gap: 1rem; padding-block: 1rem; border-bottom: 1px solid #eadfd5; }
li h3, li p { margin: 0; }
li p { color: #6f6258; }
li strong { white-space: nowrap; }
.item-image { width: 5rem; height: 5rem; border-radius: .7rem; object-fit: cover; background: #f2f0eb; }
.availability { display: inline-block; margin-top: .45rem; color: #8a3e15; font-size: .84rem; font-weight: 650; }
.restaurant-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 1rem; }
.restaurant-list li { padding: 0; border: 0; }
.restaurant-list a { display: block; min-height: 8rem; padding: 1.2rem; border: 1px solid #eadfd5; border-radius: 1rem; color: inherit; text-decoration: none; background: #fff; }
.restaurant-list a:hover { border-color: #8a3f10; transform: translateY(-1px); }
.restaurant-list h2 { margin: 0 0 .5rem; font-size: 1.15rem; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: 2rem; }
.pagination a { font-weight: 700; }
.empty { padding: 1rem; border: 1px solid #eadfd5; border-radius: .6rem; }
footer { padding-block: 1.5rem 3rem; border-top: 1px solid #eadfd5; }

@media (max-width: 35rem) {
  .menu-group li { grid-template-columns: auto minmax(0, 1fr); }
  .menu-group li strong { grid-column: 2; }
}
