:root {
  --bg: #090d18;
  --bg-2: #0d1426;
  --panel: rgba(18, 27, 48, .72);
  --panel-solid: #111a2f;
  --text: #f5f7fb;
  --muted: #a8b3c7;
  --line: rgba(176, 198, 234, .14);
  --blue: #8ebee8;
  --blue-2: #5f96c8;
  --pink: #d8a9c5;
  --pink-2: #f0bfd7;
  --max: 1240px;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(90, 139, 194, .12), transparent 30rem),
    radial-gradient(circle at 84% 24%, rgba(216, 169, 197, .09), transparent 34rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.intro-running { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; height: auto; }

.skip-link {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  top: 1rem;
  transform: translateY(-200%);
  background: white;
  color: black;
  padding: .7rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  display: grid;
  grid-template-columns: 168px 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0 clamp(1rem, 4vw, 4rem);
  background: rgba(9, 13, 24, .72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(135%);
  transition: border-color .4s ease, background .4s ease;
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(9, 13, 24, .9);
}
.brand-target {
  display: flex;
  width: 150px;
  height: 54px;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.brand-target img { width: 145px; }
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(.8rem, 1.8vw, 1.65rem);
}
.site-nav a {
  position: relative;
  color: #d8e0ed;
  font-size: .92rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: color .2s ease, opacity .35s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.55rem;
  height: 1px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  transition: right .22s ease;
}
.site-nav a:hover { color: white; }
.site-nav a:hover::after { right: 0; }
.header-ready .brand-target,
.header-ready .site-nav a { opacity: 1; pointer-events: auto; }
.menu-toggle { display: none; }
.mobile-menu { display: none; }

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(70, 105, 160, .16), transparent 28rem),
    radial-gradient(circle at 82% 22%, rgba(216, 169, 197, .055), transparent 31rem),
    linear-gradient(145deg, #070b14, #0b1020 60%, #101426);
  transition: none;
}
.intro.is-finished { visibility: hidden; pointer-events: none; }
.intro-grid {
  position: absolute;
  inset: -20%;
  opacity: .28;
  background-image:
    linear-gradient(rgba(154, 186, 229, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(154, 186, 229, .08) 1px, transparent 1px);
  background-size: 54px 54px;
  transform: perspective(700px) rotateX(66deg) translateY(33%);
  transform-origin: center bottom;
  mask-image: linear-gradient(to bottom, transparent 5%, black 45%, transparent 90%);
}
.intro-vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 180px 50px rgba(0,0,0,.72);
  pointer-events: none;
}
.intro-core {
  position: fixed;
  left: 50%;
  top: 50%;
  width: min(46vw, 550px);
  aspect-ratio: 3 / 1;
  transform: translate(-50%, -50%) scale(.72);
  display: grid;
  place-items: center;
  opacity: 0;
  filter: blur(12px);
}
.intro.is-playing .intro-core {
  animation: coreEnter 1.65s cubic-bezier(.16,.78,.24,1) .18s forwards;
}
.intro-logo {
  position: relative;
  z-index: 3;
  width: min(42vw, 516px);
  filter: drop-shadow(0 0 22px rgba(142,190,232,.18));
}
.core-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118%;
  height: 180%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(142,190,232,.17);
  border-radius: 50%;
  opacity: 0;
}
.intro.is-playing .core-ring {
  animation: ringIn 1.25s ease 1.28s forwards;
}
.core-ring-b {
  width: 145%;
  height: 230%;
  border-color: rgba(216,169,197,.12);
}
.intro.is-playing .core-ring-b { animation-delay: 1.5s; }
.core-reactor {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 76px;
  transform: translate(-50%, -50%) perspective(520px) rotateX(61deg) rotateZ(-7deg) scale(.58);
  opacity: 0;
  transform-style: preserve-3d;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.32));
  pointer-events: none;
}
.core-reactor::before {
  content: "";
  position: absolute;
  inset: 10px 22px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 38% 34%, rgba(181,214,241,.38), transparent 22%),
    radial-gradient(ellipse at center, rgba(91,145,198,.20), rgba(57,80,124,.08) 48%, transparent 73%);
  box-shadow:
    inset 0 1px 0 rgba(221,235,248,.16),
    0 0 28px rgba(102,160,213,.18),
    0 0 54px rgba(201,153,184,.07);
  transform: translateZ(-8px);
}
.core-reactor::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(126,181,224,.22), transparent 70%);
  transform: translate(-50%, -50%) translateZ(-18px) scale(1.45);
  filter: blur(5px);
}
.reactor-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(137,181,220,.25);
  box-shadow: inset 0 0 12px rgba(129,177,218,.035);
}
.reactor-orbit-a {
  width: 150px;
  height: 48px;
  transform: translate(-50%, -50%) translateZ(2px);
}
.reactor-orbit-b {
  width: 112px;
  height: 34px;
  border-color: rgba(209,163,191,.20);
  transform: translate(-50%, -50%) translateZ(8px) rotateZ(19deg);
}
.reactor-crystal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%) translateZ(20px) rotateZ(45deg);
  border: 1px solid rgba(184,216,241,.40);
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(171,207,235,.54) 0 18%, rgba(79,126,173,.30) 18% 51%, rgba(211,169,195,.30) 51% 72%, rgba(46,67,107,.52) 72% 100%);
  box-shadow:
    inset 1px 1px 0 rgba(233,242,250,.25),
    inset -6px -7px 10px rgba(9,17,37,.40),
    0 0 16px rgba(126,181,224,.30),
    0 0 28px rgba(210,164,192,.12);
}
.reactor-crystal::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 4px;
  border-top: 1px solid rgba(237,245,251,.28);
  border-left: 1px solid rgba(237,245,251,.16);
  background: linear-gradient(135deg, rgba(224,238,248,.13), transparent 48%);
}
.intro.is-playing .core-reactor {
  animation: reactorIgnite 1.55s cubic-bezier(.16,.74,.22,1) .48s forwards;
}
.intro.is-playing .reactor-orbit-a { animation: reactorDriftA 5.2s linear 1.75s infinite; }
.intro.is-playing .reactor-orbit-b { animation: reactorDriftB 4.3s linear 1.75s infinite; }
.launch-wave {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 46%;
  height: 34%;
  border: 1px solid rgba(126,177,218,.28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-7deg) scale(.48);
  opacity: 0;
  pointer-events: none;
  box-shadow:
    0 0 24px rgba(119,174,220,.06),
    inset 0 0 18px rgba(207,162,190,.035);
  animation: launchWave 1.32s cubic-bezier(.22,.62,.24,1) forwards;
}
@keyframes launchWave {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(-7deg) scale(.48); }
  24% { opacity: .34; }
  100% { opacity: 0; transform: translate(-50%, -50%) rotate(-7deg) scale(1.58); }
}

.topic {
  --dx: 0px;
  --dy: 0px;
  --mx: 0px;
  --my: 0px;
  --ox: 0px;
  --oy: 0px;
  --sx: 0px;
  --sy: 0px;
  --delay: 2.25s;
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .72rem 1.05rem;
  color: #eef4fb;
  font-weight: 650;
  font-size: clamp(.82rem, 1.25vw, 1rem);
  letter-spacing: .015em;
  border: 1px solid rgba(174,198,230,.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18,29,49,.94), rgba(10,17,31,.90));
  box-shadow: 0 12px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(216,231,246,.035);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(.25);
  will-change: transform, opacity;
  contain: layout paint;
  backface-visibility: hidden;
}
.intro.is-playing .topic {
  animation: topicLaunch 1.68s cubic-bezier(.22,.62,.24,1) var(--delay) forwards;
}
.topic > span:last-child { white-space: nowrap; }
.topic::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(17vw, 220px);
  height: 1px;
  right: calc(100% + 2px);
  top: 50%;
  transform-origin: right center;
  background: linear-gradient(90deg, transparent, rgba(142,190,232,.52));
  opacity: 0;
}
.intro.is-playing .topic::before {
  animation: trail 1.36s cubic-bezier(.22,.62,.24,1) var(--delay) forwards;
}
.topic-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 14px rgba(142,190,232,.9);
}
.topic-design .topic-dot,
.topic-support .topic-dot { background: var(--pink); box-shadow: 0 0 14px rgba(216,169,197,.9); }
.topic-software { --dx: -30vw; --dy: -25vh; --mx: -17vw; --my: -19vh; --ox: -31vw; --oy: -26vh; --sx: -4.5vw; --sy: -5vh; --delay: 2.35s; }
.topic-web { --dx: 29vw; --dy: -25vh; --mx: 17vw; --my: -20vh; --ox: 30vw; --oy: -26vh; --sx: 4.5vw; --sy: -5vh; --delay: 3.05s; }
.topic-design { --dx: 35vw; --dy: 7vh; --mx: 22vw; --my: -1vh; --ox: 36vw; --oy: 8vh; --sx: 6vw; --sy: -.5vh; --delay: 3.75s; }
.topic-netzwerke { --dx: -35vw; --dy: 8vh; --mx: -22vw; --my: 1vh; --ox: -36vw; --oy: 9vh; --sx: -6vw; --sy: .5vh; --delay: 4.45s; }
.topic-it { --dx: -24vw; --dy: 29vh; --mx: -15vw; --my: 17vh; --ox: -25vw; --oy: 30vh; --sx: -4vw; --sy: 4.5vh; --delay: 5.15s; }
.topic-support { --dx: 24vw; --dy: 29vh; --mx: 15vw; --my: 17vh; --ox: 25vw; --oy: 30vh; --sx: 4vw; --sy: 4.5vh; --delay: 5.85s; }

.topic.in-flight {
  animation: none !important;
  padding: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transition:
    padding 1.45s ease,
    background 1.45s ease,
    border-color 1.45s ease,
    box-shadow 1.45s ease;
}
.topic.in-flight::before { display: none; }
.topic.in-flight .topic-dot {
  opacity: 0;
  transition: opacity .85s ease .55s;
}
.topic.at-nav {
  padding: 0;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%) scale(.92);
  opacity: 1;
}


.intro.is-resolving .intro-grid { opacity: .16; transition: opacity 1.5s ease; }
.intro.is-resolving .core-ring { opacity: .28; transition: opacity 1.4s ease; }
.intro.is-resolving .intro-vignette { opacity: .9; transition: opacity 1.5s ease; }
.logo-flight-clone { filter: drop-shadow(0 0 20px rgba(142,190,232,.14)); }

.skip-intro {
  position: fixed;
  z-index: 8;
  right: 1.3rem;
  bottom: 1.3rem;
  padding: .58rem .8rem;
  color: #aeb8c8;
  background: rgba(8, 13, 24, .5);
  border: 1px solid rgba(184,200,226,.14);
  border-radius: 10px;
  cursor: pointer;
}
.skip-intro:hover { color: white; border-color: rgba(184,200,226,.3); }

@keyframes coreEnter {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.72); filter: blur(12px); }
  60% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); filter: blur(0); }
}
@keyframes ringIn { from { opacity: 0; transform: translate(-50%,-50%) scale(.5); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes reactorIgnite {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) perspective(520px) rotateX(61deg) rotateZ(-7deg) scale(.58);
    filter: drop-shadow(0 12px 15px rgba(0,0,0,.20)) brightness(.78);
  }
  34% {
    opacity: .78;
    transform: translate(-50%, -50%) perspective(520px) rotateX(61deg) rotateZ(-7deg) scale(1.04);
    filter: drop-shadow(0 18px 22px rgba(0,0,0,.32)) brightness(1.08);
  }
  68% {
    opacity: .60;
    transform: translate(-50%, -50%) perspective(520px) rotateX(61deg) rotateZ(-7deg) scale(.96);
  }
  100% {
    opacity: .46;
    transform: translate(-50%, -50%) perspective(520px) rotateX(61deg) rotateZ(-7deg) scale(1);
    filter: drop-shadow(0 18px 22px rgba(0,0,0,.32)) brightness(.94);
  }
}
@keyframes reactorDriftA {
  to { transform: translate(-50%, -50%) translateZ(2px) rotateZ(360deg); }
}
@keyframes reactorDriftB {
  to { transform: translate(-50%, -50%) translateZ(8px) rotateZ(-341deg); }
}
@keyframes topicLaunch {
  0% { opacity: 0; transform: translate3d(-50%,-50%,0) translate3d(0,0,0) scale(.62); }
  16% { opacity: .28; transform: translate3d(-50%,-50%,0) translate3d(calc(var(--sx) * .22), calc(var(--sy) * .22), 0) scale(.72); }
  38% { opacity: .82; transform: translate3d(-50%,-50%,0) translate3d(var(--sx), var(--sy), 0) scale(.86); }
  72% { opacity: 1; transform: translate3d(-50%,-50%,0) translate3d(var(--mx), var(--my), 0) scale(.975); }
  100% { opacity: 1; transform: translate3d(-50%,-50%,0) translate3d(var(--dx), var(--dy), 0) scale(1); }
}
@keyframes trail { 0% { opacity: 0; transform: scaleX(.05); } 34% { opacity: .38; } 76% { opacity: .14; } 100% { opacity: 0; transform: scaleX(1.04); } }

.section { position: relative; padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem); }
.hero {
  min-height: 100svh;
  background:
    radial-gradient(circle at 18% 8%, rgba(90,139,194,.12), transparent 30rem),
    radial-gradient(circle at 84% 24%, rgba(216,169,197,.075), transparent 34rem),
    #090d18;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding-top: 8rem;
}
.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 72vw;
  height: 72vw;
  max-width: 920px;
  max-height: 920px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91,142,198,.11), rgba(216,169,197,.025) 45%, transparent 68%);
  filter: blur(1px);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(900px, 92vw);
  text-align: center;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow.brand-eyebrow {
  text-transform: none;
  letter-spacing: .16em;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  font-weight: 760;
}
h1 span {
  color: transparent;
  background: linear-gradient(100deg, var(--pink-2), #d7cfdf 44%, var(--blue));
  background-clip: text;
}
.lead {
  max-width: 820px;
  margin: 0 auto;
  color: #b7c1d1;
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
}
.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 2.2rem;
}
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #09101d;
  background: linear-gradient(100deg, #e5bfd5, #9ec9ea);
  box-shadow: 0 10px 30px rgba(126,171,213,.16);
}
.button-secondary { color: #e6ebf3; border-color: var(--line); background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: rgba(181,203,235,.34); }
.hero-status {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1.2rem;
  color: #8996aa;
  font-size: .78rem;
}
.hero-status span { display: flex; align-items: center; gap: .45rem; white-space: nowrap; }
.hero-status i { width: 5px; height: 5px; border-radius: 50%; background: #8ebee8; box-shadow: 0 0 10px rgba(142,190,232,.8); }
.hero-orbit { position: absolute; inset: 0; pointer-events: none; }
.orbit {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(157,187,225,.08);
  border-radius: 50%;
  transform: translate(-50%,-50%) rotate(-12deg);
}
.orbit-a { width: min(72vw, 920px); height: min(30vw, 390px); }
.orbit-b { width: min(54vw, 690px); height: min(54vw, 690px); transform: translate(-50%,-50%) rotate(48deg); }
.orbit-node { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px rgba(216,169,197,.8); animation: nodePulse 3.2s ease-in-out infinite; }
.node-a { left: 18%; top: 44%; }
.node-b { right: 20%; top: 31%; animation-delay: .8s; }
.node-c { right: 29%; bottom: 22%; animation-delay: 1.6s; }
@keyframes nodePulse { 50% { transform: scale(1.8); opacity: .45; } }

.services {
  max-width: none;
  margin: 0;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 13rem),
    radial-gradient(circle at 10% 16%, rgba(101,145,202,.14), transparent 31rem),
    radial-gradient(circle at 90% 74%, rgba(188,132,171,.105), transparent 35rem),
    #10192b;
  border-top: 1px solid rgba(176,198,234,.055);
  border-bottom: 1px solid rgba(176,198,234,.055);
}
.services > .section-heading,
.services > .service-grid { max-width: var(--max); margin-left: auto; margin-right: auto; }
.services > .section-heading { margin-bottom: 3rem; }

.section-heading { max-width: 780px; }
.section-heading h2, .statement h2, .contact h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); margin-bottom: 1rem; }
.section-heading > p:last-child, .statement-panel > p, .contact-panel > p { color: var(--muted); font-size: 1.05rem; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.service-card {
  --card-accent: 142, 190, 232;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 1.7rem;
  border: 1px solid rgba(var(--card-accent), .17);
  border-radius: var(--radius);
  background-color: rgba(15,24,43,.88);
  box-shadow: 0 25px 70px rgba(0,0,0,.21);
  transition: transform .34s cubic-bezier(.2,.7,.25,1), border-color .28s ease, box-shadow .28s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(var(--card-accent), .38);
  box-shadow: 0 30px 78px rgba(0,0,0,.28), 0 0 42px rgba(var(--card-accent), .055);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .9;
}
.service-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 210px;
  right: -92px;
  bottom: -108px;
  border: 1px solid rgba(var(--card-accent), .11);
  border-radius: 50%;
  box-shadow: 0 0 64px rgba(var(--card-accent), .055), inset 0 0 36px rgba(var(--card-accent), .025);
  transition: transform .5s ease, border-color .35s ease;
}
.service-card:hover::after { transform: scale(1.08); border-color: rgba(var(--card-accent), .18); }
.service-card > * { position: relative; z-index: 1; }

/* Six related but distinct technical background worlds. */
#software {
  --card-accent: 116, 174, 231;
  background: linear-gradient(145deg, rgba(18,42,73,.96), rgba(12,23,42,.94));
}
#software::before {
  background:
    linear-gradient(rgba(127,185,235,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127,185,235,.055) 1px, transparent 1px),
    radial-gradient(circle at 84% 18%, rgba(90,151,214,.18), transparent 15rem);
  background-size: 30px 30px, 30px 30px, auto;
  mask-image: linear-gradient(145deg, black 0 58%, transparent 92%);
}
#web {
  --card-accent: 145, 154, 230;
  background: linear-gradient(145deg, rgba(35,35,73,.96), rgba(16,22,42,.95));
}
#web::before {
  background:
    radial-gradient(circle at 78% 22%, rgba(128,124,220,.22), transparent 13rem),
    linear-gradient(120deg, transparent 0 42%, rgba(151,166,235,.055) 42.2% 42.7%, transparent 43% 100%);
}
#design {
  --card-accent: 219, 155, 194;
  background: linear-gradient(145deg, rgba(60,31,57,.95), rgba(23,20,39,.96));
}
#design::before {
  background:
    radial-gradient(circle at 18% 8%, rgba(226,145,194,.19), transparent 14rem),
    radial-gradient(circle at 88% 74%, rgba(107,135,209,.09), transparent 17rem),
    linear-gradient(135deg, transparent 0 60%, rgba(235,177,209,.045) 60.2% 60.8%, transparent 61% 100%);
}
#netzwerke {
  --card-accent: 94, 190, 199;
  background: linear-gradient(145deg, rgba(19,50,59,.95), rgba(13,27,40,.96));
}
#netzwerke::before {
  background:
    radial-gradient(circle at 22% 26%, rgba(98,205,211,.16) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 38%, rgba(98,205,211,.13) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 82%, rgba(98,205,211,.12) 0 2px, transparent 3px),
    linear-gradient(28deg, transparent 0 44%, rgba(101,196,205,.06) 44.2% 44.6%, transparent 44.8% 100%),
    radial-gradient(circle at 82% 18%, rgba(61,171,183,.14), transparent 14rem);
}
#it {
  --card-accent: 153, 174, 197;
  background: linear-gradient(145deg, rgba(38,47,58,.96), rgba(18,25,36,.96));
}
#it::before {
  background:
    repeating-linear-gradient(0deg, rgba(189,207,226,.032) 0 1px, transparent 1px 22px),
    linear-gradient(90deg, transparent 0 68%, rgba(181,199,218,.055) 68.2% 68.7%, transparent 69% 100%),
    radial-gradient(circle at 84% 18%, rgba(147,172,199,.15), transparent 13rem);
}
#support {
  --card-accent: 208, 166, 192;
  background: linear-gradient(145deg, rgba(49,38,57,.96), rgba(22,25,41,.96));
}
#support::before {
  background:
    radial-gradient(circle at 80% 20%, rgba(216,169,197,.18), transparent 14rem),
    radial-gradient(circle at 20% 88%, rgba(112,158,207,.085), transparent 15rem);
}
.service-index { color: #71829b; font-size: .8rem; letter-spacing: .15em; }
.service-card h3 { margin: 4.1rem 0 1rem; font-size: 1.55rem; }
.service-card p { margin: 0; color: #b3bdcd; }
.card-line {
  position: absolute;
  left: 1.7rem;
  bottom: 1.5rem;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--card-accent), .95), rgba(var(--card-accent), .35));
  transition: width .35s ease;
}
.service-card:hover .card-line { width: calc(100% - 3.4rem); }


.statement {
  max-width: none;
  margin: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(184,117,160,.105), transparent 27rem),
    radial-gradient(circle at 88% 74%, rgba(112,158,207,.075), transparent 30rem),
    linear-gradient(180deg, #172238, #141f34);
}
.statement > .statement-panel { max-width: var(--max); margin-left: auto; margin-right: auto; }

.statement-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 4rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 12% 0%, rgba(216,169,197,.10), transparent 26rem),
    radial-gradient(circle at 90% 100%, rgba(142,190,232,.10), transparent 30rem),
    #101a2c;
  box-shadow: 0 28px 80px rgba(4,8,17,.22), inset 0 1px 0 rgba(255,255,255,.018);
}
.statement-panel h2 { margin-bottom: 0; }
.statement-panel > p { margin: 0; }

.contact {
  display: grid;
  place-items: center;
  min-height: 62vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 110%, rgba(115,166,218,.15), transparent 34rem),
    radial-gradient(circle at 92% 20%, rgba(207,160,190,.075), transparent 24rem),
    linear-gradient(180deg, #1b2942, #18253d);
}
.contact::before {
  content: "";
  position: absolute;
  width: min(72vw, 850px);
  aspect-ratio: 1;
  border: 1px solid rgba(144,183,224,.045);
  border-radius: 50%;
  transform: translateY(48%);
  box-shadow: 0 0 90px rgba(113,166,218,.025);
}

.contact-panel { max-width: 840px; text-align: center; }
.contact-panel .button { margin-top: 1.4rem; }

.site-footer {
  max-width: none;
  margin: 0;
  padding-left: max(1.2rem, calc((100vw - var(--max)) / 2 + 1.2rem));
  padding-right: max(1.2rem, calc((100vw - var(--max)) / 2 + 1.2rem));
  background: #080c15;
  padding-top: 2.2rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--line);
}
.site-footer img { width: 125px; opacity: .8; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; color: #93a0b4; font-size: .85rem; }
.footer-links button { border: 0; color: inherit; background: transparent; padding: 0; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: white; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 1.05s ease, transform 1.05s cubic-bezier(.2,.7,.25,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 145px 1fr auto; gap: 1rem; }
  .site-nav { gap: .85rem; }
  .site-nav a { font-size: .82rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .brand-target { width: 130px; height: 46px; }
  .brand-target img { width: 126px; }
  .site-nav { display: none; }
  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    place-content: center;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255,255,255,.025);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
  }
  .header-ready .menu-toggle { opacity: 1; pointer-events: auto; }
  .menu-toggle span { display: block; width: 18px; height: 1px; background: #dce5f2; }
  .mobile-menu {
    position: fixed;
    z-index: 49;
    inset: 72px 0 auto;
    display: grid;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(9,13,24,.97);
    backdrop-filter: blur(18px);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: .8rem .6rem; border-bottom: 1px solid rgba(255,255,255,.05); }
  .topic { font-size: .82rem; padding: .58rem .8rem; }
  .topic::before { width: 11vw; }
  .topic-software { --dx: -25vw; --dy: -30vh; --mx: -15vw; --my: -19vh; --ox: -26vw; --oy: -31vh; }
  .topic-web { --dx: 24vw; --dy: -21vh; --mx: 14vw; --my: -15vh; --ox: 25vw; --oy: -22vh; }
  .topic-design { --dx: 30vw; --dy: -4vh; --mx: 18vw; --my: -9vh; --ox: 31vw; --oy: -3vh; }
  .topic-netzwerke { --dx: -30vw; --dy: 8vh; --mx: -18vw; --my: 1vh; --ox: -31vw; --oy: 9vh; }
  .topic-it { --dx: -20vw; --dy: 26vh; --mx: -13vw; --my: 15vh; --ox: -21vw; --oy: 27vh; }
  .topic-support { --dx: 18vw; --dy: 34vh; --mx: 11vw; --my: 19vh; --ox: 19vw; --oy: 35vh; }
  .intro-core { width: 76vw; }
  .intro-logo { width: 72vw; }
  .service-grid { grid-template-columns: 1fr; }
  .statement-panel { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero-status { display: none; }
  .orbit-a { width: 110vw; height: 54vw; }
  .orbit-b { width: 90vw; height: 90vw; }
}

@media (max-width: 520px) {
  .section { padding-left: 1rem; padding-right: 1rem; }
  .intro-core { top: 47%; }
  .topic { max-width: 46vw; text-align: center; }
  .topic-software { --dx: -24vw; --dy: -29vh; --mx: -14vw; --my: -18vh; --ox: -25vw; --oy: -30vh; }
  .topic-web { --dx: 23vw; --dy: -20vh; --mx: 14vw; --my: -14vh; --ox: 24vw; --oy: -21vh; }
  .topic-design { --dx: 25vw; --dy: -4vh; --mx: 15vw; --my: -8vh; --ox: 26vw; --oy: -3vh; }
  .topic-netzwerke { --dx: -25vw; --dy: 9vh; --mx: -15vw; --my: 2vh; --ox: -26vw; --oy: 10vh; }
  .topic-it { --dx: -20vw; --dy: 25vh; --mx: -12vw; --my: 14vh; --ox: -21vw; --oy: 26vh; }
  .topic-support { --dx: 16vw; --dy: 35vh; --mx: 10vw; --my: 20vh; --ox: 17vw; --oy: 36vh; }
  .skip-intro { right: .8rem; bottom: .8rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .intro { display: none; }
  .brand-target, .site-nav a, .menu-toggle { opacity: 1 !important; pointer-events: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* V4.6 – direkter Support-Zugang */
.site-header {
  grid-template-columns: 168px minmax(0, 1fr) auto auto;
}

.header-support-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  padding: .55rem .76rem;
  border: 1px solid rgba(173, 198, 229, .16);
  border-radius: 10px;
  color: #d9e3f0;
  background: linear-gradient(105deg, rgba(216,169,197,.075), rgba(142,190,232,.075));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  font-size: .76rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.header-support-link strong {
  color: #f0f4fa;
  font-size: .78rem;
  letter-spacing: .075em;
}
.header-support-arrow {
  color: #9fc9ec;
  font-size: .9rem;
  transform: translateY(-1px);
}
.header-ready .header-support-link { opacity: 1; pointer-events: auto; }
.header-support-link:hover {
  color: white;
  border-color: rgba(173, 198, 229, .34);
  background: linear-gradient(105deg, rgba(216,169,197,.12), rgba(142,190,232,.12));
  transform: translateY(-1px);
}

/* Der dekorative Kontakt-Orbit darf den echten Link nicht abfangen. */
.contact::before { pointer-events: none; }
.contact-panel { position: relative; z-index: 1; }
.contact-panel .button { position: relative; z-index: 2; }

.mobile-support-link {
  margin-top: .45rem;
  color: #e6edf7 !important;
  background: linear-gradient(105deg, rgba(216,169,197,.09), rgba(142,190,232,.09));
  border: 1px solid rgba(173,198,229,.12) !important;
  border-radius: 9px;
}
.mobile-support-link span { color: #9fc9ec; }

@media (max-width: 1180px) {
  .header-support-prefix { display: none; }
}

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 145px minmax(0, 1fr) auto auto; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: .65rem; }
  .header-support-link {
    min-height: 36px;
    padding: .48rem .62rem;
    border-radius: 9px;
  }
  .header-support-link strong { font-size: .72rem; }
}

@media (max-width: 370px) {
  .header-support-link { padding-inline: .48rem; }
  .header-support-arrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .header-support-link { opacity: 1; pointer-events: auto; transform: none !important; }
}

/* V4.7 – mehr inhaltliche Tiefe in den Leistungsbereichen */
.service-card {
  min-height: 390px;
  padding-bottom: 4rem;
}
.service-card h3 {
  margin-bottom: .85rem;
}
.service-card > p {
  line-height: 1.68;
}
.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}
.service-points li {
  position: relative;
  padding: .48rem .68rem .48rem 1.35rem;
  border: 1px solid rgba(var(--card-accent), .13);
  border-radius: 999px;
  color: #c0cad8;
  background: rgba(7,12,23,.20);
  font-size: .78rem;
  line-height: 1.2;
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}
.service-points li::before {
  content: "";
  position: absolute;
  left: .62rem;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--card-accent), .82);
  box-shadow: 0 0 8px rgba(var(--card-accent), .42);
  transform: translateY(-50%);
}
.service-card:hover .service-points li {
  border-color: rgba(var(--card-accent), .25);
  background: rgba(var(--card-accent), .035);
  color: #d8e0eb;
}

@media (max-width: 820px) {
  .service-card { min-height: 360px; }
}

@media (max-width: 520px) {
  .service-card { min-height: 0; }
  .service-points { gap: .42rem; }
}

/* V4.8 – dezente Microinteractions und technische Bewegung */
.service-card {
  --pointer-x: 50%;
  --pointer-y: 50%;
  --world-x: 1.1%;
  --world-y: -1.1%;
  --world-rot: .18deg;
  --world-duration: 24s;
}

/* Die vorhandene Hintergrundwelt bewegt sich nur sehr langsam und nur solange
   die Karte im Viewport liegt. */
.service-card::before {
  inset: -4%;
  transform: translate3d(0, 0, 0) scale(1.02);
  will-change: transform;
}
.service-card.is-inview::before {
  animation: serviceWorldDrift var(--world-duration) ease-in-out infinite alternate;
}
#software { --world-x: 1.25%; --world-y: .8%; --world-rot: .12deg; --world-duration: 27s; }
#web { --world-x: -1.05%; --world-y: 1.15%; --world-rot: -.16deg; --world-duration: 25s; }
#design { --world-x: 1.2%; --world-y: -1.05%; --world-rot: .2deg; --world-duration: 29s; }
#netzwerke { --world-x: -.9%; --world-y: -.95%; --world-rot: -.12deg; --world-duration: 23s; }
#it { --world-x: 1%; --world-y: .7%; --world-rot: .1deg; --world-duration: 31s; }
#support { --world-x: -.95%; --world-y: 1%; --world-rot: -.15deg; --world-duration: 28s; }

@keyframes serviceWorldDrift {
  from { transform: translate3d(0, 0, 0) scale(1.02) rotate(0deg); }
  to { transform: translate3d(var(--world-x), var(--world-y), 0) scale(1.045) rotate(var(--world-rot)); }
}

/* Lokaler Lichtschein folgt auf Desktop sehr dezent dem Mauszeiger. */
.card-glow {
  position: absolute !important;
  z-index: 0 !important;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background: radial-gradient(
    320px circle at var(--pointer-x) var(--pointer-y),
    rgba(var(--card-accent), .145),
    rgba(var(--card-accent), .045) 30%,
    transparent 66%
  );
  transition: opacity .42s ease;
}
.service-card:hover .card-glow { opacity: 1; }

/* Die Entrance-Animation bleibt ruhig; danach reagiert die Karte ohne Hektik. */
.service-card.reveal.visible:hover {
  transform: translateY(-6px) scale(1.004);
}
.service-card h3,
.service-index,
.service-points li {
  transition: transform .32s cubic-bezier(.2,.7,.25,1), color .28s ease, border-color .28s ease, background .28s ease, letter-spacing .28s ease;
}
.service-card:hover h3 { transform: translateX(3px); }
.service-card:hover .service-index {
  color: rgba(var(--card-accent), .92);
  letter-spacing: .19em;
}
.service-card:hover .service-points li:nth-child(1) { transform: translateY(-1px); }
.service-card:hover .service-points li:nth-child(2) { transform: translateY(-2px); }
.service-card:hover .service-points li:nth-child(3) { transform: translateY(-1px); }

.card-line { overflow: hidden; }
.card-line::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -22%;
  width: 18%;
  height: 3px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  filter: blur(.2px);
}
.service-card:hover .card-line::after {
  animation: cardLineScan .95s cubic-bezier(.2,.65,.25,1) .1s 1;
}
@keyframes cardLineScan {
  0% { left: -22%; opacity: 0; }
  18% { opacity: .65; }
  78% { opacity: .5; }
  100% { left: 106%; opacity: 0; }
}

/* Der Hero bleibt optisch identisch, bekommt aber eine sehr kleine Tiefenreaktion. */
.hero-orbit {
  --orbit-x: 0px;
  --orbit-y: 0px;
  transform: translate3d(var(--orbit-x), var(--orbit-y), 0);
  transition: transform .8s cubic-bezier(.2,.7,.25,1);
  will-change: transform;
}

/* Buttons wirken beim Hover etwas lebendiger, ohne den Corporate-Charakter zu verlieren. */
.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -35%;
  bottom: -35%;
  left: -45%;
  width: 26%;
  pointer-events: none;
  opacity: 0;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
}
.button:hover::after {
  animation: buttonSheen .75s ease 1;
}
@keyframes buttonSheen {
  0% { left: -45%; opacity: 0; }
  20% { opacity: .34; }
  100% { left: 125%; opacity: 0; }
}

/* Das Statement reagiert nur mit einer leichten Lichtverschiebung. */
.statement-panel {
  position: relative;
  overflow: hidden;
  transition: border-color .4s ease, box-shadow .4s ease;
}
.statement-panel::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -25% -10%;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-4%, 2%, 0);
  background: radial-gradient(circle at 32% 42%, rgba(142,190,232,.075), transparent 30rem);
  transition: opacity .65s ease, transform 1.2s cubic-bezier(.2,.7,.25,1);
}
.statement-panel:hover {
  border-color: rgba(176,198,234,.20);
  box-shadow: 0 32px 88px rgba(4,8,17,.25), inset 0 1px 0 rgba(255,255,255,.024);
}
.statement-panel:hover::after {
  opacity: 1;
  transform: translate3d(3%, -1%, 0);
}
.statement-panel > * { position: relative; z-index: 1; }

/* Die Service-Karten erscheinen beim Scrollen mit kleinen Zeitabstaenden statt gleichzeitig. */
.service-card.reveal {
  opacity: 0;
  transform: translateY(30px) scale(.99);
}
.service-card.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (hover: none), (pointer: coarse) {
  .card-glow { display: none; }
  .service-card.reveal.visible:hover { transform: none; }
  .service-card:hover h3,
  .service-card:hover .service-points li { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .service-card::before,
  .service-card.is-inview::before,
  .card-line::after,
  .button::after,
  .hero-orbit {
    animation: none !important;
    transform: none !important;
  }
  .card-glow { display: none; }
}

/* V4.9 – Responsive-/Mobile-/Tablet-Durchgang */

/* Tastaturbedienung soll auch im reduzierten, dunklen Design eindeutig bleiben. */
:where(a, button):focus-visible {
  outline: 2px solid rgba(158, 201, 234, .92);
  outline-offset: 4px;
}

body.mobile-menu-open { overflow: hidden; }

/* Tablet: etwas weniger Leerraum, ohne die Desktop-Wirkung zu verlieren. */
@media (min-width: 821px) and (max-width: 1050px) {
  .site-header {
    padding-inline: clamp(1rem, 2.3vw, 1.55rem);
    gap: .85rem;
  }
  .site-nav { gap: clamp(.58rem, 1.1vw, .9rem); }
  .site-nav a { font-size: .78rem; }
  .header-support-link { padding-inline: .62rem; }
  .section { padding-inline: clamp(1.35rem, 3.2vw, 2.3rem); }
  .hero-copy { width: min(820px, 88vw); }
  .service-grid { gap: .9rem; }
  .service-card { padding: 1.55rem; }
  .statement-panel { gap: 2.2rem; }
}

@media (max-width: 820px) {
  :root { --radius: 20px; }

  .site-header {
    height: 72px;
    padding-left: max(.9rem, env(safe-area-inset-left));
    padding-right: max(.9rem, env(safe-area-inset-right));
    gap: .62rem;
  }
  .brand-target {
    width: 124px;
    height: 44px;
  }
  .brand-target img { width: 121px; }

  .header-support-link {
    min-height: 38px;
    min-width: 82px;
    padding: .48rem .62rem;
  }
  .menu-toggle {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
  }

  .mobile-menu {
    inset: 72px 0 auto;
    max-height: calc(100svh - 72px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding:
      .7rem max(1rem, env(safe-area-inset-right))
      max(1rem, env(safe-area-inset-bottom))
      max(1rem, env(safe-area-inset-left));
    box-shadow: 0 22px 60px rgba(0,0,0,.34);
  }
  .mobile-menu a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: .78rem .72rem;
    font-size: .98rem;
  }
  .mobile-support-link {
    min-height: 50px !important;
    justify-content: space-between;
    padding-inline: .85rem !important;
  }

  /* Auf Touch muss das Intro voll im sichtbaren Bereich bleiben. */
  .intro-core {
    top: 48%;
    width: min(74vw, 480px);
  }
  .intro-logo { width: min(70vw, 450px); }
  .core-reactor { transform: translate(-50%, -50%) perspective(520px) rotateX(61deg) rotateZ(-7deg) scale(.54); }
  .topic {
    gap: .52rem;
    padding: .56rem .78rem;
    font-size: clamp(.74rem, 2.25vw, .84rem);
  }
  .topic-dot { width: 6px; height: 6px; }
  .topic::before { width: 10vw; }
  .topic.to-mobile-menu::before { display: none; }

  .section {
    padding-top: clamp(4.5rem, 11vw, 6rem);
    padding-bottom: clamp(4.5rem, 11vw, 6rem);
    padding-left: clamp(1.1rem, 4vw, 2rem);
    padding-right: clamp(1.1rem, 4vw, 2rem);
  }

  .hero {
    min-height: max(100svh, 620px);
    padding-top: 7rem;
    padding-bottom: 5.4rem;
  }
  .hero-copy { width: min(680px, 92vw); }
  h1 {
    font-size: clamp(3rem, 12vw, 5.4rem);
    margin-bottom: 1.25rem;
  }
  .lead {
    max-width: 640px;
    font-size: clamp(1rem, 2.7vw, 1.15rem);
    line-height: 1.65;
  }
  .hero-actions { margin-top: 1.8rem; }
  .button { min-height: 48px; }

  .services > .section-heading { margin-bottom: 2.2rem; }
  .section-heading h2,
  .statement h2,
  .contact h2 {
    font-size: clamp(2.15rem, 8vw, 3.65rem);
  }
  .section-heading > p:last-child,
  .statement-panel > p,
  .contact-panel > p { font-size: 1rem; }

  .service-grid { gap: .9rem; }
  .service-card {
    min-height: 0;
    padding: 1.5rem 1.45rem 3.6rem;
  }
  .service-card h3 {
    margin-top: 3.15rem;
    font-size: clamp(1.4rem, 4.8vw, 1.65rem);
  }
  .service-card > p { line-height: 1.62; }
  .service-points { margin-top: 1.2rem; }
  .card-line { left: 1.45rem; bottom: 1.35rem; }

  .statement-panel {
    align-items: start;
    gap: 1.35rem;
    padding: clamp(1.6rem, 5.5vw, 2.4rem);
  }

  .contact {
    min-height: 56svh;
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .contact-panel { width: min(680px, 94vw); }

  .site-footer {
    padding-left: max(1.1rem, env(safe-area-inset-left));
    padding-right: max(1.1rem, env(safe-area-inset-right));
    padding-bottom: max(2.4rem, env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-left: max(.75rem, env(safe-area-inset-left));
    padding-right: max(.75rem, env(safe-area-inset-right));
    gap: .45rem;
  }
  .brand-target { width: 116px; }
  .brand-target img { width: 113px; }
  .header-support-link {
    min-width: 76px;
    min-height: 36px;
    padding-inline: .52rem;
  }
  .header-support-link strong { font-size: .68rem; }
  .header-support-arrow { font-size: .8rem; }
  .menu-toggle { width: 38px; height: 38px; border-radius: 9px; }

  .intro-core {
    top: 47%;
    width: 78vw;
  }
  .intro-logo { width: 74vw; }
  .core-ring { width: 112%; height: 165%; }
  .core-ring-b { width: 136%; height: 208%; }
  .topic {
    max-width: none;
    gap: .42rem;
    padding: .49rem .64rem;
    font-size: clamp(.70rem, 3.15vw, .78rem);
  }
  .topic > span:last-child { white-space: nowrap; }
  .topic::before { width: 8vw; }
  .skip-intro {
    right: max(.72rem, env(safe-area-inset-right));
    bottom: max(.72rem, env(safe-area-inset-bottom));
    padding: .6rem .72rem;
    font-size: .72rem;
  }

  .hero {
    min-height: max(100svh, 600px);
    padding-top: 6.7rem;
    padding-bottom: 4.4rem;
  }
  .hero-copy { width: 100%; }
  .eyebrow { font-size: .7rem; letter-spacing: .16em; }
  h1 {
    font-size: clamp(2.75rem, 14vw, 4.35rem);
    line-height: 1.01;
    letter-spacing: -.045em;
  }
  .lead { font-size: .98rem; }
  .hero-actions {
    display: grid;
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions .button { width: 100%; }
  .orbit-a { width: 126vw; height: 64vw; }
  .orbit-b { width: 104vw; height: 104vw; }

  .section { padding-left: 1rem; padding-right: 1rem; }
  .services > .section-heading { margin-bottom: 1.8rem; }
  .section-heading h2,
  .statement h2,
  .contact h2 { font-size: clamp(2rem, 10vw, 3rem); }

  .service-card {
    padding: 1.35rem 1.25rem 3.35rem;
    border-radius: 18px;
  }
  .service-card h3 { margin-top: 2.7rem; }
  .service-points { gap: .4rem; }
  .service-points li {
    padding: .44rem .62rem .44rem 1.25rem;
    font-size: .74rem;
  }
  .service-points li::before { left: .56rem; }
  .card-line { left: 1.25rem; bottom: 1.2rem; }

  .statement-panel {
    padding: 1.45rem;
    border-radius: 20px;
  }
  .contact { min-height: 52svh; }
  .contact-panel .button {
    width: min(100%, 330px);
    margin-top: 1.15rem;
  }

  .site-footer {
    gap: 1.25rem;
    padding-top: 1.8rem;
  }
  .site-footer img { width: 112px; }
  .footer-links { gap: .75rem 1rem; }

  /* Auf kleinen Touch-Geraeten statische Kartenwelten: weniger GPU-Arbeit, gleiche Optik. */
  .service-card.is-inview::before { animation: none; }
}

@media (max-width: 360px) {
  .brand-target { width: 108px; }
  .brand-target img { width: 105px; }
  .header-support-link { min-width: 70px; padding-inline: .42rem; }
  .header-support-arrow { display: none; }
  .menu-toggle { width: 36px; height: 36px; }
  .topic { font-size: .68rem; padding: .46rem .58rem; }
  h1 { font-size: clamp(2.6rem, 13.4vw, 3.6rem); }
}

/* Niedrige Querformat-Displays: Intro und Header duerfen nicht vertikal klemmen. */
@media (max-width: 820px) and (max-height: 620px) {
  .intro-core {
    top: 47%;
    width: min(56vw, 360px);
  }
  .intro-logo { width: min(52vw, 335px); }
  .core-ring { height: 130%; }
  .core-ring-b { height: 160%; }
  .topic { padding: .42rem .6rem; font-size: .7rem; }
  .topic-software { --dy: -31vh; --my: -20vh; --oy: -32vh; }
  .topic-web { --dy: -27vh; --my: -18vh; --oy: -28vh; }
  .topic-design { --dy: -5vh; --my: -8vh; --oy: -4vh; }
  .topic-netzwerke { --dy: 8vh; --my: 2vh; --oy: 9vh; }
  .topic-it { --dy: 27vh; --my: 17vh; --oy: 28vh; }
  .topic-support { --dy: 31vh; --my: 19vh; --oy: 32vh; }
  .skip-intro { bottom: .55rem; }
  .hero { min-height: 700px; }
}

/* Fixer Header darf Sprungziele nicht ueberdecken. */
html { scroll-padding-top: 96px; }
@media (max-width: 820px) { html { scroll-padding-top: 84px; } }

/* V4.12: Kontakt- und Rechtliches-Ergaenzungen */
.contact-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.4rem;
}
.contact-actions .button { margin-top: 0; }
.contact-address {
  max-width: 720px;
  margin: 1.5rem auto 0;
  color: #93a0b4;
  font-size: .86rem;
  font-style: normal;
}

.legal-page {
  background:
    radial-gradient(circle at 18% 7%, rgba(90,139,194,.12), transparent 30rem),
    radial-gradient(circle at 85% 19%, rgba(216,169,197,.08), transparent 34rem),
    #090d18;
}
.legal-page .site-header { position: sticky; }
.legal-page .brand-target,
.legal-page .site-nav a,
.legal-page .header-support-link { opacity: 1; pointer-events: auto; }
.legal-main {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 8rem);
}
.legal-hero { max-width: 900px; margin-bottom: clamp(2rem, 5vw, 4rem); }
.legal-hero .eyebrow { margin-bottom: 1rem; }
.legal-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.7rem, 7vw, 5.5rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.legal-hero p:last-child { color: var(--muted); max-width: 760px; font-size: 1.05rem; }
.legal-grid { display: grid; gap: 1rem; }
.legal-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 95% 0%, rgba(142,190,232,.06), transparent 22rem),
    rgba(17,26,47,.76);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
}
.legal-panel h2 { margin: 0 0 1.1rem; font-size: clamp(1.5rem, 3vw, 2rem); }
.legal-panel h3 { margin: 1.6rem 0 .6rem; font-size: 1.05rem; color: #dce6f4; }
.legal-panel p, .legal-panel li, .legal-panel address { color: var(--muted); }
.legal-panel p:last-child { margin-bottom: 0; }
.legal-panel address { font-style: normal; }
.legal-panel a { color: #c9def2; text-decoration: underline; text-decoration-color: rgba(142,190,232,.35); text-underline-offset: .2em; }
.legal-panel a:hover { color: white; }
.legal-facts { margin: 0; display: grid; grid-template-columns: minmax(170px,.55fr) 1.45fr; gap: .65rem 1.4rem; }
.legal-facts dt { color: #7f90aa; }
.legal-facts dd { margin: 0; color: #dce4f0; }
.legal-note {
  padding: 1rem 1.1rem;
  border-left: 2px solid rgba(142,190,232,.55);
  background: rgba(142,190,232,.05);
  border-radius: 0 12px 12px 0;
}
.legal-back { display: inline-flex; margin-top: 2rem; }

@media (max-width: 820px) {
  .legal-page .site-header { grid-template-columns: 1fr auto; }
  .legal-page .site-nav { display: none; }
  .legal-main { padding-top: 3.3rem; }
  .legal-facts { grid-template-columns: 1fr; gap: .2rem; }
  .legal-facts dd { margin-bottom: .8rem; }
}
@media (max-width: 520px) {
  .contact-actions { display: grid; }
  .contact-actions .button { width: min(100%, 330px); }
  .legal-main { width: min(100% - 1.5rem, var(--max)); }
  .legal-panel { padding: 1.3rem; border-radius: 18px; }
}

/* V4.13: Kontaktformular */
.contact-address a { color: inherit; text-decoration: none; }
.contact-address a:hover { color: #dce6f4; }
.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
  gap: 1rem;
  align-items: start;
}
.contact-form { display: grid; gap: 1rem; }
.form-row { display: grid; gap: 1rem; }
.form-row-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-form label { display: grid; gap: .45rem; color: #dce4f0; font-weight: 650; }
.contact-form label > span { font-size: .86rem; }
.contact-form small { color: #7f90aa; font-weight: 500; }
.contact-form em { color: #d8a9c5; font-style: normal; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(151,174,205,.22);
  border-radius: 13px;
  background: rgba(5,10,20,.48);
  color: #f3f6fb;
  font: inherit;
  padding: .85rem .95rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form textarea { resize: vertical; min-height: 180px; }
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(142,190,232,.72);
  background: rgba(8,15,29,.72);
  box-shadow: 0 0 0 3px rgba(142,190,232,.10);
}
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-privacy { margin: .15rem 0 0; color: #8e9caf; font-size: .82rem; }
.form-privacy a { color: #c9def2; }
.form-status { margin-bottom: 1rem; padding: 1rem 1.1rem; border-radius: 13px; }
.form-status ul { margin: .55rem 0 0 1.15rem; }
.form-status-success { border: 1px solid rgba(123,205,168,.28); background: rgba(58,137,101,.12); color: #cbe8d8; }
.form-status-error { border: 1px solid rgba(226,151,169,.30); background: rgba(156,61,85,.12); color: #f1ccd5; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-direct-facts { grid-template-columns: 105px 1fr; }
@media (max-width: 900px) {
  .contact-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .form-row-two { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; justify-content: center; }
  .contact-direct-facts { grid-template-columns: 1fr; }
}

/* V4.15: persoenlicher Ansprechpartner und direkter Kontaktweg */
.person-focus { color: var(--blue); margin: 1.25rem 0 0; font-size: 1rem; }
.person-copy { min-width: 0; color: var(--muted); font-size: 1.05rem; }
.person-copy p { margin: 0 0 1.1rem; }
.person-link { color: var(--text); text-decoration: underline; text-underline-offset: .25em; }
.person-link:hover { color: var(--blue); }
.person-new-tab { font-size: .875rem; color: var(--muted); }
.person-panel h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
@media (min-width: 821px) {
  .site-nav { gap: clamp(.5rem, 1.1vw, 1.25rem); }
  .site-nav a { font-size: clamp(.75rem, 1vw, .92rem); }
}

/* V4.16: Ausgewaehlte Projekte */
.hero-project-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.3rem; color: var(--muted); font-size: .95rem; text-decoration: underline; text-underline-offset: .25em; }
.hero-project-link:hover { color: var(--text); }
.projects { background: var(--bg); border-bottom: 1px solid var(--line); }
.projects-inner { max-width: var(--max); margin-inline: auto; }
.projects .section-heading { margin-bottom: 2.5rem; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(1.5rem, 5vw, 4rem); }
.project-item { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 2rem 0; border-top: 1px solid var(--line); }
.project-category { margin: 0 0 1rem; color: var(--blue); font-size: .875rem; }
.project-item h3 { margin-bottom: 1rem; font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.project-item > p:not(.project-category) { margin: 0 0 1.3rem; color: var(--muted); font-size: 1rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: auto 0 1.25rem; padding: 0; }
.project-tags li { color: #cbd7e7; font-size: .875rem; padding: .25rem .65rem; border: 1px solid var(--line); border-radius: 6px; }
.project-link { display: inline-flex; align-items: center; gap: .65rem; min-height: 44px; color: var(--text); text-decoration: underline; text-underline-offset: .25em; }
.project-link:hover { color: var(--blue); }
.project-link:focus-visible, .hero-project-link:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
@media (max-width: 680px) { .project-grid { grid-template-columns: 1fr; } }

/* V4.19: Originale Textanordnung; Foto ausserhalb des Layoutflusses. */
.person-panel { isolation: isolate; }
.person-panel > .person-portrait {
  position: absolute;
  z-index: 0;
  left: clamp(1rem, 7vw, 7rem);
  bottom: 0;
  width: clamp(220px, 28vw, 360px);
  max-width: 47%;
  height: 96%;
  object-fit: contain;
  object-position: center bottom;
  margin: 0;
  opacity: .42;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 55%, transparent 100%);
}
.person-panel > div { z-index: 1; }
.person-panel h2, .person-panel .eyebrow, .person-panel .person-focus {
  position: relative;
  text-shadow: 0 2px 12px #101a2c, 0 0 24px #101a2c;
}
@media (max-width: 820px) {
  .person-panel > .person-portrait {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    width: 240px;
    max-width: 65%;
    height: 300px;
    object-position: center top;
    opacity: .28;
  }
}
