:root {
  --blue: oklch(0.55 0.15 240);
  --blue-deep: oklch(0.34 0.1 245);
  --blue-dark: oklch(0.25 0.065 245);
  --sky: oklch(0.96 0.025 235);
  --sun: oklch(0.84 0.17 88);
  --sun-hover: oklch(0.78 0.18 82);
  --ink: oklch(0.25 0.045 245);
  --muted: oklch(0.43 0.035 245);
  --surface: oklch(0.995 0 0);
  --border: oklch(0.88 0.018 240);
  --display: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shadow: 0 1rem 3rem rgb(2 44 72 / 10%);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 9.5rem; }
body { margin: 0; background: var(--surface); color: var(--ink); font: 1rem/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: .2rem solid var(--sun); outline-offset: .2rem; }
.menu-shell { width: min(72rem, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 50; top: .75rem; left: .75rem; padding: .7rem 1rem; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.menu-header { position: relative; z-index: 20; border-bottom: 1px solid var(--border); background: color-mix(in oklch, white 94%, var(--sky)); }
.header-inner { display: flex; min-height: 5.5rem; align-items: center; justify-content: space-between; gap: 2rem; }
.menu-brand { width: 12.5rem; flex: 0 0 auto; }
.header-actions { display: flex; align-items: center; gap: 1.25rem; font-size: .9rem; font-weight: 650; }
.language { color: var(--blue-deep); }
.back-link { text-decoration: none; }
.menu-intro { padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3rem, 6vw, 5rem); background: var(--sky); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem); align-items: end; gap: 4rem; }
.place { margin: 0 0 1rem; color: var(--blue-deep); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; line-height: 1.04; text-wrap: balance; }
h1 { margin-bottom: 0; font-size: clamp(3.5rem, 8vw, 6rem); letter-spacing: -.035em; }
.intro-copy { max-width: 34rem; margin-bottom: .5rem; color: var(--blue-deep); font: clamp(1.15rem, 2vw, 1.45rem)/1.45 var(--display); }
.category-nav { position: sticky; z-index: 15; top: 0; border-block: 1px solid var(--border); background: rgb(255 255 255 / 96%); box-shadow: 0 .5rem 1.5rem rgb(5 55 85 / 5%); }
.category-scroll { display: flex; gap: .4rem; overflow-x: auto; padding-block: .65rem; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-scroll a { min-height: 2.75rem; display: inline-flex; flex: 0 0 auto; align-items: center; padding: .55rem 1rem; border-radius: 2rem; color: var(--muted); font-size: .9rem; font-weight: 700; text-decoration: none; transition: background-color 180ms var(--ease), color 180ms var(--ease); }
.category-scroll a:hover, .category-scroll a[aria-current="true"] { background: var(--blue-deep); color: white; }
.menu-sections { padding-block: clamp(3rem, 7vw, 6rem); }
.menu-category + .menu-category { margin-top: clamp(4.5rem, 9vw, 8rem); }
.menu-category--daily { margin-inline: -1.5rem; padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: 1rem; background: var(--sky); box-shadow: var(--shadow); }
.menu-category--daily + .menu-category { margin-top: clamp(4.5rem, 9vw, 8rem); }
.menu-category--daily .category-heading { border-color: var(--sun-hover); }
.category-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--blue-deep); }
.category-heading h2 { margin-bottom: .8rem; font-size: clamp(2.2rem, 5vw, 3.8rem); letter-spacing: -.025em; }
.category-heading span { color: var(--muted); font-variant-numeric: tabular-nums; }
.item-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3.5rem; }
.menu-item { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 1.15rem; min-height: 9rem; padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.item-image { width: 6.5rem; height: 6.5rem; border-radius: .75rem; object-fit: cover; background: var(--sky); }
.item-body { min-width: 0; }
.item-title-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: start; }
.item-title-row h3 { margin-bottom: .45rem; font-size: 1.05rem; line-height: 1.25; text-wrap: pretty; }
.item-title-row strong { color: var(--blue-deep); font-size: 1rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.item-body p { margin-bottom: .35rem; color: var(--muted); font-size: .9rem; line-height: 1.45; text-wrap: pretty; }
.item-body .allergens { color: var(--blue-deep); font-size: .78rem; }
.menu-item.is-featured .item-title-row h3::after { display: inline-block; margin-left: .5rem; color: var(--sun-hover); content: "★"; font-size: .8rem; }
.menu-note, .empty-state { max-width: 48rem; margin: 3rem 0 0; padding: 1.25rem; border: 1px solid var(--border); border-radius: .75rem; background: var(--sky); color: var(--blue-deep); }
.menu-cta { background: var(--blue-deep); color: white; }
.cta-inner { display: flex; min-height: 18rem; align-items: center; justify-content: space-between; gap: 3rem; padding-block: 3rem; }
.cta-inner h2 { max-width: 13ch; margin-bottom: .5rem; font-size: clamp(2.2rem, 5vw, 4rem); }
.cta-inner p { margin-bottom: 0; color: color-mix(in oklch, white 78%, var(--blue)); }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid transparent; font-weight: 750; text-decoration: none; transition: transform 180ms var(--ease), background-color 180ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sun); color: var(--blue-dark); }
.button-primary:hover { background: var(--sun-hover); }
.button-secondary { border-color: rgb(255 255 255 / 55%); color: white; }
footer { background: var(--blue-dark); color: rgb(255 255 255 / 75%); }
.footer-inner { min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .85rem; }

@media (max-width: 58rem) {
  .intro-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .item-list { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 38rem) {
  .menu-shell { width: min(100% - 2rem, 72rem); }
  .menu-header { position: relative; }
  .header-inner { min-height: 4.75rem; }
  .menu-brand { width: 9.5rem; }
  .back-link { display: none; }
  .menu-intro { padding-top: 3rem; }
  h1 { font-size: 3.5rem; }
  .category-nav { top: 0; }
  .menu-category--daily { margin-inline: 0; padding: 1.25rem; }
  .menu-item { grid-template-columns: 5.25rem minmax(0, 1fr); min-height: 7.75rem; gap: .85rem; }
  .item-image { width: 5.25rem; height: 5.25rem; border-radius: .6rem; }
  .item-title-row { gap: .65rem; }
  .item-title-row h3, .item-title-row strong { font-size: .95rem; }
  .cta-actions, .button { width: 100%; }
  .footer-inner { min-height: 7rem; align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
