/*
 * Website Kompakt – Gate 2 Testlauf
 * Ausschließlich Header und Hero werden gestaltet.
 * Alle nachfolgenden Abschnitte und Unterseiten bleiben auf der V10-Baseline.
 */

/* Durchgehender, ruhiger Header */
.header.chapter-header,
.header.chapter-header.is-compact {
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  height: 84px;
  margin: 0;
  padding: 10px max(24px, calc((100vw - 1380px) / 2));
  border: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.97);
  color: #111111;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: none;
}

.header.chapter-header .brand-symbol i {
  background: #ffffff;
  border-color: #b4944f;
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.16);
}

.header.chapter-header .brand-phone {
  background: #b4944f !important;
}

.header.chapter-header .brand-copy b,
.header.chapter-header .chapter-nav a,
.header.chapter-header .chapter-nav a span {
  color: #111111;
}

.header.chapter-header .brand-copy b:last-child {
  color: #765b25;
}

.header.chapter-header .brand-copy small,
.header.chapter-header .chapter-nav a small {
  color: #626568;
}

.header.chapter-header .chapter-nav {
  gap: 4px;
}

.header.chapter-header .chapter-nav a {
  min-width: 78px;
  padding: 11px 12px 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header.chapter-header .chapter-nav a::after {
  bottom: 1px;
  height: 2px;
  background: #b4944f;
}

.header.chapter-header .chapter-nav a:hover,
.header.chapter-header .chapter-nav a:focus-visible {
  color: #111111;
  background: rgba(175, 180, 184, 0.18);
  border-color: transparent;
  box-shadow: none;
}

.header.chapter-header .chapter-nav a.active,
.header.chapter-header .chapter-nav a:active {
  color: #111111;
  background: rgba(175, 180, 184, 0.28);
  border-color: transparent;
  box-shadow: inset 0 -2px 0 #b4944f;
}

.header.chapter-header .chapter-nav a.has-tag em {
  color: #111111;
  background: #d5bc7b;
  border-color: #b4944f;
}

.header.chapter-header .header-cta {
  color: #111111;
  background: #b4944f;
  border-color: #b4944f;
}

.header.chapter-header .header-cta:hover {
  color: #111111;
  background: #ffffff;
}

.header-progress {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(17, 17, 17, 0.06);
}

.header-progress i {
  background: #b4944f;
}

/* Großbild-Hero: alte Substanz, neu gedacht */
.hero {
  color: #111111;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.91) 38%, rgba(255, 255, 255, 0.48) 64%, rgba(175, 180, 184, 0.2) 100%),
    url("/images/hero-fabrikhalle-v1.webp") center / cover no-repeat;
}

.hero-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.07) 1px, transparent 1px);
}

.hero::after,
.hero-orbit {
  border-color: rgba(180, 148, 79, 0.38);
}

.availability {
  color: #292929;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(180, 148, 79, 0.55);
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}

.hero .eyebrow.light {
  color: #765b25;
}

.hero h1 {
  color: #111111;
  text-wrap: balance;
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.68);
}

.hero h1 em {
  color: #765b25;
}

.hero .lead {
  color: #343638;
}

.hero .button {
  color: #111111;
  background: #b4944f;
  border-color: #b4944f;
}

.hero .button:hover {
  color: #111111;
  background: #ffffff;
}

.hero .text-link {
  color: #111111;
  border-color: rgba(118, 91, 37, 0.5);
}

.hero-benefits {
  color: #222222;
  border-color: rgba(17, 17, 17, 0.2);
}

.hero-benefits span {
  color: #222222;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  padding: 7px 10px;
}

.hero-benefits i {
  color: #765b25;
  border-color: rgba(180, 148, 79, 0.58);
}

.hero-device-aura {
  background: radial-gradient(circle, rgba(213, 188, 123, 0.38) 0%, rgba(255, 255, 255, 0) 70%);
}

.chapter-menu-button {
  color: #111111;
  background: #ffffff;
  border-color: rgba(17, 17, 17, 0.24);
}

.mobile-chapter-menu {
  color: #111111;
  background: #ffffff;
  border-color: rgba(17, 17, 17, 0.18);
}

/* Reiseführer startet bewusst klein und fügt sich in die neue Farbwelt ein. */
.sales-tour-launcher {
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  width: 258px;
  min-height: 72px;
  padding: 8px 12px 8px 8px;
  border-color: rgba(180, 148, 79, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  color: #111111;
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.2);
}

.sales-tour-launcher .sales-tour-avatar {
  flex-basis: 54px;
  width: 54px;
  height: 54px;
  border-color: #b4944f;
  box-shadow: 0 0 0 4px rgba(180, 148, 79, 0.12), 0 8px 20px rgba(17, 17, 17, 0.18);
}

.sales-tour-launcher small {
  color: #111111;
  background: #d5bc7b;
  font-size: 8px;
}

.sales-tour-launcher b {
  color: #111111;
  font-size: 12px;
}

.sales-tour-launcher > i {
  width: 28px;
  height: 28px;
  color: #111111;
  background: #b4944f;
}

.sales-tour-card {
  color: #111111;
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(180, 148, 79, 0.7);
}

.sales-tour-card h3,
.sales-tour-person > span:last-child b {
  color: #111111;
}

@media (max-width: 1180px) {
  .header.chapter-header,
  .header.chapter-header.is-compact {
    padding-inline: 18px;
  }

  .header.chapter-header .chapter-nav {
    gap: 1px;
  }

  .header.chapter-header .chapter-nav a {
    min-width: 68px;
    padding-inline: 8px;
  }
}

@media (max-width: 780px) {
  .header.chapter-header,
  .header.chapter-header.is-compact {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 68px;
    margin: 0;
    padding: 7px 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    transform: none;
  }

  .mobile-chapter-menu {
    padding-top: 88px;
  }

  .hero {
    padding-top: 104px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(175, 180, 184, 0.38) 100%),
      url("/images/hero-fabrikhalle-v1.webp") 58% center / cover no-repeat;
  }

  .hero h1 {
    text-shadow: 0 2px 14px rgba(255, 255, 255, 0.78);
  }

  .hero-benefits span {
    padding: 6px 8px;
  }
}

/* Gate 2 · Sichtprüfung: klare Navigation und stabile Schwarz-Weiß-Geräte */
.header.chapter-header .chapter-nav {
  gap: clamp(14px, 1.55vw, 24px);
}

.header.chapter-header .chapter-nav a,
.header.chapter-header .chapter-nav a.has-tag {
  min-width: 0;
  padding-inline: 0;
}

.hero-modern-site {
  --navy: #111111;
  --gold: #c49a2c;
  --gold-light: #e2c66f;
  filter: none;
  background: #111111;
}

.hero-modern-image {
  filter: grayscale(1) contrast(1.08);
}

.hero-modern-site::after {
  display: none;
}

.hero-modern-shade {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98) 0%, rgba(14, 14, 14, 0.87) 36%, rgba(18, 18, 18, 0.35) 66%, rgba(18, 18, 18, 0.04) 86%),
    linear-gradient(180deg, transparent 56%, rgba(8, 8, 8, 0.82) 100%);
}

.hero-modern-nav,
.hero-modern-mobile .hero-modern-nav {
  background: rgba(12, 12, 12, 0.7);
}

.hero-modern-proof {
  background: rgba(12, 12, 12, 0.78);
}

.hero-modern-stats {
  background: rgba(8, 8, 8, 0.82);
}

.hero-modern-tablet .hero-modern-shade,
.hero-modern-pflege .hero-modern-shade,
.hero-modern-mobile .hero-modern-shade,
.hero-modern-handel .hero-modern-shade {
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.12), rgba(12, 12, 12, 0.78) 42%, rgba(8, 8, 8, 0.97));
}

.header.chapter-header .chapter-nav {
  gap: clamp(14px, 1.55vw, 24px) !important;
}

.showcase-screen {
  position: absolute;
}

/*
 * Gate 2 · Korrekturrunde 2
 * Vollbild statt Weißverlauf, weichere Navigation, monochrome Gerätewelt.
 */
.header.chapter-header,
.header.chapter-header.is-compact {
  height: 86px;
  padding: 10px max(28px, calc((100vw - 1420px) / 2));
  border-bottom: 1px solid rgba(17, 17, 17, 0.82);
  background: #ffffff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header.chapter-header .brand-copy small {
  display: none;
}

.header.chapter-header .brand-copy {
  line-height: 1;
}

.header.chapter-header .header-brand::after {
  content: "⌂";
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: 18px;
  border: 1px solid #111111;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
}

.header.chapter-header .chapter-nav {
  gap: 24px;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header.chapter-header .chapter-nav a,
.header.chapter-header .chapter-nav a.has-tag {
  min-width: 0;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.header.chapter-header .chapter-nav a small,
.header.chapter-header .chapter-nav a.has-tag em {
  display: none;
}

.header.chapter-header .chapter-nav a span {
  font-size: 11px;
  line-height: 1;
}

.header.chapter-header .chapter-nav a::after {
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  border-radius: 0;
  background: #c49a2c;
  opacity: 0;
  transform: none;
  transition: width 0.25s ease, opacity 0.25s ease;
}

.header.chapter-header .chapter-nav a:hover,
.header.chapter-header .chapter-nav a:focus-visible,
.header.chapter-header .chapter-nav a.active,
.header.chapter-header .chapter-nav a:active {
  color: #111111;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.header.chapter-header .chapter-nav a:hover::after,
.header.chapter-header .chapter-nav a:focus-visible::after,
.header.chapter-header .chapter-nav a.active::after {
  width: 100%;
  opacity: 1;
}

.header.chapter-header .header-cta {
  min-height: 48px;
  padding-inline: 20px;
  border-color: #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.16);
}

.header.chapter-header .header-cta span {
  color: #cfa83f;
}

.header.chapter-header .header-cta:hover {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
}

.header-progress {
  height: 1px;
  background: rgba(17, 17, 17, 0.05);
}

.header-progress i {
  background: #c49a2c;
}

.hero {
  background:
    linear-gradient(90deg, rgba(228, 229, 230, 0.92) 0%, rgba(228, 229, 230, 0.72) 34%, rgba(228, 229, 230, 0.26) 62%, rgba(228, 229, 230, 0.04) 100%),
    url("/images/hero-fabrikhalle-v1.webp") center / cover no-repeat;
}

.hero-grid,
.hero-orbit,
.hero::after {
  display: none;
}

.hero-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.availability {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.availability i,
.eyebrow > span {
  background: #c49a2c;
}

.hero .eyebrow.light {
  color: #111111;
}

.hero h1,
.hero h1 em {
  color: #111111;
  text-shadow: none;
}

.hero h1 em::after {
  content: "";
  width: 62px;
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: #c49a2c;
  display: block;
}

.hero .lead {
  color: #2f3132;
}

.hero .button {
  border-color: #111111;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.16);
}

.hero .button span {
  color: #cfa83f;
}

.hero .button:hover {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
}

.hero-benefits {
  border-color: rgba(17, 17, 17, 0.13);
}

.hero-benefits span {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(17, 17, 17, 0.09);
}

/* Monochrome Website-Welten; jede Geräteansicht erhält nur einen Goldimpuls. */
.hero-modern-site {
  filter: grayscale(1) contrast(1.08);
}

.showcase-screen {
  position: relative;
}

.showcase-screen::after {
  content: "";
  z-index: 30;
  position: absolute;
  width: 4px;
  height: 34%;
  top: 16%;
  right: 10px;
  border-radius: 999px;
  background: #c49a2c;
  box-shadow: 0 0 18px rgba(196, 154, 44, 0.5);
  pointer-events: none;
}

.ipad-screen::after {
  top: auto;
  right: auto;
  bottom: 9px;
  left: 9px;
  width: 38%;
  height: 3px;
}

.laptop-showcase-screen::after {
  top: 12px;
  right: 12px;
  width: 34px;
  height: 4px;
}

.samsung-screen::after {
  top: auto;
  right: 7px;
  bottom: 9px;
  width: 4px;
  height: 28%;
}

.hero-device-aura {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 72%);
}

.sales-tour-launcher {
  border-color: rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.sales-tour-launcher small,
.sales-tour-launcher > i {
  background: #cfa83f;
}

@media (max-width: 1180px) {
  .header.chapter-header,
  .header.chapter-header.is-compact {
    padding-inline: 18px;
  }

  .header.chapter-header .chapter-nav a,
  .header.chapter-header .chapter-nav a.has-tag {
    padding-inline: 0;
  }
}

@media (max-width: 780px) {
  .header.chapter-header,
  .header.chapter-header.is-compact {
    height: 72px;
    padding: 8px 12px;
    background: #ffffff;
  }

  .header.chapter-header .header-brand::after {
    display: none;
  }

  .chapter-header .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 102px;
    background:
      linear-gradient(180deg, rgba(228, 229, 230, 0.78) 0%, rgba(228, 229, 230, 0.58) 55%, rgba(228, 229, 230, 0.16) 100%),
      url("/images/hero-fabrikhalle-v1.webp") 62% center / cover no-repeat;
  }

  .hero-copy {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .hero h1,
  .hero h1 em {
    text-shadow: none;
  }

  .hero h1 em::after {
    width: 46px;
    height: 3px;
    margin-top: 13px;
  }
}

/* Gate 2 · finale Sichtkorrektur */
.header.chapter-header .brand-symbol {
  transform: scale(1.08);
  transform-origin: left center;
}

.header.chapter-header .brand-copy b {
  font-size: 19px;
  font-weight: 950;
  letter-spacing: 0.025em;
}

.header.chapter-header .header-brand::after {
  display: none;
}

.header.chapter-header .chapter-nav {
  gap: clamp(18px, 1.55vw, 26px);
}

.header.chapter-header .chapter-nav a,
.header.chapter-header .chapter-nav a.has-tag {
  min-width: 0;
  padding-inline: 0;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.045em;
}

.header.chapter-header .chapter-nav a span {
  font-size: 14px;
  font-weight: 950;
}

.hero {
  background:
    linear-gradient(90deg, rgba(235, 236, 237, 0.54) 0%, rgba(235, 236, 237, 0.38) 34%, rgba(235, 236, 237, 0.14) 61%, rgba(235, 236, 237, 0.01) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.08)),
    url("/images/hero-fabrikhalle-goldstuhl-v4.webp") center / cover no-repeat;
}

.hero h1,
.hero h1 em {
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.hero .lead {
  color: #202122;
  font-weight: 650;
}

.hero-modern-site {
  --navy: #111111;
  --gold: #c49a2c;
  --gold-light: #e2c66f;
  filter: none;
  background: #111111;
}

.showcase-screen {
  position: absolute;
}

.hero-modern-image {
  filter: grayscale(1) contrast(1.08);
}

.hero-modern-site::after {
  display: none;
}

.hero-modern-shade {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.98) 0%, rgba(14, 14, 14, 0.87) 36%, rgba(18, 18, 18, 0.35) 66%, rgba(18, 18, 18, 0.04) 86%),
    linear-gradient(180deg, transparent 56%, rgba(8, 8, 8, 0.82) 100%);
}

.hero-modern-nav,
.hero-modern-mobile .hero-modern-nav {
  background: rgba(12, 12, 12, 0.7);
}

.hero-modern-proof {
  background: rgba(12, 12, 12, 0.78);
}

.hero-modern-stats {
  background: rgba(8, 8, 8, 0.82);
}

.hero-modern-tablet .hero-modern-shade,
.hero-modern-pflege .hero-modern-shade,
.hero-modern-mobile .hero-modern-shade,
.hero-modern-handel .hero-modern-shade {
  background: linear-gradient(180deg, rgba(12, 12, 12, 0.12), rgba(12, 12, 12, 0.78) 42%, rgba(8, 8, 8, 0.97));
}

@media (max-width: 1180px) and (min-width: 781px) {
  .header.chapter-header .brand-copy b {
    font-size: 17px;
  }

  .header.chapter-header .chapter-nav {
    gap: 15px;
  }

  .header.chapter-header .chapter-nav a,
  .header.chapter-header .chapter-nav a.has-tag,
  .header.chapter-header .chapter-nav a span {
    font-size: 12.5px;
  }
}

@media (max-width: 780px) {
  .header.chapter-header .brand-copy b {
    font-size: 14px;
    font-weight: 950;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(235, 236, 237, 0.58) 0%, rgba(235, 236, 237, 0.38) 56%, rgba(235, 236, 237, 0.08) 100%),
      url("/images/hero-fabrikhalle-goldstuhl-v4.webp") 48% center / cover no-repeat;
  }
}

/*
 * Gate 3 · durchgängiges Factory-Editorial-System
 * Beton, Papier, Schwarz und ein einziger Goldimpuls.
 */
main:has(> #start) {
  --wk-ink: #111111;
  --wk-concrete: #afb4b8;
  --wk-paper: #f7f7f3;
  --wk-white: #ffffff;
  --wk-gold: #c49a2c;
  --wk-gold-light: #e2c66f;
  --wk-dark-gold: #765b25;
  color: var(--wk-ink);
  background: var(--wk-paper);
}

main:has(> #start) :is(
  #warum .section-head h2,
  #vorteile .section-head h2,
  #vergleich .compare-heading h2,
  #referenz .reference-copy h2,
  #check .fitness-heading h2,
  #preis .price-copy h2
) {
  max-width: 16ch;
  margin-inline: 0;
  color: var(--wk-ink);
  font-family: inherit;
  font-size: clamp(42px, 5.2vw, 82px);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-wrap: balance;
}

main:has(> #start) :is(
  #vorteile .section-head h2 em,
  #vergleich .compare-heading h2 em,
  #check .fitness-heading h2 em
) {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

main:has(> #start) :is(#warum, #vorteile, #vergleich, #referenz, #check, #preis) .eyebrow {
  color: var(--wk-ink);
  font-family: inherit;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

main:has(> #start) :is(#warum, #vorteile, #vergleich, #check, #preis) .eyebrow > span {
  width: 52px;
  height: 4px;
  border-radius: 0;
  background: var(--wk-gold);
}

.signal-strip {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 82px;
  margin: 0;
  padding: 22px max(24px, calc((100vw - 1380px) / 2));
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 52px);
  border: 0;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: none;
}

.signal-strip span,
.signal-strip b,
.signal-strip i {
  color: #ffffff;
  font-family: inherit;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.signal-strip i,
.signal-strip b {
  color: #e2c66f;
}

.signal-strip b {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* Fakten auf rohem Beton */
#warum.data-section {
  position: relative;
  isolation: isolate;
  max-width: none;
  padding: clamp(88px, 9vw, 150px) max(24px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    linear-gradient(135deg, #bbbfc3 0 25%, transparent 25% 100%) 0 0 / 36px 36px repeat,
    #afb4b8 !important;
}

#warum .split-head {
  max-width: 1380px;
  margin-inline: auto;
  align-items: end;
  gap: clamp(34px, 7vw, 120px);
}

#warum .split-head > p {
  max-width: 58ch;
  margin-bottom: 5px;
  color: #242627;
  font-weight: 650;
}

#warum .stats-grid {
  width: 100%;
  max-width: 1380px;
  margin: clamp(54px, 6vw, 88px) auto 0;
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
}

#warum .stat-card {
  position: relative;
  min-width: 0;
  min-height: 390px;
  padding: clamp(28px, 3vw, 44px);
  border: 2px solid #111111;
  border-radius: 0;
  background: #f7f7f3;
  color: #111111;
  box-shadow: 12px 12px 0 #111111;
  overflow: hidden;
}

#warum .stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: #c49a2c;
}

#warum .stat-card:hover,
#warum .stat-card:focus-visible {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
  box-shadow: 12px 12px 0 #c49a2c;
}

#warum .featured-stat {
  background: #111111;
  color: #ffffff;
  box-shadow: 12px 12px 0 #c49a2c;
}

#warum .featured-stat:hover,
#warum .featured-stat:focus-visible {
  background: #111111;
  color: #ffffff;
  box-shadow: 12px 12px 0 #ffffff;
}

#warum .stat-top {
  align-items: start;
  color: inherit;
}

#warum .stat-top .counter,
#warum .stat-top > b {
  color: inherit;
  font-family: inherit;
  font-size: clamp(70px, 7.4vw, 120px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

#warum .stat-card h3 {
  max-width: 13ch;
  color: inherit;
  font-family: inherit;
  font-size: clamp(26px, 2.3vw, 36px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
}

#warum .stat-card p,
#warum .stat-card small {
  color: inherit;
}

#warum .stat-card small {
  margin-top: auto;
  opacity: 0.72;
  font-weight: 700;
}

#warum .indexing-card {
  background: #d9dcde;
}

#warum .index-graphic {
  min-height: 102px;
  border-bottom: 2px solid #111111;
}

#warum .index-graphic i {
  background: #111111;
}

/* Vorteile als Editorial-Index */
#vorteile.benefits-section {
  max-width: none;
  padding: clamp(90px, 10vw, 160px) max(24px, calc((100vw - 1380px) / 2));
  background: #ffffff !important;
}

#vorteile .section-head.centered {
  max-width: 1380px;
  margin-inline: auto;
  align-items: start;
  text-align: left;
}

#vorteile .section-head.centered > p:last-child {
  max-width: 58ch;
  color: #343638;
  font-weight: 650;
}

#vorteile .benefit-grid {
  max-width: 1380px;
  margin: clamp(54px, 6vw, 86px) auto 0;
  gap: 0;
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
}

#vorteile .benefit-card {
  min-width: 0;
  min-height: 360px;
  padding: clamp(26px, 3vw, 42px) clamp(24px, 2.5vw, 38px) 76px;
  border: 0;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
}

#vorteile .benefit-card:nth-child(2n) {
  background: #f0f1ee;
}

#vorteile .benefit-card:hover,
#vorteile .benefit-card:focus-within {
  border-color: #111111;
  background: #afb4b8;
  box-shadow: inset 0 10px 0 #c49a2c;
}

#vorteile .benefit-card > span {
  color: #765b25;
  font-family: inherit;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1;
}

#vorteile .benefit-card h3 {
  max-width: 13ch;
  color: #111111;
  font-family: inherit;
  font-size: clamp(27px, 2.3vw, 36px);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
}

#vorteile .benefit-card p {
  color: #343638;
}

#vorteile .benefit-card > b {
  right: 30px;
  bottom: 28px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #111111;
  border-radius: 0;
  color: #111111;
  background: #c49a2c;
  font-size: 22px;
}

#vorteile .benefit-icon {
  border-color: #111111;
  border-radius: 0;
  background: #111111;
  color: #e2c66f;
}

#vorteile .search-ready {
  box-sizing: border-box;
  max-width: 1380px;
  margin: clamp(44px, 5vw, 72px) auto 0;
  padding: clamp(30px, 4vw, 56px);
  gap: clamp(28px, 4vw, 64px);
  border: 2px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 14px 14px 0 #c49a2c;
}

#vorteile .search-orb {
  flex: 0 0 clamp(112px, 12vw, 170px);
  width: clamp(112px, 12vw, 170px);
  height: clamp(112px, 12vw, 170px);
  border: 2px solid #ffffff;
  border-radius: 0;
  background: #c49a2c;
  box-shadow: none;
}

#vorteile .search-orb span {
  color: #111111;
  font-family: inherit;
  font-weight: 950;
}

#vorteile .search-ready :is(small, h3, p, a) {
  color: #ffffff;
}

#vorteile .search-ready h3 {
  max-width: 20ch;
  font-family: inherit;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

#vorteile .search-ready > a {
  align-self: end;
  border-bottom: 3px solid #c49a2c;
  font-weight: 900;
}

#vorteile .ranking-note {
  max-width: 1100px;
  margin: 32px auto 0;
  color: #343638;
  font-weight: 650;
  text-align: center;
}

/* Vorher/Nachher als schwarze Präsentationsbühne */
#vergleich.makeover-compare {
  position: relative;
  max-width: none;
  padding: clamp(92px, 10vw, 164px) max(24px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.15) 25%, transparent 25%) 0 0 / 34px 34px,
    #afb4b8 !important;
}

#vergleich::before,
#vergleich::after {
  display: none;
}

#vergleich .compare-heading {
  max-width: 1380px;
  margin-inline: auto;
  gap: clamp(36px, 7vw, 120px);
  align-items: end;
}

#vergleich .compare-heading h2 {
  max-width: 15ch;
}

#vergleich .compare-intro {
  max-width: 57ch;
  color: #242627;
  font-weight: 650;
}

#vergleich .compare-guide {
  padding: 22px 24px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #f7f7f3;
  color: #111111;
  box-shadow: 8px 8px 0 #111111;
}

#vergleich .compare-guide :is(small, b, em) {
  color: #111111;
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
}

#vergleich .compare-shell {
  box-sizing: border-box;
  width: 100%;
  max-width: 1380px;
  margin: clamp(58px, 7vw, 94px) auto 0;
  border: 3px solid #111111;
  border-radius: 0;
  background: #111111;
  box-shadow: 18px 18px 0 #765b25;
  overflow: visible;
}

#vergleich .compare-shell:has(.compare-range:focus-visible) {
  outline: 4px solid #111111;
  outline-offset: 7px;
}

#vergleich .compare-topline {
  min-height: 64px;
  padding: 14px 22px;
  border: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}

#vergleich .compare-topline :is(span, small) {
  color: #ffffff;
  font-weight: 900;
}

#vergleich .compare-topline i {
  background: #c49a2c;
}

#vergleich .compare-stage {
  border: 0;
  border-radius: 0;
  background: #d5d8da;
  overflow: hidden;
}

#vergleich .compare-divider,
#vergleich .compare-divider span {
  background: #c49a2c;
  border-color: #111111;
  color: #111111;
}

#vergleich .compare-range {
  z-index: 8;
  touch-action: pan-y;
}

#vergleich .modern-site-v2 {
  --navy: #111111;
  --gold: #c49a2c;
  --gold-light: #e2c66f;
  background: #111111;
}

#vergleich .modern-hero-image {
  filter: grayscale(1) contrast(1.08);
}

#vergleich .modern-shade {
  background: linear-gradient(90deg, rgba(8,8,8,.97), rgba(8,8,8,.7) 48%, rgba(8,8,8,.08));
}

#vergleich :is(.modern-nav-v2, .modern-proof-v2, .modern-stats-v2) {
  background-color: rgba(10,10,10,.86);
}

#vergleich .old-site-v2 {
  filter: grayscale(1) contrast(.88);
}

#vergleich .compare-bottom {
  min-height: 108px;
  padding: 24px 28px;
  border: 0;
  border-top: 2px solid #ffffff;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}

#vergleich .compare-bottom :is(span, b) {
  color: #ffffff;
  font-family: inherit;
  font-style: normal;
  font-weight: 900;
}

#vergleich .compare-bottom > b {
  max-width: 36ch;
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

#vergleich .compare-bottom i {
  color: #e2c66f;
}

/* Referenz und Ablauf als tiefschwarze Magazin-Doppelseite */
#referenz.reference-section {
  position: relative;
  isolation: isolate;
  max-width: none;
  padding: clamp(96px, 10vw, 168px) max(24px, calc((100vw - 1380px) / 2));
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 58px 58px,
    #111111 !important;
  color: #ffffff;
}

#referenz::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(44vw, 680px);
  aspect-ratio: 1;
  right: -12vw;
  top: 5%;
  border: 2px solid rgba(196,154,44,.42);
  border-radius: 50%;
}

#referenz .reference-layout,
#referenz .steps-wrap {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
}

#referenz .reference-layout {
  gap: clamp(52px, 8vw, 128px);
  align-items: center;
}

#referenz .reference-copy h2 {
  max-width: 12ch;
  color: #ffffff;
}

#referenz .reference-copy > p:not(.eyebrow) {
  max-width: 54ch;
  color: #d7d9da;
  font-weight: 600;
}

#referenz .eyebrow.light,
#referenz .eyebrow.light > span {
  color: #ffffff;
}

#referenz .eyebrow.light > span {
  width: 52px;
  height: 4px;
  border-radius: 0;
  background: #c49a2c;
}

#referenz .reference-facts {
  margin-top: 40px;
  border-top: 2px solid #ffffff;
}

#referenz .reference-facts span {
  min-height: 68px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.34);
  color: #ffffff;
  background: transparent;
  font-weight: 800;
}

#referenz .reference-facts b {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border: 1px solid #c49a2c;
  border-radius: 0;
  color: #e2c66f;
  background: transparent;
  font-family: inherit;
  font-weight: 950;
}

#referenz .outline-button {
  min-height: 54px;
  margin-top: 36px;
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #111111;
  background: #ffffff;
  box-shadow: 8px 8px 0 #c49a2c;
  font-weight: 900;
}

#referenz .outline-button span {
  color: #765b25;
}

#referenz .outline-button:hover,
#referenz .outline-button:focus-visible {
  color: #ffffff;
  background: #111111;
}

#referenz .reference-visual {
  min-width: 0;
}

#referenz .reference-devices {
  filter: drop-shadow(20px 28px 28px rgba(0,0,0,.48));
}

#referenz :is(.ref-monitor-frame, .ref-ipad, .ref-phone) {
  border-color: #afb4b8;
  background-color: #171717;
}

#referenz .ref-monitor-screen {
  background: #111111 !important;
}

#referenz .ref-monitor-screen img,
#referenz .bp-tablet-photo img {
  filter: grayscale(1) contrast(1.08);
}

#referenz :is(.bp-tablet, .bp-phone-statistics) {
  --navy: #111111;
  background: #111111;
}

#referenz :is(.bp-stat-number b, .bp-stat-grid b, .ref-live-chip i) {
  color: #e2c66f;
}

#referenz .ref-live-chip {
  border: 2px solid #ffffff;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 7px 7px 0 #c49a2c;
}

#referenz .ref-live-chip :is(small, b) {
  color: #ffffff;
}

#referenz .reference-beam i {
  background: linear-gradient(90deg, transparent, rgba(196,154,44,.72), transparent);
}

#referenz .steps-wrap {
  margin-top: clamp(86px, 10vw, 142px);
  padding-top: 44px;
  display: grid;
  grid-template-columns: minmax(250px, 1.2fr) repeat(3, minmax(190px, 1fr));
  gap: 0;
  border-top: 2px solid #ffffff;
}

#referenz .steps-wrap > div,
#referenz .steps-wrap > article {
  min-width: 0;
  padding: 28px clamp(22px, 2.8vw, 42px);
  border-right: 1px solid rgba(255,255,255,.34);
  color: #ffffff;
}

#referenz .steps-wrap > div {
  padding-left: 0;
}

#referenz .steps-wrap > article:last-child {
  border-right: 0;
}

#referenz .steps-wrap h3,
#referenz .steps-wrap h4 {
  color: #ffffff;
  font-family: inherit;
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
}

#referenz .steps-wrap h3 {
  font-size: clamp(32px, 3vw, 50px);
}

#referenz .steps-wrap h4 {
  font-size: clamp(24px, 2.1vw, 32px);
}

#referenz .steps-wrap article > span {
  display: block;
  margin-bottom: 30px;
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(52px, 5.4vw, 84px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: .8;
}

#referenz .steps-wrap article p {
  color: #cfd1d2;
}

/* Website-Check als industrieller Prüfstand */
#check.fitness-section {
  max-width: none;
  padding: clamp(92px, 10vw, 160px) max(24px, calc((100vw - 1380px) / 2));
  background: #f7f7f3 !important;
}

#check::before,
#check::after {
  display: none;
}

#check .fitness-heading,
#check .fitness-panel {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
}

#check .fitness-heading {
  gap: clamp(36px, 7vw, 118px);
  align-items: end;
}

#check .fitness-heading > p {
  max-width: 56ch;
  color: #343638;
  font-weight: 650;
}

#check .fitness-panel {
  margin-top: clamp(56px, 7vw, 94px);
  border: 3px solid #111111;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 16px 16px 0 #afb4b8;
  overflow: hidden;
}

#check .fitness-overview {
  border: 0;
  border-right: 2px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}

#check .fitness-overview::after {
  background: linear-gradient(90deg, transparent, rgba(196,154,44,.42), transparent);
}

#check .fitness-overview-top {
  border-color: rgba(255,255,255,.35);
}

#check .fitness-overview-top :is(small, b) {
  color: #ffffff;
  font-family: inherit;
  font-weight: 950;
}

#check .fitness-overview-top b > span {
  color: #e2c66f;
}

#check .fitness-question-list button {
  min-height: 88px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.26);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

#check .fitness-question-list button:hover,
#check .fitness-question-list button:focus-visible {
  background: rgba(255,255,255,.09);
}

#check .fitness-question-list button.active,
#check .fitness-question-list button.answered {
  background: #c49a2c;
  color: #111111;
}

#check .fitness-question-list button :is(i, b, small, em) {
  color: inherit;
}

#check .fitness-trust {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 0;
  color: #ffffff;
  background: rgba(255,255,255,.04);
}

#check .fitness-trust :is(b, small) {
  color: #ffffff;
}

#check .fitness-stage {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
}

#check .fitness-question-card > p,
#check .fitness-action-prompt {
  color: #343638;
  font-weight: 800;
}

#check .fitness-question-card h3,
#check :is(.fitness-result, .fitness-complete-card) h3 {
  color: #111111;
  font-family: inherit;
  font-size: clamp(32px, 4vw, 58px);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: .98;
}

#check .fitness-progress {
  border-radius: 0;
  background: #d9dcde;
}

#check .fitness-progress span {
  background: #c49a2c;
}

#check .fitness-howto {
  border: 1px solid #111111;
  border-radius: 0;
  background: #f0f1ee;
}

#check .fitness-answer-buttons > button {
  min-height: 112px;
  border: 2px solid #111111;
  border-radius: 0;
  box-shadow: 7px 7px 0 #afb4b8;
}

#check .fitness-answer-buttons > .answer-yes {
  background: #111111;
  color: #ffffff;
}

#check .fitness-answer-buttons > .answer-no {
  background: #ffffff;
  color: #111111;
}

#check .fitness-answer-buttons > button :is(i, b, small, em) {
  color: inherit;
}

#check .fitness-answer-buttons > button:hover,
#check .fitness-answer-buttons > button:focus-visible {
  border-color: #111111;
  background: #c49a2c;
  color: #111111;
  box-shadow: 7px 7px 0 #111111;
}

#check :is(.fitness-result, .fitness-complete-card, .fitness-result-section) {
  border-color: #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
}

#check .fitness-score-ring {
  border-color: #111111;
  border-radius: 50%;
  background: #111111;
  color: #e2c66f;
  box-shadow: 0 0 0 8px #c49a2c;
}

#check .fitness-reset {
  min-height: 50px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  font-weight: 900;
}

/* Preis als schwarzes Plakatobjekt auf Beton */
#preis.pricing {
  max-width: none;
  padding: clamp(96px, 10vw, 168px) max(24px, calc((100vw - 1380px) / 2));
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.11) 0 1px, transparent 1px 120px),
    #afb4b8 !important;
  color: #111111;
}

#preis .price-wrap {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  gap: clamp(48px, 8vw, 128px);
  align-items: center;
}

#preis .price-copy h2 {
  max-width: 11ch;
  color: #111111;
}

#preis .price-copy > p:not(.eyebrow) {
  max-width: 52ch;
  color: #252728;
  font-weight: 650;
}

#preis .capacity-note {
  margin-top: 42px;
  padding: 24px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  box-shadow: 8px 8px 0 #111111;
}

#preis .capacity-note i {
  background: #c49a2c;
}

#preis .capacity-note :is(b, small) {
  color: #111111;
}

#preis .price-card {
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(30px, 4.5vw, 62px);
  border: 3px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 18px 18px 0 #765b25;
}

#preis .price-label {
  padding-bottom: 22px;
  border-bottom: 2px solid #c49a2c;
}

#preis .price-label :is(span, b) {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#preis .price {
  margin: 28px 0;
  color: #ffffff;
}

#preis .price > b {
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(112px, 13vw, 200px);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: .74;
}

#preis .price > span,
#preis .price > span small {
  color: #ffffff;
  font-family: inherit;
  font-weight: 900;
}

#preis .price-card :is(li, p, small, strong) {
  color: #ffffff;
}

#preis .price-card li {
  border-color: rgba(255,255,255,.24);
}

#preis .price-card li::before {
  color: #e2c66f;
}

#preis .button.full {
  min-height: 60px;
  border: 2px solid #c49a2c;
  border-radius: 0;
  background: #c49a2c;
  color: #111111;
  box-shadow: 8px 8px 0 #ffffff;
  font-weight: 950;
}

#preis .button.full:hover,
#preis .button.full:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111;
}

#preis .payment {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 2px solid rgba(255,255,255,.34);
  border-radius: 0;
  background: transparent;
}

#preis .payment-steps span {
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 0;
  background: rgba(255,255,255,.05);
}

#preis .payment-steps i {
  border-radius: 0;
  background: #c49a2c;
  color: #111111;
}

main:has(> #start) > footer {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 44px max(24px, calc((100vw - 1380px) / 2));
  border: 0;
  border-top: 5px solid #c49a2c;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}

main:has(> #start) > footer :is(p, a) {
  color: #ffffff;
}

main:has(> #start) > footer .brand-copy b:first-child {
  color: #ffffff;
}

main:has(> #start) > footer .brand-copy b:last-child {
  color: #e2c66f;
}

main:has(> #start) > footer a {
  font-weight: 850;
}

/* Gemeinsame Editorial-Linie für Kontakt und Rechtliches */
.legal-page,
.contact-page {
  --wk-ink: #111111;
  --wk-concrete: #afb4b8;
  --wk-paper: #f7f7f3;
  --wk-white: #ffffff;
  --wk-gold: #c49a2c;
  --wk-gold-light: #e2c66f;
  --wk-dark-gold: #765b25;
  min-width: 0;
  color: var(--wk-ink);
  background: var(--wk-paper);
}

:is(.legal-page, .contact-page) :is(.legal-grid, .legal-orbit, .contact-page-grid, .contact-orbit) {
  display: none;
}

:is(.legal-header, .contact-header) {
  box-sizing: border-box;
  position: sticky;
  z-index: 90;
  top: 0;
  width: 100%;
  max-width: none;
  min-height: 86px;
  margin: 0;
  padding: 10px max(28px, calc((100vw - 1420px) / 2));
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  border: 0;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  box-shadow: none;
}

:is(.legal-header, .contact-header) > a:first-child {
  flex: 0 0 auto;
}

:is(.legal-brand, .contact-brand) {
  color: #111111;
}

:is(.legal-brand-symbol, .contact-brand-symbol) {
  transform: scale(1.08);
  transform-origin: left center;
}

:is(.legal-brand-symbol, .contact-brand-symbol) i {
  border-color: #c49a2c;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 3px 3px 0 rgba(17,17,17,.16);
}

:is(.legal-brand-symbol, .contact-brand-symbol) i:last-child {
  background: #c49a2c;
}

:is(.legal-brand-copy, .contact-brand-copy) b {
  color: #111111;
  font-family: inherit;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: .025em;
}

:is(.legal-brand-copy, .contact-brand-copy) b:last-child {
  color: #765b25;
}

:is(.legal-brand-copy, .contact-brand-copy) small {
  color: #626568;
  font-weight: 700;
}

.legal-header > nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 44px);
}

.legal-header > nav a,
.legal-home-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #111111;
  background: transparent;
  font-weight: 950;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.legal-header > nav a:hover,
.legal-header > nav a:focus-visible,
.legal-header > nav a.is-active {
  border-bottom-color: #c49a2c;
  color: #111111;
}

.legal-home-link {
  padding: 0 18px;
  border: 2px solid #111111;
  background: #111111;
  color: #ffffff;
}

.legal-home-link span {
  color: #e2c66f;
}

.contact-header > p {
  max-width: 46ch;
  margin-left: auto;
  color: #343638;
  font-weight: 750;
}

.contact-header > p i {
  background: #c49a2c;
}

.contact-header-actions {
  gap: 18px;
}

.contact-phone-short {
  color: #111111;
}

.contact-phone-short :is(span, b) {
  color: #111111;
  font-weight: 850;
}

.contact-header .button,
.contact-page .button {
  min-height: 50px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 7px 7px 0 #c49a2c;
  font-weight: 950;
}

.contact-header .button span,
.contact-page .button span {
  color: #e2c66f;
}

.contact-header .button:hover,
.contact-page .button:hover,
.contact-page .button:focus-visible {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
}

/* Rechtliche Titelbühnen */
.legal-hero {
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: clamp(500px, 64vh, 720px);
  margin: 0;
  padding: clamp(84px, 9vw, 140px) max(24px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: minmax(130px, .35fr) minmax(0, 1.4fr) minmax(260px, .65fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) 0 0 / 64px 64px,
    #111111;
  color: #ffffff;
  box-shadow: none;
}

.legal-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -9vw;
  bottom: -42%;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border: 2px solid rgba(196,154,44,.5);
  border-radius: 50%;
}

.legal-hero-number {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255,255,255,.3);
}

.legal-hero-number span {
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(82px, 10vw, 156px);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .78;
}

.legal-hero-number i {
  width: 70%;
  height: 5px;
  margin-top: 30px;
  border-radius: 0;
  background: #c49a2c;
}

.legal-hero-copy {
  min-width: 0;
}

.legal-kicker,
.contact-kicker {
  color: inherit;
  font-family: inherit;
  font-weight: 950;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.legal-kicker i,
.contact-kicker span {
  width: 50px;
  height: 4px;
  border-radius: 0;
  background: #c49a2c;
}

.legal-hero h1,
.contact-hero h1 {
  max-width: 13ch;
  color: inherit;
  font-family: inherit;
  font-size: clamp(52px, 7vw, 108px);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.07em;
  line-height: .9;
  text-wrap: balance;
}

.legal-hero h1 em,
.contact-hero h1 em {
  display: block;
  color: #e2c66f;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.legal-hero-copy > p:last-child {
  max-width: 58ch;
  color: #d4d6d7;
  font-weight: 600;
}

.legal-status {
  align-self: center;
  padding: 28px;
  border: 2px solid #ffffff;
  border-radius: 0;
  background: rgba(255,255,255,.04);
  color: #ffffff;
  box-shadow: 10px 10px 0 #c49a2c;
}

.legal-status-ring {
  border: 2px solid #c49a2c;
  border-radius: 50%;
  background: #111111;
}

.legal-status-ring b,
.legal-status :is(small, strong) {
  color: #ffffff;
  font-family: inherit;
  font-weight: 950;
}

.legal-status-ring b {
  color: #e2c66f;
}

.legal-scroll {
  left: max(24px, calc((100vw - 1380px) / 2));
  bottom: 26px;
  color: #ffffff;
  font-weight: 900;
}

.legal-scroll i {
  color: #e2c66f;
}

/* Rechtliche Dokumentfläche */
.legal-content {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(82px, 9vw, 144px) max(24px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: start;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.1) 0 1px, transparent 1px 112px),
    #afb4b8;
}

.legal-index {
  position: sticky;
  top: 112px;
  min-width: 0;
  padding: 26px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 9px 9px 0 #765b25;
}

.legal-index > p,
.legal-index nav a,
.legal-index-note :is(b, span) {
  color: #ffffff;
}

.legal-index > p {
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.legal-index nav {
  border-top: 1px solid rgba(255,255,255,.3);
}

.legal-index nav a {
  min-height: 54px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.24);
  border-radius: 0;
  background: transparent;
  font-weight: 800;
}

.legal-index nav a:hover,
.legal-index nav a:focus-visible {
  padding-left: 10px;
  background: rgba(255,255,255,.08);
}

.legal-index nav a span,
.legal-index-note i {
  color: #e2c66f;
}

.legal-document {
  min-width: 0;
  display: grid;
  gap: clamp(24px, 3.4vw, 48px);
}

.legal-lead-card,
.legal-card,
.cookie-dashboard,
.legal-rights {
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(28px, 4vw, 58px);
  border: 2px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #111111;
  box-shadow: 10px 10px 0 #111111;
}

.legal-lead-card {
  background: #111111;
  color: #ffffff;
  box-shadow: 12px 12px 0 #c49a2c;
}

.legal-card-index span {
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(62px, 7vw, 104px);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .8;
}

.legal-card-index i {
  background: #c49a2c;
}

.legal-lead-card :is(h2, p, address, b) {
  color: #ffffff;
}

.legal-document :is(.legal-lead-card h2, .legal-card h2, .cookie-dashboard h2, .legal-rights h2) {
  color: inherit;
  font-family: inherit;
  font-size: clamp(32px, 4vw, 58px);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .96;
}

.legal-overline,
.legal-card-label {
  color: #343638;
  font-family: inherit;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-lead-card .legal-overline {
  color: #e2c66f;
}

.legal-large-copy,
.legal-card p,
.legal-card address {
  max-width: 70ch;
  color: #343638;
}

.legal-brand-note {
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 0;
  background: rgba(255,255,255,.05);
}

.legal-brand-note i {
  border-radius: 0;
  background: #c49a2c;
  color: #111111;
}

.legal-split {
  min-width: 0;
  gap: clamp(24px, 3.4vw, 48px);
}

.legal-contact-card,
.legal-tax-card,
.legal-security-card,
.cookie-update-card {
  background: #111111;
  color: #ffffff;
  box-shadow: 10px 10px 0 #c49a2c;
}

:is(.legal-contact-card, .legal-tax-card, .legal-security-card, .cookie-update-card) :is(h2, p, small, span, address) {
  color: #ffffff;
}

:is(.legal-contact-card, .legal-tax-card, .legal-security-card, .cookie-update-card) .legal-card-label {
  color: #e2c66f;
}

.legal-contact-actions {
  border-top: 2px solid #ffffff;
}

.legal-contact-actions a {
  min-width: 0;
  min-height: 76px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.32);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
}

.legal-contact-actions a :is(small, b, span) {
  color: #ffffff;
}

.legal-contact-actions a span {
  color: #e2c66f;
}

.legal-coordinate-card {
  background: #d9dcde;
}

.legal-coordinate {
  border: 2px solid #111111;
  border-radius: 0;
  background: #afb4b8;
}

.legal-coordinate :is(i, b, small) {
  color: #111111;
  border-color: #765b25;
}

.legal-tax-card strong {
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 950;
  letter-spacing: -.045em;
}

.legal-inline-links a,
.legal-text-link,
.legal-rights-note a {
  color: #111111;
  border-bottom: 3px solid #765b25;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.legal-lead-card .legal-inline-links a,
.cookie-update-card .legal-text-link {
  color: #ffffff;
  border-bottom-color: #c49a2c;
}

/* Datenschutz- und Cookie-Module */
.legal-dataflow {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.legal-flow-visual {
  min-width: 0;
  padding: 24px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}

.legal-flow-visual span {
  min-height: 64px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
}

.legal-flow-visual span i,
.legal-flow-visual > b {
  color: #e2c66f;
  background: #c49a2c;
}

.legal-zero-card {
  background: #afb4b8;
}

.legal-zero {
  color: #111111;
  font-family: inherit;
  font-size: clamp(92px, 11vw, 166px);
  font-weight: 950;
  letter-spacing: -.1em;
  line-height: .76;
}

.legal-retention-card {
  border-left: 14px solid #c49a2c;
  background: #ffffff;
}

.legal-rights {
  background: #f7f7f3;
}

.legal-section-heading {
  border-bottom: 2px solid #111111;
}

.legal-section-heading > span {
  color: #765b25;
  font-family: inherit;
  font-size: clamp(64px, 8vw, 116px);
  font-weight: 950;
  letter-spacing: -.08em;
}

.legal-rights-grid {
  gap: 0;
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
}

.legal-rights-grid article {
  min-width: 0;
  padding: 28px;
  border: 0;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.legal-rights-grid article:nth-child(2n) {
  background: #d9dcde;
}

.legal-rights-grid article > span {
  color: #765b25;
  font-family: inherit;
  font-size: 42px;
  font-weight: 950;
}

.legal-rights-grid article h3 {
  color: #111111;
  font-family: inherit;
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -.035em;
}

.legal-lock {
  border: 2px solid #ffffff;
  border-radius: 0;
  background: transparent;
}

.legal-lock :is(i, b) {
  border-color: #c49a2c;
  background: #c49a2c;
}

.cookie-dashboard {
  background: #111111;
  color: #ffffff;
  box-shadow: 12px 12px 0 #c49a2c;
}

.cookie-dashboard :is(h2, p, small, span) {
  color: #ffffff;
}

.cookie-dashboard-head {
  border-bottom: 2px solid #ffffff;
}

.cookie-dashboard .legal-overline,
.cookie-live {
  color: #e2c66f;
}

.cookie-live {
  border: 1px solid #c49a2c;
  border-radius: 0;
  background: transparent;
}

.cookie-live i {
  background: #c49a2c;
}

.cookie-scoreboard {
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.35);
  border-left: 1px solid rgba(255,255,255,.35);
}

.cookie-scoreboard article {
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.35);
  border-bottom: 1px solid rgba(255,255,255,.35);
  border-radius: 0;
  background: #111111;
}

.cookie-scoreboard article b {
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(72px, 8vw, 120px);
  font-weight: 950;
}

.cookie-score-positive {
  background: #252728 !important;
}

.cookie-status-list {
  border-top: 2px solid #ffffff;
}

.cookie-row {
  min-width: 0;
  min-height: 88px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

.cookie-row :is(span, h3, p, b) {
  color: #ffffff;
}

.cookie-row > span {
  color: #e2c66f;
  font-family: inherit;
  font-weight: 950;
}

.cookie-row > b {
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 0;
  background: transparent;
}

.cookie-row-necessary > b i {
  background: #c49a2c;
}

.cookie-banner-card {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.cookie-banner-visual {
  min-height: 280px;
  border: 2px solid #111111;
  border-radius: 0;
  background: #afb4b8;
}

.cookie-banner-visual span,
.cookie-banner-visual b {
  color: #111111;
  font-weight: 950;
}

.cookie-banner-visual i {
  background: #111111;
}

/* Kontakt: erst klare Wege, dann ein bildstarker Projektstart */
.contact-channels {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(90px, 9vw, 150px) max(24px, calc((100vw - 1380px) / 2));
  background: #ffffff;
}

.contact-section-head,
.contact-channel-grid {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
}

.contact-section-head {
  gap: clamp(34px, 7vw, 116px);
  align-items: end;
}

.contact-section-head h2,
.contact-next h2 {
  color: #111111;
  font-family: inherit;
  font-size: clamp(46px, 6vw, 88px);
  font-style: normal;
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .92;
}

.contact-section-head h2 em {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.contact-section-head > p {
  max-width: 56ch;
  color: #343638;
  font-weight: 650;
}

.contact-channel-grid {
  margin-top: clamp(54px, 6vw, 86px);
  gap: 0;
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
}

.contact-channel {
  min-width: 0;
  min-height: 380px;
  padding: clamp(28px, 3vw, 44px);
  border: 0;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  border-radius: 0;
  background: #f7f7f3;
  color: #111111;
  box-shadow: none;
}

.contact-channel:nth-child(3) {
  background: #afb4b8;
}

.contact-channel-featured {
  background: #111111;
  color: #ffffff;
}

.contact-channel :is(small, h3, p, b, span) {
  color: inherit;
}

.contact-channel h3 {
  overflow-wrap: anywhere;
  font-family: inherit;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: 1;
}

.contact-channel-number {
  color: #765b25 !important;
  font-family: inherit;
  font-size: clamp(52px, 5.4vw, 82px);
  font-weight: 950;
  letter-spacing: -.08em;
}

.contact-channel-featured .contact-channel-number {
  color: #e2c66f !important;
}

.contact-channel-icon {
  border: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
}

.contact-channel-featured .contact-channel-icon {
  color: #e2c66f;
}

.contact-hero {
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: 780px;
  margin: 0;
  padding: clamp(92px, 10vw, 154px) max(24px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .7fr);
  gap: clamp(54px, 9vw, 142px);
  align-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(238,239,239,.95) 0%, rgba(238,239,239,.8) 46%, rgba(238,239,239,.28) 72%, rgba(17,17,17,.12) 100%),
    url("/images/hero-fabrikhalle-goldstuhl-v4.webp") 54% center / cover no-repeat;
  color: #111111;
  box-shadow: none;
}

.contact-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(17,17,17,.13));
}

.contact-hero-copy {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-hero h1 {
  max-width: 11ch;
  color: #111111;
}

.contact-hero h1 em {
  color: #765b25;
}

.contact-lead {
  max-width: 56ch;
  color: #292b2c;
  font-weight: 650;
}

.contact-availability {
  width: fit-content;
  border: 1px solid rgba(17,17,17,.3);
  border-radius: 0;
  background: rgba(255,255,255,.78);
  color: #111111;
  font-weight: 900;
}

.contact-availability i {
  background: #c49a2c;
}

.contact-outline-button {
  min-height: 56px;
  border: 2px solid #111111;
  border-radius: 0;
  background: rgba(255,255,255,.8);
  color: #111111;
  box-shadow: none;
}

.contact-outline-button :is(small, b) {
  color: #111111;
}

.contact-trust-row {
  border-top: 2px solid #111111;
}

.contact-trust-row span {
  border: 0;
  border-right: 1px solid rgba(17,17,17,.24);
  border-radius: 0;
  background: rgba(255,255,255,.52);
  color: #111111;
}

.contact-trust-row span:last-child {
  border-right: 0;
}

.contact-trust-row :is(i, b) {
  color: #111111;
}

.contact-start-card {
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
  border: 3px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  box-shadow: 16px 16px 0 #c49a2c;
}

.contact-start-card :is(p, li, small, b, span, em) {
  color: #ffffff;
}

.contact-card-head {
  min-width: 0;
  padding-bottom: 24px;
  border-bottom: 2px solid #c49a2c;
}

.contact-card-head > span {
  color: #e2c66f;
  font-family: inherit;
  font-size: 62px;
  font-weight: 950;
  letter-spacing: -.08em;
}

.contact-card-head > i {
  border: 1px solid #c49a2c;
  border-radius: 0;
  background: transparent;
  color: #e2c66f;
}

.contact-price-lock {
  border: 0;
  border-bottom: 2px solid rgba(255,255,255,.3);
  border-radius: 0;
  background: transparent;
}

.contact-price-lock span > b {
  color: #e2c66f;
  font-family: inherit;
  font-size: clamp(92px, 10vw, 152px);
  font-weight: 950;
  letter-spacing: -.09em;
  line-height: .76;
}

.contact-start-card li {
  min-height: 76px;
  border-bottom: 1px solid rgba(255,255,255,.26);
}

.contact-start-card li > i {
  color: #e2c66f;
  font-family: inherit;
  font-weight: 950;
}

.contact-start-card .button {
  border-color: #c49a2c;
  background: #c49a2c;
  color: #111111;
  box-shadow: 7px 7px 0 #ffffff;
}

.contact-start-card .button span {
  color: #111111;
}

.contact-next {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(90px, 10vw, 156px) max(24px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 126px);
  align-items: start;
  background: #afb4b8;
  color: #111111;
}

.contact-next-copy,
.contact-next-steps,
.contact-next > .button {
  min-width: 0;
}

.contact-next-copy > p {
  color: #292b2c;
}

.contact-next-steps {
  border-top: 2px solid #111111;
}

.contact-next-steps article {
  min-width: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 2px solid #111111;
  border-radius: 0;
  background: transparent;
}

.contact-next-steps article > span {
  color: #765b25;
  font-family: inherit;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 950;
  letter-spacing: -.08em;
}

.contact-next-steps h3 {
  color: #111111;
  font-family: inherit;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 950;
  letter-spacing: -.045em;
}

.contact-next > .button {
  grid-column: 2;
  justify-self: start;
}

:is(.legal-site-footer, .contact-footer) {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 44px max(24px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  border: 0;
  border-top: 5px solid #c49a2c;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}

:is(.legal-site-footer, .contact-footer) :is(p, a, .legal-brand-copy b, .contact-brand-copy b) {
  color: #ffffff;
}

:is(.legal-site-footer, .contact-footer) :is(.legal-brand-copy b:last-child, .contact-brand-copy b:last-child) {
  color: #e2c66f;
}

:is(.legal-site-footer, .contact-footer) nav {
  display: flex;
  gap: 24px;
}

:is(.legal-site-footer, .contact-footer) nav a {
  font-weight: 850;
}

/* Tablet-Navigation: früh genug in den Kapitelmodus wechseln. */
@media (max-width: 1260px) {
  .header.chapter-header .chapter-nav {
    display: none;
  }

  .header.chapter-header .chapter-menu-button {
    display: inline-flex;
    min-width: 48px;
    min-height: 48px;
  }

  .header.chapter-header .header-cta {
    margin-left: auto;
  }

  .sales-tour-card {
    max-height: calc(100dvh - 40px);
    overflow: auto;
  }

  #warum .stats-grid,
  #vorteile .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #referenz .steps-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #referenz .steps-wrap > div,
  #referenz .steps-wrap > article {
    border-bottom: 1px solid rgba(255,255,255,.34);
  }

  .legal-header > nav {
    gap: 18px;
  }

  .legal-header > nav a,
  .legal-home-link {
    font-size: 14px;
  }

  .contact-header > p {
    display: none;
  }
}

@media (max-width: 980px) {
  #warum .split-head,
  #vergleich .compare-heading,
  #check .fitness-heading,
  #preis .price-wrap,
  #referenz .reference-layout,
  .contact-section-head,
  .contact-hero,
  .contact-next {
    grid-template-columns: minmax(0, 1fr);
  }

  #referenz .reference-copy h2,
  #preis .price-copy h2 {
    max-width: 15ch;
  }

  #check .fitness-panel {
    grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
  }

  .legal-hero {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .legal-status {
    grid-column: 2;
    width: min(100%, 500px);
  }

  .legal-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-index {
    position: static;
  }

  .legal-index nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-hero {
    background:
      linear-gradient(180deg, rgba(238,239,239,.92) 0%, rgba(238,239,239,.72) 55%, rgba(238,239,239,.3) 100%),
      url("/images/hero-fabrikhalle-goldstuhl-v4.webp") 52% center / cover no-repeat;
  }

  .contact-hero-copy {
    max-width: 760px;
  }

  .contact-start-card {
    width: min(100%, 700px);
  }

  .contact-next > .button {
    grid-column: auto;
  }
}

@media (max-width: 780px) {
  main:has(> #start) :is(
    #warum .section-head h2,
    #vorteile .section-head h2,
    #vergleich .compare-heading h2,
    #referenz .reference-copy h2,
    #check .fitness-heading h2,
    #preis .price-copy h2
  ) {
    max-width: 18ch;
    font-size: clamp(40px, 12vw, 58px);
    letter-spacing: -.058em;
    line-height: .96;
  }

  .header.chapter-header .chapter-menu-button,
  .header.chapter-header .header-cta {
    min-width: 48px;
    min-height: 48px;
  }

  .header.chapter-header .header-cta {
    padding-inline: 14px;
  }

  .hero-copy,
  .hero-visual,
  .hero-devices,
  .stats-grid,
  .benefit-grid,
  .search-ready,
  .compare-shell,
  .compare-stage,
  .compare-device,
  .reference-layout,
  .reference-visual,
  .reference-devices,
  .fitness-panel,
  .fitness-overview,
  .fitness-stage,
  .price-card,
  .payment,
  .payment-steps,
  .legal-document,
  .legal-card,
  .cookie-row,
  .contact-start-card,
  .contact-price-lock,
  .contact-card-head {
    min-width: 0;
    max-width: 100%;
  }

  .hero-benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-benefits span {
    width: 100%;
  }

  .signal-strip {
    min-height: 0;
    padding: 26px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    text-align: center;
  }

  .signal-strip i {
    transform: rotate(90deg);
  }

  #warum.data-section,
  #vorteile.benefits-section,
  #vergleich.makeover-compare,
  #referenz.reference-section,
  #check.fitness-section,
  #preis.pricing,
  .contact-channels,
  .contact-hero,
  .contact-next,
  .legal-content {
    padding: 76px 16px;
  }

  #warum .split-head,
  #vergleich .compare-heading,
  #check .fitness-heading,
  .contact-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  #warum .stats-grid,
  #vorteile .benefit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #warum .stat-card {
    min-height: 330px;
    padding: 30px;
    box-shadow: 7px 7px 0 #111111;
  }

  #warum .featured-stat {
    box-shadow: 7px 7px 0 #c49a2c;
  }

  #vorteile .benefit-grid {
    border-left: 2px solid #111111;
  }

  #vorteile .benefit-card {
    min-height: 320px;
    padding: 28px 24px 72px;
  }

  #vorteile .search-ready {
    margin-right: 7px;
    padding: 28px 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    box-shadow: 7px 7px 0 #c49a2c;
  }

  #vorteile .search-orb {
    width: 112px;
    height: 112px;
  }

  #vergleich .compare-guide {
    box-shadow: 6px 6px 0 #111111;
  }

  #vergleich .compare-shell {
    width: 100%;
    margin-inline: 0;
    box-shadow: 7px 7px 0 #765b25;
  }

  #vergleich .compare-topline {
    min-height: 72px;
    padding: 12px;
  }

  #vergleich .compare-callout {
    min-width: 0;
    max-width: min(44%, 170px);
    padding: 7px 8px;
    font-size: 11px;
    line-height: 1.15;
  }

  #vergleich .compare-bottom {
    min-height: 0;
    padding: 24px 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    text-align: left;
  }

  #referenz .reference-layout {
    display: grid;
    gap: 58px;
  }

  #referenz .reference-facts span {
    min-height: 64px;
  }

  #referenz .outline-button {
    margin-right: 7px;
    box-shadow: 6px 6px 0 #c49a2c;
  }

  #referenz .steps-wrap {
    margin-top: 78px;
    padding-top: 24px;
    grid-template-columns: minmax(0, 1fr);
  }

  #referenz .steps-wrap > div,
  #referenz .steps-wrap > article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.34);
  }

  #check .fitness-panel {
    margin-right: 7px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    box-shadow: 7px 7px 0 #afb4b8;
  }

  #check .fitness-overview {
    border-right: 0;
    border-bottom: 2px solid #111111;
  }

  #check .fitness-question-list button {
    min-height: 84px;
  }

  #check .fitness-stage {
    padding: 28px 20px;
  }

  #check .fitness-howto {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  #check .fitness-howto > b {
    transform: rotate(90deg);
  }

  #check .fitness-answer-buttons {
    grid-template-columns: minmax(0, 1fr);
  }

  #preis .price-wrap {
    display: grid;
    gap: 56px;
  }

  #preis .capacity-note {
    margin-right: 7px;
    box-shadow: 6px 6px 0 #111111;
  }

  #preis .price-card {
    margin-right: 7px;
    padding: 30px 22px;
    box-shadow: 7px 7px 0 #765b25;
  }

  #preis .price > b {
    font-size: clamp(92px, 30vw, 132px);
  }

  #preis .button.full {
    box-shadow: 6px 6px 0 #ffffff;
  }

  #preis .payment-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  #preis .payment-steps > b {
    transform: rotate(90deg);
  }

  main:has(> #start) > footer {
    padding: 38px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  main:has(> #start) > footer > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  :is(.legal-header, .contact-header) {
    position: relative;
    min-height: 72px;
    padding: 10px 16px;
    gap: 14px;
  }

  :is(.legal-brand-symbol, .contact-brand-symbol) {
    transform: scale(.92);
  }

  :is(.legal-brand-copy, .contact-brand-copy) b {
    font-size: 16px;
  }

  :is(.legal-brand-copy, .contact-brand-copy) small {
    display: none;
  }

  .legal-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .legal-header > nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid #111111;
  }

  .legal-header > nav a {
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .legal-home-link {
    min-height: 46px;
    padding: 0 12px;
  }

  .contact-phone-short {
    display: none;
  }

  .contact-header-actions {
    margin-left: auto;
  }

  .contact-header .button {
    min-height: 46px;
    padding-inline: 12px;
    box-shadow: 4px 4px 0 #c49a2c;
  }

  .legal-hero {
    min-height: 620px;
    padding: 68px 16px 78px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .legal-hero-number {
    min-height: 0;
    padding-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.34);
  }

  .legal-hero-number span {
    font-size: 78px;
  }

  .legal-hero-number i {
    width: 44%;
    margin: 0;
  }

  .legal-hero h1,
  .contact-hero h1 {
    font-size: clamp(46px, 14vw, 68px);
    line-height: .93;
  }

  .legal-status {
    grid-column: auto;
    width: auto;
    margin-right: 7px;
    padding: 22px;
    box-shadow: 6px 6px 0 #c49a2c;
  }

  .legal-scroll {
    display: none;
  }

  .legal-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .legal-index {
    margin-right: 7px;
    padding: 22px;
    box-shadow: 6px 6px 0 #765b25;
  }

  .legal-index nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-lead-card,
  .legal-card,
  .cookie-dashboard,
  .legal-rights {
    margin-right: 7px;
    padding: 28px 22px;
    box-shadow: 6px 6px 0 #111111;
  }

  .legal-lead-card,
  .legal-contact-card,
  .legal-tax-card,
  .legal-security-card,
  .cookie-update-card,
  .cookie-dashboard {
    box-shadow: 6px 6px 0 #c49a2c;
  }

  .legal-split,
  .legal-dataflow,
  .cookie-banner-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-rights-grid,
  .cookie-scoreboard {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-rights-grid article {
    padding: 24px 20px;
  }

  .cookie-dashboard-head {
    align-items: start;
    gap: 18px;
  }

  .cookie-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
  }

  .cookie-row > b {
    grid-column: 2;
    justify-self: start;
  }

  .contact-section-head h2,
  .contact-next h2 {
    font-size: clamp(42px, 12vw, 62px);
  }

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

  .contact-channel {
    min-height: 330px;
    padding: 28px 22px;
  }

  .contact-hero {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
    background:
      linear-gradient(180deg, rgba(238,239,239,.86) 0%, rgba(238,239,239,.66) 60%, rgba(238,239,239,.24) 100%),
      url("/images/hero-fabrikhalle-goldstuhl-v4.webp") 49% center / cover no-repeat;
  }

  .contact-hero-actions,
  .contact-trust-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-trust-row span {
    border-right: 0;
    border-bottom: 1px solid rgba(17,17,17,.24);
  }

  .contact-start-card {
    margin-right: 7px;
    padding: 28px 22px;
    box-shadow: 7px 7px 0 #c49a2c;
  }

  .contact-card-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
  }

  .contact-card-head > i {
    grid-column: 2;
    justify-self: start;
  }

  .contact-price-lock {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }

  .contact-price-lock span > b {
    font-size: clamp(88px, 28vw, 128px);
  }

  .contact-next {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  :is(.legal-site-footer, .contact-footer) {
    padding: 38px 16px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  :is(.legal-site-footer, .contact-footer) nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 430px) {
  .header.chapter-header .brand-copy b {
    font-size: 13px;
  }

  .header.chapter-header .header-cta {
    display: none;
  }

  .header.chapter-header .chapter-menu-button {
    margin-left: auto;
  }

  :is(.legal-brand-copy, .contact-brand-copy) b {
    font-size: 14px;
  }

  .legal-home-link {
    font-size: 12px;
  }

  .legal-header > nav a {
    font-size: 12px;
    letter-spacing: 0;
  }

  .contact-header .button {
    font-size: 13px !important;
  }

  #vergleich .compare-callout {
    max-width: 46%;
    font-size: 10px;
  }

  #preis .price > b,
  .contact-price-lock span > b {
    font-size: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #warum .stat-card,
  #vorteile .benefit-card,
  .legal-index nav a,
  .contact-page .button,
  .legal-page a {
    transition: none !important;
  }
}

/* Gate 3.1 · Referenz-Intro auf schwarzer Bühne sichtbar halten. */
main:has(> #start) #referenz .reference-copy h2,
main:has(> #start) #referenz .eyebrow.light {
  color: #ffffff;
}

main:has(> #start) #referenz .eyebrow.light > span {
  color: #ffffff;
  background: #c49a2c;
}

/*
 * Gate 3.2 · Mobile master correction
 *
 * The editorial desktop composition stays untouched.  On phones every
 * presentation stage becomes a deliberate single-column magazine page;
 * miniature websites are scaled as miniatures instead of being cropped like
 * full-size desktop pages.
 */
@media (max-width: 780px) {
  html,
  body,
  body > main,
  main:has(> #start) {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  main:has(> #start) :is(section, footer, header),
  :is(.contact-page, .legal-page) :is(section, footer, header),
  main:has(> #start) :is(.hero-copy, .hero-visual, .section-head, .compare-heading, .compare-intro),
  :is(.contact-page, .legal-page) :is(.contact-hero-copy, .contact-start-card, .legal-document) {
    min-width: 0;
    max-width: 100%;
  }

  main:has(> #start) :is(h1, h2, h3, h4, p, a, span, b, strong, small),
  :is(.contact-page, .legal-page) :is(h1, h2, h3, h4, p, a, span, b, strong, small) {
    overflow-wrap: break-word;
  }

  /* Header: strong brand, calm controls and reliable touch targets. */
  .header.chapter-header {
    width: 100%;
    height: 76px;
    min-height: 76px;
    padding: 10px 16px;
    border: 0;
    border-bottom: 1px solid rgba(17,17,17,.28);
    border-radius: 0;
    top: 0;
    box-shadow: 0 10px 28px rgba(17,17,17,.12);
  }

  .header.chapter-header.is-compact {
    height: 68px;
    min-height: 68px;
    top: 0;
  }

  .header.chapter-header .brand {
    gap: 10px;
  }

  .header.chapter-header .brand-symbol {
    width: 46px;
    height: 42px;
    transform: none;
  }

  .header.chapter-header .brand-copy b,
  .header.chapter-header.is-compact .brand-copy b {
    font-size: 15px !important;
    font-weight: 950;
    letter-spacing: .015em;
  }

  .header.chapter-header .brand-copy small {
    display: none;
  }

  .header.chapter-header .chapter-menu-button {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    margin-left: auto;
  }

  .header.chapter-header .chapter-menu-button b {
    font-size: 10px;
  }

  .mobile-chapter-menu {
    padding: 100px 16px 30px;
    overflow-y: auto;
  }

  /* Hero and editorial chapters use the same readable mobile rhythm. */
  main:has(> #start) .hero {
    padding: 116px 16px 64px;
    gap: 38px;
  }

  main:has(> #start) .hero h1 {
    max-width: 11ch;
    font-size: clamp(42px, 12.4vw, 52px);
    line-height: .97;
  }

  main:has(> #start) .hero .lead {
    max-width: 35ch;
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  main:has(> #start) .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  main:has(> #start) .hero-actions :is(.button, .text-link) {
    width: 100%;
    min-height: 52px;
  }

  main:has(> #start) .hero-actions .text-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  main:has(> #start) .hero-benefits {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  main:has(> #start) .hero-benefits span:last-child {
    grid-column: auto;
  }

  main:has(> #start) .hero-visual {
    min-height: 360px;
  }

  main:has(> #start) .hero-devices {
    height: 360px;
  }

  #warum.data-section,
  #vorteile.benefits-section,
  #vergleich.makeover-compare,
  #referenz.reference-section,
  #check.fitness-section,
  #preis.pricing,
  .contact-channels,
  .contact-hero,
  .contact-next,
  .legal-content {
    padding: 72px 16px;
  }

  main:has(> #start) :is(
    #warum .section-head h2,
    #vorteile .section-head h2,
    #vergleich .compare-heading h2,
    #referenz .reference-copy h2,
    #check .fitness-heading h2,
    #preis .price-copy h2
  ) {
    max-width: 100%;
    font-size: clamp(38px, 10.8vw, 48px);
    line-height: .98;
  }

  #warum .stat-card,
  #vorteile .benefit-card,
  #vorteile .search-ready,
  #vergleich .compare-guide,
  #referenz .outline-button,
  #check .fitness-panel,
  #preis .capacity-note,
  #preis .price-card,
  .contact-channel,
  .contact-start-card,
  .legal-index,
  .legal-card,
  .legal-lead-card,
  .legal-rights,
  .cookie-dashboard {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #warum .stat-card,
  #vorteile .benefit-card {
    min-height: 0;
  }

  #warum .stat-card {
    padding: 28px 24px;
  }

  #vorteile .benefit-card {
    padding: 28px 24px 70px;
  }

  #vorteile .search-ready {
    grid-template-columns: minmax(0, 1fr);
    padding: 26px 22px;
  }

  #vorteile .search-ready > a {
    justify-self: stretch;
    text-align: center;
  }

  /*
   * Mobile comparison: show the embedded sites as an actual desktop
   * miniature.  The slider remains finger-operable; repeated floating labels
   * are removed because the summary immediately below carries the same facts.
   */
  #vergleich .compare-heading {
    gap: 24px;
    margin-bottom: 34px;
  }

  #vergleich .compare-guide {
    padding: 16px;
  }

  #vergleich .compare-shell {
    width: 100%;
    padding: 0;
    border-width: 2px;
    border-radius: 0;
    box-shadow: 7px 7px 0 #765b25;
    overflow: hidden;
  }

  #vergleich .compare-topline {
    min-height: 58px;
    height: auto;
    padding: 10px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #vergleich .compare-topline > small {
    display: none;
  }

  #vergleich .compare-topline > span {
    font-size: 9px !important;
    line-height: 1.35 !important;
  }

  #vergleich .compare-topline > span:last-child {
    text-align: right;
  }

  #vergleich .compare-stage {
    height: 390px;
    border-radius: 0;
  }

  #vergleich .compare-device {
    width: calc(100% - 24px);
    height: 286px;
    border-width: 4px;
    border-radius: 7px;
  }

  #vergleich .mock-browser-bar {
    height: 19px;
  }

  #vergleich :is(.modern-site-v2, .old-site-v2) {
    width: 166.6667%;
    height: calc((100% - 19px) * 1.666667);
    transform: scale(.6);
    transform-origin: 0 0;
  }

  #vergleich .compare-callout {
    display: none;
  }

  #vergleich .compare-divider > span {
    width: 48px;
    height: 48px;
  }

  #vergleich .compare-bottom {
    min-height: 0;
    padding: 20px 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    background: #111111;
    text-align: left;
  }

  #vergleich .compare-bottom > b {
    grid-column: 1 / -1;
    grid-row: 1;
    order: initial;
    max-width: 100% !important;
    margin: 0;
    padding: 0 0 16px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.28);
    border-radius: 0;
    background: transparent;
    color: #ffffff !important;
    font-size: 21px !important;
    line-height: 1.18 !important;
  }

  #vergleich .compare-bottom > span {
    grid-row: 2;
    width: 100%;
    min-height: 58px;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  #vergleich .compare-bottom > span:last-child {
    justify-content: flex-end;
    text-align: right;
  }

  /* References, website check and offer become clear one-column chapters. */
  #referenz .reference-layout {
    gap: 44px;
  }

  #referenz .reference-facts {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  #referenz .reference-visual,
  #referenz .reference-devices {
    height: 350px;
  }

  #referenz .steps-wrap {
    margin-top: 62px;
  }

  #check .fitness-panel {
    grid-template-columns: minmax(0, 1fr);
    box-shadow: 7px 7px 0 #afb4b8;
  }

  #check .fitness-overview,
  #check .fitness-stage {
    width: 100%;
    max-width: 100%;
  }

  #check .fitness-question-list button {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 80px;
  }

  #check .fitness-answer-buttons > button {
    width: 100%;
    min-height: 92px !important;
  }

  #preis .price-wrap {
    gap: 42px;
  }

  #preis .price-card {
    padding: 28px 20px;
  }

  #preis .price {
    align-items: flex-end;
    flex-wrap: nowrap;
  }

  #preis .price > b {
    max-width: none;
    font-size: clamp(76px, 23vw, 98px) !important;
    line-height: .82;
  }

  #preis .price-card li {
    padding-left: 24px;
  }

  #preis .payment-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  #preis .payment-steps > b {
    transform: rotate(90deg);
  }

  main:has(> #start) > footer,
  :is(.contact-footer, .legal-site-footer) {
    padding: 36px 16px;
  }

  main:has(> #start) > footer > div,
  :is(.contact-footer, .legal-site-footer) nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Contact and legal pages: no fixed desktop columns or unbreakable data. */
  :is(.contact-header, .legal-header) {
    width: 100%;
    padding-inline: 16px;
  }

  .contact-channel-grid,
  .contact-hero,
  .contact-next,
  .legal-content,
  .legal-split,
  .legal-dataflow,
  .cookie-banner-card,
  .legal-rights-grid,
  .cookie-scoreboard {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-channel,
  .contact-start-card,
  .legal-index,
  .legal-card,
  .legal-lead-card,
  .legal-rights,
  .cookie-dashboard {
    padding-inline: 20px;
  }

  .contact-price-lock {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .contact-price-lock span > b {
    font-size: clamp(76px, 23vw, 98px) !important;
  }

  .legal-header > nav {
    overflow: hidden;
  }

  .legal-header > nav a,
  .legal-home-link,
  .contact-card-button,
  .legal-contact-actions a,
  .legal-inline-links a {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .cookie-row {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .header.chapter-header {
    padding-inline: 12px;
  }

  .header.chapter-header .brand-copy b,
  .header.chapter-header.is-compact .brand-copy b {
    font-size: 14px !important;
  }

  main:has(> #start) .hero h1 {
    font-size: clamp(40px, 11.5vw, 48px);
  }

  #vergleich .compare-stage {
    height: 350px;
  }

  #vergleich .compare-device {
    height: 258px;
  }

  #vergleich :is(.modern-site-v2, .old-site-v2) {
    width: 181.8182%;
    height: calc((100% - 19px) * 1.818182);
    transform: scale(.55);
  }

  #vergleich .compare-bottom {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #vergleich .compare-bottom > span,
  #vergleich .compare-bottom > span:last-child {
    grid-row: auto;
    justify-content: flex-start;
    text-align: left;
  }

  main:has(> #start) > footer > div,
  :is(.contact-footer, .legal-site-footer) nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-header > nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-header > nav a {
    min-height: 48px;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 370px) {
  .header.chapter-header .brand-symbol {
    width: 42px;
    transform: scale(.9);
    transform-origin: left center;
  }

  .header.chapter-header .brand-copy b,
  .header.chapter-header.is-compact .brand-copy b {
    font-size: 13px !important;
  }

  #vergleich .compare-stage {
    height: 330px;
  }

  #vergleich .compare-device {
    height: 238px;
  }
}

/*
 * Gate 3.3 · Subpages rebuilt for clarity
 * Contact, imprint, privacy and cookies share one calm editorial system.
 * Legal copy is unchanged; this layer only resolves contrast, collision and
 * responsive layout defects from the earlier experimental composition.
 */

/* The contact masthead must never force the brand outside the viewport. */
.contact-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  left: 0;
  right: 0;
  transform: none;
}

.contact-header > p {
  min-width: 0;
  max-width: 44ch;
  margin: 0 auto;
  text-align: center;
}

.contact-header-actions {
  min-width: 0;
  justify-self: end;
}

/* Legal heroes: chapter number above the copy, never on top of it. */
.legal-hero {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  grid-template-rows: auto auto;
  column-gap: clamp(64px, 9vw, 150px);
  row-gap: 26px;
  align-items: center;
}

.legal-hero-number {
  position: static;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  min-width: 0;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  border: 0;
  transform: none;
}

.legal-hero-number span {
  flex: 0 0 auto;
  width: auto;
  font-size: clamp(48px, 4.5vw, 70px);
  line-height: .82;
  letter-spacing: -.07em;
  transform: none;
  writing-mode: horizontal-tb;
}

.legal-hero-number i {
  width: min(120px, 20vw);
  height: 4px;
  margin: 0;
}

.legal-hero-copy {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

.legal-hero-copy .legal-kicker {
  margin-bottom: 22px;
}

.legal-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(64px, 6.2vw, 96px);
  line-height: .9;
}

.legal-hero-copy > p:last-child {
  max-width: 52ch;
  margin-top: 30px;
  color: #e7e8e8 !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.legal-status {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  max-width: 360px;
  justify-self: end;
}

/* Explicit text palettes prevent inherited legacy colors from disappearing. */
.legal-index :is(p, a, b, span, small),
.legal-lead-card :is(h2, h3, h4, p, address, li, b, strong, span, small),
.legal-contact-card :is(h2, h3, h4, p, address, li, b, strong, span, small),
.legal-tax-card :is(h2, h3, h4, p, address, li, b, strong, span, small),
.legal-security-card :is(h2, h3, h4, p, address, li, b, strong, span, small),
.cookie-update-card :is(h2, h3, h4, p, address, li, b, strong, span, small),
.cookie-dashboard :is(h2, h3, h4, p, address, li, b, strong, span, small) {
  color: #ffffff;
}

.legal-card:not(.legal-contact-card):not(.legal-tax-card):not(.legal-security-card):not(.cookie-update-card) :is(h2, h3, h4, p, address, li, b, strong, span, small),
.legal-rights :is(h2, h3, h4, p, address, li, b, strong, span, small) {
  color: #222425;
}

.legal-lead-card :is(.legal-overline, .legal-card-label),
.legal-contact-card :is(.legal-overline, .legal-card-label),
.legal-tax-card :is(.legal-overline, .legal-card-label),
.legal-security-card :is(.legal-overline, .legal-card-label),
.cookie-update-card :is(.legal-overline, .legal-card-label),
.cookie-dashboard :is(.legal-overline, .legal-card-label, .cookie-live),
.legal-index :is(.legal-index-note i, nav a span) {
  color: #e2c66f;
}

.contact-channel-featured :is(small, h3, p, b, span),
.contact-start-card :is(h2, h3, h4, p, li, small, b, strong, span, em) {
  color: #ffffff;
}

.contact-channel:not(.contact-channel-featured) :is(small, h3, p, b, span),
.contact-next :is(h2, h3, h4, p, b, strong, span, small),
.contact-trust-row :is(i, b) {
  color: #202223 !important;
}

.contact-channel-featured .contact-channel-number,
.contact-channel-featured .contact-channel-icon,
.contact-start-card :is(.contact-card-head > span, .contact-card-head > i),
.contact-start-card .contact-price-lock span > b {
  color: #e2c66f !important;
}

.contact-channel h3,
.contact-card-button,
.legal-contact-actions a,
.legal-inline-links a,
.legal-text-link {
  overflow-wrap: anywhere;
}

@media (max-width: 1500px) {
  .contact-header > p {
    display: none;
  }

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

@media (max-width: 1120px) {
  .contact-phone-short {
    display: none;
  }

  .legal-hero {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    column-gap: 54px;
  }

  .legal-hero h1 {
    font-size: clamp(58px, 7vw, 82px);
  }
}

@media (max-width: 780px) {
  /* Compact, dependable headers on every subpage. */
  :is(.legal-header, .contact-header) {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 74px;
    padding: 10px 12px;
    gap: 10px;
    background: #ffffff;
  }

  .contact-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .contact-header-actions {
    display: none;
  }

  .legal-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    grid-template-rows: 54px auto;
  }

  :is(.legal-brand, .contact-brand) {
    gap: 9px;
    min-width: 0;
  }

  :is(.legal-brand-symbol, .contact-brand-symbol) {
    width: 44px;
    height: 40px;
    transform: none;
  }

  :is(.legal-brand-copy, .contact-brand-copy) b {
    font-size: 14px !important;
    font-weight: 950;
  }

  :is(.legal-brand-copy, .contact-brand-copy) small {
    display: none;
  }

  .legal-home-link {
    grid-column: 2;
    grid-row: 1;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    justify-content: center;
    font-size: 0 !important;
  }

  .legal-home-link span {
    font-size: 18px;
  }

  .legal-header > nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(17,17,17,.22);
    overflow: hidden;
  }

  .legal-header > nav a {
    min-width: 0;
    min-height: 48px;
    padding: 8px 4px;
    justify-content: center;
    border-bottom-width: 3px;
    font-size: 12px !important;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
  }

  /* Calm two-step legal hero: number, copy, then status. */
  .legal-hero {
    min-height: 0;
    padding: 66px 16px 74px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 28px;
  }

  .legal-hero-number {
    grid-column: 1;
    grid-row: 1;
    align-self: auto;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.28);
  }

  .legal-hero-number span {
    font-size: 52px;
  }

  .legal-hero-number i {
    width: 72px;
  }

  .legal-hero-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .legal-hero h1 {
    max-width: 10ch;
    font-size: clamp(48px, 13.2vw, 62px);
    line-height: .92;
  }

  .legal-hero-copy > p:last-child {
    max-width: 34ch;
    margin-top: 24px;
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  .legal-status {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    max-width: none;
    margin: 6px 0 0;
    padding: 22px;
    justify-self: stretch;
    box-shadow: 7px 7px 0 #c49a2c;
  }

  .legal-scroll {
    display: none;
  }

  /* Legal content: every module owns its width and its contrast. */
  .legal-content {
    padding: 66px 16px 76px;
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .legal-index,
  .legal-lead-card,
  .legal-card,
  .cookie-dashboard,
  .legal-rights {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 24px 20px;
    box-shadow: 6px 6px 0 #111111;
  }

  .legal-lead-card,
  .legal-contact-card,
  .legal-tax-card,
  .legal-security-card,
  .cookie-update-card,
  .cookie-dashboard {
    box-shadow: 6px 6px 0 #c49a2c;
  }

  .legal-document {
    width: 100%;
    max-width: 100%;
    gap: 28px;
  }

  .legal-document :is(.legal-lead-card h2, .legal-card h2, .cookie-dashboard h2, .legal-rights h2) {
    max-width: 100%;
    font-size: clamp(34px, 10vw, 48px);
    line-height: .98;
  }

  .legal-card-index span,
  .legal-section-heading > span,
  .legal-zero {
    font-size: clamp(60px, 19vw, 84px);
  }

  .legal-split,
  .legal-dataflow,
  .cookie-banner-card,
  .legal-rights-grid,
  .cookie-scoreboard {
    grid-template-columns: minmax(0, 1fr);
  }

  .legal-flow-visual,
  .cookie-banner-visual {
    width: 100%;
    min-height: 230px;
  }

  .cookie-dashboard-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .cookie-scoreboard article {
    min-height: 160px;
  }

  .cookie-row {
    min-height: 0;
    padding: 20px 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  .cookie-row > b {
    grid-column: 2;
    justify-self: start;
  }

  /* Contact page: consistent one-column editorial flow. */
  .contact-channels,
  .contact-hero,
  .contact-next {
    padding: 68px 16px 76px;
  }

  .contact-section-head,
  .contact-channel-grid,
  .contact-hero,
  .contact-next {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-section-head {
    gap: 24px;
  }

  .contact-section-head h2,
  .contact-next h2,
  .contact-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 11.6vw, 56px);
    line-height: .96;
  }

  .contact-channel-grid {
    margin-top: 40px;
    border-left: 2px solid #111111;
  }

  .contact-channel {
    width: 100%;
    min-height: 0;
    padding: 28px 22px;
  }

  .contact-channel h3 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .contact-hero {
    min-height: 0;
    gap: 46px;
    background:
      linear-gradient(180deg, rgba(238,239,239,.96) 0%, rgba(238,239,239,.82) 60%, rgba(238,239,239,.58) 100%),
      url("/images/hero-fabrikhalle-goldstuhl-v4.webp") 56% center / cover no-repeat;
  }

  .contact-hero-copy,
  .contact-start-card,
  .contact-next-copy,
  .contact-next-steps {
    width: 100%;
    max-width: 100%;
  }

  .contact-hero-actions,
  .contact-trust-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-hero-actions :is(.button, .contact-outline-button) {
    width: 100%;
  }

  .contact-trust-row span {
    border-right: 0;
    border-bottom: 1px solid rgba(17,17,17,.24);
  }

  .contact-start-card {
    margin: 0;
    padding: 26px 20px;
    box-shadow: 7px 7px 0 #c49a2c;
  }

  .contact-card-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .contact-price-lock {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-price-lock span > b {
    font-size: clamp(76px, 24vw, 98px) !important;
  }

  .contact-next {
    gap: 40px;
  }

  .contact-next > .button {
    grid-column: 1;
    width: 100%;
    justify-self: stretch;
  }

  :is(.legal-site-footer, .contact-footer) {
    padding: 36px 16px;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  :is(.legal-site-footer, .contact-footer) nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
  }
}

@media (max-width: 390px) {
  .legal-header > nav a {
    font-size: 11px !important;
  }

  .legal-hero h1,
  .contact-section-head h2,
  .contact-next h2,
  .contact-hero h1 {
    font-size: 42px;
  }

  .legal-index,
  .legal-lead-card,
  .legal-card,
  .cookie-dashboard,
  .legal-rights,
  .contact-start-card,
  .contact-channel {
    padding-inline: 18px;
  }

  :is(.legal-site-footer, .contact-footer) nav {
    grid-template-columns: minmax(0, 1fr);
  }
}

/*
 * Gate 3.5 · Smartphone navigation and final overflow correction
 * Large, high-contrast chapter names and compact numeric markers keep the
 * mobile experience readable without inheriting desktop presentation sizes.
 */
@media (max-width: 780px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }

  .mobile-chapter-menu {
    inset: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 96px 16px 28px !important;
    color: #ffffff !important;
    background:
      linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 42px 42px,
      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 42px 42px,
      #111111 !important;
    border: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .mobile-menu-head {
    width: 100% !important;
    margin: 0 0 24px !important;
  }

  .mobile-menu-head > p {
    margin: 0 !important;
    color: #e2c66f !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    letter-spacing: .12em !important;
  }

  .mobile-menu-head h2 {
    max-width: 11ch !important;
    margin: 14px 0 0 !important;
    color: #ffffff !important;
    font-size: clamp(36px, 10vw, 44px) !important;
    line-height: .96 !important;
    letter-spacing: -.05em !important;
  }

  .mobile-menu-head h2 em {
    color: #e2c66f !important;
  }

  .mobile-chapter-menu > nav {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  .mobile-chapter-menu > nav a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 82px !important;
    padding: 13px 14px !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 24px !important;
    align-items: center !important;
    gap: 11px !important;
    color: #ffffff !important;
    background: #1c1d1e !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 0 !important;
    transform: none !important;
  }

  .mobile-chapter-menu > nav a > small {
    color: #e2c66f !important;
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .mobile-chapter-menu > nav a > span {
    min-width: 0 !important;
    display: grid !important;
    gap: 5px !important;
    color: #c8cbcd !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .mobile-chapter-menu > nav a > span b {
    display: block !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    letter-spacing: -.015em !important;
  }

  .mobile-chapter-menu > nav a > i {
    display: block !important;
    color: #e2c66f !important;
    font-size: 18px !important;
  }

  .mobile-chapter-menu > nav a.active {
    color: #111111 !important;
    background: #d3ad50 !important;
    border-color: #e2c66f !important;
  }

  .mobile-chapter-menu > nav a.active > small,
  .mobile-chapter-menu > nav a.active > span,
  .mobile-chapter-menu > nav a.active > span b,
  .mobile-chapter-menu > nav a.active > i {
    color: #111111 !important;
  }

  .mobile-chapter-menu > .button {
    width: 100% !important;
    min-height: 58px !important;
    margin-top: 18px !important;
    padding: 12px 16px !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  :is(.legal-page, .contact-page) :is(h1, h2, h3, h4) {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .legal-hero h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 10.8vw, 48px) !important;
  }

  .contact-start-card,
  .contact-next,
  .contact-next-steps,
  .contact-next-steps article {
    contain: inline-size;
  }

  .contact-card-head > span,
  .contact-next-steps article > span {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: grid !important;
    place-items: center !important;
    color: #e2c66f !important;
    border: 1px solid rgba(226,198,111,.58) !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .contact-card-head,
  .contact-next-steps article {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }

  .contact-price-lock span > b {
    max-width: 100% !important;
    font-size: clamp(68px, 21vw, 86px) !important;
    white-space: nowrap !important;
  }

  .contact-next-steps h3,
  .contact-next-steps p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Gate 3.7 · Architektonische Bruchkante zwischen Film und Beton. */
.signal-strip {
  position: relative;
  isolation: isolate;
  min-height: 118px;
  margin-bottom: -38px;
  padding-bottom: 58px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 74% 100%, 54% 84%, 31% 97%, 0 72%);
  filter: drop-shadow(0 1.5px 0 var(--wk-gold));
}

.signal-strip > * {
  position: relative;
  z-index: 1;
}

.signal-strip::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 49%, rgba(187, 191, 195, .96) 50% 100%) 12% 100% / 42px 30px no-repeat,
    linear-gradient(225deg, transparent 0 49%, rgba(187, 191, 195, .9) 50% 100%) 48% 100% / 58px 38px no-repeat,
    linear-gradient(135deg, transparent 0 49%, rgba(187, 191, 195, .94) 50% 100%) 86% 100% / 34px 25px no-repeat;
}

.signal-strip::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: -45%;
  bottom: 0;
  width: 42%;
  height: 54px;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0 42%,
    rgba(226, 198, 111, 0.1) 45%,
    rgba(226, 198, 111, 0.72) 49%,
    rgba(226, 198, 111, 0.12) 53%,
    transparent 57% 100%
  );
  mix-blend-mode: screen;
  opacity: 0;
}

.signal-strip.seam-visible::after {
  animation: wk-seam-light 1.65s cubic-bezier(.22, .72, .3, 1) .18s 1 both;
}

#warum.data-section {
  padding-top: calc(clamp(88px, 9vw, 150px) + 38px);
}

@keyframes wk-seam-light {
  0% { opacity: 0; transform: translateX(0); }
  14% { opacity: 1; }
  82% { opacity: .82; }
  100% { opacity: 0; transform: translateX(400%); }
}

@media (max-width: 780px) {
  .signal-strip {
    min-height: 0;
    margin-bottom: -16px;
    padding: 26px 16px 38px !important;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 69% 100%, 37% 94%, 0 88%);
    filter: drop-shadow(0 1px 0 var(--wk-gold));
  }

  .signal-strip::before {
    height: 30px;
    background:
      linear-gradient(135deg, transparent 0 49%, rgba(187, 191, 195, .96) 50% 100%) 16% 100% / 26px 18px no-repeat,
      linear-gradient(225deg, transparent 0 49%, rgba(187, 191, 195, .9) 50% 100%) 52% 100% / 34px 22px no-repeat,
      linear-gradient(135deg, transparent 0 49%, rgba(187, 191, 195, .94) 50% 100%) 84% 100% / 22px 15px no-repeat;
  }

  .signal-strip::after {
    height: 38px;
  }

  #warum.data-section {
    padding-top: 82px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signal-strip::after {
    display: none;
    animation: none;
  }
}

@media (max-width: 390px) {
  .mobile-chapter-menu {
    padding-inline: 13px !important;
  }

  .mobile-menu-head h2 {
    font-size: 36px !important;
  }

  .mobile-chapter-menu > nav a > span b {
    font-size: 18px !important;
  }
}

/*
 * Gate 3.4 · Dedicated phone layout for all four subpages
 * This deliberately stops adapting the desktop stage and instead defines a
 * small-screen document flow from zero: header, title, content, footer.
 */
@media (max-width: 780px) {
  :is(.legal-page, .contact-page),
  :is(.legal-page, .contact-page) main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  :is(.legal-page, .contact-page),
  :is(.legal-page, .contact-page) *,
  :is(.legal-page, .contact-page) *::before,
  :is(.legal-page, .contact-page) *::after {
    box-sizing: border-box;
  }

  :is(.legal-page, .contact-page) :is(
    section,
    article,
    header,
    footer,
    nav,
    div,
    p,
    address,
    ul,
    li,
    a
  ) {
    min-width: 0 !important;
    max-width: 100%;
  }

  :is(.legal-page, .contact-page) :is(h1, h2, h3, h4, p, address, a, b, strong, span, small) {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  /* Mobile headers are ordinary document rows, never floating overlays. */
  :is(.legal-header, .contact-header) {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border-bottom: 1px solid #111111 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }

  :is(.legal-header, .contact-header) > a:first-child {
    min-width: 0 !important;
    overflow: hidden;
  }

  :is(.legal-brand, .contact-brand) {
    width: auto;
    min-width: 0;
    gap: 8px !important;
  }

  :is(.legal-brand-symbol, .contact-brand-symbol) {
    flex: 0 0 42px;
    width: 42px !important;
    height: 38px !important;
    transform: none !important;
  }

  :is(.legal-brand-copy, .contact-brand-copy) {
    min-width: 0;
    white-space: nowrap;
  }

  :is(.legal-brand-copy, .contact-brand-copy) b {
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
  }

  :is(.legal-brand-copy, .contact-brand-copy) small,
  .contact-header > p,
  .contact-header-actions {
    display: none !important;
  }

  .contact-header {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
  }

  .legal-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 48px !important;
    grid-template-rows: 50px 46px !important;
    gap: 8px 10px !important;
  }

  .legal-home-link {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
    border: 2px solid #111111 !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-size: 0 !important;
  }

  .legal-home-link span {
    color: #e2c66f !important;
    font-size: 18px !important;
  }

  .legal-header > nav {
    position: static !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-top: 1px solid rgba(17,17,17,.2) !important;
    overflow: hidden !important;
  }

  .legal-header > nav a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 8px 3px !important;
    display: flex !important;
    justify-content: center !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .legal-header > nav a.is-active {
    border-bottom-color: #c49a2c !important;
  }

  /* Legal title stage: copy first, one compact proof card second. */
  .legal-hero {
    position: relative !important;
    isolation: isolate;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 54px 16px 62px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 32px !important;
    overflow: hidden !important;
    background:
      linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px) 0 0 / 46px 46px,
      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px) 0 0 / 46px 46px,
      #111111 !important;
  }

  .legal-hero::after {
    right: -52% !important;
    bottom: -18% !important;
    width: 112vw !important;
    opacity: .45;
  }

  .legal-hero-number {
    display: none !important;
  }

  .legal-hero-copy {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .legal-hero-copy .legal-kicker {
    width: 100%;
    margin: 0 0 20px !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    color: #e2c66f !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    letter-spacing: .1em !important;
  }

  .legal-hero-copy .legal-kicker i {
    flex: 0 0 34px;
    width: 34px !important;
    height: 3px !important;
  }

  .legal-hero h1 {
    width: 100% !important;
    max-width: 10ch !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(43px, 12.2vw, 56px) !important;
    line-height: .94 !important;
    letter-spacing: -.055em !important;
    text-wrap: pretty;
  }

  .legal-hero h1 em {
    margin-top: 7px;
    color: #e2c66f !important;
  }

  .legal-hero-copy > p:last-child {
    width: 100% !important;
    max-width: 34ch !important;
    margin: 24px 0 0 !important;
    color: #f1f2f2 !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
    font-weight: 650 !important;
  }

  .legal-status {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 118px !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 16px !important;
    border: 2px solid #ffffff !important;
    background: rgba(255,255,255,.06) !important;
    transform: none !important;
    box-shadow: 6px 6px 0 #c49a2c !important;
  }

  .legal-status-ring {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    margin: 0 !important;
  }

  .legal-status-ring b {
    font-size: 27px !important;
  }

  .legal-status :is(small, strong) {
    grid-column: 2 !important;
    width: 100%;
    margin: 0 !important;
    color: #ffffff !important;
    text-align: left !important;
  }

  .legal-status small {
    align-self: end;
    font-size: 12px !important;
    line-height: 1.3 !important;
    letter-spacing: .08em !important;
  }

  .legal-status strong {
    align-self: start;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .legal-scroll,
  .legal-index {
    display: none !important;
  }

  /* Legal document: one card, one width, one readable color system. */
  .legal-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 54px 14px 66px !important;
    display: block !important;
    background: #afb4b8 !important;
  }

  .legal-document {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  .legal-split,
  .legal-dataflow,
  .cookie-banner-card,
  .legal-rights-grid,
  .cookie-scoreboard {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  .legal-lead-card,
  .legal-card,
  .cookie-dashboard,
  .legal-rights {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 24px 18px !important;
    transform: none !important;
    overflow: hidden !important;
    box-shadow: 5px 5px 0 #111111 !important;
  }

  .legal-lead-card,
  .legal-contact-card,
  .legal-tax-card,
  .legal-security-card,
  .cookie-update-card,
  .cookie-dashboard {
    background: #111111 !important;
    color: #ffffff !important;
    box-shadow: 5px 5px 0 #c49a2c !important;
  }

  .legal-card:not(.legal-contact-card):not(.legal-tax-card):not(.legal-security-card):not(.cookie-update-card),
  .legal-rights {
    background: #ffffff !important;
    color: #222425 !important;
  }

  .legal-document :is(.legal-lead-card h2, .legal-card h2, .cookie-dashboard h2, .legal-rights h2) {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    font-size: clamp(32px, 9.5vw, 42px) !important;
    line-height: 1 !important;
    letter-spacing: -.045em !important;
  }

  .legal-document :is(p, address, li) {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
  }

  .legal-card-index span,
  .legal-section-heading > span,
  .legal-zero,
  .cookie-scoreboard article b {
    font-size: clamp(56px, 17vw, 76px) !important;
    line-height: .86 !important;
  }

  .legal-contact-actions {
    width: 100% !important;
  }

  .legal-contact-actions a,
  .legal-inline-links a,
  .legal-text-link {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .legal-flow-visual,
  .cookie-banner-visual {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 210px !important;
    padding: 18px !important;
  }

  .legal-rights-grid {
    border-left: 0 !important;
    border-top: 2px solid #111111 !important;
  }

  .legal-rights-grid article {
    width: 100% !important;
    min-height: 0 !important;
    padding: 22px 18px !important;
    border-left: 2px solid #111111 !important;
  }

  .cookie-dashboard-head {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .cookie-live {
    justify-self: start !important;
  }

  .cookie-scoreboard article {
    width: 100% !important;
    min-height: 140px !important;
    padding: 20px 18px !important;
  }

  .cookie-row {
    width: 100% !important;
    min-height: 0 !important;
    padding: 18px 0 !important;
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 10px 12px !important;
  }

  .cookie-row > b {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  /* Contact: no desktop grid survives on a phone. */
  .contact-channels,
  .contact-hero,
  .contact-next {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 54px 14px 64px !important;
  }

  .contact-section-head,
  .contact-channel-grid,
  .contact-hero,
  .contact-next {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .contact-section-head h2,
  .contact-hero h1,
  .contact-next h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(40px, 11.4vw, 50px) !important;
    line-height: .98 !important;
    letter-spacing: -.05em !important;
  }

  .contact-section-head > p,
  .contact-lead,
  .contact-next-copy > p {
    width: 100% !important;
    max-width: 34ch !important;
    margin-top: 18px !important;
    color: #292b2c !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
  }

  .contact-channel-grid {
    margin-top: 32px !important;
    border: 2px solid #111111 !important;
    border-bottom: 0 !important;
  }

  .contact-channel {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 26px 20px !important;
    transform: none !important;
    border: 0 !important;
    border-bottom: 2px solid #111111 !important;
    overflow: hidden !important;
  }

  .contact-channel h3 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0 12px !important;
    font-size: clamp(27px, 7.8vw, 34px) !important;
    line-height: 1.04 !important;
  }

  .contact-channel p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
  }

  .contact-channel > b {
    display: block;
    width: 100% !important;
    padding-top: 24px !important;
    white-space: normal !important;
  }

  .contact-hero {
    gap: 38px !important;
    background:
      linear-gradient(180deg, rgba(247,247,243,.97), rgba(247,247,243,.92)),
      url("/images/hero-fabrikhalle-goldstuhl-v4.webp") center / cover no-repeat !important;
  }

  .contact-hero-copy,
  .contact-start-card,
  .contact-next-copy,
  .contact-next-steps {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  .contact-availability {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .contact-hero-actions,
  .contact-trust-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .contact-hero-actions :is(.button, .contact-outline-button),
  .contact-card-button,
  .contact-next > .button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 12px 14px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .contact-trust-row span {
    width: 100% !important;
    min-height: 54px !important;
    padding: 12px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(17,17,17,.22) !important;
  }

  .contact-start-card {
    padding: 24px 18px !important;
    overflow: hidden !important;
    box-shadow: 5px 5px 0 #c49a2c !important;
  }

  .contact-card-head {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .contact-card-head > span {
    font-size: 48px !important;
  }

  .contact-card-head > i {
    grid-column: 2 !important;
    justify-self: start !important;
  }

  .contact-price-lock {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .contact-price-lock span > b {
    font-size: clamp(68px, 21vw, 88px) !important;
    line-height: .86 !important;
  }

  .contact-start-card li {
    width: 100% !important;
    min-height: 0 !important;
    padding: 16px 0 !important;
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .contact-next {
    gap: 34px !important;
  }

  .contact-next-steps article {
    width: 100% !important;
    padding: 22px 0 !important;
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .contact-next-steps article > span {
    font-size: 48px !important;
  }

  .contact-next-steps h3 {
    font-size: 25px !important;
  }

  :is(.legal-site-footer, .contact-footer) {
    width: 100% !important;
    margin: 0 !important;
    padding: 34px 14px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  :is(.legal-site-footer, .contact-footer) nav {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 16px !important;
  }

  :is(.legal-site-footer, .contact-footer) nav a {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 0 !important;
    white-space: normal !important;
  }
}

@media (max-width: 390px) {
  .legal-header > nav a {
    font-size: 10.5px !important;
  }

  .legal-hero,
  .contact-channels,
  .contact-hero,
  .contact-next {
    padding-inline: 13px !important;
  }

  .legal-content {
    padding-inline: 12px !important;
  }

  .legal-hero h1,
  .contact-section-head h2,
  .contact-hero h1,
  .contact-next h2 {
    font-size: 40px !important;
  }

  :is(.legal-site-footer, .contact-footer) nav {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Gate 3.6 · final phone specificity after the subpage reset above. */
@media (max-width: 780px) {
  :is(.legal-page, .contact-page) :is(h1, h2, h3, h4) {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .legal-hero h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 10.8vw, 48px) !important;
  }

  .contact-start-card,
  .contact-next,
  .contact-next-steps,
  .contact-next-steps article {
    contain: inline-size;
  }

  .contact-card-head,
  .contact-next-steps article {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }

  .contact-card-head > span,
  .contact-next-steps article > span {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    display: grid !important;
    place-items: center !important;
    color: #e2c66f !important;
    border: 1px solid rgba(226,198,111,.58) !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .contact-card-head > i {
    grid-column: 2 !important;
  }

  .contact-price-lock span > b {
    max-width: 100% !important;
    font-size: clamp(68px, 21vw, 86px) !important;
    white-space: nowrap !important;
  }

  .contact-next-steps h3,
  .contact-next-steps p {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* V40: präziser Bildausschnitt und ruhige Kapitelmarke im Impressum. */
#vergleich .modern-site-v2 .modern-hero-image {
  object-position: 62% 15% !important;
}

.legal-lead-card {
  grid-template-columns: 64px minmax(0, 1fr) !important;
  column-gap: 24px !important;
}

.legal-card-index {
  align-content: start !important;
  gap: 10px !important;
}

.legal-card-index span {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  background: #c49a2c !important;
  color: #111111 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.legal-card-index i {
  width: 48px !important;
}

@media (max-width: 780px) {
  .legal-lead-card {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  .legal-card-index {
    display: flex !important;
    align-items: center !important;
  }

  .legal-card-index span {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 16px !important;
  }

  .legal-card-index i {
    width: min(82px, 28vw) !important;
  }
}
