/* ==========================================================================
   UNIT TALENTS — Stylesheet
   Custom, hand-crafted CSS. No frameworks, no gradients, no AI artifacts.
   ========================================================================== */

@import url("../fonts/fonts.css");

/* --------------------------------------------------------------------------
   1. Design Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Brand palette — warmer „Clean-Girl / Instagram-Beige"-Vibe.
     Beige Off-white Base, warmer Espresso-Text, Caramel/Latte als weicher Akzent. */
  --color-sand:           #EDE3D3;   /* warmes Sand für „--soft"-Sektionen */
  --color-sand-soft:      #F5F0E7;   /* sehr helles Beige */
  --color-cream:          #FAF6EF;   /* fast weiß, nur ein Hauch warm — cream-Sektionen */
  --color-paper:          #FDFBF7;   /* nahezu weiß, leicht warm — body/Hero (clean) */
  --color-white:          #FFFFFF;   /* reines Weiß — Card-Hintergrund (Kontrast) */
  --color-walnut:         #2B2219;   /* warmer Espresso — primäre Text-Farbe */
  --color-walnut-soft:    #4A3E30;   /* warmes Braun für Sub-Headlines/Lede */
  --color-stone:          #6E6151;   /* warmer Taupe-Ton für Muted-Text */
  --color-chocolate:      #2A2218;   /* warmes Dunkel — Dark-Section-Background */
  --color-cocoa:          #3D3326;   /* sekundäres Brown */
  --color-clay:           #A07C50;   /* Caramel/Latte — der weiche Beige-Akzent */
  --color-clay-dark:      #836540;   /* dunkleres Caramel — Hover */
  --color-clay-soft:      #E6D5BD;   /* zartes Sand — Akzente auf Dunkel */
  --color-line:           rgba(43, 34, 25, 0.12);
  --color-line-strong:    rgba(43, 34, 25, 0.22);

  /* Typography */
  /* Nur 2 Schriften: Six Caps (großes Display) + Inter (alles andere). */
  --font-sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-serif:   var(--font-sans);   /* früher Playfair — jetzt Inter, für ein cleanes 2-Font-Setup */
  --font-display: "Six Caps", "Arial Narrow", "Inter", sans-serif;  /* ultra-condensed Editorial-Display */

  /* Type scale */
  --text-xs:   0.75rem;   /* 12 */
  --text-sm:   0.875rem;  /* 14 */
  --text-base: 1rem;      /* 16 */
  --text-lg:   1.125rem;  /* 18 */
  --text-xl:   1.375rem;  /* 22 */
  --text-2xl:  1.75rem;   /* 28 */
  --text-3xl:  2.25rem;   /* 36 */
  --text-4xl:  3rem;      /* 48 */
  --text-5xl:  4rem;      /* 64 */
  --text-6xl:  5.5rem;    /* 88 */
  --text-7xl:  7rem;      /* 112 */

  /* Spacing */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.5rem;
  --space-6:  2rem;
  --space-7:  3rem;
  --space-8:  4rem;
  --space-9:  6rem;
  --space-10: 8rem;
  --space-11: 12rem;

  /* Layout */
  --container:        1280px;
  --container-narrow: 880px;
  --container-wide:   1480px;
  --radius:           0;           /* editorial — alle Cards/Images scharfkantig */
  --radius-lg:        0;           /* editorial — keine Rundungen */
  --radius-pill:      999px;       /* nur für Social Icons / Pills */
  --header-h:         68px;

  /* Motion */
  --ease:             cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast:         180ms;
  --dur-base:         320ms;
  --dur-slow:         640ms;
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-walnut);
  overflow-x: hidden;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
img { font-style: italic; } /* alt text styling */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--color-walnut);
}

h1 { font-size: clamp(1.85rem, 2.5vw + 0.75rem, 3.25rem); }
h2 { font-size: clamp(1.65rem, 2vw + 0.65rem, 2.5rem); }
h3 { font-size: clamp(1.3rem,  1.25vw + 0.5rem, 1.65rem); }
h4 { font-size: var(--text-xl); }

/* Italic im heading — gleiche Gewicht, nur Kursiv-Akzent */
h1 em, h2 em, h3 em, h4 em {
  font-weight: inherit;
  font-style: italic;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease);
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

::selection { background: var(--color-walnut); color: var(--color-sand); }

/* --------------------------------------------------------------------------
   Cross-Document View Transitions — echte, smoothe Übergänge ZWISCHEN den
   HTML-Seiten (Chromium 126+). Ältere Browser navigieren normal weiter,
   ganz ohne Nachteil. Kein JavaScript nötig.
   -------------------------------------------------------------------------- */
@view-transition {
  navigation: auto;
}

/* Header/Logo bleiben über den Seitenwechsel stabil stehen (kein Flackern) */
.site-header { view-transition-name: site-header; }

/* Der große Titel „morpht" von Seite zu Seite (gleitet/skaliert in Position) */
.hero__title,
.section--hero h1 { view-transition-name: page-headline; }

/* Restlicher Inhalt: sanftes Ausblenden der alten, Einblenden der neuen Seite */
::view-transition-old(root) {
  animation: vt-out 0.32s cubic-bezier(0.4, 0, 0.2, 1) both;
}
::view-transition-new(root) {
  animation: vt-in 0.45s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
@keyframes vt-out {
  to { opacity: 0; transform: translateY(-12px); }
}
@keyframes vt-in {
  from { opacity: 0; transform: translateY(18px); }
}
/* Der morphende Titel bekommt eine etwas längere, weiche Kurve */
::view-transition-group(page-headline) {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) { animation: none !important; }
}

/* --------------------------------------------------------------------------
   3. Typography utilities
   -------------------------------------------------------------------------- */
.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-clay);
  display: inline-block;
}

.serif    { font-family: var(--font-serif); }
.italic   { font-style: italic; }
.muted    { color: var(--color-stone); }
.center   { text-align: center; }

.lede {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 1.4vw + 0.75rem, 1.75rem);
  line-height: 1.4;
  color: var(--color-walnut-soft);
  font-weight: 300;
  letter-spacing: -0.005em;
}

/* --------------------------------------------------------------------------
   4. Layout primitives
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.container--narrow { max-width: var(--container-narrow); }
.container--wide   { max-width: var(--container-wide); }

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.section--tight  { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--hero   { padding: calc(var(--header-h) + clamp(3rem, 7vw, 6rem)) 0 clamp(3rem, 6vw, 5rem); }

/* Unterseiten-Hero: gleicher großer Display-Stil wie Homepage-Hero */
.section--hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 9.5rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.035em; /* identisch zum Startseiten-Hero */
  text-transform: uppercase;
  max-width: none;
}
.section--hero h1 em {
  font-family: inherit;
  font-style: normal;
  color: var(--color-clay);
}
.section--hero .lede {
  margin-top: var(--space-5);
}

.section--cream { background: var(--color-cream); }
.section--soft  { background: var(--color-sand-soft); }
.section--dark  { background: var(--color-chocolate); color: var(--color-cream); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--color-cream); }
.section--dark .eyebrow { color: var(--color-clay-soft); }

/* Statement — vollflächiger Akzent für EINE prominente Aussage */
.section--statement {
  background: var(--color-sand);
  color: var(--color-walnut);
  padding: clamp(4rem, 9vw, 8rem) 0;
  text-align: center;
}
.section--statement .eyebrow { color: var(--color-walnut); opacity: 0.7; }
.section--statement .statement em { color: var(--color-clay); }
.section--statement .statement {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 8.5vw, 8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-walnut);
  max-width: none;
  margin: var(--space-4) auto 0;
}
.section--statement .statement em {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  opacity: 1;
}

.divider {
  display: none; /* global keine Trennlinien zwischen Sektionen */
}

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: 0.9rem 1.6rem;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid currentColor;
  background: transparent;
  color: var(--color-walnut);
  cursor: pointer;
  transition: background-color var(--dur-base) var(--ease),
              color var(--dur-base) var(--ease),
              border-color var(--dur-base) var(--ease);
  position: relative;
}

.btn:hover, .btn:focus-visible {
  background: var(--color-walnut);
  color: var(--color-cream);
  outline: none;
}

.btn--primary {
  background: var(--color-walnut);
  color: var(--color-cream);
  border-color: var(--color-walnut);
}
.btn--primary:hover, .btn--primary:focus-visible {
  background: var(--color-clay);
  border-color: var(--color-clay);
  color: var(--color-cream);
}

.btn--ghost-light {
  border-color: var(--color-cream);
  color: var(--color-cream);
}
.btn--ghost-light:hover {
  background: var(--color-cream);
  color: var(--color-walnut);
}

.btn .btn__arrow {
  width: 18px;
  height: 10px;
  transition: transform var(--dur-base) var(--ease);
}
.btn:hover .btn__arrow { transform: translateX(4px); }

/* Inline text link with underline draw effect */
.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-walnut);
  padding-bottom: 4px;
}
.text-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform var(--dur-base) var(--ease);
}
.text-link:hover::after {
  transform-origin: left center;
  transform: scaleX(0.2);
}
.text-link .btn__arrow {
  width: 18px;
  height: 10px;
  transition: transform var(--dur-base) var(--ease);
}
.text-link:hover .btn__arrow { transform: translateX(6px); }

/* --------------------------------------------------------------------------
   6. Header / Navigation
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;            /* oben transparent — Hero scheint durch */
  border-bottom: 1px solid transparent;
  transition: background-color var(--dur-base) var(--ease),
              border-color var(--dur-base) var(--ease),
              backdrop-filter var(--dur-base) var(--ease);
}

/* Erst beim Scrollen bekommt der Header einen dezenten Hintergrund + Schatten (kein Rand) */
.site-header.is-scrolled {
  /* Mobil bewusst OHNE backdrop-filter: ein gefilterter Header würde sonst zum
     Bezugsrahmen für das fixed Burger-Menü und es auf Header-Höhe zusammenstauchen. */
  background: rgba(252, 250, 245, 0.96);
  border-bottom-color: transparent;
  box-shadow: 0 8px 30px -18px rgba(43, 34, 25, 0.38);
}
@media (min-width: 961px) {
  .site-header.is-scrolled {
    background: rgba(252, 250, 245, 0.85);
    -webkit-backdrop-filter: saturate(140%) blur(12px);
    backdrop-filter: saturate(140%) blur(12px);
  }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-walnut);
}

.brand__logo {
  height: 30px;
  width: auto;
  display: block;
}
@media (max-width: 600px) { .brand__logo { height: 26px; } }
.footer-brand .brand__logo { height: 34px; }

.brand__name {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.brand__name small {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  margin-top: 2px;
  color: var(--color-stone);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-7);
}

.nav__list {
  display: flex;
  align-items: center;
  gap: var(--space-7);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__link {
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  padding: 0.5rem 0;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform var(--dur-base) var(--ease);
}
.nav__link:hover::after,
.nav__link.is-active::after {
  transform-origin: left center;
  transform: scaleX(1);
}

.nav__cta {
  margin-left: var(--space-5);
  padding: 0.55rem 1.05rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.nav__cta .btn__arrow { width: 14px; height: 8px; }

/* Mobile nav toggle */
.nav-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--color-walnut);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 110;
  padding: 0;
  flex-shrink: 0;
}

.nav-toggle__bars {
  width: 24px;
  height: 14px;
  position: relative;
  display: block;
}
.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: var(--color-walnut);
  border-radius: 1px;
  transition: transform var(--dur-base) var(--ease),
              top var(--dur-base) var(--ease);
}
.nav-toggle__bars::before { top: 0; }
.nav-toggle__bars::after  { top: 12px; }

.nav-toggle.is-open .nav-toggle__bars::before {
  top: 6px; transform: rotate(45deg);
}
.nav-toggle.is-open .nav-toggle__bars::after {
  top: 6px; transform: rotate(-45deg);
}

/* Mobile nav (default — collapsed off-canvas) */
.nav {
  position: fixed;
  top: var(--header-h);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: var(--color-paper);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--space-7) clamp(1.25rem, 4vw, 2.5rem);
  gap: var(--space-6);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform var(--dur-base) var(--ease),
              visibility 0s linear var(--dur-base);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav.is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform var(--dur-base) var(--ease),
              visibility 0s;
}
.nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-5);
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  font-size: var(--text-2xl);
  font-family: var(--font-serif);
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
}
.nav__cta { margin-left: 0; }

/* Desktop layout (≥ 961px) */
@media (min-width: 961px) {
  .nav-toggle { display: none; }
  .nav {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    visibility: visible;
    background: transparent;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: var(--space-6);
    transform: none;
    overflow-y: visible;
  }
  .nav__list {
    flex-direction: row;
    align-items: center;
    gap: var(--space-6);
    width: auto;
  }
  .nav__link {
    font-size: var(--text-sm);
    font-family: var(--font-sans);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .nav__cta { margin-left: var(--space-4); }
}

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  padding: clamp(4rem, 10vh, 8rem) 0 clamp(3rem, 6vh, 5rem);
  text-align: center;
  overflow: hidden;
}

.hero > .container {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__inner {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}

.hero__content {
  display: block;
  width: 100%;
}

.hero__title {
  font-family: var(--font-display);
  /* volle Bildschirmbreite — bricht aus dem Container aus und füllt die Breite */
  width: 96vw;
  margin-left: calc(50% - 48vw);
  margin-right: calc(50% - 48vw);
  font-size: clamp(3.25rem, 31vw, 34rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: none;
  white-space: nowrap;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}

.hero__title em {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  color: var(--color-clay);
}

/* Buchstaben-Hover: einzelner Buchstabe wächst nach oben (langsam zurück) */
/* Wörter zusammenhalten — kein Umbruch mitten im Wort (nur an Leerzeichen) */
.hl-word { white-space: nowrap; }
.hero__title .hl,
.section--hero h1 .hl {
  display: inline-block;
  transform-origin: bottom center;
  transition: transform 0.6s cubic-bezier(0.22, 0.8, 0.2, 1);
}
.hero__title .hl:hover,
.section--hero h1 .hl:hover {
  transform: scaleY(1.12) scaleX(1.01);
  transition-duration: 0.16s;
}
.section--hero h1 {
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}
@media (prefers-reduced-motion: reduce) {
  .hero__title .hl, .section--hero h1 .hl { transition: none; }
  .hero__title .hl:hover, .section--hero h1 .hl:hover { transform: none; }
}

.hero__lede {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.15rem, 1vw + 0.8rem, 1.5rem);
  line-height: 1.45;
  letter-spacing: -0.005em;
  color: var(--color-walnut-soft);
  margin-top: var(--space-6);
  max-width: 40ch;
  margin-inline: auto;
}

.hero__lede-lead {
  display: block;
  font-weight: 600;
  color: var(--color-walnut);
}

.hero__lede-sub {
  display: block;
  font-weight: 300;
  margin-top: 0.5em;
}

.hero__actions {
  margin-top: var(--space-7);
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: center;
}

/* Mobil: „Für Talents" / „Für Brands"-Buttons über volle Breite, gestapelt */
@media (max-width: 600px) {
  .hero__actions,
  .cta-pair {
    flex-direction: column;
    align-items: stretch;
  }
  .hero__actions .btn,
  .cta-pair .btn {
    width: 100%;
    justify-content: center;
  }
}

.hero__contact {
  margin-top: var(--space-5);
  text-align: center;
}

.hero__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--color-walnut);
  overflow: hidden;
  border-radius: var(--radius-lg);
  width: 100%;
  max-height: calc(100vh - var(--header-h) - 4rem);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__meta {
  display: flex;
  gap: var(--space-7);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-line);
  flex-wrap: wrap;
}

.hero__meta-item .num {
  font-family: var(--font-serif);
  font-size: var(--text-4xl);
  font-weight: 300;
  line-height: 1;
  display: block;
}

.hero__meta-item .label {
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-stone);
  margin-top: var(--space-2);
  display: block;
}

/* --------------------------------------------------------------------------
   8. Sections (split, services, etc.)
   -------------------------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

@media (min-width: 880px) {
  .split { grid-template-columns: 1fr 1.4fr; }
  .split--reverse { grid-template-columns: 1.4fr 1fr; }
  .split--reverse .split__media { order: 1; }
}

.split__title {
  font-size: clamp(1.75rem, 2.5vw + 0.75rem, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.split__copy {
  margin-top: var(--space-5);
  font-size: var(--text-lg);
  line-height: 1.7;
  color: var(--color-walnut-soft);
}

.split__media {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--color-sand-soft);
}

.split__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}

.split__media:hover img { transform: scale(1.03); }

/* Bild-Spalte auf volle Sektionshöhe (so hoch wie die Textspalte daneben) */
.split--tall .split__media { aspect-ratio: 4 / 3; }
@media (min-width: 880px) {
  .split--tall { align-items: stretch; }
  .split--tall .split__media { aspect-ratio: auto; height: 100%; min-height: 28rem; }
}

/* --------------------------------------------------------------------------
   Helle Feature-Sektion — leicht verwischtes Hintergrundbild, helle Fläche
   -------------------------------------------------------------------------- */
.section--feature-light {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(4rem, 9vw, 7rem);
}
.section--feature-light::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: var(--feature-bg) center/cover no-repeat;
  filter: blur(7px);
  transform: scale(1.08);
  opacity: 0.42;
  z-index: -2;
}
.section--feature-light::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(253, 251, 247, 0.6);
  z-index: -1;
}
.section--feature-light .feature__content { max-width: 620px; }

/* --------------------------------------------------------------------------
   Feature-Sektion — Vollbild-Hintergrundbild (leicht verwischt) + Overlay
   -------------------------------------------------------------------------- */
.section--feature {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--color-cream);
  padding-block: clamp(5rem, 12vw, 9rem);
}
.section--feature::before {
  content: "";
  position: absolute;
  inset: -6%;
  background: var(--feature-bg) center/cover no-repeat;
  filter: blur(3px) brightness(0.92) saturate(0.95);
  transform: scale(1.05);
  z-index: -2;
}
.section--feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg,
    rgba(26, 20, 14, 0.88) 0%,
    rgba(26, 20, 14, 0.66) 42%,
    rgba(26, 20, 14, 0.30) 100%);
  z-index: -1;
}
.section--feature-right::after {
  background: linear-gradient(265deg,
    rgba(26, 20, 14, 0.88) 0%,
    rgba(26, 20, 14, 0.66) 42%,
    rgba(26, 20, 14, 0.30) 100%);
}
.feature__content { max-width: 600px; }
.section--feature-right .feature__content { margin-left: auto; }
.section--feature .split__title { color: var(--color-cream); }
.section--feature .split__copy  { color: rgba(248, 244, 236, 0.9); }
.section--feature .fact-list li { color: rgba(248, 244, 236, 0.86); }
.section--feature .text-link    { color: var(--color-cream); }

/* Services grid — Editorial Numbered Cards */
.services {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 4rem);
  margin-top: var(--space-8);
}

@media (min-width: 720px) {
  .services { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
  .services { grid-template-columns: repeat(3, 1fr); }
}

.service {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: relative;
}

/* Zwei-Spalten-Variante (z. B. Auswahl-Kriterien) */
@media (min-width: 720px) {
  .services--two { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1080px) {
  .services--two { grid-template-columns: 1fr 1fr; }
}

/* Logo-Leiste: Kooperationen aus der Creator-Praxis */
.logo-strip__label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-walnut-soft);
  text-align: center;
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
}
.logo-strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3.25rem);
}
.logo-strip__list li { display: inline-flex; }
.logo-strip__list img {
  height: clamp(20px, 3.2vw, 28px);
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.5;
  transition: filter 0.3s var(--ease), opacity 0.3s var(--ease);
}
.logo-strip__list img.is-badge { height: clamp(34px, 5vw, 46px); }
/* Helle Logos (z. B. Levoit): im Ruhezustand dunkle Silhouette, beim Hover echte Farbe */
.logo-strip__list img.is-light { filter: brightness(0); }
.logo-strip__list li:hover img,
.logo-strip__list li:focus-within img { filter: grayscale(0); opacity: 1; }
.logo-strip__list li:hover img.is-light,
.logo-strip__list li:focus-within img.is-light { filter: none; }
@media (prefers-reduced-motion: reduce) {
  .logo-strip__list img { transition: none; }
}

.service__number {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--color-clay);
  font-feature-settings: "tnum";
  display: inline-block;
}

.service__icon {
  width: 36px;
  height: 36px;
  color: var(--color-clay);
  opacity: 0.85;
}

.service__title {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 1.5vw + 0.5rem, 1.75rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--color-walnut);
}

.service__copy {
  color: var(--color-stone);
  font-size: var(--text-base);
  line-height: 1.65;
  flex: 1;
}

.service__link {
  margin-top: auto;
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
}
.service__link .btn__arrow {
  width: 14px; height: 8px;
  transition: transform var(--dur-base) var(--ease);
}
.service:hover .service__link .btn__arrow { transform: translateX(4px); }

/* Caption-Code: kleine technische Stempel ("EST. 2024 / BERLIN", "TXS-03") */
.code-caption {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-feature-settings: "tnum";
  color: var(--color-stone);
  text-transform: uppercase;
  display: inline-block;
}

/* --------------------------------------------------------------------------
   9. Section title block
   -------------------------------------------------------------------------- */
.section-title {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

@media (min-width: 880px) {
  .section-title {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
  }
}

.section-title h2 {
  font-size: clamp(2rem, 3vw + 0.75rem, 3.25rem);
  max-width: 16ch;
}
.section-title h2 em {
  font-style: italic;
  color: var(--color-clay);
}

.section-title__intro {
  font-size: var(--text-lg);
  color: var(--color-walnut-soft);
  line-height: 1.7;
  max-width: 52ch;
}

/* --------------------------------------------------------------------------
  10. Creators / Brands grids
   -------------------------------------------------------------------------- */
.creator-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}
@media (min-width: 720px)  { .creator-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1080px) { .creator-grid { grid-template-columns: repeat(4, 1fr); } }

.creator-card {
  background: var(--color-cream);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: block;
  transition: transform var(--dur-base) var(--ease);
}
.creator-card:hover { transform: translateY(-4px); }

.creator-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--color-sand-soft);
}
.creator-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease), filter var(--dur-base) var(--ease);
  filter: saturate(0.92);
}
.creator-card:hover .creator-card__media img {
  transform: scale(1.05);
  filter: saturate(1);
}

.creator-card__body {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.creator-card__name {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-weight: 400;
  line-height: 1.2;
}
.creator-card__role {
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-stone);
}

/* ============================================================
   Photo-overlay roster cards (All-In inspired)
   ============================================================ */
.roster-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1rem);
}
@media (min-width: 1080px) { .roster-grid { grid-template-columns: repeat(4, 1fr); } }

/* Loading skeleton (shown while the API is being fetched) */
.roster-skeleton {
  aspect-ratio: 3 / 4;
  background: linear-gradient(90deg, #efe9df 0%, #f7f3ec 50%, #efe9df 100%);
  background-size: 200% 100%;
  animation: roster-shimmer 1.4s ease-in-out infinite;
  border-radius: 4px;
}
@keyframes roster-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Empty / error state */
.roster-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: clamp(2rem, 6vw, 4rem);
  color: var(--color-text-muted, #71717a);
  font-style: italic;
}

/* Cover photo fills the card when an <img> is used instead of placeholder text */
.roster-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--dur-slow) var(--ease);
}
.roster-card:hover .roster-card__photo img { transform: scale(1.04); }

.roster-card {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-walnut);
  color: var(--color-cream);
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease);
  text-decoration: none;
}
.roster-card:hover { transform: translateY(-3px); }
.roster-card--empty { cursor: default; }
.roster-card--empty:hover { transform: none; }

.roster-card__photo {
  position: absolute;
  inset: 0;
  background: var(--color-sand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-stone);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--text-base);
  transition: transform var(--dur-slow) var(--ease);
}
.roster-card:hover .roster-card__photo { transform: scale(1.04); }

.roster-card__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1rem 1.25rem 1.15rem;
  background: rgba(42, 36, 25, 0.55);
  color: var(--color-cream);
  z-index: 1;
}

.roster-card__name {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-cream);
  line-height: 1.25;
  margin: 0;
}

.roster-card__channels {
  display: flex;
  gap: 0.85rem;
  margin-top: 0.55rem;
  align-items: center;
}
.roster-card__channel {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: rgba(250, 247, 242, 0.88);
  /* Zahl und Einheit nie trennen (z. B. "160 Tsd." nicht umbrechen). */
  white-space: nowrap;
}
.roster-card__channel svg {
  width: 13px; height: 13px;
  flex-shrink: 0;
}

/* Handy: die Karten sind im 2-spaltigen Raster schmal. Mit allen drei Kanaelen
   (Instagram, TikTok, YouTube) wird die Statistik-Reihe zu eng. Deshalb dort
   untereinander statt nebeneinander. */
@media (max-width: 600px) {
  .roster-card__channels {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}

/* Selection check indicator */
.roster-card__check {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}
.roster-card__indicator {
  position: absolute;
  top: 12px; right: 12px;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--color-cream);
  background: rgba(42, 36, 25, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color var(--dur-base) var(--ease);
}
.roster-card__indicator svg {
  width: 14px; height: 14px;
  color: var(--color-walnut);
  opacity: 0;
  transition: opacity var(--dur-base) var(--ease);
}
.roster-card.is-selected {
  outline: 2px solid var(--color-walnut);
  outline-offset: -2px;
}
.roster-card.is-selected .roster-card__indicator {
  background: var(--color-cream);
}
.roster-card.is-selected .roster-card__indicator svg { opacity: 1; }

/* Empty slot variant */
.roster-card--empty .roster-card__indicator { display: none; }
.roster-card--empty .roster-card__name { color: rgba(250, 247, 242, 0.65); }

/* Apply variant */
.roster-card--apply {
  background: var(--color-walnut);
}
.roster-card--apply .roster-card__photo {
  background: var(--color-walnut);
  color: var(--color-sand);
  flex-direction: column;
  gap: 0.5rem;
}
.roster-card--apply .roster-card__photo::before {
  content: "+";
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--color-sand);
  opacity: 0.55;
  line-height: 1;
  transition: opacity var(--dur-base) var(--ease);
}
.roster-card--apply:hover .roster-card__photo::before { opacity: 1; }
.roster-card--apply .roster-card__caption {
  background: rgba(42, 36, 25, 0.75);
}

/* Selection preview bar */
.selection-bar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.15rem 1.5rem;
  background: var(--color-cream);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.selection-bar__label {
  font-size: var(--text-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-stone);
  white-space: nowrap;
}
.selection-bar__list {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  color: var(--color-walnut);
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}
.selection-bar__list.is-empty {
  color: var(--color-stone);
  font-style: italic;
}

/* Selected-creator chips below the form (avatar + name) */
.selected-preview {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: var(--space-3);
}
.selected-preview.is-hidden { display: none; }
.selected-preview__label {
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-stone);
  font-weight: 500;
}
.selected-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}
.selected-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.85rem 0.25rem 0.25rem;
  background: var(--color-cream);
  border: 1px solid var(--color-line);
  border-radius: 100px;
  font-size: var(--text-sm);
  color: var(--color-walnut);
}
.selected-chip img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Form + Mail callout row */
.inquiry-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
@media (min-width: 960px) {
  .inquiry-row {
    grid-template-columns: 1fr auto;
    gap: clamp(3rem, 5vw, 5rem);
  }
}

.mail-callout {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px; height: 220px;
  border: 1.5px solid var(--color-walnut);
  border-radius: 50%;
  padding: 1.5rem;
  text-align: center;
  color: var(--color-walnut);
  background: transparent;
  transition: background-color var(--dur-base) var(--ease),
              color var(--dur-base) var(--ease);
}
.mail-callout:hover {
  background: var(--color-walnut);
  color: var(--color-cream);
}
.mail-callout__title {
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  font-weight: 400;
  margin: 0 0 0.4rem;
  line-height: 1.25;
}
.mail-callout__sub {
  font-size: var(--text-xs);
  color: var(--color-stone);
  margin: 0 0 1rem;
}
.mail-callout:hover .mail-callout__title { color: var(--color-cream); }
.mail-callout:hover .mail-callout__sub { color: rgba(250, 247, 242, 0.7); }
.mail-callout__action {
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.mail-callout__action svg { width: 14px; height: 8px; }

/* Showcase variant: 2-column big editorial cards on creators page */
.creator-grid--showcase {
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 720px) {
  .creator-grid--showcase { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1080px) {
  .creator-grid--showcase { grid-template-columns: repeat(2, 1fr); }
}
.creator-grid--showcase .creator-card__media { aspect-ratio: 5 / 6; }
.creator-grid--showcase .creator-card__body  { padding: var(--space-6); gap: var(--space-3); }
.creator-grid--showcase .creator-card__name  { font-size: clamp(1.5rem, 2vw + 0.5rem, var(--text-2xl)); }

/* Platform icons on creator card */
.creator-card__platforms {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-3);
}
.creator-card__platforms svg {
  width: 16px;
  height: 16px;
  color: var(--color-stone);
  transition: color var(--dur-base) var(--ease);
}
.creator-card:hover .creator-card__platforms svg { color: var(--color-walnut); }

/* Brands logo wall */
.brand-wall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--color-line);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (min-width: 600px)  { .brand-wall { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px)  { .brand-wall { grid-template-columns: repeat(5, 1fr); } }

.brand-cell {
  background: var(--color-cream);
  aspect-ratio: 3 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-5);
  transition: background-color var(--dur-base) var(--ease);
}
.brand-cell:hover { background: var(--color-sand-soft); }

.brand-cell svg, .brand-cell__name {
  max-width: 70%;
  height: auto;
  opacity: 0.7;
  transition: opacity var(--dur-base) var(--ease);
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--color-walnut);
  text-align: center;
  letter-spacing: 0.05em;
}
.brand-cell:hover svg,
.brand-cell:hover .brand-cell__name { opacity: 1; }

/* --------------------------------------------------------------------------
  11. Team
   -------------------------------------------------------------------------- */
.team {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (min-width: 720px)  { .team { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .team { grid-template-columns: repeat(3, 1fr); } }

.team-member__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--color-sand-soft);
  margin-bottom: var(--space-5);
}
.team-member__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease);
}
.team-member:hover .team-member__media img { transform: scale(1.04); }

.team-member__name {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  font-weight: 400;
  line-height: 1.15;
}
.team-member__role {
  font-size: var(--text-sm);
  letter-spacing: 0;
  color: var(--color-stone);
  margin-top: var(--space-2);
  line-height: 1.5;
}
.team-member__copy {
  margin-top: var(--space-4);
  color: var(--color-walnut-soft);
  font-size: var(--text-base);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
  12. Jobs list
   -------------------------------------------------------------------------- */
.jobs-list {
  border-top: 1px solid var(--color-line);
}
.job {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
  padding: clamp(1.5rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid var(--color-line);
  position: relative;
  transition: padding var(--dur-base) var(--ease);
}
@media (min-width: 720px) {
  .job {
    grid-template-columns: 1.5fr 1fr 1fr auto;
    align-items: center;
    gap: var(--space-6);
  }
}
.job:hover { padding-left: var(--space-4); padding-right: var(--space-4); background: var(--color-sand-soft); }

.job__title {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  font-weight: 400;
  line-height: 1.2;
}
.job__meta {
  font-size: var(--text-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-stone);
}
.job__arrow {
  width: 28px; height: 12px;
  color: var(--color-walnut);
  transition: transform var(--dur-base) var(--ease);
}
.job:hover .job__arrow { transform: translateX(6px); }

/* --------------------------------------------------------------------------
  13. Marquee (brand strip)
   -------------------------------------------------------------------------- */
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--color-line);
  padding: var(--space-5) 0;
}
.marquee__track {
  display: flex;
  gap: clamp(2rem, 5vw, 4rem);
  width: max-content;
  animation: marquee 38s linear infinite;
  align-items: center;
}
.marquee__item {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 300;
  color: var(--color-walnut-soft);
  white-space: nowrap;
  letter-spacing: -0.01em;
  padding-right: clamp(2.5rem, 6vw, 5rem);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* --------------------------------------------------------------------------
  13b. Fact list (editorial style, no bullets, thin separators)
   -------------------------------------------------------------------------- */
.fact-list {
  list-style: none;
  margin: 0 0 var(--space-7);
  padding: 0;
}
.fact-list li {
  padding: 0.55rem 0;
  color: var(--color-walnut-soft);
  font-size: var(--text-base);
  line-height: 1.55;
}
.fact-list li:first-child { padding-top: 0; }
.fact-list li:last-child  { padding-bottom: 0; }

/* Häkchen-Variante */
.fact-list--check li {
  position: relative;
  padding-left: 2rem;
}
.fact-list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--color-clay);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 13l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M4 13l5 5L20 6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.fact-list--check li:first-child { padding-top: 0; }

/* Zwei-Spalten-Variante (füllt die volle Breite) */
@media (min-width: 720px) {
  .fact-list--cols {
    columns: 2;
    column-gap: clamp(2rem, 5vw, 4.5rem);
  }
  .fact-list--cols li { break-inside: avoid; }
}

/* SVG-Linie, die beim Scrollen „wächst" (GSAP) */
.grow-line {
  display: block;
  width: min(440px, 72%);
  height: auto;
  margin: clamp(1.75rem, 4vw, 3rem) auto 0;
  overflow: visible;
}

/* Founder stats — three numbers side by side */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-6);
}
.stats__item .num {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3vw + 0.5rem, var(--text-4xl));
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  color: var(--color-walnut);
}
.stats__item .label {
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-stone);
  margin-top: var(--space-3);
  display: block;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .stats { grid-template-columns: 1fr; gap: var(--space-4); }
}

/* Social-Links unter Team-Mitglied (Tiana) */
.team-member__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.95rem;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  color: var(--color-walnut);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--dur-base) var(--ease),
              background-color var(--dur-base) var(--ease),
              border-color var(--dur-base) var(--ease);
}
.social-pill svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.social-pill:hover,
.social-pill:focus-visible { color: #fff; background: var(--color-walnut); border-color: var(--color-walnut); }
.social-pill--ig:hover,
.social-pill--ig:focus-visible { background: #E1306C; border-color: #E1306C; }
.social-pill--tt:hover,
.social-pill--tt:focus-visible { background: #111111; border-color: #111111; }
.social-pill--li:hover,
.social-pill--li:focus-visible { background: #0A66C2; border-color: #0A66C2; }

/* Zweispaltiger Fließtext-Block (füllt die Layout-Breite, z. B. Transparenz-Sektion) */
.prose-cols {
  columns: 1;
}
.prose-cols > p {
  margin: 0 0 1.5rem;
}
.prose-cols > p:last-child { margin-bottom: 0; }

/* Eingebettete Creator-Portal-Vorschau (iframe) — responsives Seitenverhältnis */
.portal-embed {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(60, 42, 28, 0.18);
  background: #F0E7D8;
  aspect-ratio: 940 / 620;
  max-width: 1000px;
  margin-inline: auto;
}
.portal-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* Bewusst KEIN Hochformat-Override auf dem Handy mehr: Das Embed bleibt quer
   (Seitenverhaeltnis 940/620) und wird nur kleiner. Die Vorschau erzwingt im
   Embed (?embed=1) ihren Desktop-Rahmen und skaliert ihn selbst proportional
   in die schmale Box, statt auf die gequetschte Hochkant-Ansicht zu wechseln. */

/* --------------------------------------------------------------------------
  14. Form (Contact)
   -------------------------------------------------------------------------- */
.form {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-5);
  background: var(--color-white);
  border-radius: 4px;
  box-shadow: 0 18px 50px -28px rgba(42, 36, 25, 0.28);
  padding: clamp(1.75rem, 4vw, 3rem);
}
@media (min-width: 720px) {
  .form { grid-template-columns: repeat(2, 1fr); }
  .form .field--full { grid-column: 1 / -1; }
}

.field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  position: relative;
}
/* hidden-Attribut muss das display:flex der .field sicher überschreiben */
.field[hidden] { display: none !important; }

.field label {
  font-size: var(--text-xs);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-stone);
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  font: inherit;
  font-size: var(--text-base);
  color: var(--color-walnut);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--color-line-strong);
  padding: var(--space-3) 0;
  border-radius: 0;
  transition: border-color var(--dur-base) var(--ease);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--color-clay);
  box-shadow: 0 1px 0 0 var(--color-clay);
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

/* Datei-Upload (PDF) im Kontaktformular */
.field input[type="file"] {
  border-bottom: 1px dashed var(--color-line-strong);
  cursor: pointer;
}
.field input[type="file"]::file-selector-button {
  font: inherit;
  font-size: var(--text-sm);
  margin-right: 1rem;
  padding: 0.5rem 1.1rem;
  border: 1px solid var(--color-line-strong);
  border-radius: 999px;
  background: var(--color-cream);
  color: var(--color-walnut);
  cursor: pointer;
  transition: background var(--dur-base) var(--ease);
}
.field input[type="file"]::file-selector-button:hover {
  background: #F1EADD;
}
.field__hint {
  margin-top: 0.5rem;
  font-size: var(--text-sm);
  color: var(--color-stone);
}

.field--hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-walnut-soft);
  line-height: 1.6;
}
.checkbox input { margin-top: 4px; accent-color: var(--color-walnut); }

.form-status {
  grid-column: 1 / -1;
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius);
  font-size: var(--text-sm);
  display: none;
}
.form-status.is-success { display: block; background: var(--color-sand-soft); color: var(--color-walnut); }
.form-status.is-error   { display: block; background: #f3e0d6; color: #6a2f17; }

/* --------------------------------------------------------------------------
  15. Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: #4B4133; /* warmes Taupe — beiger und bewusst anders als die dunkle CTA darüber */
  color: var(--color-cream);
  padding: clamp(4rem, 7vw, 6rem) 0 var(--space-6);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-7);
}
@media (min-width: 720px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}

.footer-brand {
  max-width: 320px;
  color: var(--color-cream);
}
.site-footer .brand__name small { color: rgba(250, 247, 242, 0.45); }
.footer-brand p {
  margin-top: var(--space-4);
  color: rgba(250, 247, 242, 0.7);
  font-size: var(--text-sm);
  line-height: 1.7;
}

.footer-col h4 {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.5);
  margin: 0 0 var(--space-4);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.footer-col a {
  color: var(--color-cream);
  font-size: var(--text-base);
  transition: color var(--dur-fast) var(--ease);
}
.footer-col a:hover { color: var(--color-sand); }

.footer-meta {
  margin-top: var(--space-8);
  padding-top: var(--space-5);
  border-top: 1px solid rgba(250, 247, 242, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
  font-size: var(--text-xs);
  color: rgba(250, 247, 242, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-meta__legal {
  display: flex;
  gap: var(--space-5);
  flex-wrap: wrap;
}
.footer-meta__legal a:hover { color: var(--color-cream); }

.socials {
  display: inline-flex;
  gap: var(--space-3);
  margin-top: var(--space-5);
}
.socials a {
  width: 40px; height: 40px;
  border: 1px solid rgba(250, 247, 242, 0.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-cream);
  transition: background-color var(--dur-base) var(--ease),
              border-color var(--dur-base) var(--ease);
}
.socials a:hover {
  background: var(--color-cream);
  color: var(--color-walnut);
  border-color: var(--color-cream);
}
.socials svg { width: 16px; height: 16px; }

/* --------------------------------------------------------------------------
  16. Cookie banner
   -------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  max-width: 480px;
  background: var(--color-cream);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  z-index: 200;
  box-shadow: 0 16px 48px -16px rgba(42, 36, 25, 0.25);
  transform: translateY(calc(100% + 3rem));
  opacity: 0;
  transition: transform var(--dur-slow) var(--ease), opacity var(--dur-slow) var(--ease);
  visibility: hidden;
}
.cookie-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.cookie-banner__logo {
  height: 26px;
  width: auto;
  display: block;
  margin: 0 0 var(--space-4);
}
.cookie-banner h3 {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  font-weight: 500;
  margin: 0 0 var(--space-3);
}
.cookie-banner p {
  font-size: var(--text-sm);
  color: var(--color-walnut-soft);
  line-height: 1.6;
  margin: 0;
}
.cookie-banner__actions {
  margin-top: var(--space-5);
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}
.cookie-banner__actions .btn {
  padding: 0.7rem 1.2rem;
  font-size: var(--text-xs);
  text-align: center;
  justify-content: center;
}
/* Reihe 1: beide oberen Buttons teilen sich die Breite, „Einstellungen" volle Breite darunter */
.cookie-banner__actions [data-cookie-accept-all],
.cookie-banner__actions [data-cookie-accept-essential] { flex: 1 1 0; }
.cookie-banner__actions [data-cookie-toggle-settings] { flex: 1 1 100%; }

.cookie-banner__settings {
  margin-top: var(--space-5);
  display: none;
  border-top: 1px solid var(--color-line);
  padding-top: var(--space-4);
}
.cookie-banner.is-expanded .cookie-banner__settings { display: block; }
.cookie-category {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-3) 0;
  border-bottom: 1px solid var(--color-line);
}
.cookie-category:last-child { border-bottom: 0; }
.cookie-category h4 { font-family: var(--font-sans); font-size: var(--text-sm); font-weight: 600; margin: 0 0 var(--space-2); letter-spacing: 0; text-transform: none; color: var(--color-walnut); }
.cookie-category p  { font-size: var(--text-xs); color: var(--color-stone); }

/* Mini toggle */
.toggle { position: relative; display: inline-block; width: 38px; height: 22px; flex-shrink: 0; }
.toggle input { opacity: 0; width: 0; height: 0; }
.toggle__track { position: absolute; inset: 0; background: var(--color-line-strong); border-radius: 22px; transition: background-color var(--dur-base) var(--ease); cursor: pointer; }
.toggle__track::before { content: ""; position: absolute; left: 2px; top: 2px; width: 18px; height: 18px; background: var(--color-cream); border-radius: 50%; transition: transform var(--dur-base) var(--ease); }
.toggle input:checked + .toggle__track { background: var(--color-walnut); }
.toggle input:checked + .toggle__track::before { transform: translateX(16px); }
.toggle input:disabled + .toggle__track { opacity: 0.5; cursor: not-allowed; }

/* --------------------------------------------------------------------------
  17. Reveal-on-scroll
   -------------------------------------------------------------------------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
/* Nach dem ERSTEN Einblenden bleibt die Position stabil (kein translateY mehr im
   versteckten Zustand). Erneutes Aus-/Einblenden beim Scrollen ist dann ein reiner
   Fade. Grund: Die Verschiebung hat an der Sichtbarkeits-Grenze die Ueberschneidung
   staendig umkippen lassen (Flacker-Schleife). */
.reveal.was-in {
  transform: translateY(0);
}
.reveal[data-delay="1"] { transition-delay: 80ms; }
.reveal[data-delay="2"] { transition-delay: 160ms; }
.reveal[data-delay="3"] { transition-delay: 240ms; }
.reveal[data-delay="4"] { transition-delay: 320ms; }

/* --------------------------------------------------------------------------
   Mobile-Performance: Eingangs-Animationen dezenter & flüssiger.
   Auf kleinen/Touch-Geräten ruckeln die vollen Effekte spürbar — deshalb hier
   kürzerer Versatz, schnellere Dauer und KEINE Seitenwechsel-Morph-Animation.
   -------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .reveal {
    transform: translateY(14px);
    transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
  }
  .reveal[data-delay="1"] { transition-delay: 50ms; }
  .reveal[data-delay="2"] { transition-delay: 100ms; }
  .reveal[data-delay="3"] { transition-delay: 150ms; }
  .reveal[data-delay="4"] { transition-delay: 200ms; }

  /* View-Transition-Animationen (Seitenwechsel-Morph) auf Mobile aus → kein Ruckeln */
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) { animation: none !important; }
}

/* --------------------------------------------------------------------------
  18. Animated SVG icons
   Each icon has named inner groups that animate on parent :hover.
   No gradients, line-art only.
   -------------------------------------------------------------------------- */

/* Common stroke style for all line-icons */
.icon {
  stroke: currentColor;
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon * { transition: transform var(--dur-base) var(--ease), opacity var(--dur-base) var(--ease); }
.icon [data-anim] { transform-box: fill-box; transform-origin: center; }

/* Logo: handshake — hands shake on hover (vertical pump like a real handshake) */
@keyframes handshakeShake {
  0%, 100% { transform: translateY(0); }
  14%      { transform: translateY(-2px); }
  28%      { transform: translateY(2px); }
  42%      { transform: translateY(-2px); }
  56%      { transform: translateY(2px); }
  70%      { transform: translateY(-1.5px); }
  85%      { transform: translateY(0.5px); }
}
.logo-mark .handshake {
  transform-origin: center;
  transform-box: view-box;
}
.brand:hover .logo-mark .handshake {
  animation: handshakeShake 0.8s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .brand:hover .logo-mark .handshake { animation: none; }
}

/* Strategy: compass needle rotates */
.service:hover .icon--strategy .needle { transform: rotate(132deg); }

/* Content: camera aperture blades rotate */
.service:hover .icon--content .aperture-1 { transform: rotate(40deg); }
.service:hover .icon--content .aperture-2 { transform: rotate(-40deg); }
.service:hover .icon--content .shutter    { transform: scale(0.7); }

/* Talent: microphone waves expand */
.service:hover .icon--talent .wave-1 { transform: translateX(-2px); opacity: 1; }
.service:hover .icon--talent .wave-2 { transform: translateX(-3px); opacity: 0.6; }
.icon--talent .wave-1 { opacity: 0.6; }
.icon--talent .wave-2 { opacity: 0.3; }

/* Brand: two overlapping circles move together */
.service:hover .icon--brand .c-left  { transform: translateX(3px); }
.service:hover .icon--brand .c-right { transform: translateX(-3px); }

/* Growth: bars rise */
.service:hover .icon--growth .bar-1 { transform: scaleY(1.25); }
.service:hover .icon--growth .bar-2 { transform: scaleY(1.4); }
.service:hover .icon--growth .bar-3 { transform: scaleY(1.6); }
.service:hover .icon--growth .grow-arrow { transform: translate(2px, -2px); }
.icon--growth [data-anim] { transform-origin: center bottom; }

/* Community: dots pulse + lines fade in */
.service:hover .icon--community .dot-a { transform: translateY(-1.5px); }
.service:hover .icon--community .dot-b { transform: translateY(1.5px); }
.service:hover .icon--community .dot-c { transform: translateY(-1.5px); }
.service:hover .icon--community .link  { opacity: 1; }
.icon--community .link { opacity: 0.35; }

/* Decorative asterisk that slowly rotates */
.deco-asterisk { display: block; width: 20px; height: 20px; margin: 0 auto var(--space-3); animation: spinSlow 22s linear infinite; color: var(--color-clay); }
@keyframes spinSlow { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* --------------------------------------------------------------------------
  19. Misc / Utility
   -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px; left: var(--space-4);
  background: var(--color-walnut);
  color: var(--color-sand);
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius);
  z-index: 1000;
  transition: top var(--dur-base) var(--ease);
}
.skip-link:focus { top: var(--space-4); outline: none; }

main { padding-top: 0; } /* hero handles top spacing */

/* Image placeholder (when no real photo loaded yet) */
.ph {
  background: var(--color-sand-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-stone);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--text-lg);
}

/* --------------------------------------------------------------------------
   Cursor-Media — Bild „klebt" beim Hover an der Maus und folgt smooth
   -------------------------------------------------------------------------- */
.cursor-media {
  position: fixed;
  top: 0; left: 0;
  width: 190px;
  height: 238px;
  pointer-events: none;
  z-index: 300;
  will-change: transform;
}
.cursor-media__inner {
  width: 100%; height: 100%;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.72) rotate(-4deg);
  transition: opacity 0.32s var(--ease), transform 0.45s cubic-bezier(0.22, 0.8, 0.2, 1);
  box-shadow: 0 32px 64px -24px rgba(26, 20, 14, 0.55);
  will-change: opacity, transform;
}
.cursor-media.is-active .cursor-media__inner {
  opacity: 1;
  transform: scale(1) rotate(-2deg);
}
.cursor-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Magnetische Buttons brauchen einen weichen Transform-Übergang */
.btn.is-magnetic { transition: transform 0.35s cubic-bezier(0.22, 0.8, 0.2, 1),
                               background-color var(--dur-base) var(--ease),
                               border-color var(--dur-base) var(--ease),
                               color var(--dur-base) var(--ease); }

@media (hover: none), (pointer: coarse) {
  .cursor-media { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .cursor-media { display: none !important; }
  .btn.is-magnetic { transform: none !important; }
}

/* --------------------------------------------------------------------------
   Deko-Sterne (aus dem Logo) — schweben in den Seitenrändern, GSAP-animiert
   -------------------------------------------------------------------------- */
.deco-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.deco-star {
  position: absolute;
  width: 30px;
  height: 30px;
  color: var(--color-clay);
  pointer-events: auto;
  cursor: pointer;
  opacity: 0;
  filter: drop-shadow(0 4px 10px rgba(160, 124, 80, 0.25));
}
.deco-star svg,
.deco-shoot svg { width: 100%; height: 100%; fill: currentColor; display: block; }

.deco-shoot {
  position: absolute;
  top: 0; left: 0;
  width: 18px;
  height: 18px;
  color: var(--color-clay);
  opacity: 0;
}
.deco-shoot__trail {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 150px;
  height: 2px;
  transform: translateY(-50%);
  transform-origin: right center;
  background: linear-gradient(to left, rgba(160, 124, 80, 0.55), rgba(160, 124, 80, 0));
  border-radius: 2px;
}
@media (max-width: 700px) {
  .deco-star { width: 22px; height: 22px; }
}

/* Eingebettete Deko-Sterne (1–2 pro Seite, in genau einer Sektion) */
.section-star {
  position: absolute;
  width: 34px;
  height: 34px;
  color: var(--color-clay);
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  filter: drop-shadow(0 5px 12px rgba(160, 124, 80, 0.22));
}
.section-star svg { width: 100%; height: 100%; fill: currentColor; display: block; }
.section--dark .section-star { color: var(--color-clay-soft); }
@media (max-width: 700px) { .section-star { width: 24px; height: 24px; } }

/* ============================================================
   Talent-Detailseite (Sedcard-Unterseite)
   ============================================================ */
/* Innenabstand oben in Hoehe des fixen Headers, damit Name und Profilbild nicht
   darunter kleben (Header ist position:fixed, Hoehe --header-h). Der Atem
   darunter kommt aus dem padding-top von .talent-hero__inner. */
.talent-hero { background: #ffffff; padding-top: var(--header-h); }
/* Einheitliche, breite Boxbreite für ALLE Talent-Sektionen (Hero, Beiträge),
   damit linke und rechte Kante überall fluchten. */
.talent-bound {
  width: 100%;
  max-width: min(1680px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2.5rem);
}
/* Hero im Stil grosser Agenturen: EIN grosses Profilbild links, Infos daneben.
   Kein Hintergrund/Cover. Mobil gestapelt und zentriert, Name zuerst. */
.talent-hero__inner {
  display: grid;
  grid-template-columns: clamp(260px, 34vw, 430px) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "photo name"
    "photo meta";
  column-gap: clamp(1.75rem, 4vw, 3.5rem);
  row-gap: clamp(0.6rem, 1.6vw, 1.1rem);
  align-items: start;
  padding-top: clamp(1.75rem, 4vw, 3rem);
  padding-bottom: clamp(1.75rem, 3.5vw, 3rem);
}
.talent-hero__photo { grid-area: photo; }
.talent-hero__photo-img,
.talent-hero__photo-ph {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  background: #f0efed;
}
.talent-hero__photo-ph {
  display: grid;
  place-items: center;
  background: linear-gradient(120deg, var(--color-sand) 0%, var(--color-sand-soft) 100%);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--color-stone);
}
.talent-hero__name {
  grid-area: name;
  align-self: end;
  margin: 0;
  /* Grosses Editorial-Display (Six Caps) wie die Hero-Headlines der Startseite. */
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3.4rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--color-walnut);
}
.talent-hero__meta { grid-area: meta; align-self: start; }
.talent-hero__meta .talent-bio { margin-top: clamp(1.1rem, 2.5vw, 1.5rem); }
/* Anfrage-Button unter der Bio (dunkler Pill-Button wie der Kontakt-CTA). */
.talent-hero__cta { margin-top: clamp(1.25rem, 2.6vw, 1.75rem); }
.talent-hero__tagline {
  margin: 0.5rem 0 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: var(--color-walnut-soft);
}
@media (max-width: 760px) {
  .talent-hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "name"
      "photo"
      "meta";
    justify-items: center;
    text-align: center;
    row-gap: clamp(0.85rem, 3vw, 1.3rem);
    padding-top: clamp(1.25rem, 5vw, 2rem);
  }
  .talent-hero__name { align-self: auto; }
  .talent-hero__meta { align-self: auto; }
  .talent-hero__photo { width: min(440px, 100%); }
  .talent-hero__channels,
  .talent-chips { justify-content: center; }
  .talent-bio p { margin-left: auto; margin-right: auto; }
}
.talent-hero__location {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: var(--color-stone);
}
.talent-hero__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}
.talent-channel {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--color-line-strong);
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--color-walnut);
  text-decoration: none;
  transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);
}
.talent-channel svg { width: 15px; height: 15px; }
.talent-channel:hover { background: var(--color-sand-soft); border-color: var(--color-walnut); }

.talent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: clamp(0.9rem, 2vw, 1.25rem);
}
.talent-chip {
  padding: 0.42rem 0.95rem;
  background: #f5f5f4;
  border: 1px solid #ebebe9;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  color: #45413b;
}
.talent-bio p { line-height: 1.85; color: var(--color-walnut-soft); margin: 0 0 1rem; }
.talent-bio p:last-child { margin-bottom: 0; }

/* Talent-Seiten: weißer Hintergrund, kompakte vertikale Abstände, alles in der
   einheitlichen .talent-bound-Breite. */
.talent-about {
  background: #ffffff;
  padding-top: clamp(0.5rem, 1.5vw, 1.25rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
}
.talent-posts-section {
  background: #ffffff;
  padding-top: clamp(1rem, 2.5vw, 2rem);
}
.talent-bio p { max-width: 70ch; }
.talent-posts { max-width: none; margin: 0; }

/* Plattform-Header über dem Grid: linksbündig an der Grid-Kante, prominent.
   Icon + Name groß, Followerzahl als sekundäre Auszeichnung daneben. */
.talent-media-block { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.talent-media-block:last-child { margin-bottom: 0; }
/* Plattform-Kopf im Sedcard-Stil: Icon mittig ueber der grossen
   Display-Zeile "Instagram 52.3k", alles zentriert. */
.talent-media-block__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  margin: 0 0 clamp(1.1rem, 2.2vw, 1.6rem);
  color: var(--color-walnut);
  text-decoration: none;
}
.talent-media-block__icon { display: inline-flex; color: var(--color-walnut); }
.talent-media-block__icon svg { width: clamp(26px, 2.6vw, 34px); height: clamp(26px, 2.6vw, 34px); }
.talent-media-block__title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55em;
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.02em;
}
.talent-media-block__name {
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
}
.talent-media-block__count {
  font-size: clamp(1.7rem, 3.6vw, 2.5rem);
  color: var(--color-stone);
}
a.talent-media-block__head:hover .talent-media-block__name { text-decoration: underline; text-underline-offset: 4px; }

/* Kachel-Raster: gleich große Kacheln, ohne Spalten- und Zeilenabstand.
   Flexbox mit zentrierter letzter Reihe, dadurch nie eine leere Zelle.
   2 Kacheln auf dem Handy, 3 auf dem Tablet, 4 auf großen Bildschirmen. */
.talent-posts--live {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.talent-tile {
  position: relative;
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ecebe9;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 680px)  { .talent-tile { flex-basis: 33.3333%; max-width: 33.3333%; } }
@media (min-width: 1080px) { .talent-tile { flex-basis: 25%; max-width: 25%; } }
.talent-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}
.talent-tile:hover img { transform: scale(1.045); }
/* Dezenter Verlauf unten für Lesbarkeit eingebrannter Bildtexte; verstärkt beim Hover. */
.talent-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.22), transparent 40%);
  transition: background 0.3s var(--ease);
}
.talent-tile:hover::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.34), transparent 46%); }
/* Platzhalter, falls (noch) kein Vorschaubild hinterlegt ist. */
.talent-tile--ph {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #efeae2 0%, #e2dcd1 100%);
  color: var(--color-stone);
}
.talent-tile--ph::after { background: none; }
.talent-tile--ph > svg { position: relative; z-index: 1; width: 40px; height: 40px; opacity: 0.5; }
.talent-tile.reveal { opacity: 0; transform: scale(0.98); }
.talent-tile.reveal.is-in { opacity: 1; transform: none; }
