/*
 * Hugo Markenfamilie – verbindliche, zentral abgebildete Markenfarbwerte.
 * Das Logo-Symbol und die Kontakt-Icons werden als unveränderte Originaldateien
 * eingebunden; der neue Markenname wird daneben als Text gesetzt.
 */
: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: 36px;
	align-items: center;
	justify-content: flex-end;
	gap: 1.2rem;
}
.hhg-topbar a { color: var(--hh-white); text-decoration: none; }
.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-hero__visual {
	overflow: visible;
	border-radius: 1.1rem;
}
.hhg-hero__photo {
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 9px solid var(--hh-white);
	border-radius: 1.1rem;
	box-shadow: var(--hh-shadow);
	object-fit: cover;
}
.hhg-hero__badge {
	right: -1rem;
	bottom: -1rem;
	border-color: var(--hh-white);
	background: var(--hh-ink);
}
.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-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);
}

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

@media (max-width: 960px) {
	.hhg-topbar__inner span:nth-child(2),
	.hhg-topbar__inner span:nth-child(3),
	.hhg-topbar__inner a:first-of-type { display: none; }
	.hhg-topbar__inner { justify-content: space-between; }
	.hhg-brand { flex-basis: 325px; }
	.hhg-brand-lockup__symbol {
		width: auto !important;
		height: 54px !important;
	}
}

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

@media (max-width: 700px) {
	body { padding-bottom: 70px; }
	.hhg-topbar__inner { min-height: 32px; font-size: .7rem; }
	.hhg-topbar__inner span:first-child { display: inline; }
	.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-hero__badge {
		right: .4rem;
		bottom: -.6rem;
		width: 112px;
		height: 112px;
	}
	.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;
	}
}

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