:root {
  --bg: #090909;
  --paper: #f1efe9;
  --ink: #151515;
  --muted: #78736a;
  --line: rgba(21, 21, 21, 0.16);
  --accent: #b5e36b;
  --ember: #e25c3f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: #000 url("../pics/TaniaPoseClub-hero.webp") center / cover no-repeat;
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 22vh;
  background: linear-gradient(to bottom, rgba(9, 9, 9, 0), var(--paper));
  pointer-events: none;
}

.hero__video,
.hero__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}

.hero__video {
  left: 50%;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  max-height: 100svh;
  object-fit: contain;
  background: #000;
  transform: translateX(-50%);
}

.hero__overlay {
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(226, 92, 63, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 42%, rgba(0, 0, 0, 0.16) 100%);
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
}

.hero__crawl {
  width: min(520px, 46vw);
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  pointer-events: auto;
}

.hero__crawl-track {
  animation: hero-crawl 34s linear infinite;
  padding: 0 0 24svh;
}

.hero__crawl:hover .hero__crawl-track,
.hero__crawl:focus-within .hero__crawl-track {
  animation-play-state: paused;
}

.hero__kicker,
.section-kicker {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 5.9rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: 0;
}

.hero__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 520px;
  margin-top: clamp(34px, 7vh, 92px);
  color: rgba(255, 255, 255, 0.88);
}

.hero__intro p {
  margin: 0;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.68;
}

.filmography {
  position: relative;
  background: var(--paper);
  padding: clamp(56px, 9vw, 128px) 0;
}

.filmography__inner {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}

.filmography .section-kicker {
  color: var(--ember);
}

.filmography h2 {
  margin: 0 0 clamp(28px, 5vw, 54px);
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
}

.film-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.film-list li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 64px);
  padding: clamp(20px, 3vw, 34px) 0;
  border-bottom: 1px solid var(--line);
}

.film-list__year {
  color: var(--ember);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.4;
}

.film-list h3 {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: 0;
}

.film-list p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

.film-list p + p {
  margin-top: 4px;
}

@media (min-width: 1440px) {
  .hero__content {
    width: min(100% - 96px, 1380px);
  }
}

@media (max-width: 1180px) {
  .hero__intro {
    max-width: 620px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero::after {
    height: 16vh;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.9) 100%);
  }

  .hero__content {
    width: min(100% - 24px, 1080px);
  }

  .hero__crawl {
    width: min(620px, 100%);
    height: 100vh;
    height: 100svh;
  }
}

@media (max-width: 620px) {
  .hero__content,
  .filmography__inner {
    width: min(100% - 24px, 1080px);
  }

  .hero h1 {
    font-size: clamp(2.65rem, 15vw, 4.9rem);
  }

  .hero__intro {
    max-width: 680px;
  }

  .film-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__video {
    display: none;
  }

  .hero__crawl {
    height: auto;
    overflow: visible;
  }

  .hero__crawl-track {
    animation: none;
    padding-top: 0;
  }
}

@keyframes hero-crawl {
  0% {
    transform: translateY(100vh);
    transform: translateY(100svh);
  }

  100% {
    transform: translateY(-100%);
  }
}
