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

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

	color: var(--fvel-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.fvel-fullwidth {
	overflow-x: clip;
}

.fvel-main {
	display: block;
}

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

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

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

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

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

.fvel-wrap .fvel-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(--fvel-akzent);
	margin: 0 0 .75em;
}

.fvel-wrap .fvel-titel,
.fvel-wrap .fvel-abschnitt-titel,
.fvel-wrap .fvel-grundsatz__inhalt 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;
}

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

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

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

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

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

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

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

.fvel-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;
}

.fvel-hero__inner {
	position: relative;
}

.fvel-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;
}

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

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

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

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

.fvel-lead p {
	margin-bottom: .9em;
}

/* --------------------------------------------------------- Kapitelübersicht */

.fvel-nav {
	background: #fff;
	border-bottom: 1px solid var(--fvel-linie);
}

.fvel-nav__liste {
	list-style: none;
	margin: 0 auto;
	padding-block: 18px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 2px 20px;
}

.fvel-nav__liste a {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 8px 0;
	text-decoration: none;
	color: var(--fvel-tinte);
	border-bottom: 1px solid transparent;
}

.fvel-nav__liste a:hover,
.fvel-nav__liste a:focus {
	border-bottom-color: var(--fvel-akzent);
}

.fvel-nav__nr {
	font-family: "IBM Plex Mono", monospace;
	font-size: .7rem;
	letter-spacing: .1em;
	color: var(--fvel-akzent);
	flex: 0 0 auto;
}

.fvel-nav__titel {
	font-family: "Big Shoulders Display", "Arial Narrow", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.05rem;
	line-height: 1.15;
}

/* ------------------------------------------------------------- Grundsätze */

.fvel-grundsaetze {
	padding-top: clamp(48px, 8vw, 80px);
	padding-bottom: clamp(40px, 7vw, 68px);
}

.fvel-eyebrow--abschnitt {
	margin-bottom: 1.5em;
}

.fvel-grundsatz {
	display: grid;
	grid-template-columns: 3.4rem 1fr;
	gap: 0 16px;
	padding: 30px 0;
	border-top: 1px solid var(--fvel-linie);
	scroll-margin-top: 90px;
}

.fvel-grundsatz:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.fvel-grundsatz__nr {
	font-family: "IBM Plex Mono", monospace;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .1em;
	color: var(--fvel-akzent);
	margin: 0;
	padding-top: .45em;
}

.fvel-grundsatz__inhalt h2 {
	margin-top: 0;
}

.fvel-punkte {
	list-style: none;
	margin: 1.1em 0 0;
	padding: 0;
}

.fvel-punkte li {
	position: relative;
	padding: 5px 0 5px 22px;
	font-size: 1rem;
	line-height: 1.55;
}

.fvel-punkte li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .95em;
	width: 9px;
	height: 1px;
	background: var(--fvel-akzent);
}

.fvel-grundsatz__bild {
	margin: 22px 0 0;
}

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

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

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

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

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

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

.fvel-werte__liste {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 32px;
}

.fvel-werte__liste li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
}

.fvel-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;
}

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

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

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

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

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

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

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

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

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

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

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

.fvel-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;
}

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

.fvel-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;
}

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

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

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

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

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

@media (max-width: 860px) {
	.fvel-werte__liste {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.fvel-grundsatz {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.fvel-grundsatz__nr {
		padding-top: 0;
	}

	.fvel-nav__liste {
		grid-template-columns: 1fr;
	}

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

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