/* Shared MOVIE / DRAMA article presentation. */
.hn-article--screen {
  --hn-screen-radius: 20px;
  --hn-screen-rating: #e1ad00;
}

.hn-article--screen .hn-movie-entry {
  width: 100%;
}

.hn-article--screen .hn-movie-entry > :first-child {
  margin-top: 0;
}

.hn-article--screen .hn-movie-entry > p:first-child,
.hn-article--screen .hn-movie-entry > div:first-child,
.hn-article--screen .hn-movie-entry > section:first-child {
  margin-bottom: 34px;
  padding: clamp(22px,4vw,34px);
  color: var(--hn-black);
  background: var(--hn-white) !important;
  border: 1px solid var(--hn-article-subtle) !important;
  border-radius: var(--hn-screen-radius) !important;
  box-shadow: 0 12px 30px rgba(17,17,17,.08);
}

.hn-article--screen .hn-movie-entry > div:first-child p:last-child,
.hn-article--screen .hn-movie-entry > section:first-child p:last-child,
.hn-article--screen .hn-movie-entry > p:first-child {
  margin-bottom: 0;
}

.hn-movie-lead__label {
  margin: 0 0 12px !important;
  color: var(--hn-muted);
  font: 900 10px/1.2 var(--hn-mono);
  letter-spacing: .14em;
}

.hn-movie-snapshot {
  margin: 34px 0 46px;
  padding: 8px;
  display: grid;
  grid-template-columns: minmax(180px,.72fr) minmax(0,1.55fr);
  gap: 8px;
  color: var(--hn-white);
  background: var(--hn-black);
  border-radius: var(--hn-screen-radius);
  box-shadow: 0 14px 34px rgba(17,17,17,.14);
}

.hn-movie-snapshot__score,
.hn-movie-snapshot__verdict {
  min-width: 0;
  padding: clamp(20px,3vw,28px);
  border-radius: calc(var(--hn-screen-radius) - 7px);
}

.hn-movie-snapshot__score {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-content: center;
  align-items: end;
  gap: 10px 12px;
  color: var(--hn-black);
  background: var(--hn-white);
  border: 1px solid var(--hn-article-subtle);
}

.hn-movie-snapshot__score span,
.hn-movie-snapshot__verdict > span,
.hironote-movie-meta__eyebrow,
.hn-movie-final > span {
  margin: 0;
  font: 900 10px/1.2 var(--hn-mono);
  letter-spacing: .14em;
}

.hn-movie-snapshot__score span {
  grid-column: 1 / -1;
  color: var(--hn-black);
}

.hn-movie-snapshot__score strong {
  color: var(--hn-screen-rating);
  font: 900 clamp(46px,7vw,68px)/.9 Arial,sans-serif;
  letter-spacing: -.055em;
}

.hn-movie-snapshot__score b {
  margin-bottom: 5px;
  color: var(--hn-screen-rating);
  font-size: 17px;
  letter-spacing: .08em;
}

.hn-movie-snapshot__verdict {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #202020;
  border: 1px solid #3b3b3b;
}

.hn-movie-snapshot__verdict > span {
  margin-bottom: 12px;
  color: #d9d8d1;
}

.hn-movie-snapshot__verdict > strong {
  font-size: clamp(18px,2.4vw,24px);
  line-height: 1.55;
}

.hn-movie-snapshot__tags {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hn-movie-snapshot__tags a {
  padding: 7px 9px;
  display: inline-flex;
  color: #d9d8d1;
  background: #111;
  border: 1px solid #4a4a4a;
  border-radius: 999px;
  font: 800 9px/1 var(--hn-mono);
  text-decoration: none;
}

.hn-movie-snapshot__tags a:hover,
.hn-movie-snapshot__tags a:focus-visible {
  color: var(--hn-white);
  background: #30312e;
  border-color: #8b8e87;
}

.hironote-movie-meta,
.hn-movie-meta {
  margin: 26px 0 34px;
  padding: clamp(18px,3vw,26px);
  background: var(--hn-white);
  border: 1px solid var(--hn-article-subtle);
  border-radius: var(--hn-screen-radius);
}

.hironote-movie-meta__eyebrow,
.hn-movie-meta__label {
  margin-bottom: 8px;
  padding-bottom: 13px;
  color: var(--hn-muted);
  border-bottom: 1px solid var(--hn-article-subtle);
}

.hironote-movie-meta dl,
.hn-movie-meta dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 28px;
}

.hn-movie-meta__item {
  min-width: 0;
  min-height: 62px;
  padding: 13px 0;
  display: grid;
  grid-template-columns: 92px minmax(0,1fr);
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #eceae2;
}

.hn-movie-meta__item dt {
  color: var(--hn-muted);
  font: 800 11px/1.7 var(--hn-mono);
}

.hn-movie-meta__item dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.hn-movie-meta__tag,
.hn-movie-meta__term {
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  color: var(--hn-black);
  background: #f4f3ef;
  border: 1px solid var(--hn-article-subtle);
  border-radius: 999px;
  font: 800 10px/1.2 var(--hn-mono);
  text-decoration: none !important;
}

.hn-movie-meta__tag:hover,
.hn-movie-meta__tag:focus-visible,
.hn-movie-meta__term:hover,
.hn-movie-meta__term:focus-visible {
  background: var(--hn-white);
  border-color: var(--hn-article-accent);
}

.hn-article--screen .hironote-movie-rating {
  display: none !important;
}

.hn-article--screen .wp-block-embed-youtube,
.hn-article--screen .wp-block-embed__wrapper,
.hn-article--screen .hn-movie-trailer__frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: var(--hn-screen-radius);
}

.hn-article--screen .wp-block-embed-youtube iframe,
.hn-article--screen .wp-block-embed__wrapper iframe,
.hn-article--screen .hn-movie-trailer__frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.hn-article--screen .hn-content blockquote,
.hn-article--screen .is-style-border_left {
  color: var(--hn-black);
  background: var(--hn-white) !important;
  border-color: var(--hn-white) !important;
  box-shadow: 0 8px 24px rgba(17,17,17,.06);
}

.hn-movie-final {
  margin-top: 38px;
  padding: clamp(22px,4vw,34px);
  color: var(--hn-white);
  background: var(--hn-black);
  border-radius: var(--hn-screen-radius);
}

.hn-movie-final > span {
  color: var(--hn-white);
}

.hn-movie-final p {
  margin: 18px 0 8px;
  color: var(--hn-white);
  font: 900 clamp(24px,4vw,38px)/1 Arial,sans-serif;
  letter-spacing: -.025em;
}

.hn-movie-final p strong,
.hn-movie-final b {
  color: var(--hn-screen-rating);
}

.hn-movie-final b {
  font-size: 18px;
  letter-spacing: .08em;
}

@media (max-width: 599px) {
  .hn-article--screen {
    --hn-screen-radius: 15px;
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .hn-article--screen .hn-article__head {
    padding-bottom: 13px;
  }

  .hn-article--screen .hn-article__head h1 {
    font-size: 22px;
    line-height: 1.44;
  }

  .hn-article--screen .hn-article__featured {
    margin: 13px 0 18px;
  }

  .hn-article--screen .hn-content {
    margin-top: 16px;
    line-height: 1.82;
  }

  .hn-article--screen .hn-movie-entry > p {
    margin-bottom: 1.2em;
  }

  .hn-article--screen .hn-content h2 {
    margin-top: 2.25em;
    margin-bottom: 1em;
    padding-top: 13px;
  }

  .hn-article--screen .hn-content h3 {
    margin-top: 1.8em;
    margin-bottom: .85em;
  }

  .hn-article--screen .hn-movie-entry > p:first-child,
  .hn-article--screen .hn-movie-entry > div:first-child,
  .hn-article--screen .hn-movie-entry > section:first-child {
    margin-bottom: 22px;
    padding: 18px 16px;
  }

  .hn-movie-snapshot {
    margin: 22px 0 30px;
    padding: 6px;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hn-movie-snapshot__score,
  .hn-movie-snapshot__verdict {
    padding: 18px 16px;
  }

  .hn-movie-snapshot__score strong {
    font-size: 48px;
  }

  .hn-movie-snapshot__score b {
    font-size: 15px;
  }

  .hn-movie-snapshot__verdict > strong {
    font-size: 18px;
  }

  .hn-movie-snapshot__tags {
    margin-top: 14px;
  }

  .hironote-movie-meta {
    margin: 21px 0 26px;
    padding: 17px;
  }

  .hironote-movie-meta__eyebrow {
    padding-bottom: 10px;
  }

  .hironote-movie-meta dl {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 12px;
  }

  .hn-movie-meta__item {
    min-height: 52px;
    padding: 9px 0;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 4px;
    order: 1;
  }

  .hn-movie-meta__item.hn-movie-meta__item--wide {
    grid-column: 1 / -1;
    grid-template-columns: 84px minmax(0,1fr);
    order: 2;
  }

  .hn-article--screen .wp-block-embed-youtube,
  .hn-article--screen .wp-block-embed__wrapper {
    border-radius: 12px;
  }

  .hn-movie-final {
    margin-top: 28px;
    padding: 19px 17px;
  }

  .hn-article--screen .hn-content blockquote,
  .hn-article--screen .is-style-border_left {
    margin: 22px 0 !important;
    padding: 17px 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hn-movie-entry *,
  .hn-movie-entry *::before,
  .hn-movie-entry *::after {
    scroll-behavior: auto !important;
  }
}
