/* ==========================================================================
   Gasthaus Monika — main.css
   Modern-rustic: brand red on warm paper, editorial type, big photography.
   ========================================================================== */

/* ---------- Self-hosted fonts (no Google request; GDPR-friendly) ----------
   Variable fonts, latin + latin-ext subsets, from assets/fonts/. */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('../fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('../fonts/fraunces-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-optical-sizing: auto;
  font-display: swap;
  src: url('../fonts/fraunces-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Design tokens ---------- */
:root {
	--red:        #b01f1b;
	--red-dark:   #8e1815;
	--red-soft:   #c8524e;
	--cream:      #faf6ef;
	--cream-2:    #f2ebdf;
	--paper:      #ffffff;
	--ink:        #241f1c;
	--ink-soft:   #4a423b;
	--muted:      #7c7167;
	--line:       rgba(36, 31, 28, 0.12);
	--line-strong:rgba(36, 31, 28, 0.22);

	--font-display: "Fraunces", Georgia, "Times New Roman", serif;
	--font-body:    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

	--wrap: 1180px;
	--gutter: clamp(1.25rem, 4vw, 3rem);
	--radius: 14px;
	--radius-lg: 24px;
	--shadow: 0 18px 50px -24px rgba(36, 31, 28, 0.45);
	--shadow-soft: 0 10px 30px -18px rgba(36, 31, 28, 0.4);
	--header-h: 84px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--ink);
	background: var(--cream);
	line-height: 1.65;
	font-size: 1.05rem;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0 0 0.5em; line-height: 1.1; font-weight: 600; }
p { margin: 0 0 1.1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}
.skip-link { position: absolute; left: -9999px; z-index: 999; }
.skip-link:focus { left: 1rem; top: 1rem; background: var(--ink); color: #fff; padding: 0.6rem 1rem; border-radius: 8px; }

/* ---------- Layout helpers ---------- */
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.section--cream { background: var(--cream-2); }
.center { text-align: center; }

.kicker {
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--red);
	margin: 0 0 0.9rem;
}
.kicker--light { color: rgba(255,255,255,0.85); }

.section-title {
	font-family: var(--font-display);
	font-weight: 500;
	font-size: clamp(1.9rem, 4vw, 3rem);
	letter-spacing: -0.01em;
	color: var(--ink);
}
.section-head { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-head.center { max-width: 40rem; margin-inline: auto; }
.section-head.split { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }

.text-link {
	color: var(--red);
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: border-color 0.25s var(--ease);
	white-space: nowrap;
}
.text-link:hover { border-color: var(--red); }

.prose { max-width: 44rem; color: var(--ink-soft); }
.prose h2 { font-family: var(--font-display); font-weight: 500; color: var(--ink); font-size: clamp(1.5rem,3vw,2.1rem); margin-top: 1.6em; }
.prose h3 { font-family: var(--font-display); font-weight: 500; color: var(--ink); }
.prose a { color: var(--red); border-bottom: 1px solid rgba(176,31,27,0.4); word-break: break-word; }
.prose.center { margin-inline: auto; }
.prose ul { list-style: disc; padding-left: 1.4em; margin: 0 0 1.1em; }
.prose li { margin: 0.35em 0; }
.prose h2 + p, .prose h3 + p { margin-top: 0.4em; }
.festsaal-cta { margin-top: 0.6rem; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	padding: 0.9rem 1.6rem;
	border-radius: 999px;
	font-weight: 600; font-size: 0.98rem; letter-spacing: 0.01em;
	border: 1.5px solid transparent;
	transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
	will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: #fff; }
.btn--primary:hover { background: var(--red-dark); }
.btn--ghost { border-color: var(--line-strong); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--cream); }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: var(--cream);
	border-bottom: 1px solid var(--line);
	transition: background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header__bar {
	/* Wider than the page content so the logo sits further left and the CTA further right. */
	width: min(1720px, 100% - 2 * var(--gutter));
	margin-inline: auto;
	min-height: var(--header-h);
	display: flex; align-items: center; gap: 1rem;
}
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand__logo { height: 52px; width: auto; transition: filter 0.3s var(--ease); }

.site-nav { margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: clamp(1.4rem, 2.3vw, 2.5rem); }
.nav-menu a {
	font-weight: 500; font-size: 0.96rem; color: var(--ink-soft);
	padding: 0.4rem 0; position: relative; white-space: nowrap;
}
.nav-menu a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
	background: var(--red); transform: scaleX(0); transform-origin: left;
	transition: transform 0.28s var(--ease);
}
.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after { transform: scaleX(1); }
.nav-menu .current-menu-item > a { color: var(--ink); }

.site-header__cta { display: flex; align-items: center; gap: 0.9rem; }

/* Live open/closed status (Google-style) */
.open-status { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); white-space: nowrap; }
.open-status:hover { color: var(--red); }
.open-status__dot { width: 9px; height: 9px; border-radius: 50%; background: #9a8f83; flex-shrink: 0; }
.open-status--open .open-status__dot { background: #2e9e5b; box-shadow: 0 0 0 3px rgba(46,158,91,0.18); }
.open-status--soon .open-status__dot { background: #e0902b; box-shadow: 0 0 0 3px rgba(224,144,43,0.18); }
.open-status--closed .open-status__dot { background: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,0.15); }
body.is-front .site-header:not(.is-scrolled) .open-status { color: rgba(255,255,255,0.92); text-shadow: 0 1px 6px rgba(0,0,0,0.45); }
@media (max-width: 1240px) { .open-status { display: none; } }
.btn--phone {
	display: inline-flex; align-items: center; gap: 0.5rem; white-space: nowrap;
	background: var(--red); color: #fff;
	padding: 0.6rem 1.1rem; border-radius: 999px;
	font-weight: 600; font-size: 0.92rem;
	transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.btn--phone:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn--phone__icon { font-size: 0.95em; }

/* Transparent-over-hero on the front page */
body.is-front .site-header {
	position: fixed; left: 0; right: 0;
}
/* Transparent only while over the hero; once scrolled past it, the header gets
   its solid cream background below (.is-scrolled) so the dark nav text stays
   readable over any section — including the dark Festsaal/contact bands. */
body.is-front .site-header:not(.is-scrolled) {
	background: transparent; border-bottom-color: transparent;
}
body.is-front .site-header:not(.is-scrolled) .nav-menu a { color: rgba(255,255,255,0.92); text-shadow: 0 1px 8px rgba(0,0,0,0.45); }
body.is-front .site-header:not(.is-scrolled) .nav-menu a::after { background: #fff; }
body.is-front .site-header:not(.is-scrolled) .brand__logo { filter: drop-shadow(0 0 5px rgba(255,255,255,0.9)) drop-shadow(0 1px 8px rgba(255,255,255,0.6)); }
body.is-front .site-header:not(.is-scrolled) .nav-toggle span { background: #fff; }

.site-header.is-scrolled {
	background: rgba(250, 246, 239, 0.92);
	backdrop-filter: saturate(1.2) blur(10px);
	border-bottom-color: var(--line);
	box-shadow: 0 8px 30px -22px rgba(36,31,28,0.6);
}

/* Hamburger */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }

/* ---------- Hero ---------- */
.hero {
	position: relative; min-height: 100svh;
	display: flex; align-items: center;
	color: #fff; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__overlay {
	position: absolute; inset: 0; z-index: -1;
	background:
		linear-gradient(180deg, rgba(18,12,10,0.6) 0%, rgba(18,12,10,0.32) 42%, rgba(18,12,10,0.78) 100%),
		linear-gradient(90deg, rgba(18,12,10,0.82) 0%, rgba(18,12,10,0.35) 42%, rgba(18,12,10,0.05) 72%);
}
.hero__inner { padding: calc(var(--header-h) + 2rem) 0 4rem; max-width: 46rem; }
.hero__eyebrow {
	text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.8rem; font-weight: 600;
	color: rgba(255,255,255,0.85); margin: 0 0 1.4rem;
}
.hero__title {
	font-family: var(--font-display); font-weight: 400;
	font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: 1.02; letter-spacing: -0.02em;
	margin: 0 0 1.4rem; text-shadow: 0 2px 30px rgba(0,0,0,0.35);
}
.hero__title em { font-style: italic; color: #fff; }
.hero__lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 34rem; color: rgba(255,255,255,0.92); margin: 0 0 2rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__scroll {
	position: absolute; left: 50%; bottom: 1.6rem; translate: -50% 0; z-index: 2;
	width: 26px; height: 42px; border: 2px solid rgba(255,255,255,0.6); border-radius: 14px;
}
.hero__scroll span {
	position: absolute; left: 50%; top: 8px; translate: -50% 0;
	width: 4px; height: 8px; border-radius: 2px; background: #fff;
	animation: scrolldot 1.8s var(--ease) infinite;
}
@keyframes scrolldot { 0%,100% { opacity: 0; top: 8px; } 50% { opacity: 1; top: 20px; } }

/* ---------- Willkommen ---------- */
.willkommen__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.willkommen__media { position: relative; }
.willkommen__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/3.4; object-fit: cover; }
.badge-est {
	position: absolute; bottom: -18px; left: -18px;
	background: var(--red); color: #fff; font-weight: 600; font-size: 0.8rem;
	letter-spacing: 0.05em; padding: 0.85rem 1.2rem; border-radius: 999px; box-shadow: var(--shadow-soft);
}

.willkommen__more { max-width: 46rem; margin: clamp(1.5rem, 4vw, 2.5rem) auto 0; display: grid; gap: 1rem; }
.willkommen__caption { font-family: var(--font-display); font-style: italic; color: var(--red); text-align: center; margin: 0.9rem 0 0; }
.willkommen__media .video-embed { margin: 0; }
.news-hero-img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); margin-bottom: clamp(2rem, 5vw, 3.5rem); }

/* Responsive video embeds (YouTube etc.) */
.video-embed { position: relative; aspect-ratio: 16 / 9; margin: 1.5rem 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: #000; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Dish cards ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.2rem); margin-bottom: 3rem; }
.dish-card { text-align: center; }
.dish-card__media { border-radius: var(--radius); overflow: hidden; margin-bottom: 1.3rem; aspect-ratio: 4/3; box-shadow: var(--shadow-soft); }
.dish-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.dish-card:hover .dish-card__media img { transform: scale(1.06); }
.dish-card__title { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; }
.dish-card__text { color: var(--muted); font-size: 0.98rem; margin: 0; }

/* ---------- Feature banner (Festsaal) ---------- */
.feature-banner {
	position: relative; padding: clamp(4rem, 12vw, 9rem) 0; color: #fff;
	background-image: var(--bg); background-size: cover; background-position: center; background-attachment: fixed;
}
.feature-banner__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,14,12,0.72), rgba(20,14,12,0.35)); }
.feature-banner__inner { position: relative; max-width: 40rem; }
.feature-banner__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.05; margin-bottom: 1rem; }
.feature-banner__text { color: rgba(255,255,255,0.9); font-size: 1.1rem; margin-bottom: 1.8rem; }

/* ---------- Gallery ---------- */
.gallery-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0.75rem; }
.gallery-strip__item { border-radius: 10px; overflow: hidden; aspect-ratio: 1; }
.gallery-strip__item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.gallery-strip__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), filter 0.3s var(--ease); }
.gallery-strip__item:hover img { transform: scale(1.07); }

.masonry { columns: 3; column-gap: 0.9rem; }
.masonry__item { display: block; margin: 0 0 0.9rem; border-radius: 10px; overflow: hidden; break-inside: avoid; }
.masonry__item img { width: 100%; transition: transform 0.6s var(--ease); }
.masonry__item:hover img { transform: scale(1.05); }

/* ---------- News cards ---------- */
.news-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-card__media { aspect-ratio: 3/2; overflow: hidden; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; }
.news-card__body { padding: 1.4rem 1.5rem 1.7rem; }
.news-card__date { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.news-card__title { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin: 0.4rem 0 0.5rem; }
.news-card__excerpt { color: var(--muted); font-size: 0.96rem; margin: 0; }
.news-grid { margin-bottom: 2.5rem; }

/* ---------- Contact band ---------- */

/* ---------- Hours list ---------- */
.hours-list__row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.5rem 0; border-bottom: 1px dashed rgba(128,128,128,0.25); font-size: 0.96rem; }
.hours-list__row:last-child { border-bottom: 0; }
.hours-list__day { font-weight: 500; }
.hours-list__row.is-closed .hours-list__time { color: var(--red-soft); font-style: italic; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: clamp(1.8rem, 3.5vw, 2.8rem) 0 clamp(1.4rem, 2.5vw, 2rem); background: var(--cream-2); border-bottom: 1px solid var(--line); }
/* Tighter hero on single posts (Aktuelles entries) — the back-link + date + title
   don't need the tall spacing the section pages use. */
body.single .page-hero { padding-top: clamp(1.4rem, 3vw, 2.2rem); padding-bottom: clamp(1.2rem, 2.5vw, 1.8rem); }
body.single .back-link--top { margin-top: 0; margin-bottom: clamp(1rem, 2.5vw, 1.6rem); }
body.single .page-hero .kicker { margin-bottom: 0.5rem; }
.page-hero__title { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.2rem, 6vw, 4rem); letter-spacing: -0.02em; color: var(--ink); margin: 0; }

/* ---------- Split feature (inner pages) ---------- */
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split-feature--reverse .split-feature__media { order: 2; }
.split-feature__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.split-feature__media--portrait img { aspect-ratio: 3/4; max-width: 420px; }

/* ---------- Pills / checklist ---------- */
.pill-grid { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }
.pill { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 0.7rem 1.4rem; font-weight: 500; box-shadow: var(--shadow-soft); }
.checklist { display: grid; gap: 0.6rem; margin: 1.4rem 0; }
.checklist li { position: relative; padding-left: 1.9rem; color: var(--ink-soft); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 1.3rem; height: 1.3rem; background: var(--red); color: #fff; border-radius: 50%; font-size: 0.75rem; display: grid; place-items: center; }

/* ---------- Menu (Speisekarte) ---------- */
.menu-wrap { max-width: 780px; margin-inline: auto; }
.menu-intro { color: var(--muted); }
.menu-group { margin-bottom: 3rem; }
.menu-group__title { font-family: var(--font-display); font-weight: 500; font-size: 1.7rem; color: var(--red); padding-bottom: 0.6rem; border-bottom: 2px solid var(--line); margin-bottom: 1.4rem; }
/* Scoped to .menu-list so these don't hit WordPress nav <li class="menu-item">. */
.menu-list .menu-item { padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.menu-list .menu-item:last-child { border-bottom: 0; }
.menu-item__head { display: flex; align-items: baseline; gap: 0.5rem; }
.menu-item__name { font-weight: 600; font-size: 1.08rem; }
.menu-item__dots { flex: 1; border-bottom: 2px dotted var(--line-strong); transform: translateY(-4px); }
.menu-item__price { font-family: var(--font-display); font-weight: 500; color: var(--ink); white-space: nowrap; }
.menu-item__desc { color: var(--muted); font-size: 0.95rem; margin: 0.25rem 0 0; }
.menu-note { color: var(--muted); font-size: 0.85rem; margin-top: 2.5rem; }
.menu-note p { margin: 0.3rem 0; }
.menu-promo { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 3rem; text-align: center; }
.menu-promo__title { font-family: var(--font-display); color: var(--red); font-size: 1.7rem; margin: 0 0 0.2rem; }
.menu-promo__sub { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.85rem; color: var(--muted); margin: 0 0 1rem; }
.menu-promo p { margin: 0.4rem 0; }

/* ---------- Pension ---------- */
.pension-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.pension-note { color: var(--muted); font-size: 0.9rem; margin-top: 0.8rem; }
.feature-list { list-style: none; margin: 1.2rem 0; display: grid; gap: 0.5rem; padding: 0; }
.feature-list li { padding-left: 1.2rem; position: relative; color: var(--ink-soft); }
.feature-list li::before { content: "–"; position: absolute; left: 0; color: var(--red); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 3vw, 2.2rem); }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); padding: clamp(1.5rem, 3vw, 2rem); text-align: center; }
.price-card__title { font-family: var(--font-display); font-size: 1.4rem; margin: 0; }
.price-card__amount { font-family: var(--font-display); color: var(--red); font-size: 2.4rem; margin: 0.3rem 0 1rem; }
.price-card .checklist { text-align: left; display: inline-grid; }

/* ---------- Veranstaltungen (custom post layout) ---------- */
.veranst-intro { max-width: 46rem; margin-bottom: clamp(1.5rem, 3vw, 2.2rem); }
.veranst-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.veranst-video { position: sticky; top: calc(var(--header-h) + 1rem); }
.veranst-video video { width: 100%; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #000; aspect-ratio: 9 / 16; object-fit: cover; }
.veranst-video__cap { font-family: var(--font-display); font-style: italic; color: var(--muted); text-align: center; margin: 0.7rem 0 0; }
.veranst-urlaub { margin-top: 1.6rem; color: var(--ink-soft); }

.next-event { background: var(--red); color: #fff; border-radius: var(--radius-lg); padding: clamp(1.3rem, 3vw, 1.9rem); margin-bottom: 1.6rem; box-shadow: var(--shadow-soft); }
.next-event__kicker { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.75rem; font-weight: 700; margin: 0 0 0.5rem; color: rgba(255,255,255,0.85); }
.next-event__date { font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.2rem); line-height: 1.05; margin: 0; }
.next-event__label { font-size: 1.1rem; font-weight: 600; margin: 0.35rem 0 0; }
.next-event__note { display: block; font-weight: 400; font-size: 0.95rem; color: rgba(255,255,255,0.85); margin-top: 0.15rem; }
.next-event--done { background: var(--cream-2); color: var(--ink-soft); }
.next-event--done .next-event__label { font-weight: 500; }

.event-list { list-style: none; margin: 0; padding: 0; }
.event-item { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.3rem 1rem; padding: 0.75rem 0; border-bottom: 1px solid var(--line); }
.event-item:last-child { border-bottom: 0; }
.event-item__date { font-weight: 600; color: var(--ink); min-width: 8.5rem; }
.event-item__label { color: var(--ink-soft); }
.event-item__note { display: block; font-size: 0.9rem; color: var(--muted); }
.event-item__tag { margin-left: auto; background: var(--red); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.22rem 0.6rem; border-radius: 999px; align-self: center; }
.event-item.is-past { opacity: 0.55; }
.event-item.is-past .event-item__date, .event-item.is-past .event-item__label { text-decoration: line-through; }
.event-item.is-next { background: rgba(176,31,27,0.06); border-radius: 10px; padding-inline: 0.8rem; border-bottom-color: transparent; }
.event-item.is-next .event-item__date, .event-item.is-next .event-item__label { color: var(--red); font-weight: 700; }

/* ---------- Knusper Kick (offer cards) ---------- */
.knusper-intro { font-size: 1.15rem; margin-bottom: 1rem; }
.knusper-badge { display: table; margin: 0 auto clamp(1.5rem, 3vw, 2.2rem); background: var(--red); color: #fff; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 999px; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2rem); max-width: 60rem; margin-inline: auto; }
.offer-card { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.4rem); text-align: center; box-shadow: var(--shadow-soft); }
.offer-card__day { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.8rem; font-weight: 700; color: var(--muted); margin: 0 0 0.4rem; }
.offer-card__title { font-family: var(--font-display); font-weight: 500; color: var(--red); font-size: clamp(1.6rem, 3vw, 2.1rem); margin: 0 0 0.7rem; }
.offer-card__desc { color: var(--ink-soft); margin: 0 0 1.1rem; }
.offer-card__price { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 2.6rem); color: var(--ink); margin: 0; }

/* ---------- Urlaub notice ---------- */
.urlaub-notice { max-width: 40rem; margin: clamp(1rem, 3vw, 2rem) auto; text-align: center; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(2rem, 5vw, 3rem); box-shadow: var(--shadow-soft); }
.urlaub-notice__icon { font-size: 2.4rem; display: block; margin-bottom: 0.6rem; }
.urlaub-notice__greeting { font-family: var(--font-display); font-size: 1.4rem; color: var(--ink); margin: 0 0 0.2rem; }
.urlaub-notice__lead { color: var(--ink-soft); margin: 0 0 1.4rem; }
.urlaub-dates { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }
.urlaub-pill { background: var(--red); color: #fff; font-weight: 600; padding: 0.6rem 1.1rem; border-radius: 999px; font-size: 0.98rem; }

/* ---------- Recipe video posts ---------- */
.rezept__kicker { margin-bottom: 0.8rem; }
.rezept__video { max-width: 820px; margin: 0 auto; }

/* ---------- Öffnungszeiten (custom post layout) ---------- */
.oeff-status { float: right; display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.8rem 1.3rem; border-radius: 999px; font-weight: 700; font-size: 1.05rem; margin-bottom: clamp(1.6rem, 4vw, 2.4rem); border: 1.5px solid var(--line); }
.oeff-status__dot { width: 13px; height: 13px; border-radius: 50%; background: #9a8f83; flex-shrink: 0; }
.oeff-status.open-status--open { background: rgba(46,158,91,0.1); border-color: rgba(46,158,91,0.4); color: #1e7a43; }
.oeff-status.open-status--open .oeff-status__dot { background: #2e9e5b; box-shadow: 0 0 0 4px rgba(46,158,91,0.2); }
.oeff-status.open-status--soon { background: rgba(224,144,43,0.12); border-color: rgba(224,144,43,0.45); color: #b06f16; }
.oeff-status.open-status--soon .oeff-status__dot { background: #e0902b; box-shadow: 0 0 0 4px rgba(224,144,43,0.2); }
.oeff-status.open-status--closed { background: rgba(192,57,43,0.08); border-color: rgba(192,57,43,0.35); color: var(--red); }
.oeff-status.open-status--closed .oeff-status__dot { background: #c0392b; }

.season { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.3rem, 3vw, 2rem); }
.season--current { clear: both; background: var(--cream-2); border-color: rgba(176,31,27,0.35); box-shadow: var(--shadow-soft); margin-bottom: clamp(1.5rem, 3vw, 2.2rem); }
.season--current .season__title { color: var(--red); }
.season__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.6rem, 3.5vw, 2.3rem); margin: 0.2rem 0 1rem; }
.season__title--sm { font-size: clamp(1.25rem, 2.5vw, 1.5rem); color: var(--ink); }
.season-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.2rem, 3vw, 2rem); }
.hours-rows { list-style: none; margin: 0; padding: 0; }
.season--current .hours-rows { font-size: 1.15rem; }
.hours-row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0; border-bottom: 1px dashed var(--line); }
.hours-row:last-child { border-bottom: 0; }
.hours-row__day { color: var(--ink-soft); }
.hours-row__time { font-weight: 600; color: var(--ink); white-space: nowrap; }
.hours-row.is-closed .hours-row__time { color: var(--muted); font-weight: 500; }

.back-link--top { display: inline-block; margin-top: 0; margin-bottom: 0.8rem; color: var(--red); font-weight: 600; }
body.single article.section { padding-top: clamp(2rem, 4vw, 3rem); }
.single-featured { margin: 0 0 clamp(1.5rem, 3vw, 2.5rem); }
.single-featured img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 16 / 9; object-fit: cover; object-position: center top; }
/* Compound selector to beat the later plain .single-featured rule below. */
.single-featured.single-featured--below { max-width: 56rem; margin: clamp(2.2rem, 5vw, 3.5rem) auto 0; }
.single-featured.single-featured--below img { aspect-ratio: 3 / 2; }

/* ---------- Kontakt ---------- */
.kontakt-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.kontakt-address { font-style: normal; font-size: 1.1rem; color: var(--ink-soft); margin-bottom: 1.4rem; }
.kontakt-dl { display: grid; gap: 1rem; margin: 0 0 1.6rem; }
.kontakt-dl dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); font-weight: 600; }
.kontakt-dl dd { margin: 0.2rem 0 0; font-size: 1.1rem; }
.kontakt-dl a { color: var(--red); }
.kontakt-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2.2rem; }
.kontakt-hours-title { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin-bottom: 0.8rem; }
.kontakt-map { position: sticky; top: calc(var(--header-h) + 1rem); }
.kontakt-map iframe { width: 100%; aspect-ratio: 4/3.4; border: 0; border-radius: var(--radius-lg); box-shadow: var(--shadow); background: var(--cream-2); }
.kontakt-map__link { display: inline-block; margin-top: 0.7rem; color: var(--red); font-weight: 600; border-bottom: 1px solid rgba(176,31,27,0.4); }

/* ---------- Single / prose ---------- */
.single-featured { margin: 0 0 2.5rem; }
.single-featured img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; }
.back-link { margin-top: 2.5rem; }
.pagination { margin-top: 3rem; text-align: center; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 0.5rem; margin: 0 0.2rem; border-radius: 999px; border: 1px solid var(--line); font-weight: 600; }
.pagination .page-numbers.current { background: var(--red); color: #fff; border-color: var(--red); }

/* ---------- Footer ---------- */
.site-footer { background: #1c1815; color: rgba(255,255,255,0.75); padding-top: clamp(3rem, 6vw, 5rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); padding-bottom: 3rem; }
.footer-logo { height: 56px; width: auto; margin-bottom: 1.3rem; filter: drop-shadow(0 0 5px rgba(255,255,255,0.85)) drop-shadow(0 1px 8px rgba(255,255,255,0.5)); }
.footer-tagline { max-width: 22rem; color: rgba(255,255,255,0.6); }
.footer-head { font-family: var(--font-display); font-weight: 500; font-size: 1.2rem; color: #fff; margin-bottom: 1rem; }
.footer-address { font-style: normal; line-height: 1.9; }
.footer-address a { color: rgba(255,255,255,0.85); }
.footer-address a:hover { color: #fff; }
.footer-map-link { display: inline-block; margin-top: 0.8rem; color: var(--red-soft); font-weight: 600; }
.social-link { display: inline-block; margin-top: 1rem; color: rgba(255,255,255,0.85); border-bottom: 1px solid rgba(255,255,255,0.3); }
.footer-col .hours-list__row { border-color: rgba(255,255,255,0.12); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.4rem 0; }
.footer-bottom__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: 0.85rem; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,0.5); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a:hover { color: #fff; }

/* ---------- Reveal on scroll ---------- */
[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity 0.45s var(--ease), transform 0.45s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 999; display: none; place-items: center; background: rgba(15,11,9,0.92); padding: 5vw; opacity: 0; transition: opacity 0.3s var(--ease); }
.lightbox.is-open { display: grid; opacity: 1; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,0.6); }
.lightbox__close { position: absolute; top: 1.4rem; right: 1.6rem; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.35); background: transparent; color: #fff; font-size: 1.4rem; }
.lightbox__close:hover { background: rgba(255,255,255,0.12); }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.35); background: rgba(0,0,0,0.2); color: #fff; font-size: 2rem; line-height: 1; display: grid; place-items: center; transition: background 0.2s var(--ease); }
.lightbox__nav:hover { background: rgba(255,255,255,0.18); }
.lightbox__nav--prev { left: 1.6rem; }
.lightbox__nav--next { right: 1.6rem; }
@media (max-width: 600px) {
	.lightbox__nav { width: 44px; height: 44px; font-size: 1.6rem; }
	.lightbox__nav--prev { left: 0.5rem; }
	.lightbox__nav--next { right: 0.5rem; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.kontakt-grid { grid-template-columns: 1fr; }
	.kontakt-map { position: static; }
}
@media (max-width: 860px) {
	:root { --header-h: 72px; }
	.site-nav {
		position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px);
		background: var(--cream); box-shadow: -20px 0 60px -30px rgba(0,0,0,0.5);
		transform: translateX(100%); transition: transform 0.35s var(--ease);
		padding: calc(var(--header-h) + 1.5rem) 2rem 2rem; z-index: 90; margin: 0;
	}
	body.nav-open .site-nav { transform: translateX(0); }
	body.nav-open { overflow: hidden; }
	.nav-menu { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
	.nav-menu a { color: var(--ink-soft) !important; font-size: 1.15rem; padding: 0.6rem 0; width: 100%; border-bottom: 1px solid var(--line); }
	.nav-menu a::after { display: none; }
	.nav-toggle { display: flex; }
	body.is-front .site-header:not(.is-scrolled) .nav-toggle span { background: #fff; }
	body.nav-open.is-front .site-header .nav-toggle span,
	.nav-toggle span { background: var(--ink); }
	body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.btn--phone__label { display: none; }
	.btn--phone { padding: 0.6rem; }

	.willkommen__grid { grid-template-columns: 1fr; }
	.willkommen__media { order: 0; }
	.badge-est { left: auto; right: 12px; }
	.cards-3 { grid-template-columns: 1fr; max-width: 26rem; margin-inline: auto; }
	.split-feature { grid-template-columns: 1fr; }
	.split-feature--reverse .split-feature__media { order: -1; }
	.split-feature__media--portrait img { max-width: none; }
	.pension-cols { grid-template-columns: 1fr; }
	.price-grid { grid-template-columns: 1fr; max-width: 26rem; margin-inline: auto; }
	.veranst-grid { grid-template-columns: 1fr; }
	.veranst-video { position: static; order: -1; }
	.veranst-video video { aspect-ratio: 16 / 9; }
	.event-item__date { min-width: 7rem; }
	.season-grid { grid-template-columns: 1fr; }
	.offer-grid { grid-template-columns: 1fr; max-width: 26rem; margin-inline: auto; }
	.oeff-status { float: none; }
	.gallery-strip { grid-template-columns: repeat(3, 1fr); }
	.gallery-strip__item:first-child { grid-column: span 2; grid-row: span 2; }
	.masonry { columns: 2; }
	.feature-banner { background-attachment: scroll; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 520px) {
	body { font-size: 1rem; }
	.masonry { columns: 1; }
	.gallery-strip { grid-template-columns: repeat(2, 1fr); }
	.hero__actions .btn { flex: 1; }
}

/* ---------- Cookie consent ---------- */
.cc[hidden], .cc [hidden] { display: none !important; }
.cc {
	position: fixed; z-index: 1200;
	left: 16px; right: 16px; bottom: 16px;
	display: flex; justify-content: flex-start; pointer-events: none;
}
@media (min-width: 560px) { .cc { left: 24px; right: auto; bottom: 24px; max-width: 460px; } }
.cc__card {
	pointer-events: auto;
	background: #fff; color: var(--ink);
	border: 1px solid var(--line); border-radius: 16px;
	box-shadow: 0 24px 60px -20px rgba(20,14,12,0.55);
	padding: 1.4rem 1.5rem 1.25rem;
}
.cc__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.cc__title { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; margin: 0; }
.cc__close { background: none; border: 0; font-size: 1.5rem; line-height: 1; color: var(--muted); cursor: pointer; padding: 0 0.2rem; }
.cc__close:hover { color: var(--ink); }
.cc__text { font-size: 0.88rem; line-height: 1.6; color: var(--ink-soft); margin: 0.7rem 0 1.1rem; }
.cc__actions { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.cc__actions .btn { flex: 1 1 auto; padding: 0.6rem 1rem; font-size: 0.9rem; }
.cc__links { display: flex; flex-wrap: wrap; gap: 0.2rem 1.1rem; margin-top: 1rem; font-size: 0.8rem; }
.cc__links a { color: var(--red); border-bottom: 1px solid transparent; }
.cc__links a:hover { border-color: var(--red); }
.cc__settings { display: grid; gap: 0.5rem; margin: 0.3rem 0 1rem; }
.cc__settings[hidden] { display: none; }
.cc-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 0.85rem; background: var(--cream); border-radius: 10px; font-size: 0.9rem; font-weight: 600; }
.cc-row small { display: block; font-weight: 400; color: var(--muted); font-size: 0.78rem; margin-top: 0.15rem; }
.cc-row input { width: 18px; height: 18px; accent-color: var(--red); flex-shrink: 0; }

/* Blocked external-media placeholder */
.cc-gated { position: relative; }
.cc-ph {
	position: absolute; inset: 0; z-index: 2;
	background: var(--cream-2);
	border: 1px dashed var(--line-strong); border-radius: inherit;
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 0.7rem; text-align: center; padding: 1.2rem;
}
.cc-ph p { margin: 0; font-size: 0.88rem; color: var(--ink-soft); max-width: 30rem; line-height: 1.55; }
.cc-ph .btn { padding: 0.55rem 1.2rem; font-size: 0.9rem; }
.cc-ph__always { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--muted); font-weight: 500; cursor: pointer; }
.cc-ph__always input { accent-color: var(--red); }

/* ---------- Cookie policy: accordions + tables ---------- */
.prose details.cookie-accordion {
	border: 1px solid var(--line); border-radius: 12px;
	background: var(--paper); margin: 0 0 0.8rem; padding: 0 1.1rem;
}
.prose details.cookie-accordion > summary {
	cursor: pointer; list-style: none; padding: 0.9rem 0; margin: 0 -1.1rem;
	padding-inline: 1.1rem; font-weight: 600; color: var(--ink);
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.prose details.cookie-accordion > summary::-webkit-details-marker { display: none; }
.prose details.cookie-accordion > summary::after { content: "+"; color: var(--red); font-size: 1.25rem; line-height: 1; }
.prose details.cookie-accordion[open] > summary::after { content: "\2013"; }
.prose details.cookie-accordion[open] > summary { border-bottom: 1px solid var(--line); }
.prose details.cookie-accordion > p { margin: 0.9rem 0 0.4rem; }
.prose details.cookie-accordion > table { margin-bottom: 1rem; }

.cookie-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.cookie-table th, .cookie-table td { text-align: left; padding: 0.5rem 0.6rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.cookie-table th { font-weight: 600; color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; }
.cookie-table td:first-child { font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 0.8rem; }
.cookie-table td:first-child em { font-family: var(--font-body); color: var(--muted); font-style: normal; }
.cookie-table tr:last-child td { border-bottom: 0; }
@media (max-width: 640px) { .cookie-table, .cookie-table thead, .cookie-table tbody, .cookie-table tr, .cookie-table td { display: block; } .cookie-table thead { display: none; } .cookie-table td { border: 0; padding: 0.15rem 0; } .cookie-table tr { padding: 0.7rem 0; border-bottom: 1px solid var(--line); } }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
	[data-reveal] { opacity: 1; transform: none; }
}
