:root {
  --bg: #f8fafc;
  --bg-soft: #fff7ed;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --card: #ffffff;
  --red: #dc2626;
  --red-dark: #7f1d1d;
  --orange: #ea580c;
  --gold: #fde68a;
  --blue-dark: #0f172a;
  --shadow: 0 22px 55px rgba(15, 23, 42, 0.13);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img,
video {
  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(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.site-nav {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 25px rgba(220, 38, 38, 0.25);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  color: #1e293b;
  font-size: 20px;
  line-height: 1.1;
}

.brand-text small {
  color: var(--muted);
  font-size: 12px;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link {
  padding: 10px 12px;
  border-radius: 999px;
  color: #475569;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--red);
  background: #fff1f2;
}

.nav-link:hover {
  transform: translateY(-1px);
}

.nav-search {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
}

.nav-search input {
  width: 230px;
  border: 0;
  outline: 0;
  padding: 11px 14px;
  background: transparent;
  color: var(--text);
}

.nav-search button,
.wide-search button,
.hero-search button {
  border: 0;
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  padding: 11px 18px;
  font-weight: 800;
  cursor: pointer;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: #334155;
  border-radius: 999px;
}

.page-shell {
  min-height: 60vh;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding: 72px 20px 56px;
  background: radial-gradient(circle at 20% 10%, rgba(253, 230, 138, 0.24), transparent 28%), linear-gradient(120deg, #7f1d1d 0%, #9a3412 48%, #7f1d1d 100%);
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 30px 30px;
}

.hero-slider {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.hero-slide {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 56px;
  align-items: center;
}

.hero-slide.active {
  display: grid;
  animation: fadeIn 0.5s ease both;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 8vw, 84px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #fef3c7, #ffffff, #fde68a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p {
  max-width: 760px;
  margin: 0;
  color: #fee2e2;
  font-size: clamp(18px, 2.6vw, 25px);
  line-height: 1.72;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fde68a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.eyebrow.red {
  color: var(--red);
}

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

.hero-tags span,
.detail-tags span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.detail-tags span {
  background: #fff1f2;
  color: var(--red);
}

.hero-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-actions.centered {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  box-shadow: 0 16px 32px rgba(220, 38, 38, 0.28);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(12px);
}

.detail-main .btn.ghost,
.page-hero .btn.ghost {
  color: var(--red);
  background: #fff;
  border-color: #fecaca;
}

.hero-art {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  min-height: 520px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
  transform: rotate(2deg);
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48), transparent 55%);
}

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

.hero-dots {
  position: relative;
  z-index: 4;
  width: min(1280px, 100%);
  margin: 26px auto 0;
  display: flex;
  gap: 10px;
}

.hero-dots button {
  width: 38px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
}

.hero-dots button.active {
  background: #fde68a;
}

.hero-search {
  position: relative;
  z-index: 4;
  width: min(860px, calc(100% - 40px));
  margin: 34px auto 0;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

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

.hero-search button,
.wide-search button {
  padding: 0 28px;
}

.hero-links {
  position: relative;
  z-index: 4;
  width: min(1280px, 100%);
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-links a {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

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

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

.section-head h2,
.panel-card h2,
.page-hero h1,
.detail-main h1 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.03em;
}

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

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

.movie-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.poster {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0, #fee2e2);
}

.movie-card.compact .poster {
  aspect-ratio: 16 / 10;
}

.poster img,
.rank-poster img,
.category-card img,
.detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.2s ease;
}

.poster img.is-empty,
.rank-poster img.is-empty,
.category-card img.is-empty,
.detail-poster img.is-empty,
.hero-art img.is-empty {
  opacity: 0;
}

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

.poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 60%);
}

.poster-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.poster-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 16px;
  backdrop-filter: blur(10px);
}

.movie-info {
  padding: 18px;
}

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

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

.movie-info p {
  min-height: 44px;
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.movie-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.movie-meta span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f1f5f9;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.panel-card {
  padding: 34px;
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow);
}

.highlight-panel {
  position: sticky;
  top: 100px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 0 0, rgba(253, 230, 138, 0.45), transparent 35%), linear-gradient(135deg, #991b1b, #ea580c);
}

.highlight-panel h2,
.highlight-panel p {
  color: #fff;
}

.highlight-panel p {
  color: #fee2e2;
  line-height: 1.8;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 58px 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.rank-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  font-weight: 950;
  background: linear-gradient(135deg, var(--red), var(--orange));
}

.rank-poster {
  display: block;
  width: 92px;
  height: 70px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0, #fee2e2);
}

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

.rank-content h3 a:hover {
  color: var(--red);
}

.rank-content p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

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

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

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

.category-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 28px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(135deg, #1e293b, #991b1b);
  color: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

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

.category-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.34;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.05));
}

.category-card span,
.category-card p {
  position: relative;
  z-index: 2;
}

.category-card span {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 950;
}

.category-card p {
  margin: 0;
  color: #e2e8f0;
  line-height: 1.6;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 76px 20px;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 20% 0, rgba(253, 230, 138, 0.24), transparent 30%), linear-gradient(120deg, #7f1d1d, #9a3412);
}

.page-hero.small {
  min-height: 300px;
}

.page-hero h1 {
  color: #fff;
}

.page-hero p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #fee2e2;
  font-size: 18px;
  line-height: 1.75;
}

.filter-panel {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.filter-panel input,
.filter-panel select,
.wide-search input {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  outline: 0;
  padding: 13px 16px;
  background: #fff;
  color: var(--text);
}

.filter-panel input {
  flex: 1;
}

.filter-panel select {
  min-width: 160px;
}

.wide-search {
  width: min(720px, 100%);
  margin: 32px auto 0;
  display: flex;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.wide-search input {
  border: 0;
}

.breadcrumb {
  width: min(1280px, calc(100% - 32px));
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

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

.detail-hero {
  width: min(1280px, calc(100% - 32px));
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  background: radial-gradient(circle at 100% 0, rgba(254, 202, 202, 0.55), transparent 34%), #fff;
  box-shadow: var(--shadow);
}

.detail-poster {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(135deg, #e2e8f0, #fee2e2);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.detail-one-line {
  max-width: 780px;
  margin: 18px 0 0;
  color: #475569;
  font-size: 19px;
  line-height: 1.8;
}

.player-section {
  width: min(1280px, calc(100% - 32px));
  margin: 36px auto 0;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  aspect-ratio: 16 / 9;
  background: #020617;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.3);
}

.video-player,
.video-cover,
.video-cover-bg,
.video-cover-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-player {
  z-index: 1;
  object-fit: contain;
}

.video-cover {
  z-index: 3;
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background: #020617;
}

.video-cover-bg {
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: blur(2px) brightness(0.75);
}

.video-cover-shade {
  background: radial-gradient(circle, rgba(220, 38, 38, 0.26), rgba(0, 0, 0, 0.62));
}

.video-play-button {
  position: relative;
  z-index: 4;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  margin: auto;
  top: calc(50% - 47px);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--orange));
  color: #fff;
  font-size: 34px;
  box-shadow: 0 18px 40px rgba(220, 38, 38, 0.38);
}

.video-shell.playing .video-cover {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.detail-content {
  width: min(1280px, calc(100% - 32px));
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.prose-card {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.prose-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.prose-card p {
  margin: 0;
  color: #475569;
  line-height: 1.9;
  font-size: 16px;
}

.meta-card {
  grid-column: 1 / -1;
}

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

.meta-card div {
  padding: 16px;
  border-radius: 18px;
  background: #f8fafc;
}

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

.meta-card dd {
  margin: 6px 0 0;
  font-weight: 900;
  color: #1e293b;
}

.neighbor-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 34px;
  padding-bottom: 20px;
}

.neighbor-links a {
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  color: #334155;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.neighbor-links a:hover {
  color: var(--red);
}

.empty-state {
  padding: 28px;
  border-radius: 22px;
  text-align: center;
  background: #fff;
  color: var(--muted);
  font-weight: 900;
}

.site-footer {
  margin-top: 42px;
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #1e3a8a, #0f172a);
}

.footer-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 28px;
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  max-width: 760px;
}

.footer-brand strong {
  font-size: 24px;
}

.footer-brand p {
  margin: 8px 0 0;
  color: #cbd5e1;
  line-height: 1.75;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.footer-columns h3 {
  color: #fecaca;
  margin: 0 0 12px;
}

.footer-columns a {
  display: inline-block;
  margin: 0 14px 10px 0;
  color: #cbd5e1;
}

.footer-columns a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(203, 213, 225, 0.2);
  color: #94a3b8;
}

[hidden] {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .movie-grid,
  .category-grid,
  .category-grid.large {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .hero-art {
    min-height: 420px;
    transform: none;
  }

  .highlight-panel {
    position: relative;
    top: auto;
  }

  .full-rank,
  .detail-content {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .site-nav {
    min-height: 68px;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-panel {
    display: none;
    width: 100%;
    flex-basis: 100%;
    padding: 12px 0 18px;
  }

  .nav-panel.open {
    display: grid;
  }

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

  .nav-link {
    background: #f8fafc;
  }

  .nav-search {
    margin-top: 10px;
  }

  .nav-search input {
    width: 100%;
  }

  .hero-section {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-search,
  .wide-search,
  .filter-panel,
  .neighbor-links {
    flex-direction: column;
    border-radius: 24px;
  }

  .hero-search button,
  .wide-search button {
    min-height: 48px;
  }

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

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

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

  .rank-item {
    grid-template-columns: 48px 76px minmax(0, 1fr);
    gap: 12px;
  }

  .rank-poster {
    width: 76px;
    height: 62px;
  }

  .detail-hero {
    padding: 22px;
  }

  .detail-poster {
    max-width: 330px;
    margin: 0 auto;
  }

  .video-shell {
    border-radius: 22px;
  }

  .neighbor-links {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand-text small {
    display: none;
  }

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

  .hero-art {
    min-height: 340px;
  }

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

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

  .rank-content p {
    display: none;
  }

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