:root {
  color-scheme: dark;
  --bg: #0c0a09;
  --panel: #1c1917;
  --panel-soft: #292524;
  --line: rgba(245, 158, 11, 0.22);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --soft: #a8a29e;
  --amber: #f59e0b;
  --amber-strong: #d97706;
  --red: #b91c1c;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  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;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(120, 53, 15, 0.98), rgba(127, 29, 29, 0.98), rgba(120, 53, 15, 0.98));
  border-bottom: 1px solid rgba(245, 158, 11, 0.35);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), var(--red));
  color: #fff7ed;
  font-size: 17px;
  box-shadow: 0 10px 25px rgba(185, 28, 28, 0.35);
}

.brand-copy {
  display: grid;
  line-height: 1.2;
}

.brand-copy strong {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #fff7ed;
}

.brand-copy small {
  color: rgba(253, 230, 138, 0.86);
  font-size: 12px;
  margin-top: 2px;
}

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

.nav-link,
.mobile-nav-link {
  color: #fff7ed;
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link {
  padding: 10px 14px;
  font-weight: 650;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-nav-link:hover,
.mobile-nav-link.is-active {
  background: rgba(245, 158, 11, 0.18);
  color: #fef3c7;
}

.header-search,
.mobile-search {
  display: flex;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: rgba(69, 26, 3, 0.42);
  border-radius: 14px;
  overflow: hidden;
}

.header-search input,
.mobile-search input {
  width: 220px;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff7ed;
  background: transparent;
  padding: 11px 12px;
}

.header-search input::placeholder,
.mobile-search input::placeholder,
.page-search input::placeholder {
  color: rgba(253, 230, 138, 0.58);
}

.header-search button,
.mobile-search button {
  border: 0;
  color: #fff;
  padding: 11px 14px;
  background: rgba(245, 158, 11, 0.22);
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 12px;
  padding: 9px 12px;
  color: #fff7ed;
  background: rgba(245, 158, 11, 0.16);
}

.mobile-panel {
  display: none;
  padding: 0 24px 18px;
  border-top: 1px solid rgba(245, 158, 11, 0.22);
}

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

.mobile-search {
  margin: 14px 0;
}

.mobile-search input {
  width: 100%;
}

.mobile-nav {
  display: grid;
  gap: 8px;
}

.mobile-nav-link {
  padding: 12px 14px;
}

.hero-slider {
  position: relative;
  height: 600px;
  min-height: 560px;
  overflow: hidden;
  background: #000;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}

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

.hero-mask,
.detail-hero-mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(12, 10, 9, 1), rgba(12, 10, 9, 0.08) 55%, rgba(12, 10, 9, 0.34));
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(100% - 48px, 1280px);
  transform: translate(-50%, -50%);
  max-width: 1280px;
}

.hero-content > * {
  max-width: 760px;
}

.hero-eyebrow,
.page-hero span,
.panel-title span,
.section-heading span {
  display: inline-flex;
  align-items: center;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 14px 0 16px;
  font-size: clamp(38px, 7vw, 74px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.hero-content p {
  margin: 0 0 22px;
  color: #d6d3d1;
  font-size: clamp(16px, 2vw, 20px);
}

.hero-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: #cbd5e1;
}

.hero-meta span,
.detail-meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(41, 37, 36, 0.76);
  border: 1px solid rgba(245, 158, 11, 0.22);
}

.hero-tags,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags span,
.hero-tags a,
.tag-row span,
.tag-row a {
  padding: 5px 9px;
  color: #fef3c7;
  border-radius: 999px;
  background: rgba(180, 83, 9, 0.28);
}

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

.primary-btn,
.ghost-btn,
.panel-more,
.category-strip-head a,
.section-heading a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-btn {
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(90deg, var(--amber-strong), var(--red));
  box-shadow: 0 12px 28px rgba(185, 28, 28, 0.32);
}

.ghost-btn {
  padding: 0 18px;
  color: #fff7ed;
  border: 1px solid rgba(245, 158, 11, 0.32);
  background: rgba(28, 25, 23, 0.58);
}

.primary-btn:hover,
.ghost-btn:hover,
.panel-more:hover,
.category-strip-head a:hover,
.section-heading a:hover {
  transform: translateY(-2px);
}

.hero-control {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

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

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

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

.hero-category-bar {
  position: absolute;
  z-index: 3;
  right: max(24px, calc((100vw - 1280px) / 2 + 24px));
  bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 48%;
}

.hero-category-bar a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff7ed;
  border: 1px solid rgba(245, 158, 11, 0.25);
  background: rgba(28, 25, 23, 0.62);
}

.content-wrap {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 54px 0;
}

.home-intro {
  padding-top: 42px;
  padding-bottom: 12px;
}

.home-intro h1 {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 52px);
  letter-spacing: -0.04em;
}

.home-intro p,
.page-hero p,
.section-heading p,
.category-strip-head p,
.category-card-main h2 {
  color: var(--muted);
}

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

.section-heading h2,
.panel-title h2 {
  margin: 5px 0 0;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
}

.section-heading a,
.category-strip-head a,
.panel-more {
  padding: 0 16px;
  color: #fef3c7;
  border: 1px solid rgba(245, 158, 11, 0.24);
  background: rgba(41, 37, 36, 0.76);
}

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

.movie-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.14);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(41, 37, 36, 0.96), rgba(28, 25, 23, 0.96));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, 0.48);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.36), 0 0 45px rgba(180, 83, 9, 0.12);
}

.movie-poster {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #111;
}

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

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

.poster-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--amber), var(--red));
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .poster-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.rank-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: linear-gradient(90deg, var(--amber), var(--red));
}

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

.card-kicker,
.movie-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--soft);
  font-size: 13px;
}

.card-kicker span:first-child {
  color: var(--amber);
  font-weight: 800;
}

.movie-card h2 {
  margin: 9px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.movie-card h2 a:hover {
  color: #fbbf24;
}

.movie-card p {
  min-height: 50px;
  margin: 0 0 12px;
  color: #d6d3d1;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.movie-card-foot {
  margin-top: 14px;
}

.movie-card-foot strong {
  color: #fbbf24;
  font-size: 17px;
}

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

.movie-card-compact h2 {
  font-size: 16px;
}

.movie-card-compact p {
  min-height: 44px;
  font-size: 13px;
}

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

.ranking-panel {
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-xl);
  padding: 22px;
  background: linear-gradient(180deg, rgba(41, 37, 36, 0.95), rgba(28, 25, 23, 0.95));
  box-shadow: var(--shadow);
}

.sticky-panel {
  position: sticky;
  top: 96px;
}

.panel-title {
  margin-bottom: 18px;
}

.side-movie {
  display: grid;
  grid-template-columns: 34px 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(120, 113, 108, 0.22);
}

.side-movie:hover strong {
  color: #fbbf24;
}

.side-movie img {
  width: 58px;
  height: 76px;
  object-fit: cover;
  border-radius: 10px;
}

.side-rank {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  background: rgba(245, 158, 11, 0.24);
}

.side-movie strong {
  display: block;
  color: #f5f5f4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-movie small {
  display: block;
  margin-top: 4px;
  color: var(--soft);
}

.panel-more {
  width: 100%;
  margin-top: 18px;
}

.category-list {
  display: grid;
  gap: 26px;
}

.category-strip {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(245, 158, 11, 0.16);
  padding: 22px;
  background: rgba(28, 25, 23, 0.62);
}

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

.category-strip-head h3 {
  margin: 0 0 6px;
  color: #fbbf24;
  font-size: 24px;
}

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

.page-shell {
  min-height: 60vh;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.18), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(185, 28, 28, 0.22), transparent 34%),
    linear-gradient(180deg, #1c1917, #0c0a09);
}

.page-hero h1 {
  margin: 10px auto 12px;
  max-width: 960px;
  font-size: clamp(34px, 6vw, 60px);
  letter-spacing: -0.05em;
}

.page-hero p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
}

.compact-actions {
  justify-content: center;
}

.toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-lg);
  padding: 18px;
  background: rgba(28, 25, 23, 0.72);
}

.page-search input {
  width: 100%;
  border: 1px solid rgba(245, 158, 11, 0.26);
  outline: 0;
  border-radius: 14px;
  padding: 14px 16px;
  color: #fff7ed;
  background: rgba(12, 10, 9, 0.7);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filter-chip {
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 999px;
  padding: 9px 13px;
  color: #fef3c7;
  background: rgba(41, 37, 36, 0.82);
}

.filter-chip.is-active,
.filter-chip:hover {
  color: #fff;
  background: linear-gradient(90deg, var(--amber-strong), var(--red));
}

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

.category-card {
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(28, 25, 23, 0.74);
  box-shadow: var(--shadow);
}

.category-card-main {
  display: block;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.20), rgba(185, 28, 28, 0.18)),
    rgba(28, 25, 23, 0.88);
}

.category-card-main span {
  color: #fbbf24;
  font-size: 24px;
  font-weight: 900;
}

.category-card-main h2 {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

.category-mini-list {
  padding: 8px 20px 18px;
}

.detail-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.detail-hero > img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.detail-hero-content {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 54px;
  width: min(100% - 48px, 1280px);
  transform: translateX(-50%);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: #d6d3d1;
}

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

.detail-hero h1 {
  margin: 0 0 14px;
  max-width: 860px;
  font-size: clamp(36px, 6vw, 66px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.detail-hero p {
  max-width: 820px;
  margin: 0 0 18px;
  color: #e7e5e4;
  font-size: 19px;
}

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

.player-card,
.detail-content-card {
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(28, 25, 23, 0.78);
  box-shadow: var(--shadow);
}

.player-card {
  overflow: hidden;
}

.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

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

.play-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  color: #fff;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.play-layer span {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--red));
  box-shadow: 0 18px 44px rgba(185, 28, 28, 0.38);
  font-size: 28px;
}

.play-layer strong {
  font-size: 20px;
}

.play-layer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detail-content-card {
  margin-top: 26px;
  padding: 28px;
}

.detail-content-card h2 {
  margin: 0 0 12px;
  color: #fbbf24;
  font-size: 24px;
}

.detail-content-card h2:not(:first-child) {
  margin-top: 28px;
}

.detail-content-card p {
  margin: 0;
  color: #e7e5e4;
  font-size: 17px;
  line-height: 1.85;
}

.detail-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
}

.detail-info-grid div {
  border: 1px solid rgba(245, 158, 11, 0.12);
  border-radius: 14px;
  padding: 14px;
  background: rgba(12, 10, 9, 0.36);
}

.detail-info-grid dt {
  color: var(--soft);
  font-size: 13px;
}

.detail-info-grid dd {
  margin: 5px 0 0;
  color: #fff7ed;
  font-weight: 750;
}

.detail-info-grid a:hover {
  color: #fbbf24;
}

.site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(120, 113, 108, 0.22);
  background: linear-gradient(180deg, rgba(28, 25, 23, 0.94), rgba(12, 10, 9, 1));
}

.footer-inner {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 48px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
}

.footer-brand p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--soft);
}

.footer-column {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-column h2 {
  margin: 0 0 6px;
  color: #fbbf24;
  font-size: 18px;
}

.footer-column a {
  color: #d6d3d1;
}

.footer-column a:hover {
  color: #fbbf24;
}

.footer-bottom {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(120, 113, 108, 0.22);
  color: var(--soft);
}

.back-top {
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 999px;
  padding: 9px 14px;
  color: #fef3c7;
  background: rgba(41, 37, 36, 0.8);
}

.is-filtered-out {
  display: none !important;
}

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

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

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

  .sticky-panel {
    position: static;
  }
}

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

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .header-inner {
    min-height: 66px;
    padding: 0 18px;
  }

  .hero-slider {
    height: 620px;
  }

  .hero-content {
    width: min(100% - 36px, 760px);
  }

  .hero-category-bar {
    left: 18px;
    right: 18px;
    bottom: 78px;
    max-width: none;
  }

  .hero-control {
    display: none;
  }

  .content-wrap,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 36px, 760px);
  }

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

  .section-heading,
  .category-strip-head,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy small {
    display: none;
  }

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

  .hero-slider {
    height: 650px;
  }

  .hero-content h1,
  .detail-hero h1 {
    font-size: 36px;
  }

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

  .movie-grid,
  .horizontal-cards,
  .category-overview-grid,
  .footer-inner,
  .detail-info-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 68px 18px;
  }

  .detail-hero,
  .detail-hero > img {
    min-height: 540px;
    height: 540px;
  }

  .detail-content-card {
    padding: 22px;
  }
}
