:root {
  --paper: #f1efe8;
  --ink: #171714;
  --pink: #f1a8bb;
  --acid: #c8cfb7;
  --wine: #4d111d;
  --line: rgba(23, 23, 20, 0.25);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font: inherit;
}
::selection {
  background: var(--acid);
  color: var(--ink);
}
.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  color: #fff;
  mix-blend-mode: difference;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.site-header nav {
  display: flex;
  gap: 24px;
}
.site-header a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wordmark {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: #c9c8c2;
}
.hero > img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.85) contrast(0.98);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18),
    transparent 28%,
    transparent 65%,
    rgba(0, 0, 0, 0.22)
  );
  pointer-events: none;
}
.hero-copy {
  position: absolute;
  z-index: 2;
  top: 9vh;
  left: 5vw;
  width: min(760px, 65vw);
  color: #fff;
}
.eyebrow,
.section-kicker {
  margin: 0 0 28px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.hero h1 {
  margin: 0;
  font:
    400 clamp(38px, 5.2vw, 76px)/0.98 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.hero-copy .eyebrow {
  margin: 22px 0 0;
}
.professional-position {
  margin: 10px 0 0;
  max-width: 520px;
  color: #fff;
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.35;
}
.down {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 24px;
  color: #fff;
  font-size: 34px;
}
.section-pad {
  padding: 92px max(24px, 5vw);
}
.current {
  background: var(--pink);
}
.current-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.66fr);
  gap: 8vw;
  align-items: start;
}
.current-copy h2,
.archive h2,
.jack h2,
.film-title h2 {
  margin: 0;
  font:
    400 clamp(54px, 8.5vw, 136px)/0.82 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.current blockquote {
  margin: 80px 0 36px;
  max-width: 780px;
  font:
    400 clamp(26px, 3.5vw, 50px)/1.08 Georgia,
    "Times New Roman",
    serif;
}
.lead {
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.25;
}
.current-copy > p:not(.lead) {
  max-width: 660px;
  font-size: 18px;
  line-height: 1.5;
}
.theater-feature { background:var(--wine); color:#f7dfdf; }
.theater-feature-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:7vw; align-items:start; }
.theater-feature-copy h2 { margin:0 0 70px; font:400 clamp(58px,9vw,138px)/.82 Georgia,"Times New Roman",serif; letter-spacing:-.06em; text-transform:uppercase; }
.theater-feature-copy>p:not(.lead) { max-width:650px; font-size:18px; line-height:1.55; }
.theater-feature figure { margin:0; position:sticky; top:80px; }
.theater-feature figure img { width:100%; box-shadow:0 24px 70px rgba(0,0,0,.28); }
.poster-frame {
  margin: 0;
  position: sticky;
  top: 80px;
}
.poster-frame img {
  width: 100%;
  box-shadow: 0 18px 60px rgba(58, 17, 27, 0.22);
}
figcaption {
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 52px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 700;
}
.text-link span {
  font-size: 18px;
}
.archive {
  background: var(--paper);
}
.archive-intro {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.archive-intro h2 {
  font-size: clamp(58px, 8.5vw, 126px);
}
.archive-intro > p {
  max-width: 520px;
  font-size: 24px;
  line-height: 1.25;
}
.archive-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 72px 0 26px;
}
.work-list {
  border-top: 1px solid var(--ink);
}
.work-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 260px;
  align-items: center;
  gap: 24px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.work-row:hover .work-title {
  font-style: italic;
  transform: translateX(8px);
}
.curated-work-row {
  grid-template-columns: 1fr;
  padding-block: 30px;
}

/* ER KONTRA BASS */
.ekb-page { background:#0a0a09; color:#eee9df; }
.ekb-header { color:#eee9df; mix-blend-mode:difference; }
.ekb-pad { padding:clamp(88px,12vw,180px) max(24px,5vw); }
.ekb-hero { min-height:100svh; position:relative; overflow:hidden; background:#050504; }
.ekb-hero>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:contrast(1.08) saturate(.72); }
.ekb-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.16) 58%,rgba(0,0,0,.38) 100%); }
.ekb-hero-copy { position:absolute; inset:auto 5vw 7vh; }
.ekb-hero-copy>p,.ekb-kicker { margin:0 0 24px; font-size:11px; text-transform:uppercase; letter-spacing:.14em; }
.ekb-hero h1 { margin:0; font:400 clamp(82px,16vw,250px)/.68 Georgia,"Times New Roman",serif; letter-spacing:-.075em; text-transform:uppercase; }
.ekb-hero h1 span { display:block; }
.ekb-trailer-jump { position:absolute; right:0; bottom:8px; display:flex; align-items:center; gap:14px; padding-bottom:5px; border-bottom:1px solid; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.ekb-trailer-jump span { font-size:18px; }
.ekb-down { color:#eee9df; }
.ekb-opening { min-height:120svh; display:flex; flex-direction:column; justify-content:center; gap:34px; }
.ekb-opening-line { max-width:1180px; margin:0; font:400 clamp(38px,6vw,88px)/1 Georgia,serif; letter-spacing:-.04em; }
.ekb-absence { margin:18vh 0 0; font:400 clamp(58px,10vw,150px)/.86 Georgia,serif; letter-spacing:-.06em; text-transform:uppercase; }
.ekb-bag { max-width:580px; margin:18vh 0 0 auto; font-size:clamp(23px,2.5vw,38px); line-height:1.22; }
.ekb-instrument { min-height:100svh; background:#d7d0c2; color:#171714; }
.ekb-instrument h2,.ekb-sarah h2,.ekb-reveal h2,.ekb-fight h2,.ekb-street h2,.ekb-cup h2,.ekb-leaving h2 { margin:0; font:400 clamp(58px,9vw,142px)/.84 Georgia,serif; letter-spacing:-.06em; text-transform:uppercase; }
.ekb-two-copy { display:grid; grid-template-columns:1fr 1fr; gap:8vw; margin-top:16vh; }
.ekb-two-copy p { margin:0; font-size:clamp(20px,2vw,30px); line-height:1.35; }
.ekb-sarah { min-height:120svh; position:relative; display:flex; align-items:center; overflow:hidden; }
.ekb-sarah-name { position:absolute; top:16%; right:-.04em; margin:0; color:#22221f; font:italic 400 clamp(110px,28vw,430px)/.7 Georgia,serif; letter-spacing:-.08em; opacity:.7; }
.ekb-sarah-copy { position:relative; width:min(700px,75vw); margin-left:auto; z-index:1; }
.ekb-sarah-copy>p:not(.ekb-small) { font-size:clamp(21px,2vw,30px); line-height:1.38; }
.ekb-small { margin-top:60px; font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.ekb-reveal { background:#b7b0a1; color:#161613; }
.ekb-reveal-copy { display:grid; grid-template-columns:.35fr 1fr 1fr; gap:5vw; align-items:start; }
.ekb-reveal-copy h2 { grid-column:2; }
.ekb-reveal-copy>p:last-child { grid-column:3; margin:0; font-size:20px; line-height:1.5; }
.ekb-collar { margin:0 5vw 0 auto; width:min(74vw,1200px); }
.ekb-collar img { width:100%; }
.ekb-armour { margin:18vh 0 0; }
.ekb-armour img { width:100%; max-height:100svh; object-fit:cover; object-position:center 38%; }
.ekb-armour figcaption { margin-left:5vw; }
.ekb-armour-copy { display:grid; grid-template-columns:1.2fr .8fr; gap:10vw; }
.ekb-armour-copy blockquote { margin:0; font:400 clamp(42px,6vw,88px)/1 Georgia,serif; letter-spacing:-.04em; }
.ekb-armour-copy p { margin:0; font-size:19px; line-height:1.5; }
.ekb-fight { background:#050504; }
.ekb-fight h2 { max-width:1200px; }
.ekb-shadow { margin:80px 0 140px auto; width:fit-content; font:italic 400 clamp(32px,4vw,62px)/1 Georgia,serif; }
.ekb-audio { display:grid; grid-template-columns:1fr minmax(280px,1fr); gap:5vw; align-items:center; padding:34px 0; border-block:1px solid #55544f; }
.ekb-audio>div { display:grid; grid-template-columns:54px 1fr; }
.ekb-audio span { grid-row:1/3; font-size:11px; }
.ekb-audio strong { font:400 clamp(32px,4vw,58px)/1 Georgia,serif; }
.ekb-audio small { margin-top:9px; text-transform:uppercase; letter-spacing:.1em; }
.ekb-audio audio { width:100%; filter:invert(1) grayscale(1); }
.ekb-fight-copy { max-width:700px; margin:140px 0 80px auto; font-size:21px; line-height:1.5; }
.ekb-defeat { margin:0; width:min(66vw,820px); }
.ekb-defeat img { width:100%; max-height:92vh; object-fit:contain; object-position:left center; }
.ekb-opponent { margin:18vh 0 0 auto; width:fit-content; font:400 clamp(34px,4.6vw,70px)/1.08 Georgia,serif; }
.ekb-street { min-height:150svh; background:#d8d0c0; color:#171714; }
.ekb-body-fragments { min-height:110svh; display:flex; flex-direction:column; justify-content:center; gap:8vh; font:400 clamp(52px,9vw,138px)/.86 Georgia,serif; letter-spacing:-.06em; }
.ekb-body-fragments span:nth-child(2) { margin-left:18vw; }
.ekb-body-fragments span:nth-child(3) { margin-left:auto; }
.ekb-body-fragments span:nth-child(4) { margin-left:34vw; }
.ekb-accident { max-width:680px; margin-left:auto; font-size:19px; line-height:1.55; }
.ekb-cup { background:#776d55; color:#f6f0e7; }
.ekb-cup figure { margin:0; }
.ekb-cup figure img { width:100%; max-height:100svh; object-fit:cover; }
.ekb-cup-copy { display:grid; grid-template-columns:1fr 1fr; gap:6vw; }
.ekb-cup-copy h2 { grid-column:1/-1; }
.ekb-cup-copy>p { font-size:20px; line-height:1.5; }
.ekb-cup-copy .ekb-audio { grid-column:1/-1; margin-top:80px; }
.ekb-audio-light audio { filter:none; }
.ekb-leaving { min-height:125svh; display:flex; flex-direction:column; justify-content:center; }
.ekb-leaving>p:not(.ekb-kicker) { max-width:740px; margin:70px 0 0 auto; font-size:clamp(22px,2.5vw,36px); line-height:1.35; }
.ekb-leaving .ekb-goes { margin:24vh 0 0!important; max-width:none!important; font:400 clamp(76px,15vw,220px)/.75 Georgia,serif!important; text-transform:uppercase; letter-spacing:-.07em; }
.ekb-last-image { margin:0; background:#050504; }
.ekb-last-image img { display:block; width:100%; min-height:80svh; max-height:100svh; object-fit:cover; }
.ekb-context { background:#e5e0d6; color:#171714; }
.ekb-context-intro { display:grid; grid-template-columns:.5fr 1.5fr; gap:6vw; }
.ekb-context-intro>p:last-child { margin:0; font:400 clamp(30px,4vw,58px)/1.08 Georgia,serif; letter-spacing:-.035em; }
.ekb-trailer { margin-top:140px; }
.ekb-trailer-head { display:flex; justify-content:space-between; gap:40px; align-items:end; margin-bottom:28px; }
.ekb-trailer-head h2 { margin:0; font:400 clamp(58px,9vw,136px)/.8 Georgia,serif; letter-spacing:-.06em; text-transform:uppercase; }
.ekb-trailer-head p { margin:0; font-size:11px; line-height:1.5; text-transform:uppercase; letter-spacing:.08em; }
.ekb-video-frame { position:relative; width:100%; aspect-ratio:16/9; background:#050504; }
.ekb-video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.ekb-versions { margin:120px 0; border-top:1px solid; }
.ekb-versions>div { display:grid; grid-template-columns:160px 1fr; padding:25px 0; border-bottom:1px solid; }
.ekb-versions p { margin:0; }
.ekb-credits { display:grid; grid-template-columns:.6fr 1.4fr; gap:6vw; }
.ekb-credits h2 { margin:0; font:400 clamp(50px,7vw,105px)/.9 Georgia,serif; text-transform:uppercase; letter-spacing:-.05em; }
.ekb-credits dl { margin:0; }
.ekb-credits dl>div { display:grid; grid-template-columns:210px 1fr; gap:30px; padding:18px 0; border-top:1px solid #aaa397; }
.ekb-credits dt { font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.ekb-credits dd { margin:0; line-height:1.45; }
.ekb-press-link { display:flex; justify-content:space-between; margin-top:100px; padding:28px 0; border-block:1px solid; font-size:clamp(18px,2vw,28px); }
.ekb-footer { background:#050504; }

@media (max-width:800px) {
  .ekb-hero h1 { font-size:25vw; }
  .ekb-two-copy,.ekb-armour-copy,.ekb-cup-copy,.ekb-context-intro,.ekb-credits { grid-template-columns:1fr; }
  .ekb-reveal-copy { grid-template-columns:1fr; }
  .ekb-reveal-copy h2,.ekb-reveal-copy>p:last-child { grid-column:auto; }
  .ekb-collar { width:90vw; }
  .ekb-trailer-jump { position:static; width:fit-content; margin-top:42px; }
  .ekb-trailer-head { display:block; }
  .ekb-trailer-head p { margin-top:24px; }
  .ekb-audio { grid-template-columns:1fr; }
  .ekb-sarah-copy { width:100%; }
  .ekb-body-fragments span:nth-child(n) { margin-left:0; }
  .ekb-credits dl>div { grid-template-columns:1fr; gap:8px; }
  .ekb-versions>div { grid-template-columns:90px 1fr; gap:14px; }
}

@media (max-width:520px) {
  .ekb-header nav a:nth-child(2),.ekb-header nav a:nth-child(3) { display:none; }
  .ekb-opening { min-height:auto; padding-block:140px; }
  .ekb-opening-line { font-size:36px; }
  .ekb-absence { font-size:58px; }
  .ekb-bag { margin-top:120px; }
  .ekb-defeat { width:100%; }
  .ekb-footer { flex-direction:column; }
}
.work-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.work-title {
  font:
    400 clamp(24px, 3vw, 44px)/1 Georgia,
    "Times New Roman",
    serif;
  transition: 0.2s ease;
}
.work-note {
  font-size: 13px;
  line-height: 1.35;
  color: #66645f;
}
.work-year,
.status {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.status {
  justify-self: start;
  border: 1px solid;
  border-radius: 99px;
  padding: 6px 10px;
}
.status-recherche {
  background: #d5d0ff;
}
.status-realisiert {
  background: var(--acid);
}
.status-entwurf {
  background: transparent;
}
.status-fragment {
  background: #d8d1b8;
}
.archive-note {
  margin-top: 28px;
  color: #66645f;
  font-size: 12px;
}
.jack {
  background: var(--wine);
  color: #f7dfdf;
}
.light {
  color: #cf9aa5;
}
.jack-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.jack h2 {
  font-size: clamp(68px, 12vw, 172px);
}
.jack-grid > div {
  align-self: end;
  max-width: 700px;
}
.jack-grid p:not(.lead) {
  font-size: 17px;
  line-height: 1.55;
}
.jack-statement {
  margin: 110px 0 0;
  padding: 34px 0;
  border-block: 1px solid rgba(255, 255, 255, 0.25);
  font:
    400 clamp(38px, 6vw, 88px)/1 Georgia,
    serif;
  letter-spacing: -0.035em;
}
.light-link {
  color: #f7dfdf;
}
.principles {
  background: var(--acid);
}
.principle-question {
  max-width: 1120px;
  margin: 50px 0 90px;
  font:
    400 clamp(42px, 6.5vw, 92px)/0.98 Georgia,
    serif;
  letter-spacing: -0.045em;
}
.principle-list p {
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid;
  font:
    400 clamp(26px, 3.5vw, 50px)/1.06 Georgia,
    serif;
  letter-spacing: -0.025em;
}
.film-page {
  background: #e8e4dc;
}
.film-title {
  min-height: 72vh;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.film-title h2 {
  font-size: clamp(62px, 11.5vw, 172px);
}
.english-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.film-opening blockquote {
  margin: 0 0 100px;
  max-width: 1120px;
  font:
    400 clamp(38px, 5.8vw, 80px)/1 Georgia,
    serif;
  letter-spacing: -0.035em;
}
.two-col-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.two-col-copy p:last-child {
  font-size: 18px;
  line-height: 1.55;
}
.manifest {
  background: #d7cffa;
}
.manifest-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
}
.manifest-head p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.manifest-text {
  width: min(920px, 100%);
  margin: 90px auto 0;
}
.manifest-text p {
  font:
    400 clamp(19px, 2.1vw, 30px)/1.45 Georgia,
    serif;
}
.manifest-text .manifest-lead {
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.development {
  background: var(--paper);
}
.development-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 35px;
  align-items: center;
  margin: 70px 0;
}
.development-grid > div {
  min-height: 240px;
  border: 1px solid;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.development-grid h3 {
  margin: 20px 0;
  font:
    400 clamp(30px, 4vw, 58px)/1 Georgia,
    serif;
}
.dev-label,
.dev-status {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.dev-arrow {
  font-size: 48px;
}
.development > p {
  max-width: 850px;
  font-size: 20px;
  line-height: 1.5;
}
.music {
  background: #1644a0;
  color: #fff;
}
.music h3 {
  margin: 45px 0 0;
  font:
    400 clamp(70px, 14vw, 200px)/0.85 Georgia,
    serif;
  letter-spacing: -0.06em;
}
.music p {
  max-width: 1000px;
}
.music p:last-child {
  font-size: 17px;
}
.credits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.credits dl {
  margin: 0;
}
.credits dl > div {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.credits dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.credits dd {
  margin: 0;
  font:
    20px/1.25 Georgia,
    serif;
}
.festivals {
  padding-top: 20px;
}
.festival-list {
  border-top: 1px solid;
}
.festival-list > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.festival-list strong {
  font:
    22px/1.2 Georgia,
    serif;
}
.festival-list span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.about {
  background: var(--pink);
}
.about-lead {
  max-width: 1000px;
  margin: 55px 0;
  font:
    400 clamp(38px, 5.8vw, 80px)/1 Georgia,
    serif;
  letter-spacing: -0.035em;
}
.about > p:last-child {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.5;
}
.footer {
  min-height: 60vh;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  flex-direction: column;
}
.footer > p {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.footer .contact-note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}
.footer > a {
  margin: auto 0;
  font:
    400 clamp(42px, 7vw, 96px)/1 Georgia,
    serif;
  border-bottom: 2px solid;
  width: fit-content;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 850px) {
  .site-header nav {
    gap: 12px;
  }
  .site-header nav a:nth-child(2),
  .site-header nav a:nth-child(3) {
    display: none;
  }
  .hero > img {
    object-fit: contain;
    background: #c9c8c2;
  }
  .hero-copy {
    width: 86vw;
    top: 16vh;
  }
  .hero h1 {
    font-size: clamp(38px, 10vw, 64px);
  }
  .current-grid,
  .archive-intro,
  .jack-grid,
  .two-col-copy,
  .credits-grid,
  .theater-feature-grid {
    grid-template-columns: 1fr;
  }
  .theater-feature figure { position:static; margin-top:60px; }
  .poster-frame {
    position: static;
    margin-top: 50px;
  }
  .work-row {
    grid-template-columns: 76px 1fr;
    gap: 10px;
  }
  .work-row .status {
    grid-column: 2;
    margin-top: 6px;
  }
  .development-grid {
    grid-template-columns: 1fr;
  }
  .dev-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }
  .festival-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media (max-width: 520px) {
  .section-pad {
    padding: 68px 18px;
  }
  .site-header {
    padding: 14px 18px;
  }
  .hero-copy {
    left: 18px;
  }
  .current-copy h2,
  .archive h2,
  .film-title h2 {
    font-size: 48px;
  }
  .jack-statement {
    margin-top: 72px;
    font-size: 38px;
  }
  .footer > a {
    font-size: 30px;
    overflow-wrap: anywhere;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

/* Praxis / Über */
.practice-page { background:var(--paper); }
.practice-page main>section>.section-kicker { font-size:clamp(17px,1.7vw,25px); letter-spacing:.07em; }
.practice-hero { min-height:100svh; position:relative; display:flex; flex-direction:column; justify-content:center; padding:110px max(24px,5vw) 7vh; background:var(--ink); color:var(--paper); }
.practice-hero h1 { margin:5vh 0 0; font:400 clamp(54px,8.5vw,130px)/.9 Georgia,serif; letter-spacing:-.055em; }
.practice-hero h1 em { color:var(--acid); font-weight:400; }
.practice-maybe { margin:8vh 0 0; font:italic 400 clamp(20px,2.5vw,36px)/1.2 Georgia,serif; }
.practice-two { display:grid; grid-template-columns:1.2fr .8fr; gap:8vw; align-items:start; }
.practice-large { margin:45px 0 0; font:400 clamp(42px,6.5vw,92px)/.98 Georgia,serif; letter-spacing:-.045em; }
.practice-two>div { margin-top:55px; font-size:18px; line-height:1.55; }
.practice-sentences { padding:0 5vw 9vw; background:#dce3d5; }
.practice-sentences p { margin:0; padding:34px 0; border-bottom:1px solid; font:400 clamp(28px,4vw,58px)/1.06 Georgia,serif; letter-spacing:-.025em; }
.practice-sentences span { padding-top:.6em; font:700 10px/1 Arial,sans-serif; letter-spacing:.1em; }
.practice-image-band { display:grid; grid-template-columns:.8fr 1.2fr; gap:8vw; align-items:end; padding:6vw 5vw 2vw; background:#dce3d5; }
.practice-image-copy { max-width:520px; font-size:18px; line-height:1.55; }
.practice-image-copy p:last-child { margin-bottom:0; }
.practice-image-full { margin:0; }
.practice-image-full img { width:100%; }
.practice-room { background:var(--wine); color:#f7dfdf; }
.practice-room-grid { display:grid; grid-template-columns:1.25fr .75fr; gap:8vw; }
.practice-room h2 { margin:45px 0 110px; font:400 clamp(48px,7.5vw,112px)/.94 Georgia,serif; letter-spacing:-.05em; }
.practice-room-grid p { align-self:end; margin-bottom:110px; font-size:18px; line-height:1.55; }
.practice-work-link { display:flex; justify-content:space-between; gap:30px; padding:25px 0; border-block:1px solid currentColor; font-size:11px; text-transform:uppercase; letter-spacing:.1em; }
.practice-rift { background:var(--pink); }
.practice-rift>p { position:relative; z-index:2; max-width:1100px; margin:60px 0 90px; font:400 clamp(42px,6vw,88px)/1.02 Georgia,serif; letter-spacing:-.045em; }
.practice-rift figure { margin:0 0 80px auto; width:min(800px,72vw); }
.practice-rift figure img { width:100%; }
.practice-work-link.dark { color:var(--ink); }
.practice-encounter { background:var(--ink); color:var(--paper); }
.practice-encounter>p { max-width:1100px; margin:60px 0 100px; font:400 clamp(38px,5.5vw,80px)/1.04 Georgia,serif; letter-spacing:-.04em; }
.practice-encounter img { width:100%; }
.practice-body-grid { display:grid; grid-template-columns:1fr 1fr; gap:8vw; margin-top:70px; }
.practice-body-grid p { font:400 clamp(25px,3vw,42px)/1.22 Georgia,serif; }
.practice-audience { min-height:90vh; display:flex; flex-direction:column; justify-content:center; background:#1644a0; color:#fff; }
.practice-audience>p:not(.practice-audience-small) { margin:7vh 0; font:400 clamp(62px,11vw,164px)/.84 Georgia,serif; letter-spacing:-.065em; }
.practice-audience-small { max-width:850px; margin-left:auto; font-size:20px; line-height:1.5; }
.practice-friendship { margin:14vh 0 0!important; font:italic 400 clamp(30px,4vw,56px)/1 Georgia,serif!important; letter-spacing:-.025em!important; }
.practice-access blockquote { max-width:1100px; margin:70px 0; font:400 clamp(42px,6.5vw,92px)/.98 Georgia,serif; letter-spacing:-.045em; }
.practice-access>p { max-width:700px; margin-left:auto; font-size:18px; line-height:1.55; }
.practice-about { background:var(--wine); color:#f7dfdf; }
.practice-about-grid { display:grid; grid-template-columns:1fr 1fr; gap:8vw; margin-top:60px; }
.practice-about-grid>div { font-size:17px; line-height:1.55; }
.practice-late { margin:15vh 0 0; font:400 clamp(44px,7vw,104px)/.95 Georgia,serif; letter-spacing:-.05em; }
@media (max-width:850px) {
  .practice-two,.practice-image-band,.practice-room-grid,.practice-body-grid,.practice-about-grid { grid-template-columns:1fr; }
  .practice-image-band { gap:32px; }
  .practice-room-grid p { margin-bottom:70px; }
  .practice-audience-small { margin-left:0; }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Eigenständige Werkseite */
.work-detail {
  background: #e8e4dc;
}
.detail-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .62fr);
  gap: 6vw;
  align-items: end;
  position: relative;
  overflow: hidden;
  padding: 120px max(24px, 5vw) 5vw;
  background: var(--ink);
  color: var(--paper);
}
.detail-hero-copy {
  align-self: center;
}
.detail-hero h1 {
  margin: 0;
  font: 400 clamp(60px, 10.5vw, 160px)/.82 Georgia, "Times New Roman", serif;
  letter-spacing: -.06em;
  text-transform: uppercase;
}
.detail-poster {
  margin: 0;
  align-self: end;
}
.detail-poster img {
  width: min(100%, 520px);
  max-height: 76vh;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0,0,0,.38);
}
.detail-still {
  margin: 0;
  padding: 0 max(24px, 5vw) 92px;
  background: #e8e4dc;
}
.detail-still img {
  width: 100%;
  max-height: 82vh;
  object-fit: cover;
  object-position: center;
}
.development-grid h2 {
  margin: 20px 0;
  font: 400 clamp(30px, 4vw, 58px)/1 Georgia, serif;
}
.screening {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--wine);
  color: #f7dfdf;
}
.screening p {
  max-width: 1000px;
  margin: 32px 0 64px;
  font: 400 clamp(38px, 6vw, 86px)/1 Georgia, serif;
  letter-spacing: -.04em;
}
.screening a {
  width: fit-content;
  border-bottom: 1px solid;
  font-size: clamp(18px, 2vw, 28px);
  overflow-wrap: anywhere;
}
.detail-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  background: var(--ink);
  color: var(--paper);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media (max-width: 850px) {
  .detail-header nav a:nth-child(2),
  .detail-header nav a:nth-child(3),
  .detail-header nav a:nth-child(4) { display: none; }
  .detail-hero { grid-template-columns: 1fr; padding-top: 110px; }
  .detail-hero-copy { align-self: end; }
  .detail-poster { width: min(72vw, 420px); }
  .detail-poster img { max-height: none; }
}
@media (max-width: 520px) {
  .detail-hero h1 { font-size: 50px; }
  .detail-footer { flex-direction: column; }
}

.handover {
  background: #f1efe8;
}
.handover-top {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  padding: 16px 5vw;
  background: #171714;
  color: #f1efe8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Das Grosse Halbe — von der gesetzten Ordnung in die Auflösung. */
.halbe-page { --halbe-green:#b9c69c; --halbe-white:#f3f1e8; --halbe-black:#0c0c0b; background:var(--halbe-white); }
.halbe-hero { min-height:100svh; position:relative; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; color:var(--halbe-white); background:var(--halbe-black); }
.halbe-black,.halbe-white { min-height:100svh; }
.halbe-black { background:var(--halbe-black); }
.halbe-white { background:var(--halbe-white) url("/das-grosse-halbe-raum.jpg") center/cover no-repeat; }
.halbe-title { position:absolute; z-index:3; left:max(24px,5vw); top:13vh; }
.halbe-title p,.halbe-title span { font-size:10px; text-transform:uppercase; letter-spacing:.14em; }
.halbe-title h1 { margin:7vh 0 28px; font:400 clamp(68px,12vw,178px)/.72 Georgia,serif; letter-spacing:-.075em; text-transform:uppercase; }
.halbe-position { min-height:88vh; background:var(--halbe-white); }
.halbe-question { margin:16vh 0 10vh; max-width:1100px; font:400 clamp(62px,10vw,150px)/.88 Georgia,serif; letter-spacing:-.06em; }
.halbe-facts { margin-left:auto; width:min(760px,80%); display:grid; grid-template-columns:1fr 1fr; gap:5vw; font-size:18px; line-height:1.5; }
.halbe-fragment { padding:0 5vw 10vw; background:var(--halbe-white); }
.halbe-fragment video { display:block; width:100%; background:var(--halbe-black); }
.halbe-fragment p { margin:10px 0 0; font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.halbe-begegnung { background:#d7d8ce; }
.halbe-wide { margin:0; }
.halbe-wide img { width:100%; max-height:100svh; object-fit:cover; }
.halbe-copy { display:grid; grid-template-columns:.7fr 1fr; gap:5vw; }
.halbe-copy .section-kicker { grid-column:1/-1; }
.halbe-copy>p { font-size:18px; line-height:1.55; }
.halbe-copy blockquote { grid-column:1/-1; margin:10vh 0 0; max-width:1120px; font:400 clamp(35px,5vw,76px)/1.04 Georgia,serif; letter-spacing:-.035em; }
.halbe-single-image { margin:0; padding:8vw 5vw; background:var(--halbe-black); }
.halbe-single-image img { width:min(1200px,100%); margin:auto; }
.halbe-residency { background:#ddd7cd; }
.halbe-residency-head { display:flex; justify-content:space-between; gap:40px; align-items:start; margin-bottom:70px; }
.halbe-residency-head>p { margin:0; max-width:430px; font:400 clamp(20px,2.5vw,34px)/1.2 Georgia,serif; }
.halbe-residency video { display:block; width:min(1080px,90%); margin-left:auto; background:#aaa197; }
.halbe-rehearsal { width:min(520px,46vw); margin:11vw 0 0 7vw; }
.halbe-rehearsal img { width:100%; }
.halbe-control { background:var(--halbe-black); color:var(--halbe-white); }
.halbe-control-grid { display:grid; grid-template-columns:1.45fr .55fr; gap:7vw; }
.halbe-control h2 { margin:40px 0 90px; font:400 clamp(45px,7vw,104px)/.95 Georgia,serif; letter-spacing:-.05em; }
.halbe-control-grid p { align-self:end; margin-bottom:90px; font-size:17px; line-height:1.55; }
.halbe-video { aspect-ratio:16/9; border:1px solid rgba(255,255,255,.35); }
.halbe-video iframe { width:100%; height:100%; border:0; }
.halbe-collapse { background:#bdb8a9; overflow:hidden; }
.halbe-collapse-copy h2 { max-width:1100px; margin:80px 0 0; font:400 clamp(58px,9vw,136px)/.88 Georgia,serif; letter-spacing:-.06em; }
.halbe-collapse-images { display:grid; grid-template-columns:1.08fr .92fr; }
.halbe-collapse-images figure { margin:0; }
.halbe-collapse-images figure:first-child { transform:translate(-2vw,5vh) rotate(-2deg); }
.halbe-collapse-images figure:last-child { transform:translate(3vw,-3vh) rotate(1.5deg); }
.halbe-collapse-images img { width:100%; min-height:52vw; object-fit:cover; }
.halbe-feed { padding:5vw; background:var(--halbe-green); overflow:hidden; }
.halbe-feed p { margin:-.04em 0; white-space:nowrap; font:700 clamp(46px,9vw,138px)/.9 Arial,sans-serif; letter-spacing:-.075em; text-transform:uppercase; }
.halbe-feed p:nth-child(even) { transform:translateX(13vw); font-style:italic; }
.halbe-after-feed { margin:0; background:var(--halbe-black); }
.halbe-after-feed img { width:100%; min-height:72vh; object-fit:cover; }
.halbe-song { min-height:90vh; display:flex; flex-direction:column; justify-content:center; background:var(--halbe-black); color:var(--halbe-white); }
.halbe-song h2 { margin:5vh 0 24px; font:400 clamp(82px,16vw,230px)/.78 Georgia,serif; letter-spacing:-.075em; }
.halbe-song>p { margin:0 0 10vh; font-size:18px; line-height:1.5; }
.halbe-song>p span,.halbe-song small { color:#aaa89f; }
.halbe-song audio { width:min(760px,100%); accent-color:var(--halbe-green); }
.halbe-song small { margin-top:24px; font-size:11px; letter-spacing:.06em; }
.halbe-meaning { min-height:85vh; display:flex; flex-direction:column; justify-content:center; }
.halbe-meaning>p { max-width:1200px; margin:8vh 0 0; font:400 clamp(39px,6vw,88px)/1.02 Georgia,serif; letter-spacing:-.045em; }
.halbe-credits { background:#d7d8ce; }
.halbe-support { margin-top:80px; border-top:1px solid; }
.halbe-support p { display:grid; grid-template-columns:180px 1fr; gap:25px; padding:14px 0; margin:0; border-bottom:1px solid var(--line); }
.halbe-support span { font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.halbe-context { background:var(--halbe-green); }
.halbe-context p { max-width:1100px; margin:60px 0 0; font:400 clamp(34px,5vw,72px)/1.05 Georgia,serif; letter-spacing:-.035em; }
.halbe-footer { background:#24241f; }
.halbe-utopia { min-height:100svh; position:relative; background:#8d887d; overflow:hidden; }
.halbe-utopia:after { content:""; position:absolute; inset:0; background:rgba(10,10,9,.25); }
.halbe-utopia img { width:100%; height:100svh; object-fit:cover; filter:grayscale(.5) contrast(.8); }
.halbe-utopia p { position:absolute; z-index:2; inset:7vh 5vw auto; margin:0; color:white; font:400 clamp(48px,9vw,142px)/.9 Georgia,serif; letter-spacing:-.06em; }
@media (max-width:850px) {
  .halbe-title h1 { font-size:clamp(58px,17vw,110px); }
  .halbe-facts,.halbe-copy,.halbe-control-grid { grid-template-columns:1fr; width:100%; }
  .halbe-copy blockquote { grid-column:auto; }
  .halbe-residency-head { display:block; }
  .halbe-residency-head>p { margin:40px 0; }
  .halbe-residency video { width:100%; }
  .halbe-rehearsal { width:min(78vw,520px); margin:90px 0 0; }
  .halbe-collapse-images { grid-template-columns:1fr; }
  .halbe-collapse-images img { min-height:70vh; }
}
@media (max-width:520px) {
  .halbe-title { top:16vh; }
  .halbe-title h1 { margin-top:5vh; }
  .halbe-question { margin-top:10vh; }
  .halbe-support p { grid-template-columns:1fr; gap:7px; }
}
.handover-hero {
  min-height: 75vh;
  padding: 12vh 5vw 8vh;
  background: #d7cffa;
}
.handover-hero > p:first-child {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.handover-hero h1 {
  margin: 8vh 0 6vh;
  font:
    400 clamp(70px, 14vw, 210px)/0.78 Georgia,
    serif;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.handover-intro {
  max-width: 820px;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.2;
}
.handover-section {
  padding: 100px 5vw;
  border-bottom: 1px solid #171714;
}
.handover-section > h2 {
  margin: 0 0 70px;
  font:
    400 clamp(34px, 5vw, 72px)/1 Georgia,
    serif;
}
.handover-section > h3 {
  margin: 70px 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.handover-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 60px 7vw;
}
.handover-grid h3 {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.handover-grid blockquote,
.large-copy {
  margin: 0;
  font:
    400 clamp(28px, 4vw, 56px)/1.08 Georgia,
    serif;
}
.handover-grid > div > p:not(.large-copy),
.handover-grid > div:not(.quote-stack) {
  font-size: 18px;
  line-height: 1.5;
}
.quote-stack p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid;
  font:
    400 clamp(24px, 3vw, 42px)/1.12 Georgia,
    serif;
}
.statement {
  background: #d7cffa;
}
.statement-copy {
  max-width: 900px;
  margin: auto;
}
.statement-copy p {
  font:
    400 clamp(19px, 2vw, 29px)/1.48 Georgia,
    serif;
}
.statement-copy .large-copy {
  font-size: clamp(38px, 5.5vw, 76px);
  line-height: 1.04;
}
.swatches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.swatch span {
  display: block;
  aspect-ratio: 1.7;
  border: 1px solid rgba(23, 23, 20, 0.25);
  margin-bottom: 10px;
}
.swatch strong,
.swatch code {
  display: block;
  font-size: 11px;
}
.swatch code {
  margin-top: 4px;
}
.technical-note {
  margin-top: 30px;
  color: #66645f;
  font-size: 13px;
}
.type-spec {
  display: grid;
  gap: 20px;
}
.sans-sample {
  font:
    700 clamp(22px, 3vw, 42px)/1.1 Arial,
    sans-serif;
}
.serif-sample {
  font:
    italic 400 clamp(28px, 4vw, 56px)/1.1 Georgia,
    serif;
}
.nav-map,
.archive-logic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid;
}
.nav-map > div,
.archive-logic > div {
  padding: 22px 0;
  border-bottom: 1px solid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.nav-map > div:nth-child(odd),
.archive-logic > div:nth-child(odd) {
  padding-right: 30px;
  border-right: 1px solid;
}
.nav-map > div:nth-child(even),
.archive-logic > div:nth-child(even) {
  padding-left: 30px;
}
.nav-map strong,
.archive-logic strong {
  font:
    24px Georgia,
    serif;
}
.nav-map span,
.archive-logic p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.material-pool {
  padding: 100px 5vw;
  background: #1644a0;
  color: #fff;
}
.material-pool h2 {
  margin: 30px 0;
  font:
    400 clamp(80px, 16vw, 220px)/0.72 Georgia,
    serif;
  letter-spacing: -0.07em;
}
.material-pool > p {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.4;
}
.material-list {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.material-list > div {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.material-list span {
  font-size: 11px;
}
.material-list p {
  margin: 0;
  font:
    400 clamp(24px, 3vw, 46px)/1.06 Georgia,
    serif;
}
.material-pool h3 {
  margin-top: 100px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}
.material-pool li {
  max-width: 900px;
  margin: 14px 0;
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 800px) {
  .handover-grid {
    grid-template-columns: 1fr;
  }
  .swatches {
    grid-template-columns: 1fr 1fr;
  }
  .nav-map,
  .archive-logic {
    grid-template-columns: 1fr;
  }
  .nav-map > div:nth-child(n),
  .archive-logic > div:nth-child(n) {
    padding-inline: 0;
    border-right: 0;
  }
  .handover-top span {
    display: none;
  }
}
