:root {
  --color-bg: #fff7ed;
  --color-bg-soft: #fffbeb;
  --color-card: #ffffff;
  --color-text: #1f2937;
  --color-muted: #6b7280;
  --color-line: rgba(251, 146, 60, 0.22);
  --color-orange: #f97316;
  --color-amber: #f59e0b;
  --color-yellow: #facc15;
  --color-dark: #111827;
  --shadow-soft: 0 18px 45px rgba(124, 45, 18, 0.13);
  --shadow-card: 0 12px 30px rgba(124, 45, 18, 0.10);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  min-height: 100vh;
  color: var(--color-text);
  background: linear-gradient(180deg, #fff7ed 0%, #fffbeb 48%, #fff 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(251, 146, 60, 0.18);
  box-shadow: 0 10px 30px rgba(124, 45, 18, 0.08);
  backdrop-filter: blur(16px);
}

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

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

.logo-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-orange), var(--color-amber));
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
  font-weight: 800;
}

.logo-text {
  display: grid;
  gap: 2px;
}

.logo-text strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  background: linear-gradient(90deg, #ea580c, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.desktop-nav a {
  position: relative;
  transition: color 0.2s ease;
}

.desktop-nav a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-orange), var(--color-amber));
  transition: width 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--color-orange);
}

.desktop-nav a:hover::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: #7c2d12;
  background: #ffedd5;
  font-size: 22px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
  border-top: 1px solid var(--color-line);
}

.mobile-nav a {
  display: block;
  padding: 12px 4px;
  color: #374151;
  font-weight: 700;
}

.hero-slider {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: linear-gradient(135deg, #fb923c 0%, #f59e0b 54%, #facc15 100%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transform: scale(1.04);
}

.hero-image.is-hidden {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.38), transparent 28%),
    radial-gradient(circle at 82% 35%, rgba(255, 237, 213, 0.35), transparent 28%),
    linear-gradient(90deg, rgba(124, 45, 18, 0.78), rgba(146, 64, 14, 0.35) 48%, rgba(251, 191, 36, 0.18));
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 32px));
  min-height: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(124, 45, 18, 0.35);
}

.eyebrow {
  margin: 0 0 14px;
  color: #fed7aa;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 820px;
  margin: 0 0 14px;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 950;
  line-height: 1.04;
}

.hero-content h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
}

.hero-content p {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.8;
}

.hero-tags,
.tag-row,
.meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.tag-row span,
.meta-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: inherit;
  font-size: 13px;
  font-style: normal;
  backdrop-filter: blur(10px);
}

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

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

.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, #f97316, #f59e0b);
  box-shadow: 0 14px 30px rgba(249, 115, 22, 0.35);
}

.secondary-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.ghost-button {
  border: 0;
  color: #9a3412;
  background: #ffedd5;
  cursor: pointer;
}

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

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

.hero-dots button {
  width: 42px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  overflow: hidden;
}

.hero-dots button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

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

.hero-search {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 28px;
  width: min(760px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 45px rgba(124, 45, 18, 0.20);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.hero-search input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 999px;
  outline: none;
  color: #374151;
  background: #ffffff;
  padding: 0 18px;
}

.hero-search button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 0 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #ea580c, #f59e0b);
  font-weight: 900;
  cursor: pointer;
}

.hero-floating {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.14);
  font-weight: 950;
  font-size: 24px;
  backdrop-filter: blur(10px);
}

.hero-floating-one {
  top: 96px;
  right: 12%;
  animation: float 6s ease-in-out infinite;
}

.hero-floating-two {
  bottom: 170px;
  right: 22%;
  animation: float-delay-1 7s ease-in-out infinite;
}

.hero-floating-three {
  top: 180px;
  left: 8%;
  animation: float-delay-2 8s ease-in-out infinite;
}

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

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-header h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
  color: #1f2937;
}

.section-header span {
  color: var(--color-muted);
}

.section-link {
  color: var(--color-orange);
  font-weight: 900;
}

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

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

.category-card {
  display: flex;
  min-height: 156px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  border-radius: var(--radius-lg);
  color: #ffffff;
  background: linear-gradient(135deg, #f97316, #f59e0b 52%, #facc15);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:nth-child(3n + 2) {
  background: linear-gradient(135deg, #fb923c, #f97316, #f59e0b);
}

.category-card:nth-child(3n) {
  background: linear-gradient(135deg, #f59e0b, #facc15, #fb923c);
}

.category-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 45px rgba(124, 45, 18, 0.18);
}

.category-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 950;
}

.category-card strong {
  font-size: 20px;
  font-weight: 950;
}

.category-card em {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-style: normal;
  line-height: 1.6;
}

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

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

.movie-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(251, 146, 60, 0.14);
  border-radius: var(--radius-lg);
  background: var(--color-card);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 50px rgba(124, 45, 18, 0.16);
}

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

.movie-poster,
.horizontal-cover,
.detail-poster {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #fdba74, #f97316, #f59e0b);
}

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

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

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

.movie-poster.is-missing-image::after,
.horizontal-cover.is-missing-image::after,
.detail-poster.is-missing-image::after {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  content: attr(data-fallback-title);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(17, 24, 39, 0.62) 100%);
}

.card-badge,
.card-duration,
.rank-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.card-badge {
  left: 10px;
  top: 10px;
  background: linear-gradient(135deg, #f97316, #f59e0b);
}

.card-duration {
  right: 10px;
  bottom: 10px;
  background: rgba(17, 24, 39, 0.78);
}

.rank-badge {
  left: 10px;
  bottom: 10px;
  background: rgba(17, 24, 39, 0.78);
}

.movie-card-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.movie-card-body strong {
  color: #1f2937;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
}

.movie-card-body em {
  color: var(--color-orange);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.card-desc {
  display: -webkit-box;
  min-height: 44px;
  color: var(--color-muted);
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tag-row span {
  color: #9a3412;
  background: #ffedd5;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  align-items: start;
  gap: 28px;
}

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

.ranking-list-wide {
  gap: 16px;
}

.horizontal-card {
  display: grid;
  grid-template-columns: auto 150px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(251, 146, 60, 0.14);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.horizontal-card:hover {
  transform: translateX(4px);
  box-shadow: 0 20px 40px rgba(124, 45, 18, 0.13);
}

.list-rank {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ea580c, #f59e0b);
  font-weight: 950;
}

.horizontal-cover {
  width: 150px;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
}

.horizontal-info {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.horizontal-info strong {
  color: #1f2937;
  font-size: 17px;
  font-weight: 950;
}

.horizontal-info em {
  color: var(--color-orange);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.horizontal-info span {
  display: -webkit-box;
  color: var(--color-muted);
  overflow: hidden;
  font-size: 14px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.spotlight-panel {
  position: sticky;
  top: 96px;
  padding: 34px;
  border-radius: var(--radius-xl);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, #f97316, #f59e0b 54%, #facc15);
  box-shadow: var(--shadow-soft);
}

.spotlight-panel h2 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 950;
}

.spotlight-panel p:not(.eyebrow) {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.sub-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f97316, #f59e0b, #facc15);
}

.sub-hero-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 310px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-shadow: 0 6px 20px rgba(124, 45, 18, 0.25);
}

.compact-sub-hero .sub-hero-inner {
  min-height: 240px;
}

.sub-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 950;
}

.sub-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.8;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(140px, 0.6fr)) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid rgba(251, 146, 60, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
}

.filter-panel label {
  display: grid;
  gap: 8px;
  color: #9a3412;
  font-size: 13px;
  font-weight: 900;
}

.filter-panel input,
.filter-panel select {
  border-color: rgba(251, 146, 60, 0.20);
}

.empty-state {
  display: none;
  padding: 38px;
  border: 1px dashed rgba(251, 146, 60, 0.38);
  border-radius: var(--radius-lg);
  color: #9a3412;
  background: #fff7ed;
  text-align: center;
  font-weight: 800;
}

.empty-state.is-visible {
  display: block;
}

.detail-hero {
  min-height: 560px;
  color: #ffffff;
}

.detail-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: blur(2px);
  transform: scale(1.03);
}

.detail-bg.is-hidden {
  display: none;
}

.detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(124, 45, 18, 0.86), rgba(146, 64, 14, 0.50), rgba(251, 191, 36, 0.20));
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 560px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.detail-poster {
  aspect-ratio: 3 / 4;
  border: 8px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-xl);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.detail-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 950;
  line-height: 1.08;
}

.detail-one-line {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  line-height: 1.8;
}

.meta-pills {
  margin-bottom: 18px;
}

.player-section {
  padding-bottom: 44px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #000000;
  box-shadow: 0 30px 70px rgba(17, 24, 39, 0.28);
}

.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000000;
}

.player-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.player-play-button span {
  margin-left: 6px;
  font-size: 42px;
  line-height: 1;
}

.player-play-button:hover {
  background: rgba(249, 115, 22, 0.78);
  transform: translate(-50%, -50%) scale(1.06);
}

.player-play-button.is-hidden {
  opacity: 0;
  pointer-events: none;
}

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

.text-card {
  padding: 28px;
  border: 1px solid rgba(251, 146, 60, 0.14);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.text-card-wide {
  grid-column: 1 / -1;
}

.text-card h2 {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 26px;
  font-weight: 950;
}

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

.info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  margin: 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
}

.info-list dt {
  color: #9a3412;
  font-weight: 950;
}

.info-list dd {
  margin: 0;
  color: #374151;
}

.sitemap-section {
  display: grid;
  gap: 28px;
}

.sitemap-block {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-card);
}

.sitemap-block h2 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 950;
}

.sitemap-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sitemap-links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #9a3412;
  background: #ffedd5;
  font-size: 14px;
  font-weight: 800;
}

.sitemap-links-columns {
  max-height: 720px;
  overflow: auto;
}

.site-footer {
  margin-top: 36px;
  color: #ffffff;
  background: linear-gradient(180deg, #111827, #1f2937);
}

.footer-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  padding: 46px 0;
}

.site-logo-footer .logo-text strong {
  color: #ffffff;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.footer-brand p {
  max-width: 620px;
  margin: 16px 0 0;
  color: #d1d5db;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: #d1d5db;
  font-weight: 800;
}

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

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

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

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

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

  .spotlight-panel {
    position: static;
  }

  .detail-poster {
    width: min(330px, 100%);
  }
}

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

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

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

  .hero-slider,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    padding-bottom: 128px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-search {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .hero-search input,
  .hero-search button {
    border-radius: 18px;
  }

  .hero-dots {
    bottom: 142px;
  }

  .hero-floating {
    display: none;
  }

  .section-header {
    display: grid;
    align-items: start;
  }

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

  .horizontal-card {
    grid-template-columns: auto 112px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .horizontal-cover {
    width: 112px;
  }

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

  .detail-hero-inner {
    gap: 24px;
    padding: 42px 0;
  }

  .detail-poster {
    width: min(240px, 100%);
  }

  .detail-text-grid,
  .info-list {
    grid-template-columns: 1fr;
  }

  .info-list div {
    grid-template-columns: 1fr;
  }

  .player-play-button {
    width: 70px;
    height: 70px;
  }

  .player-play-button span {
    font-size: 32px;
  }

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

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