/* =========================================================================
   Sanitario Hamburg – Stylesheet
   Farbwelt: Wein, Creme, Kupfer. Dunkle Kopfbereiche, heller Fließtext,
   ein einziger kräftiger Rotton, der ausschließlich dem Notdienst gehört.
   ====================================================================== */

/* -------------------------------------------------------- 1. Tokens */

:root {
	--sh-ink:        #1c0a11;
	--sh-ink-2:      #271519;
	--sh-ink-3:      #2a0f18;
	--sh-wine:       #6e2436;
	--sh-wine-600:   #83293f;
	--sh-wine-400:   #9c3a52;
	--sh-rose:       #e9c4ce;
	--sh-copper:     #c46a2a;
	--sh-copper-400: #d98a45;
	--sh-cream:      #fbf7f1;
	--sh-cream-2:    #f6efe6;
	--sh-sand:       #efe4d5;
	--sh-line:       #e6dbcc;
	--sh-alarm:      #b8202b;
	--sh-alarm-dark: #8e161f;
	--sh-text:       #271519;
	--sh-muted:      #6b5a5f;

	--sh-font-display: "Schibsted Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	--sh-font-body:    "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

	--sh-radius:    14px;
	--sh-radius-sm: 9px;
	--sh-radius-lg: 22px;

	--sh-shadow:    0 1px 2px rgba(42, 15, 24, .05), 0 8px 24px rgba(42, 15, 24, .06);
	--sh-shadow-lg: 0 18px 46px rgba(20, 8, 12, .18);

	--sh-wrap: 1180px;
	--sh-gap:  clamp(1rem, 3vw, 2rem);

	--sh-header-h: 74px;
}

/* -------------------------------------------------------- 2. Basis */

*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--sh-header-h) + 16px);
	/* clip statt hidden: schneidet seitliches Überstehen ab, ohne
	   position: sticky im Kopfbereich zu zerstören. */
	overflow-x: clip;
}

body {
	margin: 0;
	background: var(--sh-cream);
	color: var(--sh-text);
	font-family: var(--sh-font-body);
	font-size: 1.0625rem;
	line-height: 1.65;
	font-feature-settings: "kern", "liga";
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: var(--sh-font-display);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.018em;
	color: var(--sh-ink);
	margin: 0 0 .6em;
	text-wrap: balance;
}

h1 { font-size: clamp(2.1rem, 1.3rem + 3.4vw, 3.5rem); }
h2 { font-size: clamp(1.65rem, 1.1rem + 2.2vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 1rem + .9vw, 1.5rem); }
h4 { font-size: 1.1rem; }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--sh-wine); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sh-wine-400); }

img, picture, svg, video { max-width: 100%; height: auto; display: block; }

ul, ol { padding-left: 1.25em; }
li { margin-bottom: .4em; }

hr { border: 0; border-top: 1px solid var(--sh-line); margin: 2.5rem 0; }

blockquote {
	margin: 1.8rem 0;
	padding: 1rem 0 1rem 1.4rem;
	border-left: 3px solid var(--sh-copper);
	color: var(--sh-ink-2);
	font-size: 1.08em;
}

code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .9em;
	background: var(--sh-sand);
	padding: .15em .4em;
	border-radius: 4px;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--sh-copper);
	outline-offset: 2px;
	border-radius: 3px;
}

::selection { background: var(--sh-rose); color: var(--sh-ink); }

.sh-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	background: var(--sh-ink);
	color: #fff;
	padding: .8rem 1.2rem;
	border-radius: 0 0 var(--sh-radius-sm) 0;
}
.sh-skip:focus { left: 0; color: #fff; }

.sh-sr {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* -------------------------------------------------------- 3. Raster */

.sh-wrap {
	width: min(100% - 2.4rem, var(--sh-wrap));
	margin-inline: auto;
}
.sh-wrap--narrow { width: min(100% - 2.4rem, 760px); }
.sh-wrap--mid    { width: min(100% - 2.4rem, 940px); }

.sh-section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.sh-section--tight { padding: clamp(2rem, 4vw, 3rem) 0; }
.sh-section--cream { background: var(--sh-cream-2); }
.sh-section--sand  { background: var(--sh-sand); }
.sh-section--ink   { background: var(--sh-ink); color: var(--sh-cream); }
.sh-section--ink h2, .sh-section--ink h3 { color: #fff; }

.sh-head { max-width: 62ch; margin-bottom: clamp(1.8rem, 4vw, 3rem); }
.sh-head--center { margin-inline: auto; text-align: center; }
.sh-head p { color: var(--sh-muted); font-size: 1.08rem; }
.sh-section--ink .sh-head p { color: rgba(251, 247, 241, .74); }

.sh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-family: var(--sh-font-display);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--sh-copper);
	margin: 0 0 .9rem;
}
.sh-eyebrow::before {
	content: "";
	width: 26px; height: 2px;
	background: currentColor;
	border-radius: 2px;
}

.sh-grid { display: grid; gap: clamp(1rem, 2.2vw, 1.6rem); }
.sh-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.sh-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.sh-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* -------------------------------------------------------- 4. Buttons */

.sh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	padding: .85rem 1.5rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--sh-font-display);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	/* Buttons dürfen nie umbrechen – eine zweizeilige Telefonnummer
	   sieht nach Fehler aus, nicht nach Gestaltung. */
	white-space: nowrap;
	transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease, color .16s ease;
}
.sh-btn:hover { transform: translateY(-1px); }
.sh-btn:active { transform: translateY(0); }
.sh-btn .sh-icon { width: 1.1em; height: 1.1em; flex: none; }

.sh-btn--primary {
	background: var(--sh-wine);
	color: #fff;
	box-shadow: 0 6px 18px rgba(110, 36, 54, .28);
}
.sh-btn--primary:hover { background: var(--sh-wine-600); color: #fff; }

.sh-btn--alarm {
	background: var(--sh-alarm);
	color: #fff;
	box-shadow: 0 6px 20px rgba(184, 32, 43, .34);
}
.sh-btn--alarm:hover { background: var(--sh-alarm-dark); color: #fff; }

.sh-btn--copper { background: var(--sh-copper); color: #fff; }
.sh-btn--copper:hover { background: var(--sh-copper-400); color: #fff; }

.sh-btn--ghost {
	background: transparent;
	border-color: rgba(251, 247, 241, .32);
	color: var(--sh-cream);
}
.sh-btn--ghost:hover { background: rgba(251, 247, 241, .1); color: #fff; }

.sh-btn--outline {
	background: transparent;
	border-color: var(--sh-line);
	color: var(--sh-ink);
}
.sh-btn--outline:hover { border-color: var(--sh-wine); color: var(--sh-wine); }

.sh-btn--lg { padding: 1.05rem 2rem; font-size: 1.1rem; }
.sh-btn--block { width: 100%; }

.sh-btns { display: flex; flex-wrap: wrap; gap: .75rem; }

/* -------------------------------------------------------- 5. Kopfbereich */

.sh-topbar {
	background: var(--sh-ink);
	color: rgba(251, 247, 241, .82);
	font-size: .85rem;
}
.sh-topbar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: .5rem 1.4rem;
	min-height: 40px;
	padding: .35rem 0;
}
.sh-topbar__list { display: flex; flex-wrap: wrap; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.sh-topbar__list li { display: flex; align-items: center; gap: .4rem; margin: 0; }
.sh-topbar .sh-icon { width: 15px; height: 15px; color: var(--sh-copper-400); }
.sh-topbar a { color: inherit; text-decoration: none; }
.sh-topbar a:hover { color: #fff; text-decoration: underline; }
.sh-topbar__alarm {
	display: inline-flex; align-items: center; gap: .4rem;
	background: var(--sh-alarm); color: #fff;
	padding: .2rem .7rem; border-radius: 999px;
	font-weight: 600; font-size: .8rem;
}

.sh-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(251, 247, 241, .93);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--sh-line);
	transition: box-shadow .2s ease;
}
.sh-header.is-scrolled { box-shadow: 0 6px 22px rgba(42, 15, 24, .08); }
.sh-header__inner {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: var(--sh-header-h);
}

.sh-logo { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.sh-logo img { max-height: 46px; width: auto; }
.sh-logo__mark {
	display: grid; place-items: center;
	width: 42px; height: 42px;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--sh-wine), var(--sh-ink));
	color: var(--sh-copper-400);
	flex: none;
}
.sh-logo__mark .sh-icon { width: 22px; height: 22px; }
.sh-logo__text { display: flex; flex-direction: column; line-height: 1.15; }
.sh-logo__name {
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: 1.16rem;
	color: var(--sh-ink);
	letter-spacing: -.02em;
	white-space: nowrap;
}
.sh-logo__tag { font-size: .74rem; color: var(--sh-muted); letter-spacing: .02em; white-space: nowrap; }

.sh-nav ul { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.sh-nav li { margin: 0; position: relative; }
.sh-nav a {
	display: block;
	white-space: nowrap;
	padding: .55rem .7rem;
	border-radius: 8px;
	font-family: var(--sh-font-display);
	font-weight: 500;
	font-size: .97rem;
	color: var(--sh-ink-2);
	text-decoration: none;
}
.sh-nav a:hover { background: var(--sh-sand); color: var(--sh-wine); }
.sh-nav .current-menu-item > a,
.sh-nav .current_page_item > a,
.sh-nav .current-menu-ancestor > a { color: var(--sh-wine); background: var(--sh-sand); }

/* Untermenüs */
.sh-nav .sub-menu {
	position: absolute;
	top: 100%; left: 0;
	min-width: 232px;
	display: block;
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius-sm);
	box-shadow: var(--sh-shadow);
	padding: .4rem;
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
.sh-nav li:hover > .sub-menu,
.sh-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sh-nav .sub-menu a { padding: .55rem .7rem; font-size: .93rem; }

.sh-header__cta { display: flex; align-items: center; gap: .6rem; }
.sh-header__phone {
	display: flex; flex-direction: column;
	line-height: 1.15; text-align: right; text-decoration: none;
}
.sh-header__phone small { font-size: .7rem; color: var(--sh-muted); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.sh-header__phone strong { font-family: var(--sh-font-display); font-size: 1.05rem; color: var(--sh-ink); white-space: nowrap; }

.sh-burger {
	display: none;
	width: 44px; height: 44px;
	border: 1px solid var(--sh-line);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	padding: 0;
	place-items: center;
}
.sh-burger span,
.sh-burger span::before,
.sh-burger span::after {
	content: "";
	display: block;
	width: 20px; height: 2px;
	background: var(--sh-ink);
	border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}
.sh-burger span::before { transform: translateY(-6px); }
.sh-burger span::after  { transform: translateY(4px); }
.sh-burger[aria-expanded="true"] span { background: transparent; }
.sh-burger[aria-expanded="true"] span::before { transform: rotate(45deg); }
.sh-burger[aria-expanded="true"] span::after  { transform: rotate(-45deg) translateY(-1px); }

/* -------------------------------------------------------- 6. Hero */

.sh-hero {
	position: relative;
	background: var(--sh-ink);
	color: var(--sh-cream);
	overflow: hidden;
	isolation: isolate;
}
.sh-hero__bg {
	position: absolute;
	inset: 0;
	z-index: -2;
}
.sh-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.sh-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(105deg, rgba(20, 8, 12, .95) 8%, rgba(28, 10, 17, .82) 46%, rgba(110, 36, 54, .55) 100%),
		radial-gradient(120% 90% at 12% 0%, rgba(196, 106, 42, .22), transparent 62%);
}
.sh-hero__inner {
	position: relative;
	padding: clamp(3.2rem, 8vw, 6.5rem) 0 clamp(2.4rem, 5vw, 4rem);
	max-width: 40rem;
}
.sh-hero .sh-eyebrow { color: var(--sh-copper-400); }
.sh-hero__title { color: #fff; margin-bottom: .5em; }
.sh-hero__title em {
	font-style: normal;
	color: var(--sh-copper-400);
}
.sh-hero__text {
	font-size: clamp(1.05rem, 1rem + .35vw, 1.25rem);
	color: rgba(251, 247, 241, .84);
	margin-bottom: 1.8rem;
	max-width: 34rem;
}
.sh-hero__btns { margin-bottom: 1.6rem; }
.sh-hero__phone {
	display: inline-flex; align-items: center; gap: .5rem;
	font-family: var(--sh-font-display);
	font-size: 1.1rem; font-weight: 600;
	color: var(--sh-cream); text-decoration: none;
}
.sh-hero__phone:hover { color: #fff; }

.sh-hero__badges {
	display: flex; flex-wrap: wrap; gap: .5rem .6rem;
	list-style: none; margin: 0; padding: 0;
}
.sh-hero__badges li {
	display: inline-flex; align-items: center; gap: .45rem;
	background: rgba(251, 247, 241, .1);
	border: 1px solid rgba(251, 247, 241, .16);
	border-radius: 999px;
	padding: .38rem .85rem;
	font-size: .88rem;
	margin: 0;
}
.sh-hero__badges .sh-icon { width: 15px; height: 15px; color: var(--sh-copper-400); }

/* schlichte Variante */
.sh-hero--plain { background: var(--sh-ink); }
.sh-hero--plain::after {
	background: linear-gradient(120deg, var(--sh-ink) 20%, var(--sh-wine) 130%);
}
.sh-hero--alarm::after {
	background:
		linear-gradient(105deg, rgba(20, 8, 12, .95) 10%, rgba(142, 22, 31, .78) 100%),
		radial-gradient(90% 80% at 90% 10%, rgba(184, 32, 43, .5), transparent 60%);
}

/* -------------------------------------------------------- 7. Notfallband */

.sh-alarm {
	background: linear-gradient(115deg, var(--sh-alarm-dark), var(--sh-alarm));
	color: #fff;
	padding: clamp(2.5rem, 6vw, 4.2rem) 0;
}
.sh-alarm h2 { color: #fff; }
.sh-alarm__lead { color: rgba(255, 255, 255, .88); max-width: 60ch; font-size: 1.06rem; }
.sh-alarm__grid { margin-top: 2.2rem; }
.sh-alarm__card {
	display: block;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--sh-radius);
	padding: 1.3rem 1.35rem;
	color: #fff;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}
a.sh-alarm__card:hover { background: rgba(255, 255, 255, .18); transform: translateY(-2px); color: #fff; }
.sh-alarm__card .sh-icon { width: 26px; height: 26px; margin-bottom: .7rem; color: #fff; }
.sh-alarm__card h3 { color: #fff; font-size: 1.08rem; margin-bottom: .4rem; }
.sh-alarm__card p { font-size: .93rem; color: rgba(255, 255, 255, .84); margin: 0; }

.sh-alarm__cta {
	display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem;
	margin-top: 2.4rem;
	padding-top: 1.8rem;
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.sh-alarm__number {
	font-family: var(--sh-font-display);
	font-size: clamp(1.5rem, 1rem + 2vw, 2.1rem);
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	letter-spacing: -.02em;
}
.sh-alarm__number:hover { color: #fff; text-decoration: underline; }
.sh-alarm__hint { font-size: .95rem; color: rgba(255, 255, 255, .82); }

/* Sofortmaßnahmen */
.sh-steps { counter-reset: step; list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.sh-steps li {
	counter-increment: step;
	position: relative;
	padding-left: 3.4rem;
	margin: 0;
}
.sh-steps li::before {
	content: counter(step);
	position: absolute;
	left: 0; top: -.1rem;
	width: 2.4rem; height: 2.4rem;
	display: grid; place-items: center;
	border-radius: 50%;
	background: var(--sh-wine);
	color: #fff;
	font-family: var(--sh-font-display);
	font-weight: 700;
	font-size: 1rem;
}
/* In der vierspaltigen Variante steht die Ziffer über dem Titel – daneben
   bliebe zu wenig Breite und jede Überschrift bräche um. */
.sh-steps--grid li { padding-left: 0; padding-top: 3.1rem; }
.sh-steps--grid li::before { top: 0; }

.sh-steps h3 { font-size: 1.08rem; margin-bottom: .25rem; }
.sh-steps p { font-size: .96rem; color: var(--sh-muted); margin: 0; }
.sh-alarm .sh-steps li::before { background: #fff; color: var(--sh-alarm); }
.sh-alarm .sh-steps p { color: rgba(255, 255, 255, .84); }
.sh-section--ink .sh-steps p { color: rgba(251, 247, 241, .74); }

/* -------------------------------------------------------- 8. Karten */

.sh-card {
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	box-shadow: var(--sh-shadow);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
a.sh-card, .sh-card--link { text-decoration: none; color: inherit; }
.sh-card--link:hover { transform: translateY(-3px); box-shadow: var(--sh-shadow-lg); border-color: var(--sh-wine-400); }

.sh-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--sh-sand); }
.sh-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sh-card--link:hover .sh-card__media img { transform: scale(1.04); }
.sh-card__badge {
	position: absolute; top: .8rem; left: .8rem;
	background: var(--sh-alarm); color: #fff;
	font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
	padding: .28rem .65rem; border-radius: 999px;
}
.sh-card__body { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.sh-card__icon {
	width: 44px; height: 44px;
	display: grid; place-items: center;
	border-radius: 12px;
	background: var(--sh-sand);
	color: var(--sh-wine);
	margin-bottom: .9rem;
}
.sh-card__icon .sh-icon { width: 22px; height: 22px; }
.sh-card h3 { font-size: 1.16rem; margin-bottom: .45rem; }
.sh-card p { color: var(--sh-muted); font-size: .97rem; margin-bottom: .9rem; }
.sh-card__meta {
	margin-top: auto;
	display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .9rem;
	font-size: .86rem; color: var(--sh-muted);
	padding-top: .6rem;
}
.sh-card__meta .sh-icon { width: 14px; height: 14px; }
.sh-card__more {
	margin-top: auto;
	display: inline-flex; align-items: center; gap: .4rem;
	font-family: var(--sh-font-display); font-weight: 600; font-size: .95rem;
	color: var(--sh-wine);
}
.sh-card--link:hover .sh-card__more .sh-icon { transform: translateX(3px); }
.sh-card__more .sh-icon { width: 16px; height: 16px; transition: transform .18s ease; }

/* Vertrauens-Kacheln */
.sh-promise {
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	padding: 1.5rem 1.4rem;
}
.sh-promise .sh-icon { width: 26px; height: 26px; color: var(--sh-copper); margin-bottom: .8rem; }
.sh-promise h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.sh-promise p { color: var(--sh-muted); font-size: .96rem; margin: 0; }
.sh-section--ink .sh-promise {
	background: rgba(251, 247, 241, .06);
	border-color: rgba(251, 247, 241, .14);
}
.sh-section--ink .sh-promise p { color: rgba(251, 247, 241, .72); }

/* Risiko-Punkte */
.sh-risk { border-left: 3px solid var(--sh-copper); padding-left: 1.2rem; }
.sh-risk h3 { font-size: 1.05rem; margin-bottom: .3rem; color: var(--sh-wine); }
.sh-risk p { color: var(--sh-muted); font-size: .97rem; margin: 0; }

/* -------------------------------------------------------- 9. Antwortblock */

.sh-tldr {
	background: linear-gradient(160deg, var(--sh-sand), var(--sh-cream-2));
	border: 1px solid var(--sh-line);
	border-left: 4px solid var(--sh-copper);
	border-radius: var(--sh-radius);
	padding: 1.3rem 1.5rem;
	margin: 0 0 2rem;
}
.sh-tldr__lead { font-size: 1.06rem; margin-bottom: 0; }
.sh-tldr__lead strong { color: var(--sh-wine); }
.sh-tldr__facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: .7rem 1.6rem;
	margin: 1.1rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(110, 36, 54, .14);
}
.sh-tldr__facts > div { display: flex; flex-direction: column; }
.sh-tldr__facts dt {
	font-size: .76rem; text-transform: uppercase; letter-spacing: .08em;
	color: var(--sh-muted); font-weight: 600;
}
.sh-tldr__facts dd {
	margin: .1rem 0 0;
	font-family: var(--sh-font-display); font-weight: 600; font-size: 1.02rem;
	color: var(--sh-ink);
}

/* Quellen */
.sh-sources {
	margin-top: 3rem;
	padding-top: 1.6rem;
	border-top: 1px solid var(--sh-line);
	font-size: .93rem;
}
.sh-sources h2 { font-size: 1.15rem; margin-bottom: .8rem; }
.sh-sources ol { padding-left: 1.2rem; color: var(--sh-muted); }
.sh-sources li { margin-bottom: .55rem; }
.sh-sources__org::before,
.sh-sources__note::before,
.sh-sources__date::before { content: " · "; }
.sh-sources__note { font-style: italic; }

/* -------------------------------------------------------- 10. FAQ */

.sh-faq { display: grid; gap: .7rem; }
.sh-faq details {
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius-sm);
	overflow: hidden;
	transition: border-color .18s ease;
}
.sh-faq details[open] { border-color: var(--sh-wine-400); }
.sh-faq summary {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.05rem 1.25rem;
	cursor: pointer;
	list-style: none;
	font-family: var(--sh-font-display);
	font-weight: 600;
	font-size: 1.04rem;
	color: var(--sh-ink);
}
.sh-faq summary::-webkit-details-marker { display: none; }
.sh-faq summary::after {
	content: "";
	flex: none;
	width: 11px; height: 11px;
	margin-top: .45rem;
	border-right: 2px solid var(--sh-wine);
	border-bottom: 2px solid var(--sh-wine);
	transform: rotate(45deg);
	transition: transform .2s ease;
}
.sh-faq details[open] summary::after { transform: rotate(-135deg); }
.sh-faq summary:hover { background: var(--sh-cream-2); }
.sh-faq__answer { padding: 0 1.25rem 1.2rem; color: var(--sh-muted); }
.sh-faq__answer p:first-child { margin-top: 0; }

/* -------------------------------------------------------- 11. Bewertungen */

.sh-review {
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	padding: 1.5rem 1.5rem 1.3rem;
	display: flex;
	flex-direction: column;
}
.sh-review__stars { display: flex; gap: .1rem; color: var(--sh-copper); margin-bottom: .8rem; }
.sh-review__stars .sh-icon { width: 17px; height: 17px; fill: currentColor; stroke-width: 1.1; }
.sh-review__text { font-size: 1.02rem; color: var(--sh-ink-2); margin-bottom: 1rem; }
.sh-review__meta { margin-top: auto; font-size: .88rem; color: var(--sh-muted); }
.sh-review__meta strong { color: var(--sh-ink); font-family: var(--sh-font-display); }

/* -------------------------------------------------------- 12. Einsatzgebiet */

.sh-areas { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: 0; }
.sh-areas li { margin: 0; }
.sh-areas span, .sh-areas a {
	display: inline-block;
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: 999px;
	padding: .35rem .85rem;
	font-size: .89rem;
	color: var(--sh-ink-2);
	text-decoration: none;
}
.sh-areas a:hover { border-color: var(--sh-wine); color: var(--sh-wine); }
.sh-section--ink .sh-areas span,
.sh-section--ink .sh-areas a {
	background: rgba(251, 247, 241, .07);
	border-color: rgba(251, 247, 241, .16);
	color: rgba(251, 247, 241, .84);
}

/* -------------------------------------------------------- 13. Preise */

.sh-price-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	overflow: hidden;
}
.sh-price-table th,
.sh-price-table td { padding: .95rem 1.15rem; text-align: left; border-bottom: 1px solid var(--sh-line); }
.sh-price-table thead th {
	background: var(--sh-sand);
	font-family: var(--sh-font-display);
	font-size: .85rem; text-transform: uppercase; letter-spacing: .06em;
	color: var(--sh-ink);
}
.sh-price-table tbody tr:last-child td { border-bottom: 0; }
.sh-price-table td:last-child { text-align: right; font-family: var(--sh-font-display); font-weight: 600; white-space: nowrap; }
.sh-price-table small { display: block; color: var(--sh-muted); font-weight: 400; font-size: .84rem; }
.sh-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.sh-price-hero {
	display: flex; flex-wrap: wrap; align-items: baseline; gap: .6rem;
	background: var(--sh-sand);
	border-radius: var(--sh-radius);
	padding: 1.2rem 1.4rem;
	margin-bottom: 1.6rem;
}
.sh-price-hero strong { font-family: var(--sh-font-display); font-size: 1.6rem; color: var(--sh-wine); }

/* -------------------------------------------------------- 14. Inhalte */

.sh-prose { font-size: 1.075rem; }
.sh-prose > * + * { margin-top: 1.15em; }
.sh-prose h2 { margin-top: 2.2em; }
.sh-prose h3 { margin-top: 1.8em; }
.sh-prose h2:first-child, .sh-prose h3:first-child { margin-top: 0; }
.sh-prose ul, .sh-prose ol { padding-left: 1.4em; }
.sh-prose li { margin-bottom: .5em; }
.sh-prose img { border-radius: var(--sh-radius); margin: 1.8em 0; }
.sh-prose figure { margin: 1.8em 0; }
.sh-prose figcaption { font-size: .88rem; color: var(--sh-muted); margin-top: .5em; text-align: center; }
.sh-prose table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.sh-prose th, .sh-prose td { padding: .7rem .9rem; border: 1px solid var(--sh-line); text-align: left; }
.sh-prose th { background: var(--sh-sand); font-family: var(--sh-font-display); }
.sh-prose .aligncenter { margin-inline: auto; }
.sh-prose .alignleft { float: left; margin: .4em 1.5em 1em 0; }
.sh-prose .alignright { float: right; margin: .4em 0 1em 1.5em; }

/* Checkliste */
.sh-checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.sh-checks li { display: flex; align-items: flex-start; gap: .65rem; margin: 0; }
.sh-checks .sh-icon { width: 19px; height: 19px; flex: none; margin-top: .22rem; color: var(--sh-wine); stroke-width: 2.4; }
.sh-section--ink .sh-checks .sh-icon { color: var(--sh-copper-400); }

/* Inhaltsverzeichnis */
.sh-toc {
	background: var(--sh-cream-2);
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius);
	padding: 1.1rem 1.35rem;
	margin-bottom: 2rem;
}
.sh-toc h2 { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sh-muted); margin-bottom: .6rem; }
.sh-toc ol { margin: 0; padding-left: 1.2rem; font-size: .96rem; }
.sh-toc li { margin-bottom: .3rem; }

/* Brotkrumen */
.sh-crumbs { font-size: .86rem; color: var(--sh-muted); padding: 1rem 0 0; }
.sh-crumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.sh-crumbs li { display: flex; align-items: center; gap: .35rem; margin: 0; }
.sh-crumbs li + li::before { content: "›"; color: var(--sh-line); }
.sh-crumbs a { color: var(--sh-muted); text-decoration: none; }
.sh-crumbs a:hover { color: var(--sh-wine); text-decoration: underline; }
.sh-crumbs [aria-current] { color: var(--sh-ink); }
.sh-hero .sh-crumbs, .sh-hero .sh-crumbs a { color: rgba(251, 247, 241, .66); }
.sh-hero .sh-crumbs [aria-current] { color: var(--sh-cream); }
.sh-hero .sh-crumbs li + li::before { color: rgba(251, 247, 241, .3); }

/* Meta-Zeile eines Artikels */
.sh-meta {
	display: flex; flex-wrap: wrap; gap: .4rem 1.1rem;
	font-size: .88rem; color: rgba(251, 247, 241, .7);
	margin-bottom: 1.2rem;
}
.sh-meta .sh-icon { width: 14px; height: 14px; }
.sh-meta span { display: inline-flex; align-items: center; gap: .35rem; }

/* -------------------------------------------------------- 15. Formular */

.sh-form {
	background: #fff;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius-lg);
	padding: clamp(1.4rem, 3vw, 2.2rem);
	box-shadow: var(--sh-shadow);
}
.sh-form__title { font-size: 1.4rem; margin-bottom: .35rem; }
.sh-form__intro { color: var(--sh-muted); font-size: .98rem; margin-bottom: 1.4rem; }
.sh-form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.sh-form__row { display: flex; flex-direction: column; gap: .35rem; }
.sh-form__row--wide { grid-column: 1 / -1; }
.sh-form label { font-size: .92rem; font-weight: 600; color: var(--sh-ink-2); }
.sh-req { color: var(--sh-alarm); margin-left: .15rem; }

.sh-form input[type="text"],
.sh-form input[type="tel"],
.sh-form input[type="email"],
.sh-form select,
.sh-form textarea {
	width: 100%;
	padding: .72rem .9rem;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius-sm);
	background: var(--sh-cream);
	font: inherit;
	font-size: 1rem;
	color: var(--sh-text);
	transition: border-color .15s ease, box-shadow .15s ease;
}
.sh-form input:focus,
.sh-form select:focus,
.sh-form textarea:focus {
	border-color: var(--sh-wine);
	box-shadow: 0 0 0 3px rgba(110, 36, 54, .12);
	outline: none;
	background: #fff;
}
.sh-form textarea { resize: vertical; min-height: 110px; }
.sh-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--sh-wine) 50%), linear-gradient(135deg, var(--sh-wine) 50%, transparent 50%); background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 2.4rem; }

.sh-form__consent { margin-top: 1.1rem; }
.sh-form__consent label { display: flex; align-items: flex-start; gap: .6rem; font-weight: 400; font-size: .92rem; color: var(--sh-muted); }
.sh-form__consent input { margin-top: .28rem; flex: none; width: 17px; height: 17px; accent-color: var(--sh-wine); }
.sh-form__note { font-size: .84rem; color: var(--sh-muted); margin: .8rem 0 1.2rem; }
.sh-form__submit { width: 100%; }
.sh-form__alt { text-align: center; font-size: .93rem; color: var(--sh-muted); margin: 1rem 0 0; }
.sh-form__tel { font-family: var(--sh-font-display); font-weight: 700; color: var(--sh-wine); text-decoration: none; }

.sh-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.sh-notice {
	border-radius: var(--sh-radius-sm);
	padding: .95rem 1.2rem;
	margin-bottom: 1.4rem;
	font-size: .98rem;
	border: 1px solid;
}
.sh-notice--ok  { background: #eef7ee; border-color: #b9dcb9; color: #205c22; }
.sh-notice--err { background: #fdeeee; border-color: #f0bcbc; color: #8e161f; }

/* -------------------------------------------------------- 16. Abschluss-CTA */

.sh-cta {
	background: linear-gradient(118deg, var(--sh-ink) 12%, var(--sh-wine) 118%);
	color: var(--sh-cream);
	border-radius: var(--sh-radius-lg);
	padding: clamp(2rem, 5vw, 3.4rem);
	position: relative;
	overflow: hidden;
}
.sh-cta::before {
	content: "";
	position: absolute;
	right: -10%; top: -40%;
	width: 420px; height: 420px;
	background: radial-gradient(circle, rgba(196, 106, 42, .3), transparent 68%);
	pointer-events: none;
}
.sh-cta h2 { color: #fff; }
.sh-cta p { color: rgba(251, 247, 241, .82); max-width: 52ch; }
.sh-cta__inner { position: relative; display: grid; gap: 1.6rem; align-items: center; }
@media (min-width: 860px) {
	.sh-cta__inner { grid-template-columns: 1.4fr auto; }
}
.sh-cta__actions { display: flex; flex-direction: column; gap: .7rem; }

/* -------------------------------------------------------- 17. Footer */

.sh-footer {
	background: var(--sh-ink);
	color: rgba(251, 247, 241, .72);
	padding: clamp(2.8rem, 6vw, 4.2rem) 0 0;
	font-size: .96rem;
}
.sh-footer h3 {
	color: #fff;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: .11em;
	margin-bottom: 1rem;
}
.sh-footer a { color: rgba(251, 247, 241, .72); text-decoration: none; }
.sh-footer a:hover { color: #fff; text-decoration: underline; }
.sh-footer ul { list-style: none; padding: 0; margin: 0; }
.sh-footer li { margin-bottom: .5rem; }
.sh-footer__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 2rem;
	padding-bottom: 2.6rem;
}
.sh-footer__brand p { max-width: 34ch; margin-top: 1rem; }
.sh-footer__contact li { display: flex; align-items: flex-start; gap: .6rem; }
.sh-footer__contact .sh-icon { width: 17px; height: 17px; flex: none; margin-top: .22rem; color: var(--sh-copper-400); }
.sh-footer__phone { font-family: var(--sh-font-display); font-size: 1.15rem; font-weight: 700; color: #fff !important; }

.sh-footer__bar {
	border-top: 1px solid rgba(251, 247, 241, .12);
	padding: 1.3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: .8rem 1.5rem;
	font-size: .87rem;
}
.sh-footer__bar ul { display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; }
.sh-footer__bar li { margin: 0; }

/* -------------------------------------------------------- 18. Anrufbalken */

/* Auf großen Bildschirmen eine schwebende Pille unten rechts, auf dem
   Telefon ein Balken über die volle Breite. Beides bleibt dauerhaft
   sichtbar – auf einer Notdienst-Website darf die Nummer nie weiter als
   einen Blick entfernt sein. */
.sh-callbar {
	position: fixed;
	z-index: 70;
	display: flex;
	gap: .5rem;
	right: clamp(1rem, 2.5vw, 2rem);
	bottom: clamp(1rem, 2.5vw, 2rem);
	padding: .5rem;
	background: rgba(28, 10, 17, .9);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(251, 247, 241, .16);
	border-radius: 999px;
	box-shadow: 0 14px 38px rgba(20, 8, 12, .38);
	animation: sh-callbar-in .45s .8s both ease-out;
}
@keyframes sh-callbar-in {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: none; }
}
.sh-callbar a { padding: .72rem 1.25rem; font-size: .97rem; }

@media (prefers-reduced-motion: reduce) {
	.sh-callbar { animation: none; }
}

/* -------------------------------------------------------- 19. Sonstiges */

.sh-tag {
	display: inline-block;
	padding: .18rem .6rem;
	border-radius: 999px;
	background: var(--sh-sand);
	color: var(--sh-ink-2);
	font-size: .78rem;
	font-weight: 600;
}
.sh-tag--alarm { background: #fbe3e4; color: var(--sh-alarm-dark); }
.sh-tag--svc { background: #f0e2e6; color: var(--sh-wine); }

.sh-pagination {
	display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center;
	margin-top: 3rem;
}
.sh-pagination .page-numbers {
	display: grid; place-items: center;
	min-width: 42px; height: 42px;
	padding: 0 .7rem;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius-sm);
	background: #fff;
	color: var(--sh-ink-2);
	text-decoration: none;
	font-family: var(--sh-font-display);
	font-weight: 600;
}
.sh-pagination .page-numbers:hover { border-color: var(--sh-wine); color: var(--sh-wine); }
.sh-pagination .current { background: var(--sh-wine); border-color: var(--sh-wine); color: #fff; }

.sh-search-form { display: flex; gap: .5rem; max-width: 460px; }
.sh-search-form input {
	flex: 1;
	padding: .7rem .95rem;
	border: 1px solid var(--sh-line);
	border-radius: var(--sh-radius-sm);
	font: inherit;
	background: #fff;
}

.sh-404 { text-align: center; padding: clamp(3rem, 9vw, 6rem) 0; }
.sh-404__code {
	font-family: var(--sh-font-display);
	font-size: clamp(4rem, 14vw, 8rem);
	font-weight: 800;
	line-height: 1;
	color: var(--sh-sand);
	margin-bottom: .2em;
}

.sh-split { display: grid; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
@media (min-width: 880px) {
	.sh-split { grid-template-columns: 1fr 1fr; }
	.sh-split--wide-left { grid-template-columns: 1.25fr 1fr; }
	.sh-split--wide-right { grid-template-columns: 1fr 1.25fr; }
}
.sh-split__media img { border-radius: var(--sh-radius-lg); box-shadow: var(--sh-shadow-lg); }

.sh-figure { position: relative; }
/* Fremdfotos leicht zurücknehmen, damit sie sich in die warme Farbwelt
   einfügen und nicht als Fremdkörper wirken. */
.sh-figure img { filter: saturate(.84) contrast(1.04); }
.sh-figure figcaption {
	position: absolute; left: 1rem; bottom: 1rem;
	background: rgba(28, 10, 17, .82);
	color: var(--sh-cream);
	font-size: .82rem;
	padding: .35rem .8rem;
	border-radius: 999px;
	backdrop-filter: blur(4px);
}

/* -------------------------------------------------------- 20. Umbrüche */

@media (max-width: 1024px) {
	.sh-header__phone { display: none; }
}

@media (max-width: 880px) {
	.sh-burger { display: grid; order: 9; }
	.sh-header__cta { order: 8; }
	.sh-header__inner { gap: .6rem; }
	.sh-logo__tag { display: none; }
	.sh-logo__name { font-size: 1.06rem; }
	.sh-logo__mark { width: 38px; height: 38px; }

	/* Bewusst kein translateX(100%) im geschlossenen Zustand: Ein fest
	   positioniertes Element rechts außerhalb des Sichtfensters vergrößert
	   die Scrollbreite des Dokuments – das Ergebnis ist ein horizontaler
	   Scrollbalken auf dem Telefon. Deshalb wird nur ein- und ausgeblendet. */
	.sh-nav {
		position: fixed;
		inset: var(--sh-header-h) 0 0;
		background: var(--sh-cream);
		padding: 1.2rem 1.4rem 4rem;
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity .2s ease, transform .2s ease, visibility .2s;
	}
	.sh-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.sh-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
	.sh-nav li { border-bottom: 1px solid var(--sh-line); }
	.sh-nav a { padding: .95rem .2rem; font-size: 1.1rem; border-radius: 0; }
	.sh-nav .sub-menu {
		position: static;
		opacity: 1; visibility: visible; transform: none;
		border: 0; box-shadow: none; padding: 0 0 .5rem .9rem;
		background: transparent;
	}
	.sh-nav .sub-menu a { font-size: 1rem; color: var(--sh-muted); }

	.sh-topbar__list li:nth-child(n+3) { display: none; }

	/* Auf dem Telefon aus der Pille ein Band über die volle Breite machen –
	   dort ist der Daumen unten, nicht rechts. */
	.sh-callbar {
		left: 0; right: 0; bottom: 0;
		border-radius: 0;
		border: 0;
		border-top: 1px solid rgba(251, 247, 241, .14);
		padding: .55rem .8rem calc(.55rem + env(safe-area-inset-bottom));
		box-shadow: 0 -6px 24px rgba(20, 8, 12, .3);
		animation: none;
	}
	.sh-callbar a { flex: 1; padding: .8rem .6rem; }
	.sh-has-callbar { padding-bottom: 72px; }
	.sh-has-callbar .sh-footer__bar { padding-bottom: 1.3rem; }
}

@media (max-width: 560px) {
	/* Auf dem Telefon bleibt nur der Notdienst-Hinweis stehen. */
	.sh-topbar__list li:nth-child(n+2) { display: none; }
	.sh-topbar__inner > .sh-topbar__list + .sh-topbar__list { display: none; }
	.sh-topbar__inner { justify-content: center; }

	/* Der Kopfzeilen-Button wird zum reinen Symbol – der Text steht ohnehin
	   im festen Anrufbalken am unteren Rand. */
	.sh-header__cta .sh-btn span { display: none; }
	.sh-header__cta .sh-btn { padding: .78rem; }
	.sh-header__cta .sh-btn .sh-icon { width: 1.25em; height: 1.25em; }
	.sh-logo__name { font-size: 1rem; }

	.sh-hero__btns .sh-btn { width: 100%; }
	.sh-btns { flex-direction: column; align-items: stretch; }
	.sh-alarm__cta { flex-direction: column; align-items: flex-start; }
	.sh-prose .alignleft, .sh-prose .alignright { float: none; margin: 1.5em 0; }
}

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

@media print {
	.sh-topbar, .sh-header, .sh-callbar, .sh-cta, .sh-form, .sh-alarm__cta { display: none !important; }
	body { background: #fff; font-size: 11pt; }
	.sh-hero { background: #fff; color: #000; }
	.sh-hero::after, .sh-hero__bg { display: none; }
	.sh-hero__title, .sh-hero__text { color: #000; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .85em; word-break: break-all; }
}
