:root {
  --bg: #050505;
  --fg: #f4f4f0;
  --muted: rgba(244, 244, 240, 0.58);
  --line: rgba(244, 244, 240, 0.14);
  --soft: rgba(244, 244, 240, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: #050505;
  color: var(--fg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.04em;
}

a { color: inherit; text-decoration: none; }

.nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px clamp(20px, 4vw, 64px);
  mix-blend-mode: difference;
}

.brand, .nav a {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.nav nav { display: flex; gap: 24px; }
.nav a { opacity: .78; transition: opacity .2s ease; }
.nav a:hover { opacity: 1; }

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px clamp(20px, 4vw, 64px) 42px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 22px;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--muted);
}

h1 {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(72px, 15vw, 230px);
  line-height: .78;
  font-weight: 900;
  text-transform: uppercase;
}

.subline {
  margin: 30px 0 42px;
  font-size: clamp(22px, 3vw, 52px);
  line-height: 1.02;
  font-weight: 700;
  max-width: 1100px;
}

.client-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2vw, 28px);
  padding: 26px 0 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.client-tile {
  width: clamp(132px, 13vw, 168px);
  height: clamp(58px, 6vw, 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo {
  display: block;
  width: 100%;
  height: 42px;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
  opacity: 1;
  filter: none;
  transition: transform .2s ease;
}
.logo:hover { transform: scale(1.025); }
.logo-netflix,
.logo-prime,
.logo-ard,
.logo-zdf { width: 100%; height: 42px; }
.rtl-logo {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .02em;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.1em;
  opacity: 1;
}
.rtl-logo span:nth-child(1) { color: #00a3ff; }
.rtl-logo span:nth-child(2) { color: #7a5cff; }
.rtl-logo span:nth-child(3) { color: #ff4fa3; }

.scroll-link {
  margin-top: 34px;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--muted);
}

.work {
  padding: 38px clamp(10px, 2vw, 28px) 8px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(10px, 2vw, 36px) 32px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.section-head p { margin: 0; }

.video-block {
  width: 100%;
  margin: 0 0 clamp(36px, 6vw, 96px);
  border-radius: clamp(14px, 1.6vw, 28px);
  overflow: hidden;
  background: #000;
  border: 1px solid var(--line);
  transform: translateY(18px);
  opacity: 0;
  transition: transform .9s cubic-bezier(.16, 1, .3, 1), opacity .9s cubic-bezier(.16, 1, .3, 1), border-color .25s ease;
}
.video-block.is-visible { transform: translateY(0); opacity: 1; }
.video-block:hover { border-color: rgba(244,244,240,.32); }

video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

.work-caption {
  padding: clamp(16px, 2vw, 28px) clamp(18px, 2.6vw, 42px) clamp(20px, 2.6vw, 38px);
  background: #050505;
}

.work-caption h3 {
  margin: 0 0 7px;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--text);
}

.work-caption p {
  margin: 0;
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact {
  min-height: 82svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--line);
}

h2 {
  margin: 0;
  max-width: 1100px;
  font-size: clamp(54px, 10vw, 160px);
  line-height: .86;
  text-transform: uppercase;
}

.contact-links {
  margin-top: 54px;
  display: grid;
  gap: 12px;
  font-size: clamp(22px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -.05em;
}
.contact-links a { color: var(--muted); transition: color .2s ease; }
.contact-links a:hover { color: var(--fg); }

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

@media (max-width: 720px) {
  .nav { padding: 18px 20px; }
  .nav nav { gap: 16px; }
  .hero { padding-bottom: 28px; }
  .client-strip { gap: 14px; }
  .client-tile { width: 112px; height: 58px; }
  .section-head { display: block; }
  .section-head span { display: none; }
  .work { padding-left: 0; padding-right: 0; }
  .video-block { border-radius: 0; border-left: 0; border-right: 0; }
  footer { flex-direction: column; }
}
