/* Customer-approved A2 design enhancement layer.
   The source HTML remains immutable in source/customer-master.html. */

:root {
  --contact-radius: 20px;
  --contact-ease: cubic-bezier(.2,.72,.2,1);
  /* Accessible replacement for the customer's very pale secondary token. */
  --soft: #5f7184;
}

/* `overflow-x:hidden` on the body creates a second scroll container in
   Chromium and disables the intended sticky intro. `clip` prevents horizontal
   spill without changing the page's scrolling element. */
body { overflow-x: clip; }

html.js .rv { opacity: 0; transform: translateY(18px); }
html.js .rv.in { opacity: 1; transform: none; }
html:not(.js) .rv { opacity: 1 !important; transform: none !important; }
html:not(.js) header.top { transform: none !important; }
html:not(.js) .det,
html:not(.js) .faq .fa { max-height: none !important; opacity: 1 !important; }
html:not(.js) .more,
html:not(.js) .hero-motion-toggle { display: none !important; }

/* A usable compact jump navigation remains available when JavaScript is
   unavailable; the inert hamburger is intentionally removed in that mode. */
@media (max-width: 940px) {
  html:not(.js) header.top .burger { display: none !important; }
  html:not(.js) header.top .mnav {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 6px 10px 8px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }
  html:not(.js) header.top .mnav a {
    display: inline-flex;
    min-height: 40px;
    flex: 0 0 auto;
    align-items: center;
    padding: 6px 10px;
    scroll-snap-align: start;
  }
}

.introwrap {
  height: 218svh;
  min-height: 1080px;
  background: #07111b;
}

.intro-sticky {
  --hero-progress: 0;
  --hero-phase: 0;
  --people-phase: 0;
  --hero-exit: 0;
  --pointer-x-shift: 0px;
  --pointer-y-shift: 0px;
  --pointer-person-x: 0px;
  --pointer-person-y: 0px;
  --pointer-rotate-x: 0deg;
  --pointer-rotate-y: 0deg;
  --scan-y: 0%;
  --scan-opacity: .46;
  height: 100svh;
  min-height: 620px;
  isolation: isolate;
  perspective: 1100px;
  background:
    radial-gradient(75% 90% at 77% 47%, rgba(46,111,176,.3), transparent 66%),
    linear-gradient(145deg, #08131f, #0b1a29 52%, #07111b);
}

.intro-poster,
.intro-media,
.hero-depth-grid,
.hero-scan,
.hero-webgl,
.intro-veil,
.intro-sticky > canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.intro-poster { z-index: 0; overflow: hidden; }
.intro-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .42;
  filter: saturate(.75) contrast(1.08) brightness(.62);
}

.intro-media {
  z-index: 1;
  object-fit: cover;
  object-position: center;
  opacity: .25;
  filter: saturate(.72) contrast(1.08) brightness(.72);
  transform: scale(1.045);
  will-change: transform, opacity;
}

.hero-curtain {
  position: absolute;
  z-index: 30;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #07111b;
  color: #dce9f6;
  pointer-events: none;
  animation: contact-curtain 1.34s var(--contact-ease) .12s both;
}

.hero-curtain span {
  font: 800 clamp(23px, 4vw, 48px)/1 var(--disp);
  letter-spacing: .2em;
  text-transform: uppercase;
  animation: contact-curtain-word 1.05s var(--contact-ease) both;
}

.hero-curtain i {
  position: absolute;
  left: 50%;
  top: calc(50% + 42px);
  width: min(330px, 62vw);
  height: 2px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, transparent, #7fb6ea 18%, #d7e9f9 50%, #7fb6ea 82%, transparent);
  box-shadow: 0 0 22px rgba(117,174,228,.7);
  animation: contact-curtain-line 1s var(--contact-ease) .08s both;
}

@keyframes contact-curtain {
  0%, 58% { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 0 100% 0); visibility: hidden; }
}

@keyframes contact-curtain-word {
  0% { opacity: 0; transform: translateY(18px) scale(.94); filter: blur(9px); }
  35%, 70% { opacity: 1; transform: none; filter: none; }
  100% { opacity: 0; transform: translateY(-10px) scale(1.03); }
}

@keyframes contact-curtain-line {
  0% { opacity: 0; transform: translateX(-50%) scaleX(0); }
  48%, 74% { opacity: 1; transform: translateX(-50%) scaleX(1); }
  100% { opacity: 0; transform: translateX(-50%) scaleX(1); }
}

.hero-depth-grid {
  z-index: 2;
  inset: 9% 1% auto auto;
  width: min(62vw, 860px);
  height: min(82vw, 860px);
  border-radius: 50%;
  background-image:
    linear-gradient(rgba(121,178,229,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121,178,229,.12) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle, #000 0 42%, transparent 72%);
  mask-image: radial-gradient(circle, #000 0 42%, transparent 72%);
  opacity: .16;
  transform-origin: 66% 48%;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.hero-orbit {
  position: absolute;
  z-index: 3;
  top: 17%;
  right: 5%;
  width: min(47vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(138,192,239,.28);
  border-radius: 50%;
  box-shadow: inset 0 0 48px rgba(67,135,198,.07), 0 0 32px rgba(67,135,198,.08);
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-orbit::before {
  inset: 11%;
  border: 1px dashed rgba(173,211,244,.28);
}

.hero-orbit::after {
  top: 4%;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #b9dcfb;
  box-shadow: 0 0 20px #6da9de;
}

.hero-orbit-b {
  top: 24%;
  right: 12%;
  width: min(34vw, 470px);
  border-color: rgba(124,176,224,.18);
}

.hero-scan {
  z-index: 5;
  top: var(--scan-y);
  bottom: auto;
  height: 1px;
  opacity: var(--scan-opacity);
  background: linear-gradient(90deg, transparent 8%, rgba(124,184,237,.1) 24%, rgba(187,220,248,.72) 68%, transparent 94%);
  box-shadow: 0 0 18px rgba(111,168,222,.28);
  will-change: top, opacity;
}

.hero-webgl {
  z-index: 2;
  pointer-events: none;
  opacity: .36;
  -webkit-mask-image: radial-gradient(circle at 68% 43%, #000 0 38%, transparent 72%);
  mask-image: radial-gradient(circle at 68% 43%, #000 0 38%, transparent 72%);
  transform-origin: 70% 45%;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.hero-webgl canvas { width: 100%; height: 100%; display: block; }
.hero-webgl.webgl-fallback::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 18%;
  width: min(43vw, 580px);
  aspect-ratio: 1;
  border: 1px solid rgba(138,192,239,.22);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74,144,207,.12), transparent 68%);
}
#cvGlobe { display: none; }
#cvFx { z-index: 3; opacity: .23; mix-blend-mode: screen; }

.intro-veil {
  z-index: 4;
  background:
    radial-gradient(85% 72% at 67% 43%, transparent 12%, rgba(6,15,24,.16) 57%, rgba(6,15,24,.68) 100%),
    linear-gradient(180deg, rgba(5,13,22,.16), transparent 40%, rgba(5,13,22,.86));
}

.phx {
  z-index: 7;
  top: 27%;
  width: min(42vw, 520px);
  transform-style: preserve-3d;
  will-change: transform, left, top, width, opacity;
}

.phx .float {
  animation: none;
  transform: translate3d(var(--pointer-x-shift), var(--pointer-y-shift), 0)
    rotateX(var(--pointer-rotate-x)) rotateY(var(--pointer-rotate-y));
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}
.phx .shine::after { animation-duration: 8s; opacity: .72; }

.intro-ui {
  z-index: 8;
  justify-content: flex-end;
  padding: 0 28px 9svh;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.intro-ui > * { transform-style: preserve-3d; }

.intro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #dce9f6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .21em;
  text-transform: uppercase;
}

.intro-kicker::before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #77aee2, transparent);
}

.intro-ui h1 {
  max-width: 1040px;
  font-size: clamp(42px, 6.7vw, 88px);
  line-height: .94;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.intro-ui h1 .chrome { white-space: nowrap; }
.intro-ui .claim { max-width: 740px; }
.intro-ui .icta { margin-top: 24px; }

.intro-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 20px;
  transition: opacity .25s ease;
}

.intro-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(207,226,245,.25);
  border-radius: 999px;
  background: rgba(7,17,27,.42);
  color: #dce9f6;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(7px);
}

.intro-proof span::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #6fa8de;
  box-shadow: 0 0 12px rgba(111,168,222,.8);
}

.hero-persons {
  position: absolute;
  z-index: 6;
  right: max(1.5vw, 12px);
  bottom: 0;
  width: min(43vw, 650px);
  height: min(79svh, 820px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(8vw, 12%, 40px) scale(.9);
  transform-origin: right bottom;
  will-change: transform, opacity;
}

.hero-persons::before {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -10%;
  width: 110%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,111,176,.32), transparent 66%);
  filter: blur(10px);
}

.hero-persons img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.48));
  transform: translate3d(var(--pointer-person-x), var(--pointer-person-y), 0);
  transition: transform .2s ease-out;
}

.hero-stage-meta {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: clamp(18px, 2.8vw, 46px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(220,233,246,.88);
  font: 800 10px/1 var(--body);
  letter-spacing: .16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  transition: opacity .2s ease;
}

.hero-stage-no {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(220,233,246,.3);
  border-radius: 50%;
  color: #fff;
  writing-mode: horizontal-tb;
  backdrop-filter: blur(6px);
}

.scrollcue { z-index: 9; bottom: 18px; gap: 6px; }
.hero-motion-toggle {
  position: absolute;
  z-index: 14;
  right: clamp(14px, 2.1vw, 30px);
  bottom: clamp(15px, 2vw, 26px);
  min-height: 44px;
  padding: 10px 14px 10px 36px;
  border: 1px solid rgba(220,233,246,.3);
  border-radius: 999px;
  background: rgba(7,17,27,.58);
  color: #eef6fd;
  font: 750 11px/1 var(--body);
  letter-spacing: .03em;
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.hero-motion-toggle::before,
.hero-motion-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 13px;
  border-radius: 2px;
  background: currentColor;
  transform: translateY(-50%);
}
.hero-motion-toggle::before { left: 17px; }
.hero-motion-toggle::after { left: 23px; }
.hero-motion-toggle[aria-pressed="true"]::before {
  left: 18px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  border-radius: 0;
  background: transparent;
}
.hero-motion-toggle[aria-pressed="true"]::after { display: none; }
.hero-motion-toggle:hover { border-color: rgba(220,233,246,.64); background: rgba(7,17,27,.78); }
html.hero-motion-paused .phx .shine::after,
html.hero-motion-paused .scrollcue .mouse::after,
html.hero-motion-paused .navtel .pulse::after,
html.hero-motion-paused .map .ring {
  animation-play-state: paused !important;
}
.scroll-progress {
  order: -1;
  width: min(220px, 46vw);
  height: 2px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255,255,255,.19);
}
.scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--hero-progress));
  transform-origin: left;
  background: linear-gradient(90deg, #6fa8de, #f3f8fc);
}

main {
  margin-top: -18svh;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -32px 78px rgba(3,10,17,.42);
}

section { padding: clamp(68px, 7vw, 94px) 0; }
.profile-intro { max-width: 820px; margin-bottom: 28px; }
.profile-intro p { margin: 9px 0 0; color: #38495b; font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }
.kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kpi .n { font-size: clamp(24px, 3.2vw, 38px); }

/* Full-frame image system: the real image is never cropped. A blurred copy fills spare space. */
.media-frame,
.br-media,
.wide-proof,
.recruit-media {
  position: relative;
  overflow: hidden;
  background: #dfe9f4;
}

.media-backdrop,
.br-media > span,
.wide-proof-backdrop,
.recruit-media > span {
  position: absolute;
  inset: -20px;
  background-image: var(--media);
  background-position: center;
  background-size: cover;
  filter: blur(18px) saturate(.72) brightness(.8);
  transform: scale(1.08);
  opacity: .42;
}

.media-frame img,
.br-media img,
.wide-proof img,
.recruit-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

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

.card {
  min-width: 0;
  padding: 0;
  border-radius: var(--contact-radius);
  box-shadow: 0 10px 26px rgba(24,38,52,.075);
}

.card::before {
  inset: 0 0 auto;
  z-index: 4;
  width: auto;
  height: 3px;
  transform: none;
}

.card-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #dfe9f4;
  cursor: zoom-in;
  text-align: left;
}

.card-media .media-frame { width: 100%; height: 100%; }
.card-media::after {
  content: "Vollständig ansehen";
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(7,17,27,.7);
  color: #fff;
  font: 700 10px/1 var(--body);
  letter-spacing: .02em;
  backdrop-filter: blur(8px);
}

.card-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.card-body .ic { margin-bottom: 13px; }
.card-body h3 { font-size: 18px; }
.card-body > p { min-height: 62px; }

.card-facts {
  margin: 14px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.card-facts li {
  position: relative;
  padding: 3px 0 3px 18px;
  color: #38495b;
  font-size: 12.75px;
  line-height: 1.45;
}

.card-facts li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.card .more { margin-top: auto; padding-top: 14px; min-height: 44px; }
.card.open .det { max-height: var(--detail-height, 360px); }

.brs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.br { padding: 0 0 22px; }
.br-media { width: 100%; aspect-ratio: 16 / 7; border-bottom: 1px solid var(--line); }
.br h3, .br p { margin-left: 22px; margin-right: 22px; }
.br h3 { margin-top: 20px; }

.wide-proof {
  display: grid;
  min-height: 420px;
  margin: 0 0 42px;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--sh-md);
  cursor: zoom-in;
}

.wide-proof img { max-height: 580px; }
.wide-proof figcaption {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 15px;
  max-width: min(420px, calc(100% - 32px));
  padding: 9px 13px;
  border-radius: 10px;
  background: rgba(7,17,27,.75);
  color: #fff;
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.media-open:focus-visible,
.wide-proof:focus-visible {
  outline: 3px solid #2e6fb0;
  outline-offset: 4px;
}

.tm .av {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--blue-wash);
}
.tm .av img { width: 100%; height: 100%; object-fit: contain; object-position: center; }

.certificate-proof {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(300px, 1.18fr);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
  margin-bottom: 34px;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #edf4fb);
  box-shadow: var(--sh-md);
}
.certificate-proof h3 { margin: 9px 0 9px; font-size: clamp(24px, 3vw, 38px); }
.certificate-proof p { max-width: 570px; color: var(--mut); line-height: 1.65; }
.proof-document {
  display: block;
  width: 100%;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--line2);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--sh-sm);
  cursor: zoom-in;
}
.proof-document img { display: block; width: 100%; max-height: 390px; object-fit: contain; }
.secondary-proof { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 14px; margin-top: 18px; text-align: left; }
.secondary-proof img { height: 90px; }
.secondary-proof span { color: var(--blue-deep); font-weight: 800; }

.operational-cases .ref { min-height: 220px; }
.operational-cases .ref > b { font-size: 18px; }
.case-no { color: var(--blue); font-family: var(--disp); font-size: 28px; font-weight: 800; }

.recruit {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(340px, 1.18fr);
  align-items: center;
}
.recruit-media {
  grid-row: span 2;
  aspect-ratio: 16 / 11;
  margin: -20px 4px -20px -20px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 16px;
}
.recruit > div:not(.gridd) { min-width: 0; }
.recruit > .btn { justify-self: start; }

.faq button.fq { min-height: 54px; }
.refs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.leadbox .leadform { align-items: stretch; }

.form-preview-note {
  margin: 13px 0 0;
  padding: 11px 13px;
  border: 1px solid #c8d9ea;
  border-radius: 10px;
  background: var(--blue-wash);
  color: var(--blue-deep);
  font-size: 12.5px;
  line-height: 1.5;
}

.form-preview-banner {
  margin: 0 0 14px;
  padding: 11px 13px;
  border: 1px solid #a9c5df;
  border-radius: 10px;
  background: #e8f1fa;
  color: #173f65;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

.planning-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.planning-points li {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
}

.cform .ds a {
  color: var(--blue-deep);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.cform input:focus-visible,
.cform select:focus-visible,
.cform textarea:focus-visible {
  outline: 3px solid var(--blue-light);
  outline-offset: 2px;
}

.job a,
.nap a,
footer .cols a,
footer nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.cform .ds {
  min-height: 44px;
  align-items: center;
}

.cform .ds input {
  min-width: 24px;
  min-height: 24px;
}

.media-viewer {
  width: min(94vw, 1320px);
  max-width: none;
  max-height: 94dvh;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #07111b;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.media-viewer::backdrop { background: rgba(3,9,15,.83); backdrop-filter: blur(8px); }
.media-viewer-inner { position: relative; display: grid; place-items: center; min-height: 180px; }
.media-viewer img { display: block; width: 100%; max-height: 84dvh; object-fit: contain; }
.media-viewer-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(7,17,27,.78);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

@media (hover:hover) and (pointer:fine) {
  .card-media img,
  .br-media img { transition: transform .45s var(--contact-ease); }
  .card-media:hover img,
  .br:hover .br-media img { transform: scale(1.018); }
}

@media (max-width: 980px) {
  .introwrap { height: 196svh; }
  .intro-ui h1 { font-size: clamp(38px, 7.6vw, 70px); }
  .hero-persons {
    right: 50%;
    width: min(70vw, 610px);
    height: 61svh;
    transform: translate3d(50%, 18%, 35px) scale(.91);
    transform-origin: center bottom;
  }
  .hero-persons img { object-position: center bottom; }
  .hero-stage-meta {
    top: 18px;
    right: 18px;
    max-width: calc(100% - 36px);
    gap: 7px;
    padding: 6px 9px;
    border: 1px solid rgba(220,233,246,.18);
    border-radius: 999px;
    background: rgba(7,17,27,.42);
    writing-mode: horizontal-tb;
    transform: none;
    backdrop-filter: blur(7px);
  }
  .hero-stage-name { writing-mode: horizontal-tb; }
  .svc { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #svc .card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 20px) / 2);
    justify-self: center;
  }
  .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recruit { grid-template-columns: 1fr; }
  .recruit-media { grid-row: auto; width: 100%; max-height: 420px; margin: 0 0 8px; }
}

@media (min-width: 981px) {
  #svc .card:last-child:nth-child(3n + 1) { grid-column: 2; }
}

@media (max-width: 720px) {
  .introwrap { height: 178svh; min-height: 1040px; }
  .intro-sticky { min-height: 600px; }
  .intro-media { object-position: center; opacity: .2; }
  .hero-webgl {
    opacity: .58;
    -webkit-mask-image: radial-gradient(circle at 50% 36%, #000 0 32%, transparent 70%);
    mask-image: radial-gradient(circle at 50% 36%, #000 0 32%, transparent 70%);
  }
  .hero-depth-grid { top: 7%; right: -38%; width: 138vw; height: 138vw; background-size: 34px 34px; }
  .hero-orbit { top: 13%; right: -28%; width: 112vw; }
  .hero-orbit-b { top: 20%; right: -11%; width: 76vw; }
  .hero-stage-meta { top: 12px; right: 12px; max-width: calc(100% - 24px); opacity: .78; }
  .hero-motion-toggle {
    right: 12px;
    bottom: calc(13px + env(safe-area-inset-bottom));
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 50%;
  }
  .hero-motion-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
  #cvFx { opacity: .14; }
  .phx { top: 24%; width: min(80vw, 390px); }
  .intro-ui {
    justify-content: flex-end;
    padding: 0 18px calc(84px + env(safe-area-inset-bottom));
  }
  .intro-kicker { max-width: 100%; font-size: 9px; letter-spacing: .16em; }
  .intro-ui h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.4vw, 48px);
    line-height: .96;
  }
  .intro-ui h1 .chrome { display: block; white-space: normal; }
  .intro-ui .claim { margin-top: 12px; font-size: 14px; line-height: 1.5; }
  .intro-ui .icta { width: 100%; gap: 9px; margin-top: 18px; }
  .intro-ui .icta .btn { width: 100%; justify-content: center; min-height: 48px; padding: 12px 14px; }
  .intro-proof { gap: 6px; margin-top: 12px; }
  .intro-proof span { min-height: 30px; padding: 5px 8px; font-size: 9.5px; }
  .hero-persons {
    right: 50%;
    width: min(94vw, 610px);
    height: 61svh;
    transform: translate3d(50%, 18%, 35px) scale(.91);
    transform-origin: center bottom;
  }
  .hero-persons img { object-position: center bottom; }
  .scrollcue .mouse { display: none; }
  .scrollcue { bottom: calc(12px + env(safe-area-inset-bottom)); font-size: 9px; }
  main { margin-top: -12svh; border-radius: 22px 22px 0 0; }
  section { padding: 62px 0 58px; }
  .svc, .brs, .refs { grid-template-columns: 1fr; }
  #svc .card:last-child:nth-child(odd) { grid-column: auto; width: 100%; }
  .card-media { aspect-ratio: 16 / 9; }
  .card-body > p { min-height: 0; }
  .wide-proof { min-height: 0; aspect-ratio: 16 / 10; margin-bottom: 30px; border-radius: 18px; }
  .wide-proof figcaption { font-size: 10.5px; }
  .about { gap: 26px; }
  .certificate-proof { grid-template-columns: 1fr; padding: 20px; border-radius: 18px; }
  .proof-document img { max-height: 58dvh; }
  .recruit { padding: 22px; }
  .recruit-media { aspect-ratio: 16 / 10; }
  .leadform, .leadform input, .leadform .btn { width: 100%; min-width: 0; }
  .gbadge { white-space: normal; border-radius: 15px; line-height: 1.4; }
  .refs { grid-template-columns: minmax(0, 1fr); }
  .ref { min-width: 0; }
  .mcta .btn { min-width: 0; white-space: normal; line-height: 1.2; }
}

@media (max-width: 420px) {
  .wrap { padding-inline: 16px; }
  .kpis { grid-template-columns: 1fr; }
  .kpi { padding: 20px 16px; }
  .team { grid-template-columns: 1fr; }
  .intro-ui h1 { font-size: clamp(31px, 10vw, 41px); }
  .intro-kicker::before { width: 24px; }
  .card-body { padding: 18px; }
  .br h3, .br p { margin-left: 18px; margin-right: 18px; }
  .nap { padding: 20px 17px; }
  .nap .row { align-items: flex-start; flex-direction: column; gap: 4px; }
  .nap .row b { min-width: 0; }
  footer nav a { display: inline-flex; min-height: 44px; align-items: center; margin-left: 0 !important; margin-right: 14px; }
}

@media (max-width: 940px) {
  html.mobile-menu-open,
  html.mobile-menu-open body { overflow: hidden; overscroll-behavior: none; }
  .mnav.open {
    position: fixed;
    z-index: 75;
    top: 62px;
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100dvh - 62px);
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(34px + env(safe-area-inset-bottom));
    box-shadow: 0 24px 48px rgba(18,37,56,.18);
  }
  html.mobile-menu-open .mcta,
  html.mobile-menu-open #tt { display: none !important; }
  .mnav a:last-child {
    font-size: clamp(11px, 3.45vw, 13px);
    white-space: nowrap;
  }
}

@media (max-width: 350px) {
  #leistungen .shead h2 {
    font-size: 21px;
    letter-spacing: -.018em;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .introwrap { height: 100svh; min-height: 680px; }
  .intro-sticky { min-height: 680px; }
  .intro-media { display: none; }
  .hero-webgl, #cvFx { display: none; }
  .hero-curtain, .hero-depth-grid, .hero-orbit, .hero-scan, .hero-stage-meta { display: none; }
  .phx { top: 24%; width: min(72vw, 440px); opacity: 1 !important; transform: translate(-50%, -50%) !important; }
  .intro-ui { transform: none !important; opacity: 1 !important; }
  .hero-persons { opacity: .22 !important; transform: translate3d(0, 0, 0) scale(.92) !important; }
  .scrollcue { display: none; }
  .card-media img, .br-media img { transition: none; }
}

@media (prefers-reduced-motion: reduce) and (max-width: 980px) {
  main { margin-top: 0; }
  .phx { top: 14%; width: min(52vw, 390px); }
  .intro-ui {
    justify-content: flex-start;
    padding: 27svh 18px 0;
  }
  .intro-proof { display: none; }
  .hero-persons {
    right: 50%;
    bottom: 8px;
    width: min(54vw, 420px);
    height: min(27svh, 300px);
    opacity: 1 !important;
    transform: translate3d(50%, 0, 0) scale(1) !important;
    transform-origin: center bottom;
  }
}


/* WordPress preview/admin-bar offsets. Public rendering is unchanged. */
.admin-bar header.top { top: 32px; }
@media (max-width: 940px) {
  .admin-bar .mnav.open { top: 94px; height: calc(100dvh - 94px); }
}
@media (max-width: 782px) {
  .admin-bar header.top { top: 46px; }
  .admin-bar .mnav.open { top: 108px; height: calc(100dvh - 108px); }
}
