/* =========================================================
   BOARDSTATISTIKEN
   ========================================================= */

.fire-boardstats,
.fire-boardstats * {
	box-sizing: border-box;
}

.fire-boardstats {
	position: relative;

	width: 100%;
	margin: 76px 0 88px;
	padding:
		0
		clamp(34px, 5vw, 72px);

	color: var(--fire-text);

	background: transparent;
}


/* =========================================================
   KOPFBEREICH
   ========================================================= */

.fire-boardstats__header {
	display: grid;
	grid-template-columns:
		minmax(260px, 0.8fr)
		minmax(420px, 1.2fr);
	align-items: end;
	gap: clamp(48px, 7vw, 100px);

	padding-bottom: 30px;

	border-bottom: 1px solid rgba(165, 195, 200, 0.1);
}

.fire-boardstats__heading {
	min-width: 0;
}

.fire-boardstats__eyebrow {
	display: block;
	margin-bottom: 9px;

	color: var(--fire-accent-light);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.31em;
	line-height: 1.5;
	text-transform: uppercase;
}

.fire-boardstats__title {
	margin: 0;
	padding: 0;

	color: rgba(234, 237, 234, 0.95);
	font-family: var(--fire-display);
	font-size: clamp(42px, 4vw, 62px);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 0.95;
	text-align: left;
	text-transform: none;

	border: 0;
}

.fire-boardstats__title::before,
.fire-boardstats__title::after {
	content: none;
}


/* =========================================================
   STATISTISCHE KENNZAHLEN
   ========================================================= */

.fire-boardstats__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));

	min-width: 0;
}

.fire-boardstats__stat {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;

	min-width: 0;
	min-height: 72px;
	padding: 5px 18px;

	text-align: center;
}

.fire-boardstats__stat + .fire-boardstats__stat::before {
	content: "";

	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;

	width: 1px;

	background:
		linear-gradient(
			to bottom,
			transparent,
			rgba(165, 195, 200, 0.17),
			transparent
		);
}

.fire-boardstats__stat-value {
	color: rgba(237, 239, 236, 0.96);
	font-family: var(--fire-display);
	font-size: clamp(29px, 2.7vw, 39px);
	font-weight: 400;
	line-height: 0.9;
}

.fire-boardstats__stat-label {
	color: rgba(165, 195, 200, 0.62);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.21em;
	line-height: 1.4;
	text-transform: uppercase;
}


/* =========================================================
   INHALTSBEREICH
   ========================================================= */

.fire-boardstats__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch;

	min-width: 0;
}


/* =========================================================
   WER IST ONLINE
   ========================================================= */

.fire-boardstats__online {
	display: grid;
	grid-template-columns:
		minmax(210px, 0.34fr)
		minmax(0, 1fr);
	gap: clamp(34px, 5vw, 76px);

	min-width: 0;
	padding:
		34px
		clamp(34px, 5vw, 64px)
		36px
		0;
}

.fire-boardstats__online-heading {
	display: flex;
	align-items: center;
	gap: 18px;

	min-width: 0;
}

.fire-boardstats__online-icon {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	flex: 0 0 38px;

	width: 38px;
	height: 38px;

	color: var(--accent);

	transform: rotate(45deg);
}

.fire-boardstats__online-icon::before {
	content: "";

	position: absolute;
	inset: 5px;

	border: 1px solid currentColor;
	opacity: 0.45;
}

.fire-boardstats__online-icon i {
	position: relative;
	z-index: 2;

	font-size: 11px;

	transform: rotate(-45deg);
}

.fire-boardstats__label {
	display: block;
	margin-bottom: 6px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fire-boardstats__online-heading h3 {
	margin: 0;
	padding: 0;

	font-family: var(--fire-display);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;

	border: 0;
}

.fire-boardstats__online-heading h3::before,
.fire-boardstats__online-heading h3::after {
	content: none;
}

.fire-boardstats__online-heading h3 a {
	color: rgba(234, 237, 234, 0.94);
	text-decoration: none;

	transition: color 0.18s ease;
}

.fire-boardstats__online-heading h3 a:hover {
	color: var(--accent-light);
}

.fire-boardstats__online-content {
	font-weight: 300;
	line-height: 1.8;
}

.fire-boardstats__online-content a {
	font-weight: 600;
	text-decoration: none;
}


/* =========================================================
   NEUESTES MITGLIED
   ========================================================= */

.fire-boardstats__newest {
	display: flex;
	flex-direction: column;
	justify-content: center;

	width: clamp(220px, 22vw, 310px);
	padding:
		32px
		0
		34px
		clamp(30px, 4vw, 52px);

	border-left: 1px solid rgba(165, 195, 200, 0.1);
}

.fire-boardstats__newest-label {
	display: block;
	margin-bottom: 11px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.5;
	text-transform: uppercase;
}

.fire-boardstats__newest-copy {
	display: flex;
	flex-direction: column;
	gap: 6px;

	min-width: 0;
}

.fire-boardstats__newest-copy strong {
	color: var(--accent-light);
	font-family: var(--fire-display);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.05;
}

.fire-boardstats__newest-copy strong a {
	color: inherit;
	text-decoration: none;
}

.fire-boardstats__newest-copy strong a:hover {
	color: #ffffff;
}

.fire-boardstats__newest-copy > span {
	color: rgba(190, 201, 198, 0.58);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

	.fire-boardstats__header {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.fire-boardstats__stats {
		max-width: 620px;
	}

	.fire-boardstats__body {
		grid-template-columns: 1fr;
	}

	.fire-boardstats__newest {
		width: 100%;
		padding:
			25px
			0
			0;

		border-top: 1px solid rgba(165, 195, 200, 0.1);
		border-left: 0;
	}

}

@media (max-width: 700px) {

	.fire-boardstats {
		margin: 55px 0 68px;
		padding:
			0
			22px;
	}

	.fire-boardstats__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fire-boardstats__stat:nth-child(3)::before {
		display: none;
	}

	.fire-boardstats__stat:nth-child(n+3) {
		border-top: 1px solid rgba(165, 195, 200, 0.08);
	}

	.fire-boardstats__online {
		grid-template-columns: 1fr;
		gap: 24px;

		padding-right: 0;
	}

}

/* =========================================================
   ZITATBEREICH
   ========================================================= */

/* =========================================================
   ZITATBEREICH – REDUZIERT
   ========================================================= */

.fire-quote {
	position: relative;
	padding:
		28px
		clamp(54px, 7vw, 88px)
		32px;

	background: transparent;
	border-top: 1px solid rgba(165, 195, 200, 0.09);
	border-bottom: 0;
}


/* =========================================================
   KOPF
   ========================================================= */

.fire-quote__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 38px;

	padding-bottom: 18px;

	border-bottom: 1px solid rgba(165, 195, 200, 0.09);
}

.fire-quote__eyebrow {
	display: block;
	margin-bottom: 7px;

	color: var(--fire-accent-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.5;
	text-transform: uppercase;
}

.fire-quote__title {
	margin: 0;
	padding: 0;

	color: rgba(235, 238, 235, 0.94);
	font-family: var(--fire-display);
	font-size: clamp(26px, 2.6vw, 40px);
	font-weight: 400;
	line-height: 1;
	text-align: left;
	text-transform: none;

	border: 0;
}

.fire-quote__title::before,
.fire-quote__title::after {
	content: none;
}


/* =========================================================
   META
   ========================================================= */

.fire-quote__meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 5px 8px;

	padding-bottom: 4px;

	color: rgba(181, 192, 189, 0.52);
	font-size: 10px;
	line-height: 1.5;
	text-align: right;
}

.fire-quote__meta strong {
	color: rgba(229, 233, 230, 0.86);
	font-weight: 500;
}

.fire-quote__meta a {
	color: var(--accent-light);
	font-weight: 500;
	text-decoration: none;
}

.fire-quote__meta a:hover {
	color: #ffffff;
}

.fire-quote__meta time {
	color: rgba(165, 195, 200, 0.46);
}


/* =========================================================
   ZITAT
   ========================================================= */

.fire-quote__text {
	position: relative;

	max-width: 860px;
	margin: 22px 0 0;
	padding: 0 0 0 22px;

	color: rgba(203, 211, 208, 0.69);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.85;

	background: transparent;
	border: 0;
	border-left: 1px solid rgba(178, 139, 173, 0.38);
}

.fire-quote__text::before {
	content: none;
}

.fire-quote__text p {
	margin: 0;
}


/* =========================================================
   FOOTER
   ========================================================= */

.fire-quote__footer {
	display: flex;
	justify-content: flex-end;

	margin-top: 18px;
	padding-top: 0;

	border: 0;
}

.fire-quote__all {
	display: inline-flex;
	align-items: center;
	gap: 9px;

	color: rgba(178, 139, 173, 0.76);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;

	border: 0;
}

.fire-quote__all i {
	font-size: 7px;
}

.fire-quote__all:hover {
	gap: 13px;
	color: #ffffff;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 760px) {

	.fire-quote {
		padding:
			26px
			26px
			30px;
	}

	.fire-quote__header {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.fire-quote__meta {
		justify-content: flex-start;
		text-align: left;
	}

}