/* MANUEL-LOCK Typo: Alle Texte Georgia (Georgia / Source Serif / Outfit tot) */

:root {
  --bg: #EFE8DC; /* Magazin paper — MANUEL-LOCK einziges Flächenbeige */
  --bg-2: #EFE8DC; /* = --bg */
  --card: #EFE8DC; /* = --bg */
  --ink: #1C1B19; /* MANUEL-LOCK Schriftfarbe B nach Board */
  --muted: #1C1B19; /* = ink, einheitlich */
  --line: #D2C6B4;
  --green: #3F4F3C; /* Editorial accent */
  --green-soft: #6B7A5E;
  --green-wash: #E5EBE0;
  --wood: #6B7A5E; /* link hover → green-soft */ /* Material warmth */
  --walnut: #3F4F3C; /* was brown → green */ /* Primary fill = green (Manuel Braun→Grün) */
  --wood-deep: #3F4F3C; /* UI accent → green */ /* alias → green */
  --brass: #6B7A5E; /* warm accent → green-soft */
  --ink-editorial: var(--green); /* Editorial-Akzent Text; Flächen bleiben Beige */
  --white: #FFFBF5; /* Text auf Grün-Buttons, keine Seitenfläche */
  --text: var(--ink);
  --footer: #3F4F3C; /* MANUEL: Footer = Site-Grün */
  --rot: #a33a2f;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --gutter-mobile: clamp(1.85rem, 7vw, 2.35rem);
  --gutter-left: clamp(1.65rem, 6.5vw, 2.15rem); /* MANUEL-LOCK Text-Seitenrand links Mobile */
  --gutter-right: clamp(1.15rem, 4.5vw, 1.5rem); /* MANUEL-LOCK Text-Seitenrand rechts Mobile */
  --max: 42rem;
  --max-wide: 72rem;
  --text-col: 55vw; /* FIXES3: fixe Textspalte Desktop */
  --sticky-h: 3.5rem;
  --display: Georgia, "Times New Roman", serif;
  --sans: Georgia, "Times New Roman", serif;
  /* MANUEL-LOCK: genau 3 Schriftgrößen */
  --text-l: clamp(1.85rem, 5.2vw, 2.75rem); /* Display / H1 Claim / Wordmark */
  --text-m: clamp(1.05rem, 1.4vw, 1.2rem); /* H2 + Fließtext / Lead */
  --text-s: clamp(0.78rem, 1.1vw, 0.88rem); /* Nav, Buttons, Eyebrow, Micro, Footer, Form, Legal */
  --focus: 2px solid var(--ink);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --radius: 2px;
}

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

/* Unsichtbare Laufleiste rechts (Scrollbar) */
html {
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; /* Chrome/Safari */
}
body {
  -ms-overflow-style: none;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--text-m);
  line-height: 1.7;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  padding-bottom: 0; /* End-Luft nur in .footer-meta (Seitenende) */
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}
/* MANUEL: kein Papierkorn — einheitlich hell unstrukturiert */
body::before { display: none !important; content: none !important; }
body > *:not(.sticky-bar):not(.sticky-bar--icons):not(.lightbox) { position: relative; z-index: 1; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-underline-offset: 0.18em; }
a:hover { color: var(--muted); }
a:focus-visible { outline: var(--focus); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.55em;
}

/* MANUEL: Blocksatz Fließtext siteweit */
body {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
h1, h2, h3, h4,
.logo-wordmark,
.site-nav,
.btn,
.sticky-bar,
.eyebrow,
.region-claim,
.claim,
.footer-nav,
.form label,
.form-check,
.micro,
.nav-toggle {
  text-align: left;
  hyphens: manual;
}
.btn, .btn-row, .sticky-icon { text-align: center; }
.hero h1.claim,
.hero .region-claim { text-align: left; }

h1 { font-size: var(--text-l); font-weight: 500; }
h2 { font-size: var(--text-m); font-weight: 500; }
h3 { font-size: var(--text-m); font-family: var(--sans); font-weight: 500; letter-spacing: 0; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }
.lead {
  font-family: var(--sans);
  font-size: var(--text-m);
  line-height: 1.6;
  font-weight: 400;
  color: var(--muted);
  max-width: 36rem;
}
.eyebrow {
  font-family: var(--sans);
  font-size: var(--text-s);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink); /* MANUEL: Schrift schwarz, Strich grün */
  margin: 0 0 1rem;
}
.eyebrow::after {
  content: "";
  display: block;
  width: 1.75rem;
  height: 2px; /* MANUEL: etwas dicker */
  background: var(--green);
  margin-top: 0.75rem;
}
.caption {
  font-family: var(--sans);
  font-size: var(--text-m);
  font-weight: 500;
  color: var(--ink);
  margin-top: 0.85rem;
}
.micro { font-size: var(--text-s); color: var(--muted); margin-top: 0.85rem; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--white);
  padding: 0.5rem 1rem; z-index: 100;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

.preview-bar { display: none !important; height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; border: 0 !important; }

/* Quiet chrome */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--bg) 92%, transparent); /* MANUEL: Header = Beige */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
}
.site-header.is-solid { border-bottom-color: var(--line); }
.header-inner {
  max-width: var(--max-wide); margin: 0 auto; padding: 0.7rem var(--gutter); /* hochgerückt ohne Top-Streifen */
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.logo-link {
  min-width: 0;
  text-decoration: none;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}
.logo-link:hover { color: var(--ink); }
.logo-wordmark {
  font-family: var(--display);
  font-weight: 600;
  font-size: var(--text-l);
  letter-spacing: -0.025em;
  line-height: 1.2;
  white-space: nowrap;
}
.logo-link img,
.logo-link .header-logo {
  display: none !important; /* Mobile: nur Wordmark */
  order: -1;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
  }
  .logo-link img,
  .logo-link .header-logo {
    display: block !important;
    width: 128px;
    height: auto;
  }
}

.nav-toggle {
  border: 0; background: transparent; width: 2.5rem; height: 2.5rem; cursor: pointer; padding: 0;
}
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
  display: block; width: 1.25rem; height: 1.5px; background: var(--ink); margin: 0 auto; position: relative;
}
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }

.site-nav {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(17rem, 84vw);
  background: var(--bg); box-shadow: -16px 0 50px rgba(23, 22, 20, .06); /* MANUEL Fläche = Beige */
  padding: 5rem 1.5rem 2rem;
  transform: translate3d(100%, 0, 0);
  transition: transform .4s var(--ease), visibility .4s;
  z-index: 50;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.site-nav.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  pointer-events: auto;
}
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.1rem; }
.site-nav a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: var(--text-s); }
.site-nav a[aria-current="page"] { color: var(--ink); }
.nav-close-hint { font-size: var(--text-s); color: var(--muted); margin-top: 2rem; }
@media (min-width: 920px) {
  .nav-toggle { display: none; }
  .site-nav {
    position: static; width: auto; box-shadow: none; padding: 0; transform: none;
    background: transparent; visibility: visible; pointer-events: auto;
  }
  .site-nav ul { flex-direction: row; gap: 1.75rem; }
  .nav-close-hint { display: none; }
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.wrap-wide { max-width: var(--max-wide); margin: 0 auto; padding: 0 var(--gutter); }
@media (max-width: 899px) {
  :root {
    --gutter: var(--gutter-mobile);
  }
  /* Wordmark + Fließtext + alle Wrap-Seiten: gleicher linker Rand */
  /* MANUEL-LOCK: Text-Seitenränder alle Seiten */
  .wrap,
  .wrap-wide,
  .header-inner {
    padding-left: var(--gutter-left);
    padding-right: var(--gutter-right);
  }
}
.section { padding: clamp(3.5rem, 9vw, 7rem) 0; }
.section--paper { background: var(--bg); } /* MANUEL: nur hell */
.text-center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }
.rule {
  border: 0; border-top: 1px solid var(--line);
  margin: 1.5rem 0 2rem; max-width: 3rem;
}

/* Hero — photo + copy */
.hero,
.hero.hero--inset {
  position: relative;
  display: block;
  color: var(--ink);
  background: var(--bg);
  min-height: 0;
  overflow: visible;
}
.hero::after { display: none; content: none; } /* no dark gradient */
.hero-layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  padding-top: clamp(1.5rem, 4vw, 2.75rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
  /* horizontal padding comes from .wrap-wide — do not zero it */
  align-items: center;
}
.hero-media {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: var(--bg-2);
}
.hero-photo {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 40%;
  z-index: 0;
  display: block;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0;
  width: 100%;
  padding: 0;
}
.hero .eyebrow { color: var(--ink); }
.hero .eyebrow::after { background: var(--green); }
.hero h1.claim {
  margin: 0 0 1.35rem;
  max-width: none;
  line-height: 1.12;
  letter-spacing: -0.02em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05em;
}
.hero h1.claim .claim__a,
.hero h1.claim .claim__b {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: manual;
}
@media (min-width: 900px) {
  .hero h1.claim .claim__a,
  .hero h1.claim .claim__b {
    white-space: nowrap;
    overflow-wrap: normal;
  }
}
@media (min-width: 900px) {
  .hero h1.claim {
    font-size: var(--text-l);
  }
}
.hero .lead,
.hero .hero-lead {
  color: var(--muted);
  font-size: var(--text-m);
  margin-top: 1.15rem;
  max-width: 34rem;
}
.hero .hero-lead p {
  margin: 0 0 0.65rem;
  font-size: inherit;
  color: inherit;
  max-width: none;
}
.hero .hero-lead p:last-child { margin-bottom: 0; }
.hero .micro {
  color: var(--muted);
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* Desktop: photo inset beside quiet copy on stone */
@media (min-width: 900px) {
  .hero-layout {
    grid-template-columns: 1.15fr 1.2fr; /* more room for 2-line claim */
    gap: clamp(2rem, 4vw, 3.5rem);
    padding-top: clamp(2rem, 5vw, 3.25rem);
    padding-bottom: clamp(2.75rem, 6vw, 4.5rem);
    align-items: end;
  }
  .hero-photo {
    aspect-ratio: 5 / 4;
    max-height: min(72vh, 40rem);
  }
  .hero .hero-lead {
    margin-top: 1.35rem;
  }
}

/* Mobile: photo above, text below, no gradient */
@media (max-width: 899px) {
  .hero-layout {
    grid-template-columns: 1fr;
    padding-top: 0.75rem;
  }
  .hero-media { order: 1; }
  .hero-inner { order: 2; max-width: none; }
  .hero-photo {
    max-height: 42vh;
    aspect-ratio: 16 / 10;
  }
  .hero h1.claim {
    max-width: none;
    font-size: var(--text-l);
    letter-spacing: -0.03em;
    line-height: 1.15;
  }
  .hero h1.claim .claim__a,
  .hero h1.claim .claim__b {
    white-space: normal;
    text-wrap: balance;
  }
}

.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.35rem; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 500; font-size: var(--text-s);
  padding: 0.85rem 1.3rem; border-radius: var(--radius); text-decoration: none;
  border: 1px solid transparent; transition: background .2s, color .2s, border-color .2s;
  cursor: pointer;
}
.btn:focus-visible { outline: var(--focus); outline-offset: 3px; }
.btn--primary {
  background: var(--walnut);
  color: var(--white);
  border: 1px solid var(--walnut);
  box-shadow: none;
}
.btn--outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
  box-shadow: none;
}
.btn--primary:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.btn--outline:hover {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255, 252, 247, .45); }
.btn--ghost-light:hover { background: rgba(255, 252, 247, .1); color: #fff; }
.btn--text {
  background: transparent; border: 0; color: var(--ink); padding: 0.5rem 0;
  text-decoration: underline; text-underline-offset: 0.2em; border-radius: 0; font-weight: 500;
}
.btn--text:hover { color: var(--wood); }

/* USP */
.usp-editorial { display: grid; gap: 2.5rem; }
@media (min-width: 880px) {
  .usp-editorial { grid-template-columns: repeat(3, 1fr); gap: 3rem; }
}
.usp-editorial article {
  padding-top: 1.25rem;
  border-top: 1px solid var(--wood);
}
.usp-editorial h3 {
  font-family: var(--display);
  font-size: var(--text-m);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}
.usp-editorial p { color: var(--muted); margin: 0; }

/* Project mosaic */
.story-mosaic { display: grid; gap: clamp(2rem, 5vw, 3.5rem); }
.story-feature { display: grid; gap: 1.25rem; }
@media (min-width: 900px) {
  .story-feature {
    grid-template-columns: 1.35fr 1fr;
    gap: 3.5rem;
    align-items: end;
  }
  .story-feature--flip { grid-template-columns: 1fr 1.35fr; }
  .story-feature--flip .story-media { order: 2; }
}
.story-media img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border-radius: 4px;
}
.story-copy .kicker {
  font-size: var(--text-s); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 0.5rem; font-weight: 500;
}
.story-copy h3 {
  font-family: var(--display);
  font-size: var(--text-l);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.story-copy p { color: var(--muted); max-width: 28rem; }

.story-pair { display: grid; gap: 1.5rem; }
@media (min-width: 760px) {
  .story-pair {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: start;
  }
}
.story-pair a { text-decoration: none; color: inherit; }
.story-pair img {
  width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px;
}
.story-pair .caption { margin-top: 0.75rem; }

/* Project detail */
.project-story {
  margin-bottom: clamp(4.5rem, 12vw, 8rem);
  scroll-margin-top: 5rem;
}
.project-story:last-child { margin-bottom: 0; }
.project-story-head {
  max-width: 36rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.project-story-visual { display: grid; gap: 1rem; }
@media (min-width: 900px) {
  .project-story-visual {
    grid-template-columns: 1.4fr 0.8fr;
    gap: 1.25rem;
    align-items: stretch;
  }
}
.project-story-visual .main img {
  width: 100%; aspect-ratio: 16/11; object-fit: cover; border-radius: 4px;
}
.project-story-visual .side { display: grid; gap: 1rem; }
.project-story-visual .side img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px;
}
.project-story-more {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 700px) {
  .project-story-more { grid-template-columns: repeat(3, 1fr); }
}
.project-story-more img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px;
}
.project-story .body {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-family: var(--sans);
  font-size: var(--text-m);
  color: var(--ink);
}
.project-story .body--long {
  margin-top: 0.85rem;
  font-size: var(--text-m);
  color: var(--muted);
}

/* Reviews */
.reviews-quiet {
  display: grid; gap: 1.75rem 3rem;
  max-width: 44rem;
  padding: 2rem 0 0.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (min-width: 720px) {
  .reviews-quiet {
    grid-template-columns: minmax(10rem, 12.5rem) 1fr;
    align-items: start;
    padding: 2.5rem 0 0.5rem;
  }
}
.reviews-score { margin: 0; }
.reviews-meta {
  margin: 0.35rem 0 0;
  font-size: var(--text-s);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.reviews-copy .rule { margin: 0.85rem 0 1.1rem; }
.stars {
  letter-spacing: 0.12em; color: var(--ink); margin: 0;
  font-size: var(--text-m); line-height: 1.2;
}
.stars span { color: var(--muted); }
.stars strong { font-size: var(--text-m); font-weight: 600; }

/* Steps */
.steps {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 2rem;
}
@media (min-width: 800px) {
  .steps { grid-template-columns: 1fr 1fr; gap: 2.75rem 4rem; }
}
.steps li { padding-top: 1rem; border-top: 1px solid var(--line); }
.steps .num {
  display: block; font-family: var(--sans); font-size: var(--text-s); letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 0.5rem; font-weight: 500;
}
/* steps num → green eyebrow */
.steps p { color: var(--muted); margin: 0; }

/* About */
.about-grid {
  display: grid; gap: 2.5rem; align-items: center;
}
@media (min-width: 860px) {
  .about-grid { grid-template-columns: 0.85fr 1.15fr; gap: 4rem; }
}
.about-portrait-wrap { margin: 0; position: relative; max-width: 22rem; }
@media (max-width: 899px) {
  .about-portrait-wrap { max-width: none; width: 100%; }
}
.about-portrait { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 4px; }
.placeholder-tag {
  position: absolute; top: 0.75rem; left: 0.75rem; z-index: 1;
  font-size: var(--text-s); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(23, 22, 20, 0.92); color: var(--white);
  padding: 0.45rem 0.65rem;
  border-left: 3px solid var(--line);
  max-width: calc(100% - 1.5rem);
  line-height: 1.35;
}

/* Partners */
.partner-whisper {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 1.75rem 2.5rem;
  align-items: center; justify-content: flex-start;
  opacity: 0.4;
}
.partner-whisper img { height: 22px; width: auto; filter: grayscale(1); }
.partner-whisper:hover { opacity: 0.7; }

.region-links { display: flex; flex-wrap: wrap; gap: 0.65rem 1.25rem; margin-top: 1rem; }
.region-links a {
  color: var(--muted); text-decoration: none; font-size: var(--text-s);
  border-bottom: 1px solid transparent;
}
.region-links span {
  color: var(--muted); text-decoration: none; font-size: var(--text-s);
  border-bottom: 1px solid transparent;
}
.region-links a:hover { color: var(--muted); border-bottom-color: var(--line); }

/* Form */
.form { display: grid; gap: 1rem; max-width: 28rem; }
.form label { display: block; font-size: var(--text-s); font-weight: 500; margin-bottom: 0.35rem; }
.form input, .form textarea {
  width: 100%; font: inherit; padding: 0.8rem 0.9rem;
  border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink);
  border-radius: 0;
}
.form input:focus, .form textarea:focus { outline: none; border-bottom-color: var(--wood); }
.form .hint { font-size: var(--text-s); color: var(--muted); font-weight: 400; }
.form-check { display: flex; gap: 0.6rem; align-items: flex-start; font-size: var(--text-s); }
.form-check input { width: auto; margin-top: 0.25rem; }
.hp {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.form-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 0.5rem; }
.form-thanks { display: none; padding: 1rem 0; }
.form-thanks.is-visible { display: block; }
.form-error { display: none; color: var(--rot); font-size: var(--text-s); }
.form-error.is-visible { display: block; }
.form.is-hidden { display: none; }
.contact-split { display: grid; gap: 3rem; }
@media (min-width: 900px) { .contact-split { grid-template-columns: 1fr 1fr; gap: 5rem; } }

.site-footer {
  background: var(--green); /* MANUEL: Footer mit Logo auf Grün */
  color: rgba(255, 251, 245, 0.78);
  padding: 3.5rem 0 0; font-size: var(--text-s);
  border-top: 0;
}
.site-footer > .wrap { padding-bottom: 2rem; }
.site-footer a { color: #FFFBF5; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-name {
  font-family: var(--display); font-size: var(--text-m); color: #FFFBF5;
  font-weight: 600; margin: 0 0 1.25rem; letter-spacing: -0.02em;
}
.footer-nap p { margin: 0 0 0.25rem; }
.footer-nav {
  list-style: none; margin: 2rem 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.35rem;
}
/* MANUEL: unterste Copyright-Reihe beige */
.footer-meta {
  background: var(--bg);
  color: var(--muted);
  border-top: 0;
  margin: 0;
  padding: 1.1rem 0 1.1rem;
  font-size: var(--text-s);
}
/* MANUEL: Extra-Luft nur am Seitenende (beige Leiste), Sticky überdeckt keinen Text */
@media (max-width: 899px) {
  .footer-meta {
    padding-bottom: calc(6.75rem + env(safe-area-inset-bottom, 0px));
  }
}
@media (min-width: 900px) {
  .footer-meta {
    padding-bottom: calc(5.25rem + env(safe-area-inset-bottom, 0px));
  }
}
.footer-meta a { color: var(--ink); }
.footer-meta a:hover { color: var(--green); }
.footer-meta p { margin: 0; color: var(--muted); }
.hours-note { margin-top: 0.75rem !important; color: rgba(255, 251, 245, 0.55); }




/* Sticky — Kontakt-Balken unten LINKS, 4 Icons (kein Text-Pill) */
.sticky-bar,
.sticky-bar--icons {
  position: fixed !important;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 80;
  display: none;
  height: auto;
  min-height: 0;
  padding: 0 0 calc(0.65rem + env(safe-area-inset-bottom, 0px)) 0.75rem;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.55rem;
  pointer-events: none;
}
.sticky-bar--left {
  left: 0;
  right: auto;
  justify-content: flex-start;
}
.sticky-icon {
  pointer-events: auto;
  flex: 0 0 auto;
  width: 3.65rem;
  height: 3.65rem;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(23, 22, 20, 0.16);
  border: 1px solid rgba(23, 22, 20, 0.08);
  -webkit-tap-highlight-color: transparent;
  transform: none;
}
.sticky-icon:hover,
.sticky-icon:focus-visible {
  color: var(--muted);
  background: var(--bg);
  outline: none;
  filter: none;
}
.sticky-icon--wa {
  color: #fff;
  background: var(--green);
  border-color: transparent;
  width: 3.85rem;
  height: 3.85rem;
  box-shadow: 0 8px 20px rgba(63, 79, 60, 0.35);
  transform: none;
}
.sticky-icon--wa:hover,
.sticky-icon--wa:focus-visible {
  color: #fff;
  background: var(--green);
  filter: brightness(1.08);
}
.sticky-icon--wa svg { width: 28px; height: 28px; }
.sticky-icon--ig[data-ig-pending="1"] { opacity: 0.85; }
.sticky-icon svg { display: block; width: 24px; height: 24px; }
.sticky-wa, .sticky-pill { display: none !important; }

@media (max-width: 899px) {
  .sticky-bar,
  .sticky-bar--icons {
    display: flex !important;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    padding: 0 var(--gutter-right, var(--gutter)) calc(0.75rem + env(safe-area-inset-bottom, 0px)) var(--gutter-left, var(--gutter));
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.65rem;
    pointer-events: none;
    transform: none !important;
  }
  .sticky-icon {
    width: 3.85rem;
    height: 3.85rem;
  }
  .sticky-icon--wa {
    width: 4.1rem;
    height: 4.1rem;
  }
  body {
    padding-bottom: 0; /* End-Luft in .footer-meta */
  }
}

@media (min-width: 900px) {
  /* Desktop: same left sticky cluster, thinner */
  .sticky-bar,
  .sticky-bar--icons {
    display: flex;
  }
  body { padding-bottom: 0; /* End-Luft in .footer-meta */ }
}

/* Footer logo: Emaille-PNG mit Transparenz (Manuel-Lock) */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.footer-logo {
  display: block;
  width: auto;
  height: 64px;
  object-fit: contain;
  /* kein Invert: Emaille-Farben + Transparenz erhalten */
  opacity: 1;
}
.footer-logo[hidden] { display: none !important; }
.footer-brand .footer-name { margin: 0; }



.page-hero { padding: clamp(3.5rem, 9vw, 6rem) 0 0; }

/* MANUEL: Index = Master — Abstand page-hero → Inhalt (Titel→Liste) */
.page-hero + .section {
  padding-top: clamp(1.15rem, 2.8vw, 1.75rem);
  padding-bottom: clamp(3.5rem, 9vw, 7rem);
}
.page-hero h1 { margin-bottom: 1.75rem; } /* MANUEL: Abstand Titel→Text wie Begleit Manuel Schmitt */
.page-hero .eyebrow { margin-bottom: 0.85rem; }

/* section--alt = paper wie Index-Abschnitte (--bg-2) */
.section--alt { background: var(--bg); } /* MANUEL: nur hell */

body.nav-open { overflow: hidden; }



@media (prefers-reduced-motion: reduce) {
  .page-index .hero-photo {
    animation: none;
    transform: none;
    will-change: auto;
  }
}


/* MANUEL: Index Hero leichter Ken-Burns Zoom (nur Index .hero-photo) */
@keyframes hero-kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}
.page-index .hero-photo {
  transform: scale(1);
  transform-origin: center 40%;
  will-change: transform;
  animation: hero-kenburns 16s ease-out 1 forwards;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .page-index .hero-photo {
    animation: none;
    transform: none;
    will-change: auto;
  }
}


img, video, iframe, svg { max-width: 100%; height: auto; }
.header-inner, .wrap, .wrap-wide, .hero-inner, .sticky-bar { max-width: 100%; }
.site-header, .section, main, footer { overflow-x: clip; }
.hero { overflow-x: clip; overflow-y: visible; }
.story-mosaic, .story-pair, .story-feature, .project-story-visual, .project-story-more, .usp-editorial, .about-grid, .contact-split {
  max-width: 100%;
}

@media (max-width: 759px) {
  .hero .btn--ghost-light {
    color: var(--ink);
    border-color: var(--line);
  }
  .hero .btn--ghost-light:hover {
    border-color: var(--ink);
    color: var(--ink);
    background: transparent;
  }
}

/* Lead never truncated */
.hero .lead, .lead {
  display: block;
  overflow: visible;
  max-height: none;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  text-overflow: clip;
  white-space: normal;
}

.hero { overflow: visible; }
.hero-inner { overflow: visible; }
.hero .btn-row { position: relative; z-index: 2; }

html, body { max-width: 100%; }
.site-header { overflow: clip; }

/* MANUEL-LOCK: Primary-CTA ohne Seitenränder (full-bleed), Index = Master — gilt siteweit */
.btn-row--hero {
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  width: calc(100% + (var(--gutter-left, var(--gutter)) + var(--gutter-right, var(--gutter))));
  max-width: none;
  margin-left: calc(-1 * var(--gutter-left, var(--gutter)));
  margin-right: calc(-1 * var(--gutter-right, var(--gutter)));
  position: relative;
  z-index: 2;
}
.btn-row--hero .btn--primary {
  width: 100%;
  max-width: none;
  border-radius: 0;
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
  text-align: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 900px) {
  .btn-row--hero {
    width: calc(100% + 2 * var(--gutter));
    margin-left: calc(-1 * var(--gutter));
    margin-right: calc(-1 * var(--gutter));
  }
}
.wrap, .wrap-wide, .section { overflow: visible; }

.hero .hero-call {
  color: var(--muted);
  padding: 0;
  border: 0;
  font-size: var(--text-s);
}
.hero .hero-call:hover { color: var(--muted); }

/* Legacy top-bar (inner pages) — quiet, no green chrome */
.top-bar {
  background: var(--bg-2);
  border-bottom: 1px solid var(--line);
  font-size: var(--text-s);
  color: var(--muted);
}
.top-bar-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 0.45rem var(--gutter);
  display: flex; flex-wrap: wrap; gap: 0.35rem 0.55rem; align-items: center;
}
.top-bar a { color: var(--ink); text-decoration: none; }
.top-bar a:hover { color: var(--muted); }
.top-bar .sep { color: var(--line); }
.tel-short { display: none; } /* MANUEL: kein „Anrufen“-Label — Nummer immer sichtbar */
.tel-full { display: inline; }
@media (max-width: 759px) {
  .top-bar .hide-mobile { display: none; }
}


/* (material band removed — Spekva DNA) */
.material-band .material-band-lead {
  max-width: 34rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}
.material-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .material-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
}
@media (min-width: 980px) {
  .material-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
  }
}
.material-card {
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
  background: var(--bg);
}
.material-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s var(--ease);
}
@media (min-width: 980px) {
  .material-card:nth-child(1) img,
  .material-card:nth-child(2) img {
    aspect-ratio: 3 / 4;
  }
}
@media (hover: hover) {
  .material-card img:hover { transform: scale(1.02); }
}
.material-band-link { margin-top: 1.75rem; }
.material-band-link .btn--text { font-size: var(--text-s); }

/* Hero lead never truncated (inset) */
.hero .hero-lead {
  display: block;
  overflow: visible;
  max-height: none;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  white-space: normal;
}


/* Long Primary: desktop one line; mobile may wrap cleanly */
a.btn.btn--primary[data-cta="primary-long"],
a.btn.btn--primary[data-cta="hero-primary"],
.hero .btn--primary {
  text-align: center;
  max-width: 100%;
  font-size: var(--text-s);
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.25;
  white-space: nowrap;
}
@media (max-width: 899px) {
  .btn-row--hero .btn--primary {
    flex: 1 1 100%;
    width: 100%;
    white-space: normal;
    text-wrap: balance;
    hyphens: manual;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    border-radius: 0;
  }
  .btn-row--hero .hero-call { flex: 0 0 auto; }
}


/* narrative-axis removed */
.narrative-axis { display: none !important;
  padding: 0.85rem 0 0;
}
.narrative-axis ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  font-size: var(--text-s);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--muted);
}
.narrative-axis a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.narrative-axis a:hover {
  color: var(--ink);
  border-bottom-color: var(--wood);
}
.narrative-axis li:not(:last-child)::after {
  content: "→";
  margin-left: 1.25rem;
  color: var(--line);
  font-weight: 400;
  letter-spacing: 0;
}

.hero-material-caption {
  margin: 0.65rem 0 0;
  font-size: var(--text-s);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.eyebrow--axis {
  color: var(--ink) !important;
  margin-bottom: 0.35rem;
}
.eyebrow--axis::after { display: none !important; }

.material-card figcaption {
  margin-top: 0.55rem;
  font-size: var(--text-s);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
@media (min-width: 900px) {
  .material-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* Kritiker soft H1 */
h1, .hero h1 {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.12;
}
h2 {
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
}


/* v6 paper grain — kein Grün-/Dunkelverlauf am oberen Rand */
body.paper-v6 {
  background-color: var(--bg);
  background-image: none;
}
body.paper-v6::before { display: none !important; content: none !important; }
body.paper-v6 > *:not(.sticky-bar):not(.sticky-bar--icons):not(.lightbox) { position: relative; z-index: 1; }
.narrative-axis a:hover { color: var(--muted); border-bottom-color: var(--muted); }

/* Typo-Lock C — Stabschef Klarvotum — nicht überschreiben */
.serif-c { font-family: Georgia, "Times New Roman", serif; }
.serif-a { font-family: Georgia, "Times New Roman", serif; }
/* Newsreader tot · Outfit-Display tot · A nicht Live-Display */



/* Sticky floating pill — text CTA, no full-width Bahn */
.sticky-pill { display: none !important; /* Manuel: no text sticky */

  pointer-events: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.15rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: var(--text-s);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  background: var(--line);
  color: #fff;
  border: 1px solid var(--green);
  box-shadow: 0 8px 20px rgba(63, 79, 60, 0.35);
}
.sticky-pill--wa:hover,
.sticky-pill--wa:focus-visible {
  background: #325028;
  color: #fff;
  outline: none;
}

@media (min-width: 980px) {
  .usp-editorial--4 { grid-template-columns: repeat(4, 1fr); gap: 1.75rem; }
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}


/* Claim wrap-fix Stabschef: nur Bruch am <br>, keine 16ch-Enge */
.hero h1 {
  max-width: none !important;
  white-space: normal;
}


/* MANUEL-LOCK Kontakt: WA/Tel prominent, Formular ruhige Zweitoption */
.contact-phone { margin-top: 0.85rem; }
.contact-form-quiet .eyebrow {
  margin-bottom: 1rem;
  color: var(--muted);
}
.form--secondary {
  opacity: 0.96;
}
.form--secondary .btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.form--secondary .btn--ghost:hover {
  border-color: var(--ink);
  color: var(--ink);
}
@media (min-width: 900px) {
  .contact-split { grid-template-columns: 1.15fr 0.9fr; align-items: start; }
}


/* Charakter-Manifesto — Magazin-Block (MANUEL-AUFTRAG Preview) */
.manifesto {
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: clamp(3rem, 8vw, 5.5rem);
}
.manifesto-inner {
  max-width: 38rem;
  margin: 0 auto;
  text-align: left;
}
.manifesto .eyebrow {
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.manifesto-text {
  font-family: var(--display);
  font-weight: 500;
  font-size: var(--text-l);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
}
@media (min-width: 900px) {
  .manifesto-inner { max-width: 42rem; }
  .manifesto-text { font-size: var(--text-l); line-height: 1.42; }
}


/* Begleit-Text Über-mich (MANUEL-AUFTRAG Preview) */
.begleit {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}
.begleit-inner { max-width: none; } /* Index-Master: gleiche Seitenränder wie wrap-wide */
.begleit .serif-display,
h2.serif-display {
  font-family: var(--display);
  font-weight: 500;
  font-size: var(--text-l);
  letter-spacing: -0.02em;
  margin: 0 0 1.75rem;
  line-height: 1.15;
}
.begleit-text p {
  font-family: var(--display);
  font-weight: 500;
  font-size: var(--text-m);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 1.35rem;
}
.begleit-text p:last-child { margin-bottom: 0; }

/* So arbeite ich — Fließtext Mittelweg A (MANUEL-AUFTRAG Preview) */
.arbeitsweise-inner { max-width: none; } /* Index-Master: gleiche Seitenränder wie wrap-wide */
.arbeitsweise-text p {
  font-family: var(--display);
  font-weight: 500;
  font-size: var(--text-m);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 1.25rem;
}
.arbeitsweise-text p:last-child { margin-bottom: 0; }

/* Ablauf Detail — Manuel-Lock Preview: inline Magazin-Links, kein Button-Row */
.page-hero h1 { max-width: 22ch; }
.steps--ablauf { max-width: 40rem; margin-top: 0; }


/* MANUEL: Ablauf steps gap */
.steps--ablauf { gap: 1.65rem; }
@media (min-width: 800px) {
  .steps--ablauf { gap: 1.85rem; }
}
@media (min-width: 800px) {
  .steps--ablauf { grid-template-columns: 1fr; gap: 1.85rem; max-width: 40rem; }
}
.steps--ablauf p { color: var(--ink); max-width: 40rem; }
.steps--ablauf a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  font-weight: 500;
}
.steps--ablauf a:hover { color: var(--wood-deep); }

/* Region-Claim Lock 2 — Lead, nicht Uppercase-Eyebrow */
.region-claim {
  font-family: var(--sans);
  font-size: var(--text-m);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--ink);
  margin: 0 0 1rem;
  max-width: 36rem;
}
.hero .region-claim { color: var(--ink); margin-bottom: 1.25rem; }

/* Index Projekt-Vorschau: einheitliche Karten (Überschrift → Bild → Text → Link) */
.story-mosaic--cards {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
}
.story-card {
  display: grid;
  gap: 0.85rem;
  max-width: 40rem;
}
.story-card-head .eyebrow { margin-bottom: 0.35rem; }
.story-card-head h3 {
  font-family: var(--sans);
  font-size: var(--text-m);
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
  color: var(--ink);
}
.story-card-media {
  display: block;
  margin-top: 0.35rem;
}
.story-card-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.story-card-text {
  color: var(--muted);
  margin: 0;
  max-width: 36rem;
}
.story-card-link { margin: 0; }
@media (min-width: 900px) {
  .story-mosaic--cards {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2.5rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3rem);
  }
  .story-card { max-width: none; }
}

/* MANUEL: Abstand Schritt-Titel → Text näher an Begleit-Referenz (1.75rem) */
.steps h3 {
  margin: 0.35rem 0 1.1rem;
}
.hero h1 {
  margin-bottom: 1.75rem;
}
.story-card-head h3 {
  margin-bottom: 0.85rem;
}


/* MANUEL: Hamburger entfernt — Nav immer sichtbar, umbrechen */
.nav-toggle { display: none !important; }
.site-nav {
  position: static !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
  padding: 0 !important;
}
.site-nav ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem !important;
  justify-content: flex-end;
}
.nav-close-hint { display: none !important; }
body.nav-open { overflow: auto; }
.header-inner {
  flex-wrap: wrap;
  row-gap: 0.65rem;
}

/* Desktop: H2 größer als Eyebrow-Fließgröße */
@media (min-width: 900px) {
  h2 {
    font-size: clamp(1.35rem, 2.1vw, 1.85rem);
    line-height: 1.25;
  }
  .page-hero h1,
  .hero h1.claim {
    font-size: clamp(2.1rem, 3.2vw, 3rem);
  }
}

/* Einheitliche Fläche — kein zweites Beige */
.section,
.section--paper,
.section--alt,
.hero,
.hero-media,
.reviews,
.page-hero {
  background-color: var(--bg) !important;
}
.hero-media { background: var(--bg) !important; }

/* Projektkarten Desktop: Bilder auf einer Linie */
@media (min-width: 900px) {
  .story-mosaic--cards {
    align-items: stretch;
  }
  .story-card {
    grid-template-rows: auto auto 1fr auto;
    height: 100%;
  }
  .story-card-head {
    min-height: 5.25rem;
    display: grid;
    align-content: start;
  }
  .story-card-media {
    margin-top: 0;
  }
  .story-card-media img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
}

/* Lightbox */
.lightbox {
  position: fixed !important;
  inset: 0;
  z-index: 99999 !important;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(20, 18, 16, 0.88);
  padding: 1rem;
  margin: 0;
}
.lightbox.is-open { display: flex; }
.lightbox__img {
  max-width: min(96vw, 1100px);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.lightbox__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(239,232,220,.92);
  color: var(--ink);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox__prev { left: 0.75rem; }
.lightbox__next { right: 0.75rem; }
.lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: rgba(239,232,220,.92);
  color: var(--ink);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  font-size: 1.25rem;
  cursor: pointer;
}
.story-card-media,
.project-story-visual img,
.project-story-more img,
.hero-photo,
.about-portrait {
  cursor: zoom-in;
}





/* FIXES7 — Logo groß; Hero Original skaliert (kein Crop); Einheit links am Seitenrand */
@media (min-width: 900px) {
  :root {
    --text-col: 55vw;
  }
  .logo-link .header-logo,
  .logo-link img {
    width: 128px !important;
    height: auto !important;
  }

  /* Textspalten nur wo gewollt — wrap/Footer unverändert */
  .wrap-wide > .text-col,
  .wrap-wide .projekte-intro.text-col,
  #warum .text-col,
  .arbeitsweise-text,
  .about-copy {
    max-width: 55vw !important;
    width: min(55vw, 100%) !important;
    box-sizing: border-box;
  }
  .wrap.arbeitsweise-inner {
    max-width: 55vw;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hero: SoftStart2-Proportion, skaliert nicht ausgeschnitten, links als Einheit */
  .hero .wrap-wide.hero-layout {
    display: grid !important;
    grid-template-columns: auto minmax(20rem, 1fr) !important;
    align-items: start !important;
    justify-content: start !important;
    gap: clamp(1.75rem, 3vw, 2.75rem);
    max-width: var(--max-wide);
    width: 100%;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-top: clamp(1.5rem, 4vw, 2.5rem);
    padding-bottom: clamp(2.25rem, 5vw, 3.75rem);
    box-sizing: border-box;
  }
  .hero-media {
    order: unset !important;
    margin: 0;
    width: auto !important;
    max-width: none;
    height: auto;
    border-radius: 2px;
    overflow: visible; /* kein Crop-Clip */
    background: transparent;
    align-self: start;
    display: block;
  }
  .hero-photo {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(48vw, 40rem) !important;
    max-height: none !important;
    aspect-ratio: 1600 / 1066 !important; /* Original SoftStart */
    object-fit: contain !important; /* skaliert, nicht ausgeschnitten */
    object-position: left center;
  }
  /* Höhe an Textblock: Bild-Höhe = Textspalten-Höhe, Breite folgt Aspect (contain) */
  .hero .wrap-wide.hero-layout {
    align-items: stretch !important;
  }
  .hero-media {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    overflow: hidden;
    background: var(--bg);
  }
  .hero-photo {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: 1600 / 1066 !important;
    object-fit: contain !important;
  }
  .hero-inner {
    order: unset !important;
    align-self: stretch;
    padding: 0 !important;
    max-width: min(28rem, 36vw) !important;
    width: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 0;
  }
  .hero-inner.text-col {
    max-width: min(28rem, 36vw) !important;
    width: auto !important;
  }

  .about-grid {
    align-items: start;
    grid-template-columns: minmax(14rem, 22rem) minmax(0, 55vw);
    justify-content: start;
    gap: clamp(2rem, 4vw, 3rem);
    max-width: calc(22rem + 55vw + 3rem);
  }
  .about-copy {
    max-width: 55vw !important;
    width: auto !important;
  }

  .site-footer > .wrap,
  .footer-meta > .wrap,
  section[aria-labelledby="region-heading"] .wrap-wide {
    max-width: var(--max-wide) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
  }
}

.hero-contact-bar { display: none !important; }

.sticky-icon,
.sticky-icon--wa,
.sticky-bar--icons .sticky-icon {
  border-radius: 999px !important;
  transform: none !important;
  background: var(--bg);
  box-shadow: 0 6px 18px rgba(23, 22, 20, 0.16) !important;
  border: 1px solid rgba(23, 22, 20, 0.08) !important;
}
.sticky-icon--wa {
  background: var(--green) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(63, 79, 60, 0.35) !important;
}
@media (min-width: 900px) {
  .sticky-bar,
  .sticky-bar--icons {
    display: flex !important;
  }
}

.projekte-intro { max-width: none; }
@media (min-width: 900px) {
  .projekte-intro.text-col { max-width: 55vw; }
}
@media (max-width: 899px) {
  .projekte-intro,
  .projekte-intro.text-col,
  .projekte-intro .lead {
    max-width: none !important;
    width: auto !important;
  }
}

.mt-projekte { margin-top: clamp(2.75rem, 6vw, 4.5rem) !important; }

.page-index .hero-photo {
  animation: hero-kenburns 18s ease-out 1 forwards;
  transform-origin: center center;
}
@media (prefers-reduced-motion: reduce) {
  .page-index .hero-photo { animation: none; transform: none; }
}

.lightbox {
  position: fixed !important;
  inset: 0;
  z-index: 99999 !important;
}

/* FIXES5b override kill — Hero contain wins */
@media (min-width: 900px) {
  .hero-layout {
    grid-template-columns: auto minmax(20rem, 1fr) !important;
    align-items: stretch !important;
    justify-content: start !important;
    margin-left: 0 !important;
  }
  .hero-photo {
    object-fit: contain !important;
    aspect-ratio: 1600 / 1066 !important;
  }
}

/* FIXES6 — Mobile Projekte-Text = andere Untertexte; Nähe/Footer links */
@media (max-width: 899px) {
  :root { --text-col: none; }
  .text-col {
    max-width: none !important;
    width: auto !important;
  }
  .projekte-intro,
  .projekte-intro .lead {
    max-width: none !important;
    width: 100% !important;
  }
}
@media (min-width: 900px) {
  .site-footer .wrap,
  .footer-meta .wrap {
    max-width: var(--max-wide) !important;
    margin-inline: auto !important;
  }
}


/* FIXES8 — Desktop Hero Claim/CTA above fold (CFO); Mobile Sticky unverändert */
@media (min-width: 900px) {
  .hero .wrap-wide.hero-layout {
    align-items: start !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.9fr) !important;
  }
  .hero-media {
    align-self: start !important;
    height: auto !important;
    max-height: min(58vh, 32rem);
    overflow: hidden;
  }
  .hero-photo {
    height: auto !important;
    max-height: min(58vh, 32rem) !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    aspect-ratio: 1600 / 1066 !important;
  }
  .hero-inner {
    align-self: start !important;
    justify-content: flex-start !important; /* Claim+CTA oben, nicht unten */
    min-height: 0 !important;
    max-width: min(32rem, 38vw) !important;
  }
  .hero-inner.text-col {
    max-width: min(32rem, 38vw) !important;
  }
  /* Lead darf unter Fold — Claim/CTA müssen im ersten Viewport stehen */
  .hero .hero-lead {
    margin-top: 1rem;
  }
}


/* BOOTSTRAP-GRID — Brücke: BS5 Grid, Optik bleibt Custom */
:root {
  --bs-gutter-x: clamp(1.25rem, 4vw, 2.5rem);
  --bs-gutter-y: 0;
}
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
/* Enger Content ≈ altes .wrap */
.container {
  max-width: var(--max);
}
/* Breite Content ≈ altes .wrap-wide */
.container-xxl {
  max-width: var(--max-wide);
}
@media (min-width: 900px) {
  .container.text-measure {
    max-width: 55vw;
  }
}

/* Header auf BS-Container */
.site-header > .container-xxl.header-inner,
.header-inner.container-xxl {
  max-width: var(--max-wide);
  margin-left: auto;
  margin-right: auto;
}

/* Hero als BS Row */
.hero .row.hero-layout {
  --bs-gutter-x: clamp(1.75rem, 3vw, 2.75rem);
  --bs-gutter-y: 1.25rem;
  align-items: flex-start;
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  padding-bottom: clamp(2.25rem, 5vw, 3.75rem);
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .hero .hero-media {
    max-height: min(58vh, 32rem);
  }
  .hero .hero-photo {
    width: 100%;
    height: auto;
    max-height: min(58vh, 32rem);
    object-fit: contain;
    aspect-ratio: 1600 / 1066;
  }
  .hero .hero-inner {
    justify-content: flex-start;
    max-width: none;
    width: 100%;
  }
}

/* About / Kontakt als BS Row */
.about-grid.row,
.contact-split.row {
  --bs-gutter-x: clamp(2rem, 4vw, 3rem);
  --bs-gutter-y: 2rem;
}
.about-grid.row > [class*="col"],
.contact-split.row > [class*="col"] {
  max-width: 100%;
}

/* Alte Grid-Definitionen deaktivieren wenn BS-Klassen da */
.about-grid.row {
  display: flex; /* BS row */
  grid-template-columns: unset;
}
.contact-split.row {
  display: flex;
  grid-template-columns: unset;
}
.hero .wrap-wide.hero-layout {
  /* Legacy — nur wenn noch ohne .row */
}


/* MANUEL: Überschrift ÜBER Eyebrow, fett */
h1:has(+ .eyebrow),
h2:has(+ .eyebrow),
h3:has(+ .eyebrow),
.page-hero h1,
.story-card-head h3,
.project-story-head h2 {
  font-weight: 700;
}
.eyebrow {
  margin-top: 0.35rem;
}


/* MANUEL: alle Überschriften FETT + Desktop linksbündig */
h1, h2, h3, h4,
.hero h1.claim,
.hero h1.claim .claim__a,
.hero h1.claim .claim__b,
.page-hero h1,
.story-card-head h3,
.project-story-head h2,
.logo-wordmark,
.footer-name {
  font-weight: 700 !important;
}

@media (min-width: 900px) {
  /* Desktop: Content linksbündig, kein Zentrieren der Container */
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .wrap,
  .wrap-wide,
  .header-inner.container-xxl,
  .site-header > .container-xxl.header-inner {
    margin-left: 0 !important;
    margin-right: auto !important;
    margin-inline: unset !important;
  }
  .container.text-measure,
  .wrap.arbeitsweise-inner,
  .arbeitsweise-inner {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  /* Texte/Sections links am Seitenrand (Gutter) */
  .section .container-xxl,
  .section .container,
  .hero .container-xxl,
  .page-hero .container-xxl,
  .site-footer .container-xxl,
  .footer-meta .container-xxl {
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  body {
    text-align: left;
  }
  .text-center {
    text-align: left !important;
  }
}


/* MANUEL: About Mobile Zeilenumbruch */
.about-intro p {
  margin: 0 0 0.85rem;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.55;
}
.about-intro p:last-child { margin-bottom: 0; }
@media (max-width: 899px) {
  .about-copy,
  .about-copy.text-col {
    max-width: 100% !important;
    width: 100% !important;
    padding-right: 0;
  }
  .about-intro {
    display: block;
    width: 100%;
  }
  .about-intro p {
    margin-bottom: 1rem;
  }
  #ueber-heading {
    overflow-wrap: break-word;
    hyphens: manual;
    line-height: 1.25;
  }
}


/* ============================================================
   DESKTOP GERÜST v219 — Webatelier-Raster 1:1
   NUR >=992px | Mobile <992 LOCK
   Band 72rem, gleiche Kanten, Bildhöhe=Texthöhe (contain)
   ============================================================ */
@media (min-width: 992px) {
  :root {
    --rail: 72rem;           /* --max-wide */
    --rail-pad: clamp(1.25rem, 3vw, 2.5rem); /* --gutter */
    --rail-gap: 2rem;        /* Spaltengutter fest */
    --rail-section-y: clamp(3.5rem, 9vw, 5.5rem);
    --rail-measure: 42rem;   /* --max Lesemaß Einspalter */
  }

  /* 1) Eine Content-Kante für ALLE Blöcke */
  .site-header .header-inner,
  .header-inner.container-xxl,
  .container,
  .container-xxl,
  .wrap,
  .wrap-wide,
  .hero .container-xxl,
  .page-hero .container-xxl,
  .section > .container,
  .section > .container-xxl,
  .site-footer > .container-xxl,
  .footer-meta > .container-xxl {
    max-width: var(--rail) !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--rail-pad) !important;
    padding-right: var(--rail-pad) !important;
    box-sizing: border-box !important;
  }

  /* Kein 55vw / abweichende Maße */
  .text-col,
  #warum .text-col,
  .arbeitsweise-text,
  .about-copy,
  .projekte-intro,
  .projekte-intro.text-col,
  .hero-inner.text-col {
    max-width: none !important;
    width: 100% !important;
  }

  .section {
    padding-top: var(--rail-section-y) !important;
    padding-bottom: var(--rail-section-y) !important;
  }
  .section .rule {
    max-width: none !important;
    width: 100% !important;
  }

  /* Einspalter: volle 12, innen Lesemaß 42rem linksbündig im Band */
  #warum .text-col,
  .projekte-intro {
    max-width: var(--rail-measure) !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  /* arbeitsweise + text-measure: centering handled in v225 — keep placeholders removed */

  /* 2) Paare: stretch, feste 2rem Gap — BS-Col-Breiten nutzen */
  .hero .row.hero-layout,
  .about-grid.row,
  .contact-split.row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    --bs-gutter-x: 2rem !important;
    --bs-gutter-y: 0 !important;
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5) !important;
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5) !important;
    width: calc(100% + var(--bs-gutter-x)) !important;
    max-width: none !important;
  }
  .hero .row.hero-layout > *,
  .about-grid.row > *,
  .contact-split.row > * {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    margin: 0 !important;
  }

  /* Hero: Bild 7 | Text 5 (Webatelier) */
  .hero .hero-media.col-lg-7,
  .hero .hero-media {
    flex: 0 0 auto !important;
    width: 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .hero .hero-inner.col-lg-5,
  .hero .hero-inner {
    flex: 0 0 auto !important;
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  /* About: Portrait 4 | Text 8 */
  .about-portrait-wrap,
  .about-portrait-wrap.col-lg-3,
  .about-portrait-wrap.col-md-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .about-copy,
  .about-copy.col-lg-7,
  .about-copy.col-md-8 {
    flex: 0 0 auto !important;
    width: 66.66666667% !important;
    max-width: 66.66666667% !important;
  }

  /* Kontakt: 6 | 6 */
  .contact-primary.col-lg-6,
  .contact-form-quiet.col-lg-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
    max-width: 50% !important;
  }

  /* 4) Bildzelle = Texthöhe: Text bestimmt Row-Höhe; Bild absolute in Zelle */
  .hero .row.hero-layout,
  .about-grid.row {
    align-items: stretch !important;
  }
  .hero-media,
  .about-portrait-wrap {
    position: relative !important;
    align-self: stretch !important;
    min-height: 0 !important;
    background: var(--bg) !important;
    overflow: hidden !important;
    /* kein Intrinsic aus dem img — sonst wird die Row vom Bild hochgedrückt */
  }
  .hero-photo,
  .about-portrait {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
  }
  .hero-inner,
  .about-copy {
    position: relative !important;
    z-index: 1 !important;
  }
  .page-index .hero-photo {
    animation: none !important;
    transform: none !important;
  }

  .hero h1.claim .claim__a,
  .hero h1.claim .claim__b {
    white-space: normal !important;
  }
  .hero .btn-row--hero,
  .hero .btn-row--hero .btn--primary {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Projekte-Karten im Band */
  .story-mosaic.row {
    --bs-gutter-x: 2rem !important;
    --bs-gutter-y: 2rem !important;
    margin-left: calc(-1 * var(--bs-gutter-x) * 0.5) !important;
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5) !important;
  }
  .story-mosaic.row > [class*="col"] {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}

@media (max-width: 991.98px) {
  /* MOBILE LOCK — Desktop-Gerüst greift nicht */
}

/* ============================================================
   DESKTOP GERÜST v221 — Webatelier Option A (height-driven media)
   NUR >=992px | Mobile <992 LOCK
   Overrides SoftStart / FIXES5–8 / BOOTSTRAP-GRID / GERÜST v219
   ============================================================ */
@media (min-width: 992px) {
  :root {
    --rail: 72rem;
    --rail-pad: var(--gutter);
    --rail-measure: 42rem;
  }

  /* One shared rail edge for ALL blocks */
  .site-header .header-inner,
  .header-inner.container-xxl,
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .wrap,
  .wrap-wide,
  .hero .container-xxl,
  .page-hero .container-xxl,
  .section > .container,
  .section > .container-xxl,
  .site-footer > .container-xxl,
  .site-footer > .wrap,
  .footer-meta > .container-xxl,
  .footer-meta > .wrap {
    max-width: 72rem !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-inline: auto !important;
    padding-left: var(--gutter) !important;
    padding-right: var(--gutter) !important;
    padding-inline: var(--gutter) !important;
    box-sizing: border-box !important;
  }

  .container-xxl {
    max-width: 72rem;
    margin-inline: auto;
    padding-inline: var(--gutter);
  }

  /* Kill 55vw; single-col measure — Warum/Projekte L im Rail; Arbeitsweise separat (v225) */
  .text-col,
  #warum .text-col,
  .projekte-intro,
  .projekte-intro.text-col {
    max-width: 42rem !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  /* Paired-row text cols fill flex share — not the 42rem measure */
  .hero .hero-inner.text-col,
  .hero .hero-inner,
  .about-copy.text-col,
  .about-copy {
    max-width: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* ---- Hero: Webatelier recipe ---- */
  .hero .row.hero-layout {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    column-gap: 2rem !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .hero .row.hero-layout > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero .hero-inner,
  .hero .hero-inner.col-lg-5 {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .hero .hero-media,
  .hero .hero-media.col-lg-7 {
    flex: 0 0 auto !important;
    width: fit-content !important;
    max-width: 58.333% !important;
    align-self: stretch !important;
    margin: 0 !important;
    overflow: visible !important;
    position: static !important;
    aspect-ratio: unset !important;
    min-height: 0 !important;
    background: transparent !important;
  }
  .hero .hero-photo {
    display: block !important;
    position: static !important;
    inset: auto !important;
    height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: unset !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    animation: none !important;
    transform: none !important;
  }

  /* ---- About: Webatelier recipe ---- */
  .about-grid.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    column-gap: 2rem !important;
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: unset !important;
  }
  .about-grid.row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .about-copy,
  .about-copy.col-lg-8,
  .about-copy.col-md-8 {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }
  .about-portrait-wrap,
  .about-portrait-wrap.col-lg-4,
  .about-portrait-wrap.col-md-4,
  .about-portrait-wrap.col-lg-3 {
    flex: 0 0 auto !important;
    width: fit-content !important;
    max-width: 33.333% !important;
    align-self: stretch !important;
    position: static !important;
    aspect-ratio: unset !important;
    overflow: visible !important;
    min-height: 0 !important;
    background: transparent !important;
  }
  .about-portrait {
    display: block !important;
    position: static !important;
    inset: auto !important;
    height: 100% !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: unset !important;
    object-position: unset !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
  }

  /* Kill v219 absolute fill + FIXES8 vh caps + kenburns */
  .hero-media,
  .about-portrait-wrap {
    position: static !important;
  }
  .hero-photo,
  .about-portrait,
  .page-index .hero-photo {
    position: static !important;
    inset: auto !important;
    object-fit: unset !important;
    aspect-ratio: auto !important;
    animation: none !important;
    transform: none !important;
    max-height: none !important;
  }

  /* Contact stays on rail; keep equal cols without absolute media tricks */
  .contact-split.row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    column-gap: 2rem !important;
    --bs-gutter-x: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .contact-split.row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .contact-primary.col-lg-6,
  .contact-form-quiet.col-lg-6 {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
  }

  .hero h1.claim .claim__a,
  .hero h1.claim .claim__b {
    white-space: normal !important;
  }
  .hero .btn-row--hero,
  .hero .btn-row--hero .btn--primary {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  /* MOBILE LOCK — v221 desktop gerüst does not apply */
}


/* ============================================================
   DESKTOP CTA v222 — grüner Balken exakt Textspalte, kein Bild-Overlap
   NUR >=992px | Mobile full-bleed LOCK unverändert
   ============================================================ */
@media (min-width: 992px) {
  .hero .btn-row--hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
  }
  .hero .btn-row--hero .btn--primary,
  .hero a.btn.btn--primary[data-cta="hero-primary"] {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    white-space: normal !important;
    text-wrap: balance;
  }
}


/* ============================================================
   DESKTOP FIXES v223 — So arbeite ich center, CTA no-bleed, Ablauf spacing, ueber-mich portrait
   NUR >=992px | Mobile <992 LOCK unverändert
   ============================================================ */
@media (min-width: 992px) {
  /* 1) So arbeite ich: zentriert im Rail */
  .arbeitsweise-inner,
  .wrap-wide.arbeitsweise-inner,
  .container.text-measure.arbeitsweise-inner,
  .container.text-measure,
  #beratung .arbeitsweise-inner {
    max-width: 42rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .arbeitsweise-text,
  .arbeitsweise-inner .arbeitsweise-text {
    max-width: 42rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 2) Alle Kontaktbalken Desktop: volle Parent-Breite, kein Bleed */
  .btn-row--hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
  .btn-row--hero .btn--primary {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    white-space: normal !important;
  }

  /* 3) Ablauf: mehr Abstand über CTA (~2 Zeilen) */
  .steps--ablauf + .btn-row--hero {
    margin-top: 4.5rem !important;
  }

  /* 4) Über-mich Portrait: restore natural 3/4 — only non-row grids */
  .about-grid:not(.row) {
    display: grid !important;
    grid-template-columns: minmax(14rem, 22rem) minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 2rem !important;
    width: 100% !important;
  }
  .about-grid:not(.row) .about-portrait-wrap {
    width: 100% !important;
    max-width: 22rem !important;
    flex: none !important;
    align-self: start !important;
    height: auto !important;
  }
  .about-grid:not(.row) .about-portrait {
    display: block !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 3 / 4 !important;
    object-fit: cover !important;
  }
}


/* ============================================================
   DESKTOP FIXES v224 — So arbeite ich breiter, zentriert
   NUR >=992px | Mobile LOCK
   ============================================================ */
@media (min-width: 992px) {
  .arbeitsweise-inner,
  .wrap-wide.arbeitsweise-inner,
  .container.text-measure.arbeitsweise-inner,
  #beratung .arbeitsweise-inner,
  #beratung .container.text-measure {
    max-width: 56rem !important; /* war 42rem — deutlich breiter */
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .arbeitsweise-text,
  .arbeitsweise-inner .arbeitsweise-text,
  #beratung .arbeitsweise-text {
    max-width: 56rem !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* ============================================================
   DESKTOP FIXES v225 — So arbeite ich wirklich zentriert + breiter
   NUR >=992px | Mobile LOCK
   ============================================================ */
@media (min-width: 992px) {
  /* Section zentriert den Block per Flex — schlägt margin-left:0 aus Alt-Schichten */
  #beratung.section,
  section.section:has(> .arbeitsweise-inner),
  section.section:has(.arbeitsweise-inner) {
    display: block !important;
  }
  #beratung.section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  /* Index: Container = Band, innen zentriert */
  #beratung > .container.text-measure.arbeitsweise-inner,
  #beratung > .container.arbeitsweise-inner,
  #beratung > .arbeitsweise-inner {
    max-width: 64rem !important; /* breiter als 56rem */
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-inline: auto !important;
    float: none !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    align-self: center !important;
    box-sizing: border-box !important;
  }
  #beratung .arbeitsweise-text,
  #beratung .arbeitsweise-text.text-col {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #beratung .rule {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Über mich: wrap-wide.arbeitsweise-inner */
  .wrap-wide.arbeitsweise-inner,
  section .wrap-wide.arbeitsweise-inner {
    max-width: 64rem !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-inline: auto !important;
    float: none !important;
    align-self: center !important;
  }
  .wrap-wide.arbeitsweise-inner .arbeitsweise-text,
  .wrap-wide.arbeitsweise-inner .arbeitsweise-text.text-col {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
