:root {
  color-scheme: light;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --pink-600: #db2777;
  --orange-50: #fff7ed;
  --text: #111827;
  --muted: #6b7280;
  --line: rgba(225, 29, 72, 0.12);
  --card: rgba(255, 255, 255, 0.92);
  --shadow: 0 20px 55px rgba(190, 18, 60, 0.13);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, var(--rose-50) 100%);
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose-600), var(--pink-600));
  box-shadow: 0 12px 24px rgba(225, 29, 72, 0.28);
}

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

.desktop-nav,
.mobile-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link {
  padding: 10px 15px;
  border-radius: 999px;
  color: #4b5563;
  font-weight: 700;
  transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--rose-600);
  background: var(--rose-50);
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--rose-50);
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--rose-600);
  border-radius: 99px;
}

.mobile-nav {
  display: none;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  flex-wrap: wrap;
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff1f2 0%, #fdf2f8 48%, #fff7ed 100%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image: radial-gradient(circle at 20% 20%, rgba(225, 29, 72, 0.18), transparent 28%), radial-gradient(circle at 80% 10%, rgba(219, 39, 119, 0.16), transparent 26%), radial-gradient(circle at 50% 90%, rgba(251, 146, 60, 0.16), transparent 32%);
}

.hero-inner {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 46px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--rose-600);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(190, 18, 60, 0.1);
  font-size: 14px;
  font-weight: 800;
}

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

.hero-copy p,
.page-hero p,
.section-heading p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

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

.center-actions {
  justify-content: center;
}

.primary-btn,
.ghost-btn,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: 0.25s ease;
}

.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--rose-600), var(--pink-600));
  box-shadow: 0 18px 32px rgba(225, 29, 72, 0.28);
}

.ghost-btn {
  color: var(--rose-600);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(225, 29, 72, 0.16);
}

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

.hero-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-quick-links a {
  padding: 8px 14px;
  border-radius: 999px;
  color: #9f1239;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(225, 29, 72, 0.12);
}

.hero-showcase {
  position: relative;
  min-height: 580px;
}

.hero-slides {
  position: relative;
  height: 540px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #111827;
}

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

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

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

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 5%, rgba(17, 24, 39, 0.35) 42%, rgba(17, 24, 39, 0.92) 100%);
}

.hero-slide-content {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
}

.hero-slide-content span,
.poster-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(225, 29, 72, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.hero-slide-content h2 {
  margin: 14px 0 8px;
  font-size: 34px;
}

.hero-slide-content p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.hero-slide-content a {
  display: inline-flex;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  color: var(--rose-600);
  background: #fff;
  font-weight: 900;
}

.hero-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.hero-controls button {
  border: 0;
  cursor: pointer;
}

.hero-controls > button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--rose-600);
  background: #fff;
  box-shadow: 0 10px 22px rgba(190, 18, 60, 0.12);
  font-size: 24px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 99px;
  background: rgba(225, 29, 72, 0.22);
  transition: 0.25s ease;
}

.hero-dot.active {
  width: 26px;
  background: var(--rose-600);
}

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

.content-section.tinted {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - 1240px) / 2));
  padding-right: max(16px, calc((100% - 1240px) / 2));
  background: linear-gradient(180deg, rgba(255, 241, 242, 0.75), rgba(255, 255, 255, 0.82));
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.section-heading.align-left {
  text-align: left;
  margin-left: 0;
}

.section-heading span {
  color: var(--rose-600);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  font-size: 13px;
}

.section-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.04em;
}

.movie-grid {
  display: grid;
  gap: 22px;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--card);
  border: 1px solid rgba(225, 29, 72, 0.1);
  box-shadow: 0 14px 32px rgba(190, 18, 60, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.poster-frame {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe4e6, #fff7ed);
}

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

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

.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(17, 24, 39, 0.45);
  transition: opacity 0.25s ease;
}

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

.poster-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.poster-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--rose-600);
  background: #fff;
  opacity: 0;
  transition: 0.25s ease;
}

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

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

.movie-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
  transition: color 0.25s ease;
}

.movie-title:hover {
  color: var(--rose-600);
}

.movie-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
  color: #6b7280;
  font-size: 13px;
}

.movie-meta span:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  color: #d1d5db;
}

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

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.tag-row span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #9f1239;
  background: var(--rose-50);
  font-size: 12px;
  font-weight: 800;
}

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

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border-radius: var(--radius-md);
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}

.category-card:hover {
  transform: translateY(-6px);
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.12), rgba(136, 19, 55, 0.92));
}

.category-card span,
.category-card p {
  position: relative;
  z-index: 2;
}

.category-card span {
  font-size: 24px;
  font-weight: 900;
}

.category-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.split-section {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
  align-items: start;
}

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

.ranking-item {
  display: grid;
  grid-template-columns: 54px 58px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(225, 29, 72, 0.1);
  box-shadow: 0 12px 26px rgba(190, 18, 60, 0.06);
  transition: 0.25s ease;
}

.ranking-item:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow);
}

.ranking-number {
  font-size: 24px;
  font-weight: 900;
  color: var(--rose-600);
}

.ranking-item img {
  width: 58px;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--rose-100);
}

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

.ranking-info strong {
  font-size: 16px;
  margin-bottom: 4px;
}

.ranking-info em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.ranking-views {
  color: #9f1239;
  font-weight: 900;
}

.filter-panel {
  margin-bottom: 28px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(190, 18, 60, 0.08);
  border: 1px solid rgba(225, 29, 72, 0.1);
}

.search-wrap {
  display: grid;
  gap: 8px;
}

.search-wrap label {
  color: #9f1239;
  font-weight: 900;
}

.search-wrap input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(225, 29, 72, 0.18);
  border-radius: 999px;
  padding: 0 18px;
  outline: none;
  background: #fff;
}

.search-wrap input:focus {
  border-color: var(--rose-600);
  box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.1);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.filter-chip {
  border: 0;
  cursor: pointer;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--rose-50);
  color: #7f1d1d;
  font-weight: 800;
  transition: 0.25s ease;
}

.filter-chip:hover,
.filter-chip.active {
  color: #fff;
  background: linear-gradient(135deg, var(--rose-600), var(--pink-600));
}

.empty-state {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.page-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 78px 16px;
  background: linear-gradient(135deg, var(--rose-600), var(--pink-600));
  color: #fff;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(circle at 20% 20%, #fff 0, transparent 25%), radial-gradient(circle at 80% 30%, #fff 0, transparent 22%);
}

.page-hero > * {
  position: relative;
}

.page-hero .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.page-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(225, 29, 72, 0.1);
  box-shadow: 0 12px 30px rgba(190, 18, 60, 0.08);
}

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

.category-collage img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  background: var(--rose-100);
}

.category-overview-body span {
  color: var(--rose-600);
  font-weight: 900;
}

.category-overview-body h2 {
  margin: 8px 0;
}

.category-overview-body p {
  color: var(--muted);
  line-height: 1.7;
}

.category-overview-body div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.category-overview-body div a {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--rose-50);
  color: #9f1239;
  font-size: 12px;
  font-weight: 800;
}

.text-link {
  color: var(--rose-600);
  background: transparent;
  padding-left: 0;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.detail-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.detail-inner {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 64px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
}

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

.detail-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
}

.detail-poster {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(17, 24, 39, 0.35);
  background: var(--rose-100);
}

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

.detail-copy .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.detail-copy h1 {
  margin: 18px 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.detail-copy p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

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

.detail-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 800;
}

.large-tags span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.player-shell {
  position: sticky;
  top: 94px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  background: #050505;
  box-shadow: 0 28px 60px rgba(17, 24, 39, 0.24);
  cursor: pointer;
}

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

.player-cover {
  position: absolute;
  inset: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(17, 24, 39, 0.72));
  display: grid;
  place-items: center;
  gap: 8px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-cover span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--rose-600);
  background: #fff;
  font-size: 30px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.player-cover strong {
  font-size: 18px;
}

.player-shell.is-playing .player-cover {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.story-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(225, 29, 72, 0.1);
  box-shadow: 0 16px 36px rgba(190, 18, 60, 0.08);
}

.story-card h2 {
  margin: 0 0 12px;
  font-size: 24px;
}

.story-card h2:not(:first-child) {
  margin-top: 28px;
}

.story-card p {
  color: #4b5563;
  line-height: 1.85;
}

.info-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
}

.info-list div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(225, 29, 72, 0.08);
}

.info-list dt {
  color: #9f1239;
  font-weight: 900;
}

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

.site-footer {
  padding: 42px 0;
  background: #111827;
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 34px;
}

.footer-brand {
  color: #fff;
}

.footer-inner p {
  color: rgba(255, 255, 255, 0.6);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-links a {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-links a:hover {
  background: rgba(255, 255, 255, 0.14);
}

[hidden],
.movie-card.hidden {
  display: none !important;
}

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

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

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

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

  .mobile-toggle {
    display: block;
  }

  .mobile-nav.open {
    display: flex;
  }

  .hero-inner,
  .split-section,
  .detail-content,
  .footer-inner,
  .detail-layout,
  .category-overview-card {
    grid-template-columns: 1fr;
  }

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

  .hero-slides {
    height: 480px;
  }

  .detail-poster {
    width: min(270px, 70vw);
  }

  .player-shell {
    position: relative;
    top: auto;
  }

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

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

@media (max-width: 740px) {
  .content-section,
  .content-section.tinted {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-inner {
    padding: 54px 0 58px;
  }

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

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

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

  .movie-title {
    font-size: 15px;
  }

  .movie-card-body p {
    font-size: 13px;
  }

  .ranking-item {
    grid-template-columns: 42px 50px 1fr;
  }

  .ranking-views {
    display: none;
  }

  .hero-slide-content h2 {
    font-size: 26px;
  }

  .hero-slides {
    height: 430px;
  }

  .story-card {
    padding: 22px;
  }
}

@media (max-width: 480px) {
  .header-inner,
  .content-section,
  .detail-inner,
  .footer-inner {
    width: min(100% - 24px, 1240px);
  }

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

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

  .hero-actions,
  .center-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slides {
    height: 390px;
  }
}
