/* =====================================================================
   creative.css  –  KILIAN MEDIA · Creative Content
   ---------------------------------------------------------------------
   Schwarz · Rot · brutalistisch · stark typografisch. Scroll-Experience.
   ===================================================================== */

:root {
  --bg: #000000;
  --ink: #f4f2ec;
  --muted: #8b8b90;
  --red: #e60a14;
  --red-deep: #9c0710;
  --line: rgba(255, 255, 255, .12);
  --line-soft: rgba(255, 255, 255, .06);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --maxw: 1340px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html, body { background: var(--bg); }
body.cc {
  font-family: "Space Grotesk", system-ui, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--red); color: #fff; }

.cc-bigtype {
  font-family: "Anton", "Arial Narrow", sans-serif; font-weight: 400;
  text-transform: uppercase; line-height: .96; letter-spacing: .005em;
}
.cc-kicker {
  font-size: clamp(.66rem, .9vw, .8rem); font-weight: 600; letter-spacing: .28em;
  text-transform: uppercase; color: var(--muted); display: inline-flex; align-items: center; gap: .7rem;
}
.cc-mk { width: 8px; height: 8px; background: var(--red); border-radius: 1px;
  box-shadow: 0 0 14px color-mix(in srgb, var(--red) 80%, transparent); flex: none; }

/* ---- Loader ---- */
.cc-loader { position: fixed; inset: 0; z-index: 200; background: #000; display: grid; place-items: center;
  transition: opacity .7s var(--ease), visibility .7s; }
.cc-loader.is-done { opacity: 0; visibility: hidden; }
.cc-loader__inner { display: flex; align-items: baseline; gap: 1.2rem; }
.cc-loader__brand { font-weight: 600; letter-spacing: .3em; font-size: .85rem; color: var(--ink); }
.cc-loader__pct { font-family: "Anton", sans-serif; font-size: clamp(3rem, 9vw, 6rem); color: var(--red); line-height: 1; }

/* ---- Fortschritt ---- */
.cc-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 90; background: rgba(255,255,255,.05); }
.cc-progress i { display: block; height: 100%; width: 0; background: var(--red);
  box-shadow: 0 0 12px color-mix(in srgb, var(--red) 80%, transparent); }

/* ---- Header ---- */
.cc-head { position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(1rem, 2.4vw, 1.7rem) clamp(1.2rem, 4vw, 3rem); }
.cc-head__brand { font-family: "Anton", sans-serif; font-size: 1.15rem; letter-spacing: .04em; color: #fff; }
.cc-head__brand span { color: var(--red); }
.cc-head__nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
.cc-head__nav a { font-size: .82rem; font-weight: 500; letter-spacing: .04em; color: #fff; opacity: .8;
  transition: opacity .3s, color .3s; }
.cc-head__nav a:hover { opacity: 1; }
.cc-head__nav .cc-head__cta { padding: .5rem 1.1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; opacity: 1; }
@media (max-width: 720px) { .cc-head__nav a:not(.cc-head__cta) { display: none; } }

.container, .cc-wrap { width: min(var(--maxw), 92vw); margin-inline: auto; }

/* =====================================================================
   HERO
   ===================================================================== */
.cc-hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center;
  padding: clamp(6rem, 14vh, 9rem) clamp(1.2rem, 4vw, 3rem) clamp(2rem, 5vh, 3rem); overflow: hidden; }
.cc-hero__ghost { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: "Anton", sans-serif; font-size: 46vw; line-height: 1; color: #1a0406;
  letter-spacing: -.02em; z-index: 0; pointer-events: none; user-select: none;
  background: linear-gradient(180deg, #2a0509, #120203); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cc-hero__inner { position: relative; z-index: 2; width: min(var(--maxw), 92vw); margin-inline: auto; }
.cc-hero__title { margin: 1.2rem 0 0; }
.cc-line { display: block; font-family: "Anton", sans-serif; text-transform: uppercase; line-height: .82;
  font-size: clamp(3.4rem, 15vw, 13rem); letter-spacing: -.01em; }
.cc-dot { color: var(--red); }
.cc-hero__sub { margin-top: clamp(1.5rem, 3vw, 2.4rem); max-width: 46ch; color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.6; }

.cc-chapters { margin-top: clamp(2rem, 4vw, 3.4rem); display: flex; flex-wrap: wrap; gap: .6rem 2.2rem; border-top: 1px solid var(--line); padding-top: 1.4rem; }
.cc-chapters a { display: inline-flex; align-items: baseline; gap: .6rem; padding: .3rem 0; position: relative; color: var(--ink); transition: color .3s; }
.cc-chapters a:hover { color: var(--red); }
.cc-chapters__no { font-size: .72rem; color: var(--muted); font-weight: 600; letter-spacing: .1em; }
.cc-chapters__name { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(1.1rem, 2vw, 1.7rem); letter-spacing: .01em; }

.cc-hero__foot { position: relative; z-index: 2; width: min(var(--maxw), 92vw); margin: clamp(2.5rem, 6vh, 4rem) auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.cc-scrollcue { display: inline-flex; flex-direction: column; align-items: center; gap: .5rem; }
.cc-scrollcue i { width: 1px; height: 34px; background: linear-gradient(var(--red), transparent); animation: cuemove 1.8s var(--ease) infinite; transform-origin: top; }
@keyframes cuemove { 0%,100%{ transform: scaleY(.4); opacity:.4 } 50%{ transform: scaleY(1); opacity:1 } }

/* Title-Screen: exaktes Bild als Vollbild */
.cc-hero { padding: 0; }
.cc-hero__screen { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; }
.cc-hero__cue { position: absolute; left: 50%; bottom: clamp(1.2rem, 4vh, 2.4rem); transform: translateX(-50%); z-index: 3;
  color: rgba(244,242,236,.7); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

/* hero intro start-states (GSAP setzt sie sichtbar) */
.cc-hero [data-hero] { opacity: 0; transform: translateY(28px); }
.cc-hero__screen[data-hero] { transform: none; }

/* =====================================================================
   TEAM · SOLO
   ===================================================================== */
.cc-solo { display: grid; grid-template-columns: 0.78fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center;
  border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #060607; }
.cc-solo__media { position: relative; margin: 0; aspect-ratio: 3/4; overflow: hidden; background: #0c0c0e; }
.cc-solo__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.12) contrast(1.04); transition: transform .8s var(--ease); }
.cc-solo:hover .cc-solo__media img { transform: scale(1.04); }
.cc-solo__tag { position: absolute; left: 1rem; bottom: 1rem; padding: .4rem .85rem; border-radius: 100px;
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #fff;
  background: rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.18); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.cc-solo__body { padding: clamp(1.6rem, 3vw, 3rem) clamp(1.6rem, 3vw, 3rem) clamp(1.6rem, 3vw, 3rem) 0; }
.cc-solo__no { font-family: "Anton", sans-serif; font-size: 1.4rem; color: rgba(255,255,255,.4); }
.cc-solo__name { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(1.9rem, 4vw, 3.4rem); line-height: .95; margin-top: .4rem; }
.cc-solo__role { color: var(--red); font-weight: 600; font-size: .95rem; letter-spacing: .04em; margin-top: .7rem; }
.cc-solo__text { color: var(--muted); line-height: 1.65; margin-top: 1.2rem; font-size: 1rem; max-width: 48ch; }
.cc-solo__skills { list-style: none; display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.6rem; }
.cc-solo__skills li { font-size: .8rem; letter-spacing: .02em; color: var(--ink); padding: .42rem .9rem;
  border: 1px solid var(--line); border-radius: 100px; }
@media (max-width: 760px) {
  .cc-solo { grid-template-columns: 1fr; }
  .cc-solo__media { aspect-ratio: 3/4; }
  .cc-solo__media img { object-position: center 25%; }
  .cc-solo__body { padding: clamp(1.4rem, 5vw, 2rem); }
}

/* =====================================================================
   STAGE (gepinnte Szenen)
   ===================================================================== */
.cc-stage { position: relative; }
.cc-stage__pin { position: relative; height: 100svh; overflow: hidden; background: #000;
  display: flex; align-items: center; justify-content: center; }
.cc-stage__cap { position: absolute; left: clamp(1.2rem, 4vw, 3rem); bottom: clamp(1.4rem, 4vw, 2.6rem); z-index: 6;
  max-width: 30ch; font-size: clamp(.86rem, 1.1vw, 1rem); line-height: 1.45; color: var(--muted); }
.cc-stage__cap span { display: block; color: var(--ink); font-weight: 600; letter-spacing: .04em; margin-bottom: .35rem; }

/* ---- 1 · MOTION DESIGN (exakte Schrift als Bild) ---- */
.cc-motion__title { position: absolute; z-index: 4; top: clamp(10%, 15vh, 18%); left: 50%;
  width: clamp(300px, 66vw, 940px); height: auto; transform: translateX(-50%);
  filter: drop-shadow(0 0 70px color-mix(in srgb, var(--red) 45%, transparent)); will-change: transform; }
/* Lichtschein: weicher roter Kegel von der Schrift nach unten auf die Person (kein harter Rand) */
.cc-beam { position: absolute; top: clamp(15%, 21vh, 25%); left: 50%; transform: translateX(-50%); z-index: 2;
  width: clamp(360px, 50vw, 820px); height: 72%; pointer-events: none;
  background: radial-gradient(118% 80% at 50% 0%,
    color-mix(in srgb, var(--red) 50%, transparent) 0%,
    color-mix(in srgb, var(--red) 22%, transparent) 33%,
    transparent 66%);
  filter: blur(46px); opacity: .92; mix-blend-mode: screen; }
.cc-motion__man { position: absolute; z-index: 5; top: 44%; left: 50%; width: clamp(120px, 15vw, 230px);
  transform: translate(-50%, 0); filter: drop-shadow(0 30px 50px rgba(0,0,0,.6)); will-change: transform; }
/* Licht-Pool, der direkt auf die Person fällt (Silhouette steht darin) */
.cc-spot { position: absolute; z-index: 3; top: 47%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(300px, 44vw, 700px); aspect-ratio: 1.5 / 1; pointer-events: none;
  background: radial-gradient(closest-side,
    color-mix(in srgb, var(--red) 62%, transparent) 0%,
    color-mix(in srgb, var(--red) 26%, transparent) 44%,
    transparent 76%);
  filter: blur(26px); mix-blend-mode: screen; opacity: .9; }

/* ---- 2 · EDIT ---- */
.cc-edit__frame { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
/* "Kamera"-Ebene: Bild + Wörter werden gemeinsam gezoomt -> Wörter sind aufs Bild getrackt */
.cc-edit__world { position: absolute; inset: 0; transform-origin: 50% 30%; will-change: transform; }
.cc-edit__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; display: block; }
.cc-edit__black { position: absolute; inset: 0; z-index: 3; background: #000; }
/* Zentrierter 2-Zeiler, der beim Rauszoomen langsam scharf wird (Apple-Stil, mit Tiefe) */
.cc-edit__headline { position: absolute; inset: 0; z-index: 4; pointer-events: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(.1rem, .4vw, .35rem); perspective: 1000px; text-align: center;
  padding: 0 5vw; }
.cc-hl-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 clamp(.3rem, 1.2vw, 1rem); transform-style: preserve-3d; }
.cc-word { font-family: "Anton", sans-serif; text-transform: uppercase; white-space: nowrap; color: #fff;
  font-size: clamp(2rem, 6.4vw, 6rem); line-height: 1.02; letter-spacing: .005em;
  opacity: 0; filter: blur(18px); text-shadow: 0 8px 44px rgba(0,0,0,.75), 0 0 2px rgba(0,0,0,.5);
  will-change: opacity, filter, transform; }
.cc-word b { display: inline-block; font-weight: 400; }
.cc-word--accent b { color: var(--red); }
.cc-edit__title { position: absolute; z-index: 4; color: #fff; font-size: clamp(3rem, 16vw, 13rem); mix-blend-mode: difference; }

/* ---- 3 · UGC (Total-Szene + getrackte Werbung) ---- */
.cc-ugc__scene { position: absolute; top: 50%; left: 50%;
  width: max(100vw, calc(100svh * 1.5)); aspect-ratio: 1920 / 1280;
  transform: translate(-50%, -50%); transform-origin: 50% 47%; will-change: transform; }
.cc-ugc__total { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-ugc .cc-stage__cap { color: rgba(255,255,255,.85); z-index: 6; }
.cc-ugc .cc-stage__cap span { color: #fff; }
/* "Persönlichkeit zeigt sich im Content." – kommt beim Scrollen langsam rein */
.cc-ugc__headline { position: absolute; inset: 0; z-index: 5; pointer-events: none;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center;
  gap: 0 clamp(.35rem, 1.2vw, 1rem); padding: 0 6vw 13vh; text-align: center; }
.cc-ugc__headline .cc-word { font-size: clamp(1.6rem, 4.6vw, 4.2rem); }
.cc-word--green b { color: #2dae90; }

/* =====================================================================
   APPLE-FOLDER PLATZHALTER
   ===================================================================== */
.cc-folders { width: min(var(--maxw), 92vw); margin: 0 auto; padding: clamp(4rem, 12vh, 8rem) 0; }
.cc-folders__head { margin-bottom: clamp(1.6rem, 4vw, 3rem); }
.cc-folders__title { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(1.6rem, 4vw, 3rem); margin-top: .8rem; }
.cc-folders__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.9rem, 1.6vw, 1.4rem); }
.cc-folder { position: relative; aspect-ratio: 16/10; border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient(180deg, #0b0b0d, #050506); display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(1.1rem, 2vw, 1.6rem); overflow: hidden; cursor: pointer;
  transition: border-color .4s, transform .5s var(--ease), box-shadow .5s; }
.cc-folder:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--red) 50%, var(--line)); box-shadow: 0 40px 70px -40px rgba(230,10,20,.4); }
.cc-folder__icon { position: absolute; top: clamp(1rem, 2vw, 1.5rem); left: clamp(1.1rem, 2vw, 1.6rem); width: 46px; height: 36px;
  background: url("../img/cc/folder.png") center/contain no-repeat; opacity: .92; filter: drop-shadow(0 8px 18px rgba(230,10,20,.4)); }
.cc-folder::after { content: "▶"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  color: rgba(255,255,255,.16); font-size: 2rem; transition: color .4s, transform .4s var(--ease); }
.cc-folder:hover::after { color: var(--red); transform: translate(-50%,-50%) scale(1.15); }
.cc-folder--video { padding: 0; }
.cc-folder--video::after { display: none; }
.cc-folder--video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cc-folder__idx { font-family: "Anton", sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: #fff; line-height: 1; }
.cc-folder__label { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: .3rem; }

/* =====================================================================
   TEAM
   ===================================================================== */
.cc-team { width: min(var(--maxw), 92vw); margin: 0 auto; padding: clamp(4rem, 12vh, 9rem) 0; }
.cc-team__head { margin-bottom: clamp(2rem, 5vw, 3.6rem); }
.cc-team__title { font-size: clamp(2.4rem, 8vw, 6rem); margin-top: 1rem; }
.cc-team__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 2.4vw, 2rem); }
.cc-person { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #060607; }
.cc-person__media { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #0c0c0e; }
.cc-person__media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.1) contrast(1.03); transition: transform .8s var(--ease); }
.cc-person:hover .cc-person__media img { transform: scale(1.04); }
.cc-person__media--empty { display: grid; place-items: center; background:
  repeating-linear-gradient(45deg, #0a0a0c 0 14px, #070708 14px 28px); }
.cc-person__plus { font-family: "Anton", sans-serif; font-size: 4rem; color: var(--red); opacity: .5; }
.cc-person__no { position: absolute; top: 1rem; right: 1.1rem; font-family: "Anton", sans-serif; font-size: 1.5rem; color: rgba(255,255,255,.55); }
.cc-person__body { padding: clamp(1.3rem, 2.4vw, 2rem); }
.cc-person__name { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: clamp(1.5rem, 2.6vw, 2.2rem); }
.cc-person__role { color: var(--red); font-weight: 600; font-size: .9rem; letter-spacing: .04em; margin-top: .4rem; }
.cc-person__text { color: var(--muted); line-height: 1.6; margin-top: 1rem; font-size: .96rem; max-width: 42ch; }
.cc-person--empty .cc-person__name { color: var(--muted); }

/* =====================================================================
   CONTACT
   ===================================================================== */
.cc-contact { width: min(var(--maxw), 92vw); margin: 0 auto; padding: clamp(4rem, 12vh, 9rem) 0 0; }
.cc-contact__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.cc-contact__title { font-size: clamp(2.4rem, 7vw, 5.6rem); line-height: 1.0; margin-top: 1rem; }
.cc-contact__lead { color: var(--muted); font-size: 1.1rem; line-height: 1.6; margin-top: 1.4rem; max-width: 34ch; }
.cc-contact__mail { display: inline-block; margin-top: 1.4rem; font-family: "Anton", sans-serif; font-size: clamp(1.2rem, 2vw, 1.7rem);
  color: #fff; border-bottom: 2px solid var(--red); padding-bottom: .2rem; transition: color .3s; }
.cc-contact__mail:hover { color: var(--red); }

.cc-form { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2vw, 1.4rem); }
.cc-field { display: flex; flex-direction: column; gap: .5rem; }
.cc-field--full { grid-column: 1 / -1; }
.cc-field label { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.cc-field__opt { text-transform: none; letter-spacing: .02em; color: #6a6a70; font-size: .92em; }
.cc-field input, .cc-field select, .cc-field textarea {
  font: inherit; color: var(--ink); background: #0a0a0c; border: 1px solid var(--line); border-radius: 12px;
  padding: .95rem 1.1rem; outline: none; transition: border-color .3s, background .3s; resize: vertical;
  color-scheme: dark; }
.cc-field input[type="date"] { cursor: pointer; min-height: 3.4rem; }
.cc-field input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; opacity: .7; filter: invert(1); }
.cc-field input::placeholder, .cc-field textarea::placeholder { color: #55555b; }
.cc-field input:focus, .cc-field select:focus, .cc-field textarea:focus { border-color: var(--red); background: #0d0d10; }
.cc-field select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%238b8b90' stroke-width='2'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1.1rem center; padding-right: 2.6rem; }
.cc-submit { grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  background: var(--red); color: #fff; border: 0; border-radius: 100px; padding: 1.05rem 1.6rem; cursor: pointer;
  font: inherit; font-weight: 600; letter-spacing: .02em; transition: transform .4s var(--ease), box-shadow .4s, background .3s; }
.cc-submit:hover { transform: translateY(-2px); box-shadow: 0 24px 50px -20px rgba(230,10,20,.6); }
.cc-submit.is-sent { background: #1a1a1e; }

.cc-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  margin-top: clamp(4rem, 10vh, 7rem); padding: 2rem 0; border-top: 1px solid var(--line);
  font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.cc-foot a:hover { color: var(--red); }

/* generic reveal start-state */
[data-cc-reveal] { opacity: 0; transform: translateY(34px); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 860px) {
  .cc-contact__inner { grid-template-columns: 1fr; }
  .cc-team__grid { grid-template-columns: 1fr; }
  .cc-folders__grid { grid-template-columns: 1fr; }
  .cc-form { grid-template-columns: 1fr; }
  .cc-hero__foot { flex-direction: column; gap: 1.4rem; align-items: flex-start; }
}

/* ===================== HANDY-OPTIMIERUNG ===================== */
@media (max-width: 700px) {
  /* Title-Screen als voller Banner: CREATIVE CONTENT direkt lesbar, KEIN Blur, keine schwarzen Balken */
  .cc-hero { min-height: auto; display: block; padding: clamp(5rem, 15vh, 7rem) 0 clamp(1.4rem, 5vh, 2.4rem); overflow: visible; }
  .cc-hero__screen { position: relative; inset: auto; width: 100%; height: auto; object-fit: contain; z-index: 1; }

  /* Headlines dürfen umbrechen und sind kleiner, damit nichts übersteht */
  .cc-word { white-space: normal; text-wrap: balance; }
  .cc-edit__headline { padding: 0 6vw; gap: .1rem; }
  .cc-edit__headline .cc-word { font-size: clamp(1.7rem, 8.5vw, 2.6rem); }
  .cc-hl-row { gap: 0 .4rem; }

  /* "Persönlichkeit zeigt sich im Content." tiefer -> unten auf die Straße, NICHT aufs Plakat */
  .cc-ugc__headline { align-items: flex-end; align-content: flex-end; justify-content: center;
    gap: .1rem .4rem; padding: 0 8vw 16vh; text-align: center; }
  .cc-ugc__headline .cc-word { font-size: clamp(1.3rem, 6.4vw, 2.1rem); }

  .cc-stage__cap { max-width: 24ch; }

  /* --- Referenz-Videos horizontal wischbar (weniger Scrollen) --- */
  /* UGC (Hochformat): 2 pro Reihe sichtbar, nach rechts wischen für weitere */
  #ugcGrid { display: grid; grid-template-columns: none; grid-auto-flow: column;
    grid-template-rows: repeat(2, auto); grid-auto-columns: 45%;
    overflow-x: auto; scroll-snap-type: x mandatory; }
  #ugcGrid .cc-vid { scroll-snap-align: start; }
  /* Motion- & YouTube-Kategorien: je Kategorie EINE wischbare Reihe (höhere Spezifität, damit es "grid" schlägt) */
  .cc-ytcat .cc-ytcat__grid { display: flex; flex-wrap: nowrap; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x proximity; }
  .cc-ytcat .cc-ytcat__grid .cc-yt, .cc-ytcat .cc-ytcat__grid .cc-vid { flex: 0 0 80%; scroll-snap-align: start; }
  /* Motion-Kategorien: 3 untereinander pro Spalte, weitere per Wischen nach rechts (ID schlägt Klassen) */
  #motionGrid .cc-ytcat__grid { display: grid; grid-auto-flow: column; grid-template-rows: repeat(3, auto);
    grid-auto-columns: 84%; overflow-x: auto; scroll-snap-type: x mandatory; }
  #motionGrid .cc-ytcat__grid .cc-vid { flex: none; width: auto; scroll-snap-align: start; }
  /* Scrollbalken der Reihen ausblenden */
  #ugcGrid, .cc-ytcat .cc-ytcat__grid { scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  #ugcGrid::-webkit-scrollbar, .cc-ytcat .cc-ytcat__grid::-webkit-scrollbar { display: none; }
  /* dezenter Wisch-Hinweis — nur bei UGC (Motion/Edit haben Hinweise pro Kategorie) */
  .cc-folders[data-folders="UGC"] .cc-folders__title { position: relative; }
  .cc-folders[data-folders="UGC"] .cc-folders__title::after { content: "wischen →"; float: right; font-family: "Space Grotesk", sans-serif;
    font-size: .42em; letter-spacing: .16em; color: var(--red); margin-top: .8em; }
}
/* =====================================================================
   HEADER OHNE WORTMARKE
   ===================================================================== */
.cc-head--nobrand { justify-content: flex-end; }

/* =====================================================================
   REFERENZ-VIDEOS (selbst gehostet, Hover = Play, Light-Sweep)
   ===================================================================== */
.cc-vidgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.9rem, 1.4vw, 1.3rem); }
.cc-vidgrid--portrait { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
.cc-vid { position: relative; margin: 0; border-radius: 16px; overflow: hidden; background: #0b0b0d;
  border: 1px solid var(--line); aspect-ratio: 16 / 9; cursor: pointer;
  transition: transform .5s var(--ease), border-color .4s ease, box-shadow .5s ease; }
.cc-vidgrid--portrait .cc-vid { aspect-ratio: 9 / 16; }
a.cc-vid, a.cc-vid:hover { display: block; color: inherit; text-decoration: none; }
.cc-vid:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--red) 48%, var(--line));
  box-shadow: 0 40px 70px -40px rgba(230,10,20,.42); }
.cc-vid__media { width: 100%; height: 100%; object-fit: cover; display: block; background: #0b0b0d; }
.cc-vid__hint { position: absolute; z-index: 3; right: .7rem; bottom: .7rem; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(0,0,0,.42); border: 1px solid rgba(255,255,255,.22); display: grid; place-items: center;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: opacity .35s, transform .35s; }
.cc-vid__hint::after { content: ""; border-left: 9px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; margin-left: 2px; }
.cc-vid:hover .cc-vid__hint { opacity: 0; transform: scale(.8); }

/* =====================================================================
   YOUTUBE-REFERENZEN (Edit) – Thumbnail -> Link
   ===================================================================== */
/* Edit-Referenzen in Kategorien (Dokumentation · Serien · Klassische YouTube-Videos) */
.cc-ytgrid { display: flex; flex-direction: column; gap: clamp(2rem, 4vw, 3.4rem); }
.cc-ytcat__title { display: flex; align-items: center; gap: .7rem; font-family: "Space Grotesk", sans-serif;
  font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
  margin: 0 0 clamp(1rem, 1.8vw, 1.4rem); padding-bottom: .7rem; border-bottom: 1px solid var(--line); }
.cc-ytcat__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.9rem, 1.4vw, 1.3rem); }
/* > 3 Videos: horizontal wischbar statt Zeilenumbruch */
.cc-ytcat__grid--scroll { display: flex; overflow-x: auto; scroll-snap-type: x proximity;
  scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: .3rem; cursor: grab; }
.cc-ytcat__grid--scroll::-webkit-scrollbar { display: none; }
.cc-ytcat__grid--scroll:active { cursor: grabbing; }
.cc-ytcat__grid--scroll .cc-yt, .cc-ytcat__grid--scroll .cc-vid { flex: 0 0 clamp(260px, 31%, 440px); scroll-snap-align: start; }
.cc-ytcat__swipe { margin-left: auto; font-family: "Space Grotesk", sans-serif; font-size: .68rem;
  letter-spacing: .16em; color: var(--red); animation: cc-swipe 2.2s ease-in-out infinite; }
@keyframes cc-swipe { 0%,100% { transform: translateX(0); opacity: .65; } 50% { transform: translateX(5px); opacity: 1; } }
.cc-yt { position: relative; display: block; border-radius: 16px; overflow: hidden; background: #0b0b0d;
  border: 1px solid var(--line); aspect-ratio: 16 / 9; text-decoration: none;
  transition: transform .5s var(--ease), border-color .4s ease, box-shadow .5s ease; }
.cc-yt:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--red) 48%, var(--line));
  box-shadow: 0 40px 70px -40px rgba(230,10,20,.42); }
.cc-yt img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; transition: transform .7s var(--ease), opacity .4s; }
.cc-yt:hover img { transform: scale(1.05); opacity: 1; }
.cc-yt::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(5,5,7,.82)); }
.cc-yt__play { position: absolute; inset: 0; margin: auto; z-index: 2; width: 58px; height: 58px; border-radius: 50%;
  background: rgba(230,10,20,.94); display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(230,10,20,.6);
  transition: transform .4s var(--ease), background .3s; }
.cc-yt__play::after { content: ""; border-left: 17px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 4px; }
.cc-yt:hover .cc-yt__play { transform: scale(1.12); }
.cc-yt__title { position: absolute; left: 1rem; right: 1rem; bottom: .85rem; z-index: 2; color: #fff;
  font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: clamp(.86rem, 1vw, .98rem); line-height: 1.25; }

/* Quelle-Badge (z. B. Joyn) oben links */
.cc-yt__src { position: absolute; top: .6rem; left: .6rem; z-index: 3; font-family: "Space Grotesk", sans-serif;
  font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #fff;
  background: rgba(6,6,8,.6); border: 1px solid rgba(255,255,255,.28); padding: .3rem .62rem; border-radius: 100px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }

/* Credits-Button (⋯) + Popover "Was ich gemacht hab" */
.cc-cred-btn { position: absolute; top: .55rem; right: .55rem; z-index: 4; width: 30px; height: 30px; border-radius: 50%;
  background: rgba(6,6,8,.55); border: 1px solid rgba(255,255,255,.28); color: #fff; display: grid; place-items: center;
  font-size: 1.05rem; line-height: 1; cursor: pointer; letter-spacing: .04em;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .3s, border-color .3s, transform .3s; }
.cc-cred-btn:hover { background: var(--red); border-color: var(--red); transform: scale(1.06); }
.cc-cred { position: absolute; inset: 0; z-index: 5; background: rgba(6,6,8,.93);
  -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  padding: clamp(1.1rem, 3.4vw, 1.8rem); display: flex; flex-direction: column; justify-content: center; gap: .6rem;
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s; cursor: pointer; }
.cc-cred-open .cc-cred { opacity: 1; visibility: visible; }
.cc-cred__label { font-family: "Space Grotesk", sans-serif; font-size: .62rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--red); }
.cc-cred p, .cc-cred__note { font-size: clamp(.86rem, 1.1vw, 1rem); line-height: 1.55; color: #ededed; }
/* Rollen/Rangordnung */
.cc-cred__roles { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.cc-cred__roles li { display: flex; flex-direction: column; gap: .12rem; line-height: 1.25;
  font-size: clamp(.9rem, 1.15vw, 1.02rem); font-weight: 600; color: #fff; }
.cc-cred__roles li span { font-family: "Space Grotesk", sans-serif; font-size: .58rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.cc-cred::after { content: "Tippen zum Schließen"; margin-top: .3rem; font-size: .62rem; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.4); }

@media (max-width: 860px) { .cc-vidgrid, .cc-ytcat__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cc-vidgrid, .cc-ytcat__grid { grid-template-columns: 1fr; } .cc-vidgrid--portrait { grid-template-columns: repeat(2, 1fr); } }

/* =====================================================================
   VERSPIELTER CURSOR (rot, weicher Nachlauf) – nur Desktop/Feinzeiger
   ===================================================================== */
@media (hover: hover) and (pointer: fine) {
  body.cc.cc-cursor-on, body.cc.cc-cursor-on a, body.cc.cc-cursor-on button,
  body.cc.cc-cursor-on .cc-vid, body.cc.cc-cursor-on .cc-yt,
  body.cc.cc-cursor-on input, body.cc.cc-cursor-on select, body.cc.cc-cursor-on textarea { cursor: none; }
}
.cc-cursor, .cc-cursor__dot { position: fixed; top: 0; left: 0; z-index: 300; pointer-events: none;
  border-radius: 50%; opacity: 0; }
body.cc-cursor-on .cc-cursor, body.cc-cursor-on .cc-cursor__dot { opacity: 1; }
.cc-cursor { width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 1.6px solid rgba(255,255,255,.55);
  mix-blend-mode: difference;
  transition: width .32s var(--ease), height .32s var(--ease), margin .32s var(--ease),
    background-color .3s ease, border-color .3s ease; }
.cc-cursor__dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--red); transition: opacity .3s; }
.cc-cursor.is-hover { width: 58px; height: 58px; margin: -29px 0 0 -29px;
  background: color-mix(in srgb, var(--red) 16%, transparent); border-color: var(--red); mix-blend-mode: normal; }
.cc-cursor.is-down { width: 26px; height: 26px; margin: -13px 0 0 -13px; }
@media (prefers-reduced-motion: reduce) {
  .cc-cursor, .cc-cursor__dot { display: none; }
  body.cc.cc-cursor-on { cursor: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .cc-hero [data-hero], [data-cc-reveal] { opacity: 1 !important; transform: none !important; }
}
