:root {
  --site-bg: #fff7ed;
  --site-bg-soft: #fffbeb;
  --site-text: #1f2937;
  --site-muted: #6b7280;
  --site-line: rgba(217, 119, 6, 0.18);
  --site-primary: #d97706;
  --site-primary-dark: #92400e;
  --site-card: rgba(255, 255, 255, 0.92);
  --site-shadow: 0 24px 60px rgba(146, 64, 14, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  min-height: 100vh;
  color: var(--site-text);
  background:
    radial-gradient(circle at 12% 8%, rgba(251, 191, 36, 0.28), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(249, 115, 22, 0.18), transparent 32rem),
    linear-gradient(180deg, #fff7ed 0%, #fff 46%, #fffbeb 100%);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--site-line);
  background: rgba(255, 251, 235, 0.92);
  backdrop-filter: blur(18px);
}

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

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

.logo-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 14px 34px rgba(234, 88, 12, 0.28);
}

.logo-text strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  color: var(--site-primary-dark);
}

.logo-text span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: var(--site-primary);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: #78350f;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: #7c2d12;
  background: rgba(251, 191, 36, 0.22);
  transform: translateY(-1px);
}

.header-search {
  display: flex;
  align-items: center;
  width: min(300px, 30vw);
  min-width: 230px;
  border: 1px solid rgba(217, 119, 6, 0.22);
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
}

.header-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 10px 12px 10px 16px;
  background: transparent;
  color: var(--site-text);
}

.header-search button {
  border: 0;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: #fff;
  font-weight: 800;
  height: 38px;
  padding: 0 16px;
  cursor: pointer;
}

.mobile-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #fff3d3;
  color: #92400e;
  font-size: 22px;
  cursor: pointer;
}

main {
  overflow: hidden;
}

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

.section {
  padding: 52px 0;
}

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

.section-kicker {
  margin: 0 0 8px;
  color: var(--site-primary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.12;
  color: #111827;
}

.section-desc {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--site-muted);
  line-height: 1.85;
}

.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(254, 240, 138, 0.28), transparent 28rem),
    linear-gradient(135deg, #92400e 0%, #d97706 44%, #ea580c 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 56px 56px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(255, 247, 237, 0.98));
}

.hero-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  align-items: center;
  gap: 48px;
  padding: 64px 0 92px;
}

.hero-copy {
  max-width: 710px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

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

.hero-lead {
  margin: 24px 0 0;
  max-width: 700px;
  color: #fff7ed;
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.75;
}

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

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

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

.btn-primary {
  color: #92400e;
  background: #fff;
  box-shadow: 0 16px 40px rgba(120, 53, 15, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 24px 50px rgba(120, 53, 15, 0.26);
}

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

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

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

.hero-meta a,
.hero-meta span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.13);
  font-size: 14px;
  font-weight: 700;
}

.hero-slider {
  position: relative;
  min-height: 540px;
}

.hero-stage {
  position: relative;
  min-height: 540px;
  perspective: 1600px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(30px) scale(0.97);
  transition: opacity 0.52s ease, transform 0.52s ease;
  pointer-events: none;
}

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

.hero-poster-card {
  overflow: hidden;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 38px 90px rgba(120, 53, 15, 0.34);
  backdrop-filter: blur(16px);
}

.hero-image {
  position: relative;
  height: 360px;
  overflow: hidden;
}

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

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.68));
}

.hero-rank {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: #92400e;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 900;
}

.hero-card-body {
  padding: 22px;
}

.hero-card-body h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.hero-card-body p {
  margin: 0;
  color: #fff7ed;
  line-height: 1.8;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 800;
}

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

.hero-dot {
  width: 32px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.hero-dot.active {
  background: #fff;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: -46px;
  position: relative;
  z-index: 5;
}

.category-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(217, 119, 6, 0.16);
  border-radius: 24px;
  background: var(--site-card);
  box-shadow: var(--site-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 32px 70px rgba(146, 64, 14, 0.17);
}

.category-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.28), rgba(249, 115, 22, 0.18));
}

.category-tile strong {
  display: block;
  color: #111827;
  font-size: 17px;
}

.category-tile span:last-child {
  display: block;
  margin-top: 4px;
  color: var(--site-muted);
  font-size: 13px;
}

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

.movie-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 46px rgba(146, 64, 14, 0.09);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(217, 119, 6, 0.34);
  box-shadow: 0 26px 64px rgba(146, 64, 14, 0.16);
}

.poster {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.poster.tall {
  aspect-ratio: 3 / 4;
}

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

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

.poster::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
}

.poster-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  color: #78350f;
  background: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
}

.poster-duration {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 800;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px;
}

.card-body h3 {
  margin: 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.3;
}

.card-body p {
  margin: 10px 0 0;
  color: var(--site-muted);
  line-height: 1.72;
  font-size: 14px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.card-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #92400e;
  background: #ffedd5;
  font-size: 12px;
  font-weight: 800;
}

.card-link {
  margin-top: auto;
  padding-top: 16px;
  color: var(--site-primary);
  font-weight: 900;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #111827;
  color: #fff;
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.2);
}

.feature-card .poster {
  aspect-ratio: auto;
  min-height: 430px;
}

.feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 100% 0%, rgba(245, 158, 11, 0.22), transparent 24rem),
    linear-gradient(135deg, #111827 0%, #431407 100%);
}

.feature-content h3 {
  margin: 0;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.08;
}

.feature-content p {
  color: #fde68a;
  line-height: 1.85;
  font-size: 17px;
}

.horizontal-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 2px 22px;
  scroll-snap-type: x mandatory;
}

.horizontal-scroll .movie-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 54px 86px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(146, 64, 14, 0.08);
  transition: transform 0.2s ease;
}

.rank-row:hover {
  transform: translateX(4px);
}

.rank-num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  font-weight: 900;
}

.rank-cover {
  width: 86px;
  height: 58px;
  border-radius: 14px;
  overflow: hidden;
  background: #f59e0b;
}

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

.rank-info strong {
  display: block;
  color: #111827;
  font-size: 17px;
}

.rank-info span {
  display: block;
  margin-top: 6px;
  color: var(--site-muted);
  font-size: 13px;
}

.rank-score {
  color: #92400e;
  font-weight: 900;
  white-space: nowrap;
}

.page-hero {
  padding: 56px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(254, 240, 138, 0.28), transparent 28rem),
    linear-gradient(135deg, #92400e, #d97706 50%, #ea580c);
}

.page-hero h1 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(32px, 6vw, 62px);
  line-height: 1.08;
}

.page-hero p {
  max-width: 780px;
  margin: 16px 0 0;
  color: #fff7ed;
  line-height: 1.85;
  font-size: 18px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(146, 64, 14, 0.08);
}

.filter-bar input,
.filter-bar select {
  min-height: 44px;
  border: 1px solid rgba(217, 119, 6, 0.22);
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  color: #1f2937;
  outline: 0;
}

.filter-bar input {
  flex: 1 1 260px;
}

.filter-bar select {
  flex: 0 0 170px;
}

.pagination-note {
  margin: 18px 0 0;
  color: var(--site-muted);
  line-height: 1.7;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #92400e;
  font-size: 14px;
  font-weight: 800;
}

.breadcrumb a {
  color: #b45309;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 360px;
  gap: 30px;
  padding: 44px 0 64px;
}

.player-card {
  overflow: hidden;
  border-radius: 30px;
  background: #050505;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

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

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

.player-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: auto;
}

.player-button {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(245, 158, 11, 0.92);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.player-button.secondary {
  background: rgba(255, 255, 255, 0.14);
}

.player-title {
  color: #fff;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.movie-panel {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--site-shadow);
}

.movie-panel h1 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
}

.movie-panel .lead {
  color: #4b5563;
  font-size: 18px;
  line-height: 1.82;
}

.info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.info-pills span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #92400e;
  background: #ffedd5;
  font-weight: 800;
  font-size: 13px;
}

.text-block {
  margin-top: 26px;
}

.text-block h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 24px;
}

.text-block p {
  margin: 0;
  color: #4b5563;
  line-height: 1.9;
}

.side-card {
  padding: 22px;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(146, 64, 14, 0.09);
}

.side-card h2 {
  margin: 0 0 18px;
  font-size: 22px;
  color: #111827;
}

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

.related-item {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #fff7ed;
  transition: transform 0.2s ease, background 0.2s ease;
}

.related-item:hover {
  transform: translateX(3px);
  background: #ffedd5;
}

.related-item img {
  width: 98px;
  height: 66px;
  border-radius: 14px;
  object-fit: cover;
}

.related-item strong {
  display: block;
  color: #111827;
  line-height: 1.35;
}

.related-item span {
  display: block;
  margin-top: 6px;
  color: #92400e;
  font-size: 12px;
  font-weight: 800;
}

.site-footer {
  padding: 42px 0;
  color: #fde68a;
  background: linear-gradient(135deg, #431407, #78350f);
}

.footer-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
  gap: 30px;
}

.footer-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.footer-inner p {
  margin: 0;
  color: #fef3c7;
  line-height: 1.8;
}

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

.footer-links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  font-size: 14px;
}

.empty-result {
  display: none;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  color: var(--site-muted);
  text-align: center;
}

.empty-result.visible {
  display: block;
}

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

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

  .hero-slider,
  .hero-stage,
  .hero-poster-card {
    min-height: 480px;
  }

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

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

  .detail-layout aside {
    order: 2;
  }
}

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

  .logo-text span {
    display: none;
  }

  .mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(217, 119, 6, 0.16);
    border-radius: 20px;
    background: rgba(255, 251, 235, 0.98);
    box-shadow: 0 20px 60px rgba(146, 64, 14, 0.18);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: 14px;
  }

  .hero-inner {
    min-height: auto;
    padding: 44px 0 82px;
  }

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

  .btn {
    width: 100%;
  }

  .hero-slider,
  .hero-stage,
  .hero-poster-card {
    min-height: 440px;
  }

  .hero-image {
    height: 270px;
  }

  .category-strip,
  .card-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-card .poster {
    min-height: 300px;
  }

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

  .rank-score {
    grid-column: 3;
  }

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

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

@media (max-width: 480px) {
  .section {
    padding: 40px 0;
  }

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

  .hero h1 {
    font-size: 42px;
  }

  .movie-panel,
  .side-card {
    border-radius: 22px;
    padding: 20px;
  }

  .player-overlay {
    align-items: flex-end;
    flex-direction: column-reverse;
  }

  .player-title {
    width: 100%;
    font-size: 13px;
  }

  .horizontal-scroll .movie-card {
    flex-basis: 86vw;
  }
}
