:root {
  --bg: #fcf5ea;
  --bg-muted: #f1e4d1;
  --card: #ffffff;
  --accent: #d26a2c;
  --accent-strong: #b9571f;
  --text: #1f1f26;
  --text-secondary: #3d3d47;
  --muted: #6b6b76;
  --border: rgba(31, 31, 38, 0.12);
  --shadow-soft: 0 24px 46px rgba(31, 31, 38, 0.1);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: min(1120px, 92vw);
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", "Times", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#menu,
#about,
#highlights,
#services,
#reviews,
#gallery,
#contact,
#reservation {
  scroll-margin-top: 124px;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: linear-gradient(180deg, var(--bg) 0%, #f9f0e4 60%, var(--bg-muted) 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

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

.hero {
  position: relative;
  padding: 36px 0 96px;
  background: radial-gradient(circle at top left, rgba(210, 106, 44, 0.17), transparent 55%),
    radial-gradient(circle at bottom right, rgba(255, 212, 158, 0.44), transparent 50%), transparent;
}

.nav {
  width: 100%;
  max-width: none;
  margin: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1200;
  margin: 0;
  padding: 14px clamp(18px, 3vw, 34px);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid rgba(31, 31, 38, 0.08);
  border-radius: 0;
  background: rgba(251, 246, 238, 0.94);
  box-shadow: 0 10px 26px rgba(31, 31, 38, 0.08);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition:
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    backdrop-filter 0.28s ease,
    -webkit-backdrop-filter 0.28s ease;
}

.site-nav.is-scrolled {
  background: rgba(251, 246, 238, 0.72);
  box-shadow: 0 8px 24px rgba(31, 31, 38, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-nav .brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  text-transform: none;
  flex: 0 0 clamp(170px, 18vw, 220px);
}

.site-nav-logo {
  display: block;
  width: auto;
  height: clamp(72px, 8vw, 98px);
  max-width: 100%;
  aspect-ratio: 1600 / 1026;
  object-fit: contain;
}

.site-nav::after {
  content: "";
  display: block;
  flex: 0 0 clamp(170px, 18vw, 220px);
}

.brand {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex: 1;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 500;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 2px 8px;
  border-bottom: 2px solid transparent;
  transition: color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #cf4e2b);
  opacity: 0;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.nav-links a svg {
  width: 0.95em;
  height: 0.95em;
  flex-shrink: 0;
}

.nav-link-reservation {
  gap: 8px;
}

.nav-link-reservation svg {
  width: 0.95em;
  height: 0.95em;
  flex-shrink: 0;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--accent);
  border-color: rgba(210, 106, 44, 0.35);
  transform: translateY(-1px);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after,
.nav-links a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-links a.is-current {
  color: #b84328;
  transform: translateY(-1px);
}

.nav-cta {
  display: none;
}

.hero-content {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 48px;
}

.hero-text {
  max-width: 640px;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo {
  width: min(44vw, 420px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(31, 31, 38, 0.18));
}

.eyebrow {
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--accent);
  font-weight: 600;
}

.hero-text h1 {
  margin: 24px 0 20px;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-family: var(--font-serif);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
  font-weight: 600;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.lead {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.75;
  font-weight: 400;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
  box-shadow: var(--shadow-soft);
  border: none;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 26px 48px rgba(210, 106, 44, 0.2);
}

.ghost-button {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.ghost-button:hover,
.ghost-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(210, 106, 44, 0.35);
  color: var(--accent-strong);
}

.motion-reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.995);
  transition:
    opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.motion-reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reveal-enabled [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

main section {
  padding: 60px 0;
}

main section:first-of-type {
  padding-top: 48px;
}

.section-heading {
  max-width: var(--max-width);
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.3vw, 2.6rem);
  margin: 12px 0 0;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.section-lead {
  margin: 16px auto 0;
  max-width: 46ch;
  color: var(--text-secondary);
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
}

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

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

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}

.service-card {
  padding: 30px 22px 24px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(251, 246, 238, 0.9)),
    var(--card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.service-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--accent-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(210, 106, 44, 0.08));
  border: 1px solid rgba(210, 106, 44, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 16px 28px rgba(31, 31, 38, 0.08);
}

.service-icon svg {
  width: 44px;
  height: 44px;
  display: block;
}

.service-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.service-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.65;
  font-size: 0.96rem;
}

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

.highlight-card {
  padding: 28px;
  background: var(--card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.highlight-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.highlight-card p {
  margin: 0 0 18px;
  color: var(--text-secondary);
  line-height: 1.65;
  font-weight: 400;
  font-size: 0.98rem;
}

.price {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(210, 106, 44, 0.1);
  color: var(--accent-strong);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.reviews {
  max-width: min(840px, 90vw);
  margin: 0 auto;
}

.reviews .section-heading {
  margin-bottom: 24px;
}

.reviews-title {
  display: block;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.reviews .section-lead {
  margin-top: 10px;
  max-width: 36ch;
  font-size: 0.92rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
  align-items: start;
}

.review-card {
  padding: 16px 14px;
  background: var(--card);
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 340px;
  height: auto;
  align-self: start;
}

.highlight-card,
.service-card,
.gallery-card,
.review-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card:hover,
.service-card:hover,
.gallery-card:hover,
.review-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(31, 31, 38, 0.14);
}

.review-stars {
  margin: 0 0 8px;
  color: #d5862e;
  letter-spacing: 0.09em;
  font-size: 0.84rem;
  font-weight: 700;
}

.review-text {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.58;
  font-weight: 400;
  font-size: 0.9rem;
}

.review-text-wrap {
  position: relative;
  max-height: calc(1.58em * 8);
  overflow: hidden;
}

.review-card.has-overflow:not(.is-expanded) .review-text-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.3em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--card) 80%);
  pointer-events: none;
}

.review-card.is-expanded .review-text-wrap {
  max-height: none;
}

.review-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  align-self: flex-start;
  color: var(--accent-strong);
  font-size: 0.82rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.review-toggle:hover,
.review-toggle:focus-visible {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.review-meta {
  margin: auto 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 500;
}

.reviews-cta {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.reviews-google-link {
  min-width: min(300px, 100%);
  padding: 10px 16px;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }
}

@media (max-width: 780px) {
  .service-card {
    padding: 26px 20px 22px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .review-card {
    min-height: 280px;
  }
}

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

.gallery-grid {
  column-count: 3;
  column-gap: 22px;
}

.gallery-card {
  margin: 0;
  margin-bottom: 22px;
  background: var(--card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-self: start;
  break-inside: avoid;
  page-break-inside: avoid;
}

.gallery-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  width: 100%;
  display: block;
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-trigger img {
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.gallery-card:hover .gallery-trigger img,
.gallery-trigger:focus-visible img {
  transform: scale(1.03);
  filter: saturate(1.03);
}

.gallery-trigger:focus-visible {
  outline: 2px solid rgba(210, 106, 44, 0.45);
  outline-offset: -2px;
}

.gallery-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(210, 106, 44, 0.18), rgba(255, 255, 255, 0.95));
  border-bottom: 1px solid var(--border);
  position: relative;
}

.gallery-placeholder::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px dashed rgba(31, 31, 38, 0.25);
  border-radius: 12px;
}

.gallery-card img,
.gallery-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery-card figcaption {
  margin: 0;
  padding: 16px 18px 18px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.gallery-lightbox {
  --lightbox-origin-x: 50%;
  --lightbox-origin-y: 50%;
  --lightbox-shift-x: 0px;
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(20, 17, 14, 0.78);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
}

.gallery-lightbox-figure {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100vw - 56px));
  margin: 0;
  transform-origin: var(--lightbox-origin-x) var(--lightbox-origin-y);
  animation: gallery-lightbox-figure-in 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-lightbox-figure img {
  width: 100%;
  max-height: calc(100vh - 132px);
  display: block;
  object-fit: contain;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.gallery-lightbox-figure figcaption {
  margin-top: 16px;
  text-align: center;
  color: rgba(255, 248, 241, 0.92);
  font-size: 1rem;
  line-height: 1.6;
}

.gallery-lightbox-close {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff7ef;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

@keyframes gallery-lightbox-figure-in {
  from {
    opacity: 0;
    transform: translate3d(var(--lightbox-shift-x), 28px, 0) scale(0.9);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

.menu {
  background: rgba(255, 255, 255, 0.65);
  padding-top: 40px;
}

.menu-layout {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.menu-book-shell {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.menu-book-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.menu-book-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(210, 106, 44, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--accent-strong);
  font: inherit;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(31, 31, 38, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.menu-book-button:hover,
.menu-book-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(31, 31, 38, 0.12);
}

.menu-book-button:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.menu-book-indicator {
  margin: 0;
  min-width: 220px;
  text-align: center;
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.menu-actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.menu-download-button {
  min-width: min(320px, 100%);
}

.menu-categories {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  overflow-y: visible;
  padding-top: 6px;
}

.menu-category-button {
  padding: 12px 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--muted);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
  flex: 0 0 auto;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.menu-category-button:hover,
.menu-category-button:focus-visible {
  border-color: rgba(210, 106, 44, 0.45);
  color: var(--accent-strong);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(31, 31, 38, 0.12);
}

.menu-category-button.is-active {
  background: linear-gradient(135deg, rgba(210, 106, 44, 0.18), rgba(255, 255, 255, 0.9));
  border-color: rgba(210, 106, 44, 0.45);
  color: var(--accent-strong);
  box-shadow: 0 18px 28px rgba(210, 106, 44, 0.18);
}

.menu-category-button.is-visible {
  border-color: rgba(210, 106, 44, 0.32);
  color: var(--accent-strong);
  background: rgba(255, 250, 244, 0.95);
}

.menu-content {
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  padding: 28px 26px;
  min-height: 360px;
  max-height: min(82vh, 980px);
  overflow: auto;
  outline: none;
}

.menu-book {
  position: relative;
  padding: 16px;
  background:
    linear-gradient(90deg, rgba(118, 80, 48, 0.09) 49.2%, rgba(118, 80, 48, 0.18) 50%, rgba(118, 80, 48, 0.09) 50.8%),
    linear-gradient(180deg, #f8f0e1 0%, #fffdf8 100%);
}

.menu-book-spread {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.menu-book-page {
  min-height: 100%;
  padding: 22px 18px 20px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 244, 235, 0.98));
  border: 1px solid rgba(118, 80, 48, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 30px rgba(31, 31, 38, 0.07);
}

.menu-book-page-dense {
  padding: 18px 15px 16px;
}

.menu-book-page-left {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.menu-book-page-right {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.menu-book-page.is-empty {
  background:
    linear-gradient(180deg, rgba(250, 244, 234, 0.96), rgba(246, 239, 229, 0.92));
  border-style: dashed;
}

.menu-book-page-label {
  margin: 0 0 8px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 700;
}

.menu-book-page-meta {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.menu-book-page-dense .menu-book-page-label {
  margin-bottom: 6px;
  font-size: 0.64rem;
}

.menu-book-page-dense .menu-book-page-meta {
  margin-bottom: 6px;
  font-size: 0.8rem;
}

.menu-book-page-dense .menu-content-header h3 {
  font-size: 1.55rem;
}

.menu-book-page-dense .menu-category-description {
  margin-top: 6px;
  font-size: 0.85rem;
  line-height: 1.42;
}

.menu-book-page-dense .menu-section {
  margin-top: 16px;
}

.menu-book-page-dense .menu-section:first-of-type {
  margin-top: 14px;
}

.menu-book-page-dense .menu-section h4 {
  margin-bottom: 8px;
  font-size: 0.88rem;
  padding-bottom: 5px;
}

.menu-book-page-dense .menu-items {
  gap: 7px;
}

.menu-book-page-dense .menu-item {
  padding-bottom: 6px;
}

.menu-book-page-dense .menu-item-header {
  gap: 10px;
}

.menu-book-page-dense .menu-item-name {
  font-size: 0.88rem;
  line-height: 1.24;
}

.menu-book-page-dense .menu-item-price {
  font-size: 0.88rem;
}

.menu-book-page-dense .menu-item-description {
  margin-top: 2px;
  font-size: 0.8rem;
  line-height: 1.32;
}

.menu-book-page-dense .menu-note {
  margin-top: 12px;
  padding: 8px 12px;
  font-size: 0.86rem;
  line-height: 1.4;
}


.menu-content-header h3 {
  margin: 0 0 4px;
  font-family: var(--font-serif);
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: 600;
}

.menu-category-description {
  margin: 8px 0 0;
  color: var(--text-secondary);
  line-height: 1.55;
  font-weight: 400;
  font-size: 0.92rem;
}

.menu-section {
  margin-top: 22px;
}

.menu-section:first-of-type {
  margin-top: 20px;
}

.menu-section h4 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-family: var(--font-serif);
  color: var(--accent-strong);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  color: var(--text);
  font-family: var(--font-sans);
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(31, 31, 38, 0.12);
}

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

.menu-item {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(31, 31, 38, 0.08);
}

.menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.menu-item-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
}

.menu-item-name {
  font-weight: 600;
  font-size: 0.96rem;
  line-height: 1.32;
  color: var(--text);
}

.menu-item-price {
  font-weight: 700;
  color: var(--accent-strong);
  font-size: 0.95rem;
  white-space: nowrap;
}

.menu-item-description {
  margin: 3px 0 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 400;
  font-size: 0.86rem;
}

.menu-item-translation {
  margin: 4px 0 0;
  color: var(--text-secondary);
  line-height: 1.55;
  font-weight: 500;
  font-size: 0.95rem;
  font-style: italic;
}

.menu-note {
  margin: 18px auto 0;
  max-width: 60ch;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(210, 106, 44, 0.12);
  color: var(--accent-strong);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
  border: 1px solid rgba(210, 106, 44, 0.22);
}

.menu-cta {
  margin: 46px auto 0;
  display: flex;
  justify-content: center;
}

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

.about-panel {
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at top center, rgba(210, 106, 44, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 241, 230, 0.96));
  border-radius: 24px;
  border: 1px solid rgba(31, 31, 38, 0.1);
  box-shadow: 0 24px 46px rgba(31, 31, 38, 0.1);
  text-align: center;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(210, 106, 44, 0.1);
  color: var(--accent-strong);
  border: 1px solid rgba(210, 106, 44, 0.18);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-panel h2 {
  margin: 16px 0 10px;
  color: var(--text);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.about-lead {
  max-width: 50ch;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.65;
}

.about-copy {
  max-width: 78ch;
  margin: 20px auto 0;
  display: grid;
  gap: 0;
  text-align: left;
}

.about-copy p {
  margin: 0;
  padding: 12px 0;
  color: var(--text-secondary);
  line-height: 1.68;
  font-size: 0.94rem;
}

.about-copy p + p {
  border-top: 1px solid rgba(31, 31, 38, 0.08);
}

.visit {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.visit-info {
  padding: 40px;
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.visit-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visit-grid h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-family: var(--font-serif);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.visit-grid p {
  margin: 0 0 18px;
  color: var(--text-secondary);
  line-height: 1.7;
  font-weight: 400;
  font-size: 0.98rem;
}

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.map-frame {
  position: relative;
  min-height: 380px;
  flex: 1;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: none;
  filter: saturate(95%) contrast(102%);
}

.map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-button {
  margin-top: 14px;
}

.map-placeholder-content {
  text-align: center;
  padding: 40px 20px;
}

.map-placeholder-content h3 {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  color: var(--text);
  font-weight: 600;
}

.map-placeholder-content p {
  margin: 0 0 24px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

/* Reservierungsformular */
.reservation-form-wrapper {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.reservation-form-wrapper h3 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  font-family: var(--font-serif);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.reservation-note {
  margin: 0 0 18px;
  max-width: 48ch;
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.95rem;
}

.reservation-form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 420px;
}

.reservation-form-wrapper label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: -4px;
}

.reservation-form-wrapper input,
.reservation-form-wrapper select,
.reservation-form-wrapper textarea {
  padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--text);
  background: var(--card);
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reservation-form-wrapper input:focus,
.reservation-form-wrapper select:focus,
.reservation-form-wrapper textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(210, 106, 44, 0.15);
}

.reservation-form-wrapper input::placeholder,
.reservation-form-wrapper textarea::placeholder {
  color: var(--muted);
}

.reservation-time-native.is-enhanced {
  display: none;
}

.reservation-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(68px, 1fr));
  gap: 8px;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
}

.reservation-time-grid legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.reservation-time-option {
  position: relative;
  display: block;
}

.reservation-time-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.reservation-time-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--card);
  color: var(--text);
  font-weight: 600;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.reservation-time-option input:hover + span,
.reservation-time-option input:focus-visible + span {
  border-color: rgba(210, 106, 44, 0.55);
  box-shadow: 0 0 0 3px rgba(210, 106, 44, 0.14);
  transform: translateY(-1px);
}

.reservation-time-option input:checked + span {
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: #fff;
}

.reservation-time-option input:disabled {
  cursor: not-allowed;
}

.reservation-time-option input:disabled + span {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
}

.reservation-time-note {
  margin: -2px 0 12px;
  color: var(--accent-strong);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.reservation-form-wrapper .form-error {
  color: #b91c1c;
  font-size: 0.9rem;
  margin: 0;
}

.reservation-form-wrapper button[type="submit"] {
  margin-top: 8px;
  cursor: pointer;
}

.reservation-form-wrapper button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-success {
  padding: 24px 20px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: var(--radius-md);
  color: var(--text);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 420px;
}

.news-popup {
  position: fixed;
  left: clamp(12px, 3vw, 24px);
  right: auto;
  bottom: clamp(14px, 3vw, 24px);
  z-index: 1180;
  width: min(292px, calc(100vw - 28px));
  padding: 14px 38px 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 30px rgba(31, 31, 38, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.news-popup[hidden] {
  display: none;
}

.news-popup::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  background: linear-gradient(90deg, var(--accent), #cf4e2b);
}

.news-popup-list {
  display: grid;
  gap: 8px;
}

.news-popup-meta {
  margin: 0 0 3px;
  color: var(--accent-strong);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-popup-card h3 {
  margin: 0 0 5px;
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}

.news-popup-text {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.45;
}

.news-popup-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, var(--accent), #cf4e2b);
  transform: scaleX(0);
  transform-origin: left;
}

.news-popup-progress.is-running {
  animation: news-progress-anim 15s linear infinite;
}

@keyframes news-progress-anim {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.news-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(31, 31, 38, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.news-popup-close:hover,
.news-popup-close:focus-visible {
  color: var(--accent-strong);
  border-color: rgba(210, 106, 44, 0.35);
  transform: translateY(-1px);
}

/* Cookie-Consent: Overlay und Banner liegen ueber allem (z. B. Google Maps) */
.cookie-consent-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}

.cookie-consent-overlay[hidden],
.cookie-consent-overlay.cookie-banner--hidden {
  display: none !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px var(--max-width);
  padding-left: max(4vw, 20px);
  padding-right: max(4vw, 20px);
  background: var(--card);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 24px rgba(31, 31, 38, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 2147483647;
  pointer-events: auto;
}

.cookie-banner[hidden],
.cookie-banner.cookie-banner--hidden {
  display: none !important;
}

.cookie-banner .primary-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  pointer-events: auto;
}

.cookie-banner-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-secondary);
  max-width: min(560px, 100%);
}

.cookie-banner-text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-text a:hover,
.cookie-banner-text a:focus-visible {
  color: var(--accent-strong);
}

.cookie-banner .primary-button {
  flex-shrink: 0;
}

/* Schwebender "Nach oben"-Button */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: none;
  box-shadow: 0 10px 24px rgba(210, 106, 44, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, background 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top.is-visible:hover,
.back-to-top.is-visible:focus-visible {
  background: var(--accent-strong);
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(210, 106, 44, 0.4);
}

.footer {
  padding: 48px 16px 58px;
  text-align: center;
  color: var(--muted);
  border-top: 1px solid rgba(31, 31, 38, 0.08);
  background: rgba(255, 255, 255, 0.35);
}

.footer-inner {
  max-width: min(1200px, 94vw);
  margin: 0 auto;
}

.footer-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-row a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 28px;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-size: 0.92rem;
  color: rgba(31, 31, 38, 0.7);
  font-weight: 400;
  line-height: 1.25;
}

.footer-row a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4em;
  background: rgba(31, 31, 38, 0.2);
}

.footer-row-main a {
  letter-spacing: 0.05em;
}

.footer-divider {
  width: min(1120px, 100%);
  height: 1px;
  background: rgba(31, 31, 38, 0.14);
  margin: 8px auto 12px;
}

.footer-row-legal a {
  font-size: 0.9rem;
}

.footer-row a:hover,
.footer-row a:focus-visible {
  color: var(--accent-strong);
}

.footer-copy {
  margin: 10px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-secondary);
  font-weight: 400;
}

.footer-social {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(31, 31, 38, 0.12);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 16px rgba(31, 31, 38, 0.12);
  overflow: hidden;
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(31, 31, 38, 0.18);
}

.legal-header {
  padding: 24px 0 36px;
  background: radial-gradient(circle at top left, rgba(210, 106, 44, 0.1), transparent 55%),
    radial-gradient(circle at bottom right, rgba(255, 212, 158, 0.3), transparent 50%), transparent;
}

.legal-content {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 60px 16px;
}

.legal-wrapper {
  background: var(--card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  padding: 48px;
}

.legal-wrapper h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.3vw, 2.6rem);
  margin: 0 0 24px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--text);
}

.legal-section {
  margin: 0;
  padding: 0;
}

.legal-section h2 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  margin: 24px 0 10px;
  color: var(--accent-strong);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.legal-wrapper > .legal-section:first-of-type > h2 {
  margin-top: 0;
}

.legal-section h3 {
  font-size: 1.1rem;
  margin: 12px 0 6px;
  color: var(--text-secondary);
  font-weight: 600;
  line-height: 1.3;
}

.legal-section p,
.legal-section ul {
  margin-bottom: 10px;
  color: var(--text-secondary);
  line-height: 1.7;
  font-weight: 400;
}

.legal-section > *:last-child {
  margin-bottom: 0;
}

.legal-section + .legal-section {
  margin-top: 24px;
}

.legal-section li {
  margin: 0 0 8px;
  color: var(--text-secondary);
  line-height: 1.7;
  font-weight: 400;
}

.legal-section a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 106, 44, 0.3);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-section a:hover,
.legal-section a:focus-visible {
  color: var(--accent-strong);
  border-color: var(--accent-strong);
}

.legal-updated {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 1080px) {
  main section {
    padding: 48px 16px;
  }

  .menu-categories {
    gap: 6px;
  }

  .menu-category-button {
    min-width: 160px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

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

  .about-panel {
    padding: 28px 24px;
  }

  .gallery-grid {
    column-count: 2;
  }

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

  .map-wrapper iframe {
    min-height: 240px;
  }

  .map-placeholder {
    min-height: 240px;
  }

  .footer {
    padding: 40px 14px 50px;
  }

  .footer-row a {
    padding: 6px 18px;
    font-size: 0.88rem;
  }

  .footer-copy {
    font-size: 0.9rem;
  }

  .legal-content {
    padding: 48px 16px;
  }

  .legal-wrapper {
    padding: 36px;
  }
}

@media (max-width: 780px) {
  .hero {
    padding: 20px 0 60px;
  }

  .nav {
    flex-wrap: wrap;
    margin: 0 auto 32px;
    padding: 0;
    gap: 8px;
  }

  .site-nav {
    top: 0;
    margin: 0;
    padding: 8px 10px 9px;
  }

  .site-nav::after {
    content: none;
  }

  .site-nav .brand {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 4px;
  }

  .site-nav-logo {
    width: auto;
    height: clamp(48px, 10vw, 60px);
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-visual {
    justify-content: center;
  }

  .hero-logo {
    width: min(68vw, 320px);
  }

  .brand {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    font-size: 1.5rem;
  }

  .nav-links {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-padding-inline: 10px;
    gap: 6px;
    font-size: 0.84rem;
    padding: 2px 2px 4px;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 7px 10px;
    white-space: nowrap;
    border: 1px solid rgba(31, 31, 38, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
  }

  .nav-links a::after {
    display: none;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-text h1 {
    font-size: 2rem;
    margin: 16px 0 16px;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .primary-button,
  .ghost-button {
    width: 100%;
    padding: 12px 20px;
  }

  main section {
    padding: 40px 16px;
  }

  main section:first-of-type {
    padding-top: 32px;
  }

  .section-heading {
    margin: 0 auto 28px;
  }

  .section-heading h2 {
    font-size: 1.8rem;
  }

  .highlight-grid,
  .visit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-panel {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .about-panel h2 {
    margin: 14px 0 10px;
  }

  .about-copy {
    margin-top: 16px;
  }

  .about-copy p {
    font-size: 0.9rem;
    line-height: 1.64;
  }

  .gallery-grid {
    column-count: 1;
    column-gap: 0;
  }

  .gallery-card {
    margin-bottom: 16px;
  }

  .highlight-card {
    padding: 20px;
  }

  .menu-categories {
    gap: 6px;
    padding: 12px 0;
  }

  .menu-category-button {
    padding: 10px 14px;
    font-size: 0.9rem;
    min-width: 120px;
  }

  .menu-content {
    padding: 24px 20px;
    min-height: 280px;
    max-height: none;
  }

  .menu-book-toolbar {
    gap: 10px;
  }

  .menu-book-indicator {
    min-width: 0;
    font-size: 0.92rem;
  }

  .menu-book {
    padding: 14px;
  }

  .menu-book-spread {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .menu-book-page {
    padding: 22px 18px 20px;
  }

  .menu-content-header h3 {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .menu-section {
    margin-top: 24px;
  }

  .menu-item-header {
    gap: 12px;
  }

  .visit-info {
    padding: 24px 16px;
  }

  .visit-grid {
    gap: 20px;
  }

  .visit-grid h3 {
    font-size: 1.1rem;
  }

  .map-wrapper iframe {
    min-height: 220px;
  }

  .map-placeholder {
    min-height: 220px;
  }

  .map-placeholder-content {
    padding: 30px 16px;
  }

  .map-placeholder-content h3 {
    font-size: 1.2rem;
  }

  .map-placeholder-content p {
    font-size: 0.9rem;
  }

  .footer {
    padding: 34px 12px 42px;
  }

  .footer-row a {
    padding: 5px 12px;
    font-size: 0.84rem;
  }

  .footer-row a + a::before {
    height: 1.1em;
  }

  .footer-divider {
    margin: 6px auto 10px;
  }

  .footer-copy {
    font-size: 0.86rem;
  }

  .footer-social {
    margin-top: 10px;
  }

  .footer-social-link {
    width: 32px;
    height: 32px;
  }

  .legal-header {
    padding: 18px 0 24px;
  }

  .legal-content {
    padding: 40px 12px;
  }

  .legal-wrapper {
    padding: 24px 16px;
    border-radius: var(--radius-md);
  }

  .legal-wrapper h1 {
    font-size: 1.8rem;
    margin-bottom: 28px;
  }

  .legal-section {
    margin-bottom: 24px;
  }

  .legal-section h2 {
    font-size: 1.15rem;
    margin-bottom: 12px;
  }

  .legal-section h3 {
    font-size: 1rem;
    margin: 12px 0 10px;
  }

  .legal-section p {
    font-size: 0.95rem;
    margin: 0 0 12px;
  }

  .cookie-banner {
    padding: 18px 20px;
    gap: 16px;
  }

  .cookie-banner-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 540px) {
  .hero {
    padding: 16px 0 52px;
  }

  .nav {
    margin: 0 auto 24px;
    gap: 6px;
  }

  .site-nav {
    top: 0;
    padding: 7px 8px 8px;
    border-radius: 0;
  }

  .site-nav .brand {
    margin-bottom: 0;
  }

  .site-nav-logo {
    width: auto;
    height: clamp(44px, 12vw, 54px);
  }

  .brand {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }

  .nav-links {
    gap: 6px;
    font-size: 0.8rem;
  }

  .nav-links a {
    min-height: 34px;
    padding: 6px 9px;
    gap: 6px;
  }

  .nav-links a svg {
    display: none;
  }

  .hero-logo {
    width: min(78vw, 240px);
  }

  .hero-text h1 {
    font-size: 1.6rem;
    margin: 12px 0 12px;
  }

  .lead {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .hero-actions {
    margin-top: 16px;
    gap: 10px;
  }

  .primary-button,
  .ghost-button {
    padding: 11px 18px;
    font-size: 0.9rem;
  }

  main section {
    padding: 32px 12px;
  }

  main section:first-of-type {
    padding-top: 24px;
  }

  .section-heading h2 {
    font-size: 1.4rem;
  }

  .section-lead {
    font-size: 0.93rem;
    margin: 12px auto 0;
  }

  .highlight-card {
    padding: 16px;
  }

  .highlight-card h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
  }

  .highlight-card p {
    font-size: 0.9rem;
  }

  .menu-categories {
    gap: 4px;
    padding: 8px 0;
  }

  .menu-category-button {
    padding: 8px 12px;
    font-size: 0.8rem;
    min-width: 90px;
  }

  .menu-content {
    padding: 16px 12px;
    min-height: 240px;
  }

  .menu-content-header h3 {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }

  .menu-section h4 {
    font-size: 0.85rem;
    margin: 0 0 12px;
  }

  .menu-item-name {
    font-size: 0.95rem;
  }

  .menu-item-price {
    font-size: 0.9rem;
  }

  .menu-item-description {
    font-size: 0.85rem;
  }

  .visit-info {
    padding: 16px 12px;
  }

  .visit-grid {
    gap: 16px;
  }

  .visit-grid h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .visit-grid p {
    font-size: 0.9rem;
    margin: 0 0 12px;
  }

  .reservation-form-wrapper {
    margin-top: 28px;
    padding-top: 22px;
  }

  .reservation-form-wrapper form {
    max-width: none;
    gap: 12px;
  }

  .reservation-form-wrapper input,
  .reservation-form-wrapper select,
  .reservation-form-wrapper textarea {
    min-height: 46px;
    padding: 12px 14px;
  }

  .reservation-time-grid {
    grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
    gap: 6px;
  }

  .reservation-time-option span {
    min-height: 36px;
    padding: 7px 6px;
    font-size: 0.88rem;
  }

  .map-wrapper iframe {
    min-height: 200px;
  }

  .map-placeholder {
    min-height: 200px;
  }

  .map-placeholder-content {
    padding: 20px 12px;
  }

  .map-placeholder-content h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .map-placeholder-content p {
    font-size: 0.85rem;
    margin-bottom: 16px;
  }

  .footer {
    padding: 26px 10px 34px;
  }

  .footer-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 8px;
    justify-items: center;
  }

  .footer-row a {
    width: 100%;
    padding: 10px 4px;
    font-size: 0.78rem;
    letter-spacing: 0.035em;
  }

  .footer-row a + a::before {
    display: none;
  }

  .footer-divider {
    margin: 8px auto 8px;
  }

  .footer-copy {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .footer-social {
    margin-top: 8px;
    gap: 8px;
  }

  .footer-social-link {
    width: 30px;
    height: 30px;
  }

  .legal-header {
    padding: 16px 0 20px;
  }

  .legal-content {
    padding: 28px 12px;
  }

  .legal-wrapper {
    padding: 16px 12px;
  }

  .legal-wrapper h1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .legal-section {
    margin-bottom: 20px;
  }

  .legal-section h2 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .legal-section h3 {
    font-size: 0.95rem;
    margin: 10px 0 8px;
  }

  .legal-section p {
    font-size: 0.9rem;
    margin: 0 0 10px;
  }

  .legal-section ul {
    margin: 10px 0 12px 16px;
  }

  .legal-section li {
    font-size: 0.9rem;
    margin: 0 0 6px;
  }

  .legal-updated {
    margin-top: 20px;
    padding-top: 16px;
    font-size: 0.85rem;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .cookie-banner {
    padding: 16px 16px 20px;
    gap: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-text {
    font-size: 0.85rem;
    text-align: center;
  }

  .cookie-banner .primary-button {
    width: 100%;
  }
}
