@charset "UTF-8";
/* ==========================================================================
   Arztpraxis Steinbach — Design-System
   Warm Modern · HTML5 / CSS3 · keine externen Requests
   --------------------------------------------------------------------------
   00  Fonts (self-hosted)
   01  Tokens
   02  Reset & Base
   03  Typografie
   04  Layout-Primitive
   05  Buttons & Links
   06  Header / Navigation
   07  Hero
   08  Sektions-Grammatik (Wellen, Bänder, Rails, Plates)
   09  Karten & Flächen
   10  Sprechzeiten
   11  Formulare & Zustände
   12  Consent / Karte
   13  Footer
   14  Editor-Inhalte (WYSIWYG)
   15  Utilities, Motion, Print
   ========================================================================== */

/* --------------------------------------------------------------------------
   00 · FONTS — lokal ausgeliefert, kein Google-Fonts-Request (Art. 6 DSGVO)
   -------------------------------------------------------------------------- */
@font-face {
	font-family: "Lora";
	src: url("../fonts/lora-var.woff2") format("woff2-variations");
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20AC;
}

@font-face {
	font-family: "Lora";
	src: url("../fonts/lora-italic-var.woff2") format("woff2-variations");
	font-weight: 400 700;
	font-style: italic;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20AC;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-400.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* --------------------------------------------------------------------------
   01 · TOKENS
   Die Markenfarbe ist das Orange der bestehenden Website. Sie wird in drei
   Rollen geführt: Fläche (hell), Aktion (tief, WCAG-tauglich auf Weiß),
   Text (sehr tief, WCAG-tauglich auf Creme).
   -------------------------------------------------------------------------- */
:root {
	/* Marke — Amber/Orange */
	--c-brand-050: #fdf4e6;
	--c-brand-100: #fae5c4;
	--c-brand-200: #f5cf93;
	--c-brand-300: #efb75f;
	--c-brand-400: #e9a233;
	--c-brand-500: #e2951f; /* Signaturfarbe der Praxis */
	--c-brand-600: #c47c11;
	--c-brand-700: #a5620c; /* Aktionsfarbe: Weiß darauf = 5.2:1 */
	--c-brand-800: #7d4a0b;
	--c-brand-900: #56320a;

	/* Sekundär — Koralle (aus Logo-Herz und Wartezimmer-Stühlen) */
	--c-coral-300: #f0a48f;
	--c-coral-500: #e2705a;
	--c-coral-700: #b04a36;

	/* Warme Neutrale — eine Temperatur, konsequent */
	--c-paper: #ffffff;
	--c-bg: #fbf7f1;
	--c-sand: #f4ece0;
	--c-sand-deep: #ece0cf;
	--c-line: #e3d6c3;
	--c-line-soft: #efe6d8;
	--c-ink: #2b2320; /* warmes Off-Schwarz, nie #000 */
	--c-ink-soft: #4c403a;
	--c-ink-muted: #6f6159;
	--c-ink-faint: #8d7f76;

	/* Semantik */
	--c-success: #2f6b4f;
	--c-success-bg: #e8f2ec;
	--c-error: #a32f22;
	--c-error-bg: #fbeae7;
	--c-focus: #1f5f8b;

	/* Rollen */
	--c-text: var(--c-ink);
	--c-text-muted: var(--c-ink-muted);
	--c-surface: var(--c-paper);
	--c-border: var(--c-line);
	--c-accent: var(--c-brand-500);
	--c-action: var(--c-brand-700);
	--c-on-accent: #ffffff;

	/* Typografie */
	--f-display: "Lora", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	--f-sans: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

	--fs-display: clamp(2.6rem, 1.55rem + 3.6vw, 4.6rem);
	--fs-h1: clamp(2.15rem, 1.5rem + 2.3vw, 3.3rem);
	--fs-h2: clamp(1.7rem, 1.32rem + 1.4vw, 2.45rem);
	--fs-h3: clamp(1.24rem, 1.11rem + 0.5vw, 1.55rem);
	--fs-h4: clamp(1.06rem, 1.01rem + 0.22vw, 1.2rem);
	--fs-lead: clamp(1.09rem, 1.02rem + 0.32vw, 1.28rem);
	--fs-body: 1.0625rem;
	--fs-small: 0.9375rem;
	--fs-eyebrow: 0.75rem;

	--lh-tight: 1.08;
	--lh-head: 1.18;
	--lh-body: 1.72;

	/* Raum — strukturelle Bedeutung, nicht Dekoration */
	--sp-3xs: 0.25rem;
	--sp-2xs: 0.5rem;
	--sp-xs: 0.75rem;
	--sp-sm: 1rem;
	--sp-md: 1.5rem;
	--sp-lg: 2.25rem;
	--sp-xl: 3.5rem;
	--sp-2xl: clamp(4rem, 3rem + 4vw, 6.5rem);
	--sp-3xl: clamp(5.5rem, 4rem + 6vw, 9rem);

	/* Maße */
	--w-page: 1240px;
	--w-wide: 1420px;
	--w-prose: 68ch;
	--gutter: clamp(1.25rem, 0.6rem + 2.6vw, 3rem);

	/* Material */
	--r-xs: 4px;
	--r-sm: 8px;
	--r-md: 14px;
	--r-lg: 24px;
	--r-pill: 999px;
	--shadow-sm: 0 1px 2px rgba(86, 50, 10, 0.06), 0 2px 6px rgba(86, 50, 10, 0.05);
	--shadow-md: 0 2px 4px rgba(86, 50, 10, 0.05), 0 10px 26px -8px rgba(86, 50, 10, 0.16);
	--shadow-lg: 0 4px 8px rgba(86, 50, 10, 0.05), 0 26px 60px -18px rgba(86, 50, 10, 0.24);

	/* Motion — MOTION_INTENSITY 4: ruhig, taktil, nie verspielt */
	--e-out: cubic-bezier(0.16, 0.84, 0.34, 1);
	--e-inout: cubic-bezier(0.62, 0.04, 0.24, 1);
	--t-fast: 140ms;
	--t-base: 260ms;
	--t-slow: 620ms;

	/* Layer */
	--z-base: 1;
	--z-sticky: 100;
	--z-header: 200;
	--z-overlay: 300;
	--z-skip: 400;
}

/* --------------------------------------------------------------------------
   02 · RESET & BASE
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 6.5rem;
}

body {
	margin: 0;
	background-color: var(--c-bg);
	color: var(--c-text);
	font-family: var(--f-sans);
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-variant-numeric: proportional-nums;
	overflow-x: hidden;
}

/*
 * [hidden] muss jede Komponentenregel schlagen. Sonst bleiben verborgene
 * Elemente (Cookie-Hinweis, mobiles Panel) im Tab- und Accessibility-Baum,
 * weil display:grid die UA-Regel überschreibt.
 */
[hidden] {
	display: none !important;
}

img,
picture,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

svg {
	fill: currentColor;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

figure,
blockquote,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}

hr {
	border: 0;
	border-top: 1px solid var(--c-line-soft);
	margin: var(--sp-lg) 0;
}

::selection {
	background: var(--c-brand-200);
	color: var(--c-ink);
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--c-focus);
	outline-offset: 3px;
	border-radius: var(--r-xs);
}

.skip-link {
	position: absolute;
	top: -100%;
	left: var(--sp-sm);
	z-index: var(--z-skip);
	padding: 0.85rem 1.35rem;
	background: var(--c-ink);
	color: #fff;
	border-radius: 0 0 var(--r-sm) var(--r-sm);
	text-decoration: none;
	font-weight: 500;
}

.skip-link:focus {
	top: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* --------------------------------------------------------------------------
   03 · TYPOGRAFIE
   -------------------------------------------------------------------------- */
.display,
h1,
.h1 {
	font-family: var(--f-display);
	font-weight: 500;
	line-height: var(--lh-head);
	letter-spacing: -0.021em;
	color: var(--c-ink);
	text-wrap: balance;
}

.display {
	font-size: var(--fs-display);
	line-height: var(--lh-tight);
	letter-spacing: -0.028em;
}

h1,
.h1 {
	font-size: var(--fs-h1);
}

h2,
.h2 {
	font-family: var(--f-display);
	font-size: var(--fs-h2);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.018em;
	color: var(--c-ink);
	text-wrap: balance;
}

h3,
.h3 {
	font-family: var(--f-sans);
	font-size: var(--fs-h3);
	font-weight: 500;
	line-height: 1.34;
	letter-spacing: -0.008em;
	color: var(--c-ink);
}

h4,
.h4,
h5,
h6 {
	font-family: var(--f-sans);
	font-size: var(--fs-h4);
	font-weight: 500;
	line-height: 1.4;
	color: var(--c-ink);
}

.lead {
	font-size: var(--fs-lead);
	line-height: 1.66;
	color: var(--c-ink-soft);
	max-width: 62ch;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6em;
	font-family: var(--f-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--c-brand-700);
	margin-bottom: var(--sp-sm);
}

.eyebrow::before {
	content: "";
	width: 1.75rem;
	height: 1px;
	background: currentColor;
	opacity: 0.65;
}

.eyebrow--plain::before {
	display: none;
}

.prose-wrap {
	max-width: 78ch;
}

.prose-measure {
	max-width: var(--w-prose);
}

.text-muted {
	color: var(--c-text-muted);
}

.serif-note {
	font-family: var(--f-display);
	font-style: italic;
	font-size: var(--fs-lead);
	line-height: 1.6;
	color: var(--c-ink-soft);
}

.tnum {
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum" 1;
}

/* --------------------------------------------------------------------------
   04 · LAYOUT-PRIMITIVE
   -------------------------------------------------------------------------- */
.shell {
	width: 100%;
	max-width: var(--w-page);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.shell--wide {
	max-width: var(--w-wide);
}

.shell--narrow {
	max-width: 860px;
}

.section {
	position: relative;
	padding-block: var(--sp-2xl);
}

.section--tight {
	padding-block: var(--sp-xl);
}

.section--tall {
	padding-block: var(--sp-3xl);
}

.section--paper {
	background: var(--c-paper);
}

.section--sand {
	background: var(--c-sand);
}

.section--bg {
	background: var(--c-bg);
}

.section__head {
	max-width: 60ch;
	margin-bottom: var(--sp-xl);
}

.section__head--split {
	max-width: none;
	display: grid;
	gap: var(--sp-md) var(--sp-xl);
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
}

@media (min-width: 62rem) {
	.section__head--split {
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
	}
}

.stack > * + * {
	margin-top: var(--sp-sm);
}

.stack-md > * + * {
	margin-top: var(--sp-md);
}

.stack-lg > * + * {
	margin-top: var(--sp-lg);
}

/* Asymmetrisches Split-Feld (DESIGN_VARIANCE 5) */
.split {
	display: grid;
	gap: var(--sp-lg);
	align-items: center;
}

@media (min-width: 56rem) {
	.split {
		grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
		gap: clamp(2.5rem, 1rem + 5vw, 5rem);
	}

	.split--text-wide {
		grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
	}

	.split--media-wide {
		grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	}

	.split--flip > :first-child {
		order: 2;
	}
}

/* --------------------------------------------------------------------------
   05 · BUTTONS & LINKS
   -------------------------------------------------------------------------- */
a {
	color: var(--c-brand-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
	transition: color var(--t-fast) var(--e-out);
}

a:hover {
	color: var(--c-brand-800);
}

.btn {
	--btn-bg: var(--c-action);
	--btn-fg: #fff;
	--btn-bd: var(--c-action);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6em;
	padding: 0.92em 1.7em;
	border: 1px solid var(--btn-bd);
	border-radius: var(--r-pill);
	background: var(--btn-bg);
	color: var(--btn-fg);
	font-family: var(--f-sans);
	font-size: 0.97rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: 0.005em;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	isolation: isolate;
	transition: transform var(--t-fast) var(--e-out), box-shadow var(--t-base) var(--e-out),
		background-color var(--t-base) var(--e-out), border-color var(--t-base) var(--e-out),
		color var(--t-base) var(--e-out);
}

/* gerichteter Füll-Hover statt generischem scale */
.btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--c-brand-800);
	transform: translateY(101%);
	transition: transform var(--t-base) var(--e-out);
}

.btn:hover::before,
.btn:focus-visible::before {
	transform: translateY(0);
}

.btn:hover {
	color: #fff;
	box-shadow: var(--shadow-md);
}

.btn:active {
	transform: translateY(1px) scale(0.994);
	box-shadow: var(--shadow-sm);
}

.btn--ghost {
	--btn-bg: transparent;
	--btn-fg: var(--c-ink);
	--btn-bd: var(--c-line);
}

.btn--ghost::before {
	background: var(--c-sand);
}

.btn--ghost:hover {
	color: var(--c-ink);
	border-color: var(--c-brand-300);
	box-shadow: none;
}

.btn--on-brand {
	--btn-bg: var(--c-ink);
	--btn-fg: #fff;
	--btn-bd: var(--c-ink);
}

.btn--on-brand::before {
	background: #12100f;
}

.btn--quiet {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	color: var(--c-brand-700);
	font-weight: 500;
}

.btn--quiet::before {
	display: none;
}

.btn--quiet .btn__arrow {
	transition: transform var(--t-base) var(--e-out);
}

.btn--quiet:hover .btn__arrow {
	transform: translateX(4px);
}

.btn--quiet:hover {
	color: var(--c-brand-800);
	box-shadow: none;
}

.btn[disabled],
.btn[aria-disabled="true"] {
	opacity: 0.55;
	pointer-events: none;
}

.btn__arrow {
	width: 1.05em;
	height: 1.05em;
	flex: none;
}

/* --------------------------------------------------------------------------
   06 · HEADER / NAVIGATION
   Warm, human, sekundär zur Bühne — kein Standard-SaaS-Balken.
   -------------------------------------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: var(--z-header);
	background: color-mix(in srgb, var(--c-bg) 88%, transparent);
	backdrop-filter: saturate(1.4) blur(14px);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	border-bottom: 1px solid transparent;
	transition: border-color var(--t-base) var(--e-out), background-color var(--t-base) var(--e-out),
		box-shadow var(--t-base) var(--e-out);
}

.site-header.is-stuck {
	background: color-mix(in srgb, var(--c-bg) 96%, transparent);
	border-bottom-color: var(--c-line-soft);
	box-shadow: 0 10px 30px -22px rgba(86, 50, 10, 0.5);
}

/* schmale Kontaktzeile — verankert die Praxisdaten oberhalb der Navigation */
.topbar {
	background: var(--c-ink);
	color: #f4ece0;
	font-size: 0.83rem;
	letter-spacing: 0.01em;
}

.topbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-xs) var(--sp-md);
	min-height: 2.6rem;
	padding-block: 0.4rem;
}

.topbar__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sp-xs) var(--sp-md);
	list-style: none;
}

.topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 0.45em;
}

.topbar a {
	color: #f9f2e7;
	text-decoration: none;
}

.topbar a:hover {
	color: var(--c-brand-300);
	text-decoration: underline;
}

.topbar__icon {
	width: 0.95rem;
	height: 0.95rem;
	color: var(--c-brand-400);
	flex: none;
}

/* Auf schmalen Geräten zählt nur die Telefonnummer — kein dreizeiliger Balken. */
@media (max-width: 47.99rem) {
	.topbar__item--address {
		display: none;
	}

	.topbar__inner {
		justify-content: flex-start;
		gap: var(--sp-sm);
	}

	.topbar__status {
		margin-left: auto;
	}
}

@media (max-width: 30rem) {
	.topbar__status span:not(.status-dot) {
		display: none;
	}
}

.topbar__status {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-weight: 500;
}

.status-dot {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--c-brand-400);
	flex: none;
	position: relative;
}

.status-dot--open {
	background: #6fbf8f;
}

.status-dot--open::after {
	content: "";
	position: absolute;
	inset: -3px;
	border-radius: 50%;
	border: 1px solid #6fbf8f;
	opacity: 0.65;
	animation: pulse-ring 2.8s var(--e-inout) infinite;
}

@keyframes pulse-ring {
	0%,
	100% {
		transform: scale(0.8);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.25);
		opacity: 0;
	}
}

.masthead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-md);
	min-height: 5.1rem;
	padding-block: var(--sp-xs);
}

/* Marke */
.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
	text-decoration: none;
	color: inherit;
	flex: none;
}

.brand__logo img {
	height: clamp(56px, 5.4vw, 84px);
	width: auto;
}

.footer__logo {
	height: 84px;
	width: auto;
}

.brand__mark {
	width: 2.9rem;
	height: 2.9rem;
	flex: none;
	color: var(--c-brand-500);
}

.brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.14;
}

.brand__name {
	font-family: var(--f-display);
	font-size: 1.24rem;
	font-weight: 500;
	letter-spacing: -0.014em;
	color: var(--c-ink);
}

.brand__role {
	font-size: 0.72rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--c-ink-muted);
	margin-top: 0.22rem;
}

/* Desktop-Navigation */
.primary-nav {
	display: none;
}

@media (min-width: 64rem) {
	.primary-nav {
		display: block;
	}
}

.primary-nav__list {
	display: flex;
	align-items: center;
	gap: 0.15rem;
	list-style: none;
}

.primary-nav__list a {
	position: relative;
	display: inline-block;
	padding: 0.62rem 0.92rem;
	color: var(--c-ink-soft);
	font-size: 0.965rem;
	font-weight: 400;
	text-decoration: none;
	border-radius: var(--r-sm);
	transition: color var(--t-fast) var(--e-out), background-color var(--t-fast) var(--e-out);
}

.primary-nav__list a::after {
	content: "";
	position: absolute;
	left: 0.92rem;
	right: 0.92rem;
	bottom: 0.34rem;
	height: 2px;
	border-radius: 2px;
	background: var(--c-brand-500);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform var(--t-base) var(--e-out);
}

.primary-nav__list a:hover {
	color: var(--c-ink);
}

.primary-nav__list a:hover::after,
.primary-nav__list .current-menu-item > a::after,
.primary-nav__list .current_page_item > a::after,
.primary-nav__list .current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.primary-nav__list .current-menu-item > a,
.primary-nav__list .current_page_item > a {
	color: var(--c-ink);
	font-weight: 500;
}

/* Sub-Menü */
.primary-nav__list li {
	position: relative;
}

.primary-nav__list .sub-menu {
	position: absolute;
	top: calc(100% + 0.4rem);
	left: 0;
	min-width: 15rem;
	padding: 0.5rem;
	list-style: none;
	background: var(--c-paper);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-md);
	box-shadow: var(--shadow-lg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity var(--t-base) var(--e-out), transform var(--t-base) var(--e-out),
		visibility var(--t-base) step-end;
}

.primary-nav__list li:hover > .sub-menu,
.primary-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity var(--t-base) var(--e-out), transform var(--t-base) var(--e-out),
		visibility 0s;
}

.primary-nav__list .sub-menu a::after {
	display: none;
}

.primary-nav__list .sub-menu a:hover {
	background: var(--c-sand);
}

.masthead__actions {
	display: flex;
	align-items: center;
	gap: var(--sp-xs);
	flex: none;
}

.masthead__cta {
	display: none;
}

@media (min-width: 48rem) {
	.masthead__cta {
		display: inline-flex;
	}
}

/* Burger */
.nav-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.65rem 1rem 0.65rem 0.85rem;
	background: transparent;
	border: 1px solid var(--c-line);
	border-radius: var(--r-pill);
	color: var(--c-ink);
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	transition: border-color var(--t-fast) var(--e-out), background-color var(--t-fast) var(--e-out);
}

.nav-toggle:hover {
	border-color: var(--c-brand-300);
	background: var(--c-sand);
}

@media (min-width: 64rem) {
	.nav-toggle {
		display: none;
	}
}

.nav-toggle__bars {
	position: relative;
	width: 1.1rem;
	height: 0.72rem;
	flex: none;
}

.nav-toggle__bars span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1.6px;
	border-radius: 2px;
	background: currentColor;
	transition: transform var(--t-base) var(--e-out), opacity var(--t-fast) var(--e-out);
}

.nav-toggle__bars span:nth-child(1) {
	top: 0;
}
.nav-toggle__bars span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}
.nav-toggle__bars span:nth-child(3) {
	bottom: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(1) {
	transform: translateY(0.35rem) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(2) {
	opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bars span:nth-child(3) {
	transform: translateY(-0.35rem) rotate(-45deg);
}

/* Mobiles Panel */
.mobile-nav {
	position: fixed;
	inset: 0;
	z-index: var(--z-overlay);
	display: grid;
	grid-template-rows: auto 1fr auto;
	background: var(--c-bg);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1.5rem);
	transition: opacity var(--t-base) var(--e-out), transform var(--t-base) var(--e-out),
		visibility var(--t-base) step-end;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.mobile-nav.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity var(--t-base) var(--e-out), transform var(--t-base) var(--e-out), visibility 0s;
}

.mobile-nav__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-md);
	padding: var(--sp-md) var(--gutter);
	border-bottom: 1px solid var(--c-line-soft);
}

.mobile-nav__close {
	width: 2.75rem;
	height: 2.75rem;
	display: inline-grid;
	place-items: center;
	border: 1px solid var(--c-line);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.mobile-nav__body {
	padding: var(--sp-lg) var(--gutter);
}

.mobile-nav__list {
	list-style: none;
	border-top: 1px solid var(--c-line-soft);
}

.mobile-nav__list li {
	border-bottom: 1px solid var(--c-line-soft);
}

.mobile-nav__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-sm);
	padding: 1.05rem 0.15rem;
	font-family: var(--f-display);
	font-size: 1.42rem;
	font-weight: 500;
	color: var(--c-ink);
	text-decoration: none;
}

.mobile-nav__list .current-menu-item > a,
.mobile-nav__list .current_page_item > a {
	color: var(--c-brand-700);
}

.mobile-nav__list .sub-menu {
	list-style: none;
	padding-bottom: var(--sp-2xs);
}

.mobile-nav__list .sub-menu a {
	font-family: var(--f-sans);
	font-size: 1rem;
	padding: 0.6rem 0 0.6rem 1rem;
	color: var(--c-ink-soft);
}

.mobile-nav__foot {
	padding: var(--sp-lg) var(--gutter) var(--sp-xl);
	background: var(--c-sand);
	display: grid;
	gap: var(--sp-sm);
}

body.nav-open {
	overflow: hidden;
}

/* --------------------------------------------------------------------------
   07 · HERO
   Split-Bühne: Textseite + gerahmtes Bild-Plate. Eine vollständige erste Szene.
   -------------------------------------------------------------------------- */
.hero {
	position: relative;
	background: linear-gradient(168deg, var(--c-sand) 0%, var(--c-bg) 52%, var(--c-bg) 100%);
	padding-top: clamp(2.5rem, 1rem + 5vw, 4.75rem);
	padding-bottom: clamp(4rem, 2rem + 7vw, 7rem);
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	top: -22%;
	right: -14%;
	width: min(46rem, 68vw);
	aspect-ratio: 1;
	background: radial-gradient(circle at 50% 50%, rgba(226, 149, 31, 0.18), rgba(226, 149, 31, 0) 68%);
	pointer-events: none;
}

.hero__grid {
	position: relative;
	display: grid;
	gap: clamp(2.25rem, 1rem + 4vw, 4rem);
	align-items: center;
}

@media (min-width: 60rem) {
	.hero__grid {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	}
}

.hero__copy {
	max-width: 38rem;
}

.hero__title {
	font-size: var(--fs-display);
	line-height: 1.04;
	letter-spacing: -0.03em;
	margin-bottom: var(--sp-md);
}

.hero__title .is-accent {
	display: block;
	color: var(--c-brand-700);
	font-style: italic;
	font-weight: 400;
}

.hero__lead {
	font-size: clamp(1.04rem, 0.98rem + 0.3vw, 1.2rem);
	line-height: 1.5;
	color: var(--c-ink-soft);
	max-width: 40rem;
	text-wrap: pretty;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sp-sm);
	margin-top: var(--sp-lg);
}

/* Sekundäres Gegengewicht: kompakte Sprechzeiten-Notiz */
.hero__aside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sp-xs) var(--sp-md);
	margin-top: var(--sp-xl);
	padding-top: var(--sp-md);
	border-top: 1px solid var(--c-line);
	font-size: var(--fs-small);
	color: var(--c-ink-muted);
}

.hero__aside strong {
	color: var(--c-ink);
	font-weight: 500;
}

/* Bild-Plate mit Akzent-Rahmen */
.hero__plate {
	position: relative;
	isolation: isolate;
}

.hero__plate::after {
	content: "";
	position: absolute;
	inset: auto -1.15rem -1.15rem auto;
	width: 62%;
	height: 62%;
	border: 1px solid var(--c-brand-300);
	border-radius: var(--r-lg);
	z-index: -1;
}

.hero__media {
	position: relative;
	overflow: hidden;
	border-radius: var(--r-lg);
	background: var(--c-sand-deep);
	box-shadow: var(--shadow-lg);
	aspect-ratio: 4 / 3;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
}

.hero__badge {
	position: absolute;
	left: clamp(0.9rem, 2vw, 1.5rem);
	bottom: clamp(0.9rem, 2vw, 1.5rem);
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.8rem 1.15rem;
	background: color-mix(in srgb, var(--c-paper) 94%, transparent);
	backdrop-filter: blur(8px);
	border-radius: var(--r-md);
	box-shadow: var(--shadow-md);
	font-size: 0.86rem;
	line-height: 1.35;
	max-width: min(20rem, 78%);
}

.hero__badge svg {
	width: 1.5rem;
	height: 1.5rem;
	color: var(--c-brand-600);
	flex: none;
}

/* --------------------------------------------------------------------------
   08 · SEKTIONS-GRAMMATIK
   -------------------------------------------------------------------------- */

/* Signatur-Welle der bestehenden Website — sauber als SVG neu gebaut */
.wave {
	display: block;
	width: 100%;
	height: clamp(48px, 6vw, 104px);
	color: var(--c-paper);
	margin-bottom: -1px;
}

.wave--up {
	transform: rotate(180deg);
	margin-bottom: 0;
	margin-top: -1px;
}

.wave--sand {
	color: var(--c-sand);
}

.wave--bg {
	color: var(--c-bg);
}

/* Warmes Vollbreiten-Band (Marke als Fläche, Ink als Text = 7.5:1) */
.band {
	position: relative;
	background: var(--c-brand-500);
	color: var(--c-ink);
	overflow: hidden;
}

.band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 46%);
	pointer-events: none;
}

.band__inner {
	position: relative;
	display: grid;
	gap: var(--sp-lg);
	align-items: center;
	padding-block: var(--sp-xl);
}

@media (min-width: 58rem) {
	.band__inner {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
		gap: var(--sp-xl);
	}
}

.band h2,
.band .h2 {
	color: var(--c-ink);
}

.band p {
	color: #4a3308;
}

.band .eyebrow {
	color: #6d4a09;
}

.band__address {
	margin-top: var(--sp-md);
	font-style: normal;
	font-size: var(--fs-lead);
	line-height: 1.6;
	color: #4a3308;
}

.band__facts {
	display: grid;
	gap: var(--sp-sm) var(--sp-lg);
	margin-top: var(--sp-xl);
	padding-top: var(--sp-md);
	border-top: 1px solid rgba(43, 35, 32, 0.22);
}

@media (min-width: 32rem) {
	.band__facts {
		grid-template-columns: repeat(3, minmax(0, auto));
		justify-content: start;
	}
}

.band__facts dt {
	font-size: 0.76rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6d4a09;
}

.band__facts dd {
	margin: 0.25rem 0 0;
	font-size: 1.15rem;
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	color: var(--c-ink);
}

.band__facts a {
	color: inherit;
	text-decoration: none;
}

.band__facts a:hover {
	text-decoration: underline;
}

/* Prozess-Rail — nummerierte Spur statt Kartenreihe */
.rail {
	position: relative;
	display: grid;
	gap: 0;
	counter-reset: rail;
}

.rail__item {
	position: relative;
	display: grid;
	gap: var(--sp-2xs) var(--sp-lg);
	grid-template-columns: auto minmax(0, 1fr);
	padding-block: var(--sp-md);
	border-top: 1px solid var(--c-line-soft);
}

.rail__item:last-child {
	border-bottom: 1px solid var(--c-line-soft);
}

@media (min-width: 52rem) {
	.rail__item {
		grid-template-columns: 4.5rem minmax(0, 15rem) minmax(0, 1fr);
		align-items: baseline;
		padding-block: var(--sp-lg);
	}
}

.rail__num {
	counter-increment: rail;
	font-variant-numeric: tabular-nums;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--c-brand-600);
	padding-top: 0.35rem;
}

.rail__num::before {
	content: counter(rail, decimal-leading-zero);
}

.rail__title {
	font-family: var(--f-sans);
	font-size: var(--fs-h3);
	font-weight: 500;
	color: var(--c-ink);
	grid-column: 2;
}

@media (min-width: 52rem) {
	.rail__title {
		grid-column: 2;
	}
}

.rail__body {
	grid-column: 2;
	color: var(--c-ink-muted);
	max-width: 62ch;
}

@media (min-width: 52rem) {
	.rail__body {
		grid-column: 3;
	}
}

/* Leistungs-Register: Detail/Summary, ruhig, typografisch */
.register {
	border-top: 1px solid var(--c-line);
}

.register__item {
	border-bottom: 1px solid var(--c-line);
}

.register__item > summary {
	display: flex;
	align-items: center;
	gap: var(--sp-md);
	padding: var(--sp-md) 0;
	cursor: pointer;
	list-style: none;
	font-family: var(--f-sans);
	font-size: clamp(1.06rem, 1rem + 0.35vw, 1.28rem);
	font-weight: 500;
	color: var(--c-ink);
	transition: color var(--t-fast) var(--e-out);
}

.register__item > summary::-webkit-details-marker {
	display: none;
}

.register__item > summary:hover {
	color: var(--c-brand-700);
}

.register__idx {
	font-family: var(--f-sans);
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.1em;
	color: var(--c-brand-600);
	flex: none;
	width: 2.2rem;
}

.register__sign {
	position: relative;
	margin-left: auto;
	width: 1.35rem;
	height: 1.35rem;
	flex: none;
}

.register__sign::before,
.register__sign::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--c-brand-600);
	border-radius: 2px;
	transform: translate(-50%, -50%);
	transition: transform var(--t-base) var(--e-out), opacity var(--t-fast) var(--e-out);
}

.register__sign::before {
	width: 1.05rem;
	height: 1.5px;
}

.register__sign::after {
	width: 1.5px;
	height: 1.05rem;
}

.register__item[open] .register__sign::after {
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

.register__panel {
	padding: 0 0 var(--sp-lg);
	max-width: var(--w-prose);
	color: var(--c-ink-soft);
}

@media (min-width: 52rem) {
	.register__panel {
		padding-left: 2.2rem;
	}
}

.register__panel > * + * {
	margin-top: var(--sp-sm);
}

.register__panel h4 {
	margin-top: var(--sp-md);
	color: var(--c-ink);
}

.register__panel ul {
	padding-left: 1.1rem;
	list-style: none;
}

.register__panel ul li {
	position: relative;
	padding-left: 0.35rem;
	margin-top: 0.4rem;
}

.register__panel ul li::before {
	content: "";
	position: absolute;
	left: -0.85rem;
	top: 0.75em;
	width: 0.4rem;
	height: 1.5px;
	background: var(--c-brand-500);
}

.register__item[open] .register__panel {
	animation: panel-in var(--t-base) var(--e-out) both;
}

@keyframes panel-in {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* Raum-Regal: ungleiche Bildplatten statt gleichförmiger Kartenreihe */
.shelf {
	display: grid;
	gap: var(--sp-md);
}

@media (min-width: 46rem) {
	.shelf {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.shelf__plate {
		grid-column: span 3;
	}

	.shelf__plate--lead {
		grid-column: span 6;
	}

	.shelf__plate--third {
		grid-column: span 2;
	}
}

@media (min-width: 68rem) {
	.shelf__plate--lead {
		grid-column: span 4;
	}

	.shelf__plate--tall {
		grid-column: span 2;
	}

	/* Die hohe Platte füllt die Zeilenhöhe der Leitplatte statt zu stückeln. */
	.shelf__plate--tall .plate__media {
		aspect-ratio: auto;
		flex: 1;
		min-height: 15rem;
	}
}

.plate {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--c-paper);
	border-radius: var(--r-md);
	overflow: hidden;
	border: 1px solid var(--c-line-soft);
	transition: transform var(--t-base) var(--e-out), box-shadow var(--t-base) var(--e-out),
		border-color var(--t-base) var(--e-out);
}

.plate:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-md);
	border-color: var(--c-brand-200);
}

.plate__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--c-sand-deep);
	overflow: hidden;
}

.plate--lead .plate__media {
	aspect-ratio: 16 / 9;
}

.plate__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform var(--t-slow) var(--e-out);
}

.plate:hover .plate__media img {
	transform: scale(1.032);
}

.plate__body {
	padding: var(--sp-md);
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	flex: 1;
}

.plate__title {
	font-size: 1.08rem;
	font-weight: 500;
	color: var(--c-ink);
}

.plate__text {
	font-size: var(--fs-small);
	line-height: 1.62;
	color: var(--c-ink-muted);
	margin: 0;
}

/* Bild-Platzhalter, der bewusst gestaltet ist statt leer zu wirken */
.ph {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background: linear-gradient(150deg, var(--c-sand) 0%, var(--c-sand-deep) 100%);
	color: var(--c-brand-600);
}

.ph svg {
	width: clamp(2.5rem, 6vw, 3.75rem);
	height: auto;
	opacity: 0.5;
}

.ph__hint {
	position: absolute;
	bottom: 0.7rem;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--c-ink-faint);
}

/* Personen-Abschnitt: Porträt + Vita, redaktionell verwoben */
.person {
	display: grid;
	gap: var(--sp-lg);
}

@media (min-width: 56rem) {
	.person {
		grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
		gap: clamp(2.25rem, 1rem + 4vw, 4.5rem);
		align-items: start;
	}

	/* Beim Seitenwechsel wandert auch die schmale Spalte mit. */
	.person--flip {
		grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
	}

	.person--flip > :first-child {
		order: 2;
	}
}

.person__portrait {
	position: relative;
	aspect-ratio: 4 / 5;
	border-radius: var(--r-md);
	overflow: hidden;
	background: var(--c-sand-deep);
	box-shadow: var(--shadow-md);
}

@media (min-width: 56rem) {
	.person__portrait {
		position: sticky;
		top: 7.5rem;
	}
}

.person__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person__name {
	font-family: var(--f-display);
	font-size: var(--fs-h2);
	font-weight: 500;
	letter-spacing: -0.018em;
}

.person__role {
	font-size: var(--fs-small);
	color: var(--c-brand-700);
	letter-spacing: 0.04em;
	margin-top: 0.35rem;
}

/* Vita-Zeitleiste */
.vita {
	list-style: none;
	margin-top: var(--sp-md);
	border-left: 1px solid var(--c-line);
	padding-left: var(--sp-md);
}

.vita li {
	position: relative;
	padding-block: 0.7rem;
	font-size: var(--fs-small);
	line-height: 1.6;
	color: var(--c-ink-soft);
}

.vita li + li {
	border-top: 1px dotted var(--c-line-soft);
}

.vita li::before {
	content: "";
	position: absolute;
	left: calc(-1 * var(--sp-md) - 3.5px);
	top: 1.32rem;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--c-brand-400);
}

.vita__year {
	display: block;
	font-variant-numeric: tabular-nums;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: var(--c-brand-700);
	margin-bottom: 0.1rem;
}

/* Signatur-Abbinder */
.signature {
	margin-top: var(--sp-lg);
	padding-top: var(--sp-md);
	border-top: 1px solid var(--c-line);
}

.signature__quote {
	font-family: var(--f-display);
	font-style: italic;
	font-size: var(--fs-lead);
	line-height: 1.5;
	color: var(--c-ink);
}

.signature__by {
	display: block;
	margin-top: 0.6rem;
	font-family: var(--f-sans);
	font-style: normal;
	font-size: 0.86rem;
	color: var(--c-ink-muted);
}

/* Hinweis-Block (Corona, wichtige Mitteilungen) */
.notice {
	position: relative;
	background: var(--c-paper);
	border: 1px solid var(--c-line);
	border-left: 3px solid var(--c-brand-500);
	border-radius: var(--r-sm);
	padding: var(--sp-md) var(--sp-md) var(--sp-md) var(--sp-md);
}

.notice--alert {
	border-left-color: var(--c-coral-500);
	background: #fdf6f3;
}

.notice__title {
	font-size: var(--fs-h3);
	font-weight: 500;
	margin-bottom: var(--sp-2xs);
}

.notice > * + * {
	margin-top: var(--sp-sm);
}

/* Kontakt-Liste mit Nummern (Notfallnummern) */
.numbers {
	list-style: none;
	display: grid;
	gap: 1px;
	background: var(--c-line-soft);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-md);
	overflow: hidden;
}

.numbers li {
	display: grid;
	gap: 0.2rem 1rem;
	padding: var(--sp-sm) var(--sp-md);
	background: var(--c-paper);
}

@media (min-width: 40rem) {
	.numbers li {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
	}
}

.numbers__label {
	font-size: var(--fs-small);
	color: var(--c-ink-soft);
}

.numbers__value {
	font-variant-numeric: tabular-nums;
	font-size: 1.06rem;
	font-weight: 500;
	color: var(--c-brand-800);
	text-decoration: none;
	white-space: nowrap;
}

.numbers__value:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------
   09 · KARTEN & FLÄCHEN (sparsam eingesetzt)
   -------------------------------------------------------------------------- */
.offer {
	display: grid;
	gap: var(--sp-md) clamp(1.5rem, 0.5rem + 3vw, 3.25rem);
}

@media (min-width: 44rem) {
	.offer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 72rem) {
	.offer {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* bewusst ohne Karten-Chrome: Linie + Icon + Text */
.offer__item {
	position: relative;
	padding-top: var(--sp-md);
	border-top: 2px solid var(--c-line);
	transition: border-color var(--t-base) var(--e-out);
}

.offer__item:hover {
	border-top-color: var(--c-brand-500);
}

.offer__icon {
	width: 2.4rem;
	height: 2.4rem;
	color: var(--c-brand-600);
	margin-bottom: var(--sp-sm);
	stroke: currentColor;
	fill: none;
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform var(--t-base) var(--e-out);
}

.offer__item:hover .offer__icon {
	transform: translateY(-2px);
}

.offer__title {
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 0.4rem;
}

.offer__text {
	font-size: var(--fs-small);
	line-height: 1.65;
	color: var(--c-ink-muted);
}

/* Fakten-Leiste */
.facts {
	display: grid;
	gap: var(--sp-md);
	border-top: 1px solid var(--c-line);
	padding-top: var(--sp-md);
}

@media (min-width: 40rem) {
	.facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.facts__num {
	font-family: var(--f-display);
	font-size: clamp(2rem, 1.4rem + 2vw, 2.9rem);
	font-weight: 500;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	color: var(--c-brand-700);
}

.facts__label {
	margin-top: 0.4rem;
	font-size: var(--fs-small);
	color: var(--c-ink-muted);
	max-width: 26ch;
}

/* --------------------------------------------------------------------------
   10 · SPRECHZEITEN
   -------------------------------------------------------------------------- */
.hours {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
}

.hours caption {
	text-align: left;
	font-size: var(--fs-small);
	color: var(--c-ink-muted);
	padding-bottom: var(--sp-sm);
}

.hours th,
.hours td {
	padding: 0.82rem 0.5rem;
	text-align: left;
	border-bottom: 1px solid var(--c-line-soft);
	vertical-align: baseline;
}

.hours th {
	font-weight: 500;
	color: var(--c-ink);
	width: 8.5rem;
}

.hours td {
	color: var(--c-ink-soft);
}

.hours td:last-child {
	text-align: right;
}

.hours tr:last-child th,
.hours tr:last-child td {
	border-bottom: 0;
}

.hours .is-today th,
.hours .is-today td {
	background: var(--c-brand-050);
	color: var(--c-ink);
}

.hours .is-closed td {
	color: var(--c-ink-faint);
}

/* Zeitfenster brechen nie mitten in einer Uhrzeit um. */
.hours__slot {
	display: inline-block;
	white-space: nowrap;
}

.hours__slot + .hours__slot {
	margin-left: 0.4em;
}

.hours__note {
	display: block;
	font-size: 0.8rem;
	color: var(--c-ink-faint);
	font-variant-numeric: normal;
}

.hours__footnote {
	margin-top: var(--sp-sm);
	font-size: 0.82rem;
	line-height: 1.5;
	color: var(--c-ink-muted);
}

.hours-panel {
	background: var(--c-paper);
	border: 1px solid var(--c-line-soft);
	border-radius: var(--r-md);
	padding: clamp(1.25rem, 0.8rem + 1.6vw, 2rem);
	box-shadow: var(--shadow-sm);
}

/* --------------------------------------------------------------------------
   11 · FORMULARE & ZUSTÄNDE
   -------------------------------------------------------------------------- */
.form {
	display: grid;
	gap: var(--sp-md);
}

.form__row {
	display: grid;
	gap: var(--sp-md);
}

@media (min-width: 40rem) {
	.form__row--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.field {
	display: grid;
	gap: 0.4rem;
}

.field__label {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--c-ink);
}

.field__req {
	color: var(--c-coral-700);
	margin-left: 0.15em;
}

.field__hint {
	font-size: 0.82rem;
	color: var(--c-ink-muted);
	line-height: 1.5;
}

.field__control {
	width: 100%;
	padding: 0.82rem 1rem;
	background: var(--c-paper);
	border: 1px solid var(--c-line);
	border-radius: var(--r-sm);
	color: var(--c-ink);
	font-size: 1rem;
	line-height: 1.5;
	transition: border-color var(--t-fast) var(--e-out), box-shadow var(--t-fast) var(--e-out),
		background-color var(--t-fast) var(--e-out);
}

.field__control::placeholder {
	color: var(--c-ink-faint);
}

.field__control:hover {
	border-color: var(--c-brand-200);
}

.field__control:focus {
	outline: none;
	border-color: var(--c-brand-500);
	box-shadow: 0 0 0 3px var(--c-brand-100);
}

textarea.field__control {
	min-height: 9.5rem;
	resize: vertical;
}

.field--invalid .field__control {
	border-color: var(--c-error);
	background: var(--c-error-bg);
}

.field__error {
	display: flex;
	align-items: flex-start;
	gap: 0.4rem;
	font-size: 0.84rem;
	color: var(--c-error);
	font-weight: 500;
}

.consent {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	padding: var(--sp-sm) var(--sp-md);
	background: var(--c-sand);
	border-radius: var(--r-sm);
	border: 1px solid var(--c-line-soft);
}

.consent input[type="checkbox"] {
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.25rem;
	accent-color: var(--c-brand-700);
	flex: none;
}

.consent label {
	font-size: 0.87rem;
	line-height: 1.6;
	color: var(--c-ink-soft);
}

/* Honeypot — visuell und für AT verborgen, nicht display:none (Bot-Erkennung) */
.hp-field {
	position: absolute !important;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--sp-sm) var(--sp-md);
}

.form__legal {
	font-size: 0.8rem;
	color: var(--c-ink-faint);
	max-width: 40ch;
}

/* Zustände: Erfolg / Fehler / Laden */
.alert {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.85rem;
	padding: var(--sp-md);
	border-radius: var(--r-sm);
	border: 1px solid;
	font-size: var(--fs-small);
	line-height: 1.6;
}

.alert svg {
	width: 1.35rem;
	height: 1.35rem;
	flex: none;
	margin-top: 0.1rem;
}

.alert--success {
	background: var(--c-success-bg);
	border-color: #bcd8c8;
	color: #1f4a36;
}

.alert--error {
	background: var(--c-error-bg);
	border-color: #eec4bd;
	color: #7d2419;
}

.alert__title {
	font-weight: 500;
	display: block;
	margin-bottom: 0.2rem;
}

.is-busy {
	position: relative;
	pointer-events: none;
}

.is-busy .btn {
	opacity: 0.65;
}

/* Skeleton bewahrt Layout */
.skeleton {
	background: linear-gradient(90deg, var(--c-sand) 25%, var(--c-sand-deep) 37%, var(--c-sand) 63%);
	background-size: 400% 100%;
	animation: sk 1.6s ease-in-out infinite;
	border-radius: var(--r-sm);
}

@keyframes sk {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

/* Leerzustand */
.empty {
	padding: var(--sp-xl) var(--sp-md);
	text-align: center;
	border: 1px dashed var(--c-line);
	border-radius: var(--r-md);
	color: var(--c-ink-muted);
}

/* --------------------------------------------------------------------------
   12 · CONSENT / KARTE (Zwei-Klick-Lösung, Art. 6 Abs. 1 lit. a DSGVO)
   -------------------------------------------------------------------------- */
.embed-guard {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(18rem, 30vw, 26rem);
	padding: var(--sp-lg);
	background: linear-gradient(150deg, var(--c-sand) 0%, var(--c-sand-deep) 100%);
	border: 1px solid var(--c-line);
	border-radius: var(--r-md);
	text-align: center;
	overflow: hidden;
}

.embed-guard__inner {
	max-width: 44ch;
	display: grid;
	gap: var(--sp-sm);
	justify-items: center;
}

.embed-guard svg {
	width: 2.5rem;
	height: 2.5rem;
	color: var(--c-brand-600);
}

.embed-guard__text {
	font-size: var(--fs-small);
	line-height: 1.65;
	color: var(--c-ink-soft);
}

.embed-guard iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-guard.is-loaded {
	padding: 0;
	background: var(--c-sand);
}

.embed-guard.is-loaded .embed-guard__inner {
	display: none;
}

/* Cookie-Hinweis (nur technisch notwendige Cookies → Info, kein Tracking-Opt-in) */
.cookie-bar {
	position: fixed;
	left: var(--sp-sm);
	right: var(--sp-sm);
	bottom: var(--sp-sm);
	z-index: var(--z-overlay);
	max-width: 34rem;
	margin-inline: auto;
	padding: var(--sp-md);
	background: var(--c-paper);
	border: 1px solid var(--c-line);
	border-radius: var(--r-md);
	box-shadow: var(--shadow-lg);
	display: grid;
	gap: var(--sp-sm);
	transform: translateY(120%);
	transition: transform var(--t-slow) var(--e-out);
}

.cookie-bar.is-visible {
	transform: translateY(0);
}

.cookie-bar__text {
	font-size: 0.86rem;
	line-height: 1.6;
	color: var(--c-ink-soft);
}

.cookie-bar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-2xs) var(--sp-sm);
	align-items: center;
}

/* --------------------------------------------------------------------------
   13 · FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
	background: var(--c-ink);
	color: #d8cec6;
	padding-top: var(--sp-2xl);
}

.site-footer a {
	color: #f3e9dd;
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--c-brand-300);
	text-decoration: underline;
}

.footer__grid {
	display: grid;
	gap: var(--sp-lg);
	padding-bottom: var(--sp-xl);
}

@media (min-width: 46rem) {
	.footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 68rem) {
	.footer__grid {
		grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.9fr));
		gap: var(--sp-xl);
	}
}

.footer__title {
	font-size: 0.76rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--c-brand-300);
	margin-bottom: var(--sp-sm);
}

.footer__list {
	list-style: none;
	display: grid;
	gap: 0.55rem;
	font-size: var(--fs-small);
}

.footer__brand .brand__name {
	color: #fdf8f2;
}

.footer__brand .brand__role {
	color: #a89c93;
}

.footer__blurb {
	margin-top: var(--sp-sm);
	font-size: var(--fs-small);
	line-height: 1.7;
	color: #b3a79e;
	max-width: 36ch;
}

.footer__bar {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: var(--sp-md);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--sp-xs) var(--sp-md);
	font-size: 0.82rem;
	color: #a2968d;
}

.footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-xs) var(--sp-md);
	list-style: none;
}

/* --------------------------------------------------------------------------
   14 · EDITOR-INHALTE
   -------------------------------------------------------------------------- */
.entry-content {
	max-width: var(--w-prose);
}

.entry-content > * + * {
	margin-top: var(--sp-md);
}

.entry-content h2 {
	margin-top: var(--sp-xl);
}

.entry-content h3,
.entry-content h4 {
	margin-top: var(--sp-lg);
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4rem;
}

.entry-content li + li {
	margin-top: 0.45rem;
}

.entry-content ul {
	list-style: none;
	padding-left: 1.1rem;
}

.entry-content ul > li {
	position: relative;
}

.entry-content ul > li::before {
	content: "";
	position: absolute;
	left: -1.1rem;
	top: 0.78em;
	width: 0.45rem;
	height: 1.5px;
	background: var(--c-brand-500);
}

.entry-content blockquote {
	margin: var(--sp-lg) 0;
	padding-left: var(--sp-md);
	border-left: 2px solid var(--c-brand-400);
	font-family: var(--f-display);
	font-style: italic;
	font-size: var(--fs-lead);
	color: var(--c-ink-soft);
}

.entry-content img,
.entry-content figure {
	border-radius: var(--r-md);
	overflow: hidden;
}

.entry-content figcaption {
	margin-top: 0.6rem;
	font-size: 0.82rem;
	color: var(--c-ink-faint);
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--fs-small);
}

.entry-content th,
.entry-content td {
	padding: 0.7rem 0.6rem;
	border-bottom: 1px solid var(--c-line-soft);
	text-align: left;
}

.entry-content a {
	text-decoration: underline;
}

.alignwide {
	max-width: var(--w-page);
}

.alignfull {
	max-width: none;
}

.aligncenter {
	margin-inline: auto;
}

/* Seitenkopf für Innenseiten */
.page-head {
	position: relative;
	background: linear-gradient(170deg, var(--c-sand) 0%, var(--c-bg) 78%);
	padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem) clamp(2rem, 1.2rem + 3vw, 3.5rem);
	border-bottom: 1px solid var(--c-line-soft);
}

.page-head__inner {
	display: grid;
	gap: var(--sp-md);
}

@media (min-width: 60rem) {
	.page-head__inner {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
		align-items: end;
		gap: var(--sp-xl);
	}
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	list-style: none;
	font-size: 0.8rem;
	color: var(--c-ink-faint);
	margin-bottom: var(--sp-sm);
}

.breadcrumb a {
	color: var(--c-ink-muted);
	text-decoration: none;
}

.breadcrumb a:hover {
	color: var(--c-brand-700);
	text-decoration: underline;
}

/* --------------------------------------------------------------------------
   15 · UTILITIES, MOTION, PRINT
   -------------------------------------------------------------------------- */
.u-center {
	text-align: center;
}

.u-mt-0 {
	margin-top: 0 !important;
}

.u-nowrap {
	white-space: nowrap;
}

.u-cover-link::after {
	content: "";
	position: absolute;
	inset: 0;
}

/* Scroll-Einstieg: sektional, nicht auf jedem Element */
.reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity var(--t-slow) var(--e-out), transform var(--t-slow) var(--e-out);
	will-change: opacity, transform;
}

.reveal.is-in {
	opacity: 1;
	transform: none;
	will-change: auto;
}

.reveal[data-delay="1"] {
	transition-delay: 90ms;
}
.reveal[data-delay="2"] {
	transition-delay: 180ms;
}
.reveal[data-delay="3"] {
	transition-delay: 270ms;
}

/* Hero-Einstieg */
.hero__copy > * {
	animation: rise var(--t-slow) var(--e-out) both;
}

.hero__copy > *:nth-child(1) {
	animation-delay: 60ms;
}
.hero__copy > *:nth-child(2) {
	animation-delay: 130ms;
}
.hero__copy > *:nth-child(3) {
	animation-delay: 200ms;
}
.hero__copy > *:nth-child(4) {
	animation-delay: 270ms;
}
.hero__copy > *:nth-child(5) {
	animation-delay: 340ms;
}

.hero__plate {
	animation: plate-in 900ms var(--e-out) 120ms both;
}

@keyframes rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes plate-in {
	from {
		opacity: 0;
		transform: translateY(24px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}

@media print {
	.site-header,
	.site-footer,
	.cookie-bar,
	.mobile-nav,
	.btn,
	.wave {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 11pt;
	}

	a[href^="http"]::after {
		content: " (" attr(href) ")";
		font-size: 9pt;
		color: #555;
	}
}

/* Forced-Colors-Modus */
@media (forced-colors: active) {
	.btn {
		border: 1px solid ButtonText;
	}

	.primary-nav__list a::after {
		background: LinkText;
	}
}
