:root {
  --bg: #f8fafc;
  --panel: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --soft: #e2e8f0;
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --deep: #020617;
  --night: #0f172a;
  --cyan: #38bdf8;
  --radius: 22px;
  --shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

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;
  color: #ffffff;
  background: linear-gradient(90deg, #020617, #172554 48%, #0f172a);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.35);
}

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

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

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #60a5fa, #2563eb);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.35);
}

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

.main-nav a,
.mobile-panel nav a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.mobile-panel nav a:hover,
.mobile-panel nav a.is-active {
  color: #bfdbfe;
}

.header-search {
  width: 310px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.header-search input,
.mobile-panel input,
.hero-search-card input,
.filter-panel input {
  min-width: 0;
  border: 0;
  outline: 0;
}

.header-search input {
  width: 100%;
  padding: 11px 16px;
  color: #ffffff;
  background: transparent;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.header-search button,
.hero-search-card button,
.mobile-panel button {
  border: 0;
  color: #ffffff;
  background: var(--brand);
  cursor: pointer;
}

.header-search button {
  padding: 0 18px;
}

.menu-button {
  display: none;
  border: 0;
  color: #ffffff;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

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

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

.mobile-panel form {
  display: flex;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}

.mobile-panel input {
  width: 100%;
  padding: 12px 14px;
}

.mobile-panel button {
  padding: 0 18px;
}

.mobile-panel nav,
.mobile-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mobile-cats {
  margin-top: 12px;
}

.mobile-cats a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.1);
}

.hero-carousel {
  position: relative;
  min-height: 720px;
  color: #ffffff;
  background: var(--deep);
  overflow: hidden;
}

.hero-stage {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

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

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(56, 189, 248, 0.28), transparent 34%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.78) 46%, rgba(15, 23, 42, 0.24)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.88), transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 150px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #60a5fa;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(42px, 8vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-line {
  max-width: 720px;
  margin: 26px 0 14px;
  color: #dbeafe;
  font-size: clamp(18px, 2vw, 24px);
}

.hero-meta {
  color: #bfdbfe;
}

.hero-actions,
.detail-main .primary-button {
  margin-top: 28px;
}

.primary-button,
.ghost-button,
.section-link,
.category-enter,
.rank-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.primary-button {
  min-height: 48px;
  padding: 0 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.35);
}

.ghost-button {
  min-height: 48px;
  padding: 0 24px;
  margin-left: 12px;
  color: #dbeafe;
  border: 1px solid rgba(219, 234, 254, 0.34);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.primary-button:hover,
.ghost-button:hover,
.section-link:hover,
.category-enter:hover,
.rank-action:hover {
  transform: translateY(-2px);
}

.hero-tabs {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 140px;
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  transform: translateX(-50%);
}

.hero-tab {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(219, 234, 254, 0.18);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.74);
  text-align: left;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.hero-tab.is-active {
  color: #ffffff;
  border-color: rgba(96, 165, 250, 0.72);
  background: rgba(37, 99, 235, 0.32);
}

.hero-tab span {
  display: block;
  color: #60a5fa;
  font-weight: 900;
}

.hero-tab strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hero-search-card {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 28px;
  width: min(1180px, calc(100% - 32px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.hero-search-card p {
  margin: 0 0 12px;
  color: #dbeafe;
  font-weight: 800;
}

.hero-search-card form {
  display: flex;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}

.hero-search-card input {
  flex: 1;
  padding: 16px 18px;
}

.hero-search-card button {
  padding: 0 26px;
}

.quick-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.quick-cats a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(255, 255, 255, 0.1);
}

.content-section,
.rank-list-section,
.category-grid-section,
.detail-content-grid,
.watch-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

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

.top-feature {
  margin-top: 16px;
}

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

.section-heading h2,
.rank-strip h2,
.page-hero h1,
.watch-copy h2,
.detail-article h2,
.related-panel h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.section-heading h2,
.rank-strip h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.section-heading p:not(.eyebrow),
.rank-strip p,
.page-hero p,
.category-card p,
.watch-copy p,
.detail-article p {
  color: var(--muted);
}

.section-link,
.category-enter,
.rank-action {
  min-height: 42px;
  padding: 0 18px;
  color: var(--brand);
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: #eff6ff;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.movie-cover {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #1d4ed8);
}

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

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

.movie-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.78), transparent 58%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

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

.movie-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(37, 99, 235, 0.9);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.36);
  transform: scale(0.86);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.movie-card:hover .movie-play {
  opacity: 1;
  transform: scale(1);
}

.movie-body {
  padding: 18px;
}

.movie-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.movie-meta span,
.detail-meta li,
.movie-tags span {
  border-radius: 999px;
  background: #f1f5f9;
}

.movie-meta span {
  padding: 4px 9px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.movie-body h3 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.35;
}

.movie-body h3 a:hover,
.rank-info h2 a:hover,
.detail-article a:hover {
  color: var(--brand);
}

.movie-body p {
  min-height: 52px;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.movie-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.movie-tags span {
  padding: 5px 9px;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  background: #dbeafe;
}

.rank-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 78px auto 10px;
  padding: 34px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 10%, rgba(96, 165, 250, 0.38), transparent 32%),
    linear-gradient(135deg, #020617, #172554 58%, #1e3a8a);
  box-shadow: var(--shadow);
}

.rank-strip h2,
.rank-strip p {
  color: #ffffff;
}

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

.compact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  transition: background 0.2s ease, transform 0.2s ease;
}

.compact-card:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(4px);
}

.compact-card img {
  width: 92px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
  background: #0f172a;
}

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

.compact-card strong,
.compact-card em {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compact-card strong {
  color: #ffffff;
}

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

.page-hero,
.detail-hero {
  position: relative;
  color: #ffffff;
  background: linear-gradient(135deg, #020617, #172554 56%, #1e3a8a);
  overflow: hidden;
}

.page-hero {
  min-height: 330px;
  display: flex;
  align-items: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: 7%;
  top: -120px;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.38);
  filter: blur(22px);
}

.page-hero > div {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.page-hero h1 {
  color: #ffffff;
  font-size: clamp(36px, 6vw, 64px);
}

.page-hero p:not(.eyebrow) {
  max-width: 740px;
  color: #dbeafe;
  font-size: 18px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 14px;
}

.breadcrumbs.light {
  color: #bfdbfe;
}

.breadcrumbs a:hover {
  color: #ffffff;
}

.category-grid-section {
  padding: 72px 0;
}

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

.category-card {
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.category-card h2 {
  margin: 0;
  font-size: 28px;
}

.category-card p {
  margin: 10px 0 18px;
}

.category-card .compact-card {
  background: #f8fafc;
}

.category-card .compact-card strong {
  color: var(--ink);
}

.category-card .compact-card em {
  color: var(--muted);
}

.tight {
  margin: 18px 0;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: 18px;
  align-items: end;
  margin-bottom: 28px;
  padding: 20px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}

.filter-panel label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.filter-panel input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--soft);
  border-radius: 16px;
  background: #f8fafc;
}

.year-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.year-filters button {
  padding: 10px 13px;
  border: 0;
  border-radius: 999px;
  color: #475569;
  background: #f1f5f9;
  cursor: pointer;
}

.year-filters button.is-active {
  color: #ffffff;
  background: var(--brand);
}

.compact-filter,
.search-panel {
  grid-template-columns: 1fr;
}

.rank-list-section {
  padding: 52px 0 80px;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 118px 56px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.rank-cover img {
  width: 118px;
  height: 76px;
  object-fit: cover;
  border-radius: 16px;
  background: #0f172a;
}

.rank-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 950;
  background: linear-gradient(135deg, #60a5fa, #2563eb);
}

.rank-info h2 {
  margin: 0 0 4px;
  font-size: 20px;
}

.rank-info p {
  margin: 0 0 8px;
  color: var(--muted);
}

.detail-hero {
  min-height: 650px;
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: blur(2px);
  transform: scale(1.04);
}

.detail-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.34), transparent 32%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.98), rgba(15, 23, 42, 0.82) 58%, rgba(15, 23, 42, 0.34));
}

.detail-wrap {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

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

.detail-poster {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

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

.detail-main h1 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.detail-line {
  max-width: 820px;
  color: #dbeafe;
  font-size: 20px;
}

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

.detail-meta li {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.detail-meta span,
.detail-meta strong {
  display: block;
}

.detail-meta span {
  color: #bfdbfe;
  font-size: 12px;
}

.detail-meta strong {
  color: #ffffff;
}

.detail-tags span {
  color: #dbeafe;
  background: rgba(37, 99, 235, 0.38);
}

.watch-section {
  padding: 72px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 0.65fr;
  gap: 28px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #020617;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

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

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.88), rgba(15, 23, 42, 0.28));
  cursor: pointer;
}

.player-cover.is-hidden {
  display: none;
}

.player-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 20px 36px rgba(37, 99, 235, 0.4);
}

.player-cover strong {
  max-width: 80%;
  font-size: 24px;
}

.player-cover em {
  color: #bfdbfe;
  font-style: normal;
}

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

.watch-copy h2 {
  font-size: 24px;
}

.detail-content-grid {
  padding: 52px 0 90px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

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

.detail-article h2,
.related-panel h2 {
  margin-bottom: 14px;
  font-size: 26px;
}

.related-panel .compact-card {
  background: #f8fafc;
}

.related-panel .compact-card strong {
  color: var(--ink);
}

.related-panel .compact-card em {
  color: var(--muted);
}

.site-footer {
  color: #cbd5e1;
  background: #020617;
}

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

.footer-brand {
  color: #ffffff;
}

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

.site-footer p {
  max-width: 430px;
}

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

.footer-links a:hover {
  color: #60a5fa;
}

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

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

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

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

  .hero-tabs {
    grid-template-columns: repeat(3, 1fr);
    bottom: 160px;
  }

  .rank-strip,
  .watch-section,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }
}

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

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .hero-carousel {
    min-height: 760px;
  }

  .hero-content {
    padding-bottom: 250px;
  }

  .hero-tabs {
    grid-template-columns: repeat(2, 1fr);
    bottom: 178px;
  }

  .movie-grid,
  .small-grid,
  .category-overview-grid,
  .footer-grid,
  .detail-layout,
  .filter-panel {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 96px 44px minmax(0, 1fr);
  }

  .rank-action {
    grid-column: 3;
    width: max-content;
  }

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

@media (max-width: 560px) {
  .header-inner {
    height: 64px;
  }

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

  .hero-carousel {
    min-height: 820px;
  }

  .hero-tabs {
    display: none;
  }

  .hero-content {
    padding-bottom: 220px;
  }

  .hero-search-card form {
    display: grid;
  }

  .hero-search-card button {
    min-height: 48px;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
  }

  .ghost-button {
    margin-left: 0;
  }

  .section-heading {
    display: block;
  }

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

  .rank-strip,
  .category-card,
  .watch-copy,
  .detail-article,
  .related-panel {
    padding: 22px;
    border-radius: 22px;
  }

  .rank-row {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .rank-number {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
  }

  .rank-cover {
    grid-row: 2;
    grid-column: 1;
  }

  .rank-info {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .rank-action {
    grid-column: 2;
  }
}
