:root {
  --bg: #071317;
  --bg-soft: #0d1f25;
  --panel: rgba(12, 31, 37, 0.82);
  --panel-strong: #102730;
  --surface: rgba(255, 255, 255, 0.06);
  --line: rgba(185, 233, 220, 0.12);
  --text: #eef7f5;
  --muted: #b4cbc7;
  --accent: #65d8b8;
  --accent-2: #ffbc6f;
  --accent-3: #8edff1;
  --field-bg: rgba(255, 255, 255, 0.05);
  --header-bg: rgba(7, 19, 23, 0.86);
  --topbar-bg: rgba(4, 12, 15, 0.78);
  --radius-xl: 32px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  --container: min(1320px, calc(100% - 3rem));
  --space-section: clamp(4.5rem, 8vw, 6.75rem);
  --space-section-tight: clamp(3rem, 5vw, 4.25rem);
  --space-card: clamp(1.2rem, 2vw, 1.7rem);
  --space-card-lg: clamp(1.5rem, 2.4vw, 2.2rem);
  --space-grid: clamp(1rem, 2vw, 1.6rem);
  --space-grid-lg: clamp(1.25rem, 2.4vw, 2rem);
}

body[data-theme="light"] {
  --bg: #f3f7f4;
  --bg-soft: #ffffff;
  --panel: rgba(255, 255, 255, 0.88);
  --panel-strong: #ffffff;
  --surface: rgba(11, 54, 67, 0.05);
  --line: rgba(19, 67, 78, 0.12);
  --text: #102129;
  --muted: #536a72;
  --accent: #1ea883;
  --accent-2: #df8c28;
  --accent-3: #197e97;
  --field-bg: rgba(14, 57, 67, 0.04);
  --header-bg: rgba(255, 255, 255, 0.9);
  --topbar-bg: rgba(225, 236, 233, 0.92);
  --shadow: 0 18px 36px rgba(26, 54, 63, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(101, 216, 184, 0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 188, 111, 0.12), transparent 22%),
    linear-gradient(180deg, #071317 0%, #0b1b21 48%, #081217 100%);
  overflow-x: hidden;
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at top left, rgba(30, 168, 131, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(223, 140, 40, 0.1), transparent 22%),
    linear-gradient(180deg, #f8fbfa 0%, #eef5f3 48%, #f7faf9 100%);
}

body.nav-open {
  overflow: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: var(--container); margin: 0 auto; }

h1, h2, h3, h4, p, ul {
  margin-top: 0;
}

.topbar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--topbar-bg);
}

body[data-theme="light"] .topbar {
  border-bottom-color: rgba(19, 67, 78, 0.08);
}

.topbar-inner,
.nav-wrap,
.topbar-left,
.topbar-right,
.hero-actions,
.hero-tags,
.header-tools,
.nav-actions,
.legal-links,
.contact-detail-list {
  display: flex;
}

.topbar-inner {
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 1rem;
}

.topbar-left,
.topbar-right {
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.topbar-emergency-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  line-height: 1;
}

.topbar-address {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.topbar-label,
.eyebrow,
.kicker,
.card-number {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 800;
}

.topbar a,
.topbar-label { color: var(--muted); }
.topbar-left a { color: var(--text); font-weight: 700; }

.notdienst-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: rgba(162, 245, 218, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

body[data-theme="light"] .notdienst-note {
  color: rgba(30, 168, 131, 0.92);
}

.topbar-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  box-shadow: 0 0 0 0 rgba(101, 216, 184, 0.28);
  animation: hotlinePulse 2.8s ease-in-out infinite;
}

.topbar-phone-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #a2f5da);
  box-shadow: 0 0 0 0 rgba(101, 216, 184, 0.45);
  animation: hotlineDotPulse 1.8s ease-out infinite;
}

.topbar-socials,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.topbar-socials a,
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.topbar-socials a:hover,
.footer-socials a:hover {
  transform: translateY(-2px);
  border-color: rgba(142, 223, 241, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

body[data-theme="light"] .topbar-phone-link,
body[data-theme="light"] .topbar-socials a,
body[data-theme="light"] .footer-socials a {
  background: rgba(255, 255, 255, 0.72);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: var(--header-bg);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.06);
}

body[data-theme="light"] .site-header.is-scrolled {
  box-shadow: 0 12px 28px rgba(26, 54, 63, 0.08);
  border-color: rgba(19, 67, 78, 0.08);
}

.nav-wrap {
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  gap: clamp(1rem, 1.8vw, 2rem);
  flex-wrap: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0;
  flex: 0 1 auto;
  margin-right: clamp(0.5rem, 1.4vw, 1.4rem);
}

.brand-logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: clamp(142px, 17vw, 250px);
  min-width: 134px;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.brand-logo-dark {
  display: none;
}

body[data-theme="dark"] .brand-logo-light {
  display: none;
}

body[data-theme="dark"] .brand-logo-dark {
  display: block;
}

body[data-theme="light"] .brand-logo-dark {
  display: none;
}

body[data-theme="light"] .brand-logo-light {
  display: block;
}

.brand-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(101, 216, 184, 1), rgba(142, 223, 241, 0.72));
  position: relative;
  box-shadow: 0 16px 34px rgba(101, 216, 184, 0.24);
}

.brand-badge::before,
.brand-badge::after {
  content: "";
  position: absolute;
  background: rgba(7, 19, 23, 0.84);
}

.brand-badge::before { inset: 20% 44% 20% 44%; }
.brand-badge::after { inset: 44% 20% 44% 20%; }

.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong,
.brand-copy small { white-space: nowrap; }

.brand-copy strong,
h1,
h2 {
  font-family: "DM Serif Display", Georgia, serif;
  letter-spacing: -0.03em;
}

.brand-copy small { color: var(--muted); font-size: 0.82rem; }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 1.6rem);
  flex: 1 1 auto;
  justify-content: center;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 1.6rem);
  flex-wrap: wrap;
}

.site-nav a {
  position: relative;
  color: var(--muted);
  font-weight: 700;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a:hover, .site-nav a.is-active { color: var(--text); }

.nav-actions {
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
  margin-left: clamp(0.25rem, 1vw, 1rem);
}

.nav-overlay,
.mobile-nav-extras {
  display: none;
}

.mobile-nav-head,
.mobile-nav-contact {
  display: none;
}

.mobile-nav-kicker {
  display: block;
  margin-bottom: 0;
  color: var(--accent-3);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
}

.mobile-hotline-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  padding: 0.95rem 1.35rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mobile-hotline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(101, 216, 184, 0.12);
  color: var(--accent);
  flex: 0 0 auto;
}

.mobile-hotline-icon svg {
  width: 1rem;
  height: 1rem;
}

.mobile-hotline-card strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.2;
}

.mobile-hotline-text {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  min-width: 0;
  gap: 0.12rem;
}

.mobile-hotline-text small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.mobile-nav-cta {
  width: 100%;
  margin-top: 0.85rem;
  justify-content: flex-start;
  text-align: left;
  padding-inline: 1.35rem;
  color: #071317;
  box-shadow: 0 14px 28px rgba(101, 216, 184, 0.18);
  text-shadow: none;
}

.mobile-nav-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.mobile-nav-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.75rem;
  padding: 0.65rem 1.35rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.mobile-nav-socials a:hover {
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(101, 216, 184, 0.14), rgba(255, 255, 255, 0.04));
  border-color: rgba(101, 216, 184, 0.24);
  transform: translateY(-2px);
}

.header-tools {
  align-items: center;
  gap: 0.75rem;
  margin-left: auto;
  flex-shrink: 0;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 45%),
    var(--surface);
  color: var(--text);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 22px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(142, 223, 241, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(101, 216, 184, 0.08),
    0 14px 30px rgba(101, 216, 184, 0.18);
}

.theme-toggle-icon {
  font-size: 1.05rem;
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.service-card:hover,
.quick-card:hover,
.feature-card:hover,
.service-row:hover { transform: translateY(-3px); }

.button-primary {
  background: linear-gradient(135deg, var(--accent), #a2f5da);
  color: #062018;
  box-shadow: 0 16px 34px rgba(101, 216, 184, 0.22);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

body[data-theme="light"] .button-ghost {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(19, 67, 78, 0.14);
  color: #163740;
  box-shadow: 0 12px 24px rgba(26, 54, 63, 0.08);
}

.button-call {
  gap: 0.55rem;
}

.button-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  line-height: 1.05;
}

.button-note {
  align-items: center;
}

.button-note .notdienst-note,
.button-call .notdienst-note {
  color: inherit;
  opacity: 0.74;
  font-size: 0.67rem;
  letter-spacing: 0.08em;
}

.button-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.button-call-icon svg {
  width: 1rem;
  height: 1rem;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 1.7rem;
  height: 2px;
  margin: 0.34rem 0;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero,
.page-hero {
  position: relative;
  padding: clamp(4.75rem, 8vw, 6.5rem) 0 var(--space-section-tight);
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  animation: drift 12s ease-in-out infinite;
}

.orb-one {
  top: 4rem;
  left: -4rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(101, 216, 184, 0.28), transparent 70%);
}

.orb-two {
  top: 3rem;
  right: -3rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(255, 188, 111, 0.22), transparent 70%);
  animation-delay: -4s;
}

.grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 85%);
}

.hero-layout,
.page-hero-grid,
.split-layout,
.detail-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: var(--space-grid-lg);
  align-items: center;
}

.split-layout-balanced,
.contact-home-grid-balanced {
  align-items: stretch;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.95;
}

.lead,
.service-card p,
.content-card p,
.stats-panel span,
.feature-card p,
.site-footer p,
.service-row p,
.side-panel p,
.quick-card p,
.contact-form-card .form-note,
.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.72;
}

.hero-copy .lead,
.page-hero .lead {
  max-width: 56ch;
  margin-top: 1.25rem;
  font-size: 1.05rem;
}

.eyebrow,
.kicker,
.card-number {
  color: var(--accent-3);
  margin-bottom: 1rem;
}

.hero-tags {
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.hero-tags span,
.badge-row,
.floating-panel,
.trust-grid article,
.service-card,
.content-card,
.stats-panel,
.quick-card,
.feature-card,
.service-row,
.image-card,
.side-panel,
.contact-form-card,
.legal-content,
.page-illustration {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-tags span {
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-media { position: relative; }
.hero-media {
  display: grid;
  gap: var(--space-grid);
  align-self: stretch;
}

.hero-card,
.page-illustration {
  border-radius: var(--radius-xl);
  padding: var(--space-card);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(8, 22, 28, 0.86));
  box-shadow: var(--shadow);
}

.hero-card {
  display: grid;
  gap: 0.9rem;
  min-height: 100%;
  border: 1px solid rgba(142, 223, 241, 0.14);
}

.hero-card img,
.page-illustration img,
.image-card img,
.service-row img,
.service-card img {
  width: 100%;
  height: auto;
  display: block;
}

.page-illustration img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 4px);
}

.page-illustration img,
.image-card img {
  min-height: 360px;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
}

.service-card img {
  min-height: 220px;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
}

.service-row img {
  min-height: 320px;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
}

.hero-card img {
  min-height: 320px;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
  background: linear-gradient(180deg, rgba(15, 53, 64, 0.9), rgba(8, 22, 28, 0.92));
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.hero-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 0.9rem;
  align-items: stretch;
}

.hero-main-photo,
.hero-detail-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 6px);
}

.hero-main-photo {
  min-height: 360px;
  object-position: center;
}

.hero-detail-stack {
  display: grid;
  gap: 0.9rem;
}

.hero-detail-photo {
  min-height: 220px;
  object-position: center top;
}

.hero-mini-note {
  display: grid;
  gap: 0.55rem;
  align-content: center;
  min-height: 132px;
  padding: 1rem 1.05rem;
  border-radius: calc(var(--radius-lg) - 6px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.hero-mini-note strong {
  display: block;
}

.hero-media,
.page-illustration,
.content-card,
.service-card,
.service-row,
.contact-form-card,
.image-card,
.side-panel,
.stats-panel,
.quick-card,
.feature-card,
.legal-content,
.hero-card {
  min-width: 0;
}

.hero-card-bottom { margin-top: 0.8rem; }
.hero-card-bottom strong,
.feature-card h3,
.service-card h3,
.quick-card h3,
.service-row h2,
.side-panel h3,
.legal-content h2,
.legal-content h3 { margin: 0 0 0.6rem; }

.badge-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.signal {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 2.1s infinite;
}

.floating-panel {
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  width: min(18rem, 82%);
  padding: 1rem 1.1rem;
  border-radius: 22px;
}

.floating-panel strong {
  display: block;
}

.section { padding: var(--space-section-tight) 0 var(--space-section); }

.section-actions {
  margin-top: 1.5rem;
}

.section-actions .button {
  min-width: 220px;
}

.service-grid,
.feature-grid,
.footer-grid,
.quick-grid,
.testimonial-grid {
  display: grid;
  gap: var(--space-grid);
}

.service-card,
.content-card,
.quick-card,
.feature-card,
.service-row,
.image-card,
.side-panel,
.contact-form-card,
.legal-content,
.testimonial-card,
.cta-band,
.contact-home-art {
  border-radius: var(--radius-lg);
  padding: var(--space-card);
}

.section-head {
  max-width: 44rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
}

.section-head .eyebrow {
  margin-bottom: 0.9rem;
}

.section-head h2 {
  margin-bottom: 1rem;
}

.section-head p:last-child {
  margin-bottom: 0;
}

.section-head h2,
.content-card h2,
.page-hero h1,
.service-row h2,
.legal-content h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.service-grid { grid-template-columns: repeat(4, 1fr); }

.service-grid-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  display: block;
  transition: transform 180ms ease, border-color 180ms ease;
}

.service-card:hover,
.quick-card:hover,
.feature-card:hover,
.service-row:hover { border-color: rgba(142, 223, 241, 0.35); }

.card-number { display: inline-block; }
.check-list { margin: 1rem 0 0; padding-left: 1rem; }
.check-list li + li { margin-top: 0.55rem; }

.section-accent {
  background:
    radial-gradient(circle at right top, rgba(142, 223, 241, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.section-emergency-band {
  padding-top: 0;
}

.emergency-band {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: var(--space-grid-lg);
  align-items: stretch;
  padding: var(--space-card-lg);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(142, 223, 241, 0.16);
  background:
    radial-gradient(circle at top right, rgba(101, 216, 184, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 22, 28, 0.88));
  box-shadow: var(--shadow);
}

.emergency-band-copy h2,
.reviews-copy .section-head h2 {
  margin-bottom: 0.9rem;
}

.emergency-band-copy h2 {
  letter-spacing: 0.01em;
}

.emergency-band-copy p:last-child {
  margin-bottom: 0;
}

.emergency-band-meta {
  display: grid;
  gap: 1rem;
}

.emergency-meta-card,
.review-card,
.brand-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.emergency-meta-card {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
}

.emergency-meta-card strong {
  font-size: 1.15rem;
}

.emergency-meta-card .notdienst-note,
.emergency-page-banner .notdienst-note {
  margin-top: -0.05rem;
}

.emergency-meta-card p {
  margin: 0;
  color: var(--muted);
}

.emergency-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-grid);
}

.brand-grid-archive {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-card {
  display: grid;
  gap: 1rem;
  align-content: start;
  justify-items: center;
  min-height: 214px;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 24px;
  text-align: center;
}

.brand-logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 122px;
  padding: 0.35rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 248, 250, 0.98));
  border: 1px solid rgba(9, 30, 39, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.brand-logo-shell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-placeholder {
  color: var(--muted);
  font-weight: 800;
}

.brand-card strong {
  font-size: 1.05rem;
  line-height: 1.3;
}

.brand-card small {
  color: var(--muted);
  line-height: 1.5;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: var(--space-grid-lg);
  align-items: start;
}

.review-list {
  display: grid;
  gap: var(--space-grid);
}

.review-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.2rem 1.25rem;
  border-radius: 24px;
}

.review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.review-stars {
  color: var(--accent-2);
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.review-service {
  color: var(--accent-3);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-card p {
  margin: 0;
}

.review-form-card {
  position: sticky;
  top: 110px;
}

.review-feedback {
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.review-feedback-success,
.review-feedback-submitted {
  background: rgba(24, 138, 93, 0.24);
  border-color: rgba(121, 230, 181, 0.28);
}

.review-feedback-invalid,
.review-feedback-failed,
.review-feedback-missing,
.review-feedback-consent,
.review-feedback-spam,
.review-feedback-error {
  background: rgba(255, 107, 107, 0.12);
  border-color: rgba(255, 107, 107, 0.22);
}

.blog-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-panel {
  display: grid;
  gap: var(--space-grid);
  border-radius: var(--radius-xl);
  padding: var(--space-card-lg);
  align-content: stretch;
  min-height: 100%;
}

.split-layout-balanced .content-card,
.split-layout-balanced .stats-panel,
.contact-home-grid-balanced .contact-home-copy,
.contact-home-grid-balanced .contact-form-card {
  min-height: 100%;
}

.split-layout-balanced .content-card,
.contact-home-grid-balanced .contact-home-copy,
.contact-home-grid-balanced .contact-form-card {
  padding-top: clamp(1.7rem, 3vw, 2.25rem);
}

.stats-panel article {
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.stats-panel strong {
  display: block;
  font-size: 2rem;
  color: var(--accent-2);
}

.value-summary-card,
.value-card,
.contact-spotlight-panel,
.contact-info-card,
.contact-map-panel,
.emergency-page-banner,
.service-quick-access,
.service-quick-link {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.value-summary-card {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1.3rem 1.4rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(101, 216, 184, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.04);
}

.value-summary-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(101, 216, 184, 0.12);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.value-summary-card strong {
  font-size: 1.15rem;
  line-height: 1.5;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-grid);
}

.value-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.25rem;
  border-radius: 24px;
  min-height: 148px;
  align-content: start;
}

.value-card.is-featured {
  background:
    radial-gradient(circle at top right, rgba(255, 188, 111, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.05);
}

.value-index {
  color: var(--accent-2);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.value-card strong {
  font-size: 1rem;
  line-height: 1.55;
}

.showcase-grid,
.service-listing { display: grid; gap: var(--space-grid); }

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid { grid-template-columns: repeat(3, 1fr); }
.service-listing { gap: var(--space-grid-lg); }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }

.section-testimonials {
  overflow: hidden;
}

.testimonial-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.testimonial-track {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  width: max-content;
  animation: testimonial-scroll 34s linear infinite;
  will-change: transform;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  width: min(24rem, calc(100vw - 3rem));
}

.testimonial-card p {
  margin: 0 0 1.2rem;
}

.testimonial-card strong,
.testimonial-card small {
  display: block;
}

.testimonial-card small {
  color: var(--muted);
  margin-top: 0.35rem;
}

.quote-mark {
  display: inline-flex;
  margin-bottom: 1rem;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: var(--accent-2);
}

.service-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: var(--space-grid);
  align-items: center;
}

.detail-layout,
.contact-layout { align-items: start; }
.side-panel { border-radius: var(--radius-xl); }

.contact-home-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--space-grid-lg);
  align-items: start;
}

.contact-home-copy {
  position: relative;
  min-width: 0;
}

.contact-home-copy::before,
.contact-home-copy::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.75;
}

.contact-home-copy::before {
  width: 84px;
  height: 84px;
  top: 1rem;
  right: 1rem;
  background: radial-gradient(circle, rgba(101, 216, 184, 0.3), transparent 70%);
}

.contact-home-copy::after {
  width: 120px;
  height: 120px;
  left: -1.5rem;
  bottom: 1rem;
  background: radial-gradient(circle, rgba(142, 223, 241, 0.18), transparent 70%);
}

.contact-home-art {
  margin-top: 1.6rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 22, 28, 0.82));
  box-shadow: var(--shadow);
  padding: 1rem;
}

.contact-home-art img {
  width: 100%;
  height: auto;
}

.contact-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: var(--space-grid-lg);
  align-items: stretch;
}

.contact-spotlight-panel,
.contact-info-panel {
  display: grid;
  gap: var(--space-grid);
  padding: var(--space-card-lg);
  border-radius: var(--radius-xl);
}

.contact-info-panel {
  align-content: start;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top right, rgba(101, 216, 184, 0.12), transparent 30%),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.contact-info-head {
  display: grid;
  gap: 0.7rem;
  max-width: 34rem;
}

.contact-info-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  line-height: 1.16;
}

.contact-info-head p {
  margin: 0;
  color: var(--muted);
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-grid);
}

.contact-spotlight-card,
.contact-info-card {
  display: grid;
  gap: 0.45rem;
  padding: 1.1rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-info-card {
  min-height: 170px;
  align-content: start;
  overflow: hidden;
}

.contact-spotlight-card strong,
.contact-info-card strong {
  font-size: 1.05rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.contact-spotlight-card p,
.contact-info-card p {
  margin: 0;
  color: var(--muted);
}

.contact-spotlight-card .notdienst-note,
.contact-info-card .notdienst-note {
  margin-top: -0.1rem;
}

.contact-spotlight-button {
  width: 100%;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-grid-lg);
  align-items: start;
}

.contact-info-card.is-emergency {
  background:
    radial-gradient(circle at top right, rgba(255, 188, 111, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.05);
}

.contact-info-card.is-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(100px, 132px) minmax(0, 1fr);
  align-items: start;
  gap: 0.55rem 1rem;
  min-height: unset;
}

.contact-info-card.is-wide .kicker {
  margin-top: 0.15rem;
}

.contact-info-card.is-wide strong,
.contact-info-card.is-wide p {
  grid-column: 2;
}

.contact-page-grid > .contact-form-card {
  height: 100%;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.contact-map-panel {
  overflow: hidden;
  border-radius: var(--radius-xl);
  min-height: 320px;
}

.contact-map-panel iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
}

.section-emergency-page {
  padding-top: 0;
}

.emergency-page-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--space-grid-lg);
  align-items: center;
  padding: var(--space-card-lg);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 188, 111, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 22, 28, 0.88));
}

.emergency-page-banner h2 {
  margin-bottom: 0.6rem;
}

.emergency-page-banner .notdienst-note {
  margin-bottom: 0.45rem;
}

.service-quick-access {
  display: grid;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius-xl);
}

.service-quick-access-head p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.service-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.service-quick-link {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-quick-link:hover {
  transform: translateY(-3px);
  border-color: rgba(142, 223, 241, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.section-cta-band {
  padding-top: 0.25rem;
}

.cta-band {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--space-grid);
  align-items: center;
  border: 1px solid rgba(142, 223, 241, 0.18);
  background:
    radial-gradient(circle at top right, rgba(101, 216, 184, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(8, 22, 28, 0.88));
  box-shadow: var(--shadow);
  padding: var(--space-card-lg);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.contact-detail-list,
.legal-links {
  flex-direction: column;
}

.contact-detail-list {
  gap: 1rem;
  margin-top: 1.6rem;
}

.contact-detail-list span {
  display: block;
  color: var(--accent-3);
  font-size: 0.88rem;
}

.contact-form-card label {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.contact-form-card,
.review-form-card {
  scroll-margin-top: 8rem;
}

.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: var(--field-bg);
  color: var(--text);
  padding: 0.95rem 1rem;
}

.contact-form-card option {
  color: #13242a;
  background: #f5f8f9;
}

.contact-form-card input.is-invalid,
.contact-form-card textarea.is-invalid,
.contact-form-card select.is-invalid {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.12);
}

.review-form-card.has-star-rating select[name="review_rating"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.rating-field {
  margin: 0 0 1.1rem;
  padding: 0;
  border: 0;
}

.rating-field legend {
  margin-bottom: 0.55rem;
  font-weight: 600;
}

.rating-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.28rem;
}

.rating-stars input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rating-stars label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.18);
  font-size: 2rem;
  line-height: 1;
  transition: transform 140ms ease, color 140ms ease;
}

.rating-stars label:hover,
.rating-stars label:hover ~ label,
.rating-stars input:checked ~ label,
.rating-stars input:focus-visible + label {
  color: var(--accent-2);
}

.rating-stars label:hover,
.rating-stars input:focus-visible + label {
  transform: translateY(-1px) scale(1.04);
}

.star-rating-widget {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.2rem;
}

.star-rating-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.18);
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: transform 140ms ease, color 140ms ease;
}

.star-rating-button:hover,
.star-rating-button:focus-visible {
  color: rgba(255, 184, 97, 0.9);
  transform: translateY(-1px) scale(1.04);
  outline: none;
}

.star-rating-button.is-active {
  color: var(--accent-2);
}

.star-rating-widget.is-invalid {
  padding: 0.45rem 0.6rem;
  border-radius: 14px;
  box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.18);
}

.form-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0.4rem 0 1rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.lht-recaptcha-field {
  margin: 0 0 1rem;
}

.lht-recaptcha-field .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
}

.form-consent input[type="checkbox"] {
  width: 1.1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  padding: 0;
  accent-color: var(--accent);
}

.form-consent span {
  display: block;
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-feedback {
  display: none;
  margin-top: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-weight: 600;
}

.form-feedback.is-success {
  display: block;
  color: #dff8ec;
  background: rgba(24, 138, 93, 0.24);
  border: 1px solid rgba(121, 230, 181, 0.28);
}

.form-feedback.is-error {
  display: block;
  color: #ffd9d9;
  background: rgba(171, 49, 49, 0.16);
  border: 1px solid rgba(255, 107, 107, 0.3);
}

.floating-tools {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: grid;
  gap: 0.75rem;
}

.floating-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #fff;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.floating-tool:hover,
.floating-tool:focus-visible {
  transform: translateY(-3px);
}

.whatsapp-tool {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.scroll-top-tool {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(8, 22, 28, 0.94));
  opacity: 0;
  pointer-events: none;
}

.scroll-top-tool.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.floating-tool svg {
  width: 1.35rem;
  height: 1.35rem;
}

body[data-theme="light"] .testimonial-marquee {
  mask-image: none;
}

body[data-theme="light"] .testimonial-card {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 24px rgba(26, 54, 63, 0.07);
}

body[data-theme="light"] .contact-home-art {
  background:
    radial-gradient(circle at top left, rgba(30, 168, 131, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 240, 238, 0.96));
  box-shadow: 0 18px 32px rgba(26, 54, 63, 0.1);
}

body[data-theme="light"] .emergency-band {
  border-color: rgba(25, 126, 151, 0.14);
  background:
    radial-gradient(circle at top right, rgba(30, 168, 131, 0.16), transparent 28%),
    radial-gradient(circle at left center, rgba(119, 202, 221, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 238, 236, 0.95));
  box-shadow: 0 20px 38px rgba(26, 54, 63, 0.1);
}

body[data-theme="light"] .emergency-meta-card {
  border-color: rgba(19, 67, 78, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 245, 0.94));
  box-shadow: 0 14px 26px rgba(26, 54, 63, 0.08);
}

body[data-theme="light"] .emergency-band-copy p,
body[data-theme="light"] .emergency-meta-card p {
  color: rgba(33, 63, 71, 0.82);
}

body[data-theme="light"] .cta-band {
  border-color: rgba(25, 126, 151, 0.12);
  background:
    radial-gradient(circle at top right, rgba(30, 168, 131, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(230, 239, 237, 0.95));
  box-shadow: 0 18px 34px rgba(26, 54, 63, 0.09);
}

body[data-theme="light"] .hero-card,
body[data-theme="light"] .page-illustration {
  background:
    radial-gradient(circle at top right, rgba(30, 168, 131, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(228, 237, 235, 0.94));
  box-shadow: 0 18px 34px rgba(26, 54, 63, 0.1);
}

body[data-theme="light"] .hero-card img {
  background: linear-gradient(180deg, rgba(232, 240, 238, 0.9), rgba(221, 231, 229, 0.92));
}

body[data-theme="light"] .hero-mini-note,
body[data-theme="light"] .badge-row {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(19, 67, 78, 0.1);
}

body[data-theme="light"] .floating-tool {
  box-shadow: 0 12px 26px rgba(26, 54, 63, 0.12);
}

body[data-theme="light"] .scroll-top-tool {
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(218, 227, 225, 0.96));
}

body[data-theme="light"] .footer-map {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(26, 54, 63, 0.08);
}

.legal-hero { padding-bottom: 0.75rem; }
.narrow { width: min(760px, calc(100% - 2rem)); }
.legal-content h2,
.legal-content h3 { font-family: "Manrope", "Segoe UI", sans-serif; }

.page-content-wrap {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}

.entry-content {
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: "DM Serif Display", Georgia, serif;
  letter-spacing: -0.02em;
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
  margin-top: 0;
}

.entry-content p,
.entry-content li,
.entry-content blockquote {
  color: var(--muted);
  line-height: 1.8;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.2rem;
}

.entry-content img {
  border-radius: calc(var(--radius-lg) - 6px);
  margin: 1rem 0;
}

.entry-content .wp-block-button__link,
.entry-content .button,
.entry-content .wp-element-button {
  border-radius: 999px;
}

.service-highlights,
.service-cta-inline {
  padding: 1.25rem 1.35rem;
}

.service-highlights h3,
.service-cta-inline h3 {
  margin-bottom: 0.85rem;
}

.site-footer { padding: var(--space-section-tight) 0 2rem; }

.footer-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.72fr) minmax(0, 0.9fr) minmax(0, 1fr);
  gap: var(--space-grid);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  align-items: start;
}

.footer-grid h3,
.footer-grid h4 { margin: 0 0 0.95rem; }

.footer-brand-column {
  min-width: 0;
}

.footer-contact-column {
  display: grid;
  align-content: start;
}

.footer-grid > div > a,
.legal-links a {
  display: block;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.footer-grid > div > a:hover,
.legal-links a:hover { color: var(--text); }

.footer-socials {
  margin: 1rem 0 1.1rem;
}

.footer-map {
  margin-top: 1.1rem;
  min-height: 220px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.14);
}

.footer-map iframe {
  display: block;
  width: 100%;
  min-height: 220px;
  border: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-copyright {
  margin: 0;
  color: var(--muted);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom-links a {
  color: var(--muted);
}

.footer-bottom-links a:hover {
  color: var(--text);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.985);
  transition:
    opacity 720ms cubic-bezier(.2,.8,.2,1),
    transform 820ms cubic-bezier(.2,.8,.2,1);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.js .reveal.is-hidden-above {
  opacity: 0;
  transform: translate3d(0, -20px, 0) scale(0.985);
}

.js .reveal.is-hidden-below {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.985);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(101, 216, 184, 0.5); }
  70% { box-shadow: 0 0 0 13px rgba(101, 216, 184, 0); }
  100% { box-shadow: 0 0 0 0 rgba(101, 216, 184, 0); }
}

@keyframes hotlinePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(101, 216, 184, 0.18); transform: translateY(0); }
  50% { box-shadow: 0 0 0 10px rgba(101, 216, 184, 0); transform: translateY(-1px); }
}

@keyframes hotlineDotPulse {
  0% { box-shadow: 0 0 0 0 rgba(101, 216, 184, 0.45); }
  70% { box-shadow: 0 0 0 10px rgba(101, 216, 184, 0); }
  100% { box-shadow: 0 0 0 0 rgba(101, 216, 184, 0); }
}

@keyframes drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(18px); }
}

@keyframes testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 0.5rem)); }
}

@media (max-width: 1080px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid-home,
  .brand-grid,
  .brand-grid-archive,
  .blog-card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid,
  .feature-grid,
  .quick-grid,
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .hero-layout,
  .page-hero-grid,
  .split-layout,
  .detail-layout,
  .contact-layout,
  .contact-home-grid,
  .cta-band,
  .reviews-layout,
  .emergency-band,
  .contact-spotlight,
  .contact-page-grid,
  .emergency-page-banner { grid-template-columns: 1fr; }
  .values-grid,
  .service-quick-links { grid-template-columns: 1fr 1fr; }
  .nav-actions .button { display: none; }
  .testimonial-card {
    width: min(22rem, calc(100vw - 4rem));
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand-column {
    grid-column: 1 / -1;
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav-wrap {
    min-height: 80px;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy small {
    font-size: 0.76rem;
  }

  .menu-toggle { display: inline-block; }
  .header-tools {
    gap: 0.6rem;
  }
  .nav-overlay {
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(2, 8, 11, 0.82);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
    z-index: 13;
  }
  .nav-overlay.is-open,
  body.nav-open .nav-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav {
    position: fixed;
    top: 88px;
    left: 0.9rem;
    right: 0.9rem;
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border-radius: 26px;
    background:
      radial-gradient(circle at top right, rgba(101, 216, 184, 0.08), transparent 30%),
      linear-gradient(180deg, rgba(6, 18, 23, 0.98), rgba(6, 16, 20, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: translateY(-14px) scale(0.975);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    z-index: 14;
    transition: opacity 220ms ease, transform 260ms cubic-bezier(.2,.8,.2,1);
  }
  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.15rem;
  }
  .mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
  }
  .site-nav-links {
    display: grid;
    gap: 0;
    padding: 0.6rem 0 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .site-nav-links a,
  .mobile-nav-contact,
  .mobile-nav-socials a {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 260ms ease;
  }
  .site-nav a {
    display: block;
    padding: 0.9rem 0.15rem;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text);
  }
  .site-nav a::after {
    left: 0.15rem;
    width: calc(100% - 0.3rem);
    bottom: 0.28rem;
  }
  .site-nav .mobile-hotline-card {
    justify-content: flex-start;
    padding: 0.95rem 1.35rem;
  }
  .site-nav a.mobile-nav-cta,
  .site-nav .mobile-nav-cta.button,
  .site-nav .mobile-nav-cta.button-primary {
    justify-content: flex-start;
    text-align: left;
    padding-inline: 1.35rem;
    color: #071317;
    border-radius: 18px;
  }
  .site-nav .mobile-nav-socials a {
    justify-content: flex-start;
    padding: 0.65rem 1.35rem;
    color: var(--muted);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-color: var(--line);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }
  .site-nav.is-open .site-nav-links a,
  .site-nav.is-open .mobile-nav-contact,
  .site-nav.is-open .mobile-nav-socials a {
    opacity: 1;
    transform: translateY(0);
  }
  .site-nav.is-open .site-nav-links a:nth-child(1) { transition-delay: 40ms; }
  .site-nav.is-open .site-nav-links a:nth-child(2) { transition-delay: 70ms; }
  .site-nav.is-open .site-nav-links a:nth-child(3) { transition-delay: 100ms; }
  .site-nav.is-open .site-nav-links a:nth-child(4) { transition-delay: 130ms; }
  .site-nav.is-open .mobile-nav-contact { transition-delay: 160ms; }
  .site-nav.is-open .mobile-nav-socials a:nth-child(1) { transition-delay: 190ms; }
  .site-nav.is-open .mobile-nav-socials a:nth-child(2) { transition-delay: 220ms; }
  .site-nav.is-open .mobile-nav-socials a:nth-child(3) { transition-delay: 250ms; }
  .site-nav.is-open .mobile-nav-socials a:nth-child(4) { transition-delay: 280ms; }
  .site-nav.is-open + .header-tools,
  .site-nav.is-open ~ .nav-actions {
    pointer-events: none;
  }
  .mobile-nav-extras {
    display: grid;
    gap: 0.85rem;
    padding-top: 0.2rem;
  }
  .mobile-nav-contact {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .menu-toggle.is-open span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(-5px) rotate(-45deg); }
  .service-row { grid-template-columns: 1fr; }
  .review-form-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .topbar { display: none; }
  .site-nav { top: 86px; }
  .service-grid,
  .footer-grid,
  .feature-grid,
  .quick-grid,
  .testimonial-grid,
  .brand-grid,
  .brand-grid-archive,
  .blog-card-grid,
  .service-grid-home,
  .values-grid,
  .service-quick-links { grid-template-columns: 1fr; }
  .hero,
  .page-hero,
  .section { padding-bottom: 4rem; }
  .hero-actions,
  .hero-tags { flex-direction: column; align-items: flex-start; }
  .hero-actions {
    gap: 0.85rem;
    width: 100%;
  }
  .hero-actions .button {
    width: 100%;
  }
  .nav-wrap {
    min-height: 74px;
    gap: 0.75rem;
  }
  .header-tools {
    margin-left: 0;
  }
  .brand {
    max-width: calc(100% - 64px);
  }
  .brand-logo-wrap {
    width: clamp(118px, 34vw, 188px);
    min-width: 108px;
  }
  .brand-copy strong,
  .brand-copy small {
    white-space: normal;
    line-height: 1.2;
  }
  .hero,
  .page-hero {
    padding-top: 3.5rem;
  }
  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1;
  }
  .hero-copy .lead,
  .page-hero .lead {
    font-size: 0.98rem;
  }
  .hero-card,
  .page-illustration,
  .content-card,
  .service-card,
  .quick-card,
  .feature-card,
  .service-row,
  .image-card,
  .side-panel,
  .contact-form-card,
  .legal-content {
    padding: 1.1rem;
    border-radius: 22px;
  }
  .contact-info-grid {
    grid-template-columns: 1fr;
  }
  .split-layout-balanced .content-card,
  .contact-home-grid-balanced .contact-home-copy,
  .contact-home-grid-balanced .contact-form-card {
    padding-top: 1.35rem;
  }
  .floating-panel {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
  .hero-media {
    margin-top: 1.15rem;
  }
  .hero-photo-grid {
    grid-template-columns: 1fr;
  }
  .hero-main-photo {
    min-height: 240px;
  }
  .hero-detail-photo {
    min-height: 180px;
  }
  .service-card img,
  .service-row img,
  .page-illustration img,
  .hero-card img {
    max-width: 100%;
  }
  .page-illustration img,
  .image-card img {
    min-height: 260px;
  }
  .service-card img,
  .service-row img {
    min-height: 200px;
  }
  .quick-grid,
  .feature-grid,
  .service-listing,
  .footer-grid,
  .testimonial-grid {
    gap: 0.9rem;
  }
  .footer-grid {
    padding-top: 1rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-bottom-links {
    justify-content: flex-start;
  }
  .testimonial-marquee {
    mask-image: none;
  }
  .testimonial-track {
    animation-duration: 26s;
  }
  .cta-actions {
    justify-content: flex-start;
  }
  .cta-actions .button {
    width: 100%;
  }
  .contact-form-card input,
  .contact-form-card textarea,
  .contact-form-card select {
    padding: 0.85rem 0.95rem;
  }

  .emergency-actions .button,
  .section-actions .button,
  .contact-spotlight-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .container,
  .narrow {
    width: min(100% - 1.5rem, 100%);
  }
  .hero,
  .page-hero {
    padding-top: 3.1rem;
  }
  .section-head {
    margin-bottom: 1.35rem;
  }
  .site-nav {
    left: 0.2rem;
    right: 0.2rem;
    top: 78px;
    max-height: calc(100vh - 92px);
  }
  .mobile-nav-head {
    align-items: center;
  }
  .mobile-nav-close {
    min-height: 2.2rem;
    padding: 0 0.8rem;
    font-size: 0.88rem;
  }
  .site-nav a {
    font-size: 0.98rem;
  }
  .brand-badge {
    width: 2.6rem;
    height: 2.6rem;
  }
  .brand-logo-wrap {
    width: clamp(108px, 37vw, 152px);
  }
  .nav-actions .button,
  .site-nav .button {
    width: 100%;
  }
  .testimonial-card {
    width: min(19rem, calc(100vw - 2rem));
  }
  .floating-tools {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .floating-tool {
    width: 3.1rem;
    height: 3.1rem;
  }
  .mobile-nav-socials {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .site-nav {
    left: 0.35rem;
    right: 0.35rem;
  }
  .contact-info-card.is-wide {
    grid-template-columns: 1fr;
  }
  .contact-info-card.is-wide strong,
  .contact-info-card.is-wide p {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}