@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wdth,wght@12..96,75..100,200..800&family=Inter:wght@400;500;600;700;800&display=swap");

:root {
	--baem-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
	--baem-radius: 22px;
	--baem-deep-black: #080808;
	--baem-paper: #f7f5ef;
	--baem-signal: #79ff38;
	--baem-b: #9cff48;
	--baem-a: #ff5a4f;
	--baem-m: #6878ff;
	--baem-muted: #66645f;
	--baem-line: #d9d6ce;
	--baem-max: 1440px;
}

/* --------------------------------------------------------------------------
   BÄM Direktzustellung – WhatsApp preview
   -------------------------------------------------------------------------- */

.baem-home-v2 > .wp-block-pattern:has(.baem-whatsapp) {
	max-width: none !important;
	margin: 0 !important;
}

.baem-whatsapp {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
	color: var(--baem-paper);
	background: var(--baem-deep-black);
	border-top: 1px solid #2a2a2a;
	border-bottom: 8px solid var(--baem-signal);
}

.baem-whatsapp__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
	gap: clamp(50px, 7vw, 110px);
	align-items: center;
	width: min(calc(100% - 48px), 1440px);
	min-height: 680px;
	margin: 0 auto;
	padding: 74px 0;
}

.baem-whatsapp__copy {
	max-width: 780px;
}

.baem-whatsapp__label {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 22px;
	color: var(--baem-signal);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.13em;
}

.baem-whatsapp__label span {
	width: 9px;
	height: 9px;
	background: var(--baem-signal);
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(121, 255, 56, 0.8);
}

.baem-whatsapp h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(52px, 6.4vw, 96px) !important;
	font-weight: 800;
	line-height: 0.88;
	letter-spacing: -0.055em;
}

.baem-whatsapp__intro {
	max-width: 680px;
	margin: 30px 0 34px;
	color: #c9c9c4;
	font-size: clamp(17px, 1.45vw, 21px);
	line-height: 1.48;
}

.baem-whatsapp__button {
	display: inline-flex;
	gap: 22px;
	align-items: center;
	justify-content: space-between;
	min-width: min(100%, 365px);
	padding: 18px 20px;
	color: #000;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.02em;
	background: var(--baem-signal);
	border: 0;
	border-radius: 0;
	opacity: 1;
	cursor: default;
}

.baem-whatsapp__button span {
	font-size: 22px;
	line-height: 1;
}

.baem-whatsapp__status {
	margin: 12px 0 0;
	color: #7d7d78;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.08em;
}

.baem-whatsapp__device {
	position: relative;
	width: min(100%, 520px);
	margin: 36px auto -135px;
	overflow: hidden;
	color: #101010;
	background: #e9e5dc;
	border: 8px solid #202020;
	border-bottom: 0;
	border-radius: 38px 38px 0 0;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.65), 0 0 0 1px #4a4a4a;
	transform: rotate(1.8deg);
}

.baem-whatsapp__device-head {
	display: grid;
	grid-template-columns: 48px 1fr 10px;
	gap: 12px;
	align-items: center;
	padding: 21px 22px 17px;
	color: #fff;
	background: #151515;
	border-bottom: 3px solid var(--baem-signal);
}

.baem-whatsapp__mark,
.baem-whatsapp__avatar {
	display: grid;
	place-items: center;
	font-family: var(--wp--preset--font-family--headline);
	font-weight: 900;
}

.baem-whatsapp__mark {
	width: 48px;
	height: 48px;
	color: #000;
	font-size: 14px;
	background: var(--baem-signal);
	border-radius: 50%;
}

.baem-whatsapp__device-head strong,
.baem-whatsapp__device-head small {
	display: block;
}

.baem-whatsapp__device-head strong {
	font-size: 14px;
	letter-spacing: 0.05em;
}

.baem-whatsapp__device-head small {
	margin-top: 3px;
	color: #979792;
	font-size: 10px;
}

.baem-whatsapp__device-head i {
	width: 8px;
	height: 8px;
	background: var(--baem-signal);
	border-radius: 50%;
}

.baem-whatsapp__messages {
	display: grid;
	gap: 18px;
	min-height: 555px;
	padding: 30px 20px 120px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.035) 1px, transparent 1px);
	background-size: 32px 32px;
}

.baem-whatsapp__message {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 10px;
	align-items: end;
}

.baem-whatsapp__message--klaus {
	margin-left: 32px;
}

.baem-whatsapp__message--baem {
	margin-left: 8px;
}

.baem-whatsapp__avatar {
	width: 38px;
	height: 38px;
	color: #fff;
	font-size: 15px;
	background: var(--baem-m);
	border: 2px solid #111;
	border-radius: 50%;
}

.baem-whatsapp__message--klaus .baem-whatsapp__avatar {
	background: var(--baem-a);
}

.baem-whatsapp__message--baem .baem-whatsapp__avatar {
	color: #000;
	background: var(--baem-signal);
}

.baem-whatsapp__message p {
	position: relative;
	max-width: 360px;
	margin: 0;
	padding: 14px 16px 10px;
	font-size: 15px;
	line-height: 1.35;
	background: #fff;
	border: 1px solid #c9c5bb;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.baem-whatsapp__message--baem p {
	background: #dcffc9;
	border-color: #9ed97f;
}

.baem-whatsapp__message strong,
.baem-whatsapp__message small {
	display: block;
}

.baem-whatsapp__message strong {
	margin-bottom: 4px;
	color: #555;
	font-size: 9px;
	letter-spacing: 0.12em;
}

.baem-whatsapp__message small {
	margin-top: 7px;
	color: #77736c;
	font-size: 9px;
	text-align: right;
}

.baem-whatsapp__watermark {
	position: absolute;
	right: -24px;
	bottom: -42px;
	z-index: 1;
	margin: 0;
	color: transparent;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(130px, 19vw, 300px);
	font-weight: 900;
	line-height: 0.7;
	letter-spacing: -0.07em;
	-webkit-text-stroke: 1px rgba(121, 255, 56, 0.15);
	pointer-events: none;
}

@media (max-width: 980px) {
	.baem-whatsapp__inner {
		grid-template-columns: 1fr;
		gap: 14px;
		padding-bottom: 0;
	}

	.baem-whatsapp__copy {
		max-width: 760px;
	}

	.baem-whatsapp__device {
		margin: 28px auto -90px;
	}
}

@media (max-width: 700px) {
	.baem-whatsapp__inner {
		width: calc(100% - 28px);
		min-height: 0;
		padding-top: 52px;
	}

	.baem-whatsapp h2 {
		font-size: 48px !important;
		line-height: 0.91;
	}

	.baem-whatsapp__intro {
		margin: 24px 0 28px;
		font-size: 16px;
	}

	.baem-whatsapp__button {
		width: 100%;
	}

	.baem-whatsapp__status {
		line-height: 1.5;
	}

	.baem-whatsapp__device {
		width: calc(100% - 8px);
		margin-bottom: -70px;
		border-width: 5px;
		border-bottom: 0;
		border-radius: 28px 28px 0 0;
		transform: none;
	}

	.baem-whatsapp__messages {
		min-height: 500px;
		padding: 24px 14px 100px;
	}

	.baem-whatsapp__message--klaus {
		margin-left: 12px;
	}

	.baem-whatsapp__message p {
		font-size: 14px;
	}
}

/* BÄMte Takeover: full video, no crop on any viewport. */
body.baem-takeover-open {
	overflow: hidden;
}

.baem-takeover-player[hidden] {
	display: none;
}

.baem-takeover-player {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	width: 100vw;
	height: 100dvh;
	padding: clamp(12px, 2vw, 28px);
	background: rgba(0, 0, 0, 0.96);
	box-sizing: border-box;
}

.baem-takeover-player__video {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100dvh;
	object-fit: contain;
	background: #000;
}

.baem-takeover-player__close {
	position: fixed;
	top: max(14px, env(safe-area-inset-top));
	right: max(14px, env(safe-area-inset-right));
	z-index: 2;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	color: #050505;
	font: 900 30px/1 Arial, sans-serif;
	background: var(--baem-signal, #b7ff00);
	border: 2px solid #050505;
	border-radius: 50%;
	cursor: pointer;
}

.baem-takeover-player__close:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

.baem-main,
.baem-single,
.baem-archive,
.baem-page,
.baem-404 {
	padding: clamp(1.5rem, 4vw, 4rem) clamp(1rem, 3vw, 2rem) 6rem;
}

.baem-header {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 0.7rem 1rem;
	background: rgba(247, 245, 239, 0.92);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(18px);
}

.baem-header__inner {
	min-height: 66px;
}

.baem-brand {
	gap: 0.9rem;
}

.baem-wordmark {
	margin: 0;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(2.2rem, 5vw, 3.5rem);
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: -0.08em;
}

.baem-wordmark a {
	text-decoration: none;
}

.baem-claim {
	margin: 0;
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.04em;
}

.baem-app-dock {
	padding: 0.35rem;
	background: #000;
	border-radius: 999px;
	box-shadow: var(--baem-shadow);
}

.baem-app-dock .wp-block-navigation-item__content {
	padding: 0.65rem 0.9rem;
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
}

.baem-app-dock .baem-dock-takeover .wp-block-navigation-item__content {
	color: #000;
	background: #e5ff00;
}

.baem-daily-intro {
	align-items: flex-end;
	margin-bottom: 1.25rem;
	padding-top: clamp(1rem, 3vw, 3rem);
}

.baem-daily-intro h1 {
	max-width: 880px;
	margin: 0;
}

.baem-kicker,
.baem-chip,
.baem-readtime,
.baem-card-meta,
.baem-byline {
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.baem-kicker {
	display: inline-block;
	margin: 0 0 0.75rem;
	padding: 0.38rem 0.55rem;
	background: #e5ff00;
	border-radius: 5px;
}

.baem-readtime {
	white-space: nowrap;
}

.baem-hero-query {
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

.baem-hero-card {
	position: relative;
	min-height: min(68vw, 680px);
	overflow: hidden;
	background: #0a0a0a;
	border-radius: calc(var(--baem-radius) + 6px);
	box-shadow: var(--baem-shadow);
}

.baem-hero-card::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.15) 48%, rgba(0, 0, 0, 0.92) 100%);
}

.baem-hero-card__image,
.baem-hero-card__image a,
.baem-hero-card__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.baem-hero-card__image {
	margin: 0;
}

.baem-hero-card__image img {
	object-fit: cover;
	border-radius: 0;
}

.baem-hero-card__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	max-width: 980px;
	margin: 0 !important;
	padding: clamp(1.4rem, 4vw, 3.5rem);
	color: #fff;
}

.baem-hero-card__content a {
	color: inherit;
}

.baem-hero-card__content .wp-block-post-title {
	margin: 0.75rem 0 1rem;
}

.baem-hero-card__content .wp-block-post-title a,
.baem-story-card .wp-block-post-title a {
	text-decoration: none;
}

.baem-hero-card__excerpt {
	max-width: 680px;
}

.baem-hero-card__excerpt .wp-block-post-excerpt__more-link {
	font-weight: 800;
}

.baem-chip a {
	display: inline-block;
	padding: 0.35rem 0.52rem;
	color: #000;
	background: #e5ff00;
	border-radius: 5px;
	text-decoration: none;
}

.baem-section-head {
	align-items: end;
	margin-bottom: 1.5rem;
	padding-bottom: 0.8rem;
	border-bottom: 3px solid #000;
}

.baem-section-head h2,
.baem-section-head p {
	margin: 0;
}

.baem-story-grid {
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

.baem-story-grid .wp-block-post-template {
	gap: 1.25rem;
}

.baem-story-card {
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d9d6ce;
	border-radius: var(--baem-radius);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.baem-story-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--baem-shadow);
}

.baem-story-card__image,
.baem-story-card__image img {
	margin: 0;
	border-radius: 0;
}

.baem-story-card__body {
	padding: 1.15rem;
}

.baem-story-card .wp-block-post-title {
	margin: 0.7rem 0 1.5rem;
	font-size: clamp(1.45rem, 2.2vw, 2rem) !important;
}

.baem-card-meta {
	margin-top: auto;
	color: #66645f;
}

.baem-card-meta p {
	margin: 0;
}

.baem-rubrics {
	gap: 1rem;
	margin-bottom: clamp(3rem, 7vw, 6rem);
}

.baem-rubric {
	position: relative;
	min-height: 360px;
	padding: 1.5rem;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: var(--baem-radius);
}

.baem-rubric h3 {
	margin: 0 0 2.5rem;
	font-size: 7rem !important;
	line-height: 0.72;
}

.baem-rubric h4 {
	margin-bottom: 0.5rem;
}

.baem-rubric--a {
	background: #e5ff00;
}

.baem-rubric--m {
	color: #fff;
	background: #000;
}

.baem-rubric--m a {
	color: #fff;
}

.baem-takeover {
	position: relative;
	margin-bottom: clamp(3rem, 7vw, 6rem);
	padding: clamp(2rem, 7vw, 6rem);
	overflow: hidden;
	color: #fff;
	background: radial-gradient(circle at 90% 0%, #2b2b2b, #0a0a0a 45%);
	border-radius: calc(var(--baem-radius) + 6px);
}

.baem-takeover::after {
	position: absolute;
	right: -4rem;
	bottom: -8rem;
	width: 18rem;
	height: 18rem;
	content: "Ä";
	font-family: var(--wp--preset--font-family--headline);
	font-size: 20rem;
	font-weight: 900;
	line-height: 1;
	color: rgba(229, 255, 0, 0.14);
}

.baem-takeover > * {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-left: 0 !important;
}

.baem-newsletter {
	margin-bottom: 2rem;
	padding: clamp(2rem, 6vw, 5rem);
	background: #e5ff00;
	border: 3px solid #000;
	border-radius: calc(var(--baem-radius) + 6px);
}

.baem-newsletter > * {
	max-width: 880px;
	margin-left: 0 !important;
}

.baem-newsletter .baem-kicker {
	color: #fff;
	background: #000;
}

.baem-newsletter .wp-block-button__link {
	color: #fff;
	background: #000;
}

.baem-footer {
	padding: 3rem 1rem 7rem;
	color: #fff;
	background: #000;
}

.baem-footer__inner {
	align-items: flex-end;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.baem-footer a {
	color: #fff;
}

.baem-footer__wordmark {
	width: 154px;
	margin: 0 0 0.8rem;
}

.baem-footer__wordmark img {
	display: block;
	width: 100%;
	height: auto;
	filter: invert(1);
}

.baem-footer__claim,
.baem-footer__legal {
	font-size: 0.8rem;
	font-weight: 700;
}

.baem-footer__legal {
	margin-top: 1.5rem;
	color: rgba(255, 255, 255, 0.58);
}

.baem-single__head {
	margin-bottom: 2rem;
	padding-top: clamp(1rem, 4vw, 4rem);
}

.baem-single__head .wp-block-post-title {
	margin: 1rem 0;
}

.baem-knallzeile {
	max-width: 800px;
	font-size: clamp(1.2rem, 2.2vw, 1.6rem);
	font-weight: 700;
	line-height: 1.35;
}

.baem-byline {
	gap: 0.7rem;
	color: #66645f;
}

.baem-byline > * + *::before {
	margin-right: 0.7rem;
	content: "·";
}

.baem-single__image {
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.baem-single .wp-block-post-content {
	font-size: clamp(1.0625rem, 1.4vw, 1.125rem);
	line-height: 1.65;
}

.baem-single .wp-block-post-content h2 {
	margin-top: 2.4em;
}

.is-style-baem-satz {
	margin: 2.5rem 0;
	padding: 1.5rem 0 1.5rem 1.5rem;
	border-left: 10px solid #e5ff00;
}

.is-style-baem-satz p {
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(1.7rem, 4vw, 2.7rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.is-style-baem-signal,
.baem-akte {
	margin: 2.5rem 0;
	padding: 1.5rem;
	background: #e5ff00;
	border: 2px solid #000;
	border-radius: 16px;
}

.baem-post-nav {
	margin-top: 4rem;
	padding-top: 1.5rem;
	border-top: 3px solid #000;
	font-weight: 800;
}

.baem-archive__head {
	padding: clamp(1rem, 4vw, 4rem) 0 2rem;
}

.baem-404 {
	min-height: 70vh;
	display: grid;
	place-items: center;
}

@media (max-width: 900px) {
	.baem-story-grid .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.baem-header__inner {
		min-height: 54px;
	}

	.baem-claim {
		display: none;
	}
}

@media (max-width: 700px) {
	body {
		padding-bottom: 78px;
	}

	.baem-header {
		position: relative;
		padding: 0.75rem 1rem;
	}

	.baem-app-dock {
		position: fixed;
		right: 0.75rem;
		bottom: 0.75rem;
		left: 0.75rem;
		z-index: 200;
		justify-content: center !important;
		border: 1px solid rgba(255, 255, 255, 0.18);
	}

	.baem-app-dock .wp-block-navigation__responsive-container-open {
		display: none;
	}

	.baem-app-dock .wp-block-navigation__responsive-container,
	.baem-app-dock .wp-block-navigation__responsive-container-content,
	.baem-app-dock .wp-block-navigation__container {
		display: flex !important;
		position: static;
		width: 100%;
		padding: 0;
		background: transparent;
		flex-direction: row;
		justify-content: space-between;
	}

	.baem-app-dock .wp-block-navigation-item__content {
		padding: 0.6rem 0.72rem;
		font-size: 0.8rem;
	}

	.baem-daily-intro {
		align-items: flex-start;
		flex-direction: column;
	}

	.baem-hero-card {
		min-height: 135vw;
	}

	.baem-hero-card__content {
		padding: 1.25rem;
	}

	.baem-hero-card__excerpt .wp-block-post-excerpt__excerpt {
		display: none;
	}

	.baem-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.baem-story-grid .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.baem-rubric {
		min-height: 300px;
	}

	.baem-takeover,
	.baem-newsletter {
		border-radius: var(--baem-radius);
	}

	.baem-footer {
		padding-bottom: 2rem;
	}
}

/* --------------------------------------------------------------------------
   BÄMte After Hours v0.9.4 – echter Aktenreiter, vollständige Figur
   -------------------------------------------------------------------------- */

.baem-flachwitz {
	top: 50%;
	transform: none;
}

.baem-flachwitz__tab {
	width: 46px;
	min-height: 168px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 0;
	border-left: 4px solid var(--baem-signal);
	border-radius: 12px 0 0 12px;
	box-shadow: -14px 18px 42px rgba(0, 0, 0, 0.28);
	writing-mode: horizontal-tb;
	transform: translateY(-50%);
}

.baem-flachwitz__tab > span {
	color: var(--baem-signal);
	font-size: 20px;
	line-height: 1;
}

.baem-flachwitz__tab > strong {
	margin: 0;
	font-size: 9px;
	letter-spacing: 0.16em;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.baem-flachwitz__tab:hover,
.baem-flachwitz__tab:focus-visible {
	width: 58px;
}

.baem-flachwitz__panel {
	top: 148px;
	right: 0;
	display: grid;
	grid-template-columns: minmax(300px, 0.92fr) minmax(350px, 1.08fr);
	width: min(760px, calc(100vw - 72px));
	height: min(700px, calc(100dvh - 166px));
	max-height: none;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-right: 0;
	border-left: 4px solid var(--baem-signal);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px 0 0 18px;
	box-shadow: -28px 36px 90px rgba(0, 0, 0, 0.48);
	overflow: hidden;
	animation: baem-afterhours-in 300ms cubic-bezier(0.16, 0.82, 0.24, 1);
}

.baem-flachwitz__panel[hidden] {
	display: none;
}

.baem-flachwitz__visual {
	height: 100%;
	min-height: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.baem-flachwitz__visual::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0, transparent 36%);
}

.baem-flachwitz__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	filter: contrast(1.05) saturate(0.9);
}

.baem-flachwitz__visual > p {
	left: 24px;
	bottom: 24px;
	font-size: 46px;
}

.baem-flachwitz__visual > span {
	right: 22px;
	bottom: 25px;
}

.baem-flachwitz__content {
	display: flex;
	min-height: 0;
	padding: 56px 38px 34px;
	flex-direction: column;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.baem-flachwitz__chance {
	max-width: 30ch;
	margin: 17px 0 0;
	color: #aaa;
	font-size: 13px;
	line-height: 1.45;
}

.baem-flachwitz__question {
	margin-top: auto;
	padding-top: 36px;
}

.baem-flachwitz__stamp {
	margin-top: auto;
}

@keyframes baem-afterhours-in {
	from {
		opacity: 0;
		transform: translateX(46px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (max-width: 700px) {
	.baem-flachwitz {
		top: 58%;
		transform: none;
	}

	.baem-flachwitz__tab {
		width: 40px;
		min-height: 144px;
		border-left: 3px solid var(--baem-signal);
		transform: translateY(-50%);
	}

	.baem-flachwitz__tab:hover,
	.baem-flachwitz__tab:focus-visible {
		width: 46px;
	}

	.baem-flachwitz__panel {
		top: 84px;
		right: 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(285px, 47%) minmax(0, 53%);
		width: calc(100vw - 14px);
		height: calc(100dvh - 98px);
		max-height: none;
		border-radius: 16px 0 0 16px;
	}

	.baem-flachwitz__visual {
		height: 100%;
		background: #020202;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.baem-flachwitz__visual img {
		object-fit: contain;
		object-position: 50% 50%;
	}

	.baem-flachwitz__content {
		padding: 28px 24px 26px;
	}

	.baem-flachwitz__visual > p {
		left: 20px;
		bottom: 18px;
		font-size: 38px;
	}

	.baem-flachwitz__question {
		margin-top: 24px;
		padding-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.baem-flachwitz__panel {
		animation: none;
	}
}

/* --------------------------------------------------------------------------
   Homepage v0.7 – prototype parity: cards, Bildschirm, BÄMte, newsletter/footer
   -------------------------------------------------------------------------- */

.baem-fresh-head {
	padding-bottom: 24px;
	border-bottom: 4px solid #000;
}

.baem-fresh-grid {
	background: #000;
	border: 1px solid #000;
}

.baem-fresh-grid .wp-block-post-template,
.baem-fallback-cards {
	gap: 1px !important;
	background: #000;
}

.baem-fresh-card {
	--baem-card-accent: var(--baem-b);
	border-top: 2px solid var(--baem-card-accent);
	border-right: 0;
}

.baem-fresh-grid li:nth-child(1) .baem-fresh-card,
.baem-fallback-cards > .wp-block-column:nth-child(1) .baem-fresh-card,
.baem-category-m .baem-fresh-card,
.category-merkwuerdigkeiten .baem-fresh-card,
.category-merkwuerdig .baem-fresh-card {
	--baem-card-accent: var(--baem-m);
}

.baem-fresh-grid li:nth-child(2) .baem-fresh-card,
.baem-fallback-cards > .wp-block-column:nth-child(2) .baem-fresh-card,
.baem-category-a .baem-fresh-card,
.category-aergernisse .baem-fresh-card,
.category-aergernis .baem-fresh-card {
	--baem-card-accent: var(--baem-a);
}

.baem-fresh-grid li:nth-child(3) .baem-fresh-card,
.baem-fallback-cards > .wp-block-column:nth-child(3) .baem-fresh-card,
.baem-category-b .baem-fresh-card,
.category-bildschirmunterhaltung .baem-fresh-card,
.category-bildschirm .baem-fresh-card {
	--baem-card-accent: var(--baem-b);
}

.baem-fresh-card > .wp-block-post-featured-image,
.baem-fresh-card > .baem-demo-image {
	position: relative;
	overflow: hidden;
}

.baem-fresh-card > .wp-block-post-featured-image::after,
.baem-fresh-card > .baem-demo-image::after {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 54px;
	padding: 11px 10px;
	content: "01";
	color: var(--baem-paper);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	background: var(--baem-deep-black);
	border-bottom: 2px solid var(--baem-card-accent);
	border-left: 1px solid #000;
}

.baem-fresh-grid li:nth-child(2) .wp-block-post-featured-image::after,
.baem-fallback-cards > .wp-block-column:nth-child(2) .baem-demo-image::after {
	content: "02";
}

.baem-fresh-grid li:nth-child(3) .wp-block-post-featured-image::after,
.baem-fallback-cards > .wp-block-column:nth-child(3) .baem-demo-image::after {
	content: "03";
}

.baem-fresh-card__body .baem-section-label,
.baem-fresh-card__body .wp-block-post-terms {
	color: var(--baem-card-accent);
}

.baem-screen-stage {
	position: relative;
	overflow: hidden;
	background: var(--baem-deep-black);
	border-top: 2px solid var(--baem-b);
}

.baem-screen-stage::before {
	position: absolute;
	right: -40px;
	bottom: -130px;
	content: "B";
	color: var(--baem-b);
	font-family: var(--wp--preset--font-family--headline);
	font-size: min(48vw, 700px);
	font-weight: 800;
	line-height: 1;
	opacity: 0.07;
	pointer-events: none;
}

.baem-screen-stage__inner {
	position: relative;
	z-index: 1;
}

.baemte-stage {
	grid-template-rows: 44px 1fr;
	border: 1px solid #333;
}

.baemte-stage__topline {
	grid-column: 1 / -1;
	min-height: 44px;
	margin: 0 !important;
	padding: 0 18px;
	color: #aaa;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	border-bottom: 1px solid #333;
}

.baemte-stage__topline p {
	margin: 0;
}

.baemte-stage__live {
	color: var(--baem-signal);
}

.baemte-stage__visual {
	min-height: 660px;
	padding: 0;
	overflow: hidden;
	background: radial-gradient(circle at 50% 46%, rgba(121, 255, 56, 0.16), transparent 35%), #000;
	border-right: 1px solid #333;
}

.baemte-stage__visual::after {
	display: none;
}

.baemte-stage__portrait {
	position: absolute !important;
	inset: 0;
	z-index: 2;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	overflow: visible !important;
	border-radius: 0 !important;
}

.baemte-stage__portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	border-radius: 0 !important;
	filter: saturate(0.82) contrast(1.08);
}

.baemte-stage__copy {
	position: relative;
	z-index: 2;
	align-items: flex-start;
	padding: clamp(48px, 6vw, 94px);
}

.baemte-stage__copy > p:not(.baem-section-label) {
	max-width: 700px;
	margin: 0;
	color: #b8b8b3;
	font-size: 19px !important;
	line-height: 1.55;
}

.baemte-stage__case {
	width: min(100%, 620px);
	margin: 30px 0 0 !important;
	padding: 15px 0;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

.baemte-stage__case p {
	margin: 0;
	font-size: 15px;
}

.baemte-stage__case p:first-child {
	margin-bottom: 6px;
	color: var(--baem-signal);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.baemte-stage__copy .wp-block-buttons {
	margin-top: 30px;
}

.baemte-stage__copy .wp-block-button__link,
.baemte-stage__copy .is-style-outline .wp-block-button__link {
	padding: 16px 19px;
	color: var(--baem-paper) !important;
	font-size: 14px;
	font-weight: 800;
	background: transparent !important;
	border: 1px solid var(--baem-signal) !important;
	border-radius: 0;
}

.baemte-stage__word {
	position: absolute;
	right: -22px;
	bottom: -38px;
	z-index: 1;
	margin: 0;
	color: transparent;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(130px, 20vw, 310px);
	font-weight: 800;
	line-height: 0.72;
	letter-spacing: -0.08em;
	-webkit-text-stroke: 1px rgba(121, 255, 56, 0.18);
	pointer-events: none;
}

.baem-home-v2 > .wp-block-pattern .baem-newsletter,
.baem-home-v2 > .baem-newsletter,
.baem-newsletter {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 70px 0;
	color: #000;
	background: var(--baem-paper);
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.baem-newsletter__inner {
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	gap: 80px;
	align-items: end;
	width: min(calc(100% - 48px), 1440px) !important;
	max-width: 1440px !important;
	margin: 0 auto !important;
}

.baem-newsletter__inner h2 {
	max-width: 800px;
	margin: 10px 0 0;
	font-size: clamp(40px, 5vw, 70px) !important;
	line-height: 0.96;
}

.baem-newsletter__copy > p:last-child {
	max-width: 720px;
	margin: 22px 0 0;
	color: var(--baem-muted);
	font-size: 16px;
	line-height: 1.5;
}

.baem-newsletter__form {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
}

.baem-newsletter__form > input[type="email"] {
	min-width: 0;
	padding: 17px 0;
	color: #000;
	font: inherit;
	font-size: 17px;
	background: transparent;
	border: 0;
	border-bottom: 3px solid #000;
	outline: 0;
}

.baem-newsletter__form > button {
	align-self: stretch;
	padding: 0 0 0 24px;
	font: inherit;
	font-weight: 800;
	background: transparent;
	border: 0;
	border-bottom: 3px solid #000;
	cursor: pointer;
}

.baem-newsletter__consent {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin-top: 18px;
	color: var(--baem-muted);
	font-size: 11px;
	line-height: 1.4;
}

.baem-newsletter__consent input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #000;
}

.baem-newsletter__consent a {
	color: #000;
}

.baem-newsletter__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.baem-newsletter__notice {
	margin: 0 0 18px;
	padding: 13px 15px;
	font-size: 13px;
	border: 1px solid #000;
}

.baem-newsletter__notice.is-success {
	background: var(--baem-signal);
}

.baem-newsletter__notice.is-error {
	color: #fff;
	background: var(--baem-a);
}

.baem-footer__wordmark,
.baem-footer__wordmark a,
.baem-footer__wordmark img {
	overflow: visible !important;
	border-radius: 0 !important;
	clip-path: none !important;
}

.baem-footer__wordmark {
	width: 250px;
}

.baem-footer__claim {
	margin-top: 14px;
	font-size: 13px;
}

.baem-footer__nav .wp-block-navigation__container {
	display: grid !important;
	grid-template-columns: repeat(2, auto);
	gap: 13px 34px;
	font-size: 13px;
	font-weight: 700;
}

.baem-footer__legal {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1080px) {
	.baem-newsletter__inner {
		grid-template-columns: 1fr;
		gap: 45px;
	}
}

@media (max-width: 700px) {
	.baemte-stage {
		grid-template-columns: 1fr;
	}

	.baemte-stage__topline {
		grid-column: 1;
	}

	.baemte-stage__visual {
		min-height: 390px;
		border-right: 0;
		border-bottom: 1px solid #333;
	}

	.baem-newsletter {
		padding: 54px 0;
	}

	.baem-newsletter__inner {
		width: min(calc(100% - 28px), 1440px) !important;
	}

	.baem-newsletter__form {
		grid-template-columns: 1fr;
	}

	.baem-newsletter__form > input[type="email"] {
		border-bottom: 2px solid #000;
	}

	.baem-newsletter__form > button {
		justify-self: start;
		margin-top: 15px;
		padding: 14px 18px;
		color: var(--baem-paper);
		background: #000;
		border-bottom: 0;
	}

	.baem-newsletter__consent {
		grid-column: 1;
	}
}

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

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

/* --------------------------------------------------------------------------
   Homepage v0.4 – approved BÄM composition
   -------------------------------------------------------------------------- */

.baem-header-shell {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	height: 0;
	padding: 0;
	overflow: visible !important;
	background: transparent;
}

body.admin-bar .baem-header-shell {
	top: 32px;
}

.baem-topbar,
.baem-home-v2 > .alignwide,
.baem-screen-stage__inner,
.baem-home-v2 > .wp-block-pattern > .alignwide {
	width: min(calc(100% - 48px), 1440px) !important;
	max-width: 1440px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.baem-topbar {
	position: relative;
	top: 16px;
	display: grid !important;
	box-sizing: border-box;
	grid-template-columns: 160px 1fr auto;
	gap: 18px;
	min-height: 72px;
	padding: 7px 9px 7px 14px;
	color: #fff;
	background: rgba(8, 8, 8, 0.91);
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.19);
	backdrop-filter: blur(24px) saturate(1.15);
}

.baem-topbar .baem-wordmark {
	display: block;
	width: 145px;
	margin: 0;
	overflow: visible !important;
	border-radius: 0 !important;
}

.baem-topbar .baem-wordmark a {
	display: block;
	overflow: visible !important;
	border-radius: 0 !important;
}

.baem-topbar .baem-wordmark img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	overflow: visible !important;
	border-radius: 0 !important;
	clip-path: none !important;
	box-shadow: none !important;
	filter: invert(1);
}

.baem-topbar .baem-app-dock {
	position: static;
	justify-self: center;
	gap: 5px;
	width: auto;
	margin: 0;
	padding: 4px;
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 15px;
	box-shadow: none;
	transform: none;
}

.baem-topbar .baem-app-dock .wp-block-navigation-item__content {
	display: flex;
	gap: 0.55rem;
	align-items: center;
	min-height: 44px;
	padding: 5px 13px 5px 7px;
	font-size: 11px;
	font-weight: 700;
	color: #aaa;
	letter-spacing: 0;
	border-radius: 11px;
	white-space: nowrap;
	text-decoration: none;
}

.baem-topbar .baem-app-dock .wp-block-navigation-item__content::before {
	display: grid;
	width: 30px;
	height: 30px;
	font-family: var(--wp--preset--font-family--headline);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 9px;
	box-shadow: inset 0 -3px 0 var(--baem-b) !important;
	place-items: center;
}

.baem-dock-b .wp-block-navigation-item__content::before {
	content: "B";
	box-shadow: inset 0 -3px 0 var(--baem-b) !important;
}

.baem-dock-a .wp-block-navigation-item__content::before {
	content: "Ä";
	box-shadow: inset 0 -3px 0 var(--baem-a) !important;
}

.baem-dock-m .wp-block-navigation-item__content::before {
	content: "M";
	box-shadow: inset 0 -3px 0 var(--baem-m) !important;
}

.baem-topbar .baem-app-dock .wp-block-navigation-item__content:hover,
.baem-topbar .baem-app-dock .wp-block-navigation-item__content:focus-visible {
	color: var(--baem-paper);
	background: rgba(255, 255, 255, 0.08);
}

.baem-header-actions {
	gap: 7px;
	margin-left: auto;
}

.baem-save {
	position: relative;
	margin: 0;
}

.baem-save__trigger {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	min-height: 48px;
	margin: 0;
	padding: 0 10px 0 13px;
	color: #fff;
	font: inherit;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 14px;
	cursor: pointer;
	transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.baem-save__trigger:hover,
.baem-save__trigger:focus-visible,
.baem-save__trigger.is-saved {
	color: #000;
	background: var(--baem-signal);
	border-color: var(--baem-signal);
}

.baem-save__trigger:focus-visible,
.baem-save__close:focus-visible,
.baem-save__item button:focus-visible {
	outline: 2px solid var(--baem-m);
	outline-offset: 3px;
}

.baem-save__icon {
	font-size: 1rem;
	font-weight: 400;
	transform: rotate(45deg);
}

.baem-save__count {
	display: grid;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	color: #000;
	font-size: 9px;
	background: var(--baem-signal);
	border-radius: 999px;
	place-items: center;
}

.baem-save__trigger:hover .baem-save__count,
.baem-save__trigger:focus-visible .baem-save__count,
.baem-save__trigger.is-saved .baem-save__count {
	color: #fff;
	background: #000;
}

.baem-save__backdrop {
	position: fixed;
	inset: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.48);
	backdrop-filter: blur(3px);
}

.baem-save__drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10001;
	width: min(430px, 100vw);
	height: 100dvh;
	padding: 26px;
	overflow-y: auto;
	color: var(--baem-paper);
	background: var(--baem-deep-black);
	border-left: 4px solid var(--baem-signal);
	box-shadow: -30px 0 80px rgba(0, 0, 0, 0.34);
	transform: translateX(0);
	transition: transform 220ms ease;
}

.baem-save__drawer[aria-hidden="true"] {
	transform: translateX(102%);
}

.baem-save__drawer-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.baem-save__drawer-head div {
	display: grid;
	gap: 6px;
}

.baem-save__drawer-head span,
.baem-save__item > span {
	color: var(--baem-signal);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.baem-save__drawer-head strong {
	font-family: var(--wp--preset--font-family--headline);
	font-size: 34px;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.baem-save__close {
	width: 38px;
	height: 38px;
	padding: 0;
	color: #fff;
	font-size: 27px;
	line-height: 1;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	cursor: pointer;
}

.baem-save__items {
	display: grid;
}

.baem-save__item {
	position: relative;
	display: grid;
	gap: 9px;
	padding: 24px 54px 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.baem-save__item a {
	color: #fff;
	font-family: var(--wp--preset--font-family--headline);
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.baem-save__item a:hover {
	color: var(--baem-signal);
}

.baem-save__item button {
	position: absolute;
	top: 24px;
	right: 0;
	padding: 0;
	color: #aaa;
	font: inherit;
	font-size: 8px;
	font-weight: 900;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.baem-save__empty {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 28px 0;
}

.baem-save__empty strong {
	font-family: var(--wp--preset--font-family--headline);
	font-size: 23px;
}

.baem-save__empty span {
	color: #aaa;
	font-size: 13px;
}

body.baem-save-open {
	overflow: hidden;
}

/* Legacy class retained for edited headers that WordPress may have cached. */
.baem-save-link {
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.05em;
}

.baem-save-link a {
	display: flex;
	gap: 0.45rem;
	align-items: center;
	min-height: 48px;
	padding: 0 13px;
	color: #bbb;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	text-decoration: none;
}

.baem-save-link span {
	font-size: 1.05rem;
}

.baem-takeover-card {
	gap: 8px;
	min-width: 151px;
	min-height: 48px;
	margin: 0;
	padding: 4px 10px 4px 5px;
	background: rgba(121, 255, 56, 0.07);
	border-radius: 14px;
}

.baem-takeover-card__avatar {
	position: relative;
	width: 37px;
	height: 37px;
	margin: 0;
	overflow: hidden;
	border-radius: 11px;
}

.baem-takeover-card__avatar img {
	display: block;
	width: 37px;
	height: 37px;
	object-fit: cover;
	object-position: center 25%;
	border-radius: 11px;
}

.baem-takeover-card__avatar i {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 7px;
	height: 7px;
	background: var(--baem-signal);
	border: 1px solid #000;
	border-radius: 50%;
	box-shadow: 0 0 9px var(--baem-signal);
}

.baem-takeover-card__copy {
	margin: 0 !important;
}

.baem-takeover-card__copy p {
	margin: 0;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0.06em;
}

.baem-takeover-card__copy p:last-child {
	margin-top: 3px;
	font-size: 7px;
	color: var(--baem-signal);
}

.baem-takeover-card__copy a {
	color: #fff;
	text-decoration: none;
}

.baem-home-v2 {
	margin-top: 0;
	padding: 0 0 6rem;
}

.baem-lead-query {
	margin-bottom: 0 !important;
}

.baem-lead-query .wp-block-post-template {
	margin: 0;
	padding: 0;
}

.baem-lead {
	display: grid;
	grid-template-columns: minmax(430px, 0.88fr) minmax(560px, 1.12fr);
	min-height: clamp(760px, 100svh, 920px);
	overflow: hidden;
	background: #f7f5ef;
	border: 0;
	border-radius: 0;
}

.baem-lead__copy {
	display: flex;
	min-width: 0;
	padding: clamp(120px, 15vh, 160px) clamp(44px, 5vw, 80px) 52px 0;
	flex-direction: column;
	justify-content: center;
}

.baem-dropbar {
	display: grid !important;
	grid-template-columns: 1fr repeat(3, auto);
	gap: 15px;
	width: 100%;
	max-width: 620px;
	min-height: 0;
	margin: 0 0 30px !important;
	padding: 12px 14px;
	border: 1px solid #000;
	border-radius: 13px;
	overflow: visible;
}

.baem-lead__category,
.baem-section-label,
.baem-lead__media-caption > p:first-child {
	margin: 0;
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.baem-dropbar__intro {
	display: flex;
	margin: 0 !important;
	padding: 0;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	margin-right: 5px !important;
}

.baem-dropbar__intro p,
.baem-dropbar__stat p {
	margin: 0;
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.baem-dropbar__intro p:first-child {
	margin-bottom: 5px;
	font-size: 8px;
	color: var(--baem-muted);
}

.baem-dropbar__intro p:first-child::first-letter {
	color: #6dff4f;
}

.baem-dropbar__intro p:last-child {
	font-size: 13px;
	letter-spacing: 0.06em;
}

.baem-dropbar__stat {
	display: flex;
	min-width: 58px;
	margin: 0 !important;
	padding: 0 0 0 12px;
	border-left: 1px solid var(--baem-line);
	flex-direction: column;
	justify-content: center;
}

.baem-dropbar__stat p:first-child {
	margin-bottom: 4px;
	font-size: 7px;
	color: var(--baem-muted);
}

.baem-dropbar__stat p:last-child {
	font-size: 11px;
}

.baem-lead__category {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 620px;
	margin-top: 0;
	margin-bottom: 42px;
	padding: 0 0 13px 18px;
	border-bottom: 1px solid #000;
	position: relative;
}

.baem-lead__category::before {
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	background: var(--baem-m);
	box-shadow: 0 0 18px rgba(104, 120, 255, 0.7);
	border-radius: 50%;
}

.baem-lead__category::after {
	content: "VORGANG 01 / 07";
	font-size: 10px;
	color: var(--baem-muted);
	letter-spacing: 0.14em;
}

.baem-lead__category a {
	text-decoration: none;
}

.baem-lead .wp-block-post-title,
.baem-lead h1 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 0 25px;
	font-size: clamp(52px, 5.2vw, 82px) !important;
	line-height: 0.91;
	letter-spacing: -0.045em;
}

.baem-lead h1 > span {
	display: block;
}

.baem-lead .headline-accent {
	position: absolute;
	position: relative;
	display: inline-block;
	left: auto;
	bottom: auto;
	width: auto;
	height: auto;
	background: transparent;
}

.baem-lead .headline-accent::after {
	position: absolute;
	left: -2px;
	right: -8px;
	bottom: 0.06em;
	z-index: -1;
	width: auto;
	height: 0.12em;
	content: "";
	background: var(--baem-signal);
	box-shadow: 0 0 18px rgba(121, 255, 56, 0.34);
	transform: skewX(-14deg);
}

.baem-lead .wp-block-post-title a {
	text-decoration: none;
}

.baem-lead__excerpt {
	max-width: 760px;
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
	color: var(--baem-muted);
}

.baem-lead__excerpt .wp-block-post-excerpt__more-link {
	display: inline-block;
	margin-top: 18px;
	padding-bottom: 4px;
	color: #000;
	font-weight: 900;
	border-bottom: 2px solid #000;
	text-decoration: none;
}

.baem-lead__excerpt > p:first-child {
	margin: 0;
}

.baem-lead__excerpt .wp-block-post-excerpt__more-link a {
	color: #000;
	text-decoration: none;
}

.baem-in-your-face {
	position: relative;
	width: min(100%, 500px);
	margin: 54px 0 0;
	padding-top: 15px;
	border-top: 1px solid #000;
}

.baem-in-your-face::before {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: -18px;
	margin-bottom: 16px;
	content: "";
	background: linear-gradient(90deg, var(--baem-b) 0 33.333%, var(--baem-a) 33.333% 66.666%, var(--baem-m) 66.666%);
}

.baem-in-your-face span {
	display: block;
	margin-bottom: 3px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.baem-in-your-face strong {
	display: block;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(27px, 2.5vw, 38px);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.04em;
}

.baem-lead__media {
	position: relative;
	min-height: 650px;
	min-width: 0;
	overflow: hidden;
	background: var(--baem-deep-black);
	clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
}

.baem-lead__media::before {
	position: absolute;
	top: 42%;
	right: 1.35rem;
	z-index: 4;
	width: 2px;
	height: 142px;
	content: "";
	background: repeating-linear-gradient(to bottom, #fff 0 28px, transparent 28px 36px);
	opacity: 0.7;
}

.baem-lead__media::after {
	position: absolute;
	top: calc(42% - 1.35rem);
	right: 1.05rem;
	z-index: 4;
	content: "01";
	font-size: 0.55rem;
	font-weight: 900;
	color: #fff;
}

.baem-lead__image,
.baem-lead__image a,
.baem-lead__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.baem-lead__image img {
	object-fit: cover;
	filter: grayscale(1) contrast(1.14) brightness(0.82);
	border-radius: 0;
}

.baem-lead__media-caption {
	position: absolute;
	right: 1.2rem;
	bottom: 1.2rem;
	z-index: 2;
	width: min(78%, 420px);
	margin: 0 !important;
	padding: 1rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.82);
	border-left: 4px solid #e5ff00;
}

.baem-lead__media-caption .wp-block-post-title {
	margin: 0.35rem 0 0;
	font-size: 1.25rem !important;
	line-height: 1.05;
}

.baem-lead__media-caption a {
	color: #fff;
}

.baem-placeholder-media {
	display: flex;
	padding: 2rem;
	color: #fff;
	background:
		linear-gradient(135deg, transparent 0 48%, rgba(121, 255, 56, 0.18) 48% 50%, transparent 50% 100%),
		radial-gradient(circle at 70% 30%, #555, #111 62%);
	flex-direction: column;
	justify-content: flex-end;
}

.baem-placeholder-media p {
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.baem-placeholder-media h3 {
	max-width: 15ch;
	margin: 0;
}

.baem-ticker {
	min-height: 50px;
	margin-top: 0 !important;
	margin-bottom: 2.5rem !important;
	padding: 0.55rem 0.8rem;
	color: #fff;
	background: #000;
	border-top: 3px solid #e5ff00;
}

.baem-ticker p {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 800;
}

.baem-ad-slot {
	display: grid;
	min-height: 190px;
	margin-bottom: 4.25rem !important;
	place-items: center;
	border: 2px dashed #9a978e;
}

.baem-ad-slot p {
	margin: 0;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: #77746d;
}

.baem-fresh-head {
	align-items: flex-end;
	margin-bottom: 1rem !important;
}

.baem-fresh-head h2 {
	margin: 0.2rem 0 0;
}

.baem-archive-link {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 900;
}

.baem-fresh-grid {
	margin-bottom: 5.25rem !important;
	border: 2px solid #000;
}

.baem-fresh-grid .wp-block-post-template,
.baem-fallback-cards {
	gap: 0;
	margin: 0;
}

.baem-fresh-card {
	position: relative;
	height: 100%;
	min-height: 610px;
	margin: 0;
	background: #f7f5ef;
	border-right: 1px solid #000;
}

.baem-fresh-grid li:last-child .baem-fresh-card,
.baem-fallback-cards > .wp-block-column:last-child .baem-fresh-card {
	border-right: 0;
}

.baem-fresh-card > .wp-block-post-featured-image,
.baem-demo-image {
	width: 100%;
	height: 310px;
	margin: 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
}

.baem-fresh-card > .wp-block-post-featured-image img {
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.baem-demo-image {
	background-color: #d8d6ce;
}

.baem-demo-image--screen {
	background:
		linear-gradient(145deg, transparent 0 52%, rgba(229, 255, 0, 0.5) 52% 55%, transparent 55%),
		linear-gradient(45deg, #1c2540, #59698d);
}

.baem-demo-image--food {
	background:
		radial-gradient(circle at 25% 60%, #e5ff00 0 9%, transparent 10%),
		radial-gradient(circle at 55% 38%, #819f4a 0 14%, transparent 15%),
		linear-gradient(135deg, #303925, #8f9f64);
}

.baem-demo-image--parcel {
	background:
		repeating-linear-gradient(90deg, transparent 0 16px, rgba(0, 0, 0, 0.08) 16px 18px),
		linear-gradient(135deg, #c98b34, #f0c477);
}

.baem-fresh-card__body {
	padding: 1.4rem 1.4rem 4.25rem;
}

.baem-fresh-card__body .wp-block-post-title,
.baem-fresh-card__body h3 {
	margin: 0.5rem 0;
	font-size: clamp(1.45rem, 2.2vw, 2.15rem) !important;
	line-height: 0.98;
}

.baem-fresh-card__body .wp-block-post-title a {
	text-decoration: none;
}

.baem-fresh-card__body .wp-block-post-excerpt,
.baem-fresh-card__body > p:not(.baem-section-label, .baem-card-arrow) {
	font-size: 0.82rem;
	line-height: 1.45;
	color: #66645f;
}

.baem-card-arrow,
.baem-row-arrow {
	display: grid;
	width: 34px;
	height: 34px;
	margin: 0;
	font-weight: 900;
	line-height: 1;
	border: 2px solid currentColor;
	border-radius: 50%;
	place-items: center;
}

.baem-fresh-card .baem-card-arrow {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
}

.baem-screen-stage {
	margin: 0 0 5.25rem;
	padding: clamp(4rem, 8vw, 7rem) 1rem;
	color: #fff;
	background: #050505;
	border-top: 4px solid #e5ff00;
}

.baem-screen-stage__inner {
	display: grid;
	grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	gap: clamp(2rem, 6vw, 6rem);
}

.baem-screen-title h2 {
	max-width: 10ch;
	margin-top: 0.75rem;
	font-size: clamp(3rem, 6vw, 5.6rem) !important;
	line-height: 0.88;
}

.baem-screen-list,
.baem-screen-list .wp-block-post-template {
	margin: 0;
}

.baem-screen-row,
.baem-screen-fallback > p {
	min-height: 118px;
	margin: 0;
	padding: 1.1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.baem-screen-row .wp-block-post-title {
	max-width: 26ch;
	margin: 0;
	font-size: clamp(1.2rem, 2vw, 1.65rem) !important;
	line-height: 1.05;
}

.baem-screen-row a {
	color: #fff;
	text-decoration: none;
}

.baem-screen-fallback > p {
	position: relative;
	padding-left: 2rem;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 800;
	line-height: 1.05;
}

.baem-screen-fallback > p::before {
	position: absolute;
	top: 1.35rem;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	background: #e5ff00;
}

.baemte-stage {
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	min-height: 680px;
	margin-bottom: 5.25rem !important;
	overflow: hidden;
	color: #fff;
	background: #050505;
	border: 2px solid #000;
}

.baemte-stage__visual,
.baemte-stage__copy {
	padding: clamp(1.5rem, 5vw, 4.5rem);
}

.baemte-stage__visual {
	display: flex;
	position: relative;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 42%, rgba(0, 0, 0, 0.56)),
		radial-gradient(ellipse at 50% 12%, rgba(229, 255, 0, 0.48), transparent 15%),
		radial-gradient(ellipse at 50% 70%, #1b241a, #050505 62%);
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	flex-direction: column;
	justify-content: space-between;
}

.baemte-stage__visual::after {
	position: absolute;
	right: 18%;
	bottom: -10%;
	left: 18%;
	height: 86%;
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), #020202 70%);
	clip-path: polygon(38% 0, 62% 0, 72% 14%, 78% 39%, 100% 100%, 0 100%, 22% 39%, 28% 14%);
}

.baemte-stage__visual > * {
	position: relative;
	z-index: 1;
}

.baemte-stage__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.baemte-stage__copy h2 {
	max-width: 9ch;
	margin: 0.8rem 0 1rem;
	font-size: clamp(3.4rem, 6.4vw, 6.2rem) !important;
	line-height: 0.84;
}

.baemte-stage__copy .wp-block-button__link {
	color: #000;
	background: #e5ff00;
}

.baem-home-v2 > .wp-block-pattern .baem-newsletter,
.baem-home-v2 > .baem-newsletter {
	width: min(calc(100% - 3rem), 1280px);
	max-width: 1280px;
	margin-right: auto !important;
	margin-left: auto !important;
}

@media (max-width: 900px) {
	.baem-header-shell {
		padding: 0.55rem 1rem 0;
	}

	.baem-topbar,
	.baem-home-v2 > .alignwide,
	.baem-screen-stage__inner,
	.baem-home-v2 > .wp-block-pattern > .alignwide {
		width: min(calc(100% - 2rem), 100%);
	}

	.baem-home-v2 {
		margin-top: 0;
		padding-top: 1rem;
	}

	.baem-lead {
		grid-template-columns: 1fr;
	}

	.baem-lead__copy,
	.baem-lead__media {
		min-height: 560px;
	}

	.baem-lead__copy {
		padding: 2rem;
	}

	.baem-screen-stage__inner,
	.baemte-stage {
		grid-template-columns: 1fr;
	}

	.baem-screen-title h2 {
		max-width: 14ch;
	}

	.baemte-stage__visual {
		min-height: 480px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	}
}

@media (max-width: 700px) {
	body.admin-bar .baem-header-shell {
		top: 46px;
	}

	.baem-header-actions {
		display: none;
	}

	.baem-topbar {
		min-height: 58px;
	}

	.baem-topbar .baem-wordmark {
		width: 78px;
	}

	.baem-topbar .baem-app-dock {
		top: auto;
		right: 0.75rem;
		bottom: 0.75rem;
		left: 0.75rem;
		width: auto;
		transform: none;
	}

	.baem-topbar .baem-app-dock .wp-block-navigation-item__content {
		font-size: 0.68rem;
	}

	.baem-lead__copy {
		min-height: 590px;
	}

	.baem-lead__media {
		min-height: 470px;
	}

	.baem-lead .wp-block-post-title,
	.baem-lead h1 {
		max-width: none;
		font-size: clamp(2.75rem, 12vw, 4rem) !important;
	}

	.baem-ticker p:nth-child(2) {
		display: none;
	}

	.baem-ad-slot {
		min-height: 120px;
	}

	.baem-fresh-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.baem-fallback-cards,
	.baem-fresh-grid .wp-block-post-template {
		display: grid;
		grid-template-columns: 1fr;
	}

	.baem-fresh-card {
		border-right: 0;
		border-bottom: 1px solid #000;
	}

	.baem-screen-stage {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.baemte-stage__copy h2 {
		font-size: clamp(3.2rem, 15vw, 5rem) !important;
	}
}

/* v0.7 cascade lock: these components intentionally override legacy theme rules. */
.baem-fresh-grid {
	border: 1px solid #000;
}

.baem-fresh-grid .wp-block-post-template,
.baem-fallback-cards {
	gap: 1px !important;
}

.baem-fresh-card {
	border-top: 2px solid var(--baem-card-accent);
	border-right: 0;
}

.baem-fresh-card__body .wp-block-post-terms a {
	color: #000 !important;
}

.baem-fresh-card__body .baem-section-label,
.baem-fresh-card__body .wp-block-post-title,
.baem-fresh-card__body .wp-block-post-title a,
.baem-fresh-card__body h3,
.baem-fresh-card__body h3 a {
	color: #000 !important;
}

.baem-topbar .baem-app-dock .baem-dock-b .wp-block-navigation-item__content::before {
	box-shadow: inset 0 -3px 0 var(--baem-b) !important;
}

.baem-topbar .baem-app-dock .baem-dock-a .wp-block-navigation-item__content::before {
	box-shadow: inset 0 -3px 0 var(--baem-a) !important;
}

.baem-topbar .baem-app-dock .baem-dock-m .wp-block-navigation-item__content::before {
	box-shadow: inset 0 -3px 0 var(--baem-m) !important;
}

.baem-screen-stage {
	position: relative;
	overflow: hidden;
	background: var(--baem-deep-black);
	border-top: 2px solid var(--baem-b);
}

.baemte-stage {
	grid-template-rows: 44px 1fr;
	border: 1px solid #333;
}

.baemte-stage__visual {
	min-height: 660px;
	padding: 0;
	background: radial-gradient(circle at 50% 46%, rgba(121, 255, 56, 0.16), transparent 35%), #000;
	border-right: 1px solid #333;
}

.baemte-stage__copy {
	padding: clamp(48px, 6vw, 94px);
}

@media (max-width: 900px) {
	.baemte-stage__visual {
		min-height: 480px;
		border-right: 0;
		border-bottom: 1px solid #333;
	}
}

@media (max-width: 700px) {
	.baemte-stage__visual {
		min-height: 390px;
	}
}

/* --------------------------------------------------------------------------
   Homepage v0.8 – dedicated smartphone composition
   -------------------------------------------------------------------------- */

@media (max-width: 700px) {
	body {
		padding-bottom: 0;
	}

	.baem-header-shell {
		top: 0 !important;
		padding: 0 !important;
	}

	body.admin-bar .baem-header-shell {
		top: 46px !important;
	}

	.baem-topbar {
		top: 10px;
		grid-template-columns: 86px minmax(0, 1fr) !important;
		gap: 6px;
		width: calc(100% - 20px) !important;
		max-width: none !important;
		min-height: 60px;
		padding: 5px 6px 5px 10px;
		border-radius: 18px;
	}

	.baem-topbar .baem-wordmark {
		width: 82px;
	}

	.baem-header-actions {
		display: none !important;
	}

	.baem-topbar .baem-app-dock {
		position: static !important;
		inset: auto !important;
		justify-self: stretch;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.baem-topbar .baem-app-dock .wp-block-navigation__responsive-container-open {
		display: none !important;
	}

	.baem-topbar .baem-app-dock .wp-block-navigation__responsive-container,
	.baem-topbar .baem-app-dock .wp-block-navigation__responsive-container-content,
	.baem-topbar .baem-app-dock .wp-block-navigation__container {
		display: flex !important;
		position: static !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		background: transparent !important;
		flex-direction: row !important;
		justify-content: flex-end !important;
		gap: 3px !important;
	}

	.baem-topbar .baem-app-dock .wp-block-navigation-item__content {
		justify-content: center;
		min-width: 40px;
		min-height: 40px;
		padding: 2px !important;
		font-size: 0 !important;
	}

	.baem-topbar .baem-app-dock .wp-block-navigation-item__content::before {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}

	.baem-home-v2 {
		padding-top: 84px;
		padding-bottom: 0;
	}

	.baem-home-v2 > .alignwide,
	.baem-home-v2 > .wp-block-pattern > .alignwide,
	.baem-screen-stage__inner,
	.baem-newsletter__inner {
		width: calc(100% - 28px) !important;
		max-width: none !important;
	}

	.baem-lead {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.baem-lead__copy {
		min-height: 0;
		padding: 26px 0 38px;
		justify-content: flex-start;
	}

	.baem-dropbar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
		margin-bottom: 24px !important;
		padding: 0;
		overflow: hidden;
		border-radius: 12px;
	}

	.baem-dropbar__intro {
		grid-column: 1 / -1;
		margin: 0 !important;
		padding: 11px 12px;
		border-bottom: 1px solid var(--baem-line);
	}

	.baem-dropbar__intro p:last-child {
		font-size: 12px;
	}

	.baem-dropbar__stat {
		min-width: 0;
		padding: 9px 8px;
		text-align: center;
		border-left: 1px solid var(--baem-line);
	}

	.baem-dropbar__stat:nth-child(2) {
		border-left: 0;
	}

	.baem-dropbar__stat p:last-child {
		font-size: 10px;
	}

	.baem-lead__category {
		margin-bottom: 26px;
		padding-bottom: 11px;
	}

	.baem-lead__category::after {
		font-size: 8px;
	}

	.baem-lead .wp-block-post-title,
	.baem-lead h1 {
		max-width: 12ch;
		margin-bottom: 20px;
		font-size: clamp(38px, 11vw, 46px) !important;
		line-height: 0.92;
		letter-spacing: -0.04em;
	}

	.baem-lead__excerpt {
		font-size: 16px;
		line-height: 1.48;
	}

	.baem-lead__excerpt .wp-block-post-excerpt__more-link {
		margin-top: 16px;
		font-size: 13px;
	}

	.baem-in-your-face {
		margin-top: 36px;
	}

	.baem-in-your-face strong {
		font-size: 28px;
	}

	.baem-lead__media {
		min-height: 430px;
		clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
	}

	.baem-lead__media::before {
		display: none;
	}

	.baem-lead__media::after {
		display: none;
	}

	.baem-lead__media-caption {
		right: 14px;
		bottom: 14px;
		width: calc(100% - 28px);
		padding: 14px;
	}

	.baem-lead__media-caption .wp-block-post-title {
		font-size: 20px !important;
	}

	.baem-ticker {
		min-height: 44px;
		margin-bottom: 22px !important;
		padding: 8px 10px;
	}

	.baem-ticker p:nth-child(2) {
		display: none;
	}

	.baem-ad-slot {
		min-height: 90px;
		margin-bottom: 46px !important;
		padding: 12px;
		text-align: center;
	}

	.baem-fresh-head {
		gap: 12px;
		align-items: flex-start;
		margin-bottom: 14px !important;
		padding-bottom: 18px;
		flex-direction: column;
	}

	.baem-fresh-head h2 {
		font-size: 40px !important;
		line-height: 0.95;
	}

	.baem-fresh-grid {
		margin-bottom: 54px !important;
	}

	.baem-fallback-cards,
	.baem-fresh-grid .wp-block-post-template {
		display: grid;
		grid-template-columns: 1fr;
	}

	.baem-fresh-card {
		min-height: 0;
		border-bottom: 1px solid #000;
	}

	.baem-fresh-card > .wp-block-post-featured-image,
	.baem-fresh-card > .baem-demo-image {
		height: clamp(220px, 64vw, 285px);
	}

	.baem-fresh-card__body {
		min-height: 255px;
		padding: 20px 18px 58px;
	}

	.baem-fresh-card__body .wp-block-post-title,
	.baem-fresh-card__body h3 {
		font-size: 25px !important;
		line-height: 1.02;
	}

	.baem-fresh-card__body .wp-block-post-excerpt,
	.baem-fresh-card__body > p:not(.baem-section-label, .baem-card-arrow) {
		font-size: 14px;
		line-height: 1.45;
	}

	.baem-screen-stage {
		margin-bottom: 54px;
		padding: 58px 0 64px;
	}

	.baem-screen-stage__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.baem-screen-title h2 {
		max-width: 10ch;
		font-size: 48px !important;
		line-height: 0.92;
	}

	.baem-screen-row,
	.baem-screen-fallback > p {
		min-height: 138px;
		padding: 20px 0;
	}

	.baem-screen-row .wp-block-post-title,
	.baem-screen-fallback > p {
		font-size: 22px !important;
		line-height: 1.04;
	}

	.baemte-stage {
		grid-template-columns: 1fr;
		grid-template-rows: 44px auto auto;
		width: calc(100% - 28px) !important;
		margin: 0 auto 54px !important;
	}

	.baemte-stage__topline {
		grid-column: 1;
		padding: 0 12px;
		font-size: 8px;
	}

	.baemte-stage__visual {
		min-height: 420px;
		border-right: 0;
		border-bottom: 1px solid #333;
	}

	.baemte-stage__copy {
		padding: 38px 22px 50px;
	}

	.baemte-stage__copy h2 {
		font-size: 52px !important;
		line-height: 0.86;
	}

	.baemte-stage__copy > p:not(.baem-section-label) {
		font-size: 16px !important;
		line-height: 1.5;
	}

	.baemte-stage__word {
		right: -10px;
		bottom: -14px;
		font-size: 108px;
	}

	.baem-newsletter {
		padding: 52px 0;
	}

	.baem-newsletter__inner {
		gap: 34px;
	}

	.baem-newsletter__inner h2 {
		font-size: 38px !important;
		line-height: 0.97;
	}

	.baem-footer {
		padding: 42px 14px 30px;
	}

	.baem-footer__inner {
		display: grid !important;
		gap: 30px;
		align-items: start;
		padding-bottom: 28px;
	}

	.baem-footer__wordmark {
		width: 150px;
	}

	.baem-footer__nav .wp-block-navigation__container {
		grid-template-columns: repeat(2, minmax(0, auto));
		gap: 12px 26px;
	}

	.baem-footer__legal {
		margin-top: 20px;
		font-size: 11px;
	}
}

@media (max-width: 380px) {
	.baem-lead .wp-block-post-title,
	.baem-lead h1 {
		font-size: 38px !important;
	}

	.baem-screen-title h2,
	.baemte-stage__copy h2 {
		font-size: 46px !important;
	}

	.baem-newsletter__inner h2 {
		font-size: 35px !important;
	}
}

@media (max-width: 700px) {
	.baem-save__trigger {
		min-height: 40px;
		padding: 0 8px;
	}

	.baem-save__label {
		display: none;
	}

	.baem-save__drawer {
		width: 100%;
		padding: 20px;
		border-top: 4px solid var(--baem-signal);
		border-left: 0;
	}
}

/* --------------------------------------------------------------------------
   GÖNN DIR v0.8.3 – echte lokale Privatakte
   -------------------------------------------------------------------------- */

.baem-save__trigger.has-items {
	border-color: rgba(229, 255, 0, 0.68);
}

.baem-goenn-action {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 38px;
	margin: 16px 0 0;
	padding: 0 13px;
	color: #000;
	font: inherit;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.06em;
	background: transparent;
	border: 1px solid #000;
	border-radius: 999px;
	cursor: pointer;
}

.baem-goenn-action span {
	font-size: 15px;
	font-weight: 400;
	transform: rotate(45deg);
}

.baem-goenn-action:hover,
.baem-goenn-action:focus-visible,
.baem-goenn-action.is-saved {
	color: #000;
	background: var(--baem-signal);
	border-color: #000;
}

.baem-goenn-action:focus-visible {
	outline: 3px solid var(--baem-m);
	outline-offset: 3px;
}

.baem-goenn-action--single {
	min-height: 46px;
	margin-top: 24px;
	padding: 0 18px;
}

.baem-save__item {
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 15px;
	padding-right: 52px;
}

.baem-save__item > img {
	width: 76px;
	height: 76px;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.baem-save__item-copy {
	display: grid;
	gap: 8px;
}

.baem-save__item-copy > span {
	color: var(--baem-signal);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.baem-save__item-copy > a {
	color: #fff;
	font-family: var(--wp--preset--font-family--headline);
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.baem-save__item-copy > a:hover {
	color: var(--baem-signal);
}

@media (max-width: 700px) {
	.baem-topbar {
		grid-template-columns: 72px minmax(0, 1fr) auto !important;
	}

	.baem-topbar .baem-wordmark {
		width: 68px;
	}

	.baem-header-actions {
		display: flex !important;
		gap: 0;
	}

	.baem-header-actions .baem-takeover-card {
		display: none !important;
	}

	.baem-save__trigger {
		min-width: 42px;
		min-height: 42px;
		padding: 0 6px;
		border-radius: 12px;
	}

	.baem-save__icon {
		display: none;
	}

	.baem-save__count {
		min-width: 24px;
		height: 24px;
	}

	.baem-goenn-action {
		min-height: 42px;
		margin-top: 14px;
	}

	.baem-save__item {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
		padding-right: 44px;
	}

	.baem-save__item > img {
		width: 62px;
		height: 62px;
	}

	.baem-save__item-copy > a {
		font-size: 19px;
	}
}

/* --------------------------------------------------------------------------
   Hero v0.8.4 – manuelles Vorgangs-Deck statt Autoplay-Karussell
   -------------------------------------------------------------------------- */

.baem-hero-deck {
	position: relative;
}

.baem-hero-deck > .wp-block-post-template {
	display: block;
	margin: 0;
	padding: 0;
}

.baem-hero-deck > .wp-block-post-template > li {
	margin: 0;
	list-style: none;
}

.baem-hero-deck > .wp-block-post-template > li:not(:first-child) {
	display: none;
}

.baem-hero-deck.is-enhanced > .wp-block-post-template > li.is-active {
	display: block;
	animation: baem-deck-in 260ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.baem-hero-controls {
	position: absolute;
	right: 26px;
	bottom: 26px;
	z-index: 8;
	display: flex;
	gap: 5px;
	align-items: center;
	padding: 5px;
	color: #fff;
	background: rgba(5, 5, 5, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(15px);
}

.baem-hero-controls button {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #fff;
	font: inherit;
	font-size: 17px;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	place-items: center;
}

.baem-hero-controls button:hover,
.baem-hero-controls button:focus-visible {
	color: #000;
	background: var(--baem-signal);
	outline: 0;
}

.baem-hero-controls__status {
	min-width: 58px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-align: center;
}

@keyframes baem-deck-in {
	from {
		opacity: 0;
		transform: translateX(12px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (max-width: 700px) {
	.baem-hero-deck > .wp-block-post-template {
		touch-action: pan-y;
	}

	.baem-hero-controls {
		right: 14px;
		bottom: 14px;
	}

	.baem-hero-controls button {
		width: 42px;
		height: 42px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.baem-hero-deck.is-enhanced > .wp-block-post-template > li.is-active {
		animation: none;
	}
}

/* --------------------------------------------------------------------------
   Flachwitz des Tages – feste Randlasche ohne externe API
   -------------------------------------------------------------------------- */

.baem-flachwitz {
	position: fixed;
	top: 48%;
	right: 0;
	z-index: 190;
	display: flex;
	align-items: center;
	transform: translateY(-50%);
}

.baem-flachwitz__tab {
	display: flex;
	width: 44px;
	min-height: 164px;
	padding: 12px 8px 14px;
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.12em;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-right: 0;
	border-radius: 12px 0 0 12px;
	box-shadow: -12px 18px 38px rgba(0, 0, 0, 0.24), inset 3px 0 0 var(--baem-signal);
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	transition: width 180ms cubic-bezier(0.2, 0.8, 0.2, 1), background 180ms ease;
}

.baem-flachwitz__tab:hover,
.baem-flachwitz__tab:focus-visible {
	width: 54px;
	background: #111;
	outline: 0;
}

.baem-flachwitz__tab strong {
	font-size: 9px;
	letter-spacing: 0.16em;
}

.baem-flachwitz__panel {
	position: fixed;
	top: 154px;
	right: 44px;
	width: min(410px, calc(100vw - 76px));
	max-height: calc(100dvh - 172px);
	padding: 0;
	color: #fff;
	background: #050505;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 4px solid var(--baem-signal);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
	transform: none;
	overflow: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.baem-flachwitz__panel[hidden] {
	display: none;
}

.baem-flachwitz__close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 3;
	padding: 0;
	color: #fff;
	font: inherit;
	font-size: 24px;
	line-height: 1;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.baem-flachwitz__visual {
	position: relative;
	height: 176px;
	overflow: hidden;
	background: #020202;
}

.baem-flachwitz__visual::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.16)), linear-gradient(0deg, #050505 0, transparent 48%);
}

.baem-flachwitz__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 23%;
	filter: contrast(1.08) saturate(0.78);
}

.baem-flachwitz__visual > p {
	position: absolute;
	left: 24px;
	bottom: 14px;
	z-index: 2;
	margin: 0;
	font-family: var(--wp--preset--font-family--headline);
	font-size: 42px;
	font-weight: 900;
	line-height: 0.85;
	letter-spacing: -0.055em;
}

.baem-flachwitz__visual > span {
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 2;
	color: var(--baem-signal);
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.baem-flachwitz__content {
	padding: 25px 26px 27px;
}

.baem-flachwitz__eyebrow,
.baem-flachwitz__stamp {
	margin: 0;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.13em;
}

.baem-flachwitz__intro {
	margin: 5px 0 0;
	color: #fff;
	font-family: var(--wp--preset--font-family--headline);
	font-size: 23px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.035em;
}

.baem-flachwitz__eyebrow {
	color: var(--baem-signal);
}

.baem-flachwitz__question {
	margin: 25px 0 12px;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(25px, 2.6vw, 34px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.baem-flachwitz__answer {
	margin: 4px 0 25px;
	color: var(--baem-signal);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 27px;
	font-weight: 800;
	line-height: 1;
}

.baem-flachwitz__answer[hidden] {
	display: none;
}

.baem-flachwitz__reveal {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	margin: 2px 0 22px;
	padding: 10px 0 7px;
	color: #fff;
	font: inherit;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
	background: transparent;
	border: 0;
	border-bottom: 2px solid var(--baem-signal);
	cursor: pointer;
}

.baem-flachwitz__reveal span {
	color: var(--baem-signal);
	font-size: 16px;
	transition: transform 180ms ease;
}

.baem-flachwitz__reveal.is-revealed span {
	transform: rotate(180deg);
}

.baem-flachwitz__stamp {
	padding-top: 16px;
	color: #858585;
	border-top: 1px solid #333;
	line-height: 1.45;
}

@media (max-width: 700px) {
	.baem-flachwitz {
		top: 58%;
		right: 0;
		bottom: auto;
		transform: translateY(-50%);
	}

	.baem-flachwitz__tab {
		width: 38px;
		min-height: 138px;
		padding: 10px 7px 12px;
		color: #fff;
		background: #050505;
		border: 1px solid var(--baem-signal);
		border-right: 0;
		border-radius: 12px 0 0 12px;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}

	.baem-flachwitz__tab:hover,
	.baem-flachwitz__tab:focus-visible {
		width: 42px;
	}

	.baem-flachwitz__tab strong {
		margin: 0;
		font-size: 8px;
	}

	.baem-flachwitz__panel {
		top: 84px;
		right: 38px;
		bottom: auto;
		width: min(360px, calc(100vw - 52px));
		max-height: calc(100dvh - 100px);
		padding: 0;
		transform: none;
	}

	.baem-flachwitz__visual {
		height: 150px;
	}

	.baem-flachwitz__visual > p {
		left: 18px;
		bottom: 12px;
		font-size: 36px;
	}

	.baem-flachwitz__content {
		padding: 21px 20px 23px;
	}

	.baem-flachwitz__question {
		font-size: 27px;
	}
}

/* --------------------------------------------------------------------------
   Mobile Hero v0.9 – ein Vorgang, ein Bild, eine Headline
   -------------------------------------------------------------------------- */

@media (max-width: 700px) {
	/* Core renders the overlay close button even though the dock stays inline. */
	.baem-topbar .baem-app-dock .wp-block-navigation__responsive-container-close {
		display: none !important;
	}

	.baem-hero-deck .baem-lead__copy {
		display: none !important;
	}

	.baem-hero-deck .baem-lead {
		display: block;
		background: #050505;
	}

	.baem-hero-deck .baem-lead__media {
		min-height: 0;
		aspect-ratio: 4 / 5;
		clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 9%);
	}

	.baem-hero-deck .baem-lead__media::before {
		display: block;
		top: auto;
		right: 14px;
		bottom: 22px;
		width: 2px;
		height: 72px;
	}

	.baem-hero-deck .baem-lead__media::after {
		display: block;
		top: auto;
		right: 8px;
		bottom: 102px;
	}

	.baem-hero-deck .baem-lead__media-caption {
		left: 18px;
		right: 46px;
		bottom: 18px;
		width: auto;
		margin: 0 !important;
		padding: 16px 16px 17px;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.74));
		border-left: 3px solid var(--baem-signal);
	}

	.baem-hero-deck .baem-lead__media-caption .wp-block-post-title {
		max-width: 13ch;
		margin-top: 6px;
		font-size: clamp(25px, 8vw, 34px) !important;
		line-height: 0.94;
		letter-spacing: -0.04em;
	}

	.baem-hero-controls {
		right: 12px;
		bottom: 12px;
		z-index: 12;
		padding: 3px;
	}

	.baem-hero-controls button {
		width: 34px;
		height: 34px;
	}

	.baem-hero-controls__status {
		min-width: 48px;
		font-size: 9px;
	}
}

/* Final cascade: BÄMte After Hours v0.9.7 */
.baem-flachwitz {
	top: 50%;
	transform: none;
}

.baem-flachwitz__tab {
	width: 46px;
	min-height: 168px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 0;
	border-left: 4px solid var(--baem-signal);
	border-radius: 12px 0 0 12px;
	box-shadow: -14px 18px 42px rgba(0, 0, 0, 0.28);
	writing-mode: horizontal-tb;
	transform: translateY(-50%);
}

.baem-flachwitz__tab > span {
	color: var(--baem-signal);
	font-size: 20px;
	line-height: 1;
}

.baem-flachwitz__tab > strong {
	display: inline;
	margin: 0;
	font-size: 9px;
	letter-spacing: 0.16em;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.baem-flachwitz__tab:hover,
.baem-flachwitz__tab:focus-visible {
	width: 58px;
}

.baem-flachwitz__panel {
	top: 148px;
	right: 0;
	display: grid;
	grid-template-columns: minmax(470px, 1.28fr) minmax(360px, 1fr);
	width: min(980px, calc(100vw - 58px));
	height: min(700px, calc(100dvh - 166px));
	max-height: none;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-right: 0;
	border-left: 4px solid var(--baem-signal);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px 0 0 18px;
	box-shadow: -28px 36px 90px rgba(0, 0, 0, 0.48);
	transform: none;
	overflow: hidden;
	animation: baem-afterhours-in 300ms cubic-bezier(0.16, 0.82, 0.24, 1);
}

.baem-flachwitz__panel[hidden] {
	display: none;
}

.baem-flachwitz__visual {
	height: 100%;
	min-height: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.baem-flachwitz__visual::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0, transparent 36%);
}

.baem-flachwitz__visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	filter: contrast(1.03) saturate(0.94);
}

.baem-flachwitz__visual > p {
	left: 24px;
	bottom: 24px;
	font-size: 46px;
}

.baem-flachwitz__visual > span {
	right: 22px;
	bottom: 25px;
}

.baem-flachwitz__content {
	display: flex;
	min-height: 0;
	padding: 56px 38px 34px;
	flex-direction: column;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.baem-flachwitz__chance {
	max-width: 30ch;
	margin: 17px 0 0;
	color: #aaa;
	font-size: 13px;
	line-height: 1.45;
}

.baem-flachwitz__question {
	margin-top: auto;
	padding-top: 36px;
}

.baem-flachwitz__stamp {
	margin-top: auto;
}

@media (max-width: 700px) {
	.baem-flachwitz {
		top: 58%;
		transform: none;
	}

	.baem-flachwitz__tab {
		width: 40px;
		min-height: 144px;
		border-left: 3px solid var(--baem-signal);
		transform: translateY(-50%);
	}

	.baem-flachwitz__tab:hover,
	.baem-flachwitz__tab:focus-visible {
		width: 46px;
	}

	.baem-flachwitz__panel {
		top: 84px;
		right: 0;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(330px, 54%) minmax(0, 46%);
		width: calc(100vw - 14px);
		height: calc(100dvh - 98px);
		max-height: none;
		padding: 0;
		border-radius: 16px 0 0 16px;
		transform: none;
	}

	.baem-flachwitz__visual {
		height: 100%;
		background: #020202;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}

	.baem-flachwitz__visual img {
		object-fit: contain;
		object-position: 50% 50%;
	}

	.baem-flachwitz__content {
		padding: 25px 24px 26px;
	}

	.baem-flachwitz__visual > p {
		left: 20px;
		bottom: 18px;
		font-size: 38px;
	}

	.baem-flachwitz__question {
		margin-top: 24px;
		padding-top: 0;
	}
}

/* Final cascade: BÄMte After Hours v0.9.8 — das Bild erklärt, der Text liefert nur den Witz */
.baem-flachwitz__content {
	justify-content: flex-end;
}

.baem-flachwitz__eyebrow {
	margin: 0 0 28px;
}

.baem-flachwitz__question {
	margin: 0 0 18px;
	padding-top: 0;
}

.baem-flachwitz__answer {
	margin-bottom: 0;
}

@media (max-width: 700px) {
	.baem-flachwitz__content {
		justify-content: flex-start;
	}

	.baem-flachwitz__eyebrow {
		margin-bottom: 18px;
	}

	.baem-flachwitz__question {
		margin-top: 0;
	}
}

/* --------------------------------------------------------------------------
   Die Personallage — Redaktionsseite v0.9.9
   -------------------------------------------------------------------------- */

.page-id-10 .baem-page {
	padding-top: 0;
}

.baem-redaktion-page {
	padding-right: 0;
	padding-left: 0;
}

.baem-redaktion-page .wp-block-post-content {
	width: 100%;
	max-width: none !important;
}

.page-id-10 .baem-page > .alignwide,
.page-id-10 .baem-page .wp-block-post-content {
	width: 100%;
	max-width: none !important;
	margin: 0;
}

.page-id-10 .baem-page > .alignwide > .wp-block-post-title,
.page-id-10 .baem-page > .alignwide > .wp-block-post-featured-image {
	display: none;
}

.baem-redaktion {
	width: min(1520px, calc(100vw - 48px));
	margin: 28px auto 86px;
	color: #050505;
}

.baem-redaktion__hero {
	position: relative;
	min-height: min(700px, 74vh);
	padding: clamp(42px, 7vw, 104px);
	color: #fff;
	background: #050505;
	border: 1px solid #050505;
	border-radius: 24px;
	overflow: hidden;
}

.baem-redaktion__hero::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 7px;
	content: "";
	background: linear-gradient(90deg, var(--baem-signal) 0 33.33%, #ff405c 33.33% 66.66%, #6672ff 66.66%);
}

.baem-redaktion__kicker,
.baem-personalakte__number {
	margin: 0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.baem-redaktion__kicker {
	position: relative;
	z-index: 2;
	color: var(--baem-signal);
}

.baem-redaktion__hero h1 {
	position: relative;
	z-index: 2;
	max-width: 13ch;
	margin: clamp(62px, 10vh, 116px) 0 36px;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(62px, 7.8vw, 132px);
	font-weight: 900;
	line-height: 0.82;
	letter-spacing: -0.075em;
}

.baem-redaktion__intro {
	position: relative;
	z-index: 2;
	max-width: 52ch;
	margin: 0;
	color: #b9b9b9;
	font-size: clamp(17px, 1.5vw, 23px);
	line-height: 1.45;
}

.baem-redaktion__mark {
	position: absolute;
	right: -0.03em;
	bottom: -0.25em;
	margin: 0;
	color: transparent;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(330px, 43vw, 710px);
	font-weight: 900;
	line-height: 0.8;
	-webkit-text-stroke: 1px rgba(92, 255, 50, 0.16);
}

.baem-redaktion__index {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 26px 0 54px;
	border: 1px solid #050505;
	border-radius: 16px;
	overflow: hidden;
}

.baem-redaktion__index a {
	display: flex;
	min-height: 88px;
	padding: 18px 20px;
	color: #050505;
	text-decoration: none;
	background: #f5f3ed;
	border-top: 5px solid var(--profile-accent);
	border-right: 1px solid #050505;
	flex-direction: column;
	justify-content: space-between;
}

.baem-redaktion__index a:last-child {
	border-right: 0;
}

.baem-redaktion__index span {
	color: var(--profile-accent);
	font-size: 10px;
	font-weight: 900;
}

.baem-redaktion__index strong {
	font-size: 13px;
	line-height: 1;
}

.baem-redaktion__index a:hover,
.baem-redaktion__index a:focus-visible {
	color: #fff;
	background: #050505;
	outline: 0;
}

.baem-redaktion__files {
	display: grid;
	gap: 48px;
}

.baem-personalakte {
	scroll-margin-top: 150px;
	background: #f7f5ef;
	border: 1px solid #050505;
	border-top: 7px solid var(--profile-accent);
	border-radius: 18px;
	overflow: hidden;
}

.baem-personalakte__strip {
	position: relative;
	width: 100%;
	aspect-ratio: var(--profile-strip-ratio) / 1;
	background: #aaa;
	border-bottom: 1px solid #050505;
	overflow: hidden;
}

.baem-personalakte__strip img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
	transform: translateY(var(--profile-row-shift));
}

.baem-personalakte--row-0 { --profile-row-shift: 0%; --profile-strip-ratio: 6.5641; }
.baem-personalakte--row-1 { --profile-row-shift: -22.8516%; --profile-strip-ratio: 7.0137; }
.baem-personalakte--row-2 { --profile-row-shift: -44.2383%; --profile-strip-ratio: 7.7186; }
.baem-personalakte--row-3 { --profile-row-shift: -63.6719%; --profile-strip-ratio: 8.127; }
.baem-personalakte--row-4 { --profile-row-shift: -82.1289%; --profile-strip-ratio: 8.3934; }

.baem-personalakte__body {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.baem-personalakte__identity,
.baem-personalakte__record {
	padding: clamp(30px, 4vw, 62px);
}

.baem-personalakte__identity {
	display: flex;
	min-height: 450px;
	background: #050505;
	color: #fff;
	flex-direction: column;
}

.baem-personalakte__number {
	color: var(--profile-accent);
}

.baem-personalakte h2 {
	max-width: 9ch;
	margin: 42px 0 16px;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(54px, 6vw, 94px);
	font-weight: 900;
	line-height: 0.84;
	letter-spacing: -0.065em;
}

.baem-personalakte__beat {
	max-width: 38ch;
	margin: 0;
	color: #aaa;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.baem-personalakte blockquote {
	margin: auto 0 0;
	padding: 22px 0 0;
	color: #fff;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(24px, 2.7vw, 42px);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.04em;
	border: 0;
	border-top: 3px solid var(--profile-accent);
}

.baem-personalakte__record {
	display: flex;
	flex-direction: column;
}

.baem-personalakte__record > p {
	max-width: 52ch;
	margin: 0;
	font-size: clamp(18px, 1.7vw, 25px);
	line-height: 1.4;
}

.baem-personalakte__record h3 {
	margin: 56px 0 14px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.baem-personalakte__record ol {
	margin: 0 0 48px;
	padding: 0;
	list-style: none;
	counter-reset: akte;
}

.baem-personalakte__record li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 16px;
	padding: 14px 0;
	font-size: 15px;
	line-height: 1.35;
	border-top: 1px solid #050505;
	counter-increment: akte;
}

.baem-personalakte__record li::before {
	color: var(--profile-accent);
	font-weight: 900;
	content: "0" counter(akte);
}

.baem-personalakte__record > a {
	display: inline-flex;
	gap: 16px;
	align-items: center;
	width: max-content;
	margin-top: auto;
	padding: 13px 0 8px;
	color: #050505;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-decoration: none;
	border-bottom: 3px solid var(--profile-accent);
}

.baem-personalakte__record > a span {
	font-size: 18px;
}

.baem-redaktion__footer {
	position: relative;
	margin-top: 52px;
	padding: clamp(40px, 6vw, 88px);
	color: #fff;
	background: #050505;
	border-radius: 18px;
}

.baem-redaktion__complaint {
	max-width: 12ch;
	margin: 0;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(54px, 7.5vw, 116px);
	font-weight: 900;
	line-height: 0.84;
	letter-spacing: -0.065em;
}

.baem-redaktion__footer > p:nth-child(2) {
	margin: 24px 0 80px;
	color: var(--baem-signal);
	font-size: 16px;
	font-weight: 900;
}

.baem-redaktion__note {
	max-width: 76ch;
	padding-top: 20px;
	color: #969696;
	font-size: 12px;
	line-height: 1.55;
	border-top: 1px solid #333;
}

.baem-redaktion__note strong {
	color: #fff;
}

@media (max-width: 800px) {
	.baem-redaktion {
		width: calc(100vw - 24px);
		margin-top: 12px;
	}

	.baem-redaktion__hero {
		min-height: 600px;
		padding: 34px 24px 42px;
		border-radius: 16px;
	}

	.baem-redaktion__hero h1 {
		margin-top: 120px;
		font-size: clamp(58px, 17vw, 88px);
	}

	.baem-redaktion__intro {
		font-size: 17px;
	}

	.baem-redaktion__index {
		display: flex;
		margin: 14px 0 34px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.baem-redaktion__index a {
		min-width: 184px;
		scroll-snap-align: start;
	}

	.baem-redaktion__files {
		gap: 28px;
	}

	.baem-personalakte {
		scroll-margin-top: 110px;
		border-radius: 14px;
	}

	.baem-personalakte__strip {
		aspect-ratio: 4 / 3;
	}

	.baem-personalakte__strip img {
		left: -119%;
		width: 650%;
		height: auto;
	}

	.baem-personalakte__body {
		grid-template-columns: 1fr;
	}

	.baem-personalakte__identity,
	.baem-personalakte__record {
		padding: 30px 24px;
	}

	.baem-personalakte__identity {
		min-height: 420px;
	}

	.baem-personalakte h2 {
		margin-top: 34px;
		font-size: clamp(52px, 16vw, 76px);
	}

	.baem-personalakte__record h3 {
		margin-top: 42px;
	}

	.baem-redaktion__footer {
		padding: 48px 24px;
	}

	.baem-redaktion__footer > p:nth-child(2) {
		margin-bottom: 60px;
	}
}

/* --------------------------------------------------------------------------
   Editorial density pass v0.9.20
   Keep BÄM loud, but stop images and headlines from swallowing the page.
   -------------------------------------------------------------------------- */

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

.baem-single {
	padding-top: 28px;
}

.baem-single__head {
	width: min(100%, 920px);
	margin-right: auto !important;
	margin-bottom: 30px;
	margin-left: auto !important;
	padding-top: 28px;
}

.baem-single__head .wp-block-post-title {
	margin: 14px 0 16px;
	font-size: clamp(42px, 4.15vw, 56px) !important;
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.baem-knallzeile {
	max-width: 720px;
	font-size: clamp(18px, 1.65vw, 22px);
}

.baem-single__image {
	width: min(calc(100% - 32px), 1100px) !important;
	max-width: 1100px !important;
	height: clamp(380px, 39vw, 520px) !important;
	margin: 0 auto 48px !important;
	aspect-ratio: auto !important;
	overflow: hidden;
}

.baem-single__image img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.baem-single > .wp-block-post-content,
.baem-post-nav {
	width: min(100%, 1100px);
	max-width: 1100px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.baem-single .wp-block-post-content {
	font-size: clamp(17px, 1.25vw, 18px);
}

.baem-archive__head .wp-block-query-title,
.baem-archive__head h1,
.baem-page:not(.baem-redaktion-page) .wp-block-post-title,
.baem-404 h1 {
	font-size: clamp(42px, 4.2vw, 54px) !important;
	line-height: 0.98;
}

.baem-archive__head {
	padding: 34px 0 24px;
}

.baem-404 {
	min-height: 58vh;
}

/* Third-party community blocks inherit the same calmer editorial scale. */
.baem-bammis {
	max-width: 980px !important;
	padding: clamp(30px, 4vw, 48px) !important;
}

.baem-bammis h2 {
	max-width: 700px;
	margin-bottom: 28px;
	font-size: clamp(38px, 4.6vw, 60px) !important;
}

.baem-bammis__reactions button {
	min-height: 108px !important;
}

.baem-ranking {
	padding-top: 54px !important;
	padding-bottom: 54px !important;
}

.baem-ranking > h2 {
	margin-bottom: 26px !important;
	font-size: clamp(44px, 5vw, 66px) !important;
}

.baem-ranking article {
	min-height: 320px !important;
}

@media (min-width: 901px) {
	.baem-lead {
		grid-template-columns: minmax(480px, 0.95fr) minmax(520px, 1.05fr);
		min-height: 720px;
	}

	.baem-lead > * {
		margin-block-start: 0 !important;
	}

	.baem-lead__copy {
		padding: 82px 48px 44px 0;
	}

	.baem-lead .wp-block-post-title,
	.baem-lead h1 {
		max-width: 680px;
		font-size: clamp(48px, 4.45vw, 62px) !important;
		line-height: 0.93;
	}

	.baem-lead__media {
		height: auto;
		min-height: 0;
		margin: 0 !important;
	}

	.baem-fresh-head h2 {
		font-size: clamp(44px, 4.2vw, 56px) !important;
	}

	.baem-fresh-card {
		min-height: 560px;
	}

	.baem-fresh-card > .wp-block-post-featured-image,
	.baem-demo-image {
		height: 270px;
	}

	.baem-screen-stage {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.baem-screen-title h2 {
		font-size: clamp(48px, 4.7vw, 66px) !important;
		line-height: 0.91;
	}

	.baemte-stage {
		min-height: 620px;
		margin-bottom: 72px !important;
	}

	.baemte-stage__visual {
		min-height: 0;
	}

	.baemte-stage__copy {
		padding: 56px;
	}

	.baemte-stage__copy h2 {
		font-size: clamp(54px, 5.1vw, 72px) !important;
		line-height: 0.88;
	}

	.baem-whatsapp__inner {
		min-height: 600px;
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.baem-whatsapp h2 {
		font-size: clamp(50px, 5vw, 72px) !important;
		line-height: 0.91;
	}

	.baem-redaktion__hero {
		min-height: 570px;
		padding: clamp(44px, 5.5vw, 76px);
	}

	.baem-redaktion__hero h1 {
		margin-top: clamp(54px, 7vh, 82px);
		font-size: clamp(58px, 6.4vw, 92px);
		line-height: 0.87;
	}

	.baem-personalakte__identity,
	.baem-personalakte__record {
		padding: clamp(30px, 3.3vw, 48px);
	}

	.baem-personalakte__identity {
		min-height: 390px;
	}

	.baem-personalakte h2 {
		margin-top: 32px;
		font-size: clamp(48px, 5vw, 76px);
	}

	.baem-personalakte blockquote {
		font-size: clamp(22px, 2.2vw, 34px);
	}

	.baem-redaktion__complaint {
		font-size: clamp(48px, 6vw, 88px);
	}
}

@media (max-width: 900px) {
	.baem-lead {
		min-height: 0;
	}

	.baem-lead__copy {
		padding-top: 62px;
	}

	.baem-lead__media {
		min-height: 480px;
	}

	.baem-single__image {
		height: clamp(320px, 54vw, 440px) !important;
	}
}

@media (max-width: 700px) {
	.baem-single,
	.baem-archive,
	.baem-page,
	.baem-404 {
		padding: 20px 14px 64px;
	}

	.baem-single__head {
		margin-bottom: 22px;
		padding-top: 12px;
	}

	.baem-single__head .wp-block-post-title {
		font-size: clamp(34px, 10.5vw, 44px) !important;
		line-height: 0.98;
	}

	.baem-knallzeile {
		font-size: 17px;
	}

	.baem-single__image {
		width: 100% !important;
		height: clamp(230px, 62vw, 340px) !important;
		margin-bottom: 32px !important;
	}

	.baem-archive__head .wp-block-query-title,
	.baem-archive__head h1,
	.baem-page:not(.baem-redaktion-page) .wp-block-post-title,
	.baem-404 h1 {
		font-size: clamp(36px, 11vw, 44px) !important;
	}

	.baem-lead__media {
		min-height: 370px;
	}

	.baem-screen-stage {
		padding-top: 48px;
		padding-bottom: 52px;
	}

	.baem-screen-title h2,
	.baemte-stage__copy h2,
	.baem-whatsapp h2 {
		font-size: clamp(38px, 11vw, 46px) !important;
		line-height: 0.94;
	}

	.baemte-stage__visual {
		min-height: 360px;
	}

	.baemte-stage__copy {
		padding: 34px 22px 42px;
	}

	.baem-whatsapp__inner {
		padding-top: 44px;
	}

	.baem-ranking {
		padding-top: 44px !important;
		padding-bottom: 44px !important;
	}

	.baem-ranking > h2 {
		font-size: 44px !important;
	}

	.baem-ranking article {
		min-height: 285px !important;
	}

	.baem-bammis {
		padding: 26px 16px !important;
	}

	.baem-bammis h2 {
		font-size: clamp(34px, 10vw, 42px) !important;
	}

	.baem-redaktion__hero {
		min-height: 500px;
	}

	.baem-redaktion__hero h1 {
		margin-top: 92px;
		font-size: clamp(48px, 14vw, 62px);
		line-height: 0.9;
	}

	.baem-personalakte__identity {
		min-height: 350px;
	}

	.baem-personalakte h2 {
		font-size: clamp(46px, 14vw, 62px);
	}

	.baem-redaktion__complaint {
		font-size: clamp(46px, 13vw, 62px);
	}
}

/* --------------------------------------------------------------------------
   Editorial hierarchy v0.9.21
   One headline in the desktop hero; compact community reactions.
   -------------------------------------------------------------------------- */

@media (min-width: 701px) {
	.baem-hero-deck .baem-lead {
		min-height: 720px;
		height: calc(100svh - 64px);
		max-height: 800px;
	}

	.baem-hero-deck .baem-lead__copy {
		padding-top: 112px;
		padding-bottom: 32px;
	}

	.baem-hero-deck .baem-in-your-face {
		display: none;
	}

	.baem-hero-deck .baem-lead__image img {
		filter: saturate(1.04) contrast(1.05) brightness(0.9);
		transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
	}

	.baem-hero-deck .baem-lead__media:hover .baem-lead__image img {
		transform: scale(1.012);
	}

	.baem-hero-deck .baem-lead__media-caption {
		top: 108px;
		left: 48px;
		right: auto;
		bottom: auto;
		width: auto;
		max-width: none;
		padding: 10px 12px;
		background: rgba(5, 5, 5, 0.76);
		border-left: 3px solid var(--baem-signal);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
		backdrop-filter: blur(12px);
	}

	.baem-hero-deck .baem-lead__media-caption > p:first-child {
		margin: 0;
		font-size: 9px;
		letter-spacing: 0.14em;
	}

	.baem-hero-deck .baem-lead__media-caption .wp-block-post-title {
		display: none;
	}

	.baem-hero-controls {
		right: 22px;
		bottom: 22px;
		gap: 2px;
		padding: 3px;
		background: rgba(5, 5, 5, 0.76);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	}

	.baem-hero-controls button {
		width: 34px;
		height: 34px;
	}

	.baem-hero-controls__status {
		min-width: 50px;
		font-size: 9px;
	}
}

.baem-bammis {
	max-width: 920px !important;
	margin-top: 48px !important;
	margin-bottom: 28px !important;
	padding: 20px 22px 16px !important;
	border-top: 4px solid var(--baem-signal);
}

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

.baem-bammis__label {
	margin: 0 0 12px !important;
	font-size: 10px !important;
	letter-spacing: 0.16em !important;
}

.baem-bammis__reactions {
	gap: 8px !important;
	margin: 0 !important;
}

.baem-bammis__reactions button {
	display: flex !important;
	min-height: 70px !important;
	padding: 12px 14px !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
}

.baem-bammis__reactions button strong {
	font-size: 11px !important;
	line-height: 1.05 !important;
}

.baem-bammis__reactions button span {
	font-size: 22px !important;
	line-height: 1 !important;
}

.baem-bammis__bottom {
	min-height: 0 !important;
	margin-top: 12px !important;
	padding-top: 10px !important;
}

.baem-bammis__bottom p {
	margin: 0 !important;
	font-size: 10px !important;
}

.baem-bammis__share {
	min-height: 34px !important;
	padding: 8px 12px !important;
	font-size: 10px !important;
}

.baem-bammis__notice {
	min-height: 0 !important;
	margin: 4px 0 0 !important;
	font-size: 10px !important;
}

@media (max-width: 700px) {
	.baem-hero-deck .baem-lead__image img {
		filter: saturate(1.04) contrast(1.04) brightness(0.76);
	}

	.baem-bammis {
		margin-top: 34px !important;
		padding: 16px 14px 14px !important;
	}

	.baem-bammis__reactions {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.baem-bammis__reactions button {
		min-height: 62px !important;
		padding: 10px !important;
	}

	.baem-bammis__bottom {
		gap: 10px !important;
		align-items: center !important;
	}
}

/* --------------------------------------------------------------------------
   BÄM Meldestelle v0.9.23
   -------------------------------------------------------------------------- */

.baem-kontakt-page {
	max-width: none !important;
	padding: 0 0 80px !important;
}

.baem-kontakt-page > .wp-block-shortcode {
	margin: 0 !important;
}

.baem-kontakt {
	width: min(calc(100% - 48px), 1300px);
	margin: 32px auto 0;
}

.baem-kontakt__hero {
	position: relative;
	min-height: 570px;
	padding: 148px clamp(32px, 5vw, 72px) 60px;
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(115deg, rgba(121, 255, 56, 0.08), transparent 34%),
		repeating-linear-gradient(90deg, transparent 0 119px, rgba(255, 255, 255, 0.035) 119px 120px),
		#050505;
	border-bottom: 6px solid var(--baem-signal);
}

.baem-kontakt__kicker {
	margin: 0 0 28px;
	color: var(--baem-signal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.baem-kontakt__hero h1 {
	max-width: 940px;
	margin: 0;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(58px, 7.2vw, 106px);
	font-weight: 800;
	line-height: 0.84;
	letter-spacing: -0.055em;
}

.baem-kontakt__hero h1 span {
	color: var(--baem-signal);
}

.baem-kontakt__intro {
	max-width: 690px;
	margin: 34px 0 0;
	font-size: clamp(18px, 1.6vw, 23px);
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.72);
}

.baem-kontakt__stamp {
	position: absolute;
	right: -16px;
	bottom: 8px;
	margin: 0;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(80px, 14vw, 200px);
	font-weight: 800;
	line-height: 0.75;
	letter-spacing: -0.06em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
	transform: rotate(-4deg);
}

.baem-kontakt__routes {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.baem-kontakt__routes article {
	min-height: 190px;
	padding: 24px 22px 26px;
	background: #f7f5ef;
	border-left: 1px solid #111;
}

.baem-kontakt__routes article:hover {
	background: #fff;
}

.baem-kontakt__routes span {
	display: block;
	margin-bottom: 34px;
	color: #76736d;
	font-size: 10px;
	font-weight: 900;
}

.baem-kontakt__routes strong {
	display: block;
	font-family: var(--wp--preset--font-family--headline);
	font-size: 20px;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.baem-kontakt__routes p {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.45;
	color: #6c6963;
}

.baem-kontakt__form-stage {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(500px, 1.28fr);
	margin-top: 64px;
	border: 1px solid #111;
}

.baem-kontakt__form-copy {
	padding: clamp(32px, 4vw, 56px);
	color: #fff;
	background: #050505;
}

.baem-kontakt__form-copy > p:first-child {
	margin: 0 0 26px;
	color: var(--baem-signal);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.16em;
}

.baem-kontakt__form-copy h2 {
	margin: 0;
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(42px, 4.2vw, 62px);
	line-height: 0.9;
	letter-spacing: -0.05em;
}

.baem-kontakt__form-copy > p:nth-of-type(2) {
	margin: 28px 0 0;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.64);
}

.baem-kontakt__security {
	display: flex;
	gap: 9px;
	align-items: center;
	margin-top: 42px;
	padding-top: 16px;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.1em;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.baem-kontakt__security span {
	color: var(--baem-signal);
}

.baem-kontakt__form-box {
	padding: clamp(28px, 4vw, 54px);
	background: #f7f5ef;
}

.baem-kontakt__form {
	position: relative;
}

.baem-kontakt__form > label,
.baem-kontakt__fields label {
	display: block;
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.baem-kontakt__form > label:not(:first-of-type) {
	margin-top: 22px;
}

.baem-kontakt__form label span {
	color: #77736d;
	font-size: 9px;
}

.baem-kontakt__form input,
.baem-kontakt__form select,
.baem-kontakt__form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 13px 14px;
	color: #050505;
	font: inherit;
	font-size: 15px;
	background: #fff;
	border: 1px solid #aaa69d;
	border-radius: 0;
}

.baem-kontakt__form textarea {
	min-height: 170px;
	resize: vertical;
}

.baem-kontakt__form input:focus,
.baem-kontakt__form select:focus,
.baem-kontakt__form textarea:focus {
	border-color: #050505;
	box-shadow: 0 0 0 3px rgba(121, 255, 56, 0.38);
	outline: 0;
}

.baem-kontakt__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.baem-kontakt__consent {
	display: grid !important;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin-top: 22px !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.45;
	letter-spacing: 0 !important;
}

.baem-kontakt__consent input {
	width: 18px;
	min-height: 18px;
	height: 18px;
	margin-top: 1px;
	accent-color: var(--baem-signal);
}

.baem-kontakt__consent a {
	color: inherit;
	text-decoration-thickness: 1px;
}

.baem-kontakt__form .cf-turnstile {
	margin-top: 22px;
}

.baem-kontakt__form button {
	display: flex;
	width: 100%;
	min-height: 56px;
	margin-top: 22px;
	padding: 15px 18px;
	color: #050505;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.04em;
	background: var(--baem-signal);
	border: 1px solid #050505;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
}

.baem-kontakt__form button:hover,
.baem-kontakt__form button:focus-visible {
	color: #fff;
	background: #050505;
}

.baem-kontakt__form button:disabled {
	justify-content: center;
	color: #77736d;
	background: #dedbd3;
	cursor: not-allowed;
}

.baem-kontakt__offline {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 1.4;
	color: #77736d;
}

.baem-kontakt__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.baem-kontakt__result {
	display: grid;
	gap: 4px;
	margin-bottom: 24px;
	padding: 16px 18px;
	font-size: 13px;
	border: 1px solid #050505;
}

.baem-kontakt__result strong {
	font-size: 15px;
}

.baem-kontakt__result--success {
	background: var(--baem-signal);
}

.baem-kontakt__result--error {
	color: #fff;
	background: #111;
	border-left: 5px solid #ff5a4f;
}

@media (max-width: 900px) {
	.baem-kontakt__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.baem-kontakt__form-stage {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.baem-kontakt-page {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.baem-kontakt {
		width: calc(100% - 28px);
		margin-top: 14px;
	}

	.baem-kontakt__hero {
		min-height: 500px;
		padding: 126px 22px 40px;
	}

	.baem-kontakt__hero h1 {
		font-size: clamp(48px, 14.5vw, 64px);
		line-height: 0.88;
	}

	.baem-kontakt__intro {
		font-size: 17px;
	}

	.baem-kontakt__routes {
		grid-template-columns: 1fr;
	}

	.baem-kontakt__routes article {
		min-height: 0;
	}

	.baem-kontakt__routes span {
		margin-bottom: 16px;
	}

	.baem-kontakt__form-stage {
		margin-top: 34px;
	}

	.baem-kontakt__form-copy,
	.baem-kontakt__form-box {
		padding: 28px 20px 32px;
	}

	.baem-kontakt__fields {
		grid-template-columns: 1fr;
	}
}

/* --------------------------------------------------------------------------
   Desktop hero balance v0.9.26
   Editorial split instead of a full-height image wall.
   -------------------------------------------------------------------------- */

@media (min-width: 1051px) {
	.baem-hero-deck .baem-lead {
		display: grid;
		grid-template-columns: minmax(0, 1.12fr) minmax(480px, 0.88fr);
		gap: clamp(28px, 3vw, 56px);
		align-items: center;
		min-height: 650px;
		height: auto;
		max-height: none;
		padding: 0 clamp(22px, 2vw, 36px) 30px 20px;
	}

	.baem-hero-deck .baem-lead__copy {
		justify-content: flex-start;
		padding: 120px 0 36px;
	}

	.baem-hero-deck .baem-dropbar {
		margin-bottom: 26px !important;
	}

	.baem-hero-deck .baem-lead__category {
		margin-bottom: 30px;
	}

	.baem-hero-deck .baem-lead .wp-block-post-title,
	.baem-hero-deck .baem-lead h1 {
		max-width: 14ch;
		font-size: clamp(48px, 4.25vw, 68px) !important;
		line-height: 0.92;
	}

	.baem-hero-deck .baem-lead__excerpt {
		max-width: 650px;
		font-size: 17px;
	}

	.baem-hero-deck .baem-lead__media {
		align-self: center;
		width: 100%;
		min-height: 0;
		aspect-ratio: 16 / 10;
		overflow: hidden;
		background: #050505;
		border: 1px solid rgba(5, 5, 5, 0.16);
		border-radius: 24px;
		clip-path: none;
		box-shadow: 0 22px 58px rgba(5, 5, 5, 0.18);
	}

	.baem-hero-deck .baem-lead__media::before,
	.baem-hero-deck .baem-lead__media::after {
		display: none;
	}

	.baem-hero-deck .baem-lead__image img {
		object-position: center;
	}

	.baem-hero-deck .baem-lead__media-caption {
		top: 18px;
		left: 18px;
	}

	.baem-hero-controls {
		right: clamp(34px, 3vw, 56px);
		bottom: 42px;
	}
}

@media (min-width: 701px) and (max-width: 1050px) {
	.baem-hero-deck .baem-lead {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		height: auto;
		max-height: none;
		padding: 0 24px 32px;
	}

	.baem-hero-deck .baem-lead__copy {
		padding: 120px 0 0;
	}

	.baem-hero-deck .baem-lead .wp-block-post-title,
	.baem-hero-deck .baem-lead h1 {
		max-width: 14ch;
		font-size: clamp(48px, 7vw, 64px) !important;
	}

	.baem-hero-deck .baem-lead__media {
		min-height: 0;
		aspect-ratio: 16 / 9;
		border-radius: 22px;
		clip-path: none;
	}

	.baem-hero-deck .baem-lead__media::before,
	.baem-hero-deck .baem-lead__media::after {
		display: none;
	}

	.baem-hero-controls {
		right: 40px;
		bottom: 48px;
	}
}

/* --------------------------------------------------------------------------
   Editorial hero deck v0.9.28
   One lead story plus two visible side stories; slider only on mobile.
   -------------------------------------------------------------------------- */

@media (min-width: 1051px) {
	.baem-hero-deck {
		padding: 120px clamp(22px, 2vw, 36px) 30px 20px;
	}

	.baem-hero-deck > .wp-block-post-template {
		display: grid;
		grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.65fr);
		grid-template-rows: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.baem-hero-deck > .wp-block-post-template > li {
		display: block !important;
		min-width: 0;
		list-style: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child {
		grid-row: 1 / 3;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead {
		grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
		gap: 0;
		min-height: 650px;
		height: 650px;
		padding: 0;
		overflow: hidden;
		border: 1px solid rgba(5, 5, 5, 0.14);
		border-radius: 24px;
		box-shadow: 0 22px 58px rgba(5, 5, 5, 0.14);
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead__copy {
		justify-content: center;
		padding: 28px 30px 30px;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-dropbar {
		margin-bottom: 22px !important;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead__category {
		margin-bottom: 24px;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .wp-block-post-title {
		max-width: 14ch;
		font-size: clamp(42px, 3.65vw, 58px) !important;
		line-height: 0.92;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead__excerpt {
		font-size: 15px;
		line-height: 1.45;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead__media {
		align-self: stretch;
		height: 100%;
		aspect-ratio: auto;
		border: 0;
		border-radius: 0 23px 23px 0;
		box-shadow: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead {
		position: relative;
		display: block;
		min-height: 0;
		height: 100%;
		padding: 0;
		overflow: hidden;
		background: #050505;
		border-radius: 22px;
		box-shadow: 0 18px 42px rgba(5, 5, 5, 0.15);
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__copy {
		display: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-height: 0;
		aspect-ratio: auto;
		border: 0;
		border-radius: 22px;
		box-shadow: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media-caption {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 74px 22px 20px;
		background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.94) 66%);
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media-caption > p:first-child {
		margin-bottom: 8px;
		color: var(--baem-signal);
		font-size: 8px;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media-caption .wp-block-post-title {
		display: block;
		max-width: 17ch;
		margin: 0;
		font-size: clamp(23px, 2.1vw, 32px) !important;
		line-height: 0.96;
		letter-spacing: -0.035em;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__image img {
		filter: saturate(1.03) contrast(1.06) brightness(0.78);
	}

	.baem-hero-deck .baem-hero-controls {
		display: none !important;
	}
}

@media (min-width: 701px) and (max-width: 1050px) {
	.baem-hero-deck {
		padding: 120px 24px 32px;
	}

	.baem-hero-deck > .wp-block-post-template {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.baem-hero-deck > .wp-block-post-template > li {
		display: block !important;
		min-width: 0;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child {
		grid-column: 1 / -1;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
		gap: 0;
		min-height: 560px;
		padding: 0;
		border: 1px solid rgba(5, 5, 5, 0.14);
		border-radius: 22px;
		overflow: hidden;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead__copy {
		justify-content: center;
		padding: 28px 26px;
	}

	.baem-hero-deck > .wp-block-post-template > li:first-child .baem-lead__media {
		height: 100%;
		aspect-ratio: auto;
		border-radius: 0 21px 21px 0;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead {
		position: relative;
		display: block;
		min-height: 280px;
		height: 280px;
		padding: 0;
		overflow: hidden;
		background: #050505;
		border-radius: 20px;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__copy {
		display: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media {
		position: absolute;
		inset: 0;
		height: 100%;
		min-height: 0;
		aspect-ratio: auto;
		border-radius: 20px;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media-caption {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 64px 18px 18px;
		background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.94) 66%);
		border: 0;
		box-shadow: none;
		backdrop-filter: none;
	}

	.baem-hero-deck > .wp-block-post-template > li:not(:first-child) .baem-lead__media-caption .wp-block-post-title {
		display: block;
		margin: 0;
		font-size: clamp(22px, 3vw, 30px) !important;
		line-height: 0.96;
	}

	.baem-hero-deck .baem-hero-controls {
		display: none !important;
	}
}
