:root {
  --pink: #ec4899;
  --rose: #f43f5e;
  --purple: #8b5cf6;
  --amber: #f59e0b;
  --dark: #111827;
  --muted: #6b7280;
  --light: #fdf2f8;
  --line: #e5e7eb;
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  --soft-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: #1f2937;
  background: linear-gradient(180deg, #fdf2f8 0%, #ffffff 38%, #faf5ff 100%);
  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: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
  backdrop-filter: blur(18px);
}

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

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  box-shadow: 0 12px 28px rgba(236, 72, 153, 0.28);
}

.brand-text strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  background: linear-gradient(90deg, var(--pink), var(--rose));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link,
.mobile-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: #4b5563;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  color: var(--pink);
  background: #fdf2f8;
}

.header-search {
  display: flex;
  align-items: center;
  margin-left: auto;
  border: 1px solid #f9a8d4;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 25px rgba(236, 72, 153, 0.08);
}

.header-search input {
  width: 230px;
  border: 0;
  outline: 0;
  padding: 10px 14px;
  color: #374151;
}

.header-search button,
.primary-button {
  border: 0;
  color: #fff;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--rose));
  box-shadow: 0 12px 28px rgba(236, 72, 153, 0.28);
  cursor: pointer;
}

.secondary-button {
  color: #fff;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.mobile-menu-button {
  display: none;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  padding: 10px;
}

.mobile-menu-button span {
  width: 24px;
  height: 2px;
  background: #374151;
  border-radius: 999px;
}

.mobile-nav {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  gap: 8px;
  flex-wrap: wrap;
}

.mobile-nav.is-open {
  display: flex;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #111827;
}

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

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

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

.hero-backdrop img,
.detail-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.92), rgba(136, 19, 55, 0.68), rgba(17, 24, 39, 0.45));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  height: 100%;
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  align-items: center;
  gap: 56px;
  color: #fff;
}

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

.eyebrow,
.section-heading span,
.page-hero span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fbcfe8;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero p {
  max-width: 680px;
  margin: 0 0 22px;
  color: #fce7f3;
  font-size: clamp(17px, 2.4vw, 24px);
}

.hero-tags,
.card-tags,
.pill-list,
.hero-category-links,
.detail-meta-row,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.hero-category-links a,
.card-tags span,
.pill-list span,
.detail-meta-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.hero-category-links a:hover {
  background: rgba(255, 255, 255, 0.28);
}

.hero-poster {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  transform: perspective(900px) rotateY(-8deg);
  transition: transform 0.35s ease;
}

.hero-poster:hover {
  transform: perspective(900px) rotateY(0deg) translateY(-6px);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.hero-poster span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--pink), var(--rose));
  font-weight: 800;
}

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

.hero-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

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

.section {
  padding: 72px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 0 34px;
}

.section-heading h2,
.page-hero h1 {
  margin: 10px 0 12px;
  color: #111827;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.section-heading p,
.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.light-heading h2,
.light-heading p,
.light-heading span {
  color: #fff;
}

.horizontal-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.text-link {
  color: var(--pink);
  font-weight: 800;
}

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

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

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

.movie-card {
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.82);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.card-poster {
  position: relative;
  margin: 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #fce7f3, #ede9fe);
}

.featured-grid .card-poster {
  aspect-ratio: 16 / 9;
}

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

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

.card-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 54%);
}

.card-badge,
.play-badge {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.card-badge {
  top: 12px;
  right: 12px;
  padding: 6px 10px;
  background: linear-gradient(90deg, var(--pink), var(--rose));
}

.play-badge {
  left: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.card-body {
  padding: 18px;
}

.card-body h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

.card-meta,
.card-desc {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.card-desc {
  min-height: 42px;
  margin: 10px 0 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-tags span,
.pill-list span {
  color: var(--pink);
  background: #fdf2f8;
}

.movie-card-compact .card-body {
  padding: 14px;
}

.movie-card-compact .card-desc {
  display: none;
}

.category-section {
  background: linear-gradient(135deg, #ec4899, #f43f5e 48%, #8b5cf6);
}

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

.category-card,
.category-overview-card,
.top-rank-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 26px;
  padding: 18px;
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover,
.category-overview-card:hover,
.top-rank-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.category-thumbs,
.category-cover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 16px;
}

.category-thumbs img,
.category-cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
}

.category-card strong,
.category-overview-card h2,
.top-rank-card strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.category-card span,
.category-overview-card p,
.top-rank-card em {
  color: var(--muted);
  font-size: 14px;
}

.ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ranking-item a {
  display: grid;
  grid-template-columns: auto 72px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.rank-number {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  font-weight: 900;
}

.ranking-item img {
  width: 72px;
  height: 54px;
  border-radius: 12px;
  object-fit: cover;
}

.ranking-info strong,
.ranking-info em {
  display: block;
}

.ranking-info strong {
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ranking-info em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.latest-section {
  background: linear-gradient(180deg, #fff7ed, #fff1f2);
}

.filter-panel {
  margin-bottom: 26px;
  padding: 18px;
  border: 1px solid #fbcfe8;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--soft-shadow);
}

.search-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #111827;
  font-weight: 900;
}

.search-field input {
  width: 100%;
  border: 1px solid #f9a8d4;
  border-radius: 16px;
  outline: 0;
  padding: 13px 15px;
  background: #fff;
}

.filter-row button {
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  color: #4b5563;
  background: #f9fafb;
  font-weight: 800;
  cursor: pointer;
}

.filter-row button:hover,
.filter-row button.is-active {
  color: #fff;
  background: linear-gradient(90deg, var(--pink), var(--rose));
}

.no-results {
  color: var(--muted);
  font-weight: 800;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: #fff;
  background: linear-gradient(135deg, #ec4899, #f43f5e 48%, #8b5cf6);
}

.page-hero h1,
.page-hero p,
.page-hero span {
  color: #fff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.breadcrumb a:hover {
  color: #fff;
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
}

.category-cover {
  margin: 0;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.inline-links a {
  color: var(--pink);
  background: #fdf2f8;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 800;
}

.top-rank-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 34px;
}

.top-rank-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 22px;
}

.top-rank-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.top-rank-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 24, 39, 0.88), transparent 70%);
  z-index: 1;
}

.top-rank-card span,
.top-rank-card strong,
.top-rank-card em {
  position: relative;
  z-index: 2;
  color: #fff;
}

.ranking-list-large {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
}

.detail-bg,
.detail-overlay {
  position: absolute;
  inset: 0;
}

.detail-overlay {
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.94), rgba(88, 28, 135, 0.62), rgba(17, 24, 39, 0.72));
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  padding: 46px 0 64px;
}

.detail-header-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  margin-top: 46px;
}

.detail-poster {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.detail-title-block h1 {
  margin: 14px 0;
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.08;
  font-weight: 900;
}

.detail-title-block p {
  max-width: 760px;
  color: #fce7f3;
  font-size: 20px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

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

.player-shell,
.detail-card,
.related-panel {
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.player-shell {
  padding: 12px;
  margin-bottom: 24px;
}

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

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

.player-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 10px;
  border: 0;
  color: #fff;
  background: linear-gradient(0deg, rgba(17, 24, 39, 0.72), rgba(17, 24, 39, 0.24));
  cursor: pointer;
}

.player-overlay span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  box-shadow: 0 22px 40px rgba(236, 72, 153, 0.42);
  font-size: 30px;
}

.player-overlay strong {
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.video-player.is-playing .player-overlay {
  display: none;
}

.player-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.video-player:hover .player-controls,
.video-player:focus-within .player-controls {
  opacity: 1;
}

.player-controls button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 13px;
  cursor: pointer;
}

.player-message {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  color: #fff;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.78);
}

.player-message[hidden] {
  display: none;
}

.detail-card {
  padding: 28px;
}

.detail-card h2 {
  margin: 28px 0 12px;
  color: #111827;
  font-size: 22px;
  font-weight: 900;
}

.detail-card h2:first-of-type {
  margin-top: 0;
}

.detail-card p {
  margin: 0;
  color: #4b5563;
}

.lead-text {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, #fdf2f8, #fff1f2);
  color: #374151;
  font-size: 18px;
}

.detail-meta-row {
  margin-bottom: 22px;
}

.detail-meta-row span {
  color: var(--pink);
  background: #fdf2f8;
}

.related-panel {
  position: sticky;
  top: 100px;
  padding: 22px;
}

.related-panel h2 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 900;
}

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

.related-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 16px;
  transition: background 0.2s ease;
}

.related-card:hover {
  background: #f9fafb;
}

.related-card img {
  width: 112px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
}

.related-card strong,
.related-card em {
  display: block;
}

.related-card strong {
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-card em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}

.site-footer {
  color: #d1d5db;
  background: #111827;
  padding: 56px 0 24px;
}

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

.footer-brand {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.site-footer p {
  max-width: 520px;
  color: #9ca3af;
}

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

.site-footer a:not(.footer-brand) {
  display: block;
  margin: 8px 0;
  color: #d1d5db;
}

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

.footer-bottom {
  width: min(1180px, calc(100% - 32px));
  margin: 38px auto 0;
  padding-top: 20px;
  border-top: 1px solid #374151;
}

@media (max-width: 1100px) {
  .hero-content,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    display: none;
  }

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

  .ranking-grid,
  .ranking-list-large {
    grid-template-columns: 1fr;
  }

  .related-panel {
    position: static;
  }
}

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

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

  .hero,
  .hero-content {
    min-height: 560px;
  }

  .movie-grid,
  .all-movie-grid,
  .featured-grid,
  .category-grid,
  .category-overview-grid,
  .top-rank-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .brand-text small {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 540px;
  }

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

  .section {
    padding: 52px 0;
  }

  .movie-grid,
  .all-movie-grid,
  .featured-grid,
  .category-grid,
  .category-overview-grid,
  .top-rank-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .detail-title-block p {
    font-size: 17px;
  }

  .detail-card,
  .related-panel {
    padding: 20px;
  }
}
