*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #1f2937;
  background:
    radial-gradient(circle at top left, rgba(251, 113, 133, 0.16), transparent 34rem),
    linear-gradient(180deg, #fff7f8 0%, #ffffff 22rem, #fff1f2 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid rgba(244, 63, 94, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 36px rgba(136, 19, 55, 0.08);
  backdrop-filter: blur(18px);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #be123c;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #fb7185, #e11d48 60%, #be123c);
  box-shadow: 0 12px 28px rgba(225, 29, 72, 0.28);
}

.brand-text {
  white-space: nowrap;
  font-size: 1.08rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #4b5563;
  font-size: 0.96rem;
}

.desktop-nav a,
.mobile-nav a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active,
.mobile-nav a:hover,
.mobile-nav a.is-active {
  color: #e11d48;
}

.desktop-nav a:hover {
  transform: translateY(-1px);
}

.header-search,
.mobile-search,
.large-search,
.filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-search {
  padding: 5px;
  border: 1px solid rgba(244, 63, 94, 0.16);
  border-radius: 999px;
  background: #fff7f8;
}

.header-search input,
.mobile-search input,
.large-search input,
.filter-bar input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #1f2937;
  background: transparent;
}

.header-search input {
  width: 190px;
  padding: 9px 6px 9px 14px;
}

.header-search button,
.mobile-search button,
.large-search button {
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #fb7185, #e11d48);
  box-shadow: 0 10px 22px rgba(225, 29, 72, 0.24);
}

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

.mobile-toggle {
  display: none;
  border: 1px solid rgba(244, 63, 94, 0.18);
  border-radius: 999px;
  padding: 9px 14px;
  color: #be123c;
  background: #fff1f2;
}

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(244, 63, 94, 0.14);
  padding: 16px 24px 22px;
  background: rgba(255, 255, 255, 0.98);
}

.mobile-search {
  margin-top: 12px;
  border: 1px solid rgba(244, 63, 94, 0.16);
  border-radius: 18px;
  padding: 8px;
  background: #fff7f8;
}

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

.mobile-search button {
  padding: 10px 16px;
}

.hero-slider {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #ffffff;
  background: #3f0a19;
}

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

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

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

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.04);
}

.hero-layer {
  background:
    radial-gradient(circle at 72% 22%, rgba(251, 113, 133, 0.38), transparent 28rem),
    linear-gradient(90deg, rgba(20, 2, 8, 0.92), rgba(63, 10, 25, 0.78) 46%, rgba(127, 29, 29, 0.30)),
    linear-gradient(0deg, rgba(20, 2, 8, 0.78), transparent 38%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 56px;
  min-height: 650px;
  padding: 70px 0 86px;
}

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

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #fb7185;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.hero-title-line {
  margin: 18px 0 0;
  color: #ffe4e6;
  font-size: clamp(1.24rem, 2.6vw, 2rem);
  font-weight: 800;
}

.hero-copy p:not(.hero-title-line) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.9;
}

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

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

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

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #fb7185, #e11d48);
  box-shadow: 0 18px 34px rgba(225, 29, 72, 0.34);
}

.btn-soft {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.btn-soft-dark {
  color: #be123c;
  border: 1px solid rgba(244, 63, 94, 0.2);
  background: #fff1f2;
}

.hero-chips,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-chips a,
.hero-chips span,
.tag-row span {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 13px;
  color: #ffe4e6;
  background: rgba(255, 255, 255, 0.11);
}

.hero-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
  transform: rotate(2deg);
}

.hero-poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), transparent 52%);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.hero-dots {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 10px;
  margin-top: -70px;
  padding-bottom: 36px;
}

.hero-dots button {
  width: 34px;
  height: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: transparent;
  background: rgba(255, 255, 255, 0.28);
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dots button[aria-current="true"] {
  width: 62px;
  background: #fb7185;
}

.section-block {
  margin-top: 58px;
}

.intro-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(244, 63, 94, 0.16);
  border-radius: 30px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 54px rgba(136, 19, 55, 0.08);
}

.intro-panel h2,
.section-head h2,
.page-hero h1,
.spotlight-box h2,
.detail-intro h1,
.content-card h2 {
  margin: 0;
  color: #111827;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.intro-panel h2,
.section-head h2,
.spotlight-box h2,
.content-card h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.intro-panel p,
.page-hero p,
.spotlight-box p,
.content-card p,
.category-overview-card p {
  color: #6b7280;
  line-height: 1.9;
}

.large-search {
  border: 1px solid rgba(244, 63, 94, 0.16);
  border-radius: 24px;
  padding: 8px;
  background: #fff7f8;
}

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

.large-search button {
  padding: 14px 22px;
}

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

.section-head.slim {
  align-items: center;
}

.section-head a {
  color: #e11d48;
  font-weight: 800;
}

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

.category-tile {
  position: relative;
  overflow: hidden;
  min-height: 186px;
  border: 1px solid rgba(244, 63, 94, 0.18);
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(145deg, #ffffff, #fff1f2);
  box-shadow: 0 18px 38px rgba(136, 19, 55, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(136, 19, 55, 0.14);
}

.category-tile strong,
.category-tile em,
.category-tile span:last-child {
  position: relative;
  z-index: 1;
  display: block;
}

.category-tile strong {
  color: #9f1239;
  font-size: 1.24rem;
  font-weight: 900;
}

.category-tile em {
  margin-top: 12px;
  color: #6b7280;
  font-style: normal;
  line-height: 1.72;
}

.category-tile span:last-child {
  margin-top: 16px;
  color: #e11d48;
  font-weight: 800;
}

.category-glow {
  position: absolute;
  right: -28px;
  top: -32px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(251, 113, 133, 0.18);
}

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

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

.movie-card {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(244, 63, 94, 0.14);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(136, 19, 55, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  border-color: rgba(244, 63, 94, 0.38);
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(136, 19, 55, 0.14);
}

.poster-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #ffe4e6;
}

.movie-card-compact .poster-wrap {
  aspect-ratio: 16 / 9;
}

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

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

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent 62%);
}

.poster-badge,
.poster-score {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.76rem;
  font-weight: 800;
}

.poster-badge {
  top: 10px;
  left: 10px;
  color: #ffffff;
  background: rgba(225, 29, 72, 0.88);
}

.poster-score {
  right: 10px;
  bottom: 10px;
  color: #7c2d12;
  background: #fef3c7;
}

.movie-card-body {
  display: block;
  padding: 15px 16px 17px;
}

.movie-card-body strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 1.04rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.movie-card-body em {
  display: -webkit-box;
  min-height: 3.4em;
  margin-top: 8px;
  overflow: hidden;
  color: #6b7280;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.movie-meta span {
  border-radius: 999px;
  padding: 4px 8px;
  color: #be123c;
  background: #fff1f2;
  font-size: 0.78rem;
  font-weight: 700;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 24px;
}

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

.rank-row {
  display: grid;
  grid-template-columns: auto 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(244, 63, 94, 0.14);
  border-radius: 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(136, 19, 55, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rank-row:hover {
  border-color: rgba(244, 63, 94, 0.36);
  transform: translateX(4px);
}

.rank-number {
  min-width: 36px;
  color: #e11d48;
  font-weight: 900;
  font-size: 1.05rem;
}

.rank-thumb {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 10;
}

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

.rank-info {
  min-width: 0;
}

.rank-info strong,
.rank-info em,
.rank-info span {
  display: block;
}

.rank-info strong {
  overflow: hidden;
  color: #111827;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-info em {
  overflow: hidden;
  margin-top: 4px;
  color: #6b7280;
  font-size: 0.9rem;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-info span {
  margin-top: 5px;
  color: #9f1239;
  font-size: 0.8rem;
}

.rank-score {
  border-radius: 999px;
  padding: 7px 10px;
  color: #92400e;
  background: #fef3c7;
  font-weight: 900;
}

.spotlight-box {
  align-self: start;
  position: sticky;
  top: 96px;
  overflow: hidden;
  border-radius: 30px;
  padding: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.20), transparent 14rem),
    linear-gradient(145deg, #be123c, #881337 72%);
  box-shadow: 0 26px 60px rgba(136, 19, 55, 0.24);
}

.spotlight-box h2,
.spotlight-box p {
  color: #ffffff;
}

.spotlight-box p {
  margin-bottom: 24px;
}

.page-main {
  padding-bottom: 70px;
}

.page-hero {
  margin-top: 36px;
  border: 1px solid rgba(244, 63, 94, 0.16);
  border-radius: 34px;
  padding: clamp(30px, 6vw, 58px);
  background:
    radial-gradient(circle at 88% 18%, rgba(251, 113, 133, 0.20), transparent 18rem),
    linear-gradient(135deg, #ffffff, #fff1f2);
  box-shadow: 0 24px 62px rgba(136, 19, 55, 0.08);
}

.page-hero h1 {
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.page-hero p {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: 1.04rem;
}

.filter-bar {
  justify-content: space-between;
  margin-bottom: 24px;
  border: 1px solid rgba(244, 63, 94, 0.16);
  border-radius: 22px;
  padding: 10px 14px 10px 18px;
  background: rgba(255, 255, 255, 0.9);
}

.filter-bar label {
  color: #be123c;
  font-weight: 900;
  white-space: nowrap;
}

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

.empty-state {
  display: none;
  margin: 28px 0 0;
  border: 1px solid rgba(244, 63, 94, 0.14);
  border-radius: 22px;
  padding: 22px;
  color: #9f1239;
  background: #fff1f2;
  text-align: center;
  font-weight: 800;
}

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

.category-overview-grid {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.category-overview-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  border: 1px solid rgba(244, 63, 94, 0.14);
  border-radius: 26px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(136, 19, 55, 0.07);
}

.category-cover {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 10;
}

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

.category-overview-card h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 1.4rem;
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.mini-links a {
  border-radius: 999px;
  padding: 7px 11px;
  color: #be123c;
  background: #fff1f2;
  font-size: 0.88rem;
  font-weight: 800;
}

.full-rank-list .rank-row {
  grid-template-columns: 54px 96px minmax(0, 1fr) 64px;
}

.page-search-box {
  max-width: 680px;
  margin-top: 24px;
  margin-bottom: 0;
}

.detail-main {
  padding-bottom: 70px;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  color: #ffffff;
  background: #3f0a19;
}

.detail-backdrop,
.detail-layer {
  position: absolute;
  inset: 0;
}

.detail-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) saturate(1.04);
  transform: scale(1.06);
}

.detail-layer {
  background:
    radial-gradient(circle at 78% 22%, rgba(251, 113, 133, 0.28), transparent 22rem),
    linear-gradient(90deg, rgba(20, 2, 8, 0.94), rgba(63, 10, 25, 0.80) 54%, rgba(20, 2, 8, 0.60));
}

.detail-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
  min-height: 560px;
  padding: 62px 0;
}

.detail-cover {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
}

.detail-cover img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 0.92rem;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.detail-intro h1 {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.detail-intro p {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
  line-height: 1.9;
}

.detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.detail-stats span {
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffe4e6;
  background: rgba(255, 255, 255, 0.12);
}

.detail-intro .tag-row span {
  color: #ffe4e6;
}

.player-section {
  margin-top: 52px;
}

.player-card {
  overflow: hidden;
  border: 1px solid rgba(244, 63, 94, 0.18);
  border-radius: 30px;
  background: #111827;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.28);
}

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

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at center, rgba(225, 29, 72, 0.32), transparent 16rem),
    rgba(0, 0, 0, 0.34);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.play-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 999px;
  padding-left: 5px;
  color: #ffffff;
  background: linear-gradient(135deg, #fb7185, #e11d48);
  box-shadow: 0 18px 40px rgba(225, 29, 72, 0.38);
  font-size: 2.1rem;
}

.play-text {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.detail-content {
  margin-top: 38px;
}

.content-card {
  border: 1px solid rgba(244, 63, 94, 0.14);
  border-radius: 30px;
  padding: clamp(24px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(136, 19, 55, 0.07);
}

.content-card h2 + p {
  margin-top: 12px;
}

.content-card p + h2,
.info-list + h2 {
  margin-top: 26px;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 0;
}

.info-list div {
  border-radius: 18px;
  padding: 14px;
  background: #fff1f2;
}

.info-list dt {
  color: #be123c;
  font-size: 0.82rem;
  font-weight: 900;
}

.info-list dd {
  margin: 6px 0 0;
  color: #374151;
  font-weight: 800;
}

.site-footer {
  margin-top: 78px;
  border-top: 1px solid rgba(244, 63, 94, 0.14);
  background: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px 0;
}

.footer-grid p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #6b7280;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: #be123c;
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(244, 63, 94, 0.12);
  padding: 18px 0 26px;
  color: #9ca3af;
  font-size: 0.9rem;
}

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

  .mobile-toggle {
    display: inline-flex;
  }

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

  .header-search {
    margin-left: auto;
  }

  .hero-content,
  .detail-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-poster,
  .detail-cover {
    max-width: 320px;
  }

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

  .split-section,
  .intro-panel {
    grid-template-columns: 1fr;
  }

  .spotlight-box {
    position: static;
  }

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

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

  .nav-shell {
    min-height: 64px;
  }

  .brand-text {
    font-size: 1rem;
  }

  .header-search {
    display: none;
  }

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

  .hero-content {
    gap: 28px;
    padding-top: 50px;
  }

  .hero-copy p:not(.hero-title-line) {
    font-size: 1rem;
  }

  .hero-poster {
    display: none;
  }

  .hero-dots {
    margin-top: -60px;
  }

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

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

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

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

  .rank-score {
    display: none;
  }

  .rank-info em {
    display: none;
  }

  .filter-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .detail-hero-grid {
    padding: 38px 0;
  }

  .detail-cover {
    max-width: 230px;
  }

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

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

  .hero-actions,
  .page-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .play-icon {
    width: 68px;
    height: 68px;
    font-size: 1.7rem;
  }
}
