/* Borsdorfer Eierschachtel – Landingpage */

.be-hero {
	padding-top: 4.5rem;
	padding-bottom: 2.5rem;
	background:
		radial-gradient(ellipse 80% 60% at 10% 0%, color-mix(in srgb, var(--accent-color, #4a6f52) 14%, transparent), transparent 55%),
		linear-gradient(180deg, #f7f9f6 0%, #fff 100%);
}

.be-kicker {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8b6914;
	margin-bottom: 0.75rem;
}

.be-hero h1 {
	font-size: clamp(1.9rem, 4.5vw, 2.75rem);
	color: var(--heading-color, #2c3328);
	margin-bottom: 0.75rem;
	font-weight: 700;
}

.be-lead {
	font-size: 1.1rem;
	max-width: 40rem;
	color: #5a635c;
	line-height: 1.65;
	margin-bottom: 1.5rem;
}

.be-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.be-features {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}

.be-locations .section-title,
.be-sortiment .section-title,
.be-presse .section-title,
.be-social .section-title {
	margin-bottom: 1.75rem;
}

.be-location-card {
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #e8ede9;
	box-shadow: 0 4px 20px rgba(44, 51, 40, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.be-location-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.be-location-body {
	padding: 1.35rem 1.35rem 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.be-location-body h3 {
	font-size: 1.35rem;
	margin: 0.35rem 0 0.65rem;
	color: var(--accent-color, #4a6f52);
}

.be-badge {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #8b6914;
	background: #f8f1e0;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	align-self: flex-start;
}

.be-address {
	font-size: 0.95rem;
	margin-bottom: 0.35rem;
	color: #3a4038;
}

.be-address i {
	color: var(--accent-color, #4a6f52);
	margin-right: 0.25rem;
}

.be-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.75rem;
}

.be-map-wrap {
	border-radius: 0.75rem;
	overflow: hidden;
	border: 1px solid #e8ede9;
	background: #f4f6f4;
	min-height: 180px;
}

.be-map-wrap iframe {
	width: 100%;
	height: 180px;
	border: 0;
	display: block;
}

.be-map-hint {
	padding: 0.5rem 0.75rem;
}

.be-product-chip {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.85rem 1rem;
	background: #fff;
	border: 1px solid #e8ede9;
	border-radius: 0.75rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: #2c3328;
	height: 100%;
}

.be-product-chip i {
	color: var(--accent-color, #4a6f52);
	font-size: 1.2rem;
}

.be-link-card {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1.15rem 1.25rem;
	background: #fff;
	border: 1px solid #e8ede9;
	border-radius: 0.85rem;
	text-decoration: none;
	color: inherit;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.be-link-card:hover {
	border-color: color-mix(in srgb, var(--accent-color, #4a6f52) 45%, transparent);
	box-shadow: 0 8px 24px rgba(44, 51, 40, 0.1);
	transform: translateY(-2px);
	color: inherit;
}

.be-link-source {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8b6914;
}

.be-link-card strong {
	color: var(--heading-color, #2c3328);
	font-size: 1.05rem;
}

.be-link-meta {
	font-size: 0.88rem;
	color: #5a635c;
}

.be-social-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.35rem 1.5rem;
	border-radius: 1rem;
	text-decoration: none;
	color: #fff;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.be-social-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(44, 51, 40, 0.18);
	color: #fff;
}

.be-social-card i {
	font-size: 2rem;
}

.be-social-card strong {
	display: block;
	font-size: 1.1rem;
}

.be-social-card span {
	font-size: 0.9rem;
	opacity: 0.9;
}

.be-social-card--ig {
	background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}

.be-social-card--fb {
	background: #1877f2;
}

.be-back {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

@media (max-width: 575.98px) {
	.be-hero {
		padding-top: 3.5rem;
	}

	.be-hero-actions .btn-lg {
		padding: 0.55rem 1rem;
		font-size: 1rem;
	}
}
