:root {
  --red: #ef4444;
  --pink: #ec4899;
  --orange: #f97316;
  --purple: #8b5cf6;
  --blue: #3b82f6;
  --cyan: #06b6d4;
  --green: #10b981;
  --yellow: #f59e0b;
  --text: #1f2937;
  --muted: #6b7280;
  --soft: #f8fafc;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #fff7ed 0%, #f8fafc 28%, #fdf2f8 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

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

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

button,
input {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--red), var(--pink), var(--orange));
  color: #fff;
  box-shadow: 0 12px 32px rgba(236, 72, 153, 0.35);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.brand-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
}

.brand-text {
  font-size: 24px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

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

.nav-link {
  font-weight: 700;
  opacity: 0.94;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fef3c7;
  transform: translateY(-1px);
}

.top-search,
.mobile-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-search input,
.mobile-search input,
.large-search input,
.inline-filter input {
  border: 0;
  outline: none;
  color: #111827;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.top-search input {
  width: 210px;
  border-radius: 999px;
  padding: 10px 14px;
}

.top-search button,
.mobile-search button,
.large-search button {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  color: #fff;
  background: rgba(17, 24, 39, 0.2);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.top-search button:hover,
.mobile-search button:hover,
.large-search button:hover {
  background: rgba(17, 24, 39, 0.32);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.mobile-panel {
  display: none;
  background: rgba(255, 255, 255, 0.96);
  color: #374151;
  padding: 14px 16px 18px;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.12);
}

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

.mobile-search {
  margin-bottom: 12px;
}

.mobile-search input {
  width: 100%;
  border-radius: 999px;
  padding: 11px 14px;
  background: #f3f4f6;
}

.mobile-search button {
  color: #fff;
  background: linear-gradient(90deg, var(--red), var(--pink));
}

.mobile-link {
  display: block;
  padding: 10px 4px;
  font-weight: 700;
}

.mobile-link.active,
.mobile-link:hover {
  color: var(--purple);
}

.hero {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #0f172a;
}

.hero-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  visibility: hidden;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 2.4s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-overlay,
.detail-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.86) 0%, rgba(2, 6, 23, 0.52) 48%, rgba(2, 6, 23, 0.22) 100%);
}

.hero-content {
  position: relative;
  height: 100%;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 68px;
}

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

.hero-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #fde68a;
  font-size: 14px;
  font-weight: 800;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(38px, 7vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.hero p {
  margin: 0 0 20px;
  max-width: 680px;
  color: #e5e7eb;
  font-size: 18px;
}

.hero-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 18px;
  color: #fff;
}

.hero-meta span,
.detail-meta span {
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 700;
}

.hero-tags,
.detail-tags,
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags span,
.detail-tags a,
.feature-tags span {
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, var(--pink), var(--purple));
  box-shadow: 0 16px 30px rgba(236, 72, 153, 0.35);
}

.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.btn-primary:hover,
.btn-ghost:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-prev {
  left: 22px;
}

.hero-next {
  right: 22px;
}

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

.hero-dot {
  width: 28px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
  width: 46px;
  background: #fff;
}

.quick-search-panel {
  margin-top: -34px;
  position: relative;
  z-index: 4;
}

.quick-search-panel .container {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.large-search {
  display: flex;
  gap: 12px;
}

.large-search input {
  flex: 1;
  border-radius: 999px;
  padding: 15px 20px;
  background: #f3f4f6;
}

.large-search button {
  padding: 14px 24px;
  background: linear-gradient(90deg, var(--red), var(--pink));
}

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

.quick-links a {
  border-radius: 999px;
  padding: 8px 13px;
  color: #4b5563;
  background: #f9fafb;
  font-weight: 700;
}

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

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

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

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

.tone-red h2 {
  background-image: linear-gradient(90deg, var(--red), var(--yellow), var(--pink));
}

.tone-blue h2 {
  background-image: linear-gradient(90deg, var(--blue), var(--cyan), #14b8a6);
}

.tone-green h2 {
  background-image: linear-gradient(90deg, #22c55e, #10b981, #14b8a6);
}

.tone-purple h2 {
  background-image: linear-gradient(90deg, var(--purple), var(--pink), var(--red));
}

.tone-orange h2 {
  background-image: linear-gradient(90deg, var(--yellow), var(--orange), var(--red));
}

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

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

.six-cols {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.movie-card {
  min-width: 0;
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.09);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.18);
}

.card-link {
  display: block;
  height: 100%;
}

.poster-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #111827, #312e81);
}

.six-cols .poster-wrap,
.related-list .poster-wrap {
  aspect-ratio: 2 / 3;
}

.poster-wrap img,
.feature-card img,
.category-tile img,
.category-card-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.movie-card:hover .poster-wrap img,
.feature-card:hover img,
.category-tile:hover img,
.category-card-large:hover img {
  transform: scale(1.08);
}

.score-badge,
.duration-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  padding: 5px 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.score-badge {
  top: 10px;
  right: 10px;
  color: #fde68a;
}

.duration-badge {
  left: 10px;
  bottom: 10px;
}

.card-body {
  padding: 15px;
}

.card-body h3 {
  min-height: 2.9em;
  margin: 0 0 8px;
  color: #111827;
  font-size: 16px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

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

.card-body p {
  min-height: 3.1em;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: #6b7280;
  font-size: 12px;
}

.card-meta span {
  border-radius: 999px;
  padding: 3px 8px;
  background: #f3f4f6;
}

.h-scroll {
  display: flex;
  gap: 18px;
  margin: 0 -16px;
  padding: 0 16px 16px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.compact-card {
  flex: 0 0 260px;
}

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

.category-tile,
.category-card-large {
  position: relative;
  display: block;
  min-height: 210px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: var(--shadow);
  background: #111827;
}

.category-tile::after,
.category-card-large::after,
.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18));
}

.category-tile span,
.category-tile p,
.category-card-large div {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
}

.category-tile span {
  bottom: 72px;
  font-size: 24px;
  font-weight: 900;
}

.category-tile p {
  bottom: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.8fr);
  gap: 28px;
}

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

.feature-card {
  position: relative;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  background: #111827;
  box-shadow: var(--shadow);
}

.feature-layer {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
}

.feature-card h3 {
  margin: 10px 0 6px;
  font-size: 22px;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.rank-list {
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.rank-row {
  display: grid;
  grid-template-columns: 42px 76px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.2s ease;
}

.rank-row:hover {
  background: linear-gradient(90deg, #faf5ff, #fdf2f8);
}

.rank-row img {
  width: 76px;
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  object-fit: cover;
  background: #111827;
}

.rank-num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-weight: 900;
}

.rank-title {
  min-width: 0;
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rank-title small {
  display: block;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

.rank-info {
  color: #b45309;
  font-weight: 900;
}

.rank-views {
  color: #6b7280;
  font-size: 13px;
}

.page-main {
  padding: 42px 0 70px;
}

.page-hero {
  margin-bottom: 28px;
  border-radius: 26px;
  padding: clamp(28px, 6vw, 56px);
  box-shadow: var(--shadow);
}

.light-hero,
.category-hero {
  background: linear-gradient(135deg, #ffffff, #fff1f2 45%, #eef2ff);
}

.rank-hero {
  color: #fff;
  background: linear-gradient(135deg, #7c2d12, #be123c, #6d28d9);
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1.05;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #4b5563;
}

.rank-hero p {
  color: rgba(255, 255, 255, 0.86);
}

.inline-filter {
  margin-top: 24px;
  max-width: 520px;
}

.wide-filter {
  max-width: 780px;
}

.inline-filter input {
  width: 100%;
  border-radius: 999px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 12px 25px rgba(15, 23, 42, 0.08);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: #6b7280;
  font-size: 14px;
}

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

.breadcrumb.dark {
  color: rgba(255, 255, 255, 0.82);
}

.category-card-large {
  min-height: 260px;
}

.category-card-large div {
  bottom: 22px;
}

.category-card-large h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.category-card-large p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
}

.category-card-large span {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 800;
}

.detail-main {
  background: linear-gradient(180deg, #111827 0%, #f8fafc 420px, #fdf2f8 100%);
}

.detail-hero {
  position: relative;
  min-height: 560px;
  color: #fff;
  background-position: center;
  background-size: cover;
}

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

.detail-summary-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-top: 120px;
}

.detail-summary-card > img {
  width: 240px;
  aspect-ratio: 2 / 3;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
  background: #111827;
}

.detail-summary-card h1 {
  margin: 0 0 16px;
  font-size: clamp(34px, 6vw, 60px);
  line-height: 1.08;
}

.detail-summary-card p {
  max-width: 760px;
  margin: 0 0 20px;
  color: #e5e7eb;
  font-size: 18px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  padding: 42px 0 70px;
}

.player-card,
.article-card,
.related-panel {
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.player-card,
.article-card {
  margin-bottom: 24px;
  padding: 24px;
}

.player-card h2,
.article-card h2,
.related-panel h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 24px;
}

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

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

.play-cover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: radial-gradient(circle at center, rgba(236, 72, 153, 0.18), rgba(0, 0, 0, 0.48));
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.play-cover span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  padding-left: 5px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  font-size: 36px;
}

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

.article-card p {
  margin: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.9;
}

.info-table dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.info-table dl div {
  border-radius: 14px;
  padding: 13px 15px;
  background: #f9fafb;
}

.info-table dt {
  color: #6b7280;
  font-size: 13px;
}

.info-table dd {
  margin: 4px 0 0;
  color: #111827;
  font-weight: 800;
}

.info-table a {
  color: var(--purple);
}

.related-panel {
  align-self: start;
  position: sticky;
  top: 92px;
  padding: 20px;
}

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

.related-list .compact-card {
  width: 100%;
}

.related-list .card-body p,
.related-list .duration-badge {
  display: none;
}

.empty-state {
  display: none;
  margin: 24px auto 0;
  border-radius: 18px;
  padding: 22px;
  color: #6b7280;
  background: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

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

.site-footer {
  margin-top: 70px;
  color: #fff;
  background: linear-gradient(90deg, #581c87, #1e3a8a, #312e81);
}

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

.footer-grid h2,
.footer-grid h3 {
  margin: 0 0 14px;
  color: #fde68a;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid li {
  margin: 8px 0;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 18px 16px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

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

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

  .top-search {
    display: none;
  }

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

  .related-panel {
    position: static;
  }
}

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

  .menu-toggle {
    display: block;
  }

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

  .hero {
    height: 560px;
  }

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

  .hero-arrow {
    display: none;
  }

  .large-search {
    display: grid;
  }

  .four-cols,
  .six-cols,
  .category-grid,
  .category-overview,
  .feature-grid,
  .footer-grid,
  .info-table dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rank-row img {
    width: 64px;
  }

  .rank-views {
    display: none;
  }

  .detail-summary-card {
    grid-template-columns: 150px minmax(0, 1fr);
    margin-top: 62px;
  }

  .detail-summary-card > img {
    width: 150px;
  }
}

@media (max-width: 620px) {
  .nav-wrap {
    height: 62px;
  }

  .hero {
    height: 540px;
  }

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

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn-primary,
  .btn-ghost {
    width: 100%;
  }

  .quick-search-panel {
    margin-top: 0;
  }

  .section-block {
    padding-top: 42px;
  }

  .four-cols,
  .six-cols,
  .category-grid,
  .category-overview,
  .feature-grid,
  .footer-grid,
  .info-table dl {
    grid-template-columns: 1fr;
  }

  .movie-grid {
    gap: 16px;
  }

  .poster-wrap,
  .six-cols .poster-wrap {
    aspect-ratio: 16 / 10;
  }

  .category-tile,
  .category-card-large {
    min-height: 220px;
  }

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

  .detail-summary-card {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .detail-summary-card > img {
    width: 180px;
  }

  .detail-layout {
    padding-top: 24px;
  }

  .player-card,
  .article-card,
  .related-panel {
    padding: 18px;
  }

  .play-cover span {
    width: 68px;
    height: 68px;
    font-size: 28px;
  }
}
