/* Gemeinsame Typografie und übersetzbare Texte über textfreien Bildern. */
.language-switch .is-disabled {
  display: grid;
  place-items: center;
  min-height: 30px;
  padding: 6px 12px;
  color: var(--ink-soft);
  font-family: var(--font-caps);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  cursor: default;
}
.hp-brand {
  position: absolute;
  z-index: 2;
  top: 2.2%;
  left: 50%;
  width: 48%;
  transform: translateX(-50%);
  text-align: center;
  color: var(--tannengruen);
  font-family: var(--font-serif);
}

.hp-brand img {
  width: clamp(68px, 10vw, 120px);
  margin: 0 auto 3px;
}

.hp-brand p { margin: 0; }
.hp-brand-name {
  font-size: clamp(18px, 2.3vw, 32px);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}
.hp-brand-kicker {
  margin-top: 10px !important;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hp-copy {
  position: absolute;
  z-index: 2;
  top: 27%;
  left: 40%;
  width: 56%;
  max-width: 615px;
  padding: clamp(16px, 2vw, 26px);
  border-radius: 28px 36px 31px 26px;
  background: rgba(255, 249, 231, .59);
  box-shadow: 0 18px 40px -36px rgba(34, 62, 47, .42);
  backdrop-filter: blur(2px);
  color: var(--tannengruen);
}
.hp-copy h1 {
  font-size: clamp(35px, 5.1vw, 66px);
  line-height: 1.04;
  overflow-wrap: anywhere;
}
.hp-copy p {
  max-width: 555px;
  margin: 22px 0 28px;
  font-size: clamp(21px, 2.25vw, 30px);
  font-style: italic;
  line-height: 1.28;
}
.hp-copy .hp-cta {
  position: static;
  width: auto;
  height: auto;
  border-radius: 999px;
  font-size: clamp(17px, 1.6vw, 21px);
  white-space: normal;
  text-align: center;
  justify-content: center;
}

.about-section { background: #f4ecd9; scroll-margin-top: 110px; }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(35px, 6vw, 90px); align-items: center; }
.about-portrait { margin: 0; }
.about-portrait img { display: block; width: 100%; max-height: 650px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow-paper); }
.about-portrait figcaption { margin: 12px 4px 0; color: var(--ink-2); font-size: 17px; font-style: italic; }
.about-copy h2 { margin: 14px 0 10px; color: var(--tannengruen); font-size: clamp(46px, 5vw, 67px); }
.about-copy h3 { margin-bottom: 20px; color: var(--waldgruen); font-size: clamp(30px, 3vw, 41px); }
.about-copy p { color: var(--ink-2); font-size: clamp(20px, 1.9vw, 25px); line-height: 1.43; }
.about-copy .btn { margin-top: 10px; white-space: normal; }

.solutions-quote-content {
  position: absolute;
  inset: 7% 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(255, 249, 232, .78);
  backdrop-filter: blur(3px);
  text-align: center;
  color: var(--tannengruen);
  font-family: var(--font-serif);
}
.solutions-quote-content blockquote { margin: 0; }
.solutions-quote-content blockquote p {
  margin: 0;
  font-size: clamp(24px, 3.25vw, 43px);
  font-style: italic;
  line-height: 1.16;
}
.solutions-quote-content cite {
  display: block;
  margin-top: 14px;
  font-size: clamp(13px, 1.3vw, 17px);
  font-style: normal;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.solutions-quote-lead {
  margin: 30px 0 8px;
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.25;
}
.solutions-quote-detail {
  max-width: 700px;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.35;
}

.nl-box { grid-template-columns: 1fr; }
.nl-box > div { max-width: 760px; }

@media (max-width: 900px) {
  .hp-copy h1 { font-size: clamp(29px, 4.5vw, 46px); }
  .hp-copy p { font-size: clamp(17px, 2.3vw, 24px); }
  .solutions-quote-content { inset-inline: 9%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-portrait { max-width: 580px; margin-inline: auto; }
}

@media (max-width: 560px) {
  .hero-poster { margin-bottom: 0; }
  .hp-brand, .hp-nav { display: none; }
  .hero-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .hp-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    padding: 26px 16px 34px;
    background: #f5ecd9;
    border-radius: 0 0 var(--radius) var(--radius);
    backdrop-filter: none;
  }
  .hp-copy h1 { font-size: clamp(32px, 9vw, 46px); }
  .hp-copy p { font-size: 21px; }
  .solutions-quote-image { height: 490px; }
  .solutions-quote-content { inset: 5%; padding: 20px 7%; }
  .solutions-quote-content blockquote p { font-size: clamp(23px, 6vw, 30px); }
  .solutions-quote-lead { margin-top: 24px; font-size: 20px; }
  .solutions-quote-detail { font-size: 17px; }
  .about-copy h2 { font-size: 48px; }
  .about-copy p { font-size: 20px; }
}
