:root {
  --red: #b5121b;
  --red-dark: #760a10;
  --red-bright: #d81d27;
  --ink: #1c2024;
  --muted: #667078;
  --paper: #f7f5f1;
  --white: #fff;
  --line: #e4dfd7;
  --shadow: 0 18px 45px rgba(30, 25, 20, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; background: var(--paper); line-height: 1.55; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 50; padding: .8rem 1rem; background: #fff; color: #111; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.hero { position: relative; min-height: 640px; display: grid; align-items: center; overflow: hidden; color: #fff; background-image: linear-gradient(105deg, rgba(38,6,8,.95) 0%, rgba(118,10,16,.82) 46%, rgba(168,15,24,.56) 100%), url("assets/photos/feuerwehrhaus.webp"); background-position: center 48%; background-size: cover; }
.hero::after { content: ""; position: absolute; inset: auto -12vw -42vw auto; width: 70vw; height: 70vw; border: 2px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.035), 0 0 0 14vw rgba(255,255,255,.025); }
.hero__pattern { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(30deg, transparent 12%, #fff 12%, #fff 13%, transparent 13%, transparent 62%, #fff 62%, #fff 63%, transparent 63%); background-size: 90px 52px; }
.hero__content { position: relative; z-index: 2; width: min(1160px, calc(100% - 2rem)); margin: 0 auto; padding: 6rem 0; }
.eyebrow, .section-kicker { margin: 0 0 .75rem; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.2rem, 10vw, 7.8rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { color: #ffbd27; }
.date { display: inline-block; margin: 1.8rem 0 0; padding: .45rem .8rem; border-left: 4px solid #ffbd27; font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 800; }
.welcome { max-width: 610px; margin: 1.2rem 0 1.8rem; font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(255,255,255,.86); }
.hero__mark { position: absolute; z-index: 1; right: max(2vw, 1rem); top: 3rem; width: min(28vw, 310px); color: rgba(255,255,255,.09); transform: rotate(6deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .78rem 1.2rem; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid #ffbd27; outline-offset: 3px; }
.button--light { background: #fff; color: var(--red-dark); box-shadow: 0 12px 30px rgba(0,0,0,.2); }

main > section { padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100vw - 1160px) / 2)); }
.intro { text-align: center; max-width: 800px; margin: 0 auto; }
.intro h2, .section-heading h2 { margin: 0; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.intro p:last-child { max-width: 620px; margin: 1.25rem auto 0; color: var(--muted); font-size: 1.08rem; }
.section-kicker { color: var(--red); }
.section-heading { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 2.2rem; }
.section-number { display: grid; place-items: center; flex: 0 0 3rem; width: 3rem; height: 3rem; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }

.menu-section--drinks { background: #fff; }
.menu-section--food { background: #efeae2; }
.menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.menu-card { min-width: 0; padding: clamp(1.15rem, 3vw, 2rem); background: #fff; border: 1px solid var(--line); border-radius: 1.25rem; box-shadow: var(--shadow); }
.menu-card--wide { grid-column: 1 / -1; }
.menu-card h3 { margin: 0 0 .8rem; color: var(--red-dark); font-size: 1.2rem; }
.price-list { list-style: none; padding: 0; margin: 0; }
.price-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .75rem; min-height: 56px; padding: .78rem 0; border-bottom: 1px solid var(--line); }
.price-list li:last-child { border-bottom: 0; }
.item { min-width: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem .65rem; overflow-wrap: anywhere; }
.item strong { font-size: 1rem; }
.item small { color: var(--muted); font-size: .88rem; }
.price { white-space: nowrap; color: var(--red-dark); font-size: 1.03rem; font-variant-numeric: tabular-nums; font-weight: 900; }
.food-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .7fr); gap: 1.3rem; align-items: start; }
.recommendation { margin: .5rem -.7rem; padding: 1rem .7rem !important; border: 0 !important; border-radius: .8rem; background: linear-gradient(105deg, #fff0d0, #ffe19a); }
.recommendation .item { display: grid; gap: .15rem; }
.recommendation small { color: var(--red-dark); text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }

.gallery-section { color: #fff; background: var(--ink); }
.section-heading--light .section-number { background: #ffbd27; color: #231500; }
.section-heading--light .section-kicker { color: #ffbd27; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.gallery figure { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; background: #272c31; }
.gallery > figure > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); aspect-ratio: 4 / 3; overflow: hidden; }
.gallery-mosaic img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.gallery figcaption { padding: .85rem 1rem 1rem; font-weight: 800; }
.social-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.25rem; border: 1px solid rgba(255,255,255,.14); border-radius: 1rem; }
.social-row p { margin: 0; color: #c8cdd1; }
.button--instagram { flex: 0 0 auto; background: #fff; color: #17191b; }

footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 2rem max(1rem, calc((100vw - 1160px) / 2)); color: #fff; background: #111315; }
footer div { display: grid; }
footer span { color: #aeb4b8; }
footer a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-weight: 800; }

@media (max-width: 760px) {
  .hero { min-height: 600px; }
  .hero__content { padding: 5rem 0 4rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero__mark { width: 44vw; right: -8vw; top: 2rem; }
  .menu-grid, .food-layout, .gallery { grid-template-columns: 1fr; }
  .menu-card--wide { grid-column: auto; }
  .social-row, footer { align-items: stretch; flex-direction: column; }
  .button--instagram { width: 100%; }
}

@media (max-width: 390px) {
  main > section { padding-left: .8rem; padding-right: .8rem; }
  .hero__content { width: calc(100% - 1.6rem); }
  .section-heading { gap: .7rem; }
  .section-number { flex-basis: 2.6rem; width: 2.6rem; height: 2.6rem; }
  .menu-card { padding: 1rem; border-radius: 1rem; }
  .price-list li { gap: .5rem; }
  .price { font-size: .98rem; }
}

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

@media print {
  .skip-link, .button { display: none; }
  .hero { min-height: auto; padding: 2rem 0; color: #111; background: #fff; }
  .hero h1 { font-size: 3rem; }
  .hero__pattern, .hero__mark { display: none; }
  .menu-card { box-shadow: none; break-inside: avoid; }
}
