:root {
  color-scheme: light;
  --bg: #fff7ed;
  --paper: #ffffff;
  --paper-soft: #fffaf0;
  --ink: #1f2937;
  --muted: #6b7280;
  --line: #fed7aa;
  --brand: #d97706;
  --brand-dark: #9a3412;
  --brand-soft: #fffbeb;
  --accent: #dc2626;
  --shadow: 0 18px 45px rgba(146, 64, 14, 0.14);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.18), transparent 32rem),
    linear-gradient(180deg, #fff7ed 0%, #ffffff 42%, #fffaf0 100%);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 251, 235, 0.92);
  border-bottom: 1px solid rgba(251, 191, 36, 0.36);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(180, 83, 9, 0.08);
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7c2d12;
  font-weight: 900;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand {
  font-size: 22px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef4444, #f59e0b);
  box-shadow: 0 12px 28px rgba(239, 68, 68, 0.24);
}

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

.main-nav a,
.mobile-panel a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #78350f;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active,
.mobile-panel a:hover,
.mobile-panel a.active {
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #f59e0b);
  transform: translateY(-1px);
}

.nav-search,
.mobile-search,
.large-search,
.inline-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-search input,
.mobile-search input,
.large-search input,
.inline-filter input {
  border: 1px solid #fcd34d;
  border-radius: 999px;
  background: #ffffff;
  outline: none;
  color: var(--ink);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav-search input {
  width: 230px;
  padding: 9px 14px;
}

.nav-search input:focus,
.mobile-search input:focus,
.large-search input:focus,
.inline-filter input:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
}

.nav-search button,
.mobile-search button,
.large-search button,
.inline-filter button {
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #f59e0b);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(220, 38, 38, 0.18);
}

.nav-search button {
  padding: 9px 16px;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: #ffffff;
  color: #7c2d12;
  border-radius: 12px;
  width: 42px;
  height: 42px;
  font-size: 22px;
  box-shadow: var(--shadow);
}

.mobile-panel {
  display: none;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 18px;
}

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

.mobile-panel nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.mobile-search input {
  min-width: 0;
  flex: 1;
  padding: 11px 14px;
}

.mobile-search button {
  padding: 11px 18px;
}

.hero-carousel {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #140c04;
}

.hero-track,
.hero-slide,
.hero-bg {
  position: absolute;
  inset: 0;
}

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

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

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

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  min-height: 640px;
  margin: 0 auto;
  padding: 88px 20px 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 340px;
  gap: 42px;
  align-items: center;
}

.hero-copy {
  color: #ffffff;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #fbbf24;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.detail-copy h1,
.page-hero h1 {
  margin: 0;
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: -0.06em;
}

.hero-copy h1 {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 82px);
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.hero-text,
.page-hero p,
.detail-one-line {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.8;
}

.hero-text {
  max-width: 720px;
  margin: 22px 0 0;
}

.hero-tags,
.tag-row,
.detail-meta,
.card-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags {
  margin-top: 24px;
}

.hero-tags span,
.tag-row span,
.detail-meta span,
.card-meta span {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.hero-tags span {
  color: #fff7ed;
  border: 1px solid rgba(255, 237, 213, 0.32);
  background: rgba(255, 255, 255, 0.12);
  padding: 7px 12px;
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

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

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

.btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #f59e0b);
  box-shadow: 0 18px 36px rgba(220, 38, 38, 0.28);
}

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

.btn.ghost.dark {
  color: #7c2d12;
  border-color: #fed7aa;
  background: #ffffff;
}

.hero-poster {
  height: 470px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.poster-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(251, 191, 36, 0.65), rgba(220, 38, 38, 0.45)),
    linear-gradient(180deg, #78350f, #1f2937);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.54));
  opacity: 0;
  transition: opacity 0.25s ease;
}

.poster-frame:hover::after {
  opacity: 1;
}

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

.poster-frame:hover .poster-img,
.rank-cover:hover .rank-img {
  transform: scale(1.06);
}

.poster-img.is-missing,
.rank-img.is-missing {
  opacity: 0;
}

.play-cue {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(220, 38, 38, 0.92);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 4;
  width: min(1240px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-controls button {
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.hero-controls > button {
  width: 44px;
  height: 44px;
  font-size: 32px;
  line-height: 1;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  opacity: 0.5;
}

.hero-dot.active {
  width: 30px;
  opacity: 1;
  background: #f59e0b;
}

.home-search-panel,
.page-section,
.category-strip,
.player-section {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.home-search-panel {
  margin-top: -42px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 24px;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  border: 1px solid rgba(251, 191, 36, 0.48);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.home-search-panel h2,
.section-head h2,
.category-feature h2,
.player-caption h2,
.content-main h2,
.detail-side h2 {
  margin: 0;
  color: #7c2d12;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.home-search-panel h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.home-search-panel p {
  margin: 10px 0 0;
  color: var(--muted);
}

.large-search input {
  min-width: 0;
  flex: 1;
  padding: 14px 16px;
}

.large-search button,
.inline-filter button {
  padding: 14px 22px;
}

.page-section {
  padding-top: 68px;
  padding-bottom: 10px;
}

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

.section-head h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.section-link {
  flex: 0 0 auto;
  color: #b45309;
  font-weight: 900;
}

.movie-grid,
.category-grid,
.top-rank-grid {
  display: grid;
  gap: 22px;
}

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

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(251, 191, 36, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(146, 64, 14, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.7);
  box-shadow: 0 24px 54px rgba(146, 64, 14, 0.16);
}

.movie-card .poster-frame {
  height: 280px;
  border-radius: 0;
  box-shadow: none;
}

.card-body {
  padding: 16px;
}

.card-body h3 {
  margin: 8px 0;
  color: #7c2d12;
  font-size: 18px;
  line-height: 1.35;
}

.card-body h3 a:hover,
.rank-info h3 a:hover,
.category-feature h2 a:hover {
  color: #dc2626;
}

.card-body p {
  min-height: 54px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.card-meta span {
  color: #92400e;
  background: #fffbeb;
  padding: 4px 8px;
}

.tag-row span {
  color: #b45309;
  background: #fff7ed;
  padding: 5px 9px;
}

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

.category-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 251, 235, 0.92), rgba(255, 237, 213, 0.72)),
    #ffffff;
  box-shadow: 0 12px 32px rgba(146, 64, 14, 0.08);
}

.category-title {
  color: #7c2d12;
  font-size: 24px;
  font-weight: 950;
}

.category-card p {
  margin: 12px 0;
  color: var(--muted);
  font-size: 14px;
}

.mini-links,
.footer-links,
.detail-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-links a,
.footer-links a,
.detail-cats a,
.category-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #92400e;
  background: #ffffff;
  border: 1px solid #fed7aa;
  font-size: 13px;
  font-weight: 800;
}

.two-col-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: start;
}

.rank-panel {
  position: sticky;
  top: 90px;
  padding: 22px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

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

.rank-item {
  display: grid;
  grid-template-columns: 44px 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(251, 191, 36, 0.26);
  border-radius: 18px;
  background: #ffffff;
}

.rank-num {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #f59e0b);
  font-weight: 950;
}

.rank-cover {
  height: 92px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg, #f59e0b, #dc2626);
}

.rank-info h3 {
  margin: 0 0 4px;
  color: #7c2d12;
  font-size: 17px;
}

.rank-info p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  margin-top: 72px;
  color: #fffbeb;
  background: linear-gradient(135deg, #7c2d12, #9a3412 45%, #111827);
}

.footer-grid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) 1fr 1fr;
  gap: 34px;
}

.footer-brand {
  color: #ffffff;
  font-size: 24px;
}

.site-footer p {
  color: #fed7aa;
  margin: 14px 0 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 18px;
}

.site-footer .footer-links a {
  color: #fffbeb;
  border-color: rgba(254, 215, 170, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  border-top: 1px solid rgba(254, 215, 170, 0.18);
  padding: 18px 20px;
  color: #fed7aa;
  text-align: center;
}

.page-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #7c2d12, #9a3412 44%, #111827);
}

.page-hero {
  min-height: 360px;
  padding: 78px 20px;
  color: #ffffff;
}

.page-hero > div,
.category-hero > div:first-child,
.rank-hero > div:first-child {
  max-width: 1240px;
  margin: 0 auto;
}

.slim-hero h1,
.category-hero h1,
.rank-hero h1 {
  font-size: clamp(36px, 5vw, 62px);
}

.large-search {
  max-width: 720px;
  margin-top: 28px;
}

.category-strip {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.inline-filter {
  max-width: 560px;
  margin: -8px 0 24px;
}

.inline-filter input {
  min-width: 0;
  flex: 1;
  padding: 13px 16px;
}

.empty-state {
  display: none;
  padding: 36px;
  border: 1px dashed #f59e0b;
  border-radius: var(--radius);
  color: #92400e;
  background: #fffbeb;
  font-weight: 800;
  text-align: center;
}

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

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: center;
}

.category-feature {
  max-width: 680px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 237, 213, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.category-feature .poster-frame {
  height: 260px;
}

.category-feature p {
  margin: 12px 0 0;
}

.rank-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1fr);
  gap: 34px;
  align-items: center;
}

.top-rank-grid {
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.top-rank-card {
  padding: 14px;
  border: 1px solid rgba(255, 237, 213, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.top-rank-card .poster-frame {
  height: 240px;
}

.top-rank-card h2 {
  margin: 14px 0 6px;
  color: #ffffff;
  font-size: 18px;
}

.top-rank-card p {
  margin: 0;
  color: #fed7aa;
  font-size: 13px;
}

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

.rank-page-list .rank-cover {
  height: 132px;
}

.detail-hero {
  min-height: 560px;
  color: #ffffff;
}

.detail-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.1);
}

.detail-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  min-height: 560px;
  margin: 0 auto;
  padding: 70px 20px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.detail-poster {
  height: 450px;
}

.detail-copy h1 {
  font-size: clamp(40px, 6vw, 74px);
}

.detail-one-line {
  max-width: 780px;
  margin: 18px 0 0;
}

.detail-meta {
  margin-top: 20px;
}

.detail-meta span {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 237, 213, 0.28);
  padding: 7px 12px;
}

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

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #050505;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  aspect-ratio: 16 / 9;
}

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

.player-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.58));
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-start span {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #dc2626, #f59e0b);
  font-size: 34px;
  box-shadow: 0 20px 45px rgba(220, 38, 38, 0.32);
}

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

.player-caption {
  padding: 22px 4px 0;
}

.player-caption p {
  margin: 8px 0 0;
  color: var(--muted);
}

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

.content-main,
.detail-side {
  border: 1px solid rgba(251, 191, 36, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.content-main {
  padding: 30px;
}

.content-main h2 + p {
  margin-top: 12px;
}

.content-main p {
  color: #374151;
  font-size: 17px;
}

.detail-side {
  padding: 24px;
  position: sticky;
  top: 90px;
}

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

.detail-side dt {
  color: #92400e;
  font-weight: 900;
}

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

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

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

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

  .two-col-section,
  .detail-content,
  .category-hero,
  .rank-hero {
    grid-template-columns: 1fr;
  }

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

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

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .header-inner {
    gap: 12px;
  }

  .brand {
    font-size: 19px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    min-height: 680px;
    padding-top: 58px;
  }

  .hero-poster {
    display: none;
  }

  .home-search-panel,
  .footer-grid,
  .detail-wrap {
    grid-template-columns: 1fr;
  }

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

  .category-feature {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .top-rank-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-carousel,
  .hero-content {
    min-height: 620px;
  }

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

  .movie-grid,
  .full-grid,
  .compact-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .movie-card .poster-frame {
    height: 360px;
  }

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

  .large-search,
  .inline-filter {
    align-items: stretch;
    flex-direction: column;
  }

  .category-feature {
    grid-template-columns: 1fr;
  }

  .category-feature .poster-frame {
    height: 360px;
  }

  .rank-item,
  .rank-page-list .rank-item {
    grid-template-columns: 44px 86px minmax(0, 1fr);
  }

  .rank-page-list .rank-cover,
  .rank-cover {
    height: 108px;
  }

  .detail-wrap {
    padding-top: 46px;
  }
}
