/* FV Erpel – Über uns
   Designsprache der Startseite: Big Shoulders Display / Newsreader / IBM Plex Mono
   ------------------------------------------------------------------------- */

.fveu-wrap {
	--fveu-max: 820px;
	--fveu-akzent: #c8102e;
	--fveu-schwarz: #111214;
	--fveu-tinte: #1c1d1f;
	--fveu-grau: #6d6f73;
	--fveu-linie: rgba(0, 0, 0, .12);
	--fveu-hell: #f5f4f2;

	color: var(--fveu-tinte);
	font-family: "Newsreader", Georgia, "Times New Roman", serif;
	font-size: 1.0625rem;
	line-height: 1.7;
}

/* Kein overflow/clip am Wrapper – sonst können die Bleed-Sektionen
   nicht aus dem Theme-Container ausbrechen. Stattdessen am Body. */
body.fveu-fullwidth {
	overflow-x: clip;
}

.fveu-main {
	display: block;
}

/* Volle Breite ausbrechen – JS korrigiert bei nicht zentrierten Containern */
.fveu-wrap .fveu-bleed {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Schmale Lesespalte */
.fveu-wrap .fveu-spalte {
	max-width: var(--fveu-max);
	margin-inline: auto;
	padding-inline: 24px;
	box-sizing: border-box;
}

.fveu-wrap p {
	margin: 0 0 1.1em;
}

.fveu-wrap p:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------------- Typografie */

.fveu-wrap .fveu-eyebrow {
	font-family: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--fveu-akzent);
	margin: 0 0 .75em;
}

.fveu-wrap .fveu-titel,
.fveu-wrap .fveu-abschnitt-titel,
.fveu-wrap .fveu-block__text h2 {
	font-family: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
	font-weight: 800;
	line-height: .95;
	letter-spacing: -.01em;
	text-transform: uppercase;
	margin: 0 0 .4em;
	color: inherit;
}

.fveu-wrap .fveu-titel {
	font-size: clamp(2.75rem, 9vw, 4.5rem);
}

.fveu-wrap .fveu-titel em {
	display: block;
	font-style: italic;
	color: var(--fveu-akzent);
	font-family: "Newsreader", Georgia, serif;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: .82em;
	line-height: 1.05;
}

.fveu-wrap .fveu-abschnitt-titel {
	font-size: clamp(1.9rem, 5.5vw, 2.75rem);
}

.fveu-wrap .fveu-block__text h2 {
	font-size: clamp(1.5rem, 4.5vw, 2rem);
	color: var(--fveu-schwarz);
}

/* -------------------------------------------------------------- Kopfbereich */

.fveu-hero {
	position: relative;
	background: var(--fveu-schwarz);
	color: #fff;
	padding: clamp(72px, 14vw, 132px) 0 clamp(56px, 10vw, 96px);
	overflow: hidden;
	isolation: isolate;
}

.fveu-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: .38;
	z-index: -2;
}

.fveu-hero.has-bild::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 18, 20, .55) 0%, rgba(17, 18, 20, .85) 100%);
	z-index: -1;
}

.fveu-hero__inner {
	position: relative;
}

.fveu-marke {
	display: inline-block;
	font-family: "IBM Plex Mono", monospace;
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .3em;
	padding: 6px 12px 5px;
	border: 1px solid rgba(255, 255, 255, .35);
	margin-bottom: 22px;
	color: #fff;
}

.fveu-hero .fveu-eyebrow {
	color: #fff;
	opacity: .7;
}

/* Akzent auf dunklem Grund aufhellen (Lesbarkeit) */
.fveu-hero .fveu-claim,
.fveu-werte .fveu-eyebrow,
.fveu-nr {
	color: #e8556b;
	color: color-mix(in srgb, var(--fveu-akzent) 60%, #fff);
}

.fveu-claim {
	font-family: "IBM Plex Mono", monospace;
	font-size: .95rem;
	letter-spacing: .04em;
	color: var(--fveu-akzent);
	margin: 0 0 1.4em;
}

.fveu-lead {
	font-size: 1.2rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, .84);
	max-width: 42em;
}

/* ------------------------------------------------------------------ Zahlen */

.fveu-zahlen {
	background: #fff;
	border-bottom: 1px solid var(--fveu-linie);
	padding: 0;
}

.fveu-zahlen__liste {
	list-style: none;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.fveu-zahlen__liste li {
	padding: 26px 8px;
	text-align: center;
	border-right: 1px solid var(--fveu-linie);
}

.fveu-zahlen__liste li:last-child {
	border-right: 0;
}

.fveu-zahl {
	display: block;
	font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
	font-weight: 800;
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	line-height: 1;
	color: var(--fveu-akzent);
}

.fveu-zahl-label {
	display: block;
	font-family: "IBM Plex Mono", monospace;
	font-size: .66rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--fveu-grau);
	margin-top: 8px;
}

/* ----------------------------------------------------------------- Blöcke */

.fveu-bloecke {
	padding-top: clamp(48px, 8vw, 80px);
	padding-bottom: clamp(48px, 8vw, 80px);
}

.fveu-block {
	padding: 32px 0;
	border-bottom: 1px solid var(--fveu-linie);
}

.fveu-block:last-child {
	border-bottom: 0;
}

.fveu-block__bild img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.fveu-block__bild {
	margin: 0;
}

.fveu-block--seite {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 32px;
	align-items: start;
}

.fveu-block--links .fveu-block__text {
	order: 2;
}

.fveu-block--links .fveu-block__bild {
	order: 1;
}

.fveu-block--oben {
	display: flex;
	flex-direction: column-reverse;
	gap: 24px;
}

.fveu-block--breit .fveu-block__bild {
	margin-top: 24px;
}

/* ------------------------------------------------------------------ Werte */

.fveu-werte {
	background: var(--fveu-schwarz);
	color: #fff;
	padding: clamp(56px, 10vw, 88px) 0;
}

.fveu-werte .fveu-abschnitt-titel {
	color: #fff;
}

.fveu-werte .fveu-abschnitt-text {
	color: rgba(255, 255, 255, .72);
	max-width: 42em;
}

.fveu-werte__liste {
	list-style: none;
	margin: 32px 0 0;
	padding: 0;
	counter-reset: none;
}

.fveu-werte__liste li {
	display: grid;
	grid-template-columns: 3.2rem 1fr;
	gap: 4px 16px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.fveu-nr {
	grid-row: span 2;
	font-family: "IBM Plex Mono", monospace;
	font-size: .78rem;
	letter-spacing: .1em;
	color: var(--fveu-akzent);
	padding-top: .35em;
}

.fveu-wert-titel {
	font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-size: 1.4rem;
	line-height: 1.1;
}

.fveu-wert-text {
	color: rgba(255, 255, 255, .72);
	font-size: 1rem;
	line-height: 1.6;
}

/* -------------------------------------------------------------- Bilder */

.fveu-bilder {
	background: var(--fveu-hell);
	padding: clamp(40px, 7vw, 64px) 0;
}

.fveu-bilder__streifen {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	padding: 16px 24px 6px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.fveu-bilder__streifen figure {
	margin: 0;
	flex: 0 0 auto;
	width: min(72vw, 320px);
	scroll-snap-align: start;
}

.fveu-bilder__streifen img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 2px;
}

/* ---------------------------------------------------------------- Abschluss */

.fveu-schluss {
	background: var(--fveu-akzent);
	color: #fff;
	padding: clamp(56px, 10vw, 88px) 0;
}

.fveu-schluss .fveu-eyebrow,
.fveu-schluss .fveu-abschnitt-titel {
	color: #fff;
}

.fveu-schluss .fveu-eyebrow {
	opacity: .78;
}

.fveu-schluss p {
	color: rgba(255, 255, 255, .9);
	max-width: 44em;
}

.fveu-schlusszeile {
	font-family: "IBM Plex Mono", monospace;
	font-size: .85rem;
	letter-spacing: .06em;
	border-top: 1px solid rgba(255, 255, 255, .32);
	padding-top: 18px;
	margin-top: 26px !important;
}

.fveu-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px !important;
}

.fveu-btn {
	display: inline-block;
	font-family: "IBM Plex Mono", monospace;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	padding: 14px 24px;
	text-decoration: none;
	border: 1px solid #fff;
	transition: background-color .18s ease, color .18s ease;
}

.fveu-btn--primaer {
	background: #fff;
	color: var(--fveu-akzent);
}

.fveu-btn--primaer:hover,
.fveu-btn--primaer:focus {
	background: var(--fveu-schwarz);
	border-color: var(--fveu-schwarz);
	color: #fff;
}

.fveu-btn--sekundaer {
	background: transparent;
	color: #fff;
}

.fveu-btn--sekundaer:hover,
.fveu-btn--sekundaer:focus {
	background: #fff;
	color: var(--fveu-akzent);
}

/* --------------------------------------------------------------- Responsive */

@media (max-width: 860px) {
	.fveu-block--seite {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.fveu-block--seite .fveu-block__text,
	.fveu-block--seite .fveu-block__bild {
		order: initial;
	}
}

@media (max-width: 620px) {
	.fveu-zahlen__liste {
		grid-template-columns: repeat(2, 1fr);
	}

	.fveu-zahlen__liste li:nth-child(2n) {
		border-right: 0;
	}

	.fveu-zahlen__liste li:nth-child(-n+2) {
		border-bottom: 1px solid var(--fveu-linie);
	}

	.fveu-werte__liste li {
		grid-template-columns: 2.6rem 1fr;
	}

	.fveu-btn {
		flex: 1 1 100%;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fveu-btn {
		transition: none;
	}
}
