:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --indigo: #4f46e5;
  --cyan: #06b6d4;
  --pink: #ec4899;
  --yellow: #f59e0b;
  --dark: #0f172a;
  --gray: #475569;
  --soft: #f8fafc;
  --line: #e2e8f0;
  --card: #ffffff;
  --shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #1e293b;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  background: linear-gradient(180deg, #f8fafc 0%, #eef5ff 42%, #f8fafc 100%);
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
}

.header-inner {
  max-width: 1280px;
  height: 76px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 188px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
}

.brand-copy strong {
  display: block;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, var(--blue), var(--indigo));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-copy em {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.header-search {
  flex: 1;
  max-width: 460px;
  display: flex;
  align-items: center;
  padding: 4px;
  border: 2px solid #bfdbfe;
  border-radius: 999px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-search:focus-within {
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.16);
}

.header-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 9px 14px;
  background: transparent;
  color: #0f172a;
}

.header-search button,
.primary-btn,
.secondary-btn,
.search-panel button,
.watch-button {
  border: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.header-search button {
  padding: 9px 18px;
}

.header-search button:hover,
.primary-btn:hover,
.search-panel button:hover,
.watch-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 35px rgba(37, 99, 235, 0.28);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #334155;
  font-weight: 700;
}

.desktop-nav a,
.nav-dropdown > button {
  border: 0;
  padding: 10px 0;
  color: #334155;
  cursor: pointer;
  background: transparent;
  font-weight: 700;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.nav-dropdown:hover > button {
  color: var(--blue);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: -16px;
  width: 190px;
  padding: 10px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  padding: 10px 12px;
  border-radius: 12px;
}

.nav-dropdown-menu a:hover {
  background: #eff6ff;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #eff6ff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: #1e3a8a;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 14px 22px 20px;
  background: #fff;
}

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

.mobile-nav a {
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  font-weight: 700;
}

.mobile-nav a:hover {
  color: var(--blue);
  background: #eff6ff;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 680px;
  color: #fff;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.50), transparent 40%), linear-gradient(135deg, #0f172a, #1e1b4b 58%, #111827);
}

.hero-slider {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 680px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.76fr);
  align-items: center;
  gap: 54px;
  padding: 74px 22px 118px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

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

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
  font-weight: 800;
}

.hero-content h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.hero-content h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4.5vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-content p {
  margin: 0 0 24px;
  max-width: 680px;
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.85;
}

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

.primary-btn,
.secondary-btn,
.watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
}

.secondary-btn {
  color: #dbeafe;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.secondary-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.34);
}

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

.hero-poster:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.78));
}

.hero-glow {
  position: absolute;
  inset: 12% -12% -12% 18%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.55), transparent 64%);
  filter: blur(20px);
}

.hero-rail {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  z-index: 4;
}

.hero-chip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #fff;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-chip:hover,
.hero-chip.is-active {
  transform: translateY(-3px);
  background: rgba(37, 99, 235, 0.50);
}

.hero-chip img {
  width: 54px;
  height: 66px;
  object-fit: cover;
  border-radius: 12px;
  flex: 0 0 auto;
}

.hero-chip span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 900;
}

.hero-chip small {
  display: block;
  margin-top: 4px;
  color: #bfdbfe;
}

.hero-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(15, 23, 42, 0.44);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.hero-control.prev {
  left: 18px;
}

.hero-control.next {
  right: 18px;
}

.hero-control:hover {
  background: rgba(37, 99, 235, 0.74);
}

main {
  min-height: 60vh;
}

.page-section,
.page-hero,
.detail-body,
.player-section,
.related-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 22px;
}

.page-hero {
  padding-top: 68px;
  padding-bottom: 38px;
}

.page-hero.compact {
  padding-bottom: 20px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--blue);
  font-weight: 800;
}

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

.section-title h1,
.section-title h2,
.page-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.section-title p,
.page-hero p {
  margin: 10px 0 0;
  max-width: 780px;
  color: #64748b;
  line-height: 1.8;
}

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.movie-card:hover {
  transform: translateY(-7px);
  border-color: #bfdbfe;
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.15);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, #dbeafe, #eef2ff);
}

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

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

.card-badge,
.card-score {
  position: absolute;
  z-index: 2;
  top: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.card-badge {
  left: 12px;
}

.card-score {
  right: 12px;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.card-body {
  padding: 14px 14px 16px;
}

.card-meta,
.rank-meta,
.detail-meta {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.movie-card h3,
.rank-row h3 {
  margin: 8px 0 8px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.32;
}

.movie-card h3 a:hover,
.rank-row h3 a:hover {
  color: var(--blue);
}

.movie-card p,
.rank-row p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

.tag-row,
.meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tag-row span,
.meta-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 800;
}

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

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  padding: 24px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(37, 99, 235, 0.15);
}

.category-card:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.22), transparent 70%);
}

.category-card h2,
.category-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
}

.category-card p {
  margin: 0 0 18px;
  color: #64748b;
  line-height: 1.7;
}

.category-card a,
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-weight: 900;
}

.sample-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.sample-links a {
  padding: 6px 10px;
  border-radius: 999px;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: 12px;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 64px;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.rank-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  background: #dbeafe;
}

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

.rank-poster span {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.rank-info h3 {
  font-size: 18px;
}

.rank-score {
  color: #ea580c;
  font-size: 24px;
  font-weight: 1000;
  text-align: center;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0f172a;
}

.detail-hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.32;
}

.detail-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px) saturate(1.2);
  transform: scale(1.08);
}

.detail-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.72) 55%, rgba(30, 64, 175, 0.42));
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 22px 58px;
}

.detail-hero h1 {
  margin: 0 0 18px;
  max-width: 880px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.detail-hero p {
  max-width: 820px;
  margin: 0;
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.85;
}

.detail-hero .breadcrumbs {
  color: #bfdbfe;
}

.detail-hero .breadcrumbs a {
  color: #fff;
}

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

.player-card,
.side-card,
.text-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
}

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

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  background: #020617;
  object-fit: contain;
  cursor: pointer;
}

.play-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: radial-gradient(circle at center, rgba(37, 99, 235, 0.22), rgba(2, 6, 23, 0.54));
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.play-layer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.play-layer span {
  display: inline-grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding-left: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.38);
  font-size: 34px;
}

.player-caption {
  padding: 22px;
}

.player-caption h2 {
  margin: 0 0 8px;
  color: #0f172a;
}

.player-caption p {
  margin: 0;
  color: #64748b;
  line-height: 1.75;
}

.side-card {
  padding: 18px;
}

.side-card img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 20px;
  background: #dbeafe;
}

.side-card h2 {
  margin: 16px 0 8px;
  color: #0f172a;
}

.side-card p {
  margin: 0 0 14px;
  color: #64748b;
  line-height: 1.7;
}

.watch-button {
  width: 100%;
}

.detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding-top: 10px;
}

.text-card {
  padding: 30px;
}

.text-card h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 26px;
}

.text-card p {
  margin: 0 0 22px;
  color: #334155;
  line-height: 2;
  font-size: 16px;
}

.filter-panel,
.search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 16px;
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.filter-panel input,
.search-panel input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  outline: 0;
  padding: 13px 16px;
  background: #fff;
}

.filter-panel input:focus,
.search-panel input:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15);
}

.search-panel button {
  padding: 0 24px;
}

.site-footer {
  margin-top: 60px;
  color: #dbeafe;
  background: linear-gradient(135deg, #0f172a, #111827 55%, #1e1b4b);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 46px 22px;
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
  gap: 36px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 22px;
}

.footer-brand p {
  margin: 0;
  max-width: 460px;
  color: #cbd5e1;
  line-height: 1.8;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #cbd5e1;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 22px;
  color: #94a3b8;
  text-align: center;
}

.empty-state {
  padding: 34px;
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
  color: #64748b;
  background: #fff;
  text-align: center;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .header-search {
    max-width: none;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 54px;
  }

  .hero-visual {
    max-width: 340px;
  }

  .hero-rail {
    grid-template-columns: repeat(5, 220px);
    overflow-x: auto;
    padding-bottom: 4px;
  }

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

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

  .player-section {
    grid-template-columns: 1fr;
  }

  .side-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 760px) {
  .header-inner {
    height: auto;
    min-height: 70px;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .header-search {
    order: 3;
    flex-basis: 100%;
  }

  .hero-shell,
  .hero-slider {
    min-height: 780px;
  }

  .hero-slide {
    padding-bottom: 210px;
  }

  .hero-control {
    display: none;
  }

  .hero-rail {
    grid-template-columns: repeat(5, 210px);
  }

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

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

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

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

  .rank-score {
    grid-column: 2;
    text-align: left;
    font-size: 18px;
  }

  .side-card {
    display: block;
  }

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

  .search-panel button {
    min-height: 44px;
  }

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

@media (max-width: 460px) {
  .movie-grid {
    grid-template-columns: 1fr;
  }

  .hero-chip {
    width: 208px;
  }
}
