/*
Theme Name: netpapa-next
Theme URI: https://netpapa.de/
Author: foerster.digital
Author URI: https://www.foerster.digital/
Description: Leichtes redaktionelles WordPress-Theme für Netpapa.de mit nativer Startseite, Themenclustern, Community, Medienreferenzen und ausgebauten Autoren- und Prüfsignalen. Ohne Page-Builder-Abhängigkeit.
Version: 1.3.0
Requires at least: 6.6
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: netpapa-next
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--gv-accent: #6d3ff2;
	--gv-accent-dark: #4c238f;
	--gv-ink: #111116;
	--gv-text: #2e2e34;
	--gv-muted: #73737c;
	--gv-line: #e5e5ea;
	--gv-surface: #f7f7f9;
	--gv-surface-strong: #ededf2;
	--gv-white: #ffffff;
	--gv-success: #6d3ff2;
	--gv-radius-sm: 10px;
	--gv-radius: 18px;
	--gv-radius-lg: 28px;
	--gv-shadow: 0 22px 58px rgba(17, 17, 22, .10);
	--gv-shadow-soft: 0 10px 28px rgba(17, 17, 22, .065);
	--gv-container: 1320px;
	--gv-header-container: 1560px;
	--gv-footer-container: 1500px;
	--gv-content: 900px;
	--gv-header-height: 104px;
	--gv-logo-width: 250px;
	--gv-nav-font-size: 19px;
	--gv-font-body: "Segoe UI Variable Text", "Aptos", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	--gv-font-heading: "Segoe UI Variable Display", "Aptos Display", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Netpapa Next: kompakte Kopfzeile und EEAT-/Community-Bausteine. */
.np-utility-bar {
	background: var(--gv-ink);
	color: rgba(255,255,255,.8);
	font-size: .8rem;
}
.np-utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
}
.np-utility-menu {
	display: flex;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.np-utility-menu a { color: #fff; text-decoration: none; }
.np-hero-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 26px 0 20px;
}
.np-text-link {
	color: #fff;
	font-weight: 750;
	text-decoration: none;
}
.np-eeat-section { background: #fff; }
.np-eeat-panel {
	display: grid;
	grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr);
	gap: clamp(38px,6vw,90px);
	padding: clamp(38px,6vw,82px);
	border-radius: var(--gv-radius-lg);
	background: var(--gv-ink);
	color: #fff;
}
.np-eeat-copy h2 { max-width: 780px; color: #fff; }
.np-eeat-copy > p:not(.gv-eyebrow) { max-width: 760px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.np-eeat-panel .gv-editorial-trust-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 28px; }
.np-eeat-panel .gv-editorial-trust-links a { color: #fff; font-weight: 720; }
.np-eeat-facts { display: grid; align-content: center; gap: 14px; }
.np-eeat-facts > div { padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.06); }
.np-eeat-facts strong { display: block; color: #fff; font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1; }
.np-eeat-facts span { display: block; margin-top: 8px; color: rgba(255,255,255,.72); }
.np-centered-heading { margin-bottom: 34px; text-align: center; }
.np-press-grid {
	display: grid;
	grid-template-columns: repeat(7,minmax(90px,1fr));
	gap: 18px;
	align-items: center;
}
.np-press-grid a {
	display: grid;
	min-height: 92px;
	place-items: center;
	padding: 18px;
	border: 1px solid var(--gv-line);
	border-radius: 14px;
	background: #fff;
}
.np-press-grid img { width: auto; max-width: 100%; max-height: 46px; filter: grayscale(1); opacity: .78; }
.np-press-grid a:hover img { filter: grayscale(0); opacity: 1; }
.np-community-section {
	position: relative;
	display: grid;
	min-height: 620px;
	align-items: center;
	overflow: hidden;
	background: var(--gv-ink);
}
.np-community-media,.np-community-overlay { position: absolute; inset: 0; }
.np-community-media img { width: 100%; height: 100%; object-fit: cover; }
.np-community-overlay { background: linear-gradient(90deg,rgba(17,17,22,.94) 0%,rgba(17,17,22,.72) 48%,rgba(17,17,22,.22) 100%); }
.np-community-content { position: relative; z-index: 1; width: 100%; padding-top: 80px; padding-bottom: 80px; color: #fff; }
.np-community-content h2 { max-width: 760px; color: #fff; font-size: clamp(2.2rem,5vw,4.8rem); }
.np-community-content p:not(.gv-eyebrow) { max-width: 680px; color: rgba(255,255,255,.84); font-size: 1.15rem; }
.np-community-content .gv-button { display: inline-flex; margin-top: 20px; }

@media (max-width: 980px) {
	.np-eeat-panel { grid-template-columns: 1fr; }
	.np-press-grid { grid-template-columns: repeat(4,minmax(90px,1fr)); }
}
@media (max-width: 720px) {
	.np-utility-menu { display: none; }
	.np-utility-inner { justify-content: center; }
	.np-hero-actions { align-items: flex-start; flex-direction: column; }
	.np-eeat-panel { padding: 30px 22px; border-radius: 18px; }
	.np-press-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.np-community-section { min-height: 560px; }
	.np-community-overlay { background: rgba(17,17,22,.72); }
}

/* Netpapa-Akzent für Aktionen */
:is(
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	.wp-element-button,
	.wp-block-button__link,
	.gv-button,
	.gv-hero-button,
	.gv-search-submit,
	.gv-menu-toggle,
	.gv-load-more,
	.gvaa-tool button,
	.aawp-button,
	.fd-product-cta,
	.fd-product-placeholder--button,
	a[class*="button"],
	a[class*="cta"]
) {
	border-color: #6d3ff2 !important;
	background-color: #6d3ff2 !important;
	background-image: none !important;
	color: #fff !important;
}

:is(
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	.wp-element-button,
	.wp-block-button__link,
	.gv-button,
	.gv-hero-button,
	.gv-search-submit,
	.gv-menu-toggle,
	.gv-load-more,
	.gvaa-tool button,
	.aawp-button,
	.fd-product-cta,
	.fd-product-placeholder--button,
	a[class*="button"],
	a[class*="cta"]
):is(:hover, :focus-visible) {
	border-color: #4c238f !important;
	background-color: #4c238f !important;
	color: #fff !important;
}

:is(input[type="checkbox"], input[type="radio"], input[type="range"]) {
	accent-color: #6d3ff2;
}

/* 2.3.0 – doppelte Footer-Unterzeile entfernt */
.gv-footer-bottom-links {
	display: none !important;
}

/* 2.3.1 – stabiler Personenblock und zweispaltiger Mobil-Footer */
@media (max-width: 720px) {
	.home .gv-gutenberg-trust {
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
		padding: 28px 22px 34px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		align-items: stretch !important;
		gap: 28px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__person {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people > .gv-gutenberg-trust__person:first-child {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		display: flex !important;
		grid-column: 1 !important;
		grid-row: 2 !important;
		flex-flow: row nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		width: min(100%, 340px) !important;
		height: 285px !important;
		min-height: 285px !important;
		margin: 0 auto !important;
		overflow: visible !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 min(58%, 185px) !important;
		width: min(58%, 185px) !important;
		max-width: 185px !important;
		margin: 0 !important;
		padding: 4px !important;
		background: #fff !important;
		border-radius: 4px !important;
		box-shadow: 0 14px 30px rgba(25, 22, 41, .16) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:first-child {
		margin-right: -14% !important;
		transform: rotate(-2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:last-child {
		margin-left: -2% !important;
		transform: rotate(2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo img {
		width: 100% !important;
		height: 255px !important;
		object-fit: cover !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people > .gv-gutenberg-trust__person:last-child {
		grid-column: 1 !important;
		grid-row: 3 !important;
	}
	.gv-site-footer .gv-footer-main {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		column-gap: 22px !important;
		row-gap: 32px !important;
	}
	.gv-site-footer .gv-footer-brand {
		grid-column: 1 / -1 !important;
	}
	.gv-site-footer .gv-footer-column {
		min-width: 0 !important;
	}
	.gv-site-footer .gv-footer-column a {
		font-size: .82rem !important;
		line-height: 1.4 !important;
		overflow-wrap: anywhere;
	}
}

/* Final Netpapa overrides after the inherited compatibility layer. */
.home .gv-home-hero-kicker {
	font-size: clamp(.85rem,1.2vw,1.05rem) !important;
	line-height: 1.2 !important;
	letter-spacing: .11em !important;
}
.home .gv-home-hero-kicker::before { display: none !important; content: none !important; }
.home .np-eeat-panel .gv-eyebrow,
.home .np-community-content .gv-eyebrow { color: #d9cdfb !important; }
.home .np-press-section { background: #f6f3fc; }

/* 2.2.17 – bündiger Trustblock und größere Porträts */
@media (min-width: 981px) {
	.home .gv-gutenberg-trust {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
		border-radius: 0 !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people {
		grid-template-columns: minmax(0,1fr) minmax(480px,520px) minmax(0,1fr) !important;
		gap: clamp(34px,3.4vw,64px) !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		width: 520px !important;
		height: 470px !important;
		min-height: 470px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 320px !important;
		width: 320px !important;
		max-width: 320px !important;
		padding: 0 !important;
		overflow: hidden !important;
		border-radius: 5px !important;
		background: transparent !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:first-child {
		transform: translateX(13%) rotate(-2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:last-child {
		transform: translateX(-13%) rotate(2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo img {
		height: 430px !important;
		border-radius: 5px !important;
		object-fit: cover !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--tomas img {
		object-position: 50% 36% !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--mario img {
		object-position: 28% 40% !important;
	}
}

/* 2.2.18 – ausgewogene Trustbox mit breiten Textspalten */
@media (min-width: 981px) {
	.home .gv-gutenberg-trust {
		width: min(1600px, calc(100% - 64px)) !important;
		max-width: 1600px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		border: 1px solid rgba(20,18,31,.08) !important;
		border-radius: 30px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		grid-template-columns: minmax(0,1fr) 400px minmax(0,1fr) !important;
		gap: clamp(32px,3vw,52px) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__person {
		width: 100% !important;
		max-width: none !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__person h3 {
		white-space: nowrap !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		width: 400px !important;
		height: 400px !important;
		min-height: 400px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 260px !important;
		width: 260px !important;
		max-width: 260px !important;
		padding: 5px !important;
		overflow: hidden !important;
		border-radius: 4px !important;
		background: #fff !important;
		box-shadow: 0 18px 38px rgba(25,22,41,.18) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:first-child {
		transform: translateX(19%) rotate(-2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:last-child {
		transform: translateX(-19%) rotate(2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo img {
		height: 350px !important;
		border-radius: 2px !important;
		object-fit: cover !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--tomas img {
		object-position: 50% 36% !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--mario img {
		object-position: 28% 40% !important;
	}
}

/* 2.2.14 – einstellbares Netpapa-Guide-Bild als transparenter Footer-Hintergrund */
.gv-site-footer {
	position: relative;
	isolation: isolate;
	min-height: var(--gv-footer-guide-height, 360px);
	overflow: hidden;
	background-color: #fff !important;
	background-image:
		linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.84) 62%, rgba(255,255,255,.92) 100%),
		var(--gv-footer-guide-image, none) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: center, center 18% !important;
	background-size: cover, min(1500px, 96vw) auto !important;
}
.gv-site-footer .gv-footer-main,
.gv-site-footer .gv-footer-bottom {
	position: relative;
	z-index: 1;
}
@media (max-width: 720px) {
	.gv-site-footer {
		min-height: 0;
		padding-bottom: clamp(220px, 58vw, 310px);
		background-position: center, center calc(100% - 18px) !important;
		background-size: cover, calc(100% - 20px) auto !important;
	}
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #fcfcfd;
	color: var(--gv-text);
	font-family: var(--gv-font-body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--gv-accent); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: color-mix(in srgb, var(--gv-accent) 18%, white); color: var(--gv-ink); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--gv-font-heading);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 760;
	font-stretch: normal;
	letter-spacing: -.008em;
}

.gv-container { width: min(calc(100% - 40px), var(--gv-container)); margin-inline: auto; }
.gv-content-width { width: min(calc(100% - 40px), var(--gv-content)); margin-inline: auto; }
.gv-site-main { min-height: 60vh; }
.gv-section { padding-block: clamp(3.4rem, 7vw, 6rem); }
.gv-section--soft { background: var(--gv-surface); }
.gv-section--compact { padding-block: clamp(2.3rem, 4.5vw, 3.8rem); }
.gv-eyebrow {
	margin: 0 0 .55rem;
	color: var(--gv-accent);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1.3;
	text-transform: uppercase;
}
.gv-section-title {
	max-width: 850px;
	margin: 0;
	color: var(--gv-ink);
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 800;
	letter-spacing: -.008em;
	line-height: 1.03;
}
.gv-section-lead {
	max-width: 760px;
	margin: 1rem 0 0;
	color: var(--gv-muted);
	font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}
.gv-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}
.gv-section-heading h2 { margin: 0; color: var(--gv-ink); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.1; letter-spacing: -.006em; }
.gv-section-heading > a { flex: 0 0 auto; color: var(--gv-ink); font-size: .93rem; font-weight: 750; text-decoration: none; }
.gv-section-heading > a:hover { color: var(--gv-accent); }

/* Accessibility */
.gv-skip-link {
	position: fixed;
	z-index: 9999;
	top: 10px;
	left: 10px;
	padding: .75rem 1rem;
	transform: translateY(-160%);
	border-radius: 8px;
	background: var(--gv-ink);
	color: #fff;
	font-weight: 700;
}
.gv-skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--gv-accent) 55%, white); outline-offset: 3px; }

/* Header */
.gv-site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid var(--gv-line);
	background: rgba(255, 255, 255, .985);
}
.gv-site-header.is-sticky { position: sticky; top: 0; backdrop-filter: blur(14px); }
.admin-bar .gv-site-header.is-sticky { top: 32px; }
.gv-site-header::before { display: none; }
.gv-header-inner {
	display: grid;
	grid-template-columns: minmax(320px, var(--gv-logo-width)) minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
	min-height: var(--gv-header-height);
}
.gv-brand { display: flex; align-items: center; min-width: 0; }
.gv-brand a { display: inline-flex; align-items: center; text-decoration: none; }
.gv-brand img { display: block; width: auto; height: auto; max-width: var(--gv-logo-width); max-height: 116px; object-fit: contain; object-position: left center; }
.gv-wordmark { color: var(--gv-ink); font-size: clamp(1.7rem, 2.5vw, 2.25rem); font-weight: 900; letter-spacing: -.025em; line-height: 1; }
.gv-wordmark span { color: #a8a8ab; }.gv-wordmark i{display:inline-block;width:.18em;height:.18em;margin-left:.18em;border-radius:50%;background:var(--gv-accent);vertical-align:.08em}
.gv-primary-nav { min-width: 0; }
.gv-primary-nav ul { margin: 0; padding: 0; list-style: none; }
.gv-primary-nav > div > ul,
.gv-primary-nav > ul { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.9rem, 1.7vw, 1.65rem); }
.gv-primary-nav li { position: relative; }
.gv-primary-nav a { display: block; padding: 1rem .12rem; color: var(--gv-ink); font-size: var(--gv-nav-font-size); font-weight: 590; line-height: 1.15; letter-spacing: 0; text-decoration: none; }
.gv-primary-nav a:hover,
.gv-primary-nav .current-menu-item > a,
.gv-primary-nav .current-menu-ancestor > a { color: var(--gv-accent); }
.gv-primary-nav .sub-menu {
	position: absolute;
	top: calc(100% - .2rem);
	left: -.8rem;
	display: none;
	min-width: 230px;
	padding: .55rem;
	border: 1px solid var(--gv-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: var(--gv-shadow-soft);
}
.gv-primary-nav li:hover > .sub-menu,
.gv-primary-nav li:focus-within > .sub-menu { display: block; }
.gv-primary-nav .sub-menu a { padding: .65rem .75rem; border-radius: 8px; font-weight: 650; }
.gv-primary-nav .sub-menu a:hover { background: var(--gv-surface); }
.gv-header-actions { display: flex; align-items: center; gap: .45rem; }
.gv-icon-button {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--gv-line);
	border-radius: 50%;
	background: #fff;
	color: var(--gv-ink);
}
.gv-icon-button:hover { border-color: var(--gv-ink); color: var(--gv-accent); }
.gv-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.gv-nav-toggle { display: none; }
.gv-search-panel { border-top: 1px solid var(--gv-line); background: var(--gv-surface); }
.gv-search-panel[hidden] { display: none; }
.gv-search-panel .gv-container { padding-block: 1rem; }
.gv-search-form { display: flex; align-items: stretch; max-width: 740px; margin-inline: auto; }
.gv-search-form label { flex: 1; }
.gv-search-form input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 0 1rem;
	border: 1px solid #cfd2d4;
	border-right: 0;
	border-radius: 10px 0 0 10px;
	background: #fff;
	color: var(--gv-ink);
}
.gv-search-form button {
	min-width: 110px;
	padding-inline: 1rem;
	border: 0;
	border-radius: 0 10px 10px 0;
	background: var(--gv-ink);
	color: #fff;
	font-weight: 800;
}

/* Home hero */
.gv-home-hero { padding-block: clamp(1.4rem, 3vw, 2.4rem) clamp(1.2rem, 2.4vw, 2rem); background: #fff; }
.gv-home-hero-stage {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(560px, 68vw, 690px);
	overflow: hidden;
	border-radius: clamp(22px, 3vw, 34px);
	background: linear-gradient(135deg, #171719 0%, #29282d 62%, #2f174f 100%);
	box-shadow: var(--gv-shadow);
	isolation: isolate;
}
.gv-home-hero-media { position: absolute; z-index: -2; inset: 0; }
.gv-home-hero-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gv-home-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(11,11,14,.76) 0%, rgba(11,11,14,.52) 48%, rgba(11,11,14,.10) 100%), linear-gradient(0deg, rgba(11,11,14,.42) 0%, transparent 58%); }
.gv-home-hero-content { width: min(100%, 940px); padding: clamp(2rem, 5.5vw, 5rem); color: #fff; }
.gv-home-hero-kicker { margin: 0 0 .7rem; color: #fff; font-size: .78rem; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.gv-home-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(2.9rem, 5.3vw, 4.85rem); font-weight: 760; letter-spacing: -.014em; line-height: 1.01; text-wrap: balance; }
.gv-home-hero-text { max-width: 760px; margin: 1.15rem 0 0; color: rgba(255,255,255,.86); font-size: clamp(1.06rem, 1.55vw, 1.25rem); line-height: 1.5; text-wrap: pretty; }
.gv-hero-search { max-width: 790px; margin-top: clamp(1.6rem, 3vw, 2.2rem); }
.gv-hero-search > label { display: block; margin-bottom: .55rem; color: rgba(255,255,255,.9); font-size: .82rem; font-weight: 700; }
.gv-hero-search-control { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.34); border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.gv-hero-search-control svg { width: 21px; height: 21px; margin-left: 1rem; fill: none; stroke: var(--gv-muted); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.gv-hero-search-control input[type="search"] { min-width: 0; height: 58px; padding: 0 .85rem; border: 0; outline: 0; background: transparent; color: var(--gv-ink); font-size: 1rem; }
.gv-hero-search-control input[type="search"]::placeholder { color: #747d83; opacity: 1; }
.gv-hero-search-control button { align-self: stretch; min-width: 155px; padding: 0 1.2rem; border: 0; background: var(--gv-accent); color: #fff; font-size: .92rem; font-weight: 780; }
.gv-hero-search-control button:hover { background: var(--gv-accent-dark); }
.gv-hero-quicklinks { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem .6rem; margin-top: 1.15rem; }
.gv-hero-quicklinks span { color: rgba(255,255,255,.7); font-size: .78rem; }
.gv-hero-quicklinks a { display: inline-flex; padding: .42rem .68rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(0,0,0,.14); color: #fff; font-size: .8rem; font-weight: 650; text-decoration: none; backdrop-filter: blur(5px); }
.gv-hero-quicklinks a:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.12); color: #fff; }
.gv-section--featured { padding-top: clamp(2.8rem, 5vw, 4.2rem); }
.gv-featured-grid { display: grid; grid-template-columns: minmax(0, 1.78fr) minmax(280px, .78fr); gap: clamp(.85rem, 1.7vw, 1.25rem); }
.gv-featured-stack { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: clamp(.85rem, 1.7vw, 1.25rem); }
.gv-featured-card { position: relative; min-height: 240px; overflow: hidden; border-radius: var(--gv-radius-lg); background: var(--gv-ink); color: #fff; box-shadow: var(--gv-shadow); }
.gv-featured-card--main { min-height: clamp(430px, 55vw, 620px); }
.gv-featured-card > a { position: absolute; inset: 0; z-index: 1; }
.gv-featured-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gv-featured-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(6, 11, 15, .84) 100%); content: ""; }
.gv-featured-card:hover img { transform: scale(1.018); }
.gv-featured-card-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(1.25rem, 3vw, 2.35rem); pointer-events: none; }
.gv-featured-card .gv-card-category { display: inline-flex; margin-bottom: .55rem; padding: .32rem .55rem; border-radius: 999px; background: var(--gv-accent); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.gv-featured-card h2,
.gv-featured-card h3 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(1.35rem, 2.8vw, 2.8rem); line-height: 1.08; letter-spacing: -.002em; }
.gv-featured-stack .gv-featured-card h3 { font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.15; }
.gv-featured-stack .gv-featured-card-content { padding: 1.2rem; }

/* Topic rail */
.gv-topic-rail { padding-block: 1.25rem; border-block: 1px solid var(--gv-line); background: #fff; }
.gv-topic-rail-inner { display: flex; align-items: center; gap: .65rem; overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; }
.gv-topic-rail-label { flex: 0 0 auto; margin-right: .25rem; color: var(--gv-muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gv-topic-pill { flex: 0 0 auto; padding: .58rem .85rem; border: 1px solid var(--gv-line); border-radius: 999px; background: #fff; color: var(--gv-ink); font-size: .88rem; font-weight: 750; text-decoration: none; }
.gv-topic-pill:hover { border-color: var(--gv-accent); color: var(--gv-accent); }

/* Destination intent navigation */
.gv-intent-section { padding-top: clamp(3rem, 6vw, 5rem); }
.gv-section-heading--intro { margin-bottom: clamp(1.7rem, 3vw, 2.7rem); }
.gv-intent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--gv-line); border-left: 1px solid var(--gv-line); }
.gv-intent-card { position: relative; min-height: 210px; padding: clamp(1.35rem, 2.5vw, 2rem); border-right: 1px solid var(--gv-line); border-bottom: 1px solid var(--gv-line); background: #fff; color: var(--gv-ink); text-decoration: none; transition: background .18s ease, color .18s ease; }
.gv-intent-card:hover { background: var(--gv-surface); color: var(--gv-ink); }
.gv-intent-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--gv-accent); content: ""; transition: transform .2s ease; }
.gv-intent-card:hover::after { transform: scaleX(1); }
.gv-intent-index { display: block; margin-bottom: 2rem; color: var(--gv-accent); font-size: .72rem; font-weight: 760; letter-spacing: .08em; }
.gv-intent-card strong { display: block; max-width: 88%; font-family: var(--gv-font-heading); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 720; line-height: 1.1; letter-spacing: -.008em; }
.gv-intent-description { display: block; max-width: 92%; margin-top: .75rem; color: var(--gv-muted); font-size: .9rem; line-height: 1.5; }
.gv-intent-arrow { position: absolute; top: 1.35rem; right: 1.35rem; color: #aaa; font-size: 1rem; }

/* Editorial trust */
.gv-home-editorial { border-block: 1px solid var(--gv-line); background: #fff; }
.gv-home-editorial-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.gv-home-editorial-copy p { max-width: 760px; margin: 0; color: var(--gv-text); font-size: clamp(1.05rem, 1.5vw, 1.2rem); line-height: 1.65; }
.gv-editorial-trust-links { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-top: 1.3rem; }
.gv-editorial-trust-links a { color: var(--gv-ink); font-size: .88rem; font-weight: 680; text-decoration: none; }
.gv-editorial-trust-links a:hover { color: var(--gv-accent); }

/* Post cards */
.gv-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.1rem, 2vw, 1.65rem); }
.gv-post-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gv-card { min-width: 0; }
.gv-card-media { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--gv-radius); background: var(--gv-surface-strong); }
.gv-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gv-card:hover .gv-card-media img { transform: scale(1.018); }
.gv-card-category { display: inline-flex; margin-top: 1rem; color: var(--gv-accent); font-size: .72rem; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; text-decoration: none; }
.gv-card h2,
.gv-card h3 { margin: .35rem 0 .5rem; color: var(--gv-ink); font-size: clamp(1.15rem, 1.8vw, 1.48rem); line-height: 1.16; letter-spacing: -.004em; }
.gv-card h2 a,
.gv-card h3 a { text-decoration: none; }
.gv-card h2 a:hover,
.gv-card h3 a:hover { color: var(--gv-accent); }
.gv-card-excerpt { margin: 0; color: var(--gv-muted); font-size: .94rem; line-height: 1.55; }
.gv-card-meta { display: none; }
.gv-card--compact { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 1rem; align-items: center; }
.gv-card--compact .gv-card-media { aspect-ratio: 1 / 1; }
.gv-card--compact .gv-card-category { margin-top: 0; }
.gv-card--compact h3 { margin-bottom: .25rem; font-size: 1.05rem; }
.gv-card--compact .gv-card-excerpt { display: none; }

/* Home category blocks */
.gv-topic-section { padding-block: clamp(3rem, 6vw, 5.5rem); }
.gv-topic-section:nth-of-type(even) { background: var(--gv-surface); }
.gv-topic-section-description { max-width: 720px; margin-top: .55rem; color: var(--gv-muted); font-size: .98rem; }

/* Trust / local */
.gv-trust-strip { background: #fff; color: var(--gv-ink); }
.gv-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--gv-line); }
.gv-trust-item { position: relative; padding: 1.1rem clamp(1rem, 2.5vw, 2rem); border-right: 1px solid var(--gv-line); text-align: center; }
.gv-trust-item:last-child { border-right: 0; }
.gv-trust-item strong { display: block; font-size: .96rem; line-height: 1.25; }
.gv-trust-item strong::before { display: inline-block; width: 7px; height: 7px; margin-right: .45rem; border-radius: 50%; background: var(--gv-accent); content: ""; vertical-align: .08em; }
.gv-trust-item span { display: block; margin-top: .25rem; color: var(--gv-muted); font-size: .8rem; }
.gv-local-section { overflow: hidden; background: var(--gv-surface); }
.gv-local-card { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); min-height: 480px; overflow: hidden; border-radius: var(--gv-radius-lg); background: var(--gv-ink); color: #fff; }
.gv-local-media { min-height: 380px; background: #232228; }
.gv-local-media img { width: 100%; height: 100%; object-fit: cover; }
.gv-local-placeholder { display: grid; height: 100%; min-height: 380px; place-items: center; background: linear-gradient(145deg, #202024, #2f174f); color: rgba(255,255,255,.55); }
.gv-local-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.gv-local-copy .gv-eyebrow { color: #d9cdfb; }
.gv-local-copy h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.02; letter-spacing: -.008em; }
.gv-local-copy p { max-width: 700px; margin: 1.15rem 0 0; color: rgba(255,255,255,.78); font-size: 1.04rem; }
.gv-button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 46px; margin-top: 1.35rem; padding: .72rem 1.05rem; border: 0; border-radius: 10px; background: var(--gv-accent); color: #fff; font-weight: 800; line-height: 1.1; text-decoration: none; }
.gv-button:hover { background: var(--gv-accent-dark); color: #fff; }
.gv-button--dark { background: var(--gv-ink); }

/* Archive / search */
.gv-archive-header { padding-block: clamp(3rem, 6vw, 5rem) clamp(2.2rem, 4vw, 3.3rem); background: var(--gv-surface); }
.gv-archive-header h1 { max-width: 900px; margin: 0; color: var(--gv-ink); font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.010em; }
.gv-archive-description { max-width: 780px; margin-top: 1rem; color: var(--gv-muted); font-size: 1.08rem; }
.gv-archive-description p:last-child { margin-bottom: 0; }
.gv-archive-grid { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.gv-archive-feature { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.gv-pagination { margin-top: 3rem; }
.gv-pagination .nav-links { display: flex; flex-wrap: wrap; gap: .45rem; }
.gv-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: .4rem .7rem; border: 1px solid var(--gv-line); border-radius: 9px; background: #fff; color: var(--gv-ink); font-weight: 750; text-decoration: none; }
.gv-pagination .current,
.gv-pagination a:hover { border-color: var(--gv-ink); background: var(--gv-ink); color: #fff; }

/* Single / page */
.gv-entry-header { padding-block: clamp(2.8rem, 6vw, 5rem) 1.7rem; }
.gv-breadcrumbs { margin-bottom: 1.35rem; color: var(--gv-muted); font-size: .8rem; }
.gv-breadcrumbs a { text-decoration: none; }
.gv-entry-category { display: inline-flex; margin-bottom: .8rem; color: var(--gv-accent); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.gv-entry-title { max-width: 1080px; margin: 0; color: var(--gv-ink); font-size: clamp(2.55rem, 6vw, 5.25rem); font-weight: 780; line-height: 1.04; letter-spacing: -.006em; text-wrap: balance; }
.gv-entry-deck { max-width: 860px; margin: 1.25rem 0 0; color: var(--gv-muted); font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.5; }
.gv-entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1rem; margin-top: 1.35rem; color: var(--gv-muted); font-size: .84rem; }
.gv-entry-meta-link { color: var(--gv-ink); font-weight: 750; text-decoration: none; text-underline-offset: .18em; }
.gv-entry-meta-link:hover { color: var(--gv-accent); text-decoration: underline; }
.gv-entry-meta-experience { color: var(--gv-muted); font-style: italic; }
.gv-entry-meta-date { color: var(--gv-muted); white-space: nowrap; }
.gv-entry-hero { width: min(calc(100% - 40px), 1380px); margin: 0 auto clamp(2.2rem, 5vw, 4.4rem); }
.gv-entry-hero img { display: block; width: 100%; max-height: 780px; object-fit: cover; border-radius: var(--gv-radius-lg); }
.gv-entry-hero figcaption { width: min(100%, var(--gv-content)); margin: .55rem auto 0; color: var(--gv-muted); font-size: .78rem; }
.gv-article-layout { display: grid; grid-template-columns: minmax(0, var(--gv-content)) minmax(230px, 290px); justify-content: center; gap: clamp(2rem, 5vw, 5rem); width: min(calc(100% - 40px), 1320px); margin: 0 auto; }
.gv-entry-content { min-width: 0; color: var(--gv-text); }
.gv-entry-content > :first-child { margin-top: 0; }
.gv-entry-content p,
.gv-entry-content li { font-size: 1.04rem; }
.gv-entry-content h2,
.gv-entry-content h3,
.gv-entry-content h4 { color: var(--gv-ink); scroll-margin-top: calc(var(--gv-header-height) + 30px); }
.gv-entry-content h2 { margin: 3rem 0 1rem; padding-left: 0; border-left: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 760; line-height: 1.16; letter-spacing: -.008em; }
.gv-entry-content h3 { margin: 2.1rem 0 .8rem; font-size: clamp(1.3rem, 2vw, 1.65rem); line-height: 1.2; }
.gv-entry-content a { color: var(--gv-accent-dark); font-weight: 650; }
.gv-entry-content figure { margin-block: 2rem; }
.gv-entry-content figure img { border-radius: var(--gv-radius); }
.gv-entry-content figcaption { margin-top: .55rem; color: var(--gv-muted); font-size: .78rem; text-align: left; }
.gv-entry-content blockquote { margin: 2rem 0; padding: 1rem 1.25rem; border-left: 3px solid var(--gv-accent); background: var(--gv-surface); color: var(--gv-ink); font-size: 1.12rem; }
.gv-entry-content .wp-block-group.is-style-netpapa-box,
.gv-entry-content .gv-info-box { margin-block: 2rem; padding: 1.2rem 1.35rem; border: 1px solid var(--gv-line); border-radius: 14px; background: var(--gv-surface); }
.gv-entry-content .is-style-netpapa-tip { padding: 1rem 1.15rem; border-left: 4px solid var(--gv-accent); background: #f2edff; }
.gv-entry-content table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.gv-entry-content th,
.gv-entry-content td { padding: .75rem; border-bottom: 1px solid var(--gv-line); text-align: left; vertical-align: top; }
.gv-entry-content th { color: var(--gv-ink); }
.gv-entry-content .wp-block-button__link { border-radius: 10px; background: var(--gv-accent); color: #fff; font-weight: 800; text-decoration: none; }
.gv-entry-content .alignwide { width: min(1040px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gv-entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gv-entry-content iframe { max-width: 100%; }

.gv-toc { position: sticky; top: calc(var(--gv-header-height) + 28px); align-self: start; padding: 1rem 1.1rem; border: 1px solid var(--gv-line); border-radius: 14px; background: var(--gv-surface); }
.gv-toc-title { margin: 0 0 .65rem; color: var(--gv-ink); font-size: .84rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.gv-toc ol { margin: 0; padding-left: 1.15rem; }
.gv-toc li { margin: .38rem 0; color: var(--gv-muted); font-size: .82rem; line-height: 1.35; }
.gv-toc a { text-decoration: none; }
.gv-toc a:hover { color: var(--gv-accent); }
.gv-toc-mobile { display: none; margin-bottom: 1.5rem; border: 1px solid var(--gv-line); border-radius: 12px; background: var(--gv-surface); }
.gv-toc-mobile summary { padding: .85rem 1rem; color: var(--gv-ink); font-weight: 800; cursor: pointer; }
.gv-toc-mobile .gv-toc { position: static; border: 0; border-top: 1px solid var(--gv-line); border-radius: 0 0 12px 12px; }

.gv-entry-footer { width: min(calc(100% - 40px), 1080px); margin: clamp(3rem, 6vw, 5rem) auto 0; }
.gv-author-box { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.1rem; padding: clamp(1.3rem, 3vw, 2rem); border-radius: var(--gv-radius); background: var(--gv-surface); }
.gv-author-box img { width: 76px; height: 76px; border-radius: 50%; }
.gv-author-box p { margin: .35rem 0 0; color: var(--gv-muted); font-size: .9rem; }
.gv-author-box-label { margin: 0 !important; color: var(--gv-accent) !important; font-size: .7rem !important; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.gv-author-box h2 { margin: .15rem 0 0; color: var(--gv-ink); font-size: 1.25rem; }
.gv-author-box h2 a { color: inherit; text-decoration: none; }
.gv-author-box h2 a:hover { color: var(--gv-accent); }
.gv-author-trust { display: flex; flex-wrap: wrap; gap: .45rem .9rem; margin-top: .7rem; color: var(--gv-muted); font-size: .78rem; }
.gv-author-trust a { color: var(--gv-ink); font-weight: 650; text-decoration: none; }
.gv-author-trust a:hover { color: var(--gv-accent); text-decoration: underline; }
.gv-related { margin-top: clamp(3rem, 6vw, 5rem); padding-block: clamp(3rem, 6vw, 5rem); background: var(--gv-surface); }

/* Page */
.gv-page .gv-entry-header { padding-bottom: clamp(2rem, 4vw, 3rem); }
.gv-page .gv-entry-content { width: min(calc(100% - 40px), var(--gv-content)); margin-inline: auto; }
.gv-page .gv-entry-hero { margin-top: -1rem; }

/* Empty states */
.gv-empty { padding-block: clamp(4rem, 9vw, 8rem); text-align: center; }
.gv-empty h1 { margin: 0; color: var(--gv-ink); font-size: clamp(2.4rem, 6vw, 4.8rem); letter-spacing: -.010em; }
.gv-empty p { max-width: 620px; margin: 1rem auto 0; color: var(--gv-muted); }
.gv-empty .gv-search-form { margin-top: 1.5rem; }

/* Footer */
.gv-site-footer { margin-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid var(--gv-line); background: #fff; color: var(--gv-muted); }
.gv-footer-main { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(150px, .65fr)); gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.2rem, 6vw, 5.2rem); }
.gv-footer-brand .gv-wordmark { color: var(--gv-ink); }
.gv-footer-brand .gv-footer-logo-link { display: inline-flex; align-items: center; max-width: 340px; padding: 0; border-radius: 0; background: transparent; text-decoration: none; }
.gv-footer-brand .gv-footer-logo-link img { display: block; width: min(100%, 310px); height: auto; max-height: 82px; object-fit: contain; object-position: left center; }
.gv-footer-brand p { max-width: 540px; margin: 1rem 0 0; color: var(--gv-muted); font-size: .92rem; }
.gv-footer-column h2 { margin: 0 0 .9rem; color: var(--gv-ink); font-size: .78rem; font-weight: 760; letter-spacing: .07em; text-transform: uppercase; }
.gv-footer-column ul { margin: 0; padding: 0; list-style: none; }
.gv-footer-column li { margin: .45rem 0; }
.gv-footer-column a { color: var(--gv-muted); font-size: .9rem; text-decoration: none; }
.gv-footer-column a:hover { color: var(--gv-accent); }
.gv-social-links { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.15rem; }
.gv-social-links a { display: inline-flex; padding: .45rem .65rem; border: 1px solid var(--gv-line); border-radius: 8px; background: #fff; color: var(--gv-ink); font-size: .75rem; font-weight: 650; text-decoration: none; }
.gv-social-links a:hover { border-color: var(--gv-accent); color: var(--gv-accent); }
.gv-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.15rem; border-top: 1px solid var(--gv-line); color: var(--gv-muted); font-size: .78rem; }
.gv-footer-bottom-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem .75rem; }
.gv-footer-bottom a { color: var(--gv-muted); text-decoration: none; }
.gv-footer-bottom a:hover { color: var(--gv-accent); }

/* WordPress defaults */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 5px; left: 5px; width: auto; height: auto; padding: 15px 23px 14px; clip: auto !important; background: #f1f1f1; color: #6d3ff2; font-size: 14px; font-weight: 700; }
.gallery { display: grid; gap: 1rem; }
.wp-caption { max-width: 100%; }

@media (max-width: 1260px) {
	.gv-intent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gv-header-inner { grid-template-columns: minmax(180px, 1fr) auto; }
	.gv-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: .75rem 20px 1rem; border-top: 1px solid var(--gv-line); border-bottom: 1px solid var(--gv-line); background: #fff; box-shadow: var(--gv-shadow-soft); }
	.gv-primary-nav.is-open { display: block; }
	.gv-primary-nav > div > ul,
	.gv-primary-nav > ul { display: block; width: min(100%, var(--gv-container)); margin-inline: auto; }
	.gv-primary-nav a { padding: .72rem 0; }
	.gv-primary-nav .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 .4rem 1rem; border: 0; border-radius: 0; box-shadow: none; }
	.gv-primary-nav .sub-menu a { padding: .45rem 0; color: var(--gv-muted); }
	.gv-nav-toggle { display: inline-grid; }
	.gv-featured-grid { grid-template-columns: minmax(0, 1.45fr) minmax(250px, .8fr); }
	.gv-post-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gv-article-layout { grid-template-columns: minmax(0, var(--gv-content)); }
	.gv-toc-desktop { display: none; }
	.gv-toc-mobile { display: block; }
}

@media (max-width: 782px) {
	.gv-home-editorial-grid { grid-template-columns: 1fr; gap: 1.5rem; }
	.admin-bar .gv-site-header.is-sticky { top: 46px; }
	.gv-container,
	.gv-content-width,
	.gv-entry-hero,
	.gv-article-layout,
	.gv-entry-footer,
	.gv-page .gv-entry-content { width: min(calc(100% - 28px), var(--gv-container)); }
	.gv-header-inner { min-height: 78px; }
	.gv-brand img { width: auto; max-width: 260px; max-height: 58px; }
	.gv-featured-grid { grid-template-columns: 1fr; }
	.gv-featured-card--main { min-height: 430px; }
	.gv-featured-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
	.gv-featured-stack .gv-featured-card { min-height: 240px; }
	.gv-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gv-local-card { grid-template-columns: 1fr; }
	.gv-local-media { min-height: 330px; max-height: 520px; }
	.gv-footer-main { grid-template-columns: 1fr 1fr; }
	.gv-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
	.gv-intent-grid { grid-template-columns: 1fr; }
	.gv-intent-card { min-height: 0; }
	body { font-size: 16px; }
	
	.gv-header-actions { gap: .3rem; }
	.gv-icon-button { width: 39px; height: 39px; }
	.gv-brand img { width: auto; max-width: 220px; max-height: 52px; }
	.gv-home-hero { padding-top: 1rem; }
	.gv-home-hero-stage { min-height: 540px; border-radius: 20px; }
	.gv-home-hero-overlay { background: linear-gradient(90deg, rgba(11,11,14,.78) 0%, rgba(11,11,14,.58) 72%, rgba(11,11,14,.25) 100%), linear-gradient(0deg, rgba(11,11,14,.48) 0%, transparent 60%); }
	.gv-home-hero-content { padding: 1.5rem; }
	.gv-home-hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); line-height: 1; }
	.gv-home-hero-text { font-size: 1rem; }
	.gv-hero-search-control { grid-template-columns: auto minmax(0, 1fr); border-radius: 13px; }
	.gv-hero-search-control button { grid-column: 1 / -1; min-height: 48px; }
	.gv-hero-search-control input[type="search"] { height: 52px; }
	.gv-featured-card--main { min-height: 390px; border-radius: 20px; }
	.gv-featured-stack { grid-template-columns: 1fr; }
	.gv-featured-stack .gv-featured-card { min-height: 220px; }
	.gv-post-grid,
	.gv-post-grid--four { grid-template-columns: 1fr; }
	.gv-card--compact { grid-template-columns: 112px minmax(0, 1fr); }
	.gv-card-media,
	.gv-entry-hero img { border-radius: 14px; }
	.gv-trust-grid { grid-template-columns: 1fr; }
	.gv-trust-item { border-right: 0; border-bottom: 1px solid var(--gv-line); }
	.gv-trust-item:last-child { border-bottom: 0; }
	.gv-entry-title { font-size: clamp(2.25rem, 11vw, 3.6rem); }
	.gv-entry-content p,
	.gv-entry-content li { font-size: 1rem; }
	.gv-section-heading { align-items: start; flex-direction: column; gap: .7rem; }
	.gv-footer-main { grid-template-columns: 1fr; }
	.gv-footer-brand { grid-column: auto; }
	.gv-footer-bottom { align-items: flex-start; flex-direction: column; }
	.gv-search-form button { min-width: 90px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Footer trust */
.gv-footer-trust { display: flex; flex-wrap: wrap; gap: .45rem .8rem; margin-top: 1rem; color: var(--gv-muted); font-size: .76rem; }
.gv-footer-trust span,
.gv-footer-trust a { display: inline-flex; align-items: center; gap: .35rem; color: inherit; text-decoration: none; }
.gv-footer-trust span::before,
.gv-footer-trust a::before { width: 5px; height: 5px; border-radius: 50%; background: var(--gv-accent); content: ""; }
.gv-footer-trust a:hover { color: var(--gv-accent); }


/* 2.1 destination design refinement — Netpapa-orientiert, quieter and less flat */
:root { --gv-accent-soft: #f0ebff; }

.gv-site-header { background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(17,17,22,.02); }
.gv-header-inner { min-height: var(--gv-header-height); }
.gv-brand img { width: min(100%, var(--gv-logo-width)); max-width: var(--gv-logo-width); max-height: none; }
.gv-primary-nav > div > ul,
.gv-primary-nav > ul { gap: clamp(1.05rem, 1.8vw, 1.75rem); }
.gv-primary-nav a { font-weight: 560; letter-spacing: -.008em; }
.gv-icon-button { border-color: transparent; background: var(--gv-surface); }
.gv-icon-button:hover { border-color: color-mix(in srgb, var(--gv-accent) 24%, var(--gv-line)); background: var(--gv-accent-soft); }

.gv-home-hero { padding-block: clamp(1.15rem, 2.5vw, 2rem) clamp(1.2rem, 2.5vw, 2rem); }
.gv-home-hero-stage {
	min-height: clamp(570px, 65vw, 700px);
	border: 1px solid rgba(17,17,22,.08);
	border-radius: 30px;
	background: linear-gradient(135deg, #17171c 0%, #202026 58%, #4c238f 100%);
	box-shadow: 0 24px 70px rgba(17,17,22,.12);
}
.gv-home-hero-stage:not(.has-image)::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(circle at 82% 28%, rgba(109,63,242,.46), transparent 34%);
	content: "";
}
.gv-home-hero-overlay { background: linear-gradient(90deg, rgba(10,10,14,.76) 0%, rgba(10,10,14,.54) 44%, rgba(10,10,14,.16) 80%, rgba(10,10,14,.08) 100%), linear-gradient(0deg, rgba(10,10,14,.34), transparent 55%); }
.gv-home-hero-content { width: min(100%, 900px); padding: clamp(2rem, 5.2vw, 4.8rem); }
.gv-home-hero-kicker { color: #d9cdfb; font-weight: 720; }
.gv-home-hero h1 { max-width: 820px; font-size: clamp(2.8rem, 5vw, 4.55rem); font-weight: 760; letter-spacing: -.018em; line-height: 1.02; }
.gv-home-hero-text { max-width: 720px; color: rgba(255,255,255,.84); }
.gv-hero-search { max-width: 760px; }
.gv-hero-search > label { font-weight: 620; }
.gv-hero-search-control { border-color: rgba(255,255,255,.5); border-radius: 16px; box-shadow: 0 16px 38px rgba(0,0,0,.20); }
.gv-hero-search-control input[type="search"] { height: 62px; }
.gv-hero-search-control button { min-width: 164px; background: var(--gv-accent); font-weight: 720; }
.gv-hero-quicklinks a { background: rgba(17,17,22,.28); }

.gv-trust-strip { padding-top: .2rem; }
.gv-trust-grid {
	overflow: hidden;
	border: 1px solid var(--gv-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(17,17,22,.035);
}
.gv-trust-item { padding: 1.2rem clamp(1rem, 2.4vw, 1.8rem); }
.gv-trust-item strong { font-weight: 680; }

.gv-intent-section { padding-top: clamp(3.3rem, 6vw, 5.4rem); }
.gv-intent-grid {
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: clamp(.85rem, 1.6vw, 1.15rem);
	border: 0;
}
.gv-intent-card {
	min-height: 220px;
	padding: clamp(1.35rem, 2.4vw, 1.85rem);
	border: 1px solid var(--gv-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(17,17,22,.04);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.gv-intent-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--gv-accent) 30%, var(--gv-line)); background: #fff; box-shadow: 0 16px 38px rgba(17,17,22,.08); }
.gv-intent-card::after { right: 1.2rem; bottom: .85rem; left: 1.2rem; height: 2px; border-radius: 2px; }
.gv-intent-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2.2rem; }
.gv-intent-index { margin-bottom: 0; color: var(--gv-accent); }
.gv-intent-arrow { position: static; color: #9b9ba3; }
.gv-intent-card strong { max-width: 96%; font-weight: 730; letter-spacing: -.012em; }

.gv-section--featured { background: transparent; }
.gv-featured-grid { grid-template-columns: minmax(0, 1.65fr) minmax(300px, .8fr); gap: clamp(.9rem, 1.8vw, 1.3rem); }
.gv-featured-card { border: 1px solid rgba(17,17,22,.08); border-radius: 24px; box-shadow: 0 14px 38px rgba(17,17,22,.075); }
.gv-featured-card::after { background: linear-gradient(180deg, transparent 28%, rgba(8,8,11,.88) 100%); }
.gv-featured-card .gv-card-category { background: rgba(109,63,242,.94); }
.gv-featured-card-content p { max-width: 650px; margin: .75rem 0 0; color: rgba(255,255,255,.78); font-size: .96rem; line-height: 1.5; }

.gv-home-editorial { border: 0; background: transparent; }
.gv-editorial-panel {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: start;
	padding: clamp(2rem, 4vw, 3.6rem);
	border: 1px solid var(--gv-line);
	border-radius: 24px;
	background: linear-gradient(135deg, #fff 0%, #fafafe 100%);
	box-shadow: 0 10px 30px rgba(17,17,22,.04);
}
.gv-home-editorial-grid { display: contents; }

.gv-card { transition: transform .2s ease; }
.gv-card:hover { transform: translateY(-2px); }
.gv-card-media { border: 1px solid rgba(17,17,22,.06); border-radius: 18px; box-shadow: 0 7px 22px rgba(17,17,22,.04); }
.gv-card-category { margin-top: .9rem; color: var(--gv-accent); font-weight: 760; }
.gv-card h2,
.gv-card h3 { font-weight: 720; letter-spacing: -.012em; }
.gv-card-excerpt { color: var(--gv-muted); }

.gv-topic-section { padding-block: clamp(2rem, 4.8vw, 4rem); background: transparent; }
.gv-topic-section:nth-of-type(even) { background: transparent; }
.gv-topic-shell { padding-block: clamp(1.5rem, 3vw, 2.2rem); }
.gv-topic-shell.is-soft {
	padding: clamp(1.6rem, 3vw, 2.5rem);
	border: 1px solid var(--gv-line);
	border-radius: 26px;
	background: var(--gv-surface);
}
.gv-topic-shell.is-soft .gv-card-media { background: #fff; }

.gv-local-section { background: transparent; }
.gv-local-card {
	min-height: 470px;
	border: 1px solid var(--gv-line);
	border-radius: 26px;
	background: #fff;
	color: var(--gv-text);
	box-shadow: 0 14px 42px rgba(17,17,22,.06);
}
.gv-local-media { background: var(--gv-surface-strong); }
.gv-local-placeholder { background: linear-gradient(145deg, #ececf2, #e9e2f8); color: var(--gv-muted); }
.gv-local-copy .gv-eyebrow { color: var(--gv-accent); }
.gv-local-copy h2 { color: var(--gv-ink); font-weight: 760; }
.gv-local-copy p { color: var(--gv-muted); }
.gv-button { border-radius: 12px; background: var(--gv-ink); font-weight: 720; }
.gv-button:hover { background: var(--gv-accent); }

.gv-archive-header { margin: clamp(1.2rem, 2.5vw, 2rem) auto 0; padding-block: 0; background: transparent; }
.gv-archive-header .gv-container { padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--gv-line); border-radius: 26px; background: var(--gv-surface); }
.gv-archive-header h1 { font-weight: 760; letter-spacing: -.018em; }

.gv-entry-header { padding-top: clamp(2.4rem, 5vw, 4.3rem); }
.gv-entry-title { font-size: clamp(2.5rem, 5.6vw, 4.9rem); font-weight: 760; letter-spacing: -.018em; line-height: 1.04; }
.gv-entry-meta { gap: .45rem .85rem; }
.gv-entry-meta > * + *::before { margin-right: .85rem; color: #c2c2c9; content: "·"; font-style: normal; }
.gv-entry-meta-link { font-weight: 680; }
.gv-entry-hero img { border: 1px solid rgba(17,17,22,.06); border-radius: 26px; box-shadow: 0 16px 44px rgba(17,17,22,.07); }
.gv-entry-content h2 { font-weight: 760; letter-spacing: -.014em; }
.gv-entry-content h3 { font-weight: 730; letter-spacing: -.01em; }
.gv-entry-content blockquote { border-left-width: 2px; border-radius: 0 14px 14px 0; }
.gv-toc { background: #fff; box-shadow: 0 8px 24px rgba(17,17,22,.035); }
.gv-author-box { border: 1px solid var(--gv-line); background: #fff; box-shadow: 0 8px 24px rgba(17,17,22,.035); }
.gv-related { background: transparent; }

.gv-site-footer { background: #fff; }
.gv-footer-main { padding-top: clamp(2.8rem, 5vw, 4.4rem); }
.gv-footer-brand .gv-footer-logo-link { max-width: 360px; }
.gv-footer-brand .gv-footer-logo-link img { width: min(100%, 340px); max-height: none; }
.gv-social-links a { border-radius: 999px; background: var(--gv-surface); }

@media (max-width: 1260px) {
	.gv-intent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.gv-header-inner { min-height: 96px; }
	.gv-brand img { max-width: 320px; }
}

@media (max-width: 782px) {
	.gv-editorial-panel { grid-template-columns: 1fr; gap: 1.5rem; }
	.gv-brand img { max-width: 270px; }
	.gv-home-hero-stage { min-height: 590px; }
	.gv-featured-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	.gv-brand img { max-width: 225px; }
	.gv-home-hero-stage { min-height: 560px; border-radius: 22px; }
	.gv-home-hero h1 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
	.gv-intent-grid { gap: .75rem; }
	.gv-intent-card { min-height: 0; }
	.gv-editorial-panel,
	.gv-topic-shell.is-soft,
	.gv-local-card { border-radius: 18px; }
	.gv-entry-meta > * + *::before { margin-right: .55rem; }
}

/* Netpapa 2.2 — explicit authorship, first-hand experience and compact trust UI */
.gv-hero-search-control .gv-hero-search-submit,
.gv-hero-search-control .gv-hero-search-submit:hover,
.gv-hero-search-control .gv-hero-search-submit:active {
	-webkit-appearance: none;
	appearance: none;
	border: 0 !important;
	box-shadow: none;
}

.gv-author-box {
	grid-template-columns: 64px minmax(0,1fr);
	gap: .9rem;
	padding: 1.05rem 1.15rem;
	border-radius: 16px;
}
.gv-author-box img { width: 64px; height: 64px; object-fit: cover; }
.gv-author-box-content { min-width: 0; }
.gv-author-box h2 { margin: 0; font-size: 1.12rem; line-height: 1.2; }
.gv-author-role { margin-top: .22rem !important; color: var(--gv-ink) !important; font-size: .84rem !important; font-weight: 720; }
.gv-author-experience { margin-top: .28rem !important; color: var(--gv-muted) !important; font-size: .82rem !important; }
.gv-author-evidence { display: flex; flex-wrap: wrap; gap: .3rem .8rem; margin-top: .55rem !important; color: var(--gv-text) !important; font-size: .76rem !important; }
.gv-author-evidence span { position: relative; padding-left: 13px; }
.gv-author-evidence span::before { position: absolute; top: .52em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gv-accent); content: ""; }
.gv-author-trust { margin-top: .55rem; gap: .35rem .75rem; font-size: .74rem; }
.gv-entry-meta-reviewed { color: var(--gv-muted); }

.gv-author-profile-hero { padding: clamp(2.5rem,6vw,5.5rem) 0 clamp(2rem,5vw,4rem); background: var(--gv-surface); }
.gv-author-profile-grid { display: grid; grid-template-columns: 180px minmax(0,760px); align-items: center; justify-content: center; gap: clamp(1.6rem,4vw,3.6rem); }
.gv-author-profile-photo img { display: block; width: 180px; height: 180px; object-fit: cover; border: 1px solid var(--gv-line); border-radius: 50%; background: #fff; }
.gv-author-profile-copy h1 { margin: .15rem 0 0; color: var(--gv-ink); font-size: clamp(2.5rem,5vw,4.4rem); line-height: 1; letter-spacing: -.02em; }
.gv-author-profile-role { margin: .8rem 0 0; color: var(--gv-ink); font-size: 1.08rem; font-weight: 740; }
.gv-author-profile-experience { margin: .35rem 0 0; color: var(--gv-accent-dark); font-size: .94rem; font-weight: 650; }
.gv-author-profile-intro { max-width: 720px; margin: 1rem 0 0; color: var(--gv-text); font-size: 1.04rem; line-height: 1.65; }
.gv-author-guidelines-link { display: inline-flex; margin-top: 1rem; color: var(--gv-ink); font-size: .86rem; font-weight: 720; text-decoration: none; }
.gv-author-guidelines-link:hover { color: var(--gv-accent); }
.gv-author-profile-details { padding-top: clamp(2rem,4vw,3.5rem); }
.gv-author-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--gv-line); border-radius: 18px; background: var(--gv-line); }
.gv-author-facts > div { padding: 1.2rem 1.35rem; background: #fff; }
.gv-author-facts span { display: block; margin-bottom: .35rem; color: var(--gv-muted); font-size: .72rem; font-weight: 720; letter-spacing: .04em; text-transform: uppercase; }
.gv-author-facts strong { display: block; color: var(--gv-ink); font-size: .94rem; line-height: 1.45; }
.gv-author-articles { padding-top: clamp(2rem,4vw,3.5rem); }

@media (max-width: 782px) {
	.gv-author-profile-grid { grid-template-columns: 120px minmax(0,1fr); align-items: start; }
	.gv-author-profile-photo img { width: 120px; height: 120px; }
	.gv-author-profile-copy h1 { font-size: clamp(2.2rem,8vw,3.4rem); }
}
@media (max-width: 560px) {
	.gv-author-box { grid-template-columns: 50px minmax(0,1fr); gap: .72rem; padding: .9rem; }
	.gv-author-box img { width: 50px; height: 50px; }
	.gv-author-evidence { display: block; }
	.gv-author-evidence span { display: block; margin-top: .22rem; }
	.gv-author-profile-grid { grid-template-columns: 1fr; }
	.gv-author-profile-photo img { width: 96px; height: 96px; }
	.gv-author-facts { grid-template-columns: 1fr; }
}

/* 2.2.1 — merged wider frame, scalable logo and visual destination cards */
.gv-header-inner {
	width: min(calc(100% - 64px), var(--gv-header-container));
	grid-template-columns: minmax(160px, var(--gv-logo-width)) minmax(0, 1fr) auto;
	gap: clamp(1.15rem, 2.3vw, 2.8rem);
	margin-inline: auto;
}
.gv-brand img {
	width: min(100%, var(--gv-logo-width));
	max-width: var(--gv-logo-width);
	max-height: none;
}
.gv-search-panel > .gv-container {
	width: min(calc(100% - 64px), var(--gv-header-container));
}

.gv-intent-grid {
	gap: clamp(.9rem, 1.7vw, 1.25rem);
}
.gv-intent-card {
	isolation: isolate;
	display: flex;
	min-height: clamp(255px, 21vw, 315px);
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(17,17,22,.08);
	border-radius: 22px;
	background: linear-gradient(145deg, #17171d 0%, #2f174f 58%, #6d3ff2 135%);
	color: #fff;
	box-shadow: 0 12px 32px rgba(17,17,22,.09);
	transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.gv-intent-card:hover {
	transform: translateY(-4px);
	border-color: rgba(109,63,242,.46);
	background: linear-gradient(145deg, #17171d 0%, #2f174f 58%, #6d3ff2 135%);
	color: #fff;
	box-shadow: 0 22px 48px rgba(17,17,22,.16);
}
.gv-intent-card::after {
	z-index: 4;
	right: 1.35rem;
	bottom: .95rem;
	left: 1.35rem;
	height: 2px;
	border-radius: 99px;
	background: rgba(255,255,255,.74);
}
.gv-intent-media,
.gv-intent-shade {
	position: absolute;
	inset: 0;
}
.gv-intent-media {
	z-index: -2;
	background: #23232b;
}
.gv-intent-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.002);
	transition: transform .55s cubic-bezier(.2,.68,.2,1), filter .35s ease;
}
.gv-intent-card:hover .gv-intent-media img {
	transform: scale(1.045);
}
.gv-intent-shade {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(8,8,12,.42) 0%, rgba(8,8,12,.10) 35%, rgba(8,8,12,.90) 100%),
		linear-gradient(90deg, rgba(17,17,22,.35), transparent 72%);
}
.gv-intent-card:not(.has-image) .gv-intent-shade {
	background:
		radial-gradient(circle at 82% 18%, rgba(122,103,232,.55), transparent 36%),
		linear-gradient(145deg, rgba(17,17,22,.08), rgba(17,17,22,.55));
}
.gv-intent-content {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	min-height: inherit;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(1.35rem, 2.5vw, 2rem);
}
.gv-intent-topline {
	position: absolute;
	top: clamp(1.15rem, 2vw, 1.55rem);
	right: clamp(1.15rem, 2vw, 1.55rem);
	left: clamp(1.15rem, 2vw, 1.55rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.gv-intent-index,
.gv-intent-arrow {
	display: inline-grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	margin: 0;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background: rgba(17,17,22,.28);
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1;
	backdrop-filter: blur(8px);
}
.gv-intent-arrow {
	position: static;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
}
.gv-intent-card strong {
	max-width: 96%;
	color: #fff;
	font-size: clamp(1.45rem, 2.25vw, 2rem);
	font-weight: 760;
	letter-spacing: -.018em;
	line-height: 1.05;
	text-shadow: 0 2px 16px rgba(0,0,0,.32);
}
.gv-intent-description {
	display: -webkit-box;
	max-width: 96%;
	margin-top: .72rem;
	overflow: hidden;
	color: rgba(255,255,255,.82);
	font-size: .92rem;
	line-height: 1.48;
	text-shadow: 0 1px 12px rgba(0,0,0,.38);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gv-site-footer {
	background: #fff;
}
.gv-footer-main,
.gv-footer-bottom {
	width: min(calc(100% - 64px), var(--gv-footer-container));
	margin-inline: auto;
}
.gv-footer-main {
	grid-template-columns: minmax(320px, 1.45fr) repeat(2, minmax(170px, .55fr));
	padding-block: clamp(2.8rem, 5vw, 4.6rem);
}
.gv-footer-brand .gv-footer-logo-link {
	max-width: 240px;
}
.gv-footer-brand .gv-footer-logo-link img {
	width: min(100%, 220px);
	max-height: none;
}
.gv-footer-column a {
	color: #62626b;
}

@media (max-width: 1260px) {
	.gv-header-inner,
	.gv-search-panel > .gv-container,
	.gv-footer-main,
	.gv-footer-bottom {
		width: min(calc(100% - 40px), var(--gv-container));
	}
	.gv-brand img { max-width: min(var(--gv-logo-width), 250px); }
	.gv-intent-card { min-height: 275px; }
}

@media (max-width: 782px) {
	.gv-header-inner,
	.gv-search-panel > .gv-container,
	.gv-footer-main,
	.gv-footer-bottom {
		width: min(calc(100% - 28px), var(--gv-container));
	}
	.gv-brand img { max-width: min(var(--gv-logo-width), 225px); }
	.gv-intent-card { min-height: 250px; }
	.gv-footer-main { grid-template-columns: 1fr 1fr; }
	.gv-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
	.gv-intent-grid { grid-template-columns: 1fr; }
	.gv-brand img { max-width: min(var(--gv-logo-width), 190px); }
	.gv-intent-card { min-height: 230px; border-radius: 18px; }
	.gv-intent-content { padding: 1.25rem; }
	.gv-intent-topline { top: 1rem; right: 1rem; left: 1rem; }
	.gv-intent-index,
	.gv-intent-arrow { min-width: 35px; height: 35px; }
	.gv-intent-card strong { font-size: clamp(1.4rem, 8vw, 1.8rem); }
	.gv-intent-description { font-size: .88rem; -webkit-line-clamp: 2; }
	.gv-footer-main { grid-template-columns: 1fr; }
	.gv-footer-brand { grid-column: auto; }
}


/* 2.2.2 — Startseiten-Suche ohne sichtbare Button-Umrandung */
.gv-hero-search-control {
	border: 0;
}
.gv-hero-search-control .gv-hero-search-submit,
.gv-hero-search-control .gv-hero-search-submit:hover,
.gv-hero-search-control .gv-hero-search-submit:active,
.gv-hero-search-control .gv-hero-search-submit:focus,
.gv-hero-search-control .gv-hero-search-submit:focus-visible {
	-webkit-appearance: none;
	appearance: none;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}
.gv-hero-search-control .gv-hero-search-submit:focus-visible {
	background: var(--gv-accent-dark);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

/* 2.2.6 — eine große Perspektiv-Box */
.home .gv-home-trust {
	display: none !important;
}
.gv-home-editorial .gv-editorial-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.12fr) minmax(290px, .72fr);
	align-items: start;
	gap: 2rem clamp(2rem, 3.5vw, 3.8rem);
	min-height: 0;
	padding: clamp(2rem, 4vw, 3.5rem);
	overflow: hidden;
	border: 1px solid #e5e5ea;
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 0%, rgba(90, 67, 214, .07), transparent 28%),
		linear-gradient(135deg, #fff 0%, #fafafe 100%);
	box-shadow: 0 16px 42px rgba(17, 17, 22, .065);
}
.gv-home-editorial .gv-editorial-panel > * {
	position: relative;
	z-index: 3;
}
.gv-home-editorial .gv-editorial-panel > :first-child {
	grid-column: 1;
}
.gv-home-editorial .gv-home-editorial-copy {
	grid-column: 2;
	max-width: 620px;
}
.gv-editorial-portraits {
	position: relative;
	grid-column: 3;
	grid-row: 1;
	align-self: center;
	width: 100%;
	height: 330px;
}
.gv-editorial-photo {
	position: absolute;
	display: block;
	width: clamp(155px, 14vw, 195px);
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 10px solid #fff;
	background: #ecebf1;
	box-shadow: 0 18px 38px rgba(24, 20, 45, .18);
	transition: transform .2s ease, box-shadow .2s ease;
}
.gv-editorial-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gv-editorial-photo-tomas {
	top: 3px;
	left: 0;
	z-index: 1;
	transform: rotate(-4deg);
}
.gv-editorial-photo-tomas img {
	object-position: center top;
}
.gv-editorial-photo-mario {
	top: 24px;
	right: 0;
	z-index: 2;
	transform: rotate(4deg);
}
.gv-editorial-photo-mario img {
	object-position: 22% center;
}
.gv-editorial-photo:hover {
	z-index: 4;
	box-shadow: 0 24px 50px rgba(24, 20, 45, .23);
}
.gv-editorial-photo-tomas:hover {
	transform: rotate(-2deg) translateY(-3px);
}
.gv-editorial-photo-mario:hover {
	transform: rotate(2deg) translateY(-3px);
}
.gv-editorial-details {
	grid-column: 1 / -1;
	margin-top: .4rem;
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	border-top: 1px solid rgba(90, 67, 214, .15);
}
.gv-editorial-lead,
.gv-editorial-closing {
	max-width: 1080px;
	margin: 0 auto;
	color: #292830;
	font-size: clamp(.98rem, 1.18vw, 1.08rem);
	line-height: 1.72;
}
.gv-editorial-people {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 5rem);
	max-width: 1080px;
	margin: clamp(1.5rem, 3vw, 2.2rem) auto;
}
.gv-editorial-people > div + div {
	padding-left: clamp(2rem, 5vw, 5rem);
	border-left: 1px solid rgba(90, 67, 214, .15);
}
.gv-editorial-people h3 {
	margin: 0 0 .2rem;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	letter-spacing: -.02em;
}
.gv-editorial-people h3 a {
	color: var(--gv-ink);
	text-decoration: none;
}
.gv-editorial-people h3 a:hover {
	color: var(--gv-accent);
}
.gv-editorial-role {
	margin: 0 0 .75rem;
	color: var(--gv-accent-dark);
	font-size: .82rem;
	font-weight: 800;
}
.gv-editorial-people p:last-child {
	margin: 0;
	line-height: 1.65;
}
.gv-editorial-closing {
	padding-top: 1.35rem;
	border-top: 1px solid rgba(17, 17, 22, .08);
}
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before,
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
	content: "";
	position: absolute;
	top: 45px;
	z-index: 2;
	width: clamp(155px, 14vw, 195px);
	aspect-ratio: 4 / 5;
	border: 10px solid #fff;
	background-color: #ecebf1;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 18px 38px rgba(24, 20, 45, .18);
	pointer-events: none;
}
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before {
	right: clamp(160px, 15vw, 205px);
	background-image: none;
	background-position: center top;
	transform: rotate(-4deg);
}
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
	top: 65px;
	right: clamp(28px, 3vw, 48px);
	background-image: none;
	background-position: 22% center;
	transform: rotate(4deg);
}
@media (max-width: 1050px) {
	.gv-home-editorial .gv-editorial-panel {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	}
	.gv-editorial-portraits {
		grid-column: 1 / -1;
		grid-row: auto;
		width: min(100%, 430px);
		height: 265px;
		margin-inline: auto;
	}
	.gv-editorial-photo {
		width: 155px;
	}
	.gv-editorial-photo-tomas {
		left: calc(50% - 145px);
	}
	.gv-editorial-photo-mario {
		right: calc(50% - 145px);
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits)) {
		padding-bottom: 310px;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before,
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
		top: auto;
		bottom: 35px;
		width: 155px;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before {
		right: calc(50% + 5px);
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
		right: auto;
		left: calc(50% - 5px);
	}
}
@media (max-width: 720px) {
	.gv-home-editorial .gv-editorial-panel {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		padding: 1.35rem;
		border-radius: 22px;
	}
	.gv-home-editorial .gv-editorial-panel > :first-child,
	.gv-home-editorial .gv-home-editorial-copy,
	.gv-editorial-portraits {
		grid-column: 1;
	}
	.gv-editorial-portraits {
		height: 225px;
	}
	.gv-editorial-photo {
		width: 126px;
		border-width: 7px;
	}
	.gv-editorial-photo-tomas {
		left: calc(50% - 120px);
	}
	.gv-editorial-photo-mario {
		right: calc(50% - 120px);
	}
	.gv-editorial-people {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.gv-editorial-people > div + div {
		padding-top: 1.5rem;
		padding-left: 0;
		border-top: 1px solid rgba(90, 67, 214, .15);
		border-left: 0;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits)) {
		padding-bottom: 245px;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before,
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
		width: 126px;
		border-width: 7px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.gv-editorial-photo {
		transition: none;
	}
}

/* Kompaktes Autorenmodul in Kulinarik-Artikeln */
.gv-home-trust,
.gv-article-trust {
	background: var(--gv-white);
}
.gv-tomas-mario {
	padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.gv-tm-shell,
.gv-tomas-mario-pattern {
	width: min(calc(100% - 48px), 1080px);
	margin-inline: auto;
	padding: clamp(1.5rem, 3.5vw, 2.8rem);
	border: 1px solid rgba(17, 17, 22, .05);
	border-radius: 28px;
	background:
		radial-gradient(circle at 15% 0%, rgba(90, 67, 214, .075), transparent 32%),
		linear-gradient(145deg, #fafafd 0%, #f5f4f8 100%);
	box-shadow: 0 18px 48px rgba(30, 24, 62, .075);
}
.gv-tm-kicker {
	width: fit-content;
	margin: 0 auto .8rem;
	padding: .4rem .7rem;
	border-radius: 999px;
	background: rgba(90, 67, 214, .1);
	color: var(--gv-accent-dark);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.gv-tm-title {
	max-width: 780px;
	margin: 0 auto .4rem;
	color: var(--gv-ink);
	font-size: clamp(1.85rem, 3.3vw, 2.65rem);
	letter-spacing: -.035em;
	line-height: 1.08;
	text-align: center;
	text-wrap: balance;
}
.gv-tm-subtitle {
	margin: 0 0 1.2rem;
	color: var(--gv-muted);
	font-size: clamp(1rem, 1.5vw, 1.14rem);
	font-weight: 650;
	text-align: center;
}
.gv-tm-intro,
.gv-tm-closing {
	max-width: 820px;
	margin: 0 auto;
	color: #292830;
	font-size: clamp(.96rem, 1.08vw, 1.04rem);
	line-height: 1.68;
}
.gv-tm-grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	max-width: 680px;
	margin: clamp(1.7rem, 3vw, 2.3rem) auto;
	padding: .6rem 0 1.1rem;
}
.gv-tm-card {
	position: relative;
	display: block;
	flex: 0 0 285px;
	width: 285px;
	max-width: 285px;
	min-width: 0;
	padding: 11px 11px 42px;
	overflow: visible;
	border: 0;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(28, 24, 47, .2);
	transition: transform .2s ease, box-shadow .2s ease;
}
.gv-tm-card:first-child {
	z-index: 1;
	transform: rotate(-3.2deg);
}
.gv-tm-card:nth-child(2) {
	z-index: 2;
	margin-top: 22px;
	margin-left: -22px;
	transform: rotate(3.2deg);
}
.gv-tm-card:hover {
	z-index: 4;
	box-shadow: 0 24px 52px rgba(28, 24, 47, .24);
}
.gv-tm-card:first-child:hover {
	transform: rotate(-1.5deg) translateY(-3px);
}
.gv-tm-card:nth-child(2):hover {
	transform: rotate(1.5deg) translateY(-3px);
}
.gv-tm-photo-link,
.gv-tm-image,
.gv-tm-image > a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: #ebe9ef;
}
.gv-tm-photo,
.gv-tm-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
	transition: transform .25s ease;
}
.gv-tm-card:nth-child(2) .gv-tm-photo,
.gv-tm-card:nth-child(2) .gv-tm-image img {
	object-position: 22% center;
}
.gv-tm-card-content {
	padding: .75rem .25rem 0;
	text-align: center;
}
.gv-tm-card > :not(.gv-tm-image):not(.gv-tm-photo-link):not(.gv-tm-card-content) {
	margin-left: 0;
	margin-right: 0;
	padding-inline: .25rem;
	text-align: center;
}
.gv-tm-card h3 {
	margin: .72rem 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.2;
}
.gv-tm-card h3 a {
	color: var(--gv-ink);
	text-decoration: none;
}
.gv-tm-card h3 a:hover {
	color: var(--gv-accent);
}
.gv-tm-card .gv-tm-role,
.gv-tm-card > p:not(.gv-tm-role),
.gv-tm-card-content > p {
	display: none;
}
.gv-tm-closing {
	padding-top: 1.15rem;
	border-top: 1px solid rgba(90, 67, 214, .15);
}
.gv-article-trust .gv-tomas-mario {
	padding-top: 2.1rem;
	padding-bottom: 1.2rem;
}
.gv-article-trust .gv-tm-shell {
	width: min(calc(100% - 32px), 1040px);
}
.gv-footer-design {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: clamp(2rem, 5vw, 4rem) 24px;
	background: var(--gv-white);
}
.gv-footer-design img {
	display: block;
	width: min(100%, 718px);
	height: auto;
}
@media (max-width: 1120px) {
	.gv-home-editorial .gv-editorial-panel {
		padding-right: clamp(280px, 31vw, 350px);
	}
	.gv-home-editorial .gv-editorial-panel::before,
	.gv-home-editorial .gv-editorial-panel::after {
		width: clamp(145px, 17vw, 180px);
	}
}
@media (max-width: 860px) {
	.gv-home-editorial .gv-editorial-panel {
		min-height: 0;
		padding-right: clamp(1.25rem, 5vw, 2.25rem);
		padding-bottom: 245px;
	}
	.gv-home-editorial .gv-editorial-panel::before,
	.gv-home-editorial .gv-editorial-panel::after {
		top: auto;
		bottom: 28px;
		width: 145px;
	}
	.gv-home-editorial .gv-editorial-panel::before {
		right: calc(50% + 5px);
	}
	.gv-home-editorial .gv-editorial-panel::after {
		right: auto;
		left: calc(50% - 5px);
	}
}
@media (max-width: 620px) {
	.gv-home-editorial .gv-editorial-panel {
		padding-bottom: 205px;
	}
	.gv-home-editorial .gv-editorial-panel::before,
	.gv-home-editorial .gv-editorial-panel::after {
		bottom: 22px;
		width: 118px;
		border-width: 7px;
	}
	.gv-tomas-mario {
		padding-block: 1.4rem;
	}
	.gv-tm-shell,
	.gv-tomas-mario-pattern {
		width: min(calc(100% - 24px), var(--gv-container));
		padding: 1.15rem;
		border-radius: 22px;
	}
	.gv-tm-grid {
		margin-block: 1.25rem;
		padding-bottom: .7rem;
	}
	.gv-tm-card {
		flex-basis: 52%;
		width: 52%;
		max-width: 52%;
		padding: 7px 7px 32px;
	}
	.gv-tm-card:nth-child(2) {
		margin-top: 14px;
		margin-left: -15px;
	}
	.gv-tm-card h3 {
		font-size: .98rem;
	}
	.gv-tm-closing {
		padding-top: 1rem;
	}
	.gv-footer-design {
		padding-inline: 18px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.gv-tm-card,
	.gv-tm-photo,
	.gv-tm-image img {
		transition: none;
	}
}


/* Cache-sicherer Fallback: Langtext optisch an die grosse Startseitenbox anschliessen */
.home .gv-home-editorial:not(:has(.gv-editorial-details)) {
  padding-bottom: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel {
  border-bottom-color: transparent !important;
  border-radius: 30px 30px 0 0 !important;
  box-shadow: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust {
  display: block !important;
  width: min(1308px, calc(100% - 40px));
  max-width: none;
  margin: -1px auto clamp(48px, 7vw, 92px);
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tomas-mario {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-shell {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 42px 56px 58px !important;
  background: #fff !important;
  border: 1px solid rgba(17,18,25,.09) !important;
  border-top: 0 !important;
  border-radius: 0 0 30px 30px !important;
  box-shadow: 0 24px 55px rgba(31,35,48,.10) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-kicker,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-title,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-subtitle,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo-link {
  display: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-intro {
  max-width: 1080px !important;
  margin: 0 0 38px !important;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem) !important;
  line-height: 1.75 !important;
  color: #30313a !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  margin: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content {
  padding: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content h3 {
  margin: 0 0 4px !important;
  font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content h3 a {
  color: #111219 !important;
  text-decoration: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-role {
  margin: 0 0 14px !important;
  color: #6d3ff2 !important;
  font-weight: 750 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content > p:last-child,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-closing {
  font-size: 1rem !important;
  line-height: 1.72 !important;
  color: #30313a !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-closing {
  max-width: 1080px !important;
  margin: 38px 0 0 !important;
  padding-top: 32px !important;
  border-top: 1px solid rgba(17,18,25,.09) !important;
}
@media (max-width: 720px) {
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust {
    width: min(100% - 24px, 1308px);
  }
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-shell {
    padding: 28px 22px 34px !important;
    border-radius: 0 0 22px 22px !important;
  }
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

/* Vollständige Autorenbeschreibungen in der grossen Startseitenbox */
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
  width: 100% !important;
  max-width: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-role,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content > p:last-child {
  display: block !important;
}


/* 2.2.7 – plakative Startseitenbox, Fotos zwischen den Personen */
.home .gv-home-editorial .gv-section-title {
  max-width: 8.5ch !important;
  font-size: clamp(4rem, 5.8vw, 6.25rem) !important;
  line-height: .88 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance;
}
.home .gv-editorial-panel:has(.gv-editorial-details) {
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.45fr) !important;
  column-gap: clamp(48px, 6vw, 92px) !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy {
  max-width: 660px !important;
  align-self: center !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem) !important;
  line-height: 1.55 !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
  grid-column: 1 / -1 !important;
}
.home .gv-editorial-details .gv-editorial-lead {
  max-width: 1040px !important;
}
.home .gv-editorial-details .gv-editorial-people {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4.5vw, 66px) !important;
}
.home .gv-editorial-details .gv-editorial-person {
  min-width: 0;
}
.home .gv-editorial-details .gv-editorial-portraits {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 390px !important;
  grid-column: auto !important;
  grid-row: auto !important;
}
.home .gv-editorial-details .gv-editorial-photo {
  position: absolute !important;
  top: 50% !important;
  width: 205px !important;
  height: 285px !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0 22px 42px rgba(22,25,36,.17) !important;
  border-radius: 1px !important;
}
.home .gv-editorial-details .gv-editorial-photo-tomas {
  left: 0 !important;
  transform: translateY(-52%) rotate(-5deg) !important;
}
.home .gv-editorial-details .gv-editorial-photo-mario {
  right: 0 !important;
  transform: translateY(-48%) rotate(5deg) !important;
}
.home .gv-editorial-details .gv-editorial-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* Fallback fuer bereits gecachte 2.2.5-Navigation */
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel {
  min-height: 0 !important;
  padding-right: 56px !important;
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.45fr) !important;
  column-gap: clamp(48px, 6vw, 92px) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel::before,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel::after {
  display: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-home-editorial-copy {
  max-width: 660px !important;
  align-self: center !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-home-editorial-copy > p:first-child {
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-home-editorial-copy > p:first-child::before {
  content: "Persönliche Erfahrungen, nachvollziehbare Recherche und klare Autorenschaft machen unsere Beiträge überprüfbar.";
  display: block;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.55;
  color: #272832;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-intro {
  max-width: 1040px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-intro::before {
  content: "Gutes Familienwissen braucht echte Erfahrung, verständliche Quellen und eine klare redaktionelle Verantwortung.";
  display: block;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.75;
  color: #30313a;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4.5vw, 66px) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card {
  display: contents !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:first-child .gv-tm-card-content {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:last-child .gv-tm-card-content {
  grid-column: 3 !important;
  grid-row: 1 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo-link {
  display: block !important;
  position: relative !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  width: 205px !important;
  height: 285px !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0 22px 42px rgba(22,25,36,.17) !important;
  border-radius: 1px !important;
  z-index: 1 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:first-child .gv-tm-photo-link {
  justify-self: start !important;
  transform: translateX(-10px) rotate(-5deg) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:last-child .gv-tm-photo-link {
  justify-self: end !important;
  transform: translateX(10px) rotate(5deg) !important;
  z-index: 2 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .home .gv-home-editorial .gv-section-title {
    max-width: 11ch !important;
    font-size: clamp(3.2rem, 11vw, 5.3rem) !important;
  }
  .home .gv-editorial-panel:has(.gv-editorial-details),
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel {
    grid-template-columns: 1fr !important;
    padding-right: clamp(22px, 6vw, 56px) !important;
  }
  .home .gv-editorial-details .gv-editorial-people,
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
    grid-template-columns: 1fr !important;
  }
  .home .gv-editorial-details .gv-editorial-person-tomas,
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:first-child .gv-tm-card-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .home .gv-editorial-details .gv-editorial-portraits {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: min(330px, 92%) !important;
    justify-self: center !important;
  }
  .home .gv-editorial-details .gv-editorial-person-mario,
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:last-child .gv-tm-card-content {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo-link {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}

/* Cache-sicher gekürzter Mitteltext */
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child {
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child::before {
  content: "Persönliche Erfahrungen, nachvollziehbare Recherche und klare Autorenschaft machen unsere Beiträge überprüfbar.";
  display: block;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.55;
  color: #272832;
}

/* 2.2.7 – Infografik oberhalb des Footers deutlich groesser */
.gv-footer-design {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(42px, 6vw, 86px) 20px 18px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
.gv-footer-design img {
  display: block !important;
  width: min(1120px, 94vw) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 auto !important;
}
@media (max-width: 720px) {
  .gv-footer-design {
    padding: 34px 0 12px !important;
  }
  .gv-footer-design img {
    width: 118vw !important;
    max-width: none !important;
    margin-left: -9vw !important;
  }
}

/* Connector-managed design snapshot for Theme 2.2.12 */
/* 2.2.6 — eine große Perspektiv-Box */
.home .gv-home-trust {
	display: none !important;
}
.gv-home-editorial .gv-editorial-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.12fr) minmax(290px, .72fr);
	align-items: start;
	gap: 2rem clamp(2rem, 3.5vw, 3.8rem);
	min-height: 0;
	padding: clamp(2rem, 4vw, 3.5rem);
	overflow: hidden;
	border: 1px solid #e5e5ea;
	border-radius: 28px;
	background:
		radial-gradient(circle at 92% 0%, rgba(90, 67, 214, .07), transparent 28%),
		linear-gradient(135deg, #fff 0%, #fafafe 100%);
	box-shadow: 0 16px 42px rgba(17, 17, 22, .065);
}
.gv-home-editorial .gv-editorial-panel > * {
	position: relative;
	z-index: 3;
}
.gv-home-editorial .gv-editorial-panel > :first-child {
	grid-column: 1;
}
.gv-home-editorial .gv-home-editorial-copy {
	grid-column: 2;
	max-width: 620px;
}
.gv-editorial-portraits {
	position: relative;
	grid-column: 3;
	grid-row: 1;
	align-self: center;
	width: 100%;
	height: 330px;
}
.gv-editorial-photo {
	position: absolute;
	display: block;
	width: clamp(155px, 14vw, 195px);
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border: 10px solid #fff;
	background: #ecebf1;
	box-shadow: 0 18px 38px rgba(24, 20, 45, .18);
	transition: transform .2s ease, box-shadow .2s ease;
}
.gv-editorial-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gv-editorial-photo-tomas {
	top: 3px;
	left: 0;
	z-index: 1;
	transform: rotate(-4deg);
}
.gv-editorial-photo-tomas img {
	object-position: center top;
}
.gv-editorial-photo-mario {
	top: 24px;
	right: 0;
	z-index: 2;
	transform: rotate(4deg);
}
.gv-editorial-photo-mario img {
	object-position: 22% center;
}
.gv-editorial-photo:hover {
	z-index: 4;
	box-shadow: 0 24px 50px rgba(24, 20, 45, .23);
}
.gv-editorial-photo-tomas:hover {
	transform: rotate(-2deg) translateY(-3px);
}
.gv-editorial-photo-mario:hover {
	transform: rotate(2deg) translateY(-3px);
}
.gv-editorial-details {
	grid-column: 1 / -1;
	margin-top: .4rem;
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	border-top: 1px solid rgba(90, 67, 214, .15);
}
.gv-editorial-lead,
.gv-editorial-closing {
	max-width: 1080px;
	margin: 0 auto;
	color: #292830;
	font-size: clamp(.98rem, 1.18vw, 1.08rem);
	line-height: 1.72;
}
.gv-editorial-people {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 5rem);
	max-width: 1080px;
	margin: clamp(1.5rem, 3vw, 2.2rem) auto;
}
.gv-editorial-people > div + div {
	padding-left: clamp(2rem, 5vw, 5rem);
	border-left: 1px solid rgba(90, 67, 214, .15);
}
.gv-editorial-people h3 {
	margin: 0 0 .2rem;
	font-size: clamp(1.35rem, 2vw, 1.65rem);
	letter-spacing: -.02em;
}
.gv-editorial-people h3 a {
	color: var(--gv-ink);
	text-decoration: none;
}
.gv-editorial-people h3 a:hover {
	color: var(--gv-accent);
}
.gv-editorial-role {
	margin: 0 0 .75rem;
	color: var(--gv-accent-dark);
	font-size: .82rem;
	font-weight: 800;
}
.gv-editorial-people p:last-child {
	margin: 0;
	line-height: 1.65;
}
.gv-editorial-closing {
	padding-top: 1.35rem;
	border-top: 1px solid rgba(17, 17, 22, .08);
}
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before,
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
	content: "";
	position: absolute;
	top: 45px;
	z-index: 2;
	width: clamp(155px, 14vw, 195px);
	aspect-ratio: 4 / 5;
	border: 10px solid #fff;
	background-color: #ecebf1;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 18px 38px rgba(24, 20, 45, .18);
	pointer-events: none;
}
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before {
	right: clamp(160px, 15vw, 205px);
	background-image: none;
	background-position: center top;
	transform: rotate(-4deg);
}
.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
	top: 65px;
	right: clamp(28px, 3vw, 48px);
	background-image: none;
	background-position: 22% center;
	transform: rotate(4deg);
}
@media (max-width: 1050px) {
	.gv-home-editorial .gv-editorial-panel {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	}
	.gv-editorial-portraits {
		grid-column: 1 / -1;
		grid-row: auto;
		width: min(100%, 430px);
		height: 265px;
		margin-inline: auto;
	}
	.gv-editorial-photo {
		width: 155px;
	}
	.gv-editorial-photo-tomas {
		left: calc(50% - 145px);
	}
	.gv-editorial-photo-mario {
		right: calc(50% - 145px);
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits)) {
		padding-bottom: 310px;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before,
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
		top: auto;
		bottom: 35px;
		width: 155px;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before {
		right: calc(50% + 5px);
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
		right: auto;
		left: calc(50% - 5px);
	}
}
@media (max-width: 720px) {
	.gv-home-editorial .gv-editorial-panel {
		grid-template-columns: 1fr;
		gap: 1.35rem;
		padding: 1.35rem;
		border-radius: 22px;
	}
	.gv-home-editorial .gv-editorial-panel > :first-child,
	.gv-home-editorial .gv-home-editorial-copy,
	.gv-editorial-portraits {
		grid-column: 1;
	}
	.gv-editorial-portraits {
		height: 225px;
	}
	.gv-editorial-photo {
		width: 126px;
		border-width: 7px;
	}
	.gv-editorial-photo-tomas {
		left: calc(50% - 120px);
	}
	.gv-editorial-photo-mario {
		right: calc(50% - 120px);
	}
	.gv-editorial-people {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.gv-editorial-people > div + div {
		padding-top: 1.5rem;
		padding-left: 0;
		border-top: 1px solid rgba(90, 67, 214, .15);
		border-left: 0;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits)) {
		padding-bottom: 245px;
	}
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::before,
	.gv-editorial-panel:not(:has(.gv-editorial-portraits))::after {
		width: 126px;
		border-width: 7px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.gv-editorial-photo {
		transition: none;
	}
}

/* Kompaktes Autorenmodul in Kulinarik-Artikeln */
.gv-home-trust,
.gv-article-trust {
	background: var(--gv-white);
}
.gv-tomas-mario {
	padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.gv-tm-shell,
.gv-tomas-mario-pattern {
	width: min(calc(100% - 48px), 1080px);
	margin-inline: auto;
	padding: clamp(1.5rem, 3.5vw, 2.8rem);
	border: 1px solid rgba(17, 17, 22, .05);
	border-radius: 28px;
	background:
		radial-gradient(circle at 15% 0%, rgba(90, 67, 214, .075), transparent 32%),
		linear-gradient(145deg, #fafafd 0%, #f5f4f8 100%);
	box-shadow: 0 18px 48px rgba(30, 24, 62, .075);
}
.gv-tm-kicker {
	width: fit-content;
	margin: 0 auto .8rem;
	padding: .4rem .7rem;
	border-radius: 999px;
	background: rgba(90, 67, 214, .1);
	color: var(--gv-accent-dark);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.gv-tm-title {
	max-width: 780px;
	margin: 0 auto .4rem;
	color: var(--gv-ink);
	font-size: clamp(1.85rem, 3.3vw, 2.65rem);
	letter-spacing: -.035em;
	line-height: 1.08;
	text-align: center;
	text-wrap: balance;
}
.gv-tm-subtitle {
	margin: 0 0 1.2rem;
	color: var(--gv-muted);
	font-size: clamp(1rem, 1.5vw, 1.14rem);
	font-weight: 650;
	text-align: center;
}
.gv-tm-intro,
.gv-tm-closing {
	max-width: 820px;
	margin: 0 auto;
	color: #292830;
	font-size: clamp(.96rem, 1.08vw, 1.04rem);
	line-height: 1.68;
}
.gv-tm-grid {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	max-width: 680px;
	margin: clamp(1.7rem, 3vw, 2.3rem) auto;
	padding: .6rem 0 1.1rem;
}
.gv-tm-card {
	position: relative;
	display: block;
	flex: 0 0 285px;
	width: 285px;
	max-width: 285px;
	min-width: 0;
	padding: 11px 11px 42px;
	overflow: visible;
	border: 0;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(28, 24, 47, .2);
	transition: transform .2s ease, box-shadow .2s ease;
}
.gv-tm-card:first-child {
	z-index: 1;
	transform: rotate(-3.2deg);
}
.gv-tm-card:nth-child(2) {
	z-index: 2;
	margin-top: 22px;
	margin-left: -22px;
	transform: rotate(3.2deg);
}
.gv-tm-card:hover {
	z-index: 4;
	box-shadow: 0 24px 52px rgba(28, 24, 47, .24);
}
.gv-tm-card:first-child:hover {
	transform: rotate(-1.5deg) translateY(-3px);
}
.gv-tm-card:nth-child(2):hover {
	transform: rotate(1.5deg) translateY(-3px);
}
.gv-tm-photo-link,
.gv-tm-image,
.gv-tm-image > a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	background: #ebe9ef;
}
.gv-tm-photo,
.gv-tm-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
	transition: transform .25s ease;
}
.gv-tm-card:nth-child(2) .gv-tm-photo,
.gv-tm-card:nth-child(2) .gv-tm-image img {
	object-position: 22% center;
}
.gv-tm-card-content {
	padding: .75rem .25rem 0;
	text-align: center;
}
.gv-tm-card > :not(.gv-tm-image):not(.gv-tm-photo-link):not(.gv-tm-card-content) {
	margin-left: 0;
	margin-right: 0;
	padding-inline: .25rem;
	text-align: center;
}
.gv-tm-card h3 {
	margin: .72rem 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.8vw, 1.3rem);
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.2;
}
.gv-tm-card h3 a {
	color: var(--gv-ink);
	text-decoration: none;
}
.gv-tm-card h3 a:hover {
	color: var(--gv-accent);
}
.gv-tm-card .gv-tm-role,
.gv-tm-card > p:not(.gv-tm-role),
.gv-tm-card-content > p {
	display: none;
}
.gv-tm-closing {
	padding-top: 1.15rem;
	border-top: 1px solid rgba(90, 67, 214, .15);
}
.gv-article-trust .gv-tomas-mario {
	padding-top: 2.1rem;
	padding-bottom: 1.2rem;
}
.gv-article-trust .gv-tm-shell {
	width: min(calc(100% - 32px), 1040px);
}
.gv-footer-design {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: clamp(2rem, 5vw, 4rem) 24px;
	background: var(--gv-white);
}
.gv-footer-design img {
	display: block;
	width: min(100%, 718px);
	height: auto;
}
@media (max-width: 1120px) {
	.gv-home-editorial .gv-editorial-panel {
		padding-right: clamp(280px, 31vw, 350px);
	}
	.gv-home-editorial .gv-editorial-panel::before,
	.gv-home-editorial .gv-editorial-panel::after {
		width: clamp(145px, 17vw, 180px);
	}
}
@media (max-width: 860px) {
	.gv-home-editorial .gv-editorial-panel {
		min-height: 0;
		padding-right: clamp(1.25rem, 5vw, 2.25rem);
		padding-bottom: 245px;
	}
	.gv-home-editorial .gv-editorial-panel::before,
	.gv-home-editorial .gv-editorial-panel::after {
		top: auto;
		bottom: 28px;
		width: 145px;
	}
	.gv-home-editorial .gv-editorial-panel::before {
		right: calc(50% + 5px);
	}
	.gv-home-editorial .gv-editorial-panel::after {
		right: auto;
		left: calc(50% - 5px);
	}
}
@media (max-width: 620px) {
	.gv-home-editorial .gv-editorial-panel {
		padding-bottom: 205px;
	}
	.gv-home-editorial .gv-editorial-panel::before,
	.gv-home-editorial .gv-editorial-panel::after {
		bottom: 22px;
		width: 118px;
		border-width: 7px;
	}
	.gv-tomas-mario {
		padding-block: 1.4rem;
	}
	.gv-tm-shell,
	.gv-tomas-mario-pattern {
		width: min(calc(100% - 24px), var(--gv-container));
		padding: 1.15rem;
		border-radius: 22px;
	}
	.gv-tm-grid {
		margin-block: 1.25rem;
		padding-bottom: .7rem;
	}
	.gv-tm-card {
		flex-basis: 52%;
		width: 52%;
		max-width: 52%;
		padding: 7px 7px 32px;
	}
	.gv-tm-card:nth-child(2) {
		margin-top: 14px;
		margin-left: -15px;
	}
	.gv-tm-card h3 {
		font-size: .98rem;
	}
	.gv-tm-closing {
		padding-top: 1rem;
	}
	.gv-footer-design {
		padding-inline: 18px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.gv-tm-card,
	.gv-tm-photo,
	.gv-tm-image img {
		transition: none;
	}
}


/* Cache-sicherer Fallback: Langtext optisch an die grosse Startseitenbox anschliessen */
.home .gv-home-editorial:not(:has(.gv-editorial-details)) {
  padding-bottom: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel {
  border-bottom-color: transparent !important;
  border-radius: 30px 30px 0 0 !important;
  box-shadow: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust {
  display: block !important;
  width: min(1308px, calc(100% - 40px));
  max-width: none;
  margin: -1px auto clamp(48px, 7vw, 92px);
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tomas-mario {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-shell {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 42px 56px 58px !important;
  background: #fff !important;
  border: 1px solid rgba(17,18,25,.09) !important;
  border-top: 0 !important;
  border-radius: 0 0 30px 30px !important;
  box-shadow: 0 24px 55px rgba(31,35,48,.10) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-kicker,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-title,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-subtitle,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo-link {
  display: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-intro {
  max-width: 1080px !important;
  margin: 0 0 38px !important;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem) !important;
  line-height: 1.75 !important;
  color: #30313a !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  margin: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content {
  padding: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content h3 {
  margin: 0 0 4px !important;
  font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content h3 a {
  color: #111219 !important;
  text-decoration: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-role {
  margin: 0 0 14px !important;
  color: #6d3ff2 !important;
  font-weight: 750 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content > p:last-child,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-closing {
  font-size: 1rem !important;
  line-height: 1.72 !important;
  color: #30313a !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-closing {
  max-width: 1080px !important;
  margin: 38px 0 0 !important;
  padding-top: 32px !important;
  border-top: 1px solid rgba(17,18,25,.09) !important;
}
@media (max-width: 720px) {
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust {
    width: min(100% - 24px, 1308px);
  }
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-shell {
    padding: 28px 22px 34px !important;
    border-radius: 0 0 22px 22px !important;
  }
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}

/* Vollständige Autorenbeschreibungen in der grossen Startseitenbox */
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
  width: 100% !important;
  max-width: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-role,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card-content > p:last-child {
  display: block !important;
}

/* 2.2.7 – plakative Startseitenbox, Fotos zwischen den Personen */
.home .gv-home-editorial .gv-section-title {
  max-width: 8.5ch !important;
  font-size: clamp(4rem, 5.8vw, 6.25rem) !important;
  line-height: .88 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance;
}
.home .gv-editorial-panel:has(.gv-editorial-details) {
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.45fr) !important;
  column-gap: clamp(48px, 6vw, 92px) !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy {
  max-width: 660px !important;
  align-self: center !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child {
  font-size: clamp(1.2rem, 1.7vw, 1.55rem) !important;
  line-height: 1.55 !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
  grid-column: 1 / -1 !important;
}
.home .gv-editorial-details .gv-editorial-lead {
  max-width: 1040px !important;
}
.home .gv-editorial-details .gv-editorial-people {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4.5vw, 66px) !important;
}
.home .gv-editorial-details .gv-editorial-person {
  min-width: 0;
}
.home .gv-editorial-details .gv-editorial-portraits {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 390px !important;
  grid-column: auto !important;
  grid-row: auto !important;
}
.home .gv-editorial-details .gv-editorial-photo {
  position: absolute !important;
  top: 50% !important;
  width: 205px !important;
  height: 285px !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0 22px 42px rgba(22,25,36,.17) !important;
  border-radius: 1px !important;
}
.home .gv-editorial-details .gv-editorial-photo-tomas {
  left: 0 !important;
  transform: translateY(-52%) rotate(-5deg) !important;
}
.home .gv-editorial-details .gv-editorial-photo-mario {
  right: 0 !important;
  transform: translateY(-48%) rotate(5deg) !important;
}
.home .gv-editorial-details .gv-editorial-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

/* Fallback fuer bereits gecachte 2.2.5-Navigation */
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel {
  min-height: 0 !important;
  padding-right: 56px !important;
  grid-template-columns: minmax(330px, .9fr) minmax(0, 1.45fr) !important;
  column-gap: clamp(48px, 6vw, 92px) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel::before,
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel::after {
  display: none !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-home-editorial-copy {
  max-width: 660px !important;
  align-self: center !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-home-editorial-copy > p:first-child {
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-home-editorial-copy > p:first-child::before {
  content: "Persönliche Erfahrungen, nachvollziehbare Recherche und klare Autorenschaft machen unsere Beiträge überprüfbar.";
  display: block;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.55;
  color: #272832;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-intro {
  max-width: 1040px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-intro::before {
  content: "Gutes Familienwissen braucht echte Erfahrung, verständliche Quellen und eine klare redaktionelle Verantwortung.";
  display: block;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.75;
  color: #30313a;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4.5vw, 66px) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card {
  display: contents !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:first-child .gv-tm-card-content {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:last-child .gv-tm-card-content {
  grid-column: 3 !important;
  grid-row: 1 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo-link {
  display: block !important;
  position: relative !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  width: 205px !important;
  height: 285px !important;
  padding: 10px !important;
  background: #fff !important;
  box-shadow: 0 22px 42px rgba(22,25,36,.17) !important;
  border-radius: 1px !important;
  z-index: 1 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:first-child .gv-tm-photo-link {
  justify-self: start !important;
  transform: translateX(-10px) rotate(-5deg) !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:last-child .gv-tm-photo-link {
  justify-self: end !important;
  transform: translateX(10px) rotate(5deg) !important;
  z-index: 2 !important;
}
.home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

@media (max-width: 900px) {
  .home .gv-home-editorial .gv-section-title {
    max-width: 11ch !important;
    font-size: clamp(3.2rem, 11vw, 5.3rem) !important;
  }
  .home .gv-editorial-panel:has(.gv-editorial-details),
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) .gv-editorial-panel {
    grid-template-columns: 1fr !important;
    padding-right: clamp(22px, 6vw, 56px) !important;
  }
  .home .gv-editorial-details .gv-editorial-people,
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-grid {
    grid-template-columns: 1fr !important;
  }
  .home .gv-editorial-details .gv-editorial-person-tomas,
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:first-child .gv-tm-card-content {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .home .gv-editorial-details .gv-editorial-portraits {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: min(330px, 92%) !important;
    justify-self: center !important;
  }
  .home .gv-editorial-details .gv-editorial-person-mario,
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-card:last-child .gv-tm-card-content {
    grid-column: 1 !important;
    grid-row: 3 !important;
  }
  .home .gv-home-editorial:not(:has(.gv-editorial-details)) + .gv-home-trust .gv-tm-photo-link {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}

/* Cache-sicher gekürzter Mitteltext */
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child {
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child::before {
  content: "Persönliche Erfahrungen, nachvollziehbare Recherche und klare Autorenschaft machen unsere Beiträge überprüfbar.";
  display: block;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.55;
  color: #272832;
}

/* 2.2.7 – Infografik oberhalb des Footers deutlich groesser */
.gv-footer-design {
  width: 100% !important;
  max-width: none !important;
  padding: clamp(42px, 6vw, 86px) 20px 18px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}
.gv-footer-design img {
  display: block !important;
  width: min(1120px, 94vw) !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 auto !important;
}
@media (max-width: 720px) {
  .gv-footer-design {
    padding: 34px 0 12px !important;
  }
  .gv-footer-design img {
    width: 118vw !important;
    max-width: none !important;
    margin-left: -9vw !important;
  }
}

/* 2.2.8 – gestalterische Straffung des Startseiten-Trustbereichs */
.home .gv-editorial-panel:has(.gv-editorial-details) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) !important;
  column-gap: clamp(52px, 6vw, 88px) !important;
  row-gap: 0 !important;
  padding: clamp(48px, 5vw, 72px) !important;
}
.home .gv-home-editorial .gv-section-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: clamp(3.7rem, 5vw, 4.65rem) !important;
  line-height: .94 !important;
  letter-spacing: -.05em !important;
  text-wrap: balance !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy {
  max-width: 620px !important;
  align-self: center !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
  margin-top: 40px !important;
  padding-top: 38px !important;
  border-top: 1px solid rgba(42,43,54,.10) !important;
}
.home .gv-editorial-details .gv-editorial-lead {
  max-width: 930px !important;
  margin: 0 0 38px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-editorial-details .gv-editorial-lead::before {
  content: "Gutes Familienwissen verbindet echte Erfahrung mit verlässlichen Quellen.";
  display: block;
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  line-height: 1.68;
  color: #30313a;
}
.home .gv-editorial-details .gv-editorial-people {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 260px) minmax(0, 1fr) !important;
  align-items: start !important;
  gap: clamp(34px, 4vw, 58px) !important;
  margin-top: 0 !important;
}
.home .gv-editorial-details .gv-editorial-people > * {
  border: 0 !important;
}
.home .gv-editorial-details .gv-editorial-person {
  align-self: start !important;
  padding: 0 !important;
}
.home .gv-editorial-details .gv-editorial-person h3 {
  margin: 0 0 5px !important;
  font-size: clamp(1.45rem, 2vw, 1.8rem) !important;
}
.home .gv-editorial-details .gv-editorial-person > p:last-child {
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  line-height: 1.62 !important;
}
.home .gv-editorial-details .gv-editorial-portraits {
  align-self: start !important;
  min-height: 310px !important;
  margin-top: 4px !important;
}
.home .gv-editorial-details .gv-editorial-photo {
  top: 12px !important;
  width: 175px !important;
  height: 245px !important;
  padding: 9px !important;
  box-shadow: 0 18px 34px rgba(22,25,36,.15) !important;
}
.home .gv-editorial-details .gv-editorial-photo-tomas {
  left: -2px !important;
  transform: rotate(-4deg) !important;
}
.home .gv-editorial-details .gv-editorial-photo-mario {
  right: -2px !important;
  transform: translateY(10px) rotate(4deg) !important;
}
.home .gv-editorial-details .gv-editorial-closing {
  max-width: 930px !important;
  margin: 34px 0 0 !important;
  padding-top: 26px !important;
  border-top: 1px solid rgba(42,43,54,.10) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-editorial-details .gv-editorial-closing::before {
  content: "Netpapa verbindet verständliche Einordnung mit kontinuierlicher Quellenprüfung – sachlich, praktisch und ohne Panikmache.";
  display: block;
  font-size: 1rem;
  line-height: 1.65;
  color: #30313a;
}
@media (max-width: 900px) {
  .home .gv-editorial-panel:has(.gv-editorial-details) {
    grid-template-columns: 1fr !important;
    padding: 34px 24px 40px !important;
  }
  .home .gv-home-editorial .gv-section-title {
    max-width: 11ch !important;
    font-size: clamp(3rem, 12vw, 4.25rem) !important;
  }
  .home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
  .home .gv-editorial-details .gv-editorial-people {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .home .gv-editorial-details .gv-editorial-portraits {
    width: min(300px, 92%) !important;
    min-height: 285px !important;
  }
  .home .gv-editorial-details .gv-editorial-photo {
    width: 158px !important;
    height: 220px !important;
  }
}

/* 2.2.9 – einzeilige Startseitenüberschrift und eigenständige Tomáš-Box */
@media (min-width: 901px) {
  .home .gv-editorial-panel:has(.gv-editorial-details) {
    grid-template-columns: 1fr !important;
  }
  .home .gv-editorial-panel:has(.gv-editorial-details) > div:first-child,
  .home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy,
  .home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
    grid-column: 1 / -1 !important;
  }
  .home .gv-home-editorial .gv-section-title {
    width: 100% !important;
    max-width: none !important;
    white-space: nowrap !important;
    text-wrap: nowrap !important;
    font-size: clamp(3.35rem, 4.7vw, 4.45rem) !important;
    line-height: .98 !important;
  }
  .home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy {
    max-width: 760px !important;
    margin-top: 26px !important;
  }
}

/* 2.2.16 – größere, nicht umbrechende Porträtgruppe im Gutenberg-Trustblock */
@media (min-width: 981px) {
	.gv-gutenberg-trust__people {
		grid-template-columns: minmax(0,1fr) minmax(390px,440px) minmax(0,1fr) !important;
		gap: clamp(28px,3.2vw,56px) !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		height: 420px !important;
		min-height: 420px !important;
		overflow: visible !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 270px !important;
		width: 270px !important;
		max-width: 270px !important;
		margin: 0 !important;
		padding: 3px !important;
	}
	.gv-gutenberg-trust__photo:first-child {
		transform: translateX(25%) rotate(-3deg) !important;
	}
	.gv-gutenberg-trust__photo:last-child {
		transform: translateX(-25%) rotate(3deg) !important;
	}
	.gv-gutenberg-trust__photo img {
		height: 370px !important;
	}
}
.home .gv-editorial-details .gv-editorial-people {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 290px) minmax(0, 1fr) !important;
}
.home .gv-editorial-details .gv-editorial-portraits {
  min-height: 330px !important;
}
.home .gv-editorial-details .gv-editorial-photo {
  width: 205px !important;
  height: 280px !important;
  padding: 5px !important;
  box-shadow: 0 18px 36px rgba(22,25,36,.16) !important;
}
.home .gv-editorial-details .gv-editorial-photo-tomas {
  left: -4px !important;
}
.home .gv-editorial-details .gv-editorial-photo-mario {
  right: -4px !important;
}

/* Nur Tomáš unter Kulinarik-Artikeln */
.gv-article-trust {
  width: 100%;
  margin: clamp(2.4rem, 5vw, 4rem) 0 1.4rem;
  background: transparent !important;
}
.gv-article-trust .gv-local-section--article {
  padding: 0 !important;
}
.gv-article-trust .gv-local-card--article {
  display: grid !important;
  grid-template-columns: minmax(230px, 285px) minmax(0, 1fr) !important;
  width: min(calc(100% - 32px), 1040px) !important;
  min-height: 330px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(17,17,22,.07) !important;
  border-radius: 24px !important;
  background: #fff !important;
  color: #202129 !important;
  box-shadow: 0 16px 42px rgba(17,17,22,.07) !important;
}
.gv-article-trust .gv-local-card--article .gv-local-media {
  min-height: 330px !important;
  background: #eeeef3 !important;
}
.gv-article-trust .gv-local-card--article .gv-local-media a,
.gv-article-trust .gv-local-card--article .gv-local-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.gv-article-trust .gv-local-card--article .gv-local-media img {
  object-fit: cover !important;
  object-position: center top !important;
}
.gv-article-trust .gv-local-card--article .gv-local-copy {
  justify-content: center !important;
  padding: clamp(2rem, 4.5vw, 3.5rem) !important;
}
.gv-article-trust .gv-local-card--article .gv-local-copy h2 {
  margin: 0 !important;
  font-size: clamp(2rem, 3.5vw, 3.15rem) !important;
  line-height: 1.04 !important;
}
.gv-article-trust .gv-local-card--article .gv-local-copy h2 a {
  color: #111219 !important;
  text-decoration: none !important;
}
.gv-article-trust .gv-local-card--article .gv-local-copy > p:not(.gv-eyebrow) {
  max-width: 650px !important;
  margin: 1rem 0 0 !important;
  color: #565762 !important;
  font-size: 1.02rem !important;
  line-height: 1.65 !important;
}
.gv-article-trust .gv-local-card--article .gv-button {
  width: fit-content !important;
  margin-top: 1.3rem !important;
}
@media (max-width: 700px) {
  .home .gv-editorial-details .gv-editorial-photo {
    width: 170px !important;
    height: 235px !important;
    padding: 4px !important;
  }
  .gv-article-trust .gv-local-card--article {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 24px), 1040px) !important;
  }
  .gv-article-trust .gv-local-card--article .gv-local-media {
    min-height: 300px !important;
    max-height: 380px !important;
  }
  .gv-article-trust .gv-local-card--article .gv-local-copy {
    padding: 1.7rem 1.35rem 2rem !important;
  }
}

/* 2.2.10 – Trust-Einleitung zusammengeführt, Porträts größer */
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy {
  max-width: 1120px !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child {
  font-size: 0 !important;
  line-height: 0 !important;
  max-width: 1100px !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child::before {
  content: "Unsere Beiträge entstehen aus persönlicher Erfahrung, nachvollziehbarer Recherche und fachlicher Prüfung, wo sie notwendig ist.";
  display: block;
  font-size: clamp(1.16rem, 1.55vw, 1.42rem);
  line-height: 1.58;
  color: #272832;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-actions {
  margin-top: 22px !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
  margin-top: 28px !important;
  padding-top: 30px !important;
  border-top: 0 !important;
}
.home .gv-editorial-details .gv-editorial-lead {
  display: none !important;
}
.home .gv-editorial-details .gv-editorial-people {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 330px) minmax(0, 1fr) !important;
  gap: clamp(38px, 4.4vw, 64px) !important;
  align-items: center !important;
}
.home .gv-editorial-details .gv-editorial-portraits {
  width: 100% !important;
  min-height: 365px !important;
  margin-top: 0 !important;
}
.home .gv-editorial-details .gv-editorial-photo {
  width: 225px !important;
  height: 310px !important;
  padding: 3px !important;
  box-shadow: 0 18px 38px rgba(22,25,36,.15) !important;
}
.home .gv-editorial-details .gv-editorial-photo-tomas {
  left: -4px !important;
}
.home .gv-editorial-details .gv-editorial-photo-mario {
  right: -4px !important;
}
@media (max-width: 900px) {
  .home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy {
    max-width: none !important;
  }
  .home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details {
    margin-top: 22px !important;
    padding-top: 24px !important;
  }
  .home .gv-editorial-details .gv-editorial-portraits {
    width: min(330px, 96%) !important;
    min-height: 305px !important;
  }
  .home .gv-editorial-details .gv-editorial-photo {
    width: 182px !important;
    height: 255px !important;
    padding: 2px !important;
  }
}

/* 2.2.11 – Hero-Kicker und barrierefreie Suchbeschriftung */
.home .gv-home-hero-kicker {
  margin: 0 0 1rem !important;
  color: #d9cdfb !important;
  font-size: clamp(1.45rem, 2vw, 2.1rem) !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: .105em !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 18px rgba(30,18,80,.30) !important;
}
.home .gv-hero-search > label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 700px) {
  .home .gv-home-hero-kicker {
    font-size: clamp(1.2rem, 6vw, 1.6rem) !important;
    letter-spacing: .09em !important;
  }
}

/* 2.2.11 – cachefeste sichtbare Kicker-Beschriftung */
.home .gv-home-hero-kicker {
  font-size: 0 !important;
  line-height: 0 !important;
}
.home .gv-home-hero-kicker::before {
  content: "NETPAPA · SEIT 2013";
  display: block;
  color: #d9cdfb;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
  font-weight: 850;
  line-height: 1;
  letter-spacing: .105em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .home .gv-home-hero-kicker::before {
    font-size: clamp(1.2rem, 6vw, 1.6rem);
    letter-spacing: .09em;
  }
}

/* 2.2.11 – echte Texte nach Cache-Bust, keine Screenreader-Dopplungen */
.home .gv-home-hero-kicker.is-echt-prag {
  font-size: clamp(1.45rem, 2vw, 2.1rem) !important;
  line-height: 1 !important;
}
.home .gv-home-hero-kicker.is-echt-prag::before {
  content: none !important;
  display: none !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child {
  font-size: clamp(1.16rem, 1.55vw, 1.42rem) !important;
  line-height: 1.58 !important;
}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy > p:first-child::before {
  content: none !important;
  display: none !important;
}
.home .gv-editorial-details--2211 .gv-editorial-closing {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}
.home .gv-editorial-details--2211 .gv-editorial-closing::before {
  content: none !important;
  display: none !important;
}
@media (max-width: 700px) {
  .home .gv-home-hero-kicker.is-echt-prag {
    font-size: clamp(1.2rem, 6vw, 1.6rem) !important;
  }
}


/* 2.2.14 – Gutenberg-Trustblock und responsiver Fallback (Live-Stand) */
/* Gutenberg Trust-Block auf der Startseite */
.gv-gutenberg-trust,.gv-gutenberg-trust *{box-sizing:border-box}
.gv-gutenberg-trust{width:min(1600px,calc(100% - 64px));max-width:1600px!important;margin:clamp(44px,6vw,88px) auto!important;padding:clamp(34px,5vw,76px);overflow:hidden;border:1px solid rgba(20,18,31,.08);border-radius:30px;background:radial-gradient(circle at 88% 8%,rgba(109,63,242,.08),transparent 30%),linear-gradient(145deg,#fff 0%,#fbfbfe 100%);box-shadow:0 24px 64px rgba(24,20,45,.09);color:#111018}
.gv-gutenberg-trust__eyebrow{margin:0 0 18px!important;color:#6d3ff2;font-size:.86rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.gv-gutenberg-trust__title{max-width:none!important;margin:0!important;font-size:clamp(2.7rem,5vw,5.35rem);font-weight:800;line-height:.98;letter-spacing:-.055em;white-space:nowrap}
.gv-gutenberg-trust__lead{max-width:1040px!important;margin:34px 0 0!important;font-size:clamp(1.15rem,1.75vw,1.65rem);line-height:1.55}
.gv-gutenberg-trust__links{display:flex;gap:16px 28px;margin-top:24px!important}
.gv-gutenberg-trust__links .wp-block-button__link{padding:0!important;border:0!important;background:transparent!important;color:#111018!important;font-size:.98rem;font-weight:750;line-height:1.4;text-decoration:none;box-shadow:none!important}
.gv-gutenberg-trust__links .wp-block-button__link:hover,.gv-gutenberg-trust__links .wp-block-button__link:focus-visible{color:#6d3ff2!important;text-decoration:underline;text-underline-offset:4px}
.gv-gutenberg-trust__people{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,360px) minmax(0,1fr);align-items:center;gap:clamp(30px,4vw,72px);margin-top:clamp(46px,6vw,78px)!important;padding-top:clamp(38px,5vw,62px);border-top:1px solid rgba(20,18,31,.09)}
.gv-gutenberg-trust__person{min-width:0}
.gv-gutenberg-trust__person h3{margin:0 0 5px!important;font-size:clamp(1.7rem,2.3vw,2.3rem);line-height:1.1}
.gv-gutenberg-trust__person h3 a{color:inherit;text-decoration:none}
.gv-gutenberg-trust__person>p:not(.gv-gutenberg-trust__role){margin:20px 0 0!important;font-size:1.04rem;line-height:1.72}
.gv-gutenberg-trust__role{margin:0!important;color:#4c238f;font-size:.94rem;font-weight:750;line-height:1.35}
.gv-gutenberg-trust__portraits{position:relative;display:flex!important;justify-content:center;align-items:center;width:100%;min-height:360px;margin:0!important}
.gv-gutenberg-trust__photo{position:relative;flex:0 0 58%;max-width:220px;margin:0!important;padding:5px;border-radius:3px;background:#fff;box-shadow:0 18px 38px rgba(25,22,41,.18)}
.gv-gutenberg-trust__photo:first-child{z-index:1;transform:translateX(14%) rotate(-3deg)}
.gv-gutenberg-trust__photo:last-child{z-index:2;transform:translateX(-14%) rotate(3deg)}
.gv-gutenberg-trust__photo img{display:block;width:100%;height:310px;border-radius:1px;object-fit:cover}
.gv-gutenberg-trust__closing{max-width:980px!important;margin:clamp(38px,5vw,64px) auto 0!important;padding-top:clamp(28px,4vw,42px);border-top:1px solid rgba(20,18,31,.09);font-size:1.08rem;line-height:1.65;text-align:center}
@media(max-width:980px){.gv-gutenberg-trust{width:min(100% - 36px,860px)}.gv-gutenberg-trust__title{font-size:clamp(2.45rem,8vw,4.7rem);white-space:normal}.gv-gutenberg-trust__people{grid-template-columns:1fr;gap:34px}.gv-gutenberg-trust__person{max-width:680px;margin-inline:auto}.gv-gutenberg-trust__portraits{min-height:340px}.gv-gutenberg-trust__photo{max-width:230px}.gv-gutenberg-trust__photo img{height:320px}}
@media(max-width:600px){.gv-gutenberg-trust{width:calc(100% - 24px);margin:30px auto!important;padding:28px 22px 32px;border-radius:22px}.gv-gutenberg-trust__eyebrow{margin-bottom:14px!important;font-size:.72rem}.gv-gutenberg-trust__title{font-size:clamp(2.2rem,12vw,3.35rem);line-height:1.02;letter-spacing:-.05em}.gv-gutenberg-trust__lead{margin-top:22px!important;font-size:1.06rem;line-height:1.55}.gv-gutenberg-trust__links{flex-direction:column;align-items:flex-start;gap:12px}.gv-gutenberg-trust__people{gap:28px;margin-top:34px!important;padding-top:30px}.gv-gutenberg-trust__person h3{font-size:1.75rem}.gv-gutenberg-trust__person>p:not(.gv-gutenberg-trust__role){margin-top:16px!important;font-size:1rem;line-height:1.66}.gv-gutenberg-trust__portraits{min-height:270px;overflow:visible}.gv-gutenberg-trust__photo{flex-basis:56%;max-width:170px;padding:4px}.gv-gutenberg-trust__photo img{height:238px}.gv-gutenberg-trust__closing{margin-top:34px!important;padding-top:26px;font-size:1rem;text-align:left}}
/* Mobile-Fallback für Browser mit gecachter Theme-Navigation */
@media(max-width:980px){
.home .gv-home-editorial{width:100%;padding-inline:12px!important;overflow:hidden}
.home .gv-home-editorial .gv-editorial-panel,
.home .gv-editorial-panel:has(.gv-editorial-details){display:block!important;width:min(100%,860px)!important;max-width:100%!important;margin-inline:auto!important;padding:34px 26px 40px!important;overflow:hidden!important}
.home .gv-home-editorial .gv-section-title{width:100%!important;max-width:100%!important;margin:0!important;font-size:clamp(2.8rem,10vw,4.6rem)!important;line-height:1!important;letter-spacing:-.05em!important;white-space:normal!important;text-wrap:balance!important;overflow-wrap:anywhere!important}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy{width:100%!important;max-width:100%!important;margin-top:24px!important}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-editorial-details{width:100%!important;max-width:100%!important;margin-top:28px!important;padding-top:28px!important}
.home .gv-editorial-details .gv-editorial-people{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:30px!important;width:100%!important}
.home .gv-editorial-details .gv-editorial-person-tomas{grid-column:1!important;grid-row:1!important}
.home .gv-editorial-details .gv-editorial-portraits{grid-column:1!important;grid-row:2!important;width:min(330px,100%)!important;min-height:310px!important;margin:0 auto!important}
.home .gv-editorial-details .gv-editorial-person-mario{grid-column:1!important;grid-row:3!important}
.home .gv-editorial-details .gv-editorial-photo{top:20px!important;width:min(54%,182px)!important;height:255px!important;padding:4px!important}
.home .gv-editorial-details .gv-editorial-photo-tomas{left:3%!important;right:auto!important}
.home .gv-editorial-details .gv-editorial-photo-mario{right:3%!important;left:auto!important}
}
@media(max-width:600px){
.home .gv-home-editorial{padding-inline:8px!important}
.home .gv-home-editorial .gv-editorial-panel,
.home .gv-editorial-panel:has(.gv-editorial-details){padding:28px 20px 34px!important;border-radius:22px!important}
.home .gv-home-editorial .gv-section-title{font-size:clamp(2.35rem,12vw,3.35rem)!important;line-height:1.02!important}
.home .gv-editorial-panel:has(.gv-editorial-details) .gv-home-editorial-copy>p:first-child{font-size:1.05rem!important;line-height:1.58!important}
.home .gv-editorial-details .gv-editorial-person h3{font-size:1.7rem!important}
.home .gv-editorial-details .gv-editorial-person>p:last-child{font-size:1rem!important;line-height:1.65!important}
.home .gv-editorial-details .gv-editorial-portraits{width:100%!important;min-height:270px!important}
.home .gv-editorial-details .gv-editorial-photo{width:min(54%,165px)!important;height:230px!important}
.home .gv-editorial-details .gv-editorial-closing{text-align:left!important}
}

/* 2.2.14 – kompaktere Kopfabstände auf Desktop */
@media (min-width: 901px) {
	.home .gv-home-hero {
		padding-top: 12px !important;
	}
	.gv-entry-header {
		padding-top: clamp(1.35rem, 2.8vw, 2.5rem) !important;
	}
	.gv-archive-header {
		margin-top: 12px !important;
	}
}

/* 2.2.17 – abschließende Regeln für den bündigen Trustblock */
@media (min-width: 981px) {
	.home .gv-gutenberg-trust {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
		border-radius: 0 !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people {
		grid-template-columns: minmax(0,1fr) minmax(480px,520px) minmax(0,1fr) !important;
		gap: clamp(34px,3.4vw,64px) !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		width: 520px !important;
		height: 470px !important;
		min-height: 470px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 320px !important;
		width: 320px !important;
		max-width: 320px !important;
		padding: 0 !important;
		overflow: hidden !important;
		border-radius: 5px !important;
		background: transparent !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:first-child {
		transform: translateX(13%) rotate(-2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:last-child {
		transform: translateX(-13%) rotate(2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo img {
		height: 430px !important;
		border-radius: 5px !important;
		object-fit: cover !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--tomas img {
		object-position: 50% 36% !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--mario img {
		object-position: 28% 40% !important;
	}
}
/* 2.2.18 – ausgewogene Trustbox mit breiten Textspalten */
@media (min-width: 981px) {
	.home .gv-gutenberg-trust {
		width: min(1600px, calc(100% - 64px)) !important;
		max-width: 1600px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		border: 1px solid rgba(20,18,31,.08) !important;
		border-radius: 30px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people {
		width: 100% !important;
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		grid-template-columns: minmax(0,1fr) 400px minmax(0,1fr) !important;
		gap: clamp(32px,3vw,52px) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__person {
		width: 100% !important;
		max-width: none !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__person h3 {
		white-space: nowrap !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		width: 400px !important;
		height: 400px !important;
		min-height: 400px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 260px !important;
		width: 260px !important;
		max-width: 260px !important;
		padding: 5px !important;
		overflow: hidden !important;
		border-radius: 4px !important;
		background: #fff !important;
		box-shadow: 0 18px 38px rgba(25,22,41,.18) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:first-child {
		transform: translateX(19%) rotate(-2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:last-child {
		transform: translateX(-19%) rotate(2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo img {
		height: 350px !important;
		border-radius: 2px !important;
		object-fit: cover !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--tomas img {
		object-position: 50% 36% !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo--mario img {
		object-position: 28% 40% !important;
	}
}


/* 2.2.19 – reduzierte Footer-Unterzeile */
.gv-footer-bottom-links a[rel~="author"],
.gv-footer-bottom-links a[href*="/redaktionelle-leitlinien/"] {
	display: none !important;
}

/* 2.3.0 – doppelte Footer-Unterzeile entfernt */
.gv-footer-bottom-links {
	display: none !important;
}

/* 2.3.1 – stabiler Personenblock und zweispaltiger Mobil-Footer */
@media (max-width: 720px) {
	.home .gv-gutenberg-trust {
		width: calc(100% - 24px) !important;
		max-width: calc(100% - 24px) !important;
		padding: 28px 22px 34px !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		align-items: stretch !important;
		gap: 28px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__person {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people > .gv-gutenberg-trust__person:first-child {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}
	.home .gv-gutenberg-trust .wp-block-group.gv-gutenberg-trust__portraits.is-layout-flex {
		display: flex !important;
		grid-column: 1 !important;
		grid-row: 2 !important;
		flex-flow: row nowrap !important;
		align-items: center !important;
		justify-content: center !important;
		width: min(100%, 340px) !important;
		height: 285px !important;
		min-height: 285px !important;
		margin: 0 auto !important;
		overflow: visible !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__portraits.is-layout-flex > figure.wp-block-image.gv-gutenberg-trust__photo {
		flex: 0 0 min(58%, 185px) !important;
		width: min(58%, 185px) !important;
		max-width: 185px !important;
		margin: 0 !important;
		padding: 4px !important;
		background: #fff !important;
		border-radius: 4px !important;
		box-shadow: 0 14px 30px rgba(25,22,41,.16) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:first-child {
		margin-right: -14% !important;
		transform: rotate(-2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo:last-child {
		margin-left: -2% !important;
		transform: rotate(2.5deg) !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__photo img {
		width: 100% !important;
		height: 255px !important;
		object-fit: cover !important;
	}
	.home .gv-gutenberg-trust .gv-gutenberg-trust__people > .gv-gutenberg-trust__person:last-child {
		grid-column: 1 !important;
		grid-row: 3 !important;
	}
	.gv-site-footer .gv-footer-main {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		column-gap: 22px !important;
		row-gap: 32px !important;
	}
	.gv-site-footer .gv-footer-brand {
		grid-column: 1 / -1 !important;
	}
	.gv-site-footer .gv-footer-column {
		min-width: 0 !important;
	}
	.gv-site-footer .gv-footer-column a {
		font-size: .82rem !important;
		line-height: 1.4 !important;
		overflow-wrap: anywhere;
	}
}

/* 3.0 — Lila Markenwelt, korrigierter Header und redaktioneller Split-Hero */
body > img[src*="matomo.php"][referrerpolicy] {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
}

.np-utility-bar {
	background: #17131f;
	color: #d9cdfb;
}
.np-utility-menu a:hover,
.np-utility-menu a:focus-visible { color: #fff; }
.gv-site-header {
	border-bottom-color: rgba(76,35,143,.12);
	background: rgba(255,255,255,.975);
	box-shadow: 0 8px 26px rgba(35,20,56,.045);
}
.gv-header-inner {
	grid-template-columns: minmax(170px, 220px) minmax(0,1fr) auto;
	min-height: 92px;
}
.gv-brand img { max-width: min(var(--gv-logo-width), 220px); }
.gv-primary-nav > div > ul,
.gv-primary-nav > ul { gap: clamp(.8rem,1.45vw,1.45rem); }
.gv-primary-nav a {
	position: relative;
	font-size: clamp(1rem,1.2vw,var(--gv-nav-font-size));
	font-weight: 680;
}
.gv-primary-nav > div > ul > li > a::before,
.gv-primary-nav > ul > li > a::before {
	position: absolute;
	right: .12rem;
	bottom: .62rem;
	left: .12rem;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 99px;
	background: var(--gv-accent);
	content: "";
	transition: transform .18s ease;
}
.gv-primary-nav > div > ul > li:is(:hover,.current-menu-item,.current-menu-ancestor) > a::before,
.gv-primary-nav > ul > li:is(:hover,.current-menu-item,.current-menu-ancestor) > a::before { transform: scaleX(1); }
.gv-primary-nav .menu-item-has-children > a::after {
	display: inline-block;
	width: .42rem;
	height: .42rem;
	margin: 0 0 .22rem .42rem;
	transform: rotate(45deg);
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
}
.gv-primary-nav .sub-menu {
	display: block;
	padding: .65rem;
	transform: translateY(8px);
	visibility: hidden;
	opacity: 0;
	border-color: rgba(76,35,143,.12);
	box-shadow: 0 18px 45px rgba(35,20,56,.14);
	transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.gv-primary-nav li:hover > .sub-menu,
.gv-primary-nav li:focus-within > .sub-menu {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.gv-primary-nav > div > ul > li:nth-last-child(-n+2) > .sub-menu,
.gv-primary-nav > ul > li:nth-last-child(-n+2) > .sub-menu { right: -.8rem; left: auto; }
.gv-icon-button {
	background: #f2edff;
	color: #4c238f;
}
.gv-icon-button:hover { border-color: #d7c9fb; background: #e8deff; color: #4c238f; }

.home .gv-home-hero {
	padding-block: clamp(1.2rem,2.7vw,2.35rem) clamp(1.4rem,3vw,2.5rem);
	background: #f6f3fc;
}
.home .gv-home-hero-stage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0,1.02fr) minmax(360px,.82fr);
	align-items: stretch;
	min-height: 630px;
	overflow: hidden;
	border: 1px solid rgba(76,35,143,.13);
	border-radius: 32px;
	background: #eee8ff;
	box-shadow: 0 24px 70px rgba(47,23,79,.12);
	isolation: isolate;
}
.home .gv-home-hero-stage::before {
	position: absolute;
	z-index: -1;
	top: -170px;
	left: -130px;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	background: rgba(109,63,242,.12);
	content: "";
}
.home .gv-home-hero-stage::after {
	position: absolute;
	z-index: -1;
	right: 36%;
	bottom: -210px;
	width: 390px;
	height: 390px;
	border: 80px solid rgba(109,63,242,.08);
	border-radius: 50%;
	content: "";
}
.home .gv-home-hero-content {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.2rem,5vw,5.2rem);
	color: #17131f;
}
.home .gv-home-hero-kicker {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 1.25rem;
	padding: .52rem .78rem;
	border: 1px solid rgba(109,63,242,.22);
	border-radius: 999px;
	background: rgba(255,255,255,.58);
	color: #4c238f !important;
	font-size: .74rem;
	font-weight: 850;
	letter-spacing: .12em;
}
.home .gv-home-hero-kicker::before { display: none !important; content: none !important; }
.home .gv-home-hero h1 {
	max-width: 720px;
	margin: 0;
	color: #17131f;
	font-size: clamp(3rem,5.2vw,5.15rem);
	font-weight: 820;
	letter-spacing: -.035em;
	line-height: .98;
}
.home .gv-home-hero h1::after {
	display: block;
	width: 88px;
	height: 7px;
	margin-top: 1.15rem;
	border-radius: 99px;
	background: var(--gv-accent);
	content: "";
}
.home .gv-home-hero-text {
	max-width: 660px;
	margin: 1.3rem 0 0;
	color: #4d4558;
	font-size: clamp(1.04rem,1.35vw,1.2rem);
	line-height: 1.55;
}
.home .np-hero-actions { margin: 1.7rem 0 0; }
.home .np-hero-actions .gv-button {
	padding: .9rem 1.15rem;
	background: var(--gv-accent);
	color: #fff;
}
.home .np-hero-actions .gv-button:hover { background: var(--gv-accent-dark); }
.home .np-text-link { color: #4c238f; }
.home .np-text-link:hover { color: #17131f; }
.home .gv-hero-search { max-width: 680px; margin-top: 1.4rem; }
.home .gv-hero-search-control {
	border: 1px solid rgba(76,35,143,.14);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(47,23,79,.11);
}
.home .gv-hero-search-control input[type="search"] { height: 58px; }
.home .gv-hero-search-control .gv-hero-search-submit { min-width: 154px; background: #17131f; }
.home .gv-hero-search-control .gv-hero-search-submit:hover { background: #4c238f; }
.np-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem 1.6rem;
	margin-top: 1.65rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(76,35,143,.13);
}
.np-hero-proof span { color: #6c6475; font-size: .78rem; }
.np-hero-proof strong { display: block; margin-bottom: .16rem; color: #4c238f; font-size: 1.08rem; line-height: 1; }
.np-hero-story {
	min-width: 0;
	margin: 18px;
	overflow: hidden;
	border-radius: 25px;
	background: #17131f;
	box-shadow: 0 20px 48px rgba(47,23,79,.22);
}
.np-hero-story-link {
	display: grid;
	height: 100%;
	grid-template-rows: minmax(0,1fr) auto;
	color: #fff;
	text-decoration: none;
}
.np-hero-story-media { position: relative; min-height: 330px; overflow: hidden; background: #2f174f; }
.np-hero-story-media::after { position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent,rgba(23,19,31,.44)); content: ""; }
.np-hero-story-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.np-hero-story-link:hover .np-hero-story-media img { transform: scale(1.025); }
.np-hero-story-body { display: block; padding: clamp(1.4rem,2.5vw,2rem); }
.np-hero-story-label { display: block; margin-bottom: .7rem; color: #d9cdfb; font-size: .72rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.np-hero-story-body > strong { display: block; color: #fff; font-size: clamp(1.45rem,2.3vw,2.2rem); letter-spacing: -.022em; line-height: 1.08; }
.np-hero-story-cta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; color: #d9cdfb; font-size: .88rem; font-weight: 760; }

@media (max-width: 1260px) {
	.gv-primary-nav .sub-menu { transform: none; visibility: visible; opacity: 1; }
	.gv-primary-nav .menu-item-has-children > a::after { display: none; }
	.gv-primary-nav > div > ul > li > a::before,
	.gv-primary-nav > ul > li > a::before { display: none; }
	.gv-primary-nav.is-open { max-height: min(70vh,620px); overflow-y: auto; }
}
@media (max-width: 980px) {
	.home .gv-home-hero-stage { grid-template-columns: 1fr; }
	.np-hero-story { min-height: 520px; }
}
@media (max-width: 782px) {
	.gv-header-inner { min-height: 76px; }
	.gv-brand img { max-width: min(var(--gv-logo-width),190px); }
	.home .gv-home-hero-stage { min-height: 0; border-radius: 23px; }
	.home .gv-home-hero-content { padding: 2rem 1.5rem; }
	.home .gv-home-hero h1 { font-size: clamp(2.75rem,11.5vw,4.2rem); }
	.np-hero-story { min-height: 450px; margin: 0 12px 12px; border-radius: 18px; }
}
@media (max-width: 560px) {
	.np-utility-inner { min-height: 30px; }
	.gv-brand img { max-width: min(var(--gv-logo-width),155px); }
	.home .gv-home-hero { padding-top: .75rem; }
	.home .gv-home-hero-content { padding: 1.8rem 1.2rem; }
	.home .np-hero-actions { align-items: stretch; gap: .8rem; }
	.home .np-hero-actions .gv-button { justify-content: center; }
	.home .np-text-link { text-align: center; }
	.home .gv-hero-search-control { grid-template-columns: auto minmax(0,1fr); }
	.home .gv-hero-search-control .gv-hero-search-submit { grid-column: 1 / -1; min-height: 48px; }
	.np-hero-proof { justify-content: space-between; gap: .75rem; }
	.np-hero-story { min-height: 400px; }
	.np-hero-story-media { min-height: 240px; }
}

/* 3.1 — breitere Bühne, einheitliche Flächen und Bildnachweise */
.gv-site-header,
.gv-site-header.is-sticky,
.gv-search-panel {
	background: var(--gv-surface) !important;
}
.gv-site-header {
	border-bottom-color: rgba(109,63,242,.12);
	box-shadow: 0 8px 24px rgba(47,23,79,.04);
}
.gv-primary-nav a:hover,
.gv-primary-nav a:focus-visible,
.gv-primary-nav .current-menu-item > a,
.gv-primary-nav .current-menu-ancestor > a {
	color: #6d3ff2 !important;
}
.gv-primary-nav > div > ul > li > a::before,
.gv-primary-nav > ul > li > a::before {
	background: #6d3ff2 !important;
}
.gv-primary-nav .sub-menu a:hover,
.gv-primary-nav .sub-menu a:focus-visible {
	background: #eee8ff !important;
	color: #4c238f !important;
}
.gv-icon-button,
.gv-icon-button:hover,
.gv-icon-button:focus-visible {
	border-color: rgba(109,63,242,.14) !important;
	background: #e9e1ff !important;
	color: #5b2fc5 !important;
}

.home .np-hero-shell {
	width: min(calc(100% - 48px), 1600px);
	max-width: 1600px;
}
.home .gv-home-hero-stage {
	grid-template-columns: minmax(0,1.08fr) minmax(410px,.92fr);
}
.home .gv-home-hero-content {
	padding-right: clamp(2.4rem,4.5vw,4.8rem);
	padding-left: clamp(2.4rem,4.5vw,4.8rem);
}

.gv-site-main img:not(.avatar):not(.custom-logo) {
	border-radius: 18px;
}
.gv-card-media,
.gv-featured-card,
.gv-entry-hero,
.gv-intent-card,
.np-hero-story,
.np-community-media,
.gv-local-media,
.gv-entry-content figure.wp-block-image,
.gv-entry-content figure.wp-block-gallery {
	border-radius: 18px;
}
.gv-entry-hero,
.gv-entry-content figure.wp-block-image,
.gv-entry-content figure.wp-block-gallery {
	position: relative;
	overflow: hidden;
}
.gv-entry-content figure.wp-block-image > img,
.gv-entry-content figure.wp-block-image > a > img {
	display: block;
	width: 100%;
}

.gv-photo-credit,
.gv-entry-content figure.wp-block-image > figcaption,
.gv-entry-content figure.wp-block-gallery > figcaption {
	position: absolute !important;
	z-index: 5;
	right: 10px;
	bottom: 9px;
	left: 10px;
	width: auto !important;
	max-width: max-content;
	margin: 0 !important;
	padding: 5px 8px;
	border-radius: 7px;
	background: rgba(17,13,25,.58);
	color: #fff !important;
	font-size: .66rem !important;
	font-weight: 560;
	line-height: 1.35;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0,0,0,.55);
	backdrop-filter: blur(4px);
}
.gv-featured-card > .gv-photo-credit,
.gv-intent-media > .gv-photo-credit {
	top: 10px;
	right: auto;
	bottom: auto;
	max-width: calc(100% - 20px);
}
.np-hero-story-media > .gv-photo-credit {
	right: 12px;
	bottom: 12px;
	left: 12px;
}
.np-community-media > .gv-photo-credit {
	right: auto;
	bottom: 12px;
	left: 14px;
}

@media (max-width: 1260px) {
	.home .gv-home-hero-stage { grid-template-columns: minmax(0,1fr) minmax(360px,.82fr); }
}
@media (max-width: 980px) {
	.home .np-hero-shell { width: min(calc(100% - 32px),1600px); }
	.home .gv-home-hero-stage { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
	.home .np-hero-shell { width: calc(100% - 20px); }
	.home .gv-home-hero-content { padding-right: 1.2rem; padding-left: 1.2rem; }
	.gv-photo-credit,
	.gv-entry-content figure.wp-block-image > figcaption,
	.gv-entry-content figure.wp-block-gallery > figcaption { font-size: .6rem !important; }
}

/* 3.2 — Header und Inhalt als eine Fläche, Vertrauenssignale als Karten */
.gv-site-header,
.gv-site-header.is-sticky {
	border: 0 !important;
	box-shadow: none !important;
}
.home .gv-home-hero {
	padding-top: .65rem;
}

.np-trust-section {
	padding-block: clamp(3.8rem,7vw,6.8rem);
	background: #f6f3fc;
}
.np-trust-section .gv-section-heading {
	max-width: 900px;
	margin-bottom: clamp(1.8rem,3vw,2.8rem);
}
.np-trust-section .gv-section-heading h2 {
	max-width: 850px;
	font-size: clamp(2rem,3.4vw,3.35rem);
	line-height: 1.06;
}
.np-trust-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: clamp(1rem,2vw,1.5rem);
}
.np-trust-card {
	min-height: 245px;
	padding: clamp(1.6rem,3vw,2.4rem);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(47,23,79,.07);
}
.np-trust-number {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 2.5rem;
	border-radius: 13px;
	background: #eee8ff;
	color: #5b2fc5;
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .08em;
}
.np-trust-card h3 {
	margin: 0;
	color: #17131f;
	font-size: clamp(1.25rem,1.8vw,1.65rem);
	line-height: 1.12;
}
.np-trust-card p {
	margin: .8rem 0 0;
	color: #625a6d;
	font-size: .96rem;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.np-trust-grid { grid-template-columns: 1fr; }
	.np-trust-card { min-height: 0; }
	.np-trust-number { margin-bottom: 1.5rem; }
}
