* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111827;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), #ffffff 24rem, rgba(239, 246, 255, 0.86));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(191, 219, 254, 0.72);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
}

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

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.32);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand strong,
.footer-brand strong {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #60a5fa, #06b6d4);
  -webkit-background-clip: text;
  color: transparent;
}

.brand small {
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.nav-link,
.mobile-nav-link {
  color: #374151;
  font-weight: 700;
  transition: color 0.25s ease, transform 0.25s ease;
}

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

.top-search,
.mobile-search {
  display: flex;
  align-items: center;
  border: 1px solid rgba(147, 197, 253, 0.9);
  background: rgba(239, 246, 255, 0.82);
  border-radius: 999px;
  overflow: hidden;
}

.top-search input,
.mobile-search input {
  width: 230px;
  border: 0;
  outline: none;
  padding: 10px 12px 10px 18px;
  background: transparent;
  color: #1f2937;
}

.top-search button,
.mobile-search button {
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  padding: 10px 16px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #eff6ff;
  padding: 10px;
}

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

.mobile-menu {
  display: none;
  padding: 0 16px 18px;
  border-top: 1px solid #dbeafe;
  background: rgba(255, 255, 255, 0.98);
}

.mobile-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.mobile-nav-link {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
  transition: opacity 0.7s ease, transform 1.1s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-slide > img,
.detail-hero > img,
.page-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade,
.detail-shade,
.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.36) 48%, rgba(14, 165, 233, 0.08)), linear-gradient(90deg, rgba(2, 6, 23, 0.65), transparent 62%);
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 76px;
}

.hero-copy {
  max-width: 780px;
  color: #ffffff;
}

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

.hero-badges a,
.hero-badges span,
.pill,
.card-tags span,
.side-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  color: #0369a1;
  background: rgba(219, 234, 254, 0.92);
  font-size: 13px;
  font-weight: 800;
}

.hero .hero-badges a,
.hero .hero-badges span,
.detail-hero .hero-badges a,
.detail-hero .hero-badges span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.hero h1,
.detail-copy h1,
.page-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(42px, 7vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.hero p,
.page-hero p,
.detail-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 30px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.primary-btn,
.ghost-btn,
.section-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.primary-btn {
  color: #0369a1;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(2, 132, 199, 0.28);
}

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

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

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

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

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

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

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

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

.section-heading h2,
.related-categories h2,
.story-card h2,
.player-side h2 {
  margin: 0 0 8px;
  color: #1f2937;
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: -0.04em;
  font-weight: 950;
}

.section-heading p,
.related-categories p,
.story-card p,
.player-side p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.section-more {
  color: #0284c7;
  background: #eff6ff;
}

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

.feature-card,
.poster-card,
.wide-card,
.compact-card,
.category-tile,
.category-overview,
.story-card,
.player-side,
.related-categories {
  overflow: hidden;
  border: 1px solid rgba(219, 234, 254, 0.86);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-card:hover,
.poster-card:hover,
.wide-card:hover,
.compact-card:hover,
.category-tile:hover,
.category-overview:hover {
  transform: translateY(-8px);
  border-color: rgba(96, 165, 250, 0.72);
  box-shadow: 0 26px 58px rgba(14, 165, 233, 0.18);
}

.feature-media,
.poster-media,
.wide-media {
  position: relative;
  overflow: hidden;
  background: #dbeafe;
}

.feature-media {
  aspect-ratio: 16 / 10;
}

.poster-media {
  aspect-ratio: 3 / 4;
}

.wide-media {
  aspect-ratio: 16 / 9;
}

.feature-media img,
.poster-media img,
.wide-media img,
.compact-card img,
.category-cover-stack img,
.detail-poster img,
.mosaic-large img,
.player-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-card:hover img,
.poster-card:hover img,
.wide-card:hover img,
.compact-card:hover img,
.mosaic-large:hover img {
  transform: scale(1.08);
}

.duration,
.rank-number {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  border-radius: 999px;
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.76);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
}

.rank-number {
  left: 12px;
  right: auto;
  min-width: 34px;
  text-align: center;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.play-hover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #0ea5e9;
  font-size: 30px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.play-hover::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.18);
}

.play-hover {
  z-index: 3;
}

.play-hover::after {
  content: "▶";
  position: relative;
  margin-left: 4px;
}

.feature-card:hover .play-hover {
  opacity: 1;
}

.feature-info,
.poster-info,
.wide-info {
  padding: 18px;
}

.feature-info h3,
.poster-info h3,
.wide-info h3,
.compact-card h3 {
  margin: 10px 0 8px;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.feature-info p,
.wide-info p,
.compact-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 14px;
  color: #64748b;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

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

.category-tile {
  position: relative;
  min-height: 156px;
  padding: 24px;
}

.category-tile::before,
.category-overview::before,
.category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background: radial-gradient(circle at 20% 15%, currentColor, transparent 34%), radial-gradient(circle at 80% 85%, currentColor, transparent 36%);
}

.category-tile span,
.category-overview h2 {
  position: relative;
  display: block;
  color: #1f2937;
  font-size: 24px;
  font-weight: 950;
}

.category-tile p,
.category-overview p {
  position: relative;
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.65;
}

.blue { color: #2563eb; }
.cyan { color: #0891b2; }
.indigo { color: #4f46e5; }
.amber { color: #d97706; }
.purple { color: #9333ea; }
.red { color: #dc2626; }
.pink { color: #db2777; }
.green { color: #16a34a; }
.sky { color: #0284c7; }
.orange { color: #ea580c; }
.violet { color: #7c3aed; }
.emerald { color: #059669; }

.soft-section {
  background: linear-gradient(90deg, rgba(239, 246, 255, 0.98), rgba(236, 254, 255, 0.98));
}

.rail {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scrollbar-width: thin;
}

.rail .wide-card {
  width: 330px;
  flex: 0 0 330px;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 24px;
}

.mosaic-large {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: #020617;
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.16);
}

.mosaic-large::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.82), transparent 58%);
}

.mosaic-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-large div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 34px;
  color: #ffffff;
}

.mosaic-large span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(59, 130, 246, 0.82);
  font-weight: 900;
}

.mosaic-large h2 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.05em;
}

.mosaic-large p {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.mosaic-side,
.rank-grid {
  display: grid;
  gap: 16px;
}

.compact-card {
  display: grid;
  grid-template-columns: 126px 1fr;
  min-height: 150px;
}

.compact-card img {
  width: 126px;
  height: 100%;
}

.compact-card div {
  padding: 14px;
}

.compact-card small,
.poster-info small {
  color: #64748b;
  font-weight: 700;
}

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

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

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

.poster-info {
  min-height: 124px;
}

.page-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.compact-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
}

.page-hero .container {
  position: relative;
  z-index: 2;
  padding: 76px 0;
}

.eyebrow {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 13px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  font-weight: 900;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

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

.category-search,
.search-panel {
  margin-top: 26px;
}

.category-search input,
.search-panel input {
  width: min(680px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  outline: none;
  padding: 15px 20px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.category-search input::placeholder,
.search-panel input::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.filter-chips button {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 9px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.category-overview {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
}

.category-overview span {
  color: #0284c7;
  font-weight: 900;
}

.category-cover-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 6px;
}

.category-cover-stack img {
  min-height: 74px;
  border-radius: 12px;
}

.stacked-previews {
  display: grid;
  gap: 56px;
}

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

.detail-hero > img {
  position: absolute;
  inset: 0;
}

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

.detail-grid {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 34px;
  align-items: end;
}

.detail-poster {
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  aspect-ratio: 3 / 4;
  box-shadow: 0 28px 58px rgba(2, 6, 23, 0.42);
}

.detail-copy {
  color: #ffffff;
}

.detail-meta-list {
  margin: 22px 0 28px;
}

.detail-meta-list span {
  border-radius: 14px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

.player-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #020617;
  aspect-ratio: 16 / 9;
  box-shadow: 0 28px 64px rgba(2, 6, 23, 0.26);
}

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

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 0;
  padding: 0;
  background: #020617;
}

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

.play-ring {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  color: #0ea5e9;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 54px rgba(14, 165, 233, 0.32);
  font-size: 34px;
  transition: transform 0.25s ease;
}

.play-ring span {
  margin-left: 6px;
}

.player-cover:hover .play-ring {
  transform: scale(1.08);
}

.player-shell.is-playing .player-cover {
  display: none;
}

.player-side {
  padding: 24px;
}

.player-side h3 {
  margin: 0 0 12px;
  color: #1f2937;
  font-size: 24px;
  font-weight: 950;
}

.side-tags {
  margin-top: 18px;
}

.detail-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.story-card {
  padding: 28px;
}

.story-card p {
  color: #374151;
  font-size: 16px;
}

.meta-story {
  grid-column: 1 / -1;
}

.meta-story dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}

.meta-story dl div {
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
}

.meta-story dt {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.meta-story dd {
  margin: 6px 0 0;
  color: #111827;
  font-weight: 900;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud a,
.related-categories a {
  display: inline-flex;
  border-radius: 999px;
  padding: 9px 13px;
  color: #0369a1;
  background: #eff6ff;
  font-weight: 900;
}

.related-categories {
  padding: 26px;
}

.related-categories div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.rank-list .wide-card {
  position: relative;
}

.empty-state {
  display: none;
  margin: 38px 0 0;
  padding: 24px;
  border-radius: 20px;
  color: #64748b;
  background: #f8fafc;
  text-align: center;
  font-weight: 900;
}

.empty-state.show {
  display: block;
}

.site-footer {
  margin-top: 42px;
  border-top: 1px solid rgba(191, 219, 254, 0.8);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 1fr;
  gap: 38px;
  padding: 52px 0 34px;
}

.footer-grid p {
  max-width: 420px;
  color: #64748b;
  line-height: 1.8;
}

.footer-grid h2 {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 18px;
}

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

.footer-links-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-links a {
  color: #475569;
  font-weight: 800;
}

.footer-links a:hover {
  color: #0284c7;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(191, 219, 254, 0.8);
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

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

  .menu-toggle {
    display: block;
  }

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

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

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

  .player-layout,
  .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: 220px 1fr;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    height: 540px;
  }

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

  .hero h1,
  .detail-copy h1,
  .page-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .hero p,
  .page-hero p,
  .detail-copy p {
    font-size: 16px;
  }

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

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

  .feature-grid,
  .category-grid,
  .category-overview-grid,
  .rank-grid,
  .rank-list,
  .poster-grid,
  .poster-grid.small,
  .detail-body {
    grid-template-columns: 1fr;
  }

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

  .mosaic-large {
    min-height: 420px;
  }

  .compact-card,
  .category-overview {
    grid-template-columns: 110px 1fr;
  }

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

  .detail-poster {
    width: min(220px, 70vw);
  }

  .player-layout {
    gap: 16px;
  }

  .meta-story dl,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand strong {
    font-size: 19px;
  }

  .brand small {
    display: none;
  }

  .hero-meta,
  .detail-meta-list {
    gap: 8px;
  }

  .poster-grid,
  .poster-grid.small {
    gap: 12px;
  }

  .feature-info,
  .poster-info,
  .wide-info,
  .compact-card div {
    padding: 13px;
  }

  .poster-info h3 {
    font-size: 15px;
  }

  .play-ring {
    width: 76px;
    height: 76px;
  }
}
