/* Kukan start-page promotion.
 * The ACF title remains live text so it is responsive, translatable and
 * accessible instead of being baked into the promotional image. */
.home .heroslider .slider-element.un-kukan-slide .slide-description {
	right: auto;
	bottom: clamp(24px, 5vw, 64px);
	left: clamp(18px, 4vw, 58px);
	max-width: min(84%, 980px);
	padding: 0.12em 0.2em 0.08em;
	color: #fff;
	background: #000;
	font-family: "Alternate Gothic No2 Pro", Arial, Helvetica, sans-serif;
	font-size: clamp(3rem, 6.6vw, 6.5rem);
	font-weight: 400;
	line-height: 0.84;
	letter-spacing: 0.005em;
	text-transform: uppercase;
	text-shadow: none;
	pointer-events: none;
}

/* Keep the long German tour heading inside the legacy 14-column grid on
 * narrow screens. The teaser otherwise deliberately reuses the theme's
 * existing Highlight component without changing the original Highlight. */
.home .un-virtual-tour-highlight .featured-head,
.home .un-virtual-tour-highlight .highlight-article,
.home .un-virtual-tour-highlight .article-content {
	min-width: 0;
}

.home .un-virtual-tour-highlight {
	grid-template-columns: minmax(0, 3fr) repeat(12, minmax(0, 4fr)) minmax(0, 3fr);
}

.home .un-virtual-tour-highlight article.highlight-article {
	grid-template-columns: repeat(12, minmax(0, 4fr));
}

.home .un-virtual-tour-highlight .featured-head h2 {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-wrap: break-word;
}

.home .un-virtual-tour-highlight .article-title,
.home .un-virtual-tour-highlight .article-description {
	overflow-wrap: break-word;
}

@media screen and (max-width: 700px) {
	.home .heroslider .slider-element.un-kukan-slide .slide-description {
		bottom: 18px;
		left: 14px;
		max-width: calc(100% - 28px);
		font-size: clamp(2rem, 10.5vw, 4rem);
	}

	.home .un-virtual-tour-highlight .featured-head h2 {
		font-size: clamp(2.65rem, 14vw, 3.875rem);
	}
}
