:root {
  --sky: #0ea5e9;
  --sky-dark: #0369a1;
  --blue: #2563eb;
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --soft-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--slate-900);
  background: linear-gradient(180deg, var(--slate-50), var(--white));
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

main {
  min-height: 64vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: linear-gradient(90deg, var(--sky), var(--blue));
  box-shadow: 0 16px 35px rgba(2, 6, 23, 0.18);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo-text strong {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.logo-text em {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  opacity: 0.82;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  font-size: 15px;
  white-space: nowrap;
}

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

.desktop-nav a:hover,
.desktop-nav a.is-active,
.mobile-panel a:hover,
.mobile-panel a.is-active {
  color: #dff6ff;
  opacity: 1;
}

.nav-search,
.mobile-search {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 220px;
}

.nav-search input,
.mobile-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--white);
  padding: 11px 42px 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
}

.nav-search input::placeholder,
.mobile-search input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.nav-search button,
.mobile-search button {
  position: absolute;
  right: 5px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  color: var(--white);
  border-radius: 12px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.14);
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 16px;
}

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

.mobile-panel nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.mobile-panel nav a {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-shell {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(115deg, #0284c7, #2563eb 54%, #1d4ed8);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(44px);
  pointer-events: none;
}

.hero-glow.one {
  top: 28px;
  left: 8%;
  width: 260px;
  height: 260px;
}

.hero-glow.two {
  right: 8%;
  bottom: 20px;
  width: 390px;
  height: 390px;
}

.hero-carousel {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  align-items: center;
}

.hero-slide {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) 430px;
  gap: 48px;
  align-items: center;
  padding: 84px 0 104px;
}

.hero-slide.is-active {
  display: grid;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.hero-kicker,
.detail-category,
.page-hero p {
  display: inline-flex;
  color: #e0f2fe;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.hero-subtitle {
  margin: 0 0 16px;
  max-width: 700px;
  font-size: clamp(20px, 2.5vw, 28px);
  color: #dbeafe;
}

.hero-summary {
  margin: 0 0 24px;
  max-width: 720px;
  color: #eff6ff;
  font-size: 17px;
  line-height: 1.8;
}

.hero-tags,
.detail-tags,
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags span,
.detail-tags span,
.card-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-tags span {
  padding: 7px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.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: 0 26px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
  color: var(--sky-dark);
  background: var(--white);
  box-shadow: 0 16px 35px rgba(255, 255, 255, 0.18);
}

.primary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px) scale(1.02);
}

.ghost-btn {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.ghost-btn.light {
  color: var(--sky-dark);
  background: rgba(255, 255, 255, 0.86);
}

.hero-poster {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 34px;
  box-shadow: 0 34px 80px rgba(2, 6, 23, 0.35);
  transform: rotate(1deg);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
}

.hero-poster img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.74));
}

.hero-poster span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--sky);
  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.35);
}

.hero-poster:hover img {
  transform: scale(1.06);
}

.hero-control {
  position: absolute;
  left: 0;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-control > button,
.hero-dots button {
  border: 0;
  color: var(--white);
  background: rgba(255, 255, 255, 0.18);
}

.hero-control > button {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  opacity: 0.5;
}

.hero-dots button.is-active {
  width: 30px;
  opacity: 1;
  background: var(--white);
}

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

.content-section.no-padding {
  padding: 72px 0;
}

.soft-section {
  background: linear-gradient(90deg, var(--slate-100), var(--slate-50));
}

.blue-section {
  background: linear-gradient(135deg, #eff6ff, #e0f2fe);
}

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

.section-heading > div {
  min-width: 0;
}

.section-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  color: var(--sky);
  border-radius: 12px;
  background: #e0f2fe;
  font-weight: 900;
}

.section-heading h2 {
  margin: 0;
  color: var(--slate-900);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.03em;
}

.section-heading p {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--slate-500);
  line-height: 1.7;
}

.section-more {
  flex-shrink: 0;
  color: var(--sky-dark);
  font-weight: 800;
}

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

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

.card-grid {
  display: grid;
  gap: 24px;
}

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

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

.movie-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.movie-card figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  margin: 0;
  background: linear-gradient(135deg, #dbeafe, #e0f2fe);
}

.movie-card-large figure {
  aspect-ratio: 16 / 11;
}

.movie-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

.movie-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.68));
  transition: opacity 0.25s ease;
}

.movie-card:hover figure::after {
  opacity: 1;
}

.play-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--sky);
  transform: translate(-50%, -50%) scale(0.82);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .play-dot {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.card-year,
.rank-badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  background: rgba(15, 23, 42, 0.72);
}

.card-year {
  right: 12px;
}

.rank-badge {
  left: 12px;
  background: var(--sky);
}

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

.card-tags {
  margin-bottom: 10px;
}

.card-tags span {
  padding: 5px 9px;
  color: var(--sky-dark);
  background: #e0f2fe;
}

.movie-card h3 {
  margin: 0 0 10px;
  color: var(--slate-900);
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.movie-card p {
  margin: 0;
  color: var(--slate-600);
  line-height: 1.65;
  font-size: 14px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--slate-500);
  font-size: 12px;
}

.category-grid,
.category-panels {
  display: grid;
  gap: 20px;
}

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

.category-tile {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 22px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile:hover,
.category-panel:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.category-tile img {
  position: absolute;
  right: -28px;
  bottom: -24px;
  width: 130px;
  height: 90px;
  object-fit: cover;
  border-radius: 16px;
  opacity: 0.36;
  transform: rotate(-8deg);
}

.category-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--sky), var(--blue));
}

.category-tile h3,
.category-panel h2 {
  margin: 0 0 10px;
  color: var(--slate-900);
}

.category-tile p,
.category-panel p {
  margin: 0;
  color: var(--slate-600);
  line-height: 1.65;
}

.cta-box {
  padding: 58px 32px;
  border-radius: 34px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(110deg, var(--sky), var(--blue));
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.22);
}

.cta-box h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
}

.cta-box p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #dbeafe;
  line-height: 1.8;
  font-size: 18px;
}

.cta-box div {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

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

.rank-aside,
.side-card,
.poster-card,
.detail-content,
.player-card {
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.rank-aside {
  align-self: start;
  padding: 22px;
}

.rank-aside h2,
.side-card h2,
.poster-card h2 {
  margin: 0 0 16px;
}

.small-card {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  transition: background 0.2s ease;
}

.small-card:hover {
  background: var(--slate-50);
}

.small-card img {
  width: 100px;
  height: 68px;
  object-fit: cover;
  border-radius: 12px;
  background: #dbeafe;
}

.small-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
}

.small-card p {
  margin: 0;
  color: var(--slate-500);
  font-size: 12px;
}

.small-rank {
  position: absolute;
  right: 8px;
  top: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--sky);
  font-size: 12px;
  font-weight: 800;
}

.page-hero {
  color: var(--white);
  background: linear-gradient(105deg, var(--sky), var(--blue));
}

.page-hero > div {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.page-hero.compact > div {
  padding: 54px 0;
}

.page-hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-hero span {
  display: block;
  max-width: 760px;
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.75;
}

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

.category-panel {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px;
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.category-thumbs img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  border-radius: 12px;
  background: #dbeafe;
}

.category-panel span {
  display: inline-flex;
  margin-top: 16px;
  color: var(--sky-dark);
  font-weight: 800;
}

.filter-bar {
  position: sticky;
  top: 86px;
  z-index: 10;
  margin-bottom: 28px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(18px);
}

.filter-bar input {
  width: 100%;
  margin-bottom: 14px;
  border: 1px solid var(--slate-200);
  outline: 0;
  padding: 13px 16px;
  border-radius: 14px;
  color: var(--slate-900);
  background: var(--white);
}

.filter-bar input:focus {
  border-color: var(--sky);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pills button {
  border: 0;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--slate-700);
  background: var(--slate-100);
  transition: color 0.2s ease, background 0.2s ease;
}

.filter-pills button:hover,
.filter-pills button.is-active {
  color: var(--white);
  background: var(--sky);
}

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

.rank-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--soft-shadow);
}

.rank-row > strong {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--white);
  background: linear-gradient(135deg, var(--sky), var(--blue));
}

.rank-row .small-card {
  padding: 0;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--slate-500);
  font-size: 14px;
}

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

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.detail-main {
  min-width: 0;
}

.player-card {
  overflow: hidden;
  margin-bottom: 24px;
}

.player-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

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

.player-start {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  font-size: 34px;
  background: var(--sky);
  box-shadow: 0 18px 46px rgba(14, 165, 233, 0.38);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.player-start:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

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

.player-loading,
.player-message {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  display: none;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(15, 23, 42, 0.72);
}

.player-loading.is-visible,
.player-message.is-visible {
  display: inline-flex;
}

.detail-content {
  padding: 28px;
}

.detail-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.detail-title-row h1 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.detail-category {
  color: var(--sky-dark);
}

.watch-chip {
  flex-shrink: 0;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--sky-dark);
  font-weight: 800;
  background: #e0f2fe;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.detail-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--slate-700);
  background: var(--slate-100);
  font-weight: 700;
}

.detail-tags {
  margin-bottom: 28px;
}

.detail-tags span {
  padding: 7px 12px;
  color: var(--sky-dark);
  background: #e0f2fe;
}

.detail-content h2 {
  margin: 24px 0 12px;
  font-size: 24px;
}

.detail-content p {
  margin: 0;
  color: var(--slate-700);
  line-height: 1.9;
  font-size: 16px;
}

.detail-side {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 18px;
}

.poster-card,
.side-card {
  overflow: hidden;
  padding: 18px;
}

.poster-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  background: #dbeafe;
}

.poster-card h2 {
  margin-top: 16px;
}

.poster-card p {
  margin: 0;
  color: var(--slate-600);
  line-height: 1.7;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(180deg, var(--slate-800), var(--slate-950));
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 42px;
  padding: 54px 0 36px;
}

.footer-logo {
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
}

.site-footer p {
  max-width: 420px;
  margin: 18px 0 0;
  color: #cbd5e1;
  line-height: 1.8;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #e0f2fe;
}

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

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

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

.copyright {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  font-size: 14px;
}

.is-filtered-out {
  display: none !important;
}

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

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

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

  .hero-poster {
    min-height: 380px;
  }

  .hero-poster img {
    min-height: 380px;
  }

  .detail-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .logo-text em {
    display: none;
  }

  .hero-carousel {
    min-height: auto;
  }

  .hero-slide {
    padding: 52px 0 96px;
  }

  .hero-control {
    bottom: 28px;
  }

  .feature-grid,
  .feature-side,
  .card-grid.three,
  .card-grid.four,
  .category-panels,
  .rank-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .detail-side {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .detail-title-row {
    display: block;
  }

  .section-more,
  .watch-chip {
    margin-top: 14px;
    display: inline-flex;
  }
}

@media (max-width: 560px) {
  .nav-wrap,
  .mobile-panel,
  .content-section,
  .detail-wrap,
  .page-hero > div,
  .footer-grid,
  .copyright,
  .hero-carousel {
    width: min(100% - 24px, 1180px);
  }

  .logo-mark {
    width: 36px;
    height: 36px;
  }

  .logo-text strong {
    font-size: 17px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-poster,
  .hero-poster img {
    min-height: 300px;
  }

  .content-section,
  .content-section.no-padding {
    padding: 46px 0;
  }

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

  .small-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .small-card img {
    width: 88px;
    height: 62px;
  }

  .player-start {
    width: 66px;
    height: 66px;
    font-size: 26px;
  }
}
