:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-100: #f1f5f9;
  --slate-50: #f8fafc;
  --teal: #14b8a6;
  --teal-dark: #0f766e;
  --amber: #f59e0b;
  --orange: #f97316;
  --text: #111827;
  --muted: #64748b;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --soft-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fafc;
  color: var(--text);
  min-height: 100vh;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #0f172a, #1e293b, #0f172a);
  color: #fff;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.28);
}

.nav-shell {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 70px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #14b8a6, #22d3ee);
  color: white;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(20, 184, 166, 0.28);
}

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

.brand-copy strong {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.brand-copy em {
  margin-top: 3px;
  font-style: normal;
  color: #94a3b8;
  font-size: 12px;
}

.brand.compact .brand-mark {
  width: 34px;
  height: 34px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-link {
  color: #e2e8f0;
  transition: color 0.2s ease;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.active {
  color: #5eead4;
}

.top-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 999px;
  overflow: hidden;
  min-width: 300px;
}

.top-search input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 11px 14px 11px 18px;
  outline: 0;
}

.top-search input::placeholder {
  color: #94a3b8;
}

.top-search button {
  border: 0;
  background: var(--teal);
  color: white;
  padding: 11px 18px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.top-search button:hover {
  background: var(--teal-dark);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  padding: 10px;
}

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

.hero {
  position: relative;
  height: 70vh;
  min-height: 520px;
  background: #000;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.52) 44%, rgba(0, 0, 0, 0.12) 100%),
    radial-gradient(circle at 20% 55%, rgba(20, 184, 166, 0.34), transparent 32%);
}

.hero-content {
  position: absolute;
  left: max(24px, calc((100vw - 1280px) / 2 + 24px));
  right: 24px;
  bottom: 82px;
  max-width: 820px;
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.16);
  color: #5eead4;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.eyebrow.dark {
  background: #ccfbf1;
  color: #0f766e;
}

.hero-content h1 {
  margin: 18px 0 14px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.42);
}

.hero-content p {
  margin: 0 0 24px;
  max-width: 680px;
  color: #e2e8f0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

.hero-meta,
.detail-meta,
.card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span,
.detail-meta span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  backdrop-filter: blur(12px);
  font-weight: 700;
  font-size: 14px;
}

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

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

.primary-btn,
.hero-search button {
  background: linear-gradient(135deg, #14b8a6, #0891b2);
  color: #fff;
  box-shadow: 0 16px 30px rgba(20, 184, 166, 0.32);
}

.primary-btn:hover,
.hero-search button:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 20px 36px rgba(20, 184, 166, 0.4);
}

.ghost-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(15, 23, 42, 0.26);
  backdrop-filter: blur(14px);
}

.ghost-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: white;
  font-size: 42px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-control:hover {
  background: rgba(0, 0, 0, 0.72);
  transform: translateY(-2px);
}

.hero-control.prev {
  left: 24px;
}

.hero-control.next {
  right: 24px;
}

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

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.active {
  width: 34px;
  background: var(--teal);
}

.page-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.home-wrap {
  padding-top: 54px;
  padding-bottom: 22px;
}

.quick-search-card {
  margin-bottom: 64px;
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: center;
  gap: 28px;
  background: white;
  border-radius: 28px;
  box-shadow: var(--soft-shadow);
}

.quick-search-card h2,
.section-heading h2,
.page-hero h1,
.detail-intro h1 {
  margin: 10px 0;
  letter-spacing: -0.04em;
}

.quick-search-card h2,
.section-heading h2 {
  font-size: clamp(28px, 3.2vw, 40px);
}

.quick-search-card p,
.page-hero p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.hero-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.hero-search input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.hero-search input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.16);
}

.content-section,
.score-board {
  margin-bottom: 68px;
}

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

.section-heading h2 {
  margin: 0;
}

.section-more {
  color: var(--teal-dark);
  font-weight: 800;
}

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

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

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

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

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

.movie-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.poster-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}

.movie-card.large .poster-wrap {
  aspect-ratio: 16 / 9;
}

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

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

.duration-badge,
.rating-badge,
.rank-num {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 8px;
  border-radius: 9px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.duration-badge {
  top: 10px;
  right: 10px;
  background: rgba(2, 6, 23, 0.72);
}

.rating-badge {
  left: 10px;
  bottom: 10px;
  background: rgba(245, 158, 11, 0.92);
}

.rank-num {
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  min-width: 34px;
  justify-content: center;
}

.poster-mask {
  position: absolute;
  inset: auto 0 0;
  padding: 36px 14px 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent);
  color: #fff;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.movie-card:hover .poster-mask {
  opacity: 1;
  transform: translateY(0);
}

.poster-mask p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

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

.movie-card-body h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 17px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.movie-card:hover h3 {
  color: var(--teal-dark);
}

.card-meta {
  gap: 8px;
  color: #64748b;
  font-size: 13px;
}

.card-meta span {
  padding: 3px 7px;
  border-radius: 7px;
  background: #f1f5f9;
}

.card-genre,
.card-tags {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-tags {
  color: #0f766e;
}

.score-board {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(120deg, #fffbeb, #fff7ed);
}

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

.rank-row {
  display: grid;
  grid-template-columns: 46px 118px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rank-row:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 26px rgba(245, 158, 11, 0.18);
}

.rank-index {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.rank-row img {
  width: 118px;
  height: 72px;
  border-radius: 12px;
  object-fit: cover;
}

.rank-title {
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rank-score {
  color: #b45309;
  font-size: 18px;
  font-weight: 900;
}

.page-hero {
  padding: 76px 0;
  color: white;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.38), transparent 34%),
    linear-gradient(120deg, #0f172a, #164e63);
}

.slim-hero {
  background:
    radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.35), transparent 28%),
    linear-gradient(120deg, #0f172a, #1e293b);
}

.ranking-hero {
  background: linear-gradient(120deg, #f97316, #dc2626);
}

.latest-hero {
  background: linear-gradient(120deg, #0ea5e9, #06b6d4);
}

.page-hero.tone-teal,
.category-tile.tone-teal {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.page-hero.tone-blue,
.category-tile.tone-blue {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.page-hero.tone-orange,
.category-tile.tone-orange {
  background: linear-gradient(135deg, #f97316, #dc2626);
}

.page-hero.tone-amber,
.category-tile.tone-amber {
  background: linear-gradient(135deg, #d97706, #f59e0b);
}

.page-hero.tone-red,
.category-tile.tone-red {
  background: linear-gradient(135deg, #b91c1c, #ef4444);
}

.page-hero.tone-violet,
.category-tile.tone-violet {
  background: linear-gradient(135deg, #6d28d9, #a855f7);
}

.page-hero.tone-pink,
.category-tile.tone-pink {
  background: linear-gradient(135deg, #be185d, #ec4899);
}

.page-hero.tone-cyan,
.category-tile.tone-cyan {
  background: linear-gradient(135deg, #0891b2, #22d3ee);
}

.page-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 62px);
}

.page-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

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

.category-tile {
  min-height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border-radius: 28px;
  overflow: hidden;
  color: white;
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  mix-blend-mode: screen;
  transition: transform 0.4s ease;
}

.category-tile:hover img {
  transform: scale(1.08);
}

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

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

.category-tile p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.filter-panel {
  position: sticky;
  top: 86px;
  z-index: 15;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 170px 170px 170px;
  gap: 14px;
  margin: 34px 0 30px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 213, 225, 0.8);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  padding: 0 14px;
  outline: none;
}

.movie-card.is-hidden {
  display: none;
}

.detail-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: white;
  background: #020617;
}

.detail-bg,
.detail-bg-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-bg {
  object-fit: cover;
  filter: blur(10px) saturate(0.9);
  transform: scale(1.08);
  opacity: 0.48;
}

.detail-bg-mask {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.94), rgba(2, 6, 23, 0.68), rgba(2, 6, 23, 0.86)),
    radial-gradient(circle at 24% 40%, rgba(20, 184, 166, 0.35), transparent 30%);
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 34px;
  padding-bottom: 58px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd5e1;
  font-size: 14px;
  margin-bottom: 34px;
}

.breadcrumb a:hover {
  color: #5eead4;
}

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

.detail-cover {
  width: 300px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.detail-intro h1 {
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.06;
  color: white;
}

.detail-intro p {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.8;
  color: #e2e8f0;
  margin: 0 0 24px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tag-list span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.18);
  color: #99f6e4;
  font-weight: 700;
  font-size: 14px;
}

.detail-page {
  padding-top: 42px;
}

.player-card {
  margin: -96px 0 42px;
  position: relative;
  z-index: 4;
}

.video-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #000;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.34);
}

.video-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.1));
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-start {
  width: 92px;
  height: 92px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
  color: white;
  font-size: 36px;
  display: grid;
  place-items: center;
  padding-left: 6px;
  cursor: pointer;
  box-shadow: 0 20px 48px rgba(20, 184, 166, 0.42);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.player-start:hover {
  transform: scale(1.06);
  box-shadow: 0 26px 58px rgba(20, 184, 166, 0.52);
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 30px;
  margin-bottom: 60px;
}

.detail-article,
.detail-side {
  background: #fff;
  border-radius: 24px;
  box-shadow: var(--soft-shadow);
  padding: 30px;
}

.detail-article h2,
.detail-side h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.detail-article p {
  color: #475569;
  line-height: 1.9;
  margin: 0 0 28px;
}

.detail-side dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.detail-side dt {
  color: #64748b;
  font-size: 13px;
}

.detail-side dd {
  margin: -10px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.6;
}

.detail-side a {
  color: var(--teal-dark);
}

.site-footer {
  margin-top: 70px;
  background: linear-gradient(180deg, #0f172a, #020617);
  color: #cbd5e1;
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) 1fr 1fr;
  gap: 42px;
}

.footer-brand p {
  margin: 18px 0 0;
  color: #94a3b8;
  max-width: 560px;
  line-height: 1.8;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: white;
}

.site-footer a {
  display: block;
  margin: 10px 0;
  color: #cbd5e1;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #5eead4;
}

@media (max-width: 1100px) {
  .feature-grid,
  .compact-grid,
  .archive-grid,
  .ranking-grid,
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .top-search {
    min-width: 240px;
  }

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

@media (max-width: 860px) {
  .nav-shell {
    flex-wrap: wrap;
    gap: 14px;
    padding: 12px 18px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.24);
  }

  .site-header.nav-open .nav-menu {
    display: flex;
  }

  .top-search {
    order: 5;
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  .hero {
    height: 76vh;
    min-height: 560px;
  }

  .hero-content {
    left: 22px;
    bottom: 72px;
  }

  .hero-control {
    display: none;
  }

  .quick-search-card,
  .detail-intro,
  .detail-content-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .detail-cover {
    width: min(280px, 72vw);
  }

  .player-card {
    margin-top: -64px;
  }
}

@media (max-width: 640px) {
  .page-wrap {
    padding: 0 16px;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy em {
    font-size: 11px;
  }

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

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

  .quick-search-card {
    padding: 24px;
    border-radius: 22px;
  }

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

  .feature-grid,
  .compact-grid,
  .archive-grid,
  .editors-grid,
  .ranking-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    position: static;
    grid-template-columns: 1fr;
  }

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

  .rank-row img {
    width: 86px;
    height: 58px;
  }

  .rank-score {
    grid-column: 3;
    justify-self: start;
    font-size: 15px;
  }

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

  .detail-hero-inner {
    padding-bottom: 90px;
  }

  .detail-intro h1 {
    font-size: 36px;
  }

  .detail-intro p {
    font-size: 16px;
  }

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

  .player-start {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }
}
