/* ═══════════════════════════════════════════════
   DOKUMEN — main.css
   ═══════════════════════════════════════════════ */

/* ── Outfit (lokal) ── */
@font-face { font-family:'Outfit'; src:url('../fonts/Outfit-Light.woff2') format('woff2'); font-weight:300; font-display:swap; }
@font-face { font-family:'Outfit'; src:url('../fonts/Outfit-Regular.woff2') format('woff2'); font-weight:400; font-display:swap; }
@font-face { font-family:'Outfit'; src:url('../fonts/Outfit-Medium.woff2') format('woff2'); font-weight:500; font-display:swap; }
@font-face { font-family:'Outfit'; src:url('../fonts/Outfit-SemiBold.woff2') format('woff2'); font-weight:600; font-display:swap; }

/* ── Design Tokens (Theme: Noir default) ── */
:root {
  --ink:        #0A0A09;
  --ink-2:      #111110;
  --ink-3:      #1A1A18;
  --border:     rgba(255,255,255,0.08);
  --text:       #F0EDE8;
  --text-muted: rgba(240,237,232,0.5);
  --text-dim:   rgba(240,237,232,0.22);
  --accent:     #D4A853;
  --accent-hover: #b8922e;

  --f-body: 'Outfit','Helvetica Neue',sans-serif;
  --ease:   cubic-bezier(0.22,1,0.36,1);
  --mw:     1380px;
  --ph:     clamp(1.25rem,5vw,3.5rem);
}

/* ══════════════════════════════════════════
   60 THEMES
   ══════════════════════════════════════════ */
/* Dark themes */
[data-theme="noir"]      { --ink:#0A0A09;  --ink-2:#111110;  --ink-3:#1A1A18;  --text:#F0EDE8;  --text-muted:rgba(240,237,232,.5);  --text-dim:rgba(240,237,232,.22); --border:rgba(255,255,255,.08); --accent:#D4A853; --accent-hover:#b8922e; }
[data-theme="slate"]     { --ink:#0D1117;  --ink-2:#161B22;  --ink-3:#21262D;  --text:#E6EDF3;  --text-muted:rgba(230,237,243,.5);  --text-dim:rgba(230,237,243,.22); --border:rgba(255,255,255,.08); --accent:#58A6FF; --accent-hover:#388bfd; }
[data-theme="forest"]    { --ink:#0D1A0F;  --ink-2:#142016;  --ink-3:#1C2E1E;  --text:#E8F0E9;  --text-muted:rgba(232,240,233,.5);  --text-dim:rgba(232,240,233,.22); --border:rgba(255,255,255,.08); --accent:#4CAF7D; --accent-hover:#3a9463; }
[data-theme="burgundy"]  { --ink:#12080A;  --ink-2:#1A0D10;  --ink-3:#241317;  --text:#F0E8EA;  --text-muted:rgba(240,232,234,.5);  --text-dim:rgba(240,232,234,.22); --border:rgba(255,255,255,.08); --accent:#C0394B; --accent-hover:#a02d3c; }
[data-theme="midnight"]  { --ink:#080818;  --ink-2:#0F0F24;  --ink-3:#161630;  --text:#E8E8F5;  --text-muted:rgba(232,232,245,.5);  --text-dim:rgba(232,232,245,.22); --border:rgba(255,255,255,.08); --accent:#7C6AF7; --accent-hover:#6254d4; }
[data-theme="graphite"]  { --ink:#1C1C1E;  --ink-2:#242426;  --ink-3:#2C2C2E;  --text:#F5F5F7;  --text-muted:rgba(245,245,247,.5);  --text-dim:rgba(245,245,247,.22); --border:rgba(255,255,255,.08); --accent:#FF9F0A; --accent-hover:#d4820a; }
[data-theme="charcoal"]  { --ink:#2C2C2E;  --ink-2:#363638;  --ink-3:#404042;  --text:#EBEBF5;  --text-muted:rgba(235,235,245,.5);  --text-dim:rgba(235,235,245,.22); --border:rgba(255,255,255,.08); --accent:#30D158; --accent-hover:#25a844; }
[data-theme="steel"]     { --ink:#1C2128;  --ink-2:#22272E;  --ink-3:#2D333B;  --text:#CDD9E5;  --text-muted:rgba(205,217,229,.5);  --text-dim:rgba(205,217,229,.22); --border:rgba(255,255,255,.08); --accent:#F78166; --accent-hover:#d4614d; }
[data-theme="espresso"]  { --ink:#1A1208;  --ink-2:#221910;  --ink-3:#2C2218;  --text:#F0EAD6;  --text-muted:rgba(240,234,214,.5);  --text-dim:rgba(240,234,214,.22); --border:rgba(255,255,255,.08); --accent:#D4853A; --accent-hover:#b06c28; }
[data-theme="obsidian"]  { --ink:#060608;  --ink-2:#0C0C0E;  --ink-3:#121214;  --text:#E8E8E8;  --text-muted:rgba(232,232,232,.5);  --text-dim:rgba(232,232,232,.22); --border:rgba(255,255,255,.08); --accent:#E040FB; --accent-hover:#b826d4; }
[data-theme="dusk"]      { --ink:#1A1025;  --ink-2:#211630;  --ink-3:#2A1E3C;  --text:#EDE8F5;  --text-muted:rgba(237,232,245,.5);  --text-dim:rgba(237,232,245,.22); --border:rgba(255,255,255,.08); --accent:#A78BFA; --accent-hover:#8b6ef5; }
[data-theme="moss"]      { --ink:#111A12;  --ink-2:#182218;  --ink-3:#1E2A1E;  --text:#E8EDE8;  --text-muted:rgba(232,237,232,.5);  --text-dim:rgba(232,237,232,.22); --border:rgba(255,255,255,.08); --accent:#86EFAC; --accent-hover:#5ed68a; }
[data-theme="ash"]       { --ink:#18181B;  --ink-2:#27272A;  --ink-3:#3F3F46;  --text:#FAFAFA;  --text-muted:rgba(250,250,250,.5);  --text-dim:rgba(250,250,250,.22); --border:rgba(255,255,255,.08); --accent:#E4E4E7; --accent-hover:#c4c4c7; }
[data-theme="sepia"]     { --ink:#1C1510;  --ink-2:#241C16;  --ink-3:#2E241C;  --text:#F2E8D9;  --text-muted:rgba(242,232,217,.5);  --text-dim:rgba(242,232,217,.22); --border:rgba(255,255,255,.08); --accent:#CD853F; --accent-hover:#a86c2e; }
[data-theme="ink"]       { --ink:#0F0F0F;  --ink-2:#181818;  --ink-3:#222222;  --text:#FFFFFF;  --text-muted:rgba(255,255,255,.5);  --text-dim:rgba(255,255,255,.22); --border:rgba(255,255,255,.08); --accent:#FF3B30; --accent-hover:#d42b21; }
/* Warm Sand, Cool White, Cream, Arctic, Paper - light themes */
[data-theme="warm-sand"] { --ink:#FAF7F2;  --ink-2:#F0EDE6;  --ink-3:#E6E2DA;  --text:#1A1A18;  --text-muted:rgba(26,26,24,.5);     --text-dim:rgba(26,26,24,.22);    --border:rgba(0,0,0,.08);       --accent:#C4763A; --accent-hover:#a05f28; }
[data-theme="cool-white"]{ --ink:#F8F9FA;  --ink-2:#F0F2F4;  --ink-3:#E4E8EC;  --text:#111110;  --text-muted:rgba(17,17,16,.5);     --text-dim:rgba(17,17,16,.22);    --border:rgba(0,0,0,.08);       --accent:#2563EB; --accent-hover:#1d4ed8; }
[data-theme="cream"]     { --ink:#FDFBF7;  --ink-2:#F5F2EC;  --ink-3:#EDE9E0;  --text:#2C2A26;  --text-muted:rgba(44,42,38,.5);     --text-dim:rgba(44,42,38,.22);    --border:rgba(0,0,0,.08);       --accent:#8B6914; --accent-hover:#6e520e; }
[data-theme="arctic"]    { --ink:#F0F4F8;  --ink-2:#E4EBF2;  --ink-3:#D8E3EE;  --text:#0D1117;  --text-muted:rgba(13,17,23,.5);     --text-dim:rgba(13,17,23,.22);    --border:rgba(0,0,0,.08);       --accent:#0891B2; --accent-hover:#0670a0; }
[data-theme="paper"]     { --ink:#F5F0E8;  --ink-2:#EDE8DE;  --ink-3:#E4DDD2;  --text:#1C1A16;  --text-muted:rgba(28,26,22,.5);     --text-dim:rgba(28,26,22,.22);    --border:rgba(0,0,0,.08);       --accent:#6B4226; --accent-hover:#52321c; }
/* Complementary dark themes */
[data-theme="amber-indigo"]  { --ink:#0F0E1A; --ink-2:#161522; --ink-3:#1E1D2C; --text:#F5F0E8; --text-muted:rgba(245,240,232,.5); --text-dim:rgba(245,240,232,.22); --border:rgba(255,255,255,.08); --accent:#F5A623; --accent-hover:#d4880e; }
[data-theme="teal-coral"]    { --ink:#0A1A1A; --ink-2:#112222; --ink-3:#182C2C; --text:#F0EEEB; --text-muted:rgba(240,238,235,.5); --text-dim:rgba(240,238,235,.22); --border:rgba(255,255,255,.08); --accent:#FF6B6B; --accent-hover:#e04444; }
[data-theme="cobalt-saffron"]{ --ink:#0A0F1E; --ink-2:#111628; --ink-3:#181E32; --text:#EEF0F5; --text-muted:rgba(238,240,245,.5); --text-dim:rgba(238,240,245,.22); --border:rgba(255,255,255,.08); --accent:#FFC107; --accent-hover:#d4970a; }
[data-theme="sage-rust"]     { --ink:#111A14; --ink-2:#18221C; --ink-3:#1F2C24; --text:#EFF0EC; --text-muted:rgba(239,240,236,.5); --text-dim:rgba(239,240,236,.22); --border:rgba(255,255,255,.08); --accent:#C0392B; --accent-hover:#a02d21; }
[data-theme="navy-gold"]     { --ink:#050D1A; --ink-2:#0C1622; --ink-3:#13202C; --text:#EDF2FF; --text-muted:rgba(237,242,255,.5); --text-dim:rgba(237,242,255,.22); --border:rgba(255,255,255,.08); --accent:#FFD700; --accent-hover:#d4aa00; }
[data-theme="plum-lime"]     { --ink:#170D1F; --ink-2:#1F1428; --ink-3:#281C32; --text:#F0EDF5; --text-muted:rgba(240,237,245,.5); --text-dim:rgba(240,237,245,.22); --border:rgba(255,255,255,.08); --accent:#A8E63D; --accent-hover:#88c028; }
[data-theme="crimson-cyan"]  { --ink:#1A0808; --ink-2:#220E0E; --ink-3:#2C1616; --text:#F5EEEE; --text-muted:rgba(245,238,238,.5); --text-dim:rgba(245,238,238,.22); --border:rgba(255,255,255,.08); --accent:#00BCD4; --accent-hover:#0098b2; }
[data-theme="olive-violet"]  { --ink:#141408; --ink-2:#1C1C0E; --ink-3:#242414; --text:#F2F0E6; --text-muted:rgba(242,240,230,.5); --text-dim:rgba(242,240,230,.22); --border:rgba(255,255,255,.08); --accent:#9C27B0; --accent-hover:#7b1f8e; }
[data-theme="petrol-peach"]  { --ink:#081418; --ink-2:#0E1C22; --ink-3:#14242C; --text:#EDF5F5; --text-muted:rgba(237,245,245,.5); --text-dim:rgba(237,245,245,.22); --border:rgba(255,255,255,.08); --accent:#FFAB76; --accent-hover:#e08844; }
[data-theme="chocolate-sky"] { --ink:#180E08; --ink-2:#20160E; --ink-3:#2A1E16; --text:#F5EEE8; --text-muted:rgba(245,238,232,.5); --text-dim:rgba(245,238,232,.22); --border:rgba(255,255,255,.08); --accent:#87CEEB; --accent-hover:#5aaed4; }
[data-theme="emerald-magenta"]{ --ink:#081A10; --ink-2:#0E2218; --ink-3:#142C20; --text:#EDF5EF; --text-muted:rgba(237,245,239,.5); --text-dim:rgba(237,245,239,.22); --border:rgba(255,255,255,.08); --accent:#E91E8C; --accent-hover:#c01470; }
[data-theme="charcoal-tangerine"]{ --ink:#111111; --ink-2:#1A1A1A; --ink-3:#242424; --text:#F5F5F5; --text-muted:rgba(245,245,245,.5); --text-dim:rgba(245,245,245,.22); --border:rgba(255,255,255,.08); --accent:#FF8C00; --accent-hover:#d47000; }
[data-theme="prussian-amber"]{ --ink:#060F18; --ink-2:#0C1820; --ink-3:#12222A; --text:#ECF1F7; --text-muted:rgba(236,241,247,.5); --text-dim:rgba(236,241,247,.22); --border:rgba(255,255,255,.08); --accent:#FFB300; --accent-hover:#d49200; }
[data-theme="rosewood-mint"] { --ink:#1A0C0C; --ink-2:#221414; --ink-3:#2C1C1C; --text:#F7EEEE; --text-muted:rgba(247,238,238,.5); --text-dim:rgba(247,238,238,.22); --border:rgba(255,255,255,.08); --accent:#3EB489; --accent-hover:#2e9070; }
[data-theme="graphite-rose"]  { --ink:#161618; --ink-2:#1E1E20; --ink-3:#28282A; --text:#F5F5F7; --text-muted:rgba(245,245,247,.5); --text-dim:rgba(245,245,247,.22); --border:rgba(255,255,255,.08); --accent:#FF6B8A; --accent-hover:#e04466; }
[data-theme="deep-ocean-sand"]{ --ink:#060E18; --ink-2:#0C1620; --ink-3:#12202A; --text:#EDF2F8; --text-muted:rgba(237,242,248,.5); --text-dim:rgba(237,242,248,.22); --border:rgba(255,255,255,.08); --accent:#E8D5A3; --accent-hover:#c4aa70; }
[data-theme="volcanic-ice"]  { --ink:#1A0A08; --ink-2:#221210; --ink-3:#2C1A18; --text:#F5F0EF; --text-muted:rgba(245,240,239,.5); --text-dim:rgba(245,240,239,.22); --border:rgba(255,255,255,.08); --accent:#A8D8EA; --accent-hover:#7ab8d4; }
[data-theme="hunter-copper"]  { --ink:#0A1A0A; --ink-2:#122212; --ink-3:#1A2C1A; --text:#EDF5ED; --text-muted:rgba(237,245,237,.5); --text-dim:rgba(237,245,237,.22); --border:rgba(255,255,255,.08); --accent:#B87333; --accent-hover:#966022; }
[data-theme="midnight-citrus"]{ --ink:#08080F; --ink-2:#0F0F18; --ink-3:#161622; --text:#EFEFFF; --text-muted:rgba(239,239,255,.5); --text-dim:rgba(239,239,255,.22); --border:rgba(255,255,255,.08); --accent:#FFE033; --accent-hover:#d4b800; }
[data-theme="anthracite-lavender"]{ --ink:#141418; --ink-2:#1C1C20; --ink-3:#24242A; --text:#F0EFF8; --text-muted:rgba(240,239,248,.5); --text-dim:rgba(240,239,248,.22); --border:rgba(255,255,255,.08); --accent:#B39DDB; --accent-hover:#8c6cc8; }
/* Light complementary themes */
[data-theme="ivory-cobalt"]   { --ink:#FAFAF5; --ink-2:#F0F0E8; --ink-3:#E6E6DC; --text:#1A1A2E; --text-muted:rgba(26,26,46,.5);   --text-dim:rgba(26,26,46,.22);   --border:rgba(0,0,0,.08); --accent:#1E3A8A; --accent-hover:#162c6e; }
[data-theme="linen-terracotta"]{ --ink:#FAF7F0; --ink-2:#F0ECE4; --ink-3:#E6E1D8; --text:#2C1810; --text-muted:rgba(44,24,16,.5);   --text-dim:rgba(44,24,16,.22);   --border:rgba(0,0,0,.08); --accent:#C4603A; --accent-hover:#a04c28; }
[data-theme="pearl-forest"]   { --ink:#F8F9FA; --ink-2:#EEF0F2; --ink-3:#E4E7EA; --text:#0D1A0F; --text-muted:rgba(13,26,15,.5);   --text-dim:rgba(13,26,15,.22);   --border:rgba(0,0,0,.08); --accent:#2D6A4F; --accent-hover:#225438; }
[data-theme="chalk-burgundy"] { --ink:#F7F5F2; --ink-2:#EDEAE6; --ink-3:#E3DFDA; --text:#1A0810; --text-muted:rgba(26,8,16,.5);    --text-dim:rgba(26,8,16,.22);    --border:rgba(0,0,0,.08); --accent:#8B1A2E; --accent-hover:#6e1222; }
[data-theme="snow-indigo"]    { --ink:#FDFCFF; --ink-2:#F2F0FF; --ink-3:#E8E5FF; --text:#0F0E2A; --text-muted:rgba(15,14,42,.5);   --text-dim:rgba(15,14,42,.22);   --border:rgba(0,0,0,.08); --accent:#3730A3; --accent-hover:#2c268a; }
[data-theme="parchment-teal"] { --ink:#F5F0E0; --ink-2:#EBE5D4; --ink-3:#E0D9C6; --text:#0A1818; --text-muted:rgba(10,24,24,.5);   --text-dim:rgba(10,24,24,.22);   --border:rgba(0,0,0,.08); --accent:#0F766E; --accent-hover:#0a5c56; }
[data-theme="alabaster-rust"] { --ink:#F5F4F0; --ink-2:#EBEAE5; --ink-3:#E1DFDA; --text:#1C0A08; --text-muted:rgba(28,10,8,.5);    --text-dim:rgba(28,10,8,.22);    --border:rgba(0,0,0,.08); --accent:#B45309; --accent-hover:#8c4008; }
[data-theme="cotton-plum"]    { --ink:#F9F8FF; --ink-2:#EEEDF8; --ink-3:#E3E2F0; --text:#170D1F; --text-muted:rgba(23,13,31,.5);   --text-dim:rgba(23,13,31,.22);   --border:rgba(0,0,0,.08); --accent:#7E22CE; --accent-hover:#6418a8; }
[data-theme="fog-crimson"]    { --ink:#F0F2F5; --ink-2:#E5E8EC; --ink-3:#DADDE2; --text:#1A0808; --text-muted:rgba(26,8,8,.5);     --text-dim:rgba(26,8,8,.22);     --border:rgba(0,0,0,.08); --accent:#B91C1C; --accent-hover:#961414; }
[data-theme="milk-slate"]     { --ink:#FAFAF8; --ink-2:#F0F0EC; --ink-3:#E6E6E0; --text:#0F172A; --text-muted:rgba(15,23,42,.5);   --text-dim:rgba(15,23,42,.22);   --border:rgba(0,0,0,.08); --accent:#475569; --accent-hover:#364252; }
[data-theme="vanilla-sage"]   { --ink:#FDF9EE; --ink-2:#F3EEE2; --ink-3:#E9E2D4; --text:#111A14; --text-muted:rgba(17,26,20,.5);   --text-dim:rgba(17,26,20,.22);   --border:rgba(0,0,0,.08); --accent:#4D7C5F; --accent-hover:#3c624a; }
[data-theme="eggshell-copper"]{ --ink:#F8F4EE; --ink-2:#EEE8E0; --ink-3:#E4DCD2; --text:#1A0E08; --text-muted:rgba(26,14,8,.5);    --text-dim:rgba(26,14,8,.22);    --border:rgba(0,0,0,.08); --accent:#B87333; --accent-hover:#966022; }
[data-theme="cloud-saffron"]  { --ink:#F4F6F9; --ink-2:#E9EDF2; --ink-3:#DEE4EB; --text:#1A1400; --text-muted:rgba(26,20,0,.5);    --text-dim:rgba(26,20,0,.22);    --border:rgba(0,0,0,.08); --accent:#D97706; --accent-hover:#b86006; }
[data-theme="mist-moss"]      { --ink:#F0F4F0; --ink-2:#E4EAE4; --ink-3:#D8E0D8; --text:#0F1A10; --text-muted:rgba(15,26,16,.5);   --text-dim:rgba(15,26,16,.22);   --border:rgba(0,0,0,.08); --accent:#365314; --accent-hover:#28400f; }
[data-theme="blush-navy"]     { --ink:#FDF0F0; --ink-2:#F3E4E4; --ink-3:#E9D8D8; --text:#050D1A; --text-muted:rgba(5,13,26,.5);    --text-dim:rgba(5,13,26,.22);    --border:rgba(0,0,0,.08); --accent:#1E3A8A; --accent-hover:#162c6e; }
[data-theme="sand-cobalt"]    { --ink:#F5F0E4; --ink-2:#EBE5D6; --ink-3:#E1D9C6; --text:#0A0F1E; --text-muted:rgba(10,15,30,.5);   --text-dim:rgba(10,15,30,.22);   --border:rgba(0,0,0,.08); --accent:#1D4ED8; --accent-hover:#163cb8; }
[data-theme="seashell-emerald"]{ --ink:#FFF5EE; --ink-2:#F5E8DE; --ink-3:#EBDACE; --text:#081A10; --text-muted:rgba(8,26,16,.5);    --text-dim:rgba(8,26,16,.22);    --border:rgba(0,0,0,.08); --accent:#065F46; --accent-hover:#044a36; }
[data-theme="porcelain-mahogany"]{ --ink:#F8F6F4; --ink-2:#EEE9E6; --ink-3:#E4DBD8; --text:#1C0A0A; --text-muted:rgba(28,10,10,.5);  --text-dim:rgba(28,10,10,.22);  --border:rgba(0,0,0,.08); --accent:#7B2D2D; --accent-hover:#622222; }
[data-theme="whisper-violet"] { --ink:#F5F3FF; --ink-2:#EAE6FF; --ink-3:#DFD9FF; --text:#0F0A1E; --text-muted:rgba(15,10,30,.5);   --text-dim:rgba(15,10,30,.22);   --border:rgba(0,0,0,.08); --accent:#6D28D9; --accent-hover:#5518b8; }
[data-theme="cream-midnight"] { --ink:#FFFBF0; --ink-2:#F5F0E2; --ink-3:#EBE4D2; --text:#080818; --text-muted:rgba(8,8,24,.5);     --text-dim:rgba(8,8,24,.22);     --border:rgba(0,0,0,.08); --accent:#1E1B4B; --accent-hover:#16143a; }

/* ── Reset ── */
*, *::before, *::after { box-sizing:border-box; margin:0; padding:0; }
html { font-size:16px; scroll-behavior:smooth; -webkit-font-smoothing:antialiased; }
body { background:var(--ink); color:var(--text); font-family:var(--f-body); font-weight:400; line-height:1.65; overflow-x:hidden; cursor:none; }
img, video { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
ul { list-style:none; }

/* ── Custom Cursor ── */
.cursor-dot, .cursor-ring { position:fixed; top:0; left:0; pointer-events:none; z-index:9999; transform:translate(-50%,-50%); border-radius:50%; }
.cursor-dot  { width:6px; height:6px; background:var(--accent); transition:opacity .3s; }
.cursor-ring { width:34px; height:34px; border:1px solid rgba(212,168,83,.45); transition:width .2s var(--ease), height .2s var(--ease), border-color .2s, opacity .3s; }
.cursor-ring.hover { width:52px; height:52px; border-color:var(--accent); }

/* ── Loader ── */
#loader {
  position:fixed; inset:0; z-index:10000;
  background:var(--ink);
  display:flex; align-items:center; justify-content:center;
  transition:opacity .6s var(--ease), visibility .6s;
}
#loader.hidden { opacity:0; visibility:hidden; }
.loader-logo {
  font-family:var(--f-body); font-size:1.6rem; font-weight:600;
  letter-spacing:.12em; color:var(--text);
  animation:loaderPulse 1.4s ease-in-out infinite;
}
.loader-bar {
  position:absolute; bottom:0; left:0; height:2px;
  background:var(--accent);
  animation:loaderBar 1.6s var(--ease) forwards;
}
@keyframes loaderPulse { 0%,100%{opacity:.4} 50%{opacity:1} }
@keyframes loaderBar { from{width:0} to{width:100%} }

/* ── Layout ── */
.wrap { max-width:var(--mw); margin:0 auto; padding:0 var(--ph); }

/* ── Typography ── */
.label { font-size:.65rem; font-weight:600; letter-spacing:.22em; text-transform:uppercase; color:var(--text-muted); }
.label-accent { color:var(--accent); }

/* ═══════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════ */
#site-header {
  position:fixed; inset:0 0 auto; z-index:500;
  display:flex; align-items:center; justify-content:space-between;
  padding:1.5rem var(--ph);
  transition:background .4s var(--ease), border-color .4s;
}
#site-header.scrolled {
  background:rgba(10,10,9,.92);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--border);
}
.site-logo {
  display:flex; align-items:center;
  transition:opacity .2s;
}
.site-logo:hover { opacity:.75; }
.header-logo-img { height:32px; width:auto; display:block; }

/* ── Language Switcher ── */
.lang-switcher { display:flex; align-items:center; gap:.4rem; }
.lang-btn {
  display:flex; align-items:center; justify-content:center;
  background:none; border:none; padding:0; cursor:pointer;
  text-decoration:none;
  transition:opacity .2s;
  opacity:.35;
  width:var(--flag-size, 24px);
  height:var(--flag-size, 24px);
  border-radius:var(--flag-radius, 2px);
  overflow:hidden;
  flex-shrink:0;
}
.lang-btn:hover { opacity:.75; }
.lang-btn.active { opacity:1; }
.lang-btn img {
  width:var(--flag-size, 24px);
  height:var(--flag-size, 24px);
  display:block;
  object-fit:cover;
  filter:brightness(var(--flag-brightness, 1));
}

/* ═══════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════ */
#hero {
  position:relative; height:100vh; height:100svh; min-height:600px;
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.hero-bg { position:absolute; inset:0; }
.hero-bg video, .hero-bg img.hero-media {
  width:100%; height:100%; object-fit:cover;
  opacity:var(--hero-opacity, .78); filter:grayscale(12%);
}
/* Mobile: Poster statt Video */
.hero-mobile-only  { display:none; }
.hero-desktop-only { display:block; }
@media (max-width:768px) {
  .hero-mobile-only  { display:block; }
  .hero-desktop-only { display:none !important; }
}
.hero-bg video::-webkit-media-controls { display:none !important; }
.hero-bg video::-webkit-media-controls-enclosure { display:none !important; }
.hero-bg video::-webkit-media-controls-panel { display:none !important; }
.hero-bg video::--webkit-media-controls-play-button { display:none !important; }
.hero-bg-color { position:absolute; inset:0; }
.hero-bg::before {
  content:''; position:absolute; inset:0; z-index:1;
  background:
    linear-gradient(to bottom,
      rgba(10,10,9,.25) 0%,
      transparent 30%,
      transparent 55%,
      rgba(10,10,9,.5) 80%,
      var(--ink,#0A0A09) 100%);
}
.hero-bg::after {
  content:''; position:absolute; inset:0; z-index:2; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");
}
.hero-center {
  position:relative; z-index:3;
  display:flex; flex-direction:column; align-items:center;
  text-align:center; gap:var(--hero-gap, 1.75rem); padding:0 var(--ph);
}
.hero-logo-wrap { opacity:0; animation:fadeIn 1.4s var(--ease) forwards .3s; }
.hero-logo-img { height:clamp(60px,10vw,110px); width:auto; margin:0 auto; }

/* ── Cursor control ── */
body[data-cursor="none"] .cursor-dot,
body[data-cursor="none"] .cursor-ring,
body[data-cursor="dot"]  .cursor-ring { display:none; }
body[data-cursor="none"] { cursor:auto; }
body[data-cursor="dot"]  { cursor:none; }
.hero-tagline {
  font-size:clamp(1rem,2vw,1.3rem); font-weight:300;
  letter-spacing:.06em; color:rgba(240,237,232,.7); max-width:34ch;
  opacity:0; animation:fadeIn 1.4s var(--ease) forwards .7s;
  transition:opacity .4s var(--ease);
}
.hero-scroll-arrow {
  position:absolute; bottom:2.5rem; left:50%; transform:translateX(-50%);
  z-index:3; color:rgba(240,237,232,.35);
  animation:arrowBob 2s ease-in-out infinite, fadeIn 1s var(--ease) forwards 1.4s;
  opacity:0;
}
.hero-scroll-arrow svg { display:block; }
@keyframes arrowBob { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

/* ── Language fade transition ── */
.lang-fade { transition:opacity .35s var(--ease); }
.lang-fade.fading { opacity:0; }

/* ═══════════════════════════════════════════════
   POSITIONIERUNG
   ═══════════════════════════════════════════════ */
#about {
  padding:7rem 0 6rem;
  background:var(--ink-2);
  position:relative;
}
/* Hero → About: gradient drawn ON TOP of hero's bottom edge */
#about::before {
  content:''; position:absolute; top:-140px; left:0; right:0; height:140px;
  background:linear-gradient(to bottom, transparent 0%, var(--ink-2) 100%);
  pointer-events:none; z-index:10;
}
/* About → Projekte: fade at bottom */
#about::after {
  content:''; position:absolute; bottom:-60px; left:0; right:0; height:60px;
  background:linear-gradient(to bottom, var(--ink-2), var(--ink));
  pointer-events:none; z-index:2;
}
.positioning-wrap { text-align:center; max-width:700px; margin:0 auto; }
.pos-line1 {
  font-size:var(--fs-pos-line1, clamp(1.5rem,3vw,2.4rem)); font-weight:600;
  line-height:1.3; color:var(--text); margin-bottom:.75rem;
}
.pos-line2 {
  font-size:var(--fs-pos-line2, clamp(1.1rem,2.2vw,1.7rem)); font-weight:300;
  line-height:1.5; color:var(--text-muted);
}

/* ═══════════════════════════════════════════════
   MARQUEE
   ═══════════════════════════════════════════════ */
.marquee-strip { background:var(--accent); padding:.8rem 0; overflow:hidden; white-space:nowrap; }
.marquee-track { display:inline-flex; gap:2.5rem; animation:marquee 24s linear infinite; }
.marquee-track span { font-size:.85rem; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:var(--ink); flex-shrink:0; }
.marquee-track .sep { color:rgba(10,10,9,.35); }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ═══════════════════════════════════════════════
   PROJEKTE — 16:9
   ═══════════════════════════════════════════════ */
#projekte { padding:6rem 0; background:var(--ink); position:relative; z-index:1; }
#projekte::before {
  content:''; position:absolute; top:0; left:0; right:0; height:60px;
  background:linear-gradient(to bottom, var(--ink), transparent);
  pointer-events:none; z-index:2;
}
#projekte::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:100px;
  background:linear-gradient(to bottom, transparent, var(--ink-2));
  pointer-events:none; z-index:2;
}
.section-head { text-align:center; margin-bottom:4rem; width:100%; }
.section-head h2 { font-size:var(--fs-section-title, clamp(2.5rem,6vw,5rem)); font-weight:300; line-height:1; text-align:center; width:100%; display:block; }

.projects-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:3px;
  padding:0 clamp(2rem, 6vw, 8rem);
  max-width:var(--projekte-max-width, 1100px);
  margin:0 auto;
}
.project-card { position:relative; overflow:hidden; background:var(--ink-3); display:block; }
.project-card-inner { position:relative; width:100%; padding-top:56.25%; }
.project-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease), filter .5s; filter:grayscale(12%); }
.project-card:hover img { transform:scale(1.055); filter:grayscale(0); }
.project-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 55%); display:flex; flex-direction:column; justify-content:flex-end; padding:1.5rem; opacity:0; transition:opacity .4s var(--ease); z-index:2; }
.project-card:hover .project-overlay { opacity:1; }
.project-placeholder { position:absolute; inset:0; background:var(--ink-3); display:flex; align-items:center; justify-content:center; font-size:3rem; color:var(--text-dim); }
.project-cat { font-size:.6rem; letter-spacing:.22em; text-transform:uppercase; color:var(--accent); margin-bottom:.35rem; display:block; }
.project-title { font-size:var(--fs-project-title, clamp(1rem,2.2vw,1.6rem)); font-weight:400; color:var(--text); line-height:1.1; }
.project-crew { display:flex; flex-direction:column; gap:.2rem; margin-top:.5rem; }
.project-crew-item { font-size:.65rem; letter-spacing:.08em; color:rgba(240,237,232,.6); }
.project-crew-item em { font-style:normal; color:var(--accent); margin-right:.3rem; text-transform:uppercase; letter-spacing:.15em; font-size:.6rem; }
.project-link-icon { position:absolute; top:1.25rem; right:1.25rem; width:34px; height:34px; border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; color:var(--text); opacity:0; transform:translate(4px,-4px); transition:opacity .3s, transform .3s var(--ease); z-index:3; }
.project-card:hover .project-link-icon { opacity:1; transform:translate(0,0); }

/* ═══════════════════════════════════════════════
   SHOWREEL
   ═══════════════════════════════════════════════ */
#showreel { padding:5rem 0; background:var(--ink); }
.showreel-wrap { max-width:900px; margin:0 auto; padding:0 var(--ph); }
.showreel-wrap .section-head { margin-bottom:2.5rem; }
.showreel-video-wrap {
  position:relative; width:100%; aspect-ratio:16/9;
  background:var(--ink-3); overflow:hidden;
}
.showreel-video-wrap video {
  width:100%; height:100%; object-fit:cover; display:block;
}
.showreel-video-wrap .play-hint {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(0,0,0,.25); opacity:1; transition:opacity .3s;
  pointer-events:none;
}
.showreel-video-wrap:hover .play-hint,
.showreel-video-wrap.playing .play-hint { opacity:0; }
.play-hint-circle {
  width:72px; height:72px; border-radius:50%;
  border:1px solid rgba(240,237,232,.5);
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; color:rgba(240,237,232,.8);
  padding-left:4px; /* optical center for ▶ */
}
@media (max-width:768px) {
  #showreel { padding:3rem 0; }
  .play-hint-circle { width:52px; height:52px; font-size:1.1rem; }
}

/* ═══════════════════════════════════════════════
   TEAM
   ═══════════════════════════════════════════════ */
#team { padding:7rem 0; background:var(--ink-2); }
.team-section-head { padding:0 var(--ph); max-width:var(--mw); margin:0 auto 4rem; }
.team-grid-outer { width:100%; }
.team-grid {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 560px));
  gap:4px;
  justify-content:center;
  width:100%;
  margin-top:0;
}
.team-card { background:var(--ink-3); overflow:hidden; }
.team-card-img { aspect-ratio:4/3; overflow:hidden; }
.team-card-img img { width:100%; height:100%; object-fit:cover; filter:grayscale(25%); transition:filter .5s, transform .6s var(--ease); }
.team-card:hover .team-card-img img { filter:grayscale(0); transform:scale(1.03); }
.team-placeholder { width:100%; height:100%; background:var(--ink-3); display:flex; align-items:center; justify-content:center; font-size:5rem; color:var(--text-dim); aspect-ratio:3/4; }
.team-card-info { padding:1.75rem; border-top:1px solid var(--border); }
.team-card-info h3 { font-size:1.6rem; font-weight:400; color:var(--text); margin-bottom:.3rem; }
.team-role { font-size:var(--fs-team-role, .65rem); letter-spacing:.18em; text-transform:uppercase; color:var(--accent); margin-bottom:1rem; }
.team-bio  { font-size:var(--fs-team-bio, .9rem); line-height:1.75; color:var(--text-muted); }
.team-cta {
  margin-top:5rem; padding-top:3rem;
  border-top:1px solid var(--border);
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:1.5rem;
  text-align:center !important;
  width:100%;
}
.team-cta p { font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; color:var(--text-muted); text-align:center; }
.btn-primary { display:inline-block; font-size:.85rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; padding:1.1rem 2.8rem; background:var(--accent); color:var(--ink); transition:background .2s, transform .2s; }
.btn-primary:hover { background:var(--accent-hover); transform:translateY(-2px); }

/* ═══════════════════════════════════════════════
   SENDER LOGOS
   ═══════════════════════════════════════════════ */
#sender { padding:5rem 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.sender-wrap { text-align:center; }
.sender-wrap .label { display:block; margin-bottom:3rem; }
.sender-logo-img { max-width:100%; height:auto; display:block; margin:0 auto; }

/* ═══════════════════════════════════════════════
   KONTAKT
   ═══════════════════════════════════════════════ */
#kontakt { padding:8rem 0; background:var(--ink-2); }
.kontakt-center { text-align:center; max-width:560px; margin:0 auto; }
.kontakt-h2-line1 { display:block; }
.kontakt-h2 em { display:block; font-style:normal; color:var(--text); }
.kontakt-details { display:flex; flex-direction:column; gap:.6rem; align-items:center; }
.kontakt-link:hover { color:var(--accent); }

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
#site-footer { background:var(--ink); border-top:1px solid var(--border); padding:2rem var(--ph); }
.footer-inner { max-width:var(--mw); margin:0 auto; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.footer-logo { font-size:1.1rem; font-weight:600; color:var(--text-dim); transition:color .2s; }
.footer-logo:hover { color:var(--accent); }
.footer-copy { font-size:.7rem; letter-spacing:.1em; color:var(--text-dim); }
.footer-links { display:flex; gap:2rem; }
.footer-links a { font-size:.7rem; letter-spacing:.12em; text-transform:uppercase; color:var(--text-dim); transition:color .2s; }
.footer-links a:hover { color:var(--accent); }

/* ── Scroll-to-top ── */
#scroll-top {
  position:fixed; bottom:2rem; right:2rem; z-index:400;
  width:44px; height:44px;
  background:var(--accent); color:var(--ink);
  border:none; cursor:none;
  border-radius:0;
  display:flex; align-items:center; justify-content:center;
  font-size:1.2rem; font-weight:600;
  opacity:0; transform:translateY(12px);
  transition:opacity .3s var(--ease), transform .3s var(--ease), background .2s, border-radius .25s var(--ease);
}
#scroll-top.scroll-top-square { border-radius:0 !important; }
#scroll-top.scroll-top-round  { border-radius:50% !important; }
#scroll-top.visible { opacity:1; transform:translateY(0); }
#scroll-top:hover { background:var(--accent-hover); }

/* Kontakt Textgrößen via CSS-Variable */
.kontakt-h2 { font-size:var(--kontakt-headline-size, 60px); font-weight:300; line-height:.95; color:var(--text); margin-bottom:3rem; }
.kontakt-details p { font-size:var(--kontakt-details-size, 15px); color:var(--text-muted); line-height:1.7; }
.kontakt-link     { font-size:var(--kontakt-details-size, 15px); color:var(--text-muted); line-height:1.7; transition:color .2s; }

/* ── Scroll Reveal ── */
.reveal { opacity:0; transform:translateX(-16px); transition:opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity:1; transform:none; }

/* ── Cookie Banner (vorbereitet, nicht aktiv) ──
#cookie-banner {
  position:fixed; bottom:0; left:0; right:0; z-index:800;
  background:var(--ink-2); border-top:1px solid var(--border);
  padding:1.5rem var(--ph);
  display:flex; align-items:center; justify-content:space-between;
  gap:2rem; flex-wrap:wrap;
}
#cookie-banner p { font-size:.85rem; color:var(--text-muted); max-width:60ch; }
#cookie-banner a { color:var(--accent); }
.cookie-accept { padding:.6rem 1.5rem; background:var(--accent); color:var(--ink); font-size:.75rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; border:none; cursor:none; }
── */

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width:900px) {
}
@media (max-width:768px) {
  body { cursor:auto; }
  .cursor-dot, .cursor-ring { display:none; }
  .hero-scroll { display:none; }
  .project-overlay { opacity:1; }

  /* Logo-Höhen via CSS-Variable (aus Admin Panel steuerbar) */
  .hero-logo-img   { height:var(--hero-logo-h-mob, 60px)  !important; width:auto !important; max-width:80vw; object-fit:contain; }
  .header-logo-img { height:var(--header-logo-h-mob, 24px) !important; width:auto !important; }

  /* Hero Tagline näher ans Logo */
  .hero-center { gap:.75rem; }

  /* Projekte Titel kompakter */
  .section-head { margin-bottom:2rem; }
  .section-head h2 { font-size:clamp(1.8rem,8vw,3rem); padding:.5rem 0; line-height:1.15; }
  #projekte { padding:3rem 0; }

  /* Team Fotos: 4/3 Ratio wie Desktop */
  .team-grid { grid-template-columns:repeat(2, 1fr); }
  .team-card-img { aspect-ratio:4/3; }

  /* Projekte: 1 Spalte, max. 4 Stück */
  .projects-grid {
    display:flex !important;
    flex-direction:column !important;
    padding:0 1rem;
    gap:3px;
  }
  .project-card {
    width:100% !important;
    grid-column:unset !important;
    grid-row:unset !important;
  }
  .project-card[data-index="5"],
  .project-card[data-index="6"],
  .project-card[data-index="7"],
  .project-card[data-index="8"],
  .project-card[data-index="9"],
  .project-card[data-index="10"],
  .project-card[data-index="11"],
  .project-card[data-index="12"] { display:none !important; }
  .project-card-inner { padding-top:56.25%; }
}
@media (max-width:480px) {
  .team-grid { grid-template-columns:1fr; }
  .footer-inner { flex-direction:column; text-align:center; }
  .team-card-img { aspect-ratio:4/3; }
}

/* ═══════════════════════════════════════════════
   PRINT
   ═══════════════════════════════════════════════ */
@media print {
  * { -webkit-print-color-adjust:exact; print-color-adjust:exact; }
  body { background:#fff !important; color:#000 !important; cursor:auto; font-size:11pt; }
  #loader, .cursor-dot, .cursor-ring, #scroll-top, .hero-scroll,
  .lang-switcher, .marquee-strip, #site-header { display:none !important; }
  #hero { height:auto; min-height:0; padding:2rem 0; }
  .hero-bg { display:none; }
  .hero-center { color:#000; }
  .hero-logo-img { filter:none; height:60px; }
  .hero-tagline { color:#333; opacity:1; }
  section { padding:1.5rem 0 !important; break-inside:avoid; }
  .projects-grid { grid-template-columns:1fr 1fr; gap:8px; }
  .project-card { grid-column:span 1 !important; break-inside:avoid; }
  .project-overlay { opacity:1; background:rgba(0,0,0,.5); }
  .team-grid { grid-template-columns:1fr 1fr; gap:8px; }
  #sender { background:#f5f5f5 !important; }
  .kontakt-details p, .kontakt-link { color:#333 !important; }
  a { color:#000; }
  .footer-links a, .footer-copy, .footer-logo { color:#666 !important; }
  .btn-primary { background:#000 !important; color:#fff !important; }
  .positioning-text, .team-bio { color:#333 !important; }
  .section-head h2 { color:#000; }
  .label { color:#666; }
}
