/**
 * Startseite Blog 1 — Urlaubsmarke MV (Y1 Hero, Kacheln, Natur, Branche).
 */
body.home.blogid-1 {
	background: #f7f6f4;
	color: #2c0d1d;
	overflow-x: clip;
	--wp--style--global--content-size: 68rem;
	--wp--style--root--padding: 0;
	--wp--style--root--padding-left: 0;
	--wp--style--root--padding-right: 0;
	--home-hero-tile-gap: 0.85rem;
	--home-tile-gap: 0.55rem;
}

body.home.blogid-1 .entry-header,
body.home.blogid-1 .page-header,
body.home.blogid-1 .entry-title {
	display: none !important;
}

body.home.blogid-1 .entry-content {
	margin: 0;
}

body.home.blogid-1 .entry-content > * {
	margin-block: 0 !important;
}

body.home.blogid-1.separate-containers .site-main,
body.home.blogid-1.separate-containers .inside-article,
body.home.blogid-1.separate-containers #page {
	margin: 0;
	padding: 0;
	max-width: none;
	background: transparent;
	box-shadow: none;
}

body.home.blogid-1 .grid-container {
	max-width: none;
	padding-inline: 0;
}

body.home.blogid-1 .has-global-padding {
	padding-inline: 0 !important;
}

body.home.blogid-1 .entry-content > .alignfull {
	max-width: none;
	width: 100%;
	margin-inline: 0;
}

body.home.blogid-1 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
}

/* —— Hero Y1 —— */
body.home.blogid-1 .tvmse-home-hero {
	min-height: min(78vh, 36rem);
	padding: 0 !important;
	align-items: center;
	justify-content: center;
}

body.home.blogid-1 .tvmse-home-hero .wp-block-cover__inner-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 54rem;
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 3.2rem) var(--gutter, 1.25rem);
	text-align: center;
}

body.home.blogid-1 .tvmse-home-hero .tvmse-eyebrow {
	display: block;
	margin: 0 auto 0.85rem;
	color: var(--mv-gold, #efa800);
	font-size: 0.78rem;
	letter-spacing: 0.14em;
	line-height: 1.45;
	opacity: 1;
	max-width: 28rem;
}

body.home.blogid-1 .tvmse-home-hero h1,
body.home.blogid-1 .tvmse-home-hero .accent-headline {
	font-family: var(--emotional-font, Merriweather, Georgia, serif);
	font-style: italic;
	font-weight: 700;
	font-size: clamp(2.05rem, 5vw, 3.05rem) !important;
	line-height: 1.16;
	margin: 0 auto 1.45rem;
	max-width: 18ch;
	color: var(--base-3, #fff);
	text-wrap: balance;
	text-shadow: 0 1px 18px color-mix(in srgb, #083652 58%, transparent);
}

body.home.blogid-1 .tvmse-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
}

body.home.blogid-1 .tvmse-home-hero__actions p {
	margin: 0;
	font-size: inherit;
}

body.home.blogid-1 .tvmse-home-hero .tvmse-btn--primary {
	background: var(--mv-night, #083652);
	color: var(--base-3, #f1f0f0);
}

body.home.blogid-1 .tvmse-home-hero .tvmse-btn--primary:hover,
body.home.blogid-1 .tvmse-home-hero .tvmse-btn--primary:focus-visible {
	background: var(--mv-water, #005e90);
	color: var(--base-3, #f1f0f0);
}

body.home.blogid-1 .tvmse-home-hero .tvmse-btn--ghost {
	color: var(--base-3, #f1f0f0);
	border-color: color-mix(in srgb, var(--base-3, #fff) 82%, transparent);
}

body.home.blogid-1 .tvmse-home-hero .tvmse-btn--ghost:hover,
body.home.blogid-1 .tvmse-home-hero .tvmse-btn--ghost:focus-visible {
	background: var(--base-3, #f1f0f0);
	color: var(--mv-night, #083652);
}

/* —— Cover-Kacheln —— */
body.home.blogid-1 .wp-block-cover {
	position: relative;
}

body.home.blogid-1 .tvmse-cover-stretch {
	position: absolute;
	inset: 0;
	z-index: 2;
}

body.home.blogid-1 .tvmse-home-tiles {
	background: transparent !important;
	padding: 0 !important;
	margin: var(--home-hero-tile-gap) 0 0 !important;
}

body.home.blogid-1 .tvmse-home-tiles__row {
	display: flex !important;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--home-tile-gap) !important;
	max-width: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body.home.blogid-1 .tvmse-home-tiles__row > .wp-block-column {
	flex: 1 1 0;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

body.home.blogid-1 .tvmse-home-tile {
	cursor: pointer;
	min-height: clamp(15.5rem, 34vw, 22rem);
	margin: 0;
	padding: 0 !important;
	border-radius: 0;
	align-items: flex-end;
	justify-content: center;
}

body.home.blogid-1 .tvmse-home-tile .wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	padding: 0 0.85rem 1.35rem;
}

body.home.blogid-1 .tvmse-home-tile .wp-block-cover__background {
	transition: opacity 0.2s ease;
}

body.home.blogid-1 .tvmse-home-tile:hover .wp-block-cover__background,
body.home.blogid-1 .tvmse-home-tile:focus-within .wp-block-cover__background {
	opacity: 0.28;
}

body.home.blogid-1 .tvmse-home-tile h2 {
	font-family: var(--emotional-font, Merriweather, Georgia, serif);
	font-style: italic;
	font-size: clamp(1.45rem, 2.3vw, 1.9rem) !important;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	color: var(--base-3, #fff);
	text-align: center;
	text-wrap: balance;
	text-shadow: 0 1px 18px color-mix(in srgb, #083652 58%, transparent);
}

/* —— Naturtext —— */
body.home.blogid-1 .tvmse-home-nature {
	background: #f7f6f4 !important;
	padding: 0 !important;
}

body.home.blogid-1 .tvmse-home-nature__row {
	display: grid !important;
	grid-template-columns: minmax(14rem, 0.38fr) minmax(0, 1fr);
	gap: 1.1rem 3rem;
	align-items: start;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--width-m, 72rem);
	margin-inline: auto;
	padding: clamp(2.1rem, 5vw, 3.5rem) var(--gutter, 1.25rem) clamp(2.4rem, 5.5vw, 3.8rem);
}

body.home.blogid-1 .tvmse-home-nature__row > .wp-block-column {
	width: auto !important;
	flex-basis: auto !important;
	min-width: 0;
	padding: 0;
}

body.home.blogid-1 .tvmse-home-nature h2 {
	font-family: var(--emotional-font, Merriweather, Georgia, serif);
	font-style: italic;
	font-weight: 700;
	font-size: clamp(1.7rem, 2.6vw, 2.25rem) !important;
	line-height: 1.2;
	color: var(--mv-night, #083652);
	margin: 0;
	max-width: none;
	hyphens: none;
	overflow-wrap: normal;
}

body.home.blogid-1 .tvmse-home-nature p {
	font-family: var(--body-font, Roboto, sans-serif);
	font-size: 1.05rem;
	line-height: 1.62;
	color: #2c0d1d;
	margin: 0 0 1.25rem;
	max-width: 42rem;
}

body.home.blogid-1 .tvmse-home-nature .tvmse-btn--ghost {
	color: var(--mv-night, #083652);
	border-color: var(--mv-night, #083652);
}

body.home.blogid-1 .tvmse-home-nature .tvmse-btn--ghost:hover,
body.home.blogid-1 .tvmse-home-nature .tvmse-btn--ghost:focus-visible {
	background: var(--mv-night, #083652);
	color: var(--base-3, #f1f0f0);
}

/* —— Branchenportal —— */
body.home.blogid-1 .tvmse-home-branche {
	min-height: min(52vh, 24rem);
	padding: 0 !important;
}

body.home.blogid-1 .tvmse-home-branche .wp-block-cover__inner-container {
	box-sizing: border-box;
	width: 100%;
	max-width: 40rem;
	margin-inline: auto;
	padding-inline: var(--gutter, 1.25rem);
	text-align: center;
}

body.home.blogid-1 .tvmse-home-branche h2 {
	font-family: var(--emotional-font, Merriweather, Georgia, serif);
	font-style: italic;
	font-weight: 700;
	font-size: clamp(1.55rem, 3.1vw, 2.35rem) !important;
	line-height: 1.2;
	margin: 0 auto 0.9rem;
	color: var(--base-3, #fff);
	text-wrap: balance;
	overflow-wrap: break-word;
}

body.home.blogid-1 .tvmse-home-branche p {
	font-family: var(--body-font, Roboto, sans-serif);
	font-size: 1.02rem;
	line-height: 1.55;
	color: color-mix(in srgb, var(--base-3, #fff) 92%, transparent) !important;
	max-width: 34rem;
	margin: 0 auto 1.3rem;
}

body.home.blogid-1 .tvmse-home-branche .tvmse-btn {
	margin-inline: auto;
}

@media (prefers-reduced-motion: reduce) {
	body.home.blogid-1 .tvmse-btn,
	body.home.blogid-1 .tvmse-home-tile .wp-block-cover__background {
		transition: none;
	}
}

@media (max-width: 48rem) {
	body.home.blogid-1 .tvmse-home-tiles__row {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: var(--home-tile-gap) !important;
	}

	body.home.blogid-1 .tvmse-home-tile {
		min-height: 13.75rem;
	}

	body.home.blogid-1 .tvmse-home-nature__row {
		grid-template-columns: 1fr;
		gap: 0.55rem;
		padding-block: 1.75rem;
	}

	body.home.blogid-1 .tvmse-home-nature h2 {
		max-width: none;
	}

	body.home.blogid-1 .tvmse-home-hero .tvmse-eyebrow {
		letter-spacing: 0.1em;
	}
}
