:root {
  color-scheme: dark;
  --bg: #0a2540;
  --bg-2: #123f66;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --line: rgba(255, 255, 255, 0.14);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.48);
  --brand: #4fb3bf;
  --brand-dark: #3a9aa5;
  --accent: #ff9f43;
  --danger: #ff6b6b;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(79, 179, 191, 0.22), transparent 34rem), linear-gradient(180deg, #071b30 0%, #0a2540 46%, #061829 100%);
}

body.is-menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
  background: linear-gradient(135deg, rgba(79, 179, 191, 0.18), rgba(255, 159, 67, 0.18));
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.gradient-text {
  background: linear-gradient(135deg, #4fb3bf, #74b9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-left: 0;
  border-right: 0;
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--brand), #74b9ff);
  box-shadow: 0 10px 24px rgba(79, 179, 191, 0.32);
}

.brand-text {
  font-size: clamp(20px, 2vw, 26px);
  white-space: nowrap;
}

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

.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
  font-size: 15px;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: white;
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  border-radius: 99px;
  background: var(--brand);
}

.header-search,
.mobile-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search input,
.mobile-search input,
.hero-search input,
.local-filter input {
  min-width: 0;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.header-search input {
  width: 210px;
  padding: 10px 14px;
}

.header-search input:focus,
.mobile-search input:focus,
.hero-search input:focus,
.local-filter input:focus {
  border-color: var(--brand);
  background: rgba(255, 255, 255, 0.13);
}

.header-search button,
.mobile-search button,
.hero-search button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: white;
  background: var(--brand);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

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

.mobile-panel {
  display: none;
  padding: 0 16px 18px;
}

.mobile-nav {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.mobile-link {
  padding: 12px 14px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
}

.mobile-link.is-active,
.mobile-link:hover {
  color: white;
  background: rgba(79, 179, 191, 0.22);
}

.mobile-search input {
  flex: 1;
  padding: 12px 14px;
}

.hero {
  position: relative;
  min-height: 82vh;
  overflow: hidden;
  background: #081f36;
}

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

.hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 380px);
  align-items: center;
  gap: 42px;
  padding: 120px max(32px, calc((100vw - 1180px) / 2)) 140px;
  opacity: 0;
  pointer-events: none;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  transition: opacity 0.8s ease;
}

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

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, #0a2540, transparent);
  pointer-events: none;
}

.hero-copy {
  max-width: 650px;
  align-self: end;
  padding-bottom: 34px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h2,
.page-hero h1,
.detail-panel h1 {
  margin: 0;
  font-size: clamp(34px, 7vw, 72px);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.hero-copy p {
  margin: 22px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.8;
}

.hero-tags,
.detail-tags,
.tag-row,
.filter-chips,
.hero-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags {
  margin-top: 26px;
}

.hero-tags span,
.detail-tags span,
.tag-row span,
.filter-chips button,
.hero-category-links a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.1);
}

.hero-tags span,
.detail-tags span {
  padding: 7px 13px;
  font-size: 13px;
}

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

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.primary-btn {
  color: white;
  background: var(--brand);
  box-shadow: 0 12px 26px rgba(79, 179, 191, 0.28);
}

.primary-btn:hover {
  transform: translateY(-2px) scale(1.02);
  background: var(--brand-dark);
}

.ghost-btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.ghost-btn:hover {
  border-color: var(--brand);
  background: rgba(79, 179, 191, 0.16);
}

.primary-btn.full {
  width: 100%;
}

.hero-poster {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(360px, 28vw);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

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

.hero-poster span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  color: white;
  background: rgba(79, 179, 191, 0.92);
}

.hero-overlay-content {
  position: relative;
  z-index: 4;
  padding-top: calc(82vh - 230px);
  pointer-events: none;
}

.hero-topline {
  pointer-events: auto;
}

.hero-topline h1 {
  max-width: 780px;
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1.15;
}

.hero-topline p {
  max-width: 650px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
}

.hero-search {
  display: flex;
  width: min(640px, 100%);
  padding: 8px;
  border-radius: 999px;
}

.hero-search input {
  flex: 1;
  padding: 14px 18px;
  border: 0;
  background: transparent;
}

.hero-category-links {
  max-width: 760px;
  margin-top: 16px;
}

.hero-category-links a {
  padding: 8px 13px;
  font-size: 13px;
}

.hero-category-links a:hover {
  color: white;
  border-color: var(--brand);
}

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

.hero-dot {
  width: 42px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.hero-dot.is-active {
  background: var(--brand);
}

.section-block {
  padding: 76px 0;
}

.gradient-section {
  background: linear-gradient(180deg, #1a4d7a 0%, #0a2540 100%);
}

.deep-section {
  background: #0a2540;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.section-heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

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

.section-heading.with-link > a {
  flex: 0 0 auto;
  padding: 11px 16px;
  border-radius: 999px;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.section-heading.with-link > a:hover {
  background: rgba(79, 179, 191, 0.22);
}

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

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

.poster-frame {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.movie-card.compact .poster-frame {
  aspect-ratio: 3 / 4.25;
}

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

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

.poster-frame::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent);
  pointer-events: none;
}

.poster-type,
.rank-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.poster-type {
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  color: white;
  background: rgba(79, 179, 191, 0.9);
}

.rank-badge {
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--danger));
}

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

.movie-card.compact .movie-card-body {
  padding: 12px;
}

.movie-card h3,
.ranking-row h3,
.category-card h3,
.category-card h2 {
  margin: 0;
  color: white;
  font-size: 18px;
  line-height: 1.35;
}

.movie-card.compact h3 {
  font-size: 15px;
}

.movie-card p,
.category-card p,
.ranking-row p,
.detail-panel p,
.side-links a,
.site-footer p {
  color: var(--muted);
  line-height: 1.75;
}

.movie-card p {
  min-height: 3.4em;
  margin: 8px 0 12px;
  font-size: 14px;
}

.movie-card.compact p {
  min-height: 0;
  font-size: 12px;
}

.movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--faint);
  font-size: 13px;
}

.tag-row {
  margin-top: 12px;
}

.tag-row span {
  padding: 5px 8px;
  font-size: 12px;
}

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

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

.category-card {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.category-covers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 140px;
  overflow: hidden;
}

.category-card.large .category-covers {
  min-height: 190px;
}

.category-covers img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

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

.category-card-body span {
  display: inline-block;
  margin-top: 12px;
  color: var(--brand);
  font-weight: 800;
}

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

.ranking-list.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ranking-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
}

.ranking-row img {
  width: 96px;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
}

.ranking-number {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), #74b9ff);
}

.page-hero {
  position: relative;
  padding: 86px 0 56px;
  overflow: hidden;
  background: radial-gradient(circle at 20% 10%, rgba(79, 179, 191, 0.24), transparent 34rem), linear-gradient(135deg, #0a2540, #1a4d7a);
}

.page-hero.small {
  padding: 82px 0 62px;
}

.page-hero h1 {
  max-width: 860px;
}

.page-hero p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--faint);
  font-size: 14px;
}

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

.local-filter {
  margin-top: 28px;
  padding: 14px;
  border-radius: 22px;
}

.local-filter input {
  width: 100%;
  padding: 14px 16px;
}

.filter-chips {
  margin-top: 12px;
}

.filter-chips button {
  padding: 8px 12px;
}

.filter-chips button:hover,
.filter-chips button.is-active {
  color: white;
  border-color: var(--brand);
  background: rgba(79, 179, 191, 0.24);
}

.empty-state {
  margin-top: 30px;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 0;
}

.detail-bg {
  position: absolute;
  inset: 0 0 auto;
  height: 560px;
  background-image: var(--detail-bg);
  background-size: cover;
  background-position: center;
  filter: saturate(1.1);
}

.detail-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, #0a2540 92%);
}

.detail-wrap {
  position: relative;
  z-index: 2;
}

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

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

.player-shell video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72));
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.play-circle {
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  border-radius: 999px;
  font-size: 30px;
  background: rgba(79, 179, 191, 0.9);
  box-shadow: 0 18px 40px rgba(79, 179, 191, 0.28);
}

.player-message {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  padding: 12px 14px;
  border-radius: 14px;
  color: white;
  text-align: center;
  background: rgba(255, 107, 107, 0.84);
}

.detail-panel {
  margin-top: 22px;
  padding: 28px;
  border-radius: 26px;
}

.detail-panel h1 {
  font-size: clamp(30px, 4vw, 48px);
}

.detail-panel .lead {
  margin-top: 18px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.82);
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0;
}

.detail-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
}

.detail-panel h2,
.side-links h2,
.site-footer h2 {
  margin: 26px 0 12px;
  font-size: 22px;
}

.detail-panel p {
  margin: 0 0 12px;
}

.inner-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.inner-links a {
  padding: 12px 14px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
}

.inner-links a:hover,
.side-links a:hover {
  color: white;
  background: rgba(79, 179, 191, 0.18);
}

.detail-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.side-poster,
.side-links {
  padding: 18px;
  border-radius: 24px;
}

.side-poster {
  position: sticky;
  top: 100px;
}

.side-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 16px;
}

.side-links a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.related-section {
  padding-top: 54px;
}

.site-footer {
  padding: 56px 0 24px;
  background: #061829;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.site-footer h2 {
  margin-top: 0;
  font-size: 17px;
}

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

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--brand);
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: var(--faint);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 14px;
  }

  .header-search {
    display: none;
  }

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

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

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

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

  .mobile-panel.is-open {
    display: block;
  }

  .hero {
    min-height: 900px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    align-content: start;
    padding: 96px 24px 260px;
  }

  .hero-poster {
    width: min(280px, 72vw);
    justify-self: start;
  }

  .hero-overlay-content {
    padding-top: 620px;
  }

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

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

  .category-grid,
  .category-grid.overview,
  .ranking-list.two-column,
  .footer-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .side-poster {
    position: static;
  }
}

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

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

  .section-block {
    padding: 54px 0;
  }

  .section-heading.with-link {
    display: block;
  }

  .section-heading.with-link > a {
    margin-top: 18px;
  }

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

  .movie-card-body {
    padding: 12px;
  }

  .movie-card p,
  .tag-row {
    display: none;
  }

  .ranking-row {
    grid-template-columns: 42px 80px minmax(0, 1fr);
    gap: 12px;
  }

  .ranking-row img {
    width: 80px;
  }

  .ranking-row p {
    display: none;
  }

  .detail-panel {
    padding: 20px;
  }

  .play-circle {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .footer-grid {
    gap: 24px;
  }
}

@media (max-width: 430px) {
  .movie-grid,
  .featured-grid,
  .compact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: 960px;
  }

  .hero-overlay-content {
    padding-top: 650px;
  }

  .hero-copy h2 {
    font-size: 32px;
  }

  .hero-copy p {
    font-size: 15px;
  }

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