:root {
  --ink: #17211b;
  --muted: #637068;
  --paper: #fffdf7;
  --surface: #f2eee3;
  --accent: #e8572a;
  --accent-ink: #fff;
  --line: rgba(23, 33, 27, 0.14);
  --display: Georgia, "Times New Roman", serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 1.25rem;
  --shadow: 0 1.4rem 4rem rgba(28, 35, 27, 0.12);
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.18em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.04; letter-spacing: -0.025em; }
h1 { font-size: clamp(3rem, 8vw, 7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }

.shell { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.eyebrow { margin-bottom: 0.65rem; color: var(--accent); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.lede { max-width: 42rem; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.4rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: 0.75rem 1.2rem; border-radius: 999px; color: var(--accent-ink); background: var(--accent); font-weight: 750; text-decoration: none; }
.button:hover { filter: brightness(0.92); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.button--light { color: var(--ink); background: var(--paper); }
.brand { display: inline-flex; align-items: baseline; font-size: 1.65rem; font-weight: 850; letter-spacing: -0.08em; text-decoration: none; }
.brand b { color: var(--accent); font-family: var(--display); font-size: 1.2em; font-style: italic; }
.site-header, .menu-header__bar { display: flex; align-items: center; justify-content: space-between; min-height: 5rem; gap: 1rem; }
.language-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.25rem; font-size: 0.76rem; }
.language-nav a { padding: 0.4rem 0.55rem; border-radius: 999px; color: var(--muted); text-decoration: none; }
.language-nav a[aria-current="page"] { color: var(--paper); background: var(--ink); }

.landing-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(15rem, 0.55fr); align-items: center; min-height: min(770px, calc(100vh - 5rem)); padding-block: 4rem 6rem; gap: clamp(2rem, 9vw, 8rem); }
.landing-hero h1 { max-width: 12ch; margin-bottom: 1.4rem; }
.landing-hero .button { margin-top: 1rem; }
.phone { position: relative; width: min(100%, 20rem); justify-self: center; padding: 0.65rem 0.65rem 1.5rem; overflow: hidden; border: 0.55rem solid var(--ink); border-radius: 2.5rem; background: var(--paper); box-shadow: var(--shadow); transform: rotate(3deg); }
.phone__top { width: 42%; height: 0.8rem; margin: -0.2rem auto 0.7rem; border-radius: 0 0 1rem 1rem; background: var(--ink); }
.phone img { width: 100%; aspect-ratio: 4 / 3; border-radius: 1.25rem; object-fit: cover; }
.phone p { margin: 1rem 0 0.2rem; font-family: var(--display); font-size: 1.55rem; font-weight: 700; }
.phone span { color: var(--muted); font-size: 0.88rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.value-grid article { padding: 3rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--line); }
.value-grid article:last-child { border-right: 0; }
.value-grid h2 { font-size: 2rem; }
.value-grid p { color: var(--muted); }
.number { display: block; margin-bottom: 2rem; color: var(--accent); font-weight: 850; }
.sample-menus { padding-block: 7rem; }
.section-heading { margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: 0; }
.menu-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.menu-preview { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: color-mix(in srgb, var(--surface) 55%, var(--paper)); }
.menu-preview img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; }
.menu-preview > div { padding: 1.5rem; }
.menu-preview h3 { margin-bottom: 0.7rem; }
.menu-preview p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--accent); font-weight: 800; }
.landing-cta { padding-block: 6rem; color: var(--paper); background: var(--ink); text-align: center; }
.landing-cta h2 { max-width: 18ch; margin-inline: auto; }
.site-footer, .menu-footer { display: flex; align-items: center; justify-content: space-between; min-height: 7rem; gap: 1rem; color: var(--muted); }
.site-footer p, .menu-footer p { margin: 0; }

.menu-header { background: var(--paper); }
.menu-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr); align-items: stretch; min-height: 34rem; }
.menu-hero > img { width: 100%; height: 100%; min-height: 30rem; object-fit: cover; }
.menu-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 7vw, 7rem); background: var(--surface); }
.menu-hero__copy h1 { margin-bottom: 1.3rem; font-size: clamp(3rem, 6vw, 6rem); }
.menu-hero__copy > p:last-child { max-width: 34rem; color: var(--muted); font-size: 1.2rem; }
.section-nav { position: sticky; z-index: 5; top: 0; border-block: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(14px); }
.section-nav .shell { display: flex; gap: 0.4rem; padding-block: 0.7rem; overflow-x: auto; }
.section-nav a { flex: 0 0 auto; padding: 0.5rem 0.9rem; border-radius: 999px; background: var(--surface); font-size: 0.86rem; font-weight: 750; text-decoration: none; }
.menu-main { padding-block: 5rem; }
.menu-section { margin-bottom: 6rem; scroll-margin-top: 5rem; }
.dish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.dish { display: grid; grid-template-columns: 10rem minmax(0, 1fr); min-height: 12rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: color-mix(in srgb, var(--surface) 42%, var(--paper)); }
.dish__image { width: 100%; height: 100%; object-fit: cover; }
.dish__image-link { display: block; min-height: 100%; overflow: hidden; }
.dish__image-link .dish__image { transition: transform 180ms ease; }
.dish:hover .dish__image-link .dish__image { transform: scale(1.025); }
.dish__body { padding: 1.2rem; }
.dish__body > p { color: var(--muted); font-size: 0.9rem; }
.dish__heading { display: flex; align-items: start; justify-content: space-between; gap: 0.7rem; }
.dish__heading h3 { margin-bottom: 0.55rem; }
.dish__heading h3 a { text-decoration: none; }
.dish__heading h3 a:hover { color: var(--accent); }
.price { flex: 0 0 auto; color: var(--accent); font-weight: 850; }
.dish__meta { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.tag, .sold-out { padding: 0.25rem 0.5rem; border-radius: 999px; background: var(--surface); font-size: 0.72rem; font-weight: 750; }
.sold-out { color: #fff; background: #a7372a; }
.is-unavailable .dish__image { filter: grayscale(0.8); opacity: 0.58; }
.schedule, .allergens { margin: 0.6rem 0 0 !important; font-size: 0.76rem !important; }
.venue-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: var(--radius); background: var(--surface); }
.venue-card h2 { font-size: 2.2rem; }
.venue-card p { margin-bottom: 0.25rem; color: var(--muted); }
.menu-footer { border-top: 1px solid var(--line); }

.dish-detail { padding-block: 2rem 6rem; }
.back-link { display: inline-flex; gap: 0.45rem; margin-bottom: 2rem; color: var(--muted); font-weight: 750; text-decoration: none; }
.back-link:hover { color: var(--accent); }
.dish-detail__layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.dish-detail__media { min-height: 38rem; }
.dish-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.dish-detail__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 5rem); }
.dish-detail__body h1 { margin-bottom: 1.2rem; font-size: clamp(3rem, 6vw, 6rem); }
.dish-detail__description { color: var(--muted); font-size: 1.15rem; }
.dish-detail__price { margin: 1rem 0; color: var(--accent); font-family: var(--display); font-size: 2rem; font-weight: 800; }
.dish-detail__allergens { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.86rem; }
.dish-detail__allergens p { margin-bottom: 0.35rem; }
.dish-detail__menu { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.dish-detail__menu p { color: var(--muted); }

.error-page { min-height: 100vh; display: grid; place-items: center; background: var(--surface); }
.error-card { width: min(42rem, calc(100% - 2rem)); padding: 4rem; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); text-align: center; }
.error-card h1 { font-size: clamp(2.7rem, 8vw, 5rem); }

@media (max-width: 800px) {
  .landing-hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .phone { width: 17rem; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .menu-preview-grid, .dish-grid { grid-template-columns: 1fr; }
  .menu-hero { grid-template-columns: 1fr; }
  .menu-hero > img { min-height: 18rem; max-height: 24rem; }
  .menu-hero__copy { padding: 2.5rem 1rem 3rem; }
  .dish-detail__layout { grid-template-columns: 1fr; }
  .dish-detail__media { min-height: 22rem; max-height: 32rem; }
}

@media (max-width: 520px) {
  .site-header, .menu-header__bar { align-items: flex-start; padding-block: 1rem; }
  .language-nav { max-width: 16rem; }
  .landing-hero { padding-bottom: 4rem; }
  .dish { grid-template-columns: 7rem minmax(0, 1fr); }
  .dish__heading { display: block; }
  .price { display: block; margin-bottom: 0.5rem; }
  .venue-card, .menu-footer { align-items: flex-start; flex-direction: column; }
  .menu-footer { padding-block: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
