/* =====================================================
   madone group — Stylesheet
   Marine dark blue + dark gold, Inter only.
   ===================================================== */

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* ===== Single-Page-Layout: alle Geschäftsfelder als Sektionen direkt sichtbar.
   Bilderstreifen bleiben ausgeblendet (passten zur alten linearen Struktur). */
.photostrip { display: none !important; }

/* ===== Back-Link „Zurück zur Übersicht" ===== */
.back-to-overview {
  display: inline-flex; align-items: center;
  margin-top: clamp(28px, 3vw, 44px);
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--r2-petrol);
  border-bottom: 1px solid color-mix(in srgb, var(--r2-petrol) 30%, transparent);
  align-self: flex-start;
  transition: color .2s ease, border-color .2s ease, transform .25s ease;
}
.back-to-overview:hover {
  color: var(--terracotta);
  border-color: var(--terracotta);
  transform: translateX(-3px);
}
body {
  margin: 0;
  font-family: "Montserrat", -apple-system, "Segoe UI", system-ui, sans-serif;
  font-weight: 400;
  font-size: 19.5px;
  line-height: 1.55;
  color: #1F1F22;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv11";
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: #7A3C1B; color: #F7F3E7; }

:root {
  --ink:    #1F1F22;          /* dark text */
  --ink-2:  #FFFFFF;          /* card / inner panel bg (was dark) */
  --ink-3:  #ECE7D6;          /* alt card bg / soft sand (was darker dark) */
  --gold:   #102D45;          /* dunkles Marine — Titel, Akzente, Active */
  --gold-2: #1E4666;          /* mittleres Marine */
  --gold-3: #061827;          /* tiefstes Marine */
  --bronze:   #102D45;        /* = Marine (Alias) */
  --bronze-2: #061827;        /* = tiefstes Marine (Alias) */
  --bronze-real:   #7A4626;   /* echtes Dunkel-Bronze — Hero-Titel */
  --bronze-real-2: #5C3318;   /* tieferes Bronze — Hover-State */
  --r2-petrol:     #122E37;   /* r2partners-Petrol — Topbar-Brand, Nav */
  --r2-hover:      #764835;   /* r2partners-Hover golden brown */
  --terracotta:    #B85C3A;   /* News-Orb Hintergrund — warmer Akzent */
  --terracotta-2:  #934429;   /* Hover-Variante (tieferes Terracotta) */
  --bullet:  #3D2C0A;         /* sehr dunkles Gold — nur für die Bullets */
  --paper:  #FFFFFF;          /* weiss — main bg */
  --paper-2: #F2F1ED;         /* hellgrau warmweiss — section alt */
  --mid:    #5E5C57;          /* muted text */
  --soft:   #98948A;          /* low-contrast text */
  --line:   rgba(31,31,34,.12);
  --line-2: rgba(31,31,34,.22);
  --maxw:   1280px;
  --pad:    clamp(20px, 4.5vw, 56px);
  --r-card: 22px;
  --r-field: 14px;
  --r-pill: 999px;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }

/* "madone" überall im Fliesstext fett */
.m-bold { font-weight: 600; letter-spacing: -.005em; }

/* ---------- Brand wordmark — bold bronze "madone group", thin "Real Estate Switzerland" ---------- */
.brand__name { display: inline-flex; align-items: baseline; font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 18px; letter-spacing: -.01em; color: var(--gold); }
.brand__name strong { font-weight: 500; color: var(--gold); }
.brand__sub { display: block; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; opacity: .9; margin-top: 5px; font-weight: 500; color: var(--paper); }

/* ---------- Typography ---------- */
h1,h2,h3,h4 {
  font-family: "Montserrat", "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: -.015em;
  margin: 0;
  color: var(--gold);
}
.section__title {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 300;
  color: var(--gold);
  letter-spacing: -.018em;
}
.section__title strong { font-weight: inherit; letter-spacing: inherit; }
.section__kicker {
  margin: 2px 0 0;
  max-width: 70ch;
  color: var(--mid);
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}

.section { padding: clamp(48px, 7vw, 88px) 0; position: relative; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.section:first-of-type { border-top: none; }
.hero + .section { border-top: none; }
.section__head { margin-bottom: clamp(20px, 2.6vw, 36px); max-width: var(--maxw); }

/* ----- Sektionen alternierend Weiss / Hellgrau wie r2partners ----- */
.section { background: #FFFFFF; color: var(--ink); }
#ansatz, #markt, #standorte { background: #FFFFFF; }
#warum, #gruppe, #kontakt { background: var(--paper-2); }
.photostrip { background: #FFFFFF; }
.footer { background: #FFFFFF; }
.section__kicker { color: var(--mid); }
.section__title, .section--light .section__title { color: var(--gold); }
.numlabel, .section--light .numlabel { color: var(--gold-3); }

/* ----- Zwei-Spalten-Sektionskopf: Label links · Titel+Kicker rechts ----- */
.section__head {
  display: flex; flex-direction: column;
  gap: clamp(12px, 1.6vw, 20px);
  max-width: var(--maxw);
}
.section__head .section__kicker { max-width: 60ch; }

.numlabel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--bullet);
  margin-bottom: 16px;
  font-weight: 500;
}
.numlabel::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--bullet);
  flex: 0 0 8px;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  transition: all .35s cubic-bezier(.2,.7,.2,1);
  white-space: nowrap;
}
.btn--gold { background: var(--gold); color: var(--paper); border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-3); border-color: var(--gold-3); color: var(--paper); }
.btn--bronze { background: var(--bronze); color: #FFFFFF; border-color: var(--bronze); }
.btn--bronze:hover { background: var(--bronze-2); border-color: var(--bronze-2); color: #FFFFFF; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { background: rgba(31,31,34,.04); border-color: var(--ink); }
.btn--marine { background: var(--gold); color: #FFFFFF; border-color: var(--gold); }
.btn--marine:hover { background: var(--bronze-2); border-color: var(--bronze-2); color: #FFFFFF; }
.btn--full { width: 100%; padding: 16px 24px; }

/* ---------- STICKY TOPBAR — grösser & prominenter ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center;
  gap: clamp(16px, 2vw, 28px);
  padding: 14px var(--pad);
  background: #FFFFFF;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  transition: background-color .35s ease, border-color .35s ease;
}
/* Topbar über dem Hero — schwebt transparent IM Bild, kein Rahmen, kein Hintergrund */
.topbar.topbar--on-hero { border-bottom-color: transparent; }
/* Nav nach rechts schieben — sitzt nah bei den Sprachen */
.topbar__nav { margin-left: auto; }

/* ===== Topbar-Nav (r2partners-Stil): Montserrat 400 in Petrol ===== */
.topbar__nav {
  display: flex; align-items: center; gap: clamp(16px, 2vw, 32px);
  justify-self: start;
}
.topbar__nav-item { position: relative; }
.topbar__nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--r2-petrol);
  display: inline-flex; align-items: center;
  padding: 18px 0;        /* vertikale Hover-Zone, damit Dropdown nicht abreisst */
  transition: color .2s ease;
  cursor: pointer;
}
.topbar__nav-link:hover { color: var(--r2-hover); }
.topbar__nav-caret {
  display: inline-block;
  font-size: .82em;
  margin-left: 4px;
  transform: translateY(1px);
  opacity: .8;
  transition: transform .25s cubic-bezier(.16,1,.3,1);
}
.topbar__nav-item--has-dropdown:hover .topbar__nav-caret,
.topbar__nav-item--has-dropdown:focus-within .topbar__nav-caret {
  transform: translateY(1px) rotate(180deg);
}

/* ===== Dropdown ===== */
.topbar__nav-dropdown {
  position: absolute;
  top: 100%; left: -16px;
  list-style: none;
  margin: 0; padding: 10px 0;
  min-width: 268px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(18, 46, 55, .10);
  opacity: 0; visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s cubic-bezier(.16,1,.3,1);
  z-index: 200;
}
.topbar__nav-item--has-dropdown:hover .topbar__nav-dropdown,
.topbar__nav-item--has-dropdown:focus-within .topbar__nav-dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.topbar__nav-dropdown li { margin: 0; }
.topbar__nav-dropdown a {
  display: block;
  padding: 9px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--r2-petrol);
  white-space: nowrap;
  transition: background .15s ease, color .15s ease;
}
.topbar__nav-dropdown a:hover {
  background: rgba(18, 46, 55, .04);
  color: var(--r2-hover);
}

/* ===== Floating News-Orb — gut sichtbar, NUR im Hero, oben rechts unter Topbar ===== */
.news-orb {
  position: fixed; top: clamp(100px, 13vh, 140px); right: clamp(20px, 2.8vw, 36px);
  z-index: 200;
  width: 134px; height: 134px;
  display: flex; align-items: center; justify-content: center;
  background: var(--terracotta);                             /* warmer Akzent — sticht heraus */
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  color: #FFFFFF;
  box-shadow: 0 10px 28px rgba(184, 92, 58, .28);
  animation: orb-breathe 3.4s cubic-bezier(.45,.05,.55,.95) infinite;
  transition: transform .35s cubic-bezier(.16,1,.3,1),
              box-shadow .35s ease,
              background .25s ease,
              opacity .35s ease,
              visibility .35s ease;
}
.news-orb:hover {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 18px 40px rgba(184, 92, 58, .38);
  background: var(--terracotta-2);
}
/* Versteckt, sobald Hero aus dem Viewport scrollt */
.news-orb.is-hidden {
  opacity: 0; visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
}
.news-orb__label {
  font-family: "Montserrat", sans-serif;
  font-style: italic;                  /* schräge Schrift */
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.15;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
  padding: 0 14px;
}
.news-orb__label-1 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.news-orb__label-2 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .005em;
  opacity: .95;
}

/* Sanftes „Atmen" des gesamten Orbs — pulsierender Akzent */
@keyframes orb-breathe {
  0%, 100% { transform: scale(1);     box-shadow: 0 10px 28px rgba(184, 92, 58, .28); }
  50%      { transform: scale(1.045); box-shadow: 0 16px 38px rgba(184, 92, 58, .42); }
}
@media (prefers-reduced-motion: reduce) {
  .news-orb { animation: none; }
}
/* Hover überschreibt das Atmen — feste, leicht grössere Skalierung */
.news-orb:hover { animation: none; }
/* Pulse-Dot oben rechts am Kreis — cremeweiss für Kontrast auf Terracotta */
.news-orb__dot {
  position: absolute; top: 11px; right: 11px;
  width: 10px; height: 10px;
  background: #F8E7D4;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(248, 231, 212, .75);
  animation: news-orb-pulse 2.4s cubic-bezier(.16,1,.3,1) infinite;
}
@keyframes news-orb-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(248, 231, 212, .70); }
  70%  { box-shadow: 0 0 0 14px rgba(248, 231, 212, 0); }
  100% { box-shadow: 0 0 0 0 rgba(248, 231, 212, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .news-orb__dot { animation: none; }
  .news-orb { transition: none; }
}
/* Erweiterte Beschreibung — erscheint sanft unter dem Orb beim Hover */
.news-orb__expanded {
  position: absolute; top: calc(100% + 10px); right: 0;
  white-space: nowrap;
  background: var(--terracotta);
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  opacity: 0; visibility: hidden;
  transform: translateY(-4px);
  transition: opacity .22s ease, visibility .22s ease, transform .22s cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}
.news-orb:hover .news-orb__expanded,
.news-orb:focus-visible .news-orb__expanded {
  opacity: 1; visibility: visible; transform: translateY(0);
}
@media (max-width: 560px) {
  .news-orb { width: 60px; height: 60px; }
  .news-orb__label { font-size: 9.5px; }
}
/* Hero bekommt mehr Padding-Top, damit grössere Topbar nicht überlappt */
.hero { padding-top: 80px; }
.topbar__brand { display: flex; flex-direction: column; line-height: 1; color: var(--ink); }
.topbar__brand .brand__name {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; color: var(--r2-petrol);
  font-weight: 400; letter-spacing: 0;
}
.topbar__brand .brand__name strong { color: var(--r2-petrol); font-weight: 400; }
.topbar__brand .brand__sub { font-size: 10px; margin-top: 4px; color: var(--mid); letter-spacing: .22em; font-weight: 600; }
.topbar__langs { display: flex; align-items: center; gap: 6px; }
.topbar__langs button {
  background: none; border: none; color: var(--ink);
  font-size: 13px; letter-spacing: .12em; font-weight: 600;
  padding: 4px 3px; opacity: .7; transition: opacity .2s, color .2s;
}
.topbar__langs button.is-active { opacity: 1; color: var(--gold); text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.topbar__langs button:hover { opacity: .95; }
.topbar__langs span { opacity: .35; font-size: 12px; color: var(--ink); }
.topbar .menu summary {
  color: var(--ink); border-color: var(--line-2); background: transparent;
  font-size: 13px; letter-spacing: .14em; font-weight: 600;
  padding: 10px 18px;
}
.topbar .menu summary:hover { background: rgba(31,31,34,.05); border-color: var(--ink); }
.topbar .menu[open] summary { background: var(--gold); color: #FFFFFF; border-color: var(--gold); }
.topbar .menu__panel li a { font-size: 14px; padding: 12px 24px; }

/* ---------- DROPDOWN MENU (hell) ---------- */
.menu { position: relative; }
.menu summary {
  list-style: none; cursor: pointer;
  font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink); font-weight: 500; padding: 8px 16px;
  border: 1px solid var(--line-2); border-radius: var(--r-pill);
  display: inline-flex; align-items: center; gap: 8px;
  transition: background .25s, border-color .25s, color .25s;
  user-select: none;
}
.menu summary::-webkit-details-marker { display: none; }
.menu summary:hover { background: rgba(31,31,34,.04); border-color: var(--ink); }
.menu[open] summary { background: var(--gold); color: var(--paper); border-color: var(--gold); }
.menu[open] summary .menu__caret { transform: rotate(180deg); }
.menu__caret { font-size: 11px; transition: transform .25s; line-height: 1; }
.menu__panel {
  list-style: none; padding: 12px 0; margin: 12px 0 0;
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 240px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: 0 24px 60px -20px rgba(31,31,34,.18);
  z-index: 50;
}
.menu__panel li a {
  display: block;
  padding: 10px 22px;
  font-size: 13px; font-weight: 500;
  color: var(--ink);
  letter-spacing: .04em;
  transition: background .2s, color .2s;
}
.menu__panel li a:hover { background: var(--paper-2); color: var(--gold); }

/* Im Hero (auf weissem Top-Verlauf) braucht die Menu-Pille dunklen Stil */
.menu--hero summary {
  color: var(--ink);
  border-color: rgba(31,31,34,.28);
  background: rgba(255,255,255,.6);
}
.menu--hero summary:hover { background: rgba(255,255,255,.95); border-color: var(--ink); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;   /* volle Höhe — kein Schnitt nach unten */
  overflow: hidden;
  color: var(--ink);
  background: #FFFFFF;
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* LINKS: Titel in der Mitte, Sub-Text + Kontakt-Button am unteren Rand */
.hero__left {
  display: grid;
  grid-template-rows: 1fr auto 1fr auto;
  grid-template-columns: 100%;
  justify-items: end;
  text-align: right;
  padding: clamp(110px, 14vh, 160px) clamp(28px, 3.4vw, 56px) clamp(40px, 5vh, 64px);
  background: #FFFFFF;
}
.hero__left .hero__title { grid-row: 2; align-self: end; text-align: right; margin: 0; }
.hero__left .hero__bottom {
  grid-row: 4;
  display: flex; flex-direction: column;
  gap: clamp(20px, 2.2vw, 30px);
  align-items: flex-end;
  text-align: right;
}
.hero__left .hero__sub {
  margin: 0;
  max-width: 56ch;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 1.3vw, 22px);
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink);
  letter-spacing: -.008em;
  text-align: right;
  text-wrap: balance;
  display: flex; flex-direction: column;
  gap: clamp(14px, 1.4vw, 22px);   /* Leerzeile zwischen den beiden Sätzen */
}
.hero__sub-1, .hero__sub-2 { display: block; }
.hero__sub-1 { font-weight: 500; color: var(--r2-petrol); }   /* erster Satz leicht bold, Petrol */
.hero__left .hero__cta { display: flex; }

/* RECHTS: 5 Streifen, schwarz-weiss-hell; Hover öffnet eines */
.hero__strips {
  display: flex;
  height: 100%;
  min-height: 100vh; min-height: 100svh;
  overflow: hidden;
}
.hero__strip {
  flex: 1;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(1.12) contrast(.88);
  cursor: pointer;
  position: relative;
  min-width: 0;
  border-left: 1px solid rgba(255,255,255,.55);   /* hauchfeine Trennlinie */
  transition: flex .6s cubic-bezier(.16,1,.3,1), filter .55s ease;
  display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: clamp(28px, 4vh, 56px);
}
.hero__strip-letter { display: none; }
/* Thema-Name immer unten sichtbar — klein, Uppercase, Letter-Spacing */
.hero__strip-theme {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(11px, .85vw, 13px);
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: .26em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
  opacity: .92;
  transition: opacity .35s ease;
  text-align: center;
  white-space: nowrap;
}
.hero__strip:first-child { border-left: none; }
.hero__strip:hover,
.hero__strip:focus-visible {
  flex: 4;
  filter: none;
  outline: none;
}
.hero__strip:hover .hero__strip-theme,
.hero__strip:focus-visible .hero__strip-theme { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .hero__strip { transition: filter .2s ease; }
  .hero__strip:hover { flex: 1; filter: none; }
}
/* Mobile: Strips unter dem Text, kleiner */
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__left { padding: clamp(110px, 14vh, 160px) var(--pad) clamp(28px, 4vh, 44px); }
  .hero__strips { min-height: 42vh; height: 42vh; }
}
.hero__image { position: absolute; inset: 0; }
.hero__still {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  animation: heroDrift 36s ease-in-out infinite alternate;
}

/* Hero-Slideshow — top Schweizer Liegenschaften, sehr blass im Hintergrund */
.hero__video-wrap {
  position: absolute; inset: 0;
  overflow: hidden;
}
.hero__slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  filter: grayscale(.35) brightness(1.18) contrast(.85) saturate(.6);
  transition: opacity 1.6s cubic-bezier(.4, 0, .2, 1);
  animation: slideZoom 9s ease-in-out infinite alternate;
}
.hero__slide.is-active { opacity: .35; }
@keyframes slideZoom {
  0%   { transform: scale(1.02); }
  100% { transform: scale(1.10); }
}
/* Slideshow-Overlay — Bild oben voll sichtbar, läuft unten in Weiss aus */
.hero__video-wrap::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0)   0%,
      rgba(255,255,255,0)   40%,
      rgba(255,255,255,.55) 60%,
      rgba(255,255,255,.92) 80%,
      rgba(255,255,255,1)   100%);
  pointer-events: none;
}
/* Hero-Topline ausblenden — Topbar oben übernimmt die Navigation */
.hero__topline { display: none; }
/* Hero-Text auf weiss auslaufendem Verlauf — dunkel */
.hero__cta .btn--ghost { color: var(--ink); border-color: var(--line-2); }
.hero__cta .btn--ghost:hover { background: rgba(31,31,34,.05); border-color: var(--ink); }
@keyframes heroDrift {
  0%   { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.12) translate3d(-1.4%, -.9%, 0); }
}

.hero__watermark {
  position: absolute; inset: 0; z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero__watermark svg { width: 100%; height: 100%; display: block; }

.hero__overlay {
  position: relative; z-index: 5;
  min-height: 78vh; min-height: 78svh;          /* mit .hero synchron — kompakter */
  display: flex; flex-direction: column;
  padding: clamp(80px, 10vh, 110px) 0 clamp(24px, 3.4vw, 44px);  /* Top: Platz für 1-Zeilen-Topbar */
}
.hero__overlay > .container { display: flex; flex-direction: column; flex: 1 1 auto; }

.hero__topline {
  display: none;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.hero__brand { display: flex; flex-direction: column; line-height: 1; color: var(--ink); }
.hero__brand .brand__name { font-size: 18px; color: var(--gold); }
.hero__brand .brand__sub { color: var(--ink); opacity: .85; }
.hero__langs { display: flex; align-items: center; gap: 5px; justify-self: end; }
.hero__langs button {
  background: none; border: none; color: var(--ink);
  font-size: 10.5px; letter-spacing: .12em; font-weight: 500;
  padding: 4px 2px; opacity: .65; transition: opacity .2s, color .2s;
}
.hero__langs button.is-active { opacity: 1; color: var(--gold); }
.hero__langs button:hover { opacity: .95; }
.hero__langs span { opacity: .35; font-size: 10px; color: var(--ink); }
.hero__news {
  margin-left: 18px;
  padding: 6px 12px;
  background: var(--bronze);
  color: #FFFFFF;
  font-size: 10.5px; letter-spacing: .08em; font-weight: 600;
  border-radius: var(--r-pill);
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease;
}
.hero__news:hover { background: var(--bronze-2); color: #FFFFFF; }
.menu--hero { justify-self: center; }

.hero__bottom { margin-top: auto; }
.hero__title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

/* News-Pill — rund, rot, oben rechts, leicht gekippt, grösser & kräftiger */
.news-pill {
  position: absolute;
  top: clamp(100px, 14vh, 160px);
  right: clamp(20px, 5vw, 56px);
  width: clamp(150px, 15.5vw, 190px);
  height: clamp(150px, 15.5vw, 190px);
  border-radius: 50%;
  background: #B22822;
  color: #FFFFFF;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  letter-spacing: -.005em;
  padding: 18px;
  z-index: 30;
  box-shadow: 0 16px 44px rgba(0,0,0,.28);
  transform: rotate(-9deg);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .35s;
}
.news-pill:hover {
  transform: rotate(0deg) scale(1.06);
  box-shadow: 0 22px 56px rgba(0,0,0,.55);
}
.news-pill__top {
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  opacity: .95; margin-bottom: 8px;
}
.news-pill__brand {
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 600; letter-spacing: -.01em;
}
.news-pill__brand strong { font-weight: 600; }
.hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: .92;
  letter-spacing: -.035em;
  font-weight: 600;
  margin: 0;
  color: var(--bronze-real);  /* echtes Dunkel-Bronze, weniger dunkel als Schwarz */
  text-transform: lowercase;
  display: flex; flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 0;
}
.hero__title span { display: block; }
.hero__col-l { display: flex; justify-content: flex-end; }
.hero__lead {
  display: flex; flex-direction: column;
  gap: 14px;
  max-width: 56ch;
  margin: 0 0 28px;
  font-family: "Montserrat", sans-serif;
}
.hero__lead-1,
.hero__lead-2 {
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.28;
  letter-spacing: -.014em;
  color: var(--ink);
  text-wrap: balance;
}
.hero__lead-1 { font-weight: 500; color: var(--r2-petrol); }   /* leicht bold, dunkel-petrol */
.hero__lead-2 { font-weight: 300; color: var(--mid); }          /* fein, mid-grau */
.hero__intro {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1vw + 6px, 18px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: -.003em;
  margin: 0;
  max-width: 56ch;
  text-align: right;
  text-wrap: pretty;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- CYCLE + PANEL — Panel deutlich breiter ---------- */
.cycle-row {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}
.cycle {
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.cycle__svg { width: 100%; height: 100%; display: block; overflow: visible; }

.seg { cursor: pointer; outline: none; }
.seg__shape {
  fill: var(--paper-2);
  stroke: none;
  transition: fill .35s, filter .35s;
}
.seg__num,
.seg__label,
.seg__label tspan {
  font-family: "Montserrat", "Montserrat", sans-serif;
  pointer-events: none;
}
.seg__num {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .24em;
  fill: var(--gold);
  transition: fill .35s;
}
.seg__label,
.seg__label tspan {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.005em;
  fill: var(--ink);
  transition: fill .35s;
}

/* Hover / focus */
.seg:hover .seg__shape,
.seg:focus-visible .seg__shape { filter: brightness(.96); }

/* Active state — bronze fill, paper text */
.seg.is-active .seg__shape {
  fill: var(--gold);
  filter: drop-shadow(0 10px 28px rgba(122,60,27,.35));
}
.seg.is-active .seg__num,
.seg.is-active .seg__label,
.seg.is-active .seg__label tspan { fill: var(--paper); }

/* Center disc — Management & Organisation (übergreifend) */
.seg--center .seg__num {
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 600;
}
.seg--center .seg__label,
.seg--center .seg__label tspan {
  font-size: 16px;
  font-weight: 600;
}

/* Panel — grössere Boxen, prägnante Bullets */
/* ===== Discipline-Panel — keine Kacheln, feine Editorial-Typografie ===== */
.disc__panel {
  background: transparent;
  color: var(--ink);
  padding: clamp(8px, 1.4vw, 18px) 0 0;
  display: flex; flex-direction: column;
  gap: clamp(20px, 2.4vw, 32px);
  transition: opacity .25s ease;
  border: none;
  border-radius: 0;
}
.disc__panel.is-switching { opacity: 0; }
.disc__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 300;
  color: var(--gold);
  line-height: 1.15;
  letter-spacing: -.018em;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
/* Kacheln + Demo-Buttons aussortiert */
.disc__highlights, .disc__demos { display: none !important; }

/* ===== Nummerierungen (01, 02, …) global entfernen — Titel rücken bündig links ===== */
.numlabel,
.why__no,
.ov__num { display: none !important; }

/* Bullets — feines Editorial-Listing mit abgestuften Grössen */
.disc__bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column;
  gap: clamp(10px, 1.4vw, 18px);
}
.disc__bullets li {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(13px, 0.9vw + 3px, 15px);
  font-weight: 300;
  line-height: 1.4;
  color: var(--ink);
  padding-left: 22px;
  position: relative;
  letter-spacing: -.005em;
  white-space: normal;
}
.disc__bullets { gap: 8px; }
.disc__panel { gap: clamp(12px, 1.4vw, 18px); }
.disc__title {
  padding-bottom: 8px;
  font-size: clamp(20px, 2.2vw, 26px);
}
/* Trennlinie nur bei Link-Bullets am Ende (z.B. NIRE Partners AG) */
.disc__bullets li:last-child:has(a) {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--mid);
}
.disc__demos {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
}
.disc__demo {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: var(--gold);
  color: var(--paper);
  border: none; border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -.003em;
  text-align: left;
  cursor: pointer;
  transition: background .25s, transform .2s;
  position: relative;
}
.disc__demo:hover { background: var(--gold-3); transform: translateY(-1px); }
.disc__demo__play {
  width: 28px; height: 28px; flex: 0 0 28px;
  border-radius: 50%;
  background: var(--paper);
  display: inline-flex; align-items: center; justify-content: center;
}
.disc__demo__play::before {
  content: "";
  width: 0; height: 0;
  border-left: 9px solid var(--gold);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin-left: 3px;
}
.disc__demo__txt { display: flex; flex-direction: column; gap: 2px; line-height: 1.15; min-width: 0; }
.disc__demo__lbl { font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.disc__demo__name { font-size: 15px; font-weight: 600; }

.disc__bullets li::before {
  content: "—";
  position: absolute; left: 0; top: 0;
  color: var(--bullet);
  font-weight: 300;
}
/* Inline-Link in den Bullets (z.B. NIRE Partners AG) — Petrol, dünn unterstrichen */
.disc__bullets li a {
  color: var(--r2-petrol);
  font-weight: 400;
  border-bottom: 1px solid color-mix(in srgb, var(--r2-petrol) 30%, transparent);
  padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.disc__bullets li a:hover {
  color: var(--r2-hover);
  border-color: var(--r2-hover);
}

/* ---------- CONTACT PROMPT (kompakt, hell) ---------- */
.contact-prompt {
  margin-top: clamp(22px, 3vw, 32px);
  padding: 16px 22px;
  background: #FFFFFF;
  color: var(--ink);
  border: 1px solid var(--line);
  display: inline-flex; align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  border-radius: var(--r-pill);
}
.contact-prompt h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px; font-weight: 500;
  color: var(--gold); margin: 0;
  letter-spacing: -.005em;
}
.contact-prompt .btn { padding: 9px 18px; font-size: 12px; }

/* ---------- GROUP (Partnerfirmen) ---------- */
.group__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.brand {
  background: #FFFFFF;
  padding: clamp(28px, 3vw, 44px);
  display: flex; flex-direction: column; gap: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: background .35s ease, border-color .25s ease;
}
.brand { transition: background .25s ease, color .25s ease; }
.brand:hover { background: var(--gold); color: #FFFFFF; }
.brand:hover .brand__role { color: rgba(255,255,255,.7); }
.brand:hover .brand__name-card { color: #FFFFFF; }
.brand:hover p { color: rgba(255,255,255,.85); }
.brand__role {
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-3); font-weight: 600;
}
.brand__name-card {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.15; font-weight: 500; letter-spacing: -.008em;
  color: var(--gold);
}
.brand p { color: var(--mid); font-size: 14px; line-height: 1.6; margin: 0; }

/* ---------- WHY (Warum madone group ag) ---------- */
.why__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.why__item {
  background: #FFFFFF;
  padding: clamp(22px, 2.6vw, 32px);
  display: flex; flex-direction: column; gap: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.why__item:hover { background: var(--gold); color: #FFFFFF; }
.why__item:hover .why__no { color: rgba(255,255,255,.5); }
.why__item:hover h3 { color: #FFFFFF; }
.why__item:hover p { color: rgba(255,255,255,.85); }
.why__no {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--gold);
  font-weight: 500;
  transition: color .25s ease;
}
.why__item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 600;
  color: var(--gold);
  line-height: 1.2;
  letter-spacing: -.008em;
  margin: 0;
  transition: color .25s ease;
}
.why__item p {
  font-size: 14.5px;
  color: var(--mid);
  line-height: 1.5;
  margin: 0;
  transition: color .25s ease;
}
@media (max-width: 880px) {
  .why__grid { grid-template-columns: 1fr; }
}

/* ---------- ANSATZ als eigene Seite — alles auf 100vh ohne Scrollen ---------- */
#ansatz.is-revealed {
  min-height: 100vh;
  padding: clamp(95px, 11vh, 125px) 0 clamp(28px, 4vh, 50px);
}
#ansatz .section__title {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -.018em;
  margin: 0 0 clamp(10px, 1.2vw, 16px);
}
.approach__intro { margin-bottom: clamp(18px, 2vw, 28px); }
.approach__intro .approach__lead { margin: 0; }
/* Cycle-Row deckungsgleich mit Viewport */
#ansatz .cycle-row { align-items: start; gap: clamp(20px, 2.5vw, 36px); }
.subpage__cta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: clamp(20px, 2.5vw, 32px);
}
.subpage__cta--bottom { margin-top: clamp(36px, 4vw, 56px); justify-content: flex-end; }
.subpage__cta .back-to-overview { margin-top: 0; align-self: center; }
/* Cycle-Grösse — ausgewogen, passt auf 100vh */
#ansatz .cycle-row { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
#ansatz .cycle { max-width: 500px; }
#ansatz .contact-prompt { display: none; }
.approach__intro > .section__title,
.approach__intro > .approach__lead {
  grid-column: 2;     /* sitzt in der Panel-Spalte → bündig mit den Bullets */
  max-width: 68ch;
}
.approach__lead {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.1vw + 4px, 18px);    /* gleiche Grösse wie die Disc-Bullets */
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink);
  margin: clamp(12px, 1.4vw, 18px) 0 0;
  letter-spacing: -.005em;
}
@media (max-width: 880px) {
  .approach__intro { grid-template-columns: 1fr; }
  .approach__intro > .section__title,
  .approach__intro > .approach__lead { grid-column: 1; }
}

/* ---------- ANSATZ-Bullets — Reihenfolge wie der Regelkreis ---------- */
.approach__bullets {
  list-style: none; padding: 0; margin: clamp(16px, 2vw, 28px) 0 clamp(36px, 4.4vw, 56px);
  display: flex; flex-direction: column;
  gap: clamp(12px, 1.5vw, 20px);
  max-width: 68ch;
}
.approach__bullets li {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.1vw + 6px, 19px);
  font-weight: 300;
  line-height: 1.4;
  color: var(--ink);
  padding-left: 24px;
  position: relative;
  letter-spacing: -.005em;
}
.approach__bullets li::before {
  content: "—";
  position: absolute; left: 0; top: 0;
  color: var(--bullet);
  font-weight: 300;
}

/* ---------- WARUM als eigene Seite: links Bild, rechts Text ---------- */
.why--page {
  padding: 0 !important;
  border-top: none !important;
  background: #FFFFFF;
  min-height: 100vh; min-height: 100svh;
}
.why__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh; min-height: 100svh;
  align-items: stretch;
}
/* Image-right Variante: Bild auf der rechten Seite, Text links */
.why--page-reverse .why__image { grid-column: 2; grid-row: 1; }
.why--page-reverse .why__content { grid-column: 1; grid-row: 1; }
.why__image {
  background-size: cover;
  background-position: center;
  background-color: #ECE7D6;
}
.why__content {
  display: flex; flex-direction: column;
  justify-content: center;
  gap: clamp(24px, 2.8vw, 40px);
  padding: clamp(80px, 12vh, 130px) clamp(36px, 5vw, 80px);
  max-width: 720px;
}
.why--page .section__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--r2-petrol);
  margin: 0;
}
@media (max-width: 880px) {
  .why__split { grid-template-columns: 1fr; min-height: auto; }
  .why__image { min-height: 45vh; }
  .why__content { padding: clamp(48px, 8vh, 80px) var(--pad); }
}

/* ---------- WARUM-Lead — Einleitungsabsatz oberhalb der Bullets ---------- */
.why__lead {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.1vw + 7px, 20px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
  max-width: 64ch;
  letter-spacing: -.004em;
}

/* ---------- WARUM-Bullets — feines Editorial-Listing wie bei den Disziplinen ---------- */
.why__bullets {
  list-style: none; padding: 0; margin: clamp(16px, 2vw, 28px) 0 0;
  display: flex; flex-direction: column;
  gap: clamp(12px, 1.5vw, 20px);
  max-width: 68ch;
}
.why__bullets li {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.1vw + 6px, 19px);
  font-weight: 300;
  line-height: 1.4;
  color: var(--ink);
  padding-left: 24px;
  position: relative;
  letter-spacing: -.005em;
}
.why__bullets li::before {
  content: "—";
  position: absolute; left: 0; top: 0;
  color: var(--bullet);
  font-weight: 300;
}

/* ---------- ÜBERSICHT — Editorial Cards mit Foto links, Text rechts ---------- */
.overview { background: #FFFFFF; }
.ov__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
}
.ov__item { list-style: none; }
.ov__item > a {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 0;
  background: #FFFFFF;
  border: 1px solid color-mix(in srgb, var(--r2-petrol) 12%, transparent);
  border-radius: 6px;
  overflow: hidden;
  color: inherit;
  position: relative;
  min-height: 200px;
  transition: transform .4s cubic-bezier(.16,1,.3,1),
              box-shadow .4s ease,
              border-color .3s ease;
}
.ov__item > a:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--r2-petrol) 55%, transparent);
  box-shadow: 0 20px 40px rgba(18, 46, 55, .12);
}
.ov__num, .ov__t { display: none; }

/* Foto-Block links — grayscale default, farbig on Hover */
.ov__media {
  background-size: cover;
  background-position: center;
  background-color: #ECE7D6;
  filter: grayscale(.65) brightness(1.02) contrast(.95);
  transition: filter .55s ease, transform .9s cubic-bezier(.16,1,.3,1);
}
.ov__item > a:hover .ov__media {
  filter: grayscale(0) brightness(1) contrast(1);
  transform: scale(1.03);
}

/* Text-Block rechts */
.ov__body {
  display: flex; flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 1.8vw, 26px) clamp(20px, 2vw, 28px);
  min-width: 0;
}
.ov__h {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 500;
  color: var(--r2-petrol);
  line-height: 1.18;
  letter-spacing: -.008em;
  margin: 0 0 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--r2-petrol) 20%, transparent);
  transition: color .25s ease, border-color .25s ease;
}
.ov__item > a:hover .ov__h {
  color: var(--terracotta);
  border-color: color-mix(in srgb, var(--terracotta) 50%, transparent);
}
.ov__cta {
  align-self: flex-end;
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 10px;
}
.ov__cta-label {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--terracotta);
  transition: color .25s ease;
}
.ov__arrow {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--terracotta);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  line-height: 1;
}
.ov__item > a:hover .ov__arrow { transform: translateX(6px); }
.ov__item > a:hover .ov__cta-label { color: var(--terracotta-2); }

@media (max-width: 980px) {
  .ov__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .ov__grid { grid-template-columns: 1fr; }
  .ov__item > a { grid-template-columns: 4fr 6fr; min-height: 160px; }
}

/* ---------- MARKET ---------- */
.mk__group { margin-bottom: clamp(36px, 4.5vw, 56px); }
.mk__group:last-of-type { margin-bottom: 32px; }
.mk__glabel {
  display: block;
  font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold-3); font-weight: 600;
  margin-bottom: 16px;
}
.mk__tiles {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.mk__tile {
  background: #FFFFFF;
  padding: clamp(22px, 2.5vw, 30px);
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: background .3s ease, border-color .25s ease;
  position: relative;
  display: block;
  color: inherit;
}
.mk__tile { transition: background .25s ease, color .25s ease; }
.mk__tile:hover { background: var(--gold); color: #FFFFFF; }
.mk__tile:hover .mk__no { color: #FFFFFF; }
.mk__tile:hover .mk__lbl { color: #FFFFFF; }
.mk__tile:hover .mk__note { color: rgba(255,255,255,.85); }
.mk__tile::after {
  content: "↗";
  position: absolute; top: 14px; right: 14px;
  font-size: 11px; color: var(--gold); opacity: .55;
  transition: opacity .25s, transform .25s, color .25s;
}
.mk__tile:hover::after { opacity: 1; transform: translate(2px, -2px); color: #FFFFFF; }
.mk__tiles--lg .mk__tile { padding: clamp(24px, 2.8vw, 34px); }
.mk__no {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 2.8vw, 38px);
  color: var(--gold);
  line-height: 1; margin-bottom: 16px; font-weight: 300;
  letter-spacing: -.018em;
}
.mk__tiles--lg .mk__no { font-size: clamp(30px, 3.2vw, 44px); }
.mk__lbl {
  color: var(--ink); font-size: 13px; line-height: 1.4;
  margin-bottom: 8px; font-weight: 600;
}
.mk__note { color: var(--mid); font-size: 12px; line-height: 1.55; }

.mk__policy {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.mk__pol {
  background: #FFFFFF;
  padding: clamp(22px, 2.5vw, 30px);
  display: flex; flex-direction: column; gap: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: background .3s ease, border-color .25s ease;
  position: relative;
  color: inherit;
}
.mk__pol { transition: background .25s ease, color .25s ease; }
.mk__pol:hover { background: var(--gold); color: #FFFFFF; }
.mk__pol:hover .mk__pol-tag { color: rgba(255,255,255,.7); }
.mk__pol:hover h4 { color: #FFFFFF; }
.mk__pol:hover p { color: rgba(255,255,255,.85); }
.mk__pol::after {
  content: "↗";
  position: absolute; top: 14px; right: 14px;
  font-size: 11px; color: var(--gold); opacity: .55;
  transition: opacity .25s, transform .25s, color .25s;
}
.mk__pol:hover::after { opacity: 1; transform: translate(2px, -2px); color: #FFFFFF; }
.mk__pol-tag {
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-3); font-weight: 600;
}
.mk__pol h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; line-height: 1.25;
  color: var(--gold); font-weight: 600; letter-spacing: -.005em;
  margin: 0;
}
.mk__pol p { font-size: 13px; color: var(--mid); line-height: 1.6; margin: 0; }

.market__conclusion {
  max-width: 82ch;
  color: var(--mid);
  font-size: 15px;
  line-height: 1.7;
  margin-top: clamp(28px, 3.5vw, 44px);
}
/* ---------- PARTNERSCHAFTEN — schlanke Logo-Leiste, ohne Sektionsnummer ---------- */
.partners {
  background: #FFFFFF;
  border-top: 1px solid var(--line);
  padding: 20px 0 24px;
}
.partners__label {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--mid);
  font-weight: 600;
  margin-bottom: 14px;
}
.partners__grid {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap;
  justify-content: center; align-items: center;
  gap: clamp(28px, 5vw, 64px);
}
.partner-logo {
  display: flex; align-items: center; justify-content: center;
  min-height: 56px;
  transition: opacity .25s ease;
}
.partner-logo img {
  max-width: 100%; max-height: 44px;
  width: auto; height: auto;
  object-fit: contain;
  opacity: .7;
  filter: grayscale(1);
  transition: opacity .25s, filter .25s;
}
.partner-logo:hover img { opacity: 1; filter: grayscale(0); }
/* Text-Fallback wenn SVG-Datei (noch) nicht vorhanden ist — kompakt für Logo-Band */
.partner-logo__txt {
  display: none;
  flex-direction: row; align-items: baseline; gap: 8px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.partner-logo__txt strong {
  font-size: 18px; font-weight: 600; letter-spacing: .02em;
  color: var(--gold);
}
.partner-logo__txt em {
  font-style: normal;
  font-size: 10px; letter-spacing: .04em; color: var(--mid);
  line-height: 1.25; max-width: 140px;
}
.partner-logo__txt em br { display: none; }

/* Disclaimer als sehr feine Volltext-Leiste über die ganze Seite */
.disclaimer-bar {
  background: #FAFAF8;
  border-top: 1px solid var(--line);
  padding: 12px 0;
}
.disclaimer-bar p {
  font-size: 9.5px;
  line-height: 1.55;
  color: var(--soft);
  margin: 0;
  letter-spacing: .005em;
}
.disclaimer-bar strong { color: var(--mid); font-weight: 500; }

/* ---------- BILDERSTREIFEN — sehr blass, rahmenlos, elegant ---------- */
.photostrip {
  background: #FFFFFF;
  padding: 0;
  border: none;
}
.photostrip__row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: transparent;
}
.photostrip__img {
  position: relative;
  aspect-ratio: 16/5;
  background-size: cover; background-position: center;
  filter: grayscale(1) brightness(1.18) contrast(.82) !important;
  opacity: .38 !important;
  transition: opacity .5s ease, filter .6s ease, transform .8s cubic-bezier(.2,.7,.2,1);
  overflow: hidden;
  cursor: pointer;
}
.photostrip__img:hover {
  opacity: .55 !important;
  transform: scale(1.012) !important;
  filter: grayscale(1) brightness(1.18) contrast(.82) !important;
}
/* Klick: Retro-Look mit kräftiger Farbigkeit */
.photostrip__img.is-retro {
  filter: sepia(.55) saturate(1.65) hue-rotate(-12deg) contrast(1.1) brightness(1.05) !important;
  opacity: 1 !important;
}
.photostrip__img.is-retro:hover {
  filter: sepia(.45) saturate(1.8) hue-rotate(-10deg) contrast(1.12) brightness(1.07) !important;
  opacity: 1 !important;
  transform: scale(1.012) !important;
}
/* Reveal-Animation darf die Blässe nicht aufheben */
html.uxr .photostrip__img.ux-in { opacity: .38 !important; }
html.uxr .photostrip__img.is-retro.ux-in { opacity: 1 !important; }
.photostrip__caption {
  position: absolute;
  left: 14px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px; font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(255,255,255,.6);
  opacity: 0;
  transition: opacity .35s ease, color .35s ease;
}
.photostrip__caption::before {
  content: "";
  width: 6px; height: 1px;
  background: currentColor;
  display: inline-block;
}
.photostrip__img:hover .photostrip__caption { opacity: .9; }
.photostrip__img.is-retro .photostrip__caption {
  opacity: 1; color: #FFFFFF; text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
@media (max-width: 880px) {
  .photostrip__row { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- LOCATIONS (text only) ---------- */
.locs {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.loc {
  background: #FFFFFF;
  padding: clamp(30px, 3.5vw, 48px);
  display: flex; flex-direction: column; gap: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: background .35s ease, border-color .25s ease;
}
.loc { transition: background .25s ease, color .25s ease; }
.loc:hover { background: var(--gold); color: #FFFFFF; }
.loc:hover .loc__region { color: rgba(255,255,255,.7); }
.loc:hover .loc__city { color: #FFFFFF; }
.loc:hover .loc__addr { color: rgba(255,255,255,.85); }
.loc__region {
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-3); font-weight: 600;
}
.loc__city {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05; font-weight: 500; letter-spacing: -.015em;
  color: var(--gold); margin-top: 10px;
}
.loc__addr {
  font-style: normal;
  font-size: 14px; line-height: 1.7;
  color: var(--ink);
}

/* ---------- CONTACT (hell) ---------- */
.contact { background: var(--paper); }
.contact__grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(36px, 5vw, 84px);
  align-items: start;
}
.contact__lead {
  color: var(--mid); max-width: 50ch;
  margin: 20px 0 32px; font-size: 15px; line-height: 1.65;
}
.contact__details { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.contact__details li { font-size: 14.5px; color: var(--ink); }
.contact__details li:first-child { color: var(--gold); font-weight: 500; }
.contact__details li strong { font-weight: 500; color: var(--gold); }
.contact__details a { color: var(--gold); border-bottom: 1px solid var(--line-2); transition: color .2s, border-color .2s; }
.contact__details a:hover { color: var(--gold-3); border-color: var(--gold); }

.contact__form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  background: #FFFFFF;
}
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: span 2; }
.field label {
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold-3); font-weight: 600;
}
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 14.5px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r-field);
  padding: 12px 14px;
  transition: border-color .25s, box-shadow .25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--soft); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(122,60,27,.16);
}
.field select { color: var(--ink); cursor: pointer; }
.field select option { background: #FFFFFF; color: var(--ink); }
.contact__form .btn { grid-column: span 2; margin-top: 6px; }

/* ---------- INTAKE-BOX (rechts in Contact-Sektion, Einstiegsseite des Formulars) ---------- */
.intake-box {
  display: flex; flex-direction: column;
  gap: clamp(14px, 1.6vw, 20px);
  padding: clamp(24px, 3vw, 36px);
  background: #FFFFFF; color: var(--ink);
  border: 1px solid var(--gold);
  border-radius: var(--r-card);
  transition: background .25s ease, transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
}
.intake-box:hover { transform: translateY(-2px); box-shadow: 0 22px 50px -34px rgba(16,45,69,.5); }
.intake-box__head { display: flex; align-items: center; gap: 12px; }
.intake-box__lock {
  width: 26px; height: 26px; flex: 0 0 26px;
  color: var(--gold);
  padding: 3px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.intake-box__eyebrow {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.intake-box__title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  color: var(--gold);
  line-height: 1.18;
  letter-spacing: -.012em;
  margin: 0;
}
.intake-box__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.intake-box__list li {
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--ink);
  padding-left: 22px;
  position: relative;
  font-weight: 500;
}
.intake-box__list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
}
.intake-box__foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.intake-box__secure {
  font-size: 11.5px;
  color: var(--mid);
  font-style: italic;
  font-weight: 500;
}
.intake-box__btn { flex: 0 0 auto; }

/* ---------- FOOTER (hell) ---------- */
.footer {
  background: var(--paper-2); color: var(--mid);
  padding: 36px 0 28px; border-top: 1px solid var(--line);
}
.footer__konglomerat {
  display: flex; flex-direction: column; gap: 8px;
  padding-bottom: 22px; margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.footer__klabel {
  font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-3); font-weight: 600;
}
.footer__knames {
  font-family: "Montserrat", sans-serif;
  font-size: 14.5px; color: var(--ink); font-weight: 500; letter-spacing: -.005em;
}
.footer__row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
}
.footer__brand span { font-size: 13px; letter-spacing: .02em; color: var(--gold); font-weight: 500; }
.footer__brand strong { font-weight: 500; color: var(--gold); }
.footer__brand-sub { font-weight: 300; color: var(--mid); letter-spacing: .12em; text-transform: uppercase; font-size: 10px; }
.footer__meta { display: flex; gap: 28px; font-size: 12px; align-items: center; flex-wrap: wrap; }
.footer__meta a { color: var(--mid); transition: color .2s; }
.footer__meta a:hover { color: var(--gold); }

/* ---------- REVEAL ANIMATIONS ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal.is-in { opacity: 1; transform: translateY(0); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .hero__bar-inner { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 880px) {
  .hero__topline { grid-template-columns: 1fr auto; row-gap: 14px; }
  .menu--hero { grid-column: 1 / -1; justify-self: start; }
  .topbar { grid-template-columns: 1fr auto; }
  .topbar .menu { display: none; }
  .cycle { max-width: 460px; }
  .disc__panel { grid-template-columns: 1fr; }
  .disc__bullets { grid-template-columns: 1fr; }
  .group__grid { grid-template-columns: 1fr; }
  .mk__tiles, .mk__tiles--lg { grid-template-columns: 1fr 1fr; }
  .mk__policy { grid-template-columns: 1fr 1fr; }
  .locs { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__form { grid-template-columns: 1fr; }
  .field--full, .contact__form .btn { grid-column: auto; }
  .contact-prompt { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  body { font-size: 16.5px; }
  .mk__tiles, .mk__tiles--lg, .mk__policy { grid-template-columns: 1fr; }
  .cycle { max-width: 360px; }
  .footer__row { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero__still { animation: none; }
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
