:root {
  --cream: #f4eddd;
  --paper: #fffaf0;
  --ink: #172a24;
  --green: #123d31;
  --green-light: #275b47;
  --terracotta: #a5401c;
  --gold: #bb8b36;
  --gold-light: #e2c684;
  --line: rgba(79, 58, 29, 0.2);
  --shadow: 0 24px 60px rgba(39, 31, 20, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(205, 160, 74, 0.14), transparent 30rem),
    linear-gradient(180deg, #fbf6eb 0%, var(--cream) 100%);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.ambient {
  position: fixed;
  z-index: -1;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.12;
  pointer-events: none;
}

.ambient-one { top: 15rem; right: -10rem; background: var(--terracotta); }
.ambient-two { bottom: 2rem; left: -12rem; background: var(--green); }

.site-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
  color: var(--green);
  text-decoration: none;
}

.brand-number { font: 700 2.5rem/1 var(--serif); letter-spacing: -0.08em; }
.brand-city { font-size: 0.64rem; font-weight: 800; letter-spacing: 0.28em; text-transform: uppercase; }

.week-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(165,64,28,.1); }

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  direction: ltr;
}

.lang-switch button {
  min-width: 36px;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  color: var(--green);
  background: transparent;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang-switch button.active {
  color: var(--paper);
  background: var(--green);
}

.notegg-highlight {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  overflow: hidden;
  border: 1px solid rgba(226, 198, 132, .35);
  border-radius: 30px;
  color: var(--paper);
  background:
    radial-gradient(circle at 100% 0%, rgba(226,198,132,.2), transparent 19rem),
    linear-gradient(145deg, #123d31, #0b2b23);
  box-shadow: 0 28px 70px rgba(18, 61, 49, .22);
}
.notegg-highlight.without-image { grid-template-columns: 1fr; }
.notegg-highlight.without-image .notegg-copy { align-items: center; text-align: center; }
.notegg-highlight.without-image .notegg-description { max-width: 620px; }

.notegg-media { position: relative; min-height: 470px; overflow: hidden; }
.notegg-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 65%, rgba(11,43,35,.42)); pointer-events: none; }
.notegg-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 54% 50%; }
.notegg-image-badge { position: absolute; z-index: 1; left: 22px; bottom: 22px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: var(--green); background: rgba(255,250,240,.92); backdrop-filter: blur(10px); font-size: .68rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }

.notegg-copy { padding: clamp(34px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.notegg-copy .eyebrow { color: var(--gold-light); }
.notegg-copy h2 { max-width: 430px; margin: 0; font: 600 clamp(2.9rem, 5vw, 5rem)/.9 var(--serif); letter-spacing: -.055em; }
.notegg-description { max-width: 440px; margin: 22px 0; color: rgba(255,255,255,.77); font-size: clamp(1rem, 1.6vw, 1.17rem); line-height: 1.55; }
.notegg-offer { width: fit-content; margin-bottom: 26px; padding: 14px 18px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(226,198,132,.35); border-radius: 16px; background: rgba(255,255,255,.06); }
.notegg-offer strong { color: var(--gold-light); font: 600 2rem var(--serif); white-space: nowrap; }
.notegg-offer span { max-width: 150px; color: rgba(255,255,255,.7); font-size: .72rem; line-height: 1.4; }
.notegg-cta { width: fit-content; min-height: 48px; padding: 13px 18px; display: inline-flex; align-items: center; gap: 12px; border-radius: 999px; color: var(--green); background: var(--gold-light); font-size: .74rem; font-weight: 950; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.notegg-cta:hover, .notegg-cta:focus-visible { transform: translateY(-2px); background: white; outline: 3px solid rgba(226,198,132,.32); outline-offset: 3px; }

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: clamp(60px, 9vh, 120px) 0 80px;
  text-align: center;
}

.eyebrow, .mini-label {
  margin: 0 0 12px;
  color: var(--terracotta);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3, p { text-wrap: balance; }

.hero h1 {
  margin: 0;
  font: 500 clamp(3rem, 7vw, 6.8rem)/.94 var(--serif);
  letter-spacing: -.055em;
}

.hero h1 em { color: var(--green); font-weight: 500; }

.hero-copy {
  margin: 22px 0 24px;
  color: rgba(23, 42, 36, .66);
  font-size: clamp(.98rem, 2vw, 1.15rem);
}

.menu-cta {
  width: fit-content;
  margin: 0 auto 38px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--paper);
  background: var(--green);
  box-shadow: 0 12px 28px rgba(18, 61, 49, 0.18);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.menu-cta:hover,
.menu-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--green-light);
  box-shadow: 0 16px 34px rgba(18, 61, 49, 0.24);
  outline: 3px solid rgba(187, 139, 54, .35);
  outline-offset: 3px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: start;
}

.choice-card {
  position: relative;
  min-height: 245px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 250, 240, .78);
  box-shadow: 0 8px 30px rgba(55,40,23,.05);
  cursor: pointer;
  text-align: start;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease;
}

.choice-card::after {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -60px;
  inset-inline-end: -55px;
  content: "";
  border-radius: 50%;
  background: var(--gold-light);
  opacity: .2;
  transition: transform .4s ease;
}

.choice-card:hover, .choice-card:focus-visible {
  transform: translateY(-7px);
  color: white;
  background: var(--green);
  box-shadow: var(--shadow);
  outline: none;
}

.choice-card:hover::after, .choice-card:focus-visible::after { transform: scale(1.65); }
.choice-card:hover .choice-line, .choice-card:focus-visible .choice-line { color: rgba(255,255,255,.72); }
.choice-card:hover .choice-day, .choice-card:focus-visible .choice-day { border-color: rgba(255,255,255,.3); }

.choice-day {
  display: inline-block;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.choice-icon {
  position: absolute;
  top: 24px;
  inset-inline-end: 25px;
  z-index: 1;
  width: 58px;
  height: 58px;
  color: var(--terracotta);
}

.choice-icon svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.choice-card:hover .choice-icon, .choice-card:focus-visible .choice-icon { color: var(--gold-light); }

.choice-name { display: block; margin-top: 70px; font: 600 clamp(1.65rem, 3vw, 2.1rem)/1 var(--serif); letter-spacing: -.035em; }
.choice-line { display: block; margin-top: 10px; color: rgba(23,42,36,.62); font-size: .88rem; }
.choice-arrow { position: absolute; inset-inline-end: 24px; bottom: 20px; font-size: 1.55rem; }

.surprise-button {
  margin: 26px auto 0;
  padding: 12px 16px;
  border: 0;
  color: var(--green);
  background: transparent;
  font-weight: 750;
  cursor: pointer;
}

.dice { display: inline-grid; width: 28px; height: 28px; margin-right: 5px; place-items: center; border: 1px solid var(--gold); border-radius: 8px; color: var(--terracotta); transition: transform .35s ease; }
.surprise-button:hover .dice { transform: rotate(135deg); }

.menu-shell {
  width: min(940px, calc(100% - 32px));
  margin: 0 auto 90px;
}

.menu-switcher {
  position: sticky;
  z-index: 10;
  top: 14px;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 5px;
  display: flex;
  gap: 3px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(18,61,49,.91);
  box-shadow: 0 12px 30px rgba(18,61,49,.2);
  backdrop-filter: blur(14px);
}

.menu-switcher button {
  padding: 10px 19px;
  border: 0;
  border-radius: 999px;
  color: rgba(255,255,255,.7);
  background: transparent;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .05em;
  cursor: pointer;
}

.menu-switcher button.active { color: var(--green); background: var(--cream); }

.menu-panel {
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255,250,240,.9);
  box-shadow: var(--shadow);
  animation: reveal .45s both;
}

@keyframes reveal { from { opacity: 0; transform: translateY(16px); } }

.panel-heading { text-align: center; }
.panel-heading h2 { margin: 0; color: var(--green); font: 600 clamp(2.7rem, 8vw, 5.2rem)/.95 var(--serif); letter-spacing: -.055em; }
.panel-lead { margin: 14px 0 38px; color: rgba(23,42,36,.62); }

.price-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  overflow: hidden;
  color: white;
  background: var(--green);
}

.price-band > div { padding: 25px; }
.price-band > div + div { border-inline-start: 1px solid rgba(255,255,255,.18); }
.price-band span, .price-band small { display: block; }
.price-band span { color: var(--gold-light); font-size: .69rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-band strong { display: block; margin: 6px 0; font: 600 2rem var(--serif); }
.price-band small { color: rgba(255,255,255,.7); line-height: 1.4; }

.lunch-game { margin-top: 24px; padding: clamp(22px, 5vw, 36px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.56), rgba(235,224,199,.28)); }
.lunch-overview-heading > h3 { margin: 0; color: var(--green); font: 600 clamp(2rem, 5vw, 3rem)/1 var(--serif); letter-spacing: -.04em; }
.lunch-overview-copy { max-width: 680px; margin: 11px 0 24px; color: rgba(23,42,36,.62); line-height: 1.55; }
.lunch-dishes-list { display: grid; gap: 10px; }
.lunch-dish-row { padding: 18px 20px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; border: 1px solid rgba(18,61,49,.15); border-radius: 16px; background: rgba(255,250,240,.78); }
.lunch-dish-row.daily { border-color: rgba(165,64,28,.34); background: rgba(165,64,28,.07); }
.lunch-dish-content { min-width: 0; }
.lunch-dish-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.lunch-dish-badge { padding: 5px 8px; border-radius: 999px; color: var(--green); background: rgba(18,61,49,.09); font-size: .61rem; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.lunch-dish-row.daily .lunch-dish-badge { color: var(--terracotta); background: rgba(165,64,28,.11); }
.lunch-dish-type { color: rgba(23,42,36,.5); font-size: .69rem; font-weight: 800; }
.lunch-dish-content h4 { margin: 9px 0 0; color: var(--green); font: 600 1.35rem/1.16 var(--serif); overflow-wrap: anywhere; }
.lunch-dish-content p { margin: 5px 0 0; color: rgba(23,42,36,.65); font-size: .84rem; line-height: 1.4; }
.lunch-dish-content > small { display: block; margin-top: 8px; color: rgba(23,42,36,.5); font-size: .72rem; line-height: 1.35; }
.lunch-dish-price { align-self: center; color: var(--green); font: 600 1.55rem/1 var(--serif); white-space: nowrap; }
.lunch-dish-row.daily .lunch-dish-price { color: var(--terracotta); }
.lunch-menu-cta { margin-top: 22px; padding: 21px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 18px; color: white; background: var(--green); box-shadow: 0 14px 32px rgba(18,61,49,.16); }
.lunch-menu-cta .mini-label { color: var(--gold-light); }
.lunch-menu-cta h4 { margin: 5px 0 0; color: white; font: 600 1.65rem/1.08 var(--serif); }
.lunch-menu-cta-copy { max-width: 590px; margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.48; }
.lunch-menu-cta .lunch-start { flex: 0 0 auto; color: var(--green); background: var(--gold-light); }
.lunch-plan-picker > h3 { margin: 0; color: var(--green); font: 600 clamp(2rem, 5vw, 3rem)/1 var(--serif); letter-spacing: -.04em; }
.lunch-plan-copy { max-width: 610px; margin: 11px 0 24px; color: rgba(23,42,36,.62); line-height: 1.55; }
.lunch-plan-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
.lunch-plan-card { min-height: 230px; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(18,61,49,.18); border-radius: 18px; color: var(--ink); background: rgba(255,250,240,.82); cursor: pointer; text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.lunch-plan-card:hover, .lunch-plan-card:focus-visible { transform: translateY(-4px); border-color: var(--green); outline: none; box-shadow: 0 14px 30px rgba(18,61,49,.13); }
.lunch-plan-card > span { padding: 5px 8px; border-radius: 999px; color: var(--green); background: rgba(18,61,49,.09); font-size: .62rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.lunch-plan-card > strong { margin: 18px 0 5px; color: var(--green); font: 600 2.35rem/1 var(--serif); }
.lunch-plan-card > b { font: 600 1.17rem/1.15 var(--serif); }
.lunch-plan-card > small { margin-top: auto; padding-top: 18px; color: rgba(23,42,36,.6); line-height: 1.45; }
.lunch-plan-card.premium { color: white; background: var(--green); }
.lunch-plan-card.premium > span { color: var(--green); background: var(--gold-light); }
.lunch-plan-card.premium > strong { color: var(--gold-light); }
.lunch-plan-card.premium > small { color: rgba(255,255,255,.72); }
.lunch-plan-card.menu { color: white; background: var(--green); }
.lunch-plan-card.menu > span { color: var(--green); background: var(--gold-light); }
.lunch-plan-card.menu > strong { color: var(--gold-light); font-size: clamp(1.7rem, 4vw, 2.25rem); }
.lunch-plan-card.menu > small { color: rgba(255,255,255,.72); }
.lunch-plan-card.daily { border-color: rgba(165,64,28,.32); background: rgba(165,64,28,.06); }
.lunch-plan-card.daily > span { color: var(--terracotta); background: rgba(165,64,28,.1); }
.lunch-plan-card.daily > strong { color: var(--terracotta); }
.lunch-progress { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 34px; }
.lunch-progress::before { position: absolute; z-index: 0; top: 18px; left: 12%; right: 12%; height: 1px; content: ""; background: var(--line); }
.lunch-progress button { position: relative; z-index: 1; padding: 0; border: 0; color: rgba(23,42,36,.42); background: transparent; cursor: default; }
.lunch-progress span { width: 37px; height: 37px; margin: 0 auto 8px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: .75rem; font-weight: 900; }
.lunch-progress b { display: block; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.lunch-progress button.active, .lunch-progress button.done { color: var(--green); }
.lunch-progress button.active span { border-color: var(--green); color: white; background: var(--green); box-shadow: 0 0 0 5px rgba(18,61,49,.09); }
.lunch-progress button.done span { border-color: var(--gold); color: var(--green); background: var(--gold-light); }

.lunch-plan-picker, .lunch-step, .lunch-summary, .lunch-daily-result { animation: lunch-reveal .28s ease both; }
@keyframes lunch-reveal { from { opacity: 0; transform: translateX(10px); } }
.lunch-step > h3, .lunch-summary h3 { margin: 0; color: var(--green); font: 600 clamp(2rem, 5vw, 3rem)/1 var(--serif); letter-spacing: -.04em; }
.lunch-step-copy { max-width: 610px; margin: 11px 0 24px; color: rgba(23,42,36,.62); line-height: 1.55; }
.lunch-options { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.lunch-option { position: relative; min-height: 76px; padding: 15px 46px 15px 16px; border: 1px solid rgba(18,61,49,.16); border-radius: 15px; color: var(--ink); background: rgba(255,250,240,.78); cursor: pointer; text-align: left; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.lunch-option.has-dish-image { min-height: 116px; padding-inline-start: 122px; overflow: hidden; }
.lunch-option-media { position: absolute; inset-block-start: 9px; inset-inline-start: 9px; width: 98px; height: 98px; overflow: hidden; border-radius: 11px; background: rgba(18,61,49,.08); box-shadow: inset 0 0 0 1px rgba(18,61,49,.08); }
.lunch-option-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.lunch-option.has-dish-image:hover .lunch-option-media img,
.lunch-option.has-dish-image:focus-visible .lunch-option-media img { transform: scale(1.045); }
.lunch-option.has-dish-image.selected .lunch-option-media { box-shadow: 0 0 0 2px var(--gold-light); }
.lunch-option::after { position: absolute; top: 50%; right: 15px; width: 20px; height: 20px; content: ""; transform: translateY(-50%); border: 1px solid rgba(18,61,49,.3); border-radius: 50%; }
.lunch-option:hover, .lunch-option:focus-visible { transform: translateY(-2px); border-color: var(--green); outline: none; box-shadow: 0 10px 24px rgba(18,61,49,.1); }
.lunch-option.selected { border-color: var(--green); color: white; background: var(--green); box-shadow: 0 12px 28px rgba(18,61,49,.18); }
.lunch-option.selected::after { content: "✓"; display: grid; place-items: center; border-color: var(--gold-light); color: var(--green); background: var(--gold-light); font-size: .7rem; font-weight: 950; }
.lunch-option strong, .lunch-option small, .lunch-option em { display: block; }
.lunch-option strong { font: 600 1.18rem/1.15 var(--serif); }
.lunch-option small { margin-top: 5px; color: rgba(23,42,36,.56); line-height: 1.35; }
.lunch-option.selected small { color: rgba(255,255,255,.7); }
.lunch-option em { margin-top: 7px; color: var(--terracotta); font-size: .66rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lunch-option.selected em { color: var(--gold-light); }
.lunch-main-options { grid-template-columns: repeat(2, minmax(0,1fr)); }
.lunch-main-options .lunch-option { min-height: 100px; }
.lunch-actions { margin-top: 24px; display: flex; justify-content: flex-end; gap: 10px; }
.lunch-next, .lunch-back, .lunch-reset { min-height: 48px; padding: 12px 18px; border-radius: 999px; font-weight: 850; cursor: pointer; }
.lunch-next { border: 0; color: white; background: var(--green); }
.lunch-next:disabled { opacity: .38; cursor: not-allowed; }
.lunch-back { border: 1px solid var(--line); color: var(--green); background: transparent; }
.today-dessert { margin: 0 0 12px; }
.today-dessert .lunch-option { width: 100%; border-color: rgba(187,139,54,.45); background: rgba(226,198,132,.18); }
.lunch-finish-options { grid-template-columns: repeat(3, minmax(0,1fr)); }
.lunch-summary { text-align: center; }
.lunch-summary-plan { max-width: 560px; margin: 22px auto 0; padding: 13px 16px; border-radius: 13px; color: white; background: var(--green); font-weight: 850; }
.lunch-summary-icon { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--gold-light); font-size: 1.5rem; font-weight: 950; }
#lunch-summary-choices { max-width: 560px; margin: 24px auto 16px; display: grid; gap: 8px; text-align: left; }
.lunch-summary-row { padding: 13px 15px; display: grid; grid-template-columns: 92px 1fr; gap: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,250,240,.68); }
.lunch-summary-row span { color: var(--terracotta); font-size: .64rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.lunch-summary-row strong { font-size: .88rem; }
.lunch-summary-note { color: rgba(23,42,36,.58); font-size: .84rem; }
.lunch-reset { border: 0; color: white; background: var(--green); }
.lunch-daily-result { text-align: center; }
.lunch-daily-result h3 { margin: 0; color: var(--green); font: 600 clamp(2.2rem, 5vw, 3.2rem)/1 var(--serif); letter-spacing: -.04em; }
.lunch-daily-dish { max-width: 560px; margin: 22px auto 16px; padding: 24px; border: 1px solid rgba(165,64,28,.25); border-radius: 16px; background: rgba(165,64,28,.06); }
.lunch-daily-media { width: calc(100% + 24px); aspect-ratio: 16 / 8; margin: -12px -12px 18px; overflow: hidden; border-radius: 12px; background: rgba(18,61,49,.08); }
.lunch-daily-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.lunch-daily-dish span, .lunch-daily-dish strong, .lunch-daily-dish small, .lunch-daily-dish bdi { display: block; }
.lunch-daily-dish span { margin-bottom: 8px; color: var(--terracotta); font-size: .66rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.lunch-daily-dish strong { color: var(--green); font: 600 1.8rem/1.15 var(--serif); }
.lunch-daily-dish small { margin-top: 7px; color: rgba(23,42,36,.6); }
.lunch-daily-dish bdi { margin-top: 14px; color: var(--terracotta); font: 600 1.6rem/1 var(--serif); }
.lunch-daily-note { max-width: 580px; margin: 0 auto 20px; padding: 12px 15px; border-radius: 12px; color: #7b2f18; background: rgba(165,64,28,.09); font-size: .84rem; font-weight: 750; line-height: 1.45; }
.lunch-daily-actions { justify-content: center; }

.lunch-no-drink { width: 100%; min-height: 72px; margin-bottom: 14px; padding: 14px 18px; display: grid; grid-template-columns: 34px 1fr; align-items: center; column-gap: 11px; border: 1px solid rgba(18,61,49,.2); border-radius: 15px; color: var(--green); background: rgba(18,61,49,.05); cursor: pointer; text-align: left; }
.lunch-no-drink > span { grid-row: 1 / span 2; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(18,61,49,.25); border-radius: 50%; font-weight: 950; }
.lunch-no-drink strong { font: 600 1.15rem var(--serif); }
.lunch-no-drink small { color: rgba(23,42,36,.58); }
.lunch-no-drink.selected { border-color: var(--green); color: white; background: var(--green); }
.lunch-no-drink.selected > span { border-color: var(--gold-light); color: var(--green); background: var(--gold-light); }
.lunch-no-drink.selected small { color: rgba(255,255,255,.7); }
.lunch-drink-groups { display: grid; gap: 10px; }
.lunch-drink-group { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,250,240,.68); }
.lunch-drink-group summary { min-height: 56px; padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); cursor: pointer; font: 600 1.22rem var(--serif); list-style: none; }
.lunch-drink-group summary::-webkit-details-marker { display: none; }
.lunch-drink-group summary::after { width: 25px; height: 25px; content: "+"; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font: 700 .9rem var(--sans); }
.lunch-drink-group[open] summary::after { content: "−"; }
.lunch-drink-count { margin-left: auto; color: rgba(23,42,36,.48); font: 800 .65rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.lunch-drink-list { padding: 0 12px 12px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.lunch-drink-option { min-height: 92px; }

.weekly-card, .menu-block { margin-top: 24px; padding: clamp(22px, 5vw, 34px); border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.36); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.section-title-row h3, .menu-block h3 { margin: 0; font: 600 2rem var(--serif); }
.tiny-note { color: rgba(23,42,36,.48); font-size: .72rem; }

.day-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 24px 0; }
.day-tabs button { aspect-ratio: 1.5; border: 1px solid var(--line); border-radius: 11px; color: var(--green); background: transparent; font-weight: 850; cursor: pointer; }
.day-tabs button.active { border-color: var(--green); color: white; background: var(--green); }

.day-menu { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.day-dish { min-height: 142px; padding: 18px; border-radius: 14px; background: var(--cream); }
.day-dish span { display: block; margin-bottom: 9px; color: var(--terracotta); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.day-dish strong { font: 600 1.18rem/1.25 var(--serif); }
.day-dish small { display: block; margin-top: 5px; color: rgba(23,42,36,.58); }

.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tag-list span { padding: 9px 12px; border: 1px solid rgba(18,61,49,.15); border-radius: 999px; color: var(--green); background: rgba(18,61,49,.05); font-size: .8rem; font-weight: 750; }

.classics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.classic-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.classic-card h3 { margin: 10px 0 18px; font: 600 1.55rem var(--serif); }
.classic-price { color: var(--terracotta); font-weight: 900; }
.classic-card ul { margin: 0; padding: 0; list-style: none; }
.classic-card li { padding: 9px 0; border-top: 1px solid var(--line); }
.classic-card li small { display: block; margin-top: 5px; color: rgba(23,42,36,.5); font-size: .7rem; font-style: italic; }
.dark-card { color: white; background: var(--green); }
.dark-card .classic-price { color: var(--gold-light); }
.dark-card li { border-color: rgba(255,255,255,.15); }
.menu-footnotes { display: flex; justify-content: space-between; gap: 18px; margin-top: 20px; color: rgba(23,42,36,.65); font-size: .75rem; }
.menu-footnotes p { margin: 0; }
.menu-footnotes small { color: rgba(23,42,36,.48); font-size: inherit; }

.pizza-list { border-top: 1px solid var(--line); }
.pizza-item { position: relative; display: grid; grid-template-columns: 48px 1fr auto; gap: 16px; align-items: start; padding: 25px 4px; border-bottom: 1px solid var(--line); }
.pizza-item.has-dish-image { grid-template-columns: 48px 126px minmax(0, 1fr) auto; align-items: center; }
.pizza-media { width: 126px; aspect-ratio: 16 / 10; display: block; overflow: hidden; border-radius: 13px; background: rgba(18,61,49,.08); }
.pizza-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .3s ease; }
.pizza-item.has-dish-image:hover .pizza-media img { transform: scale(1.045); }
.pizza-number { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.pizza-item h3 { margin: -4px 0 5px; font: 600 clamp(1.55rem, 4vw, 2.05rem)/1 var(--serif); }
.pizza-item p { margin: 0; max-width: 560px; color: rgba(23,42,36,.61); font-size: .85rem; line-height: 1.55; }
.pizza-item > strong { color: var(--terracotta); font: 600 1.45rem var(--serif); white-space: nowrap; }
.hot { color: var(--terracotta); font: 1rem var(--sans); }
.new-pizza { margin: 15px -18px 0; padding: 25px 22px; border: 0; border-radius: 18px; color: white; background: var(--green); }
.new-pizza p { color: rgba(255,255,255,.65); }
.new-pizza > strong { color: var(--gold-light); }
.new-label { display: inline-block; margin-bottom: 8px; padding: 4px 7px; border-radius: 999px; color: var(--green); background: var(--gold-light); font-size: .55rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.pizza-extras { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.extras-heading { margin-bottom: 18px; text-align: center; }
.extras-heading h3 { margin: 0; font: 600 2rem var(--serif); }
.extra-tier { display: grid; grid-template-columns: 82px 1fr; gap: 18px; align-items: center; padding: 16px 18px; border: 1px solid rgba(18,61,49,.15); border-radius: 14px; background: rgba(18,61,49,.05); }
.extra-tier + .extra-tier { margin-top: 10px; }
.extra-tier strong { color: var(--green); font: 700 1.25rem var(--serif); white-space: nowrap; }
.extra-tier p { margin: 0; color: rgba(23,42,36,.65); font-size: .78rem; line-height: 1.55; }
.premium-tier { border-color: rgba(165,64,28,.2); background: rgba(165,64,28,.06); }
.premium-tier strong { color: var(--terracotta); }

.buffet-panel { background: linear-gradient(160deg, #123d31, #0c2c24); color: white; }
.buffet-panel .panel-heading h2 { color: var(--gold-light); }
.buffet-panel .eyebrow { color: var(--gold-light); }
.buffet-panel .panel-lead { color: rgba(255,255,255,.65); }
.buffet-price { margin-bottom: 18px; padding: 28px; border: 1px solid rgba(226,198,132,.35); border-radius: 20px; text-align: center; background: rgba(255,255,255,.04); }
.buffet-price span { display: block; color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.buffet-price strong { display: block; margin: 5px 0; color: white; font: 600 clamp(3rem, 8vw, 4.7rem)/1 var(--serif); }
.buffet-price strong small { font-size: .33em; }
.buffet-price p { margin: 0; color: rgba(255,255,255,.65); }
.buffet-booking {
  position: relative;
  margin: 0 auto 42px;
  padding: clamp(24px, 5vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(226,198,132,.55);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(226,198,132,.22), transparent 15rem),
    linear-gradient(145deg, rgba(187,139,54,.16), rgba(255,255,255,.06));
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
  text-align: center;
}
.buffet-booking .mini-label { margin-bottom: 9px; color: var(--gold-light); }
.buffet-booking h3 { margin: 0; color: white; font: 600 clamp(2rem, 5vw, 3rem)/1 var(--serif); letter-spacing: -.035em; }
.buffet-booking > p:not(.mini-label) { max-width: 610px; margin: 14px auto 22px; color: rgba(255,255,255,.76); line-height: 1.55; }
.buffet-booking-button {
  min-height: 50px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  color: var(--green);
  background: var(--gold-light);
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .035em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.buffet-booking-button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  .buffet-booking-button:hover { transform: translateY(-2px); background: white; box-shadow: 0 16px 36px rgba(0,0,0,.28); }
}
.buffet-week-heading { max-width: 680px; margin: 0 auto 30px; text-align: center; }
.buffet-week-heading .mini-label { margin-bottom: 8px; color: var(--gold-light); }
.buffet-week-heading h3 { margin: 0; color: white; font: 600 clamp(2rem, 5vw, 3rem)/1 var(--serif); letter-spacing: -.035em; }
.buffet-week-heading > p:not(.mini-label) { margin: 12px auto 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.buffet-groups { display: grid; gap: 42px; }
.buffet-group { display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.group-number { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(226,198,132,.5); border-radius: 50%; color: var(--gold-light); font-size: .65rem; font-weight: 900; }
.buffet-group .mini-label { color: var(--gold-light); }
.buffet-group h3 { margin: 0 0 18px; font: 600 clamp(1.55rem, 4vw, 2.2rem) var(--serif); }
.dish-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.14);
  list-style: none;
}
.dish-cloud li {
  position: relative;
  padding: 13px 22px 13px 4px;
  padding-inline-start: 22px;
  padding-inline-end: 4px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.84);
  font-size: .84rem;
  line-height: 1.4;
}
.dish-cloud li::before {
  content: "✦";
  position: absolute;
  top: 15px;
  inset-inline-start: 3px;
  color: var(--gold-light);
  font-size: .58rem;
}
.dish-cloud li.has-dish-image { min-height: 78px; padding: 8px 4px; display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: 12px; }
.dish-cloud li.has-dish-image::before { display: none; }
.buffet-dish-media { width: 92px; aspect-ratio: 16 / 10; display: block; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.08); }
.buffet-dish-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.dessert-group .dish-cloud li { color: var(--gold-light); }

.back-button { display: block; margin: 25px auto 0; padding: 11px 18px; border: 0; color: var(--green); background: transparent; font-weight: 800; cursor: pointer; }

.full-menu {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 90px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: var(--shadow);
}

.full-menu-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 24px;
}

.full-menu-header h2 {
  margin: 0;
  color: var(--green);
  font: 600 clamp(2.2rem, 6vw, 4.4rem)/0.95 var(--serif);
  letter-spacing: -0.045em;
}

.full-menu-header p {
  margin: 16px 0 0;
  color: rgba(23, 42, 36, 0.74);
}

.category-nav {
  position: sticky;
  z-index: 20;
  top: 10px;
  margin: 18px -8px 22px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  color: var(--paper);
  background: rgba(18, 61, 49, .94);
  box-shadow: 0 12px 28px rgba(18, 61, 49, .2);
  backdrop-filter: blur(14px);
}

.category-nav-label {
  flex: 0 0 auto;
  padding-inline-start: 4px;
  color: var(--gold-light);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.category-nav-scroll {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

.category-nav-scroll::-webkit-scrollbar { display: none; }

.category-select { display: none; }

.category-link {
  flex: 0 0 auto;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .06);
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.category-link.active {
  border-color: var(--gold-light);
  color: var(--green);
  background: var(--gold-light);
}

.category-link:focus-visible {
  border-color: var(--gold-light);
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .category-link:hover {
    border-color: var(--gold-light);
    color: var(--green);
    background: var(--gold-light);
  }
}

.menu-copy-block {
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.42);
}

.menu-copy-block h3 {
  margin: 0 0 10px;
  color: var(--green);
  font: 600 1.7rem/1 var(--serif);
}

.menu-copy-block p {
  margin: 8px 0 0;
  color: rgba(23, 42, 36, 0.76);
  line-height: 1.55;
}

.specials-card {
  margin: 18px auto 10px;
  padding: 24px;
  border: 1px solid rgba(165, 64, 28, 0.24);
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(165, 64, 28, 0.08), rgba(187, 139, 54, 0.08));
}

.specials-card h3 {
  margin: 0;
  color: var(--green);
  font: 600 2rem/1 var(--serif);
}

.specials-lead {
  margin: 8px 0 14px;
  color: rgba(23, 42, 36, 0.72);
}

.specials-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.specials-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px dashed rgba(165, 64, 28, 0.25);
}

.specials-card li.has-dish-image {
  min-height: 96px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.special-dish-media {
  width: 108px;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(18,61,49,.08);
}

.special-dish-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.specials-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.specials-type {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--terracotta);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.specials-card strong {
  display: block;
  color: var(--green);
  font: 700 1.1rem/1.2 var(--serif);
}

.specials-card small {
  display: block;
  margin-top: 4px;
  color: rgba(23, 42, 36, 0.68);
  line-height: 1.4;
}

.specials-card em {
  color: var(--terracotta);
  font: 700 1.15rem/1 var(--serif);
  font-style: normal;
  white-space: nowrap;
}

.specials-note {
  margin: 14px 0 0;
  color: rgba(23, 42, 36, 0.7);
  font-size: 0.86rem;
}

.full-menu-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

.full-menu-grid.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full-menu-card {
  scroll-margin-top: 92px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
}

.full-menu-card.wide,
.full-menu-card.full-width {
  grid-column: 1 / -1;
}

.full-menu-card h3 {
  margin: 0 0 12px;
  color: var(--green);
  font: 600 1.5rem/1 var(--serif);
}

.full-menu-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.full-menu-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: start;
  padding: 10px 0;
  border-top: 1px solid rgba(79, 58, 29, 0.14);
}

.full-menu-card li.has-dish-image {
  min-height: 92px;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
}

.fm-dish-media {
  width: 108px;
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(18, 61, 49, 0.08);
  box-shadow: inset 0 0 0 1px rgba(18, 61, 49, 0.08);
}

.fm-dish-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .3s ease;
}

.full-menu-card li.has-dish-image:hover .fm-dish-media img {
  transform: scale(1.045);
}

.full-menu-card li:is(
  [data-dish-id="vorspeisenplatte"],
  [data-dish-id="redefine-steak"],
  [data-dish-id="hauptspeisenplatte-2-pers"],
  [data-dish-id="hauptspeisenplatte-3-4-pers"],
  [data-dish-id="spaghetti-pesto"],
  [data-dish-id="spaghetti-bolognese"],
  [data-dish-id="spaghetti-carbonara"],
  [data-dish-id="caramel-dream"],
  [data-dish-id="dessertplatte-269"],
  [data-dish-id="xl-dessertplatte-269"]
) .fm-dish-media {
  aspect-ratio: 1;
  padding: 6px;
  background: #dcebd2;
  box-shadow: inset 0 0 0 1px rgba(18, 61, 49, 0.12);
}

.full-menu-card li:is(
  [data-dish-id="vorspeisenplatte"],
  [data-dish-id="redefine-steak"],
  [data-dish-id="hauptspeisenplatte-2-pers"],
  [data-dish-id="hauptspeisenplatte-3-4-pers"],
  [data-dish-id="spaghetti-pesto"],
  [data-dish-id="spaghetti-bolognese"],
  [data-dish-id="spaghetti-carbonara"],
  [data-dish-id="caramel-dream"],
  [data-dish-id="dessertplatte-269"],
  [data-dish-id="xl-dessertplatte-269"]
) .fm-dish-media img {
  object-fit: contain;
  border-radius: 8px;
}

.full-menu-card li:is(
  [data-dish-id="vorspeisenplatte"],
  [data-dish-id="redefine-steak"],
  [data-dish-id="hauptspeisenplatte-2-pers"],
  [data-dish-id="hauptspeisenplatte-3-4-pers"],
  [data-dish-id="spaghetti-pesto"],
  [data-dish-id="spaghetti-bolognese"],
  [data-dish-id="spaghetti-carbonara"],
  [data-dish-id="caramel-dream"],
  [data-dish-id="dessertplatte-269"],
  [data-dish-id="xl-dessertplatte-269"]
):hover .fm-dish-media img {
  transform: none;
}

.full-menu-card li:first-child {
  border-top: 0;
  padding-top: 0;
}

.full-menu-card li span {
  color: rgba(23, 42, 36, 0.76);
  line-height: 1.4;
}

.fm-item-label { display: flex; flex-direction: column; gap: 3px; }
.fm-item-label small {
  font-size: .72rem;
  color: rgba(23,42,36,.48);
  line-height: 1.35;
  font-weight: 500;
}

.full-menu-card li strong {
  white-space: nowrap;
  color: var(--terracotta);
  font: 700 1.02rem/1 var(--serif);
}

.price-label { font-size: .72em; font-family: var(--sans); font-weight: 800; }
bdi[dir="ltr"] { unicode-bidi: isolate; }

.full-menu-card li.stack-price {
  grid-template-columns: 1fr;
}

.full-menu-card li.stack-price strong {
  margin-top: 4px;
  white-space: normal;
}

.full-menu-card .note {
  margin: 10px 0 0;
  color: rgba(23, 42, 36, 0.58);
  font-size: 0.84rem;
}

.catering-block {
  margin-top: 16px;
  background: linear-gradient(160deg, rgba(18, 61, 49, 0.95), rgba(12, 44, 36, 0.95));
}

.catering-block h3,
.catering-block p {
  color: var(--paper);
}

footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: rgba(23,42,36,.55);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.powered-by {
  color: rgba(23,42,36,.45);
  text-decoration: none;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .07em;
  transition: color .2s;
}
.powered-by:hover { color: var(--green); }

.surprise-dialog {
  width: min(450px, calc(100% - 30px));
  padding: 42px 34px 34px;
  border: 1px solid rgba(226,198,132,.4);
  border-radius: 26px;
  color: white;
  background: var(--green);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
  text-align: center;
}
.surprise-dialog::backdrop { background: rgba(15,20,17,.58); backdrop-filter: blur(6px); }
.surprise-dialog .mini-label { color: var(--gold-light); }
.surprise-dialog h2 { margin: 9px 0; font: 600 2.4rem/1 var(--serif); }
.surprise-dialog p:not(.mini-label) { color: rgba(255,255,255,.67); }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.surprise-star { display: block; margin-bottom: 20px; color: var(--gold-light); font-size: 2rem; animation: spin 7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.dialog-action { margin-top: 15px; padding: 12px 18px; border: 0; border-radius: 999px; color: var(--green); background: var(--gold-light); font-weight: 900; cursor: pointer; }

@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); padding-top: 20px; }
  .header-actions { gap: 7px; }
  .brand-number { font-size: 2.1rem; }
  .notegg-highlight { width: calc(100% - 28px); margin-top: 24px; grid-template-columns: 1fr; border-radius: 24px; }
  .notegg-media { min-height: 0; aspect-ratio: 1.28; }
  .notegg-media::after { background: linear-gradient(0deg, rgba(11,43,35,.34), transparent 38%); }
  .notegg-copy { padding: 30px 24px 34px; }
  .notegg-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero { width: calc(100% - 28px); min-height: auto; padding-top: 52px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 4.4rem); }
  .hero-copy { margin-bottom: 20px; }
  .menu-cta { margin-bottom: 30px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 158px; padding: 21px; }
  .choice-name { margin-top: 44px; }
  .choice-icon { width: 48px; height: 48px; top: 18px; inset-inline-end: 20px; }
  .menu-panel { border-radius: 24px; }
  .price-band { grid-template-columns: 1fr; }
  .price-band > div + div { border-top: 1px solid rgba(255,255,255,.18); border-inline-start: 0; }
  .day-menu { grid-template-columns: 1fr; }
  .day-dish { min-height: auto; }
  .classics-grid { grid-template-columns: 1fr; }
  .lunch-options, .lunch-main-options { grid-template-columns: 1fr; }
  .lunch-menu-cta { align-items: stretch; flex-direction: column; }
  .lunch-menu-cta .lunch-start { width: 100%; }
  .lunch-plan-options { grid-template-columns: 1fr; }
  .lunch-plan-card { min-height: 190px; }
  .lunch-finish-options { grid-template-columns: 1fr; }
  .lunch-drink-list { grid-template-columns: 1fr; }
  .menu-footnotes { display: grid; text-align: center; }
  .pizza-item { grid-template-columns: 32px 1fr auto; gap: 10px; }
  .pizza-item.has-dish-image {
    grid-template-columns: 32px 88px minmax(0, 1fr);
    align-items: start;
  }
  .pizza-item.has-dish-image .pizza-media { width: 88px; grid-row: 1 / span 2; grid-column: 2; }
  .pizza-item.has-dish-image > div,
  .pizza-item.has-dish-image > strong { grid-column: 3; }
  .pizza-item.has-dish-image > strong { justify-self: start; font-size: 1.15rem; }
  .new-pizza { margin-inline: -9px; padding-inline: 13px; }
  .extra-tier { grid-template-columns: 64px 1fr; padding: 14px; gap: 12px; }
  .buffet-group { grid-template-columns: 1fr; }
  .group-number { width: 36px; height: 36px; }
  .dish-cloud { grid-template-columns: 1fr; }
  .full-menu { width: calc(100% - 28px); }
  .category-nav { margin-inline: -12px; padding: 7px; border-radius: 14px; }
  .category-nav-label { display: none; }
  .category-nav-scroll { display: none; }
  .category-select {
    width: 100%;
    min-height: 44px;
    padding-block: 9px;
    padding-inline: 13px 38px;
    display: block;
    border: 1px solid rgba(226, 198, 132, .65);
    border-radius: 10px;
    color: var(--green);
    background: var(--paper);
    font-size: .86rem;
    font-weight: 850;
  }
  .full-menu-grid,
  .full-menu-grid.two-col { grid-template-columns: 1fr; }
  .full-menu-card li { grid-template-columns: 1fr; gap: 6px; }
  .full-menu-card li strong { white-space: normal; }
  .full-menu-card li.has-dish-image {
    min-height: 96px;
    grid-template-columns: 94px minmax(0, 1fr);
    align-items: start;
    gap: 5px 12px;
  }
  .full-menu-card li.has-dish-image .fm-dish-media {
    width: 94px;
    grid-row: 1 / span 2;
  }
  .full-menu-card li.has-dish-image .fm-item-label,
  .full-menu-card li.has-dish-image > strong { grid-column: 2; }
  .full-menu-card li.has-dish-image > strong {
    justify-self: start;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(165,64,28,.08);
    font-size: .96rem;
  }
  .specials-card { padding: 18px; }
  .specials-card li { grid-template-columns: 1fr; gap: 6px; }
  .specials-card li.has-dish-image { grid-template-columns: 94px minmax(0, 1fr); gap: 7px 12px; align-items: start; }
  .specials-card li.has-dish-image .special-dish-media { width: 94px; grid-row: 1 / span 2; }
  .specials-card li.has-dish-image > div,
  .specials-card li.has-dish-image > em { grid-column: 2; }
  .specials-card em { white-space: normal; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  .header-actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
  .week-pill { padding: 8px 10px; font-size: .58rem; }
  .lang-switch button { min-width: 32px; padding: 5px 8px; }
  .menu-shell { width: calc(100% - 20px); }
  .menu-panel { padding: 24px 18px; }
  .lunch-game { padding: 20px 14px; }
  .lunch-option.has-dish-image { min-height: 110px; padding-inline-start: 112px; }
  .lunch-option-media { width: 89px; height: 89px; }
  .lunch-dish-row { padding: 15px; gap: 10px; }
  .lunch-dish-price { font-size: 1.35rem; }
  .lunch-progress b { font-size: .57rem; letter-spacing: .04em; }
  .lunch-progress { gap: 2px; }
  .lunch-progress span { width: 33px; height: 33px; }
  .lunch-actions { flex-direction: column-reverse; }
  .lunch-next, .lunch-back { width: 100%; }
  .lunch-summary-row { grid-template-columns: 1fr; gap: 5px; }
  .menu-switcher { top: 8px; }
  .menu-switcher button { padding: 9px 15px; }
  .section-title-row { display: block; }
  .tiny-note { display: block; margin-top: 6px; }
  .pizza-item p { font-size: .75rem; }
  .pizza-item > strong { font-size: 1.2rem; }
}

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