@charset "UTF-8";

:root {
  --paper: #fff8ed;
  --paper-soft: #f5efe3;
  --paper-warm: #fff1d3;
  --ink: #211c18;
  --muted: #74695f;
  --green: #0f6a45;
  --green-dark: #0a402e;
  --red: #bd2930;
  --tomato: #db5630;
  --gold: #c38d2e;
  --charcoal: #1d1a17;
  --line: rgba(35, 29, 25, 0.14);
  --shadow: 0 18px 40px rgba(35, 29, 25, 0.13);
  --radius: 8px;
  --container: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--red);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--green-dark);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 242, 0.92);
  border-bottom: 1px solid rgba(35, 29, 25, 0.08);
  backdrop-filter: blur(18px);
}

.topline {
  color: #fff;
  background: var(--green-dark);
  font-size: 0.88rem;
}

.topline__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 7px 0;
  text-align: center;
}

.topline a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nav {
  width: var(--container);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand small {
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 760;
}

.nav__links a {
  position: relative;
  padding: 24px 0;
}

.nav__links .nav__cta {
  padding: 0 16px;
}

.nav__links a[aria-current="page"]::after,
.nav__links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 3px;
  background: var(--red);
}

.nav__links .nav__cta::after {
  display: none;
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  color: #fff;
  background: var(--red);
  border-radius: 8px;
  font-weight: 850;
}

.nav__cta:hover {
  color: #fff;
  background: #a71924;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: relative;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 5px;
}

.nav-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span::before {
  transform: translateY(7px) rotate(90deg);
}

.nav-toggle[aria-expanded="true"] span::after {
  opacity: 0;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section--soft {
  background: var(--paper-soft);
}

.section--green {
  color: #fff;
  background: var(--green-dark);
}

.section--charcoal {
  color: #fff;
  background: var(--charcoal);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 740px;
  margin-bottom: 30px;
}

.eyebrow {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section--green .eyebrow,
.section--charcoal .eyebrow {
  color: #ffbd7a;
}

h1,
h2,
h3,
.display {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.04;
  font-weight: 880;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-size: clamp(3rem, 9vw, 6.8rem);
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
}

h3 {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

p {
  margin: 0;
}

.lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
}

.lead--dark {
  color: var(--muted);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 780;
}

.btn--primary {
  color: #fff;
  background: var(--red);
}

.btn--primary:hover {
  color: #fff;
  background: #a71924;
}

.btn--dark {
  color: #fff;
  background: var(--green-dark);
}

.btn--dark:hover {
  color: #fff;
  background: #032f20;
}

.btn--light {
  color: var(--ink);
  background: #fff;
}

.btn--light:hover {
  color: var(--ink);
  background: var(--paper-warm);
}

.btn--outline {
  color: inherit;
  background: transparent;
  border-color: currentColor;
}

.btn--outline:hover {
  color: var(--red);
}

.hero {
  position: relative;
  min-height: min(82svh, 760px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: clip;
  background: #15120f;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.9), rgba(18, 15, 12, 0.52) 52%, rgba(18, 15, 12, 0.2)),
    linear-gradient(0deg, rgba(18, 15, 12, 0.82), rgba(18, 15, 12, 0.08) 38%),
    var(--hero-image) center / cover no-repeat;
  transform: scale(1.02);
}

.hero__inner {
  position: relative;
  width: var(--container);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 108px) 0 clamp(78px, 11vh, 122px);
}

.hero__content {
  display: grid;
  gap: 22px;
  max-width: 840px;
}

.hero__mark {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.hero__mark::before {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--gold);
}

.hero__details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 760;
}

.quick-lunch {
  background: var(--red);
  color: #fff;
}

.quick-lunch__inner {
  width: var(--container);
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr auto;
  align-items: center;
  gap: 18px;
}

.quick-lunch strong {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1;
}

.quick-lunch p {
  color: rgba(255, 255, 255, 0.9);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.info-item {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px;
  background: #fff;
}

.info-item span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.info-item strong {
  font-size: 1.18rem;
}

.lunch-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.lunch-board {
  display: grid;
  gap: 14px;
}

.lunch-board__meta {
  color: var(--muted);
  font-weight: 760;
}

.daily-menu {
  display: grid;
  gap: 12px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.daily-menu li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.daily-menu strong {
  color: var(--green);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.menu-note {
  color: var(--red);
  font-weight: 850;
}

.lunch-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.lunch-image img {
  width: 100%;
}

.showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.showcase-item {
  min-height: 390px;
  display: grid;
  align-content: end;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: var(--radius);
  background: #15120f;
  box-shadow: var(--shadow);
}

.showcase-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(16, 13, 10, 0.9), rgba(16, 13, 10, 0.14) 56%),
    var(--image) center / cover no-repeat;
  transition: transform 400ms ease;
}

.showcase-item:hover::before {
  transform: scale(1.04);
}

.showcase-item__text {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 20px;
}

.showcase-item__text p {
  color: rgba(255, 255, 255, 0.86);
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.about-images {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 14px;
  align-items: end;
}

.about-images img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-images img:first-child {
  min-height: 430px;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

.signature {
  color: #ffd89d;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 850;
  line-height: 1.08;
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.18);
}

.hours-day {
  min-height: 132px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 16px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
}

.hours-day.is-today {
  color: var(--ink);
  background: #fff8ed;
}

.hours-day strong {
  color: #ffbd7a;
}

.hours-day.is-today strong {
  color: var(--red);
}

.hours-day span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
}

.hours-day.is-today span {
  color: var(--ink);
}

.hours-day.is-today::after {
  content: "Heute";
  width: max-content;
  justify-self: center;
  padding: 2px 8px;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.embed-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}

.embed-box {
  min-height: 410px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.embed-box iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

[data-embed-shell]:not(.is-loaded) iframe {
  display: none;
}

[data-embed-placeholder][hidden],
.menu-list li[hidden] {
  display: none;
}

.embed-placeholder {
  min-height: inherit;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: 26px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(9, 107, 66, 0.1), rgba(201, 31, 45, 0.1)),
    #fff;
}

.embed-placeholder strong {
  font-size: 1.55rem;
  line-height: 1.1;
}

.menu-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 14, 12, 0.9), rgba(17, 14, 12, 0.42)),
    var(--hero-image) center / cover no-repeat;
}

.page-hero {
  padding: clamp(84px, 12vw, 140px) 0 clamp(46px, 7vw, 78px);
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.9);
}

.menu-toolbar {
  position: sticky;
  top: 75px;
  z-index: 20;
  background: rgba(255, 250, 242, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.menu-toolbar__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
}

.menu-toolbar a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.92rem;
  font-weight: 820;
}

.menu-toolbar a:hover {
  border-color: var(--red);
}

.digital-menu {
  display: grid;
  gap: 24px;
}

.menu-controls {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 16px;
  align-items: end;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.menu-search {
  display: grid;
  gap: 6px;
}

.menu-search label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-search input {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fffaf6;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: end;
  gap: 8px;
  padding-bottom: 1px;
}

.filter-chip {
  min-height: 34px;
  padding: 0 12px;
  color: var(--ink);
  background: #fffaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 780;
  line-height: 1.1;
}

.filter-chip.is-active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.menu-category {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 26px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(35, 29, 25, 0.08);
}

.menu-category[hidden] {
  display: none;
}

.menu-category__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.menu-category__head h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.menu-category__head span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(35, 29, 25, 0.09);
}

.menu-list li:last-child {
  border-bottom: 0;
}

.dish {
  display: grid;
  gap: 3px;
}

.dish strong {
  font-size: 1.05rem;
}

.dish span {
  color: var(--muted);
}

.price {
  color: var(--green-dark);
  font-weight: 900;
  white-space: nowrap;
}

.menu-pages {
  display: grid;
  gap: 24px;
}

.menu-page {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: clamp(16px, 3vw, 24px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.menu-page__label {
  position: sticky;
  top: 148px;
  display: grid;
  gap: 8px;
}

.menu-page__label span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.menu-page button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-page img {
  width: min(100%, 620px);
  margin: 0 auto;
  border-radius: 4px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius);
}

.gallery img:nth-child(2),
.gallery img:nth-child(5) {
  grid-column: span 2;
  aspect-ratio: 2 / 1;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list a,
.contact-list div {
  display: grid;
  gap: 4px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-list span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.form {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label,
.field legend {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 820;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fffaf6;
  border: 1px solid rgba(35, 29, 25, 0.18);
  border-radius: var(--radius);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 3px solid rgba(212, 154, 42, 0.34);
  border-color: var(--gold);
}

.check-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.check-field input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--green);
}

.fineprint {
  color: var(--muted);
  font-size: 0.88rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.legal {
  max-width: 880px;
  overflow-wrap: anywhere;
}

.legal h1 {
  font-size: clamp(2.45rem, 12vw, 5rem);
}

.legal h2 {
  margin-top: 34px;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.legal h3 {
  margin-top: 24px;
}

.legal p,
.legal ul {
  margin-top: 12px;
}

.legal ul {
  padding-left: 22px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: var(--charcoal);
}

.footer__inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  padding: 42px 0;
}

.footer__brand {
  display: grid;
  gap: 12px;
}

.footer__brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
}

.footer__links {
  display: grid;
  gap: 8px;
}

.footer__links strong {
  color: #fff;
}

.footer__links a:hover {
  color: #ffbd7a;
}

.footer__bottom {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.footer__bottom a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.footer__bottom a:hover {
  color: #ffbd7a;
}

.form-consent-warning {
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper-warm);
  border: 1px solid rgba(189, 41, 48, 0.24);
  border-radius: var(--radius);
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: none;
}

.cookie-banner.is-visible {
  display: block;
}

.cookie-panel {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 20px;
  color: #fff;
  background: rgba(24, 22, 20, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.cookie-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
}

.cookie-panel strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-option {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.cookie-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(12, 10, 8, 0.88);
}

.lightbox.is-open {
  display: grid;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.lightbox img {
  max-width: min(96vw, 900px);
  max-height: 92vh;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav__links {
    position: fixed;
    inset: 112px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__links a {
    padding: 13px 4px;
  }

  .nav__links a::after {
    display: none;
  }

  .nav__cta {
    margin-top: 8px;
  }

  .quick-lunch__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .info-grid,
  .lunch-grid,
  .about-grid,
  .contact-grid,
  .embed-grid {
    grid-template-columns: 1fr;
  }

  .showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .hours-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  :root {
    --container: min(100% - 24px, 1120px);
  }

  .topline__inner {
    font-size: 0.82rem;
  }

  .nav {
    min-height: 72px;
  }

  .brand img {
    width: 56px;
    height: 56px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 76svh;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .hero__mark {
    font-size: 0.94rem;
  }

  .hero__inner {
    padding-bottom: 58px;
  }

  .button-row {
    gap: 10px;
  }

  .button-row .btn {
    width: auto;
    max-width: 100%;
  }

  .info-grid,
  .showcase,
  .hours-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .showcase-item {
    min-height: 300px;
  }

  .daily-menu li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .about-images {
    grid-template-columns: 1fr;
  }

  .about-images img:first-child,
  .about-images img {
    min-height: 240px;
  }

  .menu-toolbar {
    top: 67px;
  }

  .menu-controls {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: stretch;
    padding-bottom: 0;
  }

  .filter-chip {
    width: 100%;
    min-height: 34px;
    padding: 0 10px;
  }

  .menu-category__head {
    display: grid;
    gap: 6px;
  }

  .menu-category__head span {
    white-space: normal;
  }

  .menu-list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .menu-page {
    grid-template-columns: 1fr;
  }

  .menu-page__label {
    position: static;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery img:nth-child(2),
  .gallery img:nth-child(5) {
    grid-column: span 1;
    aspect-ratio: 1 / 1;
  }

  .footer__inner {
    grid-template-columns: 1fr;
  }

  .cookie-panel {
    grid-template-columns: 1fr;
    max-height: 76svh;
    overflow: auto;
    padding: 16px;
  }

  .cookie-panel strong {
    font-size: 1.25rem;
  }

  .cookie-panel p,
  .cookie-option {
    font-size: 0.88rem;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .cookie-actions .btn {
    flex: 0 1 auto;
  }
}

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