:root {
  --amber-950: #431407;
  --amber-900: #78350f;
  --amber-800: #92400e;
  --orange-700: #c2410c;
  --orange-600: #ea580c;
  --orange-500: #f97316;
  --orange-100: #ffedd5;
  --amber-100: #fef3c7;
  --stone-950: #0c0a09;
  --stone-900: #1c1917;
  --stone-800: #292524;
  --stone-700: #44403c;
  --stone-600: #57534e;
  --stone-200: #e7e5e4;
  --stone-100: #f5f5f4;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(120, 53, 15, 0.12);
  --shadow-strong: 0 24px 70px rgba(67, 20, 7, 0.25);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--stone-900);
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 36%, #fffaf5 100%);
  line-height: 1.6;
}

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

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

button,
input {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: linear-gradient(90deg, var(--amber-900), var(--amber-800), var(--orange-700));
  box-shadow: 0 12px 36px rgba(67, 20, 7, 0.22);
}

.header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--amber-900);
  background: linear-gradient(135deg, #fef3c7, #fdba74);
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.35);
  font-size: 13px;
}

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

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

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

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  opacity: 1;
  color: var(--amber-100);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 288px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.header-search input,
.mobile-panel input,
.filter-panel input {
  width: 100%;
  border: 0;
  outline: 0;
  color: inherit;
  background: transparent;
}

.header-search input::placeholder,
.mobile-panel input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.header-search button,
.mobile-panel button {
  border: 0;
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--amber-900);
  background: var(--white);
  font-weight: 800;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: var(--white);
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px;
}

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

.mobile-panel nav {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.mobile-panel form {
  display: flex;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.category-strip {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(67, 20, 7, 0.28);
}

.strip-inner {
  min-height: 42px;
  display: flex;
  gap: 18px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.strip-inner::-webkit-scrollbar {
  display: none;
}

.strip-inner a {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

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

.hero-section {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 18% 20%, rgba(251, 191, 36, 0.36), transparent 28%), linear-gradient(110deg, var(--amber-950), var(--amber-800) 48%, var(--orange-700));
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1px, transparent 1px);
  background-size: 34px 34px;
  animation: floatPattern 12s linear infinite;
}

@keyframes floatPattern {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(34px, 34px, 0);
  }
}

.hero-container {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.hero-slider {
  width: 100%;
}

.hero-slide {
  display: none;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
  align-items: center;
  min-height: 540px;
}

.hero-slide.is-active {
  display: grid;
  animation: fadeUp 0.55s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #fde68a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--orange-600);
}

.hero-copy h1,
.page-hero h1,
.detail-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.hero-copy p,
.page-hero p,
.detail-copy p {
  max-width: 760px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

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

.hero-tags span,
.detail-tags span,
.tag-row span {
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero-tags span,
.detail-tags span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.tag-row span {
  color: var(--orange-700);
  background: var(--orange-100);
}

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

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

.primary-button {
  padding: 14px 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange-500), var(--orange-700));
  box-shadow: 0 14px 30px rgba(234, 88, 12, 0.32);
}

.hero-section .primary-button,
.detail-hero .primary-button {
  color: var(--amber-900);
  background: var(--white);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.primary-button.small {
  padding: 10px 18px;
  font-size: 14px;
}

.ghost-button {
  padding: 14px 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(16px);
}

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

.text-link {
  color: var(--orange-700);
}

.hero-visual {
  position: relative;
  display: block;
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.46), rgba(124, 45, 18, 0.58));
  box-shadow: var(--shadow-strong);
  transform: rotate(2deg);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.2s ease;
}

.hero-visual:hover img {
  transform: scale(1.05);
}

.hero-poster-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: 18px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  font-weight: 800;
}

.hero-controls {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: flex;
  gap: 10px;
}

.hero-controls button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

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

.section-white {
  background: var(--white);
}

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

.section-heading.compact {
  align-items: start;
}

.section-heading h2,
.rank-panel h2,
.content-card h2,
.side-card h2 {
  margin: 0;
  color: var(--stone-900);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.15;
}

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

.category-card,
.category-overview-card,
.content-card,
.side-card,
.player-card,
.rank-panel,
.filter-panel {
  border: 1px solid rgba(251, 146, 60, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.category-card {
  min-height: 180px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover,
.movie-card:hover,
.category-overview-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(120, 53, 15, 0.16);
}

.category-card span {
  font-size: 34px;
}

.category-card strong {
  margin-top: 16px;
  color: var(--stone-950);
  font-size: 20px;
}

.category-card em,
.mini-info em {
  color: var(--stone-600);
  font-style: normal;
  font-size: 14px;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.poster-link,
.poster-frame {
  display: block;
}

.poster-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: radial-gradient(circle at 30% 20%, rgba(253, 186, 116, 0.7), transparent 34%), linear-gradient(135deg, var(--amber-900), var(--orange-700));
}

.poster-frame img,
.mini-cover img,
.detail-poster img,
.detail-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.2s ease;
}

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

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72));
  opacity: 0;
  transition: opacity 0.2s ease;
}

.movie-card:hover .poster-shade {
  opacity: 1;
}

.play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--orange-700);
  background: var(--white);
  transform: translate(-50%, -50%) scale(0.84);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

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

.duration-badge,
.rank-badge {
  position: absolute;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.duration-badge {
  right: 12px;
  bottom: 12px;
}

.rank-badge {
  left: 12px;
  top: 12px;
  background: linear-gradient(135deg, var(--orange-500), var(--orange-700));
}

.card-body {
  padding: 18px;
}

.card-meta,
.score-row,
.detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--stone-600);
  font-size: 13px;
}

.card-meta a {
  color: var(--orange-700);
  font-weight: 900;
}

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

.movie-card h2 a:hover {
  color: var(--orange-700);
}

.movie-card p {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 0 14px;
  color: var(--stone-600);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.score-row {
  justify-content: space-between;
  margin-top: 16px;
  font-weight: 800;
}

.split-layout,
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
}

.rank-panel {
  position: sticky;
  top: 124px;
  align-self: start;
  padding: 26px;
}

.rank-panel ol {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.rank-panel li a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: var(--stone-100);
}

.rank-panel li span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--orange-600);
  font-weight: 900;
}

.rank-panel li strong,
.rank-panel li em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-panel li em {
  color: var(--stone-600);
  font-size: 13px;
  font-style: normal;
}

.page-main {
  background: linear-gradient(180deg, #fff7ed 0%, #ffffff 42%, #fffaf5 100%);
}

.page-hero {
  padding: 88px 0;
  color: var(--white);
  background: radial-gradient(circle at 20% 20%, rgba(253, 186, 116, 0.42), transparent 30%), linear-gradient(120deg, var(--amber-950), var(--amber-800), var(--orange-700));
}

.page-hero h1 {
  margin-bottom: 16px;
}

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

.category-overview-card {
  padding: 26px;
}

.category-title-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.category-title-row > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 26px;
  background: var(--orange-100);
}

.category-title-row h2 {
  margin: 0 0 6px;
}

.category-title-row p {
  margin: 0;
  color: var(--stone-600);
}

.mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.mini-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  background: #fff7ed;
}

.mini-cover {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--amber-900), var(--orange-700));
}

.mini-info strong,
.mini-info em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-panel {
  margin-bottom: 26px;
  padding: 18px;
}

.filter-panel input {
  height: 52px;
  padding: 0 18px;
  border-radius: 16px;
  color: var(--stone-900);
  background: var(--stone-100);
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.filter-buttons button,
.filter-buttons a {
  border: 0;
  cursor: pointer;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--stone-700);
  background: var(--stone-100);
  font-weight: 800;
}

.filter-buttons button.is-active,
.filter-buttons button:hover,
.filter-buttons a:hover {
  color: var(--white);
  background: var(--orange-600);
}

.empty-state {
  padding: 40px;
  border-radius: var(--radius-xl);
  color: var(--stone-600);
  text-align: center;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--stone-950);
}

.detail-bg {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  filter: blur(8px);
  transform: scale(1.04);
}

.detail-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 10, 9, 0.92), rgba(67, 20, 7, 0.82));
}

.detail-hero-inner {
  position: relative;
  padding: 46px 0 70px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

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

.detail-intro {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}

.detail-poster {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--amber-900), var(--orange-700));
  box-shadow: var(--shadow-strong);
}

.detail-stats {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.detail-stats span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.main-column,
.side-column {
  display: grid;
  gap: 22px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  background: #000000;
}

.video-shell video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--orange-700);
  background: var(--white);
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
}

.video-play-button span {
  margin-left: 5px;
  font-size: 28px;
}

.player-card.player-playing .video-play-button {
  opacity: 0;
  pointer-events: none;
}

.player-caption {
  padding: 22px 24px 26px;
}

.player-caption h2,
.player-caption p {
  margin: 0;
}

.player-caption p {
  margin-top: 8px;
  color: var(--stone-600);
}

.content-card,
.side-card {
  padding: 26px;
}

.content-card p {
  margin: 16px 0 0;
  color: var(--stone-700);
  font-size: 17px;
}

.side-column {
  align-self: start;
  position: sticky;
  top: 124px;
}

.side-card dl {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px 14px;
  margin: 18px 0 0;
}

.side-card dt {
  color: var(--stone-600);
  font-weight: 800;
}

.side-card dd {
  margin: 0;
}

.category-pill {
  display: inline-flex;
  margin: 14px 8px 0 0;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--orange-700);
  background: var(--orange-100);
  font-weight: 900;
}

.site-footer {
  color: var(--stone-200);
  background: linear-gradient(180deg, var(--stone-900), #000000);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding: 56px 0;
}

.footer-brand {
  color: var(--white);
  font-size: 20px;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 18px;
}

.site-footer p {
  color: #a8a29e;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

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

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

.footer-bottom p {
  margin: 0;
}

img.image-missing {
  opacity: 0;
}

[hidden] {
  display: none !important;
}

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

  .menu-toggle {
    display: block;
  }

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

  .hero-visual {
    min-height: 340px;
    transform: none;
  }

  .hero-visual img {
    min-height: 340px;
  }

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

  .rank-panel,
  .side-column {
    position: static;
  }
}

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

  .header-inner {
    height: 64px;
  }

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

  .category-strip {
    display: none;
  }

  .hero-section,
  .hero-container {
    min-height: auto;
  }

  .hero-slide {
    min-height: auto;
    padding: 56px 0 74px;
  }

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

  .hero-controls {
    left: 0;
    right: auto;
    bottom: 18px;
  }

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

  .section-heading {
    display: grid;
    align-items: start;
  }

  .category-grid,
  .movie-grid,
  .featured-grid,
  .category-overview-grid,
  .mini-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 62px 0;
  }

  .detail-intro {
    gap: 24px;
  }

  .detail-poster {
    width: min(240px, 100%);
  }

  .video-play-button {
    width: 68px;
    height: 68px;
  }
}
