/* ===== Demir Immobilien – Redesign: hochwertig, grau/anthrazit, keine Blau ===== */

/* Code Pro Light Lowercase (Fontfabric) – Webfont-Dateien in /fonts/ ablegen */
@font-face {
  font-family: 'Code Pro Light Lowercase';
  src: url('fonts/CodePro-LightLowercase.woff2') format('woff2'),
       url('fonts/CodePro-LightLowercase.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black: #0d0d0d;
  --color-black-pure: #000000;
  --color-anthracite: #2c2c2c;
  --color-grey-dark: #404040;
  --color-grey: #5c5c5c;
  --color-grey-light: #8a8a8a;
  --color-bg: #f4f4f3;
  --color-bg-light: #f0f0ee;
  --color-bg-light-2: #e8e8e6;
  --color-border: #e0e0de;
  --color-white: #ffffff;
  --color-bg-dark: #1a1a1a;
  --color-bg-dark-2: #252525;
  --color-hero-bg: #1a1a1a;
  --color-accent: #2c2c2c;
  --color-accent-hover: #404040;
  --color-accent-light: #404040;
  --color-accent-dark: #1a1a1a;
  --color-accent-soft: rgba(44, 44, 44, 0.06);
  --color-text: #0d0d0d;
  --color-text-muted: #5c5c5c;
  --font-heading: 'Code Pro Light Lowercase', 'Code Pro', system-ui, sans-serif;
  --font-body: 'Code Pro Light Lowercase', 'Code Pro', system-ui, sans-serif;
  --radius: 6px;
  --radius-lg: 10px;
  --radius-xl: 14px;
  --shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.06);
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.03);
  --transition: 0.25s ease;
  --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --section-padding: 6rem;
  /* Glass / Liquid Glass (layered blur + overlay + specular) */
  --glass-bg: rgba(131, 129, 129, 0.785);
  --glass-highlight: rgba(255, 255, 255, 0);
  --glass-blur: 320px;
  --glass-saturate: 2800%;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ----- Header: Liquid Glass (layered blur + overlay + specular wie Glass-UI) ----- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  isolation: isolate;
  overflow: visible;
  background: var(--glass-bg);
  -webkit-backdrop-filter: saturate(var(--glass-saturate)) blur(var(--glass-blur));
  backdrop-filter: saturate(var(--glass-saturate)) blur(var(--glass-blur));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0 var(--glass-highlight), inset 0 0 5px var(--glass-highlight), 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, -webkit-backdrop-filter 0.35s ease, backdrop-filter 0.35s ease;
}

body:has(.hero) .header {
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

body:has(.hero) .header.scrolled,
body:has(.hero) .header:hover {
  background: var(--glass-bg);
  -webkit-backdrop-filter: saturate(var(--glass-saturate)) blur(var(--glass-blur));
  backdrop-filter: saturate(var(--glass-saturate)) blur(var(--glass-blur));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0 var(--glass-highlight), inset 0 0 5px var(--glass-highlight), 0 4px 24px rgba(0, 0, 0, 0.06);
}

body:has(.hero) .nav a,
body:has(.hero) .header .logo {
  color: rgba(255, 255, 255, 0.95);
}

body:has(.hero) .nav a:hover {
  color: var(--color-white);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}

body:has(.hero) .header.scrolled .nav a,
body:has(.hero) .header.scrolled .header .logo,
body:has(.hero) .header:hover .nav a,
body:has(.hero) .header:hover .header .logo {
  color: var(--color-text);
}

body:has(.hero) .header.scrolled .nav a:hover,
body:has(.hero) .header:hover .nav a:hover {
  color: var(--color-anthracite);
  border-bottom-color: var(--color-anthracite);
}

body:has(.hero) .header .btn-primary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--color-white);
}

body:has(.hero) .header.scrolled .btn-primary,
body:has(.hero) .header:hover .btn-primary {
  background: var(--color-anthracite);
  border-color: var(--color-anthracite);
  color: var(--color-white);
}

body:has(.hero) .nav-toggle span {
  background: rgba(255, 255, 255, 0.95);
}

body:has(.hero) .header.scrolled .nav-toggle span,
body:has(.hero) .header:hover .nav-toggle span {
  background: var(--color-black);
}

/* Sunds24-ähnlicher Header: klar, ruhig, gute Abstände */
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0.85rem 1.5rem;
  gap: 1.25rem;
  transition: padding 0.3s ease;
}
.header-inner .logo {
  justify-self: start;
}
.header-inner .nav {
  justify-self: center;
}
.header-inner .nav-toggle {
  justify-self: end;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-black);
}

.logo img {
  height: 46px;
  width: auto;
  display: block;
  object-fit: contain;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-black);
  letter-spacing: 0.02em;
}

.logo-text span {
  color: var(--color-grey);
}

/* Markenname wie Logo: gleiche Schriftart & Schreibweise überall */
.brand-name {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.brand-name span {
  color: var(--color-grey);
}
.footer .brand-name,
.footer-brand .brand-name {
  color: var(--color-white);
}
.footer .brand-name span,
.footer-brand .brand-name span {
  color: rgba(255, 255, 255, 0.88);
}
.hero .brand-name {
  color: rgba(255, 255, 255, 0.98);
}
.hero .brand-name span {
  color: rgba(255, 255, 255, 0.85);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Nav-Links im S+S-Stil: Großbuchstaben, dezentes Spacing, Hover-Unterstreichung */
.nav a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 0;
  border-bottom: 2px solid transparent;
  transition: color var(--transition), border-color var(--transition);
  white-space: nowrap;
}

.nav a:hover {
  color: var(--color-anthracite);
  border-bottom-color: var(--color-anthracite);
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
}
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 0.5rem 0;
  background: var(--glass-bg);
  -webkit-backdrop-filter: saturate(var(--glass-saturate)) blur(var(--glass-blur));
  backdrop-filter: saturate(var(--glass-saturate)) blur(var(--glass-blur));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  box-shadow: inset 1px 1px 0 var(--glass-highlight), inset 0 0 5px var(--glass-highlight), 0 8px 32px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 50;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 0.6rem 1.25rem;
  font-size: 0.9375rem;
  color: var(--color-text);
}
.nav-dropdown-menu a:hover {
  background: var(--color-bg-light);
  color: var(--color-anthracite);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle:hover {
  background: rgba(0, 0, 0, 0.04);
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle:focus-visible {
  outline: 2px solid var(--color-anthracite);
  outline-offset: 2px;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-black);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.header .nav.is-open ~ .nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header .nav.is-open ~ .nav-toggle span:nth-child(2) {
  opacity: 0;
}
.header .nav.is-open ~ .nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: var(--radius);
  transition: all var(--transition-smooth);
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background: var(--color-anthracite);
  color: var(--color-white);
  min-width: 200px;
  border-color: var(--color-anthracite);
}

.btn-primary:hover {
  background: var(--color-accent-hover);
  color: var(--color-white);
  border-color: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-outline {
  background: transparent;
  color: var(--color-black);
  border-color: var(--color-grey-light);
}

.btn-outline:hover {
  background: var(--color-bg-light);
  color: var(--color-black);
  border-color: var(--color-grey);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.btn-lg {
  padding: 1.125rem 2rem;
  font-size: 1.0625rem;
  min-width: 240px;
}

/* ----- Hero (Startseite) – Stil sunds24.de: Full-Viewport, dunkel ----- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: var(--color-hero-bg);
  color: var(--color-white);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 70% at 70% 30%, rgba(185, 28, 60, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

/* Hero 1:1 wie sunds24 – Vollbild-Bild + Text links */
.hero--fullbleed .hero-bg-img {
  position: absolute;
  inset: 0;
  background: url('WhatsApp Image 2026-02-03 at 22.10.47.jpeg') center center / cover no-repeat;
  background-color: var(--color-hero-bg);
}
.hero--fullbleed .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 50%, transparent 100%);
  pointer-events: none;
}
.hero--fullbleed .hero-inner { display: block; z-index: 2; }
.hero--fullbleed .hero-content { max-width: 720px; }
/* Hero wie sunds24: zwei Zeilen Headline + Tagline */
.hero-title-sunds {
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 5.5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 0.25em;
  letter-spacing: -0.02em;
  color: var(--color-white);
}
.hero-title-sunds .hero-line1 { display: block; font-weight: 400; opacity: 0.98; }
.hero-title-sunds .hero-line2 { display: block; margin-top: 0.05em; }
.hero-tagline-sunds {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  letter-spacing: 0.02em;
}
.hero-tagline-sunds .hero-tagline-line1 { display: block; }
.hero-tagline-sunds .hero-tagline-line2 { display: block; margin-top: 0.05em; }
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
  color: var(--color-white);
}
.hero-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.35rem;
}
.hero-region {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}

.hero-content {
  max-width: 560px;
  position: relative;
  padding-left: 0;
  border-left: none;
}

.hero-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 0.5rem;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

.hero h1 .hero-line2 { display: block; margin-top: 0.15em; }

.hero-slogan {
  font-family: var(--font-body);
  font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.5rem;
}

.hero-tagline {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1.5rem;
  letter-spacing: 0.02em;
}

.hero-text {
  max-width: 520px;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 2rem;
  line-height: 1.72;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero .btn-primary {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-white);
}

.hero .btn-primary:hover {
  background: var(--color-accent-light);
  border-color: var(--color-accent-light);
  color: var(--color-white);
}

.hero .btn-outline {
  background: transparent;
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.8);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-badges span {
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.hero-photo-frame {
  width: 100%;
  max-width: 380px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-photo-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-photo-caption {
  margin: 1.25rem 0 0.35rem;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.03em;
}

.hero-photo-lead {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 300px;
  line-height: 1.55;
}

/* ----- Sections: hellgrauer Hintergrund, klare Hierarchie ----- */
.section {
  padding: var(--section-padding) 0;
  background: var(--color-bg);
}

/* Nachhaltigkeit im Bau: Hintergrundbild mit geringer Opacity */
.section--nachhaltigkeit-bg {
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
}
.section--nachhaltigkeit-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url('PHOTO-2026-03-03-02-39-36.jpg') center / cover no-repeat;
  opacity: 0.22;
}
.section--nachhaltigkeit-bg .container {
  position: relative;
  z-index: 1;
}

.section--light {
  background: var(--color-white);
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.5rem;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.2;
  position: relative;
  padding-bottom: 1.25rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: var(--color-anthracite);
  border-radius: 0;
}

.section-sub {
  text-align: center;
  color: var(--color-text-muted);
  margin: 0 auto 2.75rem;
  font-size: 1.0625rem;
  max-width: 580px;
  line-height: 1.65;
}

/* ----- S+S 1:1 – Leidenschaft, Tagline, Über uns, Referenzen ----- */
.container--narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section--leidenschaft {
  background: var(--color-white);
}
.section--leidenschaft .section-title { text-align: left; margin-bottom: 1rem; }
.section--leidenschaft .section-title::after { left: 0; transform: none; }
.section-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0;
}

.section-title--left { text-align: left !important; }
.section-title--left::after { left: 0 !important; transform: none !important; }

.section-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--color-text-muted);
  margin: 0 0 0.5rem;
  text-align: center;
}

.section-label--left {
  text-align: left;
}

.section-label--hero {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
  text-align: left;
}

/* ----- Redesign: Firmenversprechen ----- */
.section--promise {
  background: var(--color-white);
}
.promise-lead {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0;
  text-align: center;
}

/* ----- Redesign: Leistungen (Verkauf, Kauf, Beratung, Bewertung) ----- */
.section--services {
  background: var(--color-bg);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.service-card {
  display: block;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  text-decoration: none;
  color: inherit;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.service-card:hover {
  border-color: var(--color-grey-light);
  box-shadow: var(--shadow-soft);
}
.service-card__number {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}
.service-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}
.service-card__text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}

/* ----- Redesign: Objekte (Karten) ----- */
.section--objects {
  background: var(--color-white);
}
.objects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.object-card {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--color-white);
  transition: transform var(--transition-smooth);
}
.object-card:hover { transform: scale(1.02); }
.object-card__img {
  position: absolute;
  inset: 0;
  background: var(--color-bg-light-2) center center / cover no-repeat;
}
.object-card--1 .object-card__img { background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent 40%), url('PHOTO-2026-01-29-19-24-54.jpg'); }
.object-card--2 .object-card__img { background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent 40%), url('WhatsApp Image 2026-02-03 at 22.10.47.jpeg'); }
.object-card--3 .object-card__img { background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent 40%), url('PHOTO-2026-01-29-19-24-54.jpg'); }
.object-card--4 .object-card__img { background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent 40%), url('PHOTO-2026-01-29-19-24-54.jpg'); }
.object-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}
.object-card__status {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.35rem;
}
.object-card__name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
}
.section-cta {
  text-align: center;
  margin: 2.5rem 0 0;
}

/* ----- Redesign: Warum Demir Immobilien ----- */
.section--why {
  background: var(--color-bg);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.why-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
}
.why-card h3 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.5rem;
}
.why-card p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}

/* ----- Redesign: Über den Inhaber (dezent) ----- */
.section--owner {
  background: var(--color-white);
}
.owner-block {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) 1fr;
  gap: 3rem;
  align-items: center;
}
.owner-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.owner-media img {
  width: 100%;
  height: auto;
  display: block;
}
.owner-content .section-label { text-align: left; }
.owner-content p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 0 1rem;
}
.link-arrow {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-anthracite);
  text-decoration: none;
}
.link-arrow:hover { text-decoration: underline; }

/* Inline-Links im Fließtext: Anthrazit, kein Blau */
.link-text,
.section p a:not(.btn):not(.link-arrow),
.content-page p a:not(.btn):not(.link-arrow) {
  color: var(--color-anthracite);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: var(--color-grey-light);
  transition: color var(--transition), text-decoration-color var(--transition);
}
.link-text:hover,
.section p a:not(.btn):not(.link-arrow):hover,
.content-page p a:not(.btn):not(.link-arrow):hover {
  color: var(--color-black);
  text-decoration-color: var(--color-anthracite);
}

/* ----- Redesign: Kontakt ----- */
.section--contact {
  background: var(--color-bg);
}
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact-form__row input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 1rem;
}
.contact-form__row input:focus {
  outline: none;
  border-color: var(--color-anthracite);
}
.contact-form__message {
  margin-bottom: 0;
}
.contact-form__message textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  resize: vertical;
  min-height: 120px;
}
.contact-form__message textarea:focus {
  outline: none;
  border-color: var(--color-anthracite);
}
.contact-form .checkbox-label { margin-bottom: 1.25rem; }
.contact-info h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.contact-info p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0 0 0.5rem;
}
.contact-info a {
  color: var(--color-anthracite);
  text-decoration: none;
}
.contact-info a:hover { text-decoration: underline; }

.section--tagline {
  padding: 3rem 0;
  background: var(--color-bg-dark);
  color: var(--color-white);
}
.tagline {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
}
/* sunds24: Tagline-Balken (dunkel, zentriert) */
.section--tagline-sunds {
  padding: 3.5rem 0;
  background: var(--color-bg-dark);
  color: var(--color-white);
}
.tagline-sunds {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 0;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.92);
}

/* Unsere Partner: Laufband rechts → links (Loop) */
.section--partners {
  padding: 4rem 0;
  background: var(--color-white);
  overflow: hidden;
}
.section-label--partners {
  color: var(--color-accent, #c00);
  text-align: center;
  margin-bottom: 0.5rem;
}
.partners-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.partners-marquee {
  overflow: hidden;
  width: 100%;
  margin: 0 -1rem;
}
.partners-marquee__track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: partners-scroll 40s linear infinite;
}
@keyframes partners-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .partners-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
}
.partner-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 80px;
  padding: 0 1rem;
  background: #f5f5f5;
  border-radius: 8px;
  filter: grayscale(1);
  transition: filter 0.2s ease;
}
.partner-logo:hover {
  filter: grayscale(0.7);
}
.partner-logo img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-logo__fallback {
  display: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #666;
  text-align: center;
  line-height: 1.2;
}
.partner-logo__fallback.is-fallback {
  display: block;
}

/* Partner-Logos auf Mobile: etwas größer, gut erkennbar – mehrere Logos sichtbar */
@media (max-width: 768px) {
  .section--partners {
    padding: 2.5rem 0;
  }
  .partners-title {
    font-size: 1.15rem;
    margin-bottom: 1.25rem;
  }
  .partners-marquee {
    margin: 0 -0.25rem;
  }
  .partners-marquee__track {
    gap: 0.6rem;
  }
  .partner-logo {
    width: 82px;
    height: 46px;
    padding: 0 0.4rem;
    border-radius: 5px;
  }
  .partner-logo img {
    max-height: 32px;
  }
  .partner-logo__fallback.is-fallback {
    font-size: 0.62rem;
  }
}
@media (max-width: 480px) {
  .partner-logo {
    width: 74px;
    height: 42px;
    padding: 0 0.35rem;
  }
  .partner-logo img {
    max-height: 28px;
  }
  .partners-marquee__track {
    gap: 0.5rem;
  }
}

/* S+S: Newsletter-Sektion (dunkel) */
.section--newsletter {
  background: var(--color-bg-dark);
  color: var(--color-white);
  padding: 4rem 0;
}
.section--newsletter .section-title--light { color: rgba(255, 255, 255, 0.95); }
.section--newsletter .section-title--light::after { background: rgba(255, 255, 255, 0.4); }
.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin: 1.5rem auto 0;
}
.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}
.newsletter-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.6); }
.newsletter-form .btn-primary {
  background: var(--color-white);
  color: var(--color-anthracite);
  border-color: var(--color-white);
}
.newsletter-form .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-anthracite);
}
/* sunds24: Projekt-Kacheln (quadratisch, Overlay) */
.projects-grid--sunds {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.project-tile-sunds {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--radius);
  transition: transform var(--transition-smooth);
}
.project-tile-sunds:hover { transform: scale(1.02); }
.project-tile-sunds__img {
  position: absolute;
  inset: 0;
  background: var(--color-bg-light-2) center center / cover no-repeat;
}
.project-tile-sunds__img--1 { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('PHOTO-2026-01-29-19-24-54.jpg'); }
.project-tile-sunds__img--2 { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('WhatsApp Image 2026-02-03 at 22.10.47.jpeg'); }
.project-tile-sunds__img--3 { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('PHOTO-2026-01-29-19-24-54.jpg'); }
.project-tile-sunds__img--4 { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('PHOTO-2026-01-29-19-24-54.jpg'); }
.project-tile-sunds__img--muehlheimer { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('PHOTO-2026-03-02-22-47-36.jpg'); }
.project-tile-sunds__img--greifenstein { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('greifenstein.jpeg'); }
.project-tile-sunds__img--wieseck { background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent 50%), url('mikro%20apartment/WhatsApp%20Image%202026-03-02%20at%2023.27.06.jpeg'); background-size: cover; background-position: center; }
.project-tile-sunds__img--lacasa { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('PHOTO-2026-03-02-23-43-22.jpg'); }
.project-tile-sunds__img--biebertal { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('bibertalfotos/nachherfoto.jpg'); }
.project-tile-sunds__img--pohlheim { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('polheimfotos/nachher ansicht.jpg'); }
.project-tile-sunds__img--badnauheim { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('PHOTO-2026-03-02-23-35-53.jpg'); }
.project-tile-sunds__img--villa { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('villafotos/villa.jpg'); }
.project-tile-sunds__img--giessen { background-image: linear-gradient(to top, rgba(0,0,0,0.6), transparent 45%), url('giessen%20instat/ausenansicht.jpg'); }
.project-tile-sunds__img--wetzlar { background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent 50%), linear-gradient(145deg, #2d3748 0%, #1a202c 100%); }
.project-tile-sunds__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
}
.project-tile-sunds__status {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.35rem;
}
.project-tile-sunds__name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0;
}

/* Unsere Projekte: horizontaler Slider (von rechts nach links schiebbar) */
.projects-slider-outer {
  position: relative;
  margin-top: 2rem;
  padding: 0 3rem;
}
.projects-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0 1.5rem;
}
.projects-slider::-webkit-scrollbar {
  height: 8px;
}
.projects-slider::-webkit-scrollbar-track {
  background: var(--color-bg-light-2, #f0f0f0);
  border-radius: 4px;
}
.projects-slider::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 4px;
}
.project-tile-sunds--slide {
  flex: 0 0 auto;
  width: min(320px, 85vw);
  min-width: 260px;
  scroll-snap-align: start;
}
.projects-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background: var(--color-white);
  color: var(--color-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.projects-slider__nav:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-soft, rgba(0,100,200,0.08));
  color: var(--color-accent);
}
.projects-slider__nav--prev { left: 0; }
.projects-slider__nav--next { right: 0; }
.projects-slider-hint {
  font-size: 0.875rem;
  color: var(--color-text-muted, #666);
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .projects-slider-outer { padding: 0 2.5rem; }
  .projects-slider__nav { width: 40px; height: 40px; font-size: 1.25rem; }
  .project-tile-sunds--slide { min-width: 240px; }
}

/* sunds24: Über-uns-Block (Bild links, Text rechts) */
.about-grid-sunds {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}
.about-img-sunds {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.about-img-sunds img {
  width: 100%;
  height: auto;
  display: block;
}
.about-img-sunds--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-light);
  padding: 2rem;
}
.about-img-sunds--logo img {
  width: auto;
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
}
.about-content-sunds p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 0 1.5rem;
}
/* S+S: zwei Bilder unter Über-uns-Block */
.about-sunds-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
  max-width: 900px;
}
.about-sunds-images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  object-fit: cover;
  aspect-ratio: 16/10;
}
/* S+S: Wir suchen – Text + Bild */
.wir-suchen-sunds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 1.5rem;
}
.wir-suchen-sunds__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.wir-suchen-sunds__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
/* S+S: Referenz Featured (Bild + Infos + weiterlesen) */
.referenz-featured-sunds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.referenz-featured-sunds__img-wrap {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.referenz-featured-sunds__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.referenz-featured-sunds__body p { margin: 0 0 0.35rem; color: var(--color-text-muted); font-size: 0.9375rem; }
.referenz-featured-sunds__body .link-arrow { margin-top: 0.5rem; display: inline-block; }
/* S+S: nummerierte Referenz-Liste */
.referenz-liste-sunds {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.referenz-liste-sunds li {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--color-border);
}
.referenz-liste-sunds li:last-child { border-bottom: none; }
.referenz-liste-sunds a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.9375rem;
}
.referenz-liste-sunds a:hover { color: var(--color-anthracite); text-decoration: underline; }
/* sunds24: Section-Label klein, lowercase */
.section-label-sunds {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-text-muted);
  margin: 0 0 0.5rem;
  text-align: center;
}
/* Kontaktformular zentriert */
.contact-form--center {
  max-width: 560px;
  margin: 0 auto;
}
/* sunds24: Footer (BÜRO, Adresse, Logo + Links) */
.footer--sunds {
  background: var(--color-bg-dark);
  color: rgba(255, 255, 255, 0.9);
  padding: 4rem 0 3rem;
}
.footer-inner--sunds {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: start;
  max-width: 1000px;
  margin: 0 auto 2.5rem;
}
.footer-office-label {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 0.5rem;
}
.footer-office-label--sitz { margin-top: 0.25rem; }
.footer-office-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  margin: 0 0 1rem;
}
.footer-office-sunds p {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.footer-office-sunds a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.footer-office-sunds a:hover { text-decoration: underline; }
.footer-links-sunds {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo-sunds {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.footer-logo-sunds img {
  height: 40px;
  width: auto;
  display: block;
  opacity: 0.95;
}
.footer-nav-sunds {
  margin: 0;
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1rem;
}
.footer-nav-sunds a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  padding: 0.2em 0;
}
.footer-nav-sunds a:hover { color: var(--color-white); text-decoration: underline; }
.footer--sunds .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}
.footer--sunds .footer-copy {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}
.footer--sunds .footer-copy .brand-name { color: rgba(255, 255, 255, 0.9); }
.footer--sunds .footer-copy .brand-name span { color: rgba(255, 255, 255, 0.8); }

/* Projekte-Grid wie S+S: quadratische Kacheln mit Bild + Overlay */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.project-tile {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-white);
  border-radius: var(--radius);
  transition: transform var(--transition-smooth);
}
.project-tile:hover { transform: scale(1.02); }
.project-tile__img {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--color-bg-light-2) 0%, var(--color-border) 100%);
}
.project-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
}
.project-tile__status {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent-light);
  margin-bottom: 0.35rem;
}
.project-tile__name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
}

.project-tile__img--rabenau {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.35), rgba(10, 10, 10, 0.25)), url('PHOTO-2026-01-29-19-24-54.jpg') center center / cover no-repeat;
}

.project-tile__img--greifenstein {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.2)), url('WhatsApp Image 2026-02-03 at 22.10.47.jpeg') center top / cover no-repeat;
}

.project-tile__img--wieseck {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.25)), url('mikro%20apartment/WhatsApp%20Image%202026-03-02%20at%2023.27.06.jpeg') center center / cover no-repeat;
}

.project-tile__img--hirzenhain {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.45), rgba(10, 10, 10, 0.2)), url('PHOTO-2026-01-29-19-24-54.jpg') 35% center / cover no-repeat;
}

.project-tile__img--heuchelheim {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.45), rgba(10, 10, 10, 0.2)), url('WhatsApp Image 2026-02-03 at 22.10.47.jpeg') center center / cover no-repeat;
}

/* ----- Corporate Premium Module ----- */
.section--premium-kpi,
.section--premium-process,
.section--premium-values,
.section--premium-timeline,
.section--premium-trust {
  position: relative;
}

.section--premium-kpi::before,
.section--premium-process::before,
.section--premium-values::before,
.section--premium-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1200px, calc(100% - 3rem));
  transform: translateX(-50%);
  border-top: 1px solid var(--color-border);
}

.premium-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.premium-kpi-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow);
}

.premium-kpi-card__value {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--color-black);
  letter-spacing: -0.02em;
}

.premium-kpi-card__label {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.section--premium-profile {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.premium-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 2.5rem;
  align-items: center;
}

.premium-profile__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}

.premium-profile__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.premium-profile__content .section-title {
  margin-bottom: 1rem;
}

.premium-profile__content p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
}

.premium-competence-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.premium-competence-list li {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 0.8rem 1rem;
  background: var(--color-white);
  font-weight: 500;
  color: var(--color-text);
}

.premium-profile__cta {
  margin-top: 1.5rem;
}

.premium-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.premium-process-step {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  padding: 1.5rem 1.15rem;
  box-shadow: var(--shadow);
}

.premium-process-step__number {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
}

.premium-process-step h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-black);
}

.premium-process-step p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.section--premium-trust {
  background: var(--color-bg-dark);
  color: var(--color-white);
}

.section--premium-trust .section-title,
.section--premium-trust .section-label {
  color: rgba(255, 255, 255, 0.95);
}

.section--premium-trust .section-title::after {
  background: var(--color-white);
}

.premium-trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.premium-trust-band__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
}

.premium-trust-band__item h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: 1.125rem;
  color: var(--color-white);
}

.premium-trust-band__item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero--premium {
  padding-bottom: 4.5rem;
}

/* Über-uns Seite: Hero wie S+S (starke Headline + Unterzeile) */
.ueber-uns-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 0.2em;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.ueber-uns-hero__sub {
  font-family: var(--font-heading);
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 400;
  opacity: 0.95;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}
.ueber-uns-hero__lead {
  max-width: 680px;
}

/* Über-uns: Firmenblock (Intro wie S+S) */
.section--ueber-uns-intro .section-lead { margin-bottom: 1rem; }
.section--ueber-uns-intro p + p { margin-top: 0; }
.section--ueber-uns-intro p + h3 { margin-top: 2rem; margin-bottom: 0.75rem; }
.ueber-uns-intro__company {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 1.25rem;
}
.ueber-uns-intro__subtitle {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.75rem;
}

/* Über-uns: Zahlen & Fakten (KPI) */
.section--ueber-uns-kpi {
  background: var(--color-bg-light);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ueber-uns-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.ueber-uns-kpi-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
}
.ueber-uns-kpi-card__value {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--color-anthracite);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}
.ueber-uns-kpi-card__label {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

/* Über-uns: Stärken (Bau, Handwerk, Verwaltung) */
.ueber-uns-strengths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.ueber-uns-strength-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-soft);
}
.ueber-uns-strength-card h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.ueber-uns-strength-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-muted);
}

/* Über-uns: Ausblick & Ziele */
.section--ueber-uns-outlook {
  background: var(--color-bg-light);
}
.section--ueber-uns-outlook .section-lead { margin-bottom: 1rem; }
.section--ueber-uns-outlook p + p { margin-top: 1rem; }
.section--ueber-uns-outlook .link-arrow { margin-top: 1.5rem; display: inline-block; }

/* Über-uns: Team / Geschäftsführung */
.premium-profile__role {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin: -0.5rem 0 1rem;
  letter-spacing: 0.02em;
}

/* Über-uns: Werte CTA */
.ueber-uns-values-cta {
  margin: 2rem 0 0;
  text-align: center;
}

.premium-timeline {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.premium-timeline__item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow);
}

.premium-timeline__year {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-accent);
}

.premium-timeline__item h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-black);
}

.premium-timeline__item p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.58;
  font-size: 0.96rem;
}

.premium-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.premium-value-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.4rem 1.25rem;
  background: var(--color-white);
  box-shadow: var(--shadow);
}

.premium-value-card h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-black);
}

.premium-value-card p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.6;
  font-size: 0.97rem;
}

.section--premium-cta .content-cta {
  max-width: 840px;
  margin: 0 auto;
  border-color: var(--color-border);
  box-shadow: var(--shadow);
}

/* Über uns wie S+S: Bild + Text */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-top: 2rem;
}
.about-img-placeholder {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, var(--color-bg-light-2) 0%, var(--color-border) 100%);
  border-radius: var(--radius-lg);
}
.about-content p { margin: 0 0 1.25rem; color: var(--color-text-muted); line-height: 1.7; }

/* Referenz Featured wie S+S */
.referenz-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.referenz-featured__img {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, var(--color-bg-light-2) 0%, var(--color-border) 100%);
  border-radius: var(--radius-lg);
}
.referenz-featured__body p { margin: 0 0 0.5rem; color: var(--color-text-muted); }
.referenz-featured__body .link-arrow { margin-top: 0.5rem; display: inline-block; }

/* Schnellanfrage zentriert wie S+S Newsletter */
.quick-form--center { max-width: 560px; margin: 0 auto; }
.quick-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.quick-form__row input {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.quick-form--center .checkbox-label { margin-bottom: 1rem; }

/* ----- Intro ----- */
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.intro-content {
  padding-left: 1.75rem;
  border-left: 3px solid var(--color-accent);
}

.intro h2 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 2.8vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.intro h2 strong {
  color: var(--color-accent);
}

.intro-lead {
  font-size: 1.1875rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 0 1.5rem;
}

.intro p {
  margin: 0 0 1.25rem;
  color: var(--color-text-muted);
  font-size: 1.0625rem;
  line-height: 1.72;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.check-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-accent);
  font-weight: 700;
}

.intro-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stat-card {
  background: var(--color-white);
  padding: 1.75rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-left: 4px solid var(--color-accent);
  transition: box-shadow var(--transition-smooth), transform var(--transition-smooth);
}

.stat-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateX(4px);
}

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color-accent);
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
}

/* ----- Cards ----- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}

.card {
  background: var(--color-white);
  padding: 2.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition-smooth), transform var(--transition-smooth), border-color var(--transition);
}

.card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: var(--color-accent);
  box-shadow: 0 16px 48px rgba(185, 28, 60, 0.15);
}

.card-icon {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1.25rem;
}

.card h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
  color: var(--color-black);
}

.card p {
  margin: 0 0 1.25rem;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.link-arrow {
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: color var(--transition);
}

.link-arrow:hover {
  color: var(--color-accent-dark);
}

/* ----- Kachel-Navigation (Leistungen) ----- */
.kachel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.kachel {
  display: block;
  background: var(--color-white);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--transition-smooth), transform var(--transition-smooth), border-color var(--transition);
}
.kachel:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: rgba(185, 28, 60, 0.4);
}
.kachel-icon {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.75rem;
  display: block;
}
.kachel h3 {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-black);
}
.kachel p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}
.kachel .link-arrow {
  font-size: 0.9375rem;
}

/* ----- Projekt-Teaser ----- */
.projects-teaser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2rem;
}
.project-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition-smooth), transform var(--transition-smooth);
}
.project-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.project-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.project-card__link:hover {
  color: inherit;
}
.project-card__link .link-arrow {
  display: inline-block;
}
.project-card__img {
  height: 200px;
  background: linear-gradient(145deg, var(--color-bg-light-2) 0%, var(--color-border) 100%);
  background-size: cover;
  background-position: center;
}
.project-card__img--muehlheimer {
  background-image: url('PHOTO-2026-03-02-22-47-36.jpg');
}
.project-card__img--greifenstein {
  background-image: url('greifenstein.jpeg');
}
.project-card__img--pohlheim {
  background-image: url('polheimfotos/nachher ansicht.jpg');
}
.project-card__img--biebertal {
  background-image: url('bibertalfotos/nachherfoto.jpg');
}
.project-card__img--lacasa {
  background-image: url('PHOTO-2026-03-02-23-43-22.jpg');
}
.project-card__img--badnauheim {
  background-image: url('PHOTO-2026-03-02-23-35-53.jpg');
}
.project-card__img--villa {
  background-image: url('villafotos/villa.jpg');
}
.project-card__img--giessen {
  background-image: url('giessen%20instat/ausenansicht.jpg');
}
.project-card__img--wetzlar {
  position: relative;
  background: #1a202c;
  background-size: cover;
}
.project-card__img--wetzlar video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card__img--wieseck {
  background-image: url('mikro%20apartment/WhatsApp%20Image%202026-03-02%20at%2023.27.06.jpeg');
  background-size: cover;
  background-position: center;
}
.project-card__body {
  padding: 1.5rem;
}
.project-card__status {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
  display: block;
}
.project-card h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--color-black);
}
.project-card p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ----- Trust ----- */
.trust-section .trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}
.trust-item {
  padding: 1.5rem 2rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-weight: 600;
  color: var(--color-text-muted);
  font-size: 1rem;
}

/* ----- Schnellanfrage-Formular ----- */
.quick-form-section .section-title {
  margin-bottom: 0.5rem;
}
.quick-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}
.quick-form-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: var(--color-black);
}
.quick-form-content p {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.65;
}
.quick-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--color-white);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}
.quick-form label {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-text);
}
.quick-form input[type="text"],
.quick-form input[type="email"],
.quick-form input[type="tel"],
.quick-form select {
  padding: 0.75rem 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
}
.quick-form input:focus,
.quick-form select:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px var(--color-accent-soft);
}
.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 400 !important;
  font-size: 0.9375rem !important;
}
.checkbox-label input {
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.checkbox-label a {
  color: var(--color-accent);
  text-decoration: none;
}
.checkbox-label a:hover {
  text-decoration: underline;
}

/* ----- Steps ----- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
  margin-top: 2.5rem;
}

.step {
  text-align: center;
  padding: 2rem 1.5rem;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 1.625rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.step h3 {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  letter-spacing: -0.01em;
  color: var(--color-black);
}

.step p {
  margin: 0;
  font-size: 1rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.text-center {
  text-align: center;
  margin-top: 2rem;
}

/* ----- Calculator ----- */
.calculator {
  max-width: 480px;
  margin: 0 auto;
  background: var(--color-bg-light);
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-bg-light-2);
}

.calculator-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.calculator-input {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1.125rem;
  font-family: var(--font-body);
  border: 2px solid var(--color-bg-light-2);
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}

/* ----- Cookie-Banner ----- */
.cookie-banner {
  position: fixed;
  inset-inline: 0;
  bottom: 1.25rem;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-banner__inner {
  pointer-events: auto;
  max-width: 520px;
  width: calc(100% - 2.5rem);
  padding: 1.25rem 1.5rem;
  border-radius: 0.9rem;
  background: rgba(16, 24, 40, 0.94);
  color: #f9fafb;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.6);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  font-size: 0.9rem;
}

.cookie-banner__title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.cookie-banner__text {
  margin: 0;
  line-height: 1.6;
  color: rgba(249, 250, 251, 0.86);
}

.cookie-banner__text a {
  color: #e5e7eb;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-banner__btn {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 999px;
  border: none;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.08s ease;
}

.cookie-banner__btn--primary {
  background: #f97316;
  color: #111827;
  box-shadow: 0 10px 30px rgba(248, 113, 113, 0.35);
}

.cookie-banner__btn--primary:hover {
  background: #fb923c;
  transform: translateY(-1px);
}

.cookie-banner__btn--ghost {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.8);
}

.cookie-banner__btn--ghost:hover {
  background: rgba(15, 23, 42, 0.9);
}

@media (min-width: 720px) {
  .cookie-banner__inner {
    grid-template-columns: minmax(0, 1.7fr) auto;
    align-items: center;
    gap: 1.25rem;
  }
  .cookie-banner__actions {
    justify-content: flex-end;
    min-width: 220px;
  }
  .cookie-banner__btn {
    flex: 0 0 auto;
  }
}

.calculator-input:focus {
  outline: none;
  border-color: var(--color-accent);
}

.calculator-results {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.calc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.9375rem;
}

.calc-row--makler {
  background: rgba(200, 80, 80, 0.1);
  color: #8b2a2a;
}

.calc-row--demir {
  background: rgba(0, 0, 0, 0.06);
  color: var(--color-black);
}

.calc-row--save {
  background: var(--color-bg-dark);
  color: var(--color-white);
  margin-top: 0.5rem;
}

.calc-row--save span:last-child {
  color: var(--color-white);
}

/* ----- Reviews ----- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.review {
  background: var(--color-white);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--color-accent);
  margin: 0;
  box-shadow: var(--shadow);
}

.review p {
  margin: 0 0 1rem;
  font-style: italic;
  color: var(--color-text);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.review cite {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  font-style: normal;
  font-weight: 500;
}

/* ----- Review stars ----- */
.review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.75rem;
}

.review-stars span {
  color: var(--color-accent);
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/* ----- Success story ----- */
.success-stories {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.success-story {
  background: var(--color-bg-dark);
  color: var(--color-white);
  padding: 2rem;
  border-radius: var(--radius);
  border-left: 4px solid var(--color-white);
}

.success-story__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-grey-light);
  margin-bottom: 0.5rem;
}

.success-story__title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.success-story__highlight {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 1rem;
}

.success-story p {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  opacity: 0.92;
  line-height: 1.6;
}

.success-story__meta {
  font-size: 0.875rem;
  opacity: 0.8;
  margin-top: 1rem;
}

.success-story__timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  opacity: 0.9;
}

.success-story__timeline span {
  display: inline-block;
}

.rating-summary {
  text-align: center;
  padding: 2rem;
  background: var(--color-bg-light);
  border-radius: var(--radius);
  margin-bottom: 2.5rem;
  border: 1px solid var(--color-bg-light-2);
}

.rating-summary__score {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 0.25rem;
}

.rating-summary__stars {
  color: var(--color-accent);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.rating-summary__text {
  font-size: 0.9375rem;
  color: var(--color-text-muted);
  margin: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--color-text);
}

/* ----- CTA Block ----- */
.cta-block {
  background: linear-gradient(145deg, var(--color-accent-dark) 0%, var(--color-accent) 50%, var(--color-accent-dark) 100%);
  color: var(--color-white);
  text-align: center;
  padding: 4.5rem 0;
}

.cta-block h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.875rem, 3vw, 2.25rem);
  font-weight: 700;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.cta-block p {
  margin: 0 0 1.75rem;
  opacity: 0.95;
  font-size: 1.0625rem;
}

.cta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.cta-block .btn-primary {
  background: var(--color-white);
  color: var(--color-accent);
  border-color: var(--color-white);
}

.cta-block .btn-primary:hover {
  background: var(--color-bg-light);
  color: var(--color-accent-dark);
  border-color: var(--color-bg-light);
  box-shadow: var(--shadow-lg);
}

.cta-block .btn-outline {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.7);
}

.cta-block .btn-outline:hover {
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-white);
}

/* ----- Contact ----- */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  padding: 0.875rem 1.125rem;
  font-family: var(--font-body);
  font-size: 1rem;
  border: 2px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-white);
  transition: border-color var(--transition);
}

.form-row input[type="file"] {
  padding: 0.5rem 0;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
  outline: none;
  border-color: var(--color-accent);
}

.contact-form.two-col-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
  max-width: 720px;
  margin-top: 1rem;
}

.form-row.full-width {
  grid-column: 1 / -1;
}

.radio-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.contact-info {
  background: var(--color-white);
  padding: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}

.contact-info p {
  margin: 0 0 0.75rem;
}

.contact-info a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 500;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* ----- Subpages: Page Hero + Content ----- */
.page-hero {
  position: relative;
  padding: 8rem 0 4rem;
  background: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-dark-2) 100%);
  color: var(--color-white);
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 80%, rgba(0, 0, 0, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.page-hero-lead {
  max-width: 720px;
  font-size: 1.125rem;
  line-height: 1.65;
  opacity: 0.92;
  margin: 0;
}

.content-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.content-block {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-bg-light-2);
}

.content-block:last-of-type {
  border-bottom: none;
}

.referenz-liste {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.referenz-liste li {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
  line-height: 1.6;
}
.referenz-liste li strong { color: var(--color-text); }

.content-block h2 {
  font-family: var(--font-heading);
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--color-text);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.content-block h3 {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
  color: var(--color-text);
}

.faq-list { margin: 1.5rem 0 0; }
.faq-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--color-border);
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 { margin: 0 0 0.5rem; font-size: 1.0625rem; }
.faq-item p { margin: 0; }

.content-block p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.content-block ul {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.content-block ul li {
  margin-bottom: 0.35rem;
}

.content-block .btn {
  margin-top: 0.5rem;
}

/* ===== Gutachten-Seite: Marken-Style (Demir / S+S) ===== */
.page-hero--gutachten .section-label--hero {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
}
.page-hero-bg--gutachten {
  background-image: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-dark-2) 100%);
  background-size: cover;
  background-position: center;
}
.page-hero-bg--projekt {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 100%), url('PHOTO-2026-03-02-22-47-36.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--greifenstein {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 100%), url('greifenstein.jpeg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--pohlheim {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 100%), url('polheimfotos/nachher ansicht.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--biebertal {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.35) 100%), url('bibertalfotos/nachherfoto.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--lacasa {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%), url('PHOTO-2026-03-02-23-43-22.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--badnauheim {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%), url('PHOTO-2026-03-02-23-35-53.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--villa {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%), url('villafotos/villa.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--giessen {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%), url('giessen%20instat/ausenansicht.jpg');
  background-size: cover;
  background-position: center;
}
.page-hero-bg--wetzlar {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 100%);
  background-color: var(--color-text, #1a1a1a);
  background-size: cover;
}
.page-hero-bg--wieseck {
  background-image: linear-gradient(135deg, rgba(45, 90, 76, 0.85) 0%, rgba(29, 64, 55, 0.75) 100%);
  background-color: #2d4037;
  background-size: cover;
}
.page-hero-bg--showroom {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.35) 100%), url('showrom/wohnzimmer%20mit%20richitgem%20leds%20blau%20.jpg');
  background-size: cover;
  background-position: center;
}
/* Ankaufsprofil: Skyline-Hintergrund mit geringer Opacity */
.page-hero-bg--ankaufsprofil {
  background-image: linear-gradient(135deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.5) 100%), url('PHOTO-2026-03-03-02-44-00.jpg');
  background-size: cover;
  background-position: center;
}
/* Hero für alle Leistungsseiten (wie Gutachten) */
.page-hero--leistung .section-label--hero {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.15em;
}
.page-hero-bg--leistung {
  background-image: linear-gradient(135deg, var(--color-bg-dark) 0%, var(--color-bg-dark-2) 100%);
  background-size: cover;
  background-position: center;
}
.gutachten-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) 1fr;
  gap: 3rem;
  align-items: center;
}
.gutachten-intro__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}
.gutachten-intro__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 80vh;
}
.gutachten-intro__content .section-title { margin-bottom: 1rem; }
.gutachten-intro__content p { margin: 0 0 1rem; color: var(--color-text-muted); line-height: 1.7; }

/* Hausverwaltung: Intro-Block mittig (nur Text, ohne Bild) */
.section--gutachten-intro .gutachten-intro {
  grid-template-columns: 1fr;
  justify-items: center;
}
.section--gutachten-intro .gutachten-intro__content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section--gutachten-intro .section-label--left { text-align: center; }
.section--gutachten-intro .section-title--left { text-align: center !important; }
.section--gutachten-intro .section-title--left::after { left: 50% !important; transform: translateX(-50%) !important; }

/* Projekt-Seite: Aktueller Stand (Timeline) */
.section--projekt-stand {
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}
.projekt-stand__title {
  font-family: var(--font-body);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 300;
  color: var(--color-text-muted);
  margin: 0 0 2rem;
  letter-spacing: 0.02em;
}
.projekt-stand__timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 0.5rem;
}
.projekt-stand__timeline::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 1px;
  background: #d0d0d0;
  z-index: 0;
}
.projekt-stand__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.projekt-stand__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #b0b0b0;
  background: var(--color-white);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.projekt-stand__step--active .projekt-stand__dot {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: var(--color-white);
}
.projekt-stand__step--active .projekt-stand__dot svg {
  display: block;
}
.projekt-stand__dot svg {
  display: none;
}
.projekt-stand__label {
  font-size: 0.75rem;
  color: #b0b0b0;
  text-align: center;
  line-height: 1.3;
  max-width: 80px;
}
.projekt-stand__step--active .projekt-stand__label {
  color: #4a4a4a;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* Timeline auf Mobile: vertikal mit Linie links, mehr Abstand */
  .projekt-stand__timeline {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-left: 0;
  }
  .projekt-stand__timeline::before {
    left: 13px;
    right: auto;
    top: 14px;
    bottom: 14px;
    width: 2px;
    height: auto;
    background: #d0d0d0;
  }
  .projekt-stand__step {
    flex: none;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
    min-width: 0;
  }
  .projekt-stand__dot {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .projekt-stand__label {
    font-size: 0.875rem;
    text-align: left;
    max-width: none;
    line-height: 1.4;
  }
}

/* Projekt-Detailseite */
.projekt-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) 1fr;
  gap: 3rem;
  align-items: start;
}
.projekt-detail__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}
.projekt-detail__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* Projekt-Video (Autoplay) */
.projekt-detail__media--video {
  aspect-ratio: 16 / 9;
  max-width: 100%;
}
.projekt-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.projekt-detail__media--placeholder {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
}
.projekt-detail__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem;
  text-align: center;
}
.projekt-detail__placeholder-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-text, #1a1a1a);
}
.projekt-detail__placeholder-sub {
  font-size: 0.9rem;
  color: var(--color-text-muted, #666);
}

/* Projekt-Bild-Slider (bei mehreren Bildern) */
.projekt-slider {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
  background: var(--color-bg-light-2);
}
.projekt-slider__track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}
.projekt-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.projekt-slider__slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.projekt-slider__caption {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-black);
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  text-align: center;
}
/* Größerer Slider auf Projektseiten */
.projekt-slider--large .projekt-slider__slide img {
  aspect-ratio: 16/10;
}
@media (min-width: 769px) {
  .projekt-detail {
    grid-template-columns: minmax(320px, 0.7fr) 1fr;
  }
}
.projekt-slider__prev,
.projekt-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
  color: var(--color-black);
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, box-shadow 0.2s;
}
.projekt-slider__prev:hover,
.projekt-slider__next:hover {
  background: var(--color-white);
  box-shadow: var(--shadow-lg);
}
.projekt-slider__prev { left: 12px; }
.projekt-slider__next { right: 12px; }
.projekt-slider--single .projekt-slider__prev,
.projekt-slider--single .projekt-slider__next {
  display: none;
}
.projekt-slider__dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
  pointer-events: none;
}
.projekt-slider__dots .projekt-slider__dot {
  pointer-events: auto;
}
.projekt-slider--single .projekt-slider__dots {
  display: none;
}
.projekt-slider--large .projekt-slider__dots {
  bottom: 3.5rem;
}
.projekt-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.projekt-slider__dot:hover {
  background: rgba(255, 255, 255, 0.9);
}
.projekt-slider__dot.is-active {
  background: var(--color-white);
  transform: scale(1.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.projekt-detail__meta .section-title { margin-bottom: 1.25rem; }
.projekt-meta-list {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
}
.projekt-meta-list dt {
  font-weight: 600;
  color: var(--color-black);
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.projekt-meta-list dt:first-child { margin-top: 0; }
.projekt-meta-list dd {
  margin: 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}
.projekt-detail__text {
  margin: 0 0 1.5rem;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.projekt-galerie__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}
.projekt-galerie__item {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow);
}
.projekt-galerie__item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.projekt-galerie__caption {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin: 0;
}

.gutachten-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.gutachten-feature-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--transition), border-color var(--transition);
}
.gutachten-feature-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--color-grey-light);
}
.gutachten-feature-card__icon {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-anthracite);
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}
.gutachten-feature-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.5rem;
}
.gutachten-feature-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-text-muted);
}

.gutachten-zweck {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.5fr);
  gap: 3rem;
  align-items: center;
}
.gutachten-zweck__content .section-title { margin-bottom: 1rem; }
.gutachten-zweck__content p { margin: 0 0 1rem; color: var(--color-text-muted); line-height: 1.7; }
.gutachten-zweck__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}
.gutachten-zweck__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 80vh;
}

/* Gutachten-Seite: Ablauf-Infografik groß und sichtbar */
.section--gutachten-ablauf {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.gutachten-ablauf-img {
  max-width: 1000px;
  margin: 2rem auto 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}
.gutachten-ablauf-img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

.gutachten-faq {
  max-width: 720px;
  margin: 2.5rem auto 0;
}
.gutachten-faq-item {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-soft);
}
.gutachten-faq-item:last-child { margin-bottom: 0; }
.gutachten-faq-item h3 {
  font-family: var(--font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0 0 0.5rem;
}
.gutachten-faq-item p { margin: 0; font-size: 0.9375rem; line-height: 1.65; color: var(--color-text-muted); }

.section--gutachten-cta .btn--light {
  background: var(--color-white);
  color: var(--color-anthracite);
  border-color: var(--color-white);
}
.section--gutachten-cta .btn--light:hover {
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-anthracite);
  border-color: var(--color-white);
}

@media (max-width: 900px) {
  .gutachten-intro,
  .gutachten-zweck,
  .projekt-detail {
    grid-template-columns: 1fr;
  }
  .gutachten-zweck .gutachten-zweck__media { order: -1; }
  .gutachten-features {
    grid-template-columns: 1fr;
  }
}

.content-cta {
  text-align: center;
  padding: 2rem;
  background: var(--color-white);
  border-radius: var(--radius);
  border: 1px solid var(--color-bg-light-2);
}

.content-cta p {
  margin: 0 0 1rem;
  color: var(--color-text-muted);
}

/* ----- Footer: Anthrazit, ruhig ----- */
.footer {
  background: var(--color-bg-dark);
  color: rgba(255, 255, 255, 0.88);
  padding: 4rem 0 3rem;
}
.footer-tagline {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0.5rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

/* Seiten ohne .footer-brand: einspaltig zentriert (alter Aufbau) */
.footer-inner:not(:has(.footer-brand)) {
  display: block;
  text-align: center;
  max-width: none;
}

.footer-inner:not(:has(.footer-brand)) .footer-bottom {
  border-top: none;
  padding-top: 0;
}

.footer-inner:not(:has(.footer-brand)) + .footer-bottom {
  margin-top: 0;
}

.footer .logo {
  display: inline-block;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
.footer .logo img {
  height: 40px;
  width: auto;
  display: block;
  opacity: 0.95;
}
.footer-brand .logo img { opacity: 0.92; }

.footer-slogan {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.75rem;
}

.footer-brand p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.footer-office h3 {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 0.75rem;
}

.footer-office p {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.footer-office a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.footer-office a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal {
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-legal a:hover {
  text-decoration: underline;
  color: var(--color-white);
}

.footer-copy {
  font-size: 0.8125rem;
  opacity: 0.65;
  margin: 0;
}

.footer .footer-contact {
  margin: 0;
}

/* ----- Responsive ----- */
@media (max-width: 900px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section,
  .section--light {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-hero {
    padding: 6.75rem 0 3rem; /* Platz für fixe Navbar + Safe-Area auf Mobile */
  }
  .page-hero h1 {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }
  .page-hero-lead {
    font-size: 1.0625rem;
    line-height: 1.6;
  }

  .gutachten-intro {
    gap: 1.75rem;
  }
  .gutachten-intro__media {
    order: -1;
    max-width: 100%;
  }
  .gutachten-intro__media img {
    min-height: 0;
    object-fit: contain;
  }
  .gutachten-zweck__media {
    order: -1;
  }

  .gutachten-feature-card {
    padding: 1.5rem 1.25rem;
  }
  .gutachten-feature-card h3 {
    font-size: 1.125rem;
  }

  .content-page {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .content-block {
    margin-bottom: 2rem;
    padding-bottom: 1.75rem;
  }
  .content-block h2,
  .content-block .section-title {
    font-size: 1.5rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }

  .hero-content {
    max-width: none;
    border-left: none;
    padding-left: 0;
  }

  .intro-content {
    border-left: none;
    padding-left: 0;
  }

  .hero-text {
    max-width: none;
  }

  .hero-cta {
    justify-content: center;
  }

  .hero-badges {
    justify-content: center;
  }

  .nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: max(0.85rem, env(safe-area-inset-top));
  }
  .header .logo img {
    max-height: 36px;
    width: auto;
  }

  .header .btn-primary {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }
  .nav.is-open a,
  .nav.is-open .nav-dropdown-trigger {
    min-height: 44px;
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
  }
  .nav.is-open .nav-dropdown-menu a {
    min-height: 40px;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
  }

.nav.is-open {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 1rem 1.5rem 1.5rem;
  max-height: min(calc(100vh - 70px), 80vh);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: saturate(1.2) blur(12px);
  backdrop-filter: saturate(1.2) blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 14px 14px;
  contain: layout style;
}

.nav.is-open a,
.nav.is-open .nav-dropdown-trigger {
  color: var(--color-text);
}
.nav.is-open a:hover,
.nav.is-open .nav-dropdown-trigger:hover {
  color: var(--color-anthracite);
  border-bottom-color: var(--color-anthracite);
}
.nav.is-open .nav-dropdown-menu a {
  color: var(--color-text);
}
.nav.is-open .nav-dropdown-menu a:hover {
  color: var(--color-anthracite);
}

  .nav.is-open .nav-dropdown {
    flex-direction: column;
    align-items: stretch;
  }
  .nav.is-open .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    padding: 0.35rem 0 0 0.75rem;
    margin: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-width: 0;
  }
  .nav.is-open a,
  .nav.is-open .nav-dropdown-trigger {
    font-size: 0.75rem;
    padding: 0.5rem 0;
    letter-spacing: 0.08em;
  }
  .nav.is-open .nav-dropdown-menu a {
    font-size: 0.7rem;
    padding: 0.4rem 0;
  }

  .intro-grid {
    grid-template-columns: 1fr;
  }

  .cards,
  .steps,
  .reviews,
  .reviews-grid,
  .kachel-grid,
  .projects-teaser,
  .premium-process-grid,
  .premium-trust-band,
  .premium-timeline,
  .premium-values-grid {
    grid-template-columns: 1fr;
  }

  .ueber-uns-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ueber-uns-strengths-grid {
    grid-template-columns: 1fr;
  }

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

  .premium-profile {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .premium-profile__media img {
    min-height: 320px;
  }

  .quick-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form.two-col-form {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects-grid--sunds {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid-sunds {
    grid-template-columns: 1fr;
  }
  .about-sunds-images {
    grid-template-columns: 1fr;
  }
  .wir-suchen-sunds {
    grid-template-columns: 1fr;
  }
  .referenz-featured-sunds {
    grid-template-columns: 1fr;
  }
  .footer-inner--sunds {
    grid-template-columns: 1fr;
  }
  .footer-links-sunds {
    text-align: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .referenz-featured {
    grid-template-columns: 1fr;
  }

  .quick-form__row {
    grid-template-columns: 1fr;
  }

  .footer-inner:has(.footer-brand) {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-office {
    text-align: center;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .objects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .owner-block {
    grid-template-columns: 1fr;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section,
  .section--light {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page-hero {
    padding: 6rem 0 2.5rem; /* ausreichend Abstand unter fixer Navbar */
  }
  .page-hero h1 {
    font-size: 1.65rem;
  }
  .page-hero-lead {
    font-size: 1rem;
  }

  .gutachten-intro {
    gap: 1.25rem;
  }
  .gutachten-intro__media img {
    min-height: 0;
  }
  .gutachten-feature-card {
    padding: 1.25rem 1rem;
  }
  .gutachten-feature-card h3 {
    font-size: 1.0625rem;
  }
  .gutachten-faq-item {
    padding: 1.25rem 1rem;
  }

  .project-card__body {
    padding: 1.25rem 1rem;
  }
  .project-card h3 {
    font-size: 1.125rem;
  }

  .content-block h2,
  .content-block .section-title,
  .section-title {
    font-size: 1.375rem;
  }

  .btn {
    min-height: 48px;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }
  .btn-primary {
    min-width: 0;
  }
  .content-block .btn + .btn,
  .text-center .btn + .btn,
  .cta-block .btn + .btn {
    margin-top: 0.75rem;
  }
  .content-block p .btn,
  .text-center p .btn {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    margin-bottom: 0.5rem;
  }
  .content-block p .btn + .btn,
  .text-center p .btn + .btn {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .footer {
    padding: 3rem 0 2rem;
  }
  .footer-inner--sunds {
    gap: 2rem;
  }
  .footer-office-sunds p,
  .footer-nav-sunds a {
    font-size: 0.9375rem;
  }
  .footer-nav-sunds {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer-nav-sunds a {
    padding: 0.5rem 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .projekt-stand__timeline {
    overflow-x: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .projekt-stand__label {
    font-size: 0.8125rem;
  }

  .hero-photo-frame {
    max-width: 280px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }
  .services-grid,
  .objects-grid,
  .why-grid,
  .projects-grid--sunds {
    grid-template-columns: 1fr;
  }

  .premium-kpi-grid {
    grid-template-columns: 1fr;
  }

  .ueber-uns-kpi-grid {
    grid-template-columns: 1fr;
  }

  .premium-kpi-card,
  .ueber-uns-kpi-card,
  .premium-process-step,
  .premium-trust-band__item,
  .premium-timeline__item,
  .premium-value-card {
    padding: 1.1rem 1rem;
  }

  .premium-profile__media img {
    min-height: 250px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .cta-links {
    flex-direction: column;
  }

  .cta-links .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .page-hero {
    padding: 5.5rem 0 2rem; /* ausreichend Abstand unter fixer Navbar */
  }
  .page-hero h1 {
    font-size: 1.5rem;
  }
  .section,
  .section--light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .section-title {
    font-size: 1.25rem;
  }
  .content-block .btn,
  .text-center .btn {
    width: 100%;
    max-width: none;
  }
  .projects-teaser {
    gap: 1.25rem;
  }
  .footer {
    padding: 2.5rem 0 1.5rem;
  }
}

/* ===== Animationen & Scroll-Effekte ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Elemente starten unsichtbar, animieren bei .in-view */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.delay-1 { transition-delay: 0.1s; }
.animate-on-scroll.delay-2 { transition-delay: 0.2s; }
.animate-on-scroll.delay-3 { transition-delay: 0.3s; }
.animate-on-scroll.delay-4 { transition-delay: 0.4s; }
.animate-on-scroll.delay-5 { transition-delay: 0.5s; }

/* Hero: Einblendung beim Laden (ohne Scroll) */
.hero-animate {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.hero-animate.delay-0 { animation-delay: 0.1s; }
.hero-animate.delay-1 { animation-delay: 0.25s; }
.hero-animate.delay-2 { animation-delay: 0.4s; }
.hero-animate.delay-3 { animation-delay: 0.55s; }
.hero-animate.delay-4 { animation-delay: 0.7s; }
.hero-animate.delay-5 { animation-delay: 0.85s; }
.hero-animate.delay-6 { animation-delay: 1s; }

/* Header beim Scrollen etwas kompakter (Sunds24-Stil) */
.header.scrolled .header-inner {
  padding: 0.6rem 1.5rem;
}

.header.scrolled {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

/* ===== Kundenstimmen-Slider ===== */
.reviews-slider {
  position: relative;
  max-width: 720px;
  margin: 0 auto 2rem;
  overflow: hidden;
}

.reviews-slider__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reviews-slider__slide {
  min-width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.reviews-slider__slide .review {
  margin: 0 auto;
  max-width: 560px;
}

.reviews-slider__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.reviews-slider__dots {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.reviews-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.reviews-slider__dot:hover {
  background: var(--color-grey-light);
}

.reviews-slider__dot.is-active {
  background: var(--color-accent);
  transform: scale(1.2);
}

.reviews-slider__btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background: var(--color-white);
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.reviews-slider__btn:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

@media (max-width: 900px) {
  .reviews-slider__track {
    touch-action: pan-y;
  }
}

/* ===== Showroom-Seite ===== */
.showroom-intro {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}
.showroom-intro__lead {
  font-size: 1.125rem;
  line-height: 1.65;
  color: var(--color-text);
}

/* Showroom: Wechsel Text → Bild → Text → Bild */
.showroom-flow {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 820px;
  margin: 0 auto;
}
.showroom-flow__text {
  margin: 0;
}
.showroom-flow__text p {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--color-text);
}
.showroom-flow__img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}
.showroom-flow__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.showroom-flow__caption {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--color-text-muted, #555);
  background: var(--color-bg-light-2, #f8f8f8);
  text-align: center;
}

.showroom-gallery {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.showroom-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}
.showroom-item--reverse .showroom-item__media { order: 2; }
.showroom-item--reverse .showroom-item__text { order: 1; }
.showroom-item__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--color-border);
}
.showroom-item__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.showroom-item__text h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  color: var(--color-text);
}
.showroom-item__text p {
  margin: 0;
  line-height: 1.65;
  color: var(--color-text-muted, #555);
}
.showroom-cta {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .showroom-item,
  .showroom-item--reverse {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .showroom-item--reverse .showroom-item__media,
  .showroom-item--reverse .showroom-item__text { order: unset; }
}
