/*
 * Deutsche Spuren in Lahti 1918
 * Every selector is scoped to the pattern root to protect the rest of the site.
 */

.dsp-lahti-1918 {
	--dsp-charcoal: #202321;
	--dsp-green: #343c35;
	--dsp-paper: #e8e2d5;
	--dsp-ivory: #f7f5ef;
	--dsp-red: #7a352f;
	--dsp-ink: #252525;
	--dsp-muted: #68665f;
	--dsp-line: rgba(37, 37, 37, 0.18);
	--dsp-shell: 1200px;
	--dsp-radius: 2px;
	--dsp-shadow: 0 18px 50px rgba(26, 28, 26, 0.12);
	color: var(--dsp-ink);
	font-family: Inter, "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.72;
	overflow: hidden;
}

.dsp-lahti-1918,
.dsp-lahti-1918 * {
	box-sizing: border-box;
}

.dsp-lahti-1918 .dsp-shell {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--dsp-shell);
	padding-left: clamp(1.25rem, 3vw, 2.5rem);
	padding-right: clamp(1.25rem, 3vw, 2.5rem);
	width: 100%;
}

.dsp-lahti-1918 h1,
.dsp-lahti-1918 h2,
.dsp-lahti-1918 h3 {
	color: inherit;
	font-family: Montserrat, "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin-top: 0;
	text-wrap: balance;
}

.dsp-lahti-1918 h2 {
	font-size: clamp(2.25rem, 4.8vw, 4.4rem);
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
	max-width: 18ch;
}

.dsp-lahti-1918 h3 {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.22;
	margin-bottom: 0.7rem;
}

.dsp-lahti-1918 p {
	margin-top: 0;
}

.dsp-lahti-1918 a {
	color: var(--dsp-red);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.dsp-lahti-1918 a:focus-visible,
.dsp-lahti-1918 button:focus-visible,
.dsp-lahti-1918 summary:focus-visible {
	outline: 3px solid #d6aa55;
	outline-offset: 4px;
}

.dsp-lahti-1918 .dsp-section {
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: clamp(5rem, 9vw, 8.5rem);
	padding-top: clamp(5rem, 9vw, 8.5rem);
}

.dsp-lahti-1918 .dsp-section--paper {
	background: var(--dsp-paper);
}

.dsp-lahti-1918 .dsp-section--light {
	background: var(--dsp-ivory);
}

.dsp-lahti-1918 .dsp-section--dark {
	background: var(--dsp-charcoal);
	color: var(--dsp-ivory);
}

.dsp-lahti-1918 .dsp-kicker,
.dsp-lahti-1918 .dsp-eyebrow {
	color: var(--dsp-red);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 1.15rem;
	text-transform: uppercase;
}

.dsp-lahti-1918 .dsp-lead {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.6rem);
	line-height: 1.55;
}

.dsp-lahti-1918 .dsp-hero {
	color: #fff;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 780px;
	position: relative;
}

.dsp-lahti-1918 .dsp-hero::before,
.dsp-lahti-1918 .dsp-final-cta::before {
	background: linear-gradient(90deg, rgba(19, 21, 19, 0.64) 0%, rgba(19, 21, 19, 0.08) 68%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.dsp-lahti-1918 .dsp-media-hero__image {
	height: 100%;
	inset: 0;
	margin: 0;
	max-width: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.dsp-lahti-1918 .dsp-media-hero__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.dsp-lahti-1918 .dsp-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	min-height: 780px;
	padding-bottom: clamp(5rem, 10vw, 8rem);
	padding-top: clamp(5rem, 10vw, 8rem);
	position: relative;
	z-index: 2;
}

.dsp-lahti-1918 .dsp-eyebrow {
	color: #e0c88e;
}

.dsp-lahti-1918 .dsp-hero__title {
	color: #fff;
	font-size: clamp(3rem, 7.2vw, 6.2rem);
	letter-spacing: -0.045em;
	margin-bottom: 1.4rem;
	max-width: 12ch;
	text-shadow: 0 3px 30px rgba(0, 0, 0, 0.25);
}

.dsp-lahti-1918 .dsp-hero__lead {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 2.3vw, 1.9rem);
	line-height: 1.5;
	margin-bottom: 0.85rem;
	max-width: 690px;
}

.dsp-lahti-1918 .dsp-hero__meta {
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	margin-bottom: 2.1rem;
	opacity: 0.85;
}

.dsp-lahti-1918 .dsp-buttons {
	gap: 0.75rem;
}

.dsp-lahti-1918 .dsp-button .wp-block-button__link {
	background: var(--dsp-red);
	border: 1px solid var(--dsp-red);
	border-radius: var(--dsp-radius);
	box-shadow: none;
	color: #fff;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 0.95rem 1.35rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dsp-lahti-1918 .dsp-button .wp-block-button__link:hover {
	background: #5f2723;
	border-color: #5f2723;
	color: #fff;
	transform: translateY(-1px);
}

.dsp-lahti-1918 .dsp-button--secondary .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
	color: inherit;
}

.dsp-lahti-1918 .dsp-button--secondary .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: currentColor;
	color: inherit;
}

.dsp-lahti-1918 .dsp-facts {
	background: var(--dsp-charcoal);
	color: var(--dsp-ivory);
	margin: 0;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.dsp-lahti-1918 .dsp-facts__grid {
	gap: 0;
	margin-bottom: 0;
}

.dsp-lahti-1918 .dsp-facts__grid > .wp-block-column {
	border-left: 1px solid rgba(255, 255, 255, 0.17);
	padding: 0.75rem clamp(1rem, 2vw, 2rem);
}

.dsp-lahti-1918 .dsp-facts__grid > .wp-block-column:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.dsp-lahti-1918 .dsp-facts h3 {
	color: #e0c88e;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	margin-bottom: 0.25rem;
}

.dsp-lahti-1918 .dsp-facts p {
	font-size: 0.86rem;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	opacity: 0.78;
}

.dsp-lahti-1918 .dsp-film__grid,
.dsp-lahti-1918 .dsp-split,
.dsp-lahti-1918 .dsp-location__grid {
	gap: clamp(2.5rem, 7vw, 6.5rem);
	margin-top: 3.25rem;
}

.dsp-lahti-1918 .dsp-video-slot {
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
	width: 100%;
}

.dsp-lahti-1918 .dsp-video-slot video,
.dsp-lahti-1918 .dsp-video-slot img,
.dsp-lahti-1918 .dsp-film__grid .wp-block-video video {
	aspect-ratio: 9 / 16;
	background: var(--dsp-charcoal);
	border: 1px solid rgba(37, 37, 37, 0.18);
	box-shadow: var(--dsp-shadow);
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dsp-lahti-1918 .dsp-film__grid .wp-block-video,
.dsp-lahti-1918 .dsp-film__grid .wp-block-embed {
	margin-left: auto;
	margin-right: auto;
	max-width: 420px;
	width: 100%;
}

.dsp-lahti-1918 figcaption,
.dsp-lahti-1918 .dsp-map-note {
	color: var(--dsp-muted);
	font-size: 0.82rem;
	line-height: 1.5;
	margin-top: 0.75rem;
	text-align: left;
}

.dsp-lahti-1918 .dsp-transcript {
	border-bottom: 1px solid var(--dsp-line);
	border-top: 1px solid var(--dsp-line);
	margin-top: 2rem;
	padding: 1rem 0;
}

.dsp-lahti-1918 .dsp-transcript summary {
	cursor: pointer;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.dsp-lahti-1918 .dsp-transcript[open] summary {
	margin-bottom: 1rem;
}

.dsp-lahti-1918 .dsp-image img,
.dsp-lahti-1918 .dsp-map img {
	box-shadow: var(--dsp-shadow);
	display: block;
	height: auto;
	width: 100%;
}

.dsp-lahti-1918 .dsp-image--landscape img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.dsp-lahti-1918 .dsp-image--portrait img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.dsp-lahti-1918 .dsp-timeline {
	margin-top: clamp(3rem, 6vw, 5rem);
	position: relative;
}

.dsp-lahti-1918 .dsp-timeline::before {
	background: var(--dsp-line);
	content: "";
	left: 2rem;
	position: absolute;
	top: 2rem;
	bottom: 2rem;
	width: 1px;
}

.dsp-lahti-1918 .dsp-timeline__item {
	display: block;
	margin: 0;
	min-height: 4rem;
	padding: 0 0 clamp(2.5rem, 5vw, 4rem) clamp(5.5rem, 8vw, 7rem);
	position: relative;
}

.dsp-lahti-1918 .dsp-timeline__item:last-child {
	padding-bottom: 0;
}

.dsp-lahti-1918 .dsp-timeline__number {
	align-items: center;
	background: var(--dsp-red);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	height: 4rem;
	justify-content: center;
	left: 0;
	letter-spacing: 0.08em;
	margin: 0;
	position: absolute;
	top: 0;
	width: 4rem;
	z-index: 1;
}

.dsp-lahti-1918 .dsp-timeline__content {
	border-top: 1px solid var(--dsp-line);
	max-width: 760px;
	padding-top: 0.9rem;
}

.dsp-lahti-1918 .dsp-timeline__date {
	color: var(--dsp-red);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 0.55rem;
}

.dsp-lahti-1918 .dsp-timeline__content p:last-child {
	margin-bottom: 0;
}

.dsp-lahti-1918 .dsp-editor-note {
	background: rgba(122, 53, 47, 0.08);
	border-left: 4px solid var(--dsp-red);
	font-size: 0.83rem;
	line-height: 1.55;
	margin-top: 3.5rem;
	padding: 1rem 1.15rem;
}

.dsp-lahti-1918 .dsp-section--dark .dsp-kicker {
	color: #e0c88e;
}

.dsp-lahti-1918 .dsp-section--dark a {
	color: #e0c88e;
}

.dsp-lahti-1918 .dsp-mini-facts {
	gap: 0.75rem;
	margin-top: 2rem;
}

.dsp-lahti-1918 .dsp-mini-facts > .wp-block-column {
	border-top: 2px solid #e0c88e;
	padding-top: 0.85rem;
}

.dsp-lahti-1918 .dsp-mini-facts p {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.dsp-lahti-1918 .dsp-cards {
	align-items: stretch;
	gap: 1.4rem;
	margin-top: 3rem;
}

.dsp-lahti-1918 .dsp-cards > .wp-block-column {
	display: flex;
}

.dsp-lahti-1918 .dsp-card {
	background: #fff;
	border: 1px solid rgba(37, 37, 37, 0.1);
	box-shadow: 0 10px 35px rgba(26, 28, 26, 0.07);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.dsp-lahti-1918 .dsp-card figure {
	margin: 0;
}

.dsp-lahti-1918 .dsp-card img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.dsp-lahti-1918 .dsp-card__body {
	padding: 1.5rem 1.5rem 1.7rem;
}

.dsp-lahti-1918 .dsp-card__body p:last-child {
	margin-bottom: 0;
}

.dsp-lahti-1918 .dsp-visit__grid {
	align-items: stretch;
	gap: 1.2rem;
	margin-top: 3rem;
}

.dsp-lahti-1918 .dsp-visit__grid > .wp-block-column {
	display: flex;
}

.dsp-lahti-1918 .dsp-info-card {
	background: rgba(255, 255, 255, 0.58);
	border-top: 5px solid var(--dsp-red);
	box-shadow: 0 8px 30px rgba(37, 37, 37, 0.06);
	height: 100%;
	margin: 0;
	padding: clamp(1.35rem, 3vw, 2rem);
	width: 100%;
}

.dsp-lahti-1918 .dsp-info-card p {
	font-size: 0.96rem;
	line-height: 1.6;
}

.dsp-lahti-1918 .dsp-info-card p:last-child,
.dsp-lahti-1918 .dsp-info-card .wp-block-buttons:last-child {
	margin-bottom: 0;
}

.dsp-lahti-1918 .dsp-map {
	margin-bottom: 0;
}

.dsp-lahti-1918 .dsp-map img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.dsp-lahti-1918 .dsp-address {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	line-height: 1.55;
}

.dsp-lahti-1918 .dsp-final-cta {
	color: #fff;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 580px;
	position: relative;
}

.dsp-lahti-1918 .dsp-final-cta::before {
	background: rgba(19, 21, 19, 0.28);
}

.dsp-lahti-1918 .dsp-final-cta__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 580px;
	padding-bottom: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(4rem, 8vw, 7rem);
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.dsp-lahti-1918 .dsp-final-cta h2 {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 21ch;
}

.dsp-lahti-1918 .dsp-final-cta .dsp-lead {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.dsp-lahti-1918 .dsp-buttons--center {
	justify-content: center;
	margin-top: 2rem;
}

@media (max-width: 900px) {
	.dsp-lahti-1918 {
		font-size: 17px;
	}

	.dsp-lahti-1918 .dsp-facts__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dsp-lahti-1918 .dsp-facts__grid > .wp-block-column,
	.dsp-lahti-1918 .dsp-facts__grid > .wp-block-column:last-child {
		border: 0;
		border-left: 1px solid rgba(255, 255, 255, 0.17);
		padding-bottom: 1rem;
		padding-top: 1rem;
	}

	.dsp-lahti-1918 .dsp-facts__grid > .wp-block-column:nth-child(even) {
		border-right: 1px solid rgba(255, 255, 255, 0.17);
	}

	.dsp-lahti-1918 .dsp-cards,
	.dsp-lahti-1918 .dsp-visit__grid {
		flex-wrap: wrap !important;
	}

	.dsp-lahti-1918 .dsp-cards > .wp-block-column,
	.dsp-lahti-1918 .dsp-visit__grid > .wp-block-column {
		flex-basis: calc(50% - 0.7rem) !important;
	}
}

@media (max-width: 781px) {
	.dsp-lahti-1918 .dsp-hero {
		min-height: 700px !important;
	}

	.dsp-lahti-1918 .dsp-hero__content {
		min-height: 700px;
	}

	.dsp-lahti-1918 .dsp-hero::before {
		background: linear-gradient(0deg, rgba(19, 21, 19, 0.78) 0%, rgba(19, 21, 19, 0.18) 100%);
	}

	.dsp-lahti-1918 .dsp-film__grid,
	.dsp-lahti-1918 .dsp-split,
	.dsp-lahti-1918 .dsp-location__grid {
		gap: 2.75rem;
	}

	.dsp-lahti-1918 .dsp-split--reverse-mobile {
		flex-direction: column-reverse;
	}

	.dsp-lahti-1918 .dsp-video-slot {
		max-width: 360px;
	}

	.dsp-lahti-1918 .dsp-mini-facts {
		gap: 0;
	}

	.dsp-lahti-1918 .dsp-mini-facts > .wp-block-column {
		margin-bottom: 1rem;
	}
}

@media (max-width: 620px) {
	.dsp-lahti-1918 .dsp-section {
		padding-bottom: 4.5rem;
		padding-top: 4.5rem;
	}

	.dsp-lahti-1918 .dsp-hero__title {
		font-size: clamp(2.75rem, 14vw, 4.15rem);
	}

	.dsp-lahti-1918 .dsp-buttons,
	.dsp-lahti-1918 .dsp-buttons .wp-block-button,
	.dsp-lahti-1918 .dsp-buttons .wp-block-button__link {
		width: 100%;
	}

	.dsp-lahti-1918 .dsp-buttons .wp-block-button__link {
		text-align: center;
	}

	.dsp-lahti-1918 .dsp-facts__grid {
		grid-template-columns: 1fr 1fr;
	}

	.dsp-lahti-1918 .dsp-facts__grid > .wp-block-column {
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}

	.dsp-lahti-1918 .dsp-facts h3 {
		font-size: 1.05rem;
	}

	.dsp-lahti-1918 .dsp-facts p {
		font-size: 0.74rem;
		line-height: 1.4;
	}

	.dsp-lahti-1918 .dsp-timeline::before {
		left: 1.5rem;
	}

	.dsp-lahti-1918 .dsp-timeline__item {
		min-height: 3rem;
		padding-left: 4.25rem;
	}

	.dsp-lahti-1918 .dsp-timeline__number {
		height: 3rem;
		width: 3rem;
	}

	.dsp-lahti-1918 .dsp-cards,
	.dsp-lahti-1918 .dsp-visit__grid {
		display: block;
	}

	.dsp-lahti-1918 .dsp-cards > .wp-block-column,
	.dsp-lahti-1918 .dsp-visit__grid > .wp-block-column {
		margin-bottom: 1.25rem;
		width: 100%;
	}

	.dsp-lahti-1918 .dsp-final-cta {
		min-height: 640px !important;
	}

	.dsp-lahti-1918 .dsp-final-cta__content {
		min-height: 640px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dsp-lahti-1918 .dsp-button .wp-block-button__link {
		transition: none;
	}
}
