@charset "UTF-8";

:root {
  --green-1000: #071d17;
  --green-950: #0c2b22;
  --green-900: #123a2e;
  --green-800: #1d523f;
  --gold-600: #b98537;
  --gold-500: #cf9e50;
  --gold-200: #ead6b4;
  --paper: #faf7ef;
  --paper-deep: #f1eadc;
  --white: #fff;
  --ink: #17231f;
  --muted: #65716c;
  --line: #d9cfbe;
  --display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --text: "Segoe UI Variable Text", Aptos, "Segoe UI", Arial, sans-serif;
  --shadow-sm: 0 10px 30px rgba(19, 43, 34, .08);
  --shadow-lg: 0 24px 70px rgba(19, 43, 34, .13);
  --radius: 18px;
  --max: 1200px;
  --content: 1040px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: radial-gradient(circle at 7% 18%, rgba(207, 158, 80, .08), transparent 26rem), var(--paper);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }

header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 164px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  min-height: 88px;
  padding: 10px max(24px, calc((100% - var(--max)) / 2));
  border-bottom: 1px solid rgba(12, 43, 34, .12);
  background: rgba(250, 247, 239, .96);
  box-shadow: 0 8px 30px rgba(19, 43, 34, .06);
  backdrop-filter: blur(12px);
}
.brand, .header-logo { color: inherit; text-decoration: none; }
.header-logo-left {
  display: block;
  width: 164px;
  padding: 4px;
  border: 1px solid rgba(12, 43, 34, .15);
  background: var(--white);
  box-shadow: 0 5px 18px rgba(19, 43, 34, .06);
}
.header-logo-left img { width: 100%; }
.header-logo-right { display: none !important; }
.nav { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 2px; }
.nav a {
  position: relative;
  padding: 11px 10px;
  color: #34443e;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.nav a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] { color: var(--green-900); }
.nav a:hover::after, .nav a:focus-visible::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu {
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--green-800);
  border-radius: 50%;
  color: var(--green-950);
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.music-bar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 52px;
  padding: 8px max(24px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--green-950);
}
.music-bar::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(207, 158, 80, .08), transparent); }
.music-bar > div { display: flex; min-width: 0; align-items: baseline; gap: 14px; }
.music-bar strong { color: var(--white); font: 700 17px/1.2 var(--display); }
.music-bar span { min-width: 0; overflow: hidden; color: rgba(255, 255, 255, .62); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.music-button {
  position: relative;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
}
.music-button:hover, .music-button.playing { color: var(--green-950); background: var(--gold-500); }

main { min-width: 0; min-height: 60vh; }
.pagehead, .intro, .legal, .hours { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 72px 0 46px; }
.pagehead { position: relative; border-bottom: 1px solid var(--line); }
.pagehead::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 78px; height: 3px; background: var(--gold-500); }
.eyebrow { margin: 0 0 12px; color: #9a5b31; font-size: 12px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.pagehead h1, .intro h2, .legal h1, .hours h2, .cta h2 {
  max-width: 940px;
  margin: 0;
  color: var(--green-950);
  font: 700 clamp(42px, 5.6vw, 72px)/1.02 var(--display);
  letter-spacing: -.035em;
  overflow-wrap: break-word;
  hyphens: auto;
}
.pagehead > p:not(.eyebrow) { max-width: 850px; margin: 20px 0 0; color: var(--muted); font-size: clamp(18px, 1.8vw, 21px); line-height: 1.6; }
.page-label-only { padding: 42px 0 18px; border-bottom: 0; }
.page-label-only::after { display: none; }

/* Startseite */
.home-page { background: radial-gradient(circle at 7% 18%, rgba(207, 158, 80, .11), transparent 26rem), var(--paper); }
.home-hero {
  display: grid;
  grid-template-columns: minmax(300px, .84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(56px, 7vw, 98px) 0 clamp(64px, 8vw, 108px);
}
.home-copy { min-width: 0; }
.home-copy h1 {
  margin: 0;
  color: var(--green-950);
  font: 700 clamp(52px, 4.7vw, 66px)/.96 var(--display);
  letter-spacing: -.045em;
  overflow-wrap: normal;
  hyphens: none;
}
.home-copy h1 span { display: block; white-space: nowrap; }
.home-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); }
.home-copy .actions { margin-top: 30px; }
.hero-slider {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(12, 43, 34, .22);
  border-radius: var(--radius);
  background: #13251f;
  box-shadow: var(--shadow-lg);
}
.hero-slider::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.slides, .slide { position: absolute; inset: 0; margin: 0; }
.slide { display: grid; place-items: center; opacity: 0; transition: opacity .75s ease; }
.slide.active { opacity: 1; }
.slide img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.slide img:not([src]) { width: 0; height: 0; }
.slide-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 6;
  display: flex;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(7, 29, 23, .75);
  transform: translateX(-50%);
  backdrop-filter: blur(8px);
}
.slide-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255, 255, 255, .9); border-radius: 50%; background: transparent; cursor: pointer; }
.slide-dots button.active { border-color: var(--gold-500); background: var(--gold-500); }
.slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 7;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: var(--white);
  background: rgba(7, 29, 23, .72);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.slide-arrow.prev { left: 14px; }
.slide-arrow.next { right: 14px; }

/* Events */
.event-pagehead > p:not(.eyebrow) { max-width: 980px; }
.event-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--max), calc(100% - 48px));
  margin: 48px auto 90px;
  counter-reset: event-card;
}
.event-details article {
  position: relative;
  min-width: 0;
  padding: clamp(30px, 3.8vw, 48px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .8);
  box-shadow: var(--shadow-sm);
}
.event-details article:not(:last-child) { counter-increment: event-card; }
.event-details article:not(:last-child)::before { content: "0" counter(event-card); display: block; margin-bottom: 18px; color: var(--gold-600); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.event-details article:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  gap: 18px 54px;
  align-items: start;
  background: linear-gradient(135deg, #f4ecdd, rgba(255, 255, 255, .88));
}
.event-details article:first-child::before { grid-column: 1 / -1; margin-bottom: 0; }
.event-details h2 { margin: 0 0 18px; color: var(--green-900); font: 700 clamp(27px, 3vw, 39px)/1.12 var(--display); letter-spacing: -.02em; overflow-wrap: normal; hyphens: auto; }
.event-details article:first-child h2 { margin-bottom: 0; }
.event-details p, .event-details ul { margin-top: 0; }
.event-details p + p { margin-top: 18px; }
.event-details p:last-child, .event-details ul:last-child { margin-bottom: 0; }
.event-details ul { padding-left: 22px; }
.event-details article:last-child {
  grid-column: 1 / -1;
  padding: clamp(42px, 6vw, 70px);
  border: 0;
  color: rgba(255, 255, 255, .82);
  background: radial-gradient(circle at 85% 0, rgba(207, 158, 80, .18), transparent 22rem), var(--green-950);
  text-align: center;
}
.event-details article:last-child h2 { max-width: 720px; margin: 0 auto 20px; color: var(--gold-500); font-size: clamp(32px, 4vw, 52px); }
.event-details article:last-child p { max-width: 820px; margin-right: auto; margin-left: auto; }

/* Bilder, Speisen, Location */
.poster-grid, .drink-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--max), calc(100% - 48px));
  margin: 44px auto 80px;
}
.poster-grid figure { min-width: 0; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.poster-grid figure:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.poster-grid img, .drink-grid img { width: 100%; height: auto; border: 1px solid #e5ded2; border-radius: 8px; background: var(--white); cursor: zoom-in; }
.poster-grid figcaption { padding: 13px 8px 7px; color: var(--green-900); font-weight: 800; line-height: 1.35; text-align: center; }
.drink-grid { align-items: start; margin-top: -26px; }
.drink-grid img { padding: 9px; box-shadow: var(--shadow-sm); }
.wide-image { width: min(1320px, calc(100% - 48px)); margin: 34px auto 28px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.wide-image img { width: 100%; border-radius: 11px; }
.location-tour-links { display: flex; justify-content: center; gap: 10px; width: min(var(--max), calc(100% - 48px)); margin: 22px auto 44px; }
.location-tour-links a, .btn {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--green-800);
  border-radius: 999px;
  color: var(--white);
  background: var(--green-800);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.location-tour-links a:hover, .btn:hover { color: var(--green-800); background: var(--white); transform: translateY(-2px); }
.btn-secondary { border-color: var(--line); color: var(--green-900); background: transparent; }
.location-copy { width: min(var(--content), calc(100% - 48px)); margin: 0 auto 44px; padding: clamp(34px, 5vw, 56px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, .86); box-shadow: var(--shadow-sm); }
.location-copy p { margin: 0 0 18px; }
.location-copy p:last-child { margin-bottom: 0; }
.saal-facts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto 88px; }
.saal-facts article { min-width: 0; padding: 25px 15px; border-top: 3px solid var(--gold-500); border-radius: 0 0 12px 12px; color: rgba(255, 255, 255, .7); background: var(--green-950); text-align: center; }
.saal-facts .fact-icon, .saal-facts strong, .saal-facts small { display: block; }
.saal-facts .fact-icon { margin-bottom: 8px; color: var(--gold-500); font-size: 24px; }
.saal-facts strong { color: var(--white); font: 700 17px/1.25 var(--display); overflow-wrap: break-word; hyphens: auto; }
.saal-facts small { margin-top: 7px; line-height: 1.45; }
.gallery-grid { width: min(var(--max), calc(100% - 48px)); margin: 44px auto 90px; columns: 3 280px; column-gap: 18px; }
.gallery-grid img { width: 100%; height: auto; margin: 0 0 18px; padding: 7px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: var(--shadow-sm); break-inside: avoid; cursor: zoom-in; transition: transform .2s ease, box-shadow .2s ease; }
.gallery-grid img:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.gallery-grid img:focus-visible, .poster-grid img:focus-visible, .drink-grid img:focus-visible { border-radius: 10px; }

/* Eisdiele */
.ice-page { padding-bottom: 80px; background: linear-gradient(180deg, #fffaf0, var(--paper)); }
.ice-hero { width: min(var(--max), calc(100% - 48px)); margin: 12px auto 30px; padding: 9px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-lg); }
.ice-hero img { width: 100%; border-radius: 11px; }
.ice-wrap { min-width: 0; width: 100%; }
.ice-intro { width: min(var(--content), calc(100% - 48px)); margin: 0 auto; padding: 32px 0 44px; text-align: center; }
.ice-intro h1 { margin: 0 auto 12px; color: var(--green-950); font: 700 clamp(28px, 3.8vw, 46px)/1.14 var(--display); overflow-wrap: break-word; hyphens: auto; }
.ice-intro p { margin: 0; color: #9a5b31; font-size: 19px; font-weight: 800; }
.ice-offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.ice-menu-section { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); text-align: center; }
.ice-menu-section h2 { margin: 0 0 18px; color: var(--green-900); font: 700 clamp(27px, 3vw, 34px)/1.15 var(--display); }
.ice-image-card { display: block; color: inherit; text-decoration: none; }
.ice-image-card img { width: 100%; height: auto; border-radius: 9px; }

/* Weihnachten */
.split, .feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: stretch;
  gap: 0;
  width: min(var(--max), calc(100% - 48px));
  margin: 18px auto 88px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.split > img, .feature > img { align-self: center; width: 100%; height: auto; object-fit: contain; }
.split > img.christmas-visual { align-self: stretch; height: 100%; min-height: 620px; object-fit: cover; object-position: right center; }
.split > div, .feature > div { min-width: 0; padding: clamp(34px, 5vw, 62px); color: rgba(255, 255, 255, .82); background: radial-gradient(circle at 100% 0, rgba(207, 158, 80, .19), transparent 18rem), var(--green-950); }
.split h1, .split h2, .feature h1, .feature h2 { max-width: 100%; margin: 0 0 22px; color: var(--white); font: 700 clamp(36px, 4.4vw, 56px)/1.04 var(--display); letter-spacing: -.03em; overflow-wrap: break-word; hyphens: auto; }
.split ul, .feature ul { padding-left: 22px; }
.split .btn { margin-top: 12px; border-color: var(--gold-500); color: var(--green-950); background: var(--gold-500); }

/* Kontakt, Rechtliches, FAQ */
.contact-grid { width: min(820px, calc(100% - 48px)); margin: 44px auto 90px; }
.contact-address-only, .contact-email-card { padding: clamp(34px, 6vw, 62px); border: 1px solid var(--line); border-left: 6px solid var(--gold-500); border-radius: 0 var(--radius) var(--radius) 0; background: var(--white); box-shadow: var(--shadow-lg); font-size: 19px; }
.contact-address-only strong { color: var(--green-950); font: 700 30px/1.2 var(--display); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-actions .btn { text-align: center; }
.legal { max-width: 920px; padding-bottom: 90px; }
.legal h1 { margin-bottom: 34px; }
.legal h2 { margin: 36px 0 10px; color: var(--green-800); font: 700 27px/1.2 var(--display); }
.legal p { margin: 0 0 16px; overflow-wrap: anywhere; }
.legal ul { margin: 0 0 22px; padding-left: 24px; }
.legal li { margin-bottom: 8px; }
.faq-pagehead { padding-bottom: 44px; }
.faq-layout { width: min(var(--content), calc(100% - 48px)); margin: 44px auto 90px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .86); box-shadow: 0 7px 24px rgba(19, 43, 34, .05); }
.faq-item[open] { border-color: var(--gold-200); box-shadow: var(--shadow-sm); }
.faq-item summary { position: relative; min-width: 0; padding: 20px 62px 20px 24px; color: var(--green-950); cursor: pointer; list-style: none; font: 700 clamp(20px, 2.1vw, 27px)/1.25 var(--display); overflow-wrap: normal; hyphens: auto; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 22px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--green-950); background: var(--gold-200); font: 700 20px/1 Arial, sans-serif; transform: translateY(-50%); }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 24px 24px; color: #4e5a55; }
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child, .faq-answer ul:last-child { margin-bottom: 0; }
.faq-callout { margin-top: 28px; padding: clamp(38px, 6vw, 64px); border-radius: var(--radius); color: rgba(255, 255, 255, .8); background: radial-gradient(circle at 85% 0, rgba(207, 158, 80, .2), transparent 20rem), var(--green-950); text-align: center; }
.faq-callout h2 { margin: 0 0 14px; color: var(--white); font: 700 clamp(32px, 4.6vw, 50px)/1.08 var(--display); overflow-wrap: break-word; hyphens: auto; }
.faq-callout p { max-width: 720px; margin: 0 auto 24px; }
.faq-callout .btn { border-color: var(--gold-500); color: var(--green-950); background: var(--gold-500); }

.cards, .grid-events, .facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto 80px; }
.cards article, .grid-events article, .facts > * { min-width: 0; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.cta, .hours { padding: 64px 24px; background: var(--paper-deep); text-align: center; }
.cta h2, .hours h2 { margin-inline: auto; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.textlink { color: var(--green-800); font-weight: 800; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 28px; background: rgba(4, 15, 11, .95); cursor: zoom-out; }
.lightbox.open { display: grid; }
.lightbox img { width: auto; max-width: 96vw; height: auto; max-height: 94vh; }
.lightbox button, .lightbox-close { position: absolute; top: 20px; right: 22px; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; color: var(--white); background: transparent; font-size: 28px; cursor: pointer; }
body.lightbox-open { overflow: hidden; }

footer {
  display: grid;
  grid-template-columns: 1.1fr .8fr .7fr;
  gap: 36px;
  padding: 50px max(24px, calc((100% - var(--max)) / 2));
  border-top: 4px solid var(--gold-500);
  color: rgba(255, 255, 255, .7);
  background: var(--green-1000);
  font-size: 15px;
}
footer > div { min-width: 0; }
footer strong, .footer-contact-title { display: block; margin-bottom: 7px; color: var(--white); font: 700 18px/1.3 var(--display); }
footer a { color: var(--gold-500); }
.footer-partner {
  grid-column: 1 / -1;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}
.footer-partner a {
  color: rgba(255, 255, 255, .7);
  text-underline-offset: 3px;
}
.footer-partner a:hover { color: var(--gold-500); }

@media (max-width: 1100px) {
  header { grid-template-columns: 150px minmax(0, 1fr); gap: 18px; }
  .header-logo-left { width: 150px; }
  .nav a { padding-inline: 7px; font-size: 12px; }
  .saal-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 920px) {
  header { grid-template-columns: 1fr auto; min-height: 82px; }
  .menu { display: grid; }
  .nav {
    position: absolute;
    top: calc(100% + 1px);
    right: max(18px, calc((100% - var(--max)) / 2));
    left: max(18px, calc((100% - var(--max)) / 2));
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
    max-height: calc(100vh - 104px);
    padding: 18px;
    overflow-y: auto;
    border: 1px solid var(--line);
    border-radius: 0 0 16px 16px;
    background: rgba(250, 247, 239, .99);
    box-shadow: var(--shadow-lg);
  }
  .nav.open { display: grid; }
  .nav a { min-width: 0; padding: 11px 10px; border-radius: 7px; font-size: 14px; white-space: normal; }
  .home-hero { grid-template-columns: 1fr; max-width: 760px; padding-top: 56px; }
  .home-copy { max-width: 690px; }
  .event-details article:first-child { display: block; }
  .event-details article:first-child::before { margin-bottom: 18px; }
  .split, .feature { grid-template-columns: 1fr; }
  .poster-grid, .drink-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards, .grid-events, .facts { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; line-height: 1.67; }
  header { min-height: 76px; padding: 9px 16px; }
  .header-logo-left { width: 136px; }
  .menu { width: 42px; height: 42px; font-size: 20px; }
  .nav { right: 12px; left: 12px; grid-template-columns: 1fr; gap: 1px; padding: 12px; }
  .nav a { padding: 8px 10px; font-size: 14px; }
  .music-bar { gap: 10px; min-height: 48px; padding: 7px 16px; }
  .music-bar > div { display: block; min-width: 0; }
  .music-bar strong { display: block; overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
  .music-bar span { display: none; }
  .music-button { max-width: 148px; min-height: 34px; padding: 7px 10px; overflow: hidden; font-size: 11px; text-overflow: ellipsis; }
  .pagehead, .intro, .legal, .hours { width: min(100% - 32px, var(--max)); padding-top: 48px; padding-bottom: 34px; }
  .pagehead h1, .intro h2, .legal h1, .hours h2, .cta h2 { font-size: clamp(35px, 10.6vw, 48px); line-height: 1.04; }
  .pagehead > p:not(.eyebrow) { margin-top: 16px; font-size: 17px; }
  .page-label-only { padding-top: 32px; padding-bottom: 10px; }
  .home-hero { width: calc(100% - 32px); gap: 34px; padding: 46px 0 62px; }
  .home-copy h1 { font-size: clamp(40px, 11.4vw, 52px); line-height: .98; }
  .home-copy > p:not(.eyebrow) { margin-top: 18px; font-size: 17px; }
  .home-copy .actions { margin-top: 24px; }
  .home-copy .btn { width: 100%; }
  .hero-slider { aspect-ratio: 16 / 11; border-radius: 13px; }
  .slide-arrow { width: 36px; height: 36px; font-size: 21px; }
  .slide-arrow.prev { left: 9px; }
  .slide-arrow.next { right: 9px; }
  .slide-dots { bottom: 9px; }
  .event-details, .poster-grid, .drink-grid, .wide-image, .location-tour-links, .location-copy, .saal-facts, .gallery-grid, .ice-hero, .ice-offer-grid, .split, .feature, .contact-grid, .faq-layout { width: min(100% - 32px, var(--max)); }
  .event-details { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; margin-bottom: 62px; }
  .event-details article, .event-details article:last-child { grid-column: auto; padding: 28px 22px; border-radius: 13px; }
  .event-details h2 { font-size: clamp(26px, 7.8vw, 34px); }
  .event-details article:last-child h2 { font-size: clamp(30px, 9.5vw, 40px); }
  .poster-grid, .drink-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
  .drink-grid { margin-top: -24px; }
  .location-tour-links { flex-direction: column; }
  .location-tour-links a { width: 100%; }
  .location-copy, .contact-address-only, .contact-email-card, .faq-callout { padding: 30px 22px; }
  .saal-facts { grid-template-columns: 1fr 1fr; margin-bottom: 64px; }
  .saal-facts article { padding: 22px 12px; }
  .gallery-grid { margin-top: 28px; margin-bottom: 64px; columns: 1; }
  .ice-page { padding-bottom: 62px; }
  .ice-intro { width: calc(100% - 32px); }
  .ice-intro h1 { font-size: clamp(27px, 8vw, 36px); }
  .ice-offer-grid { grid-template-columns: 1fr; }
  .ice-menu-section { padding: 22px 16px; }
  .split, .feature { margin-top: 10px; margin-bottom: 64px; border-radius: 13px; }
  .split > img.christmas-visual { height: 360px; min-height: 0; object-position: right center; }
  .split > div, .feature > div { padding: 30px 22px 34px; }
  .split h1, .split h2, .feature h1, .feature h2 { font-size: clamp(34px, 10vw, 43px); }
  .split .btn { width: 100%; }
  .faq-layout { margin-top: 28px; margin-bottom: 64px; }
  .faq-item summary { padding: 17px 54px 17px 18px; font-size: clamp(19px, 6vw, 24px); }
  .faq-item summary::after { right: 16px; }
  .faq-answer { padding: 0 18px 20px; }
  .contact-actions .btn { width: 100%; }
  .faq-callout .btn { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 24px; padding: 38px 20px; }
  .footer-partner { margin-top: 4px; padding-top: 14px; text-align: left; }
}

@media (max-width: 400px) {
  .saal-facts { grid-template-columns: 1fr; }
  .music-button { max-width: 132px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
