.hero-watch {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: var(--night);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ddbd83;
}

.button-light {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.button-light:hover,
.button-light:focus-visible {
  background: #fff;
  color: var(--night);
}

.text-link {
  display: inline-block;
  border-bottom: 1px solid rgba(25, 27, 22, .45);
  padding-bottom: 5px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.text-link-light {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.release {
  margin: 0 4vw 145px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  background: var(--night);
  color: #f2eee4;
  overflow: hidden;
}

.release-copy {
  padding: clamp(55px, 7vw, 110px);
  align-self: center;
}

.release-copy h2 {
  font: 300 clamp(54px, 6.5vw, 98px)/.9 var(--serif);
  letter-spacing: -.045em;
  margin: 20px 0 28px;
}

.release-copy p {
  max-width: 560px;
  color: #bbb9ae;
  font-size: 17px;
  line-height: 1.75;
}

.release-actions,
.mansaf-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.release-poster,
.mansaf-poster {
  position: relative;
  display: block;
  align-self: center;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #272923;
}

.release-poster img,
.mansaf-poster img {
  transition: transform .45s ease;
}

.release-poster:hover img,
.mansaf-poster:hover img {
  transform: scale(1.018);
}

.poster-play {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 13px 17px;
  background: rgba(17, 19, 15, .92);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mansaf-page {
  background: var(--paper);
}

.mansaf-hero {
  min-height: 100svh;
  padding: 160px 5vw 90px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 6vw;
  align-items: center;
  background: var(--night);
  color: #f2eee4;
}

.mansaf-hero-copy h1 {
  font: 300 clamp(58px, 6.4vw, 104px)/.88 var(--serif);
  letter-spacing: -.05em;
  margin: 22px 0 32px;
}

.mansaf-hero-copy p {
  max-width: 660px;
  color: #bbb9ae;
  font-size: 17px;
  line-height: 1.75;
}

.mansaf-poster {
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.mansaf-proof {
  padding: 115px 8vw;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 7vw;
  align-items: start;
  border-bottom: 1px solid rgba(25, 27, 22, .18);
}

.mansaf-proof h2,
.mansaf-faq h2,
.watch-next h2 {
  font: 300 clamp(48px, 5.8vw, 88px)/.94 var(--serif);
  letter-spacing: -.045em;
  margin: 18px 0 28px;
}

.mansaf-proof-intro p {
  max-width: 760px;
  color: #55584d;
  font-size: 18px;
  line-height: 1.8;
}

.mansaf-chapters {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(25, 27, 22, .25);
}

.mansaf-chapters li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(25, 27, 22, .18);
}

.mansaf-chapters span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
}

.mansaf-chapters strong {
  font: 400 20px/1.35 var(--serif);
}

.watch-stage {
  padding: 135px 5vw;
  background: var(--paper);
}

.watch-stage-heading {
  max-width: 1000px;
  margin: 0 auto 55px;
  text-align: center;
}

.watch-stage-heading h2,
.mansaf-story h2,
.mansaf-verdict h2 {
  font: 300 clamp(55px, 7vw, 106px)/.9 var(--serif);
  letter-spacing: -.045em;
  margin: 18px 0 25px;
}

.watch-stage-heading p {
  max-width: 680px;
  margin: 0 auto;
  color: #55584d;
  font-size: 17px;
  line-height: 1.75;
}

.youtube-frame {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 1220px;
  margin: 0 auto;
  background: #000;
  box-shadow: 0 28px 75px rgba(17, 19, 15, .16);
}

.youtube-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.watch-stage-button {
  display: flex;
  width: max-content;
  margin: 32px auto 0;
}

.mansaf-story {
  padding: 135px 8vw;
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 4vw;
  border-top: 1px solid rgba(25, 27, 22, .18);
}

.mansaf-story h2 {
  margin-top: 0;
}

.mansaf-story p {
  max-width: 780px;
  color: #55584d;
  font-size: 18px;
  line-height: 1.8;
}

.mansaf-faq {
  padding: 125px 8vw;
  background: #e8e1d2;
}

.mansaf-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 55px;
  background: rgba(25, 27, 22, .18);
  border: 1px solid rgba(25, 27, 22, .18);
}

.mansaf-faq article {
  padding: 38px;
  background: #e8e1d2;
}

.mansaf-faq h3,
.watch-next h3 {
  font: 400 30px/1.08 var(--serif);
  margin: 0 0 16px;
}

.mansaf-faq p {
  color: #55584d;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.watch-next {
  padding: 125px 8vw;
  background: var(--night);
  color: #f2eee4;
}

.watch-next-heading {
  max-width: 1000px;
}

.watch-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.watch-next-grid a {
  display: block;
}

.watch-next-grid img {
  aspect-ratio: 16/9;
  height: auto;
  margin-bottom: 22px;
}

.watch-next-grid span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.watch-next h3 {
  margin-top: 11px;
}

.mansaf-verdict {
  padding: 135px 8vw;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 6vw;
  align-items: end;
  background: var(--moss);
  color: #fff;
}

.mansaf-verdict h2 {
  margin-bottom: 0;
}

.mansaf-verdict p {
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 35px;
}

.mansaf-join {
  background: var(--paper);
}

@media (max-width: 1000px) {
  .release,
  .mansaf-hero {
    grid-template-columns: 1fr;
  }

  .release-poster,
  .mansaf-poster {
    order: -1;
  }

  .mansaf-hero {
    padding-top: 140px;
  }
}

@media (max-width: 800px) {
  .nav-action {
    max-width: 142px;
    text-align: right;
    line-height: 1.4;
  }

  .release {
    margin: 0 0 95px;
  }

  .release-copy {
    padding: 62px 6vw 72px;
  }

  .mansaf-hero {
    padding: 125px 6vw 75px;
    gap: 52px;
  }

  .mansaf-hero-copy h1 {
    font-size: clamp(50px, 14vw, 76px);
  }

  .watch-stage {
    padding: 95px 0;
  }

  .watch-stage-heading {
    padding: 0 6vw;
  }

  .watch-stage-button {
    width: calc(100% - 12vw);
  }

  .mansaf-story,
  .mansaf-verdict,
  .mansaf-proof {
    grid-template-columns: 1fr;
    padding: 95px 6vw;
  }

  .mansaf-faq,
  .watch-next {
    padding: 95px 6vw;
  }

  .mansaf-faq-grid,
  .watch-next-grid {
    grid-template-columns: 1fr;
  }

  .mansaf-faq article {
    padding: 30px;
  }

  .mansaf-story h2,
  .mansaf-verdict h2,
  .watch-stage-heading h2 {
    font-size: clamp(48px, 14vw, 76px);
  }

  .mansaf-verdict {
    gap: 38px;
  }

  .poster-play {
    left: 14px;
    bottom: 14px;
    padding: 11px 13px;
  }
}
