@font-face {
  font-family: "Mont";
  src:
    url("assets/fonts/fonnts.com-mont-book.otf") format("opentype"),
    url("assets/fonts/mont-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mont";
  src:
    url("assets/fonts/Web%20Fonts/303ff8c2975f30a5d6de8572b6b3fd15.woff2") format("woff2"),
    url("assets/fonts/Web%20Fonts/303ff8c2975f30a5d6de8572b6b3fd15.woff") format("woff"),
    url("assets/fonts/Mont%20SemiBold.ttf") format("truetype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Perpetua Titling MT";
  src:
    url("assets/fonts/PERTILI.TTF") format("truetype");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Perpetua Titling MT";
  src:
    url("assets/fonts/PERTIBD.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-body: "Mont", "Century Gothic", "Avenir Next", Arial, sans-serif;
  --font-title: "Perpetua Titling MT", "Perpetua", "Times New Roman", serif;
  --color-text: #f6f6f6;
  --color-muted: rgba(255, 255, 255, 0.68);
  --color-line: rgba(255, 255, 255, 0.26);
  --color-pink: #ff1490;
  --section-y: clamp(80px, 7vw, 128px);
  --section-gap: clamp(56px, 5.2vw, 96px);
  --content-gap: clamp(32px, 3.5vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  background: #000;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--color-text);
  background: #000;
  font-family: var(--font-body);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a,
button,
input {
  font: inherit;
}

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

button {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: #062134;
  overflow: hidden;
  max-height: 912px;
}

.hero__image {
  width: 100%;
  height: auto;
}

.press-hero {
  height: clamp(430px, 54.5vw, 1000px);
  max-height: none;
  background:
    linear-gradient(rgba(214, 181, 137, 0.16), rgba(0, 0, 0, 0.08)),
    url("assets/Screenshot.png") center / cover no-repeat,
    linear-gradient(180deg, #d5b38b 0%, #69726b 54%, #151916 100%);
}

.press-detail-hero {
  height: clamp(430px, 54.5vw, 1000px);
  max-height: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.discussions-hero {
  height: clamp(430px, 52vw, 960px);
  max-height: none;
  background:
    linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)),
    url("assets/discussions-hero.png") center / cover no-repeat,
    linear-gradient(90deg, #172113 0%, #5c512c 50%, #342913 100%);
}

.discussion-details-hero {
  height: clamp(430px, 52vw, 960px);
  max-height: none;
  background: url("assets/discussion-details-hero.png") center / cover no-repeat #17170f;
}

.menu-button {
  position: absolute;
  top: clamp(24px, 2.7vw, 49px);
  left: clamp(24px, 4.8vw, 86px);
  width: clamp(18px, 1.65vw, 30px);
  height: clamp(16px, 1.3vw, 24px);
  padding: 0;
  opacity: 0.82;
}

.menu-button span {
  display: block;
  width: 100%;
  height: clamp(1px, 0.12vw, 2px);
  margin: clamp(4px, 0.33vw, 6px) 0;
  background: #fff;
}

.watch-button {
  position: absolute;
  top: clamp(20px, 2.7vw, 49px);
  right: clamp(18px, 4.8vw, 86px);
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.78vw, 14px);
  min-height: clamp(36px, 3.5vw, 64px);
  padding: 0 clamp(16px, 1.58vw, 29px);
  border: clamp(1px, 0.11vw, 2px) solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(12px, 1.3vw, 24px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.watch-button__icon {
  display: inline-flex;
  width: clamp(17px, 1.58vw, 29px);
  height: clamp(18px, 1.69vw, 31px);
  flex: 0 0 clamp(17px, 1.58vw, 29px);
}

.watch-button__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trailer-link__icon {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 24px solid #fff;
}

.trailer-link {
  position: absolute;
  right: clamp(20px, 5.1vw, 94px);
  bottom: 7%;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  font-size: clamp(11px, 1vw, 19px);
  font-weight: 700;
  text-transform: uppercase;
}

.trailer-link__icon {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 22px;
  border-left-color: rgba(255, 255, 255, 0.76);
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.84);
}

.video-modal__dialog {
  width: min(100%, 1120px);
}

.video-modal__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  background: #000;
}

.video-modal__frame iframe,
.video-modal__frame video {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal__close {
  position: absolute;
  top: 26px;
  right: 30px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-modal__close::before,
.video-modal__close::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 6px;
  width: 25px;
  height: 2px;
  background: #fff;
}

.video-modal__close::before {
  transform: rotate(45deg);
}

.video-modal__close::after {
  transform: rotate(-45deg);
}

.video-modal__empty {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.starscape {
  position: relative;
  width: 100%;
  background: #000 url("assets/image%201.png") top center / 100% auto repeat-y;
}

.star-twinkle-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.starscape[data-star-twinkle] .page,
.starscape[data-star-twinkle] .footer {
  position: relative;
  z-index: 1;
}

.star-twinkle {
  position: absolute;
  width: var(--twinkle-size, 4px);
  height: var(--twinkle-size, 4px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 calc(var(--twinkle-size, 4px) * 1.8) rgba(255, 255, 255, 0.88),
    0 0 calc(var(--twinkle-size, 4px) * 4.2) rgba(181, 225, 255, 0.46);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  animation: starTwinkle var(--twinkle-speed, 1600ms) ease-out forwards;
}

.star-twinkle::before,
.star-twinkle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: calc(var(--twinkle-size, 4px) * 5.4);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translate(-50%, -50%);
}

.star-twinkle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

@keyframes starTwinkle {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }

  28% {
    opacity: var(--twinkle-opacity, 0.82);
    transform: translate(-50%, -50%) scale(1) rotate(20deg);
  }

  55% {
    opacity: calc(var(--twinkle-opacity, 0.82) * 0.48);
    transform: translate(-50%, -50%) scale(0.72) rotate(42deg);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.12) rotate(68deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .star-twinkle-layer {
    display: none;
  }
}

.page-header {
  position: relative;
  width: 100%;
  min-height: clamp(110px, 8.8vw, 160px);
}

.watch-film-page {
  min-height: 100vh;
  background: #000;
}

.watch-film-hero {
  position: relative;
  min-height: 100svh;
  background: #000;
}

.watch-player {
  position: relative;
  width: 100%;
  min-height: 100svh;
  background: #000;
}

.watch-player__video {
  width: 100%;
  height: 100svh;
  background: #000;
  object-fit: contain;
  object-position: center center;
}

.watch-film-hero .menu-button {
  z-index: 7;
}

.watch-player__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: clamp(36px, 6vw, 108px) clamp(18px, 2vw, 38px) clamp(14px, 1.2vw, 22px);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.54) 46%, rgba(0, 0, 0, 0.86) 100%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.watch-player:fullscreen .watch-player__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.watch-player:fullscreen:hover .watch-player__controls,
.watch-player:fullscreen:focus-within .watch-player__controls {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.watch-player__controls-row {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.75vw, 14px);
  min-height: 54px;
  padding: 0 clamp(4px, 0.4vw, 8px);
}

.watch-player__spacer {
  flex: 1 1 auto;
}

.watch-player__control {
  position: relative;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: clamp(38px, 2.55vw, 48px);
  height: clamp(38px, 2.55vw, 48px);
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  opacity: 0.94;
  transition: background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.watch-player__control:hover,
.watch-player__control[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  opacity: 1;
  transform: translateY(-1px);
}

.watch-player__control::before {
  content: "";
  width: 21px;
  height: 21px;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.watch-player__play::before {
  margin-left: 2px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 5.14v13.72a1 1 0 0 0 1.5.86l11-6.86a1 1 0 0 0 0-1.72l-11-6.86A1 1 0 0 0 8 5.14Z'/%3E%3C/svg%3E");
}

.watch-player__play.is-playing::before {
  margin-left: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 5h3.5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm6.5 0H17a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
}

.watch-player__play.is-playing::after {
  content: none;
}

.watch-player__time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 128px;
  color: #fff;
  font-size: clamp(13px, 0.95vw, 17px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
}

.watch-player__mute::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='M16 9.5a5 5 0 0 1 0 5M19 7a9 9 0 0 1 0 10'/%3E%3C/g%3E%3C/svg%3E");
}

.watch-player__mute.is-muted::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M11 5 6 9H3v6h3l5 4V5Z'/%3E%3Cpath d='m16 10 5 5M21 10l-5 5'/%3E%3C/g%3E%3C/svg%3E");
}

.watch-player__seek {
  display: block;
  width: 100%;
  height: 20px;
  margin: 0 0 9px;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  --progress: 0%;
}

.watch-player__seek::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(to right, #fff var(--progress), rgba(255, 255, 255, 0.34) var(--progress));
}

.watch-player__seek::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13), 0 3px 12px rgba(0, 0, 0, 0.55);
  appearance: none;
}

.watch-player__seek::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.watch-player__seek::-moz-range-progress {
  height: 3px;
  border-radius: 999px;
  background: #fff;
}

.watch-player__seek::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.13), 0 3px 12px rgba(0, 0, 0, 0.55);
}

.watch-player__volume {
  width: clamp(70px, 5.8vw, 112px);
  height: 18px;
  background: transparent;
  cursor: pointer;
  appearance: none;
  --volume-fill: 100%;
}

.watch-player__volume::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(to right, #fff var(--volume-fill), rgba(255, 255, 255, 0.28) var(--volume-fill));
}

.watch-player__volume::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
  appearance: none;
}

.watch-player__volume::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.watch-player__volume::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: #fff;
}

.watch-player__volume::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.5);
}

.watch-player__settings {
  position: relative;
  flex: 0 0 auto;
}

.watch-player__settings-button {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.watch-player__settings-button::before {
  width: 20px;
  height: 20px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z'/%3E%3Cpath d='M19.43 12.98c.04-.32.07-.65.07-.98s-.02-.66-.07-.98l2.11-1.65a.5.5 0 0 0 .12-.64l-2-3.46a.5.5 0 0 0-.6-.22l-2.49 1a7.28 7.28 0 0 0-1.69-.98L14.5 2.42A.5.5 0 0 0 14 2h-4a.5.5 0 0 0-.5.42L9.12 5.07c-.6.24-1.16.57-1.69.98l-2.49-1a.5.5 0 0 0-.6.22l-2 3.46a.5.5 0 0 0 .12.64l2.11 1.65a7.78 7.78 0 0 0 0 1.96l-2.11 1.65a.5.5 0 0 0-.12.64l2 3.46a.5.5 0 0 0 .6.22l2.49-1c.52.4 1.09.74 1.69.98l.38 2.65a.5.5 0 0 0 .5.42h4a.5.5 0 0 0 .5-.42l.38-2.65c.6-.24 1.16-.57 1.69-.98l2.49 1a.5.5 0 0 0 .6-.22l2-3.46a.5.5 0 0 0-.12-.64l-2.11-1.65Z'/%3E%3C/g%3E%3C/svg%3E");
}

.watch-player__quality-panel {
  position: absolute;
  right: 50%;
  bottom: calc(100% + 12px);
  min-width: 238px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.86);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(16px);
  transform: translateX(50%);
}

.watch-player__quality-panel[hidden] {
  display: none;
}

.watch-player__quality-panel label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.watch-player__quality-panel select {
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.watch-player__quality-panel select {
  padding: 0 30px 0 13px;
}

.watch-player__quality-panel option {
  color: #000;
}

.watch-player__quality-panel select:hover {
  background: rgba(255, 255, 255, 0.16);
}

.watch-player__fullscreen::before {
  width: 21px;
  height: 21px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M8 3H5a2 2 0 0 0-2 2v3M21 8V5a2 2 0 0 0-2-2h-3M16 21h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3'/%3E%3C/g%3E%3C/svg%3E");
}

.watch-player__fullscreen {
  background: rgba(255, 255, 255, 0.09);
}

.watch-player__more::before {
  width: 21px;
  height: 21px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='black'%3E%3Ccircle cx='12' cy='5' r='2'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Ccircle cx='12' cy='19' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

.watch-auth-modal .discussion-modal__panel {
  width: min(100%, 680px);
}

.site-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 88px);
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.9)),
    url("assets/image%201.png") center / cover repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.site-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.site-menu__close {
  position: absolute;
  top: clamp(24px, 2.7vw, 49px);
  left: clamp(24px, 4.8vw, 86px);
  width: 32px;
  height: 32px;
}

.site-menu__close::before,
.site-menu__close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}

.site-menu__close::before {
  transform: rotate(45deg);
}

.site-menu__close::after {
  transform: rotate(-45deg);
}

.site-menu__inner {
  display: grid;
  gap: clamp(20px, 3.4vw, 62px);
  width: min(100%, 980px);
  text-align: center;
}

.site-menu__eyebrow {
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(10px, 0.72vw, 13px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-menu__nav {
  display: grid;
  gap: clamp(16px, 2vw, 34px);
}

.site-menu__nav a {
  font-family: var(--font-title);
  font-size: clamp(18px, 2vw, 40px);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-menu__nav a:hover,
.site-menu__nav a[aria-current="page"] {
  color: #ff4fb2;
}

.site-menu__secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 46px);
  color: var(--color-muted);
}

.site-menu__secondary a,
.site-menu__secondary button,
.site-menu__user {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  font-size: clamp(12px, 0.86vw, 16px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.site-menu__secondary button {
  color: inherit;
  cursor: pointer;
}

.site-menu__secondary a:hover,
.site-menu__secondary a[aria-current="page"],
.site-menu__secondary button:hover {
  color: #fff;
}

.site-menu__logout {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.site-menu__meta {
  color: var(--color-muted);
  font-size: clamp(14px, 1.1vw, 20px);
}

.site-menu__meta a {
  font-weight: 700;
}

.section {
  width: min(100% - 80px, 1760px);
  margin: 0 auto;
  border-bottom: 1px solid var(--color-line);
}

.page > .section:last-child {
  border-bottom: 0;
}

.manifesto {
  padding: var(--section-y) 0;
  text-align: center;
}

.manifesto__copy {
  margin: 0 0 var(--section-gap);
  color: #fff;
  font-size: clamp(15px, 1.34vw, 25px);
  font-weight: 400;
  line-height: 1.72;
}

.manifesto__logo {
  display: block;
  width: min(56vw, 720px);
  max-width: calc(100% - 32px);
  margin: clamp(70px, 5vw, 118px) auto 0;
}

.manifesto__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(76px, 9.1vw, 125px);
  margin: clamp(70px, 7.2vw, 118px) auto 0;
  text-decoration: none;
}

.manifesto__play img {
  display: block;
  width: 100%;
  height: auto;
}

.manifesto__play:hover {
  opacity: 0.75;
}

.awards {
  padding: var(--section-y) 0;
  text-align: center;
}

h1,
.footer h2 {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(32px, 3vw, 58px);
  letter-spacing: 0.015em;
}

.awards__carousel {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: clamp(28px, 3.5vw, 64px);
  margin: var(--section-gap) auto 0;
  width: 100%;
}

.awards__viewport {
  overflow: hidden;
  padding: 0 10px;
  margin: 0 -10px;
}

.awards__track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 2.4vw, 64px);
  min-width: 0;
  will-change: transform;
}

.award-logo {
  flex: 0 0 auto;
  object-fit: contain;
}

.award-logo--small {
  width: clamp(120px, 11.4vw, 210px);
}

.award-logo--medium {
  width: clamp(180px, 15.8vw, 290px);
}

.award-logo--featured {
  width: clamp(165px, 14.2vw, 260px);
}

.carousel-arrow {
  width: 34px;
  height: 34px;
  border-left: 3px solid rgba(255, 255, 255, 0.86);
  border-bottom: 3px solid rgba(255, 255, 255, 0.86);
  justify-self: center;
}

.carousel-arrow--left {
  transform: rotate(45deg);
}

.carousel-arrow--right {
  transform: rotate(-135deg);
}

.screenings {
  padding: var(--section-y) 0;
}

.screenings h1 {
  text-align: center;
}

.screenings__list {
  width: min(100%, 1180px);
  margin: var(--section-gap) auto 0;
}

.screening {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 28px;
  margin-bottom: clamp(40px, 3.5vw, 64px);
  align-items: start;
}

.screening time {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(21px, 1.58vw, 30px);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.screening h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(20px, 1.48vw, 27px);
  font-weight: 800;
  line-height: 1.15;
}

.screening p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.35vw, 25px);
  line-height: 1.2;
}

.testimonials {
  padding: var(--section-y) 0;
  text-align: center;
}

.testimonials__list {
  display: grid;
  gap: clamp(48px, 4.8vw, 88px);
  width: min(100%, 1120px);
  margin: var(--section-gap) auto 0;
}

.testimonial {
  margin: 0;
}

.testimonial blockquote {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.35vw, 25px);
  font-weight: 400;
  line-height: 1.42;
}

.testimonial figcaption {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(12px, 0.86vw, 16px);
  font-weight: 800;
}

.testimonials__more {
  min-width: 150px;
  min-height: 44px;
  margin: clamp(44px, 4vw, 72px) auto 0;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonials__more:hover {
  background: rgba(255, 255, 255, 0.08);
}

.newsletter {
  padding: var(--section-y) 0;
  text-align: center;
}

.newsletter h1 {
  font-size: clamp(29px, 3.15vw, 61px);
}

.newsletter p {
  margin: clamp(24px, 2.2vw, 40px) 0 clamp(32px, 2.8vw, 48px);
  font-size: clamp(16px, 1.43vw, 27px);
  font-weight: 500;
}

.newsletter__notice {
  width: min(100%, 560px);
  margin: calc(clamp(32px, 2.8vw, 48px) * -0.45) auto clamp(24px, 2vw, 36px);
  color: #fff;
  font-size: clamp(13px, 1vw, 18px);
  line-height: 1.5;
}

.newsletter__notice--error {
  color: #ffb9b9;
}

.newsletter__form {
  display: flex;
  align-items: center;
  width: min(100%, 610px);
  height: 78px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  overflow: hidden;
}

.newsletter__form input {
  width: 100%;
  height: 100%;
  padding: 0 0 0 31px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: clamp(16px, 1.23vw, 23px);
}

.newsletter__form input::placeholder {
  color: rgba(255, 255, 255, 0.66);
}

.newsletter__form button {
  position: relative;
  flex: 0 0 84px;
  height: 100%;
}

.newsletter__form button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 33px;
  height: 1px;
  background: rgba(255, 255, 255, 0.84);
  transform: translateY(-50%);
}

.newsletter__form button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.84);
  border-right: 1px solid rgba(255, 255, 255, 0.84);
  transform: translateY(-50%) rotate(45deg);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: min(100% - 80px, 1640px);
  margin: 0 auto;
  padding: clamp(48px, 4.4vw, 80px) 0;
  border-top: 1px solid var(--color-line);
}

.footer__film h2 {
  font-size: clamp(25px, 1.9vw, 35px);
  line-height: 1.2;
}

.footer__film p {
  margin: 17px 0 55px;
  font-size: clamp(20px, 1.48vw, 27px);
  font-weight: 500;
}

.footer__film small {
  font-size: clamp(13px, 0.96vw, 18px);
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 4px;
}

.footer__contact a {
  margin-bottom: 34px;
  font-size: clamp(20px, 1.48vw, 27px);
  font-weight: 800;
}

.footer__contact img {
  width: clamp(140px, 11.5vw, 210px);
}

.press-list {
  display: grid;
  gap: clamp(72px, 7vw, 128px);
  padding: var(--section-y) 0;
  text-align: center;
}

.press-item h1,
.presskit h1 {
  font-size: clamp(24px, 2.05vw, 38px);
}

.press-item p {
  margin: clamp(14px, 1.3vw, 24px) 0 0;
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 1.55;
}

.press-item cite {
  display: block;
  margin-top: 6px;
  color: var(--color-muted);
  font-size: clamp(12px, 0.94vw, 17px);
  font-style: normal;
}

.press-item a {
  display: inline-block;
  margin-top: clamp(16px, 1.5vw, 28px);
  font-family: var(--font-title);
  font-size: clamp(12px, 0.95vw, 17px);
  font-weight: 300;
  text-transform: uppercase;
}

.presskit {
  padding: var(--section-y) 0;
  text-align: center;
}

.pdf-icon {
  width: clamp(58px, 4.6vw, 84px);
  height: clamp(58px, 4.6vw, 84px);
  margin: 0 auto clamp(28px, 2.4vw, 44px);
  background: url("assets/free-pdf-file-icon-2614-thumb%201.png") center / contain no-repeat;
}

.presskit p {
  width: min(100%, 860px);
  margin: clamp(18px, 1.8vw, 32px) auto 0;
  font-size: clamp(14px, 1.1vw, 20px);
  line-height: 1.6;
}

.presskit h1 a {
  color: inherit;
  text-decoration: none;
}

.presskit h1 a:hover {
  opacity: 0.76;
}

.press-detail {
  padding: var(--section-y) 0;
  text-align: center;
}

.press-detail h1 {
  width: min(100%, 920px);
  margin: 0 auto;
  font-size: clamp(30px, 3.5vw, 64px);
  line-height: 1.06;
}

.press-detail__meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: clamp(18px, 1.8vw, 32px);
  color: var(--color-muted);
  font-size: clamp(12px, 0.95vw, 17px);
}

.press-detail__meta cite {
  font-style: normal;
}

.press-detail__excerpt {
  width: min(100%, 780px);
  margin: clamp(24px, 2.5vw, 46px) auto 0;
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.65;
}

.press-detail__image {
  width: min(100%, 760px);
  max-height: 430px;
  object-fit: cover;
  margin: 0 auto clamp(28px, 2.4vw, 44px);
}

.press-detail__body {
  width: min(100%, 760px);
  margin: clamp(34px, 3vw, 56px) auto;
  font-size: clamp(15px, 1.14vw, 21px);
  line-height: 1.8;
  text-align: left;
}

.press-detail__body h2,
.press-detail__body h3,
.press-detail__body p,
.press-detail__body blockquote,
.press-detail__body ul,
.press-detail__body ol {
  margin: 0 0 1.2em;
}

.press-detail__body h2,
.press-detail__body h3 {
  font-family: var(--font-title);
  font-weight: 300;
  line-height: 1.15;
}

.press-detail__body h2 {
  font-size: clamp(24px, 2.1vw, 38px);
}

.press-detail__body h3 {
  font-size: clamp(20px, 1.7vw, 30px);
}

.press-detail__body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.press-detail__body ul,
.press-detail__body ol {
  padding-left: 1.4em;
}

.press-detail__body blockquote {
  padding-left: 1.2em;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.78);
}

.press-detail__body img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: clamp(24px, 2.6vw, 46px) auto;
  display: block;
}

.press-detail__tags {
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.press-detail__back {
  display: inline-block;
  margin-top: clamp(28px, 3vw, 56px);
  font-family: var(--font-title);
  font-size: clamp(12px, 0.95vw, 17px);
  text-transform: uppercase;
  text-decoration: none;
}

.press-detail__back:hover {
  opacity: 0.76;
}

.contact-page {
  min-height: 100vh;
}

.contact {
  min-height: clamp(700px, 56vw, 1040px);
  padding: clamp(40px, 4vw, 72px) 0 var(--section-y);
  text-align: center;
}

.contact h1 {
  font-size: clamp(44px, 4.8vw, 88px);
}

.contact__notice {
  width: min(100%, 620px);
  margin: clamp(22px, 2vw, 36px) auto 0;
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5;
}

.contact__notice--error {
  color: #ffb9b9;
}

.contact__form {
  display: grid;
  gap: clamp(24px, 2vw, 36px);
  width: min(100%, 660px);
  margin: clamp(56px, 5vw, 92px) auto 0;
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
  font-size: clamp(15px, 1vw, 18px);
  outline: none;
}

.contact__form input {
  height: clamp(54px, 4.2vw, 75px);
  padding: 0 clamp(20px, 1.7vw, 32px);
}

.contact__form textarea {
  min-height: clamp(126px, 9vw, 170px);
  resize: vertical;
  padding: clamp(18px, 1.5vw, 28px) clamp(20px, 1.7vw, 32px);
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.contact__form button {
  justify-self: center;
  margin-top: clamp(10px, 1vw, 18px);
  font-size: clamp(18px, 1.25vw, 23px);
  font-weight: 800;
}

.auth-page {
  min-height: 100vh;
}

.auth {
  min-height: clamp(620px, 49vw, 900px);
  padding: clamp(36px, 3.5vw, 64px) 0 var(--section-y);
  text-align: center;
}

.auth h1 {
  font-size: clamp(43px, 4.1vw, 76px);
}

.auth__notice {
  width: min(100%, 620px);
  margin: clamp(22px, 2vw, 36px) auto 0;
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5;
}

.auth__notice--error {
  color: #ffb9b9;
}

.auth__form {
  display: grid;
  gap: clamp(24px, 1.9vw, 34px);
  width: min(100%, 610px);
  margin: clamp(56px, 5vw, 92px) auto 0;
}

.auth__form input {
  width: 100%;
  height: clamp(58px, 4.6vw, 82px);
  padding: 0 clamp(22px, 1.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.22);
  font-size: clamp(15px, 1vw, 18px);
  outline: none;
}

.auth__form input::placeholder {
  color: #fff;
  opacity: 1;
}

.auth__helper {
  margin-top: -8px;
  font-size: clamp(13px, 0.95vw, 17px);
}

.auth__form button {
  height: clamp(58px, 4.6vw, 82px);
  margin-top: clamp(10px, 1vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 7px;
  color: #fff;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 800;
  text-transform: uppercase;
}

.auth__switch {
  margin: clamp(32px, 2.7vw, 50px) 0 0;
  font-size: clamp(15px, 1vw, 18px);
}

.auth__link {
  display: inline-block;
  margin-top: 18px;
  font-size: clamp(15px, 1vw, 18px);
}

.discussions {
  padding: var(--section-y) 0;
}

.discussion-create {
  display: block;
  width: fit-content;
  margin: 0 auto var(--section-gap);
  padding: 14px 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: clamp(13px, 0.95vw, 18px);
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.discussion-notice {
  width: min(100%, 760px);
  margin: 0 auto clamp(24px, 2.6vw, 46px);
  color: #fff;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.5;
  text-align: center;
}

.discussion-notice--error {
  color: #ffb9b9;
}

.discussion-list {
  width: min(100%, 1360px);
  margin: 0 auto;
}

.discussion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: clamp(42px, 4.2vw, 78px) 0;
  border-bottom: 1px solid var(--color-line);
}

.discussion:first-child {
  padding-top: 0;
}

.discussion__body p {
  margin: 8px 0 0;
  font-size: clamp(15px, 1.18vw, 22px);
  line-height: 1.45;
}

.discussion__body a {
  font-size: clamp(18px, 1.45vw, 27px);
  font-weight: 800;
}

.discussion__link {
  display: block;
}

.discussion__link strong {
  display: block;
  font-size: clamp(18px, 1.45vw, 27px);
  font-weight: 800;
}

.discussion__link:hover {
  opacity: 0.78;
}

.discussion__body span {
  display: block;
  margin-top: 12px;
  color: var(--color-muted);
  font-size: clamp(12px, 0.9vw, 16px);
}

.discussion__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 64px;
  font-size: clamp(12px, 0.92vw, 16px);
}

.comment-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 2px;
}

.comment-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -6px;
  width: 7px;
  height: 7px;
  background: #000;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skewX(-28deg);
}

.comment-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 2px;
  background: #fff;
  box-shadow: 0 4px 0 #fff;
}

.discussion-detail {
  padding: var(--section-y) 0;
}

.discussion-detail__lead,
.comment-form,
.comments {
  width: min(100%, 1260px);
  margin-left: auto;
  margin-right: auto;
}

.discussion-detail__lead p,
.comment p {
  margin: 0;
  font-size: clamp(14px, 1.02vw, 19px);
  font-weight: 700;
  line-height: 1.45;
}

.discussion-detail__lead h1 {
  margin: 0 0 clamp(18px, 1.8vw, 32px);
  font-family: var(--font-title);
  font-size: clamp(30px, 3.4vw, 64px);
  font-weight: 300;
  line-height: 1.1;
}

.discussion-detail__lead span,
.comment > span {
  display: block;
  margin-top: 11px;
  color: var(--color-muted);
  font-size: clamp(12px, 0.82vw, 15px);
}

.comment-form {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: clamp(58px, 4.6vw, 82px);
  margin-top: clamp(28px, 2.8vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  padding: 0 12px 0 clamp(18px, 1.8vw, 34px);
}

.comment-form input {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: clamp(13px, 0.92vw, 17px);
}

.comment-form input::placeholder {
  color: #fff;
  opacity: 1;
}

.comment-form button {
  flex: 0 0 auto;
  min-width: 92px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  font-family: var(--font-title);
  font-size: clamp(11px, 0.76vw, 14px);
  font-weight: 300;
  text-transform: uppercase;
}

.comment-form--reply {
  width: 100%;
  margin-top: 18px;
}

.comments {
  margin-top: clamp(34px, 3.2vw, 58px);
}

.comment-thread {
  border-bottom: 1px solid var(--color-line);
}

.comment {
  padding: clamp(28px, 2.5vw, 46px) 0;
}

.comment-thread:first-child .comment--parent {
  padding-top: 0;
}

.comment--parent {
  padding-bottom: 22px;
}

.replies-panel {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: clamp(28px, 2.5vw, 46px);
}

.replies-toggle {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  border: 1.5px solid #fff;
  border-radius: 50%;
}

.replies-toggle::before,
.replies-toggle::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 1.5px;
  background: #fff;
  transform: translateY(-50%);
}

.replies-toggle::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.replies-toggle[aria-expanded="false"]::after {
  opacity: 1;
}

.replies-toggle[aria-expanded="false"] + .replies {
  display: none;
}

.replies {
  display: grid;
  gap: clamp(28px, 2.5vw, 46px);
}

.comment--reply {
  margin-left: 0;
  padding: 0;
  border: 0;
}

.comment__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
  font-size: clamp(12px, 0.84vw, 15px);
}

.comment__actions button,
.comment__actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.comment__actions button {
  color: inherit;
  cursor: pointer;
}

.reply-icon {
  width: 18px;
  height: 18px;
  background: url("assets/Chat_plus.png") center / contain no-repeat;
}

.discussion-form {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.discussion-form label {
  display: grid;
  gap: 8px;
  color: var(--color-muted);
  font-size: clamp(13px, 0.95vw, 17px);
  text-align: left;
}

.discussion-form input,
.discussion-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  font-size: clamp(15px, 1vw, 18px);
  outline: none;
}

.discussion-form input {
  height: 56px;
  padding: 0 18px;
}

.discussion-form textarea {
  min-height: 150px;
  padding: 16px 18px;
  resize: vertical;
}

.discussion-form button,
.discussion-modal__primary {
  justify-self: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.discussion-modal[hidden] {
  display: none;
}

.discussion-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
}

.discussion-modal__panel {
  position: relative;
  width: min(100%, 680px);
  max-height: min(82vh, 760px);
  overflow: auto;
  padding: clamp(34px, 4vw, 70px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: #020202 url("assets/stars.png") center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.discussion-modal__panel h2 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(34px, 3.6vw, 68px);
  font-weight: 300;
}

.discussion-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.discussion-modal__close::before,
.discussion-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 1px;
  background: #fff;
}

.discussion-modal__close::before {
  transform: rotate(45deg);
}

.discussion-modal__close::after {
  transform: rotate(-45deg);
}

.auth__form--modal {
  margin-top: clamp(30px, 3vw, 56px);
}

.discussion-policy {
  margin: clamp(28px, 3vw, 52px) 0;
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
}

.discussion-policy summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.discussion-policy div {
  margin-top: 18px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.7;
}

.trailers-page {
  min-height: 100vh;
}

.trailers {
  width: 100%;
  padding: 0 0 var(--section-y);
  border-bottom: 0;
}

.trailers h1 {
  margin-bottom: 18px;
  color: var(--color-muted);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 400;
  text-align: left;
  text-transform: lowercase;
}

.featured-video {
  position: relative;
  background: #000;
}

.featured-video__stage {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.featured-video__stage iframe,
.featured-video__stage video,
.featured-video__thumbnail {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.featured-video .menu-button {
  top: clamp(25px, 2.35vw, 43px);
  left: clamp(30px, 3vw, 55px);
}

.featured-video .watch-button {
  top: clamp(22px, 2vw, 38px);
  right: clamp(28px, 3vw, 55px);
}

.featured-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(28px, 2.4vw, 44px);
  height: clamp(31px, 2.6vw, 49px);
  background: url("assets/play-button.png") center / contain no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(48px, 5.4vw, 98px) clamp(34px, 4vw, 74px);
  width: min(100%, 1160px);
  margin: clamp(48px, 5vw, 92px) auto 0;
}

.video-card img {
  width: 100%;
  aspect-ratio: 2.1 / 1;
  object-fit: cover;
}

.video-card {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-body);
}

.video-card[hidden] {
  display: none;
}

.video-card:hover {
  opacity: 0.78;
}

.video-card h2 {
  margin: 14px 0 0;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.video-grid__more {
  display: block;
  margin: clamp(42px, 4.5vw, 76px) auto 0;
  padding: 13px 38px 12px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: var(--font-title);
  font-size: clamp(13px, 0.95vw, 16px);
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.video-grid__more:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 900px) {
  :root {
    --section-y: 80px;
    --section-gap: 56px;
    --content-gap: 40px;
  }

  .starscape {
    background-size: auto 650px;
  }

  .hero {
    min-height: 300px;
  }

  .hero__image {
    width: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center top;
  }

  .press-hero {
    height: 420px;
  }

  .press-detail-hero {
    height: 420px;
  }

  .discussions-hero {
    height: 420px;
  }

  .discussion-details-hero {
    height: 420px;
  }

  .page-header {
    min-height: 88px;
  }

  .site-menu__close {
    top: 26px;
    left: 24px;
  }

  .watch-button {
    top: 22px;
    right: 18px;
    min-height: 44px;
    padding: 0 16px;
    gap: 9px;
  }

  .menu-button {
    top: 26px;
    left: 24px;
  }

  .watch-button__icon {
    border-top-width: 9px;
    border-bottom-width: 9px;
    border-left-width: 16px;
  }

  .trailer-link {
    bottom: 5%;
  }

  .section,
  .footer {
    width: min(100% - 36px, 1760px);
  }

  .manifesto {
    padding: var(--section-y) 0;
  }

  .manifesto__copy {
    margin-bottom: var(--section-gap);
  }

  .awards {
    padding: var(--section-y) 0;
  }

  .awards__carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 24px;
    margin-top: var(--section-gap);
  }

  .awards__track {
    justify-content: flex-start;
  }

  .carousel-arrow {
    width: 24px;
    height: 24px;
  }

  .screenings {
    padding: var(--section-y) 0;
  }

  .screenings__list {
    margin-top: var(--section-gap);
  }

  .screening {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 48px;
  }

  .testimonials__list {
    gap: 48px;
  }

  .newsletter {
    padding: var(--section-y) 0;
  }

  .newsletter p {
    margin: 28px 0 26px;
  }

  .newsletter__form {
    height: 58px;
  }

  .footer {
    flex-direction: column;
    padding: 56px 0;
  }

  .footer__film p {
    margin-bottom: 30px;
  }

  .footer__contact {
    align-items: flex-start;
  }

  .press-item p br {
    display: none;
  }

  .contact {
    min-height: auto;
    padding: 56px 0 80px;
  }

  .auth {
    min-height: auto;
    padding: 56px 0 80px;
  }

  .discussion {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .discussion__meta {
    justify-self: start;
  }

  .comment-form {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }

  .comment-form input {
    min-height: 44px;
    width: 100%;
  }

  .comment-form button {
    align-self: flex-end;
  }

  .comment--reply {
    margin-left: 0;
  }

  .replies-panel {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .watch-player__controls {
    padding-inline: 18px;
  }

  .watch-player__volume {
    width: 66px;
  }
}

@media (max-width: 560px) {
  :root {
    --section-y: 56px;
    --section-gap: 40px;
    --content-gap: 32px;
  }

  .menu-button {
    width: 24px;
  }

  .watch-button span:last-child {
    display: none;
  }

  .watch-button {
    width: 46px;
    height: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 0;
  }

  .trailer-link span:last-child {
    display: none;
  }

  .manifesto {
    padding: var(--section-y) 0;
  }

  .manifesto__copy br {
    display: none;
  }

  .testimonial blockquote br {
    display: none;
  }

  .awards__carousel {
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    width: min(100%, 390px);
    gap: 18px;
  }

  .awards__viewport {
    padding: 0;
    margin: 0;
  }

  .awards__track {
    gap: 0;
  }

  .award-logo,
  .award-logo--small,
  .award-logo--medium,
  .award-logo--featured {
    flex: 0 0 100%;
    width: 100%;
    height: 245px;
    object-fit: contain;
  }

  .carousel-arrow--left {
    justify-self: start;
  }

  .carousel-arrow--right {
    justify-self: end;
  }

  .newsletter__form input {
    padding-left: 22px;
  }

  .press-hero {
    height: 320px;
  }

  .discussions-hero {
    height: 320px;
  }

  .discussion-details-hero {
    height: 320px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    width: min(100%, 420px);
  }

  .watch-player__controls {
    padding-inline: 12px;
  }

  .watch-player__controls-row {
    gap: 7px;
  }

  .watch-player__control {
    width: 32px;
    height: 32px;
  }

  .watch-player__time {
    min-width: auto;
    font-size: 12px;
  }

  .watch-player__volume {
    display: none;
  }

  .watch-player__quality-panel {
    min-width: 220px;
    padding: 12px;
    border-radius: 18px;
  }

  .watch-player__quality-panel label {
    width: 100%;
    justify-content: space-between;
  }

  .watch-player__quality-panel select {
    width: 100%;
  }
}
