:root {
  --bg: #08090d;
  --panel: rgba(255,255,255,.07);
  --panel2: rgba(255,255,255,.11);
  --text: #f4f4f5;
  --muted: #a7aab4;
  --line: rgba(255,255,255,.14);
  --red: #ff3f4f;
  --blue: #4cb7ff;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,63,79,.20), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(76,183,255,.18), transparent 28rem),
    var(--bg);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.topbar {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8,9,13,.78);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo { font-weight: 900; letter-spacing: -.03em; padding-left: 8px; }
nav { display: flex; gap: 5px; }
nav a, .menu { color: var(--muted); padding: 8px 12px; border-radius: 999px; font-size: 14px; }
nav a:hover { background: var(--panel); color: var(--text); }
.menu { display: none; border: 0; background: transparent; font: inherit; }

.hero, .section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}
.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 48px;
  align-items: center;
  padding: 64px 0 82px;
}
.tag {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 900;
}
h1, h2, h3 { font-family: "Space Grotesk", Inter, sans-serif; line-height: 1.05; letter-spacing: -.05em; margin: 0; }
h1 { font-size: clamp(52px, 8vw, 96px); }
h2 { font-size: clamp(36px, 5vw, 62px); }
h3 { font-size: 24px; }
.lead { max-width: 620px; margin: 26px 0 0; color: #d8d9df; font-size: 21px; }
.hero-image, .album-cover, .text-card, .overview div, .cards article, .examples article, .process div, .reflections article {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,.20);
}
.hero-image { padding: 14px; transform: rotate(1.5deg); }
.hero-image img { border-radius: 18px; aspect-ratio: 4 / 3; object-fit: cover; }
.section { padding: 80px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 28px; }
.overview { display: grid; gap: 12px; }
.overview div { padding: 18px 20px; display: grid; grid-template-columns: 210px 1fr; gap: 18px; }
.overview span, .small-title { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.overview strong { font-size: 22px; line-height: 1.3; }
.two-col { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.text-card { padding: 30px; color: var(--muted); font-size: 18px; }
.text-card h3 { color: var(--text); font-size: clamp(30px, 4vw, 48px); margin: 8px 0 18px; }
.text-card.big { background: linear-gradient(135deg, rgba(255,63,79,.16), rgba(255,255,255,.05)); }
.cards, .examples, .process, .reflections { display: grid; gap: 18px; }
.cards { grid-template-columns: repeat(4, 1fr); }
.cards article, .examples article, .process div, .reflections article { padding: 24px; }
.cards span, .process span { width: 42px; height: 42px; border-radius: 50%; background: var(--panel2); color: var(--red); display: grid; place-items: center; font-weight: 900; margin-bottom: 36px; }
.cards p, .examples p, .process p, .reflections p { color: var(--muted); }
.examples { grid-template-columns: repeat(3, 1fr); }
.example-cover {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
}
.fake-cover { aspect-ratio: 1; border-radius: 20px; padding: 16px; display: flex; align-items: end; margin-bottom: 18px; font-weight: 900; border: 1px solid var(--line); }
.fake-cover.billie { background: linear-gradient(145deg, #090a0e, #2a2e3c); }
.fake-cover.weeknd { background: radial-gradient(circle at 60% 35%, #ff4b4b, transparent 22%), linear-gradient(145deg, #4a0b12, #090a0e); }
.fake-cover.travis { background: radial-gradient(circle at 30% 25%, #ffc84c, transparent 25%), radial-gradient(circle at 78% 35%, #ff4cb4, transparent 24%), linear-gradient(145deg, #194dff, #090a0e); }
.design-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.album-cover { position: relative; overflow: hidden; padding: 14px; }
.album-cover img { border-radius: 18px; aspect-ratio: 1; object-fit: cover; }
.cover-text { position: absolute; left: 36px; right: 36px; top: 38px; display: grid; gap: 6px; }
.cover-text span { font-size: clamp(34px, 5vw, 66px); font-family: "Space Grotesk"; font-weight: 700; letter-spacing: .08em; line-height: .95; }
.cover-text strong { color: var(--muted); letter-spacing: .22em; font-size: 14px; }
ul { padding-left: 22px; }
footer { width: min(var(--max), calc(100% - 32px)); margin: 0 auto 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: var(--muted); }
footer a { color: var(--text); font-weight: 800; }

.criteria-box {
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,63,79,.12), rgba(255,255,255,.05));
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(0,0,0,.20);
}

.criteria-box p {
  color: var(--muted);
  font-size: 18px;
  margin: 0 0 20px;
  max-width: 760px;
}

.criteria-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.criteria-list span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.07);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 900px) {
  .hero, .two-col, .design-grid { grid-template-columns: 1fr; }
  .cards, .examples, .process, .reflections { grid-template-columns: repeat(2, 1fr); }
  .hero-image { transform: none; }
}
@media (max-width: 680px) {
  .topbar { border-radius: 20px; align-items: flex-start; }
  .menu { display: block; }
  nav { display: none; position: absolute; left: 12px; right: 12px; top: 56px; padding: 10px; border-radius: 18px; background: #08090d; border: 1px solid var(--line); flex-direction: column; }
  nav.open { display: flex; }
  .section { padding: 54px 0; }
  .cards, .examples, .process, .reflections { grid-template-columns: 1fr; }
  .overview div { grid-template-columns: 1fr; }
}

.samenwerking-card {
  margin-top: 18px;
}
