:root {
  --bg: #fff7f0;
  --paper: #ffffff;
  --paper-soft: #fffaf7;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #f3d9cc;
  --red: #ef4444;
  --orange: #f97316;
  --pink: #ec4899;
  --rose: #fff1f2;
  --shadow: 0 20px 45px rgba(127, 29, 29, 0.12);
  --shadow-soft: 0 12px 30px rgba(31, 41, 55, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 237, 213, 0.8), transparent 32rem),
    linear-gradient(180deg, #fff7ed 0%, #ffffff 30%, #fff7f0 100%);
  min-height: 100vh;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(254, 215, 170, 0.8);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--orange), var(--pink));
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.28);
}

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

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

.nav-link,
.nav-cats > button {
  border: 0;
  border-radius: 999px;
  padding: 10px 15px;
  background: transparent;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.nav-cats:hover > button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--orange));
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.24);
}

.nav-cats {
  position: relative;
}

.nav-cats-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 320px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.2s ease;
}

.nav-cats:hover .nav-cats-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-cats-panel a {
  padding: 11px 12px;
  border-radius: 14px;
  background: #fff7ed;
  color: #7c2d12;
}

.nav-cats-panel a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--orange), var(--pink));
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: #fff1f2;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #9f1239;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.2), transparent 20rem),
    radial-gradient(circle at 80% 0%, rgba(236, 72, 153, 0.5), transparent 22rem),
    linear-gradient(135deg, #7f1d1d 0%, #ea580c 46%, #db2777 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.36;
}

.hero::before {
  width: 280px;
  height: 280px;
  left: -90px;
  top: 120px;
  background: #fed7aa;
}

.hero::after {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -110px;
  background: #f9a8d4;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 72px 0 52px;
  display: grid;
  align-items: center;
}

.hero-slide {
  display: none;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: center;
  gap: 48px;
}

.hero-slide.is-active {
  display: grid;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.hero h1 {
  margin: 18px 0 12px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.hero h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4.5vw, 58px);
  line-height: 1.04;
}

.hero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.9;
}

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

.btn-primary,
.btn-ghost,
.btn-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.btn-primary {
  color: #991b1b;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(127, 29, 29, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(127, 29, 29, 0.32);
}

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

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.24);
}

.btn-soft {
  color: #9f1239;
  background: #fff1f2;
}

.btn-soft:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--orange));
}

.hero-search {
  margin-top: 28px;
  max-width: 590px;
  display: flex;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #ffffff;
  padding: 0 18px;
  background: transparent;
}

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

.hero-search button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: #991b1b;
  background: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.hero-visual {
  position: relative;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, #991b1b, #f97316, #ec4899);
  box-shadow: 0 28px 70px rgba(76, 5, 25, 0.38);
  transform: rotate(1.5deg);
}

.hero-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s ease;
}

.hero-poster img[data-missing="1"] {
  opacity: 0;
}

.hero-card-stack {
  position: absolute;
  left: -30px;
  bottom: 28px;
  width: min(310px, 80%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 50px rgba(76, 5, 25, 0.24);
}

.hero-card-stack strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-card-stack span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

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

.hero-dots button {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.hero-dots button.is-active {
  width: 34px;
  background: #ffffff;
}

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

.main-wrap {
  padding: 72px 0;
}

.page-wrap {
  padding: 46px 0 78px;
}

.section-block {
  margin: 0 0 74px;
}

.section-heading {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
}

.section-heading > span {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--orange));
  box-shadow: 0 12px 28px rgba(239, 68, 68, 0.2);
  font-weight: 900;
}

.section-heading h2,
.page-title h1,
.detail-copy h1 {
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.04em;
}

.section-heading p,
.page-title p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.section-more {
  color: #c2410c;
  font-weight: 800;
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(254, 215, 170, 0.76);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.56);
  box-shadow: var(--shadow);
}

.movie-cover {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), transparent 10rem),
    linear-gradient(135deg, #7f1d1d, #f97316, #ec4899);
}

.movie-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.26s ease, opacity 0.2s ease;
}

.movie-cover img[data-missing="1"] {
  opacity: 0;
}

.movie-card:hover .movie-cover img {
  transform: scale(1.05);
}

.cover-glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent);
}

.rank-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--orange));
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(127, 29, 29, 0.24);
}

.movie-info {
  padding: 16px;
}

.movie-meta,
.card-foot,
.detail-meta,
.rank-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.movie-meta span,
.detail-meta span,
.rank-line span {
  padding: 5px 9px;
  border-radius: 999px;
  color: #9a3412;
  background: #ffedd5;
  font-size: 12px;
  font-weight: 700;
}

.movie-info h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.35;
}

.movie-info h3 a:hover {
  color: var(--red);
}

.movie-info p {
  min-height: 64px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}

.tag-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-row span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #be185d;
  background: #fce7f3;
  font-size: 12px;
}

.card-foot {
  margin-top: 14px;
  justify-content: space-between;
  color: #c2410c;
  font-size: 13px;
}

.card-foot a {
  font-weight: 800;
}

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

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 22px;
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef4444, #f97316 52%, #ec4899);
  box-shadow: var(--shadow);
}

.category-card:nth-child(2n) {
  background: linear-gradient(135deg, #f97316, #db2777 54%, #7c2d12);
}

.category-card:nth-child(3n) {
  background: linear-gradient(135deg, #be123c, #ea580c 56%, #f59e0b);
}

.category-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -36px;
  bottom: -44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.category-card h3 {
  position: relative;
  margin: 0 0 10px;
  font-size: 23px;
}

.category-card p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.category-card span {
  position: relative;
  display: inline-flex;
  margin-top: 20px;
  font-weight: 900;
}

.rank-list {
  display: grid;
  gap: 16px;
}

.rank-item {
  display: grid;
  grid-template-columns: 74px minmax(92px, 128px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(254, 215, 170, 0.86);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.rank-num {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--red), var(--orange));
  font-size: 22px;
  font-weight: 900;
}

.rank-thumb {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  background: linear-gradient(135deg, #7f1d1d, #f97316, #ec4899);
}

.rank-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rank-thumb img[data-missing="1"] {
  opacity: 0;
}

.rank-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.rank-content p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.heat-box {
  min-width: 92px;
  text-align: center;
  padding: 12px;
  border-radius: 18px;
  color: #9f1239;
  background: #fff1f2;
  font-weight: 900;
}

.heat-box span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.page-title {
  margin-bottom: 30px;
  padding: 34px;
  border: 1px solid rgba(254, 215, 170, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.filter-panel {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px 190px;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(254, 215, 170, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  outline: 0;
  padding: 13px 15px;
  color: var(--text);
  background: #ffffff;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.16);
}

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 72% 18%, rgba(244, 114, 182, 0.46), transparent 26rem),
    linear-gradient(135deg, #7f1d1d, #ea580c 52%, #db2777);
}

.detail-hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.detail-poster {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 32px;
  background: linear-gradient(135deg, #991b1b, #f97316, #ec4899);
  box-shadow: 0 24px 66px rgba(76, 5, 25, 0.35);
}

.detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-poster img[data-missing="1"] {
  opacity: 0;
}

.detail-copy h1 {
  color: #ffffff;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
}

.detail-copy .one-line {
  max-width: 820px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  font-size: 18px;
}

.detail-meta {
  margin-bottom: 18px;
}

.detail-meta span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

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

.detail-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 78px;
}

.player-section,
.story-card,
.related-section {
  margin-bottom: 42px;
  border: 1px solid rgba(254, 215, 170, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.player-section {
  overflow: hidden;
  padding: 22px;
}

.player-section h2,
.story-card h2,
.related-section h2 {
  margin: 0 0 18px;
  font-size: 30px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #111827;
}

.movie-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111827;
  cursor: pointer;
}

.player-start {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(239, 68, 68, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-weight: 900;
  transition: all 0.2s ease;
}

.player-start:hover {
  background: rgba(249, 115, 22, 0.95);
  transform: translate(-50%, -50%) scale(1.06);
}

.player-shell.is-playing .player-start {
  opacity: 0;
  pointer-events: none;
}

.story-card,
.related-section {
  padding: 30px;
}

.story-card p {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 2;
  font-size: 17px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(280px, 0.64fr);
  gap: 26px;
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.info-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: #fff7ed;
}

.info-list strong {
  display: block;
  margin-bottom: 5px;
  color: #9a3412;
}

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

.site-footer {
  border-top: 1px solid rgba(254, 215, 170, 0.86);
  background: #fff7ed;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  color: #7c2d12;
}

.footer-inner p {
  margin: 8px 0 0;
  line-height: 1.8;
}

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

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

.empty-state {
  display: none;
  padding: 28px;
  border-radius: 24px;
  background: #fff7ed;
  color: #9a3412;
  text-align: center;
}

.empty-state.is-visible {
  display: block;
}

@media (max-width: 1120px) {
  .movie-grid,
  .movie-grid.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 76px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(254, 215, 170, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

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

  .nav-cats-panel {
    position: static;
    width: auto;
    margin-top: 10px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .hero-slide,
  .detail-hero-inner,
  .story-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 48px;
  }

  .hero-visual {
    max-width: 380px;
  }

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

  .rank-item {
    grid-template-columns: 54px 96px minmax(0, 1fr);
  }

  .heat-box {
    grid-column: 3;
    justify-self: start;
  }

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

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

@media (max-width: 680px) {
  .header-inner,
  .main-wrap,
  .page-wrap,
  .detail-main,
  .detail-hero-inner,
  .footer-inner,
  .hero-inner {
    width: min(100% - 24px, 1180px);
  }

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

  .hero-search {
    border-radius: 24px;
    flex-direction: column;
    gap: 8px;
  }

  .hero-search input {
    min-height: 44px;
  }

  .movie-grid,
  .movie-grid.compact,
  .category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .movie-info {
    padding: 13px;
  }

  .movie-info p {
    min-height: auto;
  }

  .rank-item {
    grid-template-columns: 42px 82px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .rank-num {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 18px;
  }

  .rank-content h3 {
    font-size: 18px;
  }

  .detail-copy h1 {
    font-size: 38px;
  }

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