@font-face {
  font-family: "Libre Baskerville";
  src: url("movies/fonts/libre-baskerville-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("movies/fonts/playfair-display-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --movies-ink: #172d3a;
  --movies-ink-soft: #53606a;
  --movies-paper: #f4eddf;
  --movies-paper-bright: #fffdf8;
  --movies-paper-deep: #e8dcc8;
  --movies-red: #81242b;
  --movies-red-dark: #4d151a;
  --movies-gold: #b68436;
  --movies-line: rgba(57, 40, 28, 0.2);
  --movies-shadow: 0 22px 54px rgba(44, 32, 24, 0.14);
}

:root[data-movies-theme="dark"] {
  --bg: #101315;
  --paper: #1a1f22;
  --panel: rgba(29, 34, 37, 0.96);
  --ink: #f5ead8;
  --muted: #c9beae;
  --line: rgba(244, 230, 207, 0.2);
  --accent: #dd7e64;
  --accent-deep: #efae8e;
  --forest: #9ac8ba;
  --danger: #ff9b9b;
  --shadow: 0 24px 68px rgba(0, 0, 0, 0.38);
  --movies-ink: #f7edda;
  --movies-ink-soft: #c9beae;
  --movies-paper: #15191c;
  --movies-paper-bright: #202529;
  --movies-paper-deep: #2b2725;
  --movies-red: #c85d63;
  --movies-red-dark: #6f262c;
  --movies-gold: #e3b664;
  --movies-line: rgba(244, 230, 207, 0.2);
  --movies-shadow: 0 24px 68px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--movies-paper);
}

body.movies-site {
  min-width: 0;
  margin: 0;
  color: var(--movies-ink);
  background:
    radial-gradient(circle at 17% 0%, rgba(182, 132, 54, 0.09), transparent 31rem),
    linear-gradient(180deg, var(--movies-paper-deep), var(--movies-paper) 22rem);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.movies-site a {
  color: inherit;
}

.movies-page-shell {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.movies-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff !important;
  background: var(--movies-red);
  transform: translateY(-160%);
}

.movies-skip-link:focus {
  transform: translateY(0);
}

.movies-subpage-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  margin-bottom: 22px;
  padding: 12px 16px 12px 22px;
  border: 1px solid var(--movies-line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--movies-paper-bright) 92%, transparent);
  box-shadow: 0 10px 28px rgba(45, 31, 21, 0.08);
}

.movies-wordmark {
  display: grid;
  text-decoration: none;
  line-height: 1.05;
}

.movies-wordmark span {
  color: var(--movies-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.movies-wordmark strong {
  margin-top: 3px;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.22rem;
}

.movies-menu {
  position: relative;
  z-index: 100;
  flex: 0 0 auto;
}

.movies-menu > summary {
  display: grid;
  width: 46px;
  height: 46px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 5px;
  border: 1px solid var(--movies-line);
  border-radius: 12px;
  background: var(--movies-paper-bright);
  box-shadow: 0 8px 18px rgba(43, 28, 19, 0.08);
}

.movies-menu > summary::-webkit-details-marker {
  display: none;
}

.movies-menu > summary span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: var(--movies-ink);
}

.movies-menu[open] > summary,
.movies-menu > summary:hover,
.movies-menu > summary:focus-visible {
  outline: none;
  border-color: var(--movies-gold);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--movies-gold) 18%, transparent);
}

.movies-menu-panel {
  position: absolute;
  z-index: 100;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: min(290px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid var(--movies-line);
  border-radius: 16px;
  background: var(--movies-paper-bright);
  box-shadow: var(--movies-shadow);
}

.movies-menu-label {
  margin: 0;
  padding: 17px 20px 10px;
  color: var(--movies-red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.movies-menu-panel > a,
.movies-theme-switch {
  min-height: 46px;
  padding: 11px 20px;
  border: 0;
  color: var(--movies-ink);
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.movies-menu-panel > a:hover,
.movies-menu-panel > a:focus-visible,
.movies-theme-switch:hover,
.movies-theme-switch:focus-visible {
  outline: none;
  background: color-mix(in srgb, var(--movies-gold) 12%, transparent);
}

.movies-menu-divider {
  height: 1px;
  margin: 7px 20px;
  background: var(--movies-line);
}

.movies-theme-switch {
  display: flex;
  gap: 8px;
  cursor: pointer;
  color: var(--movies-ink-soft);
}

.movies-theme-switch .is-active {
  color: var(--movies-red);
  font-weight: 900;
}

.movie-toolbar .movies-menu {
  margin-left: auto;
}

.movie-toolbar .movies-menu > summary {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.movies-site .movie-view-switch > span,
.movies-site .movie-sort-strip > span {
  font-weight: 700;
}

.movies-site .movie-sort-link {
  font-weight: 600;
}

[data-movie-sort-surface] {
  position: relative;
  z-index: 60;
  overflow: visible;
}

.movie-poster-frame,
.movie-poster-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--movies-paper-deep);
}

.movie-poster-backdrop {
  position: absolute;
  z-index: 0;
  inset: -12%;
  overflow: hidden;
  pointer-events: none;
}

.movie-poster-backdrop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(18px) saturate(0.82) brightness(0.82);
  transform: scale(1.08);
}

.movie-poster-frame::after,
.movie-poster-stage::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--movies-paper-deep) 48%, transparent),
    transparent 17%,
    transparent 83%,
    color-mix(in srgb, var(--movies-paper-deep) 48%, transparent)
  );
  content: "";
  pointer-events: none;
}

.movie-poster-frame > .movie-poster-image,
.movie-poster-stage > .movie-poster-image {
  position: relative;
  z-index: 2;
}

.facebook-movie-grid-surface,
.facebook-movie-list-surface {
  position: relative;
  z-index: 1;
}

.movie-view-button:focus-visible,
.movie-sort-link:focus-visible,
.movies-wordmark:focus-visible,
.movie-poster-frame:focus-visible,
.movie-poster-copy a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--movies-gold) 72%, #fff);
  outline-offset: 3px;
}

:root[data-movies-theme="dark"] .movie-view-button,
:root[data-movies-theme="dark"] .movie-sort-link {
  border-color: rgba(244, 230, 207, 0.3);
  background: #293136;
  color: #fff7e9;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

:root[data-movies-theme="dark"] .movie-view-button:hover,
:root[data-movies-theme="dark"] .movie-sort-link:hover,
:root[data-movies-theme="dark"] .movie-view-button:focus-visible,
:root[data-movies-theme="dark"] .movie-sort-link:focus-visible {
  border-color: rgba(227, 182, 100, 0.72);
  background: #39444a;
  color: #fff;
}

:root[data-movies-theme="dark"] .movie-view-button.active,
:root[data-movies-theme="dark"] .movie-sort-link.active {
  border-color: #d99d56;
  background: #7d3036;
  color: #fff9ec;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(217, 157, 86, 0.16);
}

:root[data-movies-theme="dark"] .movie-view-switch > span,
:root[data-movies-theme="dark"] .movie-sort-strip > span {
  color: #e3d7c4;
}

:root[data-movies-theme="dark"] .movies-menu-panel {
  border-color: rgba(244, 230, 207, 0.24);
  background: #20272b;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.54);
}

:root[data-movies-theme="dark"] .movies-menu-panel > a,
:root[data-movies-theme="dark"] .movies-theme-switch {
  color: #fff3df;
}

:root[data-movies-theme="dark"] .movie-review-choice-card {
  border-color: rgba(244, 230, 207, 0.22);
  background: #242b2f;
  color: #f7edda;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

:root[data-movies-theme="dark"] .movie-review-choice-card h3 a,
:root[data-movies-theme="dark"] .movie-review-text-preview {
  color: #fff6e7;
}

:root[data-movies-theme="dark"] .movie-review-choice-meta {
  color: #ded1be;
}

:root[data-movies-theme="dark"] .ghost-button {
  border-color: rgba(244, 230, 207, 0.28);
  background: #293136;
  color: #fff7e9;
}

:root[data-movies-theme="dark"] .ghost-button:hover,
:root[data-movies-theme="dark"] .ghost-button:focus-visible {
  border-color: rgba(227, 182, 100, 0.72);
  background: #39444a;
  color: #fff;
}

.movies-editorial-page {
  overflow: hidden;
  border: 1px solid var(--movies-line);
  border-radius: 24px;
  background: var(--movies-paper-bright);
  box-shadow: var(--movies-shadow);
}

.movies-editorial-lede {
  max-width: 980px;
  padding: clamp(52px, 8vw, 108px) clamp(28px, 8vw, 118px) 34px;
}

.movies-kicker {
  margin: 0 0 12px;
  color: var(--movies-red);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.movies-editorial-page h1,
.movies-editorial-page h2 {
  margin: 0;
  color: var(--movies-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.03;
  text-wrap: balance;
}

.movies-heading-lock {
  white-space: nowrap;
}

.movies-editorial-page h1 {
  max-width: 870px;
  font-size: clamp(2.6rem, 6vw, 5.9rem);
}

.movies-editorial-page h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.movies-deck {
  max-width: 820px;
  margin: 26px 0 0;
  color: var(--movies-ink-soft);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.2rem, 2.3vw, 1.72rem);
  line-height: 1.45;
  text-wrap: pretty;
}

.movies-prose {
  color: var(--movies-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.78;
  text-wrap: pretty;
}

.movies-prose p {
  margin: 0 0 1.25em;
}

.movies-prose-lead {
  max-width: 920px;
  padding: 18px clamp(28px, 8vw, 118px) 48px;
}

.movies-classical-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 34px;
  color: var(--movies-gold);
}

.movies-classical-divider span {
  flex: 1;
  height: 1px;
  background: var(--movies-line);
}

.movies-about-person {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.46fr);
  align-items: center;
  gap: clamp(34px, 7vw, 92px);
  padding: 58px clamp(28px, 8vw, 118px) 72px;
}

.movies-about-person p:not(.movies-kicker) {
  max-width: 670px;
  color: var(--movies-ink-soft);
  font-size: 1.1rem;
}

.movies-about-portrait {
  width: min(100%, 350px);
  margin: 0;
  padding: 7px;
  justify-self: end;
  border: 1px solid color-mix(in srgb, var(--movies-gold) 64%, var(--movies-line));
  border-radius: 4px;
  background: color-mix(in srgb, var(--movies-paper-bright) 88%, var(--movies-gold));
  box-shadow: 0 18px 40px rgba(39, 27, 19, 0.18);
}

.movies-about-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border: 1px solid color-mix(in srgb, var(--movies-ink) 30%, transparent);
  border-radius: 1px;
  object-fit: cover;
  object-position: 50% 28%;
  filter: saturate(0.84) contrast(1.04);
}

.movies-text-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--movies-red) !important;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.movies-source-note {
  padding: 22px clamp(28px, 8vw, 118px) 30px;
  color: var(--movies-ink-soft);
  border-top: 1px solid var(--movies-line);
  background: color-mix(in srgb, var(--movies-paper-deep) 52%, transparent);
  font-size: 0.9rem;
}

.movies-source-note p {
  margin: 0;
}

.movies-bio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
  padding: clamp(48px, 7vw, 98px) clamp(28px, 7vw, 100px) 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--movies-paper-deep) 55%, transparent), transparent 62%);
}

.movies-bio-title {
  padding-bottom: clamp(40px, 7vw, 84px);
}

.movies-bio-primary-photo {
  align-self: stretch;
  margin: 0;
}

.movies-bio-primary-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 700px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.8) contrast(1.04);
}

.movies-bio-primary-photo figcaption,
.movies-bio-aside figcaption {
  padding: 10px 0 0;
  color: var(--movies-ink-soft);
  font-size: 0.78rem;
}

.movies-bio-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(40px, 8vw, 110px);
  padding: clamp(52px, 8vw, 108px) clamp(28px, 8vw, 118px);
}

.movies-bio-story sup,
.movies-career-panel sup {
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.68em;
}

.movies-bio-story sup a,
.movies-career-panel sup a {
  color: var(--movies-red);
  text-decoration: none;
}

.movies-bio-aside figure {
  margin: 0;
}

.movies-bio-aside img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  border-radius: 3px;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.82) contrast(1.05);
}

.movies-bio-aside blockquote {
  margin: 38px 0 0;
  padding: 26px 0 0 24px;
  border-top: 1px solid var(--movies-gold);
  border-left: 4px solid var(--movies-red);
  color: var(--movies-ink);
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.35;
}

.movies-bio-aside blockquote p {
  margin: 0;
}

.movies-career-panel {
  padding: clamp(48px, 7vw, 92px) clamp(28px, 8vw, 118px);
  color: #fff8ec;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 40%),
    var(--movies-red-dark);
}

.movies-career-panel .movies-kicker {
  color: #e7bd6c;
}

.movies-career-panel h2 {
  max-width: 900px;
  color: #fff8ec;
}

.movies-career-panel > p:not(.movies-kicker) {
  max-width: 1000px;
  margin: 24px 0 0;
  color: #eee0cf;
  font-size: 1.06rem;
  line-height: 1.75;
}

.movies-career-panel a {
  color: #f0c778;
}

.movies-bio-sources {
  padding: 48px clamp(28px, 8vw, 118px) 66px;
  color: var(--movies-ink-soft);
}

.movies-bio-sources h2 {
  font-size: 1.7rem;
}

.movies-bio-sources ol {
  margin: 22px 0 0;
  padding-left: 1.4rem;
  font-size: 0.9rem;
}

.movies-bio-sources li {
  margin: 0.55rem 0;
  padding-left: 0.35rem;
}

.movies-bio-sources a {
  text-decoration-color: color-mix(in srgb, var(--movies-red) 55%, transparent);
  text-underline-offset: 3px;
}

/*
 * Responsive title stage
 *
 * The selected artwork is split into independent left curtain, center
 * parchment, and right curtain images. The center can grow with the page while
 * each curtain keeps its own proportions, avoiding the distortion produced by
 * stretching one wide bitmap across every screen shape.
 */
.movies-site .facebook-movie-hero {
  padding: clamp(10px, 1.25vw, 18px);
}

.movies-site .facebook-movie-screen {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 0;
  height: clamp(200px, 18vw, 260px);
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: clamp(12px, 1.3vw, 19px);
  background: url("movies/curtain-center.webp") center / 100% 100% no-repeat;
  box-shadow: 0 18px 42px rgba(31, 21, 17, 0.23);
}

.movies-site .facebook-movie-screen::before,
.movies-site .facebook-movie-screen::after {
  position: absolute;
  inset-block: 0;
  z-index: 1;
  width: auto;
  height: 100%;
  aspect-ratio: 520 / 793;
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: none;
  content: "";
  pointer-events: none;
  transform: none;
}

.movies-site .facebook-movie-screen::before {
  left: 0;
  background-image: url("movies/curtain-left.webp");
  background-position: left center;
  -webkit-mask-image: linear-gradient(90deg, #000 0 86%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0 86%, transparent 100%);
}

.movies-site .facebook-movie-screen::after {
  right: 0;
  left: auto;
  background-image: url("movies/curtain-right.webp");
  background-position: right center;
  -webkit-mask-image: linear-gradient(270deg, #000 0 86%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0 86%, transparent 100%);
}

.movies-site .facebook-movie-curtain,
.movies-site .facebook-movie-projector-glow {
  display: none;
}

.movies-site .facebook-movie-logo {
  inset: clamp(28px, 4vw, 54px) clamp(70px, 17vw, 245px);
  z-index: 2;
  gap: 0;
}

.movies-site .facebook-movie-logo h1 {
  width: 100%;
  max-width: 100%;
  font-family: "Playfair Display", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.6rem, 5.8vw, 5.15rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: none;
  text-wrap: balance;
  text-rendering: optimizeLegibility;
}

.movies-site .facebook-movie-logo h1 span {
  display: block;
  width: 100%;
  white-space: nowrap;
}

.movies-site .facebook-movie-rule {
  display: none;
}

.movies-site .facebook-movie-logo h1 span + span {
  margin-top: 0.28em;
}

.movies-site .facebook-movie-logo h1 span:last-child {
  transform: translateX(0.1em);
  font-size: 0.72em;
}

.movie-review-site-mast {
  margin-bottom: 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.movie-detail-page .movie-sort-strip,
.movie-detail-page [data-movie-sort-surface] {
  display: none !important;
}

.movie-film-header {
  padding: clamp(46px, 7vw, 92px) clamp(22px, 6vw, 86px) clamp(34px, 5vw, 62px);
  border-bottom: 1px solid var(--movies-line);
  text-align: center;
}

.movie-film-kicker {
  margin: 0 0 12px;
  color: var(--movies-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.movie-film-header h1 {
  max-width: 960px;
  margin: 0 auto;
  color: var(--movies-ink);
  font-family: "Playfair Display", "Libre Baskerville", Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-wrap: balance;
}

.movie-film-year-rating {
  margin: 18px 0 0;
  color: var(--movies-ink-soft);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
}

.movie-film-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  max-width: 1080px;
  margin: 34px auto 0;
  border-block: 1px solid var(--movies-line);
}

.movie-film-facts > div {
  display: grid;
  min-width: 130px;
  padding: 13px clamp(14px, 2vw, 26px);
  align-content: start;
  border-right: 1px solid var(--movies-line);
}

.movie-film-facts > div:last-child {
  border-right: 0;
}

.movie-film-facts .movie-film-cast {
  flex: 1 1 100%;
  border-top: 1px solid var(--movies-line);
  border-right: 0;
}

.movie-film-facts dt,
.movie-film-link-group > span {
  color: var(--movies-red);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.movie-film-facts dd {
  margin: 3px 0 0;
  color: var(--movies-ink);
  font-weight: 650;
  overflow-wrap: anywhere;
}

.movie-film-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px 42px;
  margin-top: 27px;
}

.movie-film-link-group {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.movie-film-link-group > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
}

.movie-review-reading-layout {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 760px) minmax(150px, 220px);
  justify-content: center;
  gap: clamp(30px, 5vw, 76px);
  padding: clamp(42px, 6vw, 82px) clamp(22px, 4vw, 64px) 80px;
}

.movie-poster-gallery {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 24px;
}

.movie-poster-gallery-item {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.movie-poster-gallery-item a {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  place-items: center;
  border: 1px solid var(--movies-line);
  border-radius: 4px;
  box-shadow: 0 13px 28px rgba(39, 27, 19, 0.16);
}

.movie-poster-gallery-item a > .movie-poster-image {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.movie-poster-gallery-item figcaption {
  margin-top: 7px;
  color: var(--movies-ink-soft);
  font-size: 0.76rem;
  line-height: 1.35;
  text-align: center;
}

.movie-full-reviews {
  min-width: 0;
}

.movie-review-jump-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-bottom: 42px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--movies-line);
  color: var(--movies-ink-soft);
  font-size: 0.86rem;
}

.movie-review-jump-links span {
  color: var(--movies-red);
  font-weight: 700;
}

.movie-review-jump-links a,
.movie-review-source a {
  text-underline-offset: 3px;
}

.movie-full-review + .movie-full-review {
  margin-top: 70px;
  padding-top: 64px;
  border-top: 1px solid var(--movies-line);
}

.movie-full-review-header {
  margin-bottom: 28px;
  text-align: center;
}

.movie-review-byline {
  margin: 0;
  color: var(--movies-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.movie-review-date {
  margin: 5px 0 0;
  color: var(--movies-ink-soft);
  font-size: 0.88rem;
}

.movie-full-review-text {
  color: var(--movies-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.78;
  text-align: left;
}

.movie-full-review-text p {
  margin: 0 0 1.15em;
  overflow-wrap: break-word;
}

.movie-full-review-text p:last-child {
  margin-bottom: 0;
}

.movie-review-source {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--movies-line);
  color: var(--movies-ink-soft);
  font-size: 0.82rem;
}

.movie-mentioned-sidebar {
  align-self: start;
  padding-top: 12px;
  border-top: 3px solid var(--movies-red);
}

.movie-mentioned-sidebar > h2 {
  margin: 0 0 18px;
  color: var(--movies-red);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.movie-mentioned-item {
  min-width: 0;
}

.movie-mentioned-cover {
  display: block;
}

.movie-mentioned-cover img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--movies-line);
  border-radius: 4px;
  box-shadow: 0 13px 28px rgba(39, 27, 19, 0.16);
}

.movie-mentioned-item h3 {
  margin: 14px 0 0;
  color: var(--movies-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1rem;
  line-height: 1.35;
}

.movie-mentioned-item h3 a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.movie-mentioned-item p {
  margin: 7px 0 0;
  color: var(--movies-ink-soft);
  font-size: 0.8rem;
  line-height: 1.45;
}

:root[data-movies-theme="dark"] .movie-poster-gallery-item a {
  border-color: rgba(244, 230, 207, 0.25);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

@media (max-width: 900px) {
  .movies-page-shell {
    width: min(100% - 24px, 1440px);
    padding-top: 12px;
  }

  .movies-about-person,
  .movies-bio-hero,
  .movies-bio-story {
    grid-template-columns: 1fr;
  }

  .movies-about-portrait {
    max-width: 440px;
    justify-self: center;
  }

  .movies-bio-primary-photo {
    max-width: 520px;
  }

  .movies-bio-primary-photo img {
    min-height: 440px;
  }

  .movies-bio-aside {
    display: grid;
    grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: 30px;
  }

  .movies-bio-aside blockquote {
    margin: 0;
  }

  .movie-review-reading-layout {
    grid-template-columns: minmax(0, 760px);
  }

  .movie-poster-gallery {
    grid-row: 1;
    grid-template-columns: repeat(auto-fit, minmax(130px, 190px));
    justify-content: center;
  }

  .movie-full-reviews {
    grid-row: 2;
  }

  .movie-review-layout-balance {
    display: none;
  }

  .movie-mentioned-sidebar {
    position: static;
    grid-row: 3;
    width: min(220px, 100%);
    justify-self: center;
    margin-top: 8px;
  }
}

@media (max-width: 620px) {
  body.movies-site {
    font-size: 15px;
  }

  .movies-site .movie-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .movies-site .movie-view-switch {
    grid-column: 1 / -1;
  }

  .movies-site .movie-sort-strip {
    grid-column: 1;
  }

  .movies-site .movie-toolbar .movies-menu {
    grid-column: 2;
    align-self: end;
    margin-left: 0;
  }

  .movies-site .movie-review-compare-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .movies-site .movie-review-choice-card {
    padding: 18px;
  }

  .movies-site .facebook-movie-hero {
    padding: 8px;
  }

  .movies-site .facebook-movie-screen {
    height: clamp(194px, 56vw, 224px);
    margin: 0;
    border-radius: 11px;
  }

  .movies-site .facebook-movie-logo {
    inset: 26px clamp(68px, 19vw, 78px) 24px;
    gap: 0;
    transform: translateY(16px);
  }

  .movies-site .facebook-movie-logo h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(0.98rem, 5.2vw, 1.45rem);
    line-height: 1;
  }

  .movies-site .facebook-movie-logo h1 span {
    width: 100%;
    white-space: nowrap;
  }

  .movies-site .facebook-movie-logo h1 span:last-child {
    font-size: 0.84em;
  }

  .movies-page-shell {
    width: 100%;
    padding-top: 0;
  }

  .movies-subpage-header {
    min-height: 64px;
    margin: 0;
    border-width: 0 0 1px;
    border-radius: 0;
  }

  .movie-film-header {
    padding-inline: 18px;
  }

  .movie-film-header h1 {
    font-size: clamp(2.55rem, 15vw, 4.15rem);
  }

  .movie-film-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .movie-film-facts > div {
    min-width: 0;
    border-bottom: 1px solid var(--movies-line);
  }

  .movie-film-facts > div:nth-child(even) {
    border-right: 0;
  }

  .movie-film-facts > div:last-child,
  .movie-film-facts .movie-film-verdict,
  .movie-film-facts .movie-film-cast {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .movie-film-facts > div:last-child,
  .movie-film-facts .movie-film-cast {
    border-bottom: 0;
  }

  .movie-review-reading-layout {
    gap: 38px;
    padding: 38px 18px 60px;
  }

  .movie-poster-gallery {
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 15px;
  }

  .movie-full-review-text {
    font-size: 1rem;
    line-height: 1.72;
  }

  .movies-editorial-page {
    border-width: 0;
    border-radius: 0;
  }

  .movies-editorial-lede,
  .movies-bio-hero {
    padding-top: 46px;
  }

  .movies-editorial-page h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .movies-bio-primary-photo img {
    min-height: 410px;
    max-height: 520px;
  }

  .movies-bio-aside {
    grid-template-columns: 1fr;
  }

  .movies-bio-aside img {
    max-height: 420px;
  }

  .movies-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
  }
}

/*
 * Review index density
 *
 * The archive stylesheet supplies the underlying controls. This page uses a
 * flatter editorial index: one strong title, secondary metadata, and ruled
 * rows whose entire width remains a touch target.
 */
.movies-site [data-movie-sort-surface] {
  padding: 12px clamp(14px, 2vw, 22px);
  border-inline: 0;
  border-radius: 0;
  box-shadow: none;
}

.movies-site .movie-toolbar {
  flex-wrap: nowrap;
  gap: 10px 18px;
  align-items: center;
}

.movies-site .movie-view-switch,
.movies-site .movie-sort-strip {
  flex-wrap: nowrap;
  gap: 7px;
}

.movies-site .movie-view-switch > span,
.movies-site .movie-sort-strip > span {
  font-size: 0.7rem;
  font-weight: 650;
}

.movies-site .movie-view-button,
.movies-site .movie-sort-link {
  min-height: 38px;
}

.movies-site .movie-view-button {
  width: 40px;
}

.movies-site .movie-sort-link {
  position: relative;
  padding: 7px 11px;
  font-size: 0.82rem;
  font-weight: 520;
}

.movies-site .movie-sort-link.active {
  font-weight: 650;
}

.movies-site .movie-sort-label-compact {
  display: none;
}

.movies-site .facebook-movie-list-surface {
  margin-top: 0;
  padding: 2px clamp(14px, 2.4vw, 30px) 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.movies-site .facebook-movie-list {
  gap: 0;
}

.movies-site .facebook-movie-list-row {
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) auto 18px;
  gap: 16px;
  min-height: 54px;
  align-items: center;
  padding: 9px 4px;
  border: 0;
  border-bottom: 1px solid var(--movies-line);
  border-radius: 0;
  color: var(--movies-ink);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.3;
}

.movies-site .facebook-movie-list-row:first-child {
  border-top: 1px solid var(--movies-line);
}

.movies-site .facebook-movie-list-row:hover,
.movies-site .facebook-movie-list-row:focus-visible {
  outline: none;
  border-color: color-mix(in srgb, var(--movies-gold) 55%, var(--movies-line));
  background: color-mix(in srgb, var(--movies-gold) 7%, transparent);
}

.movies-site .facebook-movie-list-row:focus-visible {
  box-shadow: inset 3px 0 var(--movies-gold);
}

.movies-site .facebook-movie-list-row > * {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.movies-site .movie-list-title {
  min-width: 0;
  overflow-wrap: normal;
  color: var(--movies-ink);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.28;
}

.movies-site .movie-list-secondary {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
  color: var(--movies-ink-soft);
  font-weight: 400;
  white-space: nowrap;
}

.movies-site .movie-list-facts,
.movies-site .movie-list-scores {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.movies-site .movie-list-scores {
  color: var(--movies-ink);
  font-size: 0.82rem;
  font-weight: 520;
}

.movies-site .movie-list-scores > span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.movies-site .movie-list-scores .popcornmeter-icon,
.movies-site .movie-list-scores .pb-thumbs-down {
  width: 1rem;
  height: 1rem;
}

.movies-site .movie-list-pb-label {
  color: var(--movies-ink-soft);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.movies-site .movie-list-chevron {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--movies-ink-soft);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:root[data-movies-theme="dark"] .movies-site .facebook-movie-list-row {
  border-color: var(--movies-line);
  background: transparent;
  color: var(--movies-ink);
}

:root[data-movies-theme="dark"] .movies-site .facebook-movie-list-row:hover,
:root[data-movies-theme="dark"] .movies-site .facebook-movie-list-row:focus-visible {
  background: color-mix(in srgb, var(--movies-gold) 9%, transparent);
}

@media (max-width: 900px) {
  .movies-site .facebook-movie-screen {
    height: clamp(150px, 22vw, 188px);
    background-position: center 50%;
    background-size: 100% auto;
    box-shadow:
      inset 0 16px 20px -14px rgba(0, 0, 0, 0.82),
      inset 0 -16px 20px -14px rgba(0, 0, 0, 0.82),
      0 14px 30px rgba(31, 21, 17, 0.2);
  }

  .movies-site .facebook-movie-screen::before,
  .movies-site .facebook-movie-screen::after {
    height: 180%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .movies-site .facebook-movie-logo {
    inset: 20px clamp(86px, 17vw, 150px);
  }

  .movies-site .facebook-movie-logo h1 {
    font-size: clamp(1.35rem, 4.8vw, 2.45rem);
  }
}

@media (max-width: 620px) {
  .movies-site .facebook-movie-hero {
    padding: 5px 6px;
  }

  .movies-site .facebook-movie-screen {
    height: clamp(112px, 29vw, 132px);
    border-radius: 9px;
    background-position: center 49%;
    background-size: 100% auto;
    box-shadow:
      inset 0 14px 18px -13px rgba(0, 0, 0, 0.88),
      inset 0 -14px 18px -13px rgba(0, 0, 0, 0.88),
      0 10px 22px rgba(31, 21, 17, 0.18);
  }

  .movies-site .facebook-movie-screen::before,
  .movies-site .facebook-movie-screen::after {
    height: 190%;
  }

  .movies-site .facebook-movie-logo {
    inset: 18px clamp(72px, 20vw, 92px);
    transform: none;
  }

  .movies-site .facebook-movie-logo h1 {
    font-size: clamp(0.92rem, 4.6vw, 1.18rem);
    line-height: 0.98;
  }

  .movies-site .facebook-movie-logo h1 span + span {
    margin-top: 0.18em;
  }

  .movies-site .facebook-movie-logo h1 span:last-child {
    font-size: 0.82em;
  }

  .movies-site [data-movie-sort-surface] {
    padding: 7px 5px;
  }

  .movies-site .movie-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 4px;
    align-items: center;
  }

  .movies-site .movie-view-switch {
    grid-column: 1;
    gap: 3px;
  }

  .movies-site .movie-view-switch > span,
  .movies-site .movie-sort-strip > span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .movies-site .movie-sort-strip {
    grid-column: 2;
    display: flex;
    gap: 2px;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0;
    scrollbar-width: none;
  }

  .movies-site .movie-sort-strip::-webkit-scrollbar {
    display: none;
  }

  .movies-site .movie-toolbar .movies-menu {
    grid-column: 3;
    align-self: center;
    margin-left: 0;
  }

  .movies-site .movie-view-button,
  .movies-site .movie-sort-link,
  .movies-site .movie-toolbar .movies-menu > summary {
    min-height: 40px;
  }

  .movies-site .movie-view-button {
    width: 36px;
  }

  .movies-site .movie-sort-link {
    flex: 0 0 32px;
    width: 32px;
    padding: 0;
    gap: 1px;
    border-radius: 7px;
    font-size: 0.68rem;
  }

  .movies-site .movie-toolbar .movies-menu > summary {
    width: 36px;
    height: 40px;
    border-radius: 8px;
  }

  .movies-site .movie-toolbar .movies-menu > summary span {
    width: 18px;
  }

  .movies-site .movie-sort-label-full {
    display: none;
  }

  .movies-site .movie-sort-label-compact {
    display: inline;
    line-height: 1;
  }

  .movies-site .movie-sort-link .popcornmeter-icon {
    width: 1rem;
    height: 1rem;
  }

  .movies-site .movie-sort-direction {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 0.55rem;
    line-height: 1;
  }

  .movies-site .facebook-movie-list-surface {
    padding-inline: 12px;
  }

  .movies-site .facebook-movie-list-row {
    grid-template-columns: minmax(0, 1fr) 16px;
    gap: 3px 10px;
    min-height: 64px;
    padding: 8px 2px;
  }

  .movies-site .movie-list-title {
    grid-column: 1;
    font-size: 0.93rem;
  }

  .movies-site .movie-list-secondary {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
    gap: 8px;
    font-size: 0.74rem;
  }

  .movies-site .movie-list-scores {
    gap: 7px;
    font-size: 0.75rem;
  }

  .movies-site .movie-list-chevron {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: 16px;
    height: 16px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .movies-site .facebook-movie-hero {
    padding-block: 6px;
  }

  .movies-site .facebook-movie-screen {
    height: 132px;
  }

  .movies-site .facebook-movie-logo {
    inset-block: 18px;
  }
}

@media (max-width: 360px) {
  .movies-site .movie-list-review-count,
  .movies-site .movie-list-scores > .movie-list-popcornmeter {
    display: none;
  }

  .movies-site .facebook-movie-list-row {
    min-height: 64px;
  }

  .movies-site .movie-list-secondary,
  .movies-site .movie-list-scores {
    gap: 5px;
    font-size: 0.7rem;
  }
}
