:root {
  color-scheme: dark;
  --bg: #0f0c09;
  --bg-soft: #17110d;
  --panel: #211912;
  --panel-strong: #2a2017;
  --paper: #fff3e0;
  --ink: #fff8ee;
  --muted: #ccb9a5;
  --line: rgba(255, 255, 255, .14);
  --line-dark: rgba(32, 21, 12, .16);
  --accent: #ff982d;
  --accent-on-light: #9a3f00;
  --accent-strong: #f15a24;
  --green: #83a55c;
  --blue: #3b88a0;
  --shadow: rgba(0, 0, 0, .32);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  letter-spacing: 0;
}

body::selection {
  background: var(--accent);
  color: #170d07;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 12px 16px;
  border-radius: 6px;
  background: var(--paper);
  color: #170d07;
  font-weight: 900;
  transform: translateY(calc(-100% - 16px));
  transition: transform 0.18s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

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

h1,
h2,
h3,
p {
  margin: 0;
}

.wrap {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  background: #130e0a;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #ffe0b8;
  font-size: 14px;
}

.topbar-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-actions a[href^="tel:"] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar-actions a[href^="tel:"]::before {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: currentColor;
  content: "";
  -webkit-mask: url("phone.svg") center / contain no-repeat;
  mask: url("phone.svg") center / contain no-repeat;
}

.topbar a:hover,
.site-footer a:hover,
.footer-link-button:hover {
  color: var(--accent);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 12, 9, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  width: 218px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  color: #ffe0b8;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  border-bottom: 2px solid transparent;
  padding: 10px 0 8px;
  opacity: .9;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  border-color: var(--accent);
  color: var(--ink);
  opacity: 1;
}

.mobile-nav {
  display: none;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.lang-toggle,
.icon-link,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.lang-toggle,
.icon-link {
  width: 44px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: var(--ink);
  cursor: pointer;
}

.lang-toggle:hover,
.icon-link:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.topbar-actions .icon-link {
  width: 34px;
  min-height: 34px;
  padding: 0;
}

.instagram-link {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.instagram-link:hover {
  border-color: transparent;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.instagram-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.topbar-actions .instagram-icon {
  width: 28px;
  height: 28px;
}

.button {
  gap: 8px;
  border: 1px solid transparent;
  padding: 0 18px;
  font-size: 15px;
}

.button-primary {
  background: var(--accent);
  color: #1b0f06;
  box-shadow: 0 18px 32px rgba(255, 152, 45, .22);
}

.button-primary:hover {
  background: #ffab54;
}

.button-secondary {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .1);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.button-dark {
  border-color: rgba(32, 21, 12, .24);
  background: #1b120c;
  color: #fff4e8;
}

.hero {
  min-height: clamp(320px, 40svh, 360px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(12, 9, 6, .94) 0%, rgba(12, 9, 6, .76) 44%, rgba(12, 9, 6, .28) 100%),
    var(--hero-image) center / cover;
}

.home-hero {
  min-height: calc(100svh - 164px);
  overflow: hidden;
  background: #0f0c09;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 9, 6, .84) 0%, rgba(12, 9, 6, .66) 38%, rgba(12, 9, 6, .16) 72%, rgba(12, 9, 6, .04) 100%),
    linear-gradient(0deg, rgba(12, 9, 6, .2), rgba(12, 9, 6, 0) 52%);
}

.home-hero::after {
  z-index: 1;
  height: clamp(120px, 18svh, 190px);
  background: linear-gradient(180deg, rgba(15, 12, 9, 0) 0%, rgba(15, 12, 9, .58) 52%, var(--bg) 100%);
}

.home-hero .hero-inner {
  position: relative;
  z-index: 2;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .58);
}

.hero-video-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-poster,
.hero-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-poster img {
  object-fit: cover;
  object-position: center;
  filter: brightness(1.08) saturate(1.05) contrast(1.02);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  filter: brightness(1.08) saturate(1.05) contrast(1.02);
  transition: opacity .8s ease;
}

.hero-video.is-active {
  opacity: 1;
}

.hero-video-play {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
  background: rgba(15, 12, 9, .72);
  color: #fff8ee;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.hero-video-play:hover,
.hero-video-play:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.hero-video-play.is-hidden {
  display: none;
}

.hero-video-play.is-manual:not(.is-hidden) {
  display: inline-flex;
}

.menu-hero {
  --hero-image: url("photos/menu-hero-pizzabroetchen-optimized.jpg");
  background-position: center, center 68%;
}

.booking-hero {
  --hero-image: url("photos/booking-event-room.jpg");
  background-position: center, center 58%;
}

.gallery-hero {
  --hero-image: url("photos/gallery-hero-bierbar.jpg");
  background-position: center, center 54%;
}

.contact-hero {
  --hero-image: url("photos/evening-terrace.jpg");
}

.legal-hero {
  --hero-image: url("photos/ausen.jpeg");
  min-height: 300px;
  background-position: center, center 62%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(15, 12, 9, 0), var(--bg));
}

.hero-inner {
  padding: 78px 0 58px;
}

.hero:not(.home-hero) .hero-inner {
  padding: 38px 0 32px;
}

.hero:not(.home-hero) h1 {
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 64px);
}

.hero:not(.home-hero) .hero-copy {
  margin-top: 14px;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.42;
}

.hero:not(.home-hero) .hero-actions {
  margin-top: 18px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--accent);
}

h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(42px, 7vw, 84px);
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  margin-top: 22px;
  color: #ffe0b8;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.48;
}

.hero-actions,
.cta-actions,
.menu-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

section {
  padding: 72px 0;
}

.section-soft {
  background: var(--bg-soft);
  border-block: 1px solid rgba(255, 255, 255, .08);
}

.section-paper {
  background: var(--paper);
  color: #21150e;
}

.section-paper .kicker {
  color: var(--accent-on-light);
}

.section-tight {
  padding-top: 48px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head h2,
.page-copy h2,
.cta-band h2 {
  max-width: 700px;
  font-size: clamp(30px, 4.8vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-head p,
.page-copy p,
.cta-band p,
.text-muted {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.62;
}

.section-paper .section-head p,
.section-paper .text-muted {
  color: #604b38;
}

.home-dishes {
  background: var(--bg);
  padding: clamp(24px, 3vw, 38px) 0 clamp(72px, 8vw, 104px);
}

.home-location-inline {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.home-address-line,
.home-service-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home-address-line {
  gap: 18px;
}

.home-address-line a {
  border-bottom: 1px solid rgba(255, 152, 45, .58);
  color: var(--accent);
  font-weight: 850;
  padding-bottom: 2px;
}

.home-address-line a:hover {
  border-color: var(--accent);
  color: #ffb15f;
}

.home-service-line {
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
}

.home-service-line a:hover {
  color: var(--accent);
}

.home-service-line strong {
  color: var(--accent);
}

.home-dishes-head > div {
  max-width: 760px;
}

.home-dishes-head {
  margin-top: clamp(54px, 6vw, 78px);
}

.home-dishes-head h2 {
  margin-top: 18px;
}

.featured-dishes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-dish {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 36px var(--shadow);
  transition: transform .2s ease, border-color .2s ease;
}

.featured-dish:hover {
  border-color: rgba(255, 152, 45, .72);
  transform: translateY(-3px);
}

.featured-dish:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.featured-dish img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.featured-dish div {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 18px;
}

.featured-dish h3 {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}

.home-about {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) clamp(150px, 18vw, 240px));
  color: var(--ink);
  padding: clamp(72px, 8vw, 110px) 0 clamp(64px, 8vw, 104px);
}

.home-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 48px);
  align-items: start;
}

.home-about-image {
  overflow: hidden;
  margin: 0;
  border-radius: 0;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 30px 72px rgba(0, 0, 0, .34);
}

.home-about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.home-about-panel {
  width: 100%;
  max-width: none;
  display: grid;
  justify-items: center;
  color: var(--ink);
  text-align: center;
}

.home-about-panel .kicker {
  color: var(--accent);
}

.home-about-panel .kicker::before {
  background: var(--accent);
}

.home-about-panel h2 {
  max-width: 1080px;
  margin-top: 20px;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.home-about-text {
  width: 100%;
  max-width: 1120px;
  display: block;
  margin-top: clamp(24px, 3vw, 34px);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
  text-align: left;
}

.home-about-text p {
  margin: 0;
}

.home-about-text p + p {
  margin-top: 18px;
}

.home-about-text strong {
  color: #fff3e0;
  font-weight: 800;
}

.home-about-closing {
  display: block;
  font-size: 20px;
  text-align: left;
}

.home-about-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.route-card,
.dish-card,
.info-tile,
.gallery-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 36px var(--shadow);
}

.route-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.route-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.route-card div,
.dish-card div,
.gallery-item figcaption {
  padding: 18px;
}

.route-card span,
.dish-card span,
.info-tile span {
  display: block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.route-card h3,
.dish-card h3,
.info-tile h3 {
  margin-top: 10px;
  font-size: 23px;
  line-height: 1.15;
}

.route-card p,
.dish-card p,
.info-tile p,
.gallery-item p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}

.route-card:hover {
  border-color: rgba(255, 152, 45, .72);
  transform: translateY(-2px);
  transition: transform .2s ease, border-color .2s ease;
}

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

.dish-card img,
.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 34px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1fr);
}

.photo-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
  box-shadow: 0 22px 46px var(--shadow);
}

.photo-frame img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.photo-frame.location-interior-main img {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.photo-frame.reservation-interior-main img {
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.booking-event-copy {
  max-width: 900px;
}

.booking-events-section .page-copy p,
.booking-events-section .checks li {
  color: #604b38;
}

.booking-photo-grid {
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 18px;
  margin-top: clamp(36px, 5vw, 58px);
}

.ai-image-note {
  margin: 8px 2px 0;
  color: rgba(96, 75, 56, .58);
  font-size: 11px;
  line-height: 1.35;
  text-align: right;
}

.booking-photo-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #eadbc8;
  box-shadow: 0 20px 42px rgba(34, 20, 9, .16);
}

.booking-photo-grid figure:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.booking-photo-grid figure:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.booking-photo-grid .booking-photo-room {
  width: min(760px, 100%);
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
}

.booking-photo-grid img {
  width: 100%;
  height: auto;
}

.checks,
.hours-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.checks li,
.hours-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #ffe0b8;
  line-height: 1.5;
}

.checks li::before,
.hours-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--green);
}

.menu-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.menu-zoom-hint {
  margin: 0 0 20px;
  color: #5e4936;
  font-size: 15px;
  font-weight: 850;
  text-align: center;
}

.menu-page {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 24px 48px rgba(34, 20, 9, .18);
}

.menu-page img {
  width: 100%;
  height: auto;
}

.menu-page figcaption {
  padding: 14px 16px 16px;
  color: #594334;
  font-size: 14px;
  font-weight: 900;
}

.member-benefit {
  max-width: 980px;
  margin: 20px auto 0;
  color: #6b5644;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.member-benefit strong {
  color: #473426;
}

.member-benefit-title {
  margin-right: 4px;
}

.category-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-tile {
  padding: 22px;
}

.info-tile a {
  color: #ffe0b8;
  font-weight: 800;
}

.contact-section-head {
  margin-bottom: 30px;
}

.contact-section-head h2 {
  max-width: 900px;
}

.contact-map {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #e6ecd7;
  box-shadow: 0 24px 48px var(--shadow);
}

.contact-map::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  pointer-events: none;
  transition: border-color .2s ease;
}

.contact-map:hover::after,
.contact-map:focus-visible::after {
  border-color: var(--accent);
}

.contact-map img {
  width: 100%;
  height: auto;
}

.contact-map-action {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  background: #15100c;
  color: #fff8ee;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
  font-weight: 900;
}

.map-attribution {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.map-attribution a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.section-paper .info-tile {
  border-color: var(--line-dark);
  background: #fff9ed;
  box-shadow: 0 18px 34px rgba(34, 20, 9, .12);
}

.section-paper .info-tile p {
  color: #5e4936;
}

.section-paper .info-tile a,
.section-paper .info-tile span {
  color: var(--accent-on-light);
}

.section-paper .info-tile a:hover {
  color: #6f2d00;
}

.section-paper .info-tile h3 {
  color: #24170f;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  margin: 0;
}

.gallery-item img {
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-position: center;
}

.gallery-item-sunset img {
  object-position: center 32%;
}

.gallery-item.tall img {
  aspect-ratio: 3 / 4;
}

.gallery-item.landscape img {
  aspect-ratio: 16 / 9;
}

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

.rating-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 18px 36px var(--shadow);
}

.rating-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.rating-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.rating-card h3 {
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.1;
}

.rating-value {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: clamp(42px, 7vw, 68px);
  font-weight: 950;
  line-height: .9;
}

.rating-card p {
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.55;
}

.rating-stars {
  padding: 18px 22px 8px;
  color: #ffd08a;
  font-size: 24px;
  letter-spacing: 0;
}

.review-source-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.source-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.cta-band {
  background: linear-gradient(135deg, var(--accent), #ffd08a);
  color: #20150d;
}

.cta-band .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band p {
  color: rgba(32, 21, 13, .72);
}

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

.contact-list a,
.contact-list span {
  color: #ffe0b8;
  line-height: 1.55;
}

.legal-section {
  padding: 56px 0 84px;
}

.legal-document {
  max-width: 900px;
}

.legal-updated {
  color: #765f4c;
  font-size: 14px;
  font-weight: 800;
}

.legal-intro {
  max-width: 820px;
  margin-top: 24px;
  color: #49372a;
  font-size: 19px;
  line-height: 1.7;
}

.legal-block {
  border-top: 1px solid var(--line-dark);
  padding: 32px 0 4px;
  margin-top: 32px;
}

.legal-block h2 {
  color: #21150e;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.legal-block p,
.legal-address,
.legal-list,
.legal-link-list {
  max-width: 820px;
  margin: 18px 0 0;
  color: #49372a;
  font-size: 17px;
  line-height: 1.68;
}

.legal-block p + p {
  margin-top: 16px;
}

.legal-address {
  font-style: normal;
}

.legal-list,
.legal-link-list {
  display: grid;
  gap: 9px;
  padding-left: 22px;
}

.legal-document a {
  color: var(--accent-on-light);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-document a:hover {
  color: #6f2d00;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #110c08;
  color: #d9c6b2;
}

.footer-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-weight: 800;
}

.footer-link-button {
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.footer-links a[aria-current="page"] {
  color: var(--accent);
}

.cookie-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 0;
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .52);
}

.cookie-dialog::backdrop {
  background: rgba(8, 5, 3, .76);
}

.cookie-panel {
  padding: 28px;
}

.cookie-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.cookie-dialog h2 {
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.08;
}

.cookie-dialog p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.cookie-dialog-close {
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cookie-dialog-close:hover,
.cookie-dialog-close:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.cookie-essential {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
  padding: 18px 0;
}

.cookie-essential div {
  display: grid;
  gap: 5px;
}

.cookie-essential strong {
  color: var(--ink);
}

.cookie-essential div span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.cookie-status {
  flex: 0 0 auto;
  color: #ffd08a;
  font-size: 13px;
  font-weight: 900;
}

.cookie-dialog .cookie-privacy {
  margin-top: 14px;
  font-size: 14px;
}

.cookie-privacy a {
  color: #ffe0b8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-dialog-actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}

.booking-form-section {
  background: var(--bg-soft);
  border-block: 1px solid rgba(255, 255, 255, .08);
  padding: 38px 0;
}

.booking-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(280px, 1fr);
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
}

.booking-request-copy {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

.booking-request-copy h2 {
  margin-top: 18px;
  font-size: clamp(30px, 3.4vw, 42px);
}

.booking-request-copy > p {
  margin-top: 22px;
}

.booking-request-copy .booking-capacity-note {
  color: #ffe0b8;
  font-size: 15px;
}

.booking-form {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 400px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .28);
}

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

.form-field {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 3px;
}

.form-field-wide,
.form-consent {
  grid-column: 1 / -1;
}

.form-field label,
.form-consent {
  color: #fff3e0;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  background: #120e0b;
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
  padding: 5px 8px;
  font-size: 13px;
}

.form-field textarea {
  min-height: 54px;
  resize: vertical;
  line-height: 1.5;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(255, 152, 45, .24);
  outline-offset: 1px;
  border-color: var(--accent);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #ff7a67;
}

.form-field option:disabled {
  color: #806f60;
}

.form-field small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.form-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.form-consent a {
  color: #ffb15f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.booking-form-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.booking-form-status {
  flex: 1 1 260px;
  min-height: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.booking-form-status.is-success {
  color: #bde08f;
}

.booking-form-status.is-error {
  color: #ff9a8b;
}

.booking-form.is-submitting .button[type="submit"] {
  cursor: wait;
  opacity: .72;
}

.form-response-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
}

.form-response-content {
  max-width: 720px;
  text-align: center;
}

.form-response-content img {
  width: min(320px, 72vw);
  margin: 0 auto 38px;
}

.form-response-content h1 {
  max-width: none;
  font-size: clamp(34px, 7vw, 62px);
}

.form-response-content p {
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.form-response-content .button {
  margin-top: 30px;
}

.mobile-actions {
  display: none;
}

@media (max-width: 940px) {
  .header-inner {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 12px 0;
  }

  .home-hero {
    min-height: calc(100svh - 210px);
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .route-grid,
  .food-strip,
  .featured-dishes,
  .gallery-grid,
  .category-grid,
  .info-grid,
  .rating-grid,
  .menu-pages,
  .split,
  .split.reverse {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-head,
  .cta-band .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-request-layout {
    grid-template-columns: 1fr;
  }

  .booking-request-copy {
    order: 1;
    grid-column: 1;
    grid-row: auto;
    max-width: 760px;
  }

  .booking-form {
    order: 2;
    grid-column: 1;
    grid-row: auto;
    max-width: 400px;
  }
}

@media (max-width: 680px) {
  .topbar {
    padding: 8px 0;
  }

  .home-hero::before {
    background:
      linear-gradient(90deg, rgba(12, 9, 6, .86) 0%, rgba(12, 9, 6, .58) 58%, rgba(12, 9, 6, .22) 100%),
      linear-gradient(0deg, rgba(12, 9, 6, .32), rgba(12, 9, 6, .04) 54%);
  }

  .hero-video-play:not(.is-hidden) {
    display: inline-flex;
  }

  .header-tools .button {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .mobile-nav {
    order: 3;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 6px;
  }

  .mobile-primary-links {
    min-width: 0;
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
  }

  .mobile-primary-links a,
  .mobile-nav-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #ffe0b8;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-primary-links a {
    min-width: 0;
    padding: 0 2px;
  }

  .mobile-primary-links a:hover,
  .mobile-primary-links a[aria-current="page"],
  .mobile-nav-menu a:hover,
  .mobile-nav-menu a[aria-current="page"] {
    border-color: rgba(255, 152, 45, .58);
    background: rgba(255, 152, 45, .1);
    color: var(--ink);
  }

  .mobile-nav-more {
    position: relative;
    flex: 0 0 42px;
  }

  .mobile-nav-more summary {
    width: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    color: var(--ink);
    cursor: pointer;
    font-size: 23px;
    line-height: 1;
    list-style: none;
  }

  .mobile-nav-more summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-more[open] summary {
    border-color: var(--accent);
    color: var(--accent);
  }

  .mobile-nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 70;
    width: min(220px, calc(100vw - 32px));
    display: grid;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #17110d;
    box-shadow: 0 20px 42px rgba(0, 0, 0, .42);
  }

  .mobile-nav-menu a {
    justify-content: flex-start;
    padding: 0 12px;
  }

  .hero {
    min-height: 350px;
  }

  .legal-hero {
    min-height: 300px;
  }

  .home-hero {
    min-height: calc(100svh - 230px);
  }

  .hero-inner {
    padding: 62px 0 44px;
  }

  .hero:not(.home-hero) .hero-inner {
    padding: 28px 0 26px;
  }

  .hero:not(.home-hero) h1 {
    margin-top: 10px;
    font-size: clamp(34px, 10vw, 46px);
  }

  .hero:not(.home-hero) .hero-copy {
    margin-top: 12px;
    font-size: 17px;
  }

  .hero-actions,
  .cta-actions,
  .menu-actions,
  .home-about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero:not(.home-hero) .hero-actions {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-top: 16px;
  }

  .hero:not(.home-hero) .hero-actions .button {
    width: auto;
  }

  .button {
    width: 100%;
  }

  section {
    padding: 54px 0;
  }

  .home-location-inline {
    justify-items: start;
  }

  .home-address-line,
  .home-service-line {
    justify-content: flex-start;
  }

  .route-grid,
  .food-strip,
  .featured-dishes,
  .gallery-grid,
  .category-grid,
  .info-grid,
  .rating-grid,
  .menu-pages,
  .home-about-grid,
  .split,
  .split.reverse {
    grid-template-columns: 1fr;
  }

  .booking-photo-grid {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .booking-photo-grid figure:nth-child(1),
  .booking-photo-grid figure:nth-child(2),
  .booking-photo-grid .booking-photo-room {
    grid-column: 1;
    grid-row: auto;
  }

  .booking-photo-grid .booking-photo-room {
    width: 100%;
  }

  .home-about {
    padding: 64px 0 54px;
  }

  .home-about-text {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
    hyphens: none;
  }

  .home-about-panel {
    justify-items: start;
    text-align: left;
  }

  .home-about-text p:nth-child(3),
  .home-about-closing {
    grid-column: auto;
  }

  .home-about-closing {
    text-align: left;
  }

  .photo-frame img {
    min-height: 310px;
  }

  .booking-form {
    padding: 12px;
    font-size: 16px;
  }

  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-wide,
  .form-consent {
    grid-column: auto;
  }

  .form-field label,
  .form-consent {
    font-size: 15px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 16px;
  }

  .form-field textarea {
    min-height: 88px;
  }

  .form-field small {
    font-size: 14px;
  }

  .form-consent {
    font-size: 14px;
  }

  .form-consent input {
    width: 22px;
    height: 22px;
  }

  .booking-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .booking-form-status {
    flex-basis: auto;
  }

  .mobile-actions {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(15, 12, 9, .94);
    border-top: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px);
  }

  .mobile-actions .button {
    min-height: 46px;
    padding: 0 10px;
    font-size: 14px;
  }

  .footer-inner {
    align-items: flex-start;
    padding-block: 28px;
  }

  .legal-section {
    padding: 44px 0 64px;
  }

  .legal-intro,
  .legal-block p,
  .legal-address,
  .legal-list,
  .legal-link-list {
    font-size: 16px;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .cookie-panel {
    padding: 22px;
  }

  .cookie-essential {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .cookie-dialog-actions .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 70px;
  }

  .brand {
    width: 150px;
  }

  .header-inner {
    min-height: 0;
    gap: 10px;
  }

  .mobile-primary-links a,
  .mobile-nav-menu a {
    min-height: 44px;
    font-size: 13px;
  }

  .mobile-nav-more,
  .mobile-nav-more summary {
    flex-basis: 44px;
    width: 44px;
    min-height: 44px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .button:hover,
  .featured-dish:hover,
  .route-card:hover {
    transform: none;
  }

  .hero-video-play {
    display: none !important;
  }
}
