/* ============================================================
 * Vertriebsseite — Layout nach Figma (node 554:7606)
 * ============================================================ */

.ec-vertrieb {
	display: flex;
	flex-direction: column;
	background: var(--ec-chalk, #f8f6f2);
	color: var(--ec-anthracite, #1c1c1a);
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ec-vertrieb > section {
	width: 100%;
}

/* --- Hero --------------------------------------------------- */
.ec-v-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	min-height: 400px;
	background: var(--ec-chalk, #f8f6f2);
}

.ec-v-hero__media {
	background-color: var(--ec-sand, #c4ab8a);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
}

@media (max-width: 880px) {
	.ec-v-hero__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}
}

.ec-v-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	padding: 64px clamp(32px, 6vw, 80px);
	background: var(--ec-chalk, #f8f6f2);
}

.ec-v-breadcrumb {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 14px;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.ec-v-breadcrumb a:hover {
	text-decoration: underline;
}

.ec-v-breadcrumb__sep {
	font-size: 12px;
	color: var(--ec-text-secondary, #7a7570);
}

.ec-v-breadcrumb__self {
	font-size: 14px;
	text-decoration: underline;
}

.ec-v-hero__eyebrow {
	margin: 0;
	font-size: 12px;
	color: var(--ec-text-secondary, #7a7570);
	letter-spacing: 0;
}

.ec-v-hero__title {
	margin: 0;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 500;
	font-size: clamp(40px, 5.5vw, 60px);
	line-height: 1.2;
	letter-spacing: 1.2px;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-hero__title-line {
	display: block;
}

.ec-v-hero__subtitle {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
}

/* --- Process steps ----------------------------------------- */
.ec-v-steps {
	background: var(--ec-surface, #fdfcf9);
	padding: 80px clamp(32px, 8vw, 120px);
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.ec-v-steps__title {
	margin: 0;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 400;
	font-size: clamp(32px, 4vw, 44px);
	line-height: 1.2;
	letter-spacing: 0.44px;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-steps__row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-v-step {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 16px 16px 16px;
	background: var(--ec-chalk, #f8f6f2);
}

.ec-v-step__accent {
	display: block;
	width: 32px;
	height: 2px;
	background: var(--ec-sand, #c4ab8a);
	margin-bottom: 4px;
}

.ec-v-step__num {
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.88px;
	color: var(--ec-text-secondary, #7a7570);
	text-transform: uppercase;
}

.ec-v-step__title {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-step__text {
	font-size: 14px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
}

/* --- Content section --------------------------------------- */
.ec-v-content {
	background: var(--ec-chalk, #f8f6f2);
	padding: 80px clamp(32px, 8vw, 120px);
	display: grid;
	grid-template-columns: 1fr 360px;
	gap: 80px;
	align-items: start;
}

.ec-v-content__main {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.ec-v-content__h {
	margin: 0;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.25;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-content__p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
}

.ec-v-content__side {
	display: flex;
	flex-direction: column;
	gap: 24px;
	font-style: normal;
}

.ec-v-content__divider {
	height: 1px;
	background: var(--ec-border, #d9d4cc);
	width: 100%;
}

.ec-v-contact {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
	font-style: normal;
}

.ec-v-contact__link {
	color: inherit;
	text-decoration: none;
}

.ec-v-contact__link:hover {
	text-decoration: underline;
}

.ec-v-content__side .ec-btn {
	align-self: flex-start;
	height: 40px;
	padding: 12px 32px;
}

/* --- Sustainability strip ---------------------------------- */
.ec-v-sustain {
	background: var(--ec-surface, #fdfcf9);
	padding: 40px clamp(32px, 10vw, 160px);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
}

.ec-v-sustain__item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: center;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-sustain__item p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: var(--ec-text-secondary, #7a7570);
	text-align: center;
}

/* --- FAQ --------------------------------------------------- */
.ec-v-faq {
	background: var(--ec-chalk, #f8f6f2);
	padding: 80px clamp(32px, 6vw, 80px);
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.ec-v-faq__head {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ec-v-faq__eyebrow {
	margin: 0;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.88px;
	color: #000;
}

.ec-v-faq__title {
	margin: 0;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.25;
	color: #000;
}

.ec-v-faq__list {
	border: 1px solid var(--ec-border, #d9d4cc);
	display: flex;
	flex-direction: column;
	background: var(--ec-surface, #fdfcf9);
}

.ec-v-faq__item {
	border-bottom: 1px solid var(--ec-border, #d9d4cc);
	background: var(--ec-surface, #fdfcf9);
}

.ec-v-faq__item:last-child {
	border-bottom: 0;
}

.ec-v-faq__q {
	list-style: none;
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 20px 16px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.6;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-faq__q::-webkit-details-marker {
	display: none;
}

.ec-v-faq__q > span:first-child {
	flex: 1 1 auto;
}

.ec-v-faq__chevron {
	flex: 0 0 20px;
	transition: transform .2s ease;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-faq__item[open] .ec-v-faq__chevron {
	transform: rotate(180deg);
}

.ec-v-faq__a {
	padding: 8px 16px 20px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
}

.ec-v-faq__a p {
	margin: 0 0 8px;
}

.ec-v-faq__a p:last-child {
	margin-bottom: 0;
}

/* --- CTA banner -------------------------------------------- */
.ec-v-cta {
	background: var(--ec-anthracite, #1c1c1a);
	color: var(--ec-chalk, #f8f6f2);
	padding: 80px clamp(32px, 8vw, 120px);
	margin-bottom: 2px;
}

.ec-v-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.ec-v-cta__title {
	margin: 0;
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.25;
}

.ec-v-cta__text {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
}

/* --- Mobile ------------------------------------------------ */
@media (max-width: 880px) {
	.ec-v-hero {
		grid-template-columns: 1fr;
	}
	.ec-v-hero__media {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}
	.ec-v-hero__content {
		padding: 40px 24px;
	}
	.ec-v-steps,
	.ec-v-content,
	.ec-v-faq,
	.ec-v-cta {
		padding-left: 24px;
		padding-right: 24px;
	}
	.ec-v-steps__row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.ec-v-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.ec-v-sustain {
		flex-wrap: wrap;
		gap: 24px 16px;
		padding: 32px 24px;
	}
	.ec-v-sustain__item {
		flex: 1 0 40%;
	}
}

/* --- Downloads / Partner-Login ------------------------------ */
.ec-v-downloads {
	padding: 80px clamp(16px, 5vw, 80px);
	background: #fff;
}

.ec-v-downloads__head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.ec-v-downloads__eyebrow {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.6;
	margin: 0 0 12px;
}

.ec-v-downloads__title {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 16px;
}

.ec-v-downloads__intro {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	opacity: 0.75;
}

/* Login-Form */
.ec-v-login {
	max-width: 420px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(28, 28, 26, 0.08);
}

.ec-v-login__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-login__field input {
	padding: 12px 14px;
	border: 1px solid rgba(28, 28, 26, 0.2);
	background: #fff;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--ec-anthracite, #1c1c1a);
	border-radius: 0;
}

.ec-v-login__field input:focus {
	outline: 2px solid var(--ec-sand, #c4ab8a);
	outline-offset: 1px;
}

.ec-v-login__error {
	margin: 0;
	padding: 10px 12px;
	background: #fdecec;
	border: 1px solid #f4b8b8;
	color: #7a1f1f;
	font-size: 13px;
}

.ec-v-login button[type="submit"] {
	margin-top: 4px;
}

/* Eingeloggt-Status — Bar + Tabelle in einem Container */
.ec-v-downloads__panel {
	margin: 0 auto;
	background: var(--ec-chalk, #f8f6f2);
	overflow: hidden;
}

.ec-v-downloads__bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
	background: #fff;
}

.ec-v-downloads__table-wrap { background: #fff; }

.ec-v-downloads__bar-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.ec-v-downloads__status {
	margin: 0;
	font-size: 13px;
	opacity: 0.85;
}

.ec-v-downloads__logout {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ec-anthracite, #1c1c1a);
	text-decoration: none;
	border-bottom: 1px solid rgba(28, 28, 26, 0.3);
	padding-bottom: 1px;
}

.ec-v-downloads__logout:hover { color: var(--ec-sand, #c4ab8a); }

.ec-v-downloads__empty {
	margin: 0;
	padding: 32px 18px;
	text-align: center;
	font-size: 14px;
	opacity: 0.7;
}

/* Tabelle */
.ec-v-downloads__table-wrap {
	overflow-x: auto;
}

.ec-v-downloads__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ec-v-downloads__table th,
.ec-v-downloads__table td {
	padding: 14px 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
}

.ec-v-downloads__table thead th {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--ec-anthracite, #1c1c1a);
	opacity: 0.7;
	background: transparent;
	border-bottom: 1px solid var(--ec-anthracite, #1c1c1a);
}

.ec-v-downloads__table tbody tr:hover td {
	background: rgba(28, 28, 26, 0.025);
}

.ec-v-downloads__table tbody tr:last-child td { border-bottom: 1px solid rgba(28, 28, 26, 0.12); }

.ec-v-downloads__table .is-num { text-align: right; white-space: nowrap; opacity: 0.7; }
.ec-v-downloads__table .is-mono { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 12px; opacity: 0.75; }

.ec-v-downloads__dl {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ec-anthracite, #1c1c1a);
	background: transparent;
	border: 1px solid var(--ec-anthracite, #1c1c1a);
	text-decoration: none;
	border-radius: 2px;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ec-v-downloads__dl:hover,
.ec-v-downloads__dl:hover:visited,
.ec-v-downloads__dl:focus {
	background: var(--ec-anthracite, #1c1c1a);
	color: var(--ec-chalk, #f8f6f2) !important;
	border-color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-downloads__dl:hover svg path {
	stroke: var(--ec-chalk, #f8f6f2);
}

/* „Alle als ZIP" — gleicher Outline-Stil, nur etwas mehr Padding */
.ec-v-downloads__dl--all {
	padding: 10px 18px;
}

@media (max-width: 768px) {
	.ec-v-downloads { padding: 64px 24px; }
	.ec-v-downloads__table th,
	.ec-v-downloads__table td { padding: 10px 12px; }
	.ec-v-downloads__table .is-mono { display: none; }
}

/* --- Flipbook ----------------------------------------------- */
.ec-v-flip {
	padding: 96px 64px;
	background: #fff;
}

.ec-v-flip__head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}

.ec-v-flip__eyebrow {
	font-family: "Figtree", sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: var(--ec-sand, #c4ab8a);
	margin: 0 0 12px;
	opacity: 1;
}

.ec-v-flip__title {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 400;
	font-size: clamp(32px, 3.5vw, 44px);
	line-height: 1.2;
	letter-spacing: .44px;
	color: var(--ec-anthracite, #1c1c1a);
	margin: 0 0 16px;
}

.ec-v-flip__intro {
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
	margin: 0;
	opacity: 1;
}

.ec-v-flip__book {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
}

/* Plugin-Container auf volle Breite zwingen */
.ec-v-flip__book .df-container,
.ec-v-flip__book .real3dflipbook,
.ec-v-flip__book .r3dfb-shortcode-wrapper,
.ec-v-flip__book .r3dfb-container,
.ec-v-flip__book > div {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Höhe an Breite koppeln, damit Buch nicht klein bleibt */
.ec-v-flip__book .r3dfb-container,
.ec-v-flip__book .real3dflipbook {
	aspect-ratio: 16 / 10;
	height: auto !important;
	min-height: 600px;
}

.ec-v-flip__actions {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.ec-v-flip__download {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ec-v-flip__download svg { flex: 0 0 auto; }

.ec-v-flip__download:hover,
.ec-v-flip__download:focus-visible {
	color: var(--ec-chalk, #f8f6f2);
}

@media (max-width: 768px) {
	.ec-v-flip { padding: 64px 24px; }
}

/* --- Vertriebspartner / Weltkarte --------------------------- */
.ec-v-partners {
	padding: 80px clamp(16px, 5vw, 80px);
	background: var(--ec-chalk, #f8f6f2);
}

.ec-v-partners__head {
	max-width: 1440px;
	margin: 0 auto 56px;
	text-align: center;
}

.ec-v-partners__eyebrow {
	font-family: "Figtree", sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: var(--ec-sand, #c4ab8a);
	margin: 0 0 12px;
	opacity: 1;
}

.ec-v-partners__title {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-weight: 400;
	font-size: clamp(32px, 3.5vw, 44px);
	line-height: 1.2;
	letter-spacing: .44px;
	color: var(--ec-anthracite, #1c1c1a);
	margin: 0 0 16px;
}

.ec-v-partners__intro {
	font-family: "Figtree", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--ec-text-secondary, #7a7570);
	margin: 0;
	opacity: 1;
}

.ec-v-partners__map {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	aspect-ratio: 950 / 620;
	background: transparent;
}

.ec-v-partners__map-img {
	display: block;
	width: 100%;
	height: 100%;
	user-select: none;
	pointer-events: none;
}

.ec-v-partners__map-img path {
	fill: #4d4f52;
}

/* Pin */
.ec-v-pin {
	position: absolute;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 2;
}

.ec-v-pin__dot {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--ec-surface, #fdfcf9);
	box-shadow: 0 0 0 1px rgba(28, 28, 26, 0.18), 0 2px 6px rgba(0, 0, 0, 0.18);
	transition: transform 0.18s ease, background 0.18s ease;
}

.ec-v-pin__pulse {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: var(--ec-surface, #fdfcf9);
	opacity: 0.6;
	animation: ec-v-pin-pulse 2.2s ease-out infinite;
	pointer-events: none;
}

@keyframes ec-v-pin-pulse {
	0%   { transform: scale(1);   opacity: 0.6; }
	70%  { transform: scale(2.8); opacity: 0;   }
	100% { transform: scale(2.8); opacity: 0;   }
}

.ec-v-pin:hover .ec-v-pin__dot,
.ec-v-pin:focus-visible .ec-v-pin__dot,
.ec-v-pin[aria-expanded="true"] .ec-v-pin__dot {
	background: var(--ec-sand, #c4ab8a);
	transform: scale(1.15);
}

.ec-v-pin:focus-visible {
	outline: 2px solid var(--ec-sand, #c4ab8a);
	outline-offset: 4px;
	border-radius: 50%;
}

/* Karte */
.ec-v-partner-card {
	position: absolute;
	transform: translate(-50%, calc(-100% - 22px));
	min-width: 220px;
	max-width: 260px;
	padding: 16px 18px;
	background: #fff;
	border: 1px solid rgba(28, 28, 26, 0.08);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	z-index: 3;
	text-align: left;
}

.ec-v-partner-card[hidden] {
	display: none;
}

.ec-v-partner-card::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-right: 1px solid rgba(28, 28, 26, 0.08);
	border-bottom: 1px solid rgba(28, 28, 26, 0.08);
	transform: translateX(-50%) rotate(45deg);
}

.ec-v-partner-card__close {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 20px;
	line-height: 1;
	color: var(--ec-anthracite, #1c1c1a);
	opacity: 0.55;
	cursor: pointer;
}

.ec-v-partner-card__close:hover { opacity: 1; }

.ec-v-partner-card__role {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.6;
	margin: 0 0 4px;
}

.ec-v-partner-card__name {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 2px;
}

.ec-v-partner-card__country {
	font-size: 13px;
	opacity: 0.7;
	margin: 0 0 10px;
}

.ec-v-partner-card__link {
	display: block;
	font-size: 13px;
	color: var(--ec-anthracite, #1c1c1a);
	text-decoration: none;
	border-bottom: 1px solid rgba(28, 28, 26, 0.15);
	padding: 4px 0;
}

.ec-v-partner-card__link:hover { color: var(--ec-sand, #c4ab8a); }

/* Liste (sichtbar v.a. mobile + a11y-Fallback) */
.ec-v-partners__list {
	list-style: none;
	margin: 56px auto 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 24px;
}

.ec-v-partners__list-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 16px 0;
	border-top: 1px solid rgba(28, 28, 26, 0.12);
	font-size: 13px;
}

.ec-v-partners__list-role {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.6;
}

.ec-v-partners__list-name {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: 18px;
}

.ec-v-partners__list-country { opacity: 0.7; margin-bottom: 4px; }

.ec-v-partners__list-item a {
	color: var(--ec-anthracite, #1c1c1a);
	text-decoration: none;
}

.ec-v-partners__list-item a:hover { color: var(--ec-sand, #c4ab8a); }

@media (max-width: 768px) {
	.ec-v-partners { padding: 64px 24px; }
	.ec-v-partners__map { display: none; }
	.ec-v-partners__list { margin-top: 0; }
}

/* --- Messen ------------------------------------------------- */
.ec-v-fairs {
	padding: 80px clamp(16px, 5vw, 80px);
	background: #fff;
}

.ec-v-fairs__head {
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
}

.ec-v-fairs__eyebrow {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.6;
	margin: 0 0 12px;
}

.ec-v-fairs__title {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 16px;
}

.ec-v-fairs__intro {
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 12px;
	opacity: 0.75;
}

.ec-v-fairs__presence {
	font-size: 12px;
	letter-spacing: 0.06em;
	opacity: 0.65;
	margin: 0;
}

.ec-v-fairs__presence span {
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-right: 6px;
}

/* Filter-Chips */
.ec-v-fairs__filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 40px;
}

.ec-v-fairs__chip {
	padding: 5px 10px;
	border: 1px solid var(--ec-anthracite, #1c1c1a);
	background: transparent;
	color: var(--ec-anthracite, #1c1c1a);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 0;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.ec-vertrieb .ec-v-fairs__chip:hover,
.ec-vertrieb button.ec-v-fairs__chip:hover {
	background: var(--ec-anthracite, #1c1c1a) !important;
	color: var(--ec-chalk, #f8f6f2) !important;
	border-color: var(--ec-anthracite, #1c1c1a) !important;
}

.ec-vertrieb .ec-v-fairs__chip.is-active,
.ec-vertrieb button.ec-v-fairs__chip.is-active,
.ec-v-fairs__chip[aria-pressed="true"] {
	background: var(--ec-anthracite, #1c1c1a) !important;
	color: var(--ec-chalk, #f8f6f2) !important;
	border-color: var(--ec-anthracite, #1c1c1a) !important;
}

.ec-v-fair[hidden] {
	display: none;
}

/* Liste */
.ec-v-fairs__list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 0;
	border-top: 1px solid rgba(28, 28, 26, 0.12);
}

.ec-v-fair {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 24px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(28, 28, 26, 0.12);
	align-items: start;
}

/* in mehrspaltigem Grid Trenner zwischen Spalten */
@media (min-width: 1024px) {
	.ec-v-fairs__list { grid-template-columns: 1fr 1fr; column-gap: 56px; }
	.ec-v-fair { padding-left: 0; padding-right: 0; }
}

.ec-v-fair__date {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ec-v-fair__date-text {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: 18px;
	line-height: 1.2;
	color: var(--ec-anthracite, #1c1c1a);
}

.ec-v-fair__flag {
	display: inline-block;
	width: max-content;
	padding: 2px 8px;
	border: 1px solid rgba(28, 28, 26, 0.2);
	border-radius: 2px;
	font-size: 11px;
	letter-spacing: 0.14em;
	font-weight: 600;
	text-transform: uppercase;
	opacity: 0.75;
}

.ec-v-fair__desc {
	font-size: 13px;
	line-height: 1.5;
	margin: 8px 0 0;
	opacity: 0.75;
}

.ec-v-fair__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
	margin-top: 8px;
}

.ec-v-fair__contact a {
	font-size: 13px;
	color: var(--ec-anthracite, #1c1c1a);
	text-decoration: none;
	border-bottom: 1px solid rgba(28, 28, 26, 0.2);
	padding-bottom: 1px;
}

.ec-v-fair__contact a:hover { color: var(--ec-sand, #c4ab8a); }

.ec-v-fair__body { min-width: 0; }

.ec-v-fair__city {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	opacity: 0.6;
	margin: 0 0 4px;
}

.ec-v-fair__name {
	font-family: "Plus Jakarta Sans", "Figtree", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 8px;
}

.ec-v-fair__name a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 1px;
}

.ec-v-fair__name a:hover { color: var(--ec-sand, #c4ab8a); }

.ec-v-fair__venue {
	font-size: 13px;
	margin: 0 0 4px;
	opacity: 0.85;
}

.ec-v-fair__addr {
	font-size: 13px;
	font-style: normal;
	line-height: 1.5;
	opacity: 0.7;
	margin: 0;
}

.ec-v-fairs__empty {
	max-width: 1440px;
	margin: 24px auto 0;
	text-align: center;
	font-size: 14px;
	opacity: 0.65;
}

@media (max-width: 768px) {
	.ec-v-fairs { padding: 64px 24px; }
	.ec-v-fair {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 24px 0;
	}
	.ec-v-fair__date { flex-direction: row; align-items: center; gap: 12px; }
}

/* --- CTA color override: #4d4f52 statt Anthrazit ----------- */
.ec-vertrieb {
	--ec-cta: #4d4f52;
}
.ec-vertrieb .ec-btn--solid-dark {
	background: var(--ec-cta);
	border-color: var(--ec-cta);
}
.ec-vertrieb .ec-btn--solid-dark:hover {
	background: #3d3f42;
	border-color: #3d3f42;
}
.ec-vertrieb .ec-btn--outline-dark {
	color: var(--ec-cta);
	border-color: var(--ec-cta);
}
.ec-vertrieb .ec-btn--outline-dark:hover {
	background: var(--ec-cta);
	color: var(--ec-chalk, #f8f6f2);
}
.ec-vertrieb .ec-v-cta {
	background: var(--ec-cta);
}
