:root {
  --bg: #f7faf8;
  --surface: #ffffff;
  --surface-soft: #eefaf5;
  --ink: #102019;
  --muted: #66756e;
  --line: #dfeee7;
  --brand: #059669;
  --brand-dark: #047857;
  --brand-2: #0d9488;
  --accent: #f43f5e;
  --shadow: 0 22px 70px rgba(15, 64, 50, 0.16);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(16, 185, 129, 0.12), transparent 34rem), var(--bg);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

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

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

button,
input,
select {
  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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(5, 150, 105, 0.12);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 28px rgba(5, 150, 105, 0.25);
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 20px;
  color: transparent;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-text em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.nav-link {
  padding: 10px 13px;
  border-radius: 999px;
  color: #394940;
  font-weight: 700;
  transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--brand-dark);
  background: rgba(16, 185, 129, 0.12);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 320px;
  padding: 6px;
  border-radius: 999px;
  background: #f0f7f4;
  border: 1px solid rgba(5, 150, 105, 0.12);
}

.header-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 8px 10px 8px 14px;
  color: var(--ink);
}

.header-search button,
.primary-btn,
.section-more,
.filter-panel button {
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(5, 150, 105, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-search button {
  padding: 8px 15px;
}

.primary-btn,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
}

.header-search button:hover,
.primary-btn:hover,
.section-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(5, 150, 105, 0.28);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #ecfdf5;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--brand-dark);
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.mobile-nav.open {
  display: grid;
  gap: 8px;
}

.hero-slider {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #06140f;
}

.hero-track,
.hero-slide,
.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-bg {
  background: radial-gradient(circle at center, rgba(16, 185, 129, 0.35), rgba(0, 0, 0, 0.94));
}

.hero-bg img,
.detail-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(1.1) contrast(1.04);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.72)),
    linear-gradient(0deg, rgba(6, 20, 15, 0.98), transparent 35%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 60px;
  padding: 88px 0 70px;
}

.hero-copy {
  max-width: 760px;
  color: #ffffff;
}

.hero-kicker,
.movie-meta-line,
.breadcrumb,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.hero-kicker span,
.eyebrow,
.tag-row span,
.type-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.hero-kicker span {
  color: #d1fae5;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.hero-copy h1 {
  margin: 22px 0 16px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-copy p {
  max-width: 640px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.hero-tags span {
  padding: 7px 12px;
  border-radius: 999px;
  color: #ecfdf5;
  background: rgba(16, 185, 129, 0.22);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.glass-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
}

.glass-btn.dark {
  color: var(--brand-dark);
  background: rgba(5, 150, 105, 0.1);
  border-color: rgba(5, 150, 105, 0.18);
}

.hero-poster {
  position: relative;
  height: 500px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, #064e3b, #0f172a);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  transform: rotate(2deg);
}

.hero-poster img,
.poster-frame img,
.category-thumbs img,
.category-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-play,
.play-pill {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: rgba(5, 150, 105, 0.92);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.hero-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-dot.is-active {
  width: 34px;
  background: #10b981;
}

.search-strip,
.content-section,
.page-main,
.site-footer .footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.search-strip {
  margin-top: -42px;
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  border: 1px solid rgba(5, 150, 105, 0.12);
  backdrop-filter: blur(18px);
}

.search-strip h2,
.section-heading h2,
.page-hero h1,
.detail-info h1,
.detail-content h2 {
  margin: 0;
  letter-spacing: -0.03em;
}

.search-strip h2,
.section-heading h2 {
  font-size: clamp(26px, 4vw, 40px);
}

.search-strip form {
  display: flex;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: #edf8f3;
}

.search-strip input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 11px 14px;
}

.search-strip button {
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.content-section {
  padding: 70px 0 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading p,
.page-hero p,
.category-overview-card p,
.text-page-card p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.eyebrow {
  width: max-content;
  color: var(--brand-dark);
  background: rgba(16, 185, 129, 0.13);
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

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

.listing-grid {
  padding: 28px 0 40px;
}

.movie-card {
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface);
  border: 1px solid rgba(5, 150, 105, 0.11);
  box-shadow: 0 14px 34px rgba(15, 64, 50, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(5, 150, 105, 0.28);
  box-shadow: 0 26px 58px rgba(15, 64, 50, 0.16);
}

.poster-frame {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.24), transparent 8rem),
    linear-gradient(135deg, #065f46, #0f172a);
}

.poster-img {
  position: relative;
  z-index: 2;
  transition: transform 0.35s ease, opacity 0.2s ease;
}

.movie-card:hover .poster-img,
.hero-poster:hover .poster-img {
  transform: scale(1.06);
}

.poster-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.18);
  font-size: 82px;
  font-weight: 900;
}

.type-pill {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(10px);
}

.play-pill {
  z-index: 3;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.2s ease;
}

.movie-card:hover .play-pill {
  opacity: 1;
  transform: translateY(0);
}

.movie-card-body {
  padding: 16px 16px 18px;
}

.movie-meta-line {
  color: var(--muted);
  font-size: 12px;
}

.movie-meta-line span + span::before {
  content: "•";
  margin-right: 8px;
  color: #a4b4ad;
}

.movie-card h3 {
  margin: 8px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.movie-card h3 a:hover {
  color: var(--brand-dark);
}

.movie-card p {
  min-height: 48px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tag-row span {
  color: #047857;
  background: #ecfdf5;
}

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

.category-card,
.category-overview-card,
.text-page-card,
.filter-panel {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(5, 150, 105, 0.12);
  box-shadow: 0 16px 38px rgba(15, 64, 50, 0.08);
}

.category-card {
  padding: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.category-thumbs,
.category-cover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  overflow: hidden;
  height: 160px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #064e3b, #0f172a);
}

.category-thumbs img,
.category-cover img {
  min-width: 0;
  object-fit: cover;
}

.category-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.category-card span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.page-main {
  padding: 30px 0 72px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 54px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 10%, rgba(45, 212, 191, 0.34), transparent 24rem),
    linear-gradient(135deg, #052e25, #0f172a 68%);
  box-shadow: var(--shadow);
}

.page-hero h1 {
  margin-top: 14px;
  font-size: clamp(36px, 6vw, 66px);
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.slim-hero,
.category-hero,
.ranking-hero,
.search-hero {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.centered-actions {
  margin-top: 22px;
}

.category-overview-list {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.category-overview-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px;
}

.category-cover {
  height: 200px;
  margin: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--brand-dark);
  font-weight: 900;
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: var(--brand-dark);
}

.filter-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 16px;
}

.filter-search input,
.filter-selects select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  outline: 0;
  background: #f8fcfa;
  padding: 0 14px;
}

.filter-search input:focus,
.filter-selects select:focus {
  border-color: rgba(5, 150, 105, 0.45);
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

.filter-selects {
  display: flex;
  gap: 10px;
}

.filter-selects select {
  width: 160px;
}

.empty-state {
  display: none;
  margin: 24px 0;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
  background: #ffffff;
  border: 1px dashed rgba(5, 150, 105, 0.24);
}

.empty-state.show {
  display: block;
}

.rank-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  padding: 8px 10px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #f43f5e, #f59e0b);
  box-shadow: 0 12px 26px rgba(244, 63, 94, 0.26);
}

.detail-main {
  width: min(1180px, calc(100% - 32px));
}

.detail-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding: 38px;
  border-radius: 34px;
  color: #ffffff;
  background: #071611;
  box-shadow: var(--shadow);
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0.72;
}

.detail-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.56)),
    linear-gradient(0deg, rgba(6, 20, 15, 0.96), transparent);
}

.detail-poster,
.detail-info {
  position: relative;
  z-index: 2;
}

.detail-poster {
  height: 440px;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
}

.detail-info h1 {
  margin: 18px 0 14px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
}

.detail-one-line {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0;
}

.detail-meta-grid div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.detail-meta-grid strong,
.detail-meta-grid span {
  display: block;
}

.detail-meta-grid strong {
  color: #a7f3d0;
  font-size: 12px;
  margin-bottom: 5px;
}

.detail-tags {
  margin-bottom: 24px;
}

.player-section,
.detail-content,
.related-section {
  margin-top: 34px;
}

.compact-heading {
  margin-bottom: 16px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 30px;
  background:
    radial-gradient(circle at center, rgba(16, 185, 129, 0.28), transparent 28rem),
    #020617;
  box-shadow: var(--shadow);
}

.video-player {
  width: 100%;
  height: 100%;
  background: #000000;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-content: center;
  gap: 8px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.28));
  cursor: pointer;
}

.video-overlay strong {
  font-size: 24px;
}

.video-overlay em {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.overlay-play-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 18px 40px rgba(5, 150, 105, 0.34);
}

.video-shell.is-playing .video-overlay {
  display: none;
}

.video-message {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 6;
  display: none;
  padding: 12px 14px;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.82);
}

.video-message.show {
  display: block;
}

.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.detail-content article,
.text-page-card {
  padding: 28px;
  border-radius: var(--radius);
  background: #ffffff;
  border: 1px solid rgba(5, 150, 105, 0.12);
  box-shadow: 0 18px 42px rgba(15, 64, 50, 0.08);
}

.detail-content p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.site-footer {
  margin-top: 70px;
  padding: 56px 0;
  color: #d1fae5;
  background: #06140f;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr;
  gap: 40px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-brand p {
  color: rgba(209, 250, 229, 0.72);
  line-height: 1.8;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-links div {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(209, 250, 229, 0.72);
}

.footer-links a:hover {
  color: #ffffff;
}

[hidden],
.movie-card.is-hidden {
  display: none !important;
}

@media (max-width: 1040px) {
  .desktop-nav,
  .header-search {
    display: none;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .hero-content,
  .search-strip,
  .detail-hero,
  .detail-content,
  .category-overview-card,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    display: none;
  }

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

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

@media (max-width: 760px) {
  .header-inner {
    min-height: 66px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .brand-text em {
    display: none;
  }

  .hero-slider,
  .hero-content {
    min-height: 580px;
  }

  .hero-content {
    padding-top: 66px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .search-strip,
  .page-hero,
  .detail-hero {
    padding: 24px;
    border-radius: 24px;
  }

  .search-strip form,
  .filter-panel,
  .filter-selects {
    display: grid;
    grid-template-columns: 1fr;
  }

  .filter-selects select {
    width: 100%;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .movie-grid,
  .compact-grid,
  .category-grid,
  .footer-links,
  .detail-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-poster {
    height: auto;
  }
}

@media (max-width: 520px) {
  .movie-grid,
  .compact-grid,
  .category-grid,
  .footer-links,
  .detail-meta-grid {
    grid-template-columns: 1fr;
  }

  .movie-card {
    display: grid;
    grid-template-columns: 128px 1fr;
  }

  .movie-card .poster-frame {
    min-height: 190px;
  }

  .movie-card-body {
    padding: 13px;
  }

  .movie-card p {
    min-height: 0;
  }
}
