/*
 * Verbindliche Farbwerte und Vertrauenskomponenten für Hugo Gebäudereinigung.
 * Logo-Symbol und Kontakt-Icons werden als lokale Theme-Dateien eingebunden.
 */
:root {
	--hh-ink: #172424;
	--hh-ink-soft: #314141;
	--hh-teal: #009ca6;
	--hh-teal-dark: #005f66;
	--hh-yellow: #f0c531;
	--hh-mist: #edf3f2;
	--hh-line: #d5dfdd;
	--hh-white: #ffffff;
	--hh-muted: #4d5c5b;
	--hh-shadow: 0 18px 48px rgba(23, 36, 36, .12);
	--hhg-ink: var(--hh-ink);
	--hhg-ink-2: var(--hh-ink-soft);
	--hhg-petrol: var(--hh-teal-dark);
	--hhg-blue: var(--hh-teal-dark);
	--hhg-aqua: var(--hh-teal);
	--hhg-mint: #dff4f2;
	--hhg-sky: var(--hh-mist);
	--hhg-bg: #f7faf9;
	--hhg-line: var(--hh-line);
	--hhg-text: var(--hh-ink-soft);
	--hhg-muted: var(--hh-muted);
	--hhg-shadow: var(--hh-shadow);
	--hhg-radius: 1rem;
}

html { scroll-padding-top: 8rem; }
body {
	color: var(--hh-ink-soft);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	padding-bottom: 0;
}
a { color: var(--hh-teal-dark); }
a:hover { color: var(--hh-ink); }
:focus-visible {
	outline: 3px solid var(--hh-yellow);
	outline-offset: 3px;
}
h1, h2, h3 { color: var(--hh-ink); }

.hhg-topbar {
	position: relative;
	z-index: 1001;
	background: var(--hh-ink);
	color: var(--hh-white);
	font-size: .78rem;
	font-weight: 700;
}
.hhg-topbar__inner {
	display: flex;
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
	gap: .5rem 1.25rem;
}
.hhg-topbar p { margin: 0; }
.hhg-topbar__family,
.hhg-topbar__meta {
	display: flex;
	align-items: center;
	gap: .35rem 1rem;
}
.hhg-topbar__family { flex-wrap: wrap; }
.hhg-topbar__meta { flex: 0 0 auto; }
.hhg-topbar a {
	color: var(--hh-white);
	text-decoration: underline;
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}
.hhg-topbar__family a { color: var(--hh-yellow); font-weight: 850; }
.hhg-topbar a:hover { color: var(--hh-yellow); }

.hhg-header {
	top: 0;
	border-bottom-color: var(--hh-line);
	background: rgba(255,255,255,.98);
	backdrop-filter: blur(10px);
}
body.admin-bar .hhg-header { top: 32px; }
.hhg-header__inner { min-height: 88px; }
.hhg-brand {
	display: inline-flex;
	flex: 0 1 390px;
	text-decoration: none;
}
.hhg-brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: .72rem;
	min-width: 0;
}
.hhg-brand-lockup__symbol {
	flex: 0 0 auto;
	width: auto !important;
	height: 64px !important;
	object-fit: contain;
}
.hhg-brand-lockup__wordmark {
	display: grid;
	color: var(--hh-ink);
	line-height: .96;
	text-transform: uppercase;
}
.hhg-brand-lockup__wordmark strong {
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
	font-weight: 900;
	letter-spacing: .04em;
}
.hhg-brand-lockup__wordmark span {
	margin-top: .34rem;
	font-size: clamp(.78rem, 1.35vw, 1.12rem);
	font-weight: 850;
	letter-spacing: .025em;
}
.hhg-nav__list a:hover,
.hhg-nav__list .current-menu-item > a {
	background: var(--hh-mist);
	color: var(--hh-teal-dark);
}

.hhg-button {
	border-color: var(--hh-teal-dark);
	border-radius: .65rem;
	background: var(--hh-teal-dark);
	color: var(--hh-white);
	box-shadow: none;
}
.hhg-button--primary {
	border-color: var(--hh-yellow);
	background: var(--hh-yellow);
	color: var(--hh-ink);
}
.hhg-button--primary:hover {
	border-color: #d9aa0c;
	background: #d9aa0c;
	color: var(--hh-ink);
}
.hhg-button--outline {
	border-color: var(--hh-teal-dark);
	background: var(--hh-white);
	color: var(--hh-ink);
}
.hhg-button--outline:hover {
	border-color: var(--hh-ink);
	background: var(--hh-ink);
	color: var(--hh-white);
}
.hhg-button--whatsapp {
	border-color: #087b3f;
	background: #087b3f;
	color: var(--hh-white);
}

.hhg-hero {
	background:
		linear-gradient(90deg, rgba(237,243,242,.98) 0%, rgba(255,255,255,.95) 58%, rgba(223,244,242,.88) 100%);
}
.hhg-hero::after {
	border-color: rgba(0,156,166,.08);
}
.hhg-hero__lead { color: var(--hh-ink-soft); }
.hhg-check-list li::before { background: var(--hh-teal-dark); }
.hhg-eyebrow { color: var(--hh-teal-dark); }
.hhg-trust-strip,
.hhg-card,
.hhg-info-box,
.hhg-form-shell,
.hhg-faq details {
	border-color: var(--hh-line);
}
.hhg-card:hover {
	border-color: var(--hh-teal);
	box-shadow: var(--hh-shadow);
}
.hhg-card__icon,
.hhg-service-mark {
	background: var(--hh-mist);
	color: var(--hh-teal-dark);
}
.hhg-section--ink,
.hhg-footer {
	background: var(--hh-ink);
}
.hhg-section--soft { background: var(--hh-mist); }
.hhg-radius {
	border-color: var(--hh-teal);
	background: var(--hh-white);
}
.hhg-tag {
	background: var(--hh-yellow);
	color: var(--hh-ink);
}
input:focus,
select:focus,
textarea:focus {
	border-color: var(--hh-teal-dark);
	box-shadow: 0 0 0 3px rgba(0,95,102,.14);
}

.hhg-footer__brand {
	display: inline-flex;
	margin-bottom: 1.2rem;
	color: var(--hh-white);
	text-decoration: none;
}
.hhg-brand-lockup--footer .hhg-brand-lockup__symbol {
	width: auto !important;
	height: 62px !important;
}
.hhg-brand-lockup--footer .hhg-brand-lockup__wordmark { color: var(--hh-white); }
.hhg-footer-family {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding-block: 1.65rem 2.25rem;
	border-top: 1px solid rgba(255,255,255,.16);
}
.hhg-footer-family > div { max-width: 760px; }
.hhg-footer-family__eyebrow {
	margin: 0 0 .25rem;
	color: var(--hh-yellow);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.hhg-footer-family h2 { margin-bottom: .45rem; font-size: 1.25rem; }
.hhg-footer-family p:last-child { margin: 0; color: #d5e5e3; }
.hhg-footer-family__link {
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	padding: .65rem .9rem;
	border: 1px solid rgba(255,255,255,.48);
	border-radius: .65rem;
	color: var(--hh-white) !important;
	font-weight: 800;
	text-decoration: none;
}
.hhg-footer-family__link:hover {
	border-color: var(--hh-yellow);
	color: var(--hh-yellow) !important;
}

.hhg-contact-dock {
	position: fixed;
	z-index: 1300;
	right: auto;
	bottom: 18px;
	left: 18px;
	display: grid;
	grid-auto-flow: column;
	overflow: hidden;
	border: 1px solid var(--hh-line);
	border-radius: 999px;
	background: var(--hh-white);
	box-shadow: 0 12px 32px rgba(23,36,36,.24);
}
.hhg-contact-dock__item {
	display: inline-flex;
	min-width: 112px;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	padding: .45rem .88rem;
	border-right: 1px solid var(--hh-line);
	color: var(--hh-ink);
	font-size: .84rem;
	font-weight: 850;
	text-decoration: none;
}
.hhg-contact-dock__item:last-child { border-right: 0; }
.hhg-contact-dock__item img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.hhg-contact-dock__item:hover {
	background: var(--hh-mist);
	color: var(--hh-ink);
}
.hhg-contact-dock__item--whatsapp {
	border-color: rgba(255,255,255,.25);
	background: #087b3f;
	color: var(--hh-white);
}
.hhg-contact-dock__item--whatsapp:hover {
	background: #066b36;
	color: var(--hh-white);
}

.hhg-owner-identity {
	display: inline-flex;
	align-items: center;
	gap: .72rem;
	margin-top: 1.35rem;
	padding: .65rem .85rem;
	border: 1px solid var(--hh-line);
	border-radius: .8rem;
	background: var(--hh-white);
	box-shadow: var(--hh-shadow);
}
.hhg-owner-identity__monogram,
.hhg-brand-proof__mark,
.hhg-brand-assurance__mark {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border-radius: .7rem;
	background: var(--hh-mist);
	color: var(--hh-teal-dark);
	font-weight: 900;
	letter-spacing: -.02em;
}
.hhg-owner-identity__monogram {
	width: 44px;
	height: 44px;
}
.hhg-owner-identity__copy {
	display: grid;
	line-height: 1.25;
}
.hhg-owner-identity__copy strong { color: var(--hh-ink); }
.hhg-owner-identity__copy small {
	margin-top: .18rem;
	color: var(--hh-muted);
	font-size: .78rem;
}

.hhg-brand-proof {
	border-block: 1px solid var(--hh-line);
	background: var(--hh-white);
}
.hhg-brand-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hhg-brand-proof__item {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: .75rem;
	padding: 1.2rem 1rem;
	border-right: 1px solid var(--hh-line);
}
.hhg-brand-proof__item:last-child { border-right: 0; }
.hhg-brand-proof__mark {
	width: 44px;
	height: 44px;
	font-size: .86rem;
}
.hhg-brand-proof__copy {
	display: grid;
	min-width: 0;
	gap: .12rem;
	line-height: 1.25;
}
.hhg-brand-proof__copy strong {
	color: var(--hh-ink);
	font-size: .91rem;
}
.hhg-brand-proof__copy small {
	color: var(--hh-muted);
	font-size: .76rem;
}

.hhg-section-intro {
	max-width: 690px;
	margin: .8rem 0 0;
	color: var(--hh-muted);
}

.hhg-audience-list li {
	display: grid;
	gap: .25rem;
}
.hhg-audience-list li strong {
	color: var(--hh-white);
	line-height: 1.3;
}
.hhg-audience-list li span {
	color: var(--hh-mist);
	font-size: .82rem;
	font-weight: 550;
	line-height: 1.45;
}

.hhg-about-owner {
	background:
		radial-gradient(circle at 8% 15%, rgba(20, 184, 166, .13), transparent 24rem),
		var(--hh-white);
}
.hhg-about-owner__grid {
	display: grid;
	grid-template-columns: minmax(220px, 330px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 5rem);
}
.hhg-about-owner__portrait {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid var(--hh-line);
	border-radius: var(--hhg-radius);
	background:
		linear-gradient(145deg, var(--hh-mist), var(--hh-white));
	box-shadow: var(--hh-shadow);
}
.hhg-about-owner__portrait span {
	display: grid;
	width: 46%;
	aspect-ratio: 1;
	place-items: center;
	border-radius: 50%;
	background: var(--hh-teal-dark);
	color: var(--hh-white);
	font-size: clamp(2rem, 7vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -.06em;
}
.hhg-about-owner__content {
	max-width: 720px;
}
.hhg-about-owner__lead {
	color: var(--hh-ink);
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.45;
}
.hhg-about-owner__content > p:not(.hhg-eyebrow):not(.hhg-about-owner__lead) {
	color: var(--hh-muted);
}

.hhg-brand-numbers {
	background: var(--hh-ink);
	color: var(--hh-white);
}
.hhg-brand-numbers .hhg-eyebrow { color: var(--hh-yellow); }
.hhg-brand-numbers h2 {
	max-width: 820px;
	color: var(--hh-white);
}
.hhg-brand-numbers__heading { margin-bottom: 2rem; }
.hhg-brand-numbers__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border: 1px solid var(--hh-ink-soft);
	border-radius: var(--hhg-radius);
	background: var(--hh-ink-soft);
	box-shadow: var(--hh-shadow);
}
.hhg-brand-numbers__grid > div {
	display: grid;
	align-content: start;
	gap: .45rem;
	min-height: 165px;
	padding: 1.55rem;
	border-right: 1px solid var(--hh-line);
}
.hhg-brand-numbers__grid > div:last-child { border-right: 0; }
.hhg-brand-numbers dt {
	color: var(--hh-yellow);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 900;
	line-height: 1.05;
}
.hhg-brand-numbers dd {
	margin: 0;
	color: var(--hh-white);
	font-size: .92rem;
	line-height: 1.45;
}

.hhg-brand-assurance { background: var(--hh-mist); }
.hhg-brand-assurance__heading > p {
	max-width: 520px;
	margin: 0;
	color: var(--hh-muted);
}
.hhg-brand-assurance__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}
.hhg-brand-assurance__card {
	padding: 1.5rem;
	border: 1px solid var(--hh-line);
	border-radius: var(--hhg-radius);
	background: var(--hh-white);
	box-shadow: var(--hh-shadow);
}
.hhg-brand-assurance__mark {
	width: 48px;
	height: 48px;
	margin-bottom: 1.1rem;
}
.hhg-brand-assurance__card h3 {
	margin-bottom: .7rem;
	font-size: 1.15rem;
}
.hhg-brand-assurance__card p {
	margin: 0;
	color: var(--hh-muted);
	font-size: .91rem;
}
.hhg-brand-assurance__card:hover {
	border-color: var(--hh-teal);
}
.hhg-family-note { background: var(--hh-white); }
.hhg-family-note__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--hh-line);
	border-radius: 1.25rem;
	background: linear-gradient(135deg, var(--hh-white), var(--hh-mist));
	box-shadow: var(--hh-shadow);
}
.hhg-family-note__inner > div { max-width: 820px; }
.hhg-family-note__inner h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); }
.hhg-family-note__inner p:last-child { margin-bottom: 0; }
.hhg-family-note__inner .hhg-button { white-space: nowrap; }

@media (min-width: 701px) {
	.hhg-contact-dock {
		right: 18px;
		left: auto;
	}
}

@media (max-width: 960px) {
	.hhg-topbar__meta { display: none; }
	.hhg-topbar__inner { justify-content: center; padding-block: .3rem; }
	.hhg-topbar__family { justify-content: center; text-align: center; }
	.hhg-brand { flex-basis: 325px; }
	.hhg-brand-lockup__symbol {
		width: auto !important;
		height: 54px !important;
	}
	.hhg-brand-proof__grid,
	.hhg-brand-numbers__grid,
	.hhg-brand-assurance__grid,
	.hhg-about-owner__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hhg-brand-proof__item:nth-child(2),
	.hhg-brand-numbers__grid > div:nth-child(2) { border-right: 0; }
	.hhg-brand-proof__item:nth-child(-n+2),
	.hhg-brand-numbers__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--hh-line); }
}

@media (max-width: 782px) {
	body.admin-bar .hhg-header { top: 46px; }
}

@media (max-width: 700px) {
	body { padding-bottom: 70px; }
	.hhg-topbar__inner { min-height: 38px; font-size: .7rem; }
	.hhg-header__inner { min-height: 72px; }
	.hhg-brand { flex-basis: auto; }
	.hhg-brand-lockup { gap: .5rem; }
	.hhg-brand-lockup__symbol {
		width: auto !important;
		height: 46px !important;
	}
	.hhg-brand-lockup__wordmark strong { font-size: 1.25rem; }
	.hhg-brand-lockup__wordmark span { font-size: .62rem; }
	.hhg-contact-dock {
		right: 0;
		bottom: 0;
		left: 0;
		grid-auto-flow: initial;
		grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
		border-width: 1px 0 0;
		border-radius: 0;
	}
	.hhg-contact-dock__item {
		min-width: 0;
		min-height: 66px;
		flex-direction: column;
		gap: .1rem;
		padding: .25rem .15rem;
		font-size: .72rem;
	}
	.hhg-contact-dock__item img {
		width: 26px;
		height: 26px;
	}
	.hhg-brand-proof__grid,
	.hhg-brand-numbers__grid,
	.hhg-brand-assurance__grid,
	.hhg-about-owner__grid {
		grid-template-columns: 1fr;
	}
	.hhg-about-owner__portrait {
		width: min(280px, 100%);
	}
	.hhg-brand-proof__item,
	.hhg-brand-numbers__grid > div {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid var(--hh-line);
	}
	.hhg-brand-proof__item:last-child,
	.hhg-brand-numbers__grid > div:last-child { border-bottom: 0; }
	.hhg-family-note__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 1.25rem;
	}
	.hhg-family-note__inner .hhg-button { width: 100%; white-space: normal; }
	.hhg-footer-family { align-items: flex-start; flex-direction: column; gap: 1rem; }
	.hhg-footer-family__link { width: 100%; }
}

@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;
	}
}
