@font-face {
  font-family: "Alfa Slab One";
  src: url(../fonts/AlfaSlabOne-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url(../fonts/Karla-VF.woff2) format("woff2-variations");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --rauch: #201d1a;
  --rauch - 2: #2a251f;
  --rauch-deep: #161310;
  --cream: #f4ead4;
  --cream-2: #ece0c4;
  --cream-ink: #241f19;
  --cream-muted: #5c5140;
  --cream-line: rgba(36, 31, 25, .16);
  --cream-line-soft: rgba(36, 31, 25, .09);
  --ink: #f4ecdb;
  --muted: #c9bda3;
  --subtle: #988c73;
  --line: rgba(244, 236, 219, .14);
  --line-soft: rgba(244, 236, 219, .08);
  --brand: #d9a441;
  --brand-soft: color-mix(in srgb, var(--brand) 16%, transparent);
  --brand-line: color-mix(in srgb, var(--brand) 42%, transparent);
  --brand-ring: color-mix(in srgb, var(--brand) 30%, transparent);
  --senf-ink: #7a4f14;
  --senf-bright: #e7b768;
  --font-display:
    "Alfa Slab One",
    "Arial Black",
    sans-serif;
  --font-body:
    "Karla",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  --text-h1: clamp(2.25rem, 1.1rem + 4vw, 4.5rem);
  --text-h2: clamp(1.6rem, 1.35rem + 1.4vw, 2.35rem);
  --text-h3: clamp(1.15rem, 1.05rem + 0.55vw, 1.4rem);
  --text-lg: 1.1875rem;
  --text-base: 1rem;
  --text-sm: 0.875rem;
  --text-eyebrow: 0.75rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --section: clamp(4.25rem, 3.75rem + 5.5vw, 8rem);
  --radius: 12px;
  --radius-sm: 6px;
  --radius-pill: 999px;
  --ease-plop: cubic-bezier(.34, 1.56, .64, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --stagger-delay: 75ms;
  --dur-fast: 180ms;
  --dur-normal: 260ms;
  --dur-plop: 600ms;
  --shadow-card: 0 2px 4px rgba(22, 19, 16, .28), 0 10px 26px rgba(22, 19, 16, .36);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  background: var(--rauch);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img,
svg,
canvas {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  margin: 0 0 var(--space-4);
  text-wrap: balance;
}
h1 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.003em;
  font-size: var(--text-h1);
}
h2,
h3 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.008em;
  color: inherit;
}
h2 {
  font-size: var(--text-h2);
}
h3 {
  font-size: var(--text-h3);
}
.claim {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.003em;
  line-height: 1.05;
}
p {
  margin: 0 0 var(--space-4);
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: var(--senf-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:hover {
  color: var(--brand);
}
:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
::selection {
  background: var(--brand);
  color: var(--rauch-deep);
}
.container {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}
.prose {
  max-width: 62ch;
}
.prose p {
  color: var(--muted);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-4);
  z-index: 100;
  padding: var(--space-3) var(--space-6);
  background: var(--brand);
  color: var(--rauch-deep);
  font-weight: 700;
  border-radius: var(--radius-sm);
}
.skip-link:focus {
  top: var(--space-4);
}
.eyebrow {
  display: block;
  margin-bottom: var(--space-4);
  font-size: var(--text-eyebrow);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--senf-bright);
}
.waypoint-rule {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin: var(--space-6) 0;
  color: var(--brand);
}
.waypoint-rule::before,
.waypoint-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
  background-image:
    linear-gradient(
      to right,
      currentColor 40%,
      transparent 0%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  opacity: .55;
}
.waypoint-rule svg {
  flex: none;
}
.waypoint-rule--tight {
  max-width: 200px;
}
.waypoint-rule--center {
  margin-inline: auto;
}
.section-head {
  max-width: 640px;
  margin: 0 auto var(--space-12);
  text-align: center;
}
.section-head .waypoint-rule {
  max-width: 220px;
  margin-inline: auto;
}
.swash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 14'%3E%3Cpath d='M2 9c14-6 28-8 42-6 12 1.5 24 6 34 3 10-3 20-4 40-2' fill='none' stroke='%23d9a441' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom -2px;
  background-size: 100% 10px;
  padding-bottom: .2em;
}
.hours-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 0.4rem 0.9rem;
  margin: 0 0 var(--space-6);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  font-size: var(--text-sm);
  letter-spacing: 0.02em;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.hours-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--subtle);
  flex-shrink: 0;
}
.hours-pill[data-status=open] {
  border-color: var(--brand-line);
  color: var(--senf-bright);
}
.hours-pill[data-status=open] .dot {
  background: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-soft);
}
.hours-pill[data-status=before] .dot {
  background: var(--senf-ink);
}
.hours-pill[data-status=closed] .dot {
  background: var(--subtle);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--rauch-deep) 88%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  min-height: 4.25rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}
.brand:hover {
  color: var(--senf-bright);
}
.brand-mark {
  flex: none;
  display: grid;
  place-items: center;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav a:hover,
.site-nav a[aria-current=page] {
  color: var(--senf-bright);
}
.site-nav a[aria-current=page] {
  text-decoration: underline;
  text-decoration-color: var(--brand);
  text-underline-offset: 6px;
}
.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: none;
  color: var(--ink);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 780px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
  }
  .site-nav {
    display: none;
    position: absolute;
    inset: 100% 0 auto 0;
    background: var(--rauch-deep);
    border-bottom: 1px solid var(--line);
    padding: var(--space-6) clamp(1.25rem, 4vw, 2.5rem) var(--space-8);
  }
  .site-nav.is-open {
    display: block;
  }
  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-6);
  }
  .site-nav a {
    font-size: 1.05rem;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: 0.85rem 1.8rem;
  border: 1.5px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform var(--dur-normal) var(--ease-out),
    box-shadow var(--dur-normal) var(--ease-out),
    background-color var(--dur-normal) var(--ease-out),
    color var(--dur-normal) var(--ease-out);
}
.btn-brand {
  background: var(--brand);
  color: var(--rauch-deep);
}
.btn-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px var(--brand-soft);
  color: var(--rauch-deep);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--brand-line);
}
.btn-outline:hover {
  background: var(--brand-soft);
  color: var(--senf-bright);
  border-color: var(--brand);
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      1000px 480px at 50% -10%,
      var(--brand-soft),
      transparent 65%),
    linear-gradient(
      180deg,
      var(--rauch-deep),
      var(--rauch));
  text-align: center;
}
.hero .container {
  position: relative;
  z-index: 2;
  padding-block: clamp(5.5rem, 4.5rem + 8vw, 10.5rem) clamp(3rem, 2rem + 5vw, 6rem);
  max-width: 900px;
}
.hero h1 {
  margin-bottom: var(--space-6);
}
.hero-sub {
  max-width: 52ch;
  margin: 0 auto var(--space-8);
  font-size: var(--text-lg);
  color: var(--muted);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: center;
  margin-bottom: var(--space-16);
}
.hero-route {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 100 / 40;
}
.route-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.route-line {
  fill: none;
  stroke: var(--brand-line);
  stroke-width: .7;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}
.js-on:not(.rm) [data-route] .route-line {
  stroke-dashoffset: 1;
}
.route-pins {
  list-style: none;
  margin: 0;
  padding: 0;
}
.route-pin {
  position: absolute;
  transform: translate(-50%, -50%);
}
.pin-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.js-on:not(.rm) [data-route] .pin-inner {
  opacity: 0;
}
.pin-dot {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--brand);
  border: 2px solid var(--rauch-deep);
  box-shadow: var(--shadow-card);
}
.pin-dot::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1.5px solid var(--brand);
  opacity: 0;
}
.route-pin:hover .pin-dot::after,
.route-pin.is-today .pin-dot::after {
  animation: pin-pulse 2s ease-in-out infinite;
}
.route-pin.is-today .pin-dot {
  background: var(--senf-bright);
}
@keyframes pin-pulse {
  0% {
    opacity: .55;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}
.pin-label {
  font-size: .72rem;
  letter-spacing: 0.02em;
  color: var(--muted);
  white-space: nowrap;
  background: color-mix(in srgb, var(--rauch-deep) 85%, transparent);
  padding: .22rem .55rem;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line-soft);
}
.pin-label strong {
  color: var(--senf-bright);
  font-weight: 700;
  margin-right: .3em;
}
.route-pin.is-today .pin-label {
  color: var(--ink);
  border-color: var(--brand-line);
}
.route-pin.is-today .pin-label strong {
  color: var(--brand);
}
@media (max-width: 640px) {
  .hero-route {
    aspect-ratio: auto;
  }
  .route-svg {
    display: none;
  }
  .route-pins {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6) var(--space-4);
  }
  .route-pin {
    position: static;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pin-dot::after {
    animation: none !important;
  }
  .route-pin.is-today .pin-dot {
    box-shadow: var(--shadow-card), 0 0 0 4px var(--brand-soft);
  }
}
main > section {
  padding-block: var(--section);
}
.blk-rauch2 {
  background:
    linear-gradient(
      180deg,
      var(--rauch - 2),
      var(--rauch));
}
.blk-tief {
  background: var(--rauch-deep);
}
.split {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
@media (min-width: 900px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
  .split > .split-media {
    order: 2;
  }
}
.split-media {
  position: relative;
}
.ticket {
  position: relative;
  padding: clamp(2rem, 4vw, 3.25rem) clamp(1.75rem, 3vw, 2.75rem) clamp(2.75rem, 4vw, 3.75rem);
  background: var(--cream);
  color: var(--cream-ink);
  text-align: center;
  margin: 0;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 90% 92%, 85% 100%, 80% 92%, 75% 100%, 70% 92%, 65% 100%, 60% 92%, 55% 100%, 50% 92%, 45% 100%, 40% 92%, 35% 100%, 30% 92%, 25% 100%, 20% 92%, 15% 100%, 10% 92%, 5% 100%, 0 92%);
}
.ticket::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: .05;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ticket .eyebrow {
  color: var(--senf-ink);
}
.ticket .big-mark {
  position: relative;
  z-index: 1;
}
.ticket .big-mark path {
  fill: var(--brand);
}
.ticket .big-mark circle {
  fill: var(--cream);
}
.ticket figcaption {
  position: relative;
  z-index: 1;
  margin-top: var(--space-4);
  font-style: italic;
  color: var(--cream-muted);
}
.keyfacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--line-soft);
}
.keyfacts dt {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--senf-bright);
  font-variant-numeric: tabular-nums;
}
.keyfacts dd {
  margin: var(--space-2) 0 0;
  font-size: var(--text-sm);
  letter-spacing: 0.04em;
  color: var(--subtle);
}
@media (max-width: 560px) {
  .keyfacts {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
}
.usp-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
@media (max-width: 780px) {
  .usp-grid {
    grid-template-columns: 1fr;
  }
}
.usp-item .usp-mark {
  margin: 0 auto var(--space-4);
  display: block;
  color: var(--brand);
}
.usp-item h3 {
  margin-bottom: var(--space-2);
}
.usp-item p {
  color: var(--muted);
}
.dish-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}
.dish-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  color: var(--cream-ink);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  text-align: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  transition: transform var(--dur-normal) var(--ease-out), box-shadow var(--dur-normal) var(--ease-out);
  margin: 0;
  overflow: hidden;
}
.dish-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: .05;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.dish-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(22, 19, 16, .3), 0 20px 40px rgba(22, 19, 16, .4);
}
.dish-no {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: var(--space-3);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--senf-ink);
}
.dish-card h3 {
  position: relative;
  z-index: 1;
  color: var(--cream-ink);
  margin-bottom: var(--space-2);
}
.dish-card p {
  position: relative;
  z-index: 1;
  color: var(--cream-muted);
  font-size: var(--text-base);
  flex: 1;
}
.dish-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: var(--space-6);
  color: var(--senf-ink);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
}
.dish-link:hover {
  color: var(--cream-ink);
}
.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-list li {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  padding-block: var(--space-3);
  border-bottom: 1px solid var(--line-soft);
}
.menu-list li:last-child {
  border-bottom: none;
}
.menu-list .dots {
  flex: 1;
  border-bottom: 1px dotted var(--line);
  transform: translateY(-4px);
}
.menu-item-name {
  font-size: var(--text-lg);
}
.menu-item-name em {
  color: var(--muted);
  font-size: var(--text-sm);
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.menu-price {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-lg);
  color: var(--senf-bright);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.menu-note {
  margin-top: var(--space-6);
  font-style: italic;
  color: var(--subtle);
}
.board {
  display: flex;
  gap: var(--space-4);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: var(--space-2) var(--space-2) var(--space-6);
  margin: 0 calc(var(--space-2) * -1) var(--space-4);
  -webkit-overflow-scrolling: touch;
}
.board-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: clamp(160px, 40vw, 200px);
  padding: var(--space-4) var(--space-4) var(--space-5);
  background: var(--rauch - 2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  opacity: 1;
}
.board-card .tag {
  display: inline-block;
  margin-bottom: var(--space-3);
  padding: .2rem .6rem;
  border-radius: var(--radius-pill);
  background: var(--brand-soft);
  color: var(--senf-bright);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.board-card p {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
}
@supports (animation-timeline: view()) {
  .board-card {
    animation: board-in linear both;
    animation-timeline: view(inline);
    animation-range: entry 0% cover 25%;
  }
}
@keyframes board-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .board-card {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-3);
  max-width: 640px;
  margin-inline: auto;
}
.trust-list li {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-6);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: var(--rauch - 2);
}
.trust-list .dot-mark {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateY(-2px);
}
.trust-list span:last-child {
  color: var(--muted);
}
.hours-card {
  max-width: 560px;
  margin-inline: auto;
  background: var(--cream);
  color: var(--cream-ink);
  padding: clamp(2rem, 4vw, 3rem);
  text-align: center;
  position: relative;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.hours-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grain);
  opacity: .05;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hours-card > * {
  position: relative;
  z-index: 1;
}
.hours-card h2 {
  color: var(--cream-ink);
}
.hours-card .eyebrow {
  color: var(--senf-ink);
}
.hours-list-paper {
  list-style: none;
  margin: var(--space-6) 0 0;
  padding: 0;
}
.hours-list-paper li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-2);
  border-bottom: 1px dotted var(--cream-line);
  font-size: var(--text-base);
}
.hours-list-paper li:last-child {
  border-bottom: none;
}
.hours-list-paper .day {
  font-weight: 700;
}
.hours-list-paper .dots {
  display: none;
}
.hours-list-paper .time {
  color: var(--cream-muted);
  font-variant-numeric: tabular-nums;
}
.hours-list-paper .time.closed {
  font-style: italic;
}
.hours-list-paper li.is-today .day,
.hours-list-paper li.is-today .time {
  color: var(--senf-ink);
  font-weight: 700;
}
.hours-note {
  margin-top: var(--space-4);
  font-style: italic;
  color: var(--cream-muted);
  font-size: var(--text-sm);
}
.route-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--space-8);
  max-width: 620px;
  margin-inline: auto;
}
.route-list::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-image:
    linear-gradient(
      to bottom,
      var(--brand-line) 40%,
      transparent 0%);
  background-size: 1px 8px;
  background-repeat: repeat-y;
}
.route-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-2) var(--space-4);
  padding-block: var(--space-4);
  border-bottom: 1px solid var(--line-soft);
}
.route-list li:last-child {
  border-bottom: none;
}
.route-list li::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--space-8) + 2px);
  top: 1.55rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--brand);
  border: 2px solid var(--rauch-deep);
}
.rl-day {
  flex: none;
  width: 6rem;
  font-weight: 700;
  color: var(--senf-bright);
}
.rl-place {
  flex: 1 1 14rem;
  color: var(--ink);
}
.rl-time {
  flex: none;
  color: var(--muted);
  font-size: var(--text-sm);
  font-variant-numeric: tabular-nums;
}
.quote {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}
.quote blockquote {
  margin: 0;
  font-size: var(--text-h3);
  font-weight: 700;
  line-height: 1.4;
}
.quote cite {
  display: block;
  margin-top: var(--space-6);
  font-style: normal;
  font-size: var(--text-sm);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--senf-bright);
}
.faq {
  max-width: 720px;
  margin-inline: auto;
}
.faq-item {
  border-bottom: 1px solid var(--line-soft);
}
.faq-item:first-child {
  border-top: 1px solid var(--line-soft);
}
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-6) 0;
  background: none;
  border: 0;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--text-lg);
  text-align: left;
  cursor: pointer;
}
.faq-q:hover {
  color: var(--senf-bright);
}
.faq-q .faq-icon {
  flex: none;
  color: var(--brand);
  transition: transform var(--dur-normal) var(--ease-out);
}
.faq-q[aria-expanded=true] .faq-icon {
  transform: rotate(45deg);
}
.faq-a {
  padding: 0 0 var(--space-6);
  color: var(--muted);
  max-width: 60ch;
}
.faq-a[hidden] {
  display: none;
}
.cta-band {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem);
  border: 1px solid var(--brand-line);
  border-radius: var(--radius);
  background:
    radial-gradient(
      700px 300px at 50% 0%,
      var(--brand-soft),
      transparent 70%),
    var(--rauch-deep);
}
.cta-band p {
  max-width: 48ch;
  margin-inline: auto;
  color: var(--muted);
}
.cta-band .hero-actions {
  margin-top: var(--space-8);
  margin-bottom: 0;
}
.seo-text {
  max-width: 70ch;
  margin-inline: auto;
  color: var(--subtle);
  font-size: var(--text-sm);
  text-align: center;
}
.contact-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}
@media (min-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-list li {
  display: flex;
  gap: var(--space-4);
  padding-block: var(--space-4);
  border-bottom: 1px solid var(--line-soft);
}
.contact-list li:last-child {
  border-bottom: none;
}
.contact-list .k {
  flex: none;
  width: 7.5rem;
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--subtle);
  padding-top: 0.2rem;
}
.contact-list span:last-child {
  color: var(--muted);
}
.form-field {
  margin-bottom: var(--space-6);
}
.form-field label {
  display: block;
  margin-bottom: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  background: var(--rauch-deep);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font: inherit;
}
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
  border-color: var(--brand-line);
}
.form-hint {
  font-size: var(--text-sm);
  color: var(--subtle);
  margin-top: var(--space-2);
}
.page-hero {
  position: relative;
  text-align: center;
  padding-block: clamp(4rem, 3rem + 6vw, 7rem);
  background:
    radial-gradient(
      800px 380px at 50% -20%,
      var(--brand-soft),
      transparent 65%),
    var(--rauch-deep);
  border-bottom: 1px solid var(--line-soft);
}
.page-hero .eyebrow {
  margin-bottom: var(--space-4);
}
.page-hero p {
  max-width: 56ch;
  margin-inline: auto;
  color: var(--muted);
  font-size: var(--text-lg);
}
.site-footer {
  background: var(--rauch - 2);
  border-top: 1px solid var(--line-soft);
  padding-block: var(--space-16) var(--space-8);
  font-size: var(--text-base);
}
.footer-grid {
  display: grid;
  gap: var(--space-8);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  margin-bottom: var(--space-12);
}
.footer-brand p {
  color: var(--muted);
  font-size: var(--text-base);
  max-width: 30ch;
}
.footer-col h3 {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--senf-bright);
  margin-bottom: var(--space-4);
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-col li {
  margin-bottom: var(--space-3);
}
.footer-col a {
  color: var(--muted);
  text-decoration: none;
}
.footer-col a:hover {
  color: var(--senf-bright);
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: space-between;
  padding-top: var(--space-6);
  border-top: 1px solid var(--line-soft);
  color: var(--subtle);
  font-size: var(--text-sm);
}
.footer-bottom a {
  color: var(--muted);
}
.legal {
  max-width: 72ch;
  margin-inline: auto;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}
.legal h1 {
  margin-bottom: var(--space-6);
}
.legal h2 {
  font-size: var(--text-h3);
  margin-top: var(--space-12);
}
.legal h2:first-of-type {
  margin-top: 0;
}
.legal p,
.legal li,
.legal address {
  color: var(--muted);
}
.legal a {
  text-decoration: underline;
}
.error-404 {
  text-align: center;
  padding-block: clamp(4rem, 10vw, 7rem);
}
.error-404 .pin-dot {
  width: 22px;
  height: 22px;
  margin: 0 auto var(--space-6);
}
.js-on:not(.rm) [data-pin-standalone] {
  opacity: 0;
  transform: translateY(-14px) scale(.5);
}
.error-404 .code {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 12vw, 8rem);
  color: var(--brand);
  line-height: 1;
}
.js-on:not(.rm) [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
}
.js-on:not(.rm) [data-reveal-group] > * {
  opacity: 0;
  transform: translateY(16px);
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .dish-card,
  .faq-q .faq-icon {
    transition: none;
  }
  .btn-brand:hover,
  .dish-card:hover {
    transform: none;
  }
}
@media print {
  .site-header,
  .site-footer,
  .nav-toggle,
  .hero-actions {
    display: none;
  }
}
.sk-shot {
  overflow: hidden;
  border-radius: var(--radius,12px);
  margin-bottom: 1.5rem;
}
.sk-shot img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sk-shot--portrait img {
  aspect-ratio: 4/5;
}
.sk-shot--breit img {
  aspect-ratio: 4/3;
}
