/* Sokoli Web Design — Cyber-Noir / CP2077-adjacent */
:root {
  --bg-deep: #000000;
  --bg-elev: #0a0a0a;
  --surface: #0f0f0f;
  --neon: #00e5ff;
  --neon-soft: rgba(0, 229, 255, 0.22);
  --amber: #fcee0a;
  /* Legacy green-* names remapped for grayscale + rare neon */
  --green-ink: #141414;
  --green-mid: #525252;
  --green-bright: #e5e5e5;
  --green-mint: #a3a3a3;
  --green-dim: rgba(255, 255, 255, 0.06);
  --glass: rgba(12, 14, 18, 0.52);
  --glass-soft: rgba(10, 12, 16, 0.38);
  --glass-border: rgba(255, 255, 255, 0.11);
  --glass-highlight: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #c8c8c8;
  --text-dim: rgba(200, 200, 200, 0.55);
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 18px;
  --shadow: 0 28px 100px -32px rgba(0, 0, 0, 0.92);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .bg-layer {
    transition-duration: 0.55s !important;
    transition-property: opacity !important;
  }
  .cipher-tape__inner {
    animation: none !important;
  }
}

html.ui-booting,
html.ui-booting body {
  cursor: default;
}

html.ui-booting a,
html.ui-booting button,
html.ui-booting .btn,
html.ui-booting .nav-toggle,
html.ui-booting [role="button"],
html.ui-booting label[for] {
  cursor: pointer;
}

html.ui-booting * {
  user-select: none;
  -webkit-user-select: none;
}

html.is-ready * {
  user-select: auto;
  -webkit-user-select: auto;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.12rem);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg-deep);
  overflow-x: hidden;
  cursor: auto;
}

/* ---- Atmosphere: abschnittsweiser Hintergrund (body[data-bg-theme]) ---- */
.atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-stack {
  position: absolute;
  inset: 0;
  transform-origin: 50% 40%;
}

.bg-layer {
  position: absolute;
  inset: -20%;
  opacity: 0;
  transition: opacity 1.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

/* Default / Hero: Mesh + Konik */
.bg-layer--mesh {
  background:
    radial-gradient(ellipse 48% 38% at 22% 22%, rgba(255, 255, 255, 0.055), transparent 58%),
    radial-gradient(ellipse 42% 42% at 88% 12%, rgba(0, 229, 255, 0.045), transparent 58%),
    radial-gradient(ellipse 55% 45% at 50% 100%, rgba(0, 0, 0, 0.88), transparent 62%),
    conic-gradient(from 210deg at 48% 48%, #000000 0deg, #0c0c0c 110deg, #000000 220deg, #070707 360deg);
      animation: meshShift 22s ease-in-out infinite alternate;
}

/* Leistung: 45° Linien — Strich / Punkt Übergang */
.bg-layer--diagonal {
  background:
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent 16px,
      rgba(255, 255, 255, 0.055) 16px,
      rgba(255, 255, 255, 0.055) 17px
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 10px,
      rgba(200, 200, 200, 0.04) 10px,
      rgba(200, 200, 200, 0.04) 11px,
      transparent 11px,
      transparent 22px,
      rgba(255, 255, 255, 0.028) 22px,
      rgba(255, 255, 255, 0.028) 23px
    ),
    radial-gradient(ellipse 100% 80% at 100% 0%, rgba(255, 255, 255, 0.04), transparent 55%),
    #000;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  animation: diagonalFlow 32s linear infinite;
}

@keyframes diagonalFlow {
  to {
    background-position: 280px 280px, -240px 240px, 0 0, 0 0;
  }
}

/* Referenzen: Punkt-Raster */
.bg-layer--dots {
  background-color: #000;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1.2px, transparent 1.2px);
  background-size: 22px 22px;
  animation: dotDrift 26s linear infinite;
}

@keyframes dotDrift {
  to {
    background-position: 22px 22px;
  }
}

/* Warum Web: perspektivisches Grid */
.bg-layer--grid {
  display: none !important;
}

.bg-layer--grid--unused {
  background-color: #000;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: perspective(900px) rotateX(62deg) translateY(-8%) scale(1.35);
  transform-origin: 50% 0%;
  animation: gridScroll 38s linear infinite;
}

@keyframes gridScroll {
  to {
    background-position: 56px 56px, 56px 56px;
  }
}

/* Sicherheit: Scanlines + Datenstrom */
.bg-layer--cipher {
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 4px,
      rgba(0, 229, 255, 0.045) 4px,
      rgba(0, 229, 255, 0.045) 5px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 48px
    ),
    radial-gradient(ellipse 70% 50% at 50% 120%, rgba(0, 229, 255, 0.07), transparent 55%);
  animation: scanSweep 14s linear infinite;
}

@keyframes scanSweep {
  to {
    background-position: 0 120px, 80px 0, 0 0;
  }
}

/* Präzision: isometrisches Lattice */
.bg-layer--lattice {
  background-color: #000;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.045) 11%, transparent 11%),
    linear-gradient(240deg, rgba(255, 255, 255, 0.035) 11%, transparent 11%);
  background-size: 48px 84px;
  animation: latticeFlow 45s linear infinite;
}

@keyframes latticeFlow {
  to {
    background-position: 96px 120px, -96px 120px;
  }
}

/* Partnership: weiche Strömungen */
.bg-layer--flow {
  background:
    radial-gradient(ellipse 55% 45% at 15% 35%, rgba(0, 229, 255, 0.1), transparent 55%),
    radial-gradient(ellipse 50% 40% at 85% 65%, rgba(255, 255, 255, 0.06), transparent 50%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(20, 20, 28, 0.95), transparent 60%);
  animation: flowMorph 22s ease-in-out infinite alternate;
}

@keyframes flowMorph {
  0% {
    filter: blur(0) hue-rotate(0deg);
    transform: scale(1);
  }
  100% {
    filter: blur(1px) hue-rotate(-12deg);
    transform: scale(1.06);
  }
}

/* Profil: Aurora-Bändchen */
.bg-layer--aurora {
  background:
    conic-gradient(from 140deg at 30% 40%, rgba(0, 229, 255, 0.06), transparent 40%, rgba(255, 255, 255, 0.05), transparent 75%),
    conic-gradient(from 300deg at 75% 60%, rgba(255, 255, 255, 0.04), transparent 35%, rgba(0, 229, 255, 0.05), transparent 70%),
    #000;
  animation: auroraSpin 48s linear infinite;
}

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

/* Kontakt: Puls im Zentrum */
.bg-layer--pulse {
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 229, 255, 0.11) 0%, transparent 38%),
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.05) 0%, transparent 52%),
    #000;
  animation: pulseGlow 6.5s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
  from {
    transform: scale(1);
    opacity: 0.85;
  }
  to {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes meshShift {
  0% {
    transform: translate3d(-2%, 0, 0) rotate(0deg) scale(1);
  }
  100% {
    transform: translate3d(3%, -2%, 0) rotate(6deg) scale(1.05);
  }
}

body[data-bg-theme="mesh"] .bg-layer--mesh,
body[data-bg-theme="diagonal"] .bg-layer--diagonal,
body[data-bg-theme="dots"] .bg-layer--dots,
body[data-bg-theme="grid"] .bg-layer--grid,
body[data-bg-theme="cipher"] .bg-layer--cipher,
body[data-bg-theme="lattice"] .bg-layer--lattice,
body[data-bg-theme="flow"] .bg-layer--flow,
body[data-bg-theme="aurora"] .bg-layer--aurora,
body[data-bg-theme="pulse"] .bg-layer--pulse {
  opacity: 0.45;
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

.abstract-rings {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(140vmin, 1400px);
  height: min(140vmin, 1400px);
  transform: translate(-50%, -50%);
  opacity: 0.55;
  animation: ringsDrift 28s linear infinite;
  transition: opacity 1.25s var(--ease), filter 1.25s var(--ease);
}

body[data-bg-theme="mesh"] .abstract-rings {
  opacity: 0.58;
  filter: none;
}

body[data-bg-theme="diagonal"] .abstract-rings {
  opacity: 0.4;
  filter: none;
}

body[data-bg-theme="dots"] .abstract-rings {
  opacity: 0.36;
  filter: none;
}

body[data-bg-theme="grid"] .abstract-rings {
  opacity: 0.34;
  filter: none;
}

body[data-bg-theme="cipher"] .abstract-rings {
  opacity: 0.5;
  filter: drop-shadow(0 0 36px rgba(0, 229, 255, 0.14));
}

body[data-bg-theme="lattice"] .abstract-rings {
  opacity: 0.4;
  filter: none;
}

body[data-bg-theme="flow"] .abstract-rings {
  opacity: 0.47;
  filter: none;
}

body[data-bg-theme="aurora"] .abstract-rings {
  opacity: 0.44;
  filter: drop-shadow(0 0 24px rgba(255, 255, 255, 0.06));
}

body[data-bg-theme="pulse"] .abstract-rings {
  opacity: 0.56;
  filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.1));
}

@keyframes ringsDrift {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.ring,
.arc {
  transform-origin: 500px 500px;
}

.ring-a {
  animation: ringPulse 9s ease-in-out infinite;
}
.ring-b {
  animation: ringPulse 12s ease-in-out infinite reverse;
}
.ring-c {
  animation: ringPulse 16s ease-in-out infinite;
}

.ring-d {
  animation: ringDashDrift 24s linear infinite, ringPulse 13s ease-in-out infinite;
}

.ring-e {
  animation: ringDashDrift 38s linear infinite reverse, ringPulse 20s ease-in-out infinite reverse;
}

@keyframes ringDashDrift {
  to {
    stroke-dashoffset: -360;
  }
}

@keyframes ringPulse {
  0%,
  100% {
    opacity: 0.45;
    stroke-width: 1px;
  }
  50% {
    opacity: 0.9;
    stroke-width: 1.6px;
  }
}

.arc-a {
  animation: arcWobble 14s ease-in-out infinite;
}
.arc-b {
  animation: arcWobble 18s ease-in-out infinite reverse;
}

.arc-c {
  animation: arcWobble 22s ease-in-out infinite, ringDashDrift 30s linear infinite reverse;
}

.arc-d {
  animation: arcWobble 16s ease-in-out infinite reverse, ringDashDrift 22s linear infinite;
}

@keyframes arcWobble {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -16px);
  }
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.35;
  mix-blend-mode: screen;
  animation: blobFloat 16s ease-in-out infinite;
}

.blob-1 {
  width: 42vmin;
  height: 42vmin;
  top: -8%;
  right: 2%;
  background: #1a1a1e;
  animation-delay: -3s;
}
.blob-2 {
  width: 34vmin;
  height: 34vmin;
  bottom: 4%;
  left: -6%;
  background: #0d0d10;
  animation-delay: -7s;
}
.blob-3 {
  width: 26vmin;
  height: 26vmin;
  top: 40%;
  left: 35%;
  background: #404048;
  opacity: 0.09;
  animation-delay: -1s;
}

.blob-4 {
  width: 36vmin;
  height: 36vmin;
  top: 52%;
  right: -10%;
  border-radius: 44% 56% 52% 48% / 48% 45% 55% 52%;
  background: linear-gradient(145deg, rgba(0, 229, 255, 0.12), rgba(18, 18, 24, 0.55));
  opacity: 0.26;
  animation: blobMorph 24s ease-in-out infinite;
  animation-delay: -4s;
}

.blob-5 {
  width: 52vmin;
  height: 30vmin;
  top: 6%;
  left: -14%;
  border-radius: 52% 48% 45% 55% / 50% 52% 48% 50%;
  background: radial-gradient(ellipse 80% 60% at 40% 40%, rgba(255, 255, 255, 0.07), rgba(8, 8, 12, 0.65));
  opacity: 0.2;
  animation: blobMorph 19s ease-in-out infinite reverse;
  animation-delay: -8s;
}

@keyframes blobMorph {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  33% {
    transform: translate3d(-18px, 24px, 0) scale(1.09);
  }
  66% {
    transform: translate3d(26px, -16px, 0) scale(0.92);
  }
}

@keyframes blobFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -28px, 0) scale(1.06);
  }
}

/* Mobile menu: zuverlässig verstecken */
.mobile-nav[hidden] {
  display: none !important;
}

.mobile-nav:not([hidden]) {
  display: flex;
}

/* Page transition / skeleton — nie anzeigen */
.page-transition,
.skeleton-layer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  animation: none !important;
}

/* Page transition */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: linear-gradient(165deg, #000000, #0a0a0a);
  pointer-events: none;
  transform-origin: top;
  animation: pageOpen 0.95s var(--ease) forwards;
}

.page-transition.is-done {
  animation: none;
  opacity: 0;
  visibility: hidden;
}

@keyframes pageOpen {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}

/* Skeleton */
.skeleton-layer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: var(--bg-deep);
  transition: opacity 0.55s var(--ease), visibility 0.55s;
}

.skeleton-layer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.skeleton-abstract {
  position: relative;
  width: min(420px, 80vw);
  height: 220px;
}

.skeleton-ring {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  animation: skSpin 1.4s linear infinite;
}

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

.skeleton-lines {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.skeleton-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #141414, #262626, #141414);
  background-size: 200% 100%;
  animation: skShine 1s linear infinite;
}

.skeleton-lines span:nth-child(2) {
  width: 78%;
}
.skeleton-lines span:nth-child(3) {
  width: 55%;
}

@keyframes skShine {
  to {
    background-position: -200% 0;
  }
}

/* Header */
.site-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: min(calc(100% - 1.5rem), 1180px);
  padding: 0.55rem 0.85rem 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  opacity: 1;
  animation: none;
}

@keyframes headIn {
  from {
    opacity: 0;
    transform: translate(-50%, -18px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.glass-dock {
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.brand-mark__icon {
  display: block;
  width: 18px;
  height: 18px;
}

.brand-text {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
}

.brand-accent {
  font-weight: 500;
  color: var(--text-dim);
}

.nav {
  display: none;
  align-items: center;
  gap: 0.1rem;
  flex-wrap: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

@media (min-width: 960px) {
  .nav {
    display: flex;
  }
}

.nav a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.84rem;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 1100px) and (min-width: 960px) {
  .nav a {
    font-size: 0.72rem;
    padding: 0.35rem 0.42rem;
  }
}

@media (max-width: 1020px) and (min-width: 960px) {
  .nav a {
    font-size: 0.68rem;
    padding: 0.32rem 0.38rem;
  }
}

.nav a:hover {
  color: #1d1d1f;
  background: rgba(0, 0, 0, 0.06);
}

.nav-cta {
  background: linear-gradient(135deg, #fafafa, #a3a3a3) !important;
  color: #0a0a0a !important;
  font-weight: 600;
  margin-left: 0.2rem;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.08), 0 0 1px rgba(0, 229, 255, 0.35);
}

.nav-cta:hover {
  box-shadow: 0 0 32px var(--neon-soft);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  padding: 0.45rem;
  border-radius: 12px;
  cursor: pointer;
}

@media (min-width: 960px) {
  .nav-toggle {
    display: none;
  }
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: min(calc(100% - 1.5rem), 400px);
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  background: var(--glass);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  color: var(--text);
  text-decoration: none;
  padding: 0.6rem 0.9rem;
  border-radius: 12px;
  cursor: pointer;
}

.mobile-nav a:hover {
  background: rgba(255, 255, 255, 0.06);
}

/* Main */
.main-content {
  position: relative;
  z-index: 1;
  padding-top: 7.25rem;
}

.wrap {
  width: min(calc(100% - 1.75rem), 1180px);
  margin: 0 auto;
}

.section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  position: relative;
  overflow: hidden;
}

.section[id] {
  scroll-margin-top: 7.5rem;
}

.section-alt {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.02) 45%, transparent);
}

.section-bg-deco {
  position: absolute;
  inset: 10% 8% auto;
  height: 42%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.04), transparent 65%);
  pointer-events: none;
  z-index: 1;
}

.section-head {
  margin-bottom: 2rem;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
  text-wrap: balance;
  font-size: clamp(1.65rem, 1.1rem + 2.4vw, 2.65rem);
  margin: 0 0 1rem;
  max-width: 26ch;
}

.section-intro {
  margin: 0;
  max-width: 62ch;
  color: var(--text-dim);
  font-size: 1.05rem;
}

.section-lead {
  margin-bottom: 1.25rem;
  max-width: 68ch;
}

/* Warum-Webdesign: Design-Sonden-Block + Übergang zu Sicherheit */
.design-probe {
  margin-top: 2.75rem;
  position: relative;
  border: 1px solid hsl(0 0% 100% / 0.09);
  background: linear-gradient(
    135deg,
    hsl(210 15% 8% / 0.45) 0%,
    hsl(200 20% 6% / 0.2) 48%,
    hsl(190 25% 10% / 0.35) 100%
  );
  box-shadow:
    0 0 0 1px hsl(185 100% 50% / 0.06) inset,
    0 28px 56px -32px hsl(0 0% 0% / 0.55);
}

.design-probe::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 80% 55% at 12% 8%, hsl(185 90% 55% / 0.09), transparent 55%);
  pointer-events: none;
}

.design-probe-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #00d4e8);
  opacity: 0.92;
}

.design-probe-title {
  margin: 0 0 1.15rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.45rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 42ch;
}

.design-probe-list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.85rem;
  color: var(--text-dim);
  font-size: 0.98rem;
  line-height: 1.48;
}

.design-probe-list li {
  padding-left: 0.15rem;
}

.design-probe-list strong {
  color: var(--text);
  font-weight: 600;
}

.design-probe-outro {
  margin: 1.35rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid hsl(0 0% 100% / 0.07);
  font-size: 0.96rem;
  line-height: 1.5;
}

.section--after-design {
  position: relative;
  padding-top: clamp(3rem, 2rem + 4vw, 4.5rem);
}

.section--after-design::before {
  content: "";
  display: block;
  width: min(100%, 52rem);
  height: 1px;
  margin: 0 auto 2.5rem;
  background: linear-gradient(
    90deg,
    transparent,
    hsl(185 80% 48% / 0.35) 22%,
    hsl(0 0% 100% / 0.12) 50%,
    hsl(185 80% 48% / 0.35) 78%,
    transparent
  );
}

.section-intro--security-lede {
  font-size: 1.07rem;
  line-height: 1.55;
}

.section-intro--security-lede strong {
  color: var(--text);
  font-weight: 600;
}

.section-bridge {
  margin: 1.5rem 0 2rem;
  max-width: 62ch;
  padding: 0.95rem 1.15rem;
  border-radius: 0.65rem;
  border-left: 3px solid hsl(185 85% 45% / 0.55);
  background: hsl(195 25% 12% / 0.35);
  font-size: 0.95rem;
  line-height: 1.5;
}

.section-bridge strong {
  color: var(--text);
  font-weight: 600;
}

.security-subtitle {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.85rem);
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  line-height: 1.2;
  max-width: 28ch;
}

/* ---- Pro Abschnitt: eigene animatorische Bühnen (hinter .wrap-Inhalt) ---- */
.section .section-stage,
.hero .section-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.section .section-stage .section-fx,
.hero .section-stage .section-fx {
  position: absolute;
  display: block;
  inset: -12%;
  will-change: transform, opacity;
}

.section > .wrap,
.hero > .hero-layout.wrap {
  position: relative;
  z-index: 2;
}

/* Abstrakte Zickzack-Trennung + vertikale Transparenz je Abschnitt (stärker am Rand) */
.section .section-stage,
.hero .section-stage {
  will-change: transform, opacity;
  -webkit-mask-image: linear-gradient(
    to bottom,
    hsl(0 0% 0% / 0) 0%,
    hsl(0 0% 0% / 0.28) 4%,
    hsl(0 0% 0% / 0.85) 14%,
    hsl(0 0% 0% / 1) 26%,
    hsl(0 0% 0% / 1) 74%,
    hsl(0 0% 0% / 0.82) 86%,
    hsl(0 0% 0% / 0.26) 96%,
    hsl(0 0% 0% / 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.28) 4%,
    rgba(0, 0, 0, 0.85) 14%,
    black 26%,
    black 74%,
    rgba(0, 0, 0, 0.82) 86%,
    rgba(0, 0, 0, 0.26) 96%,
    transparent 100%
  );
}

#hero .section-stage {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 89%,
    97% 96%,
    91% 91%,
    85% 100%,
    78% 94%,
    71% 99%,
    64% 93%,
    57% 100%,
    50% 94%,
    43% 99%,
    36% 92%,
    29% 98%,
    22% 93%,
    15% 100%,
    8% 95%,
    0 90%
  );
}

#context .section-stage {
  clip-path: polygon(
    0 22%,
    18% 0,
    100% 0,
    100% 100%,
    79% 88%,
    63% 100%,
    47% 86%,
    31% 97%,
    15% 91%,
    0 100%,
    0 22%
  );
}

#refs .section-stage {
  clip-path: polygon(
    0 14%,
    12% 5%,
    27% 18%,
    44% 3%,
    61% 15%,
    79% 1%,
    100% 11%,
    100% 100%,
    72% 90%,
    48% 100%,
    24% 86%,
    0 96%,
    0 14%
  );
}

#why .section-stage {
  clip-path: polygon(
    0 0,
    92% 0,
    100% 14%,
    100% 100%,
    6% 100%,
    0 78%,
    0 0
  );
}

#security .section-stage {
  clip-path: polygon(
    0 9%,
    12% 0,
    100% 0,
    100% 100%,
    88% 91%,
    74% 100%,
    59% 89%,
    44% 99%,
    28% 90%,
    12% 97%,
    0 84%
  );
}

#method .section-stage {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 72%,
    94% 100%,
    76% 94%,
    58% 100%,
    41% 93%,
    24% 99%,
    0 88%,
    0 0
  );
}

#partnership .section-stage {
  clip-path: polygon(
    0 0,
    0 100%,
    22% 84%,
    44% 100%,
    66% 82%,
    88% 96%,
    100% 88%,
    100% 0,
    78% 18%,
    56% 4%,
    33% 16%,
    12% 6%,
    0 0
  );
}

#about .section-stage {
  clip-path: polygon(
    0 4%,
    9% 0,
    91% 0,
    100% 11%,
    100% 100%,
    0 100%,
    0 4%
  );
}

#contact .section-stage {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 88%,
    71% 100%,
    42% 90%,
    12% 100%,
    0 76%
  );
}

.section-wave-grid,
.section-fx-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  opacity: 0.65;
  mix-blend-mode: screen;
}

@media (prefers-reduced-motion: reduce) {
  .section .section-stage,
  .hero .section-stage {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 14%, black 86%, transparent 100%);
  }
}

/* Hero: Strahlenkranz & Bewegung */
.section-fx--hero-spokes {
  background: conic-gradient(
    from 0deg at 70% 45%,
    transparent 0deg,
    rgba(0, 229, 255, 0.06) 2deg,
    transparent 4deg,
    transparent 14deg,
    rgba(255, 255, 255, 0.05) 15deg,
    transparent 17deg,
    transparent 28deg,
    rgba(0, 229, 255, 0.05) 29.5deg,
    transparent 32deg
  );
  background-size: 120% 120%;
  animation: heroSpokesSpin 48s linear infinite;
  opacity: 0.9;
  mix-blend-mode: screen;
}

.section-fx--hero-noise {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  opacity: 0.12;
  animation: heroNoiseShift 6s steps(4) infinite;
  mix-blend-mode: overlay;
}

.section-fx--hero-beam {
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(0, 229, 255, 0.12) 48%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(0, 229, 255, 0.1) 52%,
    transparent 65%
  );
  background-size: 200% 200%;
  animation: heroBeamSweep 9s ease-in-out infinite alternate;
  opacity: 0.7;
}

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

@keyframes heroNoiseShift {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-4%, 3%);
  }
  50% {
    transform: translate(2%, -2%);
  }
  75% {
    transform: translate(-3%, -4%);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes heroBeamSweep {
  0% {
    background-position: 0% 30%;
  }
  100% {
    background-position: 100% 70%;
  }
}

/* Context: kristalline Brüche */
.section-fx--context-fracture {
  background:
    linear-gradient(135deg, transparent 40%, rgba(0, 229, 255, 0.08) 49.7%, transparent 50.3%),
    linear-gradient(-35deg, transparent 55%, rgba(255, 255, 255, 0.06) 50%, transparent 60%),
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(255, 255, 255, 0.05), transparent 55%);
  animation: contextFracture 16s ease-in-out infinite alternate;
  opacity: 0.85;
}

.section-fx--context-shards {
  background-image: repeating-linear-gradient(
    105deg,
    transparent,
    transparent 36px,
    rgba(255, 255, 255, 0.035) 36px,
    rgba(255, 255, 255, 0.035) 37px
  );
  animation: contextShards 22s linear infinite;
  opacity: 0.5;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 50%, black, transparent);
}

.section-fx--context-orbit {
  background: radial-gradient(circle at 85% 20%, rgba(0, 229, 255, 0.18) 0, transparent 38%),
    radial-gradient(circle at 10% 85%, rgba(255, 255, 255, 0.06) 0, transparent 32%);
  animation: contextOrbit 20s ease-in-out infinite;
  opacity: 0.75;
}

@keyframes contextFracture {
  0% {
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    transform: scale(1.06) rotate(-3deg);
    filter: hue-rotate(-15deg);
  }
}

@keyframes contextShards {
  to {
    transform: translateY(-40px);
  }
}

@keyframes contextOrbit {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-4%, 5%) scale(1.08);
  }
}

/* Referenzen: Feld & Vertrauens-Pulse */
.section-fx--refs-field {
  background-image: radial-gradient(rgba(0, 229, 255, 0.2) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  animation: refsFieldMove 24s linear infinite;
  opacity: 0.35;
}

.section-fx--refs-trust {
  background:
    radial-gradient(ellipse 50% 40% at 50% -10%, rgba(255, 255, 255, 0.09), transparent 60%),
    radial-gradient(ellipse 40% 35% at 100% 100%, rgba(0, 229, 255, 0.06), transparent 55%);
  animation: refsTrust 12s ease-in-out infinite alternate;
  opacity: 0.9;
}

.section-fx--refs-drift {
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 80px,
    rgba(255, 255, 255, 0.03) 80px,
    rgba(255, 255, 255, 0.03) 81px
  );
  animation: refsDrift 30s linear infinite;
  opacity: 0.4;
  mix-blend-mode: soft-light;
}

@keyframes refsFieldMove {
  to {
    background-position: 28px 28px;
  }
}

@keyframes refsTrust {
  from {
    transform: scale(1);
    opacity: 0.65;
  }
  to {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes refsDrift {
  to {
    transform: translateX(-120px);
  }
}

/* Warum Web: Tunnel & Glanz */
.section-fx--why-vortex {
  background: conic-gradient(from 200deg at 50% 55%, rgba(0, 0, 0, 0) 0deg, rgba(0, 229, 255, 0.07) 60deg, rgba(0, 0, 0, 0) 120deg, rgba(255, 255, 255, 0.05) 200deg, rgba(0, 0, 0, 0) 280deg);
  animation: whyVortex 26s linear infinite;
  opacity: 0.8;
  mix-blend-mode: plus-lighter;
}

.section-fx--why-perspective {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(500px) rotateX(58deg) scale(1.4);
  transform-origin: 50% 0%;
  animation: whyGridRush 35s linear infinite;
  opacity: 0.25;
}

.section-fx--why-glint {
  background: linear-gradient(100deg, transparent 42%, rgba(255, 255, 255, 0.12) 50%, transparent 58%);
  background-size: 180% 100%;
  animation: whyGlint 7s ease-in-out infinite;
  opacity: 0.55;
}

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

@keyframes whyGridRush {
  to {
    background-position: 48px 48px, 48px 48px;
  }
}

@keyframes whyGlint {
  0%,
  100% {
    background-position: -40% 0;
  }
  50% {
    background-position: 140% 0;
  }
}

/* Sicherheit: Hex, Matrix-Suggestion, Sweep, Fadenkreuz */
.section-fx--security-hex {
  background-image:
    repeating-linear-gradient(60deg, rgba(0, 229, 255, 0.09) 0, rgba(0, 229, 255, 0.09) 1px, transparent 1px, transparent 24px),
    repeating-linear-gradient(-60deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 24px);
  animation: securityHex 24s linear infinite;
  opacity: 0.65;
}

.section-fx--security-matrix {
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.15) 11px,
    rgba(0, 229, 255, 0.06) 11px,
    rgba(0, 229, 255, 0.06) 12px
  );
  mask-image: linear-gradient(180deg, transparent, black 18%, black 82%, transparent);
  animation: securityMatrixFall 14s linear infinite;
  opacity: 0.45;
}

.section-fx--security-sweep {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 229, 255, 0.12) 50%, transparent 100%);
  background-size: 100% 40%;
  background-repeat: no-repeat;
  animation: securitySweep 5.5s ease-in-out infinite;
  opacity: 0.7;
  mix-blend-mode: screen;
}

.section-fx--security-lock {
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.08) 49%, rgba(255, 255, 255, 0.08) 51%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(255, 255, 255, 0.06) 49%, rgba(255, 255, 255, 0.06) 51%, transparent 52%),
    linear-gradient(90deg, transparent 0%, transparent calc(100% - 48px), rgba(0, 229, 255, 0.15) calc(100% - 48px), rgba(0, 229, 255, 0.15) calc(100% - 44px), transparent calc(100% - 44px)),
    linear-gradient(0deg, transparent 0%, transparent calc(100% - 48px), rgba(0, 229, 255, 0.15) calc(100% - 48px), rgba(0, 229, 255, 0.15) calc(100% - 44px), transparent calc(100% - 44px)),
    linear-gradient(90deg, transparent 48px, rgba(0, 229, 255, 0.15) 48px, rgba(0, 229, 255, 0.15) 52px, transparent 52px),
    linear-gradient(0deg, transparent 48px, rgba(0, 229, 255, 0.15) 48px, rgba(0, 229, 255, 0.15) 52px, transparent 52px);
  animation: securityLockBreath 9s ease-in-out infinite alternate;
  opacity: 0.35;
}

@keyframes securityHex {
  to {
    background-position: 48px 0, -48px 0;
  }
}

@keyframes securityMatrixFall {
  to {
    transform: translateY(80px);
  }
}

@keyframes securitySweep {
  0% {
    background-position: 0 -30%;
  }
  100% {
    background-position: 0 130%;
  }
}

@keyframes securityLockBreath {
  from {
    opacity: 0.22;
    transform: scale(1);
  }
  to {
    opacity: 0.45;
    transform: scale(1.02);
  }
}

.section--security-drama .section-fx--security-sweep,
.section--security-drama .section-fx--security-matrix {
  opacity: 0.65;
}

/* Methode: Blaupause */
.section-fx--method-blueprint {
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  animation: methodPan 40s linear infinite;
  opacity: 0.35;
}

.section-fx--method-ticks {
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 31px,
    rgba(255, 255, 255, 0.12) 31px,
    rgba(255, 255, 255, 0.12) 32px
  );
  mask-image: linear-gradient(90deg, black 0%, transparent 55%);
  animation: methodTicks 12s linear infinite;
  opacity: 0.25;
}

.section-fx--method-cross {
  background:
    linear-gradient(135deg, transparent 45%, rgba(0, 229, 255, 0.06) 50%, transparent 55%),
    linear-gradient(-135deg, transparent 45%, rgba(255, 255, 255, 0.04) 50%, transparent 55%);
  animation: methodCross 18s ease-in-out infinite alternate;
  opacity: 0.5;
}

@keyframes methodPan {
  to {
    background-position: 32px 32px, 32px 32px;
  }
}

@keyframes methodTicks {
  to {
    transform: translateX(64px);
  }
}

@keyframes methodCross {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.08) rotate(4deg);
  }
}

/* Partnerschaft: flüssige Bänder */
.section-fx--partner-silk {
  background:
    radial-gradient(ellipse 120% 80% at 10% 40%, rgba(0, 229, 255, 0.14), transparent 55%),
    radial-gradient(ellipse 100% 60% at 90% 60%, rgba(255, 255, 255, 0.08), transparent 50%);
  animation: partnerSilk 16s ease-in-out infinite alternate;
  opacity: 0.85;
  filter: blur(40px);
}

.section-fx--partner-threads {
  background: repeating-linear-gradient(
    -12deg,
    transparent,
    transparent 18px,
    rgba(255, 255, 255, 0.05) 18px,
    rgba(255, 255, 255, 0.05) 19px
  );
  animation: partnerThreads 28s linear infinite;
  opacity: 0.4;
  mix-blend-mode: soft-light;
}

.section-fx--partner-depth {
  background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(0, 0, 0, 0.65), transparent 65%);
  animation: partnerDepth 10s ease-in-out infinite alternate;
  opacity: 0.9;
}

@keyframes partnerSilk {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(6%, -4%) scale(1.12);
  }
}

@keyframes partnerThreads {
  to {
    transform: translateY(-36px);
  }
}

@keyframes partnerDepth {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

/* Über mich: Portrait-Licht & Konstellation */
.section-fx--about-portrait {
  background:
    radial-gradient(ellipse 55% 45% at 25% 28%, rgba(255, 255, 255, 0.14), transparent 62%),
    radial-gradient(ellipse 40% 30% at 75% 70%, rgba(0, 229, 255, 0.08), transparent 58%);
  animation: aboutPortrait 22s ease-in-out infinite alternate;
  opacity: 0.75;
}

.section-fx--about-constellation {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 1px, transparent 1.5px),
    radial-gradient(circle, rgba(0, 229, 255, 0.45) 1px, transparent 1.6px);
  background-size: 180px 140px, 220px 180px;
  background-position: 0 0, 40px 60px;
  animation: aboutConstellation 32s linear infinite;
  opacity: 0.25;
  mask-image: radial-gradient(ellipse 85% 75% at 45% 40%, black, transparent 75%);
}

.section-fx--about-credentials {
  background: conic-gradient(from 90deg at 60% 45%, transparent 120deg, rgba(0, 229, 255, 0.06) 150deg, transparent 220deg, rgba(255, 255, 255, 0.05) 300deg, transparent 360deg);
  animation: aboutCredentials 40s linear infinite;
  opacity: 0.6;
  mix-blend-mode: screen;
}

@keyframes aboutPortrait {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(5%, 3%);
  }
}

@keyframes aboutConstellation {
  to {
    background-position: 180px 80px, -80px 40px;
  }
}

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

/* Kontakt: Wellen & Leuchtfeuer */
.section-fx--contact-waves {
  background:
    repeating-radial-gradient(circle at 50% 35%, transparent 0, transparent 38px, rgba(0, 229, 255, 0.05) 38px, rgba(0, 229, 255, 0.05) 39px, transparent 40px, transparent 78px);
  animation: contactWaves 12s ease-in-out infinite alternate;
  opacity: 0.55;
}

.section-fx--contact-beacon {
  background: radial-gradient(circle at 50% 32%, rgba(0, 229, 255, 0.22) 0, rgba(0, 229, 255, 0.08) 8%, transparent 38%);
  animation: contactBeacon 4.5s ease-in-out infinite alternate;
  opacity: 0.85;
  mix-blend-mode: screen;
}

.section-fx--contact-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: min(100%, 64px) min(100%, 64px);
  animation: contactGrid 20s linear infinite;
  opacity: 0.2;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, transparent 0%, black 45%);
}

@keyframes contactWaves {
  from {
    transform: scale(1);
    opacity: 0.35;
  }
  to {
    transform: scale(1.06);
    opacity: 0.65;
  }
}

@keyframes contactBeacon {
  from {
    transform: scale(0.95);
    opacity: 0.6;
  }
  to {
    transform: scale(1.15);
    opacity: 1;
  }
}

@keyframes contactGrid {
  to {
    background-position: 64px 64px, 64px 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-stage .section-fx {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Hero */
.hero {
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  position: relative;
  overflow: hidden;
}

.hero-layout {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.82fr);
    gap: 3rem;
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-glow {
  background: linear-gradient(90deg, #e5e5e5, var(--neon), #e5e5e5);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shine 4.5s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  font-size: clamp(2rem, 1.15rem + 3.5vw, 3.55rem);
  margin: 0;
}

.hero-title .hero-line {
  display: block;
}

.hero-punch {
  margin-top: 0.65rem;
}

.hero-punch__typed {
  display: inline;
  min-height: 1.2em;
}

.hero-punch__typed.is-typing::after {
  content: "";
  display: inline-block;
  width: 0.09ch;
  min-width: 3px;
  height: 0.85em;
  margin-left: 0.06em;
  vertical-align: -0.06em;
  background: linear-gradient(180deg, var(--neon), #fff);
  box-shadow: 0 0 12px var(--neon-soft);
  animation: heroCaret 0.78s steps(1, end) infinite;
}

@media (prefers-reduced-motion: reduce) {
  .hero-punch__typed.is-typing::after {
    animation: none;
    opacity: 0.85;
  }
}

@keyframes heroCaret {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.hero-title em {
  font-style: normal;
  color: #f5f5f5;
  text-shadow: 0 0 40px var(--neon-soft);
}

.hero-lead {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
}

.hero-note {
  margin-top: 1rem;
  padding: 1.1rem 1.25rem;
}

.hero-actions {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* Hero canvas — erst sichtbar wenn Visual geladen */
.hero-canvas-wrap:not(.is-viz-ready) .hero-stat {
  opacity: 0;
}

/* Hero wireframe canvas + floating stats */
.hero-art {
  position: relative;
  min-height: 300px;
  isolation: isolate;
}

@media (min-width: 960px) {
  .hero-art {
    min-height: 440px;
  }
}

.hero-canvas-wrap {
  position: relative;
  width: 100%;
  height: min(52vh, 440px);
  min-height: 300px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.92) 70%);
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.85), var(--shadow);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.hero-canvas-wrap.is-viz-ready {
  opacity: 1;
}

.hero-canvas-wrap--fallback::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: -20%;
  z-index: 0;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(142, 142, 147, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 142, 147, 0.42) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: perspective(520px) rotateX(52deg) rotateZ(-4deg);
  transform-origin: 50% 60%;
}

.hero-canvas-wrap--fallback::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 18% 22% 28%;
  z-index: 0;
  border: 1px solid rgba(99, 99, 102, 0.35);
  border-radius: 4px;
  box-shadow: none;
}

#wireCanvas {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hero-vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.75) 100%);
}

.hero-stat {
  position: absolute;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  padding: 0.38rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  animation: statBob 7s ease-in-out infinite;
}

.hero-stat--tl {
  top: 12%;
  left: 8%;
  animation-delay: 0s;
}
.hero-stat--tr {
  top: 18%;
  right: 10%;
  animation-delay: -2s;
}
.hero-stat--bl {
  bottom: 20%;
  left: 12%;
  animation-delay: -4s;
}
.hero-stat--br {
  bottom: 14%;
  right: 8%;
  animation-delay: -1s;
}

@keyframes statBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stat {
    animation: none;
  }
}

.viz-locked .hero-stat {
  animation: none;
}

/* —— Section WebGL shells (shared) —— */
.section-canvas-wrap {
  position: relative;
  width: 100%;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid var(--line);
  background: radial-gradient(ellipse at 50% 42%, rgba(0, 229, 255, 0.06), rgba(0, 0, 0, 0.88) 72%);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.82), var(--shadow);
  overflow: hidden;
}

.section-canvas-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.section-canvas-vignette {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, transparent 30%, rgba(0, 0, 0, 0.72) 100%);
}

.section-canvas-wrap--method {
  height: min(200px, 36vw);
  min-height: 160px;
  max-width: 400px;
}

/* Context: Text + Visual nebeneinander */
.context-lead-split {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 2.35rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .context-lead-split {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.42fr);
    gap: 2rem 2.25rem;
    align-items: center;
  }

  .context-lead-split__viz {
    justify-self: end;
    width: 100%;
    max-width: min(440px, 100%);
  }

  .psych-gaze-panel {
    min-height: 288px;
    max-height: 420px;
  }

  .psych-gaze-viz {
    min-height: 288px;
  }
}

.section-head--inline {
  margin-bottom: 0;
}

.context-lead-split__copy .section-title {
  max-width: none;
}

.context-visual-caption--inline {
  margin: 1.15rem 0 0;
  font-size: 0.94rem;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text-dim);
  text-align: left;
  max-width: 60ch;
}

.context-visual-caption--inline strong {
  color: var(--text);
  font-weight: 600;
}

.context-lead-split__viz {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: visible;
}

.context-viz-note {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
  line-height: 1.35;
}

/* Psych: glasige Blick-Zone */
.psych-gaze-panel {
  position: relative;
  width: 100%;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid hsl(0 0% 100% / 0.11);
  background: linear-gradient(
    145deg,
    hsl(210 22% 12% / 0.2) 0%,
    hsl(215 20% 8% / 0.16) 50%,
    hsl(200 18% 10% / 0.19) 100%
  );
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: visible;
  min-height: 252px;
}

.psych-gaze-viz {
  display: block;
  padding: 0.95rem 0.85rem 1.05rem;
  min-height: 268px;
}

@media (prefers-reduced-motion: reduce) {
  .psych-spotlight {
    transition: none !important;
  }

  .psych-term {
    transition: none !important;
  }
}

.psych-gaze-viz__page {
  position: relative;
  flex: 1;
  min-width: 0;
  --gx: 50%;
  --gy: 42%;
  display: flex;
  flex-direction: column;
  border-radius: 11px;
  border: 1px solid hsl(0 0% 100% / 0.1);
  background: linear-gradient(168deg, hsl(220 18% 10% / 0.26), hsl(215 18% 6% / 0.22));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.035);
  overflow: visible;
}

.psych-page-chrome {
  display: flex;
  gap: 5px;
  padding: 7px 10px;
  border-bottom: 1px solid hsl(0 0% 100% / 0.07);
  flex-shrink: 0;
}

.psych-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: hsl(0 0% 100% / 0.22);
}

.psych-page-body {
  position: relative;
  flex: 1;
  padding: 14px 12px 2.1rem;
  min-height: 198px;
  overflow: visible;
}

.psych-fake-layout {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  opacity: 0.22;
}

.psych-fake-bar {
  height: 9px;
  width: 52%;
  border-radius: 4px;
  background: linear-gradient(90deg, hsl(0 0% 100% / 0.16), hsl(0 0% 100% / 0.05));
}

.psych-fake-line {
  height: 5px;
  border-radius: 3px;
  background: hsl(0 0% 100% / 0.08);
}

.psych-fake-line--short {
  width: 78%;
}

.psych-fake-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 4px;
}

.psych-fake-grid span {
  height: 28px;
  border-radius: 4px;
  background: hsl(185 40% 40% / 0.08);
  border: 1px solid hsl(0 0% 100% / 0.06);
}

.psych-spotlight {
  display: none !important;
}

.psych-terms {
  position: absolute;
  inset: 6px 10px 10px 10px;
  pointer-events: none;
  z-index: 2;
}

.psych-term {
  position: absolute;
  transform: translate(-50%, 12px) scale(0.9);
  padding: 0.26rem 0.48rem;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: hsl(220 8% 58% / 0.92);
  background: hsl(220 16% 4% / 0.42);
  border: 1px solid hsl(0 0% 100% / 0.12);
  border-radius: 6px;
  opacity: 0;
  box-shadow: 0 6px 20px hsl(0 0% 0% / 0.25);
  white-space: normal;
  max-width: min(11.5rem, calc(100% - 0.75rem));
  text-align: center;
  line-height: 1.28;
  hyphens: auto;
  word-break: break-word;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    opacity 0.45s ease-out,
    transform 0.55s cubic-bezier(0.22, 1, 0.32, 1);
}

.psych-term.is-hot {
  opacity: 0.74;
  color: hsl(220 6% 68% / 0.82);
  border-color: hsl(185 70% 45% / 0.16);
  background: hsl(220 14% 5% / 0.34);
  transform: translate(-50%, 0) scale(1);
}

/* Security: Titel + Verschlüsselung daneben; Text darunter */
.security-title-band {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.35rem;
  align-items: start;
}

@media (min-width: 880px) {
  .security-title-band {
    grid-template-columns: minmax(0, 1fr) minmax(252px, 0.4fr);
    gap: 1.35rem 1.65rem;
    align-items: start;
  }

  .security-title-band__viz {
    justify-self: end;
    /** höher am Titel ausrichten */
    margin-top: -0.58rem;
    width: 100%;
    max-width: min(348px, 100%);
  }
}

.security-subtitle--inline {
  margin: 0;
  max-width: none;
  line-height: 1.18;
}

.security-lead-copy {
  margin-bottom: 1.75rem;
  padding: 1.35rem 1.45rem;
}

.security-lead-text {
  margin: 0 0 0.85rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--text);
}

.security-lead-caption {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.encryption-port--compact {
  margin: 0;
  padding: 0;
  width: 100%;
}

.encryption-port--compact .encryption-port__viewport {
  position: relative;
  min-height: 256px;
  height: 256px;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid hsl(0 0% 100% / 0.08);
  background: hsl(215 20% 10% / 0.09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 hsl(0 0% 100% / 0.028);
}

.encryption-port__label-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 0.25rem 0.35rem;
  align-items: end;
  margin-bottom: 0.35rem;
  padding: 0 0.12rem;
}

.encryption-port__label-slot {
  min-height: 1px;
}

.encryption-port__label {
  font-family: ui-monospace, "Cascadia Code", "SF Mono", Menlo, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0.48;
}

.encryption-port__label--cipher {
  text-align: center;
  color: hsl(185 72% 62% / 0.72);
}

.encryption-port__label--safe {
  text-align: left;
  color: hsl(48 85% 56% / 0.78);
  text-shadow: 0 0 10px hsl(48 100% 50% / 0.07);
}

.encryption-port__viewport canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* Method row */
.method-visual-row {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.75rem;
}

@media (min-width: 720px) {
  .method-visual-row {
    grid-template-columns: minmax(200px, 400px) 1fr;
    gap: 1.75rem;
  }
}

.method-chips-float {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}

.method-chips-float span {
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-dim);
  animation: chipDrift 6s ease-in-out infinite;
}

.method-chips-float span:nth-child(2) {
  animation-delay: -1.2s;
}
.method-chips-float span:nth-child(3) {
  animation-delay: -2.4s;
}
.method-chips-float span:nth-child(4) {
  animation-delay: -3.6s;
}

@keyframes chipDrift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .method-chips-float span {
    animation: none;
  }
}

/* Referenzen: leichte Partikel */
.refs-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 14% 38%, rgba(0, 229, 255, 0.12) 0, transparent 2.5rem),
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.06) 0, transparent 2rem),
    radial-gradient(circle at 72% 72%, rgba(0, 229, 255, 0.08) 0, transparent 3rem),
    radial-gradient(circle at 40% 18%, rgba(255, 255, 255, 0.04) 0, transparent 1.5rem);
  animation: refPulse 14s ease-in-out infinite alternate;
  opacity: 0.75;
}

@keyframes refPulse {
  from {
    opacity: 0.45;
    transform: scale(1);
  }
  to {
    opacity: 0.9;
    transform: scale(1.02);
  }
}

#refs .wrap {
  position: relative;
  z-index: 2;
}

/* Why: dezenter Neon-Pulse */
.split-aside--pulse {
  animation: asideGlow 6s ease-in-out infinite alternate;
}

@keyframes asideGlow {
  from {
    box-shadow: var(--shadow), 0 0 0 1px rgba(0, 229, 255, 0.12), 0 0 32px rgba(0, 229, 255, 0.05);
  }
  to {
    box-shadow: var(--shadow), 0 0 0 1px rgba(0, 229, 255, 0.28), 0 0 52px rgba(0, 229, 255, 0.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .split-aside--pulse {
    animation: none;
    box-shadow: var(--shadow), 0 0 0 1px rgba(0, 229, 255, 0.18);
  }
  .refs-particles {
    animation: none;
    opacity: 0.65;
  }
}

/* Kontakt: weicher Glow */
.contact-wrap--glow {
  position: relative;
}

.contact-wrap--glow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2rem;
  width: min(90%, 520px);
  height: 180px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0, 229, 255, 0.08), transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* Glass */
.glass-panel {
  background: var(--glass);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s var(--ease);
}

.glass-panel--soft {
  background: var(--glass-soft);
}

.glass-panel:hover {
  border-color: rgba(0, 229, 255, 0.28);
  box-shadow: 0 36px 110px -32px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 50px -12px var(--neon-soft);
}

/* Bento */
.bento {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  .bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .bento {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
  }
  .bento-card--wide {
    grid-column: span 2;
  }
}

.bento-card {
  padding: 1.35rem 1.4rem;
}

.bento-card h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.bento-card p {
  margin: 0;
  color: var(--text-dim);
  font-size: 0.98rem;
}

.bento-accent {
  border-color: rgba(0, 229, 255, 0.28);
  background: linear-gradient(155deg, rgba(0, 229, 255, 0.06), rgba(10, 10, 10, 0.72));
}

.bento .glass-panel {
  transition: transform 0.45s var(--ease), border-color 0.35s, box-shadow 0.35s;
}

.bento .glass-panel:hover {
  transform: translateY(-5px);
}

@media (prefers-reduced-motion: reduce) {
  .bento .glass-panel:hover {
    transform: none;
  }
}

/* Split */
.split {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 880px) {
  .split {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.prose-panel {
  padding: 1.5rem 1.6rem;
}

.lead-graf {
  font-size: 1.08rem;
  color: var(--text);
  margin-bottom: 1rem;
}

.split-aside h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
}

.pull-quote {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 1rem;
}

.split-aside {
  padding: 1.45rem 1.5rem;
}

/* Two column */
.two-col {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 800px) {
  .two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.card-pad {
  padding: 1.45rem 1.5rem;
}

.card-pad h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
}

.card-pad p {
  margin: 0 0 0.75rem;
}

.card-pad p:last-child {
  margin-bottom: 0;
}

/* Security: Profi-Check */
.pro-check {
  margin-top: 2.25rem;
  position: relative;
  overflow: hidden;
}

.pro-check::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(0, 229, 255, 0.04) 50%, transparent 60%);
  pointer-events: none;
  animation: proScan 10s ease-in-out infinite;
}

@keyframes proScan {
  0%,
  100% {
    opacity: 0.3;
    transform: translateX(-12%);
  }
  50% {
    opacity: 0.9;
    transform: translateX(12%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pro-check::before {
    animation: none;
    opacity: 0.35;
  }
}

.pro-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.pro-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 1rem + 0.6vw, 1.45rem);
  line-height: 1.25;
  color: #e5e5e5;
  max-width: 38ch;
}

.pro-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.pro-check-list li {
  margin: 0;
  padding: 0.85rem 0 0.85rem 1.1rem;
  border-left: 2px solid rgba(0, 229, 255, 0.35);
  color: var(--text-dim);
  font-size: 0.98rem;
}

.pro-check-list li strong {
  color: var(--text);
  font-weight: 600;
}

.pro-outro {
  margin: 1.35rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

/* Method grid */
.method-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 820px) {
  .method-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.card-highlight {
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06), rgba(8, 8, 8, 0.55));
  box-shadow: 0 0 40px -12px var(--neon-soft);
}

.closing-line {
  margin-top: 1.5rem;
}

.spoiler {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--font-display);
  color: #e5e5e5;
}

.partnership-panel {
  margin: 0;
  max-width: 68ch;
}

.about-card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.cred-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--text);
}

.cred-list li {
  margin-bottom: 0.45rem;
}

/* Contact */
.contact-section {
  padding-bottom: 5rem;
}

.contact-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 820px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}

.checklist {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-dim);
}

.checklist li {
  margin-bottom: 0.4rem;
}

/* Ref chips */
.ref-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.glass-chip {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.88rem;
  cursor: default;
  transition: background 0.25s, border-color 0.25s;
}

.glass-chip:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--line-strong);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-family: var(--font-display);
  font-size: 0.93rem;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.btn-primary {
  background: linear-gradient(135deg, #fafafa, #737373);
  color: #0a0a0a;
  box-shadow: 0 14px 48px -14px rgba(255, 255, 255, 0.22), 0 0 1px rgba(0, 229, 255, 0.45);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 60px -14px var(--neon-soft);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--line);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: rgba(0, 229, 255, 0.4);
  background: rgba(0, 229, 255, 0.06);
}

.btn.wide {
  width: 100%;
  margin-top: 1rem;
}

.accent-text {
  background: linear-gradient(90deg, #ffffff, #9ca3af);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.muted {
  color: var(--text-dim);
}

.small {
  font-size: 0.84rem;
}

/* Scroll-Reveal — ohne JS sichtbar; mit .reveal-boot erst nach .is-revealed */
[data-reveal]:not(.site-header):not(.site-footer) {
  opacity: 1;
  transform: none;
}

html.reveal-boot [data-reveal]:not(.site-header):not(.site-footer):not(.is-revealed) {
  opacity: 0;
  transform: translateY(36px) scale(0.992);
}

@keyframes sokoliReveal {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

html[data-reveal-init="1"] [data-reveal].is-revealed:not(.site-header):not(.site-footer) {
  animation: sokoliReveal 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--reveal-delay, 0) * 100ms);
  animation-iteration-count: 1;
}

[data-reveal-delay="1"] { --reveal-delay: 1; }
[data-reveal-delay="2"] { --reveal-delay: 2; }
[data-reveal-delay="3"] { --reveal-delay: 3; }
[data-reveal-delay="4"] { --reveal-delay: 4; }

.site-header[data-reveal] {
  opacity: 1;
  transform: translateX(-50%);
  transition: none;
}

.site-footer {
  transform: none !important;
  opacity: 1 !important;
}

.hero-title .hero-line {
  opacity: 1;
  transform: none;
  transition: none;
}

.section-title.kinetic-heading {
  font-family: var(--font-display);
  background: linear-gradient(
    105deg,
    #c8c8c8 0%,
    #e8e8e8 38%,
    #ffffff 48%,
    #00e5ff 52%,
    #c8c8c8 62%,
    #c8c8c8 100%
  );
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  .section-title.kinetic-heading {
    animation: titleShimmer 18s ease-in-out infinite alternate;
  }
}

@keyframes titleShimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-title.kinetic-heading {
    background: none;
    color: var(--text);
    -webkit-background-clip: border-box;
    background-clip: border-box;
  }
}

/* Footer */
.site-footer {
  width: min(calc(100% - 1.5rem), 1180px);
  margin: 0 auto 1.75rem;
  padding: 0.75rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: var(--text-dim);
  transform: none;
}

.footer-tag {
  color: var(--text-dim);
}

/* Hero — kompakt, ohne Typewriter */
.hero-tagline {
  margin: 0 0 1.35rem;
  max-width: 38ch;
  font-size: 1.05rem;
  line-height: 1.55;
}

.hero-punch em {
  font-style: normal;
  color: hsl(185 85% 62%);
}

/* Bento — 3 Karten */
.bento--three {
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .bento--three {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

/* Differenzierung */
.diff-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .diff-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

.diff-card {
  position: relative;
}

.diff-num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: hsl(185 70% 50% / 0.75);
  margin-bottom: 0.65rem;
}

.diff-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
}

.diff-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--text-dim);
}

/* Kontaktformular */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 560px) {
  .form-row--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.form-field input,
.form-field textarea {
  font: inherit;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none;
  color: var(--text);
  padding: 0.72rem 0.85rem;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid hsl(0 0% 100% / 0.12);
  background: hsl(220 16% 6% / 0.55);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: vertical;
  min-height: 0;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: hsl(220 8% 50% / 0.85);
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: hsl(185 70% 45% / 0.45);
  box-shadow: 0 0 0 3px hsl(185 70% 45% / 0.12);
}

.form-status {
  margin: 0;
  font-size: 0.9rem;
  min-height: 1.25em;
}

.form-status--ok {
  color: hsl(160 55% 58%);
}

.form-status--error {
  color: hsl(12 75% 62%);
}

.contact-aside h3 {
  margin-top: 0;
}

.contact-steps {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  line-height: 1.55;
  color: var(--text-dim);
}

.contact-steps li + li {
  margin-top: 0.55rem;
}

/* Kein smooth-scroll-Override — natives Scrollen */
html {
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

a {
  color: #d4d4d4;
}

a:hover {
  color: var(--neon);
}

/* Ripple handled in JS */

/* ═══════════════════════════════════════════════════════════
   PREMIUM LAYER — Glassmorphism, Hover, visuelle Vielfalt
   ═══════════════════════════════════════════════════════════ */

/* Animationen fixiert — kein Cursor-Parallax auf Container-Ebene */
.viz-locked {
  transform: none !important;
  pointer-events: none;
}

.viz-locked .hero-canvas-wrap,
.viz-locked .psych-gaze-panel {
  will-change: auto;
}

/* Stärkeres Glass + Rahmen */
.glass-frame {
  border: 1px solid var(--glass-border);
  background: linear-gradient(
    145deg,
    hsl(210 18% 12% / 0.55) 0%,
    hsl(215 16% 8% / 0.35) 100%
  );
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  box-shadow:
    inset 0 1px 0 var(--glass-highlight),
    inset 0 -1px 0 hsl(0 0% 0% / 0.25),
    0 24px 80px -24px hsl(0 0% 0% / 0.85);
}

/* Cursor-Spotlight auf interaktiven Glass-Karten */
.glass-hover {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.glass-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
    520px circle at var(--spot-x) var(--spot-y),
    hsl(185 100% 55% / 0.09),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
  z-index: 0;
}

.glass-hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    hsl(0 0% 100% / 0.22) 0%,
    hsl(0 0% 100% / 0.04) 40%,
    hsl(185 100% 50% / 0.18) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.35;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

.glass-hover:hover::before {
  opacity: 1;
}

.glass-hover:hover::after {
  opacity: 0.85;
}

.glass-hover:hover {
  border-color: hsl(185 70% 50% / 0.28);
  box-shadow:
    0 32px 100px -28px hsl(0 0% 0% / 0.92),
    0 0 0 1px hsl(0 0% 100% / 0.06),
    0 0 48px -8px hsl(185 100% 50% / 0.12);
  transform: translateY(-4px);
}

.glass-hover > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .glass-hover:hover {
    transform: none;
  }
}

/* Section-Kicker & Typo-Rhythmus */
.section-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: hsl(185 75% 55% / 0.88);
}

.section-title--wide {
  max-width: 18ch;
}

.section-intro--light {
  font-size: 1.08rem;
  line-height: 1.6;
}

.section-head--center {
  text-align: center;
  margin-bottom: 2.25rem;
}

.section-head--center .section-title,
.section-intro--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro--center {
  max-width: 52ch;
}

/* Hero Premium */
.hero--premium {
  position: relative;
}

.hero-glow {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 55%;
  height: 70%;
  background: radial-gradient(ellipse, hsl(185 100% 50% / 0.07), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hero--premium .hero-layout {
  position: relative;
  z-index: 1;
}

.hero-line--accent {
  background: linear-gradient(105deg, #fff 0%, #e5e5e5 40%, hsl(185 85% 62%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-tagline {
  margin: 1.1rem 0 1.35rem;
  max-width: 42ch;
  font-size: 1.06rem;
  line-height: 1.62;
  color: var(--text-dim);
}

.hero-metrics {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-metrics li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.7rem 1.05rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  min-width: 5.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.35s var(--ease);
}

.hero-metrics li:hover {
  border-color: rgba(0, 113, 227, 0.22);
  transform: translateY(-2px);
}

.hero-metrics strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: -0.02em;
}

.hero-metrics span {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3a3a3c;
  font-weight: 600;
}

/* Bento Premium — unterschiedliche Akzente */
.bento--premium {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .bento--premium {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.1rem;
  }

  .bento--premium .bento-card--hero {
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.bento--premium .bento-card {
  padding: 1.5rem 1.45rem;
  min-height: 100%;
}

.bento-icon {
  display: block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: hsl(185 70% 55% / 0.7);
  margin-bottom: 0.85rem;
}

.bento-card[data-accent="cyan"] {
  border-color: hsl(185 70% 50% / 0.2);
  background: linear-gradient(160deg, hsl(185 40% 14% / 0.35), hsl(220 16% 8% / 0.5));
}

.bento-card[data-accent="gold"] {
  border-color: hsl(48 80% 55% / 0.18);
  background: linear-gradient(160deg, hsl(45 30% 12% / 0.3), hsl(220 16% 8% / 0.5));
}

/* Referenzen — asymmetrisch */
.section--refs {
  padding-top: clamp(4rem, 8vw, 6rem);
}

.refs-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 880px) {
  .refs-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
    gap: 2.5rem;
  }
}

.ref-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.ref-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.98rem;
  color: var(--text);
  padding: 0.5rem 0;
  border-bottom: 1px solid hsl(0 0% 100% / 0.06);
}

.ref-list li:last-child {
  border-bottom: none;
}

.ref-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.28);
  flex-shrink: 0;
}

/* Strategie — Editorial Split */
.section--why {
  padding-bottom: clamp(4rem, 7vw, 5.5rem);
}

.split--editorial {
  margin-bottom: 2.5rem;
}

.prose-panel--editorial {
  border-left: 3px solid hsl(185 70% 50% / 0.45);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.split-aside--accent {
  background: linear-gradient(
    165deg,
    hsl(185 35% 12% / 0.55) 0%,
    hsl(220 16% 8% / 0.45) 100%
  );
  border-color: hsl(185 60% 45% / 0.25);
}

.aside-label {
  margin: 0 0 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: hsl(185 70% 55% / 0.8);
}

.pull-quote--large {
  font-size: clamp(1.15rem, 1rem + 0.5vw, 1.35rem);
  line-height: 1.38;
  margin: 0;
}

/* Design-Probe Grid */
.probe-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

@media (min-width: 600px) {
  .probe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .probe-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.probe-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid hsl(0 0% 100% / 0.07);
  background: hsl(0 0% 100% / 0.02);
  transition: border-color 0.3s, background 0.3s, transform 0.35s var(--ease);
}

.probe-item:hover {
  border-color: hsl(185 60% 50% / 0.25);
  background: hsl(185 30% 12% / 0.2);
  transform: translateY(-2px);
}

.probe-item strong {
  font-size: 0.92rem;
  color: var(--text);
}

.probe-item span {
  font-size: 0.84rem;
  color: var(--text-dim);
  line-height: 1.4;
}

/* Differenzierung — Featured Card */
.section--diff .section-head--center {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.diff-card--featured {
  border-color: hsl(185 65% 48% / 0.32);
  background: linear-gradient(
    155deg,
    hsl(185 35% 14% / 0.45) 0%,
    hsl(220 16% 8% / 0.55) 100%
  );
}

@media (min-width: 768px) {
  .diff-card--featured {
    grid-column: span 1;
  }
}

/* Method & Process */
.section--method .section-title {
  margin-bottom: 2rem;
}

.method-grid--premium {
  margin-bottom: 1.5rem;
}

.method-card--highlight {
  border-color: hsl(0 0% 100% / 0.2);
  background: linear-gradient(
    165deg,
    hsl(0 0% 100% / 0.07) 0%,
    hsl(220 16% 8% / 0.5) 100%
  );
  box-shadow: 0 0 60px -16px hsl(185 100% 50% / 0.15);
}

.process-strip {
  margin-top: 0.5rem;
}

.process-strip__label {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.process-steps {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.25rem;
  }
}

@media (min-width: 960px) {
  .process-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.process-steps li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.94rem;
  color: var(--text-dim);
  padding: 0.55rem 0;
}

.process-steps li span {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: hsl(185 70% 55% / 0.75);
  min-width: 1.75rem;
}

.process-strip__note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid hsl(0 0% 100% / 0.07);
  font-size: 0.92rem;
}

/* About Split */
.about-split {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 820px) {
  .about-split {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    gap: 2.5rem;
  }
}

.cred-list--premium {
  list-style: none;
  padding: 0;
  margin: 0 0 1.15rem;
}

.cred-list--premium li {
  padding: 0.55rem 0;
  border-bottom: 1px solid hsl(0 0% 100% / 0.06);
  font-size: 0.96rem;
}

.cred-list--premium li:last-child {
  border-bottom: none;
}

.about-tagline {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--text-dim);
}

/* Contact Premium */
.section--contact {
  position: relative;
}

.contact-aside--premium h3 {
  margin-top: 0;
}

.contact-trust {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid hsl(0 0% 100% / 0.08);
}

.contact-trust span {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: hsl(160 45% 58% / 0.9);
}

.contact-trust span::before {
  content: "✓ ";
  opacity: 0.7;
}

/* Buttons — Premium Hover */
.btn-primary {
  transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px -8px hsl(185 100% 50% / 0.35);
}

.btn-ghost {
  transition: border-color 0.3s, background 0.3s, transform 0.35s var(--ease);
}

.btn-ghost:hover {
  border-color: hsl(0 0% 100% / 0.28);
  background: hsl(0 0% 100% / 0.05);
  transform: translateY(-1px);
}

/* Nav Links Hover — Light theme */
.nav a:not(.nav-cta) {
  transition: color 0.25s, background 0.25s;
}

.nav a:not(.nav-cta):hover,
.nav a:not(.nav-cta):focus-visible {
  color: #1d1d1f;
  background: rgba(0, 0, 0, 0.07);
}

.nav-cta {
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -6px rgba(0, 113, 227, 0.22);
}

/* Section-Abwechslung */
.section--context {
  border-top: 1px solid hsl(0 0% 100% / 0.04);
}

.section-alt {
  background: linear-gradient(
    180deg,
    transparent 0%,
    hsl(185 30% 8% / 0.12) 50%,
    transparent 100%
  );
}

html {
  scroll-behavior: auto;
}

