:root {
  --bg: #f6fbff;
  --paper: #ffffff;
  --ink: #162033;
  --muted: #64748b;
  --cyan: #06b6d4;
  --blue: #2563eb;
  --purple: #7c3aed;
  --orange: #f97316;
  --radius: 24px;
  --shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(6, 182, 212, 0.16), transparent 32rem), linear-gradient(135deg, #f8fafc 0%, #eff6ff 52%, #ecfeff 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  color: #ffffff;
  background: linear-gradient(90deg, #06b6d4, #2563eb 54%, #7c3aed);
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.32);
}

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

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

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.brand-text {
  white-space: nowrap;
  font-size: 20px;
}

.site-search {
  position: relative;
  flex: 1;
  max-width: 420px;
}

.site-search input {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 48px 0 18px;
  color: #0f172a;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45), 0 10px 24px rgba(15, 23, 42, 0.12);
}

.site-search input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55), 0 10px 24px rgba(15, 23, 42, 0.16);
}

.site-search button {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.nav-link,
.mobile-link {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  transition: color 180ms ease, transform 180ms ease;
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
  color: #cffafe;
}

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

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #ffffff;
  border-radius: 10px;
}

.mobile-panel {
  display: none;
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(18px);
}

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

.mobile-search {
  max-width: none;
  margin: 0 auto 12px;
}

.mobile-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.mobile-link {
  padding: 9px 0;
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  gap: 52px;
  align-items: center;
  width: 100%;
  padding: 96px max(24px, calc((100vw - 1180px) / 2)) 86px;
  background-image: linear-gradient(90deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.54), rgba(15, 23, 42, 0.86)), var(--hero-image);
  background-size: cover;
  background-position: center;
  transition: opacity 650ms ease;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 18%, rgba(34, 211, 238, 0.35), transparent 28rem), radial-gradient(circle at 84% 72%, rgba(124, 58, 237, 0.32), transparent 26rem);
}

.hero-content,
.hero-poster {
  position: relative;
  z-index: 1;
}

.hero-kicker,
.eyebrow,
.section-heading p,
.page-hero p,
.highlight-copy p {
  margin: 0 0 12px;
  color: #67e8f9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 780px;
  margin: 0 0 24px;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.hero-text {
  max-width: 680px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.8;
}

.hero-tags,
.detail-meta,
.tag-row,
.tag-cloud,
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.detail-meta span,
.tag-row span,
.tag-cloud a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

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

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

.primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.32);
}

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

.primary-btn.small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

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

.hero-poster {
  display: block;
  overflow: hidden;
  border-radius: 34px;
  min-height: 500px;
  box-shadow: 0 35px 95px rgba(2, 6, 23, 0.55);
  transform: rotate(2deg);
}

.hero-poster img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.hero-poster span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  background: rgba(15, 23, 42, 0.68);
  backdrop-filter: blur(14px);
}

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

.hero-dot {
  width: 38px;
  height: 8px;
  border: 0;
  border-radius: 99px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.34);
}

.hero-dot.active {
  background: #67e8f9;
}

.quick-category-strip {
  background: linear-gradient(90deg, #0f172a, #1e3a8a, #0f172a);
}

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

.section-block {
  padding: 76px 0;
}

.category-strip-links {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 18px 0;
  scrollbar-width: none;
}

.category-strip-links a {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: #ffffff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  transition: background 180ms ease, transform 180ms ease;
}

.category-strip-links a:hover {
  background: rgba(103, 232, 249, 0.28);
  transform: translateY(-2px);
}

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

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading h2,
.page-hero h1,
.highlight-copy h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.section-heading a,
.text-link {
  color: var(--blue);
  font-weight: 900;
}

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.movie-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 60px rgba(37, 99, 235, 0.18);
}

.poster-link {
  position: relative;
  display: block;
  height: 248px;
  overflow: hidden;
  background: #0f172a;
}

.movie-card.featured .poster-link {
  height: 285px;
}

.movie-card.related .poster-link {
  height: 220px;
}

.poster-link img,
.category-cover img,
.side-cover img,
.poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.movie-card:hover .poster-link img,
.category-overview-card:hover .category-cover img,
.side-card:hover .side-cover img {
  transform: scale(1.08);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(15, 23, 42, 0.74));
}

.poster-meta,
.rank-badge {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(8px);
}

.poster-meta {
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
}

.rank-badge {
  top: 12px;
  left: 12px;
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

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

.tag-row {
  gap: 6px;
  margin-bottom: 10px;
}

.tag-row span {
  color: #1d4ed8;
  background: #dbeafe;
  padding: 5px 9px;
  font-size: 12px;
}

.movie-card h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.movie-card h2 a:hover {
  color: var(--blue);
}

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

.card-stats {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.split-highlight {
  padding: 76px 0;
  background: radial-gradient(circle at 16% 20%, rgba(244, 114, 182, 0.22), transparent 30rem), linear-gradient(135deg, #fdf2f8, #fff7ed 50%, #ecfeff);
}

.split-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.highlight-copy {
  padding: 48px;
  border-radius: 34px;
  color: #ffffff;
  background: linear-gradient(135deg, #06b6d4, #2563eb 60%, #7c3aed);
  box-shadow: var(--shadow);
}

.highlight-copy h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.highlight-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
}

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

.side-list.tight {
  gap: 10px;
}

.side-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.side-card:hover {
  transform: translateY(-3px);
  background: #ffffff;
}

.side-cover {
  display: block;
  height: 72px;
  overflow: hidden;
  border-radius: 14px;
  background: #0f172a;
}

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

.side-info strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-info small {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  color: #64748b;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-rank {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-bottom: 5px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #fb923c, #ef4444);
  font-size: 12px;
  font-weight: 900;
}

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

.category-tile {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  border-radius: 26px;
  padding: 20px;
  color: #ffffff;
  background-image: linear-gradient(180deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.86)), var(--tile-image);
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
  transition: transform 220ms ease;
}

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

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

.category-tile small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}

.page-hero {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 70px max(24px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  background: radial-gradient(circle at 20% 30%, rgba(103, 232, 249, 0.38), transparent 28rem), linear-gradient(135deg, #0f172a, #1d4ed8 55%, #06b6d4);
}

.page-hero h1 {
  color: #ffffff;
  margin-bottom: 16px;
}

.page-hero span {
  display: block;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  overflow: hidden;
  border-radius: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.category-cover {
  height: 238px;
  overflow: hidden;
  border-radius: 22px;
  background: #0f172a;
}

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

.category-overview-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.8;
}

.mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.filter-panel {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.filter-panel.slim {
  margin-bottom: 18px;
}

.filter-panel label {
  display: grid;
  gap: 8px;
  color: #334155;
  font-weight: 900;
}

.filter-panel input {
  width: 100%;
  height: 50px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 0 16px;
  outline: none;
  color: #0f172a;
  background: #ffffff;
}

.filter-panel input:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.14);
}

.filter-chip {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  color: #1e293b;
  background: #e0f2fe;
  cursor: pointer;
  font-weight: 800;
}

.filter-chip.active,
.filter-chip:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.ranking-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ranking-side,
.aside-card {
  position: sticky;
  top: 92px;
  border-radius: 26px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
}

.ranking-side h2,
.aside-card h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 22px;
}

.detail-wrap {
  padding: 34px 0 76px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #64748b;
  font-weight: 800;
}

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

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

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

.player-card,
.detail-info-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

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

.player-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #020617;
}

.player-cover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #020617;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.player-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.player-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.62));
}

.play-ring {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.15), 0 22px 45px rgba(37, 99, 235, 0.4);
  font-size: 34px;
}

.play-ring span {
  transform: translateX(3px);
}

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

.detail-info-card {
  margin-top: 22px;
  padding: 26px;
}

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

.detail-heading-row h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.16;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.detail-meta {
  margin: 18px 0;
}

.detail-meta span {
  color: #1e40af;
  background: #dbeafe;
}

.lead-text {
  margin: 0 0 18px;
  color: #334155;
  font-size: 18px;
  line-height: 1.85;
}

.tag-cloud {
  margin-bottom: 24px;
}

.tag-cloud a {
  color: #0f766e;
  background: #ccfbf1;
}

.story-block {
  padding-top: 22px;
  border-top: 1px solid #e2e8f0;
}

.story-block + .story-block {
  margin-top: 22px;
}

.story-block h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 24px;
}

.story-block p {
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.95;
}

.review-block {
  padding: 24px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff, #ecfeff);
}

.inner-section {
  width: 100%;
  padding: 40px 0 0;
}

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

.detail-aside {
  display: grid;
  gap: 20px;
}

.aside-card {
  position: static;
}

.poster-card img {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  object-fit: cover;
  background: #0f172a;
}

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

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

.site-footer {
  color: #e2e8f0;
  background: linear-gradient(135deg, #020617, #172554 52%, #0f172a);
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 34px;
  padding: 58px 0 34px;
}

.footer-grid h2 {
  margin: 0 0 14px;
  color: #67e8f9;
  font-size: 18px;
}

.footer-grid p {
  color: #cbd5e1;
  line-height: 1.8;
}

.footer-grid a:not(.footer-brand) {
  display: block;
  margin: 9px 0;
  color: #cbd5e1;
}

.footer-grid a:hover {
  color: #67e8f9;
}

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 30px;
  color: #94a3b8;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

  .menu-toggle {
    display: block;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    min-height: 720px;
  }

  .hero-poster {
    display: none;
  }

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

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

  .ranking-layout,
  .detail-grid,
  .split-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .ranking-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .header-inner {
    height: 66px;
    gap: 12px;
  }

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

  .header-inner > .site-search {
    display: none;
  }

  .hero-slider {
    min-height: 640px;
  }

  .hero-slide {
    min-height: 640px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .hero-text,
  .page-hero span,
  .lead-text {
    font-size: 16px;
  }

  .hero-actions,
  .detail-heading-row,
  .section-heading,
  .page-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .section-block,
  .split-highlight {
    padding: 48px 0;
  }

  .movie-grid,
  .catalog-grid,
  .featured-grid,
  .related-grid,
  .category-tile-grid,
  .mini-list {
    grid-template-columns: 1fr;
  }

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

  .poster-link,
  .movie-card.featured .poster-link,
  .movie-card.related .poster-link {
    height: 260px;
  }

  .highlight-copy,
  .detail-info-card {
    padding: 24px;
  }

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

  .poster-card img {
    height: 320px;
  }
}
