
:root {
  color-scheme: dark;
  --bg: #0c0a09;
  --bg-soft: #1c1917;
  --panel: rgba(28, 25, 23, 0.82);
  --panel-strong: #292524;
  --line: rgba(245, 158, 11, 0.18);
  --text: #fafaf9;
  --muted: #a8a29e;
  --subtle: #78716c;
  --amber: #f59e0b;
  --amber-dark: #b45309;
  --red: #dc2626;
  --red-dark: #991b1b;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(180, 83, 9, 0.2), transparent 34rem),
    radial-gradient(circle at top right, rgba(127, 29, 29, 0.18), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 10, 9, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(245, 158, 11, 0.16);
}

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

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--amber), var(--red));
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.28);
}

.brand-text {
  font-size: 20px;
  white-space: nowrap;
}

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

.nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: #d6d3d1;
  transition: color 0.2s ease, background 0.2s ease;
}

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

.top-search {
  width: 260px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(245, 158, 11, 0.2);
  background: rgba(41, 37, 36, 0.72);
  border-radius: 999px;
  overflow: hidden;
}

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

.top-search input::placeholder,
.mobile-search input::placeholder,
.filter-input::placeholder {
  color: rgba(214, 211, 209, 0.58);
}

.top-search button,
.mobile-search button {
  color: var(--amber);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 10px 14px;
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(245, 158, 11, 0.22);
  color: #fff7ed;
  background: rgba(41, 37, 36, 0.72);
  border-radius: 12px;
  padding: 9px 12px;
  cursor: pointer;
}

.topic-strip {
  border-top: 1px solid rgba(245, 158, 11, 0.1);
  background: rgba(28, 25, 23, 0.65);
}

.topic-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 38px;
  overflow-x: auto;
  color: #d6d3d1;
  white-space: nowrap;
}

.topic-inner span {
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
}

.topic-inner a {
  font-size: 13px;
  transition: color 0.2s ease;
}

.topic-inner a:hover {
  color: var(--amber);
}

.mobile-nav {
  display: none;
}

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

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

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

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

.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 38%, rgba(0, 0, 0, 0.16) 74%),
    linear-gradient(0deg, var(--bg) 0%, transparent 38%);
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 680px;
  padding-top: 28px;
}

.hero-kicker,
.page-hero span,
.section-heading span,
.category-card-body span {
  display: inline-flex;
  align-items: center;
  color: var(--amber);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.hero-copy h1 {
  margin: 18px 0;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-copy p {
  margin: 0;
  color: #d6d3d1;
  font-size: 18px;
  line-height: 1.8;
  max-width: 640px;
}

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

.hero-meta {
  margin: 26px 0 30px;
}

.hero-meta span,
.detail-meta span {
  padding: 7px 12px;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 999px;
  color: #e7e5e4;
  background: rgba(28, 25, 23, 0.62);
}

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

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

.btn-primary {
  color: #fff7ed;
  background: linear-gradient(135deg, var(--amber-dark), var(--red));
  box-shadow: 0 14px 36px rgba(220, 38, 38, 0.28);
}

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

.btn-ghost {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-control {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(0, 0, 0, 0.52);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-control:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%) scale(1.05);
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  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.46);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

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

.quick-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.quick-categories a,
.category-card,
.movie-card,
.detail-side,
.detail-article,
.filter-panel {
  border: 1px solid rgba(245, 158, 11, 0.14);
  background: var(--panel);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

.quick-categories a {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: var(--radius-lg);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.quick-categories a:hover,
.category-card:hover,
.movie-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.42);
}

.quick-categories strong {
  color: #fff7ed;
  font-size: 18px;
}

.quick-categories span {
  color: var(--muted);
  font-size: 14px;
}

.content-section,
.page-main {
  padding: 46px 0;
}

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

.section-heading h2,
.page-hero h1,
.detail-info h1 {
  margin: 8px 0 0;
  color: #fff7ed;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-heading h2 {
  font-size: clamp(26px, 4vw, 38px);
}

.section-heading a {
  color: #fed7aa;
  font-weight: 800;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.movie-card:hover {
  box-shadow: 0 24px 70px rgba(180, 83, 9, 0.18);
}

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

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

.movie-card-featured .card-poster {
  aspect-ratio: 4 / 5;
}

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

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

.type-badge,
.rank-badge,
.compact-rank {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  color: #fff7ed;
  font-weight: 900;
  background: linear-gradient(135deg, var(--amber-dark), var(--red));
}

.type-badge {
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  font-size: 12px;
}

.rank-badge {
  top: 12px;
  right: 12px;
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  font-size: 13px;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(245, 158, 11, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.card-body {
  padding: 16px;
}

.card-body h3 {
  margin: 0 0 8px;
  min-height: 2.7em;
  color: #fff7ed;
  font-size: 17px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.card-meta {
  color: var(--subtle);
  font-size: 12px;
  gap: 8px;
}

.card-meta span:not(:last-child)::after {
  content: "·";
  margin-left: 8px;
  color: rgba(168, 162, 158, 0.46);
}

.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.mini-tags span,
.detail-tags a {
  color: #fed7aa;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
}

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

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

.compact-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background: rgba(28, 25, 23, 0.68);
  border: 1px solid rgba(245, 158, 11, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.compact-card:hover {
  transform: translateX(4px);
  background: rgba(41, 37, 36, 0.92);
}

.compact-card img {
  width: 92px;
  height: 62px;
  object-fit: cover;
  border-radius: 12px;
}

.compact-rank {
  left: 16px;
  top: 16px;
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 12px;
}

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

.compact-card strong {
  color: #fff7ed;
  font-size: 15px;
  line-height: 1.4;
}

.compact-card em {
  margin-top: 4px;
  color: var(--subtle);
  font-size: 12px;
  font-style: normal;
}

.page-hero {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: clamp(34px, 7vw, 76px);
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(153, 27, 27, 0.14)),
    rgba(28, 25, 23, 0.72);
  box-shadow: var(--shadow);
}

.compact-hero {
  padding: clamp(30px, 5vw, 56px);
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.page-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #d6d3d1;
  line-height: 1.8;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.category-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.category-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  height: 160px;
  background: #000;
}

.category-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card-body {
  padding: 20px;
}

.category-card-body h2 {
  margin: 8px 0;
  color: #fff7ed;
  font-size: 24px;
}

.category-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 160px 180px 180px;
  gap: 12px;
  margin: 26px 0;
  padding: 14px;
  border-radius: 18px;
}

.filter-input,
.filter-select {
  width: 100%;
  min-height: 46px;
  color: #fff7ed;
  background: rgba(12, 10, 9, 0.72);
  border: 1px solid rgba(245, 158, 11, 0.16);
  border-radius: 12px;
  outline: 0;
  padding: 0 14px;
}

.filter-input:focus,
.filter-select:focus {
  border-color: rgba(245, 158, 11, 0.72);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.12);
}

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

.detail-main {
  background: var(--bg);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background: #000;
}

.detail-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(16px) brightness(0.42) saturate(1.16);
  transform: scale(1.08);
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg) 0%, rgba(12, 10, 9, 0.2) 58%, rgba(0, 0, 0, 0.74) 100%);
}

.detail-cover {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: end;
  min-height: 540px;
  padding: 70px 0;
}

.detail-cover > img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.detail-info h1 {
  max-width: 780px;
  font-size: clamp(36px, 6vw, 70px);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #fed7aa;
  font-weight: 800;
}

.detail-one-line {
  max-width: 760px;
  margin: 18px 0 24px;
  color: #e7e5e4;
  font-size: 18px;
  line-height: 1.8;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 28px;
}

.player-section {
  padding: 42px 0 20px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 24px;
  background: #000;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}

.video-player {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff7ed;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.64));
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.player-overlay span {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--red));
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.32);
  font-size: 34px;
  padding-left: 5px;
}

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

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  padding: 28px 0 20px;
}

.detail-article,
.detail-side {
  border-radius: var(--radius-lg);
  padding: 26px;
}

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

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

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

.detail-side div {
  display: grid;
  gap: 5px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 158, 11, 0.12);
}

.detail-side dt {
  color: var(--subtle);
  font-size: 13px;
}

.detail-side dd {
  margin: 0;
  color: #fff7ed;
}

.site-footer {
  margin-top: 50px;
  border-top: 1px solid rgba(245, 158, 11, 0.14);
  background: rgba(12, 10, 9, 0.9);
}

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

.footer-brand {
  color: #fff7ed;
  font-size: 22px;
}

.site-footer p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px;
  align-content: start;
}

.footer-links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: #d6d3d1;
  background: rgba(41, 37, 36, 0.76);
}

.footer-links a:hover {
  color: var(--amber);
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff7ed;
  background: linear-gradient(135deg, var(--amber-dark), var(--red));
  cursor: pointer;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

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

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

  .mobile-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    display: grid;
    gap: 10px;
    padding: 16px;
    background: rgba(28, 25, 23, 0.97);
    border-bottom: 1px solid rgba(245, 158, 11, 0.18);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  body.is-menu-open .mobile-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-search {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(245, 158, 11, 0.18);
    border-radius: 14px;
    background: rgba(12, 10, 9, 0.72);
  }

  .mobile-nav-link {
    padding: 12px 14px;
    border-radius: 12px;
    color: #fff7ed;
    background: rgba(41, 37, 36, 0.62);
  }

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

  .hero-carousel {
    height: 560px;
  }

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

  .quick-categories,
  .category-grid,
  .featured-grid,
  .movie-grid,
  .three-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-panel,
  .detail-content,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  .header-inner {
    height: 64px;
  }

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

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .topic-strip {
    display: none;
  }

  .mobile-nav {
    top: 64px;
  }

  .hero-carousel {
    height: 520px;
  }

  .hero-content {
    align-items: end;
    padding-bottom: 76px;
  }

  .hero-gradient {
    background:
      linear-gradient(0deg, var(--bg) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0.24) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.12));
  }

  .hero-copy p {
    font-size: 15px;
  }

  .hero-meta span {
    font-size: 12px;
  }

  .hero-control {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .hero-prev {
    left: 10px;
  }

  .hero-next {
    right: 10px;
  }

  .quick-categories,
  .category-grid,
  .featured-grid,
  .movie-grid,
  .small-grid,
  .three-columns {
    grid-template-columns: 1fr;
  }

  .content-section,
  .page-main {
    padding: 30px 0;
  }

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

  .filter-panel {
    padding: 12px;
  }

  .detail-cover {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
    min-height: auto;
    padding-top: 42px;
  }

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

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

  .player-section {
    padding-top: 24px;
  }

  .player-overlay span {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .footer-links {
    justify-content: start;
  }
}
