:root {
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --rose-500: #f43f5e;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --black: #020617;
  --shadow-sm: 0 8px 20px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 16px 36px rgba(15, 23, 42, 0.12);
  --shadow-xl: 0 28px 80px rgba(15, 23, 42, 0.24);
  --radius-lg: 18px;
  --radius-xl: 26px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gray-900);
  background: linear-gradient(180deg, var(--amber-50), #fff 38%, var(--gray-50));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

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

img {
  display: block;
  max-width: 100%;
  background: linear-gradient(135deg, var(--amber-100), var(--orange-400));
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(255, 251, 235, 0.96), rgba(255, 247, 237, 0.96), rgba(255, 251, 235, 0.96));
  border-bottom: 2px solid var(--amber-200);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
}

.header-inner,
.category-strip-inner,
.footer-inner,
.footer-bottom,
.section-wrap,
.breadcrumb,
.detail-layout,
.page-hero {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.brand-mark,
.footer-title span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--amber-400), var(--orange-500));
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.35);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  font-size: 1.32rem;
  letter-spacing: 0.01em;
  background: linear-gradient(90deg, var(--amber-600), var(--orange-600));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-copy small {
  color: var(--gray-600);
  font-size: 0.76rem;
}

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

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 13px;
  color: var(--gray-700);
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #fff;
  background: linear-gradient(90deg, var(--amber-400), var(--orange-400));
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.22);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.18);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gray-800);
  border-radius: 99px;
}

.category-strip {
  border-top: 1px solid rgba(251, 191, 36, 0.25);
}

.category-strip-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  overflow-x: auto;
}

.category-strip a,
.mobile-categories a {
  white-space: nowrap;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--gray-700);
  background: #fff;
  border: 1px solid var(--amber-200);
  box-shadow: 0 6px 14px rgba(180, 83, 9, 0.06);
  transition: all 0.2s ease;
}

.category-strip a:hover,
.mobile-categories a:hover {
  color: #fff;
  background: linear-gradient(90deg, var(--amber-400), var(--orange-400));
}

.mobile-nav {
  padding: 0 16px 18px;
  display: grid;
  gap: 10px;
}

.mobile-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--amber-200);
}

.hero-carousel {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(90deg, var(--amber-100), #fed7aa, var(--amber-100));
}

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

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

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

.hero-backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.12));
}

.hero-content {
  position: relative;
  width: min(var(--container), calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: var(--container);
  color: #fff;
  z-index: 2;
}

.hero-content > * {
  max-width: 680px;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 7px 14px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.25);
}

.hero-content h1 {
  margin: 20px 0 16px;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-content p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.hero-meta,
.detail-badge-row,
.detail-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hero-meta a,
.hero-meta span,
.detail-badge-row span,
.detail-stats span {
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

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

.primary-button,
.secondary-button,
.hero-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button,
.hero-search button {
  color: #fff;
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 16px 36px rgba(249, 115, 22, 0.32);
}

.secondary-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.primary-button:hover,
.secondary-button:hover,
.hero-search button:hover {
  transform: translateY(-2px);
}

.hero-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  font-size: 2.2rem;
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

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

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

.hero-dot.is-active {
  width: 36px;
  background: linear-gradient(90deg, var(--amber-400), var(--orange-400));
}

.hero-search {
  position: absolute;
  left: 50%;
  bottom: 78px;
  z-index: 5;
  width: min(640px, calc(100% - 32px));
  display: flex;
  gap: 10px;
  padding: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}

.hero-search input,
.filter-box input {
  width: 100%;
  min-height: 48px;
  border: 0;
  outline: 0;
  border-radius: 999px;
  padding: 0 18px;
  color: var(--gray-900);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.14);
}

.section-wrap {
  padding: 64px 0;
}

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

.section-heading h2,
.page-hero h1,
.detail-card h1 {
  margin: 10px 0 0;
  color: var(--gray-900);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.section-heading a,
.text-link {
  color: var(--amber-600);
  font-weight: 800;
}

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

.category-tile,
.category-overview-card,
.movie-card,
.rank-panel,
.detail-card,
.player-card,
.side-card,
.poster-panel,
.horizontal-card {
  background: #fff;
  border: 1px solid rgba(251, 191, 36, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.category-tile {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 8px;
  padding: 22px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile::before,
.category-overview-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -40px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.24), rgba(249, 115, 22, 0.22));
}

.category-tile:hover,
.movie-card:hover,
.horizontal-card:hover,
.category-overview-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.category-tile strong {
  position: relative;
  font-size: 1.28rem;
}

.category-tile span {
  position: relative;
  color: var(--gray-600);
  font-size: 0.94rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: start;
  gap: 32px;
}

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

.movie-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--amber-100), #fed7aa);
}

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

.movie-card:hover .card-cover img,
.horizontal-card:hover img,
.category-mosaic:hover img {
  transform: scale(1.08);
}

.card-badge,
.rank-num {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.card-badge {
  left: 12px;
  top: 12px;
  padding: 5px 10px;
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500));
}

.rank-num {
  right: 12px;
  top: 12px;
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
}

.card-body {
  padding: 16px;
}

.card-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 3.1em;
  color: var(--gray-900);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.42;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-title:hover,
.horizontal-title:hover {
  color: var(--amber-600);
}

.card-body p,
.horizontal-card p,
.category-overview-body p,
.page-hero p,
.footer-brand p,
.detail-card p {
  color: var(--gray-600);
}

.card-body p {
  display: -webkit-box;
  min-height: 2.9em;
  margin: 8px 0 12px;
  overflow: hidden;
  font-size: 0.94rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-tags,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.card-tags span,
.detail-tags a {
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--gray-600);
  background: var(--gray-100);
  font-size: 0.78rem;
}

.card-meta,
.horizontal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  color: var(--gray-500);
  font-size: 0.8rem;
}

.rank-panel {
  position: sticky;
  top: 112px;
  padding: 20px;
}

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

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

.horizontal-card {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 14px;
  padding: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.horizontal-cover {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 13px;
}

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

.horizontal-title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 900;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.horizontal-card p {
  display: -webkit-box;
  margin: 6px 0 0;
  overflow: hidden;
  font-size: 0.88rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-rank {
  position: absolute;
  left: 7px;
  top: 7px;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--amber-500), var(--rose-500));
}

.page-hero {
  margin-top: 34px;
  border-radius: var(--radius-xl);
  padding: 54px;
  color: var(--gray-900);
  background: linear-gradient(135deg, #fff7ed, #fffbeb 45%, #fff);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.32), rgba(249, 115, 22, 0.24));
}

.small-hero,
.search-hero,
.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 32px;
  align-items: center;
}

.small-hero {
  display: block;
}

.filter-box {
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
}

.wide-filter {
  max-width: 520px;
}

.category-overview-card {
  position: relative;
  overflow: hidden;
}

.category-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.category-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.category-overview-body {
  position: relative;
  padding: 20px;
}

.category-overview-body h2 {
  margin: 0 0 8px;
  font-size: 1.34rem;
}

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

.wide-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 26px 0 0;
  color: var(--gray-600);
  font-size: 0.95rem;
}

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

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

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

.player-card {
  overflow: hidden;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.movie-video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.22);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.62);
}

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

.play-circle {
  position: relative;
  z-index: 1;
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  border-radius: 50%;
  color: #fff;
  font-size: 2.2rem;
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.36);
}

.detail-card {
  padding: 28px;
}

.detail-badge-row .pill-link,
.pill-link {
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500));
}

.detail-badge-row span,
.detail-stats span {
  color: var(--gray-700);
  background: var(--amber-50);
  border-color: var(--amber-200);
}

.detail-one-line {
  font-size: 1.15rem;
}

.detail-tags {
  margin: 20px 0 26px;
}

.detail-tags a:hover {
  color: #fff;
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500));
}

.detail-card h2,
.side-card h2 {
  margin: 28px 0 10px;
  font-size: 1.45rem;
}

.detail-side {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
}

.poster-panel {
  overflow: hidden;
}

.poster-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.poster-panel div,
.side-card {
  padding: 18px;
}

.poster-panel strong,
.poster-panel span {
  display: block;
}

.poster-panel span {
  color: var(--gray-600);
  margin-top: 4px;
}

.side-recommend-list .movie-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
}

.side-recommend-list .card-cover {
  height: 100%;
  aspect-ratio: auto;
}

.side-recommend-list .card-body p,
.side-recommend-list .card-tags,
.side-recommend-list .card-meta {
  display: none;
}

.side-recommend-list .card-title {
  min-height: auto;
  font-size: 0.98rem;
}

.empty-result {
  margin-top: 28px;
  padding: 28px;
  border-radius: var(--radius-lg);
  text-align: center;
  color: var(--gray-600);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.movie-card.is-hidden,
.horizontal-card.is-hidden {
  display: none;
}

.site-footer {
  color: var(--gray-300);
  background: linear-gradient(180deg, var(--gray-900), #000);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  padding: 54px 0;
}

.footer-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.05rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.site-footer a:hover {
  color: var(--amber-400);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--gray-500);
}

@media (max-width: 1080px) {
  .split-layout,
  .detail-layout {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 820px) {
  .desktop-nav,
  .category-strip {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .hero-carousel {
    min-height: 660px;
  }

  .hero-content {
    justify-content: flex-start;
    padding-top: 92px;
  }

  .hero-search {
    bottom: 62px;
    border-radius: 24px;
    flex-direction: column;
  }

  .hero-search button {
    width: 100%;
  }

  .hero-control {
    display: none;
  }

  .small-hero,
  .search-hero,
  .category-hero {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .section-wrap {
    padding: 44px 0;
  }

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

  .movie-grid,
  .category-grid,
  .category-overview-grid,
  .ranking-grid,
  .wide-list,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-card {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .header-inner,
  .category-strip-inner,
  .footer-inner,
  .footer-bottom,
  .section-wrap,
  .breadcrumb,
  .detail-layout,
  .page-hero {
    width: min(100% - 22px, var(--container));
  }

  .hero-content h1 {
    font-size: 2.4rem;
  }

  .movie-grid,
  .category-grid,
  .category-overview-grid,
  .ranking-grid,
  .wide-list,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .horizontal-card,
  .side-recommend-list .movie-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
  }
}
