/* ==========================================================================
   IMMOVITA – Komponenten-Styles
   Farben und Schriften kommen aus theme.json (Presets). Selektoren beginnen mit
   "body", damit sie die Layout-Regeln von WordPress zuverlässig übersteuern.
   ========================================================================== */

:root {
	--iv-ivory: var(--wp--preset--color--ivory, #F5F2EC);
	--iv-sand-soft: var(--wp--preset--color--sand-soft, #EAE3D9);
	--iv-sand: var(--wp--preset--color--sand, #D8CFC4);
	--iv-sage: var(--wp--preset--color--sage, #788C80);
	--iv-forest: var(--wp--preset--color--forest, #0F3B2E);
	--iv-forest-deep: var(--wp--preset--color--forest-deep, #0B2E23);
	--iv-carbon: var(--wp--preset--color--carbon, #292929);
	--iv-muted: var(--wp--preset--color--muted, #6B6660);
	--iv-font-display: var(--wp--preset--font-family--cormorant-garamond, "Cormorant Garamond", Georgia, serif);
	--iv-header-offset: 88px;
}

html { scroll-behavior: smooth; }

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body [id] { scroll-margin-top: calc(var(--iv-header-offset) + var(--wp-admin--admin-bar--height, 0px)); }

body .wp-site-blocks > *,
body .iv-main > * { margin-block: 0; }

body h1, body h2, body h3 { text-wrap: balance; }

/* ---------- Typo-Bausteine ---------- */

body .iv-display {
	font-family: var(--iv-font-display);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	color: var(--iv-forest);
}

body .iv-eyebrow {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--iv-forest);
}

body .iv-lead {
	font-size: 16px;
	line-height: 26px;
	color: var(--iv-muted);
	max-width: 56ch;
}

body .iv-note {
	font-size: 12px;
	line-height: 18px;
	color: var(--iv-sage);
	border-left: 2px solid var(--iv-sage);
	padding-left: 10px;
	max-width: 56ch;
}

/* ---------- Buttons ---------- */

body .wp-block-button__link {
	transition: background-color .15s ease, color .15s ease, border-color .15s ease;
	border: 1px solid transparent;
}

body .wp-block-button__link:focus-visible {
	outline: 2px solid var(--iv-sage);
	outline-offset: 2px;
}

body .is-style-iv-light .wp-block-button__link {
	background: var(--iv-ivory);
	color: var(--iv-forest);
}

body .is-style-iv-light .wp-block-button__link:hover {
	background: var(--iv-sand-soft);
	color: var(--iv-forest);
}

body .is-style-iv-ghost .wp-block-button__link {
	background: transparent;
	color: var(--iv-ivory);
	border-color: rgba(245, 242, 236, 0.4);
}

body .is-style-iv-ghost .wp-block-button__link:hover {
	background: transparent;
	color: var(--iv-ivory);
	border-color: var(--iv-ivory);
}

/* ---------- Raster ---------- */

body .iv-grid { display: grid; gap: 32px; }
body .iv-grid > * { margin: 0; min-width: 0; }
body .iv-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body .iv-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body .iv-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

body .iv-split {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 64px;
	align-items: start;
}
body .iv-split > * { margin: 0; min-width: 0; }

body .iv-stack { display: flex; flex-direction: column; gap: 20px; }
body .iv-stack > * { margin: 0; }
body .iv-stack h2.iv-display { font-size: 40px; }

/* ---------- Sektionen ---------- */

body .iv-section { padding-block: 96px; }
body .iv-section > * + * { margin-block-start: 0; }

body .iv-section-head {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 56px;
}
body .iv-section-head > * { margin: 0; max-width: 640px; }
body .iv-section-head h2 { font-size: 32px; line-height: 40px; }
body .iv-section-head p:not(.iv-eyebrow) { color: var(--iv-muted); }

body .iv-werte { background: var(--iv-ivory); border-bottom: 1px solid var(--iv-sand); }
body .iv-leistungen { background: var(--iv-ivory); }
body .iv-ablauf { background: var(--iv-sand-soft); }
body .iv-region { background: var(--iv-ivory); border-bottom: 1px solid var(--iv-sand); }
body .iv-ueber { background: var(--iv-sand-soft); }
body .iv-bewertung { background: var(--iv-ivory); }
body .iv-faq { background: var(--iv-sand-soft); }

/* ---------- Header ---------- */

body .iv-site-header {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 50;
	background: color-mix(in srgb, var(--iv-ivory) 92%, transparent);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-bottom: 1px solid var(--iv-sand);
}

body .iv-header { padding-block: 14px; }
body .iv-header__inner { gap: 24px; }

body .iv-logo,
body .iv-footer__logo { margin: 0; flex-shrink: 0; }
body .iv-logo img { height: 44px; width: auto; }

body .iv-nav { font-size: 14px; font-weight: 500; gap: 32px; }
body .iv-nav .wp-block-navigation-item__content { color: var(--iv-carbon); opacity: .85; text-decoration: none; }
body .iv-nav .wp-block-navigation-item__content:hover { opacity: 1; }
body .iv-nav .wp-block-navigation__responsive-container.is-menu-open { background: var(--iv-ivory); color: var(--iv-carbon); }

body .iv-header__cta { margin: 0; flex-shrink: 0; }

/* ---------- Hero ---------- */

body .iv-hero {
	position: relative;
	background-color: var(--iv-forest);
	color: var(--iv-ivory);
	padding-block: 96px 72px;
	overflow: hidden;
}

body .iv-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(15, 59, 46, 0.75) 0%, rgba(15, 59, 46, 0.85) 45%, rgba(11, 46, 35, 0.98) 100%);
	pointer-events: none;
}

body .iv-hero > * { position: relative; z-index: 1; }

body .iv-hero__inner { display: flex; flex-direction: column; gap: 24px; }
body .iv-hero__inner > * { margin: 0; max-width: 760px; }

body .iv-hero .iv-eyebrow { color: var(--iv-sand-soft); opacity: .85; }
body .iv-hero__title { color: var(--iv-ivory); font-size: 56px; line-height: 1.08; text-wrap: balance; }
body h1.iv-hero__eyebrow { font-size: 11px; line-height: 16px; font-weight: 600; letter-spacing: 0.08em; }
body .iv-hero__position { font-size: 15px; font-weight: 600; letter-spacing: 0.01em; color: var(--iv-sand-soft); }
body .iv-hero__sub { font-size: 18px; line-height: 28px; color: #DCE3DE; max-width: 52ch; }
body .iv-hero__ctas { gap: 16px; margin-top: 8px; }

body .iv-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 16px;
	padding-top: 32px;
	border-top: 1px solid rgba(245, 242, 236, 0.2);
}
body .iv-hero__meta > * { margin: 0; }
body .iv-hero__meta-item { display: flex; flex-direction: column; gap: 4px; }
body .iv-hero__meta-item > * { margin: 0; }
body .iv-hero__meta-label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #A9B8AF; }
body .iv-hero__meta-value { font-size: 14px; font-weight: 600; color: var(--iv-ivory); font-variant-numeric: tabular-nums; }

/* ---------- Werte ---------- */

body .iv-werte__grid { column-gap: 64px; row-gap: 48px; }

body .iv-value { display: flex; flex-direction: column; gap: 10px; }
body .iv-value > * { margin: 0; }
body .iv-value::before { content: ""; width: 28px; height: 3px; background: var(--iv-forest); }
body .iv-value h3 { font-size: 14px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
body .iv-value p { font-size: 15px; line-height: 24px; color: var(--iv-muted); max-width: 52ch; }

body .iv-closing {
	margin-top: 80px;
	display: flex;
	gap: 32px;
	align-items: flex-start;
	padding: 40px 48px;
	background: var(--iv-sand-soft);
	border-left: 4px solid var(--iv-forest);
}
body .iv-closing > * { margin: 0; }
body .iv-closing h3.iv-display { font-size: 28px; line-height: 1.2; flex: 0 0 auto; max-width: 16ch; }
body .iv-closing p { font-size: 15px; line-height: 24px; color: var(--iv-muted); max-width: 56ch; }

/* ---------- Leistungen ---------- */

body .iv-services {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--iv-sand);
	border: 1px solid var(--iv-sand);
}

body .iv-service {
	--iv-icon: none;
	margin: 0;
	background: var(--iv-ivory);
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
body .iv-service > * { margin: 0; }
body .iv-service::before {
	content: "";
	width: 44px;
	height: 44px;
	border-radius: 2px;
	background: var(--iv-forest) var(--iv-icon) center / 22px 22px no-repeat;
}
body .iv-service h3 { font-size: 20px; line-height: 28px; }
body .iv-service p { font-size: 15px; line-height: 23px; color: var(--iv-muted); }
body .iv-service p.iv-note { font-size: 12px; line-height: 18px; color: var(--iv-sage); }

body .iv-service--vermarktung { --iv-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F2EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21l7-7'/%3E%3Ccircle cx='16.5' cy='7.5' r='4.5'/%3E%3Cpath d='M14 10l-2.5 2.5'/%3E%3C/svg%3E"); }
body .iv-service--vermietung { --iv-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F2EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-7 9 7'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3Cpath d='M10 20v-6h4v6'/%3E%3C/svg%3E"); }
body .iv-service--wertermittlung { --iv-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F2EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19V9M11 19V5M18 19v-7'/%3E%3Cpath d='M3 19h18'/%3E%3C/svg%3E"); }
body .iv-service--gutachten { --iv-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F2EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l5 5v13H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M10 13l2 2 4-4'/%3E%3C/svg%3E"); }
body .iv-service--finanzierung { --iv-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F2EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='6' width='20' height='13' rx='1'/%3E%3Cpath d='M2 10h20'/%3E%3Cpath d='M6 15h4'/%3E%3C/svg%3E"); }
body .iv-service--beratung { --iv-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F5F2EC' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"); }

body .iv-tier {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-left: 14px;
	border-left: 1px solid var(--iv-sand);
}
body .iv-tier > * { margin: 0; }
body .iv-service .iv-tier__label { font-size: 11px; line-height: 16px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--iv-forest); }
body .iv-service .iv-tier p:not(.iv-tier__label) { font-size: 14px; line-height: 21px; }

/* ---------- Ablauf ---------- */

body .iv-steps { column-gap: 32px; row-gap: 48px; }

body .iv-step {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 24px;
	border-top: 1px solid var(--iv-sand);
}
body .iv-step > * { margin: 0; }
body .iv-step::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 28px;
	height: 3px;
	background: var(--iv-forest);
}
body .iv-step p.iv-step__num,
body .iv-step__num {
	font-family: var(--iv-font-display);
	font-size: 64px;
	line-height: 0.9;
	font-weight: 500;
	color: var(--iv-forest);
	font-variant-numeric: lining-nums;
}
body .iv-step h3 { font-size: 17px; line-height: 24px; }
body .iv-step p { font-size: 14px; line-height: 22px; color: var(--iv-muted); }
body .iv-step__result { margin-top: auto !important; padding-top: 12px; display: flex; flex-direction: column; gap: 2px; }
body .iv-step__result > * { margin: 0; }
body .iv-step .iv-step__result-label { font-size: 10px; line-height: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--iv-sage); }
body .iv-step .iv-step__result-value { font-size: 13px; line-height: 20px; font-weight: 600; color: var(--iv-carbon); }

/* ---------- Bergisches Land ---------- */

body .iv-region__lists { gap: 32px; }
body .iv-region__list > * { margin: 0; }
body .iv-region__list h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--iv-muted);
	padding-bottom: 12px;
	border-bottom: 1px solid var(--iv-forest);
}
body .iv-region__list ul { list-style: none; margin: 0; padding: 0; }
body .iv-region__list li {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	padding-block: 11px;
	border-bottom: 1px solid var(--iv-sand);
}

/* ---------- Über uns ---------- */

body .iv-ueber__grid { align-items: center; }

body .iv-ueber__image {
	margin: 0;
	aspect-ratio: 4 / 5;
	max-width: 100%;
	overflow: hidden;
	border-radius: 2px;
}
body .iv-ueber__image img { width: 100%; height: 100%; object-fit: cover; }

body .iv-person {
	margin-top: 16px !important;
	padding: 24px;
	background: var(--iv-ivory);
	border: 1px solid var(--iv-sand);
	display: flex;
	flex-direction: column;
	gap: 4px;
}
body .iv-person > * { margin: 0; }
body .iv-person__name { font-size: 16px; font-weight: 700; }
body .iv-person__role { font-size: 13px; font-weight: 600; color: var(--iv-sage); }
body .iv-person__quali { font-size: 13px; color: var(--iv-muted); margin-top: 6px !important; }

body .iv-badges { display: flex; flex-direction: column; gap: 12px; }
body .iv-badges > * { margin: 0; }
body .iv-badges__label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--iv-muted); }
body .iv-badges__row { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
body .iv-badges__row > * { margin: 0; }
body .iv-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 18px;
	background: #FFFFFF;
	border: 1px solid var(--iv-sand);
	border-radius: 2px;
	transition: border-color .15s ease;
}
body .iv-badge a { display: block; }
body .iv-badge img { height: 84px; width: auto; max-width: 100%; }
body .iv-badge:has(a):hover { border-color: var(--iv-forest); }
body .iv-badge a:focus-visible { outline: 2px solid var(--iv-sage); outline-offset: 4px; }
body .iv-badges__note { font-size: 12px; line-height: 18px; color: var(--iv-muted); }

/* Siegel-Streifen unter „Über uns“ */
body .iv-badges--strip {
	margin-top: 64px !important;
	padding-top: 40px;
	border-top: 1px solid var(--iv-sand);
	gap: 16px;
}
body .iv-badges--strip .iv-badges__row { gap: 16px; align-items: center; }
body .iv-badges--strip .iv-badge {
	flex: 0 0 auto;
	height: 132px;
	padding: 16px 20px;
}
body .iv-badges--strip .iv-badge a { display: flex; align-items: center; height: 100%; }
body .iv-badges--strip .iv-badge img { height: 100px; width: auto; max-width: 100%; object-fit: contain; }
body .iv-badges--strip .iv-badge--wide img { height: 88px; }

@media (max-width: 860px) {
	body .iv-badges--strip .iv-badges__row {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
	body .iv-badges--strip .iv-badge { height: 120px; padding: 12px; }
	body .iv-badges--strip .iv-badge img { height: auto; max-height: 92px; width: auto; max-width: 100%; }
	body .iv-badges--strip .iv-badge--wide { grid-column: 1 / -1; }
	body .iv-badges--strip .iv-badge--wide img { max-height: 80px; }
}

/* ---------- Bewertung & Formular ---------- */

body .iv-checklist { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
body .iv-checklist li {
	margin: 0;
	position: relative;
	padding-left: 30px;
	font-size: 15px;
	line-height: 23px;
}
body .iv-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F3B2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

body .iv-form-card {
	background: var(--iv-sand-soft);
	border: 1px solid var(--iv-sand);
	padding: 36px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
body .iv-form-card > * { margin: 0; }
body .iv-form-card h3 { font-size: 20px; line-height: 28px; }
body .iv-form-card__hint { font-size: 13px; color: var(--iv-muted); margin-bottom: 12px !important; }

body .iv-form,
body .iv-form-card .wpcf7-form { display: flex; flex-direction: column; gap: 20px; margin: 0; }

body .iv-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
body .iv-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
body .iv-field label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--iv-muted);
}

body .iv-form-card input[type="text"],
body .iv-form-card input[type="email"],
body .iv-form-card input[type="tel"],
body .iv-form-card input[type="number"],
body .iv-form-card select,
body .iv-form-card textarea {
	font-family: inherit;
	font-size: 15px;
	width: 100%;
	padding: 12px 14px;
	background: var(--iv-ivory);
	color: var(--iv-carbon);
	border: 1px solid var(--iv-sand);
	border-radius: 2px;
	box-sizing: border-box;
}
body .iv-form-card select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%;
	background-size: 5px 5px;
	background-repeat: no-repeat;
	padding-right: 36px;
}
body .iv-form-card input::placeholder { color: var(--iv-muted); opacity: .7; }
body .iv-form-card input:focus-visible,
body .iv-form-card select:focus-visible,
body .iv-form-card textarea:focus-visible { outline: 2px solid var(--iv-sage); outline-offset: 1px; border-color: var(--iv-forest); }

body .iv-consent,
body .iv-form-card .wpcf7-acceptance label { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 20px; color: var(--iv-muted); text-transform: none; letter-spacing: 0; font-weight: 400; }
body .iv-consent input,
body .iv-form-card .wpcf7-acceptance input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--iv-forest); flex-shrink: 0; }
body .iv-form-card .wpcf7-form-control-wrap { display: block; }

body .iv-submit,
body .iv-form-card .wpcf7-submit {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 14px 24px;
	background: var(--iv-forest);
	color: var(--iv-ivory);
	border: 1px solid transparent;
	border-radius: 2px;
	cursor: pointer;
	transition: background-color .15s ease;
}
body .iv-submit:hover,
body .iv-form-card .wpcf7-submit:hover { background: var(--iv-forest-deep); }
body .iv-submit:focus-visible,
body .iv-form-card .wpcf7-submit:focus-visible { outline: 2px solid var(--iv-sage); outline-offset: 2px; }

body .iv-form__status,
body .iv-form-card .wpcf7-response-output {
	margin: 0 !important;
	font-size: 13px;
	line-height: 20px;
	border: 1px dashed var(--iv-forest) !important;
	padding: 10px 14px !important;
}
body .iv-form-card .wpcf7-not-valid-tip { font-size: 12px; margin-top: 4px; }
body .iv-form-card .wpcf7-list-item { margin: 0; }
body .iv-form-card .wpcf7-submit:disabled { opacity: .55; cursor: not-allowed; }
body .iv-form-card .wpcf7-spinner { display: block; margin: 0 auto; }
body .iv-form-card .wpcf7-form:not(.submitting) .wpcf7-spinner { display: none; }
body .iv-form-card .wpcf7-form > p { margin: 0; }

/* ---------- FAQ ---------- */

body .iv-faq__grid { grid-template-columns: 0.8fr 1.2fr; }
body .iv-faq__list { border-top: 1px solid var(--iv-forest); }
body .iv-faq__list > * { margin: 0; }

body .iv-faq__item { margin: 0; border-bottom: 1px solid var(--iv-sand); }
body .iv-faq__item > summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	padding-block: 22px;
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	color: var(--iv-carbon);
}
body .iv-faq__item > summary::-webkit-details-marker { display: none; }
body .iv-faq__item > summary::after {
	content: "";
	flex: 0 0 16px;
	height: 16px;
	margin-top: 5px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 8h16M8 0v16' stroke='%230F3B2E' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}
body .iv-faq__item[open] > summary::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M0 8h16' stroke='%230F3B2E' stroke-width='2'/%3E%3C/svg%3E");
}
body .iv-faq__item > summary:focus-visible { outline: 2px solid var(--iv-sage); outline-offset: 4px; }
body .iv-faq__item > :not(summary) {
	margin: 0 0 12px;
	max-width: 64ch;
	font-size: 15px;
	line-height: 24px;
	color: var(--iv-muted);
}
body .iv-faq__item > :last-child:not(summary) { margin-bottom: 24px; }
body .iv-faq__item ul { padding-left: 18px; display: flex; flex-direction: column; gap: 6px; }
body .iv-faq__item li { margin: 0; }

/* ---------- Kontakt ---------- */

body .iv-kontakt { background: var(--iv-forest); color: var(--iv-ivory); }
body .iv-kontakt__grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; }
body .iv-kontakt .iv-eyebrow { color: #9DB0A6; }
body .iv-kontakt h2.iv-display { color: var(--iv-ivory); font-size: 44px; }
body .iv-kontakt .iv-lead { color: #CBD6D0; max-width: 44ch; }

body .iv-kontakt__card {
	background: rgba(245, 242, 236, 0.06);
	border: 1px solid rgba(245, 242, 236, 0.16);
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
body .iv-kontakt__card > * { margin: 0; }
body .iv-kontakt__pair { gap: 20px; }
body .iv-kontakt__field { display: flex; flex-direction: column; gap: 6px; }
body .iv-kontakt__field > * { margin: 0; }
body .iv-kontakt__label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: #9DB0A6; }
body .iv-kontakt__value { font-size: 16px; line-height: 24px; font-weight: 600; color: var(--iv-ivory); overflow-wrap: anywhere; }
body .iv-kontakt__value a { color: var(--iv-ivory); text-decoration: none; }
body .iv-kontakt__value a:hover { text-decoration: underline; }
body .iv-kontakt__sub { font-size: 13px; color: #CBD6D0; }

/* ---------- Footer ---------- */

body .iv-footer { background: var(--iv-forest-deep); color: #B7C4BD; padding-block: 40px; }
body .iv-footer > * + * { margin-block-start: 0; }
body .iv-footer__inner { gap: 24px; align-items: center; }
body .iv-footer__logo img { height: 30px; width: auto; opacity: .9; }
body .iv-footer__tagline { margin: 0; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #8FA398; }
body .iv-footer__nav { font-size: 13px; gap: 24px; }
body .iv-footer__nav .wp-block-navigation-item__content { color: #B7C4BD; text-decoration: none; }
body .iv-footer__nav .wp-block-navigation-item__content:hover { color: var(--iv-ivory); }
body .iv-footer__legal {
	margin-top: 24px !important;
	padding-top: 24px;
	border-top: 1px solid rgba(183, 196, 189, 0.15);
	font-size: 12px;
	line-height: 18px;
	color: #8FA398;
}

/* ---------- Unterseiten (Impressum, Datenschutz) ---------- */

body .iv-page { padding-block: 64px 96px; }
body .iv-page__title { font-size: 48px; margin-bottom: 32px; }

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
	body .iv-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	body .iv-split,
	body .iv-faq__grid,
	body .iv-kontakt__grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 860px) {
	body .iv-section { padding-block: 64px; }
	body .iv-hero { padding-block: 56px 48px; }
	body .iv-hero__title { font-size: 38px; }
	body .iv-stack h2.iv-display,
	body .iv-kontakt h2.iv-display { font-size: 32px; }
	body .iv-werte__grid { grid-template-columns: 1fr; row-gap: 36px; }
	body .iv-closing { flex-direction: column; padding: 28px; margin-top: 56px; }
	body .iv-closing h3.iv-display { max-width: none; }
	body .iv-services { grid-template-columns: 1fr; }
	body .iv-service { padding: 28px; }
	body .iv-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	body .iv-ueber__image { aspect-ratio: 16 / 10; }
	body .iv-form-card { padding: 24px; }
	body .iv-page__title { font-size: 36px; }
}

@media (max-width: 600px) {
	/* backdrop-filter würde das Vollbild-Menü auf die Header-Höhe begrenzen. */
	body .iv-site-header {
		top: 0;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: var(--iv-ivory);
	}
	body .iv-logo img { height: 36px; }

	body .iv-nav .wp-block-navigation__responsive-container.is-menu-open { background: var(--iv-ivory); padding: 24px; }
	body .iv-nav .is-menu-open .wp-block-navigation__responsive-container-content { padding-top: 56px; gap: 28px; align-items: flex-start; }
	body .iv-nav .is-menu-open .wp-block-navigation__container { gap: 28px; }
	body .is-menu-open ul.wp-block-navigation__container.iv-nav,
	body .is-menu-open ul.wp-block-navigation__container.iv-nav > .wp-block-navigation-item { align-items: flex-start !important; }
	body .iv-nav .is-menu-open .wp-block-navigation-item__content {
		font-family: var(--iv-font-display);
		font-size: 30px;
		font-weight: 500;
		line-height: 1.1;
		color: var(--iv-forest);
		opacity: 1;
	}
	body .iv-nav .wp-block-navigation__responsive-container-open svg,
	body .iv-nav .wp-block-navigation__responsive-container-close svg { width: 28px; height: 28px; }
}

@media (max-width: 560px) {
	body .iv-grid--5,
	body .iv-grid--3,
	body .iv-kontakt__pair { grid-template-columns: 1fr; }
	body .iv-form__row { grid-template-columns: 1fr; }
	body .iv-badge { flex: 1 1 100%; }
	body .iv-badge img { height: auto; width: 100%; max-width: 260px; }
	body .iv-header__cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	body * { transition: none !important; }
}
