:root {
  color-scheme: dark;
  --bg: #020617;
  --panel: #0f172a;
  --panel-soft: rgba(15, 23, 42, 0.72);
  --panel-deep: #111827;
  --line: rgba(148, 163, 184, 0.18);
  --text: #f8fafc;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --accent: #f59e0b;
  --accent-strong: #d97706;
  --blue: #38bdf8;
  --green: #22c55e;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.14), transparent 32rem),
    radial-gradient(circle at bottom right, rgba(56, 189, 248, 0.12), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.65;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(2, 6, 23, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

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

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent), #ef4444);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(245, 158, 11, 0.28);
}

.brand-name {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 10px;
}

.nav-link {
  color: var(--soft);
  font-weight: 700;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link.is-active {
  color: var(--accent);
}

.header-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: min(360px, 32vw);
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  padding: 11px 14px;
}

.header-search button,
.hero-search button,
.filter-form button {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  padding: 11px 18px;
  cursor: pointer;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.9);
  color: var(--text);
  border-radius: 12px;
  padding: 9px 12px;
}

.quick-nav {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  gap: 10px;
  padding: 0 0 12px;
  overflow-x: auto;
}

.quick-nav a {
  flex: 0 0 auto;
  color: var(--muted);
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.65);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.quick-nav a:hover {
  color: var(--accent);
  border-color: rgba(245, 158, 11, 0.45);
}

.mobile-nav {
  display: none;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 18px;
  border-top: 1px solid var(--line);
}

.mobile-link {
  display: block;
  padding: 10px 0;
  color: var(--soft);
}

main {
  min-height: 60vh;
}

.hero-carousel {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
}

.hero-base {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #020617, #111827 46%, #1e293b);
  z-index: -4;
}

.hero-orb {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.25;
  z-index: -3;
  animation: pulseGlow 7s ease-in-out infinite alternate;
}

.hero-orb-a {
  top: 8%;
  left: 10%;
  background: var(--accent);
}

.hero-orb-b {
  right: 5%;
  bottom: 6%;
  background: var(--blue);
  animation-delay: 1.4s;
}

.hero-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 640px;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 34px;
  padding: 56px 0 64px;
}

.hero-intro {
  position: relative;
  z-index: 3;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-intro h1,
.page-hero h1,
.detail-content h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.hero-intro p:not(.eyebrow) {
  margin: 22px 0 28px;
  color: var(--soft);
  font-size: 19px;
  max-width: 620px;
}

.hero-search {
  display: flex;
  align-items: center;
  width: min(520px, 100%);
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: rgba(15, 23, 42, 0.72);
  box-shadow: var(--shadow);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  padding: 15px 18px;
}

.hero-stage {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  background: rgba(15, 23, 42, 0.8);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.42), rgba(2, 6, 23, 0.2)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.92), transparent 62%);
}

.hero-panel {
  position: absolute;
  z-index: 2;
  left: 32px;
  right: 32px;
  bottom: 34px;
}

.hero-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.hero-summary {
  color: var(--soft);
  max-width: 760px;
  margin: 0 0 18px;
}

.hero-tags,
.tag-row,
.detail-tags,
.hot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags span,
.tag,
.hot-tags button {
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.16);
  color: #fde68a;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.hero-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.primary-btn,
.secondary-btn,
.text-btn,
.rank-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), #ef4444);
  padding: 12px 22px;
  box-shadow: 0 15px 32px rgba(245, 158, 11, 0.28);
}

.secondary-btn {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.72);
  padding: 11px 18px;
}

.primary-btn:hover,
.secondary-btn:hover,
.text-btn:hover,
.rank-action:hover {
  transform: translateY(-2px);
}

.hero-dots {
  position: absolute;
  z-index: 4;
  right: 28px;
  top: 28px;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 28px;
  background: var(--accent);
  border-color: var(--accent);
}

.content-section {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0 0;
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-heading p {
  margin: 10px 0 0;
  color: var(--muted);
}

.section-more,
.text-btn {
  color: var(--accent);
  font-weight: 900;
}

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

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

.movie-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.74);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.44);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.35);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4.25;
  overflow: hidden;
  background: #111827;
}

.poster-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.movie-card:hover .poster-link img {
  transform: scale(1.08);
}

.poster-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.72), transparent 58%);
}

.poster-year,
.poster-type,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}

.poster-year {
  top: 10px;
  left: 10px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.poster-type {
  right: 10px;
  bottom: 10px;
  color: #111827;
  background: #fbbf24;
}

.rank-badge {
  top: 10px;
  right: 10px;
  color: #ffffff;
  background: #ef4444;
}

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

.card-meta,
.rank-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 9px;
}

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

.movie-card h3 a:hover,
.rank-info h3 a:hover,
.side-links a:hover,
.prev-next a:hover {
  color: var(--accent);
}

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

.compact-card .poster-link {
  aspect-ratio: 3 / 3.7;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 0.9fr;
  gap: 28px;
  align-items: start;
}

.rank-list {
  display: grid;
  gap: 14px;
}

.rank-row {
  display: grid;
  grid-template-columns: auto 86px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.74);
  border-radius: 18px;
}

.list-rank {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(245, 158, 11, 0.88);
  font-weight: 900;
}

.rank-cover {
  display: block;
  width: 86px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 14px;
  background: #111827;
}

.rank-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.rank-info p {
  margin: 0 0 8px;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rank-action {
  color: #ffffff;
  background: rgba(245, 158, 11, 0.9);
  padding: 9px 14px;
}

.category-panel,
.side-card,
.poster-panel,
.detail-content,
.player-card,
.search-panel,
.category-card-large {
  border: 1px solid var(--line);
  background: rgba(15, 23, 42, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.category-panel {
  padding: 24px;
}

.category-panel h2,
.side-card h2,
.footer-grid h2 {
  margin: 0 0 10px;
}

.category-panel p {
  color: var(--muted);
  margin: 0 0 18px;
}

.category-cloud,
.footer-links,
.sample-links,
.side-links {
  display: grid;
  gap: 10px;
}

.category-tile {
  display: block;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
  background: rgba(2, 6, 23, 0.4);
}

.category-tile span {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-weight: 900;
}

.category-tile p,
.category-tile div {
  color: var(--muted);
  font-size: 13px;
}

.category-tile div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.category-tile div a {
  color: var(--accent);
}

.page-hero {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0 20px;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--soft);
  font-size: 18px;
}

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

.category-card-large {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
}

.category-card-large img {
  width: 150px;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
}

.category-card-large h2 {
  margin: 0 0 8px;
}

.category-card-large p {
  color: var(--muted);
  margin: 0 0 14px;
}

.sample-links a,
.side-links a,
.footer-links a {
  color: var(--soft);
}

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

.filter-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px 180px 160px auto;
  gap: 12px;
  padding: 22px;
}

.filter-form input,
.filter-form select {
  width: 100%;
  border: 1px solid var(--line);
  outline: 0;
  color: var(--text);
  background: rgba(2, 6, 23, 0.68);
  border-radius: 14px;
  padding: 12px 14px;
}

.filter-form button {
  border-radius: 14px;
}

.hot-tags {
  padding: 0 22px 18px;
}

.hot-tags button {
  cursor: pointer;
}

.filter-status {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.breadcrumb {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--accent);
}

.detail-layout {
  width: min(1200px, calc(100% - 32px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.detail-main {
  min-width: 0;
}

.player-card {
  padding: 14px;
  margin-bottom: 22px;
}

.player-frame {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #000000;
  aspect-ratio: 16 / 9;
}

.player-frame video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
  object-fit: contain;
}

.player-mask {
  position: absolute;
  inset: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(245, 158, 11, 0.2), transparent 28rem),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.26));
  z-index: 3;
}

.player-mask.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.play-orb {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: #fbbf24;
  box-shadow: 0 18px 45px rgba(245, 158, 11, 0.42);
  font-size: 28px;
  padding-left: 4px;
}

.player-mask strong {
  max-width: min(720px, 86%);
  font-size: clamp(22px, 4vw, 42px);
  line-height: 1.15;
}

.player-mask em {
  font-style: normal;
  color: #fde68a;
  font-weight: 900;
}

.play-status {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 4;
  color: #ffffff;
  font-size: 14px;
}

.detail-content {
  padding: 28px;
}

.detail-content h1 {
  font-size: clamp(30px, 5vw, 56px);
  margin-bottom: 16px;
}

.detail-one-line {
  margin: 0 0 18px;
  color: var(--soft);
  font-size: 19px;
}

.detail-block {
  margin-top: 30px;
}

.detail-block h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.detail-block p {
  margin: 0;
  color: var(--soft);
}

.meta-block dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.meta-block div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: rgba(2, 6, 23, 0.35);
}

.meta-block dt {
  color: var(--muted);
  font-size: 13px;
}

.meta-block dd {
  margin: 4px 0 0;
  color: var(--text);
  font-weight: 800;
}

.prev-next {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.prev-next a {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: rgba(2, 6, 23, 0.36);
  color: var(--soft);
}

.poster-panel {
  padding: 14px;
  margin-bottom: 20px;
}

.poster-panel img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 14px;
}

.full {
  width: 100%;
}

.side-card {
  padding: 20px;
}

.side-links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}

.side-links span {
  color: var(--muted);
  flex: 0 0 auto;
}

.site-footer {
  margin-top: 76px;
  border-top: 1px solid var(--line);
  background: rgba(2, 6, 23, 0.78);
}

.footer-grid {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 34px;
  padding: 44px 0;
}

.footer-logo {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 950;
  color: var(--text);
}

.footer-grid p {
  color: var(--muted);
  max-width: 430px;
}

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

.footer-bottom {
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  padding: 18px 16px;
}

@keyframes pulseGlow {
  from {
    transform: scale(0.92);
    opacity: 0.18;
  }
  to {
    transform: scale(1.08);
    opacity: 0.32;
  }
}

@media (max-width: 1180px) {
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

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

  .mobile-nav.is-open {
    display: block;
  }

  .hero-shell,
  .split-section,
  .detail-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    padding-top: 38px;
  }

  .hero-stage {
    min-height: 480px;
  }

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

  .category-large-grid {
    grid-template-columns: 1fr;
  }

  .filter-form {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .quick-nav {
    padding-bottom: 10px;
  }

  .hero-carousel,
  .hero-shell {
    min-height: auto;
  }

  .hero-intro h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .hero-stage {
    min-height: 460px;
    border-radius: 24px;
  }

  .hero-panel {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }

  .hero-search,
  .hero-actions,
  .page-actions,
  .prev-next {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .hero-search button {
    border-radius: 0;
  }

  .content-section {
    padding-top: 44px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .movie-grid,
  .slim-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

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

  .rank-row {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .list-rank,
  .rank-action {
    display: none;
  }

  .rank-cover {
    width: 70px;
  }

  .category-card-large {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 14px;
  }

  .category-card-large img {
    width: 105px;
    height: 150px;
  }

  .filter-form {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .detail-content {
    padding: 20px;
  }

  .player-card {
    padding: 8px;
  }

  .player-mask strong {
    font-size: 23px;
  }

  .play-orb {
    width: 64px;
    height: 64px;
  }

  .meta-block dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .movie-grid,
  .slim-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }
}
