/* oswald-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oswald-v57-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v57-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v57-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/oswald-v57-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v57-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-condensed-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-condensed-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-condensed-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
  --bg: #f3f0ea;
  --surface: #ffffff;
  --surface-soft: #f6f2ec;
  --text: #1d1d1b;
  --muted: #67635d;
  --line: rgba(29, 29, 27, 0.12);

  --primary: #007c99;
  --primary-dark: #005f75;
  --accent: #007c99;

  --radius: 0px;
  --shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
  --container: 1240px;
  --header-height: 112px;
  --header-height-sticky: 80px;
  --header-offset-top: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation: none !important;
    transition: none !important;
  }
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}

img,
iframe {
  max-width: 100%;
  /*display: block;*/
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 10px 14px;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 96px 0;
}

.section--light {
  background: var(--surface-soft);
}

.section--feature {
  background: #86a1ac;
  color: #fff;
}

.kicker {
  margin: 0 0 14px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.section--feature .kicker {
  color: #f1decc;
}

h1,
h2,
h3,
.site-nav a,
.button,
.hero-line,
.hero-title,
.hero-kicker {
  font-family: 'Oswald', Arial, sans-serif;
}

h1,
h2,
h3 {
  margin: 0 0 18px;
  line-height: 1.04;
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.8rem, 8vw, 6rem);
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: 1.22rem;
}

p {
  margin: 0 0 16px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 0;
  border: 1px solid transparent;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.button:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.button--ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(29, 29, 27, 0.16);
}

.button--ghost:hover {
  background: #fff;
}

.button--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
}

.button--ghost-light:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button--small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.95rem;
}

.button--header {
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.95rem;
  background: var(--primary);
  border: 1px solid var(--primary);
  backdrop-filter: none;
}

.button--header:hover {
  background: var(--primary-dark);
}

.text-link {
  font-weight: 700;
  text-decoration: none;
  color: var(--accent);
  text-transform: uppercase;
}

.form-success{
  margin-bottom:30px;
  padding:18px 20px;
  background:#e6f4ea;
  border-left:4px solid #2e7d32;
  color:#1b5e20;
  font-size:1rem;
}

.form-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-error {
  margin-bottom: 30px;
  padding: 18px 20px;
  background: #fff2f0;
  border-left: 4px solid #b42318;
  color: #7a271a;
  font-size: 1rem;
}

.form-feedback{
  margin-bottom:20px;
  padding:14px 16px;
  background:#e6f4ea;
  border-left:4px solid #2e7d32;
  font-size:.95rem;
}

.form-feedback {
  margin-bottom: 20px;
  padding: 14px 16px;
  font-size: .95rem;
}

.form-feedback.is-success {
  background: #e6f4ea;
  border-left: 4px solid #2e7d32;
  color: #1b5e20;
}

.form-feedback.is-error {
  background: #fff2f0;
  border-left: 4px solid #b42318;
  color: #7a271a;
}

/* HEADER */
.site-header {
  position: fixed;
  top: var(--header-offset-top);
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  background: transparent;
  transition:
    background 0.35s ease,
    height 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease,
    top 0.35s ease;
}

.site-header.is-sticky {
  top: 0;
  height: var(--header-height-sticky);
  background: rgba(246, 242, 236, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 24px;
  flex-shrink: 0;
}

.header-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.header-language-switch a {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  text-decoration: none;
  opacity: 0.55;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.header-language-switch a:hover {
  color: var(--accent);
  opacity: 1;
}

.header-language-switch a.is-active,
.header-language-switch a[aria-current="page"] {
  color: var(--accent);
  opacity: 1;
}

.header-language-switch span {
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

/* BRAND / LOGO */
.site-brand {
  position: relative;
  display: block;
  flex-shrink: 0;
  text-decoration: none;
  width: 500px;
  height: 150px;
}

.site-nav__mobile-contact {
  display: none;
}

.site-brand__logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* gleiche Bühne für beide Logovarianten */
.site-brand__stacked,
.site-brand__horizontal {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-origin: left center;
}

/* Gesamtwechsel */
.site-brand__stacked {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  transition:
    opacity 0.28s ease,
    transform 0.58s cubic-bezier(.19,1,.22,1),
    filter 0.28s ease;
}

.site-brand__horizontal {
  opacity: 0;
  transform: translateX(-8px) scale(0.96);
  filter: blur(1.5px);
  transition:
    opacity 0.28s ease,
    transform 0.62s cubic-bezier(.19,1,.22,1),
    filter 0.28s ease;
}

.site-header.is-sticky .site-brand__stacked {
  opacity: 0;
  transform: translateY(-8px) scale(0.95);
  filter: blur(1.5px);
}

.site-header.is-sticky .site-brand__horizontal {
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: blur(0);
}

/* Basis-Layer */
.site-brand__stacked-full,
.site-brand__stacked-icon,
.site-brand__stacked-wordmark,
.site-brand__horizontal-full,
.site-brand__horizontal-icon,
.site-brand__horizontal-wordmark {
  position: absolute;
  display: block;
  max-width: none;
  left: 0;
}

/* STACKED */
.site-brand__stacked-full,
.site-brand__stacked-icon,
.site-brand__stacked-wordmark {
  left: -50px;
}

.site-brand__stacked-full {
  top: 0;
  width: 176px;
  height: auto;
  opacity: 0;
}

.site-brand__stacked-icon {
  top: 0;
  width: 176px;
  height: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition:
    opacity 0.24s ease,
    transform 0.62s cubic-bezier(.19,1,.22,1);
}

.site-brand__stacked-wordmark {
  top: 0;
  width: 176px;
  height: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.24s ease,
    transform 0.5s cubic-bezier(.19,1,.22,1);
}

/* HORIZONTAL – kleiner, damit es sauber in den Sticky passt */
.site-brand__horizontal-full {
  top: 50%;
  width: 120px;
  height: auto;
  transform: translateY(-50%);
  opacity: 0;
}

.site-brand__horizontal-icon {
  top: 50%;
  width: 120px;
  height: auto;
  transform: translateY(-50%) translateX(-6px) scale(0.96);
  opacity: 0;
  transition:
    opacity 0.28s ease,
    transform 0.62s cubic-bezier(.19,1,.22,1);
}

.site-brand__horizontal-wordmark {
  top: 50%;
  width: 120px;
  height: auto;
  transform: translateY(-50%) translateX(8px);
  opacity: 0;
  transition:
    opacity 0.28s ease,
    transform 0.62s cubic-bezier(.19,1,.22,1);
}

/* Sticky-Layout */
.site-header.is-sticky .site-brand {
  width: 154px;
  height: 30px;
}

/* echte Icon-Bewegung */
.site-header.is-sticky .site-brand__stacked-icon {
  opacity: 0;
  transform: translate3d(-8px, -12px, 0) scale(0.78);
}

.site-header.is-sticky .site-brand__stacked-wordmark {
  opacity: 0;
  transform: translate3d(0, -6px, 0);
}

.site-header.is-sticky .site-brand__horizontal-icon {
  opacity: 1;
  transform: translateY(-50%) translateX(0) scale(1);
}

.site-header.is-sticky .site-brand__horizontal-wordmark {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.site-brand__horizontal-full,
.site-brand__horizontal-icon,
.site-brand__horizontal-wordmark {
  top: 50%;
  transform: translateY(-50%);
}

.site-header.is-sticky .site-brand__horizontal-full,
.site-header.is-sticky .site-brand__horizontal-icon,
.site-header.is-sticky .site-brand__horizontal-wordmark {
  transform: translateY(-72%) scale(1);
  transition: transform 0.55s cubic-bezier(.22,1,.36,1);
}

.site-nav {
  margin-left: auto;
}

.site-nav ul {
  display: flex;
  gap: 24px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.94rem;
  white-space: nowrap;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta.is-active,
.header-cta[aria-current="page"] {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
}

.site-nav a:hover {
  color: var(--accent);
  opacity: 1;
}

.site-nav a.is-active,
.site-nav a[aria-current="page"] {
  color: var(--accent);
}

.site-nav a.is-active::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-cta {
  white-space: nowrap;
  color: #fff;
}

.site-header.is-sticky .header-cta {
  background: var(--primary);
  border-color: transparent;
  color: #fff;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.site-header.is-sticky .nav-toggle {
  border-color: rgba(29, 29, 27, 0.16);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  margin: 5px auto;
  transition: background 0.25s ease;
}


/* LANGUAGE SWITCH */
.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(29, 29, 27, 0.16);
  color: #000;
  text-decoration: none;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.language-switch:hover {
  color: var(--accent);
  border-color: rgba(0, 124, 153, 0.34);
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.language-switch__current {
  color: var(--accent);
}

.language-switch__divider {
  color: rgba(29, 29, 27, 0.45);
}

.site-header.is-sticky .language-switch {
  background: rgba(255, 255, 255, 0.34);
}

/* HERO */
.hero {
  position: relative;
  min-height: clamp(860px, 100svh, 1120px);
  background: #dcf0f1;
  overflow: hidden;
}

.hero--slideshow {
  display: block;
}

.hero-slider {
  position: absolute;
  inset: 0;
  touch-action: pan-y;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.7s ease,
    visibility 0s linear 0.7s;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.7s ease,
    visibility 0s linear 0s;
}

.hero-slide-inner {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;

  /* Header oben + Text/Button/Dots unten sicher freihalten */
  padding-top: clamp(160px, 17svh, 230px);
  padding-bottom: clamp(170px, 17svh, 230px);

  overflow: visible;
  isolation: isolate;
}

.hero-slide-visual,
.hero-slide-content {
  min-width: 0;
}

.hero-slide-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;
}

.hero-slide-image {
  position: relative;
  display: block;
  width: auto;
  height: auto;

  /* groß, aber nicht höher als die sichere Hero-Fläche */
  max-width: min(132%, 980px);
  max-height: min(72svh, 860px);

  object-fit: contain;
  object-position: center center;
  pointer-events: none;
  user-select: none;
}

.hero-slide-content {
  position: relative;
  z-index: 3;
  max-width: min(100%, 760px);
  opacity: 0;
  pointer-events: none;
  text-align: left;
}

/* Bild links, Text rechts */
.hero-slide--image-left .hero-slide-visual {
  grid-column: 1 / 2;
  grid-row: 1;
  justify-self: start;
  justify-content: flex-start;
}

.hero-slide--image-left .hero-slide-image {
  margin-right: clamp(-180px, -10vw, -70px);
}

/* rechte Spalte: Inhalt sitzt linksbündig am Anfang der rechten Spalte */
.hero-slide--image-left .hero-slide-content {
  grid-column: 2 / 3;
  grid-row: 1;
  justify-self: start;
}

/* Text links, Bild rechts */
.hero-slide--image-right .hero-slide-content {
  grid-column: 1 / 2;
  grid-row: 1;
  justify-self: start;
}

/* Bild rechts startet in der rechten Spalte, darf aber nach links unter den Text laufen */
.hero-slide--image-right .hero-slide-visual {
  grid-column: 2 / 3;
  grid-row: 1;
  justify-self: start;
  justify-content: flex-start;
}

.hero-slide--image-right .hero-slide-image {
  margin-left: clamp(-180px, -10vw, -70px);
}

.hero-slide.is-active .hero-slide-content {
  opacity: 1;
  pointer-events: auto;
}

.hero-line,
.hero-title,
.hero-subline,
.hero-actions--hero {
  opacity: 0;
}

.hero-slide.is-active .hero-line {
  animation: heroKickerIn 0.7s cubic-bezier(.22,.61,.36,1) 0.15s forwards;
}

.hero-slide.is-active .hero-title {
  animation: heroTitleIn 0.75s cubic-bezier(.22,.61,.36,1) 0.32s forwards;
}

.hero-slide.is-active .hero-subline {
  animation: heroKickerIn 0.65s cubic-bezier(.22,.61,.36,1) 0.5s forwards;
}

.hero-slide.is-active .hero-actions--hero {
  animation: heroKickerIn 0.65s cubic-bezier(.22,.61,.36,1) 0.65s forwards;
}

.hero-line {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  padding: 0;
  font-size: clamp(1.75rem, 2.7vw, 2.8rem);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #000;
  background: transparent;
}

.hero--slideshow .hero-line {
  padding: 6px 12px 8px;
  background: rgba(220, 240, 241, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero--slideshow .hero-line::before {
  content: "";
  position: absolute;
  inset: -10px -14px;
  z-index: -1;
  background: rgba(220, 240, 241, 0.58);
  filter: blur(14px);
}

.hero-title {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  line-height: 0.92;
}

.hero-title span {
  display: inline-block;
  width: fit-content;
  padding: 10px 18px 14px;
  background: var(--accent);
  color: #fff;
  font-size: clamp(3.8rem, 8vw, 7rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-title--small span {
  font-size: clamp(3rem, 6.4vw, 5.4rem);
}

.hero-subline {
  max-width: 520px;
  margin: 18px 0 0;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #1d1d1b;
}

.hero-actions--hero {
  margin-top: 22px;
}

.hero-actions--hero {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

.hero-actions--hero .button {
  position: relative;
  z-index: 21;
  pointer-events: auto;
}

.hero-slide-visual,
.hero-slide-image {
  pointer-events: none;
}

.hero-actions--hero .button {
  background: transparent;
  color: var(--accent);
  border: 3px solid var(--accent);
}

.hero-actions--hero .button:hover {
  background: var(--accent);
  color: #fff;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-arrow--prev {
  left: 28px;
}

.hero-arrow--next {
  right: 28px;
}

.hero-arrow span {
  display: block;
  width: 28px;
  height: 28px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.hero-arrow--prev span {
  transform: rotate(-135deg);
}

.hero-arrow--next span {
  transform: rotate(45deg);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: clamp(46px, 6svh, 72px);
  z-index: 6;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.hero-dot.is-active {
  background: rgba(0, 0, 0, 0.95);
}

@keyframes heroKickerIn {
  from {
    opacity: 0;
    transform: translateX(-26px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* MINI HERO SECTION HEADLINES */
.section-head .kicker,
.about-home__intro .kicker{
  display:block;
  margin:0 0 16px;
  font-family:'Oswald',Arial,sans-serif;
  font-size:clamp(1.1rem,1.5vw,1.7rem);
  line-height:1;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:uppercase;
  color:#000;
}

.section-head > h2,
.about-home__intro h2{
  display:inline-flex;
  flex-direction:column;
  gap:10px;
  margin:0;
}

.section-head > h2 span,
.about-home__intro h2 span{
  display:block;
  width:fit-content;
  max-width:100%;
  background:var(--accent);
  color:#fff;
  padding:10px 18px 14px;
  line-height:.92;
}

.section-head > p:not(.kicker),
.about-home__intro > p:not(.kicker){
  margin-top:24px;
}

@media (max-width:720px){
  .section-head > h2,
  .about-home__intro h2{
    gap:8px;
  }

  .section-head > h2 span,
  .about-home__intro h2 span{
    padding:8px 14px 11px;
  }
}

/* ABOUT HOME */
.about-home {
  background: #f3f0ea;
  padding-top: 140px;
}

.about-home__intro {
  max-width: 760px;
  margin-bottom: 40px;
}

.about-home__intro h2 {
  margin-bottom: 18px;
}

.about-home__image-wrap {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

/*.about-home__image {
  width: 100%;
  height: 340px;
  background-image: url('../images/herz.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/

.about-home__image {
  width: 100%;
  height: 520px;

  background-image:
    linear-gradient(
      to bottom,
      rgba(0,0,0,.06),
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,.08)
    ),
    url('../images/herz.jpg');

  /* füllt komplett den Kasten */
  background-size: cover;
  background-repeat: no-repeat;

  /* Herz bewusst im sichtbaren Fokus halten */
  background-position: center 42%;

  background-color: transparent;
  background-attachment: scroll;

  overflow: hidden;
}

.about-home .container:last-child {
  position: relative;
  z-index: 2;
}

.about-home__panel {
  width: min(92%, 1280px);
  margin: -64px auto 0;
  display: grid;
  grid-template-columns: 1.05fr 0.8fr;
  gap: 64px;
  align-items: start;
  background: #dcebed;
  padding: 44px 42px 40px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.06);
}

.about-home__panel-left {
  max-width: 470px;
  margin-left: auto;
}

.about-home__statement {
  margin: 0;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.18;
  font-weight: 700;
  color: #111;
}

.about-home__line {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #111;
  margin-top: 24px;
}

.about-home__panel-right {
  max-width: 400px;
  justify-self: end;
}

.about-home__panel-right p {
  margin: 0 0 26px;
  font-size: 1.02rem;
  line-height: 1.82;
}

.about-home__link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 3px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.9rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-home__link:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

/* REVEAL ANIMATION */
.reveal-up {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay, 0ms);
}

/* CONTENT */
.cards {
  display: grid;
  gap: 24px;
}

.cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.card-image {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  background: linear-gradient(135deg, #d6c5b2, #93a9b3);
  margin-bottom: 18px;
}

.section-action {
  margin-top: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: center;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.9);
}

.laptop-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.laptop {
  width: 100%;
  max-width: 760px;
}

.laptop-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #fff;
  border: 8px solid #313131;
  border-bottom-width: 10px;
  border-radius: 22px 22px 10px 10px;
  overflow: hidden;
}

.laptop-screen iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.laptop-base {
  width: 112%;
  height: 18px;
  margin-left: -6%;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, #d7d7d7 0%, #9f9f9f 100%);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.14);
}

.laptop-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 16px;
  background: #f5f6f7;
}

.laptop-fallback img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}

.quote-card p {
  font-size: 1.08rem;
}

.quote-card footer {
  color: var(--muted);
}

.cta-banner,
.contact-box {
  display: grid;
  gap: 20px;
  align-items: center;
  background: var(--surface);
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.cta-banner {
  grid-template-columns: 1fr auto;
}

.contact-box {
  max-width: 900px;
}

.site-footer {
  /*margin-top: 120px;*/
  padding: 72px 0 24px;
  background: #9fc8cc;
  color: #111;
}

.site-footer.is-contact-page .footer-main {
  grid-template-columns: 0.55fr 1.35fr 0.7fr;
}

.site-footer.is-contact-page .footer-brand {
  grid-column: 1;
}

.site-footer.is-contact-page .footer-info {
  grid-column: 3;
  justify-self: end;
  max-width: 220px;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.55fr 1.35fr 0.7fr;
  gap: 56px;
  align-items: start;
}

.footer-brand__logo {
  display: inline-block;
  width: 150px;
}

.footer-brand__logo img {
  width: 100%;
  height: auto;
}

.footer-heading {
  margin: 0 0 36px;
  max-width: 520px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.18;
  text-transform: none;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
}

.footer-form {
  max-width: 420px;
}

.footer-form__row {
  margin-bottom: 18px;
}

.footer-form__row--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer-form__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: rgba(17, 17, 17, 0.78);
}

.footer-form__field input,
.footer-form__field textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background: rgba(255, 255, 255, 0.35);
  color: #111;
  padding: 12px 14px;
  font: inherit;
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.footer-form__field input:focus,
.footer-form__field textarea:focus {
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.55);
}

.footer-form__field textarea {
  resize: vertical;
  min-height: 120px;
}

.footer-form__actions {
  padding-top: 8px;
}

.footer-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 3px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer-form__submit:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.footer-info {
  justify-self: end;
  text-align: left;
  width: 100%;
  max-width: 220px;
}

.footer-info__block + .footer-info__block {
  margin-top: 34px;
}

.footer-label {
  margin: 0 0 12px;
  font-size: 0.86rem;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111;
}

.footer-info p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.footer-info a,
.footer-meta a {
  text-decoration: none;
  color: inherit;
}

.footer-info a:hover,
.footer-meta a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 52px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  font-size: 0.95rem;
}

.footer-meta {
  display: flex;
  gap: 18px;
}

.mobile-nav-meta {
  display: none;
}

/* SOLUTIONS */
.solutions-section {
  position: relative;
  overflow: hidden;
  background: #dcebed;
}

.solutions-section .container {
  position: relative;
  z-index: 1;
}

.solutions-section .section-head {
  max-width: 980px;
  margin-bottom: 52px;
}

.solutions-intro {
  max-width: 860px;
  font-size: 1.14rem;
  line-height: 1.78;
  color: #3d3a35;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(.22,.61,.36,1),
    filter 0.85s ease;
  will-change: opacity, transform, filter;
}

.solutions-grid.is-swapping {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(3px);
}

.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 44px 40px 38px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(29, 29, 27, 0.08);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
  text-decoration: none;
  color: inherit;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  will-change: transform;
}

.solution-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 124, 153, 0.22);
  background: rgba(255, 255, 255, 0.98);
}

.solution-card__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s cubic-bezier(.22,.61,.36,1);
}

.solution-card:hover .solution-card__line {
  transform: scaleX(1);
}

.solution-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.solution-card__icon svg {
  width: 50px;
  height: 50px;
  stroke: var(--accent);
  stroke-width: 2.1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s ease;
}

.solution-card:hover .solution-card__icon svg {
  transform: translateY(-2px) scale(1.04);
}

.solution-card h3 {
  margin: 0;
  max-width: 80%;
  font-size: clamp(1.9rem, 2.5vw, 2.7rem);
  line-height: .95;
}

.solution-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--accent);
  transition: gap 0.25s ease;
}

.solution-card:hover .solution-card__link {
  gap: 14px;
}

.section-action--center {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.solution-card.reveal-up {
  opacity: 0;
  transform: translateY(42px);
}

.solution-card.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay, 0ms);
}

.solution-card.reveal-up.is-visible:hover {
  transform: translateY(-12px);
  transition-delay: 0ms;
}

.solution-set-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: rgba(29, 29, 27, 0.58);
}

.solution-set-indicator__line {
  position: relative;
  display: block;
  width: min(180px, 32vw);
  height: 2px;
  background: rgba(29, 29, 27, 0.16);
  overflow: hidden;
}

.solution-set-indicator__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.solution-set-indicator.is-running .solution-set-indicator__line span {
  animation: solutionSetProgress var(--solution-duration, 12s) linear forwards;
}

.solution-set-indicator__number--current {
  color: var(--accent);
}

@keyframes solutionSetProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1080px) {
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solutions-section .section-head,
  .solutions-intro {
    max-width: 100%;
  }

  .solution-card {
    min-height: 220px;
  }
}

@media (max-width: 720px) {
  .solutions-section .section-head {
    margin-bottom: 30px;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-card {
    min-height: auto;
    padding: 22px 20px 20px;
  }

  .solution-card__icon {
    margin-bottom: 16px;
  }

  .solution-card__icon svg {
    width: 34px;
    height: 34px;
  }

  .solution-card h3 {
    font-size: clamp(1.2rem, 8vw, 1.7rem);
  }

  .section-action--center {
    margin-top: 28px;
  }
}

/* PROJECTS */
.projects-section {
  position: relative;
}

.projects-intro {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #3d3a35;
}

.projects-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.projects-editorial__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.project-tile {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(29, 29, 27, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.project-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 124, 153, 0.18);
}

.project-tile{
  position:relative;
  display:flex;
  flex-direction:column;
}

.project-tile__caption{
  position:relative;
  flex:1;
}

.project-tile__caption::before{
  content:"";
  position:absolute;
  top:0;
  bottom:-1px;
  left:-1px;
  width:4px;
  background:var(--accent);
  transform:scaleY(0);
  transform-origin:bottom center;
  transition:transform .35s cubic-bezier(.22,.61,.36,1);
  z-index:4;
  pointer-events:none;
}

.project-tile:hover .project-tile__caption::before{
  transform:scaleY(1);
}

.project-tile__media {
  display: block;
  overflow: hidden;
  background: #ddd;
}

.project-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--project-tile-image-position, 50% 50%);
  transition: transform 0.55s ease;
}

.project-tile:hover .project-tile__media img {
  transform: scale(1.035);
}

.project-tile--feature .project-tile__media {
  aspect-ratio: 1.18 / 1;
}

.project-tile--stack .project-tile__media {
  aspect-ratio: 1.35 / 0.82;
}

.project-tile__caption {
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.94);
}

.project-tile__caption--compact {
  padding: 18px 20px 18px;
}

.project-tile__caption {
  position: relative;
  padding: 22px 22px 20px;
  background: rgba(255,255,255,.94);
}

.project-tile__meta {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.project-tile h3 {
  margin: 0 0 12px;
  font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  line-height: 1.02;
}

.project-tile__caption--compact h3 {
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  margin-bottom: 10px;
}

.project-tile p:not(.project-tile__meta) {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.66;
  color: #2f2d29;
}

.project-tile__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--accent);
  transition: gap 0.25s ease;
}

.project-tile__link:hover {
  gap: 14px;
}

/* PROJECT ROTATION */
.project-switch {
  position: relative;
}

.project-switch img {
  transition:
    opacity 0.75s ease,
    transform 1.25s ease,
    filter 0.75s ease;
}

.project-switch.is-swapping img {
  opacity: 0.22;
  transform: scale(1.045);
  filter: blur(3px);
}

.project-tile__meta,
.project-tile h3,
.project-tile p {
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.project-switch.is-swapping .project-tile__meta,
.project-switch.is-swapping h3,
.project-switch.is-swapping p {
  opacity: 0;
  transform: translateY(-10px);
}

.project-tile__media img {
  animation: kenBurn 18s ease-in-out infinite alternate;
}

@keyframes kenBurn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.035) translateY(-6px);
  }
}

/* ein globaler, ruhiger Set-Indikator */
.project-set-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: rgba(29, 29, 27, 0.58);
}

.project-set-indicator__line {
  position: relative;
  display: block;
  width: min(180px, 32vw);
  height: 2px;
  background: rgba(29, 29, 27, 0.16);
  overflow: hidden;
}

.project-set-indicator__line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.project-set-indicator.is-running .project-set-indicator__line span {
  animation: projectSetProgress var(--project-duration, 12s) linear forwards;
}

@keyframes projectSetProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.project-set-indicator__number--current {
  color: var(--accent);
}

@media (max-width: 1080px) {
  .projects-editorial {
    grid-template-columns: 1fr;
  }

  .projects-editorial__stack {
    grid-template-rows: auto;
  }

  .project-tile--feature .project-tile__media,
  .project-tile--stack .project-tile__media {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 720px) {
  .projects-editorial,
  .projects-editorial__stack {
    gap: 18px;
  }

  .project-tile__caption {
    padding: 18px 18px 16px;
  }

  .project-tile__caption--compact {
    padding: 16px 18px 16px;
  }

  .project-tile h3,
  .project-tile__caption--compact h3 {
    font-size: clamp(1.1rem, 7vw, 1.45rem);
  }
}

/* DARUM DELPHI */
.why-delphi-section {
  position: relative;
  overflow: hidden;
  padding: 148px 0 156px;
  background: linear-gradient(180deg, #dcebed 0%, #d7e7ea 100%);
}

.why-delphi-section::before {
  content: "DELPHI";
  position: absolute;
  top: 22px;
  right: min(4vw, 48px);
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(7rem, 19vw, 18rem);
  line-height: 0.82;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.14);
  pointer-events: none;
  z-index: 0;
}

.why-delphi-shell {
  position: relative;
  z-index: 1;
}

.why-delphi-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 52px;
  align-items: start;
}

.why-delphi-head {
  position: relative;
  z-index: 5;
  max-width: 540px;
}

.why-delphi-head .hero-line,
.why-delphi-head .hero-title,
.why-delphi-head .hero-subline {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
  visibility: visible !important;
}

.why-delphi-head .hero-line {
  display: block;
  margin: 0 0 22px;
  color: #000;
}

.why-delphi-head .hero-title {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 32px;
}

.why-delphi-head .hero-title span {
  display: inline-block;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  padding: 12px 22px 16px;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
}

.why-delphi-head .hero-subline {
  display: block;
  max-width: 520px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #1d1d1b;
}

.why-delphi-strips {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
}

.why-delphi-strip {
  position: relative;
  transform-origin: center center;
  transition: transform 0.28s ease;
}

/* leichte Schrägen + angepasste Längen */
.why-delphi-strip:nth-child(1) { transform: rotate(0.2deg); width: 88%; margin-left: 2%; }
.why-delphi-strip:nth-child(2) { transform: rotate(-1.2deg); width: 82%; margin-left: 1%; }
.why-delphi-strip:nth-child(3) { transform: rotate(-0.2deg); width: 82%; margin-left: 0; }
.why-delphi-strip:nth-child(4) { transform: rotate(0.7deg); width: 96%; margin-left: 2%; }
.why-delphi-strip:nth-child(5) { transform: rotate(-1.1deg); width: 86%; margin-left: 3%; }
.why-delphi-strip:nth-child(6) { transform: rotate(0deg); width: 82%; margin-left: 2%; }

.why-delphi-strip__inner {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid rgba(29, 29, 27, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
  padding: 18px 32px;
  min-height: 122px;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.why-delphi-strip__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 124, 153, 0.10);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.why-delphi-strip__label,
.why-delphi-strip__text {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    color 0.22s ease;
}

.why-delphi-strip__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: clamp(1.55rem, 2.4vw, 2.7rem);
  line-height: 0.92;
  padding-right: 0;
  color: #000;
}

.why-delphi-strip__label span:first-child {
  display: block;
  max-width: calc(100% - 44px);
  overflow-wrap: break-word;
  color: #000;
}

.why-delphi-strip__hint {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.why-delphi-strip__arrow {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  transform: translateX(0);
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.why-delphi-strip__text {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 50%;
  transform: translateY(calc(-50% + 10px));
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.42;
  color: #233338;
  opacity: 0;
  text-wrap: balance;
  overflow-wrap: break-word;
}

/* Desktop / Hover */
@media (hover: hover) {
  .why-delphi-strip:hover {
    transform: translateX(6px) rotate(0deg);
  }

  .why-delphi-strip:hover .why-delphi-strip__inner {
    border-color: rgba(0, 124, 153, 0.20);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
  }

  .why-delphi-strip:hover .why-delphi-strip__inner::before {
    opacity: 1;
  }

  .why-delphi-strip:hover .why-delphi-strip__label {
    opacity: 0;
    transform: translateY(-8px);
  }

  .why-delphi-strip:hover .why-delphi-strip__text {
    opacity: 1;
    transform: translateY(-50%);
  }

  .why-delphi-strip:hover .why-delphi-strip__arrow {
  transform: translateX(5px);
}
}

/* Mobile/Touch-Klickzustand */
.why-delphi-strip.is-open {
  transform: translateX(6px) rotate(0deg);
}

.why-delphi-strip.is-open .why-delphi-strip__inner {
  border-color: rgba(0, 124, 153, 0.20);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.why-delphi-strip.is-open .why-delphi-strip__inner::before {
  opacity: 1;
}

.why-delphi-strip.is-open .why-delphi-strip__label {
  opacity: 0;
  transform: translateY(-8px);
}

.why-delphi-strip.is-open .why-delphi-strip__text {
  opacity: 1;
  transform: translateY(-50%);
}

.why-delphi-strip.is-open .why-delphi-strip__arrow {
  transform: translateX(5px);
}

/* gleiches Reveal-Verhalten für alle Streifen */
.why-delphi-strip.reveal-up {
  transition-delay: 0ms !important;
}

@media (max-width: 1080px) {
  .why-delphi-section {
    padding: 126px 0 132px;
  }

  .why-delphi-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-delphi-head {
    max-width: 760px;
  }

  .why-delphi-head .hero-subline {
    max-width: 760px;
  }

  .why-delphi-strip:nth-child(1),
  .why-delphi-strip:nth-child(2),
  .why-delphi-strip:nth-child(3),
  .why-delphi-strip:nth-child(4),
  .why-delphi-strip:nth-child(5),
  .why-delphi-strip:nth-child(6) {
    width: 100%;
    margin-left: 0;
    transform: none;
  }
}

@media (max-width: 720px) {
  .why-delphi-section {
    padding: 96px 0 104px;
  }

  .why-delphi-head .hero-title span {
    padding: 10px 16px 13px;
  }

  .why-delphi-head .hero-subline {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.68;
  }

  .why-delphi-strips {
    gap: 14px;
  }

  .why-delphi-strip {
    transform: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .why-delphi-strip__inner {
    min-height: auto;
    padding: 18px 20px;
  }

  .why-delphi-strip__label {
    font-size: clamp(1.3rem, 7vw, 1.85rem);
    gap: 14px;
    color: #000;
  }

  .why-delphi-strip__label span:first-child {
    max-width: calc(100% - 28px);
    color: #000;
  }

  .why-delphi-strip__text {
    left: 20px;
    right: 20px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 0.96rem;
    line-height: 1.42;
  }

  /* Mobile: offener Zustand = Accordion */
  .why-delphi-strip.is-open .why-delphi-strip__label {
    opacity: 1;
    transform: none;
    margin-bottom: 12px;
    color: #000;
  }

  .why-delphi-strip.is-open .why-delphi-strip__label span:first-child {
    color: #000;
  }

  .why-delphi-strip.is-open .why-delphi-strip__text {
    position: static;
    opacity: 1;
    transform: none;
    margin-top: 0;
    color: #233338;
  }

  .why-delphi-strip.is-open .why-delphi-strip__inner::before {
    opacity: 1;
  }

  .why-delphi-strip.is-open .why-delphi-strip__arrow {
  transform: translateX(5px);
}
}

/* CLIENTS */
.clients-section{
  position:relative;
  overflow:hidden;
  background:#fff;
  padding:150px 0;
}

.clients-section--projects{
  padding:120px 0 130px;
  background:#fff;
  margin-top:-1px;
}

.clients-marquee{
  position:relative;
  overflow:visible;
  width:100vw;
  left:50%;
  margin-left:-50vw;
  margin-top:0;
  padding:0;
  background:#fff;
}

.clients-marquee::before,
.clients-marquee::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:140px;
  z-index:2;
  pointer-events:none;
}

.clients-marquee::before{
  left:0;
  background:linear-gradient(to right,#fff,rgba(255,255,255,0));
}

.clients-marquee::after{
  right:0;
  background:linear-gradient(to left,#fff,rgba(255,255,255,0));
}

.clients-marquee__track{
  display:flex;
  align-items:center;
  width:max-content;
  gap:160px;
  padding-left:160px;
  padding-right:160px;
  animation:clientsMarquee 52s linear infinite;
  will-change:transform;
  overflow:visible;
}

.clients-marquee:hover .clients-marquee__track{
  animation-play-state:paused;
}

.clients-marquee__item{
  flex:0 0 auto;
  width:260px;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}

.clients-marquee__item a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  overflow:visible;
}

.client-logo{
  width:auto;
  height:auto;
  max-width:240px;
  max-height:92px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.76;
  transform-origin:center center;
  transition:
    filter .25s ease,
    opacity .25s ease,
    transform .25s ease;
}

/* automatisch gesetzte Balancing-Klassen */
.client-logo.logo-ultrawide{
  max-width:260px;
  max-height:68px;
}

.client-logo.logo-wide{
  max-width:245px;
  max-height:80px;
}

.client-logo.logo-normal{
  max-width:225px;
  max-height:94px;
}

.client-logo.logo-compact{
  max-width:190px;
  max-height:102px;
}

.clients-marquee__item:hover .client-logo{
  filter:grayscale(0);
  opacity:1;
  transform:scale(1.04);
}

@keyframes clientsMarquee{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

@media (max-width:720px){
  .clients-section{
    padding:100px 0;
  }
    
      .clients-section--projects{
    padding:82px 0 92px;
  }

  .clients-marquee::before,
  .clients-marquee::after{
    width:58px;
  }

  .clients-marquee__track{
    gap:64px;
    padding-left:64px;
    padding-right:64px;
    animation-duration:34s;
  }

  .clients-marquee__item{
    width:180px;
    height:108px;
  }

  .client-logo{
    max-width:165px;
    max-height:72px;
  }

  .client-logo.logo-ultrawide{
    max-width:180px;
    max-height:52px;
  }

  .client-logo.logo-wide{
    max-width:170px;
    max-height:62px;
  }

  .client-logo.logo-normal{
    max-width:155px;
    max-height:74px;
  }

  .client-logo.logo-compact{
    max-width:132px;
    max-height:82px;
  }
}

/* REFERENCES */
.references-section{
  position:relative;
  overflow:hidden;
  background:var(--bg);
  padding:150px 0;
}


.references-shell{
  position:relative;
  z-index:1;
}

.references-layout{
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:70px;
  align-items:center;
}

.references-head .hero-line,
.references-head .hero-title{
  opacity:1 !important;
  animation:none !important;
  transform:none !important;
  visibility:visible !important;
}

.references-head .hero-line{
  display:block;
  margin:0 0 22px;
  color:#000;
}

.references-head .hero-title{
  display:inline-flex;
  flex-direction:column;
  gap:12px;
  margin:0 0 30px;
}

.references-head .hero-title span{
  display:inline-block;
  width:fit-content;
  background:var(--accent);
  color:#fff;
  padding:12px 22px 16px;
  font-size:clamp(3.4rem,6.5vw,6.2rem);
  line-height:.9;
}

.references-intro{
  max-width:520px;
  font-size:1.08rem;
  line-height:1.72;
  color:#1d1d1b;
}

.references-stage{
  position:relative;
  min-height:auto;
  padding:58px 54px 96px;
  background:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.07);
  border:1px solid rgba(29,29,27,.08);
  overflow:hidden;
}

.references-mark{
  position:absolute;
  right:32px;
  top:-38px;
  font-family:'Oswald',Arial,sans-serif;
  font-size:15rem;
  line-height:1;
  color:rgba(0,124,153,.08);
  pointer-events:none;
}

.reference-slide{
  display:none;
  opacity:0;
  transform:translateY(18px);
  pointer-events:none;
  transition:
    opacity .55s ease,
    transform .55s cubic-bezier(.22,.61,.36,1);
}

.reference-slide.is-active{
  display:block;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.reference-slide blockquote{
  margin:0;
  max-width:780px;
  font-size:clamp(1.35rem,1.85vw,2rem);
  line-height:1.28;
  font-weight:700;
  color:#111;
}

.reference-slide footer{
  margin-top:34px;
  display:flex;
  flex-direction:column;
  gap:3px;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.reference-slide footer strong{
  font-family:'Oswald',Arial,sans-serif;
  font-size:1.05rem;
  font-weight:500;
}

.reference-slide footer span{
  font-size:.9rem;
  color:#4a4640;
}

.references-controls{
  position:absolute;
  left:54px;
  right:54px;
  bottom:34px;
  display:flex;
  gap:12px;
  align-items:center;
}

.references-dot{
  appearance:none;
  border:0;
  background:transparent;
  padding:0 0 8px;
  min-width:34px;
  font-family:'Oswald',Arial,sans-serif;
  font-size:.82rem;
  letter-spacing:.12em;
  color:rgba(29,29,27,.45);
  cursor:pointer;
  position:relative;
}

.references-dot::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .28s ease;
}

.references-dot.is-active{
  color:var(--accent);
}

.references-dot.is-active::after{
  transform:scaleX(1);
}

@media(max-width:1080px){
  .references-layout{
    grid-template-columns:1fr;
    gap:42px;
  }

  .references-stage{
    min-height:420px;
  }
}

@media(max-width:720px){
  .references-section{
    padding:96px 0;
  }

  .references-head .hero-title span{
    padding:10px 16px 13px;
    font-size:clamp(2.35rem,10vw,3.8rem);
  }

  .references-stage{
  min-height:auto;
  padding:36px 22px 92px;
}
  .reference-slide{
  inset:auto;
}

  .reference-slide blockquote{
    font-size:clamp(1.25rem,6.3vw,1.8rem);
    line-height:1.28;
  }

  .references-controls{
  left:22px;
  right:22px;
  bottom:32px;
}
}

/* DASHBOARD IFRAME + LOADER */

.laptop,
.laptop-wrap,
.laptop-screen{
  pointer-events:auto;
}

.laptop-screen{
  position:relative;
  background:#fff;
  overflow:hidden;
}

.laptop-screen iframe.dashboard-iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#fff;
  z-index:1;
  pointer-events:auto;
}

.dashboard-loader{
  position:absolute;
  inset:0;
  z-index:50;

  display:grid;
  place-items:center;

  background:#DCF0F1;

  opacity:1;
  visibility:visible;
  pointer-events:none;

  transition:
    opacity .8s ease,
    visibility .8s ease;
}

.dashboard-loader.is-hidden{
  opacity:0;
  visibility:hidden;
}

.dashboard-loader__logo{
  display:grid;
  place-items:center;
}

.dashboard-slideshow {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow: hidden;
}

.dashboard-slideshow__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity .9s ease,
    transform 3.6s ease;
}

.dashboard-slideshow__image.is-active {
  opacity: 1;
  transform: scale(1);
}

.delphi-mark{
  display:block;
  width:84px;
  height:auto;
  overflow:visible;
  transform:translateY(-2px); /* optisch mittig */
}

.delphi-stem,
.delphi-circle{
  fill:none;
  stroke:#141a3a;
  stroke-linecap:butt;
  shape-rendering:geometricPrecision;
}

.delphi-stem{
  stroke-width:18.2;
  stroke-dasharray:534.8;
  stroke-dashoffset:534.8;
  animation:drawStemLoop 3600ms cubic-bezier(.72,0,.18,1) infinite;
}

.delphi-circle{
  stroke-width:30;
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  animation:drawCircleLoop 3600ms cubic-bezier(.72,0,.18,1) infinite;
}

@keyframes drawStemLoop {
  0% {
    stroke-dashoffset: 534.8;
  }

  22% {
    stroke-dashoffset: 0;
  }

  68% {
    stroke-dashoffset: 0;
  }

  86% {
    stroke-dashoffset: 534.8;
  }

  100% {
    stroke-dashoffset: 534.8;
  }
}

@keyframes drawCircleLoop {
  0% {
    stroke-dashoffset: 1000;
  }

  6.5% {
    stroke-dashoffset: 1000;
  }

  16.5% {
    stroke-dashoffset: 0;
  }

  68% {
    stroke-dashoffset: 0;
  }

  78% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

/* DASHBOARD CALLOUTS */
.laptop{
  position:relative;
  overflow:visible;
}

.dashboard-callouts{
  position:absolute;
  inset:0;
  z-index:30;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:
    opacity .55s ease,
    visibility .55s ease,
    transform .55s ease;
}

.laptop.is-dashboard-ready .dashboard-callouts{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.dashboard-callout{
  position:absolute;
  top:var(--callout-y, 50%);
  width:var(--callout-w, 96px);
  height:var(--callout-h, 64px);
  display:grid;
  place-items:center;
  padding:7px 9px;
  background:#a94f22;
  color:#fff;
  font-family:'Oswald', Arial, sans-serif;
  font-size:.82rem;
  line-height:1.06;
  font-weight:700;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:.02em;
  box-shadow:0 12px 24px rgba(0,0,0,.16);
  overflow:visible;
}

.dashboard-callout--left{
  left:var(--callout-x, -118px);
}

.dashboard-callout--right{
  right:var(--callout-x, -118px);
}

.dashboard-callout--bubble{
  border-radius:8px;
}

.dashboard-callout--circle{
  border-radius:50%;
  padding:12px;
  font-size:.86rem;
  line-height:1.04;
}

.dashboard-callout::after{
  content:"";
  position:absolute;
  width:0;
  height:0;
  pointer-events:none;
}

.dashboard-callout--left.dashboard-callout--bubble::after{
  right:-16px;
  top:50%;
  transform:translateY(-50%);
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:16px solid #a94f22;
}

.dashboard-callout--right.dashboard-callout--bubble::after{
  left:-16px;
  top:50%;
  transform:translateY(-50%);
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-right:16px solid #a94f22;
}

.dashboard-callout--circle::after{
  display:none;
}

@media(max-width:1080px){
  .dashboard-callouts{
    display:none;
  }
}


/* ABOUT HERO – image left, text block right */
.hero--about-image-left .about-hero-image {
  left: max(20px, calc((100vw - var(--container)) / 2));
  right: auto;
  object-position: left bottom;
}

.hero--about-image-left .about-hero-content > * {
  margin-left: auto;
  margin-right: 0;
}

.hero--about-image-left .about-hero-content .hero-subline {
  text-align: left;
}

@media (max-width: 720px) {
  .hero--about-image-left .about-hero-image {
    left: auto;
    right: auto;
    object-position: center bottom;
  }

  .hero--about-image-left .about-hero-content > * {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ABOUT PAGE */
.hero--about {
  min-height: clamp(760px, 92svh, 980px);
  background: #d6e7e1;
}

/* Schräge unter About-Hero */
.hero--about{
  position:relative;
  overflow:hidden;
}

.hero--about::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:190px;
  background:var(--bg);
  clip-path:polygon(0 100%,100% 44%,100% 100%,0 100%);
  z-index:3;
  pointer-events:none;
}

/* Content/Bild über Schräge halten */
.hero--about .about-hero-content{
  z-index:4;
}

.hero--about .about-hero-image-wrap{
  z-index:2;
}

@media (max-width:720px){
  .hero--about::after{
    height:90px;
    clip-path:polygon(0 100%,100% 54%,100% 100%,0 100%);
  }
}

.about-hero-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.about-hero-image {
  position: absolute;
  right: max(20px, calc((100vw - var(--container)) / 2));
  bottom: 0;
  width: auto;
  height: 86%;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  user-select: none;
}

.about-hero-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(calc(100% - 40px), var(--container));
  max-width: var(--container);
  transform: translate(-50%, -30%);
  z-index: 4;
  opacity: 1;
  pointer-events: auto;
}

.about-hero-content .hero-line,
.about-hero-content .hero-title,
.about-hero-content .hero-subline {
  opacity: 1;
  animation: none;
  transform: none;
}

.about-hero-content .hero-line,
.about-hero-content .hero-title,
.about-hero-content .hero-subline {
  max-width: 760px;
}

.about-company-section {
  background: var(--bg);
  position:relative;
overflow:hidden;
}

.about-company-section .section-head {
  max-width: 930px;
}

.about-company-section .section-head > p:not(.kicker) {
  max-width: 760px;
  font-size: 1.1rem;
  line-height: 1.78;
  color: #3d3a35;
}

/* --- ABOUT TIMELINE / RANGE SLIDER --- */

.about-timeline-stage {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-top: 96px;
  padding: 86px 0 40px;
  overflow: hidden;
}

.about-timeline-stage::before {
  content: none;
}

.about-timeline-viewport {
  overflow: hidden;
  padding-left: 80px;
  padding-right: 80px;
}

.about-timeline-track {
  display: flex;
  gap: 150px;
  padding-right: max(80px, calc(50vw - 270px));
  transition: transform 0.22s ease-out;
  will-change: transform;
}

.about-timeline-card {
  position: relative;
  flex: 0 0 min(540px, 70vw);
  min-height: 470px;
  opacity: 0.34;
  transform: translateY(22px) scale(.94);
  transition:
    opacity .45s ease,
    transform .45s cubic-bezier(.22,.61,.36,1);
}

/* kurze Verbindung NUR zwischen den Boxen */
.about-timeline-card::after {
  content: "";
  position: absolute;
  left: calc(100% + 34px);
  top: 292px;
  width: 82px;
  height: 1px;
  background: rgba(29, 29, 27, .18);
  transform: scaleX(.45);
  transform-origin: left center;
  transition:
    transform .45s ease,
    background .35s ease;
}

.about-timeline-card:last-child::after {
  content: none;
}

.about-timeline-card.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-timeline-card.is-active::after {
  transform: scaleX(1);
  background: rgba(0, 124, 153, .45);
}

.about-timeline-card__year {
  display: block;
  margin-bottom: 50px;
  padding-top: 10px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(5.2rem, 9vw, 8.6rem);
  line-height: .82;
  color: rgba(0, 124, 153, .22);
  overflow: visible;
}

.about-timeline-card__marker {
  display: none;
}

.about-timeline-card__content {
  position: relative;
  max-width: 500px;
  min-height: 190px;
  padding: 42px 44px 38px;
  background: #fff;
  border: 1px solid rgba(29, 29, 27, .08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .05);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.about-timeline-card.is-active .about-timeline-card__content {
  box-shadow: 0 22px 44px rgba(0, 0, 0, .08);
  border-color: rgba(0, 124, 153, .18);
}

.about-timeline-card__content:hover {
  transform: translateY(-8px);
}

.about-timeline-card__line {
  display: block;
  width: 64px;
  height: 1px;
  margin-bottom: 24px;
  background: rgba(29, 29, 27, .28);
}

.about-timeline-card h3 {
  margin: 0 0 20px;
  font-size: clamp(1.5rem, 2vw, 2.25rem);
  line-height: .98;
}

.about-timeline-card p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.76;
  color: #34312c;
}

.about-timeline-controls {
  width: min(calc(100% - 40px), var(--container));
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .9rem;
  letter-spacing: .14em;
  color: rgba(29, 29, 27, .58);
}

.about-timeline-current {
  color: var(--accent);
}

.about-timeline-range {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 2px;
  background: linear-gradient(
    to right,
    var(--accent) 0%,
    var(--accent) var(--timeline-progress, 0%),
    rgba(29, 29, 27, .18) var(--timeline-progress, 0%),
    rgba(29, 29, 27, .18) 100%
  );
  outline: none;
  cursor: pointer;
}

.about-timeline-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: var(--accent);
  border: 4px solid var(--bg);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(29, 29, 27, .22);
  cursor: grab;
}

.about-timeline-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: var(--accent);
  border: 4px solid var(--bg);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(29, 29, 27, .22);
  cursor: grab;
}

@media (max-width: 720px) {
  .about-timeline-stage {
    margin-top: 52px;
    padding-top: 62px;
  }

  .about-timeline-viewport {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-timeline-track {
    gap: 56px;
  }

  .about-timeline-card {
    flex-basis: 82vw;
    min-height: 390px;
    z-index: 1;
  }

  .about-timeline-card::after {
    left: calc(100% + 14px);
    top: 238px;
    width: 28px;
  }

  .about-timeline-card__year {
    margin-bottom: 42px;
    font-size: clamp(4rem, 22vw, 6.8rem);
  }

  .about-timeline-card__content {
    padding: 30px 24px 28px;
  }

  .about-timeline-controls {
    width: calc(100% - 48px);
    margin-top: 34px;
  }
}

.about-numbers-section {
  position: relative;
  overflow: hidden;
  padding: 132px 0 140px;
  background: #dcebed;
}

.about-numbers-head {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-bottom: 54px;
}

.about-numbers-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.about-number-card {
  position: relative;
  min-height: 260px;
  padding: 36px 30px 30px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(29, 29, 27, .08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .05);
  overflow: hidden;
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
}

.about-number-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}

.about-number-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 44px rgba(0, 0, 0, .08);
}

.about-number-card:hover::before {
  transform: scaleY(1);
}

.about-number-card > span {
  display:block;
  margin-bottom:36px;
  font-family:'Oswald', Arial, sans-serif;
  font-size: clamp(3.4rem, 5.5vw, 5.4rem);
  line-height:.82;
  color:var(--accent);
}

.about-number-card p {
  margin: auto 0 0;
  max-width: 190px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: .035em;
  color: #111;
}

.about-number-card--quiet > span {
  color: #111;
}

@media (max-width: 1080px) {
  .about-numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-numbers-section {
    padding: 90px 0 96px;
  }

  .about-numbers-head {
    margin-bottom: 32px;
  }

  .about-numbers-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-number-card {
    min-height: 190px;
    padding: 28px 24px 24px;
  }

  .about-number-card > span {
    margin-bottom: 24px;
  }
}

.about-team-section {
  background: var(--bg);
}

.about-team-list {
  display: grid;
  gap: 34px;
}

.about-person {
  display: grid;
  grid-template-columns: minmax(280px, .52fr) minmax(0, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 16px 34px rgba(0,0,0,.055);
  overflow: hidden;
}

.about-person--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .52fr);
}

.about-person--reverse .about-person__image {
  order: 2;
}

.about-person--reverse .about-person__content {
  order: 1;
}

.about-person__image {
  min-height: 430px;
  background: #c7dde1;
}

.about-person__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.18);
}

.about-person__content {
  padding: 54px 56px 48px;
  align-self: center;
}

.about-person__role {
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .9rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-person__content h3 {
  margin-bottom: 26px;
  font-size: clamp(2.2rem, 4.8vw, 4.6rem);
}

.about-person__content > p:not(.about-person__role) {
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #2f2d29;
}

.about-person__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 32px;
}

.about-person__contact a {
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}

.about-person__contact a:hover {
  text-decoration: underline;
}

.about-person__contact{
  display:flex;
  flex-wrap:wrap;
  gap:14px 22px;
  margin-top:32px;
  align-items:center;
}

.about-person__contact{
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  align-items:center;
}

.about-person__mail{
  display:inline-flex;
  align-items:center;
}

.about-person__linkedin-inline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  margin-left:-8px;
  flex-shrink:0;
  transition:transform .22s ease, opacity .22s ease;
}

.about-person__linkedin-inline img{
  display:block;
  width:20px;
  height:20px;
}

.about-person__linkedin-inline:hover{
  transform:translateY(-1px);
  opacity:.8;
}

.about-cta-section {
  padding-top: 0;
  background: var(--bg);
}

.about-cta {
  position: relative;
  overflow: hidden;
  padding: 54px 52px;
  background: #dcebed;
  border: 1px solid rgba(29,29,27,.08);
}

.about-cta::after {
  content: "DELPHI";
  position: absolute;
  right: 28px;
  bottom: -18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: .82;
  color: rgba(255,255,255,.22);
  pointer-events: none;
}

.about-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.about-cta .about-home__link,
.about-cta .kicker {
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .about-page-hero {
    min-height: auto;
    padding: 190px 0 90px;
  }

  .about-page-hero__grid,
  .about-timeline,
  .about-numbers-grid,
  .about-person,
  .about-person--reverse {
    grid-template-columns: 1fr;
  }

  .about-page-hero__visual {
    min-height: 300px;
  }

  .about-person--reverse .about-person__image,
  .about-person--reverse .about-person__content {
    order: initial;
  }

  .about-person__image {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .about-page-hero {
    padding: 150px 0 72px;
  }

  .about-page-hero__grid {
    gap: 34px;
  }

  .about-page-hero__intro {
    font-size: 1.04rem;
    line-height: 1.68;
  }

  .about-page-hero__visual {
    min-height: 230px;
  }

  .about-page-hero__visual::before {
    width: 10px;
  }

  .about-page-hero__visual::after {
    width: 128px;
    height: 128px;
    border-width: 17px;
  }

  .about-timeline__item {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
    padding: 28px 24px;
  }

  .about-numbers-grid {
    gap: 16px;
  }

  .about-number-card {
    min-height: 170px;
    padding: 26px 22px 22px;
  }

  .about-person__image {
    min-height: 280px;
  }

  .about-person__content {
    padding: 34px 24px 30px;
  }

  .about-person__content h3 {
    font-size: clamp(2rem, 12vw, 3.5rem);
  }

  .about-cta {
    padding: 38px 24px;
  }
    
  .hero--about,
  .hero--solutions {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .about-hero-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    transform: none;
    padding: 0 24px;
    margin-bottom: 42px;
    z-index: 5;
  }

  .about-hero-image-wrap {
    position: relative;
    inset: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
  }

  .about-hero-image,
  .solutions-hero-image {
    position: relative;
    right: auto;
    bottom: auto;
    transform: none;
    width: min(88vw, 420px);
    height: auto;
    max-width: 100%;
  }

  .hero--about::after,
  .hero--solutions::after {
    height: 72px;
    clip-path: polygon(0 100%, 100% 58%, 100% 100%, 0 100%);
  }

  .about-hero-content .hero-subline {
    margin-top: 18px;
  }
}

/* SOLUTIONS PAGE */

.hero--solutions{
  background:#dcebed;
  position:relative;
  overflow:hidden;
}

/* rechte Ecke bleibt auf ursprünglicher Hero-Unterkante, links läuft die Schräge weiter nach unten */
.hero--solutions::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:190px;
  background:var(--bg);
  clip-path:polygon(0 100%,100% 44%,100% 100%,0 100%);
  z-index:3;
  pointer-events:none;
}

.hero--solutions .about-hero-content{
  z-index:4;
}

.solutions-hero-image{
  right: max(20px, calc((100vw - var(--container)) / 2));
  height: 84%;
}

.solutions-page-wall{
  background:var(--bg);
  padding:128px 0 150px;
  margin-top:-1px;
}

.solutions-page-section{
  padding:0 0 118px;
}

.solutions-page-section + .solutions-page-section{
  padding-top:112px;
  border-top:1px solid rgba(29,29,27,.10);
}

.solutions-page-section:last-child{
  padding-bottom:0;
}

.solutions-page-section .section-head{
  max-width:980px;
  margin-bottom:52px;
}

.solutions-page-section .section-head h2{
  display:inline-flex;
  flex-direction:column;
  gap:10px;
  margin:0;
}

.solutions-page-section .section-head h2 span{
  display:block;
  width:fit-content;
  max-width:100%;
  background:var(--accent);
  color:#fff;
  padding:10px 18px 14px;
  line-height:.92;
}

.solutions-page-section .solutions-intro{
  max-width:860px;
  margin-top:24px;
  font-size:1.14rem;
  line-height:1.78;
  color:#3d3a35;
}

.solutions-cta-section{
  background:var(--bg);
}


/* MOBILE */
@media(max-width:720px){
  .hero--solutions::after{
    height:90px;
    clip-path:polygon(0 100%,100% 54%,100% 100%,0 100%);
  }

  .solutions-hero-image{
    right:50%;
    height:45%;
    transform:translateX(50%);
  }

  .solutions-page-wall{
    padding:84px 0 96px;
  }

  .solutions-page-section{
    padding-bottom:78px;
  }

  .solutions-page-section + .solutions-page-section{
    padding-top:76px;
  }

  .solutions-page-section .section-head{
    margin-bottom:30px;
  }

  .solutions-page-section .section-head h2 span{
    padding:8px 14px 11px;
  }

  .solutions-page-section .solutions-intro{
    font-size:1rem;
    line-height:1.68;
  }
}

/* PROJECTS OVERVIEW PAGE */

.projects-page-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 118px;
  background: #dcebed;
}

.projects-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: var(--bg);
  clip-path: polygon(0 100%, 100% 44%, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

.projects-page-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
}

.projects-page-hero__inner .hero-title,
.projects-page-hero__inner .hero-line,
.projects-page-hero__intro {
  max-width: 920px;
}

.projects-page-hero__inner .hero-line,
.projects-page-hero__inner .hero-title,
.projects-page-hero__inner .hero-subline {
  opacity: 1;
  animation: none;
  transform: none;
}

.projects-page-hero__intro {
  max-width: 760px;
  margin-top: 28px;
  font-size: 1.14rem;
  line-height: 1.78;
  color: #2f2d29;
}

.projects-overview-section {
  background: var(--bg);
  padding: 96px 0 150px;
}

.projects-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(29,29,27,.12);
}

.projects-toolbar p {
  margin: 0;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .9rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(29,29,27,.62);
}

.projects-view-toggle {
  display: inline-flex;
  gap: 8px;
}

.projects-view-toggle button {
  appearance: none;
  border: 1px solid rgba(29,29,27,.16);
  background: transparent;
  color: var(--text);
  min-height: 38px;
  padding: 0 14px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background .24s ease,
    border-color .24s ease,
    color .24s ease;
}

.projects-view-toggle button:hover,
.projects-view-toggle button.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.projects-overview-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 24px;
}

.projects-overview-card {
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
  overflow: hidden;
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.projects-overview-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0,0,0,.085);
  border-color: rgba(0,124,153,.22);
}

.projects-overview-card--large {
  grid-column: span 8;
}

.projects-overview-card--medium {
  grid-column: span 4;
}

.projects-overview-card--small {
  grid-column: span 6;
}

/* saubere volle Reihen bei aktueller Projektanzahl */
.projects-overview-card:nth-child(3),
.projects-overview-card:nth-child(4) {
  grid-column: span 6;
}

.projects-overview-card:nth-child(5) {
  grid-column: span 7;
}

.projects-overview-card:nth-child(6) {
  grid-column: span 5;
}

.projects-overview-card__link {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.projects-overview-card__media {
  position: relative;
  overflow: hidden;
  background: #dcebed;
}

.projects-overview-card--large .projects-overview-card__media {
  aspect-ratio: 16 / 9;
}

.projects-overview-card--medium .projects-overview-card__media {
  aspect-ratio: 4 / 3;
}

.projects-overview-card--small .projects-overview-card__media {
  aspect-ratio: 1 / 1;
}

.projects-overview-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
  object-position: var(--project-card-image-position, 50% 0%);
}

.projects-overview-card:hover .projects-overview-card__media img {
  transform: scale(1.045);
}

.projects-overview-card__body {
  position: relative;
  flex: 1;
  padding: 26px 26px 24px;
}

.projects-overview-card__body::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}

.projects-overview-card:hover .projects-overview-card__body::before {
  transform: scaleY(1);
}

.projects-overview-card__category {
  margin: 0 0 12px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

.projects-overview-card h2 {
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  line-height: .98;
}

.projects-overview-card__text {
  margin: 0 0 22px;
  font-size: 1.02rem;
  line-height: 1.68;
  color: #34312c;
}

.projects-overview-card__more {
  display: inline-flex;
  margin-top: auto;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--accent);
}

/* LIST VIEW */

.projects-overview-grid.is-list-view {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.projects-overview-grid.is-list-view .projects-overview-card {
  grid-column: auto;
}

.projects-overview-grid.is-list-view .projects-overview-card__link {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: stretch;
}

.projects-overview-grid.is-list-view .projects-overview-card__media {
  aspect-ratio: auto;
  min-height: 240px;
}

.projects-overview-grid.is-list-view .projects-overview-card__body {
  padding: 34px 38px;
  align-self: center;
}

.projects-overview-grid.is-list-view .projects-overview-card h2 {
  font-size: clamp(1.7rem, 2.7vw, 3rem);
}

/* PROJECT DETAIL PAGE */

.project-detail-hero {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 210px 0 190px;
  background: #dcebed;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 118px), 0 100%);
}

.project-detail-hero::after {
  content: none;
}

.project-detail-hero__grid {
  position: relative;
  z-index: 5;
  display: block;
}

.project-detail-hero__content {
  max-width: 1240px;
}

.project-detail-kicker {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
  visibility: visible !important;
  display: block;
  width: fit-content;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.7rem, 2.45vw, 2.65rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.project-detail-title {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1240px;
  margin: 0;
}

.project-detail-title span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  font-size: clamp(3.1rem, 5.7vw, 6.35rem);
  line-height: .9;
}

.project-detail-hero__intro {
  max-width: 780px;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 1.14rem;
  line-height: 1.72;
  color: #1d1d1b;
}

.project-detail-feature-image-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-top: -118px;
  padding: 0;
  background: var(--bg);
}

.project-detail-feature-image-section .container {
  width: 100%;
  max-width: none;
}

.project-detail-feature-image {
  margin: 0;
  width: 100%;
  background: #dcebed;
  box-shadow: none;
  overflow: hidden;
}

.project-detail-feature-image img {
  display: block;
  width: 100%;
  height: clamp(390px, 42vw, 640px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: var(--project-image-position, center center);
}

.project-detail-content {
  position: relative;
  z-index: 3;
  background: var(--bg);
  padding: 118px 0 96px;
}

.project-detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}

.project-detail-sidebar {
  position: sticky;
  top: 120px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
}

.project-detail-sidebar p {
  margin: 0 0 24px;
  font-size: 1.04rem;
  line-height: 1.55;
}

.project-detail-sidebar p:last-child {
  margin-bottom: 0;
}

.project-detail-sidebar__label {
  margin-bottom: 8px !important;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}

.project-detail-sidebar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding: 0 16px;
  background: var(--accent);
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .24s ease, transform .24s ease;
}

.project-detail-sidebar__button:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.project-detail-main {
  display: grid;
  gap: 52px;
}

.project-detail-block {
  max-width: 860px;
}

.project-detail-block .kicker,
.project-detail-laptop-copy .kicker {
  display: block;
  margin: 0 0 16px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.project-detail-block p:not(.kicker) {
  margin: 0 0 22px;
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.82;
  color: #2f2d29;
}

.project-detail-block p:last-child {
  margin-bottom: 0;
}

.project-detail-block--highlight {
  max-width: 940px;
  padding: 46px 48px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 18px 38px rgba(0,0,0,.055);
}

.project-detail-laptop-section {
  display: grid;
  grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
  max-width: 1060px;
  padding: 52px 48px 56px;
  background: #dcebed;
}

.project-detail-laptop-copy h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.project-detail-laptop-copy h2 span {
  display: block;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}

.project-detail-laptop {
  max-width: 720px;
}

.project-detail-laptop-screen {
  background: #f5f6f7;
}

.project-detail-screen {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition:
    opacity .75s ease,
    visibility .75s ease,
    transform 1.2s ease;
}

.project-detail-screen.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Laptop Screen Indicator */

.project-screen-indicator {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.project-screen-dot {
  appearance: none;
  border: 0;
  padding: 8px 0;
  background: transparent;
  cursor: pointer;
}

.project-screen-dot span {
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 40px;
  background: rgba(0,0,0,.14);
  overflow: hidden;
  position: relative;
  transition: background .22s ease;
}

.project-screen-dot span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
}

.project-screen-dot.is-active span::after {
  animation: screenProgress 5s linear forwards;
}

.project-screen-dot:hover span {
  background: rgba(0,0,0,.24);
}

.project-screen-dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

@keyframes screenProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.project-detail-image-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.project-detail-image-band img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #dcebed;
  box-shadow: 0 14px 30px rgba(0,0,0,.045);
}

.project-detail-nav {
  background: var(--bg);
  padding: 28px 0 140px;
}

.project-detail-nav__head {
  margin-bottom: 34px;
}

.project-detail-nav__head .kicker{
  display:block;
  margin:0 0 18px;
  font-family:'Oswald',Arial,sans-serif;
  font-size:clamp(1.1rem,1.5vw,1.7rem);
  line-height:1;
  font-weight:500;
  letter-spacing:.03em; /* statt großes Tracking */
  text-transform:uppercase;
  color:#000;           /* wie eure anderen Kicker */
}

.project-detail-nav__head h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.project-detail-nav__head h2 span {
  display: block;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}

.project-detail-nav__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.project-detail-nav-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 210px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.project-detail-nav-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(0,0,0,.08);
  border-color: rgba(0,124,153,.22);
}

.project-detail-nav-card__media {
  overflow: hidden;
  background: #dcebed;
}

.project-detail-nav-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.project-detail-nav-card:hover .project-detail-nav-card__media img {
  transform: scale(1.045);
}

.project-detail-nav-card__body {
  position: relative;
  padding: 28px 28px 26px;
  align-self: center;
}

.project-detail-nav-card {
  position: relative;
}

.project-detail-nav-card::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 5px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .38s cubic-bezier(.22,1,.36,1);
  z-index: 3;
  pointer-events: none;
}

.project-detail-nav-card:hover::before {
  transform: scaleY(1);
}

.project-detail-nav-card__body::before {
  content: none;
}

.project-detail-nav-card__body span,
.project-detail-nav-card__body p {
  display: block;
  margin: 0 0 12px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

.project-detail-nav-card__body p {
  color: rgba(29,29,27,.55);
}

.project-detail-nav-card__body h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: .98;
}

.project-detail-nav-card--overview {
  grid-template-columns: 1fr;
  background: #dcebed;
}

.project-detail-meta {
  margin-bottom: 26px;
}

.project-detail-meta p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .project-detail-nav__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .project-detail-nav {
    padding: 0 0 84px;
  }

  .project-detail-nav-card {
    grid-template-columns: 1fr;
  }

  .project-detail-nav-card__media {
    aspect-ratio: 16 / 9;
  }

  .project-detail-nav-card__body {
    padding: 24px 22px;
  }
}

@media (max-width: 1080px) {
  .project-detail-layout,
  .project-detail-laptop-section {
    grid-template-columns: 1fr;
  }

  .project-detail-sidebar {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }
}

@media (max-width: 720px) {
  .project-detail-hero {
    padding: 150px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  }

  .project-detail-kicker {
    font-size: clamp(1.2rem, 5vw, 1.75rem);
  }

  .project-detail-title span {
    padding: 8px 14px 11px;
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .project-detail-feature-image-section {
    margin-top: -64px;
  }

  .project-detail-feature-image img {
    height: 320px;
  }

  .project-detail-content {
    padding: 78px 0 74px;
  }

  .project-detail-layout {
    gap: 42px;
  }

  .project-detail-sidebar {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .project-detail-block--highlight {
    padding: 30px 22px;
  }

  .project-detail-block p:not(.kicker) {
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .project-detail-laptop-section {
    padding: 34px 22px 38px;
    gap: 30px;
  }

  .project-detail-laptop-copy h2 span {
    padding: 8px 14px 11px;
  }

  .project-screen-dot span {
    width: 34px;
  }

  .project-detail-image-band {
    grid-template-columns: 1fr;
  }

  .project-detail-nav {
    padding-bottom: 84px;
  }

  .project-detail-nav__inner {
    flex-direction: column;
  }
}

/* SOLUTION DETAIL PAGE */

.solution-detail-hero {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 210px 0 190px;
  background: #dcebed;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 118px), 0 100%);
}

.solution-detail-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.solution-detail-kicker {
  display: block;
  width: fit-content;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.7rem, 2.45vw, 2.65rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.solution-detail-title {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1240px;
  margin: 0;
}

.solution-detail-title span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  font-size: clamp(3.1rem, 5.7vw, 6.35rem);
  line-height: .9;
}

.solution-detail-hero__intro {
  max-width: 820px;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 1.14rem;
  line-height: 1.72;
  color: #1d1d1b;
}

/* Bildband wie Projekt-Detail */

.solution-detail-feature-image-section {
  position: relative;
  z-index: 1;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-top: -118px;
  padding: 0;
  background: var(--bg);
}

.solution-detail-feature-image-section .container {
  width: 100%;
  max-width: none;
}

.solution-detail-feature-image {
  margin: 0;
  width: 100%;
  background: #dcebed;
  box-shadow: none;
  overflow: hidden;
}

.solution-detail-feature-image img {
  display: block;
  width: 100%;
  height: clamp(390px, 42vw, 640px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: var(--solution-image-position, center center);
}

.solution-detail-stage {
  background: var(--bg);
  padding: 118px 0 96px;
  position: relative;
  z-index: 2;
}

.solution-detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}

.solution-detail-sidebar {
  position: sticky;
  top: 120px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
}

.solution-detail-sidebar p {
  margin: 0 0 24px;
  font-size: 1.04rem;
  line-height: 1.55;
}

.solution-detail-sidebar__label {
  margin-bottom: 8px !important;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem !important;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}

.solution-detail-sidebar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding: 0 16px;
  background: var(--accent);
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .24s ease, transform .24s ease;
}

.solution-detail-sidebar__button:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.solution-detail-main {
  display: grid;
  gap: 58px;
}

/* Statement ohne Box */

.solution-detail-statement {
  max-width: 980px;
  padding: 0 0 10px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.solution-detail-statement p {
  margin: 0;
  max-width: 920px;
  font-size: clamp(1.75rem, 3vw, 3.35rem);
  line-height: 1.08;
  font-weight: 700;
  color: #111;
}

/* Kapitelboxen */

.solution-detail-chapters {
  display: grid;
  gap: 26px;
  max-width: 1020px;
}

.solution-detail-chapter {
  position: relative;
  padding: 42px 48px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(29,29,27,.08);
  overflow: hidden;
  transition:
    background .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    transform .32s ease;
}

.solution-detail-chapter::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}

.solution-detail-chapter:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 38px rgba(0,0,0,.055);
  border-color: rgba(0,124,153,.18);
}

.solution-detail-chapter:hover::before {
  transform: scaleY(1);
}

/*.solution-detail-chapter--highlight {
  background: #dcebed;
}*/

.solution-detail-chapter .kicker {
  display: block;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.05rem,1.35vw,1.45rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
}

.solution-detail-chapter h2 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: clamp(1.55rem, 2.35vw, 2.55rem);
  line-height: 1;
}

.solution-detail-chapter p:not(.kicker) {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.82;
  color: #2f2d29;
}

.solution-detail-chapter p:last-child {
  margin-bottom: 0;
}

/* Outcome eleganter */

.solution-detail-outcome {
  max-width: 1020px;
  padding: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.solution-detail-outcome__head {
  margin-bottom: 28px;
}

.solution-detail-outcome__head h2,
.solution-detail-outcome__head h2 span {
  display: none;
}

.solution-detail-outcome__head .kicker {
  display: block;
  margin: 0 0 22px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.1rem,1.5vw,1.7rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent);
}

.solution-detail-outcome__head h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.solution-detail-outcome__head h2 span {
  display: block;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}

.solution-detail-outcome__list {
  display: grid;
  border-top: 1px solid rgba(29,29,27,.14);
}

.solution-detail-outcome__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(29,29,27,.14);
}

.solution-detail-outcome__item span {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .86rem;
  letter-spacing: .14em;
  color: var(--accent);
}

.solution-detail-outcome__item p {
  margin: 0;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.55rem, 2.35vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
  color: #111;
}

.solution-detail-nav {
  background: var(--bg);
  padding: 28px 0 140px;
}

.solution-detail-nav__head {
  margin-bottom: 34px;
}

.solution-detail-nav__head .kicker {
  display: block;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.1rem,1.5vw,1.7rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.solution-detail-nav__head h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.solution-detail-nav__head h2 span {
  display: block;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}

.solution-detail-nav__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.solution-detail-nav-card {
  position: relative;
  min-height: 210px;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.solution-detail-nav-card::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 5px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .38s cubic-bezier(.22,1,.36,1);
}

.solution-detail-nav-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(0,0,0,.08);
  border-color: rgba(0,124,153,.22);
}

.solution-detail-nav-card:hover::before {
  transform: scaleY(1);
}

.solution-detail-nav-card span,
.solution-detail-nav-card p {
  display: block;
  margin: 0 0 12px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

.solution-detail-nav-card p {
  color: rgba(29,29,27,.55);
}

.solution-detail-nav-card h3 {
  margin: 0;
  max-width: 620px;
  font-size: 2.2rem;
  line-height: 1.08;
  font-weight: 500;
}

.solution-detail-nav-card--overview {
  background: #dcebed;
}

@media (max-width: 1080px) {
  .solution-detail-layout,
  .solution-detail-nav__cards {
    grid-template-columns: 1fr;
  }

  .solution-detail-sidebar {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }
}

@media (max-width: 720px) {
  .solution-detail-hero {
    padding: 150px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  }

  .solution-detail-kicker {
    font-size: clamp(1.2rem, 5vw, 1.75rem);
  }

  .solution-detail-title span {
    padding: 8px 14px 11px;
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .solution-detail-hero__intro {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  .solution-detail-feature-image-section {
    margin-top: -64px;
  }

  .solution-detail-feature-image img {
    height: 320px;
  }

  .solution-detail-stage {
    padding: 78px 0 74px;
  }

  .solution-detail-sidebar {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .solution-detail-statement p {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
  }

  .solution-detail-chapter {
    padding: 30px 22px;
  }

  .solution-detail-chapter h2 {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
  }

  .solution-detail-chapter p:not(.kicker) {
    font-size: 1.02rem;
    line-height: 1.72;
  }

  .solution-detail-outcome__item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .solution-detail-outcome__item p {
    font-size: clamp(1.3rem, 7vw, 2rem);
  }

  .solution-detail-nav {
    padding: 0 0 84px;
  }

  .solution-detail-nav-card {
    padding: 28px 24px;
  }
}

/* CAREER PAGE – NEW */

.career-new-hero {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 210px 0 190px;
  background: #dcebed;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 118px), 0 100%);
}



.career-new-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
}

.career-new-hero__inner .hero-title,
.career-new-hero__inner .hero-line,
.career-new-hero__intro,
.career-new-hero__actions {
  max-width: 920px;
}

.career-new-hero .hero-line,
.career-new-hero .hero-title,
.career-new-hero .hero-subline {
  opacity: 1;
  animation: none;
  transform: none;
}

.career-new-hero__intro {
  max-width: 780px;
  margin: 34px 0 0;
  font-size: 1.14rem;
  line-height: 1.72;
  color: #1d1d1b;
}

.career-new-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

/* Career Typo / Headlines konsistent zum Delphi-Stil */

.career-section-head .kicker,
.career-insight__content .kicker,
.career-contact-card .kicker {
  display: block;
  margin: 0 0 16px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.7rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.career-new-hero .hero-line {
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  padding: 0;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.75rem, 2.7vw, 2.8rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #000;
  background: transparent;
}

.career-section-head {
  max-width: 980px;
  margin-bottom: 52px;
}

.career-section-head h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.career-section-head h2 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}

.career-insight__content h2,
.career-contact-card h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.career-insight__content h2 span,
.career-contact-card h2 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}


/* Manifest */

.career-manifest-section {
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 210px 0 110px;
  background: var(--bg);
}

.career-manifest {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 84px;
  align-items: end;
}

.career-manifest__statement p {
  margin: 0;
  max-width: 780px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: clamp(2.05rem, 4.2vw, 4.65rem);
  line-height: 1.02;
  font-weight: 700;
  color: #111;
}

.career-manifest__copy {
  padding: 34px 0 10px;
  border-top: 3px solid var(--accent);
}

.career-manifest__copy p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.82;
  color: #2f2d29;
}

/* Benefits / Was wir bieten */

.career-benefits-section {
  padding: 118px 0 132px;
  background: var(--bg);
}

.career-benefits-head {
  margin-bottom: 70px;
}

.career-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 82px 76px;
}

.career-benefit {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.career-benefit__icon {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: #79aaba;
  transition:
    transform .32s ease,
    background .32s ease,
    box-shadow .32s ease;
}

.career-benefit__icon svg {
  width: 58px;
  height: 58px;
  display: block;
  overflow: visible;
  color: #fff;
  transform: none;
}

/* vorhandene Füllungen weiß machen */
.career-benefit__icon svg [fill]:not([fill="none"]) {
  fill: #fff !important;
}

/* vorhandene Linien weiß machen, aber keine Linienstärke ändern */
.career-benefit__icon svg [stroke]:not([stroke="none"]) {
  stroke: #fff !important;
}

.career-benefit__icon svg path:not([fill]):not([stroke]),
.career-benefit__icon svg circle:not([fill]):not([stroke]),
.career-benefit__icon svg rect:not([fill]):not([stroke]),
.career-benefit__icon svg polygon:not([fill]):not([stroke]) {
  fill: #fff !important;
}

.career-benefit h3 {
  position: relative;
  max-width: 230px;
  margin: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.35rem);
  line-height: 1.18;
  text-transform: none;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  color: #000;
}

.career-benefit:hover .career-benefit__icon {
  transform: translateY(-8px);
  background: var(--accent);
  box-shadow: 0 18px 34px rgba(0,0,0,.10);
}

/* Insight */

.career-insight-section {
  background: var(--bg);
}

.career-insight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}

.career-insight__media {
  position: relative;
  min-height: 520px;
  background: #dcebed;
  overflow: hidden;
}

.career-insight__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0,124,153,.16), rgba(246,242,236,.1)),
    url('../images/project-dashboard-reporting.png');
  background-size: cover;
  background-position: center;
  filter: grayscale(.2);
  transform: scale(1.02);
}

.career-insight__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px min(7vw, 90px);
  background: #fff;
}

.career-insight__content p:not(.kicker) {
  max-width: 560px;
  margin: 28px 0 30px;
  font-size: 1.08rem;
  line-height: 1.78;
  color: #2f2d29;
}

.career-insight__content .about-home__link {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
}

/* Jobs */

.career-jobs-new-section {
  padding: 132px 0 140px;
  background: #dcebed;
}

.career-jobs-new-list {
  display: grid;
  gap: 18px;
}

.career-job-row {
  position: relative;
  display: block;
  padding: 34px 36px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
  overflow: hidden;
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
}

.career-job-row__content {
  position: relative;
  z-index: 1;
}

.career-job-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .38s cubic-bezier(.22,1,.36,1);
}

.career-job-row:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 22px 44px rgba(0,0,0,.08);
  border-color: rgba(0,124,153,.22);
}

.career-job-row:hover::before {
  transform: scaleY(1);
}

.career-job-row__meta {
  margin: 0 0 12px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}

.career-job-row h3 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 2.6vw, 3rem);
  line-height: .98;
}

.career-job-row p:not(.career-job-row__meta) {
  max-width: 820px;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.7;
  color: #34312c;
}

.career-job-row__requirements {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(29,29,27,.12);
}

.career-job-row__requirements > p {
  margin: 0 0 14px !important;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .9rem !important;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #000 !important;
}

.career-job-row__requirements ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-job-row__requirements li {
  position: relative;
  padding-left: 18px;
  font-size: .98rem;
  line-height: 1.55;
  color: #34312c;
}

.career-job-row__requirements li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  background: var(--accent);
  transform: translateY(-50%);
}

.career-apply-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 30px;
  padding: 0 22px;
  border: 3px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.career-apply-toggle:hover,
.career-apply-toggle[aria-expanded="true"] {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

.career-application {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height .58s cubic-bezier(.22,.61,.36,1),
    opacity .34s ease,
    transform .34s ease;
}

.career-application.is-open {
  max-height: 3600px;
  opacity: 1;
  transform: translateY(0);
}

.career-application-form {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(29,29,27,.12);
}

.career-application-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 34px;
}

.career-application-form label {
  display: grid;
  gap: 8px;
}

.career-application-form label span {
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
}

.career-application-form input,
.career-application-form select {
  width: 100%;
  min-height: 56px;
  border: 1px solid #111;
  background: #fff;
  padding: 0 14px;
  font: inherit;
  color: var(--text);
  border-radius: 7px;
}

.career-application-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111 50%),
    linear-gradient(135deg, #111 50%, transparent 50%);
  background-position:
    calc(100% - 25px) 25px,
    calc(100% - 17px) 25px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.career-application-form input:focus,
.career-application-form select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.career-application-form__upload {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 46px;
  border: 1px solid #111;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.career-application-form__upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.career-application-form__upload span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: .02em;
}

.career-application-form__upload strong {
  font-size: 1.55rem;
  line-height: 1;
}

.career-application-form__file-status {
  width: 100%;
  box-sizing: border-box;
  margin: 12px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(0,124,153,.22);
  background: rgba(0,124,153,.06);
  font-size: .96rem;
  line-height: 1.45;
  color: rgba(0,0,0,.62);
  overflow-wrap: anywhere;
}


.career-application-form__file-status.has-files {
  border-color: rgba(0,124,153,.45);
  background: rgba(0,124,153,.1);
  color: #000;
}

.career-application-form__file-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--accent);
}

.career-application-form__file-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-application-form__file-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.72);
}

.career-application-form__file-name {
  min-width: 0;
  overflow-wrap: anywhere;
}

.career-application-form__file-remove {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(0,0,0,.08);
  color: rgba(0,0,0,.72);
  font: inherit;
  font-size: .86rem;
  cursor: pointer;
}

.career-application-form__file-remove:hover,
.career-application-form__file-remove:focus-visible {
  background: rgba(0,124,153,.18);
  color: var(--accent);
}

.career-application-form__hint {
  margin: 14px 0 8px;
  font-size: .98rem;
  color: rgba(0,124,153,.68);
}

.career-application-form__note {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #000;
}

.career-application-form__privacy {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 24px;
}

.career-application-form__privacy input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}

.career-application-form__privacy span {
  font-size: .96rem;
  line-height: 1.55;
  color: #3d3a35;
}

.career-application-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 28px;
  padding: 0 28px;
  border: 3px solid var(--accent);
  background: transparent;
  color: var(--accent);
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.career-application-form__submit:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}

/* Contact CTA */

.career-contact-section {
  padding: 132px 0 150px;
  background: var(--bg);
}

.career-contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .55fr);
  gap: 64px;
  align-items: end;
  padding: 56px 54px;
  background: #dcebed;
  border: 1px solid rgba(29,29,27,.08);
  overflow: hidden;
}

.career-contact-card::after {
  content: "DELPHI";
  position: absolute;
  right: 24px;
  bottom: -22px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: .82;
  color: rgba(255,255,255,.24);
  pointer-events: none;
}

.career-contact-card > * {
  position: relative;
  z-index: 1;
}

.career-contact-card h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.career-contact-card h2 span {
  display: block;
  width: fit-content;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  line-height: .92;
}

.career-contact-card__copy p {
  max-width: 460px;
  margin: 0 0 28px;
  font-size: 1.08rem;
  line-height: 1.76;
  color: #2f2d29;
}

.career-form-message{
  margin:28px 0 0;
  padding:16px 18px;
  border-radius:18px;
  font-weight:700;
}

.career-form-message--success{
  background:#ecfdf3;
  color:#067647;
  border:1px solid #abefc6;
}

.career-form-message--error{
  background:#fef3f2;
  color:#b42318;
  border:1px solid #fecdca;
}

.career-application-form__message{
  display:block;
  margin-top:14px;
}

.career-application-form__message textarea{
  width:100%;
  resize:vertical;
}

.about-intro-section {
  padding: 140px 0;
  background: #f3f1ed; /* ggf. deine Variable */
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT */
.about-intro-left h2 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 820px;
}

/* RIGHT */
.about-intro-right {
  max-width: 420px;
}

.about-intro-line {
  width: 100%;
  height: 2px;
  background: #3f6b8a; /* dein Blau */
  margin-bottom: 24px;
}

.about-intro-subheadline {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #111;
}

.about-intro-right p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

/* Mobile */

@media (max-width: 1080px) {
  .career-manifest,
  .career-insight,
  .career-contact-card {
    grid-template-columns: 1fr;
  }

  .career-benefits-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 42px;
}

  .career-insight__content {
    padding: 58px 40px;
  }
}

@media (max-width: 720px) {
  .career-new-hero {
    padding: 150px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  }

  .career-new-hero__intro {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  .career-manifest-section {
    margin-top: -64px;
    padding: 118px 0 76px;
  }

  .career-manifest {
    gap: 34px;
  }

  .career-manifest__statement p {
    font-size: clamp(1.8rem, 9vw, 2.75rem);
  }

  .career-benefits-section {
  padding: 82px 0 92px;
}

.career-benefits-head {
  margin-bottom: 48px;
}

.career-benefits-grid {
  grid-template-columns: 1fr 1fr;
  gap: 44px 22px;
}

.career-benefit {
  min-height: auto;
}

.career-benefit__icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #8fb1c2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-benefit h3 {
  max-width: 160px;
  font-size: 1rem;
}

.career-insight__media {
    min-height: 280px;
  }

.career-insight__content {
    padding: 42px 24px;
  }

.career-section-head h2 span,
.career-insight__content h2 span,
.career-contact-card h2 span {
  padding: 8px 14px 11px;
}
    
  .career-jobs-new-section {
    padding: 92px 0 96px;
  }

  .career-job-row {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
  }

  .career-job-row > a {
    width: fit-content;
  }

  .career-contact-section {
    padding: 92px 0 96px;
  }

  .career-contact-card {
    padding: 38px 24px;
    gap: 34px;
  }
    
  .career-job-row__requirements ul {
  grid-template-columns: 1fr;
}
    
  .career-application-form__grid {
  grid-template-columns: 1fr;
  gap: 20px;
}

.career-application-form__upload {
  margin-top: 32px;
}

.career-application.is-open {
  max-height: 4200px;
}
}

@media (max-width: 900px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-intro-left h2 {
    font-size: 2.4rem;
  }

  .about-intro-right {
    max-width: 100%;
  }
}

/* CONTACT PAGE */

.contact-hero {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 210px 0 190px;
  background: #dcebed;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 118px), 0 100%);
}

.contact-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.contact-hero__kicker {
  display: block;
  width: fit-content;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.7rem, 2.45vw, 2.65rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.contact-hero__title {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1240px;
  margin: 0;
}

.contact-hero__title span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  font-size: clamp(3.1rem, 5.7vw, 6.35rem);
  line-height: .9;
}

.contact-hero__intro {
  max-width: 820px;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 1.14rem;
  line-height: 1.72;
  color: #1d1d1b;
}

.contact-main-section {
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 200px 0 132px;
  background: var(--bg);
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: 70px;
  align-items: start;
}

.contact-info {
  position: sticky;
  top: 120px;
}

.contact-info .kicker {
  display: block;
  margin: 0 0 16px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.7rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.contact-title,
.contact-info h2 {
  display: inline-flex;
  flex-direction: column;
  gap: 10px; /* wie index */
  margin: 0;
}

.contact-title span,
.contact-info h2 span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px; /* wie index */
  line-height: .92;
  font-size: clamp(2rem, 4vw, 3.4rem); /* exakt h2 von index */
}

.contact-info__text {
  max-width: 540px;
  margin-top: 30px;
  font-size: 1.08rem;
  line-height: 1.78;
  color: #2f2d29;
}

.contact-info__items {
  display: grid;
  gap: 22px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(29,29,27,.14);
}

.contact-info__item span,
.contact-label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}

.contact-info__item a,
.contact-info__item p {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.45;
  color: #111;
  text-decoration: none;
}

.contact-info__item a:hover {
  color: var(--accent);
}

.contact-form {
  padding: 44px 42px 42px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 18px 38px rgba(0,0,0,.055);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(29,29,27,.16);
  background: #f6f2ec;
  padding: 0 14px;
  font: inherit;
  color: var(--text);
  border-radius: 0;
}

.contact-form textarea {
  min-height: 170px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--accent) 50%),
    linear-gradient(135deg, var(--accent) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 22px,
    calc(100% - 13px) 22px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--accent);
  background-color: #fff;
}

.contact-form__full {
  margin-top: 24px;
}

.contact-form__privacy {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 24px;
}

.contact-form__privacy input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}

.contact-form__privacy span {
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  font-size: .96rem !important;
  line-height: 1.55;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #3d3a35 !important;
}

.contact-form .button {
  margin-top: 30px;
}

.contact-trust-section {
  background: #dcebed;
  padding: 92px 0 104px;
}

.contact-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.contact-trust div {
  position: relative;
  min-height: 210px;
  padding: 32px 30px 30px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
  overflow: hidden;
}

.contact-trust div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}

.contact-trust div:hover::before {
  transform: scaleY(1);
}

.contact-trust span {
  display: block;
  margin-bottom: 34px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: .82;
  color: rgba(0,124,153,.28);
}

.contact-trust p {
  margin: 0;
  max-width: 280px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.08;
  text-transform: uppercase;
  color: #111;
}

@media (max-width: 1080px) {
  .contact-main,
  .contact-trust {
    grid-template-columns: 1fr;
  }

  .contact-info {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  .contact-hero {
    padding: 150px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  }

  .contact-hero__kicker {
    font-size: clamp(1.2rem, 5vw, 1.75rem);
  }

  .contact-hero__title span {
    padding: 8px 14px 11px;
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .contact-hero__intro {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  .contact-main-section {
    margin-top: -64px;
    padding: 78px 0 92px;
  }

  .contact-main {
    gap: 38px;
  }

  .contact-title span,
.contact-info h2 span {
  padding: 8px 14px 11px; /* wie index mobile */
  font-size: clamp(2rem, 8vw, 2.7rem);
}

  .contact-info__text {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.68;
  }

  .contact-form {
    padding: 30px 22px;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-trust-section {
    padding: 78px 0 86px;
  }

  .contact-trust div {
    min-height: 180px;
    padding: 28px 24px 24px;
  }

  .contact-trust span {
    margin-bottom: 24px;
  }
}

/* LEGAL PAGES / IMPRESSUM + DATENSCHUTZ */

.legal-hero {
  position: relative;
  z-index: 4;
  overflow: hidden;
  padding: 210px 0 190px;
  background: #dcebed;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 118px), 0 100%);
}

.legal-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.legal-hero__kicker {
  display: block;
  width: fit-content;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.7rem, 2.45vw, 2.65rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.legal-hero__title {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1240px;
  margin: 0;
}

.legal-hero__title span {
  display: block;
  width: fit-content;
  max-width: 100%;
  background: var(--accent);
  color: #fff;
  padding: 10px 18px 14px;
  font-size: clamp(3.1rem, 5.7vw, 6.35rem);
  line-height: .9;
}

.legal-hero__intro {
  max-width: 820px;
  margin-top: 34px;
  margin-bottom: 0;
  font-size: 1.14rem;
  line-height: 1.72;
  color: #1d1d1b;
}

.legal-main-section {
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 200px 0 150px;
  background: var(--bg);
}

.legal-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 120px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid rgba(29,29,27,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.045);
}

.legal-sidebar__label {
  margin: 0 0 8px !important;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .82rem !important;
  line-height: 1;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}

.legal-sidebar p {
  margin: 0 0 24px;
  font-size: 1.04rem;
  line-height: 1.58;
  color: #2f2d29;
}

.legal-sidebar a:not(.legal-sidebar__button) {
  color: #111;
  text-decoration: none;
}

.legal-sidebar a:not(.legal-sidebar__button):hover {
  color: var(--accent);
}

.legal-sidebar__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  margin-top: 8px;
  padding: 0 16px;
  background: var(--accent);
  color: #fff;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .24s ease, transform .24s ease;
}

.legal-sidebar__button:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

.legal-content {
  display: grid;
  gap: 26px;
  max-width: 980px;
}

.legal-block {
  position: relative;
  padding: 42px 48px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(29,29,27,.08);
  overflow: hidden;
  transition:
    background .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    transform .32s ease;
}

.legal-block::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .35s cubic-bezier(.22,.61,.36,1);
}

.legal-block:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 38px rgba(0,0,0,.055);
  border-color: rgba(0,124,153,.18);
}

.legal-block:hover::before {
  transform: scaleY(1);
}

.legal-block .kicker {
  display: block;
  margin: 0 0 18px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: clamp(1.05rem,1.35vw,1.45rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
}

.legal-block h2 {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: clamp(1.55rem, 2.35vw, 2.55rem);
  line-height: 1;
}

.legal-block p {
  margin: 0 0 18px;
  max-width: 840px;
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  line-height: 1.78;
  color: #2f2d29;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-block a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

.legal-block a:hover {
  text-decoration: underline;
}

.legal-block ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.legal-block li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.62;
  color: #34312c;
}

.legal-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  background: var(--accent);
  transform: translateY(-50%);
}

.legal-block--note {
  background: #dcebed;
}

.legal-sidebar__label--spaced {
  margin-top: 34px !important;
}

@media (max-width: 1080px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .legal-sidebar {
    position: relative;
    top: auto;
  }
}

@media (max-width: 720px) {
  .legal-hero {
    padding: 150px 0 130px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  }

  .legal-hero__kicker {
    font-size: clamp(1.2rem, 5vw, 1.75rem);
  }

  .legal-hero__title span {
    padding: 8px 14px 11px;
    font-size: clamp(2.35rem, 11vw, 3.8rem);
  }

  .legal-hero__intro {
    font-size: 1.02rem;
    line-height: 1.68;
  }

  .legal-main-section {
    margin-top: -64px;
    padding: 78px 0 96px;
  }

  .legal-sidebar {
    padding: 24px 22px;
  }

  .legal-content {
    gap: 18px;
  }

  .legal-block {
    padding: 30px 22px;
  }

  .legal-block h2 {
    font-size: clamp(1.45rem, 8vw, 2.2rem);
  }

  .legal-block p,
  .legal-block li {
    font-size: 1.02rem;
    line-height: 1.72;
  }
}



/* TABLET */
@media (max-width: 1080px) {
  .cards--2,
  .cards--3,
  .feature-grid,
  .footer-grid,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(246, 242, 236, 0.98);
    border-top: 1px solid rgba(29, 29, 27, 0.06);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
    padding: 18px 20px 22px;
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav a {
    color: var(--text);
  }

  .nav-toggle {
    display: inline-block;
  }

  .header-cta {
    display: none;
  }
    
  .header-actions {
    margin-left: auto;
    gap: 14px;
  }

  .header-language-switch {
    font-size: 0.9rem;
  }

  .site-nav {
    margin-left: 0;
  }

  .site-brand {
    width: 320px;
    height: 110px;
  }

  .site-brand__stacked-full,
  .site-brand__stacked-icon,
  .site-brand__stacked-wordmark {
    width: 166px;
  }

  .site-brand__horizontal-full,
  .site-brand__horizontal-icon,
  .site-brand__horizontal-wordmark {
    width: 104px;
  }

  .site-header.is-sticky .site-brand {
    width: 136px;
    height: 28px;
  }

  .hero {
    min-height: clamp(780px, 100svh, 980px);
  }

  .hero-slide-inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 4vw, 52px);

    /* Header + Dots sicher freihalten */
    padding-top: clamp(138px, 15svh, 190px);
    padding-bottom: clamp(140px, 15svh, 190px);
  }

  .hero-slide-image {
    max-width: min(126%, 760px);
    max-height: min(66svh, 680px);
  }

  .hero-slide-content {
    max-width: min(100%, 620px);
  }

  .hero-slide--image-left .hero-slide-image {
    margin-right: clamp(-120px, -8vw, -40px);
  }

  .hero-slide--image-right .hero-slide-image {
    margin-left: clamp(-120px, -8vw, -40px);
  }

  .hero-arrow--prev {
    left: 16px;
  }

  .hero-arrow--next {
    right: 16px;
  }
    
    .about-home__image-wrap {
    width: min(calc(100% - 24px), var(--container));
    margin: 0 auto;
  }

  .about-home__image {
    height: 280px;
    background-attachment: scroll;
  }

  .about-home__panel {
    width: min(94%, 900px);
    margin: -34px auto 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 28px 30px;
  }

  .about-home__panel-left,
  .about-home__panel-right {
    max-width: none;
    justify-self: start;
    margin-left: 0;
  }
    
  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-brand__logo {
    width: 130px;
  }

  .footer-form {
    max-width: none;
  }

  .footer-info {
    justify-self: start;
    max-width: none;
  }
}

/* MOBILE */
@media (max-width: 720px) {
  :root {
    --header-height: 92px;
    --header-height-sticky: 72px;
    --header-offset-top: 18px;
  }

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .site-brand {
    width: 220px;
    height: 96px;
  }

  .site-brand__stacked-full,
  .site-brand__stacked-icon,
  .site-brand__stacked-wordmark {
    width: 130px;
  }

  .site-brand__horizontal-full,
  .site-brand__horizontal-icon,
  .site-brand__horizontal-wordmark {
    width: 88px;
  }

  .site-header.is-sticky .site-brand {
    width: 114px;
    height: 24px;
  }
    
 /* Logo auf Mobile wieder etwas nach rechts ziehen */

  .site-brand__stacked-full,
  .site-brand__stacked-icon,
  .site-brand__stacked-wordmark {
    left: 0;
  }

      .header-actions {
    margin-left: auto;
    gap: 10px;
  }

  .header-language-switch {
    font-size: 0.88rem;
  }

  .header-language-switch span {
    opacity: 0.55;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-slide-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    gap: 24px;

    /* Header oben + Dots unten freihalten */
    padding-top: 132px;
    padding-bottom: 126px;
  }

  /* Mobile bleibt sauber gestapelt: Bild oben, Text darunter */
  .hero-slide--image-left .hero-slide-visual,
  .hero-slide--image-right .hero-slide-visual {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    justify-content: center;
  }

  .hero-slide--image-left .hero-slide-content,
  .hero-slide--image-right .hero-slide-content {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    max-width: 100%;
  }

  .hero-slide-image {
    max-width: min(94vw, 480px);
    max-height: min(38svh, 380px);
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero-line {
    font-size: clamp(1.2rem, 4.2vw, 1.65rem);
    margin-bottom: 12px;
  }

  .hero-title {
    gap: 12px;
  }

  .hero-title span,
  .hero-title--small span {
    font-size: clamp(2.4rem, 11vw, 4rem);
    padding: 8px 12px 10px;
  }

  .hero-subline {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 22px;
  }

  .hero-actions--hero {
    margin-top: 26px;
  }

  .hero-arrow {
    display: none;
  }

  .hero-dots {
    bottom: 34px;
    gap: 12px;
  }

    
  body.menu-open {
    overflow: hidden;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    position: relative;
    z-index: 1002;
  }

  .site-header.is-sticky .nav-toggle {
    border: 0;
  }

  .nav-toggle span {
    position: absolute;
    width: 30px;
    height: 2px;
    margin: 0;
    background: #000;
    transition:
      transform 0.32s cubic-bezier(.22,.61,.36,1),
      opacity 0.22s ease,
      background 0.22s ease;
  }

  .nav-toggle span:nth-child(1) {
    transform: translateY(-8px);
  }

  .nav-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .nav-toggle span:nth-child(3) {
    transform: translateY(8px);
  }

  .nav-toggle.is-open span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.is-open span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .mobile-nav-meta {
    display: block;
  }

.site-nav {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 112px 28px 34px;
  background: rgba(246, 242, 236, 0.99);
  box-shadow: none;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.42s cubic-bezier(.22,.61,.36,1),
    opacity 0.28s ease,
    visibility 0.28s ease;
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 1001;
}

  .site-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .site-nav a {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .mobile-nav-meta {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    font-size: 0.82rem;
    line-height: 0.5;
    color: rgba(17, 17, 17, 0.76);
  }

  .mobile-nav-meta__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 10px;
  }

  .mobile-nav-meta__links a {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
    
.mobile-nav-meta p {
  margin: 0;
}

.mobile-nav-meta p {
  margin: 0;
}

.mobile-nav-meta p a {
  color: inherit;
  font: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  text-decoration: none;
}

.mobile-nav-meta p a:hover {
  color: var(--accent);
}
    .site-nav__mobile-contact {
  display: block;
}

  .card,
  .cta-banner,
  .contact-box {
    padding: 22px;
  }

  .feature-list {
    flex-direction: column;
    width: 100%;
  }

  .feature-list li {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
  }
    
    .about-home {
    padding-top: 76px;
  }

  .about-home__intro {
    margin-bottom: 22px;
  }

  .about-home__image-wrap {
    width: min(calc(100% - 24px), var(--container));
    margin: 0 auto;
  }

  .about-home__image {
    height: 210px;
    background-position: center center;
  }

  .about-home__panel {
    width: calc(100% - 24px);
    margin: -18px auto 0;
    padding: 24px 18px 22px;
    gap: 22px;
  }

  .about-home__statement {
    font-size: clamp(1.4rem, 7vw, 1.9rem);
  }

  .about-home__panel-right p {
    font-size: 1rem;
    line-height: 1.72;
  }
  .site-footer {
    margin-top: 84px;
    padding: 56px 0 22px;
  }

  .footer-heading {
    margin-bottom: 28px;
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .footer-brand__logo {
    width: 118px;
  }

  .footer-form__row--split {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-meta {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 1080px) {
  .language-switch {
    order: 2;
    margin-left: auto;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .nav-toggle {
    order: 3;
    margin-left: 0;
  }

  .site-nav {
    order: 4;
  }
}

@media (max-width: 720px) {
  .language-switch {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
    gap: 5px;
  }
}


/* PROJECT DETAIL CAPTIONS */
.project-screen-captions {
  margin-top: 18px;
  text-align: center;
}

.project-screen-caption {
  display: none;
  max-width: 620px;
  margin: 0 auto;
  font-size: .96rem;
  line-height: 1.55;
  color: rgba(29, 29, 27, .68);
}

.project-screen-caption.is-active {
  display: block;
}

.project-detail-image-figure {
  margin: 0;
}

.project-detail-image-figure img {
  display: block;
}

.project-detail-image-figure figcaption {
  margin-top: 10px;
  font-size: .95rem;
  line-height: 1.5;
  color: rgba(29, 29, 27, .68);
}

@media (max-width: 720px) {
  .project-screen-captions {
    margin-top: 14px;
  }

  .project-screen-caption,
  .project-detail-image-figure figcaption {
    font-size: .92rem;
  }
}


@media (max-width: 760px) {
  .projects-toolbar {
    align-items: flex-start;
    gap: 10px;
  }

  .projects-view-toggle {
    display: none !important;
  }

  .projects-overview-grid,
  .projects-overview-grid.is-list-view {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 22px;
  }

  .projects-overview-card,
  .projects-overview-card--large,
  .projects-overview-card--medium,
  .projects-overview-card--small,
  .projects-overview-card:nth-child(3),
  .projects-overview-card:nth-child(4),
  .projects-overview-card:nth-child(5),
  .projects-overview-card:nth-child(6),
  .projects-overview-grid.is-list-view .projects-overview-card {
    grid-column: 1 / -1;
  }

  .projects-overview-card__link,
  .projects-overview-grid.is-list-view .projects-overview-card__link {
    display: flex;
    flex-direction: column;
  }

  .projects-overview-card__media,
  .projects-overview-card--large .projects-overview-card__media,
  .projects-overview-card--medium .projects-overview-card__media,
  .projects-overview-card--small .projects-overview-card__media,
  .projects-overview-grid.is-list-view .projects-overview-card__media {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .projects-overview-card__body,
  .projects-overview-grid.is-list-view .projects-overview-card__body {
    padding: 22px 20px 24px;
    align-self: auto;
  }

  .projects-overview-card h2,
  .projects-overview-grid.is-list-view .projects-overview-card h2 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
    line-height: 1.02;
    margin-bottom: 14px;
  }

  .projects-overview-card__text {
    font-size: .98rem;
    line-height: 1.6;
  }
}

@keyframes legalPageReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.legal-hero__inner.reveal-up,
.legal-layout > .legal-sidebar.reveal-up,
.legal-layout > .legal-content.reveal-up {
  opacity: 1;
  transform: translateY(0);
  animation: legalPageReveal 0.72s cubic-bezier(.22,.61,.36,1) both;
}

.legal-layout > .legal-sidebar.reveal-up {
  animation-delay: 90ms;
}

.legal-layout > .legal-content.reveal-up {
  animation-delay: 160ms;
}

.career-application-form__upload,
.career-application-form__file-status {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.career-application-form > .career-application-form__file-status,
.career-application-form__upload + .career-application-form__file-status {
  display: block !important;
  width: 100% !important;
  inline-size: 100% !important;
  max-width: 100% !important;
  max-inline-size: 100% !important;
  min-width: 100% !important;
  box-sizing: border-box !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  grid-column: 1 / -1 !important;
}

.career-application-form__upload + .career-application-form__file-status {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.career-application-form__upload {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  min-height: 72px;
  padding: 0;
}

.career-application-form__upload span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
}

/* Download-Hinweis im Hero-Slider */
.download-modal[hidden] {
  display: none;
}

.download-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.download-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 24, 32, 0.54);
  backdrop-filter: blur(4px);
}

.download-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  background: #f6f2ec;
  color: #17323f;
  border-radius: 22px;
  padding: clamp(28px, 4vw, 44px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.download-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(23, 50, 63, 0.08);
  color: #17323f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.download-modal__kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #007c99;
  font-weight: 700;
}

.download-modal__dialog h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading, inherit);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.08;
}

.download-modal__text {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.download-modal__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

body.download-modal-open {
  overflow: hidden;
}
