:root {
  --bg: #fafaf9;
  --text: #292524;
  --muted: #78716c;
  --line: #e7e5e4;
  --panel: #ffffff;
  --panel-soft: #fffbeb;
  --amber: #d97706;
  --amber-dark: #92400e;
  --orange: #ea580c;
  --shadow: 0 20px 50px rgba(41, 37, 36, 0.12);
  --shadow-soft: 0 12px 30px rgba(41, 37, 36, 0.08);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #fafaf9 0%, #fff7ed 48%, #ffffff 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

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

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(28, 25, 23, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand {
  color: #fff;
  flex: 0 0 auto;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 10px 24px rgba(217, 119, 6, 0.35);
}

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

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.mobile-nav-link {
  color: rgba(255, 255, 255, 0.82);
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-nav-link:hover,
.mobile-nav-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.header-search,
.mobile-search {
  position: relative;
}

.header-search {
  margin-left: auto;
  width: min(320px, 32vw);
}

.search-input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 1px solid rgba(214, 211, 209, 0.78);
  outline: none;
  border-radius: 999px;
  padding: 12px 16px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  transition: 0.25s ease;
}

.search-input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(217, 119, 6, 0.65);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
}

.search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 12px);
  display: none;
  max-height: 440px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.search-results.is-active {
  display: grid;
  gap: 8px;
}

.search-result-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 14px;
  transition: 0.2s ease;
}

.search-result-item:hover {
  background: #fffbeb;
}

.search-result-item img {
  width: 54px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
  background: linear-gradient(135deg, #e7e5e4, #fef3c7);
}

.search-result-item strong {
  display: block;
  color: var(--text);
  line-height: 1.2;
}

.search-result-item small {
  color: var(--muted);
}

.search-empty {
  padding: 12px;
  color: var(--muted);
  text-align: center;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.mobile-nav {
  display: none;
  padding: 0 16px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.mobile-search {
  margin-top: 8px;
}

.hero-carousel {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #1c1917;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

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

.hero-bg {
  position: absolute;
  inset: -40px;
  background-size: cover;
  background-position: center;
  filter: blur(22px) brightness(0.42) saturate(1.1);
  transform: scale(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 50%, rgba(245, 158, 11, 0.34), transparent 28%), linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.74) 42%, rgba(0, 0, 0, 0.42) 100%), linear-gradient(0deg, #1c1917 0%, rgba(28, 25, 23, 0.1) 42%);
}

.hero-content {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 52px;
  padding: 70px 0 86px;
}

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

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  color: #fbbf24;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  padding: 8px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.22);
  border: 1px solid rgba(251, 191, 36, 0.35);
  backdrop-filter: blur(12px);
}

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

.hero-copy p {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
}

.hero-tags,
.genre-pills,
.meta-pills,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.genre-pills span,
.meta-pills span,
.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-tags span {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 800;
  transition: 0.25s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 12px 24px rgba(217, 119, 6, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(217, 119, 6, 0.36);
}

.btn-soft {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.btn-ghost {
  color: #fbbf24;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(251, 191, 36, 0.32);
}

.btn-soft:hover,
.btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
}

.hero-poster {
  position: relative;
  display: block;
  border-radius: 28px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
  background: linear-gradient(135deg, #57534e, #f59e0b);
}

.hero-poster span {
  position: absolute;
  right: 24px;
  top: 24px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 18px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.3);
}

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

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: 0.25s ease;
}

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

.main-space,
.page-main,
.detail-main {
  padding: 48px 0 72px;
}

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

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

.section-head.tight {
  margin-bottom: 18px;
}

.section-head h2,
.page-hero h1,
.rank-hero h1,
.detail-card h1 {
  margin: 8px 0 0;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.section-head h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.section-link {
  color: var(--amber-dark);
  font-weight: 800;
}

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

.category-movie-grid {
  margin-top: 28px;
}

.movie-card {
  display: grid;
  overflow: hidden;
  color: var(--text);
  background: #fff;
  border: 1px solid rgba(231, 229, 228, 0.85);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: 0.28s ease;
}

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

.poster-frame {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, #e7e5e4, #fef3c7);
}

.movie-card-small .poster-frame {
  aspect-ratio: 2 / 2.6;
}

.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

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

.cover-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, transparent 48%);
  opacity: 0.84;
}

.rating-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  padding: 6px 9px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 10px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

.genre-badges {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.genre-badges span {
  color: #292524;
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.card-body {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.card-body strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
}

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

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

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

.category-tile,
.category-overview-card,
.ranking-panel,
.editor-panel,
.detail-card,
.side-card,
.page-hero,
.rank-hero,
.filter-panel {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(231, 229, 228, 0.85);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.category-tile {
  display: grid;
  gap: 12px;
  min-height: 180px;
  padding: 22px;
  transition: 0.25s ease;
  background: linear-gradient(135deg, #ffffff, #fffbeb);
}

.category-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.45);
}

.category-title {
  font-size: 22px;
  font-weight: 900;
}

.category-desc,
.category-sample {
  color: var(--muted);
  line-height: 1.7;
}

.category-sample {
  font-size: 13px;
}

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

.ranking-panel,
.editor-panel {
  padding: 24px;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 42px 58px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  transition: 0.2s ease;
}

.rank-row:hover {
  background: #fffbeb;
}

.rank-row img {
  width: 58px;
  height: 76px;
  object-fit: cover;
  border-radius: 12px;
  background: #e7e5e4;
}

.rank-num,
.ranking-index {
  color: var(--amber);
  font-size: 22px;
  font-weight: 900;
}

.rank-info strong,
.compact-card strong {
  display: block;
  line-height: 1.25;
}

.rank-info small,
.compact-card small {
  color: var(--muted);
}

.rank-score,
.ranking-score,
.detail-score {
  color: #fff;
  font-weight: 900;
  border-radius: 14px;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.rank-score {
  padding: 8px 10px;
}

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

.compact-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  transition: 0.2s ease;
}

.compact-card:hover {
  background: #fffbeb;
}

.compact-card img {
  width: 58px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
  background: #e7e5e4;
}

.page-hero,
.rank-hero {
  padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(135deg, #fff, #fffbeb);
}

.small-hero,
.category-hero {
  margin-bottom: 28px;
}

.page-hero h1,
.rank-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
}

.page-hero p,
.rank-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--amber-dark);
  font-weight: 800;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 160px 160px 160px;
  gap: 12px;
  padding: 16px;
}

.hidden-by-filter {
  display: none;
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
}

.category-overview-card h2 {
  margin: 10px 0 12px;
  font-size: 32px;
}

.category-overview-card p {
  color: var(--muted);
  line-height: 1.8;
}

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

.rank-hero {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 32px;
  align-items: center;
}

.rank-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.rank-hero-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #e7e5e4;
}

.rank-hero-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.ranking-list-page {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.ranking-card {
  display: grid;
  grid-template-columns: 54px 84px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: 0.22s ease;
}

.ranking-card:hover {
  transform: translateX(4px);
  border-color: rgba(245, 158, 11, 0.45);
}

.ranking-card img {
  width: 84px;
  height: 112px;
  object-fit: cover;
  border-radius: 14px;
  background: #e7e5e4;
}

.ranking-content {
  display: grid;
  gap: 7px;
}

.ranking-content strong {
  font-size: 20px;
}

.ranking-content small {
  color: var(--muted);
}

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

.ranking-score {
  padding: 12px 14px;
  font-size: 20px;
}

.detail-main {
  padding-top: 28px;
}

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

.detail-primary {
  display: grid;
  gap: 22px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0c0a09;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.movie-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #0c0a09;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  gap: 12px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background: radial-gradient(circle at 50% 42%, rgba(245, 158, 11, 0.42), transparent 28%), rgba(0, 0, 0, 0.46);
}

.play-overlay.is-hidden {
  display: none;
}

.play-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding-left: 4px;
  border-radius: 999px;
  font-size: 34px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.35);
}

.play-text {
  font-size: 18px;
  font-weight: 900;
}

.detail-card,
.side-card {
  padding: 24px;
}

.detail-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.detail-card h1 {
  font-size: clamp(32px, 5vw, 52px);
}

.detail-score {
  flex: 0 0 auto;
  padding: 14px 16px;
  font-size: 24px;
}

.meta-pills {
  margin: 18px 0;
}

.meta-pills span {
  color: #57534e;
  background: #f5f5f4;
}

.genre-pills span,
.tag-list span {
  color: var(--amber-dark);
  background: #fffbeb;
  border: 1px solid #fde68a;
}

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

.detail-card p {
  color: #44403c;
  line-height: 1.9;
  font-size: 16px;
}

.tag-list {
  margin-top: 22px;
}

.detail-side {
  position: sticky;
  top: 96px;
}

.poster-side img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #e7e5e4;
  box-shadow: var(--shadow-soft);
}

.poster-side h2 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.poster-side p {
  color: var(--muted);
  line-height: 1.75;
}

.poster-side dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.poster-side dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

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

.poster-side dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.poster-side dd a {
  color: var(--amber-dark);
}

.related-section {
  margin-top: 34px;
}

.site-footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #1c1917;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1fr;
  gap: 30px;
}

.footer-brand {
  color: #fff;
  font-size: 22px;
}

.site-footer p {
  max-width: 520px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

.footer-links a {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

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

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

  .hero-content {
    grid-template-columns: 1fr 260px;
    gap: 30px;
  }

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

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

  .split-section,
  .detail-layout,
  .category-overview-card,
  .rank-hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .detail-side {
    position: static;
  }

  .poster-side img {
    max-width: 320px;
  }
}

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

  .header-inner {
    min-height: 64px;
  }

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

  .hero-carousel,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 46px 0 96px;
  }

  .hero-poster {
    max-width: 220px;
    justify-self: start;
    transform: none;
  }

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

  .btn {
    width: 100%;
  }

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

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

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

  .rank-row {
    grid-template-columns: 34px 54px 1fr;
  }

  .rank-score {
    display: none;
  }

  .ranking-card {
    grid-template-columns: 42px 68px 1fr;
  }

  .ranking-card img {
    width: 68px;
    height: 92px;
  }

  .ranking-score {
    display: none;
  }

  .ranking-content em {
    display: none;
  }

  .detail-card,
  .side-card,
  .ranking-panel,
  .editor-panel,
  .page-hero,
  .rank-hero,
  .category-overview-card {
    padding: 18px;
    border-radius: 20px;
  }

  .detail-title-row {
    flex-direction: column;
  }

  .play-icon {
    width: 68px;
    height: 68px;
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .movie-grid,
  .category-grid,
  .compact-grid,
  .category-preview-list {
    grid-template-columns: 1fr;
  }

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