:root {
  --red: #dc2626;
  --red-dark: #991b1b;
  --yellow: #eab308;
  --ink: #111827;
  --muted: #6b7280;
  --line: #fee2e2;
  --soft: #f9fafb;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.65;
}

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

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(127, 29, 29, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 66px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3);
}

.brand-text,
.footer-brand {
  font-size: 21px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  font-weight: 700;
  color: #374151;
}

.desktop-nav a,
.mobile-nav a,
.footer-links a {
  transition: color 0.18s ease, transform 0.18s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.mobile-nav a:hover,
.footer-links a:hover {
  color: var(--red);
}

.header-search {
  display: flex;
  align-items: center;
  width: 260px;
  padding: 4px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
}

.header-search input,
.mobile-search input,
.hero-search input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.header-search input,
.mobile-search input {
  padding: 9px 12px;
}

.header-search button,
.mobile-search button,
.hero-search button,
.filter-panel button {
  border: 0;
  color: #ffffff;
  background: var(--red);
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 800;
  cursor: pointer;
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  border-radius: 12px;
  background: #fee2e2;
}

.mobile-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--red-dark);
  border-radius: 99px;
}

.mobile-panel {
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
}

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

.mobile-nav,
.mobile-search {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.mobile-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px 0;
  font-weight: 800;
}

.mobile-search {
  display: flex;
  gap: 8px;
  padding: 0 0 16px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #111827;
}

.hero-slide {
  display: none;
  position: relative;
  min-height: 620px;
  background: radial-gradient(circle at top right, rgba(220, 38, 38, 0.38), transparent 32%), linear-gradient(135deg, #111827, #1f2937 48%, #111827);
}

.hero-slide.is-active {
  display: block;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.32;
  pointer-events: none;
}

.hero-glow-one {
  width: 260px;
  height: 260px;
  top: 70px;
  right: 8%;
  background: var(--red);
}

.hero-glow-two {
  width: 360px;
  height: 360px;
  bottom: 40px;
  left: 8%;
  background: var(--yellow);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 420px);
  gap: 56px;
  align-items: center;
  min-height: 620px;
  padding: 64px 0 86px;
  z-index: 1;
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.hero-kicker,
.detail-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 15px;
  color: #ffffff;
  background: rgba(220, 38, 38, 0.9);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(220, 38, 38, 0.18);
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #d1d5db;
  font-size: 19px;
}

.hero-tags,
.detail-tags,
.movie-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.detail-tags span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

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

.primary-btn,
.ghost-btn,
.inline-more,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.primary-btn {
  min-height: 54px;
  padding: 0 28px;
  color: #ffffff;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(220, 38, 38, 0.36);
}

.primary-btn:hover,
.movie-card:hover,
.rank-spot:hover,
.category-card:hover,
.category-overview-card:hover {
  transform: translateY(-4px);
}

.ghost-btn {
  min-height: 54px;
  padding: 0 22px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.hero-poster {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  transition: transform 0.25s ease;
}

.hero-poster:hover {
  transform: scale(1.03);
}

.hero-poster img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.hero-poster img.is-hidden,
.movie-cover img.is-hidden,
.detail-poster img.is-hidden,
.category-art img.is-hidden,
.rank-spot img.is-hidden {
  display: none;
}

.hero-poster span,
.detail-poster span,
.movie-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  color: #ffffff;
  background: rgba(220, 38, 38, 0.92);
  border-radius: 999px;
  font-weight: 900;
}

.hero-controls {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-arrow,
.hero-dot {
  border: 0;
  cursor: pointer;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 99px;
}

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

.intro-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 26px;
  align-items: center;
  margin-top: 36px;
  padding: 28px;
  background: linear-gradient(135deg, #fff7ed, #ffffff 54%, #fef2f2);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.intro-block h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -0.02em;
}

.intro-block p {
  margin: 0;
  color: var(--muted);
}

.hero-search {
  display: flex;
  gap: 10px;
  padding: 7px;
  background: #ffffff;
  border: 1px solid #fecaca;
  border-radius: 999px;
}

.hero-search input {
  padding: 13px 16px;
}

.hero-search button {
  padding: 12px 20px;
}

.page-section {
  padding: 52px 0;
}

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

.section-head > div {
  position: relative;
  padding-left: 18px;
}

.section-mark {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 34px;
  background: var(--red);
  border-radius: 99px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}

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

.section-more,
.inline-more {
  color: var(--red);
}

.section-more:hover,
.inline-more:hover {
  color: var(--red-dark);
}

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

.movie-card {
  overflow: hidden;
  background: var(--card);
  border: 1px solid #f3f4f6;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.movie-card:hover {
  box-shadow: var(--shadow);
}

.movie-cover {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: radial-gradient(circle at top right, #fee2e2, #111827);
}

.movie-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.movie-card:hover .movie-cover img {
  transform: scale(1.06);
}

.movie-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  background: rgba(220, 38, 38, 0.92);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(220, 38, 38, 0.28);
}

.movie-info {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.movie-info h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.movie-info h3 a:hover {
  color: var(--red);
}

.movie-meta,
.movie-desc {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.movie-desc {
  display: -webkit-box;
  min-height: 42px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-tags span {
  padding: 4px 8px;
  color: var(--red-dark);
  background: #fef2f2;
  border-radius: 999px;
  font-size: 12px;
}

.movie-card.compact .movie-info {
  padding: 14px;
}

.category-grid,
.category-overview-grid,
.rank-spot-grid {
  display: grid;
  gap: 20px;
}

.category-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.category-card,
.category-overview-card,
.side-card,
.rank-panel,
.filter-panel,
.detail-article {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.category-card {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-main {
  display: grid;
  gap: 8px;
  min-height: 190px;
  padding: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #991b1b);
}

.category-main span {
  width: fit-content;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-weight: 900;
}

.category-main strong {
  font-size: 24px;
}

.category-main em {
  color: #fecaca;
  font-style: normal;
}

.category-sample,
.category-links,
.hero-link-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-sample {
  padding: 16px;
}

.category-sample a,
.category-links a,
.hero-link-cloud a {
  padding: 6px 10px;
  color: #7f1d1d;
  background: #fef2f2;
  border-radius: 999px;
  font-size: 13px;
}

.two-column-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.rank-panel {
  position: sticky;
  top: 90px;
  padding: 22px;
}

.rank-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rank-panel-head h2 {
  margin: 0;
}

.rank-panel-head a {
  color: var(--red);
  font-weight: 900;
}

.rank-list,
.ranking-table {
  display: grid;
  gap: 10px;
}

.rank-row,
.ranking-line {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 12px;
  color: #374151;
  background: #f9fafb;
  border-radius: 16px;
}

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

.rank-row:hover,
.ranking-line:hover {
  color: var(--red-dark);
  background: #fef2f2;
}

.rank-num,
.ranking-line span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #ffffff;
  background: var(--red);
  border-radius: 12px;
  font-weight: 900;
}

.rank-title {
  overflow: hidden;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-meta {
  grid-column: 2;
  color: var(--muted);
  font-size: 13px;
}

.page-hero {
  color: #ffffff;
  background: radial-gradient(circle at top right, rgba(220, 38, 38, 0.44), transparent 30%), linear-gradient(135deg, #111827, #1f2937 45%, #7f1d1d);
}

.small-hero .container {
  display: grid;
  gap: 12px;
  padding: 72px 0;
}

.small-hero p {
  margin: 0;
  color: #fecaca;
  font-weight: 900;
}

.small-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.small-hero span {
  max-width: 760px;
  color: #d1d5db;
  font-size: 18px;
}

.category-overview-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.category-overview-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-art {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  min-height: 210px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #7f1d1d);
}

.category-art img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.category-overview-card h2 {
  margin: 0 0 6px;
}

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

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 190px 160px;
  gap: 12px;
  margin-bottom: 26px;
  padding: 14px;
}

.filter-panel input,
.filter-panel select {
  padding: 12px 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}

.no-results {
  margin-bottom: 24px;
  padding: 18px;
  color: #7f1d1d;
  background: #fef2f2;
  border-radius: 16px;
  font-weight: 900;
}

.ranking-line {
  grid-template-columns: 46px minmax(0, 1fr) minmax(180px, 0.6fr) 70px;
}

.ranking-line strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-line em {
  color: var(--muted);
  font-style: normal;
}

.ranking-line b {
  color: var(--red);
  text-align: right;
}

.rank-spot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.rank-spot {
  position: relative;
  display: grid;
  min-height: 360px;
  align-content: end;
  overflow: hidden;
  padding: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #7f1d1d);
  border-radius: 26px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}

.rank-spot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.64;
}

.rank-spot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.92));
}

.rank-spot span,
.rank-spot strong,
.rank-spot em {
  position: relative;
  z-index: 1;
}

.rank-spot span {
  width: fit-content;
  padding: 6px 10px;
  background: var(--red);
  border-radius: 999px;
  font-weight: 900;
}

.rank-spot strong {
  margin-top: 12px;
  font-size: 25px;
}

.rank-spot em {
  color: #fecaca;
  font-style: normal;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.detail-hero-inner {
  display: grid;
  gap: 28px;
  padding: 52px 0 72px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #d1d5db;
  font-size: 14px;
}

.breadcrumbs a:hover {
  color: #ffffff;
}

.breadcrumbs em {
  color: #ffffff;
  font-style: normal;
}

.detail-copy {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.detail-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, #111827, #7f1d1d);
  border: 4px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

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

.detail-copy h1 {
  margin: 18px 0 14px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.detail-one-line {
  max-width: 860px;
  margin: 0 0 22px;
  color: #d1d5db;
  font-size: 19px;
}

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

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 28px;
  align-items: start;
}

.detail-main {
  display: grid;
  gap: 24px;
}

.player-shell {
  overflow: hidden;
  background: #0f172a;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.player {
  position: relative;
  aspect-ratio: 16 / 9;
  background: radial-gradient(circle at center, rgba(220, 38, 38, 0.22), rgba(15, 23, 42, 1));
}

.movie-video {
  width: 100%;
  height: 100%;
  background: #020617;
  object-fit: contain;
}

.player-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.48));
  cursor: pointer;
}

.player-start span {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  padding-left: 6px;
  background: rgba(220, 38, 38, 0.94);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(220, 38, 38, 0.38);
  font-size: 42px;
}

.player.is-playing .player-start {
  display: none;
}

.detail-article {
  padding: 26px;
}

.detail-article h2,
.side-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.detail-article p {
  margin: 0 0 24px;
  color: #374151;
  font-size: 17px;
}

.side-card {
  position: sticky;
  top: 90px;
  padding: 22px;
}

.side-card dl {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.side-card dl div {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.side-card dt {
  color: var(--muted);
}

.side-card dd {
  margin: 0;
  font-weight: 800;
}

.site-footer {
  margin-top: 38px;
  color: #d1d5db;
  background: #111827;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 24px;
  padding: 38px 0;
}

.footer-inner p {
  margin: 10px 0 0;
  max-width: 640px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer-links a {
  padding: 7px 10px;
  color: #f3f4f6;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

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

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

  .hero-content,
  .intro-block,
  .two-column-section,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .rank-panel,
  .side-card {
    position: static;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand-text {
    font-size: 18px;
  }

  .hero-slide,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    gap: 28px;
    padding: 44px 0 88px;
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 40px;
  }

  .hero-poster {
    min-height: 420px;
  }

  .hero-poster img {
    min-height: 420px;
  }

  .hero-actions,
  .hero-search,
  .mobile-search {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .movie-info {
    padding: 12px;
  }

  .movie-desc,
  .movie-tags {
    display: none;
  }

  .category-overview-card,
  .detail-copy {
    grid-template-columns: 1fr;
  }

  .category-art {
    min-height: 180px;
  }

  .filter-panel,
  .ranking-line,
  .rank-spot-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .ranking-line strong {
    white-space: normal;
  }

  .ranking-line em,
  .ranking-line b {
    text-align: left;
  }

  .detail-poster {
    max-width: 260px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}
