/* ============================================================
   JOBA Drei-D GmbH – Timeless Premium Design
   ============================================================ */

/* === VARIABLES === */
:root {
  --bg:         #f7f8f7;
  --surface:    #ffffff;
  --card:       #eef1ef;
  --card-hover: #e6eee9;
  --ink:        #38423d;
  --green:      #1fb85e;
  --green-lt:   #0b7f42;
  --green-dk:   #087a3e;
  --green-pale: rgba(31,184,94,0.08);
  --white:      #ffffff;
  --muted:      #5f6964;
  --muted-lt:   #68736d;
  --border:     rgba(31,184,94,0.22);
  --border-w:   rgba(75,88,81,0.13);
  --shadow:     0 18px 55px rgba(62,76,68,0.11);
  --radius:     14px;
  --hh:         88px;
  --content-max: 1380px;
  --page-gutter: clamp(20px, 3vw, 48px);

  /* alias so existing classes keep working */
  --gold:      #087a3e;
  --gold-lt:   #0b7f42;
  --gold-dk:   #066735;
  --gold-pale: rgba(31,184,94,0.08);
}

/* ============================================================
   BRIGHT SYSTEM 2026
   White / grey / JOBA green — no dark surfaces
   ============================================================ */
body {
  background: var(--bg);
  color: var(--ink);
}

.section--dark,
.partner-value,
.about-section--kunden {
  background: var(--card);
}

.site-header {
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid var(--border-w);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header.scrolled {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 8px 35px rgba(62,76,68,0.08);
}

.page-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(31,184,94,0.1), transparent 24rem),
    linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}

.vision-split__primary {
  background: #edf4ef;
}

.vision-split__primary .label,
.vision-split__primary h2 {
  color: var(--ink);
}

.vision-split__primary .label::before { background: var(--green); }

.cta-section {
  background: #e9f5ed;
}

.cta-section::before { display: none; }
.cta-section h2 { color: var(--ink); }
.cta-section p { color: var(--muted); }
.cta-section .btn-primary { background: var(--green-dk); color: #fff; }
.cta-section .btn-outline { color: var(--ink); border-color: var(--border-w); }

.site-footer {
  background: #eef1ef;
  color: var(--muted);
  border-top: 1px solid var(--border-w);
}

.footer-logo-name,
.footer-col h4 { color: var(--ink); }
.footer-col a,
.footer-col address,
.footer-copy,
.footer-legal a { color: var(--muted); }
.footer-logo-bar { background: var(--green); }
.social-link {
  color: var(--green);
  border-color: var(--border-w);
  background: #fff;
}

/* Video hero + network map */
.network-hero {
  min-height: auto;
  padding: calc(var(--hh) + 38px) 0 58px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 55%, rgba(31,184,94,.07), transparent 32%),
    linear-gradient(135deg, #fff 0%, #f6f8f7 100%);
}

.network-hero__inner {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(34px, 4vw, 64px);
  row-gap: clamp(30px, 3vw, 44px);
}

.network-hero__left { min-width: 0; align-self: center; }
.network-hero__copy {
  max-width: 760px;
  align-self: center;
}
.network-hero__copy h1 {
  font-size: clamp(2.65rem, 3.55vw, 4.2rem);
  line-height: 1;
  letter-spacing: -.045em;
  margin: 18px 0 20px;
}
.network-hero__copy h1 span {
  display: block;
  white-space: nowrap;
}
.network-hero__copy p {
  color: var(--muted);
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  line-height: 1.65;
  max-width: 64ch;
}

.network-hero__showcase {
  display: contents;
}

.network-hero__media {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(70,84,76,.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(55,72,63,.16);
  transform: none;
}
.network-hero__media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 53px 0 auto;
  height: 1px;
  background: rgba(255,255,255,.3);
  pointer-events: none;
}
.network-hero__media-head {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font: 700 .72rem 'Lato', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.network-hero__media-kicker { color: var(--gold); }
.network-hero__media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #e8ece9;
  object-fit: contain;
}

.network-map {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  min-height: 360px;
  height: auto;
  width: 100%;
  margin-top: 12px;
  overflow: visible;
  background: transparent;
  border: 0;
}
.network-map__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.network-flow {
  fill: none;
  stroke: url(#flow-main);
  stroke-width: 1.2;
  opacity: .55;
}
.network-flow--main { stroke-width: 23; opacity: .16; }
.network-link {
  fill: none;
  stroke: #7e8983;
  stroke-width: 1;
  opacity: .48;
}
.network-link--soft { opacity: .26; }
.network-points { fill: #1fb85e; opacity: .42; }
.network-points circle { animation: networkPulse 3.2s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.network-points circle:nth-child(2n) { animation-delay: -1.4s; }
.network-points circle:nth-child(3n) { animation-delay: -2.2s; }

.network-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(75,91,82,.22) 1px, transparent 1.5px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 58%, #000);
  opacity: .3;
}

.network-core,
.network-node,
.network-value {
  position: absolute;
  z-index: 2;
}

.network-core {
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: clamp(130px, 13vw, 172px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255,255,255,.97);
  border: 7px solid rgba(255,255,255,.9);
  box-shadow: 0 18px 45px rgba(48,68,57,.2), 0 0 0 2px rgba(31,184,94,.28), 0 0 0 10px rgba(99,112,105,.08);
  display: grid;
  place-items: center;
  padding: 19px;
}
.network-core img { width: 92%; }
.network-node {
  width: clamp(110px, 9vw, 132px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: .94rem;
  box-shadow: 0 16px 45px rgba(57,74,65,.16);
  border: 5px solid rgba(255,255,255,.76);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.network-node::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(70,84,76,.18);
  border-radius: 50%;
  transition: inset .25s ease, border-color .25s ease;
}
.network-node:hover,
.network-node:focus-visible {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 21px 55px rgba(49,67,57,.24);
}
.network-node:hover::after,
.network-node:focus-visible::after { inset: -13px; border-color: var(--green); }
.network-node:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
.network-node strong { display: block; font: 900 .96rem 'Lato', sans-serif; }
.network-node__cta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  width: max-content;
  min-width: 122px;
  padding: 8px 9px 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(70,84,76,.14);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(48,68,57,.18);
  font: 900 .56rem 'Lato', sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.network-node__cta span:last-child {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: .78rem;
  transition: transform .2s ease;
}
.network-node:hover .network-node__cta span:last-child { transform: translateX(2px); }
.network-node svg { display: block; margin: 0 auto 7px; }
.network-node--customer {
  left: 9%;
  top: 22%;
  color: #fff;
  background: linear-gradient(145deg, #7f8984, #59635e);
}
.network-node--partner {
  right: 9%;
  top: 22%;
  color: #fff;
  background: linear-gradient(145deg, #27c568, #13984a);
}
.network-value {
  width: 100px;
  text-align: center;
  color: var(--muted);
  font-size: .65rem;
  line-height: 1.3;
}
.network-value strong {
  display: block;
  color: var(--ink);
  font-size: .76rem;
  margin-bottom: 2px;
}
.network-value__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0 auto 5px;
  display: grid;
  place-items: center;
  color: var(--green);
  background: #fff;
  border: 1px solid var(--border-w);
  box-shadow: 0 9px 25px rgba(62,76,68,.1);
}
.network-value--trust { top: 2%; left: 50%; transform: translateX(-50%); }
.network-value--success { left: 25%; bottom: 1%; transform: translateX(-50%); }
.network-value--together { left: 50%; bottom: 2%; transform: translate(-50%, 12px); }
.network-value--growth { left: 75%; bottom: 1%; transform: translateX(-50%); }
@keyframes networkPulse {
  50% { transform: scale(1.65); opacity: .45; }
}

/* Compact service teasers */
.hub-services--compact { padding: clamp(72px, 9vw, 118px) 0; background: #fff; }
.hub-services--compact .services-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  background: #fff;
}
.service-teaser {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: #fff;
  border: 0;
  border-right: 1px solid var(--border-w);
  border-radius: 0;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-teaser:last-child { border-right: 0; }
.service-teaser:hover {
  transform: none;
  box-shadow: inset 0 4px 0 var(--green);
}
.service-teaser .service-link { margin-top: auto; }

/* Full-width video stages */
.video-section--immersive {
  padding: clamp(46px, 6vw, 78px) 0;
  background: #fff;
  overflow: hidden;
}
.video-section--immersive .container { width: min(1120px, 90vw); max-width: 1120px; }
.video-section--immersive .video-wrapper { max-width: 1120px; }
.video-section--immersive .video-frame {
  width: 100%;
  padding-top: 0;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 22px 65px rgba(62,76,68,.13);
  background: #edf1ef;
}
.video-frame iframe,
.video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}
/* About page: full image with readable glass panel */
.about-cover {
  min-height: clamp(580px, 74vh, 700px);
  padding: calc(var(--hh) + 24px) 0 48px;
  position: relative;
  display: flex;
  align-items: end;
  background: #edf1ee;
  overflow: hidden;
}
.about-cover__image,
.about-cover__image::after {
  position: absolute;
  inset: 0;
}
.about-cover__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.about-cover__image::after {
  content: "";
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 34%, rgba(255,255,255,.13) 60%, rgba(239,243,240,.84) 100%),
    linear-gradient(90deg, rgba(255,255,255,.17), transparent 28%);
}
.about-cover__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(28px, 3.3vw, 44px);
  display: grid;
  grid-template-columns: minmax(300px, .86fr) minmax(380px, 1.14fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: end;
  border-radius: 20px;
  background: rgba(255,255,255,.91);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 25px 80px rgba(70,84,76,.15);
  backdrop-filter: blur(14px);
}
.about-cover__title h1 {
  max-width: 14ch;
  font-size: clamp(2.25rem, 3.15vw, 3.65rem);
  line-height: 1.03;
  margin-top: 16px;
}
.about-cover__copy {
  padding: 4px 0 4px clamp(22px, 3vw, 38px);
  border-left: 2px solid rgba(31,184,94,.45);
}
.about-cover__copy p { color: var(--muted); font-size: 1rem; line-height: 1.72; }
.about-cover__copy p + p { margin-top: 14px; }

/* Shared contact block */
.contact-panel {
  padding: clamp(76px, 9vw, 118px) 0;
  background: #edf1ef;
  border-top: 1px solid var(--border-w);
}
.contact-panel__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(45px, 7vw, 100px);
  align-items: start;
}
.contact-panel__intro h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); margin: 20px 0; }
.contact-panel__intro p { color: var(--muted); max-width: 42ch; }
.contact-form--compact {
  padding: clamp(26px, 4vw, 44px);
  background: #fff;
  border: 1px solid var(--border-w);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(62,76,68,.08);
}
.contact-form--compact .form-grid { grid-template-columns: 1fr; }
.required-mark { color: var(--green); font-weight: 900; }
.contact-prompt-title {
  white-space: nowrap;
  font-size: clamp(1.8rem, 3.15vw, 3.35rem);
}
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-status {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 9px;
  font-size: .9rem;
}
.form-status.is-visible { display: block; }
.form-status.is-success { background: var(--green-pale); color: var(--green-dk); }
.form-status.is-error { background: #fff1f1; color: #a13b3b; }

/* Career funnel */
.career-funnel {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
  background: #fff;
  border: 1px solid var(--border-w);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.funnel-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 42px; }
.funnel-progress--two { grid-template-columns: repeat(2, 1fr); }
.funnel-progress span { height: 5px; border-radius: 9px; background: var(--card); }
.funnel-progress span.is-active { background: var(--green); }
.funnel-step { display: none; }
.funnel-step.is-active { display: block; }
.funnel-step h2 { font-size: clamp(1.65rem, 3vw, 2.4rem); margin-bottom: 12px; }
.funnel-step > p { color: var(--muted); margin-bottom: 30px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1.5px solid var(--border-w);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.choice-card:has(input:checked) { border-color: var(--green); background: var(--green-pale); }
.funnel-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }

@media (max-width: 900px) {
  .network-hero__inner { grid-template-columns: 1fr; }
  .network-hero__copy { max-width: 760px; }
  .network-hero__media { grid-column: 1; grid-row: 2; max-width: 760px; width: 100%; margin: 0 auto; }
  .network-map { grid-column: 1; grid-row: 3; min-height: 420px; max-width: 760px; margin: 0 auto; }
  .about-cover__content { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hub-services--compact .services-grid { grid-template-columns: 1fr; }
  .service-teaser { border-right: 0; border-bottom: 1px solid var(--border-w); }
  .service-teaser:last-child { border-bottom: 0; }
}

@media (max-width: 760px) {
  :root { --hh: 72px; }
  .brand img { height: 46px; }
  .network-hero { padding-top: calc(var(--hh) + 42px); }
  .network-hero__inner { min-height: auto; }
  .network-hero__copy h1 { font-size: clamp(2.25rem, 10vw, 3.3rem); }
  .network-hero__copy h1 span { white-space: normal; }
  .network-map { min-height: 390px; }
  .network-node { width: 96px; font-size: .8rem; }
  .network-node--customer { left: 2%; }
  .network-node--partner { right: 2%; }
  .network-node__cta { min-width: 104px; padding: 6px 7px 6px 9px; font-size: .46rem; }
  .network-node__cta span:last-child { width: 17px; height: 17px; }
  .network-core { width: 120px; padding: 14px; }
  .network-value { width: 100px; font-size: .58rem; }
  .network-value strong { font-size: .77rem; }
  .network-value--success { left: 21%; }
  .network-value--growth { left: 79%; }
  .network-value--success,
  .network-value--together,
  .network-value--growth {
    top: 76%;
    bottom: auto;
    transform: translateX(-50%);
  }
  .network-link--soft { display: none; }
  .contact-panel__grid { grid-template-columns: 1fr; }
  .about-cover {
    min-height: auto;
    padding: calc(var(--hh) + 18px) 16px 24px;
    display: block;
  }
  .about-cover__image {
    position: relative;
    inset: auto;
    width: calc(100% + 32px);
    margin-left: -16px;
    aspect-ratio: 2 / 1;
  }
  .about-cover__image img { object-position: center; }
  .about-cover__image::after { background: linear-gradient(0deg, rgba(255,255,255,.2), transparent 55%); }
  .about-cover .container { width: 100%; }
  .about-cover__content {
    margin-top: 16px;
    padding: 28px 24px;
    grid-template-columns: 1fr;
    gap: 24px;
    border-radius: 16px;
  }
  .about-cover__title h1 { max-width: none; font-size: clamp(2.15rem, 10vw, 3rem); }
  .about-cover__copy { padding: 20px 0 0; border-left: 0; border-top: 2px solid rgba(31,184,94,.45); }
  .video-section--immersive .container { width: min(100% - 32px, 1120px); }
  .video-section--immersive .video-frame { aspect-ratio: 16 / 9; border-radius: 12px; }
  .contact-prompt-title { white-space: normal; }
  .choice-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: clip;
  overscroll-behavior-x: none;
}

body {
  font-family: 'Lato', 'Helvetica Neue', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100%;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

/* === CONTAINER === */
.container {
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
  margin: 0 auto;
}

/* === TYPOGRAPHY UTILITIES === */
h1, h2, h3, h4 {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  line-height: 1.14;
  color: var(--ink);
}

.site-nav,
.cta-btn,
.btn-primary,
.btn-outline,
.label {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}
.label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.label--center::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.gold-sep {
  display: block;
  width: 44px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  border-radius: 2px;
  margin: 16px 0 28px;
}

/* === SECTION === */
.section      { padding: 108px 0; }
.section--dark { background: var(--surface); }
.section--card { background: var(--card); }

.section-head { margin-bottom: 64px; }

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0;
}

.section-copy {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.04rem;
  max-width: 66ch;
  line-height: 1.8;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: var(--hh);
  display: flex;
  align-items: center;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.site-header.scrolled {
  background: rgba(248, 248, 246, 0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--border-w), 0 8px 32px rgba(62,76,68,0.10);
}

.nav-inner {
  display: flex;
  align-items: center;
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
  gap: 0;
  margin: 0 auto;
  padding: 0;
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
}

.brand img {
  height: 46px;
  width: auto;
  transition: opacity 0.2s;
}
.brand:hover img { opacity: 0.85; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-right: 24px;
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--muted);
  position: relative;
  padding-bottom: 3px;
  transition: color 0.25s;
  white-space: nowrap;
}
.site-nav a::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 0; height: 2px;
  background: var(--green);
  transition: width 0.28s ease;
}
.site-nav a:hover,
.site-nav a.is-active {
  color: var(--green-dk);
}
.site-nav a:hover::after,
.site-nav a.is-active::after {
  width: 100%;
}

/* NAV DROPDOWN */
.nav-item {
  position: relative;
}
.nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-item > a .nav-chevron {
  width: 10px; height: 10px;
  transition: transform 0.22s ease;
  flex-shrink: 0;
}
.nav-item:hover > a .nav-chevron {
  transform: rotate(180deg);
}
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--surface);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  min-width: 220px;
  padding: 8px 0;
  padding-top: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(-50%) translateY(-4px);
  z-index: 200;
}
.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 0.87rem;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  transition: color 0.18s, background 0.18s;
  border-radius: 0;
}
.nav-dropdown a::after { display: none !important; }
.nav-dropdown a:hover {
  color: var(--green-dk);
  background: var(--green-pale);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: var(--green);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
  flex-shrink: 0;
}
.cta-btn:hover {
  background: #159f50;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(31,184,94,0.28);
}

/* Hamburger */
.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid var(--border-w);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 16px;
  flex-shrink: 0;
  position: relative;
}
.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 20px; height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  position: relative;
  transition: 0.25s ease;
}
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: '';
  position: absolute; left: 0;
}
.nav-toggle-bar::before { top: -6px; }
.nav-toggle-bar::after  { top:  6px; }

/* ============================================================
   HERO – IMAGE BACKGROUND
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  max-height: 1000px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--card);
}
.hero-bg-img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.hero--corporate .hero-bg-img {
  background: linear-gradient(135deg, #ffffff 0%, #eef1ef 100%);
}
.hero--corporate .hero-bg-img img {
  opacity: 0.45;
  object-position: center center;
}

/* Two-layer overlay: horizontal fade + bottom fade */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg,
      rgba(255,255,255,0.90) 0%,
      rgba(255,255,255,0.68) 45%,
      rgba(255,255,255,0.30) 100%),
    linear-gradient(to top,
      rgba(238,241,239,0.92) 0%,
      rgba(238,241,239,0.10) 50%),
    linear-gradient(to bottom,
      rgba(255,255,255,0.55) 0%,
      rgba(255,255,255,0.0) 30%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  max-width: 800px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.hero-kicker::before {
  content: '';
  display: block;
  width: 32px; height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.8rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 22px;
  line-height: 1.08;
}
.hero h1 .hero-line {
  display: block;
  white-space: nowrap;
}
.hero h1 em {
  font-style: italic;
  color: var(--green-lt);
}

.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: rgba(255,255,255,0.72);
  max-width: 54ch;
  line-height: 1.75;
  margin: 0 0 38px;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions--split {
  gap: clamp(16px, 3vw, 28px);
  align-items: flex-start;
}

.hero-action-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hero-action-hint {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
  padding-left: 2px;
}

/* Hero scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.38);
  font-size: 0.64rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.35; transform: scaleY(1); }
  50%       { opacity: 1;    transform: scaleY(0.65); }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
  font-size: 0.93rem;
  border-radius: 6px;
  letter-spacing: 0.2px;
  transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary:hover {
  background: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(31,184,94,0.28);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.93rem;
  border: 1.5px solid rgba(62,76,68,0.22);
  border-radius: 6px;
  transition: border-color 0.22s, background 0.22s, color 0.22s;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.btn-outline:hover {
  border-color: var(--green);
  background: var(--green-pale);
  color: var(--green-dk);
}

/* btn-outline over dark hero background */
.hero .btn-outline {
  color: rgba(255,255,255,0.90);
  border-color: rgba(255,255,255,0.45);
}
.hero .btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.12);
  color: #fff;
}

/* ============================================================
   HERO – SPLIT (Hub Startseite)
   ============================================================ */
.hero--split {
  height: 100vh;
  min-height: 620px;
  max-height: 1000px;
  padding: 0;
  align-items: stretch;
  background: var(--card);
  border-bottom: none;
  overflow: hidden;
}

.hero-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  width: 100%;
  height: 100%;
}

.hero-split-text {
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  padding: calc(var(--hh) + 32px) clamp(28px, 4vw, 56px) 56px clamp(28px, 5vw, max(28px, calc((100vw - 1180px) / 2)));
  background: linear-gradient(135deg, #ffffff 0%, #f4f6f5 55%, #eef1ef 100%);
  position: relative;
  z-index: 2;
}

.hero-split-text::after {
  display: none;
}

.hero-split-text-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 580px;
}

.hero--split .hero-kicker {
  color: var(--green-lt);
  margin-bottom: 22px;
}

.hero--split .hero-kicker::before {
  background: var(--green-lt);
}

.hero--split h1 {
  color: #ffffff;
  font-size: clamp(2.1rem, 4.4vw, 4rem);
  margin-bottom: 22px;
  line-height: 1.1;
}

.hero--split h1 .hero-line {
  display: block;
  white-space: nowrap;
}

.hero--split .hero-sub {
  color: rgba(255,255,255,0.68);
  max-width: 58ch;
  margin-bottom: 40px;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.hero--split .hero-sub strong {
  color: rgba(255,255,255,0.95);
  font-weight: 700;
}

.hero--split .btn-outline {
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.45);
}

.hero--split .btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.hero-split__media {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 0;
}

.hero-split__media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.55) 0%, transparent 18%);
  z-index: 1;
  pointer-events: none;
}

.hero-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  display: block;
}

.hub-services {
  padding: 56px 0 64px;
}

.hub-services__head {
  margin-bottom: 40px;
}

.hub-services__mini {
  margin-top: 20px;
}

.hub-services__cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-top: 8px;
}

.hub-services__cta .service-link {
  font-size: 0.92rem;
}

.hub-services .service-card {
  padding: 36px 28px 32px;
}

.hub-services .service-card h3 {
  font-size: 1.2rem;
}

.hub-bridge__link {
  margin-top: 4px;
}

/* ============================================================
   ABOUT POINTS (Kunden / Partner Intro Cards)
   ============================================================ */
.about-section--kunden {
  padding: 80px 0;
  background: var(--card);
  border-top: 1px solid var(--border-w);
  border-bottom: 1px solid var(--border-w);
}

.about-section__head {
  max-width: 640px;
  margin-bottom: 40px;
}

.about-section__head h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  margin-bottom: 8px;
}

.about-section__cta {
  display: flex;
  justify-content: flex-start;
  margin-top: 36px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-point {
  background: var(--surface);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.about-point:hover {
  border-color: var(--border);
  box-shadow: 0 8px 32px rgba(17, 26, 20, 0.06);
  transform: translateY(-2px);
}

.about-point__icon {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--gold-pale);
  margin-bottom: 18px;
}

.about-point h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
  line-height: 1.25;
}

.about-point p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.78;
  margin: 0;
}

.page-hero--partner {
  padding-bottom: 32px;
}

.page-hero--partner .container {
  max-width: 900px;
}

.partner-intro {
  padding: 0 0 48px;
  background: var(--surface);
  border-bottom: 1px solid var(--border-w);
}

.partner-intro .about-points {
  max-width: 100%;
}

/* ============================================================
   VISION SPLIT (Kundenseite)
   ============================================================ */
.vision-split {
  border-top: 1px solid var(--border-w);
  border-bottom: 1px solid var(--border-w);
}

.vision-split__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 320px;
}

.vision-split__primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 72px) clamp(28px, 5vw, max(28px, calc((100vw - 1180px) / 2 + 28px)));
  background: #edf4ef;
}

.vision-split__primary .label {
  color: var(--green-lt);
  margin-bottom: 18px;
}

.vision-split__primary .label::before {
  background: var(--green-lt);
}

.vision-split__primary h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.2;
  color: #fff;
  max-width: 22ch;
  font-weight: 700;
  font-style: normal;
}

.vision-split__primary h2 .vision-line {
  white-space: nowrap;
}

.vision-split__secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 72px) clamp(28px, 5vw, 72px);
  background: var(--card);
}

.vision-split__secondary .gold-sep {
  margin: 0 0 22px;
}

.vision-split__secondary p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
  max-width: 42ch;
  margin: 0 0 28px;
}

.vision-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.vision-tags li {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--green-dk);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  background: var(--card);
  border-top:    1px solid var(--border);
  border-bottom: none;
  padding: 60px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  text-align: center;
  padding: 8px 24px;
  position: relative;
}
.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 12%; height: 76%;
  width: 1px;
  background: var(--border);
}

.stat-num {
  display: block;
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -1px;
}

.stat-label {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}

/* ============================================================
   SERVICE CARDS (Homepage Teaser)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border-w);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  overflow: hidden;
}

.service-card {
  background: var(--card);
  padding: 44px 36px 40px;
  position: relative;
  transition: background 0.3s;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.service-card:hover { background: var(--card-hover); }
.service-card:hover::before { transform: scaleX(1); }

.service-icon {
  width: 52px; height: 52px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  background: var(--gold-pale);
  margin-bottom: 26px;
  transition: border-color 0.3s, background 0.3s;
}
.service-card:hover .service-icon {
  border-color: var(--gold);
  background: rgba(31,184,94,0.13);
}

.service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.75;
}

.service-list {
  list-style: none;
  margin-top: 18px;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.87rem;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-w);
}
.service-list li:last-child { border: none; }
.service-list li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.3px;
  transition: gap 0.22s, color 0.22s;
}
.service-link:hover { gap: 12px; color: var(--gold-lt); }

/* ============================================================
   SERVICES (Secondary – Mini Cards)
   ============================================================ */
.mini-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.mini-services-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-card {
  background: var(--card);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  padding: 28px 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: border-color 0.25s, background 0.25s;
}
.mini-card:hover {
  border-color: var(--border);
  background: var(--card-hover);
}

.mini-card-icon {
  width: 42px; height: 42px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  background: var(--gold-pale);
}

.mini-card h4 {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink);
}

.mini-card p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

/* ============================================================
   ABOUT PAGE – text + image side by side (ueber-uns.html)
   ============================================================ */
.about-page {
  padding: calc(var(--hh) + 28px) 0 56px;
  background: var(--surface);
  border-bottom: 1px solid var(--border-w);
}

.about-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: stretch;
}

.about-page__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  line-height: 0;
}

.about-page__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  display: block;
}

.about-page__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-page__content h1 {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  margin-bottom: 4px;
  line-height: 1.15;
}

.about-page__content p {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.78;
  margin-bottom: 14px;
  max-width: 52ch;
}

/* ============================================================
   ABOUT – index teaser (text only)
   ============================================================ */
.about-section {
  padding: 72px 0;
  background: var(--surface);
}

.about-intro {
  max-width: 720px;
}
.about-intro h2 {
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  margin-bottom: 8px;
}
.about-intro p:not(.label) {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
  margin-bottom: 14px;
  max-width: 58ch;
}

/* ============================================================
   VISION / QUOTE BLOCK
   ============================================================ */
.vision-section {
  padding: 128px 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.vision-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -150px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(31,184,94,0.045) 0%, transparent 70%);
  pointer-events: none;
}
.vision-section::after {
  content: '';
  position: absolute;
  bottom: -180px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(31,184,94,0.028) 0%, transparent 70%);
  pointer-events: none;
}

.vision-inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.vision-quote-mark {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 6rem;
  line-height: 0.5;
  color: var(--gold);
  opacity: 0.25;
  display: block;
  margin-bottom: 16px;
}

.vision-quote {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 auto;
  max-width: 22em;
  text-wrap: balance;
}

.vision-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  margin: 44px auto;
}

.vision-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.vision-meta-line {
  display: block;
  width: 24px; height: 1px;
  background: var(--gold);
}
.vision-meta span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}

/* ============================================================
   VIDEO SECTION (Imagefilm) – directly below hero
   ============================================================ */
.video-section {
  padding: 80px 0 96px;
  background: var(--surface);
  border-bottom: 1px solid var(--border-w);
}

/* full-width strip when placed directly under hero */
.video-section--hero-adjacent {
  padding-top: 72px;
}

.video-section--minimal {
  padding-top: 56px;
}

.video-section--minimal .video-section-head {
  display: none;
}

.video-section-head {
  text-align: center;
  margin-bottom: 56px;
}

.video-wrapper {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.video-frame {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px var(--border),
    0 24px 72px rgba(62,76,68,0.14);
}
.video-frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

/* Thumbnail fallback (when embedding is disabled) */
.video-thumb-link {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px var(--border),
    0 24px 72px rgba(62,76,68,0.14);
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.video-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.video-thumb-link:hover .video-thumb-img {
  transform: scale(1.03);
}
.video-thumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(87,100,93,0.24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition: background 0.3s;
}
.video-thumb-link:hover .video-thumb-overlay {
  background: rgba(87,100,93,0.16);
}
.video-play-btn {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s, background 0.25s, box-shadow 0.25s;
  box-shadow: 0 8px 32px rgba(31,184,94,0.45);
}
.video-thumb-link:hover .video-play-btn {
  transform: scale(1.1);
  background: var(--green-lt);
  box-shadow: 0 12px 40px rgba(31,184,94,0.6);
}
.video-play-btn svg { margin-left: 4px; }
.video-thumb-cta {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section {
  background: var(--green);
  padding: 110px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse, rgba(255,255,255,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 18px;
  position: relative;
  color: #ffffff;
}
.cta-section p {
  color: rgba(255,255,255,0.78);
  font-size: 1.06rem;
  max-width: 52ch;
  margin: 0 auto 42px;
  line-height: 1.8;
  position: relative;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  position: relative;
}
/* CTA buttons on green background */
.cta-section .btn-primary {
  background: #ffffff;
  color: var(--green-dk);
}
.cta-section .btn-primary:hover {
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 30px rgba(62,76,68,0.15);
}
.cta-section .btn-outline {
  border-color: rgba(255,255,255,0.55);
  color: #ffffff;
}
.cta-section .btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #eef1ef;
  border-top: none;
  padding: 88px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 64px;
}

.footer-logo-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  margin-bottom: 22px;
}
.footer-logo-bar {
  display: none;
}
.footer-logo-name {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #9da19f;
  letter-spacing: -0.5px;
  line-height: 1;
  display: inline-block;
  width: fit-content;
  position: relative;
  padding-top: 16px;
}
.footer-logo-name::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--green);
  border-radius: 999px;
}
.footer-logo-sub {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(180,196,184,0.6);
}

.footer-tagline {
  color: rgba(180,196,184,0.65);
  font-size: 0.9rem;
  line-height: 1.75;
  max-width: 32ch;
}

.footer-col h4 {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 20px;
}

.footer-col a,
.footer-col address {
  display: block;
  color: rgba(180,196,184,0.65);
  font-size: 0.9rem;
  font-style: normal;
  padding: 5px 0;
  line-height: 1.7;
  transition: color 0.2s;
}
.footer-col a:hover { color: #ffffff; }

.social-links {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}
.social-link {
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(180,196,184,0.65);
  transition: border-color 0.22s, color 0.22s, background 0.22s;
}
.social-link:hover {
  border-color: var(--green);
  color: var(--green);
  background: rgba(31,184,94,0.12);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy {
  color: rgba(180,196,184,0.35);
  font-size: 0.82rem;
}

.footer-legal {
  display: flex;
  gap: 22px;
}
.footer-legal a {
  color: rgba(180,196,184,0.35);
  font-size: 0.82rem;
  transition: color 0.2s;
}
.footer-legal a:hover { color: rgba(180,196,184,0.7); }

/* ============================================================
   PAGE HERO (Subpages)
   ============================================================ */
.page-hero {
  padding: calc(var(--hh) + 60px) 0 60px;
  background: var(--surface);
  border-bottom: 1px solid var(--border-w);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%;
  height: 100%;
  background: var(--card);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 80px;
  align-items: end;
}
.page-hero-inner .label {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 16px;
}
.page-hero-inner h1 {
  grid-column: 1;
  grid-row: 2;
  font-size: clamp(2.6rem, 5vw, 4rem);
  margin: 0;
}
.page-hero-inner > p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.78;
  max-width: 52ch;
  padding-bottom: 6px;
}

.page-hero-inner .page-hero-copy {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  max-width: 52ch;
  padding-bottom: 6px;
}
.page-hero-copy p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.78;
  margin-bottom: 14px;
}
.page-hero-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .page-hero-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .page-hero-inner .label { grid-row: 1; }
  .page-hero-inner h1     { grid-row: 2; margin-bottom: 18px; }
  .page-hero-inner > p,
  .page-hero-inner .page-hero-copy {
    grid-column: 1;
    grid-row: 3;
    border-left: none;
    padding-left: 0;
    max-width: 100%;
  }
  .page-hero::before      { display: none; }
}

/* ============================================================
   DIENSTLEISTUNGEN – Full Sections
   ============================================================ */
.service-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--border-w);
}

.service-full-image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.service-full-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 7s ease;
}
.service-full:hover .service-full-image img { transform: scale(1.04); }

.service-full-text {
  padding: 88px 72px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-full-text h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  margin-bottom: 18px;
}
.service-full-text p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 14px;
}

.service-full-list {
  list-style: none;
  margin: 20px 0 36px;
}
.service-full-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.92rem;
  border-bottom: 1px solid var(--border-w);
}
.service-full-list li:last-child { border: none; }
.service-full-list li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  margin-top: 8px;
}

/* Alternating layout */
.service-full--alt .service-full-text { order: -1; }

/* ============================================================
   TEAM GRID
   ============================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border-w);
  border-radius: var(--radius);
  overflow: hidden;
}

.team-card {
  background: var(--card);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.team-card:hover { background: var(--card-hover); }

.team-avatar {
  width: 76px; height: 76px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border-w);
  margin-bottom: 20px;
  transition: border-color 0.3s;
  background: var(--card);
}
.team-card:hover .team-avatar { border-color: var(--gold); }

.team-name {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 1.15rem;
  margin-bottom: 4px;
}
.team-role {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.team-divider {
  width: 28px; height: 1px;
  background: var(--border);
  margin-bottom: 16px;
}

.team-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  padding: 4px 0;
  transition: color 0.22s;
}
.team-contact a:hover { color: var(--gold-lt); }
.team-contact svg { flex-shrink: 0; opacity: 0.7; }

/* ============================================================
   WHAT MAKES US GREAT (Auszeichnet Section)
   ============================================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: var(--border-w);
  border-radius: var(--radius);
  overflow: hidden;
}

.feature-item {
  background: var(--card);
  padding: 40px 32px;
  transition: background 0.3s;
}
.feature-item:hover { background: var(--card-hover); }

.feature-num {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 3.2rem;
  color: #5f816c;
  line-height: 1;
  margin-bottom: 18px;
  transition: color 0.3s;
}
.feature-item:hover .feature-num { color: var(--gold); }

.feature-item h3 {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  margin-bottom: 10px;
  color: var(--ink);
}
.feature-item p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* ============================================================
   PARTNER SECTION
   ============================================================ */
.partner-hero-text {
  max-width: 760px;
}

.partner-value {
  padding: 80px 0 88px;
}

.partner-value__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.partner-value__head .section-title {
  margin-bottom: 0;
}

.partner-value__head .label--center {
  justify-content: center;
}

.partner-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border-w);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 0;
}

.benefit-item {
  background: var(--card);
  padding: 40px 32px 44px;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}

.benefit-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.benefit-item:hover {
  background: var(--card-hover);
}

.benefit-item:hover::before {
  transform: scaleX(1);
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: var(--gold-pale);
  margin-bottom: 22px;
  transition: border-color 0.3s, background 0.3s;
}

.benefit-item:hover .benefit-icon {
  border-color: var(--gold);
  background: rgba(31, 184, 94, 0.13);
}

.benefit-num {
  font-family: 'Lato', 'Segoe UI', system-ui, sans-serif;
  font-size: 3rem;
  color: var(--border);
  line-height: 1;
  margin-bottom: 20px;
  transition: color 0.3s;
}
.benefit-item:hover .benefit-num { color: var(--gold); }

.benefit-item h3 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  line-height: 1.25;
}

.benefit-item p {
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.78;
}

/* ============================================================
   KARRIERE / JOBS
   ============================================================ */
.job-card {
  background: var(--card);
  border: 1px solid var(--border-w);
  border-radius: var(--radius);
  padding: 40px 44px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  transition: border-color 0.3s, background 0.3s, transform 0.25s;
}
.job-card:hover {
  border-color: var(--border);
  background: var(--card-hover);
  transform: translateY(-3px);
}

.job-icon {
  width: 56px; height: 56px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  background: var(--gold-pale);
  transition: background 0.3s, border-color 0.3s;
}
.job-card:hover .job-icon {
  background: rgba(31,184,94,0.13);
  border-color: var(--gold);
}

.job-body { flex: 1; }
.job-body h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.job-body p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.75;
  margin-bottom: 18px;
}

.job-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.job-tag {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--gold);
  background: var(--gold-pale);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 4px 10px;
  text-transform: uppercase;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.contact-info h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  margin-bottom: 20px;
}
.contact-info > p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border-w);
  transition: color 0.2s;
}
.contact-item:hover { color: var(--ink); }

.contact-item-icon {
  width: 44px; height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  background: var(--gold-pale);
}

.contact-item-text {
  display: flex;
  flex-direction: column;
}
.contact-item-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2px;
}
.contact-item-val {
  color: var(--muted);
  font-size: 0.94rem;
  transition: color 0.2s;
}
.contact-item:hover .contact-item-val { color: var(--ink); }

/* Form */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-group.full { grid-column: 1 / -1; }

.form-group label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
}

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--surface);
  border: 1.5px solid var(--border-w);
  border-radius: 6px;
  padding: 14px 16px;
  color: var(--ink);
  font-size: 0.95rem;
  font-family: inherit;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.22s, background 0.22s;
  width: 100%;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(90,107,96,0.45);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--green);
  background: rgba(31,184,94,0.04);
}
.form-group select option {
  background: #fff;
  color: var(--ink);
}
.form-group textarea {
  resize: vertical;
  min-height: 148px;
}

.form-note {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 4px;
}
.form-note a { color: var(--gold); transition: color 0.2s; }
.form-note a:hover { color: var(--gold-lt); text-decoration: underline; }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-content {
  max-width: 860px;
  padding: 80px 0 120px;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin: 52px 0 14px;
  padding-top: 36px;
  border-top: 1px solid var(--border-w);
}
.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.legal-content h3 {
  font-size: 1.1rem;
  margin: 28px 0 10px;
  color: var(--muted-lt);
}
.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 12px;
}
.legal-content a {
  color: var(--gold);
  transition: color 0.2s;
}
.legal-content a:hover {
  color: var(--gold-lt);
  text-decoration: underline;
}
.legal-content ul {
  padding-left: 22px;
  margin: 10px 0;
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Medium: 1100px */
@media (max-width: 1100px) {
  .services-grid      { grid-template-columns: repeat(2, 1fr); }
  .mini-services-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid      { grid-template-columns: repeat(2, 1fr); }
  .contact-split      { grid-template-columns: 1fr; gap: 52px; }
  .audience-grid      { grid-template-columns: 1fr; max-width: 520px; }
  .partner-benefits   { grid-template-columns: 1fr; }
  .about-points       { grid-template-columns: 1fr; }
  .footer-grid        { grid-template-columns: 1fr 1fr; gap: 44px; }
  .service-full-text  { padding: 64px 52px; }
}

/* Tablet: 900px */
@media (max-width: 900px) {
  .about-page { padding: calc(var(--hh) + 32px) 0 56px; }
  .about-page-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-page__media {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }
  .about-page__content p { max-width: 100%; }
  .hero-split-layout { grid-template-columns: 1fr; }
  .hero--split {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .hero-split__media {
    order: -1;
    min-height: 260px;
    max-height: 44vh;
  }
  .hero-split-text {
    padding: 36px 28px 48px;
  }
  .hero-split-text::after { display: none; }
  .hero--split h1 .hero-line { white-space: nowrap; }
  .vision-split__layout { grid-template-columns: 1fr; }
  .vision-split__primary h2 { max-width: none; }
  .service-full   { grid-template-columns: 1fr; }
  .service-full-text { padding: 52px 36px; }
  .service-full-image { min-height: 320px; }
  .service-full--alt .service-full-text { order: 0; }
  .team-grid      { grid-template-columns: repeat(2, 1fr); }
  .partner-benefits { grid-template-columns: 1fr; }
  .partner-value { padding: 64px 0 72px; }
  .partner-value__head { margin-bottom: 32px; }
  .stats-grid     {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5px;
    background: var(--border-w);
  }
  .stat-item::after { display: none; }
  .stat-item { background: var(--card); padding: 32px; }
}

/* Mobile: 700px */
@media (max-width: 700px) {
  :root { --hh: 68px; }

  .contact-form-column {
    order: 1;
  }

  .contact-split > .contact-info {
    order: 2;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: fixed;
    top: var(--hh); left: 0; right: 0;
    background: rgba(248,248,246,0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid var(--border-w);
    box-shadow: 0 8px 32px rgba(62,76,68,0.10);
    padding: 12px 24px 24px;
    z-index: 199;
  }
  .site-nav.is-open { display: flex; }
  .site-nav.is-open a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-w);
    font-size: 1rem;
    color: var(--ink);
  }
  .site-nav.is-open a::after { display: none; }

  .nav-toggle { display: flex; }
  .cta-btn    { display: none; }

  .hero h1   { font-size: clamp(2.4rem, 11vw, 3.5rem); }
  .hero-sub  { font-size: 0.97rem; max-width: 100%; }
  .hero-content { padding-bottom: 80px; }

  .hero--split .hero-sub { max-width: 100%; }
  .hero-split__media { min-height: 220px; max-height: 36vh; }
  .hero-split-text { padding: 28px 20px 40px; }
  .hub-services { padding: 48px 0 56px; }
  .hub-services .service-card { padding: 28px 22px 24px; }

  .section    { padding: 68px 0; }
  .page-hero  { padding: 140px 0 72px; }
  .service-full-text { padding: 40px 24px; }

  .services-grid      { grid-template-columns: 1fr; }
  .mini-services-grid { grid-template-columns: 1fr; }
  .features-grid      { grid-template-columns: 1fr; }
  .team-grid          { grid-template-columns: 1fr; }
  .form-grid          { grid-template-columns: 1fr; }
  .footer-grid        { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom      { flex-direction: column; text-align: center; }
  .footer-legal       { justify-content: center; }
  .stats-grid         { grid-template-columns: 1fr 1fr; }
  .vision-quote       { font-size: clamp(1.4rem, 5.5vw, 1.9rem); }
  .job-card           { flex-direction: column; padding: 32px 28px; }
}

@media (max-width: 420px) {
  .hero h1 .hero-line { white-space: normal; }
}

/* Final bright-theme overrides (kept last intentionally) */
.section--dark,
.partner-value,
.about-section--kunden { background: var(--card); }

.vision-split__primary { background: #edf4ef; }
.vision-split__primary .label,
.vision-split__primary h2 { color: var(--ink); }
.vision-split__primary .label::before { background: var(--green); }

.cta-section { background: #e9f5ed; }
.cta-section::before { display: none; }
.cta-section h2 { color: var(--ink); }
.cta-section p { color: var(--muted); }
.cta-section .btn-primary { background: var(--green-dk); color: #fff; }
.cta-section .btn-outline { color: var(--ink); border-color: var(--border-w); }

.site-footer {
  background: #eef1ef;
  color: var(--muted);
  border-top: 1px solid var(--border-w);
}
.footer-logo-name,
.footer-col h4 { color: var(--ink); }
.footer-col a,
.footer-col address,
.footer-copy,
.footer-legal a { color: var(--muted); }
.footer-logo-bar { background: var(--green); }
.social-link { color: var(--green); border-color: var(--border-w); background: #fff; }

/* Refined homepage story card */
.hub-bridge {
  padding: clamp(52px, 6vw, 82px) 0;
  border: 0;
  background: #fff;
}
.hub-bridge .hub-bridge__card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--border-w);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(61,76,68,.1);
}
.hub-bridge .vision-split__primary,
.hub-bridge .vision-split__secondary {
  padding: clamp(38px, 5vw, 64px);
}
.hub-bridge .vision-split__primary {
  background:
    radial-gradient(circle at 15% 20%, rgba(31,184,94,.12), transparent 38%),
    #edf4ef;
}
.hub-bridge .vision-split__primary h2 {
  max-width: 17ch;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.08;
}
.hub-bridge .vision-split__secondary { background: #fff; }
.hub-bridge .vision-split__secondary p { max-width: 48ch; }

/* Expandable leadership profiles */
.team-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}
.team-card {
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 108px minmax(220px, .45fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  background: #fff;
  border: 1px solid var(--border-w);
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(61,76,68,.06);
}
.team-card:hover {
  background: #fff;
  border-color: rgba(31,184,94,.35);
}
.team-avatar,
.team-card:hover .team-avatar {
  width: 108px;
  height: 108px;
  margin: 0;
  border: 3px solid #edf4ef;
}
.team-card__identity { min-width: 0; }
.team-name { margin-bottom: 3px; font-size: 1.35rem; }
.team-role { margin-bottom: 16px; color: var(--gold); }
.team-card__identity > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: .82rem;
  transition: color .2s ease;
}
.team-card__identity > a:hover { color: var(--green-dk); }
.team-bio { min-width: 0; }
.team-bio summary {
  min-height: 50px;
  padding: 13px 14px 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--border-w);
  border-radius: 12px;
  background: #f6f8f7;
  color: var(--ink);
  font: 800 .83rem 'Lato', sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  transition: border-color .2s ease, background .2s ease;
}
.team-bio summary::-webkit-details-marker { display: none; }
.team-bio summary:hover { border-color: var(--green); background: #f0f8f3; }
.team-bio summary span {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  transition: transform .25s ease;
}
.team-bio[open] summary span { transform: rotate(45deg); }
.team-bio__content {
  padding: 22px 4px 2px;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.72;
}
.team-bio__content p + p { margin-top: 14px; }
.team-bio__content strong { color: var(--ink); }

@media (max-width: 900px) {
  .hub-bridge .hub-bridge__card { grid-template-columns: 1fr; }
  .hub-bridge .vision-split__primary h2 { max-width: 21ch; }
  .team-card {
    grid-template-columns: 92px 1fr;
    gap: 22px 28px;
  }
  .team-avatar,
  .team-card:hover .team-avatar { width: 92px; height: 92px; }
  .team-bio { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .team-card { padding: 22px; grid-template-columns: 72px 1fr; gap: 18px; }
  .team-avatar,
  .team-card:hover .team-avatar { width: 72px; height: 72px; }
  .team-name { font-size: 1.15rem; }
  .team-card__identity > a { font-size: .75rem; overflow-wrap: anywhere; }
}

/* Responsive and accessibility hardening */
.page-hero-inner h1,
.legal-content a {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.legal-content a,
.form-note a {
  text-decoration: underline;
  text-underline-offset: .18em;
  text-decoration-thickness: .08em;
}

.service-full--maintenance-intro {
  min-height: 480px;
  border: 0;
}

.maintenance-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
  align-items: start;
}

@media (max-width: 900px) {
  .maintenance-scope-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (min-width: 701px) and (max-width: 820px) {
  .site-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: fixed;
    top: var(--hh);
    left: 0;
    right: 0;
    padding: 12px 24px 24px;
    background: rgba(248,248,246,.98);
    border-top: 1px solid var(--border-w);
    box-shadow: 0 8px 32px rgba(62,76,68,.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 199;
  }
  .site-nav.is-open { display: flex; }
  .site-nav.is-open a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-w);
    color: var(--ink);
    font-size: 1rem;
  }
  .site-nav.is-open a::after { display: none; }
  .nav-toggle { display: flex; }
  .cta-btn { display: none; }
}

@media (max-width: 700px) {
  .service-link,
  .team-card__identity > a,
  .contact-item-val {
    min-height: 44px;
    align-items: center;
  }

  .footer-col a {
    min-height: 36px;
    display: flex;
    align-items: center;
  }

  .footer-legal a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .form-note a {
    display: inline-block;
    padding-block: 7px;
    margin-block: -7px;
  }
}

@media (max-width: 360px) {
  .stat-item {
    min-width: 0;
    padding: 26px 8px;
  }
  .stat-label {
    font-size: .64rem;
    letter-spacing: 1.2px;
  }
}

.network-hero {
  padding: calc(var(--hh) + 52px) 0 46px;
}

.network-hero__inner {
  grid-template-columns: minmax(0, 1fr);
  row-gap: clamp(34px, 4vw, 58px);
}

.network-hero__left {
  max-width: 1120px;
}

.network-hero__copy {
  max-width: 1120px;
}

.network-hero__copy h1 {
  font-size: clamp(3rem, 5.3vw, 5.4rem);
  line-height: .98;
  max-width: 14ch;
}

.network-hero__copy p {
  max-width: 94ch;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.72;
}

.network-hero__showcase {
  display: block;
}

.network-hero__media {
  grid-column: 1;
  grid-row: auto;
  width: 100%;
  border-radius: 24px;
}

.network-hero__media video {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.network-map {
  grid-column: 1;
  grid-row: auto;
  min-height: 410px;
  margin-top: 0;
}

.network-core {
  color: inherit;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.network-core::after {
  content: "Über uns";
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  min-width: 88px;
  padding: 7px 12px;
  border: 1px solid rgba(70,84,76,.14);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(48,68,57,.16);
  font: 900 .58rem 'Lato', sans-serif;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

.network-core:hover,
.network-core:focus-visible {
  transform: translate(-50%, -50%) scale(1.045);
  box-shadow: 0 22px 54px rgba(48,68,57,.24), 0 0 0 2px rgba(31,184,94,.35), 0 0 0 12px rgba(99,112,105,.08);
}

.network-core:focus-visible {
  outline: 3px solid var(--green-dk);
  outline-offset: 7px;
}

.stats-strip,
.stats-strip--shared {
  padding: clamp(24px, 3vw, 38px) 0;
}

.stat-item {
  min-width: 0;
  padding: 4px clamp(8px, 2vw, 20px);
}

.stat-num {
  font-size: clamp(2.15rem, 3.4vw, 3rem);
}

@media (max-width: 820px) {
  .network-hero {
    padding-top: calc(var(--hh) + 38px);
  }

  .network-hero__copy h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
    max-width: 12ch;
  }

  .network-hero__media {
    max-width: none;
  }

  .network-map {
    min-height: 400px;
    max-width: none;
  }
}

@media (max-width: 520px) {
  .network-hero__media-head {
    min-height: 48px;
    padding-inline: 14px;
    font-size: .65rem;
  }

  .network-hero__media::before {
    inset-block-start: 47px;
  }

  .network-hero__copy p {
    font-size: .98rem;
  }

  .network-hero__copy h1 {
    max-width: none;
    font-size: clamp(1.8rem, 8.8vw, 2.8rem);
    line-height: 1.02;
  }

  .network-hero__copy h1 span {
    white-space: nowrap;
  }

  .network-map {
    min-height: 390px;
  }
}

/* Reference-led cinematic hero and direct-contact header */
.site-header {
  display: block;
  align-items: initial;
}

.header-contact-bar {
  height: 44px;
  background: #edf3ef;
  border-top: 0;
  border-bottom: 1px solid var(--border-w);
  color: var(--muted);
}

.header-contact-bar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font: 700 15px 'Lato', sans-serif;
  letter-spacing: .03em;
  line-height: 1;
}

.header-contact-bar__inner > span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.header-contact-bar__links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header-contact-bar__links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  color: var(--ink);
  transition: color .2s ease;
}

.header-contact-bar__links a:hover {
  color: var(--green-dk);
}

.header-contact-bar__links svg {
  width: 17px;
  height: 17px;
  color: var(--green-dk);
  flex: 0 0 auto;
}

.site-nav__mobile-contact {
  display: none;
}

.network-hero {
  min-height: clamp(700px, 94vh, 930px);
  padding: 0;
  display: flex;
  align-items: stretch;
  background: #2f3934;
}

.network-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,28,23,.82) 0%, rgba(18,28,23,.58) 48%, rgba(18,28,23,.16) 82%),
    linear-gradient(0deg, rgba(18,28,23,.58) 0%, transparent 52%);
  pointer-events: none;
}

.network-hero__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.network-hero__inner {
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--hh) + 70px);
  padding-bottom: clamp(74px, 10vh, 118px);
}

.network-hero__left,
.network-hero__copy {
  max-width: 1040px;
}

.network-hero__copy .label {
  color: #b7f5ce;
}

.network-hero__copy .label::before {
  background: #68dc96;
}

.network-hero__copy h1 {
  max-width: 14ch;
  color: #fff;
  text-shadow: 0 4px 26px rgba(0,0,0,.22);
}

.network-hero__copy p {
  max-width: 88ch;
  color: rgba(255,255,255,.9);
  text-shadow: 0 2px 18px rgba(0,0,0,.2);
}

.network-graphic {
  padding: clamp(36px, 5vw, 64px) 0 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(31,184,94,.08), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #f4f7f5 100%);
}

.network-graphic .network-map {
  min-height: 410px;
}

@media (max-width: 820px) {
  :root {
    --hh: 72px;
  }

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

  .nav-inner {
    height: var(--hh);
  }

  .site-nav__mobile-contact {
    width: 100%;
    display: grid;
    gap: 0;
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid var(--border-w);
  }

  .site-nav {
    max-height: calc(100dvh - var(--hh));
    overflow-y: auto;
  }

  .site-nav__mobile-contact a {
    width: 100%;
    min-height: 44px;
    padding: 8px 0;
    color: var(--green-dk);
    font-size: .92rem;
    text-transform: none;
    letter-spacing: .01em;
  }

  .site-nav__mobile-contact a.site-nav__mobile-cta {
    min-height: 48px;
    margin-bottom: 8px;
    padding: 11px 16px;
    justify-content: space-between;
    border: 0;
    border-radius: 7px;
    background: var(--green);
    color: #fff;
    font-weight: 800;
  }

  .network-hero {
    min-height: clamp(680px, 92svh, 820px);
  }

  .network-hero::after {
    background:
      linear-gradient(90deg, rgba(18,28,23,.77), rgba(18,28,23,.34)),
      linear-gradient(0deg, rgba(18,28,23,.7) 0%, transparent 64%);
  }

  .network-hero__background {
    object-position: 52% center;
  }

  .network-hero__inner {
    padding-top: calc(var(--hh) + 44px);
    padding-bottom: 58px;
  }
}

@media (max-width: 520px) {
  .network-hero {
    min-height: 720px;
  }

  .network-hero__copy h1 {
    max-width: none;
    font-size: clamp(1.2rem, 7.7vw, 2.3rem);
    line-height: 1.04;
    letter-spacing: -.045em;
  }

  .network-hero__copy h1 span {
    display: block;
    white-space: nowrap;
  }

  .network-hero__copy p {
    color: rgba(255,255,255,.92);
    line-height: 1.62;
  }

  .network-graphic {
    padding-top: 28px;
  }
}

/* Network composition aligned with the supplied JOBA reference artwork */
.network-graphic {
  padding: clamp(34px, 4.5vw, 60px) 0 24px;
}

.network-graphic .network-map {
  min-height: clamp(500px, 43vw, 570px);
  max-width: 1380px;
  margin-inline: auto;
  isolation: isolate;
}

.network-map::after {
  display: none;
}

.network-map__lines {
  z-index: 0;
  overflow: visible;
}

.network-mobile-trust-lines {
  display: none;
}

.network-ribbon {
  fill: none;
  stroke-width: 78;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  filter: blur(22px);
}

.network-ribbon--customer {
  stroke: #929b96;
  opacity: .09;
}

.network-ribbon--partner {
  stroke: var(--green);
  opacity: .13;
}

.network-weave path {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-width: 1.1;
  stroke-linecap: round;
}

.network-weave--customer path {
  stroke: url(#flow-grey);
  opacity: .5;
}

.network-weave--partner path {
  stroke: url(#flow-green);
  opacity: .68;
}

.network-weave path:nth-child(2n),
.network-weave path:nth-child(3n) {
  stroke-dasharray: none;
  animation: none;
}

.network-link {
  vector-effect: non-scaling-stroke;
  stroke: #818b86;
  stroke-width: 1.15;
  opacity: .46;
}

.network-link--triangle {
  opacity: .62;
}

.network-link--axis {
  opacity: .34;
}

.network-link--soft {
  stroke-dasharray: 2 5;
  opacity: .22;
}

.network-satellites {
  color: #8a938e;
}

.network-satellites--partner {
  color: var(--green);
}

.network-satellites > g {
  transform-box: fill-box;
  transform-origin: center;
  animation: satelliteFloat 5s ease-in-out infinite;
}

.network-satellites > g:nth-child(2n) {
  animation-delay: -2.3s;
}

.network-satellites circle {
  fill: rgba(255,255,255,.96);
  stroke: currentColor;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.network-satellites use {
  color: inherit;
}

.network-points {
  fill: var(--green);
  opacity: .5;
}

.network-satellites--customer + .network-satellites--partner + .network-points circle:nth-child(-n+4) {
  fill: #909994;
}

.network-core {
  top: 50%;
  width: clamp(176px, 17vw, 220px);
  padding: 23px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: 0;
  border: 9px solid rgba(255,255,255,.94);
  box-shadow:
    0 22px 55px rgba(48,68,57,.22),
    0 0 0 3px rgba(108,119,113,.42),
    0 0 0 13px rgba(126,137,131,.12);
}

.network-core::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -18px;
  border-radius: 50%;
  background: conic-gradient(from 8deg, transparent 0 54%, var(--green) 55% 76%, transparent 77% 100%);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 4px));
  animation: coreRingOrbit 8s linear infinite;
}

.network-core::after {
  bottom: -35px;
  padding: 7px 12px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--border-w);
  color: var(--green-dk);
  box-shadow: 0 8px 20px rgba(48,68,57,.1);
}

.network-core img {
  width: 96%;
  margin-bottom: -7px;
  clip-path: inset(0 0 18% 0);
}

.network-core__tagline {
  display: block;
  margin-top: 0;
  color: #4e5853;
  font: 900 clamp(.4rem, .55vw, .5rem) 'Lato', sans-serif;
  line-height: 1.1;
  letter-spacing: .015em;
  text-align: center;
  white-space: nowrap;
}

.network-node {
  top: 50%;
  width: clamp(108px, 10vw, 132px);
  transform: translateY(-50%);
  border: 7px solid rgba(255,255,255,.84);
  box-shadow:
    0 18px 40px rgba(57,74,65,.2),
    0 0 0 2px rgba(96,108,102,.22);
}

.network-node:hover,
.network-node:focus-visible {
  transform: translateY(calc(-50% - 5px)) scale(1.04);
}

.network-node--customer {
  left: 15.5%;
  top: 50%;
  background: linear-gradient(145deg, #a7aeaa, #737c77);
}

.network-node--partner {
  right: 15.5%;
  top: 50%;
  background: linear-gradient(145deg, #28c969, #149c4c);
}

.network-node > span {
  width: 100%;
  display: grid;
  justify-items: center;
}

.network-node svg {
  margin-bottom: 5px;
}

.network-node__cta {
  position: static;
  width: auto;
  min-width: 0;
  margin-top: 6px;
  padding: 3px 4px 3px 8px;
  transform: none;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: inherit;
  box-shadow: none;
  font-size: .5rem;
  opacity: .96;
}

.network-node__cta span:last-child {
  width: 20px;
  height: 20px;
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.52);
}

.network-node__cta span:first-child {
  display: inline;
}

.network-value {
  width: 152px;
  color: #66706b;
  font-size: .61rem;
  line-height: 1.36;
}

.network-value strong {
  font-size: .82rem;
  margin-bottom: 3px;
}

.network-value__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
  color: #5f6964;
  border: 2px solid rgba(91,104,97,.16);
  box-shadow: 0 10px 26px rgba(62,76,68,.13);
}

.network-value__icon svg {
  width: 23px;
  height: 23px;
}

.network-value--trust {
  top: 0;
  width: 170px;
  padding: 5px 10px 8px;
  border-radius: 14px;
  background: rgba(249,251,250,.94);
  box-shadow: 0 0 22px 12px rgba(249,251,250,.82);
}

.network-value--success {
  left: 32%;
  bottom: 0;
}

.network-value--together {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.network-value--growth {
  left: 68%;
  bottom: 0;
}

@keyframes networkDrift {
  to { stroke-dashoffset: -80; }
}

@keyframes satelliteFloat {
  50% { opacity: .58; }
}

@keyframes coreRingOrbit {
  to { transform: rotate(360deg); }
}

@media (min-width: 821px) {
  .network-graphic .network-map {
    min-height: 0;
    aspect-ratio: 2 / 1;
  }
}

@media (max-width: 820px) {
  .network-graphic .network-map {
    min-height: 500px;
  }

  .network-core {
    width: 148px;
  }

  .network-node {
    width: 100px;
  }

  .network-node--customer {
    left: 6%;
  }

  .network-node--partner {
    right: 6%;
  }

  .network-value {
    width: 31%;
  }

  .network-value--success {
    left: 17%;
  }

  .network-value--growth {
    left: 83%;
  }
}

@media (max-width: 520px) {
  .network-graphic > .container {
    width: 100%;
  }

  .network-graphic .network-map {
    min-height: 540px;
  }

  .network-core {
    top: 44%;
    width: clamp(116px, 37vw, 140px);
    padding: 15px;
    border-width: 6px;
  }

  .network-core img {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 90%;
    margin: 0;
    transform: translate(-50%, -50%);
    clip-path: inset(0 0 24% 0);
    object-fit: contain;
    object-position: center;
  }

  .network-core__tagline {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 92%;
    margin: 0;
    transform: translateX(-50%);
    justify-self: auto;
    font-size: clamp(.36rem, 1.7vw, .46rem);
    line-height: 1.15;
    text-align: center;
  }

  .network-core::after {
    bottom: -29px;
    padding: 5px 9px;
    font-size: .48rem;
  }

  .network-node {
    top: 44%;
    width: clamp(74px, 23vw, 88px);
    border-width: 4px;
  }

  .network-node--customer {
    left: 6%;
  }

  .network-node--partner {
    right: 6%;
  }

  .network-node strong {
    font-size: .72rem;
  }

  .network-node svg {
    width: 25px;
    height: 25px;
  }

  .network-node__cta {
    position: absolute;
    z-index: 4;
    top: calc(100% + 10px);
    bottom: auto;
    left: 50%;
    width: 104px;
    min-width: 104px;
    min-height: 36px;
    margin: 0;
    padding: 6px 6px 6px 12px;
    transform: translateX(-50%);
    justify-content: space-between;
    gap: 6px;
    border-color: rgba(255,255,255,.94);
    background: rgba(255,255,255,.96);
    color: #34403a;
    box-shadow: 0 4px 10px rgba(38,55,46,.18);
    font-size: .64rem;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
  }

  .network-node__cta span:first-child {
    display: inline;
  }

  .network-node__cta span:last-child {
    width: 22px;
    height: 22px;
    border: 0;
    background: var(--green-dk);
    color: #fff;
    font-size: .82rem;
  }

  .network-node--customer .network-node__cta span:last-child {
    background: #59645e;
  }

  .network-value {
    width: 32%;
    font-size: .5rem;
    line-height: 1.28;
  }

  .network-value strong {
    font-size: .68rem;
  }

  .network-value__icon {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
  }

  .network-value__icon svg {
    width: 18px;
    height: 18px;
  }

  .network-value--trust {
    top: 0;
    width: 150px;
  }

  .network-value--success,
  .network-value--together,
  .network-value--growth {
    bottom: 0;
  }

  .network-satellites {
    opacity: .66;
  }

  .network-mobile-trust-lines {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
  }

  .network-mobile-trust-lines path {
    fill: none;
    stroke: #818b86;
    stroke-width: .55;
    vector-effect: non-scaling-stroke;
    opacity: .7;
  }
}

/* ============================================================
   JOUR-FIXE FEEDBACK OVERRIDES (30.07.2026)
   ============================================================ */

/* Remove card/frame look across interactive content blocks */
.services-grid,
.team-grid,
.features-grid,
.hub-services--compact .services-grid,
.mini-services-grid,
.partner-benefits,
.about-points {
  gap: clamp(28px, 3vw, 42px);
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible;
}

.service-card,
.team-card,
.feature-item,
.benefit-item,
.mini-card,
.about-point,
.service-teaser,
.stat-item,
.stats-grid--three .stat-item,
.hub-bridge .hub-bridge__card,
.vision-split__primary,
.vision-split__secondary,
.about-cover__content,
.about-cover__content--open,
.network-value,
.network-value--trust,
.logo-band,
.map-placeholder {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.service-card::before,
.benefit-item::before,
.stat-item::after,
.stat-item:not(:last-child)::after {
  display: none !important;
}

.mini-card {
  padding: 10px 0 22px;
  gap: 16px;
  border-bottom: 1px solid rgba(75,88,81,.12) !important;
}

.mini-card:hover,
.service-card:hover,
.team-card:hover,
.feature-item:hover,
.benefit-item:hover,
.stat-item:hover {
  background: transparent !important;
  transform: none !important;
  box-shadow: none !important;
}

.mini-card--static {
  cursor: default;
}

.mini-card-icon,
.service-icon,
.benefit-icon,
.about-point__icon,
.contact-item-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--green-dk) !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.mini-card-icon svg,
.service-icon svg,
.benefit-icon svg,
.about-point__icon svg,
.contact-item-icon svg {
  width: 22px;
  height: 22px;
}

.gold-sep {
  display: none !important;
}

/* Kill remaining baukästen section fills that make tiles look boxed */
.section--dark,
.partner-value,
.about-section--kunden,
.vision-split__primary,
.vision-split__secondary,
.hub-bridge .hub-bridge__card,
.hub-bridge .vision-split__primary,
.hub-bridge .vision-split__secondary,
.cta-section {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mini-services-grid .mini-card {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(75,88,81,.14) !important;
  border-radius: 0 !important;
  padding: 18px 0 !important;
}

.contact-form--compact,
.career-funnel,
.career-funnel--frameless {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}

.contact-panel__intro h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.choice-card {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid rgba(75,88,81,.16) !important;
}

.choice-card:has(input:checked) {
  background: transparent !important;
  border-bottom-color: var(--green) !important;
}

.team-bio,
.team-bio__content,
details.team-bio {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Full-bleed media */
.video-section--bleed {
  padding: 0;
  background: #101612;
}

.video-section--bleed .video-wrapper,
.video-section--bleed .video-frame {
  max-width: none;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: 16 / 9;
  background: #101612;
}

.video-section--bleed .video-frame--ratio-2x1 {
  aspect-ratio: 2 / 1; /* imagefilm-web.mp4 = 1280×640 */
}

.video-section--bleed .video-frame {
  position: relative;
  padding-top: 0;
}

.video-section--immersive .video-frame {
  border-radius: 0;
  box-shadow: none;
}

.video-section--immersive .container,
.video-section--immersive .video-wrapper {
  width: 100%;
  max-width: none;
}

/* Left-aligned page heroes / content stacks */
.content-stack__intro,
.service-rows,
.content-stack__points {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.content-stack__intro {
  max-width: 72ch;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.content-stack__intro h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin: 14px 0 16px;
}

.content-stack__intro p {
  color: var(--muted);
  line-height: 1.75;
}

.content-stack__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}

.stack-point h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.stack-point p {
  color: var(--muted);
  line-height: 1.72;
}

.section--soft {
  background: #eef2ef;
}

.service-rows {
  display: grid;
  gap: 0;
}

.service-row {
  padding: 26px 0;
  border-top: 1px solid rgba(75,88,81,.12);
}

.service-row:last-child {
  border-bottom: 1px solid rgba(75,88,81,.12);
}

.service-row h3 {
  margin-bottom: 8px;
}

.service-row p {
  color: var(--muted);
  max-width: 70ch;
}

.logo-band,
.map-placeholder {
  min-height: 120px;
  display: grid;
  place-items: center;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  font: 700 .78rem 'Lato', sans-serif;
  background: transparent !important;
  border-top: 1px solid rgba(75,88,81,.14) !important;
  border-bottom: 1px solid rgba(75,88,81,.14) !important;
}

.map-placeholder {
  min-height: 220px;
}

/* Stats redesign — open typography, no boxes */
.stats-strip {
  background:
    radial-gradient(circle at 20% 30%, rgba(31,184,94,.08), transparent 28%),
    linear-gradient(180deg, #f7f8f7 0%, #eef2ef 100%);
  border-top: 0;
  padding: clamp(48px, 7vw, 88px) 0;
}

.stats-note {
  text-align: center;
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 28px;
}

.stats-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
}

.stats-grid--three .stat-item {
  padding: clamp(8px, 2vw, 16px) 8px;
  background: transparent !important;
  border: 0 !important;
}

.stats-grid--three .stat-item::after {
  display: none !important;
}

.stats-grid--three .stat-num {
  color: var(--green-dk);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
}

.stats-grid--three .stat-label {
  color: var(--ink);
  letter-spacing: .14em;
}

/* Stronger network connections — solid, high-contrast beams */
.network-ribbon {
  display: none;
}

.network-weave path {
  stroke-width: 5.5 !important;
  stroke-linecap: round;
  stroke-dasharray: none !important;
  animation: none !important;
  opacity: 1 !important;
  filter: none;
}

.network-weave--customer path {
  stroke: #4a534e !important;
}

.network-weave--partner path {
  stroke: #149a4a !important;
}

.network-weave path:nth-child(odd) {
  stroke-width: 4.2 !important;
}

.network-weave path:nth-child(3n) {
  stroke-width: 3.4 !important;
  opacity: .88 !important;
}

.network-link,
.network-link--triangle,
.network-link--axis {
  stroke-width: 3.2 !important;
  stroke: #3f4843 !important;
  opacity: .9 !important;
  stroke-dasharray: none !important;
}

.network-link--soft {
  stroke-width: 2.4 !important;
  opacity: .55 !important;
  stroke-dasharray: none !important;
}

.network-mobile-trust-lines path {
  stroke: #3f4843 !important;
  stroke-width: 1.4 !important;
  opacity: .85 !important;
}

.network-node__cta {
  min-width: 118px;
  padding: 7px 8px 7px 12px;
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--green);
  box-shadow: 0 10px 24px rgba(31,184,94,.22);
  font-size: .62rem;
  opacity: 1;
}

.network-node:hover .network-node__cta,
.network-node:focus-visible .network-node__cta {
  background: var(--green);
  color: #fff;
  transform: translateY(-2px);
}

.network-node__cta span:last-child {
  background: var(--green-dk);
  border: 0;
  color: #fff;
}

.network-node:hover .network-node__cta span:last-child {
  background: #fff;
  color: var(--green-dk);
}

.network-values-mobile {
  display: none;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  gap: 12px;
}

.network-values-mobile li {
  padding: 14px 0;
  border-top: 1px solid rgba(75,88,81,.12);
}

.network-values-mobile li:last-child {
  border-bottom: 1px solid rgba(75,88,81,.12);
}

.network-values-mobile strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.network-values-mobile span {
  color: var(--muted);
  font-size: .9rem;
}

/* Header phone more present on mobile */
@media (max-width: 820px) {
  .site-nav__mobile-contact a[href^="tel:"] {
    font-size: 1.15rem;
    font-weight: 900;
    color: var(--ink);
  }

  .network-values-mobile {
    display: grid;
  }

  .network-value {
    display: none;
  }

  .content-stack__points {
    grid-template-columns: 1fr;
  }

  .stats-grid--three {
    grid-template-columns: 1fr;
  }
}

/* Career quiz */
.funnel-progress--four {
  grid-template-columns: repeat(4, 1fr);
}

.choice-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-card {
  border-radius: 0;
}

.choice-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 500;
}

.choice-card--compact {
  min-height: 48px;
  justify-content: center;
  padding: 12px 14px;
}

.quiz-question {
  border: 0;
  margin: 0 0 28px;
  padding: 0;
}

.quiz-question legend {
  margin-bottom: 12px;
  font-weight: 700;
}

.quiz-question .choice-card--compact {
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 8px;
}

@media (max-width: 760px) {
  .choice-grid--three {
    grid-template-columns: 1fr;
  }
}

/* Footer: light-on-dark brand treatment */
.site-footer {
  background: #2f3934;
  color: rgba(255,255,255,.72);
  border-top: 0;
}

.footer-logo-name,
.footer-col h4 {
  color: #fff;
}

.footer-col a,
.footer-col address,
.footer-copy,
.footer-legal a,
.footer-brand p {
  color: rgba(255,255,255,.72);
}

.footer-logo-bar {
  background: #fff;
}

.social-link {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: transparent;
}

.social-link:hover {
  border-color: #fff;
  color: #fff;
}

/* ============================================================
   HELLER WEBSITE-UMBAU (Plan)
   ============================================================ */

:root {
  --bg: #f7f8f7;
  --surface: #ffffff;
  --card: #f1f4f2;
  --ink: #38423d;
  --muted: #5f6964;
  --green: #1fb85e;
  --green-dk: #0b7f42;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4,
.site-nav a,
.label,
.cta-btn,
.btn-primary,
.btn-outline,
.stat-num,
.stat-label {
  font-family: 'Lato', sans-serif;
}

/* Light hero overlay instead of heavy dark cinema look */
.network-hero {
  background: #eef3f0;
}

.network-hero::after {
  background:
    linear-gradient(90deg, rgba(247,248,247,.88) 0%, rgba(247,248,247,.55) 42%, rgba(247,248,247,.18) 78%),
    linear-gradient(0deg, rgba(247,248,247,.55) 0%, transparent 48%);
}

.network-hero__copy .label { color: var(--green-dk); }
.network-hero__copy .label::before { background: var(--green); }
.network-hero__copy h1 {
  color: var(--ink);
  text-shadow: none;
}
.network-hero__copy p {
  color: var(--muted);
  text-shadow: none;
}

@media (max-width: 820px) {
  .network-hero::after {
    background:
      linear-gradient(180deg, rgba(247,248,247,.35) 0%, rgba(247,248,247,.78) 58%, rgba(247,248,247,.92) 100%);
  }
}

/* Tone network lines: clear, not exaggerated */
.network-weave path {
  stroke-width: 2.6 !important;
  opacity: .82 !important;
}

.network-weave--customer path {
  stroke: #6a746e !important;
}

.network-weave--partner path {
  stroke: #1fb85e !important;
}

.network-weave path:nth-child(odd) {
  stroke-width: 2.1 !important;
}

.network-weave path:nth-child(3n) {
  stroke-width: 1.7 !important;
  opacity: .65 !important;
}

.network-link,
.network-link--triangle,
.network-link--axis {
  stroke-width: 1.7 !important;
  stroke: #7a8580 !important;
  opacity: .55 !important;
}

/* Bright footer */
.site-footer {
  background: #eef1ef !important;
  color: var(--muted) !important;
  border-top: 1px solid var(--border-w) !important;
}

.footer-logo-name,
.footer-col h4 {
  color: var(--ink) !important;
}

.footer-col a,
.footer-col address,
.footer-copy,
.footer-legal a,
.footer-brand p {
  color: var(--muted) !important;
}

.footer-logo-bar {
  background: var(--green) !important;
}

.social-link {
  color: var(--green) !important;
  border-color: var(--border-w) !important;
  background: #fff !important;
}

/* Compact homepage service teasers */
.hub-services--compact {
  background: #fff;
}

.hub-services--compact .hub-services__head {
  max-width: 42rem;
  margin-bottom: 28px;
}

.hub-services--compact .hub-services__head h2 {
  margin-top: 12px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.hub-services--compact .services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  border: 0;
  background: transparent;
}

.hub-services--compact .service-teaser {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.hub-services--compact .service-teaser h3 {
  margin-bottom: 10px;
}

.hub-services--compact .service-teaser p {
  color: var(--muted);
  margin-bottom: 16px;
}

@media (max-width: 820px) {
  .hub-services--compact .services-grid {
    grid-template-columns: 1fr;
  }
}

/* Bright vision block */
.vision-split__layout--bright {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(48px, 6vw, 80px) 0;
  border: 0;
  background: transparent;
}

.vision-split__layout--bright .vision-split__primary,
.vision-split__layout--bright .vision-split__secondary {
  background: transparent !important;
  padding: 0;
}

.about-cover__content {
  background: rgba(255,255,255,.92) !important;
}

/* YouTube privacy poster */
.yt-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #edf1ef;
}

.yt-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yt-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #111;
}

.yt-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
  display: block;
}

.yt-poster__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(31,184,94,.95);
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.yt-poster:hover .yt-poster__play {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-section--bleed {
  background: #0f1411;
}

.video-section--bleed .video-frame {
  background: #0f1411;
}

@media (max-width: 820px) {
  .vision-split__layout--bright {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   NETWORK STAGE: reference artwork 1:1 + transparent hits
   ============================================================ */
.network-graphic {
  padding: clamp(10px, 2.5vw, 28px) 0 clamp(28px, 4vw, 48px);
  background: #f5f6f8;
}

.network-graphic > .container {
  max-width: 1180px;
}

.network-stage {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  aspect-ratio: 3 / 2;
  background: #f5f6f8;
  overflow: visible;
}

.network-stage__art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #f5f6f8;
  user-select: none;
  pointer-events: none;
}

.network-hit {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  color: inherit;
  transition: transform .2s ease, filter .2s ease;
}

.network-hit:focus-visible {
  outline: 3px solid var(--green-dk);
  outline-offset: 3px;
}

.network-hit:hover,
.network-hit:focus-visible {
  filter: brightness(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}

.network-hit__cta {
  position: absolute;
  left: 50%;
  bottom: -8%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 5px 10px 5px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(31,184,94,.55);
  box-shadow: 0 8px 18px rgba(40,60,50,.16);
  color: #24302a;
  font: 900 .62rem 'Lato', sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .96;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.network-hit__cta span:last-child {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: .75rem;
}

.network-hit__cta--core {
  border-color: rgba(31,184,94,.7);
  background: var(--green);
  color: #fff;
}

.network-hit__cta--core span:last-child {
  background: #fff;
  color: var(--green-dk);
}

.network-hit:hover .network-hit__cta,
.network-hit:focus-visible .network-hit__cta {
  background: var(--green);
  color: #fff;
  transform: translateX(-50%) translateY(-2px);
}

.network-hit:hover .network-hit__cta span:last-child,
.network-hit:focus-visible .network-hit__cta span:last-child {
  background: #fff;
  color: var(--green-dk);
}

.network-hit:hover .network-hit__cta--core,
.network-hit:focus-visible .network-hit__cta--core {
  background: var(--green-dk);
}

/* Positions mapped to the reference artwork */
.network-hit--core {
  left: 50%;
  top: 49%;
  width: 25.5%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.network-hit--customer {
  left: 22.7%;
  top: 47.8%;
  width: 13.8%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.network-hit--partner {
  left: 77.3%;
  top: 47.8%;
  width: 13.8%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.network-hit--customer .network-hit__cta {
  left: 44%;
}

.network-hit--partner .network-hit__cta {
  left: 56%;
}

.network-values-row { display: none; }

@media (max-width: 820px) {
  .network-graphic { padding-top: 8px; }
  .network-stage { width: 100%; }
  .network-hit__cta {
    min-height: 24px;
    padding: 4px 8px 4px 9px;
    font-size: .52rem;
  }
  .network-hit__cta span:last-child {
    width: 15px;
    height: 15px;
    font-size: .68rem;
  }
}

@media (max-width: 520px) {
  .network-hit__cta {
    bottom: -12%;
    font-size: .46rem;
    padding: 3px 6px 3px 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .network-hit,
  .network-hit__cta { transition: none; }
}

/* ============================================================
   JOUR-FIXE: Typo scale + larger icons + bleed video fill
   ============================================================ */

:root {
  --type-label: 0.78rem;
  --type-heading: clamp(2rem, 3.4vw, 2.85rem);
  --type-body: 1.05rem;
  --type-ink: var(--ink);
  --type-muted: var(--muted);
  --type-accent: var(--green-dk);
}

/* 1× Teilüberschrift */
.label,
.contact-item-label,
.team-role,
.stat-label {
  font-size: var(--type-label) !important;
  font-weight: 700 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: var(--type-accent) !important;
}

.label::before,
.label--center::after {
  background: var(--type-accent) !important;
}

/* 1× Überschrift (ohne Index-Hero – der behält seine eigene Skala) */
.page-hero-inner h1,
.section-title,
.content-stack__intro h2,
.contact-panel__intro h2,
.contact-info h2,
.contact-prompt-title,
.service-full-text h2,
.about-cover__title h1,
.funnel-step h2 {
  font-size: var(--type-heading) !important;
  color: var(--type-ink) !important;
  font-weight: 900 !important;
  letter-spacing: -.03em;
  line-height: 1.12 !important;
}

.contact-prompt-title {
  white-space: normal !important;
  margin: 0 0 22px !important;
}

/* 1× Fließtext */
.page-hero-inner > p,
.section-copy,
.content-stack__intro p,
.contact-panel__intro p,
.contact-info > p,
.service-full-text p,
.about-cover__copy p,
.stack-point p,
.service-row p,
.mini-card p,
.feature-item p,
.benefit-item p,
.funnel-step > p,
.contact-item-val,
.form-note,
.form-group label {
  font-size: var(--type-body) !important;
  color: var(--type-muted) !important;
  line-height: 1.7 !important;
}

.form-group label {
  font-size: .95rem !important;
  color: var(--type-ink) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Kontaktbereich: keine Extra-Stufen / Trennstrich-Chaos */
.contact-item {
  border-bottom: 1px solid rgba(75,88,81,.12) !important;
  padding: 16px 0 !important;
}

.contact-item-label {
  margin-bottom: 4px !important;
}

.contact-form-column .label + .contact-prompt-title,
.contact-info .label + h2 {
  margin-top: 10px !important;
}

.contact-panel__intro h2 {
  margin: 12px 0 14px !important;
}

/* Icons größer / lesbarer */
.mini-card-icon,
.service-icon,
.benefit-icon,
.about-point__icon,
.contact-item-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  color: var(--green-dk) !important;
}

.mini-card-icon svg,
.service-icon svg,
.benefit-icon svg,
.about-point__icon svg,
.contact-item-icon svg {
  width: 30px !important;
  height: 30px !important;
  stroke-width: 1.7;
}

/* Video: kein Letterbox-Rand oben/unten */
.video-section--bleed {
  background: #0f1411 !important;
  padding: 0 !important;
}

.video-section--bleed .video-wrapper,
.video-section--bleed .video-frame,
.video-section--bleed .video-frame--open {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: #0f1411 !important;
  aspect-ratio: 16 / 9 !important;
  padding-top: 0 !important;
  overflow: hidden !important;
}

.video-section--bleed .video-frame--ratio-2x1 {
  aspect-ratio: 2 / 1 !important; /* imagefilm-web.mp4 */
}

.video-section--bleed .video-frame video,
.video-section--bleed .video-frame iframe,
.video-section--bleed .video-frame--open video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #0f1411 !important;
  display: block !important;
}

.video-frame iframe,
.video-frame video {
  object-fit: cover !important;
}

/* Index-Hero: eigene Typo, nicht von Seiten-Typo überschreiben */
.network-hero__copy .label {
  color: #b7f5ce !important;
}

.network-hero__copy .label::before {
  background: #68dc96 !important;
}

.network-hero__copy h1 {
  font-size: clamp(3rem, 5.3vw, 5.4rem) !important;
  color: #fff !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

.network-hero__copy p {
  font-size: clamp(1.05rem, 1.35vw, 1.2rem) !important;
  color: rgba(255,255,255,.9) !important;
  line-height: 1.7 !important;
}

/* Hero readability: bright image with a controlled local contrast veil */
.network-hero {
  background: #34453c !important;
}

.network-hero__background {
  filter: brightness(.96) saturate(.94) contrast(1.02);
}

.network-hero::after {
  background:
    linear-gradient(90deg,
      rgba(12, 22, 17, .72) 0%,
      rgba(12, 22, 17, .57) 38%,
      rgba(12, 22, 17, .24) 68%,
      rgba(12, 22, 17, .06) 100%),
    linear-gradient(0deg,
      rgba(10, 18, 14, .38) 0%,
      rgba(10, 18, 14, .04) 58%,
      rgba(10, 18, 14, .1) 100%) !important;
}

.network-hero__copy {
  max-width: 960px !important;
}

.network-hero__copy .label {
  color: #8df0b4 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

.network-hero__copy h1 {
  color: #fff !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .34) !important;
}

.network-hero__copy p {
  max-width: 72ch !important;
  color: rgba(255, 255, 255, .96) !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .34) !important;
}

@media (max-width: 820px) {
  .network-hero::after {
    background:
      linear-gradient(180deg,
        rgba(12, 22, 17, .18) 0%,
        rgba(12, 22, 17, .5) 48%,
        rgba(12, 22, 17, .82) 100%) !important;
  }

  .network-hero__background {
    filter: brightness(.9) saturate(.92);
  }

  .network-hero__copy h1 {
    max-width: none !important;
    font-size: clamp(2rem, 9.8vw, 2.55rem) !important;
    line-height: 1.02 !important;
  }

  .network-hero__copy p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .network-values-mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(20px, 5vw, 32px);
    margin-top: 28px;
  }

  .network-values-mobile li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid rgba(75, 88, 81, .14);
  }

  .network-values-mobile svg {
    width: 34px;
    height: 34px;
    color: var(--green-dk);
  }

  .network-values-mobile strong {
    font-size: 1rem;
    line-height: 1.25;
  }

  .network-values-mobile span {
    font-size: .92rem;
    line-height: 1.45;
  }
}

@media (max-width: 479px) {
  .network-values-mobile {
    grid-template-columns: 1fr;
  }
}

/* Footer: approved white logo treatment on a calm dark ground */
.site-footer {
  background: #16231c !important;
  color: rgba(255, 255, 255, .76) !important;
  border-top: 0 !important;
}

.footer-logo-wrap {
  display: inline-block;
}

.footer-logo-image {
  display: block;
  width: clamp(148px, 12vw, 182px);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .96;
}

.footer-col h4 {
  color: #8df0b4 !important;
}

.footer-col a,
.footer-col address,
.footer-copy,
.footer-legal a,
.footer-brand p {
  color: rgba(255, 255, 255, .72) !important;
}

.footer-col a:hover,
.footer-legal a:hover {
  color: #fff !important;
}

.footer-bottom {
  border-top-color: rgba(255, 255, 255, .12) !important;
}

.social-link {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .24) !important;
  background: transparent !important;
}

.social-link:hover {
  color: #8df0b4 !important;
  border-color: #8df0b4 !important;
  background: rgba(141, 240, 180, .08) !important;
}

/* Final, site-wide three-level type system */
:root {
  --type-subheading: clamp(1.12rem, 1.35vw, 1.28rem);
}

main h2 {
  font-size: var(--type-heading) !important;
  line-height: 1.12 !important;
  letter-spacing: -.03em;
  color: var(--type-ink) !important;
}

main h3,
main h4,
.team-name {
  font-size: var(--type-subheading) !important;
  line-height: 1.28 !important;
  color: var(--type-ink) !important;
}

main p:not(.label):not(.stat-num):not(.stat-label),
main li {
  font-size: var(--type-body);
  line-height: 1.7;
}

.social-link {
  width: 42px;
  height: 42px;
}

.social-link svg {
  width: 20px;
  height: 20px;
}

/* Network actions: readable at rest, unmistakable on hover/tap */
.network-hit__cta {
  min-height: 34px;
  padding: 6px 12px 6px 14px;
  border-width: 2px;
  font-size: .72rem;
  box-shadow: 0 10px 24px rgba(31, 184, 94, .24);
}

.network-hit__cta span:last-child {
  width: 20px;
  height: 20px;
}

@media (max-width: 820px) {
  .network-hit__cta {
    min-height: 30px;
    padding: 5px 9px 5px 10px;
    font-size: .64rem;
  }

  .network-hit__cta span:last-child {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 520px) {
  .network-hit__cta {
    bottom: -14%;
    font-size: .62rem;
    padding: 5px 8px 5px 9px;
  }

}

/* Final audit corrections */
.page-hero--left .page-hero-inner {
  display: block;
}

.page-hero--left .page-hero-inner h1 {
  max-width: 18ch;
}

.page-hero--left .page-hero-inner > p:last-child {
  max-width: 72ch;
  margin-left: 0;
}

.about-cover__content,
.about-cover__content--open {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.about-cover__copy {
  border-left: 0 !important;
}

.team-bio summary {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(75, 88, 81, .14) !important;
  padding-left: 0 !important;
  padding-right: 4px !important;
}

.vision-tags li {
  position: relative;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 4px 0 4px 16px !important;
}

.vision-tags li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.service-full--frameless {
  border: 0 !important;
  background: transparent !important;
}

.service-full--frameless .service-full-text {
  background: transparent !important;
}

.logo-band,
.map-placeholder {
  min-height: 0;
  display: block;
  padding: 18px 0;
  text-align: left;
  border: 0 !important;
}

.contact-panel {
  border-top: 0 !important;
}

.choice-card {
  position: relative;
}

.choice-card input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice-card:focus-within {
  outline: 3px solid rgba(31, 184, 94, .36);
  outline-offset: 3px;
}

.choice-card:has(input:checked) {
  border-bottom-color: var(--green) !important;
  box-shadow: inset 0 -3px 0 var(--green) !important;
}

.quiz-question legend {
  color: var(--type-ink);
  font-size: var(--type-body);
  font-weight: 700;
  line-height: 1.45;
}

.site-nav a:focus-visible,
.nav-toggle:focus-visible,
.cta-btn:focus-visible,
.btn-primary:focus-visible,
.btn-outline:focus-visible {
  outline: 3px solid rgba(31, 184, 94, .58);
  outline-offset: 3px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #68736d;
  opacity: 1;
}

@media (max-width: 820px) {
  .about-cover__copy {
    border-top: 0 !important;
  }

  .network-hero__copy h1 span {
    white-space: normal !important;
  }

  .funnel-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .funnel-actions .btn-primary,
  .funnel-actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  .quiz-question .choice-card--compact {
    display: flex;
    width: 100%;
    margin-right: 0;
  }
}

/* Presentation-safe placeholders for pending customer assets */
.visual-placeholder {
  position: relative;
  isolation: isolate;
  min-height: clamp(260px, 29vw, 410px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 25%, rgba(31, 184, 94, .16), transparent 25%),
    radial-gradient(circle at 78% 72%, rgba(11, 127, 66, .12), transparent 28%),
    linear-gradient(135deg, #edf3ef 0%, #f8faf9 48%, #e6eeea 100%);
}

.visual-placeholder::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -40%;
  background-image:
    linear-gradient(rgba(47, 57, 52, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 57, 52, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotate(-8deg);
}

.visual-placeholder::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 184, 94, .52), transparent);
  transform: rotate(-22deg);
}

.visual-placeholder--logos {
  min-height: clamp(180px, 18vw, 260px);
}

.visual-placeholder__mark {
  width: clamp(88px, 9vw, 126px);
  height: clamp(88px, 9vw, 126px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .82);
  box-shadow:
    0 24px 70px rgba(32, 58, 44, .14),
    inset 0 0 0 1px rgba(31, 184, 94, .18);
  color: var(--green-dk);
  font: 900 clamp(3.4rem, 5vw, 5rem) / 1 'Lato', sans-serif;
}

/* Hero corrections after visual review */
.page-hero--left .page-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-hero--left .page-hero-inner .label {
  margin-bottom: clamp(22px, 3vw, 34px);
  align-self: flex-start;
}

.page-hero--left .page-hero-inner h1 {
  max-width: 15ch;
}

.page-hero--left .page-hero-inner > p:last-child {
  max-width: 68ch;
  margin: clamp(22px, 3vw, 32px) 0 0;
  padding: 0;
  border: 0;
  align-self: flex-start;
}

@media (min-width: 761px) {
  .about-cover__image img {
    filter: brightness(.9) saturate(.94);
    object-position: center 32%;
  }

  .about-cover__image::after {
    background:
      linear-gradient(90deg, rgba(13, 24, 18, .68) 0%, rgba(13, 24, 18, .5) 52%, rgba(13, 24, 18, .26) 100%),
      linear-gradient(0deg, rgba(8, 16, 12, .42) 0%, transparent 62%);
  }

  .about-cover__content,
  .about-cover__content--open {
    padding: clamp(18px, 2vw, 28px) 0 !important;
    grid-template-columns: minmax(300px, .95fr) minmax(380px, 1.05fr);
    gap: clamp(32px, 4vw, 52px);
  }

  .about-cover__title .label {
    color: #8df0b4 !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .4);
  }

  .about-cover__title h1 {
    color: #fff !important;
    text-shadow: 0 3px 20px rgba(0, 0, 0, .32);
  }

  .about-cover__copy {
    padding-left: 0 !important;
  }

  .about-cover__copy p {
    color: rgba(255, 255, 255, .94) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
  }
}

@media (max-width: 700px) {
  .visual-placeholder {
    min-height: 230px;
  }

  .visual-placeholder--logos {
    min-height: 160px;
  }
}

@media (max-width: 760px) {
  .about-cover__content,
  .about-cover__content--open {
    padding: 26px 0 10px !important;
  }

  .about-cover__title h1 {
    color: var(--ink) !important;
    text-shadow: none;
  }

  .about-cover__copy p {
    color: var(--muted) !important;
    text-shadow: none;
  }
}

/* Embedded contact sections: centered, compact flow (contact.html excluded) */
.contact-panel {
  padding: clamp(68px, 7vw, 96px) 0;
}

.contact-panel__grid {
  width: min(860px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 4vw, 48px);
}

.contact-panel__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-panel__intro .label {
  justify-content: center;
}

.contact-panel__intro h2 {
  margin: 12px 0 14px !important;
  text-wrap: balance;
}

.contact-panel__intro > p:last-child {
  max-width: 58ch;
  margin-inline: auto;
  text-wrap: pretty;
}

.contact-panel .contact-form--compact {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-panel .contact-form--compact .form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.contact-panel .contact-form--compact .form-group.full,
.contact-panel .contact-form--compact > .form-grid > input[type="hidden"] {
  grid-column: 1 / -1;
}

/* Canonical desktop header geometry — shared by every page */
@media (min-width: 821px) {
  :root {
    --hh: 132px;
  }

  .site-header {
    height: 132px;
    border-top: 0;
    box-shadow: none;
  }

  .header-contact-bar {
    height: 44px;
    background: #edf3ef;
    border-top: 0;
    border-bottom: 1px solid var(--border-w);
  }

  .header-contact-bar__inner,
  .nav-inner {
    width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
    max-width: var(--content-max);
    margin-inline: auto;
    padding-inline: 0;
  }

  .header-contact-bar__inner,
  .header-contact-bar__inner > span,
  .header-contact-bar__links a {
    font-size: 15px;
  }

  .header-contact-bar__links svg {
    width: 17px;
    height: 17px;
  }

  .nav-inner {
    height: 88px;
  }

  .brand img {
    height: 61px;
  }

  .site-nav {
    gap: 28px;
    margin-right: 24px;
  }

  .site-nav a {
    padding-block: 10px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .4px;
  }

  .cta-btn {
    padding: 13px 23px;
    font-size: 15px;
  }
}

@media (max-width: 700px) {
  .contact-panel {
    padding: 58px 0 64px;
  }

  .contact-panel__grid {
    gap: 30px;
  }

  .contact-panel .contact-form--compact .form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
}

/* Customer and partner heroes: balanced content, no empty decorative half */
.page-hero--left {
  background:
    radial-gradient(circle at 88% 35%, rgba(31, 184, 94, .1), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #f7f9f8 100%);
}

.page-hero--left::before {
  display: none;
}

.page-hero--left .page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  grid-template-rows: auto auto;
  column-gap: clamp(52px, 7vw, 110px);
  row-gap: 0;
  align-items: end;
}

.page-hero--left .page-hero-inner .label {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin-bottom: clamp(22px, 2vw, 28px);
}

.page-hero--left .page-hero-inner h1 {
  grid-column: 1;
  grid-row: 2;
  max-width: none;
}

.page-hero--left .page-hero-inner h1 span {
  display: block;
}

.page-hero--left .page-hero-inner > p:last-child {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  max-width: 58ch;
  margin: 0;
  padding: 0 0 5px;
  border: 0;
}

/* The customer film is exactly 1280×640: let intrinsic ratio remove any bar. */
.video-section--bleed .video-wrapper {
  height: auto !important;
  aspect-ratio: auto !important;
  line-height: 0;
}

.video-section--bleed .video-frame--ratio-2x1 {
  height: auto !important;
  aspect-ratio: 2 / 1 !important;
  line-height: 0;
}

.mobile-line-break {
  display: none;
}

@media (max-width: 820px) {
  .page-hero--left .page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    row-gap: 0;
  }

  .page-hero--left .page-hero-inner .label,
  .page-hero--left .page-hero-inner h1,
  .page-hero--left .page-hero-inner > p:last-child {
    grid-column: 1;
  }

  .page-hero--left .page-hero-inner .label {
    grid-row: 1;
  }

  .page-hero--left .page-hero-inner h1 {
    grid-row: 2;
  }

  .page-hero--left .partner-hero-title {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .mobile-line-break {
    display: block;
  }

  .page-hero--left .page-hero-inner > p:last-child {
    grid-row: 3;
    margin-top: 22px;
    padding-bottom: 0;
  }
}

/* Aug 2026 feedback: topbar, full-bleed network, longer hero veil */
.header-contact-bar {
  background: #dceee3 !important;
  border-bottom: 2px solid var(--green) !important;
  color: var(--ink);
}

.header-contact-bar__inner > span {
  color: var(--green-dk);
  font-weight: 900;
  letter-spacing: .16em;
}

.header-contact-bar__links a {
  color: var(--ink);
  font-weight: 800;
}

.header-contact-bar__links a:hover {
  color: var(--green-dk);
}

.header-contact-bar__links svg {
  color: var(--green);
}

.page-hero::before {
  width: 62%;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}

.network-graphic {
  padding: 0 0 clamp(12px, 2vw, 28px);
  width: 100%;
  overflow: hidden;
  background: #f5f6f8;
}

.network-graphic > .container {
  max-width: var(--content-max);
}

.network-stage {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  height: auto;
  aspect-ratio: 1536 / 1024;
  overflow: hidden;
  background: #f5f6f8;
}

.network-stage__art {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #f5f6f8;
}

@media (max-width: 820px) {
  .network-stage {
    width: 100%;
    height: auto;
    aspect-ratio: 1536 / 1024;
  }
}

/* Gray veil meets and overlaps the Wartung photo */
.page-hero--to-image {
  border-bottom: 0;
  padding-bottom: 36px;
  overflow: visible;
  z-index: 2;
}

.page-hero--to-image::before {
  left: 38%;
  right: 0;
  width: auto;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}

.page-hero--to-image .page-hero-inner > p:last-of-type {
  transform: translateX(clamp(36px, 4.5vw, 72px));
}

.service-full--from-hero {
  position: relative;
  border-top: 0;
}

.service-full--from-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 0 38%;
  background: var(--card);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  pointer-events: none;
  z-index: 1;
}

.service-full--from-hero .service-full-text {
  position: relative;
  z-index: 2;
  background: transparent;
}

.page-hero--wide-veil::before {
  width: 78%;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}

.partner-coverage {
  padding: clamp(48px, 6vw, 80px) 0;
  background: #e8eee9;
}

.partner-coverage__inner {
  width: min(1100px, calc(100% - (2 * var(--page-gutter))));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 28.5rem) minmax(240px, 380px);
  justify-content: center;
  align-items: stretch;
  gap: clamp(28px, 4vw, 48px);
}

.partner-coverage__panel {
  max-width: 28.5rem;
  padding: clamp(28px, 3.4vw, 40px) clamp(28px, 3.2vw, 40px) clamp(32px, 3.6vw, 44px);
  background: transparent;
  border-left: 0;
  box-shadow: none;
}

.partner-coverage__panel .label {
  margin-bottom: 16px;
}

.partner-coverage__panel h2 {
  margin: 0 0 18px;
  max-width: 11ch;
}

.partner-coverage__panel > p {
  margin: 0;
  max-width: 36ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.partner-coverage__stats {
  list-style: none;
  margin: 32px 0 0;
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 32px;
  border-top: 1px solid rgba(56, 66, 61, .16);
}

.partner-coverage__stats li {
  display: grid;
  gap: 4px;
}

.partner-coverage__stats strong {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: .9;
  letter-spacing: -.03em;
  color: var(--ink);
}

.partner-coverage__stats span {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.partner-coverage__key {
  display: flex;
  gap: 22px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.partner-coverage__key li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
}

.partner-coverage__swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.partner-coverage__swatch--object {
  background: #1fb85e;
  box-shadow: inset 0 0 0 2px #fff;
}

.partner-coverage__swatch--partner {
  background: #e07a2f;
  box-shadow: inset 0 0 0 2px #fff;
}

.partner-coverage__map {
  margin: 0;
  min-width: 0;
  height: 100%;
  display: flex;
  justify-content: center;
}

.partner-coverage__map img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .page-hero--to-image,
  .page-hero--wide-veil {
    overflow: hidden;
  }

  .page-hero--to-image .page-hero-inner > p:last-of-type {
    transform: none;
  }

  .service-full--from-hero::after {
    display: none;
  }

  .service-full--from-hero .service-full-text {
    background: var(--surface);
  }

  .partner-coverage__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .partner-coverage__panel {
    max-width: none;
  }

  .partner-coverage__map {
    height: auto;
  }

  .partner-coverage__map img {
    width: min(100%, 300px);
    height: auto;
    max-height: 440px;
    margin: 0 auto;
  }
}

/* Coverage equation: two brochure cards + Germany map */
.coverage-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 28px);
  margin: 10px 0 0;
  padding: clamp(8px, 1.6vw, 20px) 0 4px;
}

.coverage-equation figure {
  margin: 0;
  flex: 0 0 auto;
}

.coverage-equation img,
.coverage-equation__map img {
  display: block;
  width: auto;
  height: clamp(380px, 42vw, 480px);
}

.coverage-equation__op {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-family: 'Lato', 'Segoe UI', sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
  line-height: 1;
  color: #2b2b2b;
  user-select: none;
}

@media (max-width: 820px) {
  .coverage-equation {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .coverage-equation img,
  .coverage-equation__map img {
    height: clamp(220px, 46vw, 300px);
  }

  .coverage-equation__op--eq {
    flex-basis: 100%;
    padding: 4px 0 8px;
  }

  .coverage-equation__map {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}

/* Customer reference logos — two marks, full stage */
.reference-logos {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: clamp(240px, 30vw, 360px);
  background:
    linear-gradient(180deg, #f5f6f5 0%, #eef0ee 100%);
  border-top: 1px solid rgba(56, 66, 61, 0.1);
  border-bottom: 1px solid rgba(56, 66, 61, 0.1);
}

.reference-logos li {
  display: grid;
  place-items: center;
  padding: clamp(36px, 5.5vw, 72px) clamp(28px, 4vw, 56px);
}

.reference-logos li + li {
  box-shadow: inset 1px 0 0 rgba(56, 66, 61, 0.12);
}

.reference-logos img {
  width: auto;
  max-width: min(100%, 280px);
  max-height: 96px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 700px) {
  .reference-logos {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .reference-logos li {
    min-height: 188px;
  }

  .reference-logos li + li {
    box-shadow: inset 0 1px 0 rgba(56, 66, 61, 0.12);
  }
}

/* ============================================================
   28.08.2026 Jour-fixe feedback
   ============================================================ */

.header-contact-bar__inner > span {
  letter-spacing: .07em;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .header-contact-bar__inner > span {
    letter-spacing: .04em;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .header-contact-bar__inner {
    gap: 16px;
  }
  .header-contact-bar__inner > span {
    white-space: normal;
    line-height: 1.25;
    max-width: 28ch;
  }
}

/* Über uns: company story on photo, then team row */
.about-story {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(340px, 1.08fr);
  min-height: calc(100svh - var(--hh));
  background: #101612;
}

.about-story__media {
  position: sticky;
  top: var(--hh);
  height: calc(100svh - var(--hh));
  align-self: start;
  overflow: hidden;
}

.about-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.92) contrast(1.04);
}

.about-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 40%, rgba(16, 22, 18, .18) 100%),
    linear-gradient(180deg, rgba(8, 14, 11, .18), transparent 30%);
  pointer-events: none;
}

.about-story__panel {
  position: relative;
  z-index: 1;
  padding: calc(var(--hh) + 48px) clamp(28px, 4.5vw, 72px) clamp(56px, 7vw, 96px);
  background: #121a15;
  color: #eef4f0;
}

.about-story__panel .label {
  color: #8df0b4 !important;
}

.about-story__panel h1,
.about-story__title {
  margin: 14px 0 28px;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: clamp(1.55rem, 6.8vw, 3.85rem) !important;
  line-height: 1.02 !important;
  color: #fff !important;
}

.about-story__title span {
  display: block;
  white-space: nowrap;
}

.about-team__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
}

.about-team__title span {
  display: block;
}

.about-team__title span:last-child {
  white-space: nowrap;
}

.about-story__copy p {
  color: rgba(238, 244, 240, .88) !important;
  font-size: 1.02rem;
  line-height: 1.78;
}

.about-story__claim {
  color: #fff !important;
}

.about-story__copy {
  display: grid;
  gap: 18px;
  max-width: 58ch;
}

.about-story__copy p {
  color: rgba(238, 244, 240, .88);
  font-size: 1.02rem;
  line-height: 1.78;
}

.about-story__claim {
  margin: 32px 0 0;
  max-width: 22ch;
  padding-top: 22px;
  border-top: 2px solid var(--green);
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.about-team {
  background: #f4f6f4;
}

.team-grid--trio {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
  background: transparent !important;
}

.team-grid--trio .team-card {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 28px 24px 22px !important;
  background: #fff;
}

.team-grid--trio .team-avatar,
.team-grid--trio .team-card:hover .team-avatar {
  width: 112px !important;
  height: 112px !important;
  margin: 0 0 18px !important;
}

.team-grid--trio .team-card__identity {
  margin-bottom: 18px;
}

.team-grid--trio .team-role {
  margin-bottom: 0;
}

.team-grid--trio .team-bio {
  margin-top: auto;
}

.team-grid--trio .team-bio__content {
  padding-top: 16px;
}

/* Dienstleistungen hero: white, green title, no isolated subtitle */
.page-hero--services {
  background: #fff;
  border-bottom: 0;
  padding: calc(var(--hh) + 52px) 0 28px;
  overflow: hidden;
}

.page-hero--services::before {
  display: none !important;
}

.page-hero--services h1 {
  color: var(--green) !important;
  font-size: clamp(3.1rem, 7.2vw, 5.6rem) !important;
  line-height: .92 !important;
  max-width: 10ch;
}

.page-hero--services .page-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.page-hero--services .label {
  color: var(--green-dk) !important;
}

.page-hero--services {
  padding-bottom: 8px;
}

.service-full--from-hero::after {
  display: none !important;
}

.service-full--from-hero .service-full-text {
  background: var(--surface) !important;
}

.service-full--slant .service-full-image {
  clip-path: none !important;
}

/* Kunden: object photos + object-only coverage */
.reference-photos {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.reference-photos li {
  margin: 0;
  overflow: hidden;
  background: #dfe5e1;
  aspect-ratio: 4 / 3;
}

.reference-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.customer-coverage {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(240px, 420px);
  justify-content: center;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  margin-top: 12px;
}

.customer-coverage__panel {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.customer-coverage__card {
  margin: 0;
}

.customer-coverage__card img {
  display: block;
  width: auto;
  height: clamp(280px, 32vw, 380px);
}

.customer-coverage__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 28px;
}

.customer-coverage__stats li {
  display: grid;
  gap: 4px;
  text-align: center;
}

.customer-coverage__stats strong {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  line-height: .9;
  letter-spacing: -.03em;
}

.customer-coverage__stats span {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.customer-coverage__map {
  margin: 0;
}

.customer-coverage__map img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .about-story {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: var(--hh);
  }

  .about-story__media {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
  }

  .about-story__media img {
    height: min(62vw, 380px);
    object-position: center 22%;
  }

  .about-story__panel {
    padding: 36px var(--page-gutter) 52px;
  }

  .about-story__title {
    font-size: clamp(1.55rem, 8.4vw, 2.4rem) !important;
  }

  .team-grid--trio {
    grid-template-columns: 1fr !important;
  }

  .page-hero--services {
    padding: calc(var(--hh) + 36px) 0 20px;
  }

  .page-hero--services h1 {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .service-full--slant .service-full-image {
    clip-path: none;
  }

  .page-hero--services + * .service-full--from-hero::after {
    display: none;
  }

  .page-hero--services + * .service-full--from-hero .service-full-text {
    background: #fff;
  }

  .reference-photos {
    grid-template-columns: 1fr 1fr;
  }

  .customer-coverage {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .customer-coverage__card img {
    height: 240px;
  }

  .customer-coverage__map img {
    max-width: 300px;
  }

  .partner-coverage__map img {
    width: min(100%, 280px);
    max-height: 380px;
  }

  .network-hit__cta {
    bottom: -14%;
  }
}

@media (max-width: 600px) {
  .reference-photos {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .network-hit__cta {
    font-size: .55rem;
    min-height: 26px;
    padding: 3px 7px 3px 8px;
  }

  .network-hit--customer,
  .network-hit--partner {
    width: 18%;
  }

  .network-values-mobile {
    margin-top: 8px;
  }

  .team-grid--trio .team-avatar,
  .team-grid--trio .team-card:hover .team-avatar {
    width: 88px !important;
    height: 88px !important;
  }
}

/* ============================================================
   04.09.2026 Feedback: Startseite Leistungen-Titel + Stats
   ============================================================ */

#start-leistungen-title {
  white-space: nowrap;
}

@media (max-width: 560px) {
  #start-leistungen-title {
    white-space: normal;
  }
}

.stats-note {
  font-size: var(--type-subheading) !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
}

.stats-strip .stat-label {
  font-size: var(--type-subheading) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  color: var(--ink) !important;
  text-transform: none !important;
}

/* Google Maps embed on contact page */
.contact-map {
  margin-top: 64px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-w);
  box-shadow: var(--shadow);
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media (max-width: 700px) {
  .contact-map {
    margin-top: 40px;
  }
  .contact-map iframe {
    height: 300px;
  }
}
