:root {
  --ink: #171311;
  --ink-soft: #2a2420;
  --paper: #eee7d9;
  --paper-deep: #d8cebc;
  --red: #9c2e26;
  --red-bright: #c64032;
  --cream: #fff8ea;
  --line: rgba(23, 19, 17, 0.2);
  --display: Georgia, "Times New Roman", "Noto Serif TC", serif;
  --sans: Inter, "PingFang TC", "Noto Sans TC", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}

button,
select,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:where(a, button, select):focus-visible {
  outline: 3px solid var(--red-bright);
  outline-offset: 4px;
}

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

.film-grain {
  position: fixed;
  z-index: 50;
  inset: 0;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 22px clamp(22px, 4vw, 64px);
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 248, 234, 0.18);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 23px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-family: var(--display);
  font-size: 21px;
  letter-spacing: 0.12em;
}

.brand small {
  margin-top: 5px;
  font-size: 9px;
  letter-spacing: 0.25em;
  opacity: 0.7;
}

.site-header nav {
  display: flex;
  gap: 34px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.site-header nav a,
.header-cta {
  transition: opacity 180ms ease;
}

.site-header nav a:hover,
.header-cta:hover {
  opacity: 0.65;
}

.header-cta {
  justify-self: end;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(460px, 1.18fr);
  color: var(--cream);
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 44%, rgba(156, 46, 38, 0.34), transparent 34%),
    linear-gradient(110deg, #171311 0%, #211816 48%, #0c0a09 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 128px clamp(34px, 6vw, 96px) 150px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--red-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 6.3vw, 104px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-lede {
  max-width: 530px;
  margin: 34px 0 0;
  color: rgba(255, 248, 234, 0.7);
  font-size: clamp(16px, 1.4vw, 20px);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.button-primary {
  color: var(--cream);
  background: var(--red);
  transition: transform 180ms ease, background 180ms ease;
}

.button-primary:hover {
  transform: translateY(-2px);
  background: var(--red-bright);
}

.text-link {
  font-size: 14px;
}

.text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, 3px);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  overflow: hidden;
}

.hero-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
}

.hero-visual-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 19, 17, 0.86) 0%, rgba(23, 19, 17, 0.1) 38%, transparent 70%),
    linear-gradient(0deg, rgba(10, 8, 7, 0.72) 0%, transparent 44%);
}

.hero-feature-meta {
  position: absolute;
  right: clamp(28px, 5vw, 74px);
  bottom: 90px;
  left: clamp(28px, 5vw, 74px);
}

.hero-feature-meta span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-feature-meta h2 {
  margin: 5px 0 15px;
  font-family: var(--display);
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 400;
}

.watch-feature {
  padding: 0 0 5px;
  color: var(--cream);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}

.hero-feature-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.hero-read-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  color: var(--cream);
  background: var(--red);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.frame-note {
  position: absolute;
  top: 50%;
  right: 18px;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.25em;
  opacity: 0.46;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-stats {
  position: absolute;
  z-index: 3;
  left: clamp(34px, 6vw, 96px);
  bottom: 28px;
  display: flex;
  gap: clamp(26px, 4vw, 64px);
  margin: 0;
}

.hero-stats div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 8px;
}

.hero-stats dt {
  font-family: var(--display);
  font-size: 24px;
}

.hero-stats dd {
  margin: 0;
  color: rgba(255, 248, 234, 0.52);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  padding: 15px clamp(22px, 5vw, 74px);
  color: var(--cream);
  background: var(--red);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.status-strip span:not(.status-dot) {
  opacity: 0.72;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 248, 234, 0.14);
}

.slate-section {
  padding: clamp(76px, 10vw, 150px) clamp(22px, 5vw, 74px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 58px;
}

.section-heading h2,
.how-section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 82px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-heading > p {
  max-width: 520px;
  margin: 0 0 6px;
  color: rgba(23, 19, 17, 0.62);
}

.slate-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  padding: 9px 14px;
  color: rgba(23, 19, 17, 0.62);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  color: var(--ink);
  border-color: var(--ink);
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(23, 19, 17, 0.54);
  font-size: 13px;
  white-space: nowrap;
}

.sort-control select {
  padding: 7px 28px 7px 10px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
}

.script-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.script-card {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(140px, 0.7fr) minmax(200px, 1.3fr);
  border-top: 1px solid var(--line);
  transition: background 220ms ease;
}

.script-card:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.script-card:hover {
  background: rgba(255, 248, 234, 0.54);
}

.card-cover {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  color: var(--cream);
  background: var(--cover, #322925);
}

.card-cover.has-image {
  background-position: center;
  background-size: cover;
}

.card-cover.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 10, 9, 0.65), transparent 60%);
}

.card-number {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 20px;
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.12em;
}

.cover-letter {
  position: absolute;
  right: -0.08em;
  bottom: -0.22em;
  color: rgba(255, 248, 234, 0.14);
  font-family: var(--display);
  font-size: clamp(150px, 17vw, 270px);
  line-height: 1;
}

.cover-status {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-content {
  display: flex;
  flex-direction: column;
  padding: 34px clamp(24px, 3vw, 44px);
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: rgba(23, 19, 17, 0.48);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.availability::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.availability.ready {
  color: var(--red);
}

.card-content h3 {
  margin: 28px 0 14px;
  font-family: var(--display);
  font-size: clamp(31px, 3.2vw, 48px);
  font-weight: 400;
  line-height: 1.02;
}

.card-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(23, 19, 17, 0.65);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-reading-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 14px;
  margin-top: 22px;
  padding: 12px 14px;
  color: var(--cream);
  background: var(--ink);
  border-left: 3px solid var(--red);
}

.card-reading-link span {
  color: var(--red-bright);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.card-reading-link strong {
  grid-column: 1;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 400;
}

.card-reading-link small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: rgba(255, 248, 234, 0.56);
  font-size: 9px;
  white-space: nowrap;
}

.card-trailer-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.trailer-chip {
  min-width: 0;
  padding: 9px 10px;
  color: rgba(23, 19, 17, 0.64);
  border: 1px dashed rgba(23, 19, 17, 0.28);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.trailer-chip small {
  display: block;
  margin-top: 2px;
  color: rgba(23, 19, 17, 0.45);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.trailer-chip.is-ready {
  color: var(--red);
  background: rgba(156, 46, 38, 0.06);
  border-style: solid;
  border-color: rgba(156, 46, 38, 0.34);
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}

.open-script {
  padding: 0 0 4px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  font-size: 13px;
}

.like-button {
  display: inline-flex;
  min-width: 94px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  color: var(--ink);
  background: transparent;
  border: 1px solid rgba(23, 19, 17, 0.34);
  border-radius: 999px;
  cursor: pointer;
  transition: color 160ms ease, border 160ms ease, background 160ms ease;
}

.like-button:hover,
.like-button.is-liked {
  color: var(--cream);
  background: var(--red);
  border-color: var(--red);
}

.heart {
  font-size: 16px;
  line-height: 1;
}

.empty-state {
  padding: 80px 20px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.empty-state button {
  padding: 10px 0 3px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
}

.how-section {
  padding: clamp(80px, 11vw, 160px) clamp(22px, 5vw, 74px);
  color: var(--cream);
  background: var(--ink);
}

.how-intro {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 86px;
}

.how-intro .eyebrow {
  margin-top: 10px;
}

.how-intro h2 {
  max-width: 840px;
}

.how-title-line {
  display: block;
  white-space: nowrap;
}

.steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 248, 234, 0.18);
}

.steps li {
  min-height: 260px;
  padding: 26px 36px 26px 0;
  border-right: 1px solid rgba(255, 248, 234, 0.18);
}

.steps li + li {
  padding-left: 36px;
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  color: var(--red-bright);
  font-family: var(--display);
  font-size: 14px;
}

.steps h3 {
  margin: 56px 0 12px;
  font-family: var(--display);
  font-size: clamp(24px, 2.05vw, 31px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.steps p,
.prototype-note {
  color: rgba(255, 248, 234, 0.58);
}

.prototype-note {
  max-width: 700px;
  margin: 44px 0 0 auto;
  padding-left: 20px;
  border-left: 2px solid var(--red);
  font-size: 13px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px clamp(22px, 5vw, 74px);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.footer-brand {
  font-family: var(--display);
  font-size: 24px;
}

.footer-brand span {
  display: block;
  font-family: var(--sans);
  font-size: 8px;
  letter-spacing: 0.2em;
}

footer p,
footer a {
  font-size: 12px;
}

.script-dialog {
  width: min(1160px, calc(100vw - 36px));
  max-height: min(900px, calc(100svh - 36px));
  padding: 0;
  color: var(--cream);
  background: var(--ink-soft);
  border: 0;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
}

.script-dialog::backdrop {
  background: rgba(12, 9, 8, 0.82);
  backdrop-filter: blur(10px);
}

.dialog-close {
  position: sticky;
  z-index: 6;
  top: 18px;
  float: right;
  width: 42px;
  height: 42px;
  margin: 18px 18px -60px 0;
  color: var(--cream);
  background: rgba(23, 19, 17, 0.72);
  border: 1px solid rgba(255, 248, 234, 0.3);
  border-radius: 50%;
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
  backdrop-filter: blur(12px);
}

.dialog-hero {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: end;
  padding: 60px clamp(28px, 6vw, 78px);
  overflow: hidden;
  background: var(--dialog-cover, #4a2f29);
}

.dialog-hero.has-image {
  background-position: center 58%;
  background-size: cover;
}

.dialog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 19, 17, 0.96), rgba(23, 19, 17, 0.12) 70%);
}

.dialog-title-block {
  position: relative;
  z-index: 1;
}

.dialog-kicker {
  margin: 0 0 12px;
  color: var(--red-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.dialog-title-block h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 400;
  line-height: 0.9;
}

.dialog-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(420px, 1.35fr);
  gap: 70px;
  padding: 64px clamp(28px, 6vw, 78px) 80px;
}

.dialog-facts {
  margin: 0;
}

.dialog-facts div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 248, 234, 0.14);
}

.dialog-facts dt {
  color: rgba(255, 248, 234, 0.43);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.dialog-facts dd {
  margin: 0;
  font-size: 13px;
}

.dialog-vote {
  width: 100%;
  margin-top: 26px;
  color: var(--cream);
  border-color: rgba(255, 248, 234, 0.34);
}

.synopsis-label,
.video-label {
  margin: 0 0 12px;
  color: var(--red-bright);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.dialog-synopsis {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.48;
}

.dialog-reading-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  margin-top: 34px;
  padding: 18px 20px;
  color: var(--cream);
  background: rgba(156, 46, 38, 0.13);
  border: 1px solid rgba(198, 64, 50, 0.42);
}

.dialog-reading-link span {
  color: var(--red-bright);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.dialog-reading-link strong {
  grid-column: 1;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
}

.dialog-reading-link small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: rgba(255, 248, 234, 0.56);
  font-size: 10px;
}

.video-section {
  margin-top: 58px;
}

.video-disclaimer {
  max-width: 680px;
  margin: -3px 0 18px;
  color: rgba(255, 248, 234, 0.56);
  font-size: 12px;
}

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

.video-item {
  margin: 0;
}

.video-item video,
.video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #0d0b0a;
}

.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: rgba(255, 248, 234, 0.42);
  border: 1px solid rgba(255, 248, 234, 0.16);
  background:
    linear-gradient(135deg, rgba(156, 46, 38, 0.15), transparent),
    #161210;
  text-align: center;
}

.video-placeholder span,
.video-placeholder small {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.video-placeholder strong {
  color: rgba(255, 248, 234, 0.66);
  font-family: var(--display);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
}

.video-placeholder small {
  color: rgba(255, 248, 234, 0.34);
}

.video-item figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  color: rgba(255, 248, 234, 0.56);
  font-size: 11px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 70svh;
    padding-bottom: 120px;
  }

  .hero-visual {
    min-height: 62svh;
  }

  .hero-stats {
    bottom: calc(62svh + 24px);
  }

  .script-card {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .dialog-body {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 15px 18px;
  }

  .header-cta {
    display: none;
  }

  .hero-copy {
    min-height: 76svh;
    padding: 120px 22px 130px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .hero-title-choice {
    display: block;
    white-space: nowrap;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stats {
    right: 22px;
    bottom: calc(62svh + 22px);
    left: 22px;
    justify-content: space-between;
    gap: 8px;
  }

  .hero-stats > div {
    min-width: 0;
  }

  .hero-stats div {
    display: block;
  }

  .hero-stats dd {
    margin-top: 2px;
  }

  .section-heading,
  .how-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .slate-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-group {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .script-grid {
    grid-template-columns: 1fr;
  }

  .script-card,
  .script-card:nth-child(odd) {
    border-right: 0;
  }

  .script-card {
    min-height: 380px;
    grid-template-columns: 0.72fr 1.28fr;
  }

  .card-content {
    padding: 26px 20px;
  }

  .card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .card-content h3 {
    margin-top: 20px;
    font-size: 34px;
  }

  .card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .card-reading-link,
  .dialog-reading-link {
    grid-template-columns: 1fr;
  }

  .card-reading-link small,
  .dialog-reading-link small {
    grid-column: 1;
    grid-row: auto;
    white-space: normal;
  }

  .card-trailer-slots {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps li,
  .steps li + li {
    min-height: auto;
    padding: 26px 0 38px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 234, 0.18);
  }

  .steps h3 {
    margin-top: 26px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .script-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100svh;
    margin: 0;
  }

  .dialog-hero {
    min-height: 330px;
  }

  .dialog-body {
    padding-top: 44px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .script-card {
    min-height: 650px;
    grid-template-columns: 1fr;
  }

  .card-cover {
    min-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
