.page-body .editorial-copy {
  text-align: justify;
}

.page-body .editorial-closing,
.page-body .editorial-signature {
  text-align: center;
}

.page-body .editorial-closing--first {
  margin-top: 2rem;
  margin-bottom: 0.35rem;
}

.page-body .editorial-closing--second {
  margin-bottom: 2rem;
}

.page-body .editorial-signature {
  margin-top: 2rem;
}

.page-body.homage-page p {
  max-width: 100%;
}

.page-body.history-page p {
  max-width: 100%;
}

.page-body .homage-intro {
  text-align: justify;
}

.page-body .homage-hero-image {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(11, 11, 11, .18);
  display: block;
  margin: 14px 0 26px;
  width: 100%;
}

.page-body .homage-filmography {
  columns: 2;
  column-gap: 42px;
  margin-top: 18px;
}

.page-body .homage-filmography li {
  break-inside: avoid;
  margin-bottom: 10px;
}

.award-grid.award-grid--fiction {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.award-grid.award-grid--public {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 760px) {
  .page-body .homage-filmography {
    columns: 1;
  }

  .award-grid.award-grid--fiction {
    grid-template-columns: minmax(0, 1fr);
  }
}
/* Checkout Stripe */
.payment-wrap {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: #141414;
}

.shop-success {
  padding: 12px 0;
  text-align: center;
}

.shop-success-icon {
  display: flex;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--teal);
  color: var(--black);
  font-size: 26px;
}

.shop-success h3 {
  margin-bottom: 6px;
}

.shop-success-item {
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.shop-account-link {
  display: block;
  margin-top: 22px;
  text-align: center;
}

.platform-empty {
  width: 100%;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
  color: rgba(255, 255, 255, .7);
}

.platform-empty a,
.free-stream-note {
  color: var(--teal);
  font-weight: 700;
}

.stream-domain .nav-tickets,
.stream-domain #mShop {
  display: none !important;
}

.film-edition-chip {
  border-color: var(--teal) !important;
  color: var(--teal) !important;
}

.film-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 600;
}

.film-details span:not(:last-child)::after {
  content: "·";
  margin-left: 18px;
  color: var(--teal);
}

.film-technical {
  margin-top: 42px;
}

.film-credit-roles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.film-credit-role {
  display: block;
}

.film-credit-role h4 {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

.film-credit-person {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.film-credit-person.has-image {
  min-width: 150px;
}

.film-credit-person img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.film-credit-person b {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.film-credit-person.name-only {
  min-height: 24px;
}

.film-credit-empty {
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
}

.film-gallery {
  margin-top: 0;
}

.wrap.film-body:has(+ .film-gallery) {
  padding-bottom: clamp(32px, 4vw, 52px);
}

.wrap.film-gallery-wide {
    width: 100%;
    margin-top: 0;
    margin-bottom: clamp(64px, 7vw, 96px);
    padding-left: 0;
    padding-right: 0;
}

.film-gallery > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.film-gallery figure {
  margin: 0;
}

.film-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  cursor: zoom-in;
}

.film-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
  transition: transform .35s ease, filter .35s ease;
}

.film-gallery a:hover img {
  transform: scale(1.025);
  filter: brightness(1.08);
}

.film-gallery figcaption {
  margin-top: 6px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.film-lightbox {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px 72px;
  background: rgba(0, 0, 0, .92);
  backdrop-filter: blur(12px);
}

.film-lightbox.is-open {
  display: flex;
}

.film-lightbox-figure {
  width: 100%;
  max-width: 95vw;
  max-height: 92dvh;
  margin: 0;
  text-align: center;
}

.film-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: 88dvh;
  margin: auto;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.film-lightbox-caption {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.film-lightbox-button {
  position: absolute;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(15, 15, 15, .72);
  color: #fff;
  font-size: 24px;
  transition: background .2s ease, color .2s ease;
}

.film-lightbox-button:hover {
  background: var(--teal);
  color: #050505;
}

.film-lightbox-close {
  top: 22px;
  right: 22px;
}

.film-lightbox-prev {
  left: 20px;
}

.film-lightbox-next {
  right: 20px;
}

body.film-lightbox-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .film-credit-person.has-image {
    min-width: min(100%, 220px);
  }

  .film-gallery > div {
    grid-template-columns: 1fr;
  }

  .film-lightbox {
    padding: 64px 18px 76px;
  }

  .film-lightbox-prev,
  .film-lightbox-next {
    top: auto;
    bottom: 18px;
  }

  .film-lightbox-prev {
    left: calc(50% - 54px);
  }

  .film-lightbox-next {
    right: calc(50% - 54px);
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .film-gallery > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
