:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-100: #f1f5f9;
  --blue-900: #1e3a8a;
  --blue-700: #1d4ed8;
  --blue-600: #2563eb;
  --blue-500: #3b82f6;
  --cyan-500: #06b6d4;
  --cyan-400: #22d3ee;
  --teal-500: #14b8a6;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.16);
  --shadow-card: 0 12px 30px rgba(15, 23, 42, 0.12);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111827;
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 45%, #ecfeff 100%);
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--slate-900), var(--blue-900), var(--slate-900));
  box-shadow: 0 14px 35px rgba(2, 6, 23, 0.32);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-500), var(--cyan-400));
  box-shadow: 0 12px 25px rgba(34, 211, 238, 0.26);
}

.brand-name {
  font-size: 24px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #dbeafe;
  font-size: 15px;
}

.desktop-nav a,
.nav-dropdown > a {
  position: relative;
  padding: 22px 0;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--white);
}

.desktop-nav a.is-active::after,
.desktop-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan-400);
}

.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: 60px;
  left: -18px;
  width: 176px;
  padding: 8px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-dropdown:hover .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
}

.dropdown-panel a:hover {
  color: var(--blue-700);
  background: #eff6ff;
}

.header-search {
  position: relative;
  width: 270px;
  flex: 0 0 auto;
}

.header-search input,
.mobile-search input,
.filter-bar input {
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.86);
  color: var(--white);
  padding: 11px 46px 11px 18px;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.24);
}

.header-search input::placeholder,
.mobile-search input::placeholder,
.filter-bar input::placeholder {
  color: #94a3b8;
}

.header-search button {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: #dbeafe;
  background: transparent;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}

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

.mobile-panel a {
  color: #e2e8f0;
  padding: 10px 12px;
  border-radius: 12px;
}

.mobile-panel a:hover {
  background: rgba(15, 23, 42, 0.78);
}

.mobile-search {
  display: flex;
  gap: 8px;
}

.mobile-search input {
  border-radius: 14px;
  padding-right: 16px;
}

.mobile-search button {
  border: 0;
  color: var(--white);
  background: var(--blue-600);
  padding: 0 18px;
  border-radius: 14px;
}

.hero {
  position: relative;
  min-height: 620px;
  color: var(--white);
  overflow: hidden;
  background: radial-gradient(circle at 16% 20%, rgba(34, 211, 238, 0.26), transparent 32%), linear-gradient(135deg, var(--slate-900), var(--blue-900), #164e63);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.75s ease;
  background-position: center;
  background-size: cover;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.9), rgba(15, 23, 42, 0.62), rgba(14, 116, 144, 0.42));
}

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

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 48px;
  align-items: center;
  padding: 72px 0;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bae6fd;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(38px, 6vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.hero p {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 26px;
}

.hero-tags,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero-tags span,
.tag-row span {
  padding: 8px 12px;
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.54);
  border: 1px solid rgba(219, 234, 254, 0.22);
  backdrop-filter: blur(10px);
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

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

.primary-btn {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.32);
}

.secondary-btn {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.ghost-btn {
  color: var(--blue-700);
  background: #eff6ff;
}

.primary-btn:hover,
.secondary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.hero-art {
  position: relative;
  min-height: 420px;
}

.hero-card {
  position: absolute;
  inset: 0;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.42);
  backdrop-filter: blur(14px);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-mini-list {
  position: absolute;
  left: -34px;
  right: 34px;
  bottom: -24px;
  display: grid;
  gap: 12px;
}

.hero-mini {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  color: var(--white);
  background: rgba(15, 23, 42, 0.82);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
}

.hero-mini img {
  width: 86px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
}

.hero-mini strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.hero-mini em {
  color: #bfdbfe;
  font-size: 12px;
  font-style: normal;
}

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

.hero-dots button {
  width: 38px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
}

.hero-dots button.is-active {
  background: var(--cyan-400);
}

.page-shell,
.home-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0;
}

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

.section-heading h2,
.page-title h1,
.detail-title h1 {
  margin: 8px 0 0;
  color: #0f172a;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-heading p,
.page-title p {
  margin: 10px 0 0;
  max-width: 680px;
  color: var(--slate-600);
  line-height: 1.75;
}

.section-heading > a {
  color: var(--blue-600);
  font-weight: 800;
  white-space: nowrap;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.2);
}

.card-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #dbeafe, #cffafe);
}

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

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

.play-glow {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 42px;
  background: rgba(2, 6, 23, 0.42);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.movie-card:hover .play-glow {
  opacity: 1;
}

.type-badge,
.rank-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.card-body {
  padding: 18px;
}

.card-body h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.35;
}

.card-body h3 a:hover {
  color: var(--blue-600);
}

.card-meta {
  margin: 0 0 10px;
  color: var(--slate-500);
  font-size: 13px;
}

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

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

.feature-card {
  display: grid;
  grid-template-columns: 45% 55%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.feature-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.feature-copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-copy h3 {
  margin: 12px 0;
  font-size: 24px;
  color: #0f172a;
  line-height: 1.25;
}

.feature-copy p {
  margin: 0 0 18px;
  color: var(--slate-600);
  line-height: 1.75;
}

.meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.meta-pills span {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--blue-700);
  background: #eff6ff;
  font-size: 12px;
  font-weight: 800;
}

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

.category-tile {
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--blue-700), var(--cyan-500));
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
}

.category-tile::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -40px;
  top: -36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.category-tile h3 {
  margin: 0;
  font-size: 24px;
}

.category-tile p {
  margin: 14px 0;
  color: #dbeafe;
  line-height: 1.7;
}

.category-tile span {
  font-weight: 800;
}

.rank-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 54px 150px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.rank-number {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
  font-weight: 900;
}

.rank-cover {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  background: #dbeafe;
}

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

.rank-info h3 {
  margin: 0 0 6px;
  color: #0f172a;
  font-size: 18px;
}

.rank-info p,
.rank-info span {
  display: block;
  margin: 0;
  color: var(--slate-500);
  line-height: 1.55;
  font-size: 14px;
}

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

.compact-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
}

.compact-card img {
  width: 118px;
  height: 74px;
  object-fit: cover;
  border-radius: 14px;
  background: #dbeafe;
}

.compact-card strong {
  display: block;
  color: #0f172a;
  margin-bottom: 4px;
}

.compact-card em {
  color: var(--slate-500);
  font-style: normal;
  font-size: 13px;
}

.page-hero {
  color: var(--white);
  background: radial-gradient(circle at 10% 10%, rgba(34, 211, 238, 0.22), transparent 32%), linear-gradient(135deg, var(--slate-900), var(--blue-900), #155e75);
}

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

.page-title h1,
.page-title p {
  color: var(--white);
}

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

.filter-bar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
  margin-bottom: 28px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.filter-bar input {
  color: #0f172a;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px #e2e8f0;
}

.filter-bar select {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  color: #0f172a;
  background: #f8fafc;
  padding: 0 18px;
  box-shadow: inset 0 0 0 1px #e2e8f0;
}

.empty-state {
  display: none;
  padding: 58px 24px;
  border-radius: var(--radius-xl);
  text-align: center;
  color: var(--slate-600);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

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

.detail-hero {
  position: relative;
  color: var(--white);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(30, 58, 138, 0.72), rgba(8, 145, 178, 0.42));
}

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

.detail-poster {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #bfdbfe;
  font-size: 14px;
  margin-bottom: 18px;
}

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

.detail-title h1 {
  color: var(--white);
  font-size: clamp(34px, 5vw, 58px);
}

.detail-title p {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.8;
  max-width: 780px;
}

.detail-layout {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
}

.content-card,
.side-card,
.player-card {
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.content-card,
.side-card {
  padding: 28px;
}

.content-card h2,
.side-card h2,
.player-card h2 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 24px;
}

.content-card p {
  color: var(--slate-600);
  line-height: 1.9;
  font-size: 16px;
}

.content-card + .content-card,
.player-card + .content-card {
  margin-top: 24px;
}

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

.player-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 22px 24px 0;
}

.player-stage {
  position: relative;
  margin: 20px 24px 24px;
  border-radius: 22px;
  overflow: hidden;
  background: #020617;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.24);
}

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

.player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16), rgba(2, 6, 23, 0.68));
  transition: opacity 0.2s ease;
}

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

.play-button {
  width: 88px;
  height: 88px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-600), var(--cyan-500));
  font-size: 34px;
  cursor: pointer;
  box-shadow: 0 22px 44px rgba(37, 99, 235, 0.36);
  transition: transform 0.2s ease;
}

.play-button:hover {
  transform: scale(1.06);
}

.side-card {
  position: sticky;
  top: 92px;
  align-self: start;
}

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

.related-item {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px;
  border-radius: 16px;
  transition: background 0.2s ease;
}

.related-item:hover {
  background: #f8fafc;
}

.related-item img {
  width: 124px;
  height: 78px;
  object-fit: cover;
  border-radius: 14px;
  background: #dbeafe;
}

.related-item strong {
  display: block;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 4px;
}

.related-item em {
  color: var(--slate-500);
  font-style: normal;
  font-size: 13px;
}

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

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

.footer-inner h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 17px;
}

.footer-inner p,
.footer-inner li {
  color: #94a3b8;
  line-height: 1.75;
  font-size: 14px;
}

.footer-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.footer-inner a:hover {
  color: var(--cyan-400);
}

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0;
  color: #64748b;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  text-align: center;
  font-size: 13px;
}

.spaced-section {
  margin-top: 64px;
}

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

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

  .hero-art {
    min-height: 360px;
  }

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

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

  .side-card {
    position: static;
  }
}

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

  .menu-toggle {
    display: block;
  }

  .brand-name {
    font-size: 20px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 52px 0 82px;
  }

  .hero-art {
    min-height: 260px;
  }

  .hero-mini-list {
    left: 12px;
    right: 12px;
  }

  .movie-grid,
  .movie-grid.three,
  .category-grid,
  .feature-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .rank-item {
    grid-template-columns: 44px 108px 1fr;
    gap: 10px;
  }

  .detail-hero-inner {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }

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

  .detail-layout {
    padding: 28px 0 48px;
  }

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

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .related-item,
  .compact-card {
    grid-template-columns: 104px 1fr;
  }

  .related-item img,
  .compact-card img {
    width: 104px;
    height: 66px;
  }
}
