/* V8: Startüberschrift gegenüber V7 um rund 15 Prozent verkleinert. */
html,
body {
  -webkit-hyphens: none;
  hyphens: none;
}

h1,
h2,
h3,
.eyebrow,
.button,
.value-index,
.outbreak-meta,
.domain-index,
.process-number,
.measurement-code {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-wrap: balance;
}

p,
li,
dd,
figcaption,
address,
.contact-details a {
  overflow-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
}

.system-hero h1 {
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  font-size: clamp(3rem, 4vw, 3.95rem);
  line-height: .98;
}

.value-section {
  background: var(--navy);
  color: var(--white);
  padding-block: 82px;
}

.value-heading {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(320px, .48fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 42px;
}

.value-heading .eyebrow {
  grid-column: 1 / -1;
  color: #9edbea;
  margin-bottom: -36px;
}

.value-heading h2 {
  color: var(--white);
  max-width: 15ch;
}

.value-heading > p:last-child {
  color: #d6e7ef;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.65;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.value-card {
  min-width: 0;
  border: 1px solid #ffffff2e;
  padding: 32px;
  box-shadow: 0 24px 60px #0000001f;
  display: flex;
  flex-direction: column;
}

.value-card-hygiene {
  background: linear-gradient(145deg, #0f5487, #1269aa);
  border-radius: 22px 8px 22px 8px;
}

.value-card-economy {
  background: linear-gradient(145deg, #f4fbfd, #dff4fa);
  color: var(--ink);
  border-color: #b7dce8;
  border-radius: 8px 22px 8px 22px;
}

.value-card-chemistry {
  background: linear-gradient(145deg, #0b6474, #188db4);
  border-color: #9edbea59;
  border-radius: 8px 22px 22px 8px;
}

.value-card-chemistry .value-index {
  color: #c8f0f5;
}

.value-index {
  display: block;
  color: #aee4f1;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 820;
  margin-bottom: 20px;
}

.value-card-economy .value-index {
  color: var(--blue);
}

.value-card h3 {
  color: var(--white);
  max-width: 19ch;
  font-size: clamp(1.65rem, 2.3vw, 2.15rem);
}

.value-card-economy h3 {
  color: var(--navy);
}

.value-card p {
  color: #e3f0f5;
  margin: 20px 0 0;
  line-height: 1.65;
}

.value-card > p:not(.value-detail) {
  flex-grow: 1;
}

.value-card .value-detail {
  border-top: 1px solid #ffffff38;
  margin-top: 22px;
  padding-top: 18px;
  font-size: .86rem;
  line-height: 1.58;
}

.chemistry-comparison {
  border-top: 1px solid #ffffff42;
  border-bottom: 1px solid #ffffff42;
  margin-top: 22px;
  padding: 17px 0 18px;
}

.chemistry-comparison strong {
  display: block;
  color: #ffffff;
  letter-spacing: .055em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 820;
}

.chemistry-comparison p {
  color: #e3f0f5;
  margin: 10px 0 0;
  font-size: .84rem;
  line-height: 1.58;
}

.value-card-economy p {
  color: var(--muted);
}

.value-card a {
  display: inline-flex;
  color: var(--white);
  border-bottom: 1px solid currentColor;
  margin-top: 26px;
  padding-bottom: 3px;
  font-size: .86rem;
  font-weight: 780;
}

.value-card-economy a {
  color: var(--blue);
}

.value-boundary {
  color: #b9d1dc;
  border-left: 2px solid var(--aqua);
  max-width: 92ch;
  margin: 30px 0 0;
  padding-left: 18px;
  font-size: .86rem;
}

/* Verantwortung: klare Trennung zwischen Einleitung und Rollenliste. */
@media (min-width: 961px) {
  .responsibility-register .roles-intro {
    grid-column: 1 / span 6;
    padding-right: 44px;
  }

  .responsibility-register .roles-intro h2 {
    max-width: none;
    font-size: clamp(1.95rem, 2.8vw, 2.4rem);
    line-height: 1.08;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .responsibility-register .role-list {
    grid-column: 7 / span 6;
  }

  .responsibility-register .role-list > div {
    grid-template-columns: minmax(132px, .34fr) minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .value-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .value-heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

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

@media (max-width: 1080px) and (min-width: 821px) {
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .value-card-economy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .system-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: none;
    hyphens: none;
    font-size: clamp(1.7rem, 7.5vw, 2.75rem);
    line-height: 1.02;
  }

  .systemschnitt h2 {
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: none;
    hyphens: none;
    font-size: clamp(1.8rem, 7.6vw, 2.45rem);
  }

  .value-section {
    padding-block: 64px;
  }

  .value-card {
    padding: 28px 24px;
  }

  .value-card h3 {
    font-size: 1.75rem;
  }
}

.inquiry-checklist {
  align-self: start;
}

.inquiry-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.inquiry-list li {
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.inquiry-list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  transform: rotate(-45deg);
}

.inquiry-button {
  width: 100%;
}
