:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-100: #f1f5f9;
  --sky-600: #0284c7;
  --sky-500: #0ea5e9;
  --sky-400: #38bdf8;
  --amber-400: #f59e0b;
  --rose-500: #f43f5e;
  --text: #0f172a;
  --muted: #64748b;
  --card: #ffffff;
  --line: rgba(15, 23, 42, 0.1);
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8fafc 0%, #eef5fb 45%, #ffffff 100%);
}

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

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

button,
input {
  font: inherit;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #ffffff;
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.28);
}

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

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

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: linear-gradient(135deg, var(--sky-500), #6366f1);
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.35);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand-sub {
  margin-top: 5px;
  color: #7dd3fc;
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.mobile-link {
  border-radius: 10px;
  padding: 10px 15px;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.mobile-link:hover,
.nav-link.active,
.mobile-link.active {
  color: #ffffff;
  background: var(--sky-600);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
  border-radius: 999px;
}

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

.hero {
  position: relative;
  height: 650px;
  overflow: hidden;
  background: var(--slate-900);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  transition: opacity 0.75s ease, transform 1.4s ease;
}

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

.hero-bg,
.detail-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 28%, rgba(14, 165, 233, 0.34), transparent 30%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(15, 23, 42, 0.76) 45%, rgba(15, 23, 42, 0.18) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.68), transparent 45%);
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  align-items: center;
  gap: 56px;
  color: #ffffff;
}

.hero-copy {
  max-width: 720px;
  padding-top: 34px;
}

.hero-kicker,
.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(125, 211, 252, 0.35);
  border-radius: 999px;
  padding: 7px 13px;
  color: #bae6fd;
  background: rgba(14, 165, 233, 0.18);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 22px 0 18px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.05em;
  text-shadow: 0 24px 48px rgba(0, 0, 0, 0.36);
}

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

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

.hero-tags {
  margin: 22px 0 0;
}

.hero-tags span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  color: #075985;
  background: #e0f2fe;
  font-size: 12px;
  font-weight: 800;
}

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

.primary-btn,
.ghost-btn,
.section-link,
.side-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 13px 20px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, var(--sky-500), #2563eb);
  box-shadow: 0 18px 34px rgba(14, 165, 233, 0.34);
}

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

.primary-btn:hover,
.ghost-btn:hover,
.section-link:hover,
.side-link:hover {
  transform: translateY(-2px);
}

.hero-poster {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.36);
}

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

.hero-poster span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border-radius: 999px;
  padding: 7px 13px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 900;
}

.hero-bottom {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 10;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr auto;
  gap: 18px;
  align-items: center;
}

.hero-search input,
.page-search input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 18px;
  padding: 15px 18px;
  color: #ffffff;
  outline: none;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(16px);
}

.hero-search input::placeholder,
.page-search input::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.hero-categories {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-categories::-webkit-scrollbar {
  display: none;
}

.hero-categories a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 10px 14px;
  color: #e0f2fe;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
}

.hero-categories a:hover {
  background: rgba(14, 165, 233, 0.5);
}

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

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

.hero-dot.is-active {
  width: 30px;
  background: var(--sky-400);
}

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

.soft-bg {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  padding-right: max(16px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, rgba(224, 242, 254, 0.72), rgba(255, 255, 255, 0.9));
}

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

.section-head h2,
.ranking-head h2,
.page-hero h1,
.detail-copy h1 {
  margin: 12px 0 0;
  color: var(--slate-900);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.section-head p,
.page-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.section-link,
.side-link {
  color: #0369a1;
  background: #e0f2fe;
}

.horizontal-wrap {
  position: relative;
}

.horizontal-grid {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 4px 24px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.horizontal-grid::-webkit-scrollbar {
  display: none;
}

.horizontal-grid .movie-card {
  flex: 0 0 300px;
}

.scroll-btn {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.76);
  box-shadow: var(--shadow);
  font-size: 32px;
  line-height: 1;
}

.scroll-btn.left {
  left: -18px;
}

.scroll-btn.right {
  right: -18px;
}

.movie-grid,
.featured-grid,
.category-grid,
.category-card-grid {
  display: grid;
  gap: 24px;
}

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

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

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

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

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

.featured-grid .movie-card.featured {
  grid-column: span 2;
  grid-row: span 2;
}

.featured-grid .movie-card.featured .poster {
  aspect-ratio: 16 / 9;
}

.movie-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.09);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(14, 165, 233, 0.34);
  box-shadow: var(--shadow);
}

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

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

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

.poster-shade {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.68), transparent);
}

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

.card-body strong {
  min-height: 44px;
  color: var(--slate-900);
  font-size: 16px;
  line-height: 1.35;
}

.meta-line,
.card-summary,
.compact-link em {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  font-style: normal;
}

.card-summary {
  min-height: 42px;
}

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

.heat {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  color: #92400e;
  background: #fef3c7;
  font-size: 12px;
  font-weight: 900;
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  min-width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--amber-400), var(--rose-500));
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(244, 63, 94, 0.28);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

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

.category-tile {
  min-height: 136px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 26px;
  padding: 24px;
  color: #ffffff;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(125, 211, 252, 0.4), transparent 30%),
    linear-gradient(135deg, #0f172a, #0369a1);
  box-shadow: var(--shadow);
}

.category-tile span {
  font-size: 22px;
  font-weight: 950;
}

.category-tile strong {
  margin-top: 10px;
  color: #dbeafe;
  font-size: 13px;
  line-height: 1.7;
}

.ranking-panel {
  position: sticky;
  top: 94px;
  border-radius: 28px;
  padding: 24px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.ranking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.ranking-head span {
  color: var(--rose-500);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.ranking-head h2 {
  margin: 0;
  font-size: 26px;
}

.ranking-head a {
  color: var(--sky-600);
  font-size: 13px;
  font-weight: 900;
}

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

.compact-link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.compact-link img {
  width: 58px;
  height: 78px;
  border-radius: 14px;
  object-fit: cover;
  background: #e2e8f0;
}

.compact-link span {
  min-width: 0;
}

.compact-link strong {
  display: block;
  overflow: hidden;
  color: var(--slate-900);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compact-link em {
  display: block;
  margin-top: 5px;
}

.page-main {
  min-height: 60vh;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px max(16px, calc((100vw - 1180px) / 2)) 70px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 12%, rgba(14, 165, 233, 0.38), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 58%, #075985 100%);
}

.page-hero h1 {
  color: #ffffff;
}

.page-hero p {
  color: #dbeafe;
}

.page-search {
  max-width: 560px;
  margin-top: 26px;
}

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

.category-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.category-cover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: #e2e8f0;
}

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

.category-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px;
}

.category-info strong {
  font-size: 26px;
  font-weight: 950;
}

.category-info em {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.8;
  font-style: normal;
}

.detail-main {
  background: #ffffff;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  color: #ffffff;
  background: var(--slate-900);
}

.detail-mask {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(14, 165, 233, 0.32), transparent 32%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.94) 0%, rgba(15, 23, 42, 0.84) 45%, rgba(15, 23, 42, 0.24) 100%);
}

.detail-inner {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.34);
}

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

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bae6fd;
  font-size: 14px;
  font-weight: 800;
}

.detail-copy h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 70px);
}

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

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

.detail-meta span {
  border-radius: 999px;
  padding: 8px 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
}

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

.player-section {
  width: min(1180px, calc(100% - 32px));
  margin: -88px auto 0;
  position: relative;
  z-index: 3;
}

.player-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #000000;
  box-shadow: 0 32px 80px rgba(2, 6, 23, 0.28);
  aspect-ratio: 16 / 9;
}

.player-box video {
  width: 100%;
  height: 100%;
  background: #000000;
}

.play-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.22);
}

.play-layer span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  padding-left: 6px;
  background: linear-gradient(135deg, var(--sky-500), #2563eb);
  box-shadow: 0 20px 48px rgba(14, 165, 233, 0.42);
  font-size: 38px;
}

.play-layer.is-hidden {
  display: none;
}

.detail-layout {
  width: min(1180px, calc(100% - 32px));
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: start;
}

.detail-article {
  border-radius: 28px;
  padding: 34px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.08);
}

.detail-article h2,
.detail-side h2 {
  margin: 0 0 18px;
  color: var(--slate-900);
  font-size: 26px;
  font-weight: 950;
}

.detail-article h2:not(:first-child) {
  margin-top: 34px;
}

.detail-article p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 16px;
  line-height: 2;
}

.detail-side {
  position: sticky;
  top: 94px;
  border-radius: 28px;
  padding: 26px;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.detail-side dl {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px 14px;
  margin: 0 0 22px;
}

.detail-side dt {
  color: var(--muted);
  font-weight: 800;
}

.detail-side dd {
  margin: 0;
  color: var(--slate-900);
  font-weight: 700;
}

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

.site-footer {
  margin-top: 40px;
  color: #cbd5e1;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

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

.footer-brand {
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
}

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

.site-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 17px;
}

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

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

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 16px;
  color: #94a3b8;
  text-align: center;
  font-size: 13px;
}

[data-card].is-hidden {
  display: none;
}

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

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

  .hero-content,
  .detail-inner,
  .detail-layout,
  .two-column {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    display: none;
  }

  .ranking-panel,
  .detail-side {
    position: static;
  }
}

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

  .nav-toggle {
    display: block;
  }

  .mobile-panel.is-open {
    display: grid;
    gap: 8px;
  }

  .hero {
    height: 720px;
  }

  .hero-content {
    align-items: start;
    padding-top: 76px;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    bottom: 20px;
  }

  .hero-dots {
    justify-content: center;
  }

  .section-head {
    display: block;
  }

  .section-link {
    margin-top: 16px;
  }

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

  .featured-grid .movie-card.featured {
    grid-column: span 2;
    grid-row: span 1;
  }

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

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

  .detail-inner {
    padding: 54px 0 120px;
  }

  .detail-poster {
    max-width: 260px;
  }

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

@media (max-width: 560px) {
  .brand-name {
    font-size: 17px;
  }

  .brand-sub {
    display: none;
  }

  .hero-copy h1,
  .detail-copy h1 {
    font-size: 40px;
  }

  .hero-copy p,
  .detail-one-line {
    font-size: 16px;
  }

  .movie-grid,
  .large-grid,
  .rank-grid,
  .related-grid,
  .featured-grid,
  .category-grid,
  .category-card-grid {
    gap: 16px;
  }

  .card-body {
    padding: 13px;
  }

  .card-body strong {
    font-size: 14px;
  }

  .card-summary {
    display: none;
  }

  .detail-article,
  .detail-side {
    padding: 22px;
  }
}
