* {
  box-sizing: border-box;
}

:root {
  --stone-950: #1c1917;
  --stone-900: #292524;
  --stone-800: #44403c;
  --stone-700: #57534e;
  --stone-500: #78716c;
  --stone-300: #d6d3d1;
  --stone-200: #e7e5e4;
  --stone-100: #f5f5f4;
  --amber-700: #b45309;
  --amber-600: #d97706;
  --amber-500: #f59e0b;
  --amber-400: #fbbf24;
  --amber-100: #fef3c7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(28, 25, 23, .16);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--stone-900);
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, .22), transparent 32rem),
    linear-gradient(135deg, #f5f5f4 0%, #fffbeb 48%, #e7e5e4 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.is-locked {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 251, 235, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(214, 211, 209, .62);
}

.site-header__inner,
.site-subnav__inner,
.content-section,
.site-footer__inner,
.detail-hero__inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--stone-950);
  font-weight: 900;
  letter-spacing: .04em;
  white-space: nowrap;
}

.site-logo__mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff7ed;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--stone-950), var(--amber-700));
  box-shadow: 0 12px 30px rgba(180, 83, 9, .28);
}

.site-logo--footer {
  color: var(--white);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--stone-700);
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--stone-950);
  background: rgba(245, 158, 11, .14);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: rgba(68, 64, 60, .08);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--stone-900);
  border-radius: 2px;
}

.site-subnav {
  border-top: 1px solid rgba(214, 211, 209, .42);
}

.site-subnav__inner {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0;
  scrollbar-width: none;
}

.site-subnav__inner::-webkit-scrollbar {
  display: none;
}

.site-subnav a {
  flex: 0 0 auto;
  padding: 7px 13px;
  border: 1px solid rgba(214, 211, 209, .76);
  border-radius: 999px;
  color: var(--stone-700);
  background: rgba(255, 255, 255, .6);
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: var(--stone-950);
}

.hero__viewport,
.hero-slide,
.hero-slide__image,
.hero-slide__shade {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease, transform .6s ease;
  transform: scale(1.02);
}

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

.hero-slide__image {
  background-size: cover;
  background-position: center;
  filter: saturate(1.08);
  transform: scale(1.04);
}

.hero-slide__shade {
  background:
    linear-gradient(90deg, rgba(28, 25, 23, .92) 0%, rgba(28, 25, 23, .72) 42%, rgba(28, 25, 23, .26) 100%),
    radial-gradient(circle at 20% 35%, rgba(245, 158, 11, .34), transparent 28rem);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 32px));
  min-height: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  padding: 88px 0 130px;
}

.hero-slide__label,
.section-kicker,
.detail-hero__label,
.page-hero span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--amber-100);
  background: rgba(245, 158, 11, .18);
  border: 1px solid rgba(251, 191, 36, .34);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}

.hero-slide h1 {
  margin: 20px 0 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .95;
  letter-spacing: -.06em;
}

.hero-slide p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.8;
}

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

.hero-slide__tags {
  margin-top: 22px;
}

.hero-slide__tags span,
.tag-row span {
  border: 1px solid rgba(251, 191, 36, .38);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--amber-100);
  background: rgba(28, 25, 23, .32);
  font-size: 13px;
  font-weight: 700;
}

.hero-slide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

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

.btn--primary {
  color: var(--stone-950);
  background: linear-gradient(135deg, var(--amber-400), var(--amber-600));
  box-shadow: 0 18px 40px rgba(245, 158, 11, .32);
}

.btn--ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
}

.hero__control {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, .45);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: background .2s ease, transform .2s ease;
}

.hero__control:hover {
  background: rgba(0, 0, 0, .7);
  transform: translateY(-2px);
}

.hero__control--prev {
  left: max(20px, calc((100vw - 1200px) / 2 - 68px));
}

.hero__control--next {
  right: max(20px, calc((100vw - 1200px) / 2 - 68px));
}

.hero__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 118px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero__dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.hero__dots button.is-active {
  width: 34px;
  background: var(--amber-400);
}

.hero-search {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 38px;
  display: flex;
  width: min(720px, calc(100% - 32px));
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--white);
  background: transparent;
  padding: 0 18px;
}

.hero-search input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.hero-search button {
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  color: var(--stone-950);
  background: var(--amber-400);
  font-weight: 900;
  cursor: pointer;
}

.content-section {
  padding: 58px 0;
}

.content-section--pull {
  margin-top: -32px;
  position: relative;
  z-index: 6;
}

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

.section-kicker {
  color: var(--amber-700);
  background: rgba(245, 158, 11, .12);
}

.section-heading h2 {
  margin: 10px 0 8px;
  color: var(--stone-950);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.section-heading p {
  margin: 0;
  color: var(--stone-500);
  line-height: 1.7;
}

.section-link {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--amber-700);
  background: rgba(245, 158, 11, .12);
  font-weight: 900;
}

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

.category-card,
.category-overview-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 22px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--stone-900);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.category-card em,
.category-overview-card em {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  opacity: .45;
  transform: scale(1.08);
  transition: transform .4s ease, opacity .4s ease;
}

.category-card::after,
.category-overview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(28, 25, 23, .24), rgba(28, 25, 23, .88));
}

.category-card:hover em,
.category-overview-card:hover em {
  opacity: .65;
  transform: scale(1.16);
}

.category-card span,
.category-overview-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--amber-100);
  font-weight: 900;
}

.category-card strong,
.category-overview-card strong {
  display: block;
  line-height: 1.55;
}

.category-overview-card {
  min-height: 230px;
}

.category-overview-card small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}

.category-overview-card small span {
  margin: 0;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 700;
}

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

.movie-grid--six,
.movie-grid--related {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(214, 211, 209, .76);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 18px 48px rgba(28, 25, 23, .08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 158, 11, .38);
  box-shadow: 0 30px 70px rgba(28, 25, 23, .15);
}

.movie-card[hidden],
.ranking-item[hidden] {
  display: none;
}

.movie-card__poster {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, var(--stone-900), var(--amber-700));
}

.movie-card__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

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

.movie-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--stone-950);
  background: var(--amber-400);
  font-size: 12px;
  font-weight: 900;
}

.movie-card__body {
  padding: 16px;
}

.movie-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--stone-500);
  font-size: 13px;
  font-weight: 800;
}

.movie-card h3 {
  margin: 9px 0 8px;
  color: var(--stone-950);
  font-size: 19px;
  line-height: 1.3;
}

.movie-card h3 a:hover {
  color: var(--amber-700);
}

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

.tag-row span {
  color: var(--amber-700);
  border-color: rgba(245, 158, 11, .28);
  background: rgba(245, 158, 11, .1);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(140px, 180px));
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid rgba(214, 211, 209, .72);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 44px rgba(28, 25, 23, .06);
}

.filter-panel label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--stone-500);
  font-size: 12px;
  font-weight: 900;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(214, 211, 209, .9);
  border-radius: 14px;
  outline: none;
  color: var(--stone-900);
  background: rgba(255, 255, 255, .86);
  padding: 0 12px;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--amber-500);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, .12);
}

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

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

.ranking-item {
  display: grid;
  grid-template-columns: 48px 54px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(214, 211, 209, .76);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ranking-item:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, .42);
  box-shadow: 0 18px 44px rgba(28, 25, 23, .1);
}

.ranking-item__num {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: var(--stone-950);
  background: linear-gradient(135deg, var(--amber-400), var(--amber-600));
  font-weight: 950;
}

.ranking-item img {
  width: 54px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--stone-900);
}

.ranking-item__text {
  min-width: 0;
}

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

.ranking-item strong {
  color: var(--stone-950);
  font-size: 16px;
}

.ranking-item em {
  margin-top: 4px;
  color: var(--stone-500);
  font-size: 13px;
  font-style: normal;
}

.page-hero {
  min-height: 380px;
  display: flex;
  align-items: center;
  color: var(--white);
  background-color: var(--stone-950);
  background-size: cover;
  background-position: center;
}

.page-hero > div {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.page-hero--warm {
  color: var(--stone-950);
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, .36), transparent 28rem),
    linear-gradient(135deg, #fffbeb, #e7e5e4);
}

.page-hero--warm span {
  color: var(--amber-700);
}

.page-hero--dark {
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 158, 11, .26), transparent 26rem),
    linear-gradient(135deg, #1c1917, #44403c);
}

.page-hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(38px, 7vw, 78px);
  line-height: 1;
  letter-spacing: -.06em;
}

.page-hero p {
  max-width: 740px;
  margin: 0;
  color: inherit;
  opacity: .78;
  font-size: 18px;
  line-height: 1.8;
}

.detail-hero {
  color: var(--white);
  background-color: var(--stone-950);
  background-size: cover;
  background-position: center;
}

.detail-hero__inner {
  min-height: 560px;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 44px;
  padding: 72px 0;
}

.detail-hero__poster {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 36px 80px rgba(0, 0, 0, .34);
  background: var(--stone-900);
}

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

.detail-hero__content h1 {
  margin: 16px 0 16px;
  max-width: 860px;
  font-size: clamp(38px, 7vw, 76px);
  line-height: 1;
  letter-spacing: -.055em;
}

.detail-hero__content p {
  max-width: 780px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.8;
}

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

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

.breadcrumb em {
  color: var(--white);
  font-style: normal;
}

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

.detail-main,
.detail-side {
  min-width: 0;
}

.player-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #000;
  box-shadow: var(--shadow);
}

.movie-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  color: var(--white);
  background: radial-gradient(circle, rgba(0, 0, 0, .26), rgba(0, 0, 0, .72));
  cursor: pointer;
  transition: opacity .25s ease, visibility .25s ease;
}

.player-overlay span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--stone-950);
  background: var(--amber-400);
  box-shadow: 0 20px 46px rgba(245, 158, 11, .4);
  font-size: 34px;
}

.player-overlay strong {
  font-size: 18px;
  letter-spacing: .06em;
}

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

.detail-article,
.info-card {
  margin-top: 22px;
  border: 1px solid rgba(214, 211, 209, .76);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 48px rgba(28, 25, 23, .07);
}

.detail-article {
  padding: 26px;
}

.detail-article h2,
.info-card h2 {
  margin: 0 0 14px;
  color: var(--stone-950);
  font-size: 24px;
}

.detail-article p {
  margin: 0 0 22px;
  color: var(--stone-700);
  line-height: 1.9;
}

.detail-article p:last-child {
  margin-bottom: 0;
}

.info-card {
  padding: 20px;
}

.info-card dl {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px 14px;
  margin: 0;
}

.info-card dt {
  color: var(--stone-500);
  font-weight: 900;
}

.info-card dd {
  margin: 0;
  color: var(--stone-900);
  line-height: 1.55;
}

.side-link {
  display: block;
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--amber-700);
  background: rgba(245, 158, 11, .12);
  font-weight: 900;
}

.site-footer {
  margin-top: 50px;
  color: rgba(255, 255, 255, .72);
  background: var(--stone-950);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 36px 0;
}

.site-footer p {
  margin: 0;
  line-height: 1.7;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer__links a {
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--amber-100);
  background: rgba(255, 255, 255, .08);
}

.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--stone-950);
  background: var(--amber-400);
  box-shadow: 0 14px 32px rgba(28, 25, 23, .2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bg-gradient-ruins {
  background-image: linear-gradient(to bottom right, #f5f5f4, #fffbeb, #e7e5e4);
}

@media (max-width: 1100px) {
  .category-grid,
  .category-overview-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

@media (max-width: 760px) {
  .site-header__inner {
    min-height: 64px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 64px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(214, 211, 209, .76);
    border-radius: 20px;
    background: rgba(255, 251, 235, .96);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    border-radius: 14px;
  }

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

  .hero-slide__content {
    padding-top: 70px;
  }

  .hero__control {
    display: none;
  }

  .hero__dots {
    bottom: 102px;
  }

  .hero-search {
    border-radius: 24px;
  }

  .hero-search button {
    padding: 0 16px;
  }

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

  .filter-panel {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .category-overview-grid,
  .movie-grid,
  .movie-grid--six,
  .movie-grid--related,
  .ranking-grid,
  .ranking-list,
  .detail-side {
    grid-template-columns: 1fr;
  }

  .detail-hero__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .detail-hero__poster {
    width: min(220px, 72vw);
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
