/* V9: klare Dreierauswahl, zusätzliche helle Bildflächen, bewusste Worttrennung. */
html {
  -webkit-hyphens: none;
  hyphens: none;
  overflow-wrap: break-word;
}

.service-line a,
.brand,
.button,
.text-link,
.path-card,
.contact-person a,
footer a {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.hero h1,
.section h2,
.section h3,
.bridge h2,
.fee-box h2,
.contact-copy h2,
.formbox h2 {
  -webkit-hyphens: none;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body[data-ultra-layout="editorial-image-left"] .hero h1,
body[data-ultra-layout="editorial-image-right"] .hero h1 {
  font-size: clamp(2.2rem, 3.55vw, 4rem);
  letter-spacing: -.035em;
}

.hero-actions {
  align-items: stretch;
}

.contact-layout > *,
.formbox {
  min-width: 0;
}

.hero-actions .button,
.hero-actions .text-link {
  min-height: 48px;
  padding: 11px 16px;
  border-radius: 9px;
}

.hero-actions .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--action) 28%, #d9e1e5);
  background: #fff;
  color: var(--action);
  text-decoration: none;
}

.path-grid .path-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.path-card .path-label {
  color: var(--action);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.path-card strong {
  margin-top: auto;
}

.visual-story {
  padding: clamp(58px, 8vw, 104px) 0;
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--surface) 48%, #fff));
}

.visual-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: end;
}

.visual-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--action) 16%, #dce4e8);
  border-radius: var(--hero-radius, 18px);
  background: #fff;
  box-shadow: 0 18px 44px rgba(10, 38, 58, .10);
}

.visual-card:nth-child(2) {
  transform: translateY(34px);
}

.visual-card picture,
.visual-card img {
  display: block;
  width: 100%;
}

.visual-card img {
  aspect-ratio: 8 / 5;
  height: auto;
  object-fit: cover;
}

.visual-card figcaption {
  padding: 16px 18px 18px;
  color: var(--ink);
  font-weight: 740;
}

.visual-card .symbolbild {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 64px;
}

@media (max-width: 760px) {
  .visual-story-grid { grid-template-columns: 1fr; }
  .visual-card:nth-child(2) { transform: none; }
  .visual-card img { aspect-ratio: 3 / 2; height: auto; }
  .hero-actions .button,
  .hero-actions .text-link { width: 100%; }
}

@media (max-width: 480px) {
  .hero h1,
  body[data-ultra-layout="editorial-image-left"] .hero h1,
  body[data-ultra-layout="editorial-image-right"] .hero h1 {
    font-size: clamp(1.76rem, 7.5vw, 2.35rem) !important;
    letter-spacing: -.025em;
  }

  .section h2,
  .bridge h2,
  .fee-box h2,
  .contact-copy h2 {
    font-size: 1.9rem;
  }

  .contact-copy h2,
  .formbox h2 {
    font-size: 1.65rem;
  }
}
