/* nb-kino: Theme fuer nickbosch.de. Richtung "Nachtdreh". */

@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url("../fonts/archivo-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Archivo";
	font-style: italic;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url("../fonts/archivo-latin-italic.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

:root {
	--bg: #0e0f10;
	--surface: #16181a;
	--surface-2: #1e2124;
	--line: #2a2e32;
	--line-strong: #3b4045;
	--ink: #e8eaeb;
	--muted: #8d9398;
	--accent: #e3a443;
	--on-accent: #16120a;
	--font: "Archivo", "Helvetica Neue", Arial, sans-serif;
	--radius: 2px;
	--gutter: clamp(20px, 4vw, 56px);
	--max: 1440px;
	--sec: clamp(72px, 10vw, 140px);
	--ease: cubic-bezier(.2, .7, .2, 1);
	color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
:where(html) { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
:where(body) { margin: 0; }
:where(h1, h2, h3, h4, p, figure, dl, dd, ul, ol, blockquote) { margin: 0; padding: 0; }
:where(ul, ol) { list-style: none; }
:where(img, video, iframe) { display: block; max-width: 100%; }
:where(a) { color: inherit; text-decoration: none; }
:where(button) { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

body {
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font);
	font-size: 17px;
	line-height: 1.6;
	font-weight: 400;
	font-stretch: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
::selection { background: var(--accent); color: var(--on-accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--accent); color: var(--on-accent); padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Typo-Bausteine */
.label {
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--muted);
	font-weight: 500;
}
.h-sec {
	font-size: clamp(30px, 4.2vw, 56px);
	line-height: 1.02;
	font-weight: 640;
	font-stretch: 118%;
	text-transform: uppercase;
	letter-spacing: .01em;
}
.lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--ink); max-width: 60ch; }
.muted { color: var(--muted); }

/* Buttons */
.btn {
	display: inline-flex; align-items: center; gap: 10px;
	height: 48px; padding: 0 22px;
	border-radius: var(--radius);
	font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
	white-space: nowrap;
	transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: var(--on-accent); }
.btn--primary:hover { background: #efb65c; }
.btn--ghost { border: 1px solid rgba(232, 234, 235, .55); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); background: rgba(232, 234, 235, .06); }
.btn svg { width: 14px; height: 14px; }

/* ------------------------------------------------------------ Kopf */
.site-head {
	position: fixed; inset: 0 0 auto 0; z-index: 50;
	transition: background .35s var(--ease), border-color .35s;
	border-bottom: 1px solid transparent;
}
.site-head.is-solid, .site-head--solid { background: rgba(14, 15, 16, .9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom-color: var(--line); }
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.brand { display: flex; align-items: baseline; gap: 12px; }
.brand__name { font-size: 16px; font-weight: 700; font-stretch: 125%; letter-spacing: .16em; text-transform: uppercase; }
.brand__role { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.nav a { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(232, 234, 235, .78); transition: color .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.lang { display: flex; gap: 2px; margin-left: 8px; font-size: 12px; letter-spacing: .14em; }
.lang a { padding: 4px 6px; color: var(--muted); }
.lang a.is-active { color: var(--accent); }
.menu-btn { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.menu-btn span { display: block; width: 22px; height: 1.5px; background: var(--ink); position: relative; }
.menu-btn span::before, .menu-btn span::after { content: ""; position: absolute; left: 0; width: 22px; height: 1.5px; background: var(--ink); transition: transform .25s; }
.menu-btn span::before { top: -7px; }
.menu-btn span::after { top: 7px; }
.is-menu-open .menu-btn span { background: transparent; }
.is-menu-open .menu-btn span::before { transform: translateY(7px) rotate(45deg); }
.is-menu-open .menu-btn span::after { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 860px) {
	.brand__role { display: none; }
	.menu-btn { display: inline-flex; }
	.nav {
		position: fixed; inset: 68px 0 0 0; background: var(--bg);
		flex-direction: column; align-items: flex-start; justify-content: flex-start;
		padding: 40px var(--gutter); gap: 26px;
		opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s;
	}
	.nav a { font-size: 22px; font-stretch: 118%; letter-spacing: .08em; color: var(--ink); }
	.lang { margin: 12px 0 0; }
	.lang a { font-size: 16px; }
	.is-menu-open .nav { opacity: 1; visibility: visible; }
	.is-menu-open { overflow: hidden; }
}

/* ------------------------------------------------------------ Hero */
.hero { --h1: clamp(56px, 10.4vw, 156px); position: relative; padding-top: 68px; background: var(--bg); }
.hero__frame {
	position: relative; overflow: hidden; background: #070808;
	height: min(calc(100vw / 2.39), 64svh); min-height: 300px;
}
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero__frame::after {
	content: ""; position: absolute; inset: 0; pointer-events: none;
	background:
		linear-gradient(to top, var(--bg) 0%, rgba(14, 15, 16, .55) 26%, rgba(14, 15, 16, 0) 58%),
		linear-gradient(to right, rgba(14, 15, 16, .55) 0%, rgba(14, 15, 16, 0) 55%);
}
.hero__progress { position: absolute; left: 0; bottom: 0; z-index: 2; height: 2px; width: 100%; background: var(--accent); transform-origin: left; transform: scaleX(var(--p, 0)); opacity: .85; }
.hero__text { position: relative; z-index: 3; margin-top: calc(-34px - var(--h1) * .62); padding-bottom: clamp(20px, 3vw, 36px); }
.hero__eyebrow { margin-bottom: 16px; color: rgba(232, 234, 235, .85); }
.hero__title { margin: 0; line-height: .9; text-transform: uppercase; }
.hero__name { display: block; font-size: var(--h1); font-weight: 700; font-stretch: 125%; letter-spacing: -.005em; margin-left: -.045em; }
.hero__role { display: block; margin-top: .55em; font-size: clamp(17px, 2.3vw, 32px); font-weight: 500; font-stretch: 125%; letter-spacing: .08em; color: rgba(232, 234, 235, .92); }
.hero__row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 40px; margin-top: 22px; }
.hero__sub { max-width: 46ch; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.5; color: rgba(232, 234, 235, .8); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
@media (prefers-reduced-motion: no-preference) {
	.hero__media--still { animation: nb-fahrt 26s ease-in-out infinite alternate; transform-origin: 60% 50%; }
}
@keyframes nb-fahrt { from { transform: scale(1.02); } to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); } }
@media (max-width: 700px) {
	.hero { --h1: clamp(46px, 14vw, 72px); }
	.hero__frame { height: min(112vw, 58svh); }
	.hero__role { letter-spacing: .06em; }
}

/* ------------------------------------------------------------ Abschnitte */
.sec { padding-block: var(--sec) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 3.5vw, 48px); flex-wrap: wrap; }
.sec-head p { margin-top: 12px; color: var(--muted); max-width: 52ch; }

/* ------------------------------------------------------------ Top 10 */
.t10 { --tw: clamp(250px, 27vw, 400px); --th: calc(var(--tw) * 9 / 16); }
.t10-nav { display: flex; gap: 8px; }
.t10-nav button {
	width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: var(--radius);
	display: inline-flex; align-items: center; justify-content: center; transition: border-color .2s, background .2s;
}
.t10-nav button:hover { border-color: var(--ink); }
.t10-nav button:disabled { opacity: .3; cursor: default; }
.t10-nav svg { width: 16px; height: 16px; }
.t10-row {
	display: flex; gap: clamp(8px, 1.2vw, 18px);
	overflow-x: auto; overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: var(--gutter);
	padding: 6px var(--gutter) 18px;
	margin-inline: auto; max-width: calc(var(--max) + 0px);
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}
.t10-row::-webkit-scrollbar { display: none; }
.t10-item { flex: none; display: flex; align-items: flex-start; scroll-snap-align: start; position: relative; }
.t10-num {
	flex: none;
	height: var(--th);
	display: flex; align-items: flex-end;
	font-size: calc(var(--th) * 1.3);
	line-height: .74;
	font-weight: 900;
	font-stretch: 62%;
	letter-spacing: -.04em;
	color: var(--bg);
	-webkit-text-stroke: 2px var(--line-strong);
	paint-order: stroke fill;
	margin-right: calc(var(--th) * -.16);
	user-select: none;
	transition: -webkit-text-stroke-color .3s;
}
.t10-item:hover .t10-num { -webkit-text-stroke-color: var(--muted); }
.t10-card { position: relative; z-index: 1; width: var(--tw); }
.t10-card .tile__media { box-shadow: -14px 0 24px -8px rgba(14, 15, 16, .9); }

@media (max-width: 700px) {
	.t10 { --tw: 68vw; }
	.t10-nav { display: none; }
}

/* ------------------------------------------------------------ Kacheln */
.tile { display: block; position: relative; }
.tile__media {
	position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius);
	background: linear-gradient(135deg, var(--surface-2), var(--surface));
}
.tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .4s; }
.tile:hover .tile__media img { transform: scale(1.035); }
.tile__play {
	position: absolute; left: 14px; bottom: 14px;
	width: 42px; height: 42px; border-radius: 50%;
	background: rgba(14, 15, 16, .55); border: 1px solid rgba(232, 234, 235, .5);
	display: flex; align-items: center; justify-content: center;
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	transition: background .25s, border-color .25s, color .25s;
}
.tile__play svg { width: 13px; height: 13px; margin-left: 2px; }
.tile:hover .tile__play { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.tile__body { padding-top: 14px; }
.tile__title { font-size: 15px; line-height: 1.25; font-weight: 640; font-stretch: 112%; text-transform: uppercase; letter-spacing: .04em; }
.tile__meta { margin-top: 5px; font-size: 13px; color: var(--muted); letter-spacing: .02em; }
.tile__fallback {
	position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 18px;
	font-size: 22px; line-height: 1.05; font-weight: 700; font-stretch: 125%; text-transform: uppercase; color: rgba(232, 234, 235, .16);
}

/* Filter */
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
	height: 38px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: var(--radius);
	font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(232, 234, 235, .8);
	transition: border-color .2s, color .2s, background .2s;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip[aria-pressed="true"] { border-color: var(--accent); color: var(--accent); }
.chip .n { color: var(--muted); margin-left: 6px; letter-spacing: .04em; }

.grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(28px, 3vw, 44px) clamp(14px, 1.6vw, 24px);
}
.grid > .tile { grid-column: span 4; }
.grid > .tile.is-lead { grid-column: span 8; grid-row: span 2; }
.grid > .tile.is-lead .tile__media { aspect-ratio: auto; height: calc(100% - 64px); min-height: 280px; }
.grid > .tile.is-lead .tile__title { font-size: 20px; }
.grid > .tile[hidden] { display: none; }
@media (max-width: 1100px) {
	.grid > .tile { grid-column: span 6; }
	.grid > .tile.is-lead { grid-column: span 12; grid-row: auto; }
	.grid > .tile.is-lead .tile__media { aspect-ratio: 16 / 9; height: auto; min-height: 0; }
}
@media (max-width: 620px) {
	.grid > .tile { grid-column: span 12; }
}

/* ------------------------------------------------------------ Credits */
.credits { border-top: 1px solid var(--line); }
.credit {
	display: grid;
	grid-template-columns: 72px minmax(0, 2.3fr) minmax(0, 1.2fr) minmax(0, 2.2fr) minmax(0, 1.1fr);
	gap: 20px; align-items: baseline;
	padding: 17px 0; border-bottom: 1px solid var(--line);
	transition: background .2s;
}
a.credit:hover { background: linear-gradient(to right, transparent, rgba(232, 234, 235, .035) 20%, rgba(232, 234, 235, .035) 80%, transparent); }
a.credit:hover .credit__title { color: var(--accent); }
.credit[hidden] { display: none; }
.credit__year { font-variant-numeric: tabular-nums; color: var(--muted); font-size: 14px; }
.credit__title { font-weight: 600; font-size: 16px; line-height: 1.35; transition: color .2s; }
.credit__role { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.credit__who { font-size: 14px; color: var(--muted); line-height: 1.45; }
.credit__days { font-size: 14px; color: var(--muted); text-align: right; }
.credits-head { display: grid; grid-template-columns: 72px minmax(0, 2.3fr) minmax(0, 1.2fr) minmax(0, 2.2fr) minmax(0, 1.1fr); gap: 20px; padding: 0 0 12px; }
.credits-head span:last-child { text-align: right; }
.credits-more { margin-top: 28px; display: flex; justify-content: center; }
@media (max-width: 900px) {
	.credits-head { display: none; }
	.credit { grid-template-columns: 56px 1fr; gap: 4px 14px; padding: 16px 0; }
	.credit__year { grid-row: span 3; padding-top: 2px; }
	.credit__role, .credit__who, .credit__days { grid-column: 2; text-align: left; }
	.credit__days:empty { display: none; }
}

/* ------------------------------------------------------------ Vita */
.vita { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.vita__img { position: sticky; top: 100px; }
.vita__img .ph { aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.vita__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; filter: saturate(.85); }
.vita__img figcaption { margin-top: 12px; }
.vita__text p + p { margin-top: 1em; }
.vita__text p { max-width: 62ch; color: rgba(232, 234, 235, .9); }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 48px; border-top: 1px solid var(--line); }
.stat { padding: 22px 16px 22px 0; border-bottom: 1px solid var(--line); }
.stat__n { font-size: clamp(44px, 5vw, 72px); line-height: .95; font-weight: 800; font-stretch: 70%; font-variant-numeric: tabular-nums; }
.stat__l { margin-top: 8px; }
.vblock { margin-top: 52px; }
.vblock h3 { margin-bottom: 18px; }
.timeline li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.timeline li:first-child { border-top: 1px solid var(--line); }
.timeline time { color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; padding-top: 2px; }
.cols2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.plain li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.plain li span { color: var(--muted); margin-left: 8px; font-size: 13px; }
@media (max-width: 900px) {
	.vita { grid-template-columns: 1fr; }
	.vita__img { position: static; max-width: 420px; }
	.cols2 { grid-template-columns: 1fr; gap: 0; }
	.cols2 > div + div { margin-top: 52px; }
}
@media (max-width: 520px) {
	.stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.timeline li { grid-template-columns: 84px 1fr; }
}

/* ------------------------------------------------------------ Kontakt */
.contact { padding-block: var(--sec); }
.contact__big { display: flex; flex-direction: column; gap: 4px; margin-top: 28px; }
.contact__big a {
	font-size: clamp(26px, 5.2vw, 76px); line-height: 1.08; font-weight: 640; font-stretch: 118%;
	text-transform: uppercase; letter-spacing: .005em; width: fit-content; overflow-wrap: anywhere;
	background: linear-gradient(var(--accent), var(--accent)) left 100% / 0 2px no-repeat;
	transition: background-size .45s var(--ease), color .2s;
}
.contact__big a:hover { background-size: 100% 2px; }
.contact__meta { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.contact__meta a { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: rgba(232, 234, 235, .8); border-bottom: 1px solid var(--line-strong); padding-bottom: 3px; }
.contact__meta a:hover { color: var(--ink); border-color: var(--ink); }

/* ------------------------------------------------------------ Fuss */
.site-foot { border-top: 1px solid var(--line); padding-block: 28px; font-size: 13px; color: var(--muted); }
.site-foot .wrap { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; }
.site-foot nav { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.site-foot a:hover { color: var(--ink); }

/* ------------------------------------------------------------ Projektseite */
.proj { padding-top: 68px; }
.player { position: relative; background: #000; }
.player__frame { position: relative; aspect-ratio: 16 / 9; max-height: 86svh; margin-inline: auto; overflow: hidden; }
.player__frame.is-vertical { aspect-ratio: auto; width: min(100%, calc(86svh * 9 / 16)); height: auto; max-height: none; }
.player__frame.is-vertical::before { content: ""; display: block; padding-top: 177.78%; }
.player__frame img, .player__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.player__btn {
	position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
	background: radial-gradient(ellipse at center, rgba(14, 15, 16, .15), rgba(14, 15, 16, .6));
	color: var(--ink); text-align: center; padding: 20px;
}
.player__btn .ring {
	width: 84px; height: 84px; border-radius: 50%; border: 1.5px solid rgba(232, 234, 235, .8);
	display: flex; align-items: center; justify-content: center; transition: background .25s, border-color .25s, transform .25s;
	background: rgba(14, 15, 16, .35);
}
.player__btn .ring svg { width: 22px; height: 22px; margin-left: 4px; }
.player__btn:hover .ring { background: var(--accent); border-color: var(--accent); color: var(--on-accent); transform: scale(1.04); }
.player__note { font-size: 12px; color: rgba(232, 234, 235, .75); max-width: 42ch; line-height: 1.45; }
.player--empty .player__frame { aspect-ratio: 21 / 9; background: linear-gradient(135deg, var(--surface-2), var(--surface)); }
.player--empty .player__word {
	position: absolute; inset: auto 0 0 0; padding: var(--gutter);
	font-size: clamp(40px, 9vw, 140px); line-height: .9; font-weight: 800; font-stretch: 125%; text-transform: uppercase; color: rgba(232, 234, 235, .07);
}

.proj-head { padding-block: clamp(36px, 5vw, 64px) 0; }
.proj-head .back { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 26px; }
.proj-head .back:hover { color: var(--ink); }
.proj-title { font-size: clamp(34px, 5.6vw, 84px); line-height: 1; font-weight: 680; font-stretch: 120%; text-transform: uppercase; max-width: 20ch; }
.proj-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.proj-body { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(32px, 6vw, 96px); padding-block: clamp(36px, 5vw, 64px) 0; }
.proj-text p { max-width: 62ch; color: rgba(232, 234, 235, .9); }
.proj-text p + p { margin-top: 1em; }
.proj-text .lead { margin-bottom: 1em; }
.dl { border-top: 1px solid var(--line); }
.dl div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.dl dt { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); padding-top: 3px; }
.dl dd { font-size: 15px; white-space: pre-line; }
.proj-link { margin-top: 28px; }
.vids { margin-top: clamp(48px, 6vw, 80px); }
.vids__list { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 18px; }
.vid-btn { text-align: left; }
.vid-btn .tile__media { aspect-ratio: 16 / 9; }
.vid-btn.is-active .tile__title { color: var(--accent); }
.more { padding-bottom: 20px; }
.pager { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: var(--sec); }
.pager a { padding: 28px 0; display: block; }
.pager > :nth-child(2) { text-align: right; border-left: 1px solid var(--line); padding-left: 24px; }
.pager .t { display: block; margin-top: 8px; font-weight: 640; font-stretch: 112%; text-transform: uppercase; font-size: clamp(15px, 1.6vw, 20px); line-height: 1.2; }
.pager a:hover .t { color: var(--accent); }
@media (max-width: 900px) {
	.proj-body { grid-template-columns: 1fr; }
	.dl div { grid-template-columns: 110px 1fr; }
}

/* Rechtstexte und einfache Seiten */
.page-simple { padding-top: 140px; padding-bottom: var(--sec); }
.page-simple .entry { max-width: 72ch; margin-top: 36px; }
.entry h2, .entry h3 { font-stretch: 112%; text-transform: uppercase; letter-spacing: .03em; line-height: 1.2; margin: 1.8em 0 .6em; }
.entry h2 { font-size: 22px; }
.entry h3 { font-size: 17px; }
.entry p, .entry ul, .entry ol { margin: 0 0 1em; color: rgba(232, 234, 235, .9); }
.entry ul { list-style: disc; padding-left: 1.2em; }
.entry a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

/* Einblenden, nur mit JS und ohne reduzierte Bewegung */
@media (prefers-reduced-motion: no-preference) {
	.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
	.js .rv.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
	:where(html) { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: 0s !important; }
}

/* Showreel */
.reel { width: min(1280px, 94vw); padding: 0; border: 0; background: #000; color: var(--ink); overflow: visible; }
.reel::backdrop { background: rgba(8, 9, 10, .92); }
.reel .player__frame { aspect-ratio: 16 / 9; }
.reel__x { position: absolute; top: -48px; right: 0; width: 44px; height: 44px; font-size: 30px; line-height: 1; color: var(--ink); }

/* Credits im Abschnitt Arbeiten */
.credits-block { margin-top: clamp(72px, 9vw, 120px); }
.credits-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 24px; margin-bottom: 22px; }
.h-sub { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.1; font-weight: 640; font-stretch: 118%; text-transform: uppercase; letter-spacing: .02em; }
.grid:not(:has(> .tile:not([hidden]))) { display: none; }
.partner a { font-weight: 600; border-bottom: 1px solid var(--line-strong); transition: color .2s, border-color .2s; }
.partner a:hover { color: var(--accent); border-color: var(--accent); }
.dl dd a { border-bottom: 1px solid var(--line-strong); }
.dl dd a:hover { color: var(--accent); border-color: var(--accent); }
.hero__frame::after { bottom: -1px; }
.proj-head .back svg { width: 14px; height: 14px; flex: none; }
.player__btn { background: radial-gradient(ellipse at center, rgba(14, 15, 16, .35), rgba(14, 15, 16, .72)); }
.player__note { text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
.t10-num { -webkit-text-stroke: 2px #5a6066; }
.t10-item:hover .t10-num { -webkit-text-stroke-color: var(--ink); }
.hero__frame { -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent 100%); mask-image: linear-gradient(to bottom, #000 62%, transparent 100%); background: transparent; }
.hero__role { line-height: 1.15; }
.credits-top { align-items: flex-end; margin-bottom: 26px; }
.credits-top .muted { margin-top: 8px; }
.proj--ohne-medien .proj-head { padding-top: clamp(56px, 8vw, 110px); }
.proj--ohne-medien .proj-head { border-bottom: 1px solid var(--line); padding-bottom: clamp(28px, 4vw, 48px); }
