﻿/**
 * Christmas Theme — Dorf-Adventsmarkt · warm & einladend
 * Fraunces + Manrope · Einladungs-Typografie · Kerzenlicht
 */

:root {
	/* Tannennadel-Akzent (sparsam) */
	--forest-deep: #152820;
	--forest: #1e3d32;
	--forest-mid: #2a5244;
	--forest-soft: #3d6656;

	/* Warme Marktflächen */
	--ivory: #fffdf8;
	--paper: #f7efe3;
	--paper-warm: #f0e4d4;
	--parchment: #faf4ea;
	--cream: #fff9f0;
	--candle: #f2d9b0;
	--candlelight: #f8e8c8;
	--gold-soft: #c4a060;

	/* Frost & kalte Luft */
	--frost: #c5dce8;
	--ice: #9ebfcf;
	--sky-deep: #1e3540;
	--mist-warm: #e4e9e6;
	--mist-frost: #dde8ec;

	--berry: #9a5c6e;
	--berry-faint: rgba(154, 92, 110, 0.2);

	/* Lesetext */
	--ink: #141c18;
	--ink-soft: #3a4540;
	--snow: #faf8f4;

	--line: rgba(26, 50, 42, 0.1);
	--line-warm: rgba(201, 168, 108, 0.25);
	--line-on-dark: rgba(255, 250, 242, 0.12);
	--line-frost: rgba(158, 191, 207, 0.35);

	--shadow-soft: 0 0.35rem 1.5rem rgba(45, 38, 28, 0.07);
	--shadow-lift: 0 0.75rem 2.25rem rgba(45, 38, 28, 0.1);
	--shadow-card: 0 2px 0 rgba(255, 255, 255, 0.65) inset, 0 0.5rem 1.75rem rgba(45, 38, 28, 0.08);
	--glow-candle: 0 0 2.5rem rgba(242, 217, 176, 0.45);
	--glow-warm: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(248, 232, 200, 0.55), transparent 70%);

	--pad-x: clamp(1.25rem, 5vw, 4.5rem);
	--pad-y: clamp(4.5rem, 14vw, 9rem);
	--pad-y-sm: clamp(3rem, 8vw, 5rem);

	--font-display: "Fraunces", Georgia, "Times New Roman", serif;
	--font-body: "Manrope", system-ui, -apple-system, sans-serif;

	--text-body: clamp(1rem, 0.96rem + 0.12vw, 1.0625rem);
	--text-lede: clamp(1.125rem, 1.05rem + 0.25vw, 1.35rem);
	--display-md: clamp(2.75rem, 1.8rem + 3.8vw, 5rem);
	--display-sm: clamp(1.85rem, 1.35rem + 1.8vw, 2.75rem);

	--max-text: 38rem;
	--max-wide: 72rem;

	--radius-sm: 0.5rem;
	--radius-md: 0.75rem;
	--radius-lg: 1rem;
	--radius-xl: 1.25rem;
	--radius-card: 1rem;
	--radius-pill: 999px;
	--ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: var(--text-body);
	font-weight: 400;
	line-height: 1.72;
	color: var(--ink-soft);
	background: var(--ivory);
	background-image:
		radial-gradient(ellipse 90% 55% at 50% 0%, rgba(248, 232, 200, 0.35), transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 60%, rgba(242, 217, 176, 0.14), transparent 50%),
		linear-gradient(180deg, var(--ivory) 0%, var(--parchment) 40%, var(--paper-warm) 100%);
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--forest-mid);
	text-underline-offset: 0.22em;
}

a:hover {
	color: var(--sky-deep);
	opacity: 1;
}

/* Atmosphäre: globaler Seitenhintergrund (Customizer: --site-bg-*) */
.site-background,
.site-bg {
	position: fixed;
	inset: 0;
	z-index: -2;
	background: var(--site-bg-layer, var(--site-bg-color, var(--parchment, #f7efe3)));
	background-color: var(--site-bg-color, var(--parchment, #f7efe3));
	transition: background-color 0.15s ease-out;
	pointer-events: none;
}

body:not(.site-bg-mode-none) .site-background:not(.is-scroll-bg),
body:not(.site-bg-mode-none) .site-bg:not(.is-scroll-bg) {
	background:
		var(--site-bg-layer),
		radial-gradient(ellipse 80% 50% at 50% -8%, rgba(248, 232, 200, 0.35), transparent 58%),
		radial-gradient(ellipse 55% 40% at 0% 70%, rgba(242, 217, 176, 0.1), transparent 52%);
}

.site-background::after,
.site-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.035;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
	pointer-events: none;
}

.site-stars {
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		radial-gradient(1.5px 1.5px at 14% 16%, rgba(196, 160, 96, 0.35), transparent),
		radial-gradient(1px 1px at 32% 9%, rgba(242, 217, 176, 0.45), transparent),
		radial-gradient(2px 2px at 58% 12%, rgba(255, 248, 235, 0.55), transparent),
		radial-gradient(1px 1px at 76% 20%, rgba(196, 160, 96, 0.3), transparent),
		radial-gradient(1.5px 1.5px at 88% 8%, rgba(255, 255, 255, 0.5), transparent),
		radial-gradient(1px 1px at 22% 42%, rgba(242, 217, 176, 0.25), transparent),
		radial-gradient(1px 1px at 92% 48%, rgba(196, 160, 96, 0.22), transparent);
	opacity: 0.38;
	animation: starfield 14s ease-in-out infinite alternate;
}

@keyframes starfield {
	0% { opacity: 0.42; }
	100% { opacity: 0.62; }
}

@media (prefers-reduced-motion: reduce) {
	.site-stars {
		animation: none;
		opacity: 0.48;
	}
}

/* Schnee in Hero & Programm (Abschnitts-lokal) */
.section-snow {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.section-snow--hero {
	z-index: 1;
}

.section-snow--program {
	z-index: 0;
}

.snowflake {
	position: absolute;
	top: -14px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff, rgba(220, 235, 245, 0.9));
	box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
	animation: snow-fall linear infinite;
	opacity: 0.7;
}

.section-snow--program .snowflake {
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.95), rgba(197, 220, 232, 0.5));
	box-shadow: 0 0 10px rgba(197, 220, 232, 0.35);
}

@media (prefers-reduced-motion: reduce) {
	.section-snow {
		display: none;
	}
}

@keyframes snow-fall {
	0% {
		top: -16px;
		transform: translateX(0);
		opacity: 0.75;
	}
	100% {
		top: 100%;
		transform: translateX(14px);
		opacity: 0.03;
	}
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: var(--forest);
	color: var(--cream);
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	white-space: normal;
	text-decoration: none;
	border-radius: 2px;
	outline: 2px solid var(--frost);
	outline-offset: 2px;
}

/* Layering: Hauptinhalt über Hintergrund-Sterne */
.site-main,
.site-colophon {
	position: relative;
	z-index: 2;
}

/* -------------------------------------------------------------------------
   Header
   ------------------------------------------------------------------------- */
:root {
	--ct-header-active-height: var(--ct-header-min-height, 72px);
	--ct-logo-active-max-height: var(--ct-logo-max-height, 40px);
	--ct-nav-active-font-size: var(--ct-nav-font-size, 0.8125rem);
	--ct-nav-active-gap: var(--ct-nav-gap, 1rem);
}

@media (max-width: 59.99rem) {
	:root {
		--ct-header-active-height: var(--ct-header-mobile-min-height, var(--ct-header-min-height, 72px));
		--ct-logo-active-max-height: var(--ct-logo-mobile-max-height, var(--ct-logo-max-height, 40px));
		--ct-nav-active-font-size: var(--ct-nav-mobile-font-size, var(--ct-nav-font-size, 0.8125rem));
		--ct-nav-active-gap: var(--ct-nav-mobile-gap, var(--ct-nav-gap, 1rem));
	}
}

.site-header {
	position: relative;
	z-index: 40;
	height: var(--ct-header-active-height, 72px);
	min-height: 0;
	box-sizing: border-box;
	background: transparent;
	border: none;
	box-shadow: none;
	isolation: isolate;
}

.site-header--glass-fx {
	isolation: auto;
}

.site-header:not(.is-sticky) {
	margin-top: var(--ct-header-offset-top, 0);
}

.site-header.is-sticky {
	position: fixed;
	top: var(--ct-header-offset-top, 0);
	left: 0;
	right: 0;
	width: 100%;
}

body.has-fixed-header {
	padding-top: 0;
}

/* Pages without hero first: offset main content below fixed header */
body.has-fixed-header .site-main {
	padding-top: var(--ct-header-occupied-height, var(--ct-header-active-height, 72px));
}

/* Hero first: extend under fixed header — no white gap */
body.has-fixed-header.has-hero-first .site-main {
	padding-top: 0;
}

body.has-fixed-header.has-hero-first .site-main > #hero.theme-section-hero:first-child {
	margin-top: calc(-1 * var(--ct-header-occupied-height, var(--ct-header-active-height, 72px)));
	min-height: calc(var(--ct-hero-min-height, 100dvh) + var(--ct-header-occupied-height, var(--ct-header-active-height, 72px)));
}

.site-header__glass {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	border-radius: var(--ct-header-border-radius, 0);
}

.site-header--glass-fx .site-header__glass {
	display: none;
}

.site-header__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	border-radius: var(--ct-header-border-radius, 0);
	background: var(--ct-header-bg-layer, linear-gradient(180deg, rgba(255, 253, 248, 0.94) 0%, rgba(250, 244, 234, 0.9) 100%));
	opacity: var(--ct-header-bg-opacity, 1);
	border-top: var(--ct-header-border-top-width, 0) solid var(--ct-header-border-top-color, transparent);
	border-bottom: var(--ct-header-border-bottom-width, 1px) solid var(--ct-header-border-color, rgba(196, 160, 96, 0.22));
	box-shadow: var(--ct-header-elevation-shadow, 0 0.25rem 1.25rem rgba(45, 38, 28, 0.05));
	box-sizing: border-box;
}

.site-header--glass-fx .site-header__bg {
	-webkit-backdrop-filter: var(--ct-header-glass-filter, none);
	backdrop-filter: var(--ct-header-glass-filter, none);
}

.site-header__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--ct-header-overlay-color, #0a1612);
	opacity: var(--ct-header-overlay-opacity, 0);
	pointer-events: none;
}

.site-header__inner {
	max-width: var(--ct-header-max-width, var(--max-wide));
	margin: 0 auto;
	padding-block: 0;
	padding-inline: var(--pad-x);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	height: var(--ct-header-active-height, 72px);
	min-height: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.site-branding {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.site-title {
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--ct-header-brand-color, var(--forest));
	text-decoration: none;
}

.site-title:hover {
	color: var(--ct-header-brand-color, var(--sky-deep));
	opacity: 1;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-height: var(--ct-logo-active-max-height, 40px);
}

.custom-logo-link img {
	max-height: var(--ct-logo-active-max-height, 40px);
	width: auto;
}

.site-tagline {
	margin: 0.2rem 0 0;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ct-header-tagline-color, rgba(58, 69, 64, 0.55));
	max-width: 18rem;
	line-height: 1.4;
}

.nav-toggle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: none;
	border-radius: 2px;
	background: transparent;
	cursor: pointer;
}

.nav-toggle__bar {
	display: block;
	height: 1.5px;
	width: 1.35rem;
	margin: 0 auto;
	background: var(--ct-header-toggle-color, var(--forest));
}

@media (min-width: 60rem) {
	.nav-toggle {
		display: none;
	}
}

.primary-nav__close {
	display: none;
}

@media (max-width: 59.99rem) {
	.site-header__inner {
		position: relative;
		flex-wrap: nowrap;
		padding-block: 0;
		padding-inline: var(--pad-x);
		gap: 0.5rem;
	}

	.nav-toggle {
		width: var(--ct-nav-toggle-mobile-size, 36px);
		height: var(--ct-nav-toggle-mobile-size, 36px);
		gap: 4px;
	}

	.site-header__ornament {
		top: 0.4rem;
	}

	/* Mobile navigation panel — fixed layer below header (escapes overflow clipping) */
	.site-header__end {
		position: static;
	}

	.primary-nav {
		position: fixed;
		top: var(--ct-header-occupied-height, var(--ct-header-active-height, 56px));
		left: 0;
		right: 0;
		flex-basis: auto;
		width: 100%;
		z-index: 45;
		margin: 0;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		max-height: calc(100dvh - var(--ct-header-occupied-height, var(--ct-header-active-height, 56px)));
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: opacity 0.25s ease, visibility 0.25s ease;
		background: var(--ct-mobile-menu-bg, rgba(255, 249, 240, 0.98));
		box-shadow: var(--shadow-lift);
	}

	.primary-nav.is-open {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
	}

	.primary-nav__close {
		display: none;
	}

	.primary-nav.is-open .primary-nav__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0.65rem;
		right: 0.65rem;
		z-index: 2;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
		border: none;
		border-radius: 2px;
		background: transparent;
		color: var(--ct-mobile-menu-link-color, var(--ink-soft));
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
	}

	.primary-nav.is-open .primary-nav__close-icon {
		font-size: 1.65rem;
		font-weight: 300;
		line-height: 1;
	}

	.primary-nav.is-open .primary-nav__close:hover,
	.primary-nav.is-open .primary-nav__close:focus-visible {
		color: var(--ct-mobile-menu-link-hover-color, var(--forest));
	}

	.primary-nav.is-open .primary-nav__close:focus-visible {
		outline: 2px solid var(--gold-soft);
		outline-offset: 2px;
	}

	.primary-nav--overlay.is-open .primary-nav__close,
	.primary-nav--slide.is-open .primary-nav__close {
		top: calc(var(--ct-header-occupied-height, var(--ct-header-active-height, 56px)) + 0.5rem);
	}

	.primary-nav.is-open .primary-nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--ct-nav-active-gap, 0.75rem);
		padding: 2.75rem max(var(--pad-x), 2.75rem) 1.25rem var(--pad-x);
	}

	.primary-nav.is-open .primary-nav__list a {
		font-size: var(--ct-mobile-menu-font-size, var(--ct-nav-active-font-size, 0.8125rem));
		color: var(--ct-mobile-menu-link-color, var(--ink-soft));
		width: 100%;
		padding: 0.55rem 0;
	}

	.primary-nav.is-open .primary-nav__list a:hover,
	.primary-nav.is-open .primary-nav__list a:focus-visible {
		color: var(--ct-mobile-menu-link-hover-color, var(--forest));
		border-bottom-color: var(--gold-soft);
	}

	.primary-nav--dropdown.is-open {
		border-top: 1px solid rgba(30, 61, 50, 0.08);
	}

	.primary-nav--overlay.is-open {
		top: 0;
		max-height: none;
		height: 100dvh;
		padding-top: calc(var(--ct-header-occupied-height, var(--ct-header-active-height, 56px)) + 1rem);
		box-shadow: none;
	}

	.primary-nav--overlay.is-open .primary-nav__list {
		padding-top: 0.5rem;
	}

	.primary-nav--slide.is-open {
		top: 0;
		left: auto;
		right: 0;
		width: min(22rem, 88vw);
		max-height: none;
		height: 100dvh;
		padding-top: calc(var(--ct-header-occupied-height, var(--ct-header-active-height, 56px)) + 0.75rem);
		box-shadow: -0.5rem 0 2rem rgba(10, 22, 18, 0.14);
	}

	body.has-mobile-nav-open.has-mobile-nav-backdrop::before {
		content: "";
		position: fixed;
		inset: 0;
		top: var(--ct-header-occupied-height, var(--ct-header-active-height, 56px));
		z-index: 44;
		background: var(--ct-mobile-menu-backdrop, rgba(10, 22, 18, 0.4));
		pointer-events: auto;
	}

	.site-header.is-menu-open {
		overflow: visible;
		z-index: 46;
	}

	.site-header--has-radius.is-menu-open {
		overflow: visible;
	}
}

.primary-nav__list {
	list-style: none;
	margin: 0;
	padding: 0.75rem 0 0;
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

@media (min-width: 60rem) {
	.primary-nav {
		flex-basis: auto;
		position: static;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		background: transparent;
		box-shadow: none;
		max-height: none;
		overflow: visible;
		width: auto;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
	}

	.primary-nav__list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: var(--ct-nav-justify, flex-end);
		gap: 0.15rem var(--ct-nav-gap, 1.5rem);
		padding: 0;
	}
}

.primary-nav__list a {
	display: inline-block;
	padding: 0.4rem 0;
	font-size: var(--ct-nav-active-font-size, 0.8125rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--ct-header-nav-color, var(--ink-soft));
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.primary-nav__list a:hover,
.primary-nav__list a:focus-visible {
	color: var(--ct-header-nav-hover-color, var(--forest));
	border-bottom-color: var(--gold-soft);
	outline: none;
	opacity: 1;
}

/* -------------------------------------------------------------------------
   Typografie — Display & Fließtext
   ------------------------------------------------------------------------- */
.display-sm {
	font-family: var(--font-display);
	font-size: var(--display-sm);
	font-weight: 450;
	line-height: 1.18;
	letter-spacing: 0.01em;
	color: var(--forest);
	margin: 0 0 1.25rem;
}

.display-sm--on-dark {
	color: var(--cream);
}

.eyebrow {
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.08em;
	text-transform: none;
	color: rgba(61, 102, 86, 0.72);
	margin: 0 0 1.25rem;
}

.eyebrow--on-dark {
	color: rgba(197, 220, 232, 0.55);
}

.lede {
	font-size: var(--text-lede);
	line-height: 1.65;
	color: var(--ink-soft);
	margin: 0 0 1.5rem;
	max-width: var(--max-text);
}

.note {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: rgba(58, 69, 64, 0.65);
	margin: 0;
}

/* -------------------------------------------------------------------------
   Component — unified buttons (Customizer: Website-Einstellungen → Schaltflächen)
   ------------------------------------------------------------------------- */
.ct-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font-family: var(--font-display);
	font-weight: 500;
	letter-spacing: 0.02em;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid transparent;
	background: transparent;
	color: inherit;
	transition:
		background 0.3s var(--ease-smooth),
		border-color 0.3s var(--ease-smooth),
		color 0.3s var(--ease-smooth),
		transform 0.3s var(--ease-smooth),
		box-shadow 0.3s var(--ease-smooth),
		opacity 0.3s var(--ease-smooth);
}

.ct-btn--primary,
.cta-ribbon-btn.ct-btn--primary {
	min-height: var(--ct-btn-min-height, 2.75rem);
	padding: var(--ct-btn-padding, 0.65rem 1.25rem);
	font-size: var(--ct-btn-font-size, 0.9375rem);
	border-radius: var(--ct-btn-radius, var(--radius-pill));
	background: var(--ct-btn-primary-bg, linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%));
	color: var(--ct-btn-primary-color, var(--forest));
	border-color: var(--ct-btn-primary-border, rgba(196, 160, 96, 0.5));
	box-shadow: var(--ct-btn-primary-shadow, var(--shadow-soft));
}

.ct-btn--primary:hover,
.cta-ribbon-btn.ct-btn--primary:hover {
	background: var(--ct-btn-primary-bg-hover, var(--cream));
	border-color: var(--gold-soft);
	color: var(--ct-btn-primary-color, var(--forest));
	transform: translateY(-1px);
	box-shadow: var(--ct-btn-primary-shadow-hover, var(--shadow-lift));
	opacity: 1;
}

.ct-btn--primary.ct-btn--on-dark,
.cta-ribbon-btn--on-dark.ct-btn--primary {
	background: var(--ct-btn-primary-on-dark-bg, rgba(8, 18, 14, 0.45));
	color: var(--ct-btn-primary-on-dark-color, var(--cream));
	border-color: var(--ct-btn-primary-on-dark-border, rgba(201, 168, 108, 0.45));
	box-shadow: 0 0.35rem 1.25rem rgba(10, 22, 18, 0.25);
}

.ct-btn--primary.ct-btn--on-dark:hover,
.cta-ribbon-btn--on-dark.ct-btn--primary:hover {
	background: var(--ct-btn-primary-on-dark-bg-hover, rgba(19, 41, 34, 0.72));
	border-color: var(--gold-soft);
	color: var(--candle);
}

.ct-btn--secondary,
.btn.ct-btn--secondary {
	min-height: var(--ct-btn-min-height, 2.75rem);
	padding: var(--ct-btn-padding, 0.65rem 1.25rem);
	font-size: var(--ct-btn-font-size, 0.9375rem);
	border-radius: var(--ct-btn-radius, var(--radius-pill));
	background: var(--ct-btn-secondary-bg, var(--forest));
	color: var(--ct-btn-secondary-color, var(--cream));
	border-color: var(--ct-btn-secondary-border, rgba(30, 61, 50, 0.2));
	box-shadow: var(--shadow-soft);
}

.ct-btn--secondary:hover,
.btn.ct-btn--secondary:hover {
	background: var(--ct-btn-secondary-bg-hover, var(--forest-mid));
	border-color: var(--gold-soft);
	color: var(--ct-btn-secondary-color, var(--cream));
	transform: translateY(-1px);
	box-shadow: var(--shadow-lift);
	opacity: 1;
}

.ct-btn--link,
.link-arrow.ct-btn--link,
.btn-text.ct-btn--link {
	min-height: auto;
	padding: 0 0 0.15rem;
	border-radius: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--ct-btn-link-border, currentColor);
	color: var(--ct-btn-link-color, inherit);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: none;
}

.ct-btn--link:hover,
.link-arrow.ct-btn--link:hover,
.btn-text.ct-btn--link:hover {
	border-bottom-color: var(--gold-soft);
	opacity: 1;
	transform: none;
	box-shadow: none;
}

.ct-btn--ghost,
.link-minimal.ct-btn--ghost {
	min-height: auto;
	padding: 0 0 0.15rem;
	border-radius: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--ct-btn-ghost-border, rgba(197, 220, 232, 0.35));
	color: var(--ct-btn-ghost-color, inherit);
	font-size: 0.875rem;
	font-weight: 500;
	box-shadow: none;
}

.ct-btn--ghost:hover,
.link-minimal.ct-btn--ghost:hover {
	opacity: 1;
	border-bottom-color: currentColor;
	transform: none;
	box-shadow: none;
}

.ct-btn--primary::after,
.cta-ribbon-btn::after,
.ct-btn--link::after,
.link-arrow::after {
	content: "→";
	font-weight: 400;
	transition: transform 0.2s ease;
}

.ct-btn--primary:hover::after,
.cta-ribbon-btn:hover::after,
.ct-btn--link:hover::after,
.link-arrow:hover::after {
	transform: translateX(0.2rem);
}

.ct-btn:focus-visible,
.cta-ribbon-btn:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 3px;
}

.ct-btn--on-dark:focus-visible,
.cta-ribbon-btn--on-dark:focus-visible {
	outline-color: var(--frost);
}

body.ct-btn-style-outline .ct-btn--primary,
body.ct-btn-style-outline .ct-btn--secondary {
	border-width: 2px;
}

.site-header__cta.ct-btn--link {
	color: var(--ct-header-cta-color, var(--forest));
}

/* -------------------------------------------------------------------------
   Links (legacy aliases)
   ------------------------------------------------------------------------- */
.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	text-decoration: none;
}

.link-arrow--dark {
	color: var(--cream);
	border-bottom-color: rgba(240, 212, 168, 0.45);
}

.link-minimal {
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	color: inherit;
	opacity: 0.75;
	border-bottom: 1px solid transparent;
}

.link-minimal:hover {
	opacity: 1;
	border-bottom-color: currentColor;
}

/* -------------------------------------------------------------------------
   Hero — winter cinema, Kerzenlicht, Frost
   ------------------------------------------------------------------------- */
.hero {
	position: relative;
	min-height: var(--ct-hero-min-height, 100dvh);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	color: var(--cream);
	overflow: clip;
}

.hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hero--parallax .hero__parallax-track {
	position: absolute;
	left: 0;
	right: 0;
	top: -15%;
	width: 100%;
	height: 130%;
	will-change: transform;
	backface-visibility: hidden;
}

.hero--parallax .hero__parallax-track .hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 85% 55% at 18% 92%, rgba(255, 220, 185, 0.28) 0%, transparent 52%),
		radial-gradient(ellipse 50% 40% at 82% 18%, rgba(150, 195, 215, 0.22) 0%, transparent 55%);
	mix-blend-mode: screen;
	opacity: 0.85;
}

.hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% 40%;
	filter: saturate(1.05) contrast(1.02);
}

.hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

/* Customizer color + opacity (Hero → Hintergrund & Layout) */
.hero__scrim::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--ct-hero-overlay-tint, #0a1612);
	opacity: var(--ct-hero-overlay-opacity, 0.85);
}

/* Optional warm vignette on top of the tint (does not block Customizer color) */
.hero__scrim::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 120% 90% at 50% 100%, rgba(10, 22, 18, 0.35) 0%, transparent 55%),
		radial-gradient(ellipse 55% 35% at 22% 75%, rgba(240, 212, 168, 0.12) 0%, transparent 70%);
	pointer-events: none;
	mix-blend-mode: soft-light;
	opacity: 0.9;
}

.hero__layout {
	position: relative;
	z-index: 2;
	flex: 1;
	display: flex;
	align-items: flex-end;
	width: 100%;
	max-width: var(--max-wide);
	margin: 0 auto;
	padding: clamp(5rem, 18vh, 9rem) var(--pad-x) clamp(2.5rem, 8vh, 4rem);
}

.hero__content {
	max-width: min(36rem, 100%);
	text-align: left;
}

.hero__kicker {
	margin: 0 0 1rem;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(197, 220, 232, 0.75);
}

.hero__title {
	font-family: var(--font-display);
	font-size: var(--display-md);
	font-weight: 450;
	line-height: 1.02;
	letter-spacing: 0.01em;
	margin: 0 0 1.25rem;
	color: var(--cream);
	overflow-wrap: anywhere;
	hyphens: auto;
	text-shadow:
		0 0 80px rgba(242, 217, 176, 0.22),
		0 0 1px rgba(10, 22, 18, 0.5);
}

.hero__heading {
	margin: 0 0 1.25rem;
}

.hero__heading--both .hero__title {
	margin-bottom: 0;
}

.hero__title-image {
	display: block;
	width: auto;
	max-width: min(100%, 28rem);
	height: auto;
	max-height: var(--ct-hero-title-image-max-height, 7.5rem);
	object-fit: contain;
	object-position: left center;
}

.hero__heading--both .hero__title-image--supplement {
	margin-bottom: 0.75rem;
}

.hero__title--graphic {
	margin: 0 0 1.25rem;
	line-height: 0;
}

.hero__title--graphic .hero__title-image {
	margin: 0;
	filter: drop-shadow(0 0 80px rgba(242, 217, 176, 0.22));
}

.hero__title-placeholder {
	margin: 0 0 1.25rem;
	padding: 0.85rem 1rem;
	border: 1px dashed rgba(197, 220, 232, 0.45);
	border-radius: var(--radius-sm, 4px);
	font-size: 0.875rem;
	color: rgba(197, 220, 232, 0.75);
}

.hero__meta {
	margin: 0 0 2.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 250, 242, 0.82);
	max-width: 22rem;
}

.hero__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem 2rem;
}

.hero__cta .ct-btn--link,
.hero__cta .link-arrow {
	color: var(--cream);
	border-bottom-color: rgba(201, 168, 108, 0.55);
}

.hero__cta .ct-btn--link:hover,
.hero__cta .link-arrow:hover {
	color: var(--candle);
	border-bottom-color: var(--gold-soft);
	opacity: 1;
}

.hero__cta .ct-btn--ghost,
.hero__cta .link-minimal {
	color: rgba(255, 250, 242, 0.88);
	border-bottom-color: rgba(197, 220, 232, 0.35);
}

.hero__cta .ct-btn--ghost:hover,
.hero__cta .link-minimal:hover {
	color: var(--frost);
	border-bottom-color: var(--frost);
}

/* -------------------------------------------------------------------------
   Slices — Sektionen
   ------------------------------------------------------------------------- */
.slice {
	padding: var(--pad-y) var(--pad-x);
}

.slice[id] {
	scroll-margin-top: 5rem;
}

.slice--light {
	background:
		radial-gradient(ellipse 80% 50% at 100% 0%, rgba(255, 250, 242, 0.9) 0%, transparent 50%),
		linear-gradient(180deg, var(--snow) 0%, var(--parchment) 100%);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.slice--mist {
	background:
		linear-gradient(165deg, rgba(221, 232, 236, 0.55) 0%, transparent 45%),
		linear-gradient(180deg, var(--mist-frost) 0%, var(--mist-warm) 100%);
}

.slice--paper {
	background:
		radial-gradient(ellipse 70% 40% at 0% 100%, rgba(240, 212, 168, 0.12) 0%, transparent 50%),
		linear-gradient(185deg, var(--paper) 0%, var(--paper-warm) 100%);
}

.slice--ink {
	background:
		radial-gradient(ellipse 90% 60% at 80% 20%, rgba(30, 53, 64, 0.35) 0%, transparent 55%),
		radial-gradient(ellipse 70% 50% at 10% 80%, rgba(154, 92, 110, 0.12) 0%, transparent 50%),
		linear-gradient(195deg, var(--forest-deep) 0%, var(--forest) 42%, var(--forest-mid) 100%);
	color: rgba(255, 250, 242, 0.9);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}

#programm.slice {
	position: relative;
	overflow: hidden;
}

#programm .slice__grid {
	position: relative;
	z-index: 1;
}

.slice--bleed {
	padding-left: var(--pad-x);
	padding-right: var(--pad-x);
	padding-top: var(--pad-y-sm);
	padding-bottom: var(--pad-y);
	background:
		linear-gradient(180deg, rgba(237, 244, 240, 0.6) 0%, transparent 28%),
		var(--parchment);
}

.slice--contact {
	padding: var(--pad-y) var(--pad-x);
	background:
		radial-gradient(ellipse 60% 45% at 90% 10%, rgba(197, 220, 232, 0.25) 0%, transparent 50%),
		radial-gradient(ellipse 50% 40% at 0% 100%, rgba(240, 212, 168, 0.15) 0%, transparent 55%),
		linear-gradient(175deg, var(--paper) 0%, var(--cream) 100%);
}

.slice--footer {
	padding: var(--pad-y-sm) var(--pad-x) calc(var(--pad-y-sm) + 1rem);
	background:
		linear-gradient(180deg, rgba(26, 54, 46, 0.06) 0%, transparent 40%),
		linear-gradient(185deg, #e2ebe6 0%, var(--mist-warm) 100%);
	border-top: 1px solid var(--line-frost);
}

.slice__grid {
	max-width: var(--max-wide);
	margin: 0 auto;
}

.slice__grid--intro {
	display: grid;
	gap: 2rem 4rem;
}

@media (min-width: 52rem) {
	.slice__grid--intro {
		grid-template-columns: minmax(0, 7rem) minmax(0, 1fr);
		align-items: start;
	}
}

.slice__grid--split {
	display: grid;
	gap: 3rem 5rem;
}

@media (min-width: 56rem) {
	.slice__grid--split {
		grid-template-columns: 0.85fr 1.15fr;
		align-items: start;
	}
}

.slice__grid--asym {
	display: grid;
	gap: 2.5rem;
}

@media (min-width: 48rem) {
	.slice__grid--asym {
		grid-template-columns: 1fr 1fr;
		gap: 4rem 8%;
		align-items: start;
	}
}

.slice--offset .slice__narrow {
	padding-top: clamp(0, 4vw, 2rem);
}

@media (min-width: 48rem) {
	.slice--offset .slice__narrow {
		padding-top: clamp(2rem, 6vw, 4rem);
	}
}

.slice__grid--duo {
	display: grid;
	gap: 2rem 4rem;
	max-width: var(--max-wide);
	margin: 0 auto;
}

@media (min-width: 44rem) {
	.slice__grid--duo {
		grid-template-columns: 0.9fr 1.1fr;
		align-items: start;
	}
}

.prose-columns {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 36rem) {
	.prose-columns {
		grid-template-columns: 1fr 1fr;
		gap: 2rem 3rem;
	}
}

.prose-columns p {
	margin: 0;
	max-width: 22rem;
}

.slice__grid--program {
	display: grid;
	gap: 3rem 5rem;
	max-width: var(--max-wide);
	margin: 0 auto;
}

@media (min-width: 52rem) {
	.slice__grid--program {
		grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
		align-items: start;
	}
}

.slice__head .display-sm {
	margin-bottom: 0;
}

.slice__grid--map {
	display: grid;
	gap: 2.5rem;
	max-width: var(--max-wide);
	margin: 0 auto;
}

@media (min-width: 52rem) {
	.slice__grid--map {
		grid-template-columns: 0.38fr 1fr;
		align-items: start;
		gap: 3rem 6%;
	}
}

.slice__header-row .display-sm {
	margin-bottom: 0;
}

.slice__header-row {
	max-width: var(--max-wide);
	margin: 0 auto 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem 2rem;
}

.slice__header-note {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: rgba(42, 74, 62, 0.48);
}

/* -------------------------------------------------------------------------
   Stack list (statt Karten)
   ------------------------------------------------------------------------- */
.stack-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.stack-list__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem 2rem;
	padding: 2rem 0;
	border-top: 1px solid rgba(158, 191, 207, 0.35);
	align-items: start;
}

.stack-list__item:last-child {
	border-bottom: 1px solid rgba(158, 191, 207, 0.35);
}

.stack-list__index {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 400;
	color: rgba(201, 168, 108, 0.45);
	line-height: 1;
	padding-top: 0.15rem;
}

.stack-list__title {
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: var(--forest);
	margin: 0 0 0.35rem;
}

.stack-list__body p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--ink-soft);
	max-width: 28rem;
}

/* -------------------------------------------------------------------------
   Tags inline
   ------------------------------------------------------------------------- */
.inline-tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.65rem;
	align-content: flex-start;
}

.inline-tags li {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 0.5rem 0.85rem;
	color: var(--forest-soft);
	background: rgba(255, 250, 242, 0.55);
	border: 1px solid rgba(201, 168, 108, 0.35);
	border-radius: 999px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

/* -------------------------------------------------------------------------
   Timeline
   ------------------------------------------------------------------------- */
.timeline {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 36rem;
}

.timeline__row {
	display: grid;
	grid-template-columns: 4.25rem 1fr;
	gap: 1.25rem 2rem;
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(197, 220, 232, 0.12);
}

.timeline__row:first-child {
	border-top: 1px solid rgba(197, 220, 232, 0.12);
}

.timeline__time {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: rgba(197, 220, 232, 0.65);
	font-variant-numeric: tabular-nums;
}

.timeline__body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.timeline__title {
	font-size: 1.0625rem;
	font-weight: 600;
	color: var(--cream);
	margin: 0;
	line-height: 1.35;
}

.timeline__sub {
	font-size: 0.875rem;
	color: rgba(235, 240, 237, 0.68);
	line-height: 1.55;
}

.timeline__desc {
	margin: 0.5rem 0 0;
	font-size: 0.8125rem;
	color: rgba(235, 240, 237, 0.55);
	line-height: 1.5;
}

/* Programm — Darstellungsmodus (Customizer) */
.program.program--vertical .timeline {
	max-width: 36rem;
}

.program.program--minimal .timeline {
	max-width: 28rem;
}

.program.program--minimal .timeline__row {
	grid-template-columns: 1fr;
	gap: 0.35rem 0;
	padding: 1rem 0;
	border-bottom-color: rgba(197, 220, 232, 0.08);
}

.program.program--minimal .timeline__time {
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
	color: rgba(197, 220, 232, 0.5);
}

.program.program--minimal .timeline__title {
	font-size: 1rem;
	font-weight: 500;
}

.program.program--minimal .timeline__sub {
	font-size: 0.8125rem;
}

.program.program--cards .timeline {
	max-width: none;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(14.5rem, 1fr));
	gap: 1.1rem 1.25rem;
}

.program.program--cards .timeline__row {
	grid-template-columns: 1fr;
	gap: 0.5rem;
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(197, 220, 232, 0.16);
	border-radius: var(--radius-card);
	background: rgba(6, 18, 14, 0.42);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.program.program--cards .timeline__row:first-child {
	border-top: 1px solid rgba(197, 220, 232, 0.16);
}

.program.program--cards .timeline__row {
	border-bottom: none;
}

.program.program--cards .timeline__time {
	font-size: 0.75rem;
	color: rgba(240, 212, 168, 0.75);
}

.program.program--alternating .timeline {
	max-width: 38rem;
}

.program.program--alternating .timeline__row:nth-child(even) {
	margin-inline-start: clamp(0.5rem, 5vw, 3rem);
	padding-inline-start: clamp(0.75rem, 3vw, 1.5rem);
	border-inline-start: 2px solid rgba(201, 168, 108, 0.35);
}

.program.program--alternating .timeline__row:nth-child(even) .timeline__time {
	color: rgba(240, 212, 168, 0.8);
}

@media (min-width: 52rem) {
	.program.program--cards .slice__grid--program {
		grid-template-columns: minmax(0, 11rem) minmax(0, 1fr);
	}
}

/* -------------------------------------------------------------------------
   Galerie — editorial grid
   ------------------------------------------------------------------------- */
.gallery-editorial {
	margin: 0 auto;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.gallery-stage {
	--gallery-media-max-h: min(52dvh, 28rem);
	--gallery-thumb-ratio: 4 / 3;
}

.gallery-editorial__cell {
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius-card);
	min-height: 0;
	max-height: var(--gallery-media-max-h);
	box-shadow: var(--shadow-soft), 0 0 0 1px rgba(26, 54, 46, 0.06);
}

.gallery-editorial__cell img:not(.frame-gallery__img) {
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 0;
	max-height: var(--gallery-media-max-h);
	aspect-ratio: var(--gallery-thumb-ratio);
}

@media (min-width: 64rem) {
	.gallery.gallery--mood .gallery-editorial--mood {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-auto-rows: minmax(5.75rem, 7vw);
		gap: clamp(0.45rem, 0.8vw, 0.7rem);
		align-items: stretch;
	}

	.gallery.gallery--mood .gallery-editorial--mood .gallery-editorial__cell {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
		max-height: none;
		display: flex;
		align-items: stretch;
	}

	.gallery.gallery--mood .gallery-editorial--mood .gallery-editorial__cell > .frame-gallery {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
		min-height: 0;
	}

	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview,
	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__frame,
	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__link {
		height: 100%;
		width: 100%;
		min-height: 0;
	}

	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__frame {
		max-height: none;
	}

	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__frame,
	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__link {
		display: block;
		flex: 1;
		min-height: 0;
	}

	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__link {
		overflow: hidden;
	}

	.gallery.gallery--mood .gallery-editorial--mood .frame-gallery--wall-preview .frame-gallery__img {
		display: block;
		width: 100%;
		height: 100%;
		min-width: 0;
		min-height: 0;
		max-width: none;
		max-height: none;
		aspect-ratio: unset;
		object-fit: cover;
		object-position: center;
	}

	/* 1 Bild */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="1"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 3 / span 8;
		grid-row: span 3;
	}

	/* 2 Bilder */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="2"] .gallery-editorial__cell:nth-child(1),
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="2"] .gallery-editorial__cell:nth-child(2) {
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="2"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 6;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="2"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 7 / span 6;
	}

	/* 3 Bilder */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="3"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 7;
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="3"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 8 / span 5;
		grid-row: 1 / span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="3"] .gallery-editorial__cell:nth-child(3) {
		grid-column: 8 / span 5;
		grid-row: 3 / span 2;
	}

	/* 4 Bilder — 2×2 */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="4"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 6;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="4"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 7 / span 6;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="4"] .gallery-editorial__cell:nth-child(3) {
		grid-column: 1 / span 6;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="4"] .gallery-editorial__cell:nth-child(4) {
		grid-column: 7 / span 6;
		grid-row: span 2;
	}

	/* 5 Bilder */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="5"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 4;
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="5"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 5 / span 4;
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="5"] .gallery-editorial__cell:nth-child(3) {
		grid-column: 9 / span 4;
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="5"] .gallery-editorial__cell:nth-child(4) {
		grid-column: 1 / span 6;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="5"] .gallery-editorial__cell:nth-child(5) {
		grid-column: 7 / span 6;
		grid-row: span 2;
	}

	/* 6 Bilder — Bento ohne schmale Streifen */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="6"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 5;
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="6"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 6 / span 4;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="6"] .gallery-editorial__cell:nth-child(3) {
		grid-column: 10 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="6"] .gallery-editorial__cell:nth-child(4) {
		grid-column: 6 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="6"] .gallery-editorial__cell:nth-child(5) {
		grid-column: 9 / span 4;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="6"] .gallery-editorial__cell:nth-child(6) {
		grid-column: 1 / span 5;
		grid-row: span 2;
	}

	/* 7 Bilder */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 5;
		grid-row: span 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 6 / span 4;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(3) {
		grid-column: 10 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(4) {
		grid-column: 6 / span 7;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(5) {
		grid-column: 1 / span 4;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(6) {
		grid-column: 5 / span 4;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="7"] .gallery-editorial__cell:nth-child(7) {
		grid-column: 9 / span 4;
		grid-row: span 2;
	}

	/* 8 Bilder — 4 + 4 */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(1) {
		grid-column: 1 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(2) {
		grid-column: 4 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(3) {
		grid-column: 7 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(4) {
		grid-column: 10 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(5) {
		grid-column: 1 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(6) {
		grid-column: 4 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(7) {
		grid-column: 7 / span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="8"] .gallery-editorial__cell:nth-child(8) {
		grid-column: 10 / span 3;
		grid-row: span 2;
	}

	/* 9–12 Bilder — gleichmäßiges Raster, mindestens 2 Zeilen Höhe */
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="9"] .gallery-editorial__cell,
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="10"] .gallery-editorial__cell,
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="11"] .gallery-editorial__cell,
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="12"] .gallery-editorial__cell {
		grid-column: span 3;
		grid-row: span 2;
	}

	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="10"] .gallery-editorial__cell:nth-child(-n + 2),
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="11"] .gallery-editorial__cell:nth-child(-n + 2),
	.gallery.gallery--mood .gallery-editorial--mood[data-item-count="12"] .gallery-editorial__cell:nth-child(-n + 2) {
		grid-column: span 6;
		grid-row: span 2;
	}
}

@media (min-width: 64rem) {
	.gallery.gallery--editorial .gallery-editorial {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-auto-rows: minmax(64px, auto);
		gap: clamp(0.65rem, 1vw, 1rem);
	}

	.gallery.gallery--editorial .gallery-editorial__cell img {
		min-height: 0;
		aspect-ratio: unset;
		height: 100%;
	}

	.gallery.gallery--editorial .gallery-editorial__cell--a {
		grid-column: 1 / span 7;
		grid-row: 1 / span 5;
		min-height: 28rem;
	}

	.gallery.gallery--editorial .gallery-editorial__cell--b {
		grid-column: 8 / span 5;
		grid-row: 1 / span 2;
		min-height: 11rem;
	}

	.gallery.gallery--editorial .gallery-editorial__cell--c {
		grid-column: 8 / span 5;
		grid-row: 3 / span 3;
		min-height: 14rem;
	}

	.gallery.gallery--editorial .gallery-editorial__cell--d {
		grid-column: 1 / span 5;
		grid-row: 6 / span 3;
		min-height: 16rem;
	}

	.gallery.gallery--editorial .gallery-editorial__cell--e {
		grid-column: 6 / span 7;
		grid-row: 6 / span 3;
		min-height: 16rem;
	}
}

/* Galerie — Masonry & Grid */
.gallery.gallery--masonry .gallery-editorial--masonry,
.gallery.gallery--grid .gallery-editorial--grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem;
	max-width: 100rem;
	margin: 0 auto;
	align-items: start;
}

.gallery.gallery--masonry .gallery-editorial--masonry .gallery-editorial__cell,
.gallery.gallery--grid .gallery-editorial--grid .gallery-editorial__cell--tile {
	grid-column: auto;
	grid-row: auto;
	min-height: 0;
	max-height: none;
	height: auto;
}

.gallery.gallery--masonry .gallery-editorial--masonry .gallery-editorial__cell:nth-child(3n + 1),
.gallery.gallery--masonry .gallery-editorial--masonry .gallery-editorial__cell:nth-child(4n + 2) {
	min-height: 0;
}

.gallery.gallery--masonry .gallery-editorial--masonry[data-item-count="3"],
.gallery.gallery--grid .gallery-editorial--grid[data-item-count="3"] {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery.gallery--masonry .gallery-editorial--masonry[data-item-count="1"],
.gallery.gallery--grid .gallery-editorial--grid[data-item-count="1"] {
	grid-template-columns: minmax(0, 22rem);
	justify-content: center;
}

.gallery.gallery--grid .gallery-editorial--grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
}

@media (min-width: 48rem) {
	.gallery.gallery--masonry .gallery-editorial--masonry {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gallery.gallery--grid .gallery-editorial--grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.gallery.gallery--masonry .gallery-editorial--masonry[data-item-count="2"],
	.gallery.gallery--grid .gallery-editorial--grid[data-item-count="2"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 42rem;
		margin-inline: auto;
	}

	.gallery.gallery--masonry .gallery-editorial--masonry[data-item-count="4"],
	.gallery.gallery--grid .gallery-editorial--grid[data-item-count="4"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.gallery.gallery--masonry .frame-gallery,
.gallery.gallery--grid .frame-gallery {
	height: auto;
}

.gallery.gallery--masonry .frame-gallery__frame,
.gallery.gallery--grid .frame-gallery__frame {
	height: auto;
	max-height: none;
	flex: 0 0 auto;
}

.gallery.gallery--masonry .frame-gallery__link,
.gallery.gallery--grid .frame-gallery__link {
	flex: 0 0 auto;
}

.gallery.gallery--masonry .frame-gallery__img,
.gallery.gallery--grid .frame-gallery__img {
	width: 100%;
	height: auto;
	min-height: 0;
	max-height: min(30dvh, 18rem);
	aspect-ratio: var(--gallery-thumb-ratio);
	object-fit: cover;
}

@media (min-width: 64rem) {
	.gallery.gallery--masonry .gallery-editorial--masonry .gallery-editorial__cell,
	.gallery.gallery--grid .gallery-editorial--grid .gallery-editorial__cell {
		display: flex;
		align-items: stretch;
	}

	.gallery.gallery--masonry .gallery-editorial--masonry .gallery-editorial__cell > .frame-gallery,
	.gallery.gallery--grid .gallery-editorial--grid .gallery-editorial__cell > .frame-gallery {
		flex: 1 1 auto;
		width: 100%;
		min-width: 0;
	}

	.gallery-stage .frame-gallery--wall-preview.frame-gallery {
		height: 100%;
		width: 100%;
	}

	.gallery-stage .frame-gallery--wall-preview .frame-gallery__frame {
		display: flex;
		flex-direction: column;
		height: 100%;
		min-height: 0;
	}

	.gallery-stage .frame-gallery--wall-preview .frame-gallery__link {
		display: block;
		flex: 1;
		min-height: 0;
		height: 100%;
		overflow: hidden;
	}

	.gallery-stage .frame-gallery--wall-preview .frame-gallery__img {
		display: block;
		width: 100%;
		height: 100%;
		min-width: 0;
		min-height: 0;
		max-width: none;
		max-height: none;
		aspect-ratio: unset;
		object-fit: cover;
		object-position: center;
	}

	.gallery.gallery--masonry .frame-gallery--wall-preview .frame-gallery__img,
	.gallery.gallery--grid .frame-gallery--wall-preview .frame-gallery__img {
		object-fit: cover;
	}
}

@media (max-width: 63.99rem) {
	.gallery.gallery--mood .frame-gallery__img {
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: min(30dvh, 18rem);
		aspect-ratio: var(--gallery-thumb-ratio);
		object-fit: cover;
	}
}

@media (max-width: 63.99rem) {
	.gallery.gallery--masonry .gallery-editorial--masonry[data-item-count="3"] .frame-gallery__img {
		max-height: min(28dvh, 16rem);
		aspect-ratio: 3 / 4;
		object-fit: cover;
	}

	.gallery.gallery--masonry .gallery-editorial--masonry[data-item-count="3"] .gallery-editorial__cell:nth-child(1) .frame-gallery__img {
		aspect-ratio: 4 / 3;
	}
}

/* Galerie — Slider */
.gallery-slider {
	max-width: 100rem;
	margin: 0 auto;
}

.gallery-slider__viewport {
	overflow: hidden;
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft), 0 0 0 1px rgba(26, 54, 46, 0.06);
}

.gallery-slider__track {
	position: relative;
}

.gallery-slider__slide {
	display: none;
}

.gallery-slider__slide.is-active {
	display: block;
}

.gallery-slider__slide .frame-gallery__frame {
	max-height: var(--gallery-media-max-h);
}

.gallery-slider__slide .frame-gallery__img {
	max-height: calc(var(--gallery-media-max-h) - 1rem);
}

.gallery-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 0.75rem;
}

.gallery-slider__prev,
.gallery-slider__next {
	background: var(--snow);
	border: 1px solid var(--line-frost);
	border-radius: 999px;
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	color: var(--ink);
	font-size: 1.1rem;
	line-height: 1;
}

.gallery-slider__pagination {
	font-size: 0.875rem;
	color: var(--ink-soft);
	min-width: 4rem;
	text-align: center;
}

.gallery-slider__thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	justify-content: center;
	margin-top: 0.65rem;
}

.gallery-slider__thumb {
	padding: 0;
	border: 2px solid transparent;
	border-radius: 4px;
	overflow: hidden;
	width: 4.5rem;
	height: 3.25rem;
	cursor: pointer;
	background: transparent;
	opacity: 0.72;
}

.gallery-slider__thumb.is-active {
	border-color: var(--gold-soft);
	opacity: 1;
}

.gallery-slider__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gallery-stage__more {
	margin: 1.25rem 0 0;
	text-align: center;
}

.gallery-editorial__cell--deferred,
.gallery-slider__slide--deferred,
.gallery-slider__thumb--deferred {
	display: none !important;
}

/* Galerie — Darstellungsmodus (Legacy) */
.gallery.gallery--cinematic .gallery-editorial,
.gallery.gallery--polaroid .gallery-editorial,
.gallery.gallery--justified .gallery-editorial {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
	gap: 0.6rem;
	max-width: var(--max-wide);
	margin: 0 auto;
	padding: 0 var(--pad-x);
}

.gallery.gallery--cinematic .gallery-editorial {
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 1rem;
}

.gallery.gallery--justified .gallery-editorial {
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: 0.35rem;
}

.gallery.gallery--polaroid .gallery-editorial__cell {
	padding: 0.5rem 0.5rem 1.75rem;
	background: #faf8f4;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transform: rotate(-0.6deg);
}

.gallery.gallery--polaroid .gallery-editorial__cell:nth-child(even) {
	transform: rotate(0.5deg);
}

@media (min-width: 64rem) {
	.gallery.gallery--masonry .gallery-editorial__cell--a,
	.gallery.gallery--masonry .gallery-editorial__cell--b,
	.gallery.gallery--masonry .gallery-editorial__cell--c,
	.gallery.gallery--masonry .gallery-editorial__cell--d,
	.gallery.gallery--masonry .gallery-editorial__cell--e,
	.gallery.gallery--cinematic .gallery-editorial__cell--a,
	.gallery.gallery--cinematic .gallery-editorial__cell--b,
	.gallery.gallery--cinematic .gallery-editorial__cell--c,
	.gallery.gallery--cinematic .gallery-editorial__cell--d,
	.gallery.gallery--cinematic .gallery-editorial__cell--e,
	.gallery.gallery--polaroid .gallery-editorial__cell--a,
	.gallery.gallery--polaroid .gallery-editorial__cell--b,
	.gallery.gallery--polaroid .gallery-editorial__cell--c,
	.gallery.gallery--polaroid .gallery-editorial__cell--d,
	.gallery.gallery--polaroid .gallery-editorial__cell--e,
	.gallery.gallery--justified .gallery-editorial__cell--a,
	.gallery.gallery--justified .gallery-editorial__cell--b,
	.gallery.gallery--justified .gallery-editorial__cell--c,
	.gallery.gallery--justified .gallery-editorial__cell--d,
	.gallery.gallery--justified .gallery-editorial__cell--e {
		grid-column: auto;
		grid-row: auto;
		min-height: 11rem;
	}

	.gallery.gallery--masonry .gallery-editorial__cell img,
	.gallery.gallery--cinematic .gallery-editorial__cell img,
	.gallery.gallery--polaroid .gallery-editorial__cell img,
	.gallery.gallery--justified .gallery-editorial__cell img {
		min-height: 0;
		height: 100%;
		aspect-ratio: unset;
	}
}

/* -------------------------------------------------------------------------
   Karte
   ------------------------------------------------------------------------- */
.map-embed {
	border-radius: var(--radius-card);
	overflow: hidden;
	min-height: min(50vh, 22rem);
	background: linear-gradient(145deg, var(--mist-frost), var(--mist-warm));
	box-shadow: var(--shadow-lift), 0 0 0 1px rgba(30, 53, 64, 0.08);
}

.map-embed--decorative {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 1rem;
}

.map-embed--decorative svg {
	width: min(100%, 20rem);
	height: auto;
	max-height: min(50vh, 22rem);
	display: block;
}

/* -------------------------------------------------------------------------
   Footer editorial + Colophon
   ------------------------------------------------------------------------- */
.footer-editorial {
	max-width: var(--max-wide);
	margin: 0 auto;
	display: grid;
	gap: 2.5rem 3rem;
}

@media (min-width: 48rem) {
	.footer-editorial {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem 4rem;
	}
}

.footer-editorial__label {
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(42, 74, 62, 0.45);
	margin: 0 0 0.5rem;
}

.footer-editorial p {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.65;
	color: var(--ink-soft);
	max-width: 22rem;
}

.footer-editorial__cta {
	margin-top: 1.25rem;
}

.footer-editorial__cta .cta-ribbon-btn {
	min-height: 2.75rem;
	padding-inline: 1.25rem;
}

.place__inner--footer .place__header--footer {
	margin-bottom: 1.75rem;
}

.place__inner--footer .place__header--footer .eyebrow {
	color: rgba(248, 232, 200, 0.75);
}

.place__inner--footer .place__header--footer .display-sm {
	color: var(--cream);
}

@media (max-width: 51.99rem) {
	.footer-editorial,
	.footer-editorial--cols-3,
	.footer-editorial--cols-4 {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.footer-editorial__col + .footer-editorial__col {
		border-top: 1px solid rgba(248, 232, 200, 0.12);
		padding-top: 1.75rem;
	}

	.footer-editorial__col:first-child {
		border-top: 0;
		padding-top: 0;
	}
}

.site-colophon {
	background: linear-gradient(180deg, var(--forest-deep) 0%, #070f0c 100%);
	border-top: 1px solid rgba(197, 220, 232, 0.12);
	padding: 2rem var(--pad-x) 2.5rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(197, 220, 232, 0.55);
}

.site-colophon__inner {
	max-width: var(--max-wide);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.site-colophon__block {
	width: 100%;
	max-width: var(--max-wide);
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(197, 220, 232, 0.12);
	font-size: 0.8125rem;
	line-height: 1.65;
	text-transform: none;
	letter-spacing: normal;
	color: rgba(255, 250, 242, 0.78);
}

.site-colophon__block a {
	color: var(--candle);
}

.site-colophon a {
	color: rgba(240, 212, 168, 0.65);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.site-colophon a:hover {
	border-bottom-color: var(--gold-soft);
	opacity: 1;
	color: var(--candle);
}

.site-colophon a:focus-visible {
	outline: 2px solid var(--frost);
	outline-offset: 3px;
}

.site-colophon__copy,
.site-colophon__credit {
	margin: 0;
	font-size: 0.8125rem;
	color: rgba(197, 220, 232, 0.55);
}

.site-colophon__legal-nav {
	width: 100%;
}

.site-colophon__legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.25rem;
}

.site-colophon__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.5rem;
}

/* -------------------------------------------------------------------------
   Blog / index
   ------------------------------------------------------------------------- */
.archive-slice {
	padding: var(--pad-y) var(--pad-x);
	background:
		radial-gradient(ellipse 80% 40% at 0% 0%, rgba(197, 220, 232, 0.2) 0%, transparent 50%),
		var(--parchment);
	min-height: 50vh;
}

.archive-slice__inner {
	max-width: 38rem;
	margin: 0 auto;
}

.archive-slice .display-sm {
	margin-bottom: 2rem;
}

.post-teaser {
	padding: 2.25rem 0;
	border-bottom: 1px solid rgba(158, 191, 207, 0.28);
}

.post-teaser:first-of-type {
	border-top: 1px solid rgba(158, 191, 207, 0.28);
}

.post-teaser__title {
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: 450;
	margin: 0 0 0.65rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.post-teaser__title a {
	text-decoration: none;
	color: var(--forest);
	border-bottom: 1px solid transparent;
}

.post-teaser__title a:hover {
	border-bottom-color: var(--gold-soft);
	opacity: 1;
}

.post-teaser__excerpt {
	margin: 0 0 0.75rem;
	font-size: 0.9375rem;
	color: var(--ink-soft);
}

.read-more {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--forest-mid);
}

.read-more:hover {
	opacity: 0.65;
}

.posts-navigation {
	margin-top: 2.5rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.posts-navigation a {
	color: var(--forest-mid);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 168, 108, 0.4);
	padding-bottom: 0.15rem;
}

.posts-navigation a:hover {
	border-bottom-color: var(--forest);
	opacity: 1;
}

.btn-text {
	display: inline-block;
	margin-top: 0.5rem;
}

/* -------------------------------------------------------------------------
   Customizer — Header layouts, stalls, food, footer, mobile CTA, lightbox
   ------------------------------------------------------------------------- */
.site-header:not(.is-sticky) {
	position: relative;
	top: auto;
}

.site-header--width-full .site-header__inner {
	max-width: none;
}

.site-header--width-container {
	padding-inline: var(--pad-x);
	box-sizing: border-box;
}

.site-header--width-container .site-header__bg {
	width: min(calc(100% - 2 * var(--pad-x)), var(--ct-header-max-width, var(--max-wide)));
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.site-header--width-container .site-header__inner {
	width: 100%;
	max-width: var(--ct-header-max-width, var(--max-wide));
	margin-inline: auto;
}

.site-header--has-radius {
	overflow: hidden;
}

.site-header.is-transparent {
	background: transparent;
	box-shadow: none;
	border-bottom-color: transparent;
}

.site-header.is-transparent:not(.is-scrolled):not(.site-header--glass-fx) .site-header__bg {
	display: none;
}

.site-header.site-header--glass-fx.is-transparent:not(.is-scrolled) .site-header__bg {
	display: block;
}

/* Customizer: always preview configured header background while editing */
body.customize-preview .site-header.is-transparent:not(.is-scrolled) .site-header__bg {
	display: block;
}

body.customize-preview .site-header.is-transparent:not(.is-scrolled) {
	background: transparent;
	box-shadow: none;
}

.site-header__inner {
	align-items: center;
}

.site-header__start {
	display: none;
}

.site-header__brand {
	min-width: 0;
	flex-shrink: 0;
}

.site-header__end {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem 1rem;
	min-width: 0;
}

.site-header__inner--nav-start {
	--ct-nav-justify: flex-start;
}

.site-header__inner--nav-center {
	--ct-nav-justify: center;
}

.site-header__inner--nav-end {
	--ct-nav-justify: flex-end;
}

/* brandLeft_navRight — classic bar */
.site-header--brandLeft_navRight .site-header__inner {
	justify-content: space-between;
}

.site-header--brandLeft_navRight .site-header__end {
	flex: 1 1 auto;
	justify-content: flex-end;
}

/* brandLeft_navCenter — logo left, nav centered */
@media (min-width: 60rem) {
	.site-header--brandLeft_navCenter .site-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
	}

	.site-header--brandLeft_navCenter .site-header__brand {
		grid-column: 1;
		justify-self: start;
	}

	.site-header--brandLeft_navCenter .site-header__end {
		grid-column: 2;
		display: contents;
	}

	.site-header--brandLeft_navCenter .primary-nav {
		grid-column: 2;
		justify-self: center;
	}

	.site-header--brandLeft_navCenter .site-header__cta {
		grid-column: 3;
		justify-self: end;
	}

	.site-header--brandLeft_navCenter .nav-toggle {
		grid-column: 3;
		justify-self: end;
	}
}

/* brandCenter_navBelow — stacked branding */
.site-header--brandCenter_navBelow .site-header__inner {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.site-header--brandCenter_navBelow .site-header__brand {
	width: 100%;
}

.site-header--brandCenter_navBelow .site-header__end {
	width: 100%;
	justify-content: center;
}

@media (max-width: 59.99rem) {
	.site-header--brandCenter_navBelow .site-header__inner {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		text-align: left;
	}

	.site-header--brandCenter_navBelow .site-header__brand,
	.site-header--brandCenter_navBelow .site-header__end {
		width: auto;
	}

	.site-header--brandCenter_navBelow .site-header__end {
		justify-content: flex-end;
	}
}

/* brandCenter_navAround — logo centered, nav around */
@media (min-width: 60rem) {
	.site-header--brandCenter_navAround .site-header__inner {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-inline: clamp(5rem, 12vw, 9rem);
	}

	.site-header--brandCenter_navAround .site-header__brand {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		pointer-events: none;
	}

	.site-header--brandCenter_navAround .site-header__brand .custom-logo-link,
	.site-header--brandCenter_navAround .site-header__brand .site-title {
		pointer-events: auto;
	}

	.site-header--brandCenter_navAround .site-header__end {
		flex: 1 1 auto;
		justify-content: flex-end;
	}
}

/* navLeft_brandRight — nav left, brand right */
@media (min-width: 60rem) {
	.site-header--navLeft_brandRight .site-header__inner {
		display: grid;
		grid-template-columns: 1fr auto auto;
		align-items: center;
		gap: 1rem;
	}

	.site-header--navLeft_brandRight .site-header__end {
		display: contents;
	}

	.site-header--navLeft_brandRight .primary-nav {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	.site-header--navLeft_brandRight .site-header__brand {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
	}

	.site-header--navLeft_brandRight .site-header__cta {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}

	.site-header--navLeft_brandRight .nav-toggle {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
	}
}

.site-header__cta {
	white-space: nowrap;
}

/* [hidden] must win over component display (.ct-btn, .nav-toggle, .primary-nav) */
.site-header__cta[hidden],
#nav-toggle[hidden],
#primary-nav[hidden] {
	display: none !important;
}

.stalls__grid {
	max-width: var(--max-wide);
	margin: 3rem auto 0;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.stall-card {
	background: var(--snow);
	border: 1px solid var(--line-frost);
	border-radius: var(--radius-card);
	overflow: hidden;
	transition: box-shadow 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.booth-card:hover {
	box-shadow: var(--shadow-lift);
	transform: translateY(-1px);
}

.booth-card:focus-within {
	box-shadow: var(--shadow-lift);
}

.booth-card__body:focus-visible {
	outline: 2px solid var(--forest-soft);
	outline-offset: -2px;
}

.booth-card:hover .stall-card__title,
.booth-card:focus-within .stall-card__title {
	color: var(--forest-mid);
}

.booth-card__signboard {
	padding: 0.5rem 1rem;
	background: linear-gradient(180deg, var(--forest-soft) 0%, var(--forest-mid) 100%);
	border-bottom: 1px solid rgba(201, 168, 108, 0.35);
}

.booth-card__signboard .booth-card__cat {
	margin: 0;
	color: rgba(255, 250, 242, 0.88);
}

.stall-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.stall-card__body {
	display: block;
	padding: 1rem 1.15rem 1.25rem;
	text-decoration: none;
	color: inherit;
}

.stall-card__title {
	font-family: var(--font-display);
	font-size: 1.15rem;
	margin: 0 0 0.35rem;
}

.stall-card__desc {
	margin: 0;
	font-size: 0.9rem;
	color: var(--ink-soft);
}

/* Markt — Darstellungsmodus */
.stalls--editorial .stalls__grid {
	grid-template-columns: 1fr;
	max-width: 36rem;
}

.stalls--editorial .stall-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.stalls--editorial .booth-card {
	flex-wrap: wrap;
}

.stalls--editorial .booth-card__signboard {
	order: -2;
	flex: 1 1 100%;
	width: 100%;
}

.stalls--editorial .stall-card__img,
.stalls--editorial .booth-card__img {
	width: 38%;
	max-width: 10.5rem;
	flex-shrink: 0;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
}

.stalls--editorial .stall-card__body {
	flex: 1;
	min-width: 0;
}

.stalls--masonry .stalls__grid {
	grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
	gap: 1rem;
}

.stalls--compact .stalls__grid {
	grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
	gap: 0.85rem;
}

.stalls--compact .stall-card__body {
	padding: 0.65rem 0.75rem 0.85rem;
}

.stalls--compact .stall-card__title {
	font-size: 1rem;
}

.food__list {
	display: grid;
	gap: 2rem;
}

.food--two_col .food__list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.food--menu .food__list {
	gap: 0;
}

.food--menu .food-item {
	grid-template-columns: 1fr;
	gap: 0.35rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(158, 191, 207, 0.35);
}

.food--menu .food-item:first-of-type {
	border-top: 1px solid rgba(158, 191, 207, 0.35);
}

.food--menu .food-item img {
	display: none;
}

.food--cards .food-item {
	grid-template-columns: 1fr;
	text-align: center;
	padding: 1.25rem 1rem;
	border: 1px solid var(--line-frost);
	border-radius: var(--radius-card);
	background: var(--snow);
}

.food--cards .food-item img {
	width: 100%;
	max-height: 12rem;
	object-fit: cover;
	border-radius: var(--radius-md);
}

.food--editorial .food__list {
	max-width: 36rem;
}

.food--editorial .food-item {
	grid-template-columns: 1fr;
	gap: 0.75rem;
}

.food--editorial .food-item__title {
	font-size: clamp(1.25rem, 1rem + 1vw, 1.65rem);
}

.food-item {
	display: grid;
	grid-template-columns: minmax(0, 10rem) 1fr;
	gap: 1.25rem;
	align-items: start;
}

.food-item__badges {
	list-style: none;
	margin: 0.5rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.food-item__badges li {
	font-size: 0.6875rem;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	border: 1px solid var(--line);
}

.stack-list__thumb {
	width: 4.5rem;
	height: 4.5rem;
	object-fit: cover;
	border-radius: var(--radius-md);
	margin-bottom: 0.5rem;
}

.hero-countdown {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 1rem 0 0;
}

.hero-countdown__part {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	color: var(--cream);
}

.hero-countdown__part strong {
	font-size: 1.5rem;
	font-weight: 500;
}

.hero-countdown__part small {
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.75;
}

.hero__fog {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(240, 244, 248, 0.35), transparent 55%);
	mix-blend-mode: screen;
	opacity: 0.5;
}

.hero__lights {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.hero__lights span {
	position: absolute;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #fff8e8, var(--gold-soft));
	box-shadow: 0 0 0.65rem rgba(248, 232, 200, 0.85);
	animation: heroLightTwinkle calc(3s * var(--ct-anim-speed, 1)) ease-in-out infinite alternate;
}

.hero__lights span:nth-child(odd) {
	animation-delay: 0.8s;
}

@keyframes heroLightTwinkle {
	0% {
		opacity: 0.35;
		transform: scale(0.85);
	}
	100% {
		opacity: 1;
		transform: scale(1.15);
	}
}

.hero__particles {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	overflow: hidden;
}

.hero__particle {
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: rgba(255, 248, 235, 0.75);
	animation: heroParticleDrift calc(12s * var(--ct-anim-speed, 1)) linear infinite;
}

@keyframes heroParticleDrift {
	0% {
		transform: translate3d(0, 0, 0);
		opacity: 0;
	}
	15% {
		opacity: 1;
	}
	100% {
		transform: translate3d(12px, -110vh, 0);
		opacity: 0;
	}
}

.mobile-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	padding: 0.65rem max(0.75rem, env(safe-area-inset-right)) calc(0.65rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-left));
	background: linear-gradient(180deg, transparent, rgba(10, 22, 18, 0.55));
	pointer-events: none;
}

.mobile-sticky-cta__btn {
	pointer-events: auto;
	display: block;
	text-align: center;
	padding: 0.85rem 1rem;
	border-radius: 999px;
	background: var(--forest);
	color: var(--cream);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.8125rem;
}

.ct-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: rgba(10, 22, 18, 0.88);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.ct-lightbox img {
	max-width: min(96vw, 72rem);
	max-height: 88vh;
	object-fit: contain;
}

.ct-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: transparent;
	border: none;
	color: var(--cream);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
	min-width: 2.75rem;
	min-height: 2.75rem;
}

.ct-lightbox__close:focus-visible {
	outline: 2px solid var(--frost);
	outline-offset: 3px;
}

.ct-lightbox--gallery {
	flex-direction: column;
	gap: 0.75rem;
}

.ct-lightbox--image .ct-lightbox__img {
	max-width: min(96vw, 88rem);
	max-height: 90vh;
}

.ct-lightbox__figure {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	max-width: min(96vw, 72rem);
}

.ct-lightbox__img {
	max-width: min(96vw, 72rem);
	max-height: 78vh;
	object-fit: contain;
}

.ct-lightbox__caption {
	color: var(--cream);
	font-size: 0.9375rem;
	text-align: center;
	max-width: 42rem;
	margin: 0;
}

.ct-lightbox__caption[hidden] {
	display: none;
}

.ct-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 250, 242, 0.12);
	border: 1px solid rgba(255, 250, 242, 0.25);
	border-radius: 999px;
	width: 2.75rem;
	height: 2.75rem;
	color: var(--cream);
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.ct-lightbox__nav--prev {
	left: 1rem;
}

.ct-lightbox__nav--next {
	right: 1rem;
}

.ct-lightbox__nav:focus-visible,
.ct-lightbox__nav:hover {
	background: rgba(255, 250, 242, 0.22);
}

/* Legacy overlay/slide rules kept for specificity hooks — mobile panel styles live in max-width block above */

.footer-editorial--cols-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 48rem) {
	.footer-editorial--cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.footer-editorial--cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

body.ct-reduced-motion .section-snow,
body.ct-reduced-motion .site-stars {
	display: none !important;
}

body.ct-mobile-compact .slice {
	padding-top: clamp(2.5rem, 8vw, 4rem);
	padding-bottom: clamp(2.5rem, 8vw, 4rem);
}

body.ct-mobile-compact {
	--pad-y: clamp(2.5rem, 8vw, 4rem);
}

/* -------------------------------------------------------------------------
   Hero — layouts, facts, details
   ------------------------------------------------------------------------- */
.hero--fullscreen {
	min-height: var(--ct-hero-min-height, 100dvh);
}

.hero--layout-minimal {
	min-height: min(var(--ct-hero-min-height, 72dvh), 42rem);
}

.hero--layout-minimal .hero__title {
	font-size: clamp(2.25rem, 1.5rem + 3vw, 3.75rem);
}

.hero--layout-minimal .hero__meta {
	margin-bottom: 1.75rem;
}

.hero--layout-centered .hero__layout {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero--layout-centered .hero__content {
	text-align: center;
	margin-inline: auto;
}

.hero--layout-centered .hero__meta {
	margin-inline: auto;
}

.hero--layout-centered .hero__cta {
	justify-content: center;
}

.hero--layout-centered .hero__kicker,
.hero--layout-centered .hero__location,
.hero--layout-centered .hero__desc {
	margin-inline: auto;
}

.hero--layout-centered .hero__title-image,
.hero--layout-centered .hero__heading {
	margin-inline: auto;
}

.hero--layout-centered .hero__title-image {
	object-position: center center;
}

.hero--layout-centered .hero-countdown {
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin-inline: auto;
}

.hero--layout-editorial .hero__layout {
	align-items: flex-start;
	padding-top: clamp(6rem, 22vh, 10rem);
}

.hero--layout-dramatic .hero__scrim::before {
	opacity: min(1, calc(var(--ct-hero-overlay-opacity, 0.85) * 1.08));
}

.hero--layout-dramatic .hero__scrim::after {
	opacity: 1;
	background:
		radial-gradient(ellipse 100% 80% at 50% 100%, rgba(10, 22, 18, 0.45) 0%, transparent 58%),
		linear-gradient(118deg, rgba(6, 14, 11, 0.35) 0%, rgba(18, 42, 34, 0.2) 45%, rgba(10, 28, 38, 0.15) 100%);
}

.hero--layout-dramatic .hero__title {
	font-size: clamp(3rem, 2rem + 4.5vw, 5.5rem);
}

.hero--layout-split .hero__layout,
.hero--layout-cinematic .hero__layout {
	display: grid;
	gap: 2.5rem 3rem;
	align-items: end;
}

@media (min-width: 52rem) {
	.hero--layout-split .hero__layout,
	.hero--layout-cinematic .hero__layout {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 16rem);
	}
}

.hero__location {
	margin: -1.5rem 0 1.25rem;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: rgba(240, 212, 168, 0.85);
}

.hero__desc {
	margin: 0 0 2rem;
	font-size: var(--text-lede);
	line-height: 1.6;
	color: rgba(255, 250, 242, 0.78);
	max-width: 28rem;
}

.hero__facts {
	align-self: end;
	margin-bottom: 0.25rem;
}

.hero__facts-list {
	margin: 0;
	padding: 1.15rem 1.25rem;
	background: rgba(8, 18, 14, 0.55);
	border: 1px solid rgba(201, 168, 108, 0.28);
	border-radius: var(--radius-card);
	box-shadow: var(--glow-candle);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.hero__facts-row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.35rem 1rem;
	padding: 0.45rem 0;
	border-bottom: 1px solid rgba(197, 220, 232, 0.1);
}

.hero__facts-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.hero__facts-row:first-child {
	padding-top: 0;
}

.hero__facts-row dt {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(197, 220, 232, 0.6);
}

.hero__facts-row dd {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 500;
	color: var(--cream);
}

.hero--layout-centered .hero__facts,
.hero--layout-minimal .hero__facts {
	display: none;
}

/* Card hero: full-bleed on mobile (no inset card frame) */
@media (max-width: 59.99rem) {
	.theme-section-hero.theme-section--width-card .section-frame,
	.theme-section-hero .section-frame--card-boxed {
		flex: 1;
		align-self: stretch;
		max-width: none;
		width: 100%;
		margin-inline: 0;
		border-radius: 0;
		padding-inline: 0;
		border-left: none;
		border-right: none;
		box-shadow: none;
	}

	.theme-section-hero.theme-section--width-card .hero__layout,
	.theme-section-hero .section-frame--card-boxed .hero__layout {
		padding-top: clamp(3.5rem, 14vh, 5.5rem);
	}

	/* Einladung: volle Breite, ein Padding-Layer, Text nicht einengen */
	.theme-section-invitation.place {
		padding-inline: 0;
	}

	.theme-section-invitation .section-frame {
		max-width: none;
		width: 100%;
		margin-inline: 0;
		padding-inline: var(--pad-x);
		box-sizing: border-box;
	}

	.theme-section-invitation.theme-section--width-card .section-frame,
	.theme-section-invitation .section-frame--card-boxed {
		border-radius: 0;
		border-left: none;
		border-right: none;
		box-shadow: none;
		padding-inline: 0;
	}

	.theme-section-invitation.theme-section--width-card .place__inner--invitation,
	.theme-section-invitation .section-frame--card-boxed .place__inner--invitation {
		padding-inline: var(--pad-x);
		box-sizing: border-box;
	}

	.theme-section-invitation .place__inner--invitation,
	.theme-section-invitation .place__content,
	.theme-section-invitation .lede,
	.theme-section-invitation .invite-quote,
	.theme-section-invitation .display-sm,
	.theme-section-invitation .place__invite-sign,
	.theme-section-invitation .note {
		max-width: none;
		width: 100%;
	}

	.theme-section-invitation.place--invite-editorial .place__invite-sign,
	.theme-section-invitation.place--invite-left .place__invite-sign,
	.theme-section-invitation.place--invite-split .place__invite-sign,
	.theme-section-invitation .place__inner--invite-editorial .place__invite-sign,
	.theme-section-invitation .place__inner--invite-left .place__invite-sign,
	.theme-section-invitation .place__inner--invite-split .place__invite-sign {
		margin-inline-start: 0;
		text-align: inherit;
	}
}

.hero-countdown:not(.hero-countdown--active) {
	min-height: 3rem;
	opacity: 0.35;
}

/* -------------------------------------------------------------------------
   Component — CTA ribbon button (extends .ct-btn--primary)
   ------------------------------------------------------------------------- */
.cta-ribbon-btn {
	/* Visual rules inherited from .ct-btn--primary */
}

@media (prefers-reduced-motion: reduce) {
	.ct-btn,
	.cta-ribbon-btn {
		transition: none;
	}

	.ct-btn--primary:hover,
	.cta-ribbon-btn:hover,
	.ct-btn--secondary:hover {
		transform: none;
	}

	.ct-btn--primary::after,
	.cta-ribbon-btn::after,
	.ct-btn--link::after,
	.link-arrow::after {
		transition: none;
	}
}

/* -------------------------------------------------------------------------
   Component — Garland divider (design-system SVG)
   ------------------------------------------------------------------------- */
.garland-divider {
	position: relative;
	margin: 0;
	overflow: hidden;
	color: var(--forest-soft);
}

.garland-divider svg {
	display: block;
	width: 100%;
	height: auto;
	min-height: 2.5rem;
}

.ds-divider {
	width: 100%;
	line-height: 0;
}

.ds-divider--snow {
	color: var(--snow);
}

.ds-divider--snow svg {
	min-height: 2rem;
}

.snow-divider {
	margin-block: 0;
}

/* -------------------------------------------------------------------------
   Einladung — invitation layouts
   ------------------------------------------------------------------------- */
.slice--invite {
	background:
		radial-gradient(ellipse 70% 45% at 0% 0%, rgba(240, 212, 168, 0.14) 0%, transparent 55%),
		linear-gradient(180deg, var(--paper-warm) 0%, var(--parchment) 100%);
}

.slice--invite .note {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line-warm);
	font-family: var(--font-display);
	font-size: 0.9375rem;
	color: rgba(42, 74, 62, 0.72);
}

.invite-quote {
	margin: 1.75rem 0 0;
	padding: 1rem 1.25rem;
	border-left: 3px solid var(--gold-soft);
	border-radius: var(--radius-md);
	background: rgba(255, 250, 242, 0.45);
	font-family: var(--font-display);
	font-size: var(--text-lede);
	font-style: italic;
	line-height: 1.55;
	color: var(--forest);
	max-width: var(--max-text);
}

.slice--invite-centered .slice__grid--intro {
	grid-template-columns: 1fr;
	text-align: center;
}

.slice--invite-centered .slice__aside {
	display: none;
}

.slice--invite-centered .slice__main,
.slice--invite-centered .lede,
.slice--invite-centered .invite-quote {
	margin-inline: auto;
	text-align: center;
}

.slice--invite-centered .invite-quote {
	border-left: none;
	padding: 0;
	border-top: 1px solid var(--line-warm);
	padding-top: 1.5rem;
}

.slice--invite-left .slice__aside {
	display: none;
}

.slice--invite-split .slice__grid--intro {
	gap: 2rem 3rem;
}

@media (min-width: 52rem) {
	.slice--invite-split .slice__grid--intro {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

/* -------------------------------------------------------------------------
   Kontakt — layouts & card styles
   ------------------------------------------------------------------------- */
.contact-type {
	max-width: var(--max-wide);
	margin: 0 auto;
	text-align: left;
}

.contact-type .display-sm {
	margin-bottom: 1.25rem;
}

.contact-type__col--intro .lede {
	margin-bottom: 0;
}

.contact-type__line--person {
	font-family: var(--font-display);
	font-size: 1.125rem;
	color: var(--forest);
}

.contact--stacked .contact-type {
	max-width: var(--max-text);
}

.contact--split .contact-type {
	display: grid;
	gap: 2rem 3rem;
}

@media (min-width: 48rem) {
	.contact--split .contact-type {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		align-items: start;
	}

	.contact--split .contact-type__col--reach {
		padding: 1.25rem 0 1.25rem 2rem;
		border-left: 1px solid var(--line-warm);
	}
}

.contact--grid .contact-type {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 36rem) {
	.contact--grid .contact-type {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact--grid .contact-type__col--intro {
		grid-column: 1 / -1;
	}
}

.contact--card-card .contact-type {
	padding: 2rem 1.75rem;
	background: var(--snow);
	border: 1px solid var(--line-frost);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
}

.contact--card-bordered .contact-type {
	padding: 2rem 1.75rem;
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
}

.contact--card-lantern .contact-type {
	position: relative;
	padding: 2rem 1.75rem;
	background: var(--parchment);
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
	box-shadow: var(--glow-candle);
	overflow: hidden;
}

.contact--card-lantern .contact-type::before {
	content: "";
	position: absolute;
	inset: -1px;
	background: radial-gradient(ellipse at 50% 0%, rgba(240, 212, 168, 0.28), transparent 70%);
	pointer-events: none;
}

.contact--card-lantern .contact-type > * {
	position: relative;
	z-index: 1;
}

.contact-type__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.contact-type__actions .cta-ribbon-btn {
	width: 100%;
	justify-content: space-between;
	word-break: break-word;
	text-align: left;
}

.contact-type__hours {
	margin-top: 1rem;
	font-weight: 600;
	color: var(--forest-soft);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.contact-type__social {
	list-style: none;
	margin: 0;
	padding: 1rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	border-top: 1px solid var(--line-warm);
}

.contact-type__social a {
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	padding: 0.35rem 0;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--forest-mid);
	border-bottom: 1px solid transparent;
}

.contact-type__social a:hover,
.contact-type__social a:focus-visible {
	border-bottom-color: var(--gold-soft);
	color: var(--forest);
	opacity: 1;
}

.contact-type__social a:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 3px;
}

.contact-type__line a:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 3px;
}

/* -------------------------------------------------------------------------
   Component — Sponsor card & strip
   ------------------------------------------------------------------------- */
.sponsor-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 1.25rem 1rem;
	background: rgba(255, 250, 242, 0.06);
	border: 1px solid rgba(197, 220, 232, 0.16);
	border-radius: var(--radius-card);
	text-decoration: none;
	color: inherit;
	text-align: center;
	transition: border-color 0.3s var(--ease-smooth), box-shadow 0.3s var(--ease-smooth);
}

.sponsor-card:hover,
.sponsor-card:focus-visible {
	border-color: rgba(201, 168, 108, 0.45);
	box-shadow: 0 0 1.5rem rgba(240, 212, 168, 0.12);
}

.sponsor-card:focus-visible {
	outline: 2px solid var(--gold-soft);
	outline-offset: 3px;
}

.sponsor-card__logo {
	max-width: 8rem;
	max-height: 3rem;
	object-fit: contain;
}

.sponsor-card__monogram {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: var(--forest-soft);
	color: var(--cream);
	font-family: var(--font-display);
	font-size: 1.25rem;
}

.sponsor-card__name {
	font-weight: 600;
	font-size: 0.9375rem;
	color: rgba(255, 250, 242, 0.9);
}

.sponsor-card__role {
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(197, 220, 232, 0.65);
}

.sponsor-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
}

.sponsor-strip__label {
	margin: 0 0 0.65rem;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(197, 220, 232, 0.55);
	text-align: center;
}

.sponsor-strip__content {
	font-size: 0.875rem;
	line-height: 1.65;
	text-transform: none;
	letter-spacing: normal;
	color: rgba(255, 250, 242, 0.82);
	text-align: center;
}

.sponsor-strip__content a {
	color: var(--candle);
}

.sponsor-strip__content a:focus-visible {
	outline: 2px solid var(--frost);
	outline-offset: 3px;
}

.nav-toggle:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 2px;
}

@media (min-width: 36rem) {
	.contact-type__actions .cta-ribbon-btn {
		width: auto;
		min-width: min(100%, 20rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sponsor-card {
		transition: none;
	}
}

/* -------------------------------------------------------------------------
   Footer block — background variants
   ------------------------------------------------------------------------- */
.slice--footer-forest {
	background:
		radial-gradient(ellipse 80% 55% at 50% 0%, rgba(30, 53, 64, 0.35) 0%, transparent 55%),
		linear-gradient(195deg, var(--forest-deep) 0%, var(--forest) 55%, var(--forest-mid) 100%);
	border-top: 1px solid rgba(197, 220, 232, 0.12);
	color: rgba(255, 250, 242, 0.88);
}

.slice--footer-forest .footer-editorial__label {
	color: rgba(197, 220, 232, 0.55);
}

.slice--footer-forest .footer-editorial p {
	color: rgba(255, 250, 242, 0.78);
}

.slice--footer-forest .link-arrow--dark {
	color: var(--cream);
}

.slice--footer-paper {
	background:
		radial-gradient(ellipse 60% 40% at 100% 100%, rgba(240, 212, 168, 0.12) 0%, transparent 50%),
		linear-gradient(185deg, var(--paper) 0%, var(--paper-warm) 100%);
}

.slice--footer-cream {
	background: linear-gradient(180deg, var(--cream) 0%, var(--snow) 100%);
}

/* -------------------------------------------------------------------------
   Header — transparent over hero
   ------------------------------------------------------------------------- */
.site-header.is-transparent:not(.is-scrolled) {
	background: linear-gradient(180deg, rgba(10, 22, 18, 0.42) 0%, transparent 100%);
	border-bottom-color: transparent;
	box-shadow: none;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.site-header.is-transparent:not(.is-scrolled) .site-title,
.site-header.is-transparent:not(.is-scrolled) .site-tagline,
.site-header.is-transparent:not(.is-scrolled) .custom-logo-link {
	color: var(--ct-header-brand-color, var(--cream));
}

.site-header.is-transparent:not(.is-scrolled) .site-tagline {
	color: var(--ct-header-tagline-color, rgba(255, 250, 242, 0.65));
}

.site-header.is-transparent:not(.is-scrolled):not(.is-menu-open) .primary-nav__list a,
.site-header.is-transparent:not(.is-scrolled):not(.is-menu-open) .btn-text {
	color: var(--ct-header-nav-color, rgba(255, 250, 242, 0.88));
}

.site-header.is-transparent:not(.is-scrolled) .site-header__cta {
	color: var(--ct-header-cta-color, rgba(255, 250, 242, 0.88));
}

.site-header.is-transparent:not(.is-scrolled) .nav-toggle__bar {
	background: var(--ct-header-toggle-color, var(--cream));
}

.site-header.is-transparent:not(.is-scrolled):not(.is-menu-open) .primary-nav__list a:hover,
.site-header.is-transparent:not(.is-scrolled):not(.is-menu-open) .primary-nav__list a:focus-visible,
.site-header.is-transparent:not(.is-scrolled) .site-header__cta:hover {
	color: var(--ct-header-nav-hover-color, var(--candle));
	border-bottom-color: var(--gold-soft);
}

.site-header.is-transparent.is-scrolled .site-header__bg {
	display: block;
	box-shadow: 0 0.35rem 1.5rem rgba(10, 22, 18, 0.06);
}

.site-header.is-transparent .nav-toggle:focus-visible {
	outline: 2px solid var(--frost);
	outline-offset: 2px;
}

.site-main > .garland-divider:first-of-type {
	margin-top: -0.5rem;
}

/* -------------------------------------------------------------------------
   Component — Lantern glow card
   ------------------------------------------------------------------------- */
.lantern-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	background: var(--parchment);
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	transition: box-shadow 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.lantern-card__glow {
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	opacity: 0;
	background: radial-gradient(ellipse at 50% 0%, rgba(240, 212, 168, 0.35), transparent 70%);
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 1;
}

.lantern-card__img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.lantern-card__body {
	position: relative;
	z-index: 2;
	padding: 1.25rem 1.35rem 1.4rem;
}

.lantern-card__badge {
	display: inline-block;
	margin-bottom: 0.65rem;
	font-family: var(--font-display);
	font-size: 1rem;
	font-weight: 400;
	color: rgba(201, 168, 108, 0.55);
	line-height: 1;
}

.lantern-card:hover,
.lantern-card:focus-visible {
	box-shadow: var(--glow-candle);
	transform: translateY(-1px);
}

.lantern-card:hover .lantern-card__glow,
.lantern-card:focus-visible .lantern-card__glow {
	opacity: 1;
}

.lantern-card:focus-visible {
	outline: 2px solid var(--gold-soft);
	outline-offset: 3px;
}

.lantern-card__title {
	font-family: var(--font-display);
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
	color: var(--forest);
}

.lantern-card__text {
	margin: 0;
	font-size: 0.9rem;
	color: var(--ink-soft);
	line-height: 1.55;
}

/* -------------------------------------------------------------------------
   Highlights — lantern card grid
   ------------------------------------------------------------------------- */
.slice__grid--highlights {
	display: grid;
	gap: 2.5rem 3rem;
	max-width: var(--max-wide);
	margin: 0 auto;
}

@media (min-width: 56rem) {
	.slice__grid--highlights {
		grid-template-columns: minmax(0, 13rem) minmax(0, 1fr);
		align-items: start;
	}
}

.highlights__grid {
	display: grid;
	gap: 1.15rem;
	grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
}

/* -------------------------------------------------------------------------
   Program — multi-day tabs
   ------------------------------------------------------------------------- */
.program-days {
	margin-top: 1.5rem;
}

.program-days__tabs {
	display: none;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 0.25rem;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.program-layout-tabs .program-days__tabs {
	display: flex;
}

.program-days__tab {
	appearance: none;
	border: 1px solid rgba(201, 168, 108, 0.35);
	border-radius: 999px;
	padding: 0.5rem 0.95rem;
	background: rgba(10, 22, 18, 0.35);
	color: var(--text-soft, #e8dfd0);
	font: inherit;
	font-size: 0.875rem;
	line-height: 1.3;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	flex: 0 0 auto;
}

.program-days__tab:hover,
.program-days__tab:focus-visible {
	border-color: rgba(201, 168, 108, 0.7);
	color: #fff;
	outline: none;
}

.program-days__tab.is-active {
	background: rgba(201, 168, 108, 0.18);
	border-color: var(--gold-soft, #c9a86c);
	color: #fff;
	box-shadow: 0 0 0 1px rgba(201, 168, 108, 0.25);
}

.program-days__mobile-nav {
	display: none;
}

.program-days__nav-btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	min-height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(201, 168, 108, 0.35);
	border-radius: 999px;
	background: rgba(10, 22, 18, 0.35);
	color: var(--text-soft, #e8dfd0);
	font: inherit;
	font-size: 0.85rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.program-days__nav-btn:hover,
.program-days__nav-btn:focus-visible {
	border-color: rgba(201, 168, 108, 0.7);
	color: #fff;
	outline: none;
}

.program-days__nav-btn:disabled,
.program-days__nav-btn.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.program-days__nav-icon {
	display: block;
	width: 0.55rem;
	height: 0.55rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.program-days__nav-icon--prev {
	transform: rotate(-135deg);
	margin-left: 0.12rem;
}

.program-days__nav-icon--next {
	transform: rotate(45deg);
	margin-right: 0.12rem;
}

.program-days__nav-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.12rem;
	min-width: 0;
	text-align: center;
}

.program-days__nav-day {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--text-soft, #e8dfd0);
}

.program-days__nav-date {
	display: block;
	font-size: 0.78rem;
	font-weight: 500;
	line-height: 1.25;
	color: rgba(232, 223, 208, 0.78);
}

.program-days__nav-date[hidden] {
	display: none;
}

.program-days__panel-title {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--text-soft, #e8dfd0);
}

.program-days__panel-sub,
.program-days__panel-desc {
	margin: 0 0 0.75rem;
	color: rgba(232, 223, 208, 0.78);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.program-days--tabs .program-days__panel-title {
	display: none;
}

.program-days__panel + .program-days__panel {
	margin-top: 2rem;
}

.program-layout-tabs .program-days__panel {
	display: none;
	margin-top: 0;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.program-layout-tabs .program-days__panel.is-active {
	display: block;
	opacity: 1;
	transform: translateY(0);
}

.program-layout-tabs .program-days__panel.is-entering {
	opacity: 0;
	transform: translateY(6px);
}

@keyframes program-day-slide-in-right {
	from {
		opacity: 0;
		transform: translateX(14px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes program-day-slide-in-left {
	from {
		opacity: 0;
		transform: translateX(-14px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.program-layout-stacked .program-days__tabs,
.program-layout-grid .program-days__tabs {
	display: none !important;
}

.program-layout-stacked .program-days__panel {
	margin-top: 0;
}

.program-layout-stacked .program-days__panel + .program-days__panel {
	margin-top: 1.4rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(201, 168, 108, 0.2);
}

.program-layout-grid .program-days__panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem;
}

.program-layout-grid .program-days__panel {
	margin: 0;
	padding: 0.75rem 0.8rem 0.2rem;
	background: rgba(255, 250, 242, 0.06);
	border: 1px solid rgba(255, 250, 242, 0.12);
	border-radius: var(--radius-md);
}

.program-layout-grid .program-days__panel-title {
	margin-bottom: 0.45rem;
}

.program-timeline__row--featured .timeline__body {
	border-color: rgba(201, 168, 108, 0.45);
	box-shadow: 0 0 0 1px rgba(201, 168, 108, 0.2);
}

.timeline__location {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.8125rem;
	color: rgba(232, 223, 208, 0.65);
}

@media (min-width: 60rem) {
	.program-days--tabs .program-days__panels .program-days__panel + .program-days__panel {
		margin-top: 0;
	}
}

@media (max-width: 59.99rem) {
	.program-layout-grid .program-days__panels {
		grid-template-columns: 1fr;
	}
}

/* -------------------------------------------------------------------------
   Program — lantern timeline
   ------------------------------------------------------------------------- */
.program-timeline {
	position: relative;
}

.program-timeline::before {
	content: "";
	position: absolute;
	left: 2.05rem;
	top: 0.75rem;
	bottom: 0.75rem;
	width: 2px;
	background: linear-gradient(180deg, rgba(201, 168, 108, 0.45) 0%, rgba(197, 220, 232, 0.12) 100%);
	pointer-events: none;
}

.program-timeline__row {
	position: relative;
	margin-bottom: 0.6rem;
}

.program-timeline__row::before {
	content: "";
	position: absolute;
	left: 1.72rem;
	top: 1.85rem;
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 50%;
	background: var(--gold-soft);
	box-shadow: 0 0 0.75rem rgba(240, 212, 168, 0.45);
	pointer-events: none;
}

.program-timeline__row:focus-within {
	background: rgba(255, 250, 242, 0.04);
	border-radius: var(--radius-md);
}

.program-timeline__row:focus-within::before {
	background: var(--candle);
}

.program .timeline__row {
	grid-template-columns: 5.4rem 1fr;
	gap: 0.85rem 1.15rem;
}

.program .timeline__time {
	font-size: 0.88rem;
	font-weight: 650;
	font-variant-numeric: tabular-nums;
	color: var(--candle);
	text-align: right;
}

.program .timeline__body {
	padding: 0.8rem 0.95rem;
	border: 1px solid rgba(255, 250, 242, 0.11);
	border-radius: var(--radius-md);
	background: rgba(255, 250, 242, 0.045);
}

.program .timeline__title {
	line-height: 1.35;
}

.program .timeline__sub,
.program .timeline__location {
	font-size: 0.8rem;
	line-height: 1.4;
}

.program.program--cards .program-timeline::before,
.program.program--cards .program-timeline__row::before,
.program.program--minimal .program-timeline::before,
.program.program--minimal .program-timeline__row::before {
	display: none;
}

.inline-tags--legend {
	margin-top: 0.25rem;
}

@media (max-width: 47.99rem) {
	.program-days {
		margin-top: 1rem;
	}

	.program-layout-tabs .program-days {
		max-width: 100%;
		min-width: 0;
	}

	.program-layout-tabs .program-days__tabs {
		display: none !important;
	}

	.program-layout-tabs .program-days__mobile-nav {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		gap: 0.55rem;
		margin-bottom: 0.85rem;
	}

	.program-layout-tabs .program-days__panel.is-slide-left.is-entering {
		animation: program-day-slide-in-right 0.24s ease;
	}

	.program-layout-tabs .program-days__panel.is-slide-right.is-entering {
		animation: program-day-slide-in-left 0.24s ease;
	}

	.program-days__panel-sub,
	.program-days__panel-desc {
		margin-bottom: 0.55rem;
		font-size: 0.86rem;
		line-height: 1.42;
	}

	.program-layout-grid .program-days__panel,
	.program-layout-stacked .program-days__panel,
	.program-layout-tabs .program-days__panel {
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.program-timeline::before,
	.program-timeline__row::before {
		display: none;
	}

	.program .timeline__row {
		grid-template-columns: 2.8rem 1fr;
		gap: 0.5rem 0.72rem;
	}

	.program .timeline__time {
		font-size: 0.8rem;
		padding-top: 0.1rem;
	}

	.program .timeline__body {
		padding: 0.52rem 0.58rem;
		border-radius: 10px;
	}

	.program .timeline__title {
		font-size: 0.86rem;
		line-height: 1.28;
	}

	.program .timeline__sub,
	.program .timeline__location,
	.program .timeline__desc {
		font-size: 0.76rem;
		line-height: 1.35;
	}

	.place--village-stage .program-timeline__row {
		padding: 0.5rem 0.56rem;
		margin-bottom: 0.38rem;
		border-radius: 10px;
	}

	.place--village-stage .program-timeline__row .timeline__body {
		background: rgba(255, 250, 242, 0.03);
		border-color: rgba(255, 250, 242, 0.08);
	}

	.program-timeline::before {
		left: 1.65rem;
	}

	.program-timeline__row::before {
		left: 1.32rem;
	}

	.timeline__row {
		grid-template-columns: 3.5rem 1fr;
		gap: 0.75rem 1rem;
	}

	.stalls--editorial .booth-card {
		flex-direction: column;
	}

	.stalls--editorial .booth-card__img {
		width: 100%;
		max-width: none;
	}
}

@media (min-width: 48rem) {
	.lantern-card__body {
		padding: 1.5rem 1.65rem 1.6rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lantern-card,
	.booth-card,
	.stall-card {
		transition: none;
	}

	.lantern-card:hover,
	.booth-card:hover {
		transform: none;
	}

	.program-timeline__row::before {
		box-shadow: none;
	}

	.program-layout-tabs .program-days__panel.is-slide-left.is-entering,
	.program-layout-tabs .program-days__panel.is-slide-right.is-entering {
		animation: none;
	}

	.frame-gallery__img {
		transition: none;
	}

	.gallery--hover-lift .gallery-editorial__cell {
		transition: none;
	}
}

/* -------------------------------------------------------------------------
   Essen — Tafel menu (Chalkboard panel)
   ------------------------------------------------------------------------- */
.food--menu .food__panel {
	padding: 1.35rem 1.5rem 1.5rem;
	background:
		radial-gradient(ellipse 80% 50% at 0% 0%, rgba(240, 212, 168, 0.08) 0%, transparent 55%),
		linear-gradient(165deg, var(--forest-mid) 0%, var(--forest-soft) 100%);
	border: 1px solid rgba(201, 168, 108, 0.28);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-lift);
}

.food--menu .food-item {
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(197, 220, 232, 0.14);
	color: rgba(255, 250, 242, 0.9);
}

.food--menu .food-item:first-of-type {
	border-top: 1px solid rgba(197, 220, 232, 0.14);
}

.food--menu .food-item__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 1rem;
}

.food--menu .food-item__title {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.0625rem;
	font-weight: 450;
	color: var(--cream);
}

.food--menu .food-item__price-row {
	display: flex;
	align-items: baseline;
	flex: 1 1 8rem;
	min-width: 6rem;
	gap: 0.35rem;
}

.food--menu .food-item__dots {
	flex: 1;
	min-width: 1.5rem;
	border-bottom: 1px dotted rgba(201, 168, 108, 0.45);
	transform: translateY(-0.2em);
}

.food--menu .food-item__price {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	color: var(--candle);
	white-space: nowrap;
}

.food--menu .food-item__desc {
	margin: 0.35rem 0 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(235, 240, 237, 0.72);
	max-width: 36rem;
}

.food--menu .food-item__badges li {
	border-color: rgba(201, 168, 108, 0.35);
	background: rgba(8, 18, 14, 0.35);
	color: rgba(240, 212, 168, 0.88);
}

.food-item__head {
	display: block;
}

.food-item__title {
	margin: 0 0 0.35rem;
	font-family: var(--font-display);
	font-size: 1.125rem;
	color: var(--forest);
}

.food-item__price {
	margin: 0 0 0.35rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	color: var(--forest-mid);
}

.food-item__desc {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--ink-soft);
}

.food-item__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius-md);
}

.food-item__badges li {
	border-color: rgba(201, 168, 108, 0.4);
	background: rgba(255, 250, 242, 0.65);
	color: var(--forest-soft);
	font-weight: 500;
	letter-spacing: 0.03em;
}

/* -------------------------------------------------------------------------
   Component — Framed gallery image
   ------------------------------------------------------------------------- */
.frame-gallery {
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.frame-gallery__frame {
	position: relative;
	padding: 0.45rem;
	background: var(--cream);
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.frame-gallery__border {
	position: absolute;
	inset: 0;
	pointer-events: none;
	color: var(--gold-soft);
	z-index: 2;
}

.frame-gallery__border svg {
	width: 100%;
	height: 100%;
}

.frame-gallery--market .frame-gallery__frame {
	padding: 0.65rem;
	background:
		radial-gradient(ellipse 80% 60% at 50% 0%, rgba(240, 212, 168, 0.12) 0%, transparent 55%),
		var(--parchment);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.65) inset,
		var(--shadow-soft);
}

.frame-gallery__link {
	display: block;
	overflow: hidden;
	flex: 1;
	border-radius: calc(var(--radius-card) - 0.35rem);
}

.frame-gallery__link:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 4px;
}

.frame-gallery__img {
	width: 100%;
	height: auto;
	min-height: 0;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease, filter 0.35s ease;
}

.frame-gallery__caption {
	margin-top: 0.55rem;
	padding: 0 0.15rem;
	font-family: var(--font-display);
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.4;
	color: var(--ink-soft);
	text-align: center;
}

.gallery-editorial__cell .frame-gallery__frame {
	max-height: var(--gallery-media-max-h);
}

.gallery.gallery--masonry .gallery-editorial__cell .frame-gallery__frame,
.gallery.gallery--grid .gallery-editorial__cell .frame-gallery__frame {
	height: auto;
	max-height: none;
}

.gallery-editorial__cell .frame-gallery__caption {
	flex-shrink: 0;
}

.gallery--hover-subtle .frame-gallery__link:hover .frame-gallery__img,
.gallery--hover-subtle .frame-gallery__link:focus-visible .frame-gallery__img {
	transform: scale(1.02);
	filter: brightness(1.04);
}

.gallery--hover-lift .gallery-editorial__cell {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery--hover-lift .gallery-editorial__cell:hover,
.gallery--hover-lift .gallery-editorial__cell:focus-within {
	transform: translateY(-3px);
	box-shadow: var(--shadow-lift);
}

.gallery--hover-zoom .frame-gallery__link:hover .frame-gallery__img,
.gallery--hover-zoom .frame-gallery__link:focus-visible .frame-gallery__img {
	transform: scale(1.06);
}

@media (min-width: 30rem) and (max-width: 63.99rem) {
	.gallery.gallery--editorial .gallery-editorial,
	.gallery.gallery--mood .gallery-editorial--mood {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		grid-auto-flow: dense;
	}

	.gallery.gallery--mood .gallery-editorial--mood .gallery-editorial__cell,
	.gallery.gallery--editorial .gallery-editorial__cell--a,
	.gallery.gallery--editorial .gallery-editorial__cell--b,
	.gallery.gallery--editorial .gallery-editorial__cell--c,
	.gallery.gallery--editorial .gallery-editorial__cell--d,
	.gallery.gallery--editorial .gallery-editorial__cell--e {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
		max-height: min(26dvh, 15rem);
	}

	.gallery.gallery--mood .gallery-editorial--mood .gallery-editorial__cell:nth-child(3n + 1) {
		grid-column: span 2;
	}
}

@media (max-width: 29.99rem) {
	.gallery .gallery-editorial,
	.gallery .gallery-editorial--masonry,
	.gallery .gallery-editorial--grid,
	.gallery .gallery-editorial--mood {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
	}

	.gallery .gallery-editorial__cell,
	.gallery .gallery-editorial__cell img,
	.gallery .frame-gallery__img {
		min-height: 0;
		max-height: min(22dvh, 11rem);
		aspect-ratio: 4 / 3;
	}

	.gallery.gallery--mood .gallery-editorial--mood .gallery-editorial__cell:nth-child(3n + 1) {
		grid-column: span 2;
		max-height: min(24dvh, 12.5rem);
	}

	.gallery .gallery-slider__thumb {
		width: 3.25rem;
		height: 2.35rem;
	}
}

/* -------------------------------------------------------------------------
   Anfahrt — map card & details
   ------------------------------------------------------------------------- */
.map-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.25rem;
	background: var(--snow);
	border: 1px solid var(--line-frost);
	border-radius: 4px;
	box-shadow: var(--shadow-soft);
}

.map-card__figure {
	margin: 0;
}

.map-card__svg,
.map-card__photo {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
}

.map-card__legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
	font-size: 0.8125rem;
	color: var(--ink-soft);
}

.map-card__legend li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.map-card__legend-dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	flex-shrink: 0;
}

.map-card__legend-dot--market {
	background: #b4232c;
	box-shadow: 0 0 0.35rem rgba(180, 35, 44, 0.35);
}

.map-card__legend-dot--parking {
	background: var(--gold-soft);
}

.map-card__legend-dot--info {
	background: var(--forest-soft);
}

.map-details__list {
	margin: 1.5rem 0 0;
	padding: 0;
}

.map-details__row {
	display: grid;
	grid-template-columns: minmax(0, 7rem) minmax(0, 1fr);
	gap: 0.35rem 1rem;
	padding: 0.65rem 0;
	border-top: 1px solid rgba(158, 191, 207, 0.28);
}

.map-details__row:first-child {
	border-top: none;
	padding-top: 0;
}

.map-details__row dt {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(42, 74, 62, 0.55);
}

.map-details__row dd {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--ink-soft);
}

@media (min-width: 48rem) {
	.map-card {
		padding: 1.5rem;
	}
}

/* -------------------------------------------------------------------------
   Design system — SVG utilities
   ------------------------------------------------------------------------- */
.ds-icon {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	color: var(--gold-soft);
}

.ds-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ds-icon--sm {
	width: 1rem;
	height: 1rem;
}

.ds-icon--md {
	width: 1.25rem;
	height: 1.25rem;
}

.ds-icon--lg {
	width: 1.75rem;
	height: 1.75rem;
}

.ds-icon--xl {
	width: 2.5rem;
	height: 2.5rem;
}

.ds-icon--lantern {
	color: var(--candle);
}

.ds-icon--info,
.ds-icon--map-marker {
	color: var(--forest-soft);
}

.ds-icon--star {
	color: var(--gold-soft);
}

.ds-illustration {
	display: block;
	margin: 0;
	color: var(--forest-soft);
}

.ds-illustration svg {
	display: block;
	width: 100%;
	height: auto;
}

.booth-sign {
	max-width: 5rem;
}

.ds-frame {
	position: relative;
	margin: 0;
}

.photo-frame__inner {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 20rem;
	aspect-ratio: 5 / 6;
}

.photo-frame__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.25rem;
}

.photo-frame__border {
	position: absolute;
	inset: 0;
	pointer-events: none;
	color: var(--gold-soft);
}

.photo-frame__border svg {
	width: 100%;
	height: 100%;
}

/* Token tints for inline SVGs using currentColor */
.ds-tint-forest {
	color: var(--forest-soft);
}

.ds-tint-gold {
	color: var(--gold-soft);
}

.ds-tint-candle {
	color: var(--candle);
}

.ds-tint-berry {
	color: var(--berry);
}

.ds-tint-frost {
	color: var(--frost);
}

.ds-tint-snow {
	color: var(--snow);
}

.ds-fill-paper {
	fill: var(--paper-warm);
}

/* -------------------------------------------------------------------------
   Design system — atmosphere layer & ornaments
   ------------------------------------------------------------------------- */
.ds-atmosphere {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	opacity: var(--ds-atmosphere-opacity, 0.5);
}

.ds-atmosphere__background {
	position: absolute;
	inset: auto 0 0;
	height: min(28vh, 14rem);
	opacity: calc(0.65 * var(--ds-atmosphere-opacity, 0.5));
}

.ds-atmosphere__background svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ds-atmosphere__texture {
	position: absolute;
	width: min(8rem, 18vw);
	height: min(8rem, 18vw);
	opacity: calc(0.35 * var(--ds-atmosphere-opacity, 0.5));
}

.ds-atmosphere__texture--tl {
	top: calc(var(--ct-header-active-height, 72px) + 0.5rem);
	left: 0.5rem;
}

.ds-atmosphere__texture--br {
	right: 0.5rem;
	bottom: 0.5rem;
	transform: rotate(180deg);
}

.ds-atmosphere__texture svg {
	width: 100%;
	height: 100%;
}

.ds-atmosphere__ornaments {
	position: absolute;
	inset: 0;
	opacity: var(--ds-ornament-density, 0.4);
}

.ds-atmosphere__ornament {
	position: absolute;
}

.ds-atmosphere__ornament--a {
	top: 18%;
	left: 4%;
}

.ds-atmosphere__ornament--b {
	top: 32%;
	right: 6%;
}

.ds-atmosphere__ornament--c {
	bottom: 22%;
	left: 8%;
}

.ds-ornament {
	display: inline-flex;
	line-height: 0;
	color: var(--ds-accent, var(--gold-soft));
}

.ds-ornament svg {
	display: block;
	width: 100%;
	height: 100%;
}

.ds-ornament--sm {
	width: 1.25rem;
	height: 1.25rem;
}

.ds-ornament--md {
	width: 2rem;
	height: 2rem;
}

.ds-ornament--lg {
	width: 3rem;
	height: 3rem;
}

.ds-ornament--xl {
	width: 4rem;
	height: 4rem;
}

.site-header__ornament {
	position: absolute;
	top: 0.65rem;
	right: var(--pad-x);
	opacity: 0.75;
	pointer-events: none;
}

body.ds-off .ds-atmosphere,
body.ds-off .ds-divider,
body.ds-off .site-header__ornament {
	display: none;
}

body.ds-on .site-main {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.ds-atmosphere__ornaments {
		opacity: calc(var(--ds-ornament-density, 0.4) * 0.5);
	}
}

/* =========================================================================
   Markt-Journey — warmes Dorf · Lichter & Papier
   ========================================================================= */

body.markt-journey {
	background: var(--ivory);
	color: var(--ink-soft);
}

body.markt-journey .site-bg::after {
	opacity: 0.04;
}

body.markt-journey .site-stars {
	opacity: 0.32;
}

body.markt-journey .site-main {
	background: transparent;
}

.site-main > .place-transition,
.site-main > .ds-divider.place-transition,
.site-main > .garland-divider.place-transition,
.site-main > .snow-divider.place-transition {
	display: block;
	margin: 0;
	line-height: 0;
	color: var(--forest-soft);
}

.place-transition--snow,
.place-transition--garland,
.place-transition--pine {
	min-height: 2.25rem;
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 2.25rem;
	opacity: 0.85;
}

.place-transition--garland {
	background-image: linear-gradient(180deg, transparent, rgba(248, 232, 200, 0.35));
}

.place-transition--snow {
	background-image: linear-gradient(180deg, rgba(255, 253, 248, 0.9), var(--parchment));
}

.place {
	position: relative;
	padding: var(--pad-y) var(--pad-x);
	overflow: hidden;
}

.place[id] {
	scroll-margin-top: 5.5rem;
}

.place__inner {
	position: relative;
	z-index: 1;
	max-width: var(--max-wide);
	margin: 0 auto;
}

.place__inner--narrow {
	max-width: 40rem;
}

.place__inner--constrained {
	max-width: 36rem;
}

.place__inner--stage {
	max-width: 42rem;
}

.place__header {
	margin-bottom: 2.5rem;
}

.place__preview-list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.place__preview-item {
	position: relative;
	padding-left: 1.5rem;
	font-size: var(--text-lede);
	line-height: 1.5;
}

.place__preview-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--gold-soft, var(--ct-accent-gold, #c9a227));
}

.place__cta {
	margin-top: 1.5rem;
}

.place__horizon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: min(22vh, 11rem);
	pointer-events: none;
	opacity: 0.18;
	color: var(--forest-soft);
}

.place__horizon svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.place__direction {
	margin: 0.75rem 0 0;
	max-width: var(--max-text);
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--ink-soft);
}

.place--village-stage .place__direction,
.place--night-square .place__direction {
	color: rgba(255, 250, 242, 0.78);
}

.place__intro {
	max-width: var(--max-text);
}

.place__lede--on-dark,
.place__meta--on-dark {
	color: rgba(255, 250, 242, 0.85);
}

.place__closing {
	margin: 0 0 2.5rem;
	font-family: var(--font-display);
	font-size: var(--text-lede);
	font-style: italic;
	color: rgba(255, 250, 242, 0.82);
	max-width: 28rem;
}

/* Einladung — Inhalt direkt in der Sektionscard */
.place__inner--invitation .place__header {
	margin-bottom: 1.25rem;
}

.place__inner--invitation .place__content::before {
	content: "";
	display: block;
	width: 3rem;
	height: 0.2rem;
	margin-bottom: 1.25rem;
	background: linear-gradient(90deg, var(--gold-soft), transparent);
	border-radius: var(--radius-pill);
}

.place__invite-sign {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line-warm);
	font-family: var(--font-display);
	font-style: italic;
	color: rgba(61, 102, 86, 0.75);
}

/* Einladung — Layout-Varianten (place-Markup) */
.place--invite-editorial .place__invite-sign,
.place--invite-left .place__invite-sign,
.place--invite-split .place__invite-sign,
.place__inner--invite-editorial .place__invite-sign,
.place__inner--invite-left .place__invite-sign,
.place__inner--invite-split .place__invite-sign {
	max-width: var(--max-text);
	margin-inline-start: auto;
	text-align: right;
}

.theme-section-invitation.place--invite-centered .place__inner--invitation,
.place--invite-centered .place__inner--invitation,
.place__inner--invite-centered {
	margin-inline: auto;
	text-align: center;
}

.theme-section-invitation.place--invite-centered .place__header,
.theme-section-invitation.place--invite-centered .place__content,
.place--invite-centered .place__header,
.place--invite-centered .place__content,
.place__inner--invite-centered .place__header,
.place__inner--invite-centered .place__content {
	text-align: center;
}

.theme-section-invitation.place--invite-centered .place__content::before,
.place--invite-centered .place__content::before,
.place__inner--invite-centered .place__content::before {
	margin-inline: auto;
}

.theme-section-invitation.place--invite-centered .eyebrow,
.theme-section-invitation.place--invite-centered .note,
.theme-section-invitation.place--invite-centered .display-sm,
.theme-section-invitation.place--invite-centered .lede,
.theme-section-invitation.place--invite-centered .invite-quote,
.theme-section-invitation.place--invite-centered .place__invite-sign,
.place--invite-centered .eyebrow,
.place--invite-centered .note,
.place--invite-centered .display-sm,
.place--invite-centered .lede,
.place--invite-centered .invite-quote,
.place--invite-centered .place__invite-sign,
.place__inner--invite-centered .eyebrow,
.place__inner--invite-centered .note,
.place__inner--invite-centered .display-sm,
.place__inner--invite-centered .lede,
.place__inner--invite-centered .invite-quote,
.place__inner--invite-centered .place__invite-sign {
	margin-inline: auto;
	text-align: center;
}

.theme-section-invitation.place--invite-centered .invite-quote,
.place--invite-centered .invite-quote,
.place__inner--invite-centered .invite-quote {
	border-left: none;
	border-top: 1px solid var(--line-warm);
	padding-top: 1.5rem;
}

.theme-section-invitation.place--invite-centered .place__invite-sign,
.place--invite-centered .place__invite-sign,
.place__inner--invite-centered .place__invite-sign {
	margin-inline: auto;
	text-align: center;
}

@media (min-width: 52rem) {
	.place--invite-split .place__inner--invitation:not(.place__inner--invitation-media),
	.place__inner--invite-split:not(.place__inner--invitation-media) {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2rem 3rem;
		align-items: start;
	}

	.place--invite-split .place__inner--invitation:not(.place__inner--invitation-media) .invite-copy,
	.place__inner--invite-split:not(.place__inner--invitation-media) .invite-copy {
		display: contents;
	}
}

/* Einladung — Text + Flyer (Zweispaltig) */
.invite-copy {
	min-width: 0;
}

.place__inner--invitation-media {
	display: grid;
	gap: 2rem;
	align-items: start;
}

@media (min-width: 52rem) {
	.place__inner--invitation-media {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2rem 3rem;
	}
}

.invite-flyer__figure {
	margin: 0;
}

.invite-flyer__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--radius-md);
	object-fit: contain;
	box-shadow: 0 0.35rem 1.25rem rgba(45, 38, 28, 0.1);
}

.invite-logo {
	margin: 1.5rem 0 0;
	max-width: 12rem;
}

.invite-logo__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.theme-section-invitation.place--invite-centered .invite-logo,
.place--invite-centered .invite-logo,
.place__inner--invite-centered .invite-logo {
	margin-inline: auto;
}

.place--entrance .invite-quote {
	border-left-color: var(--gold-soft);
	color: var(--forest);
	background: rgba(248, 232, 200, 0.35);
}

.place--entrance .place__horizon {
	opacity: 0.12;
	color: var(--forest-soft);
}

/* Festliche Schicht in Sektionen */
.place-festive {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.place-festive__garland {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.92;
	color: var(--forest-soft);
}

.place-festive__garland-svg {
	margin: 0;
}

.place-festive__flakes {
	position: absolute;
	inset: 0;
}

.place-festive__flake {
	position: absolute;
	opacity: 0.35;
	color: var(--gold-soft);
}

.place-festive__flake--a {
	top: 12%;
	right: 8%;
}

.place-festive__flake--b {
	top: 28%;
	left: 5%;
	opacity: 0.22;
}

.place-festive__flake--c {
	bottom: 18%;
	right: 12%;
	opacity: 0.28;
}

.place-festive__star {
	position: absolute;
	width: 0.45rem;
	height: 0.45rem;
	background: var(--gold-soft);
	clip-path: polygon(50% 0%, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0% 50%, 39% 38%);
	opacity: 0.45;
}

.place-festive__star--a {
	top: 14%;
	left: 10%;
}

.place-festive__star--b {
	top: 22%;
	right: 14%;
	width: 0.35rem;
	height: 0.35rem;
	opacity: 0.35;
}

.place-festive__star--c {
	bottom: 20%;
	left: 16%;
	opacity: 0.3;
}

.place-festive__glow {
	position: absolute;
	inset: auto 0 0;
	height: 45%;
	background: var(--glow-warm);
	opacity: 0.65;
}

.place-festive--accent .place-festive__glow {
	background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(248, 232, 200, 0.2), transparent 70%);
}

.place-festive--accent .place-festive__star {
	background: var(--candle);
	opacity: 0.55;
}

.place--village-stage .display-sm,
.place--village-stage .eyebrow--on-dark,
.place--night-square .display-sm,
.place--night-square .eyebrow--on-dark {
	color: var(--cream);
}

.place--village-stage .eyebrow,
.place--night-square .eyebrow {
	color: rgba(248, 232, 200, 0.7);
	font-style: italic;
}

/* Warm / Akzent-Wechsel entlang der Marktroute */
.place--entrance {
	background:
		var(--glow-warm),
		linear-gradient(180deg, var(--ivory) 0%, var(--candlelight) 55%, var(--paper-warm) 100%);
	color: var(--ink);
}

.place--lantern-row {
	background:
		radial-gradient(ellipse 70% 45% at 50% 0%, rgba(248, 232, 200, 0.45), transparent 60%),
		linear-gradient(180deg, var(--cream) 0%, var(--parchment) 100%);
	color: var(--ink);
}

.place--market-square {
	background:
		radial-gradient(ellipse 55% 35% at 100% 0%, rgba(242, 217, 176, 0.2), transparent 55%),
		linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 100%);
	color: var(--ink);
	border-top: 1px solid var(--line-warm);
	border-bottom: 1px solid var(--line-warm);
}

.place--food-alley {
	background:
		radial-gradient(ellipse 60% 40% at 0% 100%, rgba(248, 232, 200, 0.35), transparent 55%),
		linear-gradient(185deg, var(--parchment) 0%, var(--ivory) 100%);
	color: var(--ink);
}

.place--village-stage {
	background:
		radial-gradient(ellipse 80% 55% at 50% 0%, rgba(248, 232, 200, 0.12), transparent 55%),
		linear-gradient(195deg, var(--forest) 0%, var(--forest-deep) 100%);
	color: var(--cream);
}

.place--village-stage .place__inner {
	position: relative;
	z-index: 2;
}

.place--memory-hall {
	background:
		linear-gradient(180deg, var(--ivory) 0%, var(--cream) 100%);
	color: var(--ink);
	border-top: 1px solid var(--line);
}

.place--town-board {
	background:
		radial-gradient(ellipse 50% 35% at 80% 20%, rgba(242, 217, 176, 0.18), transparent 50%),
		linear-gradient(180deg, var(--cream) 0%, var(--paper-warm) 100%);
	color: var(--ink);
}

.place--organizer-booth {
	background:
		radial-gradient(ellipse 65% 45% at 20% 0%, rgba(248, 232, 200, 0.4), transparent 55%),
		linear-gradient(180deg, var(--paper) 0%, var(--parchment) 100%);
	color: var(--ink);
}

.place--night-square {
	background:
		radial-gradient(ellipse 90% 50% at 50% 0%, rgba(248, 232, 200, 0.15), transparent 55%),
		linear-gradient(195deg, var(--forest-mid) 0%, var(--forest-deep) 100%);
	color: var(--cream);
	padding-bottom: calc(var(--pad-y) + 1rem);
	border-top: 3px solid var(--gold-soft);
}

/* Highlights */
.place--lantern-row .highlights__grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.lantern-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--ivory);
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
	text-decoration: none;
	color: var(--ink);
	overflow: hidden;
	transition:
		border-color 0.3s var(--ease-smooth),
		background 0.3s var(--ease-smooth),
		box-shadow 0.3s var(--ease-smooth),
		transform 0.3s var(--ease-smooth);
}

.lantern-card__lantern {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	z-index: 2;
	width: 1.35rem;
	height: 1.75rem;
	border-radius: 0.35rem 0.35rem 0.2rem 0.2rem;
	background: linear-gradient(180deg, rgba(255, 236, 190, 0.95) 0%, rgba(242, 180, 90, 0.85) 100%);
	box-shadow: 0 0 1rem rgba(242, 180, 90, 0.55), 0 0 0 1px rgba(196, 160, 96, 0.35);
	pointer-events: none;
}

.lantern-card__lantern::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -0.35rem;
	width: 0.15rem;
	height: 0.35rem;
	transform: translateX(-50%);
	background: rgba(196, 160, 96, 0.65);
}

.lantern-card__light {
	display: none;
}

.lantern-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.lantern-card__front--empty {
	aspect-ratio: 4 / 3;
	background: linear-gradient(145deg, var(--candlelight), var(--paper-warm));
}

.lantern-card__front--icon {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient(145deg, var(--candlelight), var(--paper-warm));
}

.lantern-card__front--icon .lantern-card__front-icon {
	width: 3.5rem;
	height: 3.5rem;
}

.lantern-card__icon-badge {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	background: rgba(255, 252, 245, 0.92);
	box-shadow: 0 2px 8px rgba(26, 47, 35, 0.12);
	pointer-events: none;
}

.lantern-card__icon-badge .lantern-card__badge-icon {
	width: 1.35rem;
	height: 1.35rem;
}

.lantern-card__body {
	padding: 1.15rem 1.2rem 1.35rem;
}

.lantern-card__title {
	margin: 0 0 0.4rem;
	font-family: var(--font-display);
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--forest);
}

.lantern-card__text {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--ink-soft);
}

.lantern-card:hover,
.lantern-card:focus-visible {
	background: var(--cream);
	border-color: var(--gold-soft);
	box-shadow: var(--shadow-lift), var(--glow-candle);
	transform: translateY(-2px);
}

.lantern-card:focus-visible {
	outline: 2px solid var(--forest-soft);
	outline-offset: 3px;
}

/* Marktstände */
.place--market-square .place__stall-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.market-stall,
.stall-card.booth-card {
	position: relative;
	background: var(--ivory);
	border: 2px solid rgba(196, 160, 96, 0.35);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-card);
	overflow: hidden;
	transition: box-shadow 0.3s var(--ease-smooth), transform 0.3s var(--ease-smooth);
}

.market-stall::before,
.stall-card.booth-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0.35rem;
	background: repeating-linear-gradient(
		90deg,
		var(--forest-soft) 0,
		var(--forest-soft) 0.5rem,
		var(--gold-soft) 0.5rem,
		var(--gold-soft) 1rem
	);
	opacity: 0.35;
	pointer-events: none;
	z-index: 1;
}

.market-stall__goods,
.stall-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.market-stall__counter,
.stall-card__body {
	display: block;
	padding: 1rem 1.1rem 1.25rem;
	text-decoration: none;
	color: inherit;
}

.market-stall:hover,
.stall-card:hover {
	box-shadow: var(--shadow-lift);
	transform: translateY(-1px);
}

/* Essen */
.place--food-alley .food__panel {
	margin-top: 0;
	padding: 1.25rem 1.35rem;
	background: var(--ivory);
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
}

.place--food-alley .food-menu__categories {
	display: grid;
	gap: 1.35rem;
}

.place--food-alley .food-menu__category {
	padding: 0.15rem 0 0.05rem;
}

.place--food-alley .food-menu__category-head {
	margin: 0 0 0.65rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid rgba(111, 129, 109, 0.24);
}

.place--food-alley .food-menu__category-title {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-family: var(--font-display);
	font-size: clamp(1.04rem, 0.95rem + 0.35vw, 1.24rem);
	color: var(--forest-deep);
	letter-spacing: 0.012em;
}

.place--food-alley .food-menu__category-icon {
	font-size: 0.88em;
	opacity: 0.9;
}

.place--food-alley .food-menu__list {
	display: grid;
	gap: 0.1rem;
}

.place--food-alley.drinks-layout-menu .food__panel {
	padding: 1rem 1.1rem 1.05rem;
	background: rgba(255, 250, 242, 0.93);
	border-color: rgba(198, 165, 103, 0.26);
	box-shadow: 0 2px 10px rgba(24, 44, 35, 0.04);
}

.place--food-alley.drinks-layout-menu .food-menu__category {
	padding: 0.05rem 0 0;
}

.place--food-alley.drinks-layout-menu .food-menu__category-head {
	margin-bottom: 0.5rem;
	padding-bottom: 0.3rem;
	border-bottom-color: rgba(111, 129, 109, 0.18);
}

.place--food-alley.drinks-layout-menu .food-menu__category-title {
	font-size: clamp(1rem, 0.93rem + 0.2vw, 1.14rem);
	gap: 0.32rem;
}

.place--food-alley.drinks-layout-menu .food-menu__category-icon {
	opacity: 0.72;
	font-size: 0.82em;
}

.place--food-alley.drinks-layout-menu .food-item {
	padding: 0.58rem 0;
	border-bottom: 1px solid rgba(111, 129, 109, 0.14);
	background: transparent;
	box-shadow: none;
	transition: background 0.16s var(--ease-smooth);
}

.place--food-alley.drinks-layout-menu .food-item:last-child {
	border-bottom: 0;
}

.place--food-alley.drinks-layout-menu .food-item:hover {
	background: rgba(255, 250, 242, 0.35);
}

.place--food-alley.drinks-layout-menu .food-item__head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: baseline;
	gap: 0.45rem;
}

.place--food-alley.drinks-layout-menu .food-item__title {
	grid-column: 1;
	color: var(--forest);
	font-family: var(--font-display);
	font-size: clamp(0.96rem, 0.91rem + 0.14vw, 1.05rem);
	margin: 0;
}

.place--food-alley.drinks-layout-menu .food-item__head::before {
	content: "";
	grid-column: 2;
	border-bottom: 1px dotted rgba(111, 129, 109, 0.24);
	transform: translateY(-0.2em);
}

.place--food-alley.drinks-layout-menu .food-item__price {
	grid-column: 3;
	margin: 0;
	white-space: nowrap;
	text-align: right;
	padding-left: 0.55rem;
	color: var(--forest-mid);
	font-weight: 600;
	font-size: 0.88rem;
	font-variant-numeric: tabular-nums;
}

.place--food-alley.drinks-layout-menu .food-item__desc {
	color: var(--ink-soft);
	margin-top: 0.18rem;
	font-size: 0.84rem;
	line-height: 1.45;
	max-width: 42rem;
}

.place--food-alley.drinks-layout-menu .food-item__badges {
	margin-top: 0.28rem;
	gap: 0.22rem;
}

.place--food-alley.drinks-layout-menu .food-item__badges li {
	border-color: rgba(198, 165, 103, 0.36);
	background: transparent;
	color: var(--forest-soft);
	font-size: 0.62rem;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	padding: 0.12rem 0.34rem;
}

.place--food-alley.drinks-layout-menu .food-item__thumb {
	display: none;
}

.place--food-alley.drinks-layout-cards .food-menu__list {
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 16rem), 16rem));
	justify-content: start;
	gap: 0.75rem;
}

@media (min-width: 1100px) {
	.place--food-alley.drinks-layout-cards .food-menu__list {
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 17rem));
	}
}

.place--food-alley.drinks-layout-cards .food-item {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 0.4rem;
	padding: 0.85rem 0.9rem 0.9rem;
	background: rgba(255, 250, 242, 0.9);
	border: 1px solid rgba(198, 165, 103, 0.35);
	border-radius: var(--radius-md);
	box-shadow: 0 4px 14px rgba(24, 44, 35, 0.08);
	min-height: 11.25rem;
	transition: transform 0.2s var(--ease-smooth), box-shadow 0.2s var(--ease-smooth);
	text-align: left;
}

.place--food-alley.drinks-layout-cards .food-item:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(24, 44, 35, 0.11);
}

.place--food-alley.drinks-layout-cards .food-item__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.55rem;
}

.place--food-alley.drinks-layout-cards .food-item__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	color: var(--forest-deep);
	text-align: left;
}

.place--food-alley.drinks-layout-cards .food-item__price {
	margin: 0;
	padding: 0.08rem 0.45rem 0.12rem;
	font-size: 0.84rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: var(--forest-mid);
	background: rgba(255, 250, 242, 0.95);
	border: 1px solid rgba(198, 165, 103, 0.35);
	border-radius: 999px;
	white-space: nowrap;
}

.place--food-alley.drinks-layout-cards .food-item__desc {
	margin: 0.25rem 0 0;
	color: var(--ink-soft);
	font-size: 0.86rem;
	line-height: 1.5;
	text-align: left;
}

.place--food-alley.drinks-layout-cards .food-item__badges {
	margin-top: 0.55rem;
	align-self: end;
	justify-content: flex-start;
}

.place--food-alley.drinks-layout-cards .food-item__badges li {
	font-size: 0.65rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-color: rgba(198, 165, 103, 0.35);
	background: rgba(255, 250, 242, 0.86);
}

.place--food-alley.drinks-layout-cards .food-item__thumb {
	width: 100%;
	height: 8.2rem;
	aspect-ratio: auto;
	object-fit: cover;
	border-radius: 7px;
	border: 1px solid rgba(111, 129, 109, 0.2);
}

.place--food-alley.drinks-layout-cards .food-item:not(.food-item--has-thumb) .food-item__thumb {
	display: none;
}

.place--food-alley.drinks-layout-cards .food-item__body {
	display: grid;
	grid-template-rows: auto 1fr auto;
}

@media (max-width: 900px) {
	.place--food-alley.drinks-layout-cards .food-menu__list {
		grid-template-columns: 1fr;
	}

	/* Mobile: reduce card-heavy presentation in food section */
	.place--food-alley .food__panel {
		padding: 0.85rem 0.8rem 0.9rem;
		border-radius: 0;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.place--food-alley .food-menu__categories {
		gap: 0.9rem;
	}

	.place--food-alley .food-menu__category {
		padding: 0;
		margin: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.place--food-alley .food-menu__category-head {
		margin-bottom: 0.4rem;
		padding-bottom: 0.25rem;
	}

	.place--food-alley .food-item {
		padding: 0.5rem 0;
		border-radius: 0;
		background: transparent;
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		min-height: 0;
	}

	.place--food-alley .food-item:hover {
		transform: none;
		box-shadow: none;
	}

	.place--food-alley.drinks-layout-cards .food-item__price {
		background: transparent;
		border: 0;
		padding: 0;
		border-radius: 0;
	}

	.place--food-alley.drinks-layout-cards .food-item__thumb {
		height: 7rem;
		border-radius: 5px;
	}
}

/* Programm */
.place--village-stage .program-timeline::before {
	background: var(--line-on-dark);
}

.place--village-stage .program-timeline__row::before {
	background: var(--candle);
	box-shadow: 0 0 0.5rem rgba(240, 212, 168, 0.35);
}

.place--village-stage .program-timeline__row {
	background: rgba(255, 250, 242, 0.06);
	border: 1px solid rgba(255, 250, 242, 0.1);
	border-radius: var(--radius-md);
	padding: 0.85rem 1rem;
	margin-bottom: 0.5rem;
	transition: background 0.3s var(--ease-smooth);
}

.place--village-stage .program-timeline__row:focus-within {
	background: rgba(255, 250, 242, 0.1);
	box-shadow: var(--glow-candle);
}

/* Galerie */
.place--memory-hall .frame-gallery--wall .frame-gallery__frame {
	padding: 0.35rem;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.place--memory-hall .frame-gallery__link {
	border-radius: calc(var(--radius-card) - 0.25rem);
}

.place--memory-hall .frame-gallery__caption {
	color: var(--ink-soft);
}

/* Anfahrt */
.place__inner--board {
	display: grid;
	gap: 2.5rem;
	align-items: start;
}

@media (min-width: 52rem) {
	.place__inner--board {
		grid-template-columns: 0.95fr 1.05fr;
		gap: 3rem 5%;
	}
}

.map-place__facts {
	margin: 1.25rem 0 0;
	padding: 1rem 1.15rem;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius-card);
}

.map-place__fact {
	display: grid;
	grid-template-columns: minmax(0, 6.5rem) 1fr;
	gap: 0.25rem 1rem;
	padding: 0.5rem 0;
	border-top: 1px solid var(--line);
}

.map-place__fact:first-child {
	border-top: none;
	padding-top: 0;
}

.map-place__fact dt {
	margin: 0;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(42, 74, 62, 0.55);
}

.map-place__fact dd {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
}

@media (max-width: 51.99rem) {
	.map-place__fact {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}
}

.town-board {
	margin: 0;
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.town-board__skyline {
	display: none;
}

.town-board__surface {
	padding: 0.75rem;
}

.town-board__trigger {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: zoom-in;
	position: relative;
	border-radius: var(--radius-md);
	text-align: left;
}

.town-board__trigger:focus-visible {
	outline: 2px solid var(--forest);
	outline-offset: 3px;
}

.town-board__trigger:hover .town-board__map,
.town-board__trigger:focus-visible .town-board__map {
	filter: brightness(1.03);
}

.town-board__zoom-hint {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.65rem;
	border-radius: var(--radius-pill);
	background: rgba(10, 22, 18, 0.72);
	color: var(--cream);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	pointer-events: none;
	box-shadow: var(--shadow-soft);
}

.town-board__zoom-icon {
	font-size: 0.85rem;
	line-height: 1;
}

.town-board__map {
	width: 100%;
	height: auto;
	display: block;
	border-radius: var(--radius-md);
	transition: filter 0.25s ease;
}

.town-board__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 10rem;
	background: var(--mist-warm);
	border: 1px dashed var(--line);
	border-radius: var(--radius-md);
}

.town-board__place {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.25rem;
	color: var(--forest-soft);
}

/* Kontakt */
.organizer-booth {
	display: grid;
	gap: 2rem;
}

@media (min-width: 48rem) {
	.organizer-booth {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem 3rem;
		align-items: start;
	}
}

.organizer-booth__desk {
	padding: 1.5rem 1.35rem;
	background: var(--ivory);
	border: 1px solid var(--line-warm);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
}

.organizer-booth__reach {
	padding: 1.25rem 1.35rem;
	background: var(--cream);
	border: 1px dashed rgba(196, 160, 96, 0.45);
	border-radius: var(--radius-card);
}

.organizer-booth__lede,
.place--organizer-booth .lede {
	color: var(--ink-soft);
	max-width: none;
}

.organizer-booth__person {
	font-family: var(--font-display);
	font-size: 1.125rem;
	margin: 1rem 0 0;
}

.organizer-booth__hours {
	margin: 0.75rem 0 0;
	font-weight: 600;
	color: var(--forest-mid);
}

.organizer-booth__actions {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.organizer-booth__social {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 1rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	border-top: 1px solid var(--line);
}

.organizer-booth__social a {
	color: var(--forest-mid);
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.organizer-booth__social a:hover,
.organizer-booth__social a:focus-visible {
	color: var(--forest);
}

/* Footer */
.place--night-square .footer-editorial__label {
	color: rgba(248, 232, 200, 0.75);
}

.place--night-square .footer-editorial p {
	color: rgba(255, 250, 242, 0.85);
}

.place--night-square .place__horizon {
	opacity: 0.14;
	color: rgba(248, 232, 200, 0.5);
}

.link-arrow--on-dark {
	color: var(--candle);
	border-bottom-color: rgba(240, 212, 168, 0.45);
}

.place--village-stage .program-timeline__title,
.place--village-stage .program-timeline__sub {
	color: var(--cream);
}

@media (max-width: 47.99rem) {
	.place {
		padding: var(--pad-y-sm) var(--pad-x);
	}

	.place--market-square .place__stall-grid {
		grid-template-columns: 1fr;
	}

	.organizer-booth {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lantern-card:hover,
	.market-stall:hover,
	.stall-card:hover {
		transform: none;
	}
}

.ct-context-editable {
	position: relative;
}

.ct-context-edit {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 30;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: rgba(11, 31, 25, 0.86);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.ct-context-editable:hover .ct-context-edit,
.ct-context-editable:focus-within .ct-context-edit {
	opacity: 1;
	transform: translateY(0);
}

.ct-context-edit:hover,
.ct-context-edit:focus-visible {
	background: rgba(34, 113, 177, 0.94);
	color: #fff;
}
