/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   PAIN & RAGE SYNDICATE — Stylesheet v7.3 CLEAN
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ─── TOKENS ─────────────────────────────────────────── */
:root {
  --pu:   #b85cff;
  --pu-d: #4c2377;
  --gd:   #d69a4a;
  --gd-d: #6b431c;
  --bl:   #4fa7ff;
  --gn:   #46d88b;

  --tx:   #f4f1ff;
  --mu:   #cfc5df;
  --di:   #81758f;

  --glass-0: rgba(9, 8, 14, .88);
  --glass-1: rgba(17, 14, 26, .82);
  --glass-2: rgba(31, 25, 43, .72);
  --glass-edge: rgba(255,255,255,.20);
  --glass-line: rgba(255,255,255,.08);
  --shadow-deep: rgba(0,0,0,.88);

  --pnl-bg:    rgba(15, 12, 23, .88);
  --pnl-bg-lt: rgba(22, 18, 32, .82);
  --pnl-edge:  rgba(255,255,255,.16);

  --mono: 'Share Tech Mono', monospace;
  --head: 'Orbitron', sans-serif;
  --body: 'Rajdhani', sans-serif;

  --clip:   polygon(14px 0,calc(100% - 14px) 0,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0 calc(100% - 14px),0 14px);
  --clip-s: polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px);
}

/* ─── RESET ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { display: block; max-width: 100%; }

/* ─── BASE ───────────────────────────────────────────── */
body {
  font-family: var(--body);
  color: var(--tx);
  min-height: 100vh;
  overflow-x: hidden;
  background-image:
    linear-gradient(180deg, rgba(2,2,6,.26), rgba(2,2,6,.78)),
    radial-gradient(circle at 18% 12%, rgba(184,75,216,.18), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(216,132,53,.16), transparent 32%),
    url('assets/img/bg-steel.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #07050d;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 42px 42px;
  mix-blend-mode: overlay;
}
body > :not(#cursor-glow) { position: relative; z-index: 1; }

/* ─── PANEL SYSTEM ───────────────────────────────────── */
.pnl {
  position: relative;
  clip-path: var(--clip);
  padding: 2px;
  background:
    linear-gradient(115deg,
      rgba(255,255,255,.30) 0%,
      rgba(184,92,255,.82) 16%,
      rgba(214,154,74,.62) 43%,
      rgba(79,167,255,.40) 68%,
      rgba(255,255,255,.18) 100%);
  filter:
    drop-shadow(0 30px 60px rgba(0,0,0,.90))
    drop-shadow(0 12px 20px rgba(0,0,0,.72))
    drop-shadow(0 0 22px rgba(184,92,255,.13));
  overflow: hidden;
  isolation: isolate;
  animation: pnl-breathe 9.5s ease-in-out infinite;
}
.proj-row:nth-of-type(2n) .pnl,
.dl-section .pnl:nth-child(2n) { animation-delay: -3.3s; }
.proj-row:nth-of-type(3n) .pnl,
.dl-section .pnl:nth-child(3n) { animation-delay: -6.1s; }
@keyframes pnl-breathe {
  0%, 100% { filter: drop-shadow(0 30px 60px rgba(0,0,0,.90)) drop-shadow(0 12px 20px rgba(0,0,0,.72)) drop-shadow(0 0 18px rgba(184,92,255,.10)); }
  48%       { filter: drop-shadow(0 34px 68px rgba(0,0,0,.93)) drop-shadow(0 14px 24px rgba(0,0,0,.76)) drop-shadow(0 0 28px rgba(214,154,74,.13)); }
}

.pnl::before {
  content: '';
  position: absolute; inset: 2px;
  clip-path: var(--clip);
  pointer-events: none; z-index: 3;
  background:
    linear-gradient(135deg, rgba(255,255,255,.26), transparent 18% 76%, rgba(255,255,255,.08)),
    linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
  mix-blend-mode: screen; opacity: .58;
}
.pnl::after {
  content: '';
  position: absolute; top: -35%; bottom: -35%; left: -70%; width: 44%;
  pointer-events: none; z-index: 4;
  background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.18) 48%, transparent 100%);
  transform: rotate(9deg);
  animation: glass-sweep 8s ease-in-out infinite; opacity: .45;
}
@keyframes glass-sweep {
  0%, 60%, 100% { transform: translateX(0) rotate(9deg); opacity: 0; }
  72%  { opacity: .42; }
  86%  { transform: translateX(420%) rotate(9deg); opacity: .18; }
}

.pnl-gd {
  background: linear-gradient(115deg,
    rgba(255,255,255,.28) 0%, rgba(214,154,74,.82) 18%,
    rgba(184,92,255,.56) 50%, rgba(214,154,74,.54) 82%, rgba(255,255,255,.14) 100%);
}
.pnl-bl {
  background: linear-gradient(115deg,
    rgba(255,255,255,.25) 0%, rgba(79,167,255,.78) 18%,
    rgba(184,92,255,.58) 52%, rgba(214,154,74,.44) 86%, rgba(255,255,255,.12) 100%);
}

.pnl-in {
  position: relative;
  clip-path: var(--clip);
  background:
    linear-gradient(155deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.055) 14%, transparent 38%),
    radial-gradient(ellipse at 18% 0%, rgba(184,92,255,.18), transparent 44%),
    radial-gradient(ellipse at 95% 15%, rgba(214,154,74,.12), transparent 48%),
    linear-gradient(180deg, rgba(28,23,39,.86), rgba(9,8,14,.93));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26), inset 0 -1px 0 rgba(0,0,0,.75),
    inset 16px 0 42px rgba(184,92,255,.05), inset -18px 0 46px rgba(214,154,74,.04);
  backdrop-filter: blur(2px) saturate(1.18);
  -webkit-backdrop-filter: blur(2px) saturate(1.18);
  height: 100%; overflow: hidden;
}
.pnl-in::before, .pnl-in-lt::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background:
    linear-gradient(100deg, rgba(255,255,255,.11), transparent 18% 70%, rgba(255,255,255,.045)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.026) 0 1px, transparent 1px 18px);
  opacity: .38;
}
/* Glass reflex overlay */
.pnl-in::after, .pnl-in-lt::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255,255,255,.16), transparent 16% 72%, rgba(255,255,255,.055)),
    linear-gradient(180deg, rgba(255,255,255,.075), transparent 34%),
    radial-gradient(ellipse at 20% 0%, rgba(184,92,255,.10), transparent 46%),
    radial-gradient(ellipse at 90% 20%, rgba(214,154,74,.08), transparent 50%);
  mix-blend-mode: screen; opacity: .62;
}
.pnl-in > *, .pnl-in-lt > * { position: relative; z-index: 2; }

.pnl-in-lt {
  position: relative;
  clip-path: var(--clip);
  background:
    linear-gradient(155deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.04) 18%, transparent 44%),
    radial-gradient(ellipse at 12% 6%, rgba(184,92,255,.14), transparent 44%),
    linear-gradient(180deg, rgba(25,21,35,.84), rgba(8,7,12,.92));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.78),
    inset 0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter: blur(1.5px) saturate(1.16);
  -webkit-backdrop-filter: blur(1.5px) saturate(1.16);
  height: 100%; overflow: hidden;
}

.proj-row .pnl, .dl-section .pnl {
  transform-style: preserve-3d;
  transition: transform .25s ease, filter .25s ease;
}
.proj-row .pnl:hover {
  transform: translateY(-5px) scale(1.005);
  filter:
    drop-shadow(0 36px 70px rgba(0,0,0,.93))
    drop-shadow(0 14px 24px rgba(0,0,0,.78))
    drop-shadow(0 0 30px rgba(184,92,255,.18));
}
.dl-section .pnl:hover { transform: translateY(-4px) scale(1.004); }

/* ─── CURSOR GLOW ────────────────────────────────────── */
#cursor-glow {
  pointer-events: none;
  position: fixed; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(192,96,208,.09) 0%, transparent 65%);
  transform: translate(-50%, -50%);
  z-index: 0; transition: opacity .3s ease; mix-blend-mode: screen;
}

/* ─── NAVBAR ─────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 56px;
  background: linear-gradient(180deg, rgba(30,25,40,.88), rgba(7,6,11,.82));
  backdrop-filter: blur(8px) saturate(1.25);
  -webkit-backdrop-filter: blur(8px) saturate(1.25);
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 36px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.18);
  display: flex; align-items: center;
  padding: 0 28px; gap: 12px;
}
.nav-brand { display: flex; align-items: center; gap: 9px; margin-right: auto; }
.nav-brand img { width: 26px; height: 26px; filter: drop-shadow(0 0 8px var(--pu)); }
.nav-brand-txt {
  font-family: var(--head); font-weight: 700; font-size: 1rem;
  background: linear-gradient(90deg, var(--pu), var(--gd));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  white-space: nowrap;
}
.nav-links { display: flex; gap: 6px; }
.nav-links a {
  padding: 5px 16px;
  font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--mu); border-radius: 100px; border: 1px solid transparent;
  transition: all .14s;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.34);
}
.nav-links a:hover, .nav-links a.on {
  color: var(--tx); border-color: rgba(192,96,208,.4); background: rgba(192,96,208,.14);
}
.nav-links a.cta {
  color: var(--gd); border-color: rgba(200,128,64,.35); background: rgba(200,128,64,.1); border-radius: 100px;
}
.nav-links a.cta:hover { background: var(--gd); color: #fff; }

/* ─── AUDIO CONTROLS ─────────────────────────────────── */
.audio-ctl {
  display: flex; align-items: center; gap: 5px;
  margin-left: 12px; padding: 4px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), transparent 42%), rgba(8,7,12,.64);
  border: 1px solid rgba(214,154,74,.18);
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.14), 0 0 18px rgba(184,92,255,.07);
}
.audio-tag {
  display: inline-flex; align-items: center; height: 25px; padding: 0 10px;
  font-family: var(--mono); font-size: .54rem; letter-spacing: .12em;
  color: rgba(207,197,223,.82); white-space: nowrap;
}
.audio-status {
  height: 25px; display: inline-flex; align-items: center; padding: 0 9px;
  border-radius: 999px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.08);
  font-family: var(--mono); font-size: .50rem; letter-spacing: .10em;
  color: rgba(207,197,223,.74); white-space: nowrap;
}
body.audio-playing:not(.audio-muted) .audio-status {
  color: rgba(214,154,74,.95); border-color: rgba(214,154,74,.36);
  box-shadow: 0 0 14px rgba(214,154,74,.16);
}
body.audio-muted .audio-status {
  color: rgba(214,154,74,.92); border-color: rgba(214,154,74,.32);
}
.aud-btn {
  height: 25px; min-width: 28px; padding: 0 8px;
  border: 1px solid rgba(255,255,255,.13); border-radius: 999px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), transparent 46%), rgba(15,12,23,.74);
  color: rgba(244,241,255,.84); font-family: var(--mono); font-size: .58rem;
  letter-spacing: .05em; cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 8px 16px rgba(0,0,0,.28);
  transition: transform .15s ease, color .15s ease, border-color .15s ease, background .15s ease;
}
.aud-btn:hover, body.audio-playing #aud-play, body.audio-muted #aud-mute {
  color: #fff; border-color: rgba(214,154,74,.58);
  background: linear-gradient(145deg, rgba(255,255,255,.18), transparent 44%), rgba(96,55,24,.72);
}
.aud-btn:active { transform: translateY(1px) scale(.98); }

/* ─── HERO ───────────────────────────────────────────── */
.hero {
  min-height: 64vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 46% 54% at 50% 44%, rgba(13,10,20,.54) 0%, transparent 72%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.18));
  pointer-events: none;
}

/* ─── WARP CORE CANVAS ───────────────────────────────── */
.logo-particles {
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: calc(.64 + (var(--logo-pulse, 0) * .70));
  filter: saturate(1.52) contrast(1.28) brightness(1.10);
}

/* ─── HERO LOGO WRAP + TITLE ─────────────────────────── */
.hero-title-logo-wrap {
  --logo-bass:  0;
  --logo-mid:   0;
  --logo-high:  0;
  --logo-pulse: 0;
  position: relative; z-index: 3;
  display: inline-flex; flex-direction: column; align-items: center;
  overflow: visible;
  isolation: isolate;
  filter:
    drop-shadow(0 24px 34px rgba(0,0,0,.72))
    drop-shadow(0 0 22px rgba(184,92,255,.12));
}
/* Kill old pseudo layers — these were versioned out in v7.3 */
.hero-title-logo-wrap::before,
.hero-title-logo-wrap::after { content: none; display: none; }

.hero-title-logo {
  position: relative; z-index: 4;
  width: min(540px, 78vw);
  margin: 0 auto 20px;
  animation: hero-float 6s ease-in-out infinite;
  transform:
    translateY(calc(var(--logo-bass) * -8.0px))
    scale(calc(1 + (var(--logo-pulse) * .085)))
    rotateX(calc(var(--logo-mid) * .35deg));
  filter:
    brightness(calc(1.06 + (var(--logo-mid) * .14)))
    contrast(calc(1.14 + (var(--logo-high) * .12)))
    saturate(calc(1.22 + (var(--logo-high) * .22)))
    drop-shadow(0 22px 30px rgba(0,0,0,.80))
    drop-shadow(0 0 calc(18px + (var(--logo-mid) * 28px)) rgba(255,126,58,.48))
    drop-shadow(0 0 calc(20px + (var(--logo-bass) * 30px)) rgba(184,92,255,.40));
  transition: transform .07s linear, filter .07s linear;
}
@keyframes hero-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

.hero-sub {
  position: relative; z-index: 3;
  font-family: var(--mono); font-size: .65rem; letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(207,197,223,.78);
  text-shadow: 0 2px 10px rgba(0,0,0,.70);
  margin-bottom: 24px;
}
.hero-btns {
  position: relative; z-index: 3;
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
}
.hero-scroll {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: .52rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--di); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  animation: bob 2.5s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
.hero-scroll::after {
  content: ''; display: block; width: 2px; height: 20px;
  background: linear-gradient(180deg, var(--pu), var(--gd)); border-radius: 1px;
  animation: scan-line 2s ease-in-out infinite;
}
@keyframes scan-line {
  0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
  40%  { opacity: 1; transform: scaleY(1); }
  100% { opacity: 0; transform: scaleY(0) translateY(20px); transform-origin: bottom; }
}

/* ─── HERO STATUS CONSOLE ────────────────────────────── */
.hero-status-console {
  position: relative; z-index: 3;
  width: min(760px, calc(100vw - 42px));
  margin: -6px auto 22px;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px; padding: 7px;
  clip-path: var(--clip-s);
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), transparent 42%), rgba(7,6,11,.60);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 22px 44px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.16);
}
.hero-status-console::before {
  content: '';
  position: absolute; inset: 1px; clip-path: var(--clip-s); pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 26px),
    linear-gradient(90deg, rgba(184,92,255,.12), transparent 40%, rgba(214,154,74,.10));
  opacity: .55;
}
.status-line {
  position: relative; z-index: 1;
  min-height: 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 0 10px; border-radius: 999px;
  background: linear-gradient(145deg, rgba(255,255,255,.105), transparent 40%), rgba(11,9,16,.64);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.13), 0 10px 18px rgba(0,0,0,.30);
}
.status-line span, .status-line b { font-family: var(--mono); font-size: .54rem; letter-spacing: .09em; white-space: nowrap; }
.status-line span { color: rgba(207,197,223,.78); }
.status-line b { color: rgba(70,216,139,.88); text-shadow: 0 0 10px rgba(70,216,139,.28); }
.status-line.off b { color: rgba(214,154,74,.86); text-shadow: 0 0 10px rgba(214,154,74,.22); }

/* ─── BUTTONS ────────────────────────────────────────── */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 22px; height: 44px;
  font-family: var(--mono); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase;
  clip-path: var(--clip-s); border: 1px solid; cursor: pointer; transition: all .16s;
  box-shadow: 0 12px 24px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.18);
  overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 1px; clip-path: var(--clip-s);
  background: linear-gradient(145deg, rgba(255,255,255,.17), transparent 38% 72%, rgba(255,255,255,.05));
  pointer-events: none;
}
.btn-pu { background: rgba(192,96,208,.14); border-color: rgba(192,96,208,.5); color: var(--pu); }
.btn-pu:hover { background: var(--pu); color: #fff; box-shadow: 0 0 26px rgba(192,96,208,.5); }
.btn-gd { background: rgba(200,128,64,.12); border-color: rgba(200,128,64,.48); color: var(--gd); }
.btn-gd:hover { background: var(--gd); color: #fff; box-shadow: 0 0 26px rgba(200,128,64,.45); }
.btn-bl { background: rgba(64,144,224,.1); border-color: rgba(64,144,224,.4); color: var(--bl); }
.btn-bl:hover { background: var(--bl); color: #fff; box-shadow: 0 0 26px rgba(64,144,224,.4); }

/* ─── SECTION DIVIDERS ───────────────────────────────── */
.sec-divider {
  display: flex; align-items: center; gap: 0;
  max-width: 1400px; margin: 0 auto;
  padding: 12px 32px 14px;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.54));
}
.sec-divider::before {
  content: ''; display: block; width: 48px; height: 28px;
  background: linear-gradient(180deg, rgba(214,154,74,.96), rgba(125,73,32,.96));
  border-radius: 14px 0 0 14px; flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), inset 0 -2px 4px rgba(0,0,0,.32), 0 10px 22px rgba(0,0,0,.42);
}
.sec-line-l {
  height: 28px; flex: 0 0 12px;
  background: linear-gradient(180deg, rgba(184,92,255,.88), rgba(87,42,126,.88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), inset 0 -2px 4px rgba(0,0,0,.32);
}
.sec-label-txt {
  height: 28px; display: flex; align-items: center; padding: 0 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), transparent 42%), rgba(13,11,20,.72);
  border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12);
  font-family: var(--mono); font-size: .6rem; letter-spacing: .16em;
  text-transform: uppercase; color: rgba(244,241,255,.76); white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), inset 0 -2px 4px rgba(0,0,0,.32), 0 10px 22px rgba(0,0,0,.42);
}
.sec-line-r {
  flex: 1; height: 6px;
  background: linear-gradient(90deg, rgba(184,92,255,.68), rgba(214,154,74,.32), transparent);
  margin-top: 12px; align-self: flex-end; border-radius: 0 2px 2px 0;
  box-shadow: 0 8px 20px rgba(0,0,0,.38);
}
.sec-divider::after {
  content: ''; display: block; width: 24px; height: 28px;
  background: var(--gd); border-radius: 0 6px 6px 0;
  flex-shrink: 0; margin-left: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 10px 22px rgba(0,0,0,.42);
}

/* ─── PROJEKT ROWS ───────────────────────────────────── */
.projects { padding: 16px 0 32px; }
.proj-row {
  max-width: 1400px; margin: 0 auto 20px;
  padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; align-items: start;
}
.proj-row.rev { direction: rtl; }
.proj-row.rev > * { direction: ltr; }

.proj-info {
  padding: 26px 26px 22px;
  display: flex; flex-direction: column;
  position: relative;
}
/* Status dot top-right corner */
.proj-info::before {
  content: '';
  position: absolute; top: 14px; right: 16px;
  width: 9px; height: 9px; border-radius: 50%;
  background: rgba(70,216,139,.86);
  box-shadow: 0 0 12px rgba(70,216,139,.46), 0 0 0 4px rgba(70,216,139,.08);
}
.bl .proj-info::before {
  background: rgba(214,154,74,.88);
  box-shadow: 0 0 12px rgba(214,154,74,.42), 0 0 0 4px rgba(214,154,74,.08);
}

.proj-num {
  font-family: var(--mono); font-size: .55rem; letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(207,197,223,.86);
  text-shadow: 0 1px 0 rgba(0,0,0,.75);
  display: flex; align-items: center; gap: 0; margin-bottom: 10px;
}
.proj-num::before {
  content: ''; width: 28px; height: 18px;
  border-radius: 9px 0 0 9px; flex-shrink: 0; margin-right: 8px;
}
.proj-num::after {
  content: ''; flex: 1; height: 2px;
  border-radius: 0 1px 1px 0; margin-left: 8px; opacity: .4;
}
.pu .proj-num::before { background: var(--pu); }
.pu .proj-num::after  { background: var(--pu); }
.gd .proj-num::before { background: var(--gd); }
.gd .proj-num::after  { background: var(--gd); }
.bl .proj-num::before { background: var(--bl); }
.bl .proj-num::after  { background: var(--bl); }

.proj-title {
  font-family: var(--head); font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 4rem);
  text-transform: uppercase; line-height: .9; margin-bottom: 5px;
  letter-spacing: .035em;
  text-shadow: 0 2px 0 rgba(0,0,0,.70), 0 0 18px currentColor;
}
.col-pu { color: var(--pu); }
.col-gd { color: var(--gd); }
.col-bl { color: var(--bl); }

.proj-subtitle {
  font-family: var(--body); font-size: .52rem; letter-spacing: .1em;
  color: var(--di); margin-bottom: 12px; text-transform: uppercase;
}
.chips { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px; }
.chip {
  padding: 3px 10px; font-family: var(--mono); font-size: .48rem;
  letter-spacing: .1em; text-transform: uppercase; border: 1px solid;
  border-radius: 100px;
  background: linear-gradient(145deg, rgba(255,255,255,.10), transparent 48%), rgba(10,8,15,.56);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.34);
}
.c-pu  { color:#f2b8ff; border-color:rgba(184,75,216,.65); }
.c-gd  { color:#ffd0a0; border-color:rgba(216,132,53,.65); }
.c-gn  { color:#a8ffc5; border-color:rgba(54,198,108,.55); }
.c-bl  { color:#b7dbff; border-color:rgba(47,134,216,.55); }
.c-off { color:var(--di); border-color:rgba(255,255,255,.14); }
.c-win { color:#70b0f8;  border-color:rgba(112,176,248,.28); }

.proj-desc {
  font-family: var(--body); font-size: .9rem;
  color: rgba(244,241,255,.88);
  line-height: 1.55; margin-bottom: 14px; letter-spacing: .015em;
}
.proj-features { display: grid; gap: 0; margin-bottom: 20px; flex: 1; }
.proj-features li {
  display: flex; align-items: baseline; gap: 8px;
  font-family: var(--mono); font-size: .63rem; color: var(--mu);
  padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.075);
}
.pu .proj-features li::before { content:'›'; color:var(--pu); font-size:.9rem; }
.gd .proj-features li::before { content:'›'; color:var(--gd); font-size:.9rem; }
.bl .proj-features li::before { content:'›'; color:var(--bl); font-size:.9rem; }
.proj-features code { color: var(--gd); font-family: var(--mono); }

.proj-action { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.dl-btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 20px; height: 40px;
  font-family: var(--mono); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase;
  clip-path: var(--clip-s); border: 1px solid; cursor: pointer; transition: all .15s;
  box-shadow: 0 14px 28px rgba(0,0,0,.44), inset 0 1px 0 rgba(255,255,255,.18);
}
.dl-btn::before {
  content: ''; position: absolute; inset: 1px; pointer-events: none;
  clip-path: var(--clip-s);
  background: linear-gradient(145deg, rgba(255,255,255,.16), transparent 46%);
}
.dl-pu  { background:rgba(192,96,208,.14); border-color:rgba(192,96,208,.45); color:var(--pu); }
.dl-pu:hover  { background:var(--pu); color:#fff; box-shadow:0 0 22px rgba(192,96,208,.45); }
.dl-gd  { background:rgba(200,128,64,.14); border-color:rgba(200,128,64,.45); color:var(--gd); }
.dl-gd:hover  { background:var(--gd); color:#fff; box-shadow:0 0 22px rgba(200,128,64,.45); }
.dl-dim { background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.14); color:var(--di); cursor:default; }
.dl-meta { font-family:var(--mono); font-size:.57rem; color:var(--di); }

/* ─── SCREENSHOTS ────────────────────────────────────── */
.proj-screens { overflow: hidden; }
.scr {
  position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.035) 22%, rgba(0,0,0,.18)),
    rgba(6,5,9,.70);
  box-shadow:
    0 24px 42px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 0 0 1px rgba(255,255,255,.08);
}
/* Subtle corner bracket */
.scr::before {
  content: ''; position: absolute; inset: 9px; z-index: 3; pointer-events: none;
  border: 1px solid rgba(255,255,255,.08);
  clip-path: polygon(0 0,32px 0,32px 2px,2px 2px,2px 32px,0 32px,0 0,
                     calc(100% - 32px) 0,100% 0,100% 32px,calc(100% - 2px) 32px,calc(100% - 2px) 2px,calc(100% - 32px) 2px,
                     calc(100% - 32px) 100%,100% 100%,100% calc(100% - 32px),calc(100% - 2px) calc(100% - 32px),calc(100% - 2px) calc(100% - 2px),calc(100% - 32px) calc(100% - 2px),
                     0 calc(100% - 32px),0 100%,32px 100%,32px calc(100% - 2px),2px calc(100% - 2px),2px calc(100% - 32px));
  opacity: .75;
}
.scr::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.18), transparent 22% 72%, rgba(255,255,255,.05)),
    linear-gradient(180deg, rgba(255,255,255,.08), transparent 34%);
  opacity: .55; mix-blend-mode: screen;
}
.scr a { display: block; cursor: zoom-in; }
.scr img {
  width: 100%; display: block; object-fit: cover;
  filter: contrast(1.04) saturate(1.04) brightness(.96);
  transition: transform .28s ease, filter .28s ease;
}
.scr:hover img { transform: scale(1.018); filter: contrast(1.08) saturate(1.08) brightness(1.02); }
.scr-1 img { aspect-ratio: 16/9; }
.scr-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.scr-2 .scr { border-right: 1px solid rgba(255,255,255,.06); }
.scr-2 .scr:last-child { border-right: none; }
.scr-2 .scr img { aspect-ratio: 16/10; }
.scr-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.scr-3 .scr { border-right: 1px solid rgba(255,255,255,.06); }
.scr-3 .scr:last-child { border-right: none; }
.scr-3 .scr img { aspect-ratio: 4/3; }

/* ─── DOWNLOADS ──────────────────────────────────────── */
.dl-section {
  max-width: 1400px; margin: 0 auto 32px;
  padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.dl-card {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px; cursor: pointer; transition: all .15s; text-decoration: none;
  text-shadow: 0 1px 0 rgba(0,0,0,.72);
}
.dl-card:hover { filter: brightness(1.12); transform: translateY(-2px); }
.dl-card.dis { opacity: .35; cursor: not-allowed; pointer-events: none; transform: none; filter: none; }
.dl-ico {
  width: 48px; height: 48px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 10px 18px rgba(0,0,0,.36);
  clip-path: var(--clip-s);
}
.dl-info { flex: 1; min-width: 0; }
.dl-name { font-family: var(--head); font-weight: 700; font-size: 1.4rem; text-transform: uppercase; line-height: 1; margin-bottom: 3px; }
.dl-desc { font-family: var(--mono); font-size: .57rem; color: var(--di); }
.dl-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px 4px 10px;
  font-family: var(--mono); font-size: .53rem; letter-spacing: .1em;
  border-radius: 100px; border: 1px solid; white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 18px rgba(0,0,0,.34);
}
.st-r { color: var(--gn); border-color: rgba(64,208,112,.38); background: rgba(64,208,112,.1); }
.st-r::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--gn); flex-shrink: 0;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
.st-p { color: var(--di); border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); }

/* ─── TERMINAL + TEAM ────────────────────────────────── */
.bottom-section {
  max-width: 1400px; margin: 0 auto 50px;
  padding: 0 32px;
  display: grid; grid-template-columns: 1fr 380px; gap: 14px;
}
.term-chrome {
  display: flex; align-items: stretch; gap: 0;
  background: rgba(0,0,0,.72); border-bottom: 1px solid rgba(192,96,208,.25);
  overflow: hidden; height: 34px;
}
.tc-pill { width: 40px; background: var(--pu); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.tc-pill::after { content: '◈'; color: rgba(0,0,0,.4); font-size: .75rem; }
.tc-title { flex: 1; display: flex; align-items: center; padding: 0 12px; font-family: var(--mono); font-size: .57rem; letter-spacing: .14em; text-transform: uppercase; color: var(--mu); }
.tc-segs { display: flex; align-items: stretch; gap: 2px; padding: 6px 10px; }
.tc-seg { width: 14px; border-radius: 3px; transition: opacity .12s; cursor: default; }
.tc-seg:hover { opacity: .6 !important; }
.tc-seg-r { background: var(--pu); opacity: .7; }
.tc-seg-g { background: var(--gn); opacity: .6; }
.tc-seg-b { background: var(--bl); opacity: .5; }
#term-out {
  padding: 14px 16px; font-family: var(--mono); font-size: .7rem; line-height: 1.75;
  background: #020108; min-height: 220px; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), inset 0 0 34px rgba(184,75,216,.08);
}
.t-pr{color:var(--pu);} .t-cm{color:var(--tx);} .t-di{color:var(--di);}
.t-pu{color:var(--pu);} .t-gd{color:var(--gd);} .t-bl{color:var(--bl);}
.t-gn{color:var(--gn);} .t-tx{color:var(--tx);}
.cur { display:inline-block; width:7px; height:.85em; background:var(--gn); vertical-align:text-bottom; animation:blink .85s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.team-info { padding: 26px 24px; }
.team-label { font-family: var(--mono); font-size: .55rem; letter-spacing: .2em; text-transform: uppercase; color: var(--di); margin-bottom: 18px; }
.team-members { display: flex; flex-direction: column; gap: 16px; }
.member { display: flex; align-items: center; gap: 14px; }
.member-ico { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; background: rgba(255,255,255,.07); clip-path: var(--clip-s); }
.member-name { font-family: var(--head); font-weight: 700; font-size: 1.4rem; text-transform: uppercase; line-height: 1; }
.member-role { font-family: var(--mono); font-size: .55rem; color: var(--di); margin-top: 2px; letter-spacing: .06em; }
.team-twitch {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; padding: 8px 16px;
  font-family: var(--mono); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gd); border: 1px solid rgba(200,128,64,.35); clip-path: var(--clip-s); transition: all .14s;
}
.team-twitch:hover { background: var(--gd); color: #fff; }

/* ─── FOOTER ─────────────────────────────────────────── */
footer {
  background: rgba(6,5,10,.96); backdrop-filter: blur(4px);
  border-top: 1px solid rgba(192,96,208,.15);
  padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.footer-l { display: flex; align-items: center; gap: 10px; }
.footer-l img { width: 22px; height: 22px; opacity: .4; filter: drop-shadow(0 0 5px var(--pu)); }
.footer-txt { font-family: var(--mono); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; color: var(--di); }
.footer-link { font-family: var(--mono); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; color: var(--pu); transition: color .14s; }
.footer-link:hover { color: #e090f0; }

/* ─── LIGHTBOX ───────────────────────────────────────── */
body.lb-open { overflow: hidden; }
.lightbox {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  padding: 72px 28px 32px;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(184,92,255,.13), transparent 48%),
    rgba(2,2,5,.86);
  backdrop-filter: blur(8px) saturate(1.12);
  -webkit-backdrop-filter: blur(8px) saturate(1.12);
}
.lightbox.on { display: flex; }
.lightbox-img {
  max-width: min(94vw, 1380px); max-height: 84vh; object-fit: contain;
  background: #05030a; clip-path: var(--clip-s);
  border: 3px solid rgba(216,132,53,.78);
  box-shadow:
    0 40px 90px rgba(0,0,0,.88),
    0 0 0 1px rgba(255,255,255,.16),
    0 0 42px rgba(184,92,255,.18);
  pointer-events: auto;
}
.lightbox-close {
  position: fixed; top: 18px; right: 22px; width: 48px; height: 48px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(145deg, rgba(255,255,255,.18), transparent 42%), rgba(12,10,18,.88);
  color: #f4f1ff; font-family: var(--mono); font-size: 1.35rem; line-height: 1;
  cursor: pointer; clip-path: var(--clip-s);
  box-shadow: 0 18px 34px rgba(0,0,0,.55);
}
.lightbox-close:hover { background: var(--gd); color: #08050d; }
.lightbox-caption {
  position: fixed; left: 28px; right: 92px; top: 28px;
  font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--mu); text-shadow: 0 3px 8px #000;
}

/* ─── REVEAL ─────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.rv.on { opacity: 1; transform: none; }

/* JS-Fallback: Inhalte sichtbar wenn kein JS geladen */
/* noscript styles sind inline im HTML nicht möglich, aber als Absicherung: */

/* ─── RESPONSIVE ─────────────────────────────────────── */
@media(max-width: 1100px) {
  .proj-row { grid-template-columns: 1fr; }
  .proj-row.rev { direction: ltr; }
  .dl-section { grid-template-columns: 1fr; }
  .bottom-section { grid-template-columns: 1fr; }
}
@media(max-width: 860px) {
  .nav { height: auto; min-height: 56px; flex-wrap: wrap; padding: 8px 14px; }
  .audio-ctl { order: 3; width: 100%; justify-content: center; margin: 4px 0 0; }
  .hero-status-console { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 700px) {
  .proj-row, .dl-section, .bottom-section, .sec-divider { padding: 0 14px; }
  .nav { padding: 0 14px; }
  .nav-brand-txt { display: none; }
  .hero-title-logo { width: min(320px, 90vw); }
  footer { padding: 12px 14px; }
}
@media(max-width: 560px) {
  .hero-status-console { grid-template-columns: 1fr; }
  .audio-tag { display: none; }
}
